﻿/*
Theme Name: drglass
*/

/*****************************************
**  General
*****************************************/
body{
    position: relative;
    display: block;
    width: 100%; height: 100%;
}
body .bodyWrapper{

}

a.select2-choice {
    border-radius: 0 !important;
    border: 1px #e6e5e5 solid !important;
}
.select2-container .select2-choice .select2-arrow b{
    background-position: 0 6px;
}
.select2-container .select2-choice{
    background: transparent;
}
.select2-container .select2-choice{
    height: 38px;
    line-height: 38px;
}
.select2-container .select2-choice .select2-arrow{
    border-radius: 0;
}
.read_more_wrap{
    margin-top:10px;
}
.image_wrap img {
    max-width: 100%;
    margin:auto;
}
.page_description {
    margin-bottom: 20px;
    margin-top:20px;
}
.site_container_full {
    margin:0 auto;
    position: relative;
    display:block;
    width: 100%;
}
.page_description p {
    margin-bottom: 10px;
}
ul.children {
    display: none;
}
.site_container {
    margin:0 auto;
    position: relative;
    display:block;
    width: 100%;
}
.image_wrap {
    height: 16vw;
}
.button{
    position: relative;
    display: block;
    width: 100%;
    line-height: 1.889;
    color: #fff;
    background-color: #bebdc2;
    border: 0;
    cursor: pointer;
    text-align: center;

    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.button:hover{
    background-color: #cc0001;
    color: #fff;

}
.button.v2{
    background-color: #cc0001;
}
.button.v2:hover{
    background-color: #bebdc2;

}
    /*************************
    	Form / Inputs
    **************************/

input, textarea, select{
    font-family: Open Sans Hebrew;
    color: #343434;
    font-size: 0.944rem; /*17px*/
    font-weight: 300;
    border: 1px #e6e5e5 solid;
    outline: none;

}
input:not([type="radio"]):not([type="checkbox"]) , textarea , select{
    line-height: 1.889rem; /*34px*/
    padding-right: 5%;

}
span.wpcf7-list-item.first {
    clear: both;
}

div#contact-popup input[type=tel],
div#contact-popup input[type=email],
div#contact-popup input[type=text] {
    height: 40px !important;
    line-height: 40px !important;

}
div#contact-popup .fancybox-inner{
    height:auto !important;
}
.field_block.c2 .field {
    width: 100%;
}
.field_block.c2 .wpcf7-list-item {
    float: right;
}
.field_block.c2 .field {
    width: auto;
    float: right;
}
.field_block{
    clear: both;
}
input[type="submit"]{
    padding-right: 0;
    background-color: #cc0001;
    color: #fff;
    font-weight: bold;
    cursor: pointer;

    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
input[type="submit"]:hover{
    opacity: 0.8;
}
[type=radio],[type=checkbox]{
    border: 0;
    -webkit-appearance: none;
    display:inline-block;
    width:19px;
    height:19px;
    border: 1px #e6e5e5 solid;
    vertical-align: top;
           -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


[type=radio]:checked,[type=checkbox]:checked{
    background-color: #de4a4a;

}
select{
    background:url('images/btn_select_arrow.png') no-repeat left 10px center transparent;
}
textarea{
    max-height: 75px;
}

textarea { overflow: auto; }

.formCode input[type="text"],
.formCode input[type="email"],
.formCode input[type="tel"]{

    height: 38px !important;
}

.rightSide .field_block{
    margin: 2.5% 0;
}
::-webkit-input-placeholder {
    font-family: Open Sans Hebrew;
    color: #343434;
    font-size: 0.944rem; /*17px*/
    font-weight: 300;
}

:-moz-placeholder { /* Firefox 18- */
    font-family: Open Sans Hebrew;
    color: #343434;
    font-size: 0.944rem; /*17px*/
    font-weight: 300;
}

::-moz-placeholder {  /* Firefox 19+ */
    font-family: Open Sans Hebrew;
    color: #343434;
    font-size: 0.944rem; /*17px*/
    font-weight: 300;
}

:-ms-input-placeholder {
    font-family: Open Sans Hebrew;
    color: #343434;
    font-size: 0.944rem; /*17px*/
    font-weight: 300;
}

    /*************************
    	Wordpress Editor Content [wp_content]
    **************************/
.wp_content {
    position: relative;
    display: block;
    width: 100%;
}
.wp_content ul {
    list-style: disc;
}
.wp_content p {
    padding: 5px 0;
}
    /*************************
    	Social Icons  / Social Buttons
    **************************/
.social_buttons{
    position: relative;
    display: inline-block;
    width: 100%;
}
.social_buttons > div{
    display: inline-block;
    float: left;
    margin: 0 2px;
}
.social_buttons > div > a{
    width: 24px;
    height: 24px;
}
/*.social_buttons > div > a:hover{
    background-image: url('images/social_icons2.png');
}*/
.social_buttons > div.facebook > a{
    background-image: url('images/facebook_logo.png');
    background-size: 100% !important;
}
.social_buttons > div.youtube > a{
    background-position: -48px 0;
}
.social_buttons > div.google > a{
    background-position: -24px 0;
}
div.waze > a{
    background-image: url('images/waze_logo.png');
    background-size:100%;
    width: 24px;
    height: 24px;
    display: block;
}
.footer-social{
    padding:10px;
    text-align: center;
    width: 100%;
}
.footer-social .social_buttons > div{
    float: none;
    text-align: center;
}
.addressContent div.waze {
    float: left;
    margin-left: -20px;
    margin-top: -8px;
}
.lSAction > a{
    background-image: url('images/btn_slider_arrows.png');
    width: 38px; height: 76px;
}
.lSAction > .lSPrev,
.lSAction > .lSPrev:hover{
    background-position: 0 0;
}
.lSAction > .lSNext,
.lSAction > .lSNext:hover{
    background-position: -38px 0;
}

    /*************************
    	Main Page Gallery
    **************************/

.lSSlideOuter .lSPager.lSGallery{
    height: 100%;
    max-height: 94px;
}
.lSSlideOuter .lSPager.lSGallery li{
    margin: 0!important;
}
.lSSlideOuter .lSPager.lSGallery img{
    height: 100%;
    max-height: 94px;
}
/*****************************************
**  Header
*****************************************/
header{
    position: relative;
    display:block;
    width:100%;
}
header > .headerWrapper{
    position: relative;
    display: block;
    width: 100%; height: auto;
    background-position: top center;
}
    /*************************
    	Top Header
    **************************/
header > .headerWrapper .topHeader{
    position: relative;
    display: block;
    width: 100%; height: 40px;
    padding: 8px 5px;
    background: url('images/bg_top_header.jpg') #f1f1f1 repeat-x;
    text-align: left;
}
.headerAddress{
    position: relative;
    display: inline-block;
    padding: 3px 17px;
    margin: 0 15px;
    vertical-align: top;
}
.headerAddress:after{
    position: absolute;
    content: '';
    width: 1px; height: 37px;
    background-color: #c6c6c6;
    top: -8px;
    left: 0;
}
.headerAddress:before{
    position: absolute;
    content: '';
    width: 1px; height: 37px;
    background-color: #c6c6c6;
    top: -8px;
    right: 0;
}
.headerAddress a{
    display: inline-block;
    color: #de4a4a;
    font-size: 1.00rem;
    font-weight: bold;
    padding-left: 25px;
}
.headerAddress a:after{
    position: absolute;
    content: '';
    width: 26px; height: 26px;
    left: 10px;
    top: 0; bottom: 0;
    margin: 0 auto;
    background: url('images/sprite_icon.png') no-repeat -1px -101px transparent ;
}
.topHeader .social{
    position: relative;
    display: inline-block;
}
    /*************************
    	Middle Header
    **************************/
header > .headerWrapper .middleHeader{
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 3px #ededed solid;
}
.middleHeader .nn-grid > .max_width{
    max-width: 450px;
}
.headerLink{
    position: relative;
    display: none;
    width: 100%; height: auto;
    max-width: 193px;
    background-color: rgba(204,0,1,1); /*cc0001*/
    border: 1px #dedddd solid;
    margin-top: 5px;
    vertical-align: top;

    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.headerLink:hover{
    background-color: rgba(239,31,31,1); /*cc0001*/
    color: #fff;
}
.headerLink a{
    display: block;
    color: #fff;
    font-weight: bold;
    padding: 24px 25px;
}
.headerLink a:hover{
    color: #fff;
}
.headerSearch{
    display: inline-block;
    width: 100%;
    max-width: 500px;
    margin-top: 30px;
}
.searchForm{
    position: relative;
}
    /*************************
    	Bottom Header
    **************************/
header > .headerWrapper .bottomHeader{
    border-bottom: 3px #ededed solid;
}
    /*************************
    	Logo
    **************************/
header .logo{
    display: inline-block;
    width: 100%;
    max-width: 228px;
    margin-left: 10px;
}

header .logo > a{
    display: block;
}
header .logo img{
    width: 100%; height: auto;
}


    /*************************
    	Banner
    **************************/
.page_banner{
    position: relative;
	display: none;
    
}
/********** Head Slider */

.page_banner .sliderWrapper .imageWrapper{
    position: relative;
    display: block;
    width: 100%; height: 500px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page_banner .sliderContent{
    position: relative;
    display: block;
    width: 100%; height: auto;
    z-index: 99;
}
.page_banner .lSSlideOuter .lSPager.lSpg{
  position: absolute;
  width: 100%;
  bottom: 0;
}
.page_banner .sliderContent .content{
    position: absolute;
    display: block;
    width: 100%;
    max-width: 400px;
    padding: 10% 7% 0 0;
    right: 0;
}
.page_banner .sliderContent .slider_title{
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.833rem; /*33px*/
    line-height: 1.3;
    color: #000;
}
.page_banner .sliderContent .slider_content{
    position: relative;
    display: block;
    width: 100%;
    font-size: 0.944rem; /*17px*/
    font-weight: 400;
    line-height: 1.3;
    color: #000;
}
.page_banner .sliderContent .slider_content a{
    display: inline-block;
    font-size: 1.389rem; /*25px*/
    font-weight: 300;
    text-decoration: underline;
}

/********** Head Banner */
.page_banner .bannerWrapper .imageWrapper{
    position: relative;
    display: block;
    width: 100%; height: 500px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

    /*************************
    	Menu
    **************************/
.site_menu.horizontal.topMenu > li{
    border-left: 1px #ededed solid;
}
.site_menu.horizontal.topMenu > li:first-child{
    border-right: 1px #ededed solid;
}
.site_menu.horizontal.topMenu > li > a{
    padding: 0 23px;
    line-height: 40px;
    color:#666565;
    background-color: #fff;
    font-size: 1.111rem; /*20px*/
    font-weight: 300;
}
.site_menu.horizontal.topMenu > li:hover > a{
    color:#cc0001;
}
.site_menu.horizontal.topMenu > li > a:first-child{
    padding-right: 23px;
}
.site_menu.horizontal.topMenu > li > a:after{
    position: absolute;
    content: '';
    width: 100%; height: 5px;
    background-color: #de4a4a;
    right: 0;
    bottom: -3px;
    opacity: 0;

    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.site_menu.horizontal.topMenu > li > a:hover:after,
.site_menu.horizontal.topMenu > li.current_page_item > a:after{
    opacity: 1;
}
.site_menu.horizontal.topMenu .sub-menu{
    width: auto;
    padding: 10px;
    background-color: #fff;
    border: 1px #f2f2f2 solid;
    right: -6px;
    top: 100%;
}
.site_menu.horizontal.topMenu .sub-menu:after{
    position: absolute;
    content: '';
    width: 100%; height: 7px;
    background: transparent;
    top: -7px;
    right: 0;
}
.site_menu.horizontal.topMenu .sub-menu li{
    width: 205px;
    display: inline-block;
    background: url('images/icon_bullet.png') no-repeat right center;
    padding-right: 15px;
}
.site_menu.horizontal.topMenu .sub-menu li:after{
    width: 205px;
    display: inline-block;
}
.site_menu.horizontal.topMenu .sub-menu li a{
    color:#343434;
    font-size: 0.944rem; /*17px*/
    font-weight: 300;
    padding: 3px;
}
.site_menu.horizontal.topMenu .sub-menu li:hover a,
.site_menu.horizontal.topMenu .sub-menu li.current_page_item a{
    color:#cc0001;
}

/*****************************************
**  Footer
*****************************************/
footer{
    position: relative;
    display:block;
    width:100%;
}
footer > .footerWrapper{
    position: relative;
    display: block;
    width: 100%; height: auto;
    background-position: top center;
}
/*********** Top Footer */
footer .topFooter{
    position: relative;
    display: block;
    width: 100%; height: auto;
    padding: 0.5% 0;
}
footer .footer_widget_wrapper .footerWidget{
    position: relative;
    display: block;
    width: 100%;
}
footer .footer_widget_wrapper .footerWidget .widget_title{
    position: relative;
    display: block;
    width: 100%;
    padding: 0 2%;
    font-weight: bold;
}
footer .footer_widget_wrapper .footerWidget .textwidget{
    position: relative;
    display: block;
    width: 100%;
    padding-top: 1%;
}
/*********** Middle Footer */
footer .middleFooter{
    position: relative;
    display: block;
    width: 100%; height: auto;
    padding: 1% 0;
    text-align: center;
    margin: 0 auto;
}
footer .middleFooter .content{

}
footer .middleFooter .bottomMenu li{
    border-right: 1px #979797 solid;
}
footer .middleFooter .bottomMenu li:first-child{
    border-right: 0px;
}
footer .middleFooter .bottomMenu li a{
    display: block;
    padding: 0 6px 0 3px;
    color: #979797;
    font-size: 0.833rem; /*15px*/
}
footer .middleFooter .bottomMenu li a:hover{
    color: #de4a4a;
}
/*********** Bottom Footer */
footer .bottomFooter{
    position: relative;
    display: block;
    width: 100%; height: auto;
    padding: 1% 0 2%;
}
footer .link_wrap{
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
footer .copyRight a{
    display: inline-block;
    color:#979797;
    font-size: 0.833rem; /*15px*/
}
footer .copyRight a:hover{
    color:#de4a4a;
}
footer .link_wrap .content{
    display: inline-block;
}
footer .link_wrap .image{
    display: inline-block;
    margin: 0 10px;
}
/*****************************************
**  Page Content - General
*****************************************/

/*********** Inline - PopUP */
.fancybox-skin{
    background-color: #fff;
}
.inline-popup{
    position: relative;
    display: none;
    width: 100%; height: 100%;
    background-color: #fff;
}
#contact-popup{
    padding: 5% 10%;
}
#contact-popup .popupTitle{
    position: relative;
    display: block;
    width: 100%;
    color: #231f20;
    font-size: 1.833rem; /*33px*/
    text-align: center;
    font-family: Open Sans Hebrew;
    padding: 1% 0 5%;
}
#contact-popup .field_block{
    padding: 2% 0;
}
/*********** Side Bar */
.sidebar{
    position: relative;
    display: block;
    width: 80%;
}

/* SideBar Menu*/
.sidebarNavigation{
    position: relative;
    display: block;
    width: 100%;
}

.sidebarNavigation li.current-cat-parent > ul.children,
.sidebarNavigation li.current-cat >  ul.children{
    display:block !important;
    margin-right: 10px !important;
}
.sidebarNavigation li{
    position: relative;
    display: block;
    width: 100%;
}
.sidebarNavigation li a{
    position: relative;
    display: block;
    width: 100%;
    padding: 2.5% 18px 2.5% 0;
    border-bottom: 1px #e5e5e5 solid;
    background: url('images/icon_list_bullet.png') no-repeat right center;
    color: #000;

    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.sidebarNavigation li ul li a{
    padding-right: 33px;
    background-position: right 20px center;
    background-image: url('images/icon_list_bullet_hover.png');
}
.sidebarNavigation li a:hover,
.sidebarNavigation li.current-cat > a{
    background-image: url('images/icon_list_bullet_hover.png');
    color: #cc0001;
}

/*********** Breadcrumbs */
.page_breadcrumbs{
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 0.5%;
}
.page_breadcrumbs {
    color: #de4a4a;
    font-size: 0.833rem; /*15px*/
    line-height: 1.778; /*32px*/
}
.page_breadcrumbs span{
    color: #666565;
}
.page_breadcrumbs a{
    display: inline-block;
    color: #666565;
    font-size: 0.833rem; /*15px*/
    line-height: 1.778; /*32px*/
}
.page_breadcrumbs a:hover{
    color: #de4a4a;
}
/*********** General */
#main_content{

}
.mainContent{
    margin: 1.7% 0;
}
.title_wrap{
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 2%;
    color: #444343;
    font-size: 1.667rem; /*30px*/
    font-weight: 300;
}
.archive .title_wrap,
.single .title_wrap,
.page .title_wrap{
    padding-bottom: 1%;
    margin-bottom: 2%;
}
.archive .sidebar .title_wrap{
    padding-bottom: 9%;
}
.single-product #main_content .title_wrap{
    border-bottom: 0px;
}
.page-template-template-contact .title_wrap{
    max-width: 50%;
}

.title_wrap.no-border{
    border: 0;
}
.content_wrap{
    position: relative;
    display: block;
    width: 100%;
    margin-top: 3%;
    color:#4d4c4c;
    font-size: 0.944rem; /*17px*/
    font-weight: 300;
    line-height: 1.389; /*25px*/
}
.single-format-standard .content_wrap{
    margin-top: 2%;
}

/*********** Block List View */
.blockList {
    position: relative;
    display: block;
    width: 100%;
}
.blockView .blockWrapper{
    position: relative;
    display: block;
    width: 100%;
    padding: 6px;
    background: url('images/bg_top_header.jpg') #f1f1f1;

    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.blockView .blockWrapper:hover{
    background: #4d4d4d;
}

.blockList .blockWrapper > a{
    display: block;
}
.blockList .blockImage{
    overflow: hidden;
}
.blockList .blockImage img{
    width: auto;
    height: 200px;
    position: relative;
    opacity: 1;
    margin:auto;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.blockList .blockWrapper:hover .blockImage img{
    opacity: 0.8;
}
.blockList .blockTitle{
    position: relative;
    width: 100%;
    text-align: center;
    padding: 10px 0 5px;
    font-size: 1.056rem; /*19px*/
    font-weight: 300;
    color: #000;
}
.blockList .blockWrapper:hover .blockTitle{
    color: #fff;
}


/*****************************************
**  Pages
*****************************************/
    /*************************
    	Home Page
    **************************/
.homeContent{
    margin-top: 3%;
}
.homeAbout{
    padding-left: 30px;
}
.aboutTitle{
    font-size: 1.556rem; /*28px*/
    color:#444343;
    border-bottom:1px #e5e5e5 solid;
    padding-bottom: 5px;
}
.aboutContent{
    color:#4d4c4c;
    font-size: 0.944rem; /*17px*/
    line-height: 1.38;
    font-weight: 300;
}
.aboutContent a{
    font-weight: 400;
}
.homeFooterImage{
    width: 100%;
    max-width: 564px;
    margin: 0 auto;
}
.homeFooterImage a{
    display: block;
}
.homeFooterImage img{
    width: 100%;
    margin: 0 auto;
}
    /*************************
    	Page With Gallery
    **************************/
.page-pageWithGallery #main_content{
    margin-bottom: 4%;
}
#pageGallery{
    margin-top: 10%;
}
#pageGallery .imageWrapper,
#singleGallery .imageWrapper{
    cursor: zoom-in;
    position: relative;
}
.page-pageWithGallery .lSAction > .lSNext{
    right: 6%;
}

.pageGallery img{
    width: 100%; height: 100%;
    max-width: 270px;
    min-height: 200px;
}
#pageGallery .imageWrapper:after,
#singleGallery .imageWrapper:after{
    position: absolute;
    content: '';
    background-image: url('images/icon_resize.png');
    width: 81px; height: 82px;
    top: 0; bottom: 0;
    left: 0; right: 0;
    margin: auto;
    text-align: center;
    opacity: 0;

    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
#pageGallery .imageWrapper:hover:after,
#singleGallery .imageWrapper:hover:after{
    opacity: 1;
}
strong{
    font-weight:bold;
}
    /*************************
    	Post / Single Page
    **************************/
.single-format-standard .mainContent{
    margin-bottom: 10%;
}
.imageSide .imageWrapper img{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 100%; max-height: 100%;

    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.singleExcerpt {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.333rem; /*24px*/
}
.singleContent{
    position: relative;
    display: block;
    width: 100%;
    font-size: 0.944rem; /*17px*/
}
.singleLinks{
    position: relative;
    display: block;
    width: 100%;
    margin-top: 3%;
}
.singleLinks > div{
    position: relative;
    display: inline-block;
    margin-left: 10%;
    vertical-align: top;
}
.singleLinks > div:last-child{
    margin-left: 0;
}
.singleLinks > div a{
    display: block;
    width: 100%; height: auto;
    padding-right: 40px;
    font-size: 1.00rem; /*18px*/
    color: #231f20;
}
.singleLinks > div a:after{
    position: absolute;
    content: '';
    width: 30px; height: 30px;
    background: url('images/sprite_icon.png') no-repeat right center transparent;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.singleLinks > div a:hover{
    color: #de4a4a;
}
.singleLinks > div.video a:after{
    background-position: -1px -70px;
}
.singleLinks > div.pdf a:after{
    background-position: -1px -39px;
}
.singleNav{
    position: relative;
    display: block;
    width: 100%;
    margin: 2% 0;
}
.singleNav > div{
    position: relative;
    display: inline-block;
    border-right: 1px #000 solid;
    padding: 0 13px 0 10px;
}
.singleNav > div a{
    color: #cc0001;
}
.singleNav > div a:hover{
    color: #000;
}
.singleNav > div:first-child{
    border-right: 0px;
    padding-right: 0;
}
.singleNav > div:nth-child(2n) a{
    color: #000;
}
.singleNav >div:nth-child(2n) a:hover{
    color: #cc0001;
}
.productType{
    position: relative;
    display: block;
    width: 100%;
}
.productType > *{
    position: relative;
    float: right;
    width: 49%;
}
.productType > *:last-child{
    float: left;
}
.productThumbnail img{
    max-width:100%;
    height:auto;
}

.productLinks{
    position: relative;
    display: block;
    width: 100%;
    margin: 3% 0 5%;
    padding: 1% 0;
    /*border-bottom: 1px #e5e5e5 solid;*/
}
.productLinks > div{
    position: relative;
    display: inline-block;
    max-width: 49%;
    vertical-align: top;
}
.productLinks > div:last-child{
    margin-left: 0;
}
.productLinks > div a{
    display: block;
    width: 100%; height: auto;
    /*padding-right: 40px;*/
    font-size: 1.00rem; /*18px*/
    color: #231f20;
}
.productLinks > div a img{
    width: 100%; height: auto;
    margin: auto;
}
.productLinks > div a:after{
    position: absolute;
    content: '';
    /*
        width: 30px; height: 30px;
        background: url('images/icon_video.png') no-repeat transparent;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    */
    top: 0;
    left: 0;
    width: 100%; height: 100%;
    margin: auto;
    background: url('images/icon_resize.png') no-repeat transparent center center;
    opacity: 0.5;

    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
.productLinks > div.video2 a:after{
    display:none;
}
.productLinks > div a:hover:after{
    opacity: 1;
}

.productLinks > div a:hover{
    color: #de4a4a;
}
.productSocial {
    position: relative;
    display: block;
    direction: ltr;
    padding-bottom: 5%;
}
.productSocial.border-top{
    padding: 5%;
    border-top: 1px #e5e5e5 solid;
}
.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
    height: auto!important;
}
.releated_posts{
    position: relative;
    display: block;
    width: 100%;
}
.releated_posts .releatedTitle{
    font-size: 1.556rem; /*28px*/
    color: #444343;
}
.releated_posts .releatedTitle span{
    position: relative;
    background-color: #fff;
    z-index: 99;
    padding-left: 15px;
}
.releated_posts .releatedTitle:after{
    position: absolute;
    content: '';
    top: 16px;
    left: 0;
    width: 100%; height: 1px;
    background-color: #e5e5e5;
    z-index: 9;
}
    /*************************
    	Repeater Page / Testimonial Page
    **************************/
.page-repeater .nn-grid{
    padding-bottom: 5%;
}
.testimonial{
    position: relative;
    display: block;
    width: 100%;
}
.testimonial .content{
    position: relative;
    display: block;
    width: 100%;
    font-size: 0.944rem; /*17px*/
    line-height: 1.389rem; /*25px*/
}
.testimonial .title{
    position: relative;
    display: block;
    width: 100%;
    font-size: 0.944rem; /*17px*/
    line-height: 1.389rem; /*25px*/
    color: #cc0001;
}


    /*************************
    	Contact Us Page / Contact Page
    **************************/
.pageForm{
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 3%;
}
.formGrid{
    position: relative;
    display: block;
    width: 100%;
}
.formGrid > div{

}
.formGrid > .rightSide{
    float: right;
    width: 33%;
}
.formGrid > .leftSide{
    float: left;
    width: 65%;
}
.field_block {
    position: relative;
    display: block;
    width: 100%;
}
.field_block.c2 > div{
    display: inline-block;
}
.field_block.c2 > div:first-child{
    padding-left: 2%;
}
.field_block.c2 > div [type="text"]{
    max-width: 143px;
    line-height: 1.389rem; /*25px*/
}
.wpcf7-checkbox > span{
    display: block;
    margin-top: 1.5%;
}
.formContent{
    position: relative;
    display: block;
    width: 100%;
    padding-right: 10px;
    margin-bottom: 2%;
}
.formTitle{
    font-weight: bold;
    font-size: 0.944rem; /*17px*/
    line-height: 2.444rem; /*44px*/
}
.formDescription{
    line-height: 1.389rem; /*25px*/
}
.addressWrapper{
    position: relative;
    display: block;
    width: 100%;
}
.addressWrapper > div{
    float: right;
    margin-left: 10px;
    width: 45%;
}
.addressMap iframe{
    width: 100%;
    max-width: 242px; max-height: 175px;
}
.addressContent .title{
    font-size: 1.056rem; /*19px*/
    line-height: 1.222; /*22px*/
    color: #2d2d2d;
    margin-bottom: 3%;
}
.addressContent .content{
    font-size: 0.833rem; /*15px*/
    line-height: 1.389; /*25px*/
    color: #656464;
}

    /*************************
    	Error 404 Page
    **************************/
.error404 #main_content{
    text-align: center;
    padding: 5% 0;
}
.error404 #main_content h1{
    font-size: 60px;
}
.error404 #main_content h2{
    font-size: 26px;
}
.error404 #main_content a{
    position: relative;
    display: inline-block;
    padding: 3% 0;
    font-size: 18px;
    text-decoration: underline;
}
    /*************************
    	Search Page
    **************************/
.searchView{
    position: relative;
    display: block;
    width: 100%;
}
.searchView > div{
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 1%;
    padding-bottom: 1%;
    border-bottom: 1px #e5e5e5 solid;
}
.search-results .title_wrap{
    border: 0px;
    padding-bottom: 0;
}
.search-results .content_wrap{
    margin-top: 0.5%;
}
/* Search Form */
#search_text{
    position: relative;
    display: block;
    width: 100%;
    line-height: 40px;
    height:40px;
    padding: 0 15px 0 50px;
    border: 1px #ddd solid;
    outline: none;

}
#search_submit{
    position: absolute;
    width: 40px; height: 21px;
    background: url('images/btn_search.png') transparent no-repeat center center;
    color: transparent;
    top: 0; bottom: 0;
    left: 0;
    border: 0;
    outline: none;
    margin: auto;
}
.searchPage {
    position: relative;
    display: block;
}
.searchPage h1{
    font-size: 56px;
    padding: 25px;
}
.searchPage .search_res{
    position: relative;
    display: block;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.search_res h2 {
    font-size: 25px;
    margin-bottom: 10px;
}
.search_res h2 a{
    color:#a7a9ac;
}
.search_res .excerpt{
    color:#424242;
}
.search_res .readMore{
    margin:10px 0;
}
.search_res .readMore a{
    color:#f8933c;
}
.search_res a {
    text-decoration: none;
}
.search_res a:hover {
    text-decoration:  underline;
}
.wp_content ul{
    margin-bottom:10px;
}
.content_wrap h2 {
    font-weight: bold;
    margin-bottom: 10px;
}
ul.simple-sitemap-page {
    margin-top: 10px;
}
.mobile_only{
    display: none;
}
.tax-product_cat .image_wrap {
    height: auto;
}
.fancybox-inner{
    height:auto !important;
}
.read_more_wrap a {
    color: #000;
    font-weight: bold;
}
.productType select {
    height: 34px;
}
.fancybox-nav {
    width: 10%;
}
div#stcpDiv{
    display: none;
}
.page-home .nn-col-3:nth-child(4n){
    margin:0;
}
