/* CONTACT US CSS :BEGIN */
.canvasMap{
	height: 200px;
	width: 100%;
}
.contact-us{
	position: relative;
	width: 750px;
	margin: 30px auto;
}
.contact-us .address{
	font-style: normal;
	font-size: 13px;
}
.contact-us .title{
	font-size: 18px;
	margin-bottom: 8px;
	margin-top: 0;
}
.contact-us .support-section .box{
	padding: 20px 0;
	width: 245px;
	background-color: #FFF;
	margin: 5px;
	box-shadow: 0 0px 2px 0 rgba(0,0,0,0.12);
	border: 1px solid #E2E2E2;
	text-align: center;
	position: relative;
}
.contact-us .support-section .box i{
	display: block;
	font-size: 28px;
	margin-bottom: 8px;
}
.contact-us .support-section .box span{
	font-size: 16px;
}
.contact-us .support-section .box:hover{
	box-shadow: 0 0px 10px 0 rgba(0,0,0,0.2);
}
.contact-us .block-section{
	margin: 0 15px;
}
.contact-us .block-section textarea{
	height: auto !important;
}
.contact-section .title{
	text-align: center;
	margin-bottom: 10px;
	margin-top: 50px;
	font-size: 20px;
}
.contact-section .table-block{
	height: 240px;
	text-align: center;
}
.contact-section .tt{
	font-size: 36px;
	margin: 0 0 20px;
}
.contact-section .st{
	font-size: 18px;
	margin: 0;
	padding: 0 30px;
	line-height: 24px;
}
/* CONTACT US CSS :END */
.about-section{
	position: relative;
	display: block;
}
.about-section .menu-options{
	margin: 15px 0;
	font-size: 16px;
}
.about-section .menu-options a{
	text-align: center;
	padding: 15px 0;
	display: block;
	position: relative;
}
.about-section .menu-options a.active{
	font-weight: 600;
	color: #ff5a5f;
}
.about-section .menu-options a.active:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #ff5a5f;
}
.block_section{
	margin-top: 10px;
	position: relative;
}
.block_section .title{
	display: block;
	font-size: 22px;
	text-transform: uppercase;
	margin: 25px 0 20px;
}
.block_section p{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
	color: #555;
}
.block_section .box_about{
	margin: 15px 10px;
	border: 1px solid #CCC;
	text-align: center;
	padding: 8px;
	border-radius: 3px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16);
	width: 350px;
}
.block_section .box_about img{
	height: 130px;
}
.block_section .box_about h2{
	font-size: 16px;
	margin: 0.5rem 0 0.4rem 0;
	font-weight: 600;
}
.block_section .box_about p{
	margin: 0;
	font-size: 13px;
}
.block_section .sub_title {
    font-size: 14px;
    font-weight: 700;
    color: #555;
}
/* TESTIMONIALS :BEGIN */
.testimonials-boxes{
	position: relative;
	display: block;
}
.testimonials-boxes .t_box{
	width: 30.33333%;
	position: relative;
	display: inline-block;
	margin: 15px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.12);
	border-radius: 3px;
}
.t_box .image-box{
	position: relative;
	display: block;
	height: 250px;
	background-position: center;
	background-size: 150px;
	background-repeat: no-repeat;
	background-image: url('../images/ics-loader-2.gif');
}
.t_box .image-box .t_img{
	width: 100%;
	height: 250px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../images/ics-loader-2.gif');
}
.t_box .image-box .t_img:hover{
	opacity: 1;
}
.t_box .image-box .user-name{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	color: #FFF;
	padding: 8px;
	padding-top: 20px;
	line-height: normal;
	background: linear-gradient(to top,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(bottom,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);
	background: -moz-linear-gradient(bottom,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(bottom,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(bottom,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);
}
.t_box .image-box .user-name .name{
	display: block;
	font-size: 17px;
}
.t_box .image-box .user-name .country{
	display: block;
	font-size: 11px;
}
.t_box .content{
	padding: 8px;
	font-size: 13px;
	color: #555;
	line-height: 24px;
}
.t_box .image-box .user-name .view-product{
	right: 8px;
	position: absolute;
	bottom: 8px;
	font-size: 13px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	padding-bottom: 2px;
}
/* MODAL SEND INQUIRE :BEGIN */

.submit-testimonials-modal{
	width: 450px;
	padding: 8px;
}
.submit-testimonials-modal .inquiry-form .tips{
	text-align: center;
	font-size: 13px;
	display: block;
}
.submit-testimonials-modal .testimonials-image .table-block{
	height: 80px;
}
.submit-testimonials-modal .testimonials-image h3{
	font-size: 24px;
	text-align: center;
	display: block;
	margin-bottom: 8px;
}
.submit-testimonials-modal .inquiry-form .input-field{
	width: 300px;
	margin: 20px auto;
}
.submit-testimonials-modal .inquiry-form .input-field.mb{
	margin-bottom: 0;
}
.submit-testimonials-modal .inquiry-form .input-field.mnone{
	margin: 0 auto 25px;
}
.submit-testimonials-modal .inquiry-form .input-field input{
	margin-bottom: 0;
	font-size: 14px;
}
.submit-testimonials-modal .inquiry-form .input-field label{
	font-size: 14px;
	left: 0;
	color: #555555 !important;
}
.submit-testimonials-modal .inquiry-form .input-field textarea{
	max-height: 50px;
	padding: 5px 0;
}
.submit-testimonials-modal .submit-form input[type="file"]{
	direction: rtl;
}
.submit-testimonials-modal .submit-form span.error {
	position: absolute;
	left: -5px;
	padding: 2px 10px;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0.8);
	color: #FFF;
	text-align: center;
	bottom: -25px;
	font-size: 11px;
	z-index: 12;
}
.submit-testimonials-modal .submit-form span.error:before {
	content: '';
	position: absolute;
	top: -6px;
	left: 6px;
	border-left: 6px solid transparent;
	border-bottom: 6px solid rgba(0,0,0,0.8);
	border-right: 6px solid transparent;
}
.submit-testimonials-modal .submit-form textarea{
	padding: 5px 0;
	max-height: 120px;
}
.submit-testimonials-modal .table-block{
	height: 240px;
	text-align: center;
}
.submit-testimonials-modal .tt{
	font-size: 36px;
	margin: 0 0 20px;
}
.submit-testimonials-modal .st{
	font-size: 15px;
	margin: 0;
	padding: 0 30px;
	line-height: 20px;
}
/* MODAL SEND INQUIRE :EMD */
/* TESTIMONIALS :END */
/* FAQ'S */
.faqs .collapsible-header{
	font-size: 16px;
	position: relative;
}
.faqs .collapsible-header i{
	font-size: 20px;
	color: #222;
	margin-right: 5px;
}
.faqs .collapsible-header:after,
.faqs .collapsible-header:before{
	background: #000;
	content: '';
	position: absolute;
	transition: transform 500ms ease;
}
.faqs .collapsible-header:before{
	width: 10px;
	top: 22px;
	height: 2px;
	right: 16px;
}
.faqs .collapsible-header:after{
	height: 10px;
	top: 18px;
	width: 2px;
	right: 20px;
	transform-origin: center;
}
.faqs .collapsible-header.active:after{
	transform: rotate(90deg);
}
.faqs .collapsible-body{
	padding: 10px;
	position: relative;
	color: #444;
}
.faqs .collapsible-body .questions{
	margin: 15px 0;
}
.faqs .collapsible-body label{
	font-size: 14px;
	color: inherit;
	font-weight: 600;
}
.faqs .collapsible-body a{
	color: #880E4F;
}
.faqs .collapsible-body p{
	padding: 0;
	margin: 2px 0 0;
}
.file-field input.inputfile{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.file-field .file-label{
	min-width: 100%;
	font-size: 14px;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 11;
}
.input-field .file-label span.c-btn{
	float: left;
}
.input-field .file-label .blank-space{
	width: 170px;
	height: 30px;
	line-height: 30px;
	opacity: 0;
	display: inline-block;
}
.file-field .file-path-wrapper{
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 130px;
	width: 100%;
	overflow: inherit;
}
.file-field .file-path-wrapper input{
	margin-bottom: 0;
	height: 30px;
}
/* FAQ'S */
@media screen and (max-width: 1024px){
	.testimonials-boxes .t_box{
		margin: 14px;
	}
	.t_box .image-box .t_img,
	.t_box .image-box{
		height: 175px;
	}
}
@media screen and (max-width: 768px){
	.contact-us .support-section .box{
		width: 234px;
	}
	.testimonials-boxes .t_box{
		width: 46%;
	}
}

.sizeguide-section{
	display: block;
	position: relative;
}
.sizeguide-section .title{
	font-size: 22px;
	color: #131313;
	margin-top: 0px;
	margin-bottom: 15px;
}
.sizeguide-section p{
	margin: 4px 0;
}
.sizeguide-section .divider{
	height: 2px;
	border: none;
	background-color: #adadad;
	margin: 20px 0;
	display: block;
}
.standard-size-guide .botder-bottom{
	border: 1px solid #CCCCCC;
}
.standard-size-guide th,
.standard-size-guide td{
	text-align: center;
	border-right: 1px solid #CCCCCC;
	width: 1%;
	padding: 10px 0;
}
.standard-size-guide th:first-child,
.standard-size-guide td:first-child{
	background: #FBFBFB;
}
.standard-size-guide td:nth-child(2n+3),
.standard-size-guide th:nth-child(2n+3){
	background: #FBFBFB
}
.standard-size-guide tr:hover td{
	background-color: #EFEFEF;
}

