/*
Created by Mahesa Kama [www.setudio.com]
Wednesday, October 21, 2020
*/
@import url('webfont.css');
/*========================================================
BASIC
========================================================*/
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	-moz-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	
}
*:hover,
*:focus,
*:visited,
*:active {
	outline: none !important;
}
body {
	background: #fff;
	color: #233741;
	font-family: "ProximaNova", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	position: relative;
}
a,
a:hover,
a:focus {
	color: #EB1800;
}
h1, h2, h3, h4, h5, h6, b, strong {
	color: #000;
	word-break: break-word;
}
label {
	font-weight: 500;
	color: #37505E;
}
*.focus {
	border: 1px solid #EB1800;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.10);
}
.hr {
	width: 100%;
	height: 1px;
	background: #F1F5F8;
}
.img-responsive {
	max-width: 100%;
	height: auto;
}
.bg-white {
	background: #fff;
}
.bg-gray {
	background: #F1F5F8;
}
.bg-dark {
	background: #233741;
}
.bg-border {
	border-top: 1px solid #DEE1E3;
	border-bottom: 1px solid #DEE1E3;
}
.title-xl,
.title-lgs,
.title-lg,
.title-md,
.title-sm,
.title-hero {
	color: #233741;
	font-weight: 700;
}
.title-xl {
	font-size: 60px;
	margin-bottom: 12px;
}
.title-lgs {
	font-size: 48px;
	margin-bottom: 60px;
}
.title-lg {
	font-size: 30px;
	margin-bottom: 60px;
}
.title-md {
	font-size: 24px;
	margin-bottom: 30px;
}
.title-sm {
	font-size: 14px;
}
.title-hero {
	font-size: 64px;
}
.py-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.pt-120 {
	padding-top: 120px;
}
.pb-120 {
	padding-bottom: 120px;
}
.py-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
.my-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1200px;
	}
}
@media (max-width: 992px) {
	body {
		font-size: 14px;
		line-height: 24px;
	}
	label {
		font-size: 16px;
		line-height: 20px;
	}
	.py-120 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.pt-120 {
		padding-top: 60px;
	}
	.pb-120 {
		padding-bottom: 60px;
	}
	.py-60 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.pt-60 {
		padding-top: 30px;
	}
	.pb-60 {
		padding-bottom: 30px;
	}
	.title-xl {
		font-size: 42px;
	}
	.title-lgs {
		font-size: 38px;
		margin-bottom: 12px;
	}
	.title-lg {
		font-size: 36px;
		margin-bottom: 12px;
	}
	.title-lg {
		font-size: 24px;
		margin-bottom: 18px;
	}
	.title-md {
		font-size: 18px;
		margin-bottom: 18px;
	}
	.title-sm {
		font-size: 12px;
	}
	.title-hero {
		font-size: 36px;
	}
}
@media (max-width: 768px) {
	
}

#carousel-fcb #typed,
#carousel-fcb .typed-cursor {
	font-size: inherit;
    color: #fff;
}
.typed-cursor{
    color: #9e9e9e;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}












/*========================================================
SERVICE
========================================================*/
.service-icon {
	display: block;
	height: 100%;
	text-align: center;
	padding: 30px 3px;
	color: #233741;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
}
.service-section .col {
	border-right: 1px solid #DEE1E3;
	border-bottom: 1px solid #DEE1E3;
}
.service-section .col:last-child {
	border-right: none;
}
.service-icon svg {
	margin-bottom: 18px;
	width: 100%;
}
.service-icon:hover {
	text-decoration: none;
	color: #EB1800;
}
.service-icon:hover svg,
.service-icon:hover svg * {
	stroke: #EB1800;
}
.service-img {
	min-height: 32px;
	margin: 0 auto 18px;
	display: block;
}
.service-icon:hover .service-img img {
    filter: saturate(13) hue-rotate(160deg);
    -webkit-filter: saturate(13) hue-rotate(160deg);
}
@media (max-width: 992px) {
	.service-section .col,
	.service-section .col:last-child {
		border: 1px solid #DEE1E3;
		border-top: none;
		margin-left: -1px;
	}
}






/*========================================================
LIST STYLE
========================================================*/
.list-style {
	background: url('../img/list-style.png');
	width: 130px;
	height: 30px;
	font-weight: 700;
	color: #fff;
	text-align: right;
    padding-right: 12px;
    margin-right: 12px;
    line-height: 30px;
    display: inline-block;
    position: relative;
    top: -3px;
}
@media (max-width: 992px) {
	.list-style {
		left: -100px;
	    top: 0;
        margin-top: 30px;
	    margin-right: -90px;
	}
}




/*========================================================
LIST ITEM
========================================================*/
.list-item {

}
.list-item ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.list-item ul li {
	display: block;
	width: 100%;
	max-width: 370px;
}
.list-item ul li a,
.form-check-inline label,
.form-radio-inline label,
.form-check label {
	display: block;
	padding: 19px 24px;
	font-weight: 700;
	color: #37505E;
	border: 1px solid #DEE1E3;
	margin-bottom: 12px;
}
.list-item ul li:last-child,
.form-check-inline:last-child,
.form-radio-inline:last-child,
.form-check:last-child {
	margin-bottom: 36px;
}
.form-check-inline label,
.form-radio-inline label,
.form-check label {
	color: #37505E;
	font-size: inherit;
	line-height: inherit;
}
.form-control-label,
.variations label {
	font-size: 20px;
	font-weight: 700;
	color: #37505E;
	margin-bottom: 18px;
}
.form-check-inline .ppom-option-label-price,
.form-radio-inline .ppom-option-label-price,
.form-check .ppom-option-label-price {
	color: #B2BCC1;
	font-weight: 400;
	margin-left: 6px;
}
.list-item ul li a:hover,
.list-item ul li a:focus {
	text-decoration: none;
	color: #EB1800;
	border: 1px solid #EB1800;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.10);
}
.list-item ul li a:hover img,
.list-item ul li a:focus img {
	filter: saturate(13) hue-rotate(160deg);
    -webkit-filter: saturate(13) hue-rotate(160deg);
}
.list-item-img {
	display: inline-block;
	width: 50px;
	text-align: center;
	margin-right: 24px;
}






/*========================================================
LIST UL
========================================================*/
.list-ul {
	list-style: none;
	margin: 0 -24px 12px;
	padding: 0;
}
.list-ul li {
	border-top: 1px solid #F1F5F8;
	padding: 12px 24px 12px 66px;
}
.list-ul li:last-child {
	border-bottom: 1px solid #F1F5F8;	
}
.list-ul li:before {
	width: 24px;
	height: 24px;
	background: #EB1800;
	content: url('../img/checkmark.png');
	position: absolute;
	text-align: center;
	border-radius: 50%;
	margin-left: -36px;
}





/*========================================================
LIST POINT
========================================================*/
.list-point {
    width: 75px;
    height: 30px;
    background: url(../img/list-style-sm.png);
    margin-bottom: 36px;
    margin-left: -42px;
    display: inline-block;
}
.list-point-num {
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	float: right;
	font-weight: 700;
	line-height: 30px;
}
.list-point-title {
	font-size: 20px;
	font-weight: 700;
	color: #233741;
	margin-bottom: 12px;
}
@media (max-width: 769px) {
	.list-point {
		margin-top: 30px;
		margin-bottom: 12px;
	}
}



/*========================================================
LIST CONTENT
========================================================*/
.content-body ul,
.content-body ol {
	list-style: decimal-leading-zero;
	padding: 0 0 0 30px;
	margin: 0 0 30px;
	
}
.content-body ul li,
.content-body ol li {
    border-top: 1px solid #F1F5F8;
    padding: 12px;
}
.content-body ul li:last-child,
.content-body ol li:last-child{
	border-bottom: 1px solid #F1F5F8;
}
.content-body ul li::marker,
.content-body ol li::marker {
    font-weight: 700;
    color: #EB1800;
}




/*========================================================
WOOCOMMERCE ADDITIONAL
========================================================*/
.variations {
	width: 100%;
}
.variations td {
	width: 100%;
	display: block;
}
.variations select,
.ppom-field-wrapper select {
	width: 100%;
	height: 68px;
	display: block;
	padding: 22px 24px;
	font-weight: 700;
	color: #37505E;
	border: 1px solid #DEE1E3;
	margin-bottom: 36px !important;

}
.woocommerce form .form-row,
.ppom-col {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.ppom-wrapper span.show_description {
	width: 100%;
	padding-left: 0 !important;
	display: block;
}
.ppom-price-container,
#ppom-price-container {
	background: #fff;
	border: 1px solid #DEE1E3;
	margin-bottom: 24px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.10);
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
}
.ppom-price-container #ppom-price-container {
	margin: 0;
    box-shadow: none;
    border: none;
}
#ppom-price-container {
	/*display: none;*/
}
#ppom-price-container table tr.ppom-option-total-price {
	display: none;
}
.ppom-price-container table,
#ppom-price-container table {
	margin: 0;
}
.ppom-price-container table tr th,
.ppom-price-container table tr td,
#ppom-price-container table tr th,
#ppom-price-container table tr td {
	font-weight: 400;
	color: #37505E;
    border: none;
    padding: 0 18px 12px;
}
.ppom-price-container table tr th:last-child,
.ppom-price-container table tr td:last-child,
#ppom-price-container table tr th:last-child,
#ppom-price-container table tr td:last-child {
	width: 90px;
}
.ppom-price-container table tr:first-child th,
.ppom-price-container table tr:last-child th,
.ppom-price-container table tr:first-child td,
.ppom-price-container table tr:last-child td,
#ppom-price-container table tr:first-child th,
#ppom-price-container table tr:last-child th,
#ppom-price-container table tr:first-child td,
#ppom-price-container table tr:last-child td {
	border-top: 1px solid #DEE1E3;
	padding-top: 12px;
}
.ppom-price-container table tr:last-child th:last-child,
#ppom-price-container table tr:last-child th:last-child {
	font-weight: 700;
	font-size: 18px;
}
.ppom-price-header {
	padding: 18px;
}
.ppom-price-header b {
	color: #37505E;
}
.ppom-price-header h3 {
	margin-bottom: 18px;
}







/*========================================================
CHECKBOX & RADIO
========================================================*/
.containermark,
.form-check-label,
.form-radio-label {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  line-height: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.containermark {
	margin: 0 0 12px 12px;
}
.containermark input,
.form-check-label input,
.form-radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/*========================================================
RADIO
========================================================*/
.ppom-label-radio::before {
	content: "";
}
.ppom-label-radio {
	margin-left: 36px;
}
.radiomark,
.ppom-label-radio::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #DEE1E3;
  border-radius: 50%;
  margin: 20px 18px;
}
.radiomark {
	margin: -6px 12px 0 -12px;
}
.containermark:hover input ~ .radiomark,
.form-radio-label:hover input ~ .ppom-label-radio::before {
  background-color: #DEE1E3;
}
.containermark input:checked ~ .radiomark,
.form-radio-label input:checked ~ .ppom-label-radio::before {
  background-color: #EB1800;
  border: 1px solid #EB1800;
  font-weight: 700;
  color: #fff;
}
.containermark input:checked ~ .radiomark {
  content: "";
}
.containermark input:checked ~ .radiomark:after {
  content: url('../img/radiomark.png');
  position: absolute;
  top: 4px;
  left: 5px;
}
.form-radio-label input:checked ~ .ppom-label-radio::after {
  content: url('../img/radiomark.png');
  position: absolute;
  top: 19px;
  left: 24px;
}
.radiomark:after,
.ppom-label-radio::before:after {
  content: "";
  position: absolute;
  display: none;
}
.containermark input:checked ~ .radiomark:after,
.form-radio-label input:checked ~ .ppom-label-radio::before:after {
  display: block;
}
.containermark .radiomark:after,
.form-radio-label .ppom-label-radio::before:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*========================================================
CHECKBOX
========================================================*/
.ppom-label-checkbox::before,
.ppom-label-radio::before {
	content: "";
}
.ppom-label-checkbox,
.ppom-label-radio {
	margin-left: 36px;
}
.checkmark,
.ppom-label-checkbox::before,
.ppom-label-radio::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #DEE1E3;
  border-radius: 50%;
  margin: 20px 18px;
}
.checkmark {
	margin: -6px 12px 0 -12px;
}
.containermark:hover input ~ .checkmark,
.form-check-label:hover input ~ .ppom-label-checkbox::before,
.form-check-label:hover input ~ .ppom-label-radio::before {
  background-color: #DEE1E3;
}
.containermark input:checked ~ .checkmark,
.form-check-label input:checked ~ .ppom-label-checkbox::before,
.form-check-label input:checked ~ .ppom-label-radio::before {
  background-color: #EB1800;
  border: 1px solid #EB1800;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}
.containermark input:checked ~ .checkmark {
  content: "";
}
.containermark input:checked ~ .checkmark:after {
  content: url('../img/checkmark.png');
  position: absolute;
  top: 3px;
  left: 3px;
}
.form-check-label input:checked ~ .ppom-label-checkbox::after,
.form-check-label input:checked ~ .ppom-label-radio::after {
  content: url('../img/checkmark.png');
  position: absolute;
  top: 18px;
  left: 22px;
}
.checkmark:after,
.ppom-label-checkbox::before:after,
.ppom-label-radio::before:after {
  content: "";
  position: absolute;
  display: none;
}
.containermark input:checked ~ .checkmark:after,
.form-check-label input:checked ~ .ppom-label-checkbox::before:after,
.form-check-label input:checked ~ .ppom-label-radio::before:after {
  display: block;
}
.containermark .checkmark:after,
.form-check-label .ppom-label-checkbox::before:after,
.form-check-label .ppom-label-radio::before:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
	.form-check-label input:checked ~ .ppom-label-checkbox::after,
	.form-check-label input:checked ~ .ppom-label-radio::after {
	  top: 21px;
	}
}














/*========================================================
BREADCRUMB
========================================================*/
.breadcrumb {
	background: #F1F5F8;
	border-bottom: 1px solid #DEE1E3;
	font-size: 14px;
	color: #A7B1B7;
	overflow-x: auto;
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0.75rem 1rem;
	margin-bottom: 0;
}
.breadcrumb ul {
	list-style: none;
	padding: 0;
	margin: 0;
    width: max-content;
}
.breadcrumb ul li {
	display: inline-block;
	color: #233741;
}
.breadcrumb ul li:before {
	content: "›";
	font-size: 16px;
	font-weight: 700;
	color: #DEE1E3;
	margin: 0 6px;
}
.breadcrumb ul li:first-child:before {
	content: "";
	margin: 0;
}
.breadcrumb ul li a {	
	color: #A7B1B7;
}
.breadcrumb ul li a:hover {
	color: #EB1800;
	text-decoration: none;
}


.breadcrumb.transparent {
	background: transparent;
}
.breadcrumb.transparent ul li {
	color: #fff;
}
.breadcrumb.transparent ul li a {
	color: #DEE1E3;
}








/*========================================================
BOX
========================================================*/
.box {
    height: auto;
    max-height: 100%;
	background: #fff;
	border: 1px solid #DEE1E3;
	margin-bottom: 24px;
}
.box:hover {
	border: 1px solid #EB1800;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.10);
}
.box-img {
	width: 100%;
	height: 309px;
	background: #DEE1E3;
	border-bottom: 1px solid #DEE1E3;
	overflow: hidden;
}
.box-img img {
	height: 100%;
	width: auto;
}
.box-body {
	padding: 24px;
}
.box-body-title * {
	font-size: 20px;
	font-weight: 700;
	color: #22373E;
	line-height: 32px;
	margin: 0 0 18px;
}
.box-body-desc * {
}
.box-body-attr * {
	font-size: 14px;
	color: #A7B1B7;
	margin: 0 12px 0 0;
}
.box-body a:not(.btn):hover, .box-body a:not(.btn):hover *,
.box-body a:not(.btn):focus, .box-body a:not(.btn):focus * {
	color: #EB1800;
	text-decoration: none;
}
.box-body .box-price {
	font-size: 46px;
	color: #EB1800;
	font-weight: 700;
	margin: 30px 0;
}
.box-body-point-num {
	
	display: inline-block;
	background: url('../img/list-style-sm.png');
	width: 75px;
	height: 30px;
    /*padding-right: 12px;*/
    margin-right: 12px;
	text-align: right;
}
.box-body-point-num span {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
}
.box-body-point-title {
	font-size: 16px;
	font-weight: 700;
	color: #22373E;
	display: inline-block;
}
.box-download a {
	color: inherit;
	font-size: 14px;
}
.box-download a:hover {
	color: #EB1800;
}
.box-download .badge {
	background: #DEE1E3;
	font-size: 14px;
	font-weight: 700;
	color: #EB1800;
	margin-right: 6px;
}
@media (max-width: 992px) {
	.box-body-title * {
		font-size: 16px;
		line-height: 28px;
	}
	.box-body-point-num {
		margin-left: -30px;
	}
}
@media (max-width: 769px) {
	.box-body-point-num {
		margin-left: -68px;
	}
}







.input-group {

}
.input-group .form-control {
	height: 48px;
	border-top-left-radius: 24px;
	border-bottom-left-radius: 24px;
}
.input-group .btn {
	margin: 0 auto;
	border: none;
	/*border-radius: 0;*/
}





/*
===================================================================
TESTIMONY
===================================================================
*/
.testimony {
	margin-bottom: 120px;
}
.testimony .name {
    font-weight: 700;
    color: #233741;
	font-size: 18px;
	line-height: 32px;
}
.testimony .job-title {
    font-size: 14px;
    color: #A7B1B7;
    margin: 0 12px 0 0;
}
.testimony .slick-slide {
    max-width: 720px;
    margin: 0 10px;
    padding: 36px;
    opacity: .20;
    border: 1px solid #DEE1E3;
}
.testimony .slick-slide.slick-active {
    background: #fff;
    opacity: 1;
    border: 1px solid #DEE1E3;
}
.testimony-img {
	width: 60px;
	height: 60px;
	background: #DEE1E3;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
}
@media (max-width: 992px) {
	.testimony {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 768px) {
    .testimony .slick-list {
        padding: 0 !important;
        margin-right: -20px;
        margin-left: -20px;
    }
    .testimony .slick-slide {
        width: 270px;
        background: #fff;
        padding: 20px;
        opacity: 1;
    }
    .testimony .slick-slide * {
        opacity: .20;
    }
    .testimony .slick-slide.slick-active * {
        opacity: 1;
    }
}
@media screen and (max-width: 320px) {
    .testimony .slick-slide {
        width: 220px;    
    }
}






/*========================================================
CONTENT
========================================================*/
.content-bg, .cta-bg {
	border-top: 1px solid #F6F6F6;
	padding: 120px 0;
}
.content-bg.content-border > .container > .row > div:nth-child(odd) {
	padding-right: 60px;
    border-right: 1px solid #E2E2E2;
}
.content-bg.content-border > .container > .row > div:nth-child(even) {
	padding-left: 60px;
}
.content-bg-dark {
	background: #000;
	padding: 120px 0;
}
.content-bg-dark * {
	color: #fff;
}
.cta-info {
	font-size: 16px;
	font-weight: 700;
	color: #EB1800;
	line-height: 28px;
}
@media (max-width: 992px) {
	.content-bg, .content-bg-dark, .cta-bg {
		padding: 60px 0;
	}
	.cta-info {
		font-size: 14px;
	}
}
@media (max-width: 768px) {
	.content-bg, .content-bg-dark, .cta-bg {
		padding: 36px 0;
	}
	.content-bg.content-border > .container > .row > div:nth-child(odd) {
		padding-right: 15px;
		padding-bottom: 60px;
	    border-right: none;
	    border-bottom: 1px solid #E2E2E2;
	}
	.content-bg.content-border > .container > .row > div:nth-child(even) {
		padding-top: 60px;
		padding-left: 15px;

	}
}



/*========================================================
TESTIMONY MARQUEE
========================================================*/
.testimony-marquee {
	height: 349px;
	padding-top: 112px;
	background-color: transparent;
	background-image: url("../images/testimony.png");
	background-repeat: repeat-x;
	text-align: center;
	animation: marquee 50s infinite linear;
}
@keyframes marquee {
  0% {
    background-position: 0;
  }

  100% {
    background-position: -2064px;
  }
}
.testimony-marquee a {
	display: inline-block;
	transition: all .3s ease-in-out;
	z-index: 1;
	position: relative;
}
.testimony-marquee a:hover {
	box-shadow: 0 0 30px rgba(0,0,0,.3);
	z-index: 2;
}
.testimony-marquee a img {
	max-width: 100%;
}
@media (max-width: 768px) {
	.testimony-marquee {
		height: 500px;
		padding-top: 0;
		margin-bottom: -60px;
		background-position: bottom;
	}
	.testimony-marquee a {
		height: 54px;
	}
	.testimony-marquee a img {
		height: 100%;
		width: auto;
	}
}



/*========================================================
EMBED
========================================================*/
.embed-responsive {
	margin-bottom: 60px;
	border-radius: 3px;
}
/*iframe[allowfullscreen] {
    margin-bottom: 60px;
    border-radius: 3px;
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}*/
/*iframe[allowfullscreen]:before {
    display: block;
    content: "";
}*/
/*iframe[allowfullscreen] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}*/
@media (max-width: 768px) {
	.embed-responsive {
		margin-bottom: 30px;
	}
}


/*========================================================
GALLERY
========================================================*/
/*.gallery-section {
  width: 100%;
  height: auto;
}
.gallery-section .card {
  max-height: 300px;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  border-radius: 0;
}
.gallery-section .card a {
  border: none;
  background: #000;
  overflow: hidden;
  position: relative;
}
.gallery-section .card a:hover {
  border: none;
}
.gallery-section .card a img {
  opacity: .8;
  transition: all .3s ease-in-out;
}
.gallery-section .card a:hover img {
  opacity: 1;
}
.gallery-section .col-6:nth-child(8).card a img {
  opacity: .35;
}
.gallery-section .card a > div {
  width: 100%;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  color: #fff;
  font-weight: 700;
  z-index: 2;
  margin-top: 136px;
  opacity: .6;
  transition: all .3s ease-in-out;
}
.gallery-section .card a:hover > div {
	opacity: 1;
}
@media screen and (max-width: 1600px) {
	.gallery-section .card a > div  {
		margin-top: 120px;
	}
}
@media screen and (max-width: 1400px) {
	.gallery-section .card a > div  {
		margin-top: 100px;
	}
}
@media screen and (max-width: 1120px) {
	.gallery-section .card a > div  {
		margin-top: 80px;
	}
}
@media screen and (max-width: 920px) {
	.gallery-section .card a > div  {
		margin-top: 50px;
	}
}
@media screen and (max-width: 992px) {
  .gallery-section .card .img-responsive {
    height: auto;
    width: 100%;
  }
}*/



/*========================================================
CARD
========================================================*/
/*.card-header {
background: #fff;
font-size: 16px;
font-weight: 700;
color: #000;
letter-spacing: 1px;
line-height: 28px;
padding: 18px;
border-bottom: 1px solid #E2E2E2;
}
.card-header small {
	color: #808080;
	font-weight: 700;
}
.card-header small svg,
.card-header small svg * {
	fill: #808080;
	margin-top: -1px;
}*/

/*========================================================
LIST MENU
========================================================*/
/*.list-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #000;
	font-size: 18px;
}
.list-menu ul li {
	padding: 18px 0;
	border-bottom: 1px solid #ECECEC;
}
.list-menu ul li:last-child {
	border-bottom: none;
}
.list-menu ul li b {
	color: #999;
}
@media screen and (max-width: 992px) {
	.list-menu ul {
		font-size: 16px;
	}
	.list-menu ul li {
		padding: 12px 0;
	}
}
@media screen and (max-width: 768px) {
	.list-menu .title-lg {
		font-size: 18px;
	}
	.list-menu ul {
		font-size: 14px;
	}
	.list-menu ul li {
		padding: 6px 0;
	}
}
@media screen and (max-width: 576px) {
	.list-menu ul {
		margin-bottom: 30px;
	}
}*/


/*========================================================
MAP
========================================================*/
#map {
  width: 100%;
  height: 300px;
  background-color: #000;
}






/*========================================================
HEADING STYLE
========================================================*/
.heading-bg {
  width: 100%;
  height: auto;
  color: #fff;
  z-index: 1;
}
.heading-bg h1,
.heading-bg h2,
.heading-bg h3 {
	color: #fff;
	font-size: 48px;
	line-height: 60px;
	font-weight: 700;
}
.heading-wrap {
	background: rgba(35,55,65,.4);
	
}
.heading-wrap .container .row {
	min-height: 480px; /*VERTICAL ALIGN*/
	padding: 120px 0; /*IE FIX*/
}
@media (max-width: 992px) {
	.heading-wrap .container .row {
		min-height: 240px; /*VERTICAL ALIGN*/
		padding: 120px 0; /*IE FIX*/
	}
	.heading-bg h1,
	.heading-bg h2,
	.heading-bg h3 {
		font-size: 30px;
		line-height: 36px;		
	}
}
@media (max-width: 768px) {
	.heading-bg {
		line-height: 24px;
	}
	.heading-wrap {
		padding: 30px 0 0 0;
	}
	.heading-wrap .container .row {
		min-height: 180px; /*VERTICAL ALIGN*/
		padding: 60px 0; /*IE FIX*/
	}
	.heading-bg p {
		font-size: 16px;
		line-height: 24px;
		margin: 15px 0 0;
	}
}




/*========================================================
FORM
========================================================*/
.form-control {
	width: 100%;
	height: 46px;
	border: 1px solid #DEE1E3;
	padding: 12.5px;
	color: #233741;
	margin-bottom: 12px;
}
textarea.form-control {
	height: 120px;
}
.form-control:focus {
	outline: none;
	border-color: #233741;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder{color:#A7B1B7;opacity:1}
.form-control::-moz-placeholder{color:#A7B1B7;opacity:1}
.form-control:-ms-input-placeholder{color:#A7B1B7;opacity:1}
.form-control::-ms-input-placeholder{color:#A7B1B7;opacity:1}
.form-control::placeholder{color:#A7B1B7;opacity:1}
@media (max-width: 768px) {
	.form-control {
		/*margin-bottom: 12px;*/
	}
}



/*========================================================
BUTTON
========================================================*/
.btn,
.btn-menu .nav-link {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0;
	padding: 10px 30px;
	margin: 15px 0;
	font-weight: 700;
	border-radius: 24px;
}
.btn:hover,
.btn-menu a:hover {
	opacity: .90;
	text-decoration: none;
}
.btn-lg {
	font-size: 18px;
    padding: 15.5px 36px;
    
}
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-menu .nav-link,
.btn-menu .nav-link:hover,
.btn-menu .nav-link:focus,
.btn-menu .nav-link:active {
	background-color: #EB1800;
    border-color: #EB1800;
    border-style: none;
    color: #fff;
    outline: none;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active,
.btn-menu .nav-link:not(:disabled):not(.disabled).active, .btn-menu .nav-link:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #EB1800;
    border-color: transparent;
    outline: 0;
}
.btn-secondary {
	background-color: transparent;
    border: 2px solid #DEE1E3;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	border-color: #EB1800;
}
.link {
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	border-bottom: 2px solid #e2e1ef;
	margin-right: 15px;
}
.link:hover, .link:focus {
	text-decoration: none;
	border-color: transparent;
	padding-bottom: 5px;
}
.link-primary {
}
.link-default, .link-default:hover, .link-default:focus {
	color: #000;
}
.call-to-action-link {
	color: #5aa500;
	font-weight: 700;
}
.call-to-action-link i {
	font-size: 14px;
}
.call-to-action-link i:nth-child(1) {
	opacity: .50;
	margin-left: 10px;
}
.call-to-action-link i:nth-child(2) {
	margin: 0 5px 0 -1px;
}
@media screen and (max-width:1024px) {
	.btn-lg {
		font-size: 14px;
	}
	.call-to-action-link i:nth-child(1) {
		margin-left: 3px;
	}
}



/*========================================================
BACK TO TOP BUTTON
========================================================*/
/*.cd-top {
	position: fixed;
	bottom: 48px;
	right: 24px;
	padding: 6px 12px;
	opacity: 0;
	background: #000;
	color: #fff;
	border-radius: 3px;
}
.cd-top i {
	display: block;
    font-size: 20px;
}
.cd-top.cd-top--fade-out { 
	opacity: 0; 
}
.cd-top.cd-top--show { 
	visibility: visible;
	opacity: .5;
} 
.cd-top:hover {
	color: #fff;
	text-decoration: none;
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.cd-top {
		bottom: 12px;
		right: 12px;		
	}
}*/



/*========================================================
CARD BOX
========================================================*/
/*.box {
	height: 240px;
	min-height: 240px;
	background: #fff;
	margin: 0 0 36px;
	border-radius: 3px;
	border: 1px solid #E2E2E2;
	padding: 30px 24px;

    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-ms-flex-align: center!important;
    align-items: center!important;
}
.box:hover,
.box:focus {
	border: 1px solid #EB1800;
}
.box img {
    max-width: 100%;
    margin: 0 auto;
}
@media (max-width: 992px) {
	.box {
		height: 180px;
		min-height: 180px;
	}
}
@media (max-width: 768px) {
	.box {
		height: 120px;
		min-height: 120px;
		margin-bottom: 24px;
	}
	
}*/


/*========================================================
NAVBAR
========================================================*/
.navbar {
	background: #fff;
	padding: 0 1rem;
	border-bottom: 1px solid #e6e6e6;
}
.navbar-toggler{
	border: none;
}
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-brand,
.navbar-brand {
	font-size: 24px;
	font-weight: 700;
}
.navbar-light .navbar-nav .nav-link,
.navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
	color: #233741;
	/*font-size: 16px;*/
	font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
	color: #EB1800;
}
.nav-link {
    display: block;
    padding: 33.25px 30px !important;
    margin-bottom: -1.5px;
    border-bottom: 3px solid transparent;
}
.navbar-nav > .current-menu-parent > .nav-link,
.navbar-nav > .current-menu-parent > .nav-link:hover,
.navbar-nav > .current-menu-parent > .nav-link:focus,
.navbar-nav .current-menu-item .nav-link,
.navbar-nav .current-menu-item .nav-link:hover,
.navbar-nav .current-menu-item .nav-link:focus,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active:hover,
.navbar-nav .nav-link.active:focus {
    color: #EB1800 !important;
    font-weight: 500;
    border-bottom: 2px solid #EB1800;
}
.navbar-nav li.current-menu-item ul li .nav-link,
.navbar-nav li.current-menu-item ul li .nav-link:hover,
.navbar-nav li.current-menu-item ul li .nav-link:focus {
    color: #233741 !important;
    font-weight: 500;
    border-bottom: 1px solid #F1F5F8;
}
.navbar-nav li ul li.current-menu-item .nav-link,
.navbar-nav li ul li.current-menu-item .nav-link:hover,
.navbar-nav li ul li.current-menu-item .nav-link:focus,
.navbar-nav li ul li.nav-link.active,
.navbar-nav li ul li.nav-link.active:hover,
.navbar-nav li ul li.nav-link.active:focus {
    color: #EB1800 !important;
    font-weight: 500;
    border-bottom: 1px solid #F1F5F8;
}
.navbar .navbar-collapse .btn {
	padding: 10px 30px;
}
@media (min-width: 768px) {
	.navbar .navbar-collapse .btn {
		margin-left: 30px;
	}
}
@media (max-width: 1200px) {
	.navbar .form-control {
		font-size: 13.5px;
	}
}
@media (max-width: 992px) {
	.navbar-light .navbar-brand,
	.navbar-brand {
		font-size: 18px;
	}
	.navbar-light .navbar-nav .nav-link {
		padding: 33.25px 12px !important;
		font-size: 14px;
	}
	.navbar .navbar-collapse .btn {
		padding: 12.5px 24px 11.5px;
		font-size: 14px;
	}
}
@media (max-width: 767.9px) {
	.navbar {
		padding: 1rem 1rem;
	}
	/*.navbar-brand img {
		width: 120px;
		height: auto;
	}*/
	.navbar-light .navbar-nav .nav-link {
		padding: 0.3rem 0.5rem !important;
	}
	.navbar-collapse {
		padding-bottom: 0 !important;
	}
	.navbar-nav {
		margin-top: 30px;
	}
	.nav-link,
	.navbar-nav .current-menu-item .nav-link,
	.navbar-nav .current-menu-item .nav-link:hover,
	.navbar-nav .current-menu-item .nav-link:focus,
	.navbar-nav .nav-link.active,
	.navbar-nav .nav-link.active:hover,
	.navbar-nav .nav-link.active:focus {
	    border-bottom: none;
	}
}
@media (min-width: 768px) {
	.navbar-expand-md .navbar-nav .nav-link {
	    padding-right: 1rem;
	    padding-left: 1rem;
	}
}
.navbar-light .navbar-nav .btn-menu .nav-link,
.navbar-light .navbar-nav .btn-menu .nav-link:hover,
.navbar-light .navbar-nav .btn-menu .nav-link:focus,
.navbar-light .navbar-nav .btn-menu.current-menu-item .nav-link,
.navbar-light .navbar-nav .btn-menu.current-menu-item .nav-link:hover,
.navbar-light .navbar-nav .btn-menu.current-menu-item .nav-link:focus {
	padding: 10px 30px !important;
	margin: 24px 0 24px 30px;
	font-weight: 700 !important;
	color: #fff !important;
	border: none;
}
@media (max-width: 992px) {
	.navbar-light .navbar-nav .btn-menu .nav-link,
	.navbar-light .navbar-nav .btn-menu .nav-link:hover,
	.navbar-light .navbar-nav .btn-menu .nav-link:focus,
	.navbar-light .navbar-nav .btn-menu.current-menu-item .nav-link,
	.navbar-light .navbar-nav .btn-menu.current-menu-item .nav-link:hover,
	.navbar-light .navbar-nav .btn-menu.current-menu-item .nav-link:focus {
		padding: 10px 18px !important;
	    margin-left: 0;
	}
}
	





.dropdown-menu {
	min-width: 240px;
	border-color: #DEE1E3;
	border-top: none;
	border-radius: 0;
	padding:0;
	margin-top: 1px;
}
.dropdown-menu .nav-link {
	padding: 12px 18px !important;
	border-bottom: 1px solid #F1F5F8;
}
.dropdown-menu li:last-child .nav-link {
	border-bottom: none;
}
.dropdown .dropdown-toggle:hover {

}
.dropdown .dropdown-toggle::after {
	border: 0;
	position: absolute;
	content: "▾";
}
.dropdown.show .dropdown-toggle::after{
	transform: rotate(180deg);
}
@media (max-width: 768px) {
	.dropdown-menu li:first-child .nav-link {
		border-top: 1px solid #F1F5F8;
	}
}



/*========================================================
HERO
========================================================*/
.hero {
	height: 300px;
	color: #fff;
}
.hero h1 {
	font-size: 48px;
	color: #fff;
}




/*========================================================
CAROUEL
========================================================*/
.carousel {
  background: #fff;
  margin-bottom: 0;
}
.carousel-inner {
  height: 600px;
  width: 100%;
}
.carousel-item {
  height: 600px;
}
.carousel-item div {
  height: 600px;
}
.carousel-bigcap {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 160px 0;
    color: #fff;
    text-align: left;
}
.carousel-bigcap h1 {
	color: #fff;
	font-size: 64px;
	font-weight: 700;
	line-height: 77px;
}
.carousel-bigcap p {
	opacity: .50;
	font-size: 24px;
	line-height: 36px;
	margin-top: 30px;
}
.carousel-control-prev,
.carousel-control-next {
  z-index: 3;
}
.carousel-indicators {
	bottom: -48px;
}
.carousel-indicators li {
   
    background-color: #DEE1E3;    
    opacity: 1;
    transition: opacity 0.6s ease;
}
.carousel-indicators .active {
	background-color: #EB1800;    
}
.carousel-scrolldown {
    text-align: center;
    width: 100%;
    height: auto;
    float: left;
    margin-top: -60px;
    font-weight: 500;
    color: #fff;
    position: relative;
}
.carousel-scrolldown a {
  color: #fff;
  z-index: 2;
}
.carousel-scrolldown a:hover,
.carousel-scrolldown a:focus {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}
.carousel-arrow {
  font-size: 24px;
}
.carousel-arrow i {
  padding: 0;
  margin: 0;
    line-height: 14px;
    display: block;
}
.bounce {
    display: inline-block;
    position: relative;
    -moz-animation: bounce 1s linear;
    -o-animation: bounce 1s linear;
    -webkit-animation: bounce 1s linear;
    animation: bounce 1s linear;
    colr: 000;
}
.bounce:hover {
  opacity: .50;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100%   { -webkit-transform: translateY(0); }
  40%             { -webkit-transform: translateY(-30px); }
  60%             { -webkit-transform: translateY(-15px); }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100%   { -webkit-transform: translateY(0); }
  40%             { -webkit-transform: translateY(-30px); }
  60%             { -webkit-transform: translateY(-15px); }
}
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100%   { -webkit-transform: translateY(0); }
  40%             { -webkit-transform: translateY(-30px); }
  60%             { -webkit-transform: translateY(-15px); }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100%   { -webkit-transform: translateY(0); }
  40%             { -webkit-transform: translateY(-30px); }
  60%             { -webkit-transform: translateY(-15px); }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100%   { -webkit-transform: translateY(0); }
  40%             { -webkit-transform: translateY(-30px); }
  60%             { -webkit-transform: translateY(-15px); }
}
.carousel-scrolldown svg {
  width: 24px;
  height: 24px;
  stroke: #DEE1E3;
}
.carousel-control-next, .carousel-control-prev {
  width: 5%;
}
#carousel-pdf .carousel-control-prev, 
#carousel-pdf .carousel-control-next {
    width: 36px;
    opacity: 1;
}
#carousel-pdf .carousel-control-prev-icon, 
#carousel-pdf .carousel-control-next-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
}
#carousel-pdf .carousel-control-prev-icon {
    background-image: url('../img/arr-left.png');
    opacity: 1;
}
#carousel-pdf .carousel-control-next-icon {
    background-image: url('../img/arr-right.png');
    opacity: 1;
}
#carousel-pdf .carousel-control-prev {
    left: -60px;
}
#carousel-pdf .carousel-control-next {
    right: -60px;
}
@media screen and (max-width: 640px) {
	#carousel-pdf .carousel-control-prev, 
	#carousel-pdf .carousel-control-next {
	    display: none;
	}
	#carousel-pdf .carousel-control-prev {
	    left: 12px;
	}
	#carousel-pdf .carousel-control-next {
	    right: 12px;
	}
}
@media screen and (max-width: 768px) {
  .carousel-item {
  }
  .carousel-bigcap {
    text-align: center;
  }
  .carousel-bigcap h1 {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  .carousel-bigcap p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
  }
  .carousel-scrolldown {
  	margin-top: -30px;
  }
}
@media screen and (max-width: 480px) {
  .carousel-item {
  }
}



/*==============================================================================
PAGINATION
==============================================================================*/
.post-nav {
  text-align: center;
}
.post-nav ul {
  list-style: none;
  padding: 0;
}
.post-nav ul li {
  float: none;
  display: inline-block;
}
.post-nav ul li.active,
.post-nav ul li a,
.post-nav .page-numbers,
.post-nav .next,
.post-nav .prev {
  width: 36px;
  height: 36px;
  display: block;
  text-decoration: none;
  background: #fff;
  color: #A7B1B7;
  margin: 10px 2px;
  padding: 3px 0;
  display: inline-block;
  border: 1px solid #A7B1B7;
}
.post-nav a.page-numbers,
.post-nav span.page-numbers,
.post-nav span.next,
.post-nav span.prev {
  margin: 10px 0;
}
.post-nav ul li.active:hover,
.post-nav ul li a:hover,
.post-nav .page-numbers:hover,
.post-nav .next:hover,
.post-nav .prev:hover {
  border-color: #EB1800;
}
.post-nav ul li a.active,
.post-nav ul li.active a,
.post-nav ul li.active,
.post-nav .page-numbers.current {
  background: #EB1800;
  border-color: #EB1800;
  color: #fff;
}




/*========================================================
ACCORDION
========================================================*/
.accordion {
	margin-bottom: 12px;
}
.accordion-header {
	
}
.accordion-header > * {
	margin: 0;
}
.accordion-header button {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	color: #37505E;
	padding: 24px 36px 24px 18px;
	text-align: left;
	background: #fff;
	border: 1px solid #DEE1E3;
}
.accordion-header button:before,
.accordion-header button.collapsed:before {
	position: absolute;
	display: block;
    right: 30px;
    color: #A7B1B7;
    font-size: 24px;
}
.accordion-header button:before {
	content: "-";
	margin-top: -6px;
}
.accordion-header button.collapsed:before {
	content: "+";
	margin-top: -3px;
}
.accordion-body {
	border: 1px solid #DEE1E3;
	border-top: none;
	padding: 24px 18px;
}
.accordion-body p:last-child {
	margin-bottom: 0;
}



/*========================================================
FOOTER
========================================================*/
footer {
	border-top: 1px solid #F1F5F8;
	padding: 84px 0 0;
	font-size: 14px;
}
footer h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 60px;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer ul li {
	display: block;
}
footer ul li a {
	color: #37505E;
}
footer ul li a:hover,
footer ul li a:focus {
	text-decoration: none;
}
.copyright {
	border-top: 1px solid #F1F5F8;
	padding: 30px 0;
	margin-top: 84px;
	font-size: 12px;
	color: #999;
}
.copyright a {
	color: #999;
}
.copyright a:hover,
.copyright a:focus {
	color: #EB1800;
	text-decoration: none;
}
.socmed a {
	width: 36px;
	height: 36px;
	text-align: center;
	padding: 2px 0;
	margin: 18px 12px 0 0;
	background: #F1F5F8;
	border: 1px solid #DEE1E3;
	border-radius: 24px;
	display: inline-block;
}
.socmed a:hover,
.socmed a:focus {
	border: 1px solid #EB1800;
}
.socmed a:hover svg *,
.socmed a:focus svg * {
	fill: #EB1800;
}
footer .wpcf7-form .input-group {
	display: block;
}
footer .wpcf7-form .input-group .wpcf7-form-control-wrap {
	width: calc(100% - 144px);
	display: inline-block;
}
footer .wpcf7-form .input-group .input-group-append {
	display: inline-block;
	position: absolute;
	top: 0;
}
footer .wpcf7-form .input-group .input-group-append .btn,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	width: 120px;
	border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
@media screen and (max-width: 992px) {
	.socmed a {
		padding: 3px 0;
	}
	footer .wpcf7-form .input-group .input-group-append .btn {
		padding: 12px 0;
	}
}
@media screen and (max-width: 576px) {
	footer {
		padding: 36px 0 0;
	}
	footer h3 {
		line-height: 30px;
		margin-top: 30px;
	}
	.copyright {
		margin-top: 48px;
	}
}









/*========================================================
CF7
========================================================*/
.wpcf7-not-valid-tip {
    color: #EB1800;
}
.wpcf7 form .wpcf7-response-output {
	font-size: 12px;
    font-weight: 700;
    margin: 12px 0 30px 0;
    padding: 6px 18px;
    border: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	color: #fff;
    border-color: transparent;
    border-radius: 24px;
    background: #49606c;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #fff;
    border-color: transparent;
    border-radius: 24px;
    background: #46B450;
}





/*========================================================
WOO-COMMERCE
========================================================*/
.product {
	width: 100%;
}
.woocommerce button.button.alt {
	width: 100%;
}
.woocommerce .cart button.button.alt {
	width: auto;
}
.single_add_to_cart_button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce *.button.alt {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0;
	padding: 10px 30px;
	margin: 15px 0;
	font-weight: 700;
	border-radius: 24px;
}
.woocommerce button.button,
.woocommerce input.button,
.woocommerce *.button.alt {
	padding: 16px 30px !important;
	margin: 0;
}
.single_add_to_cart_button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce *.button.alt:hover {
	opacity: .90;	
	text-decoration: none;
}
.single_add_to_cart_button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce *.button.alt,
.single_add_to_cart_button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce *.button.alt:hover,
.single_add_to_cart_button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce *.button.alt:focus,
.single_add_to_cart_button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.woocommerce *.button.alt:active,
.woocommerce button.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus {
	background-color: #EB1800 !important;
    border-color: #EB1800;
    border-style: none;
    color: #fff !important;
    outline: none !important;
    box-shadow: none;
}
.woocommerce button.button[value="Reset password"],
.woocommerce button.button[name="register"],
.woocommerce button.button[name="login"],
.woocommerce input.button[name="register"],
.woocommerce input.button[name="login"] {
	width: 100%;
}
.woocommerce input.button[name="login"] {
	margin-top: 42px;
}
.single_add_to_cart_button:not(:disabled):not(.disabled).active, .single_add_to_cart_button:not(:disabled):not(.disabled):active,
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
	color: #fff;
    background-color: #EB1800;
    border-color: transparent;
    outline: 0;
}
.woocommerce ul.wc_payment_methods,
.woocommerce ul.wc-item-meta {
	list-style: none;
	padding: 0;
}
.woocommerce ul.wc-item-meta li {
	border: none;
	padding: 0;
}
.woocommerce table.my_account_orders .button {
    margin-right: 6px;
}
.variations_form .form-check-inline:last-child,
.variations_form .form-radio-inline:last-child {
	margin-bottom: 0;
}
.variations_form .reset_variations,
.variations_form .woocommerce-variation-price {
	display: none !important;
}
.variations_form .ppom-option-total-price {
	display: none;
}
th.product-thumbnail,
td.product-thumbnail {
	display: none;
}
.cart-collaterals h2 {
	font-size: 20px;
    font-weight: 700;
    color: #37505E;
    margin-bottom: 18px;
}
.woocommerce .col2-set, .woocommerce-page .col2-set,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce-MyAccount-content .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce-MyAccount-content .col-2 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
	/*width: 50% !important;*/
	-ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-right: 15px;
    /*padding-left: 15px;*/
}
.wc-account .woocommerce .col2-set, .woocommerce-page .col2-set, .woocommerce #customer_login.col2-set {
	width: 100% !important;
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.woocommerce .col-1, .woocommerce-page .col-1, .woocommerce-MyAccount-content .col-1,
.woocommerce .col-2, .woocommerce-page .col-2, .woocommerce-MyAccount-content .col-2 {
	width: 100% !important;	
	padding: 0;
}
.woocommerce-checkout-review-order {
    /*width: 50%;*/
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 15px;
    padding-left: 15px;
}
@media screen and (max-width: 768px) {
	.woocommerce .col2-set, .woocommerce-page .col2-set {
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    padding: 0;
	}
	.woocommerce-checkout-review-order {
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	    position: static;
	    padding: 0;
	    /*position: fixed;*/
	    /*z-index: 9000;*/
	}
}

h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
	font-size: 24px;
	color: #233741;
    font-weight: 700;
}
/*.woocommerce h2,*/
/*.woocommerce h3:not(.title-md),*/
.woocommerce .woocommerce-checkout h3,
.woocommerce span.optional,
.woocommerce abbr.required {
	display: none;
}




.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea,
.woocommerce-input-wrapper .input-text,
.woocommerce-input-wrapper .state_select,
.woocommerce .quantity .qty {
	width: 100%;
	height: 46px;
	border: 1px solid #DEE1E3;
	padding: 12.5px;
	color: #233741;
	margin-bottom: 12px;
	text-align: left;
}
.woocommerce form .form-row textarea,
.woocommerce form .form-row textarea.input-text {
	height: 120px;
}
.woocommerce form .form-row input.input-text:focus, 
.woocommerce form .form-row textarea:focus,
.woocommerce-input-wrapper .input-text:focus,
.woocommerce-input-wrapper .state_select:focus,
.woocommerce .quantity .qty:focus {
	outline: none;
	border-color: #233741;
	box-shadow: none;
}
.woocommerce form .form-row input.input-text::-webkit-input-placeholder{color:#A7B1B7;opacity:1} 
.woocommerce form .form-row textarea::-webkit-input-placeholder{color:#A7B1B7;opacity:1}
.woocommerce-input-wrapper .input-text::-webkit-input-placeholder{color:#A7B1B7;opacity:1}
.woocommerce-input-wrapper .input-text::-moz-placeholder{color:#A7B1B7;opacity:1}
.woocommerce-input-wrapper .input-text:-ms-input-placeholder{color:#A7B1B7;opacity:1}
.woocommerce-input-wrapper .input-text::-ms-input-placeholder{color:#A7B1B7;opacity:1}
.woocommerce-input-wrapper .input-text::placeholder{color:#A7B1B7;opacity:1}
.woocommerce .quantity .qty::-webkit-input-placeholder{color:#A7B1B7;opacity:1}
.woocommerce .quantity .qty::-moz-placeholder{color:#A7B1B7;opacity:1}
.woocommerce .quantity .qty:-ms-input-placeholder{color:#A7B1B7;opacity:1}
.woocommerce .quantity .qty::-ms-input-placeholder{color:#A7B1B7;opacity:1}
.woocommerce .quantity .qty::placeholder{color:#A7B1B7;opacity:1}



.woocommerce .quantity .qty {
	margin-bottom: 48px;
}
.quantity .screen-reader-text {
    width: 100%;
    height: auto;
    display: block;
    position: relative !important;
    font-size: 20px;
    font-weight: 700;
    color: #37505E;
    margin-bottom: 18px;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
	border-color: #DEE1E3;
}



.select2-container--default .select2-selection--single {
	width: 100%;
	height: 46px;
	border: 1px solid #DEE1E3;
	padding: 12.5px;
	color: #233741;
	border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #233741;
    line-height: 20px;
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
}
.payment_box {
	display: none !important;
}
.payment_method_paypal img,
.payment_method_paypal a {
	display: none;
}



.woocommerce-checkout-payment,
.woocommerce #payment,
.woocommerce ul.order_details,
.woocommerce .woocommerce-customer-details address {
	/* box: */
	background: #FFFFFF;
	border: 1px solid #DEE1E3;
	border-radius: 0;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.10);
}
.woocommerce-privacy-policy-text,
.woocommerce-terms-and-conditions-wrapper p {
	font-size: 14px;
	color: #A7B1B7;
	line-height: 18px;
}
.woocommerce #payment ul.payment_methods {
	border-bottom: 1px solid #DEE1E3;
	padding:0;
	margin-bottom: 0;
}
.woocommerce #payment ul.payment_methods li {
	border: none;
	padding: 0 18px;
}

.woocommerce-MyAccount-navigation {
	display: none;
}
.wc-account .woocommerce h2,
.woocommerce header > h3 {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
}
.woocommerce form .form-row {
	width: 100%;
	padding: 0;
}
.woocommerce .col {
	padding: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    width: 100%;
}
.woocommerce form.woocommerce-ResetPassword,
.woocommerce form.login, 
.woocommerce form.register,
.woocommerce #payment  {
    /*border: none;
    padding: 0;
    margin: 0;
    text-align: left;
    border-radius: 0;*/
    border: 1px solid #DEE1E3;
    padding: 24px;
    margin: 0 0 60px 0;
    text-align: left;
    border-radius: 0;
}
.woocommerce #payment {
	padding: 18px 0;
}
.woocommerce #payment .form-row {
    padding: 18px 18px 0 18px !important;
}
.woocommerce form .form-row label.inline {
    display: inline;
    position: absolute;
    width: 100%;
    left: 0;
}
.woocommerce ul#shipping_method li {
    margin: 0;
    padding: 0;
    line-height: 0;
    list-style: none;
    border: none;
}
.woocommerce ul#shipping_method li label {
	line-height: 28px;
	color: #37505E;
}
.woocommerce table.shop_table {
	background: #fff;
	color: #37505E;
    border: 1px solid #DEE1E3;
    border-radius: 0;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.10);
}
.woocommerce .woocommerce-checkout-review-order table.shop_table thead th {
	border-bottom: 1px solid #DEE1E3;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tbody th,
.woocommerce .woocommerce-checkout-review-order table.shop_table tbody td {
	border-top: none;
	border-bottom: 1px solid #DEE1E3;
}
.woocommerce-checkout-review-order-table {
	/*position: sticky;*/
}
.woocommerce-Price-amount {
	white-space: nowrap;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tbody th, .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot td, .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot th {
    font-weight: 400;
    border-top: none;
    /*border-top: 1px solid #DEE1E3;*/
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr:last-child td, .woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr:last-child th {
	border-top: 1px solid #DEE1E3;
}
.woocommerce table.shop_table tr.order-total td,
.woocommerce table.shop_table tfoot tr:last-child td,
.woocommerce table.shop_table tfoot tr:last-child td * {
	font-size: 18px;
	font-weight: 700;
	color: #37505E;
}
.woocommerce table.woocommerce-checkout-review-order-table th,
.woocommerce table.woocommerce-checkout-review-order-table td {
	padding: 0 16px;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr td {
	padding-bottom: 12px;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:nth-child(1) th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:nth-child(1) td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:nth-child(2) th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:nth-child(2) td,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:last-child th,
.woocommerce table.woocommerce-checkout-review-order-table tfoot tr:last-child td {
	padding-top: 12px;
}
.woocommerce ul#shipping_method .amount {
	font-weight: 400;
}
.woocommerce table.woocommerce-checkout-review-order-table thead,
.woocommerce tr.cart-subtotal,
.woocommerce .checkout .cart_item .product-quantity {
	display: none;
}
.woocommerce td.product-name {
	color: #37505E;
    font-weight: 700;
}
.woocommerce td.product-name dl {
	margin-top: 18px;
	margin-bottom: 18px !important;
}
.woocommerce td.product-name .posted_in {
	font-size: 24px;
	display: block;
	margin: 18px 0 22px;
	color: #233741;
}
.woocommerce td.product-name a,
.woocommerce td.product-name .posted_in a {
	color: #233741;
}
.woocommerce td.product-name a:hover,
.woocommerce td.product-name a:focus,
.woocommerce td.product-name .posted_in a:hover,
.woocommerce td.product-name .posted_in a:focus {
	color: #233741;
	text-decoration: none;
}
.woocommerce td.product-name dl,
.woocommerce td.product-name dt,
.woocommerce td.product-name dd,
.woocommerce ul.wc-item-meta li * {
	font-weight: 400;
	font-size: 14px;
    color: #A7B1B7;
    line-height: 18px;
}













.woocommerce-notices-wrapper,
.woocommerce-error,
.woocommerce-success,
.woocommerce-info {
	display: none;
}
.ttt-pnwc-overlay {
    /*position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
    background: rgba(255,255,255,.1);
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999999;*/
}
.ttt-pnwc-container {
	background-color: transparent;
	padding: 0; 
	width: 90%;
	max-width: 1146px;
	height: auto;
	max-height: auto;
	border-radius: 0;
	bottom: 12px;
    position: absolute;
}
.ttt-pnwc-notice {
	text-align: left;
	-webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    text-align: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding: 18px;
    margin-top: 12px;    
}
.ttt-pnwc-message {
	width: 100%;
	color: #fff;
	font-weight: 700;
}
.ttt-pnwc-notice .button,
.ttt-pnwc-notice .button:hover,
.ttt-pnwc-notice .button:focus {
	font-size: 14px;
	text-decoration: none;
	color: #333;
	background: #fff;
	border: none;
	padding: 2px 12px 1px;
	border-radius: 18px;
	float: right;
}
button.ttt-pnwc-close {
    background-color: #DEE1E3;
    right: 0 !important;
    top: -48px !important;    
    color: #233741;   
}
.ttt-pnwc-notice-icon {
	display: none;
}
.ttt-pnwc-notice:nth-child(odd):after {
    opacity: 1;
}
.ttt-pnwc-notice:after {
	background: #EB1800;
    border: none;
    border-radius: 24px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.10);
}
.ttt-pnwc-footer {
	padding: 0;
}