/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*end reset */



/* -------------------------------------------------------------- 
   
   Basic WordPress Blog Styles   
     
-------------------------------------------------------------- */


/* Images
-------------------------------------------------------------- */

a{
    text-decoration:none;}

.entry-content img {
    margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    text-align: center;
    margin-bottom: 1.5em;
}
.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    margin: 0;
}
.wp-smiley {
    max-height: 1em;
    margin:0 !important;
}
.gallery dl {
    margin: 0;
}
.gallery-caption {
    margin:-1.5em 0 0 0;
}


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
    float: left;
    margin-left: 0;
    margin-right: 20px;
    text-align: right;
    width: 33%;
}
blockquote.right {
    float: right;
    margin-left: 20px;
    margin-right: 0;
    text-align: left;
    width: 33%;
}
#main-nav	{
    height: 30px; /* set to the height you want your menu to be */
    margin: 0 0 10px; /* just to give some spacing */
}
#main-nav ul	{
    margin: 0; padding: 0; /* only needed if you have not done a CSS reset */
}
#main-nav li	{
    display: block;
    float: left;
    line-height: 30px; /* this should be the same as your #main-nav height */
    height: 30px; /* this should be the same as your #main-nav height */
    margin: 0; padding: 0; /* only needed if you don't have a reset */
    position: relative; /* this is needed in order to position sub menus */
}
#main-nav li a	{
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}
#main-nav .current-menu-item a, #main-nav .current_page_item a, #main-nav a:hover {
    color: #000;
    background: #ccc;
}

#main-nav ul ul { /* this targets all sub menus */
    display: none; /* hide all sub menus from view */
    position: absolute;
    top: 30px; /* this should be the same height as the top level menu -- height + padding + borders */
}
#main-nav ul ul li { /* this targets all submenu items */
    float: none; /* overwriting our float up above */
    width: 150px; /* set to the width you want your sub menus to be. This needs to match the value we set below */
}
#main-nav ul ul li a { /* target all sub menu item links */
    padding: 5px 10px; /* give our sub menu links a nice button feel */
}
#main-nav ul li:hover > ul {
    display: block; /* show sub menus when hovering over a parent */
}
#main-nav ul ul li ul {
    /* target all second, third, and deeper level sub menus */
    left: 150px; /* this needs to match the sub menu width set above -- width + padding + borders */
    top: 0; /* this ensures the sub menu starts in line with its parent item */
}


/** DEFAULTS */

img{
    max-width:100%;
    margin:0px;}


input[type='submit'], input[type='email'], input[type='text'], textarea{
    -webkit-appearance: none;}

*:focus {
    outline: none;
}

a, input[type=submit], input[type=text], input[type=email], textarea,
.fa, .product_box, .scrolled, .notscrolled, .secondary_menu ul li
{
    transition: all 0.3s;
    -webkit-transition: all 0.3s; /* Safari */
}

.notscrolled{
    top:0;
}

a, span{
    text-decoration:none;
    font-family: 'Open Sans', sans-serif;
}
* {
    font-family: 'Open Sans', sans-serif;
    /*
    font-family: 'Titillium Web', sans-serif;
    */
    color: #515154;
    font-size: 16px;
    font-weight:normal;
    line-height:1.2;
}
body{
    background:#fff;
    font-family: 'Open Sans', sans-serif;
}
.container{
    position:relative;
    margin:0px auto;
    width:960px;
}

.clearfix{
    clear:both;}

.gmnoprint img { max-width: none; }
.overhid{
    overflow:hidden;
}
strong, span, em, a{
    color:inherit;
    font-size:inherit;
}

strong, b{
    font-weight:600;
}
i, em{
    font-style:italic;
}
.align_center{
    text-align:center;
}
/** CUSTOM */


#header{
    height:42px;
    background:#fff;
    position:relative;
}

#absolute_header{
    position:absolute;
    top:0;
    right:60px;
    padding:11px 0;
    z-index:99;
}

.menu{
    float:left;
}
.menu ul li{
    float:left;
    padding:0 24px;
    line-height:16px;
    border-right:1px solid #95a4a7;
}
.menu ul li a{
    font-size: 13px;
    color: #95a4a7;
}
.menu ul li a:hover, .menu ul li.current-menu-item a, #show_search:hover{
    color:#8e052c;
}
/*#show_search:hover:after{
	opacity:0.7;
}*/

.header_search{
    float:left;
    position:relative;
}
#show_search{
    padding:0 53px 0 18px;
    line-height:16px;
    font-size: 13px;
    color: #95a4a7;
    position:relative;
    border-right:1px solid #95a4a7;
    margin-right:20px;
    display:block;
}
#show_search:after{
    content:"";
    position:absolute;
    right:20px;
    top:3px;
    width:12px;
    height:12px;
    background:url(img/sprite.png) -24px 0 no-repeat;
}
#show_search:hover:after{
    background:url(img/sprite.png) -24px -12px no-repeat;
}
.form_search{
    display:none;
    position:absolute;
    top:25px;
    right:25px;
    width:200px;
}
.form_search form{
    position:relative;
}
.form_search input[type="text"]{
    line-height:20px;
    height:20px;
}

.form_search input[type="submit"]{
    position:absolute;
    right:6px;
    top:6px;
    width:12px;
    height:12px;
    background:url(img/sprite.png) -24px 0 no-repeat;
    display:block;
    border:0px none;
}

#header_facebook{
    float:left;
    display:inline-block;
    width:24px;
    height:24px;
    background:url(img/sprite.png) 0 0 no-repeat;
    margin-top:-2px;
}
#header_facebook:hover{
    opacity:0.8;
}
.logo_header img{
    display:block;
}
.logo_header{
    z-index:99;
    position:absolute;
    left:0;
    top:0;
    -webkit-box-shadow: 0 0 5px rgba(16,16,16,.75);
    -moz-box-shadow: 0 0 5px rgba(16,16,16,.75);
    box-shadow: 0 0 5px rgba(16,16,16,.75);
}

.top_section{
    text-align:center;
}
/*.header_slider .slide{
	position:relative;
}*/

.caption_cont{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:99;
}
.caption, .image_text_cap_cont{
    position:absolute;
    width:740px;
    top:125px;
    z-index:99;
    text-align:left;
}
.caption_le{
    left:0;
}
.caption h2, .image_text_cap_cont h2,
.caption h1, .image_text_cap_cont h1{
    margin-bottom:15px;
    font-family: Titillium;
    font-size: 47px;
    color: #fff;
    text-shadow: 0 0 40px #101010;
    font-family: 'Titillium Web', sans-serif;
    font-weight:200;
    line-height:1.2;
}

.caption h3, .image_text_cap_cont h3{
    font-family: 'Titillium Web', sans-serif;
    font-size: 24px;
    color: #fff;
    margin-bottom:15px;
}

.caption p, .image_text_cap_cont p{
    font-size: 20px;
    color: #fff;
    margin-bottom:10px;
    line-height:15px;
}
.caption p span, .image_text_cap_cont p span{
    display:inline-block;
    padding:0px 10px;
    font-size: 20px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow:hidden;
    margin-bottom:5px;
    line-height:32px;
}
.caption p br, .image_text_cap_cont p br{
    display:none;
}

.slide img{
    margin:0px auto;
    width:100%;
    margin-top:-80px;
}

.slider_section .bx-wrapper .bx-controls-direction a{
    width:33px;
    height:106px;
    margin-top:-53px;
}
.slider_section .bx-wrapper .bx-controls-direction a:hover{
    opacity:0.8;
}
.slider_section .bx-wrapper .bx-prev, .slider_section .bx-wrapper .bx-prev:hover{
    background:url(img/sprite.png) -85px 0 no-repeat;
    left:2%;
}
.slider_section .bx-wrapper .bx-next, .slider_section .bx-wrapper .bx-next:hover{
    background:url(img/sprite.png) -118px 0 no-repeat;
    right:2%;
}

.secondary_menu{
    overflow:hidden;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top:-30px;
    margin-right:1px;
    z-index:999999;
}
.secondary_menu ul li{
    float:left;
    text-align:center;
    width: 191px;
    border-left:1px solid #fff;
    margin-bottom:15px;
}
.secondary_menu ul li a{
    height: 56px;
    line-height:56px;
    font-size: 16px;
    text-transform: uppercase;
    color: #7e8c8d;
    font-family: 'Titillium Web', sans-serif;
    font-weight:400;
    display:block;
    background-color: #ecf0f1;

}
.secondary_menu ul li a:hover, .secondary_menu ul li.current-menu-item a{
    color:#fff;
}


.scrolled .secondary_menu{
    margin-bottom:0;
}

.container.scrolled + .scrolledspace{
    padding-top:28px;
}

.secondary_menu ul li:first-child a{
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.secondary_menu ul li:last-child a{
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.secondary_menu ul li a:hover{
    padding-bottom:15px;
}
.secondary_menu ul li:hover{
    margin-bottom:0;
}

.secondary_menu ul li:first-child{
    border-left:0px none;
}



.secondary_menu ul li.menu_red a, .go_back_to_page.border_red{
    border-bottom:4px solid #be3a2b;
}
.secondary_menu ul li.menu_red a:hover, .secondary_menu ul li.menu_red.current-menu-item a, .go_back_to_page.border_red:hover{
    background:#be3a2b;
}

.secondary_menu ul li.menu_yellow a, .go_back_to_page.border_yellow{
    border-bottom:4px solid #f2c40f;
}
.secondary_menu ul li.menu_yellow a:hover, .secondary_menu ul li.menu_yellow.current-menu-item a, .go_back_to_page.border_yellow:hover{
    background:#f2c40f;
}

.secondary_menu ul li.menu_orange a, .go_back_to_page.border_orange{
    border-bottom:4px solid #e77d22;
}
.secondary_menu ul li.menu_orange a:hover, .secondary_menu ul li.menu_orange.current-menu-item a, .go_back_to_page.border_orange:hover{
    background:#e77d22;
}

.secondary_menu ul li.menu_green a, .go_back_to_page.border_green{
    border-bottom:4px solid #2ecc70 ;
}
.secondary_menu ul li.menu_green a:hover, .secondary_menu ul li.menu_green.current-menu-item a, .go_back_to_page.border_green:hover{
    background:#2ecc70;
}

.secondary_menu ul li.menu_blue a, .go_back_to_page.border_blue{
    border-bottom:4px solid #5caee2;
}
.secondary_menu ul li.menu_blue a:hover, .secondary_menu ul li.menu_blue.current-menu-item a, .go_back_to_page.border_blue:hover{
    background:#5caee2;
}


.box_special_heading{
    text-align:center;
    margin-bottom:140px;
}

.box_special_heading img{
    margin-bottom:20px;
}

p{
    font-size: 16px;
    color: #515154;
    line-height:28px;
    margin-bottom:10px;
}
p .fa{
    font-size: 12px;
    color: #00745d;
}
p a{
    color: #00745d;
}
p a:hover{
    color: #8F042B;
}
p a:hover .fa{
    color: #8F042B;
}
.botton_green{
    height: 45px;
    -webkit-border-radius: 6px/5px;
    -moz-border-radius: 6px/5px;
    border-radius: 6px/5px;
    background-color: #00755e;
    line-height:45px;
    -size: 16px;
    color: #fff;
    font-weight:500;
    padding:0 33px;
    display:inline-block;
}
.botton_green:hover{
    background:#8e052c;
}

.box_side_container{
    width:100%;
    overflow:hidden;
    margin-bottom:130px;
}
.box_side_inside{
    width:1280px;
    overflow:hidden;
}
.box_side_right{
    float:left;
    -webkit-border-top-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    position:relative;
}

.box_side_right img{
    -webkit-border-top-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    display:block;
}
.box_side_left{
    float:right;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    position:relative;
}

.box_side_left img{
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    display:block;
}

.relat{
    position:relative;
}
.box_side_bar{
    position:absolute;
    top:0;
    width:73px;
    height:100%;
    position:absolute;
    opacity:0.4;
}

.box_side_right .box_side_bar{
    -webkit-border-top-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-topleft: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.box_side_left .box_side_bar{
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.box_side_right .box_side_bar{
    left:0;
}
.box_side_left .box_side_bar{
    right:0;
}

.box_side_icon{
    top:0;
    height:66px;
    width:73px;
    background-position:center;
    background-repeat:no-repeat;
    z-index:999;
    position:absolute;
}
.box_side_right .box_side_icon{
    -webkit-border-top-left-radius: 12px;
    -moz-border-radius-topleft: 12px;
    border-top-left-radius: 12px;
}
.box_side_left .box_side_icon{
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    border-top-right-radius: 12px;
}

.box_side_right .box_side_icon{
    left:0;
}
.box_side_left .box_side_icon{
    right:0;
}

.box_side_right .box_side_content{
    left:73px;
}
.box_side_left .box_side_content{
    right:73px;
}

.box_side_content{
    position:absolute;
    top:0;
    padding:30px 25px 30px 35px;
    background:rgba(255, 255, 255, 0.9);
    height:462px;
    width:351px;
}

h1, h2{
    line-height:45px;
    margin-bottom:30px;
    font-size: 38px;
    color: #515154;
    font-family: 'Titillium Web', sans-serif;
    font-weight:300;
}

.box_sample_content{
    text-align:center;
    margin-bottom:75px;
}

.box_listing_products{
    margin-bottom:145px;
    padding-top:70px;
}

.container_large{
    text-align:center;
    width:1320px;
    position:relative;
    margin:0px auto;
}
.product_box_inside:hover
{
    cursor:pointer;
}

.product_box{
    display:block;
    float:left;
    width:240px;
    margin:0 10px;
    height: 380px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 43px rgba(16,16,16,.1);
    -moz-box-shadow: inset 0 0 43px rgba(16,16,16,.1);
    box-shadow: inset 0 0 43px rgba(16,16,16,.1);
    margin-bottom:20px;
}
.product_box:hover{
    -webkit-box-shadow: inset 0 0 43px rgba(16,16,16,.2);
    -moz-box-shadow: inset 0 0 43px rgba(16,16,16,.2);
    box-shadow: inset 0 0 43px rgba(16,16,16,.2);
}

.product_boxes{
    display:inline-block;
}
.product_boxes_imp{
    margin-bottom:15px;
}
.product_box:nth-child(2n){
    margin-top:-70px;
}

.product_boxes_imp .product_box:nth-child(2n){
    margin-top:0px;
}
.product_boxes_imp .product_box:nth-child(2n+1){
    margin-top:-70px;
}

.product_box_inside{
    position:relative;
    margin:20px;
}
.price{
    position:absolute;
    top:170px;
    right:-10px;
    width: 71px;
    height: 66px;
    /*-webkit-border-radius: 36px 35px 35px 36px/36px 36px 35px 35px;
    -moz-border-radius: 36px 35px 35px 36px/36px 36px 35px 35px;
    border-radius: 36px 35px 35px 36px/36px 36px 35px 35px;
    background-color: #00775e;
    border: solid 2px #fff; */
    line-height:50px;
    text-align:center;
    font-size: 39px;
    font-weight: bold;
    color: #74001f;
    font-family: 'Titillium Web', sans-serif;
    padding-top:5px;
}
.price span{
    font-size:20px;
    vertical-align:text-top;
}
.product_image{
    height:200px;
    margin-bottom:30px;
    text-align:center;
    width: 100%;
    line-height:200px;
}
.product_image img{
    max-height:100%;
    vertical-align:middle;
    height:auto;
}
.product_box_inside{
    text-align:left;
}
.product_box_inside h3{
    line-height:23px;
    margin:0;
    font-size: 18px;
    color: #f9c12d;
    font-family: 'Titillium Web', sans-serif;
    font-weight:600;
}
.product_box_inside h3 a{
    color: #f9c12d;
}
.product_box_inside h3 a:hover, .product_box:hover h3 a{
    color: #8D052B;
}
.product_box_inside p{
    line-height:20px;
    margin-bottom:15px;
    font-size: 14px;
    color: #515154;
}
.box_side_inside ul{
    margin-top:10xp;
    margin-bottom:20px;
    overflow:hidden;
}
.box_side_inside ul li{
    line-height:28px;
    margin-bottom:15px;
    background:url(img/list.png) left top no-repeat;
    font-size: 16px;
    color: #515154;
    padding-left:45px;
}

.box_more_links{
    margin-bottom:110px;
    text-align:center;
}
.container_medium{
    width:1080px;
    margin:0px auto;
    position:relative;
}
.box_more_links p strong{
    font-weight:bold;
    color:#8D052B;
}
.more_boxes{
    margin-top:50px;
    margin-bottom:40px;
    overflow:hidden;
}
.more_box{
    float:left;
    width:50%;
    margin-bottom:20px;
    text-align:left;
}
.more_box_ins{
    margin:0 30px;
    overflow:hidden;
}
.more_box_le{
    float:left;
    width:98px;
    margin-right:22px;
}
.more_box_le img{
    display:block;
    width: 98px;
    height: 98px;
    -webkit-border-radius: 49px;
    -moz-border-radius: 49px;
    border-radius: 49px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 5px rgba(16,16,16,.18);
    -moz-box-shadow: inset 0 0 5px rgba(16,16,16,.18);
    box-shadow: inset 0 0 5px rgba(16,16,16,.18);
}
.more_box_ri{
    float:right;
    width:360px;
    padding-top:10px;
}
.more_box_ri h3{
    font-size: 18px;
    text-transform: uppercase;
    color: #8e052c;
    font-family: 'Titillium Web', sans-serif;
    line-height:24px;
    margin:0;
}
.more_box_ri h3 a:hover{
    color:#00755e;
}
.more_box_ri p{
    line-height:28px;
    margin:0;
    font-size: 14px;
    color: #464646;
}

.box_parteners{
    margin-bottom:90px;
}
.parteners{
    overflow:hidden;
    margin-top:20px;
    text-align:center;
}

.partener{
    display:inline-block;
    width:296px;
    margin:0 10px 20px 10px;
}

.partener_image{
    height:120px;
    text-align:center;
    vertical-align:middle;
    line-height:120px;
    margin-bottom:10px;
}
.partener_image img {
    max-height: 100%;
    vertical-align: middle;
}

.main_content{
    position:relative;
}

.go_back{
    position:absolute;
    top:430px;
    left:0px;
    width: 60px;
    height: 60px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #ecf0f1;
    background-image:url(img/sprite.png);
    background-position:-60px -106px;
    background-repeat:no-repeat;
}
.go_back_to_page_cont{
    margin-bottom:90px;
    margin-top:-30px;
}
.go_back_to_page{
    height: 56px;
    line-height:56px;
    display:inline-block;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #ecf0f1;
    position:relative;
    padding:0 55px 0 30px;
    font-size: 16px;
    text-transform: uppercase;
    color: #7e8c8d;
    font-family: 'Titillium Web', sans-serif;
}
.go_back_to_page:after{
    width:15px;
    height:25px;
    position:absolute;
    top:17px;
    right:20px;
    content:"";
    background-image:url(img/sprite.png);
    background-position:-82px -123px;
    background-repeat:no-repeat;
}
.go_back_to_page:hover:after{
    background-position:-22px -123px;
}
.go_back_to_page:hover{
    color:#fff;
}

.go_back:hover{
    background-color: #5CADE2;
    background-position:0px -106px;
}


.go_top{
    position:absolute;
    bottom:50px;
    right:50px;
    width: 38px;
    height: 38px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ecf0f1;
    background-image:url(img/sprite.png);
    background-position:-169px 14px;
    background-repeat:no-repeat;
}
.go_top:hover{
    background-color: #8f042b;
    background-position:-169px -24px;
}

.footer_top{
    background:#f7f7f7;
    padding:50px 0;
}
.footer_top_col{
    float:left;
}
.footer_top_col_1{
    width:290px;
    margin-right:20px;
}
.footer_top_col_2{
    width:290px;
    padding:0 25px;
    border-left:1px solid #d9d9d9;
    border-right:1px solid #d9d9d9;
}
.footer_top_col_3{
    margin:0 30px;
    width:240px;
}
.footer_top_col h2{
    font-size: 26px;
    color: #515154;
    font-weight:600;
    margin-bottom:5px;
}
.footer_blog{
    overflow:hidden;
    margin-top:16px;
}
.footer_blog_le{
    float:left;
    width:70px;
    margin-right:15px;
}
.footer_blog_le img{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 43px rgba(16,16,16,.1);
    -moz-box-shadow: inset 0 0 43px rgba(16,16,16,.1);
    box-shadow: inset 0 0 43px rgba(16,16,16,.1);
}
.footer_blog_ri{
    _float:right;
    _width:205px;
}

.footer_blog h3{
    line-height:12px;
    margin-bottom:10px;
    font-size: 14px;
    color: #8e052c;
}
.footer_blog h3 a:hover{
    color:#00755e;
}
.footer_blog p{
    line-height:20px;
    margin:0;
    font-size: 14px;
    color: #515154;
}

.subscribe_form{
    padding-top:10px;
}

input[type="text"], input[type="email"], input[type="password"]{
    height: 45px;
    -webkit-border-radius: 6px/5px;
    -moz-border-radius: 6px/5px;
    border-radius: 6px/5px;
    background-color: #fff;
    border: solid 1px #d8d5d5;
    width:100%;
    text-indent:10px;
    font-size: 16px;
    color: #212121;
    margin-bottom:20px;
    background-repeat:no-repeat;
    background-position:right 10px center;
}

.subscribe_form input[type="text"]{
    background-image:url(img/icon-user.png);
}

.subscribe_form input[name="email"]{
    background-image:url(img/icon_email.png);
}

* input[type="text"]:focus, * input[type="email"]:focus, * input[type="password"]:focus, * textarea:focus{
    border: solid 1px #00755e !important;
}

.submit_green{
    display:block;
    text-align:center;
    border:0;
    cursor:pointer;
    width:100%;
    margin-top:5px;
}

.slect_div{
    background-position:right 10px center;
    background-repeat:no-repeat;
    position:relative;
    height: 45px;
    -webkit-border-radius: 6px/5px;
    -moz-border-radius: 6px/5px;
    border-radius: 6px/5px;
    background-color: #fff;
    border: solid 1px #d8d5d5;
    width:100%;
    font-size: 16px;
    color: #bec3c7;
    margin-bottom:20px;
}

.subscribe_form .slect_div{
    background-image:url(img/icon_arrows.png);
}

.slect_div span.select{
    height:100%;
    width:100%;
    line-height:45px;
    display:block;
    text-indent:10px;
}
.slect_div select.styled{
    position:absolute;
    -webkit-appearance: menulist-button;
    height:100%;
    width:100%;
    padding:0;
    left:0;
    top:0;
}

.instagram_footer_head{
    padding:10px 0;
    line-height:38px;
    background:#37373a;
}
.instagram_footer_head h2{
    text-align:right;
    font-size: 20px;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-weight:600;
    line-height:38px;
    margin:0;
}
.instagram_footer_head h2 img{
    margin-bottom:-7px;
}

.instagram_footer_images{
    text-align:center;
    overflow:hidden;
}
.instagram_footer_images img{
    display:block;
    float:left;
    width:20%;
}

.footer_mid{
    padding-top:50px;
    padding-bottom:70px;
    background:#37373a;
}
.footer_mid_row{
    float:left;
}

.footer_mid_row_big{
    width:325px;
    margin-right:60px;
}
.footer_mid_row_big img{
    margin-bottom:15px;
}
.footer_mid_row_big p{
    font-size: 13px;
    color: #fff;
    line-height:22px;
    margin:0;
}
.footer_mid_row_big p span{
    width:50px;
    display:inline-block;
}

.footer_mid_row_small{
    width:132px;
    margin-right:10px;
}
.footer_mid_row_small h2{
    font-size: 16px;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    line-height:20px;
    margin-bottom:26px;
    font-weight:600;
}
.footer_mid_row_small ul li{
    line-height:14px;
    margin-bottom:8px;
    font-size: 12px;
    color: #fff;
    padding-left:12px;
    background:url(img/list_foo.png) top left no-repeat;
}
.footer_mid_row_small ul li a:hover{
    text-decoration:underline;
}

.footer_bottom{
    padding:20px 0;
    background:#fff;
}
.footer_bot_le{
    float:left;
    font-size: 13px;
    color: #95a4a7;
    line-height:18px;
    margin:0;
}

.footer_bottom_ri{
    float:right;
    position:relative;
}
.footer_b_links{
    float:left;
    margin-right:253px;
    line-height:18px;
    font-size: 13px;
    color: #95a4a7;
}
.footer_b_links a{
    line-height:18px;
    font-size: 13px;
    color: #95a4a7;
    padding:0 10px;
}
.footer_b_links a:hover{
    color:#8E062C;
}
.footer_bottom_ri img{
    position:absolute;
    right:0;
    top:-76px;
    -webkit-box-shadow: 0 0 5px rgba(16,16,16,.75);
    -moz-box-shadow: 0 0 5px rgba(16,16,16,.75);
    box-shadow: 0 0 5px rgba(16,16,16,.75);
    display:block;
}

h6, .box_sample_content h3{
    font-size: 16px;
    font-weight: bold;
    color: #f4bd2c;
    line-height:24px;
    margin-bottom:8px;
}

h2 + h6 .box_sample_content h2 + h6{
    margin-top:-20px;
}

.category_block{
    padding-top:120px;
    position:relative;
    padding-bottom:50px;
}

.category_name{
    font-family: 'Titillium Web', sans-serif;
    position:absolute;
    font-size: 22px;
    color: #7e8c8d;
    line-height:34px;
    margin:0; font-weight:600;
    padding:16px 20px 16px 130px;
    background-position:left 73px center;
    background-repeat:no-repeat;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #ecf0f1;
    top:0;
    left:0;
}

.margin_b_0{
    margin-bottom:0;
}


.product_logo{
    position:absolute;
    max-width:45%;
    top:-3px;
    left:-6px;
}
.separator_line{
    border-bottom:1px solid #c9c9c9;
    margin:50px 0;
}
.special_product{
    margin-bottom:55px;
}

.special_product_cont{
    margin:0 22px;
    position:relative;
}

.special_product_ins{
    position:absolute;
    left:60px;
    top:110px;
    text-align:left;
    width:470px;
}
.special_product_ins h2{
    line-height:55px;
    margin-bottom:5px;
    font-size: 40px;
    color: #515154;
    font-family: 'Titillium Web', sans-serif;
}
.special_product_ins p{
    line-height:32px;
    margin-bottom:10px;
    font-size:18px;
    color: #515154;
}
.special_product_ins h3{
    font-size: 20px;
    font-weight: bold;
    color: #f4bd2c;
    line-height:32px;
    margin-bottom:10px;
}
.special_product_ins h4{
    font-size: 14px;
    font-style: italic;
    color: #515154;
    line-height:32px;
    margin-bottom:10px;
}

.price_bigger{
    width: 94px;
    height: 84px;
    /*-webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    border-radius: 47px;*/
    font-size:60px;
    line-height:60px;
    padding-top:10px;
}
.price_bigger span{
    font-size:30px;
}
.special_product_cont .price{
    right:20px;
    top:90px;
}

.catalog_section{
    margin:0px auto;
    margin-top:100px;
    display:inline-block;
    position:relative;
    padding:13px 190px 13px 30px;
    line-height:30px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    background-color: #f5bd2c;
    font-size: 24px;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    z-index:9999;
}

.catalog_section .fa{
    color: #fff;
    font-size:14px;
}

.catalog{
    position:absolute;
    right:35px;
    top:-75px;
}
.close_but{
    position:absolute;
    right:9px;
    top:9px;
    background:url(img/sprite.png) -181px -106px no-repeat;
    width:12px;
    height:12px;
}
.close_but:hover{
    opacity:0.8;
}


.archive_section{
    padding-top:20px;
    padding-bottom:50px;
}

.archive_elem{
    padding-bottom:50px;
    margin-bottom:50px;
    border-bottom:1px solid #d7d7d7;
}
.archive_elem h3{
    line-height:34px;
    margin-bottom:5px;
    font-size: 26px;
    font-weight: bold;
    color: #515154;
    font-family: 'Titillium Web', sans-serif;
}
.archive_elem h3 a:hover{
    color:#8e052c;
}
.archive_elem p{
    line-height:32px;
    margin-bottom:5px;
    font-size: 16px;
    color: #515154;
}
p.smaller_red_links{
    margin-bottom:0;
    font-size: 13px;
    color: #be3a2b;
    line-height:18px;
}

p.smaller_red_links a{
    color: #be3a2b;
}
p.smaller_red_links a:hover{
    color: #2ecc70;
}

p.smaller_red_links a:before{
    content:"›";
    padding-left:10px;
    padding-right:8px;
}
p.smaller_red_links a:first-child:before{
    display:none;
}

#header.header_0{
    height:0;
}

.image_text_section{
    position:relative;
    margin:0;
}
.image_text_caption{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}

.content_jobs{
    margin-bottom:55px;
}
.content_jobs h4{
    line-height:32px;
    margin-bottom:24px;
    font-size: 16px;
    color: #515154;
    font-weight:600;
}

.content_jobs h3{
    line-height:34px;
    margin-bottom:14px;
    font-size: 26px;
    font-weight: bold;
    color: #4b4b4b;
    font-family: 'Titillium Web', sans-serif;
}

.content_jobs h4 strong{
    color: #be3a2b;
}
.content_jobs h2{
    line-height:40px;
    margin-bottom:32px;
    font-size: 24px;
    color: #be3a2b;
}
.content_jobs p{
    line-height:32px;
    margin-bottom:30px;
    font-size: 16px;
    color: #515154;
}
.content_jobs ul, .box_columns_lists ul{
    margin-bottom:38px;
}
.content_jobs ul li, .box_columns_lists ul li{
    padding-left:44px;
    line-height:24px;
    margin-bottom:14px;
    font-size: 16px;
    color: #515154;
    background:url(img/list_cont.png) top left no-repeat;
}

.content_jobs h5{
    line-height:26px;
    margin-bottom:22px;
    font-size: 14px;
    color: #515154;
}
.content_jobs h5 strong, .content_jobs h5 a{
    font-weight:normal;
    color: #be3a2b;
}
.content_jobs h5 a:hover{
    color:#2ecc70;
}

.single_map_section{
    height:350px;
}

.half_shadowed_boxes{
    margin-bottom:100px;
}

.container_hsb{
    width:1480px;
    position:relative;
    margin:0px auto;
    overflow:hidden;
}

.hsbox{
    float:left;
    margin:0 10px 90px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 21px rgba(16,16,16,.13);
    -moz-box-shadow: inset 0 0 21px rgba(16,16,16,.13);
    box-shadow: inset 0 0 21px rgba(16,16,16,.13);
    overflow:hidden;
    width:720px;
}

.hsbox_le{
    float:left;
    width:360px;
    position:relative;
}

.hsbox_le:after{
    position:absolute;
    content:"";
    top:50%;
    right:0;
    width:21px;
    height:36px;
    margin-top:-18px;
    background:url(img/arrow_le.png) no-repeat;
}

.hsbox_ri{
    padding:40px;
    float:right;
    width:280px;
    padding-bottom:10px;
}

h3{
    line-height:35px;
    margin-bottom:15px;
    font-size: 26px;
    color: #434a54;
    font-family: 'Titillium Web', sans-serif;
}

.hsbox_ri h3{
    margin-bottom:10px;
    font-weight:400;
}

label{
    margin-bottom:10px;
    display:block;
}
.cr_button.botton_green.submit_green{
    margin-bottom:20px;
}
.badge.cr_page.cr_body{
    margin-top:20px;
}

.hsbox_ri h5{
    margin-bottom:10px;
    font-weight:bold;
    font-size:15px;
    color:#e77d22;
}
.hsbox p{
    font-size:15px;
}
.hsbox p:last-child{
    margin-bottom:0;
}

.hsbox img{
    display:block;
}

.box_iframe{
    margin-bottom:100px;
}
.box_iframe h2{
    line-height:32px;
    margin-bottom:10px;
    font-size: 24px;
    color: #be3a2b;
}

.presse_container{
    margin-bottom:50px;
}

.presse_art{
    padding-bottom:50px;
    margin-bottom:50px;
    border-bottom:1px solid #d7d7d7;
    overflow:hidden;
}
.presse_art_le{
    float:left;
    margin-right:40px;
    background-image:url(img/article.png);
    background-position:center;
    background-repeat:no-repeat;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 43px rgba(16,16,16,.1);
    -moz-box-shadow: inset 0 0 43px rgba(16,16,16,.1);
    box-shadow: inset 0 0 43px rgba(16,16,16,.1);
}
.presse_art_ri{
    width:870px;
    float:right;
}
.presse_art h4{
    line-height:12px;
    margin-bottom:12px;
    font-size: 14px;
    color: #7e8c8d;
}
.presse_art h2{
    line-height:32px;
    margin-bottom:14px;
    font-size: 22px;
    color: #00755e;
    font-weight:600;
}
.presse_art h2 a:hover{
    color:#8D052B;
}
.presse_art p{
    line-height:24px;
    margin-bottom:0px;
    font-size: 14px;
    color: #515154;
    font-weight:600;
}
.slider_section{
    max-height:600px;
    overflow:hidden;
}

.box_two_images_text{
    margin-bottom:55px;
    padding-bottom:55px;
    border-bottom:1px solid #c9c9c9;
}

.image_section img, .image_text_section img{
    width:auto;
    height:100%;
    max-width:2000px
}
.image_text_section img{
    _margin-top:-130px;
}
.image_section img{
    _margin-top:-50px;
}
.image_section{
    max-height:300px;
    overflow:hidden;
}
.image_text_section{
    overflow:hidden;
    max-height:600px;
}

.le_im{
    float:left;
    margin-right:25px;
    width:150px;
}
.ri_im{
    float:right;
    margin-left:50px;
    width:345px;
}
.le_im img, .ri_im img{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.cent_text{
    width:375px;
    float:left;
    line-height:32px;
}

.cent_text p{
    line-height:32px;
    margin-bottom:0;
}

h4{
    font-size: 22px;
    font-weight: bold;
    color: #4b4b4b;
    font-family: 'Titillium Web', sans-serif;
    line-height:24px;
    margin-bottom:15px;
}

.box_contact_and_form{
    margin-bottom:70px;
    padding-bottom:70px;
    border-bottom:1px solid #c9c9c9;
}

.contact_det_le{
    float:left;
    width:300px;
    margin-right:80px;
}

.contact_form_ri{
    float:right;
    width:575px;
}

h5{
    line-height:26px;
    margin:0;
    font-size: 14px;
    color: #be3a2b;
}
.box_contact_and_form p{
    line-height:26px;
    margin-bottom:10px;
    font-size: 14px;
    color: #515154;
}
.box_contact_and_form p a{
    color:#be3a2b;
}
.box_contact_and_form p a:hover{
    color:#00745d;
}

.box_contact_and_form p span{
    display: inline-block;
    width: 50px;
}

.box_contact_and_form .wpcf7-form p span.wpcf7-form-control-wrap{
    width:auto;
    display:inline-block;
    position:relative;
}

.box_contact_and_form .wpcf7-form p span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ff0000;
    font-size: 12px;
    left: 10px;
    padding: 2px 10px;
    position: absolute;
    top: 8px;
    width: auto;
    z-index: 100;
}

.box_contact_and_form .wpcf7-form p span.textarea-774{
    width:100%;
}


.contact_form_ri input[type="text"],
.contact_form_ri input[type="email"]
{
    margin-bottom:20px;
    padding:0;
    height: 45px;
    -webkit-border-radius: 6px/5px;
    -moz-border-radius: 6px/5px;
    border-radius: 6px/5px;
    background-color: #fff;
    border: solid 1px #d8d5d5;
    font-size: 16px;
    color: #212121;
    width:285px;
    background-repeat:no-repeat;
    background-position:right 10px center;
    float:left;
    text-indent:10px;
}
.contact_form_ri input[type="text"]{
    margin-right:20px;
    background-image:url(img/icon-user.png);
    width:265px;
}
.contact_form_ri input[type="email"]{
    background-image:url(img/icon_email.png);
}

.contact_form_ri textarea{
    width:100%;
    margin-bottom:20px;
    padding:10px 0;
    height: 100px;
    line-height:20px;
    -webkit-border-radius: 6px/5px;
    -moz-border-radius: 6px/5px;
    border-radius: 6px/5px;
    background-color: #fff;
    border: solid 1px #d8d5d5;
    font-size: 16px;
    color: #212121;
    background-repeat:no-repeat;
    background-position:right 10px center;
    text-indent:10px;
}

.contact_form_ri .submit_green{
    width:auto;
    padding:0px 65px;
    margin:0px auto;
}

.box_two_images_text h3{
    color:#be3a2b;
    margin-bottom:20px;
}

.cent_text_large{
    width:780px;
}

.box_columns_lists{
    margin-bottom:75px;
    padding-bottom:45px;
    border-bottom:1px solid #c9c9c9;
}
.box_columns_lists h3, .box_three_images h3{
    text-align:center;
    color:#be3a2b;
    margin-bottom:45px;
}
.col_list{
    width:300px;
    float:left;
    margin-right:20px;
}

.box_three_images{
    margin-bottom:50px;
}

.box_three_images img{
    float:left;
    display:block;
    width:310px;
    margin-right:10px;
}

.box_three_images.two img{
    width:470px;
}

.box_three_images.one img{
    width:960px;
}

.box_three_images img:last-child{
    margin-right:0;
}

.box_parteners_marg_top{
    margin-top:50px;
    margin-bottom:40px;
}

.hsbox ul li{
    line-height:20px;
    margin-bottom:20px;
    padding-left:18px;
    background:url(img/list_sq.png) left top no-repeat;
    font-size: 15px;
    color: #515154;
}

.hsbox ul li a:hover{
    color:#00755e;
}

.small_presse{
    padding-top:17px;
    padding-left:40px;
    padding-bottom:10px;
    border-top:1px solid #e8e8e8;
    background:url(img/small_article.png) top left no-repeat;
}
.hsbox .small_presse.no_border{
    border:0;
    padding-top:0;
}

.small_presse h3{
    font-size: 12px;
    color: #7e8c8d;
    line-height:24px;
    margin:0;
}
.small_presse p{
    font-size: 15px;
    line-height:24px;
    margin:0;
}

.contact_dets_small{
    padding-left:32px;
    margin-bottom:12px;
    background-position:top left;
    background-repeat:no-repeat;
}

.ic_sm_map{
    background-image:url(img/ic_sm_map.png);
}
.ic_sm_phone{
    background-image:url(img/ic_sm_phone.png);
}
.ic_sm_user{
    background-image:url(img/ic_sm_user.png);
}

.contact_dets_small h4, .contact_dets_small p{
    line-height:22px;
    margin:0;
    font-size: 14px;
    color: #00755e;
    font-weight:600;
}
.contact_dets_small p{
    font-weight:normal;
    color: #515154;
}

.storify{
    margin-bottom:70px;
}

.socials_storify{
    display:inline-block;
    overflow:hidden;
    margin-bottom:60px;
}

.socials_storify a{
    float:left;
    margin:0 12px;
    width:61px;
    height:61px;
    background-repeat:no-repeat;
    background-image:url(img/sprite.png);
}
.socials_storify a:hover{
    opacity:0.7;
}

#link_facebook{
    background-position:0px -170px;
}
#link_youtube{
    background-position:-100px -170px;
}
#link_twitter{
    background-position:-200px -170px;
}
#link_instagram{
    background-position:-300px -170px;
}

.box_sample_text_smaller{
    margin-bottom:30px;
}
.container_700{
    width:700px;
    margin:0px auto;
    position:relative;
}
.box_sample_text_smaller h2{
    color:#e77e22;
    line-height:32px;
    font-size:24px;
}
.box_sample_text_smaller p{
    margin-bottom:20px;
}
blockquote{
    margin:30px -120px;
    text-align:center;
}

blockquote p{
    color:#4b4b4b;
    font-size:26px;
    line-height:50px;
}


.box_one_image, .box_two_images{
    margin-bottom:45px;
}
.box_one_image img, .box_two_images img{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width:100%;
}

.box_lined_text{
    margin-bottom:35px;
}
.box_lined_text p{
    margin:0;
    font-style:italic;
    line-height:34px;
    margin-left:-24px;
    padding-left:24px;
    border-left:2px solid #e77e22;
}

.box_one_image + .box_one_image, .box_two_images + .box_two_images,
.box_two_images + .box_one_image, .box_one_image + .box_two_images{
    margin-top:-35px;
}

.box_two_images img{
    width:345px;
    margin-left:10px;
    display:block;
    float:left;
}

.box_three_images2 img{
    width:226px;
}

.box_two_images img:first-child{
    margin-left:0;
}

.box_iframe_video{
    margin-bottom:100px;
}

.iframe_video{
    overflow:hidden;
}


.maps_section_container + *{
    margin-bottom:0;
    border-bottom:0;
    margin-top:100px;
}


.two_columns_text{
    position:relative;
    margin-bottom:100px;
    overflow:hidden;
}
.column_text{
    float:left;
    margin:0 5%;
    width:40%;
}

.multiple_maps_section{
    height:760px;
}

#map_pins{
    display:none;
}

.infoBox{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fafafa;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.31);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.31);
    box-shadow: 0 0 8px rgba(0,0,0,.31);
    min-height:100px;
}

.infobox_ins{
    position:relative;
    padding:28px 28px 15px 28px;
    width:275px;
}

.infobox_ins:before{
    position:absolute;
    content:"";
    top:25px;
    left:-28px;
    background:url(img/infobox.png) left top no-repeat;
    height:50px;
    width:28px;
}
.infobox_ins h3{
    line-height:34px;
    margin-bottom:20px;
    font-size: 26px;
    color: #434a54;
    font-family: 'Titillium Web', sans-serif;
}
.infobox_ins h4{
    padding-left:30px;
    line-height:22px;
    margin-bottom:5px;
    font-size: 14px;
    color: #be3a2b;
}
.infobox_ins p{
    padding-left:30px;
    font-size: 14px;
    color: #515154;
    line-height:25px;
    margin-bottom:15px;
}

.grey_line{
    border-bottom:1px solid #cecdcd;
    height:1px;
    margin-bottom:15px;
}

.infobox_ins p.right_grey{
    text-align:right;
    line-height:18px;
    margin:0;
    font-size: 14px;
    color: #515154;
    font-weight:bold;
}
.infobox_ins p.right_grey a, .infobox_ins p.right_grey a .fa{
    color: #515154;
}
.infobox_ins p.right_grey a:hover, .infobox_ins p.right_grey a:hover .fa{
    color: #00745d;
}

.maps_section_container{
    position:relative;
}


.maps_section_form {
    right: 20px;
    position: absolute;
    top: 20px;
    width: 200px;
}

#address_value{
    margin-bottom:5px;
    color:#515154;
}
.infoBox > img {
    z-index:999;
}
.maps_section_container img{
    max-width:none;
}
#ib_add{
    background:url(img/ic_sm_map_2.png) top left no-repeat;
}
#ib_phon{
    background:url(img/ic_sm_phone_2.png) top left no-repeat;
}
#ib_prog{
    background:url(img/ic_sm_clock.png) top left no-repeat;
}


.product_box_pop{
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    display:none;
    z-index:9999999999;
}
.pop_bg{
    position:absolute;
    z-index:100;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
}

.pop_cont{
    text-align:left;
    width:800px;
    height:570px;
    position:absolute;
    z-index:200;
    left:50%;
    margin-left:-400px;
    top:50%;
    margin-top:-286px;
    overflow:hidden;
    bottom:0;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 43px rgba(16,16,16,.1);
    -moz-box-shadow: inset 0 0 43px rgba(16,16,16,.1);
    box-shadow: inset 0 0 43px rgba(16,16,16,.1);
    z-index:2147483647;
}

.pop_cont_rel{
    position:relative;
    margin:36px;
    height:440px;
}

.close_pop{
    position:absolute;
    top:-20px;
    right:-20px;
    line-height:20px;
    margin:0;
    font-size: 14px;
    font-weight: bold;
    color: #b0bbbd;
}
.close_pop:after{
    content:"";
    margin-left:10px;
    margin-bottom:-3px;
    display:inline-block;
    width:16px;
    height:16px;
    background:url(img/sprite.png) 0px -250px  no-repeat;
}

.close_pop:hover, .close_pop:hover:after{
    opacity:0.8;
}


.pop_cont_le{
    float:left;
    width:400px;
}


.pop_logo_im{
    height:100px;
    margin-bottom:10px;
}
.pop_logo_im img{
    max-height:100%;
}

.pop_desc h2{
    font-weight:normal;
    line-height:34px;
    margin-bottom:18px;
    font-size: 28px;
    color: #f9c12d;
    font-family: 'Titillium Web', sans-serif;
}
.pop_desc p{
    line-height:28px;
    margin-bottom:14px;
    font-size: 14px;
    color: #515154;
}
.pop_desc p span, .pop_desc p strong{
    color:#f1bb2c;
    font-weight:600;
    width:180px;
    display:inline-block;
}

.pop_cont_ri{
    float:right;
    width:328px;
}
.pop_im{
    height:425px;
    position:relative;
    line-height:425px;
    text-align:center;
}
.pop_im img{
    max-height:100%;
    vertical-align:middle;
}

.pop_inf p{
    text-align:right;
    font-size: 14px;
    color: #515154;
    line-height:22px;
    margin:0;
}

.pop_cont_bot{
    background:#eaebeb;
    padding:18px 36px;
}

.pop_cont_bot p{
    margin:0;
    line-height:20px;
    font-size: 18px;
    color: #515154;
    font-weight:bold;
}

.pop_cont_bot p img{
    margin-bottom:-4px;
}

.pop_price {
    bottom: 0px;
    left: auto;
    right: -10px;
    top: auto;
}

.show_menu_1{
    display:none;
    border-right:1px solid #95a4a7;
    padding-right:20px;
    font-weight:bold;
}
.fa-bars{
    display:inline-block;
    margin-right:10px;
}

.show_menu_1:hover, .show_menu_1:hover .fa-bars{
    color:#8D052B;
}

.show_menu_2{
    display:none;
}

.maps_section_container + .go_top{
    bottom:450px;
}


#catalog.fixed_catalog{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index: 9999999;
}
.scrolled {
    left: 0;
    position: fixed;
    right: 0;
    top: 80px;
    z-index: 9999999;
}
.go_top.scrolled {
    left: auto;
    right:50px;
    top: auto;
    bottom:50px;
    z-index: 9999999;
}













/** RESPONSIVE */
@media only screen and (max-width : 1520px) {
    .container_hsb{
        width:100%;
    }
    .hsbox {
        margin: 0 1% 90px;
        width: 48%;
    }

    .caption, .image_text_cap_cont{
        top:95px;
    }
    .hsbox_le{
        width:360px;
    }
    .hsbox_ri{
        width:39%;
        padding-left:1%;
        padding-right:1%;
    }


    .hsbox img {
        float: right;
        height: 360px;
        max-width: none;
        width: auto;
    }
}
@media only screen and (max-width : 1310px) {
    .container, .container_large, .container_medium, .container_hsb{
        width:960px;
    }
    .hsbox{
        margin:0 10px 90px;
        width:720px;
    }

    .hsbox img {
        float: none;
        height: auto;
        max-width: 100%;
    }
    .hsbox_ri {
        padding: 40px 40px 10px;
        width: 280px;
    }
    .hsbox_le{
        width:360px;
    }
    .hsbox{
        float:none;
        margin-left:auto;
        margin-right:auto;
    }


    .product_box{
        width:170px;
        height:410px;
    }
    .product_boxes.special_case
    {
        margin-left:-190px !important;
    }
    .more_box_ri {
        height: 150px;
        width: 295px;
    }
    .special_product_ins{
        top:60px;
    }
    .hsbox{
        float:none;
        margin-left:auto;
        margin-right:auto;
    }
    #absolute_header{
        right:20px;
    }

    .caption, .image_text_cap_cont{
        top:80px;
        text-align:center;
        width:90%;
        margin:0px auto;
        left:0 !important;
        right:0 !important;
    }

    .image_text_cap_cont{
        top:95px;
    }

    .box_side_left{
        left:0 !important;
    }
    .box_side_right{
        right:0 !important;
    }
}

@media only screen and (max-width : 1030px) {
    .maps_section_container {
        position: relative;
        width: 80%;
        margin-left: 10%;
    }

}



@media only screen and (max-width : 980px) {

    .container, .container_large, .container_medium, .container_hsb{
        width:760px;}

    .caption p, .image_text_cap_cont p, .image_text_cap_cont h3, .caption h3{
        display:none;
    }

    .caption, .image_text_cap_cont{
        display:none;
    }
    .secondary_menu ul li{
        float:n;
        width:100%;
    }
    .menu ul{
        display:none;
        background:#fff;
        padding: 10px 0;
        position: absolute;
        right: 0;
        top: 31px;
    }

    .menu ul li{
        float:none;
        padding:0px;
        border:0;
        line-height:30px;
        margin:0;
    }


    .menu ul li a {
        font-size: 20px;
        font-weight: 500;
        padding: 10px 20px;
    }
    .show_menu_1{
        display:block;
    }


    .menu {
        position: relative;
    }

    .secondary_menu ul{
        display:none;
        border-top:4px solid #515154;
    }

    .secondary_menu ul li a{
        margin-bottom:0 !important;
        padding:0 !important;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
    }
    .scrolled {
        left: 0;
        position: relative;
        right: 0;
        top: 0px;
        z-index: 9999999;
    }
    .show_menu_2 {
        display: block;
        font-size: 30px;
        padding: 10px;
        text-align: center;
        background-color: #ecf0f1;
    }
    .show_menu_2:hover{
        background:#8D052B;
        color:#fff;
    }
    .show_menu_2:hover .fa-bars{
        color:#fff;
    }


    .slider_section {
        max-height: 285px;
    }

    .product_box{
        width:46%;
        margin-left:2%;
        margin-right:2%;
        margin-bottom:20px !important;
        margin-top:0 !important;
    }


    .product_boxes {
        display: block;
        margin-left:0 !important;
    }
    .more_box_ri {
        height: 200px;
        width: 200px;
    }
    .partener{
        width:230px;
    }


    .footer_top_col_1 {
        margin-right: 0;
        text-align: center;
        width: 345px;
    }

    .footer_top_col_2 {
        padding: 0 35px;
        width: 330px;
        border-right:none;
    }

    .footer_blog_ri {
        width: 240px;
    }

    .footer_top_col_3 {
        clear: both;
        float: none;
        margin: 0 auto;
        padding-top: 30px;
        text-align: center;
        width: 70%;
    }


    .footer_mid_row_big {
        float: none;
        margin-bottom: 25px;
        margin-right: 0;
        width: 100%;
    }

    .footer_mid_row_small {
        width: 180px;
    }

    .special_product_ins {
        left: 0;
        margin-top: 20px;
        position: relative;
        text-align: center;
        top: 0;
        width: 90%;
    }
    .special_product {
        margin-bottom: 10px;
        margin-top: -10px !important;
    }
    .category_block{
        overflow:hidden;
    }


    .cent_text {
        float: left;
        width: 550px;
    }

    .ri_im {
        clear: both;
        float: none;
        margin-left: 0;
        padding-top: 40px;
        text-align: center;
        width: 100%;
    }

    .contact_form_ri {
        float: right;
        width: 430px;
    }

    .contact_det_le {
        float: left;
        margin-right: 10px;
        width: 300px;
    }
    .contact_form_ri .submit_green{
        float:left;
    }
    .contact_form_ri input[type="text"] {
        margin-right: 0;
        width: 285px;
    }

    .col_list {
        width: 230px;
    }

    .box_three_images img {
        margin-left: 5px;
        margin-right: 5px;
        width: 243px;
    }

    .presse_art_ri {
        float: right;
        width: 670px;
    }


    blockquote{
        margin-left:0;
        margin-right:0;
    }





}

@media only screen and (max-width : 820px) {

    .pop_cont {
        height: 90%;
        left: 5%;
        margin: auto;
        overflow: scroll;
        top: 5%;
        width: 90%;
    }
    .pop_cont_le, .pop_cont_ri{
        float: none;
        width: 100%;
    }

    .pop_cont_rel {
        height: auto;
    }


}


@media only screen and (max-width : 780px) {
    .container, .container_large, .container_medium, .container_hsb, .container_700{width:480px;}

    .logo_header img {
        width: 150px;
    }
    .slider_section .bx-wrapper .bx-controls-direction a{
        display:none;
    }
    .caption_cont{
        display:none;
    }
    .more_box {
        float: none;
        margin-bottom: 20px;
        text-align: left;
        width: 100%;
    }

    .more_box_ri {
        height: auto;
        width: 290px;
    }
    .partener {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 70%;
    }
    .footer_top_col {
        border: 0 none;
        float: none;
        margin: 0 0 20px;
        padding: 0;
        width:100%;
    }
    .footer_top_col_2{
        width:330px;
        margin:0px auto;
        margin-bottom:20px;
    }
    .footer_top_col h2{
        text-align:center;
    }
    .slect_div span.select{
        text-align:left;
    }
    .footer_mid_row_small {
        margin-right: 20px;
        width: 100px;
    }

    .footer_bottom_ri {
        margin-top: 15px;
    }

    .catalog_section{
        font-size:20px;
    }


    .image_text_caption{
        display:none;
    }


    .hsbox {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    .hsbox_le:after {
        display:none;
    }
    .hsbox_le{
        float: none;
        width:100%;
        margin:0;
    }
    .hsbox_le img{
        width:100%;
    }

    .hsbox_ri {
        float: none;
        padding: 40px 5%;
        width: 90%;
    }

    .le_im {
        float: none;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 150px;
    }
    .cent_text {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 85%;
    }
    .contact_det_le {
        float: none;
        margin: 0 0 50px;
        text-align: center;
        width: 100%;
    }
    .contact_form_ri {
        float: none;
        text-align: center;
        width: 100%;
    }
    .contact_form_ri input[type="text"], .contact_form_ri input[type="email"] {
        width: 100%;
    }

    .contact_form_ri .submit_green {
        float:none;
    }
    .box_two_images_text h3{
        text-align:center;
    }
    .col_list {
        float: none;
        margin: 0;
        width: 100%;
    }
    .box_three_images img {
        float: none;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    .column_text {
        float: none;
        margin: 0 0 20px;
        width: 100%;
    }
    .presse_art_ri {
        float: right;
        width: 390px;
    }
    .box_two_images img{
        width:235px;
    }

    .box_three_images2 img{
        width:153px;
    }


}

@media only screen and (max-width : 500px) {
    .container, .container_large, .container_medium, .container_hsb, .container_700{width:320px;}
    #absolute_header {
        top: 77px;
    }

    .image_section img, .image_text_section img{
        width:auto;
        height:340px;
        max-width:2000px
    }

    .logo_header {
        left: 50%;
        margin-left: -75px;
    }
    #header{
        height:120px;
    }

    .box_side_bar{
        display:none;
    }
    .box_side_inside{
        width:100%;
    }
    .box_side_inside img{
        display:none;
    }
    .box_side_content {
        padding-top: 70px;
        top: 0;
    }
    .box_side_right .box_side_content {
        left: 0;
    }
    .box_side_left .box_side_content {
        right: 0;
    }
    .box_side_content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 80px;
        top: 0;
        width: 290px;
        position:relative;
        height:auto;
    }
    .product_box{
        width:96%;
        float:none;
    }

    .box_listing_products{
        background:none !important;
    }
    .more_box{
        text-align:center;
    }
    .more_box_le {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 98px;
    }
    .more_box_ri {
        height: auto;
        margin: 0 auto;
        text-align: center;
        width: 90%;
        float:none
    }

    .instagram_footer{
        display:none;
    }

    .footer_mid_row_small {
        display:none;
    }

    .footer_bottom_ri img {
        box-shadow: 0 0 5px rgba(16, 16, 16, 0.75);
        display: block;
        margin:0px auto;
        position: relative;
        right: 0;
        top: 0;
        float:none;
    }
    .footer_b_links{
        margin:0;
        margin-bottom:20px;
    }

    .footer_bottom_ri, .footer_bot_le {
        clear: both;
        float: none;
        margin-top: 5px;
        text-align: center;
        width: 100%;
    }
    .footer_b_links{
        float:none;
    }
    .footer_bottom{
        padding-bottom:0;
    }

    .special_product_cont .price {
        left: 0;
        right: auto;
        top: 0;
    }

    .presse_art_ri {
        float: none;
        width: 100%;
    }
    .box_two_images img {
        width: 155px;
    }
    .box_three_images2 img{
        width:100px;
    }



}

@media only screen and (max-width : 340px) {
    .container, .container_large, .container_medium, .container_hsb, .container_700{width:95%;}

}

.box_two_images_text .bx-wrapper .bx-prev{
    left:-50px;
}
.box_two_images_text .bx-wrapper .bx-next{
    right:-50px;
}
.iframe_container iframe
{
    width:100%;
}

.email_p{
    margin-left:-30px !important;
}
.email_p img{
    float:left;
    margin-right:14px;
    margin-top:5px;
    height:auto;
}
@media only screen and (max-width : 1278px) {
    .caption p span, .image_text_cap_cont p {
        display: none;
    }
}
.hsbox:nth-child(2n+1)
{
    clear: both;
}


/********************* Slider module css ******************/

.slider-bottom-arrows .bx-controls-direction {
    _display: none;
}
.buttons-wrapper {
    margin-top: 40px;
    text-align: center;

}
.buttons-wrapper .buttons-text {
    color: #bd3929; /* text color */
    font-family: "Titillium";
    font-size: 18px;
    font-weight: 700;
    line-height: 38px;
}
.buttons-wrapper #slider-prev {
    float: left;
}
.buttons-wrapper #slider-prev a, .buttons-wrapper #slider-next a {
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */

    height: 38px;
    width: 38px;
    color: #7e8c8d;
    line-height: 38px;
    text-align: center;
    font-size: 20px;
    display: inline-block;
}

.bx-wrapper img
{
    height:auto;
}

.buttons-wrapper #slider-prev a {
    background:url("img/left-grey-arrow.png") no-repeat center center, #ecf0f1;
}
.buttons-wrapper #slider-next a {
    background:url("img/right-grey-arrow.png") no-repeat center center, #ecf0f1;
}

.buttons-wrapper #slider-prev a:hover {
    background:url("img/left-arrow.png") no-repeat center center, #920029;
}
.buttons-wrapper #slider-next a:hover {
    background:url("img/right-arrow.png") no-repeat center center, #920029;
}
.buttons-wrapper #slider-next {
    float: right;

}
.buttons-wrapper .le_im {
    text-indent: -99999px;
}

@media only screen and (max-width : 980px) {
    .slider-bottom-arrows .bx-wrapper img {
        display: inline-block;
    }
    .buttons-wrapper .le_im {
        display: none;
    }
    .buttons-wrapper .cent_text {
        float: none;
        width: 70%;
        padding: 0 15%;
    }
}
@media only screen and (max-width : 776px) {
    .buttons-wrapper .cent_text {
        float: none;
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    }
}