/*
Theme Name: alon
Theme URI: http://devdm.com/DevDmBootstrap3
Author: Yaniv Sasson
Author URI: http://yanivsasson.com/
Description: A versatile and responsive Bootstrap WordPress starter theme FOR DEVELOPERS based on Twitter Bootstrap 3.3.6.
Version: 1.1003
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, rtl-language-support, theme-options, translation-ready
Text Domain: devdmbootstrap3

devdmbootstrap3 WordPress Theme, Copyright 2016 Danny Machal.
devdmbootstrap3 is distributed under the terms of the GNU GPL v3.
*/

/* The bootstrap.css file is auto-enqueued in functions.php */

/* YOU SHOULD BE MAKING A CHILD THEME. Don't let me be a bad guy and erase all your hard work with a theme update. I just want to bring you new amazing features. I don't want to destroy your world. I've made a child theme available for you to use. Download it here http://devdm.com/DevDmBootstrap3/child-themes/ */

/****************** Special Blank CSS classes for child themes to use without disturbing core bootstrap styles ****************/

.dmbs-container {

}

.dmbs-header {

}

.dmbs-header-img {

}

.dmbs-header-text {

}

.dmbs-top-menu {

}

.dmbs-content {

}

.dmbs-main {

}

.dmbs-left {

}

.dmbs-right {

}

.dmbs-footer-menu {

}

.dmbs-author-credits {

}

.dmbs-footer {

}



@charset "UTF-8";

iframe[name="google_conversion_frame"] {
	position: fixed;
}
body{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-family:'Open Sans Hebrew';
}
h1,h2,h3,h4,h5,h6{
	font-family:'Open Sans Hebrew'
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 18px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}
a:active, 
a:hover, 
a:focus,
input:hover, 
input:active, 
input:focus, 
textarea:hover, 
textarea:active, 
textarea:focus {
	outline: 0px;
}
nav, header, section, footer {
	width: 100%;
	float: left;
}
artical {
	margin-bottom: 0;
}
.hentry {
    margin-bottom: 0px;
}
.relative {
	position: relative
}
.inline-block {
	display: inline-block;
}
.table {
    display: table;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.container {
    padding: 0 15px 0 15px;
}
.navbar-top {
	text-align:center;
}
ul.nav {
	padding-right: 0px;
	padding-left: 0px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 18px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}

.dropdown-menu {
    position: initial;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    background-clip: padding-box;

    width: 100%;
    text-align: center;

}
.dropdown-menu > li > a {
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}
.dropdown-menu > li > a:active,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:active,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: transparent;
}
ul.pager {
	padding-right: 0px;
	padding-left: 0px;
}
ul.pagination {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-toggle {
    border: 1px solid #999;
}
.navbar-toggle .icon-bar {
    background-color: #999;
}
.nav.nav-side {
    margin-top: 60px;
}
.nav.nav-side  li {
    margin-top: 8px;
    margin-bottom: 8px;
	text-align: center;
}
.nav.nav-side  li:hover {

}
.nav.nav-side  li  a {
    background-color: #007300;
    color: #fff;	
}
.nav.nav-side  li  a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav.nav-side  li  a:hover, 
.nav.nav-side  li  a:active, 
.nav.nav-side  li  a:focus {
    text-decoration: none;
    background-color: #fff;
    color: #007300;
}
.nav.nav-side  .dropdown-menu {
    position: initial;
    float: initial;
    min-width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow:initial;
    box-shadow: initial;
}
.dropdown .dropdown-menu {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}
.dropdown.open .dropdown-menu {
    display: block;
    max-height: 300px;
    opacity: 1;
}
.collapsing {
	display: none;
}
#nav-icon3 {
	width: 44px;
    height: 33px;
    position: relative;
    margin: 0;
    padding: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    border: 0px solid #fff;
    border-radius: 3px;
    float: right;
    margin-top: 9px;
    background-color: rgba(0,0,0,0.9);	
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 22px;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
    top: 8px;
}
#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
    top: 10px;
}
#nav-icon3 span:nth-child(4) {
    top: 16px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
/*
	header link
*/
.header-links  {
    padding-top: 37px;
}
.header-links .alignnone {
    margin: 0px 3px 6px 0px;
}
.header-phone {
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 4px;
	text-align: left;
}
.header-phone a {
	color: #fff;
	font-size: 26px;
    line-height: 28px;	
	text-decoration: none;
}
.header-social {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
/*
	logo
*/
.header-logo {
	padding-top: 12px;
}
/*
	navbar
*/
body .site-nav {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2000;
	width: 100%;
	height: 112px;
	overfow: hidden;
}
body.admin-bar .site-nav {
	top: 32px;
}
.nav.navbar-nav > li {
    width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: transparent;
	text-align: center;
}
.nav.navbar-nav > li:hover,
.nav.navbar-nav > li:focus,
.nav.navbar-nav > li:active {
	background-color: transparent;
}
.nav.navbar-nav > li a {
	display: inline-block;	
	padding: 10px 20px;
	border: 1px solid transparent;	
	color: #fff;
	font-weight: 300;
	font-size: 20px;
    line-height: 28px;
}
.nav.navbar-nav > li a:hover,
.nav.navbar-nav > li a:focus,
.nav.navbar-nav > li a:active {
	background-color: transparent;
	color: #fff;
}
.nav.navbar-nav > li a:hover {
	border: 1px solid #b0671f;
}
.nav.navbar-nav > li.current-menu-item {
	background-color: transparent;
	color: #fff;
}
.nav.navbar-nav > li.current-menu-item a {
	border: 1px solid #b0671f;
	background-color: transparent;	
	color: #fff;
} 

.nav.navbar-nav > li li {
	display: block;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}
.nav.navbar-nav > li li a {
	display: block;
	width: 100%;
	border: 1px solid transparent;
    border-bottom: 1px solid #b0671f;
}
/*
.nav.navbar-nav > li li:last-child a {
	display: block;
	width: 100%;
	border: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.nav.navbar-nav > li li a:hover {
	border: 1px solid transparent;
	border-bottom: 1px solid #b0671f;
}
.nav.navbar-nav > li li:last-child:hover a {
	display: block;
	width: 100%;
	border: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
*/
/*
	site header
*/
.slickwraper {
	overflow: hidden;
}
.site-header {
	padding-top: 110px;
}
.slick-slide img {
    display: inline-block;
	max-width: 100%;
	height: auto;
}
.slick-slide {
    text-align: center;
}
.slick-prev.slick-arrow {
	position: absolute;
	outline: 0;
	left: 15px;
	top: 45%;
	z-index: 9000;
    width: 15px;
    height: 22px;
	color: transparent;
	border: 0px;	
	background-color: transparent;
	font-size: 1px;	
}
.slick-prev.slick-arrow:after {
	content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 15px solid rgba(0,0,0,0.7);
    position: absolute;
    top: 0px;
    right: 0px;
}
.slick-next.slick-arrow {
	position: absolute;
	right: 15px;
	top: 45%;
	outline: 0;	
	z-index: 9000;
	width: 15px;
	height: 22px;	
	color: transparent;	
	background-color: transparent;
	border: 0px;
	font-size: 1px;
}
.slick-next.slick-arrow:after {
	content: ''; 
    display: block;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 15px solid rgba(0,0,0,0.7);
    position: absolute;
    top: 0px;
    left: 0px;
}
/*
	home

.home-box-wrap {
	background-color: #dee5e9;
}
a.home-box {
	display: block;
	position: relative;
	float: right;
	width: 24.25%;

	margin-left: 1%;
	color: #fff;
	background-size: 100% auto;
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
}
a.home-box::before {
	content: '';
	display: block;
	padding-top: 130%;
}
a.home-box .home-box-inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image: url(img/homeboxtextb.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 200%;
}
a.home-box:hover .home-box-inner {
	background-position: center top;
}
a.home-box:last-child {
	margin-left: 0%;	
}
h2.home-box-title {
    display: table;
    width: 100%;

	margin-top: 0px;
	margin-bottom: 0px;
}
h2.home-box-title span {
    display: table-cell;
    vertical-align: middle;	
    width: 100%;
    height: 110px;
    font-size: 34px;
	
	height: 6.8vw;
    font-size: 2.0vw;
	
}
a.home-box .home-box-text {
	display: none;
	
	padding-top: 40px;
	font-size: 21px;
	
	padding-top: 2.4vw;
    font-size: 1.4vw;
}
a.home-box:hover .home-box-text {
	display: block;
}
.recommand-section {
	background-image: url(img/homecontentbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
	color: #fff;
	font-size: 21px;
}
.recommand-inner {
	max-width: 930px;
	margin: 0 auto;
    padding-bottom: 75px;
    padding-right: 130px;
    padding-left: 130px;
    background-image: url(img/homecontenttop.png), url(img/homecontentbottom.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: 100% auto, 100% auto;
    color: #fff;
    font-size: 21px;
    line-height: 33px;
    text-shadow: 1px 1px 1px #000;
}
.recommand-inner h2 { 
    margin-top: 0px;
    margin-bottom: 63px;
    padding-top: 21px;
    text-shadow: 1px 1px 1px #000;
    font-size: 36px;	
}
.contact-box {
	width: 50%;
	float: left;
}
*/
/*
	footer

.contact-form {
	padding-top: 90px;
	padding-bottom: 60px;
	background-color: transparent;
	background-image: url(img/footerborder.png), url(img/footerborder.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center 10%, center 90%;
}
.contact-form-inner {
	max-width: 550px;
	margin: 0 auto;
	color: #fff;
}
.contact-form-inner img {
	margin: 0px 0px 2px 7px!important;
}
.contact-form-inner form br {
	display: none;
}
.contact-form-inner .form-control {
	width: 100%;
	height: 42px;
	margin-top: 15px;
	margin-bottom: 5px;
	border: 0px;
	border-radius: 0px;	
	color: #000;
	font-size: 22px;
}
.contact-form-inner .wpcf7-form-control-wrap:first-child  .form-control {
	margin-top: 0px;
}
.contact-form-inner .form-control::-webkit-input-placeholder {
	color: #000;
}
.contact-form-inner .form-control:-moz-placeholder {
	color: #000;
}
.contact-form-inner .form-control::-moz-placeholder {
	color: #000;
}
.contact-form-inner .form-control:-ms-input-placeholder {  
	color: #000;
}
.contact-form-inner .btn {
	width: 100%;
	height: 42px;
	margin-top: 15px;
	margin-bottom: 5px;
	border: 0px;
	border-radius: 0px;
	background-color: #1a1a1a;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
.contact-form-inner .btn:hover,
.contact-form-inner .btn:focus,
.contact-form-inner .btn:active {
	background-color: #1a1a1a;
	color: #fff;	
}
#map {
	width: 100%;
	height: 408px;
}
*/
/*
	contact

.contact-wrap {
	background-color: #f4f8fb;
	font-size: 20px;
}
.contact-wrap img {
	margin: 4px 0px 5px 10px!important;
}
.contact-page-title {
	margin-top: 30px;	
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid #97d5a3;
	color: #39b34a;
	font-size: 30px;
}
.contact-page-bottom {
    margin-bottom: 80px;
    border-bottom: 2px solid #97d5a3;
    color: #39b34a;
    font-size: 30px;
}
.contact-wrap form br {
	display: none;
}
.contact-wrap .form-control {
	width: 100%;
	height: 42px;
	margin-top: 15px;
	margin-bottom: 5px;
	border: 1px solid #d0d0d0;
	border-radius: 0px;	
	color: #000;
	font-size: 22px;
}
.contact-wrap .wpcf7-form-control-wrap:first-child  .form-control {
	margin-top: 4px;
}
.contact-wrap .form-control::-webkit-input-placeholder {
	color: #000;
}
.contact-wrap .form-control:-moz-placeholder {
	color: #000;
}
.contact-wrap .form-control::-moz-placeholder {
	color: #000;
}
.contact-wrap .form-control:-ms-input-placeholder {  
	color: #000;
}
.contact-wrap .btn {
	width: 100%;
	height: 42px;
	margin-top: 15px;
	margin-bottom: 5px;
	border: 0px;
	border-radius: 0px;
	background-color: #39b24a;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
.contact-wrap .btn:hover,
.contact-wrap .btn:focus,
.contact-wrap .btn:active {
	background-color: #30813b;
	color: #fff;	
}
.header-site img {
	width: 100%;
}
*/
/*
	category

#main-content {
	padding-top: 30px;
	padding-bottom: 50px;
}
.cat-line {
	padding-bottom: 25px;
}
a.cat-thumbnail {
	display: block;
	width: 100%;
	border: 1px solid #8d8567;
	text-decoration: none;
}
a.cat-thumbnail img{
	width: 100%;
	height: auto;
}
h2.cat-title {
	color: transparent;
	font-weight: 700;
	font-size: 32px;
}
h2.cat-title a {
	color: transparent;
	font-weight: 700;
	font-size: 32px;
	text-decoration: none;	
}
.readmore {
	text-align: left;
}
.readmore a {
	display: inline-block;
	padding: 6px 15px 6px 30px;
	background-color: #484848;
	background-image: url(img/arrowwhite.png);
	background-repeat: no-repeat;
	background-position: 11px center;
	color: #fff;
	text-decoration: none;
}
*/
#total {
	background-color: #000;
    overflow-x: hidden;	
}
#main {
	float: left;
	width: 82%;
	background-color: #fff;
}
#aside {
	position: relative;
	float: right;
	width: 18%;
}
/*
	aside
*/
.aside-btn {  
	display: none;
}
.aside-site {
	position: fixed;	
	top: 0px;
	right: 0px;
	width: 18%;
    height: 100%;
    overflow-y: auto;	
	background-color: #000;
	background-image: url(img/sidebga.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-size: 100% auto;	
	color: #fff;
}
/*ie*/
.aside-site{
  scrollbar-base-color: #C0C0C0;
  scrollbar-base-color: #C0C0C0;
  scrollbar-3dlight-color: #C0C0C0;
  scrollbar-highlight-color: #C0C0C0;
  scrollbar-track-color: #EBEBEB;
  scrollbar-arrow-color: black;
  scrollbar-shadow-color: #C0C0C0;
  scrollbar-dark-shadow-color: #C0C0C0;
}
/*chrome*/
.aside-site::-webkit-scrollbar { width: 3px; height: 3px;}
.aside-site::-webkit-scrollbar-button {  background-color: #666; }
.aside-site::-webkit-scrollbar-track {  background-color: #999;}
.aside-site::-webkit-scrollbar-track-piece { background-color: #ffffff;}
.aside-site::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;}
.aside-site::-webkit-scrollbar-corner { background-color: #999;}
.aside-site::-webkit-resizer { background-color: #666;}
.aside-site-inner {
	max-width: 245px;
	margin: 0 auto;	
	padding-right: 15px;
	padding-left: 15px;	
    padding-bottom: 45px;
}
.aside-logo {
	padding-top: 80px;
	padding-bottom: 60px;
	text-align: center;
}
.aside-logo img {
	display: inline-block;
	max-width: 100%;
}


.side-text {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.side-text-inner {
	display: inline-block;
	text-align: right;
}
.side-text-inner img.alignnone {
	max-width: 100%!important;
    margin: 0px 0px 3px 5px!important;
}
/*
	home
*/ 
.home-box-wrap {
	margin-top: 100px;
	margin-bottom: 100px;
}
.home-box {
	margin-top: 20px;
	margin-bottom: 20px;
}
a.home-box {
	display: block;
	color: #000;
	font-size: 34px;
	text-decoration: none;
}
a.home-box p {
	margin-bottom: 0px;
}
a.home-box .home-box-title {
	padding-top: 15px;
}
a.home-box .home-box-title img {
	margin: 0 auto!important;
}
a.home-box .home-box-img img {
transform: scale(1, 1);
-ms-transform: scale(1, 1);
-webkit-transform: scale(1, 1);	
transition: transform 0.4s; 
}
a.home-box:hover .home-box-img img {
transform: scale(1.15, 1.15);
-ms-transform: scale(1.15, 1.15);
-webkit-transform: scale(1.15, 1.15);
}
.section-about-title {
	text-align: center;
}
.section-about-title h2 {
    display: inline-block;
    padding: 0px 40px 30px 20px;
    background-image: url(img/titlebg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    color: #e2801f;
    font-weight: 300;
    font-size: 60px;
}
.section-about-text {
	padding: 10px 40px 60px 40px;
}
hr.titlebg {
	margin: 0px 20px;
	border: 0px;
	padding: 50px 0px;
	background-image: url(img/titlebg.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.section-recommand {
	padding-top: 80px;
	padding-bottom: 80px;
	background-image: url(img/recommand.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.recommand-inner .slick-track {
    display: flex;
}
.your-class-box {
	flex: 1;	
	height: initial;	
	outline: 0;
	padding: 50px;
}
.your-class-box-inner {
	position: relative;
    height: 100%;	
	padding: 30px 30px 30px 50px;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
}
.your-class-box-inner:after {
	content: '';
	position: absolute;	
	top: 30px;
	left: -48px;
	width: 96px;
	height: 96px;
	background-image: url(img/recoquate.png);
	background-repeat: no-repeat;
	background-postion: center center;
}
/*
	footer
*/
.footer-title {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #e2801f;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
}
.footer-form {
	padding-top: 80px;
	padding-bottom: 40px;
	background-color: #1a1d20;
	background-image: url(img/contactarrow.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.footer-form form br {
	display: none;
}
.footer-form .form-control {
	width: 100%;
	height: 42px;
	margin-top: 15px;
	margin-bottom: 5px;
	border: 1px solid #d0d0d0;
	border-radius: 0px;	
	color: #000;
	font-size: 22px;
}

.footer-form .form-control::-webkit-input-placeholder {
	color: #000;
}
.footer-form .form-control:-moz-placeholder {
	color: #000;
}
.footer-form .form-control::-moz-placeholder {
	color: #000;
}
.footer-form .form-control:-ms-input-placeholder {  
	color: #000;
}
.footer-form .btn {
	width: 100%;
	height: 42px;
	margin-top: 15px;
	margin-bottom: 5px;
	border: 0px;
	border-radius: 0px;
	background-color: #e2801f;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
.footer-form .btn:hover,
.footer-form .btn:focus,
.footer-form .btn:active {
	background-color: #e2801f;
	color: #fff;	
}
.footer-copyright {
	display: block;
    width: 100%;
    text-align: center;
}
.footer-copyright a{
	color: #bfbfbf;
	text-decoration: none;
}
/*
	header
*/
.header-site-top {
	width: 100%;
	height: 40px;
	background-color: #000000;
}
.header-site-top-right {
	float: right;
	width: 50%;
	height: 40px;	
	background-color: #e2801f;	
}
.header-site img {
	width: 100%;
}
.header-site-img {
	position: relative;
	width: 100%;
	height: 100%;
}
.header-site-title {
	position: absolute;	
	bottom: 0px;
	right: 0px;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}
.header-site-title h1 {
	margin: 0px;
	padding: 10px 30px;
	color: #fff;
}
/*
	services
*/
.cat-box {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px;
}
.cat-box h2 {
	display: inline-block;
	position: absolute;
	bottom: 200px;
	left: -20px;
	z-index: 2;
	margin: 0px;
	padding: 10px 20px;
	background-color: #e2801f;
	color: #fff;
	font-weight: 300;
}
.cat-box h2 a {
	color: #fff;
	text-decoration: none;
}
.border-overlay {
	position: relative;
	width: 100%;
	height: 100%;	
}
.border-overlay img {
	width: 100%;
}
.border-overlay .border-overlay-inner {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;	
	padding: 6px;
	opacity: 0;
	transition: opacity 0.3s;
}
.border-overlay:hover .border-overlay-inner {
	opacity: 1;	
}
.border-overlay-inner-inner {
	width: 100%;
	height: 100%;
	border: 1px solid #fff;	
}
.border-overlay-inner-inner a {
	opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;	
}
.border-overlay-inner-inner a img {
	opacity: 0;
}
.rwd-overlay {
	background: rgba(0,0,0,0);
}
.rwd-cont .rwd-container {
	background: rgba(0,0,0,0.8);
}
/*
	taxonomy
*/
.cat-inner-wrap {
	padding-top: 80px;
	padding-bottom: 80px;
}
.cat-inner-box {
	max-width: 300px;
	margin: 0 auto;
}
.cat-inner-box-img {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;	
	background-size: cover;
}
.cat-inner-box-img:after {
	content: '';
	display: block;
	padding-top: 100%;
}
.cat-inner-box-img img {
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
}
.cat-inner-excerpt {
	margin-top: 15px;
	padding-top: 60px;
	padding-bottom: 55px;
	background-image: url(img/expertbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.padding {
	padding-top: 40px;
	padding-bottom: 40px;
}
/*
	contact
*/
.contact-wrap {
	width: 100%;
	background-image: url(img/contactbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.contact-inner {
	width: 50%;
	float: left;
	background-color: rgba(226,128,31,0.75);
	text-align: center;
}
.contact-inner-inner {
	display: inline-block;
	max-width: 372px;
	padding-top: 150px;
	padding-bottom: 150px;
}
.contact-wrap h1 {
	margin-bottom: 30px;
	color: #fff;
	font-weight: 300;
}
.contact-wrap img.alignnone {
	max-width: 100%;
    margin: 0px 0px 0px 6px;
}
.contact-wrap form br {
	display: none;
}
.contact-wrap .form-control {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 5px;
	border: 1px solid #d0d0d0;
	border-radius: 0px;	
	color: #000;
	font-size: 18px;
}
.contact-wrap input.form-control {
	height: 36px;
}
.contact-wrap textarea.form-control {
	height: 136px;
}
.contact-wrap .wpcf7-form-control-wrap:first-child  .form-control {
	margin-top: 4px;
}
.contact-wrap .form-control::-webkit-input-placeholder {
	color: #000;
}
.contact-wrap .form-control:-moz-placeholder {
	color: #000;
}
.contact-wrap .form-control::-moz-placeholder {
	color: #000;
}
.contact-wrap .form-control:-ms-input-placeholder {  
	color: #000;
}
.contact-wrap .btn {
	width: 100%;
	height: 36px;
	margin-top: 15px;
	margin-bottom: 5px;
	border: 0px;
	border-radius: 0px;
	background-color: #000000;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
}
.contact-wrap .btn:hover,
.contact-wrap .btn:focus,
.contact-wrap .btn:active {
	background-color: #000000;
	color: #fff;	
}
.grid-wrap {
	padding: 1px;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;

}

.grid-sizer,
.grid-item {
	width: 25%;
}

.home .grid-sizer,
.home .grid-item {
	width: 33.33%;
}

.grid-item {
	float: left;
	padding: 3px;
}

.grid-item img {
	display: block;
	width: 100%;
}
.grid-item a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.caption {
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    padding: 10px 25%;
    opacity: 0;
    text-align: center;
    line-height: 23px;
    -webkit-transition: all 0.250s ease-in-out;
    -moz-transition: all 0.250s ease-in-out;
    -o-transition: all 0.250s ease-in-out;
    transition: all 0.250s ease-in-out;
}
.grid-item a:hover .caption {
    opacity: 1;
}
@media (min-width: 768px){
	.container {
		width: 750px;
	}
	.container.container-wide {
		width: 750px;
	}
	.navbar-nav {
		display: inline-block;
		float: initial;
	}
	.nav.navbar-nav > li {
	}
	.navbar-nav > li > a {	
	}
	.navbar-collapse.collapse {
		padding-right: 0px;
		padding-left: 0px;
	}
}
@media (min-width: 992px){
	.container {
		width: 100%;
	}
	.container.container-wide {
		width: 970px;
	}
}
@media (min-width: 1200px){
	.container {
		width: 100%;
	}
	.container.container-wide {
		width: 100%;
	}
}
@media (min-width: 1400px){
	.container {
		width: 1100px;
	}
}
@media (min-width: 1630px){
	.container.container-wide {
		width: 1600px;
	}
}
@media (max-width: 1800px){
	.section-recommand {
		background-size: auto 100%;
	}
}
@media (max-width: 1360px){
	.header-links {
		padding-top: 8px;
	}
	.header-phone {
		width: 100%;
		text-align: center;
	}
	.header-social {
		width: 100%;
		text-align: center;
	}
	.nav > li > a {
		padding-right: 12px;
		padding-left: 12px;
	}
}
@media (max-width: 1199px){
	body .site-nav {
		height: auto;
	}
	.navbar-collapse.collapse {
		margin-top: 20px;
		margin-bottom: -7px;
	}
	.header-logo {
		text-align: center;
	}
	.header-links {
		padding-top: 60px;
	}
	body .site-nav {
		position: initial;
	}
	.site-header {
		padding-top: 0px;
	}
	
	.home-box-text {
		padding-top: 4.4vw;
	}
	#main {
		float: right;
		width: 100%;
		background-color: #fff;
	}
	#aside {
		position: relative;
		float: left;
		width: 0%;
		z-index: 9000;
	}
	/*
		aside
	*/
	.navbar-toggle {
		display: block;
	}
	.aside-btn { 
		display: block;
		position: fixed;
		z-index: 9001;
		top: 50px;
		right: 0px;
		width: 42px;
		height: 42px;
		transition: left 1s;
	}
	.aside-btn.open { 
		right: 240px;
	}
	.aside-site {
		position: fixed;	
		top: 0px;
		right: -240px;
		width: 240px;
		height: 100%;
		overflow-y: auto;	
		background-color: rgba(0,0,0,0.9);
		transition: left 1s;
		overflow-x: visible;
	}
	.aside-site.open {
		right: 0%;
	}
	.nav.navbar-nav > li a {
		font-size: 14px;
		line-height: 18px;
		padding: 4px 8px;
	}
	/*
		side
	*/
	.side-text-inner {
		font-size: 14px;
	}
}
@media (max-width: 991px){
	body{
		margin: 0px;
		padding: 0px;
		font-size: 14px;
	}
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h4, .h4, h5, .h5, h6, .h6 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h1, .h1 {
		font-size: 26px;
	}
	h2, .h2 {
		font-size: 20px;
	}
	h3, .h3 {
		font-size: 18px;
	}
	h4, .h4 {
		font-size: 16px;
	}
	h5, .h5 {
		font-size: 14px;
	}
	h6, .h6 {
		font-size: 12px;
	}
	.section-about-text {
		padding: 10px 0px 60px 0px;
	}
	.contact-inner {
		width: 100%;
	}
	.grid-sizer,
	.grid-item {
	  width: 33.33%;
	}

}
@media (max-width: 767px){
	.header-phone {
		text-align: left;
		padding-left: 15px;
	}
	.header-social {
		text-align: left;
		padding-left: 15px;
	}
	.header-links {
		padding-top: 10px;
	}
	.navbar-toggle {
		border: 1px solid #fff;
		margin-right: 0px;
		margin-top: 30px;
		margin-bottom: 0px;
	}
	.navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-collapse.collapse {
		margin-top: 0px;
		margin-bottom: 0px;
		box-shadow: initial;
		border: 0px;
		border-color: transparent;
		box-shadow: initial;
	}
	.navbar-collapse.collapse.in {
		display: block!important;
		width: 100%;
		margin: 0px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar-nav {
		margin: 7.5px 0px;
	}
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	/*
		home

	a.home-box {
		position: relative;
		float: right;
		width: 49%;
		margin-left: 2%;
		color: #fff;
		background-size: 100% auto;
		background-repeat: no-repeat;
		text-align: center;
		text-decoration: none;
	}
	a.home-box::before {
		content: '';
		display: block;
		padding-top: 130%;
	}
	a.home-box:nth-child(1) {
		margin-bottom: 2vw;
	}
	a.home-box:nth-child(2) {
		margin-left: 0%;	
		margin-bottom: 2vw;
	}
	a.home-box:last-child(4) {
		margin-left: 0%;	
	}
	h2.home-box-title span {
		height: 16.8vw;
		font-size: 5vw;		
	}
	.home-box-text {
		padding-top: 6.4vw;
		font-size: 3.4vw;
	}
	.recommand-inner {
		padding-right: 20px;
		padding-left: 20px;
	}
	.recommand-inner h2 {
		margin-top: 0px;
		margin-bottom: 15px;
		padding-top: 40px;
	}
	.footer-text {
		text-align: center;
		padding-bottom: 30px;
	}
	.footer-text-inner {
		display: inline-block;
		text-align: right;
	}
	*/
		
	.home-box-img {
		text-align: center;
	}
	.home-box-img img {
		display: inline-block;
	}
		
	.aside-logo {
		padding-top: 30px;
		padding-bottom: 10px;
	}
	.aside-logo img {
		max-width: 60%;
	}
	.store-btn {
		padding-top: 15px;
		text-align: center;
	}
	/*
		contact

	.contact-wrap {
		background-color: #f4f8fb;
		font-size: 17px;
	}
	*/
	.header-site-title h1 {
		padding: 10px 10px;
	}
	
}
@media (max-width: 525px){
	.grid-sizer,
	.grid-item {
	  width: 50%;
	}

}
