/*
Theme Name: Websima
Theme URI: http://websima.com
Author: Websima Creative Agency
Author URI: http://websima.com
Description: Websima Creative Agency
Version: 1
License: GNU General Public License v2 or later
Text Domain: websima
*/
@font-face {
    font-family: "XeroSans";
    src: url(fonts/XeroSans.woff)  format("woff"),
    url(fonts/XeroSans.eot) format("embedded-opentype"),
    url(fonts/XeroSans.otf),
    url(fonts/XeroSans.ttf) format("truetype");
}
.sr-only {
    margin: -7px 35px -1px -1px;
    width: 100px;
    overflow: visible;
    clip: inherit;
}
body {
    font-family:  "XeroSans";
}
hr {
    width: 100%;
    height: 1px;
    background: #eeeeee;
    clear: both;
}
a {
    transition: 0.3s;
}
.wow {
	visibility: hidden;
}
.delay1 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
}
.delay2 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
}
.delay3 {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}
.delay4 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
}
.caret {
    display: none;
}
blockquote , blockquote p {
    position: relative;
    padding-right: 10px !important;
}
blockquote:before {
    content: "\f10e";
    position: absolute;
    font-family: fontawesome;
    right: 0px;
    top: 5px;
    width: auto;
    height: auto;
    color: #ffd200;
    font-size: 14px;
}
img {
    max-width: 100%;
    height: auto;
}
.banner_bottom {
    margin-bottom: 70px;
}
header.header {
        position: fixed;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    min-height: 50px;
}
.header_top {background-color: #14324e;
    color: #fff;
    min-height: 45px;
    /*line-height: 45px;*/
    font-size: 12px;}
a:hover , a:focus , a:active {
    text-decoration: none;
}
header.header ul {
    list-style: none;
    margin-bottom: 0px;
}
header.header ul.info_header {
    text-align: left;
}
header.header ul.info_header li {
    margin-left: 20px;
}
header.header ul.info_header li:last-child {
    margin-left: 0px;
}
header.header ul li {
    display: inline-block;
}
.info_header {
    margin-top: 10px;
}
.info_header li {
    margin-left: 50px;
}
.info_header li:last-child {
    margin-left: 0px;
}
.info_header li span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(images/spirits.png);
    margin-right: 15px;
    transform: scale(0.7);
    vertical-align: text-top;
}

.info_header li.phone_header span {
    background-position: -43px -5px;
}
.info_header li.email_header span {
    background-position: -106px -6px;
}
.navbar {
    margin-bottom: 0px;
}
nav.navbar {
    background-color: #ffd200;
}
.navbar-default {
    border: none;
}
.navbar {
    border-radius: 0px;
}
.logo_wrapper {
    display: inline-block;
    margin-top: 10px;
}
a , a:active , a:focus {
    outline: none;
}
nav {
    z-index: 9999;
    width: 100%;
	transition:all 0.3s linear;
	margin-top: 0px;
}
nav.sticky {
	position: fixed !important;
    margin-top: -45px;
    transition: all 0.4s ease-out 0s;
    opacity: 0.95;
    visibility: visible;
}
nav.hider {
	transition:all 0.3s linear;
	opacity:0;
	visibility:hidden;
	margin-top: 45px;
}

.navbar-default .navbar-nav > .active > a:hover {
    background-color: #14324e;
    color: #fff;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #14324e;
    color: #fff;
}
.navbar-default .navbar-nav > .active > a  , 
.navbar-default .navbar-nav > .open > a {
    background-color: #f8f8f8;
    color: #14324e;
}
.dropdown-menu {
    padding: 0px;
    background: #14324e;
    border: none;
	
	z-index: 1111;
}
.open > .dropdown-menu {
    display: none;
}
    
ul.nav li.dropdown:hover>  ul.dropdown-menu{ display: block; }
ul.nav li ul.dropdown-menu li {width: 100%;}   
li.dropdown a {
    position: relative;
    padding-left: 20px;
}
li.dropdown > a:after {
    content: "\f107";
    position: absolute;
    left: 15px;
    top: 40%;
    width: 0;
    height: 0;
    font-family: 'fontawesome';
    color: #14314f;
}
li.dropdown > a:hover:after , li.dropdown > a:focus:after {
    color: #fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #14324e;
    color: #fff;
}
.dropdown-menu > li:last-child > a:hover , .dropdown-menu > li:last-child > a:focus {
    border-radius: 0 0 3px 3px;
}
.dropdown-menu > li > a {
    padding: 10px 7px;
    color: #fff;
}
.navbar-nav > li > a {
    display: block;
    padding: 25px 21px;
}
.navbar-default .navbar-nav > li > a {
    color: #14314f;
    transition:all 0.3s ease;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    background-color: #14324e;
    color: #fff;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}
.dropdown-menu > li.menu-item-has-children {
    position: relative;
}
.dropdown-menu > li.menu-item-has-children > .dropdown-menu {
    position: absolute;
    right: 100%;
    top: 0;
}
.dropdown-menu > li.menu-item-has-children > a:after {
    content: "\f104";
    position: absolute;
    left: 15px;
    top: 33%;
    width: 0;
    height: 0;
    font-family: 'fontawesome';
    color: #fff;
}
.navbar-nav > li.menu-item-has-children.active > a:after {
    color: #14314f;
}
.navbar-nav > li.menu-item-has-children.active > a:hover:after {
    color: #fff;
}
.dropdown-menu > li a:hover , .dropdown-menu > li.menu-item-has-children a:hover {
    background-color: #eee;
    color: #14314e;
}
.dropdown-menu > li.menu-item-has-children > a:hover:after {
    color: #14314e;
}
a.more {
    color: #fff;
    background-color: #14314e;
    border-radius: 2px 2px 4px 2px;
    padding: 5px 20px 9px;
    display: inline-block;
}
a.more_slider {
    border-radius: 2px 2px 7px 2px;
}
a.more_slider:hover {
    text-shadow: none;
}
.slider {
    border-bottom: 2px solid #fed000;
}
.content-slide {
	padding: 30px 0;
	position: relative;
}
.carousel-control.right , .carousel-control.left {
    background-image: none;
}
.carousel-caption p {
    margin-bottom: 35px;
    line-height: 30px;
}
.carousel-caption {
    left: auto;
    top: 20%;
    width: 350px;
    right: 14%;
    color: #333;
    text-align: right;
}
.carousel-caption h1 a {
    color: #333;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 20px;
}

.carousel-control span {
    background-image: url(images/spirits.png);
    width: 20px;
    height: 20px;
    right: 50%;
    left: auto;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control span.right-slide {
    background-position: -152px -41px;
}
.carousel-control span.left-slide {
    background-position: -126px -41px;
}
.img-responsive, .thumbnail > img, 
.thumbnail a > img, 
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

.about_us {
    background-color: #fbfaf9;
}

.home_section {
    padding: 20px 0;
}
 .main_title {
     text-align: center;
    font-size: 26px;
}
.home_section .main_title {
    margin-bottom: 80px;
}
.about_title {
    color: #333;
    margin-top: 0px;
}
.home_section {
    padding-top: 80px !important;
}
.home_product , .certificate_section {
    padding-top: 100px;
    padding-bottom: 65px;
}
.about_content h3 {
    font-size: 19px;
    margin-bottom: 30px;
}
.about_content p {
    color: #666666;
    line-height: 30px;
    text-align: justify;
}
.about_content a {
    color: #fff;
    background-color: #14314e;
    border-radius: 2px 2px 7px 2px;
    padding: 7px 20px 9px;
    display: inline-block;
    float: left;
}
.about_content a:hover , a.more:hover {
    background-color: #ffd200;
    transition: background-color 0.6s ease;
}

.home_product {
  border-bottom: 2px solid #fed000;
    background-attachment: inherit;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.product_title {
    color: #fff;
    margin-top: 0px;
}

.product_content {
    text-align: center;
}
.product_wrap {
    position: relative;
}
.product_item {
    background-color: #fff;
    border-radius: 50%;
    border: 6px solid #373f47;
    width: 190px;
    height: 190px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.product_wrap a:hover > .product_item .overlay , 
.certificate_item:hover .overlay {
    background-color: rgba(255, 210, 0 , 0.6);
    transition: background-color 0.45s ease;
    border: 6px solid #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}
.product_wrap a > .product_item span , .certificate_item span {
    background-image: url(images/spirits.png);
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    left: 50%;
    margin-left: -18px;
    background-position: 0 -1px;
    width: 36px;
    height: 36px;
    opacity: 0;
    transition: opacity 0.60s ease;
}
.product_wrap a:hover > .product_item span , 
.certificate_item:hover span {
    opacity: 1;
}
.product_wrap a:hover > .home_product_title {
    top: 75%;
}
.certificate_item:hover .overlay {
    border-radius: 0;
    border: none;
}

.product_item img {
    width: 100%;
    height: auto;
}
.product_wrap .home_product_title {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    left: 0;
    transition: top 0.45s ease;
    padding: 5px 7px 14px;
}

.home_product_title {
    color: #fff;
    background-color: rgba(11, 17, 24 , 0.8);
    padding: 7px 0 13px;
}

.home_product_title h2 {
    margin: 0px;
    font-size: 16px;
    line-height: 27px;
}
.home_product_title h2 a {
    color: #fff;
}
.certificate_title {
    margin-bottom: 70px;
    margin-top: 0px;
}
.certificate_item {
    border: 7px solid #373f47;
    display: block;
}
.certificate_item img {
    width: 100%;
    height: auto;
}

.certificate_item {
    position: relative;
}
.certificate_info {
    margin-top: 10px;
}
.certificate_info h3 {
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 25px;
    margin-top: 0px;
}

.footer {
    background-image: url(images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 85px 0 0px 0;
}
.footer .top_section {
    margin-bottom: 45px;
}
.top_section .first_col .logo_footer {
    margin-bottom: 25px;
}
.top_section .first_col .logo_footer a img {
    transition: 0.3s;
}
.top_section .first_col .logo_footer a img:hover {
    opacity: 0.6;
}
.top_section .first_col p {
    color: #fff;
    line-height: 35px;
    font-size: 14px;
}
.top_section .sec_col .footer_list li img {
    max-width: 87px;
}
.top_section ul.footer_list , .top_section ul.footer_contact  {
    list-style: none;
}
.top_section .footer_social {
    margin-bottom: 25px;
    padding-right: 40px;
}
.footer_social a {
    display: inline-block;
    width:30px;
    height:30px;
    background: url('images/social-icon.png') no-repeat 0 0;
    margin-left: 0px;
    opacity: 1;
    /*transform: scale(0.9);*/
}

.footer_social a.f-facebook{background-position: -3px 0px;}
.footer_social a.f-twitter{background-position: -34px 0px;}
.footer_social a.f-googleplus{background-position: -67px 0px;}
.footer_social a.f-instagram{background-position: -101px 0px;}
.footer_social a.f-linkedin{background-position: -133px 0px;}
.footer_social a.f-pinterest{background-position: -166px 0px;}
.footer_social a.f-youtube{background-position: -233px 0px;}
a.f-yelp{background-position: -298px 0px;}
.footer_social a.f-telegram{background-position: -265px 0px;}
.footer_social a.f-viber{background-position: -363px 0px;}
.footer_social a.f-whatsapp{background-position: -331px 0px;}
.footer_social a.f-rss{background-position: -200px 0px;}

.footer_social a:hover {
    opacity: 0.6;
}

.top_section ul.footer_list li {
    margin-bottom: 20px;
}
.top_section ul.footer_contact li {
    margin-bottom: 20px;
}
.top_section ul.footer_contact li span {
    background-image: url(images/spirits.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    vertical-align: bottom;
}
.top_section ul.footer_contact li p {
    display: inline-block;
    color: #fff;
}
.top_section ul.footer_contact li.phone span {
    background-position: -34px -5px;
}
.top_section ul.footer_contact li.email span {
    background-position: -98px -6px;
}
.top_section ul.footer_contact li.address span {
    background-position: -65px -5px;
}

.bottom_section {
    background-color: #141d26;
    padding: 20px 0 15px;
    border-bottom: 4px solid #fed203;
    color: #fff;
}
.bottom_section .copy_right p {
    font-size: 12px;
    margin-bottom: 0px;
}
.bottom_section .designer_wrapper {
    text-align: left;
}
.certificate_gallery {
    position: relative;
}

.certificate_gallery .btn_navigation {
    position: absolute;
    width: 24px;
    height: 20px;
    top: 50%;
    margin-top: -50px;
}
.left_prev {
    left: -50px; 
}
.right_next {
    right: -50px;
}

.certificate_gallery .btn_navigation .btn {
    background: url(images/spirits.png);
    display: block;
    width: 100%;
    height: 100%;
 }
.left_prev .featured-prev {
    left: -50px;
    background-position: -57px -42px !important;
}
.right_next .featured-next {
    right: -10px;
    background-position: -1px -42px !important;
}
.owl-wrapper-outer {
    direction: ltr;
}
#owl-demo .item {
  margin: 3px;
  list-style: none;
}
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

.certificate_padding {
    padding: 15px;
}
.social_header .footer_social {
    margin-top: 7px;
}
.parallax-2 {
    background-attachment: inherit;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-banner .header {
    height: 200px;
    position: relative;
}

.inner-banner .header h1 {
    left: 0;
    margin-bottom: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 10;
    top: 110px;
}

.inner-banner .header h1 span {
    background: #ffcb05 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: "XeroSans";
    font-size: 24px;
    padding: 17px 40px 24px;
}

.inner_content {
    padding-bottom: 60px;
}

.contents .post-detail .description p , .contents .blog_post .description p  {
    line-height: 27px;
    font-size: 14px;

    text-align: justify;
}
/*sidebar*/
.widget_categories , .widget_search , .widget_recent_entries , .widget_text {
    border: 1px solid #ddd;
    padding: 15px 0px 0 0;
}
.sidebar .widget-title {
    font-size: 17px;
    color: #222222;
    text-transform: uppercase;
    padding: 0px;
    margin-top: 6px;
    /*margin-bottom: 20px;*/
    padding: 10px;
    position: relative;
    margin-top: 0px;
    padding-top: 0px;
}
.cat-item .children >  li  > a {
	padding-right: 30px;
	background: #eee;
}
.widget_search h4.widget-title {
    margin-bottom: 20px;
}
.sidebar .widget h4.widget-title:after {
    content: "";
    background-color: #f9b701;
    height: 3px;
    width: 70px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: absolute;
    right: 10px;
    top: 20px;
}
.sidebar  .widget_nav_menu h4.widget-title:after {
    content: "";
    background: transparent;
}

.widget ul li a {
    width: 100%;
    color: #555;
    display: block;
    padding: 9px 15px 13px;
    border-bottom: 1px solid #ddd;
}
.widget_categories ul li  {
	border-bottom: 1px solid #ddd;
}
.widget_categories ul li a {
	display: inline-block;
	width: 90%;
	border-bottom: none;
}
.widget_categories ul li:last-child  , .widget_search ul li:last-child a , 
.widget_recent_entries ul li:last-child a , .widget_text ul li:last-child a {
    border-bottom: 0px;
}
.widget ul li a:hover {
    background-color: #ddd;
}
.widget_text .textwidget {
    line-height: 25px;
    text-align: justify;
    margin-top: 15px;
    padding: 0 13px;
}

.widget_search .screen-reader-text , .search-no-results .screen-reader-text {
    display: none;
}
.widget_search  #searchsubmit , .search-no-results #searchsubmit {
    padding: 5px 15px 10px;
    border: none;
    background: #14314e;
    color: #fff;
    border-radius: 2px;
    position: relative;
    top: -2px;
}

.widget_search .searchform {
    padding: 0 13px 12px; 
}

.widget_search .searchform input[type="text"] , .search-no-results .searchform input[type="text"] {
    border-radius: 2px;
    padding: 7px;
    border: 1px solid #ddd;
    width: 68%;
}
.block_content ul {
    margin: 0;
    padding: 0px 0 0 0;
    color: #888888;
    font-size: 14px;
}

.widget .line + ul > li {
    list-style: none;
    border: 1px solid #eeeeee;
    border-right: #eeeeee 3px solid;
    position: relative;
    width: 100%;
}

.block_content {
    margin-bottom: 20px;
}
.widget_text {
    padding-bottom: 15px;
}
.block_content a {
    color: #333;
}

li.recentcomments {
    padding: 3px 20px 12px 10px; 
}

.widget_nav_menu {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 0;
    border-bottom: 0;
}

.widget_nav_menu ul {
    padding: 0;
    list-style: none;
}
.widget_nav_menu .widget-title {
    border-bottom: 1px solid #ddd;
    margin: 0px;
    padding: 10px 10px 12px ;
}
.widget ul {
    padding: 0;
    list-style: none;
}
.widget_nav_menu ul li {
    position: relative;
}
.widget_nav_menu ul li a {
    width: 100%;
    color: #555;
    display: block;
    padding: 9px 15px 13px;
    border-bottom: 1px solid #ddd;
}
.widget_nav_menu ul ul.sub-menu li a {
    padding-right: 25px;
}
.widget_nav_menu ul ul.sub-menu li ul li a {
    padding-right: 35px;
}
span.beforeli {
    display: block;
    height: 42px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f8f8f8;
    transition: all 0.2s linear;
}

.rotate_after_class:after {
    transform: rotate(-90deg);
}
.widget_nav_menu ul.menu > li.menu-item-has-children ul {
    background: #f8f8f8;
}
.widget_nav_menu ul.menu > li.menu-item-has-children ul ul {
    background: #eee;
}
.widget_nav_menu ul.menu > li.menu-item-has-children .beforeli:before {
    position: absolute;
    content: "\f104";
    font-family: FontAwesome;
    display: inline-block;
    top: 0;
    left: 0;
    padding: 11px 15px;
    background-color: transparent;
    text-align: center;
    color: #777;
    font-size: 17px;
    z-index: 30;
    cursor: pointer;
    transition: 0.5s;
}
.rotate-class .beforeli:before{
    transform: rotate(-90deg);
}

.widget_nav_menu ul.menu > li.menu-item-has-children ul li > span.beforeli {
    background-color: #eeeeee;
}
/*Product*/
.img-product {
    margin-bottom: 30px;
    border: 5px solid #eee;
}
.product_page .img-product img , .related_product .img-product img {
    width: 100%;
    height: auto;
    opacity: 1;
    transition: 0.3s;
}
.product_page .img-product a img:hover {
    opacity: 0.6;
}

.product_page .img-product  h2.title-pro-box , 
.related_product .img-product  h2.title-pro-box {
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 25px;
}
.product_page .img-product  h2.title-pro-box a , 
.related_product .img-product  h2.title-pro-box a {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    margin: 0px;
    width: 100%;
    padding: 2px 0 5px;
}
.more_product a  {
    display: block;
}

.more_product {
    background: #14314e;
    color: #fff;
    padding: 0px 15px 10px;
}
.more_product i {
    color: #fff;
    float: left;
    margin-top: 9px;
}
.more_product h2.title-pro-box a:hover  , .more_product a:hover i {
    color: #ffd200;
    opacity: 1 ;
    transition: all 0.3s ease-out;
}
/*Pagination*/
.pagination > li > a {
    transition: all 0.3s ease-out;
}
    
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: right;
    margin-left: -1px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: rgb(255, 255, 255);
    padding: 5px 12px 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
}
.pagination>li:first-child>a, .pagination>li:first-child>span , 
.pagination>li:last-child>a, .pagination>li:last-child>span {
    margin-left: 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding: 6px 13px;
}
.pagination>.current>a, .pagination>.current>a:focus, .pagination>.current>a:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #FFCB05;
    border-color: #FFE069;
    opacity: 1;
}


.pagination>li>a:focus, .pagination>li>a:hover, 
.pagination>li>span:focus, .pagination>li>span:hover {
    background-color: #ffcb05;
    opacity: 1;
    color: #fff;
    border-color: #ffcb05;
}

/*Blog*/
.blog_content .contents .blog_post .picture {
    position: relative;
}
.blog_content .contents .blog_post .date {
    position: absolute;
    z-index: 10;
    top: -30px;
    right: 30px;
    padding-top: 14px;
    padding-bottom: 12px;
    background-color: #f9b701;
    text-align: center;
    text-transform: uppercase;
    min-width: 90px;
    min-height: 90px;
}
.blog_content .contents .blog_post .meta i {
    padding-left: 6px;
}
.inner_content .blog_post  img {
    margin-bottom: 0px;
	width: 100%;
	height: auto;
}
.blog_content .contents .blog_post .date a {
    text-decoration: none;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0);
}
.blog_content .contents .blog_post .date > div {
    color: #fff;
}
.blog_content .contents .blog_post .date .day {
    font-size: 28px;
}

.blog_content .contents .blog_post .date .month {
    font-size: 15px;
    margin-bottom: 5px;
}
.blog_content .contents .blog_post .date .year {
    font-size: 16px;
    line-height: 12px;
}

.blog_content .contents .blog_post .meta {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}
.blog_content .contents .blog_post .meta > span {
    padding-left: 20px;
}
.blog_category ul {
    display: inline-block;
    padding-right: 0px;
    list-style: none;
}
.blog_category ul li a ,  .meta .tags a {
    color: #333;
    transition: 0.3s;
}
.blog_category ul li a:hover ,  .meta .tags a:hover {
     color: #ffd200;
}
.blog_content .comments {
    margin-bottom: 0;
}
.comments {
    display: inline-block;
}
.blog_content .contents .blog_post {
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #eee;
}
.blog_content .contents .blog_post h2 {
    margin-bottom: 0;
    color: #525252;
    padding-bottom: 14px;
    margin-top: 20px;
}
.blog_content .contents .blog_post h2 a {
    font-size: 21px;
    color: #2e303a;
    padding-bottom: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.blog_content .contents .blog_post h2.blog_title {
    margin-top: -22px;
}
.blog_content .contents .blog_post h2.blog_title a {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0px;
    transition: 0.3s;
}
.blog_content .contents .blog_post h2.blog_title a:hover {
    color: #ffd200;
}
.blog_content .contents .blog_post .button a {
    color: #fff;
    text-align: center;
    padding: 7px 20px 9px;
    font-size: 12px;
    transition: all 0.3s linear;
    float: left;
    border-radius: 2px 2px 7px 2px;
    background-color: #14314e;
}

.blog_content .contents .blog_post .button a:hover {
    background-color: #ffd200;
    text-decoration: none;
    color: #FFF;
    opacity: 1;
}

.blog_content .contents .blog_post .button {
    margin-top: 10px;
    width: 100%;
    display: table;
}
.blog_content .contents .blog_post .picture a img {
     transition: all 0.4s ease;
     opacity: 1;
     width: 100%;
     height: auto;
     border: 1px solid #eee;
}
.blog_content .contents .blog_post .picture a:hover img {
    border-radius: 4px 4px 13px 4px;
    opacity: 0.6;
}
/*Single blog*/
.blog_content .contents .post-detail span.single-post-title {
    font-size: 21px;
    color: #525252;
    text-transform: uppercase;
    padding-bottom: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
}
.post-categories li {
	display: inline-block;
}
.blog_category  a {
	color: #333;
}

.blog_category  a:hover {
	color: #ffd200;
}
.blog_content .social-icons {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 40px;
}
.blog_content .social-icons ul {
    padding: 0px;
    margin: 0px;
    text-align: left;
}
.social-icons span, .social-icons ul {
    float: right;
    list-style: none;
}
.social-icons span {
    color: #122E62;
    direction: rtl;
    line-height: 32px;
}
.blog_content .social-icons ul li {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    transition: all 0.3s ease-out;
}
.blog_content .social-icons ul li:hover:first-child {
    color: #888888;
    background-color: #FFCB05;
}

.blog_content .social-icons ul li a {
    display: block;
    color: #122E62;
    padding-top: 6px;
    width: 36px;
    height: 36px;
    font-size: 14px;
    border: 1px solid #122E62;

}
.blog_content .social-icons ul li:hover {
    color: #fff;
    background-color: #FFCB05;
}
.single-post .blog_content .contents .blog_post {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.single-post .blog_content .contents .post-detail {
    padding-bottom: 40px;
}

/*Page*/
.page_wrapper .description ul , .page_wrapper .description ol {
    margin-bottom: 15px;
}
.page_wrapper .description ul li , .page_wrapper .description ol li {
    margin-bottom: 10px;
}
.page_wrapper  .alignnone {
    margin: 5px 20px 20px 0;
}

.page_wrapper  .aligncenter,
.page_wrapper  div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.page_wrapper  .alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.page_wrapper  .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.page_wrapper  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.page_wrapper  a img.alignnone {
    margin: 5px 20px 20px 0;
}

.page_wrapper a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.page_wrapper a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.page_wrapper .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; 
    padding: 5px 3px 10px;
    text-align: center;
}

.page_wrapper .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.page_wrapper .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.page_wrapper .wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.page_wrapper .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.page_wrapper .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*Comments*/
div#comments {
    margin-top: 40px;
    direction: rtl;
    width: 100%;
}

.blog_content .leave-a-comment {
    margin-bottom: 80px;
}

.blog_content .comment-respond {
    margin-top: 30px;
}

.blog_content .leave-a-comment h3 , .comments h3 , 
.single-product  .renew_product .leave-a-comment h3 {
    font-size: 17px;
    color: #222222;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 6px;
}

.blog_content .comments .line , .single-product .renew_product .comments .line {
    background-color: #FFCB05;
    height: 3px;
    width: 30px;
    margin-top: 10px;
    margin-bottom: 26px;
}

.blog_content .comment-respond form .form-control , 
.single-product .renew_product .comment-respond form .form-control {
    font-size: 13px;
    color: #2e303a;
    font-style: normal;
}

.blog_content .comment-respond form .form-control , 
.single-product  .renew_product .comment-respond form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1.42857;
    color: #666666;
    background-color: transparent;
    background-image: none;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-right-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #eeeeee;
    font-style: italic;
}
.blog_content .comment-respond form .form-control ,
.single-product  .renew_product .comment-respond form .form-control {
    font-size: 13px;
    color: #2e303a;
    font-style: normal;
}
.blog_content .form-submit .leave-a-comment-btn input.btn-default , 
.single-product  .renew_product .form-submit .leave-a-comment-btn input.btn-default {
    font-size: 14px;
    margin-top: 20px;
    padding: 9px 30px 12px;
    background-color: transparent;
    border: 2px solid #f9b701;
    color: #333;
    border-radius: 2px 2px 7px 2px;
    transition: all 0.3s ease-out;
}
.form-submit input#submit:hover {
    color: #fff;
    background-color: #f9b701;
}

.form-control:focus {
    border-color: #FFCB05;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: none;
}


.blog_content .comments ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog_content .comments .media-list li {
    list-style: none;
}

.blog_content .comments .media-list>li ,  
.single-product .renew_product .comments .media-list > li {
    margin-bottom: 20px;
    list-style: none;
    border: 1px solid #e4e5e6;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 0;
    float: right;
}
.blog_content .comments .media-heading , .blog_content .comments .media-heading a ,
 .single-product .renew_product .comments .media-heading ,
   .single-product .renew_product .comments .media-heading a {
    font-size: 15px;
    color: #333;
    margin-top: 0;
    margin-bottom: 0px;
    padding-top: 6px;
    display: inline-block;
}

.blog_content .comments .media-body p ,  .renew_product .comments .media-body p {
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    padding-top: 12px;
}

.blog_content .comments .date ,  .renew_product .comments .date {
    font-size: 12px;
    color: #f9b701;
}
.date {
    display: inline-block;
}
.media-leftt {
    float: right;
    margin-left: 20px;
    margin-top: 20px;
}

.inner_content .comments .media-body ,  .renew_product .comments .media-body {
    position: relative;
}

.inner_content .comments .date {
    font-size: 12px;
    color: #f9b701;
}

.inner_content .comments .media-body a.comment-reply-link {
    position: absolute;
    z-index: 10;
    top: -1px;
    left: -2px;
    color: #f9b701;
    text-align: center;
    vertical-align: middle;
    width: 44px;
    border: 1px solid #eeeeee;

    color: #333;
    width: 80px;
    font-size: 12px;
    height: 40px;
    line-height: 35px;
}

.inner_content .comments .media-body a.comment-reply-link:hover {
    color: #FFCB05;
}

/*banner bottom*/
.banner_bottom {
    background-color: #f8f8f8;
    padding: 20px 0px;
}
.banner_bottom h1 {
    margin: 0px;
    font-size: 20px;
    padding: 0 0 8px;
}
.breadcrumb_wrap a {
    color: #333;
}
.breadcrumb_wrap a:hover {
    color: #ffd200;
}
.breadcrumb_last {
    color: #ffd200;
}
.single-product .inner-banner .header {
    margin-bottom: 0px;
}
/*Single product*/
.single-product .inner_content .meta, .single-product .inner_content .single-product-title {
    display: inline-block;
}
.single-product .inner_content .single-product-title {
    font-size: 22px;
    padding-right: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
}
.single-product .inner_content .meta {
    margin-top: 5px;
    margin-left: 5px;
}
.single_line {
    margin-top: 5px;
}

.product_cat {
    font-size: 12px;
    padding: 0 0 10px 0;
    display: inline-block;
}
.product_cat i {
    padding-left: 7px;
}
.product_cat a {
    color: #14314e;
    padding-left: 5px;
}
.product_cat a:hover {
    color: #ffd200;
}
.pro_cat {
    margin-top: 30px;
}
.single-product .product_thumb {
    padding: 0px;
}

.inner_content .gallery, .single-product .inner_content .gallery {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.single-product .gallery {
    margin: 0 -15px;
}
.list-group {
    padding-right: 0;
    padding-left: initial;
}
.single-product .inner_content a {
    transition: all 0.3s ease-out;
    opacity: 1;
}

.single-product .inner_content img {
    margin-bottom: 27px;
}

.product_table {
    margin: 30px 0;
}

 table>tbody>tr>td,  table>tbody>tr>th, 
 table>tfoot>tr>td,  table>tfoot>tr>th, 
 table>thead>tr>td,  table>thead>tr>th {
    padding: 14px 10px;
}

.main-content table td, .main-content table th, 
 table>tbody>tr>td, table>tbody>tr>th, 
table>tfoot>tr>td, table>tfoot>tr>th, 
table>thead>tr>td,  table>thead>tr>th {
    border: none;
}

 table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
	
	direction: ltr;
    /*text-align: right;*/
}
 table > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
tbody tr td {
    font-size: 13px;
}

.product_table h1 , .product_table h2 , .product_table h3 , .product_table h4 , .product_table h5 , .product_table h6 {
    margin-bottom: 15px;
}
.product_table p {
    line-height: 25px;
}
.product_table ul li , .product_table ol li {
    margin-bottom: 10px;
}
.single-product .inner_content .related_product h4 {
    margin-bottom: 25px;
}

.single-product .related_product .img-product img {
    margin-bottom: 0px;
    width: 100%;
    height: auto;
    transition: 0.3s;
}

.single-product .related_product .img-product img:hover {
    opacity: 0.6;
}
.product_wrapper .product_thumb .list-group {
    display: table;
}
.product_wrapper .product_thumb img {
    width: 100%;
    height: auto;
}
.product_wrapper .list-group  .certificate_item {
    border: 1px solid #f8f8f8;
}
.product_wrapper .list-group  .certificate_item img,
.product_wrapper .product_thumb img {
    opacity: 1;
    transition: 0.3s;
}
.product_wrapper .list-group  .certificate_item img:hover ,
.product_wrapper .product_thumb img:hover {
    opacity: 0.6;
}
.product_wrapper .list-group  .certificate_item img {
    margin-bottom: 0px;
}
.catalog_wrapper h4 {
    font-size: 17px;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    padding: 10px 10px 12px;
}
.catalog_wrapper {
    border: 1px solid #ddd;
    border-bottom: 0px;
    margin-bottom: 20px;
}
.catalog_wrapper ul {
    list-style: none;
    padding-right: 0px;
}
.catalog_wrapper ul li a {
    display: block;
    padding: 9px 15px 13px;
    position: relative;
    width: 100%;
    color: #555;
    border-bottom: 1px solid #ddd;
}
.catalog_wrapper ul li a:before {
    content: "\f0ed";
    position: absolute;
    width: auto;
    height: auto;
    top: 12px;
    left: 13px;
    font-family: fontawesome;
    color: #777;
}
.catalog_wrapper ul li a:hover {
    background-color: #ddd;
}
/*Contact page*/
.box-inf {
    margin-bottom: 20px;
}

.right-contact h3 {
    padding: 0;
    margin: 0 0 25px;
}
.text-contact h1 , .text-contact h2  , .text-contact h3 , .text-contact h4 ,.text-contact h5  ,.text-contact h6  {
    margin-top: 0px;
}

.inf-contact i {
    display: inline-block;
    font-size: 18px;
    padding-left: 9px;
    color: #ffd200;
}

.in-contact {
    color: #2E303A;
    display: inline-block;
    font-family: 'XeroSans';
    font-size: 15px;
    margin-bottom: 10px;
}

.right-contact .form-control {
    border: none;
    box-shadow: none;
    font-size: 12px;
}
.right-contact .form-group {
    margin-bottom: 18px;
    border-bottom: 1px solid #122E62;
}
.submit-form {
    color: #333;
    display: inline-block;
    padding: 15px;
    text-align: center;
    font-size: 15px;
    color: #fff !important;
    line-height: 1;
    background: #22241f;
    display: block;
    min-width: 200px;
    margin: 20px auto 0;
}

.right-contact .submit-form:hover, .right-contact .submit-form:focus {
    background: #ffd200;
    color: #FFF !important;
    outline: none !important;
    float: right;
    transition-duration: 0.5s;
    border-color: #ffd200;
}
.right-contact .submit-form {
    background: #122E62;
    float: right;
    border-radius: 0;
    transition-duration: 0.5s;
    border-radius: 2px 2px 7px 2px;
}

.page-template-contact .contents {
    padding-bottom: 50px;
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.gm-style {
    font-family: Roboto,Arial,sans-serif;
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
}

.contact_form_wrapper label {
    font-size: 11px;
    float: left;
    color: #f00;
}
    
/*Lightgallery*/
ul.lightgallery li a:hover {
    opacity: 0.8;
}
ul.lightgallery li img {
    border: 1px solid #ccc;
}
ul.lightgallery li {
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: center;
    border-radius: 10px;
}
ul.lightgallery {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
}
ul.lightgallery li a {
    border: 7px solid #373f47;
    display: block;
}
.breadcrumb_wrap p {
    text-align: left;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 5px;
}
.g-recaptcha{
	display: inline-block; float: left;                                                     
}
/*Search page*/
.search-no-results .not-found {
    margin-bottom: 30px;
}
/* Slider Effect */

.slider {
	padding: 30px 0;
	background: url(images/halftone.png);
	background-repeat: repeat;
	background-position: bottom center;
} 
.stack {
	margin: 0 auto;
	position: relative;
	z-index: 1000;
	width: 320px;
	height: 320px;
	padding: 0;
	list-style: none;
    pointer-events: none;
}

.stack__item {
	background: #fff;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	opacity: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: auto;
	    border-radius: 50%;
}

.stack__item img {
	width: 100%;
	display: block;
	pointer-events: none;
	border-radius: 50%;
}

.controls {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 3em 0 0 0;
}

.button {
	border: none;
	background: none;
	position: relative;
	display: inline-block;
	padding: 0.25em;
	margin: 0 0.5em;
	cursor: pointer;
	font-size: 1.5em;
	width: 50px;
	height: 50px;
	z-index: 100;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.button .fa {
	pointer-events: none;
	
	line-height: 42px;
    font-size: 26px;
}

.button--default {
	background: #333;
	border-radius: 3px;
	color: #fff;
	font-size: 0.95em;
	font-weight: bold;
	padding: 0.65em 2em;
	width: auto;
	height: auto;
}

.button--sonar {
	border-radius: 50%;
	background: #14314e;
	
	transition: 0.3s;
}
.button--sonar:hover {
	background: #ffd200;
}
.button--sonar:hover .fa {
	color: #fff;
}
.button--sonar::before {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	content: '';
	opacity: 0;
	pointer-events: none;
	border: 4px solid rgba(255,255,255,0.5);
	margin: -35px 0 0 -35px;
	width: 70px;
	height: 70px;
}

.button--sonar.button--active::before {
	-webkit-animation: anim-effect-sonar 0.3s ease-out forwards;
	animation: anim-effect-sonar 0.3s ease-out forwards;
}

@-webkit-keyframes anim-effect-sonar {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.9, 0.9, 1);
		transform: scale3d(0.9, 0.9, 1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(1.4, 1.4, 1);
		transform: scale3d(1.4, 1.4, 1);
	}
}

@keyframes anim-effect-sonar {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.9, 0.9, 1);
		transform: scale3d(0.9, 0.9, 1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(1.4, 1.4, 1);
		transform: scale3d(1.4, 1.4, 1);
	}
}

.material-circle {
	width: 150vh;
	height: 150vh;
	margin: -75vh 0 0 -75vh;
	z-index: 0;
	border-radius: 50%;
	pointer-events: none;
	opacity: 0;
	position: absolute;
	z-index: 0;
	-webkit-transform: scale3d(0, 0, 1);
	transform: scale3d(0, 0, 1);
}

.material-circle--accept.material-circle--active {
	background: #81d47d;
}

.material-circle--reject.material-circle--active {
	background: #e66868;
}

.material-circle--active {
	-webkit-animation: anim-effect-material 0.6s ease-out forwards;
	animation: anim-effect-material 0.6s ease-out forwards;
}

@-webkit-keyframes anim-effect-material {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0, 0, 1);
		transform: scale3d(0, 0, 1);
	}
	70% {
		opacity: 1;
		-webkit-transform: scale3d(1.4, 1.4, 1);
		transform: scale3d(1.4, 1.4, 1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(1.4, 1.4, 1);
		transform: scale3d(1.4, 1.4, 1);
	}
}

@keyframes anim-effect-material {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0, 0, 1);
		transform: scale3d(0, 0, 1);
	}
	70% {
		opacity: 1;
		-webkit-transform: scale3d(1.4, 1.4, 1);
		transform: scale3d(1.4, 1.4, 1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(1.4, 1.4, 1);
		transform: scale3d(1.4, 1.4, 1);
	}
}

.button:focus {
	outline: none;
}

.button--accept {
	color: #fff;

}

.button--reject {
	color: #fff;

}

.text-hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	color: transparent;
	display: block;
}

/* Animations */
.stack__item--reject,
.stack__item--accept {
	pointer-events: none;
}



/***********************************************/
/****************** iskandar *******************/
/***********************************************/


.stack--iskandar .stack__item--reject {
	-webkit-animation: iskandarReject 0.5s forwards;
	animation: iskandarReject 0.5s forwards;
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

@-webkit-keyframes iskandarReject {
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100px,20px) rotate3d(1,0,0,90deg);
		transform: translate3d(0,-100px,20px) rotate3d(1,0,0,90deg);
	}
}

@keyframes iskandarReject {
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,-100px,20px) rotate3d(1,0,0,90deg);
		transform: translate3d(0,-100px,20px) rotate3d(1,0,0,90deg);
	}
}

.stack--iskandar .stack__item--accept {
	-webkit-animation: iskandarAccept 0.5s forwards;
	animation: iskandarAccept 0.5s forwards;
}

@-webkit-keyframes iskandarAccept {
	to {
		-webkit-transform: translate3d(25vw,0,0) translate3d(60%,0,0) rotate3d(0,0,1,5deg);
		transform: translate3d(25vw,0,0) translate3d(60%,0,0) rotate3d(0,0,1,5deg);
	}
}

@keyframes iskandarAccept {
	to {
		-webkit-transform: translate3d(25vw,0,0) translate3d(60%,0,0) rotate3d(0,0,1,5deg);
		transform: translate3d(25vw,0,0) translate3d(60%,0,0) rotate3d(0,0,1,5deg);
	}
}

/* ...when content has 100% viewport width */
@media screen and (min-width: 768px) {
	a.pro_img_wrapper {
		height: 268px;
		display: block;
	}
	.more_product {
    background: #14314e;
    color: #fff;
    padding: 0px 15px 10px;
    min-height: 90px;
}
}
@media screen and (max-width: 60em) {

	@-webkit-keyframes iskandarAccept {
		to {
			-webkit-transform: translate3d(50vw,0,0) translate3d(60%,0,0) rotate3d(0,0,1,5deg);
			transform: translate3d(50vw,0,0) translate3d(60%,0,0) rotate3d(0,0,1,5deg);
		}
	}

	@keyframes iskandarAccept {
		to {
			-webkit-transform: translate3d(50vw,0,0) translate3d(60%,0,0) rotate3d(0,0,1,5deg);
			transform: translate3d(50vw,0,0) translate3d(60%,0,0) rotate3d(0,0,1,5deg);
		}
	}

}

/* Responsive */
@media (max-width:1600px) {}
@media (max-width:1400px) {}
@media only screen and (device-width: 1280px) and (orientation: landscape) {}
@media only screen and (device-width: 1024px) and (orientation: landscape) {}
@media (max-width:992px) {
    .logo_wrapper {
        margin-top: 17px;
    }
    .banner_bottom {
        margin-bottom: 45px;
    }
    .sidebar {
        margin-top: 20px;
    }
    .top_section ul.footer_list li {
        margin-bottom: 20px;
    }
    .carousel-caption {
        left: auto;
        top: 8%;
    }
}

@media only screen and (max-width: 1200px) and (min-width:992px) {
    .widget_search .searchform input[type="text"] , .widget_search  #searchsubmit {
        width: 100%;
    }
    .widget_search .searchform input[type="text"] {
        margin-bottom: 15px;
    }
}
@media (max-width:800px) {
    .left_prev {
        left: -18px;
    }
}
@media (max-width:768px) {}
@media (max-width:767px) {
    header.header {
        line-height: normal;
    }
    header.header ul.info_header li {
        margin-bottom: 10px;
    }

    .breadcrumb_wrap p {
        margin-top: 10px;
    }
    ul.nav li.dropdown:hover>  ul.dropdown-menu{ display: none; }

    .mbeforeli {
        background-color: transparent;
    }
    .mbeforeli:before {
        position: absolute;
        content: "\f107";
        font-family: FontAwesome;
        display: inline-block;
        top: 0;
        left: 0;
        padding: 13px 15px;
        background-color: transparent;
        text-align: center;
        color: #fff;
        font-size: 17px;
        z-index: 30;
        cursor: pointer;
        transition: 0.5s;
        background: #14314e;
    }
    li.dropdown > a:after , .dropdown-menu > li.menu-item-has-children > a:after  {
        content: "";
    }
    li.dropdown {
        position: relative;
    }
    .dropdown-menu {
        top: 0px;
        right: 0;
        left: 0;
        float: none;
        position: relative;
        border-radius: 0px;
        box-shadow: none;
    }
    .navbar-nav > li > .dropdown-menu {
        background: #eee;
    }
    .dropdown-menu > li > a {
        padding: 15px 20px;
        color: #14314e;
    }
    .dropdown-menu > li.menu-item-has-children {
        position: relative;
    }
    .dropdown-menu > li a:hover, 
    .dropdown-menu > li.menu-item-has-children a:hover {
        background-color: #14314e;
        color: #fff;
        border-radius: 0px;
    }
    .dropdown-menu > li.menu-item-has-children > .dropdown-menu {
        right: 0;
        top: 0px;
        position: relative;
        background: #ddd;
        box-shadow: none;
    }
    .dropdown-menu > .active > a, 
    .dropdown-menu > .active > a:hover, 
    .dropdown-menu > .active > a:focus {
        background-color: #14314e;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #eee;
    }
    .dropdown-menu > li.menu-item-has-children > a:after {
        color: #14314e;
    }
    .navbar-default .navbar-toggle {
        border-color: #14314e;
        background-color: #14314e;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ffd200;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #ffd200;
    }
    .navbar-default .navbar-toggle:hover .icon-bar , 
    .navbar-default .navbar-toggle:focus .icon-bar  {
        background-color: #14314e;
    }
    .logo_wrapper {
        width: 100%;
        text-align: center;
        margin-top: 7px; 
    }
    .navbar-toggle {
        float: right;
    }
    .breadcrumb_wrap p {
        text-align: right;
    }
    .carousel-caption {
        top: 0;
    }
    .right_next {
        right: 0px; 
    }
    .left_prev {
        left: 0;
    }
    .blog_content .contents .blog_post h2.blog_title {
        margin-top: -5px;
    }
    .footer_social , header.header ul.info_header {
        text-align: center;
    }
    .third_col  .footer_social {
        text-align: right;
    }
    .navbar-nav > li > a {
        padding: 15px 21px;
    }
    .widget_search .searchform input[type="text"] {
        width: 85%;
    }
    .bottom_section .designer_wrapper ,
    .bottom_section .copy_right p {
        text-align: center;
    }
    .bottom_section .copy_right p {
        margin-bottom: 10px;
    }
    .bottom_section {
        padding: 12px 0 15px;
    }

    .widget_search .searchform {
        margin-top: 25px;
    }

    .right-contact .submit-form {
        margin-bottom: 30px;
    }

}
@media (max-width:640px) {
	.product_wrap {
		margin-bottom: 20px;
	}
}
@media (max-width:533px) {
    .owl-wrapper {
        text-align: center;
    }
    .widget_search .searchform input[type="text"] , .widget_search #searchsubmit {
        width: 100%;
    }
    .widget_search .searchform input[type="text"] {
        margin-bottom: 20px;
    }
	
}
@media (max-width:413px) {

}

@media (max-width:360px) {
    .footer_social a {
        width: 25px;
        height: 25px;
        background: url('images/social-icon.png') no-repeat 0 0;
        transform: scale(0.6); 
    }
}
.top_section ul.footer_contact li.fax span {
    background-position: -262px -42px;
}

.carousel-caption a {
    color: #fff;
    background-color: #14314e;
    border-radius: 7px;
    padding: 7px 20px 9px;
    display: inline-block;
    /* float: left; */
    text-shadow: none;
}
.carousel-caption {
    left: auto;
    top: 27%;
    width: 80%;
    text-shadow: 0 2px 11px;
    right: 10%;
    color: #fff;
    text-align: center;
    position: absolute;
}