/*

Theme Name: Ensy

Theme URI: http://yourly.co

Author: Yourly

Author URI: http://yourly.co

Version: 1.0

*/

/* 



-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
/**
 * temporary disable admin bar
 */
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}


#wpadminbar {
  display: none !important;
}
input {
  outline: none;
}
input:focus, textarea:focus, select:focus {
  outline: none;
}
body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
  color: #262c3c;
  font-weight: 300;
}
h1, h2, h3, h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
a:focus {
  outline: none !important;
}
a:hover {
  text-decoration: none;
}


/*#lang-select select {
  background: none;
  border: 1px solid #fff;
  padding: 3px 10px;
  color: #fff;
}
#lang-select {
  margin: 0 0 20px 0;
}*/

/*.lang-switcher {
  background: none !important;
  width: inherit !important;
  padding: 7px 15px;
  border: 1px solid #fff;
  color: #fff;
}
.lang-switcher .sod_list_wrapper {
  width: inherit !important;
  border: 1px solid #097BC1;
  margin: 0 0 0 -1px !important;
  padding: 0 5px;
}
.lang-switcher:hover, .lang-switcher.open, .lang-switcher.focus {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
}
.lang-switcher::before {
  content: inherit;
  display: none;
}
.lang-switcher::after {
  top: 9px;
}*/

header {
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top:0;
  left:0;
  right:0;
  z-index: 100;
}
header .container .row .col-md-3{
  padding-left:0 !important;
}
header #logo {
  display: block;
  width: 147px;
  height:100px;
}
.header-rel{
  position:relative !important;
  background:#fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
}
.mainNav {
  float: right;
  min-height: inherit;
}
.mainNav ul li {
  margin-right: 25px;
}
.mainNav ul li:last-child {
  margin-right: 0 !important;
}
.mainNav ul li a {
  color: #262c3c;
  font-weight: 400;
  padding:0 0 8px 0;
}
.mainNav ul li a:hover {
  color: #007eff;
  text-decoration: none;
  background: none !important;
}
.nav > li > a:hover, .nav > li > a:focus{
  background:none !important;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
  background: none !important;
}
.mainNav .navbar-collapse{
  padding:0;
}
.mainNav .active a, .mainNav .active a:hover{
  color: #007eff;
  background:none !important;
}
.mainNav .dropdown-menu{
  padding:10px;
  border:none !important;
}
.mainNav .dropdown-menu a{
  padding:7px 5px;
  border-bottom:1px solid #eee;
  font-weight: 300;
  margin-bottom:5px;
  display: block;
  font-size:12px;
}
.mainNav .dropdown-menu a:hover{
  border-bottom:1px solid #007eff;
}
.mainNav .dropdown-menu li:last-child a{
  margin-bottom:0;
}
.mainNav .dropdown-menu li{
  margin:0 !important;
}
.dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom-color: #fff;
  content: '';
}

.dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}
.mainNav .home-link a {
  height: 19px;
  width: 20px;
  position: relative;
  top: -1px;
  display: block;
  background: transparent url('./img/home-icon.png') no-repeat 0 0 !important;
  text-indent:-9999px;
}
.mainNav .home-link.active a, .mainNav .home-link a:hover {
  height: 19px;
  width: 20px;
  display: block;
  background: url('./img/home-icon-active.png') no-repeat 0 0 !important;
}
.mainNav .navbar-toggle .icon-bar{
  background: #007eff;
}


.dropdown-menu .dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu .dropdown .dropdown-menu{
  background:#eee;
  margin:0 !important;
  left:100% !important;
  top:0%;
}
.dropdown-menu .dropdown .dropdown-menu::before,
.dropdown-menu .dropdown .dropdown-menu::after{
  display: none !important; 
} 
.menu-text{
  display: inline-block;
}
header .search-form input[type="search"] {
  background: transparent url("./img/search.png") no-repeat scroll 95% 50%;
  color: #262c3c;
  font-size: 14px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.2s linear 0s;
  font-weight: 300;
}
header .search-form input[type="search"][placeholder] {
  color: #262c3c;
}
header .search-form input[type="search"]:focus {
  padding-right: 20px;
}
.right-box {
  position: relative;
  margin-top: 15px;
  float:right;
}
.right-box:before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: -15px;
  right: 0;
  background: #ccc;
}
#search_container {
  margin-top: 2px;
  float:left;
}

.lang_switcher {
  float:left;
  margin-left: 20px;
}
.btn-newsbox{
  background: #007FFF url('./img/n_bell.png') 10% 50% no-repeat;
  padding-left:30px;
  color:#fff;
}
.btn-newsbox:hover,
.btn-newsbox:focus{
  color:#fff;
}
#newsbox{
  float:left;
  margin-left:20px;
}
#newsbox #newsbox_header{
  text-align: center;
  background: #007FFF;
  padding: 7px 0;
  font-weight: 600;
  color:#fff;
  font-size:14px;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
#newsbox .dropdown-menu{
  width: 350px;
  padding:0px;
  border:none;
  float:right;
  right:0;
  left:auto;
}
#newsbox .dropdown-menu::before{
  right:9px;
  border-bottom: 7px solid #007FFF;
  left:auto;
}
#newsbox .dropdown-menu::after{
  right:10px;
  left:auto;
  border-bottom: 6px solid #007FFF;
}
#newsbox .dropdown-menu li.n_list{
  border-bottom:1px solid #eee;
}
#newsbox .dropdown-menu li.n_list:last-child{
  border-bottom:none;
}
#newsbox .dropdown-menu li.n_list a{
  white-space: inherit;
  background:url('./img/newsbox-list.png') no-repeat 4% 50%;
  padding:15px 15px 15px 50px;
}
#newsbox .dropdown-menu li.n_list a:hover{
  background:#eee url('./img/newsbox-list.png') no-repeat 4% 50%;
}
#newsbox .n_content{
  font-size:12px;
}
#newsbox .n_date{
  font-size:11px;
  color:#777777;
  background:url('./img/n_calendar.png') no-repeat 0 50%;
  padding-left:20px;
  margin-top:10px;
}
/*
* SLIDER
 */
.slider {
  background: #fafafa;
  padding:0;
  height:664px;
}
.slider .bg-slide{
  height:664px;
  background-position: center center;
  position:relative;
  padding: 262px 0 0;
}
.slider .bg-overlay{
  position: absolute;
  top:0;
  bottom: 0;
  left:0;
  right:0;
  background:rgba(255,255,255,0);
}
.slider-content{
  background:rgba(255,255,255,0.7);
  padding:40px;
}
.slider-content p{
  font-size:16px;
}
.slider-content .btn{
  background:#007eff;
  color:#fff;
  font-size:18px;
  padding:7px 20px;
}.slider-content .btn:hover{
  background: #0074ea;
}
.slick-dots li button::before{
  font-size:10px;
  color:#007eff;
  opacity: 1;
}
.slick-dots li.slick-active button::before{
  color:#ffa200;
  opacity: 1;
  font-size:13px;
  
}
.slick-dots{
  bottom: 0;
}
.slick-dotted.slick-slider{
  margin:0;
}



section#content{
  padding:100px 0;
}
.box-content{
  text-align: center;
}
.box-content h3{
  min-height: 55px;
  font-size:22px;
  margin-top:25px;
}
.box-content p{
  color:#747679;
  font-size: 14px;
  padding:0 40px;
}
.box-content .btn{
  color:#ffa200;
  border-bottom:1px solid #ffa200;
  text-transform: uppercase;
  font-weight: 500;
  border-radius:0;
  font-size:16px;
  padding:0 20px 0 0;
  margin-top:15px;
  transition: all 0.2s linear 0s;
  background:url('./img/btn_arrows.png') no-repeat 100% 50%;
}
.box-content .btn:hover{
  padding-right:25px;
  transition: all 0.2s linear 0s;
}

footer{
  background: #1e2330;
  position: relative;
  padding:60px 0 40px;
}
#go_top{
  position: absolute;
  top:-20px;
  left:50%;
  display: block;
  margin-left:-22px;
}
footer ul{
  list-style-type:none;
  margin:0;
  padding:0;
}
footer ul li{
  margin:10px 0;
}
footer ul li a{
  background:url('./img/list_arrow.png') no-repeat 0 4px;
  padding-left:20px;
  color:#616e91;
  font-size: 14px;
  font-weight: 300;
}
footer ul li a:hover{
  background:url('./img/list_arrow.png') no-repeat 0 4px;
  padding-left:20px;
  color:#fff;
  text-decoration: none;

}
#copyright{
  background: #191d28;
  padding:15px 0;
  text-align: center;
  color:#fff;
}
#copyright p{
  padding:0;
  margin:0;
  font-size:12px;
}
#logo_footer{
  margin-top:25px;
  display: block;
}



/**
 * PAGES
 */
.page-header{
  border-bottom:none !important;
}
.page-header h2{
  position: relative;
}
.page-header h2::after{
  background: #007eff;
    content: "";
    height: 1px;
    left: 0;
    margin-top: 8px;
    position: absolute;
    right: 0;
    top: 100%;
    width: 30%;
}
.page-content{
  padding:20px 0 60px;
}

/* contact page */
.gmap{
  margin-bottom: 30px;
}
#map-canvas{
  height: 300px;
  width: 100%;
}
#contact-form{
  background: #fff;
  padding:20px;
  -webkit-box-shadow: 0 0 2px 0 rgba(163,163,163,0.5);
  box-shadow: 0 0 2px 0 rgba(163,163,163,0.5);
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea{
  border:1px solid #eee;
  padding:7px 10px;
  background: #eee;
  margin-bottom:15px;
  width:100%;
  color:#000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#contact-form textarea{
  resize: none;
  width: 100%;
}

#contact-form input[type="submit"]{
  background:#007eff;
  border:none;
  padding:10px 30px;
  color:#fff;
  float:right;
  -webkit-border-radius:4px;
  border-radius: 4px;
}

#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form textarea:focus{
  border:1px solid #007eff;
    -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#contact-form .wpcf7-response-output{
    border-radius: 4px;
    padding: 5px;
    text-align:center;
}
#contact-form .wpcf7-validation-errors{
  background: #fcf8e3;
    border:1px solid #faebcc;
    color: #8a6d3b;
    
}
#contact-form input.wpcf7-not-valid{
  border:1px solid #ff0000;
}
#contact-form .wpcf7-not-valid-tip{
  display:none;
}
#contact-form .wpcf7-mail-sent-ok{
  background: #dff0d8;
    border:1px solid #d6e9c6;
    color: #3c763d;
}
#contact-page iframe{
  margin-bottom:20px;
}
#contact-page h4{
  font-weight: 400;
}

.ps-content{
  padding:0 20px 0 0;
  border-right:1px solid #ccc;
}
.sidebar-zone{
  padding:10px 15px;
  background:#fafafa;
}
.sidebar-zone ul{
  list-style-type: none;
  margin:0;
  padding:0;
}
.sidebar-zone ul.menu > li > a{
  font-weight: 400;
}
.sidebar-zone ul.menu > li > a:hover{
  color:#007eff;
  border-bottom:1px solid #007eff;
}
.sidebar-zone ul ul{
  padding-left:30px;
  margin-bottom:10px;
}
.sidebar-zone ul li a{
  background:url('./img/list_arrow.png') no-repeat 0 15px;
  padding:10px 5px 10px 20px;
  display: block;
  color:#333;
  border-bottom:1px solid #ccc;
}
.sidebar-zone ul li:last-child a{
  border-bottom: none;
}
.sidebar-zone ul ul li a{
  padding:5px;
  background:none;
  font-weight: 300;
  display: block;
  border-bottom:none;
  font-size:12px;

}
.sidebar-zone ul ul li a:hover{
  color:#007eff;
}
.sidebar-zone .current_page_item a{
  color:#007eff;
  font-weight: 400;
}


/* products page */
.page-card{
    -webkit-box-shadow: 0 0 2px 0 rgba(163,163,163,0.5);
    box-shadow: 0 0 2px 0 rgba(163,163,163,0.5);
    text-align: center;
    
}
.page-card img{
  width: 100%;
  height: auto;
}

.page-card h4{
  font-weight: 600;
  font-size:22px;
  text-transform: uppercase;
  color:#fff;
  background:#007eff;
  padding:5px 0;
}
#single-product-image img{
  display: block;
  margin:0 auto;
}
.single-product-tabs a{
  padding:10px !important;
  font-size:12px !important;
}
.single-product-table table{
  width: 100%;
}

#page-products .vc_tta-panels .wpb_single_image{
	text-align: center;
}
/* RESPONSIVE DESIGN */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width:320px) and (max-device-width:480px) {
  section#intro{
    padding-top:80px;
  }
  .mainNav{
    float:none;
  }
  .mainNav .navbar-nav{
  margin:8px 0 !important;
}
  .right-box::before{
    width:100%;
  }
  #content .box-content{
    margin-bottom:20px;
  }
  header #logo{
    margin:20px auto 0;
  }
  .dropdown-menu {
    display: none !important;
}
header{
	background:#fff !important;
}

.open .dropdown-menu {
    display: block !important;
}
.mainNav .home-link a {
  height: inherit;
  width: inherit;
  position: relative;
  display: block;
  background: none !important;
  text-indent: 0 !important;
}
.mainNav .home-link.active a, .mainNav .home-link a:hover {
  height: inherit;
  width: inherit;
  display: block;
  background: none !important;
}
.dropdown-menu:before {
  display: none !important;
}

.dropdown-menu:after {
  display: none !important;
}
.mainNav ul li a{
  padding:10px 0;
  border-bottom:none !important;
}
.mainNav .dropdown-menu{
  padding:0 5px !important;
}
.mainNav .dropdown-menu a{
  padding-left:5px !important;
}
.mainNav .dropdown-menu a:before{
  content:"- ";
  margin-right:5px;
}
.mainNav .navbar-toggle{
	float:none !important;
	margin:10px auto 0;
}
.ps-content{
  border:none !important;
  padding:0;
}
.page-content img{
  display: block;
  width: 100%;
  height: auto;
}
.vc_tta-panels table{
	display:block;
	width:100%;
	overflow-x: auto;
}
.vc_tta-panels table td{
	padding:0 20px;
}
.right-box{
  text-align: center;
  float:none;
}
#search_container{
  float:none;
  display: block;
  margin-bottom:20px;
}
#newsbox{
    display: inline-block;
    float:none;
}
#newsbox .dropdown-menu{
  left: 50%;
  margin-left: -220px;
  padding: 0;
  right: 0;
  width: 300px;
}
.lang_switcher {
    display: inline-block;
    float: none;
    margin-left:0;
}
}
@media only screen and (min-device-width:481px) and (max-device-width:767px) {
	header{
	background:#fff !important;
}
  .mainNav{
    float:none;
  }
  #content .box-content{
    margin-bottom:20px;
  }
  header #logo{
    margin:20px auto 0;
  }
  .dropdown-menu {
    display: none !important;
}

.open .dropdown-menu {
    display: block !important;
}
.mainNav .home-link a {
  height: 19px;
  width: 20px;
  position: relative;
  top: -1px;
  display: block;
  background: none !important;
  text-indent: 0 !important;
}
.mainNav .home-link.active a, .mainNav .home-link a:hover {
  height: 19px;
  width: 20px;
  display: block;
  background: none !important;
}
.dropdown-menu:before {
  display: none !important;
}

.dropdown-menu:after {
  display: none !important;
}
.mainNav ul li a{
  padding:10px 0;
  border-bottom:none !important;
}
.mainNav .dropdown-menu{
  padding:0 5px !important;
}
.mainNav .dropdown-menu a{
  padding-left:5px !important;
}
.mainNav .dropdown-menu a:before{
  content:"- ";
  margin-right:5px;
}
.ps-content{
  border:none !important;
  padding:0;
}
.page-content img{
  display: block;
  width: 100%;
  height: auto;
}
.vc_tta-panels table{
	display:block;
	width:100%;
	overflow-x: auto;
}
.vc_tta-panels table td{
	padding:0 20px;
}
}

/* Tablet (portrait and landscape) ----------- */
@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
	.mainNav .home-link a {
  height: 19px;
  width: 20px;
  position: relative;
  top: -1px;
  display: block;
  background: none !important;
  text-indent: 0 !important;
}
.mainNav .home-link.active a, .mainNav .home-link a:hover {
  height: 19px;
  width: 20px;
  display: block;
  background: none !important;
}
	header{
	background:#fff !important;
}

  #content .box-content{
    margin-bottom:20px;
  }
  .vc_tta-panels table{
	display:block;
	width:100%;
	overflow-x: auto;
}
.vc_tta-panels table tbody{
	display:block;
}
.vc_tta-panels table td{
	padding:0 20px;
}


}
@media only screen and (max-width:1199px) {
}
@media only screen and (max-width:995px) {
}

/* IE styles */
@media screen\0 {
}

/* chrome fix */
@media screen and (-webkit-min-device-pixel-ratio:0) {
}

@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}