/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; }

#toTop { z-index: 9999; }

.mobile-visible { display: none; }

/* ------------------------------------------------------------ *\
	Btn
\* ------------------------------------------------------------ */

.btn-menu { display: none; height: 9px; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); right: 30px; }
.btn-menu span { position: relative; display: block; width: 25px; height: 15px; border-top: 3px solid #000; }
    
.btn-menu span:before,
.btn-menu span:after { position: absolute; width: 100%; height: 3px; background: #000; content: ''; right: 0; }

.btn-menu span:before { top: -9px; }
.btn-menu span:after { top: 3px; }

.btn-menu span:before,
.btn-menu span:after,
.btn-menu span { 
    -webkit-transition: all .3s linear; 
            transition: all .3s linear; 
 }

.btn-menu.active span { border-color: transparent; }
.btn-menu.active span:before,
.btn-menu.active span:after { background: #8C1705; }

.btn-menu.active span:before { 
-webkit-transform: rotate(45deg) translate(2.5px, 6px);
        transform: rotate(45deg) translate(2.5px, 6px);

}
.btn-menu.active span:after { 
-webkit-transform: rotate(-45deg) translate(2.5px, -6px);
        transform: rotate(-45deg) translate(2.5px, -6px); 
}

@media(max-width: 1023px){
	/* ------------------------------------------------------------ *\
		Base
	\* ------------------------------------------------------------ */
	
	* { box-sizing: border-box; }
	
	/* ------------------------------------------------------------ *\
		Header
	\* ------------------------------------------------------------ */
	
	.header_actual { width: 100%; padding: 0 20px; margin: auto; padding-bottom: 20px; }
	.header_actual:after { content: ''; line-height: 0; display: table; clear: both; }

	.header_right { width: 62%; float: right; text-align: right; }
	.header_right:after { content: ''; line-height: 0; display: table; clear: both; }

	/*  Logo  */

	.logo_div { padding-left: 0; width: 34.2%; }
	.logo_div img { max-width: 100%; height: auto; }

	/*  Login  */

	.login .login1 { display: inline-block; }
	.login { display: inline-block; width: auto; float: none; padding-left: 0; }

	/*  Search  */

	.search_div { float: none; display: inline-block; margin-left: 30px; }
	.search_div .ser_left1 { height: 29px; }

	/*  Nav  */

	.navigation { width: 100%; float: right; margin: 0; }
	.navigation ul { float: right;  }
	.navigation ul:after { content: ''; line-height: 0; display: table; clear: both; }

	/* ------------------------------------------------------------ *\
		Intro
	\* ------------------------------------------------------------ */
	
	.banner_percent { background-image: url(../images/banner_bg.jpg); }

	.banner_div { width: 100%; height: 100%; padding: 0 20px; background: none; }
	
	.banner_div .slides_container { margin: 0; }
	.banner_div #slides { left: 0; }
	.banner_div #slides .slide { width: 100%; margin-bottom: 30px; height: auto; }
	.banner_div .slides_control { width: 100% !important; height: auto !important; }
	
	.banner_div #example,
	.banner_div #slides,
	.banner_div .slides_container,
	.banner_div #container1 { width: 100%; height: 100%; }
	
	.banner_div .white_left,
	.banner_div .banner_top,
	.banner_div .white_right,
	.banner_div .white_left1,
	.banner_div .banner_top,
	.banner_div .white_right1 { display: none; }
	
	.banner_div .banner_mid { background: none; padding: 0; width: 100%; }
	.banner_div .banner_mid img { max-width: 100%; height: auto; border: 5px solid  #fff; border-radius: 3px; }
	.banner_div .banner1:after { content: ''; line-height: 0; display: table; clear: both; }
	
	.banner_div .banner_right,
	.banner_div .banner_left { width: 50%; margin: 0; }
	
	.banner_div .slide:after { content: ''; line-height: 0; display: table; clear: both; }
	.banner_div #slides .next { left: auto; right: -10px; }
	
	.banner_div .pagination { right: 0; margin-left: 0; }

	/* ------------------------------------------------------------ *\
		Content
	\* ------------------------------------------------------------ */

	/*  Grey box (3 boxes)  */

	.grey_inn { width: 100%; }
	
	.grey_inn ul { content: ''; line-height: 0; display: table; clear: both;}
	.grey_inn li.one { width: 30%; }
	.grey_inn li.one img { max-width: 100%; height: auto; }
	.grey_inn li.two { width: 70%;  }
	
	.grey_inn .grey_div1 { width: 33.33%; margin: 0; padding: 10px; padding: 23px 10px 7px; }
	.grey_inn .grey_div1:last-child { width: 33.33% !important;  }
	.grey_inn .grey_txt1 { line-height: 1; }

	.grey_div { height: auto; }

	.grey_div1,
	.grey_inn { height: auto; }

	/*  Container Inner  */

	.content_inner { width: 100%; }

	.content_inner p,
	.content_inner .contxt { width: 100% !important; }

	/*  Popup Slider  */

	.popup_image_slide { width: 100%; }
	.popup_image_slide #container { height: 100%; }
	.popup_image_slide .popup_left { display: none; }

	.popup_slice { width: 100%; height: 100%; background-color: #f8f8f8; background-image: none; }
	.popup_slice #slider { width: 100%; height: 100%; position: relative; padding: 15px 25px 0; }
	.popup_slice #slider:after { content: ''; line-height: 0; display: table; clear: both; }
	
	.popup_slice #slider .image-slider-back,
	.popup_slice #slider .image-slider-forward { position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); }
	
	.popup_slice #slider .image-slider-back { left: 5px; }
	.popup_slice #slider .image-slider-forward { right: 5px; }

	.popup_slice .image-slider-contents { width: 100%; }
	.popup_slice .image-slider-contents .outer { border: none; background: none; }
	.popup_slice .image-slider-contents .outer > div { width: 100%; height: auto; }
	.popup_slice .image-slider-contents .outer > div img { width: 100%; height: auto; background: #fff; border: 1px solid  #ccc; padding: 3px;  }
	
	.popup_slice .preview { width: 50%; height: auto; margin-top: 0; top: 50% !important; left: 50% !important; transform: translate(-50%); -webkit-transform: translate(-50%); }
	.popup_slice .preview img { max-width: 100%; height: auto; width: 100%; }
	.popup_slice .preview .img-large { width: 100%; }
	.popup_slice .preview .close { left: auto; right: -15px; }

	/*  Testimonials  */

	.what_our_client { width: 63.41%; height: auto; }
	.what_our_client #wrapper { position: static; margin-left: 0; overflow: visible; width: 100%; height: auto; }
	.what_our_client #images-wrapper { width: 100%; margin-top: 15px; }
	.what_our_client .wow { width: 100%; padding: 0 20px; }
	.what_our_client .client_box { width: 100%; position: relative; }
	.what_our_client .client_box .client_left { display: none; }
	.what_our_client .client_box .client_inn { width: 100%; height: auto; border: 1px solid  #e7e7e7; border-radius: 5px; position: relative; padding-bottom: 35px; }
	.what_our_client .client_box .client_inn:before { content: ''; background: url(../images/ico-testimonials-triangle1.png) no-repeat 0 0; width: 18px; height: 19px; display: inline-block; vertical-align: middle; position: absolute; right: 100%; top: 20px; margin-right: -1px; }
	.what_our_client .client_box .client_company { width: 20%; padding-top: 16px; }
	.what_our_client .client_box .client_company1 { width: 80%; padding-left: 15px; padding-right: 10px; }
	.what_our_client .client_box .client_company1 br { display: none; }
	.what_our_client .client_box .tint { margin: 0; position: absolute; right: 10px; bottom: 10px; z-index: 1; }

	/*  Sidebar  */

	.right_panel_box { width: 35%; float: right; padding-right: 20px; }
	.right_panel_box:after { content: ''; line-height: 0; display: table; clear: both; }
	.right_panel_box .indust_black { width: 100%; border-radius: 0 5px 0 0; min-height: 45px; font-size: 14px; padding-top: 17px; padding-left: 10px; }
	.right_panel_box .indust_grey { width: 100%; background-image: none; box-shadow: 1px 1px 1px rgba(0,0,0,.1); border-radius: 0 0 5px 5px; padding-left: 10px; }
	.right_panel_box .indust_grey br { display: none; }
	
	.right_panel_box .indust_left,
	.right_panel_box .indust_left1 { display: none; }

	/* ------------------------------------------------------------ *\
		Contact Form
	\* ------------------------------------------------------------ */
	
	.contact_form input[type=text],
	.contact_form textarea { border: 1px solid  #d3d3d3; border-radius: 5px; padding: 5px 10px; width: 100% !important; 
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+0,ffffff+43,ffffff+100 */
		background: rgb(240,240,240); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(240,240,240,1) 0%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(43%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(240,240,240,1) 0%,rgba(255,255,255,1) 43%,rgba(255,255,255,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}

	.contact_form select { border: 1px solid rgb(169, 169, 169); border-radius: 5px; }

	.contact_form .cr { display: none; }
	.contact_form .con_bg { background: none; width: 100%; padding-top: 0; }
	.contact_form .con_1 { width: 30.95%; margin: 0; line-height: 1.2; padding-top: 4px; }
	.contact_form .con_2 { width: 64.63%; float: right; margin: 0; }
	.contact_form .contact1 { position: relative; }
	.contact_form .msg_bg { background: none; width: 100%; }
	
	.contact_form #zipcode { width: 60px !important; position: absolute; top: 0px; right: 0; }
	.contact_form #state1 { width: 40px !important; position: absolute; top: 0px; right: 65px; }
	.contact_form #city { width: calc(100% - 110px) !important; }

	.contact_form .form-reset-button,
	.contact_form .form-submit-button { -webkit-appearance: none; border-radius: 0; }

	/* ------------------------------------------------------------ *\
		Footer
	\* ------------------------------------------------------------ */
	
	.footer_percent { height: auto; background: url(../images/footer_bg.jpg) repeat-x 0 0; padding-bottom: 15px; position: relative; z-index: 9999; }
	
	.footer_actual { width: 100%; padding: 0 20px; }
	.footer_actual .footer_nav { width: 82.11%; }

	/* ------------------------------------------------------------ *\
		Inner Page
	\* ------------------------------------------------------------ */
	
	/*  Banner  */

	.banner_percent1 { height: auto; }
	.banner_div1 { width: 100%; padding-left: 15px; height: auto; }
	.banner_div1 p { font-size: 24px; line-height: 80px; }

	/*  Content  */
	
	.what_our_client_new { width: 71.49%; }

	/*  Sidebar  */

	.right_panel_box_new { width: 28.11%; float: right; }

	/*  Lists  */

	.right_list li { background-position: left 6px; }
}

@media(max-width: 900px){
	/* ------------------------------------------------------------ *\
		Header
	\* ------------------------------------------------------------ */
	
	.header_actual { padding-bottom: 0; }

	.header_right { width: 100%; float: none; }

	.navigation { padding-top: 0; }
	.navigation ul { display: table; width: 100%; }
	.navigation li { float: none; display: table-cell; text-align: center; }
	.navigation li.last { float: none; }
	.navigation a { display: block; }
	.navigation a.anchor1:hover { float: none; }
	.navigation a.anchor2:hover { float: none; }
}

@media(max-width: 767px){
	/* ------------------------------------------------------------ *\
		Header
	\* ------------------------------------------------------------ */
	
	.header_actual { position: relative; padding-bottom: 8px; text-align: center; }

	.header_right { text-align: center; }

	/*  Logo  */

	.logo_div { width: 350px; float: left; text-align: center; padding-top: 0; }

	/*  Login  */

	.login { padding-left: 0; margin-bottom: 0; text-align: left; float: none; display: block; margin-bottom: 15px; padding-left: 0; }
	.login a { display: inline;  }

	/*  Search  */

	.search_div { max-width: 70%; margin-left: 15px; padding-bottom: 20px; }
	
	.search_div form { width: 97.46%; }
	.search_div form:after { content: ''; line-height: 0; display: table; clear: both; }
	
	.search_div .ser_left { display: none; }
	
	.search_div .ser_left1 { width: 89.56%; border: none; }
	.search_div .ser_left2 { width: 7.9%; border: none; }
	
	.search_div { border-radius: 5px; position: relative; }
	.search_div .serch { border: 1px solid  #d3d3d3; height: 29px; line-height: 29px; margin-top: 0; border-radius: 5px; width: 100%; }
	.search_div .ser_left1 { width: 100%; }
	.search_div .ser_left2 { border-radius: 0 5px 5px 0; position: absolute; top: 0; right: 0; width: 28px; }

	/*  Btn Menu  */

	.btn-menu { display: inline-block; }

	/*  Navigation  */

	.navigation { visibility: hidden; opacity: 0; z-index: -1; position: absolute; top: 100%; left: 0; width: 100%; background: #fff; height: auto; transition: opacity .3s; text-align: left; }
	.navigation ul { display: block; margin-bottom: 15px; }
	.navigation li { display: block; float: none; width: 100%; text-align: left; border-bottom: 1px solid #f0f0f0; }
	.navigation li a { padding-left: 15px; }
	.navigation.active { visibility: visible; opacity: 1; z-index: 1; box-shadow: 0px 2px 2px rgba(0,0,0,.5); }

	/* ------------------------------------------------------------ *\
		Intro
	\* ------------------------------------------------------------ */

	.banner_div .banner_right,
	.banner_div .banner_left { width: 100%; float: none; }
	
	.banner_div { background-image: none; }
	.banner_div .tint1 { display: inline-block; margin-bottom: 20px; width: 150px;  }
	.banner_div .tint1 img { width: 100%; height: auto; }
	.banner_div .bann_txt1 { font-size: 20px; padding-bottom: 5px; margin-bottom: 10px; }
	.banner_div .bann_txt2 { font-size: 13px; }

	/* ------------------------------------------------------------ *\
		Content
	\* ------------------------------------------------------------ */

	.body_percent { padding-bottom: 40px; }
	
	/*  Grey box (3 boxes)  */

	.grey_inn .grey_div1 { width: 100%; float: none; border: none; border-bottom: 1px solid  #e3e3e3; }
	.grey_inn .grey_div1:last-child { width: 100% !important; }
	.grey_inn .grey_div1 ul { width: 100%; }
	.grey_inn .grey_div1 li { width: 100%; float: none; text-align: center; }
	
	.contxt1 { font-size: 18px; }

	.contact_feild,
	.contxt2 { font-size: 12px; }

	/*  Popup slider  */

	.popup_slice .preview { width: 80%; }

	/*  Testimonials  */

	.what_our_client { width: 100%; float: none; }
	.what_our_client #images-wrapper { height: auto; }

	.what_our_client .client_box { padding-top: 0; margin-bottom: 20px; }
	.what_our_client .client_box .tint { bottom: 11px; }
	.what_our_client .client_box .client_inn { width: 100%; }
	.what_our_client .client_box .client_left { position: absolute; top: 0; }
	.what_our_client .client_box .client_left:first-child { left: 0; }
	.what_our_client .client_box .client_left:last-child { right: 0; }

	/*  Sidebar  */

	.right_panel_box { width: 100%; float: none; }

	/* ------------------------------------------------------------ *\
		Footer
	\* ------------------------------------------------------------ */

	.footer_actual { text-align: center; height: auto; }
	.footer_actual .footer_nav { width: 100%; float: none; }
	.footer_actual .footer_nav .anchor4 { display: inline-block; margin-bottom: 12px;  }
	.footer_actual .copyright { margin-bottom: 15px; padding-top: 5px;  }

	/* ------------------------------------------------------------ *\
		Inner Page
	\* ------------------------------------------------------------ */

	/*  Content  */
	
	.what_our_client_new { width: 100%; float: none; border: none; }

	/*  Sidebar  */

	.right_panel_box_new { width: 100%; float: none; }
}

@media(max-width: 475px){
	.logo_div { max-width: 80%; height: auto; }

	.what_our_client .client_box .client_company { width: 30%; }
	.what_our_client .client_box .client_company1 { width: 70%; }

	.contact_form .con_1 { font-size: 11px; }
	
	.contact_form .form-reset-button,
	.contact_form .form-submit-button { width: 65px; height: 40px; }

	.mobile-visible { display: inline-block; }
}

@media(max-width: 320px){
	.image-slider-contents .outer { width: 123px; }
}