/* === BASE === */

div#header2 *,
div#footer_copy *,
div#footer * {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: rgb(185, 185, 185);
}

:-moz-placeholder {
    color: rgb(185, 185, 185);
    opacity: 1;
}

::-moz-placeholder {
    color: rgb(185, 185, 185);
    opacity: 1;
}

:-ms-input-placeholder {
    color: rgb(185, 185, 185);
}


/* === BASIC STYLES AND STRUCTURE === */

/*body {
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    padding: 0px;
    margin: 0px;
    background:#ffffff url(../img/bg.png) repeat-y center top;
   
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-align: justify;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #7a7a7a;
}

a:hover {
    color: #b31c27;
}

img,
iframe,
input,
select,
textarea,
button {
    font-family: 'Lato', sans-serif;
    max-width: 100%;
    border: 0px;
}
*/
.wrapme {
    position: relative;
    margin: auto;
    max-width: 1170px;
}

.nowrap {
    white-space: nowrap;
}

.zoom-effect {
    -webkit-transition: all 0.5s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.5s ease;
    /* Firefox */
    -ms-transition: all 0.5s ease;
    /* IE 9 */
    -o-transition: all 0.5s ease;
    /* Opera */
    transition: all 0.5s ease;
}

.zoom-effect:hover {
    -webkit-transform: scale(1.1);
    /* Safari and Chrome */
    -moz-transform: scale(1.1);
    /* Firefox */
    -ms-transform: scale(1.1);
    /* IE 9 */
    -o-transform: scale(1.1);
    /* Opera */
    transform: scale(1.1);
}

.jcarousel,
.jcarousel_related {
    max-width: 100% !important;
    overflow-x: hidden;
}

.text #map {
    width: 100%;
    height: 350px;
}


/* === HEADER === */

/*div#header2 {
    background: #fff; top:50px !important;
    height: auto;
    width: 10%;
    z-index: 999;
    border-bottom: 2px solid #b31c27;
    position: fixed;
}
*/
/*div#header2 a#responsive-toggle {
    display: none;
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 5px; 
    border: 1px solid #ffffff;
    border-radius: 10px;
    color: #4a4a4a;
    cursor: pointer;
    z-index: 999;
}*/

/*div#header2 a#header-logo {
    display: inline-block;
    height: 77px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

div#header2 a#header-logo img {
    width: 175px;
    height: 57px;
    margin: 10px;
}

div#header2 ul {
    height: 78px;
    display: block;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    float: left;
}

div#header2 ul li {
    height: 78px;
    display: block;
    float: left;
}


/* div#header2 ul li.withsubmenu
{
        background: url("../img/dropdown.png") no-repeat scroll center bottom transparent;
} */

div#header2 ul li a.frsttlvl {
    font-weight: bold;
    display: block;
    color: #4a4a4a;
    text-transform: uppercase;
    padding: 31px 8px 17px;
    height: 100%;
    font-size: 12px;
    text-align: center;
}

div#header2 ul li a.frsttlvl:hover {
    color: #b31c27;
}

div#header2 ul li a.frsttlvl.lang_ua {
    font-size: 8px;
}
*/

/* === HEADER - RIGHT ZONE === */

div#search_input {
    background: #b31c27;
}

div#search_input b,
div#search_input i {
    color: #fff;
}

div#header2-rightzone {
    float: right;
}

div#header2-rightzone div {
    padding: 12px 0px 0px 0px;
    text-align: center;
    height: 77px;
    min-width: 80px;
    line-height: 26px;
    border-right: 1px solid #ccc;
    float: left;
    font-size: 20px;
}

div#header2-rightzone #header-socials {
    padding: 15px 25px;
	background-color: #e1e2e3;
}

div#header2-rightzone #header-socials span#currlanglabel {
    font-size: 10px;
    color: #4a4a4a;
    display: block;
}

div#header2 div#header2-rightzone div#header2-socials div#langswitcherchooser {
    z-index: 999;
    display: block;
    overflow: hidden;
    position: absolute;
	right: 80px;
    top: 80px;
    padding: 0px 30px;
    border: 0px;
    color: #4a4a4a;
    width: 1100px;
	max-width: 100%;
    height: 0px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
	cursor: default;
}

div#header2 div#header2-rightzone div#header2-socials div#langswitcherchooser.lang-chooser-is-opened {
    padding: 30px 30px;
    height: auto;
    opacity: 1;
    visibility: visible;
	border-bottom: 2px solid #b31c27;
	line-height: normal !important;
}
div#header2 div#header2-rightzone div#header2-socials div#langswitcherchooser span {
	display: block;
	height: auto; }

div#header2 div#header2-rightzone div#header2-socials div#langswitcherchooser span#langchooseheader {
	font-size: 22px;
	text-transform: uppercase;
	color: #4a4a4a !important;
	text-align: left;
	padding: 9px;
	padding-top: 0px;
	padding-bottom: 5px;
}
div#header2 div#header2-rightzone div#header2-socials div#langswitcherchooser hr {
	color: #4a4a4a;
	background-color: #dbdbdb;
	border-color: #dbdbdb;
	text-align: left;
	margin-left: 9px;
	margin-right: 9px;
}

div#header2 div#header2-rightzone div#header2-socials div#langswitcherchooser span#langchoosethearea {
	margin-bottom: 7px;
}
div#header2 div#header2-rightzone div#header2-socials div#langswitcherchooser span#langchoosethearea a {
	display: inline-block;
	width: 125px;
	height: 125px;
	padding-top: 10px;
	margin: 7px;
	cursor: pointer;
	border: 1px solid #a8a8a8 !important;
	color: #a8a8a8 !important;
	font-size: 18px;
}
div#header2 div#header2-rightzone div#header2-socials div#langswitcherchooser span#langchoosethearea a.lang-area-button-selected {
	border: 1px solid #4a4a4a !important;
	color: #4a4a4a !important;
}
div#header2 div#header2-rightzone div#header2-socials div#langswitcherchooser span#langchoosethearea a span {
	display: inline-block;
	margin-bottom: 10px;
}

div#header2 div#header2-rightzone div#header2-socials div#langswitcherchooser span#langchoosethelang {
	padding: 30px 0;
	text-align: center;
}
div#header2 div#header2-rightzone div#header2-socials div#langswitcherchooser span#langchoosethelang .btn-language {
	margin: 5px;
	padding: 7px 15px;
	height: 36px;
	border: 1px solid #a8a8a8;
	font-size: 16px;
	white-space: nowrap !important;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 11px center;
	padding-left: 32px;
	background-color: #f3f3f3;
	position: relative;
}
div#header2 div#header2-rightzone div#header2-socials div#langswitcherchooser span#langchoosethelang .btn-language.active {
	border: 1px solid #4a4a4a;
	color: #4a4a4a;
}
div#header2 div#header2-rightzone div#header2-socials div#langswitcherchooser span#langchoosethelang .btn-language .inlangcode {
	position: absolute;
	bottom: 0px;
	left: 1px;
	font-size: 9px;
	color: #818181;
	opacity: 0;
}
div#header2 div#header2-rightzone div#header2-socials div#langswitcherchooser span#langchoosethelang .btn-language:hover .inlangcode {
	opacity: 1;
}
div#header2 div#header2-rightzone div#header2-socials div#langswitcherchooser span#langchoosethelang span.langboxes select {
	width: 264px;
	height: 43px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
	padding-left: 10px;
	padding-right: 25px;
	background-color: #ffffff;
	background-image: url("../img/langArrow.html");
	background-position: right 10px center;
	background-repeat: no-repeat;
	border: 1px solid #a8a8a8;
	font-size: 14px;
	color: #4a4a4a;
	text-transform: uppercase;
}
div#header2 div#header2-rightzone div#header2-socials div#langswitcherchooser span#langchoosethelang span.langboxes select::-ms-expand {
	display: none !important;
}
div#header2 div#header2-rightzone div#header2-socials div#langswitcherchooser span#langchoosethelang span.langboxes button {
	width: 125px;
	height: 43px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #b31c27;
	background-color: #b31c27;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
}

div#header2 div#header2-rightzone div#header2-socials div#langswitcherchooser span#langslogan {
	float: right;
	width: 50%;
	padding: 7px;
	text-align: center;
	color: #4a4a4a;
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
}

div#header2-rightzone div:nth-of-type(2) {
    line-height: 25px;
}

div#header2-rightzone div:nth-of-type(2) b {
    font-size: 10px;
}

div#header2-rightzone div a {
    color: #4a4a4a;
}

div#header2-rightzone div a:hover {
    opacity: 0.7;
}

div#header2 div#header2-rightzone div#search_input input {
    z-index: 99;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 78px;
    padding: 0px;
    border: 0px;
    color: #ffffff;
    width: 200px;
    height: 0px;
    background-color: #b31c27;
    line-height: 20px;
    opacity: 0;
    visibility: hidden;
}

div#header2 div#header2-rightzone div#search_input:hover input {
    width: 200px;
    padding: 10px;
    height: 35px;
    opacity: 1;
    visibility: visible;
}

/* === HEADER - SUBMENU STYLES === */

div#header2 ul li.withsubmenu div.submenu-container {
    z-index: 999;
    position: fixed ;
    left: 0px;
    top: 20%;
    width: 90%;
    height: 0px;
    padding: 10px;
    background-color: #fff;
    color: #000000;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow-x: hidden; 
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

div#header2 ul li.withsubmenu:hover div.submenu-container {
    border-top: 2px #b31c27 solid;
    min-height: 441px;
    height: auto;
    padding: 1px;
    opacity: 1;
}

div#header2 ul li.withsubmenu div.submenu-container div.submenu-left-col,
div#header2 ul li.withsubmenu div.submenu-container div.submenu-right-col {
    float: left;
}

div#header2 ul li.withsubmenu div.submenu-container div.submenu-left-col {
    width: 22% !important;
}

div#header2 ul li.withsubmenu div.submenu-container div.submenu-right-col {
    height: 0px;
    overflow: hidden;
    font-size: 13px;
    width: 78% !important;

    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

div#header2 ul li.withsubmenu div.submenu-container div.submenu-right-col h4 {
    font-weight: normal;
    margin: 10px;
    margin-bottom: 2px;
    padding: 0px;
    font-size: 21px;
}

div#header2 ul li.withsubmenu div.submenu-container div.submenu-right-col.select-this {
    height: auto;
    overflow: visible;
    padding-bottom: 1px;
    opacity: 1;
}

div#header2 ul li.withsubmenu div.submenu-container div.submenu-left-col img#submenu-image {
    display: block;
    width: 100%;
    height: auto;
}

div#header2 ul li.withsubmenu div.submenu-container div.submenu-left-col a {
    color: #ffffff;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    padding-left: 20px;
    background-color: #b31c27;
    margin-top: 1px;
    font-weight: 400;
}

div#header2 ul li.withsubmenu div.submenu-container div.submenu-left-col a.select-this,
div#header2 ul li.withsubmenu div.submenu-container div.submenu-left-col a:hover {
    background-color: #F2F2F2;
    color: #000000;
    position: relative;
}

div#header2 ul li.withsubmenu div.submenu-container div.submenu-left-col a.select-this:after {
    content: "";
    display: block;
    background: url("../img/dropdown2.png") no-repeat right center;
    width: 20px;
    height: 30px;
    position: absolute; background-color:#FFFF00;
    top: 0px;
    right: 4px;
}


/* === HEADER - SUBMENU STYLES - CATEGORIES === */

div#header2 ul li.withsubmenu div.submenu-container div.submenu-right-col div.menu-content-cats {
    width: 100%;
    height: 100%;
    height: 0px;
    min-height: 450px;
    float: left;
}

div#header2 ul li.withsubmenu div.submenu-container div.submenu-right-col div.menu-content-cats div.cats-cont {
    display: block;
    position: relative;
    /*width: 855px;*/
    height: 100%;
    overflow: hidden;
    margin: auto;
    text-align: left;
}

div#header2 ul li.withsubmenu div.submenu-container div.submenu-right-col div.menu-content-cats div.cats-cont a {
    color: #b31c27 !important;
    text-align: center;
    display: inline-block;
    width: 24%;
    height: 130px;
    position: relative; background-color:#FFFF00;
    /* overflow: hidden; */
    margin-bottom: 21px;
}

div#header2 ul li.withsubmenu div.submenu-container div.submenu-right-col div.menu-content-cats div.cats-cont a:hover {
    color: #000000 !important;
    z-index: 99;
}

div#header2 ul li.withsubmenu div.submenu-container div.submenu-right-col div.menu-content-cats div.cats-cont a p {
    margin: 0px;
    padding: 5px 10px;
    position: absolute;
    left: 0px;
    bottom: -25px;
    width: 100%;
    font-size: 12px;
    height: 25px;
    height: 42px; /* Glenn */
    overflow: hidden;
    background-color: #f0f0f0;
    text-align: left;
}

div#header2 ul li.withsubmenu div.submenu-container div.submenu-right-col div.menu-content-cats div.cats-cont a p i {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

div#header2 ul li.withsubmenu div.submenu-container div.submenu-right-col div.menu-content-cats div.cats-cont a span.mnimg {
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
          -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
          -webkit-filter: grayscale(1);
          filter: gray;
          filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); */
}


/* div#header2 ul li.withsubmenu div.submenu-container div.submenu-right-col div.menu-content-cats div.cats-cont a:hover span.mnimg
{
        -moz-filter: none;
        -o-filter: none;
        -webkit-filter: grayscale(0);
        filter: none;
} */

.jcarousel_menu ul {
    width: 98%;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel_menu li {
    float: left;
    margin: 0px;
    padding: 0px;
    overflow: scroll;
    width: 98%;
    height: 0px; 
    min-height: 460px;
}


/*
@media (max-width: 1170px)
{
        .jcarousel_menu  li {
                width: 655px;
        }
}
@media (max-width: 800px)
{
        .jcarousel_menu  li {
                width: 455px;
        }
}
@media (max-width: 800px)
{
        .jcarousel_menu  li {
                width: 100vw;
        }
}
*/

.jcarousel_menu-control-prev,
.jcarousel_menu-control-next {
    z-index: 999;
    cursor: pointer;
    position: absolute;
    top: 150px;
    height: 80px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.15);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
}

.jcarousel_menu-control-prev:hover,
.jcarousel_menu-control-next:hover {
    background-color: rgba(0, 0, 0, 0.45);
}

.jcarousel_menu-control-prev {
    left: 0px;
    background-image: url('../img/popup_prev.html');
}

.jcarousel_menu-control-next {
    right: 0px;
    background-image: url('../img/popup_next.html');
}


/* === REVOLUTION SLIDER === */

.tp-banner-container {
    position: relative;
    width: 100%;
    height: 100%; margin:auto;
    padding: 0;
    background: #ffffff;
}

.tp-banner ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
g
.tp-banner {
    width: 100%;
    position: relative;
}

.tp-banner-fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.slide span {
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.8) 0px 0px 5px;
}

.linelogo {
    margin-bottom: 20px;
}

.slide .naffco {
    font-weight: 900;
}

.slide1 .line1 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 300;
}

.slide1 .line2 {
    font-size: 30px;
    font-weight: 300;
}

.slide1 .line3 {
    font-size: 60px;
    font-weight: 300;
}

.slide2 .line1 {
    margin-bottom: 10px;
    font-size: 60px;
    font-weight: 300;
}

.slide2 .line2 {
    font-size: 30px;
    font-weight: 300;
}

.slide3 .bgdark {
    padding: 40px;
    background: rgba(0, 0, 0, 0.7);
}

.slide3 .line1 {
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: 300;
}

.slide3 .line2 {
    font-size: 25px;
    font-weight: 300;
}

.slide3 .line3 {
    font-size: 60px;
    font-weight: 300;
}

.ar_slider_1_bird {top: 500px !important;}
.ar_slider_1_top {top: 640px !important;}
.ar_slider_1_bottom {top: 690px !important;}

.ar_slider_2_bird {top: 500px !important;}
.ar_slider_2_top {top: 640px !important;}
.ar_slider_2_bottom {top: 690px !important;}

.ar_slider_3_bird {top: 500px !important;}
.ar_slider_3_top {top: 635px !important;}
.ar_slider_3_bottom {top: 685px !important;}

.ar_slider_4_bird {top: 500px !important;}
.ar_slider_4_top {top: 635px !important;}
.ar_slider_4_bottom {top: 685px !important;}

.ar_slider_5_bird {top: 500px !important;}
.ar_slider_5_top {top: 645px !important;}
.ar_slider_5_bottom {top: 695px !important;}

.ar_slider_6_bird {top: 500px !important;}
.ar_slider_6_top {top: 645px !important;}
.ar_slider_6_bottom {top: 695px !important;}

@media (min-width: 992px) {
.ar_slider_1_bird {top: 500px !important;}
.ar_slider_1_top {top: 640px !important;}
.ar_slider_1_bottom {top: 710px !important;}

.ar_slider_2_bird {top: 500px !important;}
.ar_slider_2_top {top: 640px !important;}
.ar_slider_2_bottom {top: 710px !important;}

.ar_slider_3_bird {top: 500px !important;}
.ar_slider_3_top {top: 635px !important;}
.ar_slider_3_bottom {top: 705px !important;}

.ar_slider_4_bird {top: 500px !important;}
.ar_slider_4_top {top: 635px !important;}
.ar_slider_4_bottom {top: 705px !important;}

.ar_slider_5_bird {top: 500px !important;}
.ar_slider_5_top {top: 645px !important;}
.ar_slider_5_bottom {top: 715px !important;}

.ar_slider_6_bird {top: 500px !important;}
.ar_slider_6_top {top: 645px !important;}
.ar_slider_6_bottom {top: 715px !important;}
}

@media (min-width: 1600px) {
.ar_slider_1_bird {top: 500px !important;}
.ar_slider_1_top {top: 615px !important;}
.ar_slider_1_bottom {top: 720px !important;}

.ar_slider_2_bird {top: 500px !important;}
.ar_slider_2_top {top: 625px !important;}
.ar_slider_2_bottom {top: 715px !important;}

.ar_slider_3_bird {top: 500px !important;}
.ar_slider_3_top {top: 615px !important;}
.ar_slider_3_bottom {top: 710px !important;}

.ar_slider_4_bird {top: 500px !important;}
.ar_slider_4_top {top: 620px !important;}
.ar_slider_4_bottom {top: 710px !important;}

.ar_slider_5_bird {top: 500px !important;}
.ar_slider_5_top {top: 625px !important;}
.ar_slider_5_bottom {top: 710px !important;}

.ar_slider_6_bird {top: 500px !important;}
.ar_slider_6_top {top: 625px !important;}
.ar_slider_6_bottom {top: 720px !important;}
}

.ar_slider_1_bird img, .ar_slider_2_bird img, .ar_slider_3_bird img, .ar_slider_4_bird img, .ar_slider_5_bird img, .ar_slider_6_bird img {
	width: 130px !important;
	height: auto !important;
}

/* === BOXES INSIDE REVOLUTION SLIDER === */

#home_seven_section {
    position: absolute;
    z-index: 500;
    bottom: 0px;
    width: 100%;
    height: 300px;
    padding: 0px;
    text-align: center;
    overflow: hidden;
}

.home_seven_section-item {
    position: relative;
    z-index: 100;
    border: 0px;
    display: inline-block;
    width: 23%;
    height: 300px; 
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 0px;
    padding: 0px 0px 10px 0px;
    background-color: #ffffff;
    color: #000000;
    overflow: hidden;
    transition: all 0.6s;
}

.indextu .home_seven_section-item {
    bottom: -250px;
}

.home_seven_section-item:hover {
    bottom: 0;
}

.home_seven_section-header {
    position: relative;
    width: 100%;
    line-height: 22px;
    padding: 10px 10px 20px 15px;
    /*padding-left: 15px;*/   
      border-top: solid 3px rgba(255,108,2) ;
    background-color: #f3f3f3;
    color: #b31c27;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
}

.home_seven_section-header:after {
    position: absolute;
    right: 15px;
    font-family: 'FontAwesome';
    content: "\f106";
}

.home_seven_section-item:hover .home_seven_section-header:after {
    content: "\f105";
}

.home_seven_section-img {
    overflow: hidden;
    position: relative; text-align:center;
}

.home_seven_section-img img.theimg {
    -webkit-transition: all 0.5s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.5s ease;
    /* Firefox */
    -ms-transition: all 0.5s ease;
    /* IE 9 */
    -o-transition: all 0.5s ease;
    /* Opera */
    transition: all 0.5s ease;
    width: 100%;
    height: 180px; text-align:center !IMPORTANT;
} 

.home_seven_section-img:hover .img-pointer {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);  
}

.home_seven_section-img:hover .img-pointer img {
    opacity: 1;
    margin: 15% auto 50%; text-align:center;
}

.img-pointer {
    opacity: 1;
    position: absolute;
    z-index: 90;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.5s ease;
    /* Firefox */
    -ms-transition: all 0.5s ease;
    /* IE 9 */
    -o-transition: all 0.5s ease;
    /* Opera */
    transition: all 0.5s ease;
}

.img-pointer img {
    margin: 27% auto 50%;
    -webkit-transition: all 0.5s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.5s ease;
    /* Firefox */
    -ms-transition: all 0.5s ease;
    /* IE 9 */
    -o-transition: all 0.5s ease;
    /* Opera */
    transition: all 0.5s ease;
}

/*.img-pointerx {
    position: absolute;
    top: -22px;
    left: 164px;
}
*/
.home_seven_section-text {
    font-size: 11px;
    padding: 10px 10px 30px 10px;
    text-align: center;
    position: relative;
}


/* === DIVIDER - LOGOS UNDER REVOLUTION SLIDER === */

#home_second_section {
    background: #F2F2F2;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}


/* === MAINPAGE - SOLUTIONS AND MARKETS === */

#home_fifth_section {
    width: 100%;
    background-color: #d7d7d7;
}

.home_fifth_section-left,
.home_fifth_section-right { 
    font-weight: 400; display:block;
    float: left !important;
    width: 50%;
}

.home_fifth_section-container_left {
	 float: left;
    max-width: 90%; 
}

.home_fifth_section-left-text p{ width:98% !important }


.home_fifth_section-container_right { 
	 float: right;
    max-width: 90%; 
}

.home_fifth_section-left-header,
.home_fifth_section-right-header {
    font-size: 23px; font-weight:900; 
    padding-top:40px; 
}

.home_fifth_section-left-header { 
    color: #fff; text-shadow: 3px 3px 3px #514848;  padding-left:40px; 
}



.home_fifth_section-left-button a,
.home_fifth_section-right-button a {
    float: right;
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.home_fifth_section-left-button a {
    border: 1px solid #b31c27;
    color: #b31c27;
}

.home_fifth_section-left-button a:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: #341e14;
}

.home_fifth_section-right-button a {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.home_fifth_section-right-button a:hover {
    border: 1px solid #b31c27;
    color: #b31c27;
    background-color: #ffffff;
}

.home_fifth_section-left {
    text-align: left;
    background:#341e14 url(../../home/world-fire-safety.jpg) no-repeat center center; background-size: cover !important;
}

.home_fifth_section-left-text,
{  
    font-size: 18px; 
}

.home_fifth_section-right-text {  
    font-size: 18px; 
 }

.home_fifth_section-left-text,
.home_fifth_section-left-text div {  
     color: #f8f6f6; font-size: 18px;  text-shadow: 3px 3px 3px #6d6d8a; max-width: 98%; padding: 10px 0px 0px 20px;
    float: left;
      /*text-shadow: 2px 2px 2px #837e7e;*/
}

.home_fifth_section-right {
    text-align: left;
    background: #341e14 url(../../home/world-fire-safety-mission.jpg) no-repeat left center;  background-size: cover !important;
}

.home_fifth_section-right-header {
    color: #ffffff;  text-shadow: 3px 3px 3px #6d6d8a;  
}


.home_fifth_section-right-text,
.home_fifth_section-right-text div {
    float: left; max-width: 98%; padding: 10px 0px 10px 0px;
    color: #f8f6f6; font-size: 18px;  text-shadow: 3px 3px 3px #6d6d8a;
}


/* === MAINPAGE - BOXES AT THE BOTTOM + MILO EFFECT === */

#section_home_new {
    background: #d7d7d7;
}

.section_home_new {
    max-width: 100%;
    padding: 0px;
    overflow: hidden;
    width: 33.33%;
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

.section_home_new_readmorebtn {
    display: inline-block;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

.section_home_new_readmorebtn:hover {
    background-color: #ffffff;
    color: #000000;
}

.effect-milo {
    position: relative;
    overflow: hidden;
    background: #000000;
}

.effect-milo img {
    max-width: none;
    width: 110%;
    width: 110%;
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
    transform: translate3d(-30px, 0, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.effect-milo:hover img {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

.effect-milo .milo-text-content {
    padding: 0 10px 0 0;
    width: 75%;
    border-right: 1px solid #ffffff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

.effect-milo:hover .milo-text-content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.milo-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2em;
    color: #ffffff;
    backface-visibility: hidden;
}

.milo-text a {
    color: #ffffff;
}


/* === CATEGORY STYLES === */

div#sub_page_banner {
    overflow: hidden;
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 80px;
}

div#sub_page_banner.extended {
    max-width: 100%;
}

div#sub_page_banner img,
div#sub_page img,
div#sub_page_wrapper img {
    max-width: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    -webkit-transition: all 0.5s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.5s ease;
    /* Firefox */
    -ms-transition: all 0.5s ease;
    /* IE 9 */
    -o-transition: all 0.5s ease;
    /* Opera */
    transition: all 0.5s ease;
}

div#sub_page_banner span {
    position: absolute;
    display: block;
    z-index: 100;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.5s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.5s ease;
    /* Firefox */
    -ms-transition: all 0.5s ease;
    /* IE 9 */
    -o-transition: all 0.5s ease;
    /* Opera */
    transition: all 0.5s ease;
}

div#sub_page_banner span strong {
    display: block;
    max-width: 90%;
    padding-top: 9%;
    margin: auto;
    font-size: 48px;
    color: #ffffff;
    text-shadow: 0px 0px 7px #000000;
    -webkit-transition: all 0.5s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.5s ease;
    /* Firefox */
    -ms-transition: all 0.5s ease;
    /* IE 9 */
    -o-transition: all 0.5s ease;
    /* Opera */
    transition: all 0.5s ease;
}

div#sub_page_banner.extended span strong {
    max-width: 1170px;
}

div#sub_page_banner:hover span strong {
    font-size: 49px;
}

div#sub_page_banner:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025);
}

div#sub_page_wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
}

div#sub_page {
    margin: auto;
    text-align: center;
    max-width: 1170px;
    width: 100%;
    background-color: #ffffff;
    color: #333;
    position: relative;
}

div#sub_page h3,
div#sub_page h4 {
    margin: auto;
    padding: 0px;
}

div#sub_page h3,
div#sub_page h1 {
    color: #b31c27;
    font-size: 32px;
    font-weight: bold;
}

div#sub_page h4 {
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}

div#sub_page div#sidemenu_fixed {
    background-image: url(../img/subpage/sidemenu_logo.png);
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 101px;
    position: fixed;
    margin-left: 1173px;
    margin-top: 20px;
    width: 100px;
    color: #ffffff;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 999;
}

div#sub_page div#sidemenu_fixed.endreached {
    position: absolute;
    margin: 0px;
    right: -103px;
    bottom: 0px;
}

div#sub_page div#sidemenu_fixed span {
    background-image: url(../img/subpage/sidemenu_graph.html);
    background-repeat: no-repeat;
    background-position: 75px center;
    padding: 15px;
    background-color: #d5d5d5;
    color: #232323;
    display: block;
    cursor: pointer;
}

div#sub_page div#sidemenu_fixed a {
    cursor: pointer;
    display: block;
    padding: 2px;
    padding-left: 20px;
    font-size: 14px;
    color: #d5d5d5;
    background-color: #232323;
    font-weight: lighter !important;
    border-left: 4px solid #232323;
}

div#sub_page div#sidemenu_fixed a:hover {
    border-left: 4px solid #b31c27;
}

div#sub_page div#sidemenu_fixed a:last-of-type {
    padding-bottom: 10px;
}

div#sub_page div#sidemenu_fixed a:first-of-type {
    padding-top: 10px;
}

div#sub_page div#sidemenu_fixed div#sidemenu_toggler {
    opacity: 1;
}

div#sub_page div#sidemenu_fixed div#sidemenu_toggler.sidemenu_hidden {
    opacity: 0;
    height: 0px;
    overflow: hidden;
}

div#sect_equipped {
    padding: 0 25px;
    text-align: left;
}

div#sect_equipped h1 {
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

div#sect_equipped.extended {
    text-align: center;
}

div#sect_equipped,
div#sect_video,
div#sect_interior,
div#sect_related {
    padding-top: 30px;
}

div#sect_equipped span,
div#sect_video span,
div#sect_interior span,
div#sect_related span {
    font-size: 18px;
    font-weight: normal;
    padding-left: 30px;
    padding-right: 30px;
}

div#sect_slider_details {
    min-height: 298px;
    margin-top: 20px;
}

div#sect_slider_details h2 {
    display: block;
    line-height: 18px;
    margin: 0 0 5px 0;
    color: #b31c27;
    font-size: 20px;
}

div#sect_slider_details .product-summary {
    max-height: 135px;
    line-height: 17px;
    overflow: hidden;
}

div#sect_slider_details div.left-desc-column {
    width: 50%;
    max-height: 230px;
    background-color: #ffffff;
    padding: 20px;
    text-align: left;
    font-size: 13px;
}

div#sect_slider_details div.left-desc-column a.morebtndesc {
    font-size: 10px;
    display: inline-block;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 5px;
    border: 1px solid #c23a27;
    color: #c23a27;
    float: right;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div#sect_slider_details div.left-desc-column a.morebtndesc:hover {
    background-color: #c23a27;
    color: #ffffff;
}

div#sect_slider_details ul,
div#sect_slider_details li {
    padding: 0px;
    margin: 0px;
    display: block;
}

div#sect_slider_details ul {
    max-width: 100%;
    list-style-type: none;
}

div#sect_slider_details ul li {
    height: 0px;
    overflow: hidden;
    padding: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div#sect_slider_details ul li.theCurrentOne {
    opacity: 1;
    height: 530px;
    padding: 20px;
}

div.subpage-underbanner-arrow {
    width: 100%;
    background-image: url(../img/subpage/subpage-underbanner-arrow.html);
    background-repeat: no-repeat;
    background-position: center;
    height: 22px;
    position: relative;
    top: -22px;
    margin-bottom: -22px;
}

div#sect_slider,
div#sect_slider_related {
    height: 280px;
    margin-top: 10px;
    position: relative;
}

div#sect_slider {
    margin-left: 50px;
    margin-right: 50px;
}

div#sect_slider ul li a,
div#sect_slider_related ul li a {
    overflow: hidden;
    display: block;
    height: 250px;
    width: 194px;
    margin: 10px;
    cursor: pointer;
    filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(1);
    /* Webkit */
    filter: gray;
    /* IE6-9 */
    filter: grayscale(1);
    /* W3C */
}

div#sect_slider ul li a small,
div#sect_slider_related ul li a small {
    display: block;
}

div#sect_slider ul li a:hover,
div#sect_slider ul li.active a,
div#sect_slider_related ul li a:hover {
    filter: none;
    -webkit-filter: none;
    color: #000000;
}

div#sect_slider ul li.active a {
    color: #b31c27 !important;
}

div#sect_slider ul li a img,
div#sect_slider_related ul li a img {
    height: 204px !important;
    width: 204px !important;
    margin-bottom: 10px !important;
}

div#sect_slider div#caro_listing,
div#sect_slider_related div#caro_listing_related {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: 0px;
}

div#sect_slider div#caro_listing ul,
div#sect_slider_related div#caro_listing_related ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div#sect_slider div#caro_listing ul li,
div#sect_slider_related div#caro_listing_related ul li {
    float: left;
    width: 234px;
    margin: 0px;
    padding: 0px;
    background: none;
    line-height: normal;
    text-align: center;
}

div#sect_slider div#caro_listing ul li {
    width: 214px;
}

div#sect_slider a.carousel-products-control-prev,
div#sect_slider a.carousel-products-control-next,
div#sect_slider_related a.carousel-products-related-control-prev,
div#sect_slider_related a.carousel-products-related-control-next {
    position: absolute;
    height: 250px;
    width: 20px;
    top: 0px;
    cursor: pointer;
    z-index: 999;
    background-repeat: no-repeat;
    background-position: center;
}

div#sect_slider a.carousel-products-control-prev:hover,
div#sect_slider a.carousel-products-control-next:hover,
div#sect_slider_related a.carousel-products-related-control-prev:hover,
div#sect_slider_related a.carousel-products-related-control-next:hover {
    /* background-color: rgba(1, 1, 1, 0.15); */
}

div#sect_slider a.carousel-products-control-prev,
div#sect_slider_related a.carousel-products-related-control-prev {
    left: -10px;
    background-image: url(../img/subpage/slider-left.png);
    cursor: pointer;
}

div#sect_slider a.carousel-products-control-next,
div#sect_slider_related a.carousel-products-related-control-next {
    right: -10px;
    background-image: url(../img/subpage/slider-right.png);
    cursor: pointer;
}

div#sect_video img:hover {
    opacity: 0.8;
}

div#sect_interior div.sect_interior_part {
    text-align: justify;
    margin-bottom: 30px;
    width: 50%;
    float: left;
    padding: 10px;
}

div#sect_interior div.sect_interior_part a {
    color: #919191;
    display: block;
    float: left;
    width: 20%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 28px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div#sect_interior div.sect_interior_part a:hover {
    color: #000000;
}

div#sect_airport {
    display: table;
    width: 100%;
    min-height: 358px;
    overflow: hidden;
    position: relative;
    background-image: url(../img/subpage/airport.html);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div#sect_airport:hover {
    opacity: 0.9;
}

div#sect_airport a {
    height: 358px;
    font-size: 36px;
    font-weight: bolder;
    text-shadow: 0px 0px 7px #000000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div#sect_airport a,
div#sect_airport a:hover {
    color: #ffffff;
}

div#sect_airport a:hover {
    font-size: 38px;
}

div#sect_airport a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    z-index: 20;
}

div#sect_airport a span b {
    background-color: #b31c27;
    text-shadow: none;
    padding-left: 5px;
    padding-right: 5px;
}

div#sect_related div.home_seven_section-item {
    z-index: auto !important;
    border-bottom: 1px solid #b31c27;
    margin-bottom: 60px;
    height: auto;
}

div#sect_related div.home_seven_section-text {
    font-size: 15px;
    padding-top: 25px;
}


/* === CATEGORY STYLES FOR NON-TRUCKS === */

div#sect_prodlisting_notrucks {
    margin-top: 25px;
    margin-bottom: 25px;
}

div#sect_prodlisting_notrucks a {
    overflow: hidden;
    display: inline-block;
    height: 290px;
    width: 224px;
    margin: 0px;
    padding: 10px;
    cursor: pointer;
    filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(1);
    /* Webkit */
    filter: gray;
    /* IE6-9 */
    filter: grayscale(1);
    /* W3C */
    -webkit-transition: all 0.25s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.25s ease;
    /* Firefox */
    -ms-transition: all 0.25s ease;
    /* IE 9 */
    -o-transition: all 0.25s ease;
    /* Opera */
    transition: all 0.25s ease;
}

div#sect_prodlisting_notrucks a small {
    display: block;
}

div#sect_prodlisting_notrucks a:hover {
    filter: none;
    -webkit-filter: none;
    color: #000000;
}

div#sect_prodlisting_notrucks a img {
    height: 204px !important;
    width: 204px !important;
    margin-bottom: 10px !important;
}

.prodlist_name {
    display: block;
    font-size: 14px;
}

div#sect_prodlisting_notrucks a:hover .prodlist_name {
    background-color: #b31c27;
    color: #ffffff;
}

div#cat-breadcrumbs {
    width: 100%;
    margin-bottom: 15px;
    float: left;
    text-align: left;
}

div#cat-breadcrumbs,
div#cat-breadcrumbs span {
    font-size: 12px;
    padding: 0;
    color: #333333;
}

div#cat-breadcrumbs:hover,
div#cat-breadcrumbs span:hover {
    color: #b31c27;
}

div#cat-breadcrumbs strong {
    color: #b31c27;
}

div#cat-breadcrumbs ol {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

#cat-breadcrumbs li {
    float: left;
    margin: 0;
    padding: 0;
    color: #333333;
    font-weight: normal;
}

#cat-breadcrumbs li:after {
    margin: 0 5px;
    font-family: 'FontAwesome';
    content: "\f105";
}

#cat-breadcrumbs li:last-child:after {
    margin: 0;
    content: "";
}

#cat-breadcrumbs li:last-child {
    color: #bf2e1a;
    font-weight: bold;
}


/* === PRODUCT VIEW STYLES === */

div#sub_page.product_page div#prod-left-sect,
div#sub_page.product_page div#product-breadcrumbs {
    float: left;
    width: 530px;
    margin-left: 45px;
    margin-bottom: 0px;
}

div#sub_page.product_page div#prod-right-sect,
div#sub_page.product_page h1#product-main-title {
    float: right;
    width: 530px;
    margin-right: 45px;
    margin-bottom: 15px;
}

div#sub_page.product_page div#product-breadcrumbs {
    float: left;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
}

div#sub_page.product_page div#product-breadcrumbs strong {
    color: #b31c27;
}

div#sub_page.product_page {
    padding-top: 90px;
    padding-bottom: 120px;
}

div#sub_page.product_page div#sect_slider_details {
    position: relative;
    overflow: hidden;
    /* height: 530px; */
    /* background-color: #f7f7f7; */
}

div#sub_page.product_page div#sect_slider_details ul li.theCurrentOne {
    padding: 0px;
}

div#sub_page.product_page div#sect_slider_details ul,
div#sub_page.product_page div#sect_slider_details ul li.theCurrentOne {
    max-height: 100%;
    width: 100%;
}

div#sub_page.product_page div#sect_slider_details ul li {
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

div#sub_page.product_page div#sect_slider_details ul li.theCurrentOne a,
div#sub_page.product_page div#sect_slider_details ul li.theCurrentOne a img {
    display: block;
    min-width: 0px;
    min-height: 0px;
    margin: auto;
    width: 100%;
    max-height: 530px;
}

div#sub_page.product_page div#sect_slider_details div#product_navi_links {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 999;
    padding: 5px;
    background: #ffffff;
}

div#sub_page.product_page div#sect_slider_details div#product_navi_links a {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #7a7a7a;
    text-align: center;
    padding: 3px;
    width: 125px;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #ffffff;
    opacity: 0.8;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

div#sub_page.product_page div#sect_slider_details div#product_navi_links a  {
    font-size: 10px;
}

div#sub_page.product_page div#sect_slider_details div#product_navi_links a:hover {
    background-color: #7a7a7a;
    color: #ffffff;
    opacity: 1;
}

div#sub_page.product_page div#sect_slider a.carousel-products-control-prev,
div#sub_page.product_page div#sect_slider a.carousel-products-control-next {
  /*  display: none;*/
}

div#sub_page.product_page div#sect_slider {
    height: 167px;
}

div#sub_page.product_page div#sect_slider div#caro_listing,
div#sub_page.product_page div#sect_slider div#caro_listing ul {
    height: 167px;
}

div#sub_page.product_page div#sect_slider div#caro_listing ul li {
    width: 167px;
    height: 167px;
    background-color: #f7f7f7;
    margin-left: 0px;
    margin-right: 15px;
}

div#sub_page.product_page div#sect_slider div#caro_listing ul li a,
div#sub_page.product_page div#sect_slider div#caro_listing ul li a img {
    width: 167px !important;
    height: 167px !important;
    margin: 0px !important;
    padding: 0px !important;
}

div#sub_page.product_page div#sect_slider div#caro_listing ul li a img {
    margin: 0px !important;
}

div#sub_page.product_page div#sect_slider {
    margin-left: 0px;
    margin-right: 0px;
}

div#sub_page.product_page div#sect_slider_related li a {
    margin: 10px;
    font-size: 14px;
    width: 194px;
}

div#sub_page.product_page div#sect_slider_related li {
    width: 214px;
}

div#sub_page.product_page div#sect_slider_related a.carousel-products-related-control-prev {
    left: -10px;
}

div#sub_page.product_page div#sect_slider_related a.carousel-products-related-control-next {
    right: -10px;
}

div#sub_page.product_page div#sect_slider_related {
    margin-left: 50px;
    margin-right: 50px;
}

div#sub_page.product_page h1#product-main-title {
    font-size: 26px;
    line-height: 25px;
    text-align: left;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

div#sub_page.product_page div#product-tabs {
    padding-top: 20px;
    text-align: left;
    height: 52px;
    z-index: 999;
}

div#sub_page.product_page div#product-tabs a {
    display: inline-block;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    height: 32px;
    border-left: 1px solid #8e8e8e;
    border-right: 1px solid #8e8e8e;
    border-top: 1px solid #8e8e8e;
    background-color: #ffffff;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

div#sub_page.product_page div#product-tabs a.prod-active {
    background-color: #f7f7f7;
    color: #000000;
    height: 33px;
}

div#sub_page.product_page div#product-description,
div#sub_page.product_page div.prod-right-additional-thinger {
    padding: 10px;
    border: 1px solid #8e8e8e;
    text-align: justify;
    font-size: 14px;
    color: #4a4a4a;
    background-color: #f7f7f7;
    font-weight: normal;
    line-height: 16px;
}

div#sub_page.product_page div.prod-right-additional-thinger {
    border: 0px;
    margin-top: 20px;
    padding: 0px;
    background-color: transparent;
}

div#sub_page.product_page div.prod-right-additional-thinger img,
div#sub_page.product_page div#product-description img {
    min-width: 0px;
}

div#sub_page.product_page div.prod-right-additional-thinger img {
    margin: auto;
    display: block;
}

div#sub_page.product_page div#product-description div.prod-desc-field {
    height: 0px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

div#sub_page.product_page div#product-description div.prod-desc-field.prod-active {
    height: auto;
    opacity: 1;
}


/* === PORTFOLIO STYLES === */

body.portfolio {
    overflow-y: scroll;
}

div.portfolio {
    overflow: hidden;
    position: relative;
    margin-top: 15px;
    margin-bottom: 40px;
}

body.portfolio hr {
    display: block;
    margin: 0px;
    padding: 0px;
    height: 1px;
}

body.portfolio h1 {
    float: left;
    width: 50%;
    color: #aa2f1d;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    text-align: left;
}

body.portfolio .toprightlist {
    color: #aa2f1d;
    float: right;
    width: 50%;
    text-align: right;
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 15px;
}

body.portfolio .toprightlist span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.preloader-portfolio {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff url(../img/loading.gif) no-repeat center 250px;
    z-index: 999;
}

div.portfolio .element {
    padding: 0px;
}

div.portfolio .element img {
    height: 215px;
    max-height: 215px;
}

div.portfolio .portfolio-desc-wrapper .port-info {
    background: #f1f1f1;
}

div.portfolio .portfolio-desc-wrapper img {
    height: 430px;
    max-height: 430px;
}

div.portfolio .portfolio-desc-wrapper .entry-title {
    margin: 0 0 10px 0;
    color: #b31c27;
    text-transform: uppercase;
}

div.portfolio .portfolio-desc-wrapper .entry-description {
    height: 80px;
    margin-bottom: 10px;
    overflow: hidden;
}

div.portfolio .portfolio-desc-wrapper .entry-description p {
    margin: 0;
}

div.portfolio .portfolio-desc-wrapper .entry-date {
    float: left;
    color: #333333;
    font-weight: 700;
}

div.portfolio .portfolio-desc-wrapper .entry-location {
    float: right;
    color: #333333;
    font-weight: 700;
}

div.portfolio .portfolio-desc-wrapper .entry-share {
    color: #b31c27;
}

div.portfolio .portfolio-desc-wrapper .entry-share a {
    color: #b31c27;
}

div.portfolio .portfolio-desc-wrapper .entry-share a:hover {
    color: #000000;
}

.portfolio-desc-wrapper .portfolio-close {
    background: transparent;
    background-image: url("../img/portfolio-x.png");
    cursor: pointer;
    height: 55px;
    width: 55px;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0.2;
}

.portfolio-desc-wrapper:hover .portfolio-close {
    background-color: transparent;
}


/* === CONTACT FORM === */

.contactscolumn {
    width: 25%;
    float: left;
    padding: 15px;
}

.contactscolumn address {
    margin-bottom: 30px;
}


/* === subsubcategories_list === */

div.subsubcategories_left {
    float: left;
    width: 20%;
    text-align: left;
    padding-left: 15px;
}

div.subsubcategories_right {
    float: right;
    width: 80%;
}

ul.subsubcategories_list {
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

ul.subsubcategories_list,
ul.subsubcategories_list ul,
ul.subsubcategories_list li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.subsubcategories_list,
div.subsubcategories_list_header {
    text-align: left;
    max-width: 100%;
    width: 100%;
    margin: 0px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0px;
    font-size: 12px;
}

div.subsubcategories_list_header {
    color: #ffffff;
    background-color: #b31c27;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

ul.subsubcategories_list li a {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    padding: 15px 10px !important;
    color: #303030 !important;
    margin: 0px !important;
    -moz-filter: none !important;
    -o-filter: none !important;
    -webkit-filter: grayscale(0) !important;
    filter: none !important;
}

ul.subsubcategories_list li a:hover {
    background-color: #303030 !important;
    color: #ffffff !important;
}

ul.subsubcategories_list li ul li a {
    background-color: #eaeaea;
}

ul.subsubcategories_list li ul li ul li a {
    background-color: #d7d7d7;
}

ul.subsubcategories_list li ul li ul li ul li a {
    background-color: #949494;
    color: #ffffff !important;
}

ul.subsubcategories_list ul ul li {
    display: none;
}

ul.subsubcategories_list li.thisIsActive,
ul.subsubcategories_list li.thisIsActive > a {
    display: block !important;
    color: #b31c27 !important;
}

ul.subsubcategories_list li.thisIsActive > a:hover {
    color: #ffffff !important;
}

ul.subsubcategories_list li ul li ul li ul li span {
    display: none !important;
}

ul.subsubcategories_list li.thisIsActive + li {
    display: block;
}

.viewallmenu {
    text-align: center;
}

.viewallmenu div {
    background: #e0e0e0;
    border: #d6d6d6 15px solid;
    width: 132px;
    margin: auto;
    height: 132px;
}

.viewallmenu div p {
    background: transparent !important;
    line-height: 132px !important;
    height: 132px !important;
    top: -6px;
}


/* === Contact2 === */

.mapFullWidth {
    height: 411px;
    background: #E5E3DF;
}

.mapFullWidth #map2 {
    height: 100%;
    border-bottom: 1px solid #B31C27;
}

.gm-style > div:nth-child(1) > div:nth-child(2) {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%) !important;
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -webkit-filter: grayscale(1) !important;
    filter: grayscale(100%) !important;
    filter: gray !important;
    /* IE6-9 */
}


/*div.gmnoprint:nth-child(8) > div:nth-child(1) > div:nth-child(2),
div.gmnoprint:nth-child(9){
        display: none !important;
}*/

#map2 p {
    color: black;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    margin-bottom: 15px;
}

#map2 address {
    font-size: 12px;
    color: #303030;
    text-transform: normal;
}


/*  SECTIONS  */

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}


/*  COLUMN SETUP  */

.col {
    display: block;
    float: left;
}

.col:first-child {
    margin-left: 0;
}


/*  GROUPING  */

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
    /* For IE 6/7 */
}


/*  GRID OF FOUR  */

.span_4_of_4 {
    width: 100%;
}

.span_3_of_4 {
    width: 75%;
}

.span_2_of_4 {
    width: 50%;
}

.span_1_of_4 {
    width: 25%;
}


/*  GO FULL WIDTH BELOW 480 PIXELS */

@media only screen and (max-width: 1199px) {
    .col {
        margin: 1% 0 1% 0%;
    }
    .span_1_of_4,
    .span_3_of_4,
    .span_4_of_4 {
        width: 25vw;
    }
}

@media only screen and (max-width: 991px) {
    .col {
        margin: 1% 0 1% 0%;
    }
    .span_1_of_4,
    .span_3_of_4,
    .span_4_of_4 {
        width: 50vw;
    }
    .span_2_of_4 {
        width: 100vw;
    }
}

@media only screen and (max-width: 550px) {
    .col {
        margin: 1% 0 1% 0%;
    }
    .span_1_of_4,
    .span_2_of_4,
    .span_3_of_4,
    .span_4_of_4 {
        width: 100%;
    }
}

.row-gray .col .cell-wrapper {
    position: relative;
    z-index: 5;
    background: #f5f5f5;
}

.row-white .col .cell-wrapper {
    position: relative;
    z-index: 5;
    background: white;
}

.col {
    position: relative;
    font-family: 'Lato', sans-serif;
    margin: 0;
}

.col:hover .cell-wrapper {
    background-color: #b31c27;
}

@media only screen and (max-width: 1199px) {
    .contact2 {
        margin: 0 25vw;
    }
}

@media only screen and (max-width: 991px) {
    .contact2 {
        margin: 0 10vw;
    }
}

@media only screen and (max-width: 550px) {
    .contact2 {
        margin: 0;
    }
    .contact2 .text {
        padding: 0 0 60px;
    }
}

.contact2 * {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.col:hover .cell-wrapper .cell p,
.col:hover .cell-wrapper .cell h3,
.col:hover .cell-wrapper .cell .contact a,
.col:hover .cell-wrapper .cell .contact .fa,
.col:hover .cell-wrapper .cell .viewonmap {
    color: white;
}

.col .cell-wrapper {
    padding: 15px 15px;
}

.col:hover .cell-wrapper .cell {
    border-left: 2px solid white;
}

.col .cell-wrapper .cell {
    position: relative;
    z-index: 10;
    padding: 5px 15px;
    border-left: 2px solid #B31C27;
    height: 222px;
}

.col .cell-wrapper .cell h3 {
    color: #303030;
    font-size: 16px;
    font-weight: 700;
    margin-top: 9px;
    margin-bottom: 0px;
}

.col .cell-wrapper .cell p {
    color: #303030;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    line-height: 24px;
}

.col .cell-wrapper .cell .contact {
    font-size: 14px;
    margin-top: 10px;
}

.col .cell-wrapper .cell .contact a {
    display: block;
    margin-bottom: -2px;
}

.col .cell-wrapper .cell .contact .fa {
    display: inline-block;
    margin-right: 5px;
    color: #b31c27;
    width: 14px;
}

.col .cell-wrapper .cell .viewonmap {
    position: absolute;
    top: 35px;
    right: -5px;
    font-size: 12px;
    font-weight: 700;
    color: #b31c27;
    cursor: pointer;
}

.col .cell-wrapper .cell .viewonmap .fa {
    display: inline-block;
}

.col .small-map {
    position: absolute;
    display: none;
    z-index: 10;
    top: 0;
    left: 0;
    width: 292.5px;
    height: 252px;
    border: 1px solid #b31c27;
}

.col .small-map .fa {
    position: absolute;
    display: block;
    top: 15px;
    right: 15px;
    cursor: pointer;
    color: #BF2E1A;
    font-size: 22px;
}

@media only screen and (max-width: 550px) {
    .col .small-map {
        width: 320px;
        top: auto;
        bottom: 0;
        left: 0;
    }
	
/*	.home_seven_section-item {
    box-sizing: border-box;
    max-width: 23% !important; height: auto;
    margin: 0 auto;
  }*/
	
	
}
@media (min-width: 300px) and (max-width: 480px) {
.home_fifth_section-left,
.home_fifth_section-right { display:block !important;
    font-weight: 400; background-size: cover !important;
    float: left !important;
   max-width: 98% !important; padding-left:10px !important;}
 #home_seven_section {display:none !important; }
   .home_seven_section-item, .home_seven_section-item:hover {
   display:none !important; height: auto;
    margin: 0 auto;
}
 .home_seven_section-item,
.home_seven_section-header, .home_seven_section-img, .home_seven_section-text {
   display:none !important; background: none !important;  

}

}

@media only screen and (max-width: 550px)  {
.home_fifth_section-left,
.home_fifth_section-right { 
    font-weight: 400; 
    float: left !important;
   max-width: 98% !important; padding-left:10px !important;
}

#home_seven_section,
  .home_seven_section-item, .home_seven_section-item:hover {
   display:none !important; height: auto;
    margin: 0 auto;

}

.home_seven_section-header {
   display:none !important; height: auto;
    margin: 0 auto;

}

.col .small-map img {
    width: 100%;
    height: 100%;
}

.col .small-map img:first-child {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
    filter: gray;
    /* IE6-9 */
}

.col .small-map .lezka-logo {
    position: absolute;
    left: 50%;
    margin-left: -22px;
    top: 35%;
    width: auto;
    height: auto;
}

.col1 {
    float: left;
    width: 30%;
}
.col2 {
    float: right;
    width: 70%;
}
.col1 .wrapper {
    padding-left: 30px;
    border-left: 2px solid #B31C27;
}
.col1 .contact a {
    display: block;
}
.col1 .contact {
    margin-bottom: 30px;
}
.col1 .wrapper.contact-us p {
    margin: 2px;
}
.col1 .wrapper.contact-us p:nth-child(5) {
    margin-bottom: 10px;
}

.col1 .contact .fa {
    display: inline-block;
    margin-right: 15px;
    color: #b31c27;
    width: 14px;
}

@media only screen and (max-width: 1023px) {
    .col1 { width: 50%; }
    .col2 { width: 50%; }
}

@media only screen and (max-width: 767px) {
    .col1 { float: none; width: auto; }
    .col1 .wrapper { padding-left: 0; border: 0; }
    .col2 { float: none; width: auto; }
}

.contact2 {
    position: relative;
}

.contact2 .all {
    position: absolute;
    display: none;
    top: -40px;
    z-index: 99;
    right: 0;
    padding: 5px 10px;
    letter-spacing: 1;
    padding-left: 18px;
    font-size: 24px;
    color: #e9e5dc;
    background-color: #303030;
}

.contact2 .all .fa {
    position: relative;
    top: -1px;
    right: 4px;
}

.contact2 .allcountries {
    position: absolute;
    display: none;
    width: 216px;
    list-style: none;
    right: 0;
    top: -20px;
    background-color: #303030;
    font-size: 20px;
    color: #e9e5dc;
    z-index: 99;
    padding-left: 0;
}

.contact2 .allcountries li {
    color: #e9e5dc;
    padding: 5px 10px;
    text-align: center;
}

.contact2 h2 {
    font-size: 36px;
    color: #b31c27;
    text-align: center;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 20px;
}

.contact2 form {
    padding: 0 25px 5px;
    padding-left: 40px;
}

.contact2 .three-col {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
    .contact2 .three-col {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
    }
}

.contact2-form .form .form-wrapper {
    display: block;
}

.contact2-form .form .form-wrapper input,
.contact2-form .form textarea {
    border: 1px solid #b31c27;
    box-shadow: none;
}

.contact2-form .form .form-wrapper input {
    width: 99%;
}

@media only screen and (max-width: 1199px) {
    .contact2-form .form .form-wrapper input {
        width: calc(100% - 12px);
    }
}

.contact2-form .form .form-wrapper:last-child input {
    width: calc(100% - 12px);
}

.contact2-form .form textarea {
    resize: none;
    height: 62px;
}

.contact2-form .form .submit {
    float: right;
    margin-right: 12px;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    background: #B31B27;
    padding: 0 29px;
    margin-top: 16px;
    font-weight: 600;
    height: 32px;
}

.contact2-form .form .submit:hover {
    background: #1B1B1B;
}

.contact2-form .form .submit:active,
.contact2-form .form .submit:focus {
    outline: none;
}


/* === About Us === */

.about_us * {
    transition: all .2s linear;
}

.about_us .section {
    background: black;
}

.about_us .background {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    /* Chrome, Safari, Opera */
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.colh {
    height: 474px;
}

.about_us .background-text {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .5s;
    /* Chrome, Safari, Opera */
    animation-delay: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    height: 474px;
    background-color: #aa2f1d;
}

.about_us .background-text .title h2 {
    font-weight: bold;
    font-size: 18px;
    color: white;
    margin: 0;
    line-height: 53px;
    text-transform: uppercase;
    padding-left: 20px;
}

.about_us .background-text .title {
    background-color: #1B1B1B;
}

.about_us .background-text .contents {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 2s;
    /* Chrome, Safari, Opera */
    animation-delay: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: 0 20px;
    padding-bottom: 20px;
    opacity: 0;
    height: 345px;
    overflow: hidden;
}

.about_us .background-text .contents h3 {
    font-size: 18px;
    color: white;
    line-height: 18px;
    font-weight: 400;
}

.about_us .background-text .contents p {
    color: white;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    padding: 2px 0;
}

.about_us .background-text .contents > p:nth-child(2) {
    font-weight: 400 !important;
}

.about_us .background-text button {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 3s;
    /* Chrome, Safari, Opera */
    animation-delay: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: relative;
    z-index: 999;
    font-size: 12px;
    font-weight: 300;
    color: #aa2f1d;
    line-height: 18px;
    background-color: white;
    padding: 4px 14px;
    margin-top: 20px;
    margin-left: 20px;
    display: none;
}

.about_us .background-text button:hover {
    background-color: rgba(255, 255, 255, .9);
}

.about_us .background-text button:active,
.about_us .background-text button:focus {
    background-color: rgba(255, 255, 255, .7);
}

.about_us .overflow-tab {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.about_us .overflow-tab .title {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 53px;
    background-color: #fdfdfb;
}

.about_us .span_1_of_4:nth-of-type(2n+1) .overflow-tab .title {
    bottom: 0;
    left: 0;
}

.about_us .span_1_of_4:nth-of-type(2n+2) .overflow-tab .title {
    top: 0;
    left: 0;
}

.about_us .overflow-tab:hover .title {
    opacity: 0;
}

.about_us .overflow-tab:hover .hover-tab {
    opacity: 1;
}

.about_us .overflow-tab .title h3 {
    font-size: 24px;
    font-weight: bold;
    color: #bf2f1c;
    margin: 0;
    text-transform: uppercase;
    line-height: 53px;
    padding-left: 20px;
    opacity: 1;
}

@media (min-width: 1200px) and (max-width: 1600px) {
    .about_us .overflow-tab .title h3 {
        font-size: 17px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .about_us .overflow-tab .title h3 {
        font-size: 14px;
    }
}

.about_us .overflow-tab .hover-tab {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(47, 53, 56, .9);
    padding: 0 30px;
    opacity: 0;
}

.about_us .overflow-tab .hover-tab .hover-box {
    position: relative;
    top: 67px;
}

.about_us .overflow-tab .hover-tab .hover-box h3 {
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

.about_us .overflow-tab .hover-tab .hover-box p {
    font-size: 15px;
    font-weight: 300;
    color: white;
    line-height: 20px;
    text-align: center;
    height: 102px;
    overflow: hidden;
    text-align: justify;
    text-justify: inter-word;
}

.about_us .overflow-tab .hover-tab .hover-box .circle {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: rgba(89, 89, 89, .7);
    margin: 45px auto 0;
}

.about_us .overflow-tab .hover-tab .hover-box .circle:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -.5px;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 1px;
    background-color: #b5b5b3;
}

.about_us .overflow-tab .hover-tab .hover-box .circle:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -.5px;
    height: 1px;
    width: 40px;
    background-color: #b5b5b3;
}


/* === Tabs === */

.wrapper-tabs {
    position: relative;
}

.paneltabs {
    position: relative;
}

.panel {
    display: none;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.panel.active {
    display: block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/* === About Us 3 === */


/*  SECTIONS  */

#about_us3 .section {
    clear: both;
    padding: 0px;
    margin: 0px;
}


/*  COLUMN SETUP  */

#about_us3 .col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.5%;
}

#about_us3 .col:first-child {
    margin-left: 0;
}


/*  GROUPING  */

#about_us3 .group:before,
#about_us3 .group:after {
    content: "";
    display: table;
}

#about_us3 .group:after {
    clear: both;
}

#about_us3 .group {
    zoom: 1;
    /* For IE 6/7 */
}


/*  GRID OF THREE  */

#about_us3 .span_3_of_3 {
    width: 100%;
}

#about_us3 .span_2_of_3 {
    width: 66.16%;
}

#about_us3 .span_1_of_3 {
    width: 32.33%;
}


/*  GO FULL WIDTH BELOW 480 PIXELS */

@media only screen and (max-width: 767px) {
    #about_us3 .col {
        margin: 1% 0 1% 0%;
    }
    #about_us3 .span_3_of_3,
    #about_us3 .span_2_of_3,
    #about_us3 .span_1_of_3 {
        width: 100%;
    }
}

#about_us3 #sub_page_banner {
    position: relative;
    height: 491px;
}

@media (max-width: 767px) {
    #about_us3 #sub_page_banner {
        display: block;
        height: 284px;
    }
    #about_us3 #sub_page_banner img {
        display: none;
    }
    #about_us3 nav ul li {
        float: none !important;
    }
}

#about_us3 #sub_page_banner .wrapme {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .9);
    border-bottom: 1px solid #b31c27;
}

#about_us3 #sub_page_banner .wrapme.navbar-sticked {
    position: fixed;
    top: 80px;
    bottom: auto;
    z-index: 10;
}

.portfolio-buttons {
    background: rgba(27, 27, 27, .9);
}

.portfolio-buttons button {
    padding: 10px;
    background-color: transparent;
    color: #ffffff;
}

.portfolio-buttons button:hover {
    background-color: #B31C27;
    color: #ffffff;
}

#about_us3 .gray_background {
    background: #f6f6f6;
}

#about_us3 nav {
    text-align: center;
}

#about_us3 nav ul {
    padding: 0;
    margin: 0;
}

#about_us3 nav ul li {
    list-style: none;
    float: left;
    display: block;
    /*padding: 9px 29.1px;*/
    padding: 9px 24px;
    color: #333333;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    cursor: pointer;
}

#about_us3 nav ul li.active,
#about_us3 nav ul li:hover {
    color: white;
    background: #b31c27;
}

#about_us3 #sub_page_banner {
    width: 100%;
    max-width: none;
}

#about_us3 #sub_page_banner img {
    height: 100%;
}

#about_us3 .content {
    padding-top: 0;
}

#about_us3 .text {
    position: relative;
    padding: 3px 30px 18px 30px;
}

#about_us3 h2 {
    margin-top: 32px;
    color: #aa2f1d;
    font-size: 24px;
    font-weight: normal;
}

@media (max-width: 767px) {
    #about_us3 h2 {
        background-color: rgba(255, 255, 255, .8);
        text-align: center;
    }
}

#about_us3 p {
    text-align: left;
    font-size: 18px;
    font-weight: 100;
    color: #1b1b1b;
    line-height: 21px;
    margin: 20px 0 23.5px;
}

@media (max-width: 767px) {
    #about_us3 .pull-right,
    #about_us3 .pull-left,
    #about_us3 .center {
        display: block;
        float: none !important;
        margin: 0 auto !important;
    }
}

#about_us3 .pull-right {
    float: right;
    margin-left: 30px;
}

#about_us3 .center {
    display: block;
    margin: 0 auto;
}

#about_us3 .pull-left {
    float: left;
    margin-right: 30px;
}

#about_us3 .arrow_down {
    position: absolute;
    left: 0;
    right: 0;
    top: -21px;
    text-align: center;
}

#about_us3 .arrow_down div {
    display: inline-block;
}

#about_us3 .arrow_down div img {
    float: none;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

#about_us3 .gray_background h2 {}

#about_us3 #network {
    height: 310px;
}

#about_us3 #network img {
    margin-top: -47px;
}

@media (max-width: 767px) {
    #about_us3 #network img {
        margin-top: 50px;
    }
}

#about_us3 .before_mission_picture {
    padding: 0;
}

#about_us3 .mission_picture {
    height: 500px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

@media (max-width: 1199px) {
    #about_us3 .mission_picture {
        height: 41vw;
    }
}

#about_us3 .blue_background {
    background-color: #073c5c;
}

#about_us3 #mission h3 {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

#about_us3 #mission p {
    color: white;
    font-size: 18px;
    font-weight: normal;
    margin: 10px 0 26.5px;
}

#about_us3 #values {
    margin-bottom: 30px;
}

#about_us3 #values .pull-left {
    float: left !important;
    margin-right: 30px !important;
}

#about_us3 #values .header {
    display: flex;
}

@media (max-width: 767px) {
    #about_us3 #values .header {
        display: block;
        width: 100%;
        margin-top: 30px;
        float: left;
    }
}

#about_us3 #values h2 {
    margin-bottom: 0;
}

#about_us3 #values h3 {
    font-size: 18px;
    color: #1b1b1b;
    font-weight: normal;
    text-align: left;
}

#about_us3 #values .pull-left {
    margin-left: 0px;
    margin-right: 20px;
}

#about_us3 #values p {
    color: #1b1b1b;
    font-size: 14px;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 16px;
}

#about_us3 #quality {
    margin: 40px 0;
}

#about_us3 #quality p {
    margin: 0 0 20px;
}

#about_us3 #quality ul {
    color: #1b1b1b;
    font-size: 18px;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 20px;
}

#about_us3 #quality li {
    margin-bottom: 10px;
}

#about_us3 #quality span {
    font-weight: normal;
}

#about_us3 #quality h2 {
    margin-top: 20px;
}

#about_us3 #careers {
    margin-bottom: 50px;
}

#about_us3 #careers h2 {
    margin-bottom: 10px;
}

#about_us3 #careers p {
    margin-top: 0px;
}

#about_us3 #careers p span {
    font-weight: normal;
}

@media (min-width: 768px) {
    #about_us3 .col50 {
        width: 50%;
        /*float: left !important;*/
        float: none !important;
        padding: 0 !important;
    }
}

#about_us3 .col50 {
    padding: 35px 0;
    float: none;
    margin: 0 auto !important;
}

#about_us3 .buttons {
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    #about_us3 .button {
        width: 100% !important;
    }
}

#about_us3 .button {
    position: relative;
    display: block;
    padding: 10px 8px;
    width: 91.5%;
    border: 1px solid #878787;
    font-size: 14px;
    color: #1b1b1b;
    font-weight: bold;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    text-align: left;
}

#about_us3 .button:hover {
    background-color: #bf2e1a;
    color: white;
}

#about_us3 .button:hover span {
    color: white;
}

#about_us3 .button span {
    color: #bf2e1a;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

#about_us3 .button img {
    position: relative;
    float: right;
    top: 5px;
}

#about_us3 .button .img1 {
    position: absolute;
    right: 8px;
    top: 15px;
    z-index: 5;
}

.tparrows.preview2::after {
    top: 23px;
}

.tp-bullets.preview2 {
  /*  display: none;*/
}

#sitecover {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
   /* display: none;*/
    z-index: 500000;
}

.careers_page
{
    padding-top: 80px !important;
}
.careers_page h1
{
    color: #aa2f1d !important;
}

.careers_send_button {float:left;}
/*careers*/
.carrer_table table {border: 1px solid #ccc; width: 100%; margin: 0; padding: 0; border-collapse: collapse; border-spacing: 0; }
.carrer_table table tr {border: 1px solid #ddd; padding: 5px; }
.carrer_table table th, .carrer_table table td {padding: 10px; text-align: left; }
.carrer_table table th {text-transform: uppercase; font-size: 14px; letter-spacing: 1px; }
@media screen and (max-width: 767px) {
    .carrer_table table {border: 0; }
    .carrer_table table thead {display: none; }
    .carrer_table table tr {margin-bottom: 10px; display: block; border-bottom: 2px solid #ddd; }
    .carrer_table table td {display: block; text-align: right; font-size: 13px; border-bottom: 1px dotted #ccc; }
    .carrer_table table td:last-child {border-bottom: 0; }
    .carrer_table table td:before {content: attr(data-label); float: left; text-transform: uppercase; font-weight: bold; }
}

div#sect_prodlisting_notrucks a.isVerticalPump, div#sect_prodlisting_notrucks a.isVerticalPump img
{
    height: 408px !important;
    display: block;
    float: left;
}
div#sect_prodlisting_notrucks a.isVerticalPump
{
    height: 485px !important;
}

.mfp-wrap
{
    z-index: 999;
}

/* trainings */
#trainings .title {
    position: relative;
    width: 100%;
    height: 491px;
    background: #B31C27 url(../img/trainings_main.html) 50% 0 no-repeat fixed;
    background-attachment: fixed;
}

#trainings .title h1 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    line-height: 70px;
    margin-top: -60px;
    text-align: center;
    font-size: 60px;
}

#trainings .arrow_down {
    position: absolute;
    left: 0;
    right: 0;
    top: -21px;
    text-align: center;
}

#trainings .arrow_down img {
    cursor: pointer;
}

#trainings .container {
    padding: 0 150px;
    text-align: left;
}

#trainings .container h2 {
    margin: 0 0 20px 0;
}

#trainings .content {
    padding: 40px 0px 40px 0px;
    color: #1b1b1b;
    text-align: left;
    font-size: 18px;
}

#trainings .description {
    background: #000000;
    color: #ffffff;
}

#trainings .description .container {    
    background: #000000 url(../img/handsmoke.jpg) no-repeat right bottom;
    color: #ffffff;
}

#trainings .description .content {
    color: #ffffff;
}

#trainings h2 {
    color: #b31c27;
}

#trainings .content .text {
    padding: 0 650px 0 0;
}

#trainings .content ul {
    margin: 0 0 20px 0;
    padding: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

#trainings .content ul li {
    margin-left: 25px;
}

#trainings .counter {
    position: relative;
    min-height: 492px;
    padding: 40px 0 40px 0;
    box-sizing: border-box;
    background: #f6f6f6 url(../img/trainings_counter.html) 50% 0 no-repeat fixed;
    background-attachment: fixed;
    background-size: cover;
    color: #1b1b1b;
    text-align: center;
}

#trainings .counter > h2 {
    margin: 0 0 40px 0;
    text-align: center;
    font-size: 36px;
}
#trainings .counter #timeleft {
    margin-bottom: 30px;
}
#trainings .counter .countdown_row {
    margin: 0 auto;
}
#trainings .counter .countdown_section {
    display: inline-block;
    margin: 0 30px;
}
#trainings .counter .countdown_amount {
    color: #606060;
    font-size: 60px;
}
#trainings .counter .countdown_amount p {
    margin: 0;
    line-height: 30px;
    font-size: 30px;
    text-transform: lowercase;
}
#trainings .counter .col {
    float: left;
    width: 25%;
    margin-bottom: 20px;
}
#trainings .counter .col h2 {
    margin: 0 0 10px 0;
    font-size: 30px;
}
#trainings .counter .col p {
    margin: 0;
    font-size: 18px;
}
#trainings .counter .signup {
    text-align: center;
}
#trainings .counter .signup a {
    display: inline-block;
    line-height: 65px;
    padding: 0 15px;
    background: #B31C27;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 300;
    transition: all 0.2s;
}
#trainings .counter .signup a:hover {
    color: #cccccc;
}
#trainings .attend {
    position: relative;
}
#trainings .attend .container {
    background: #ffffff;
    color: #000;
}

#trainings .mapFullWidth {
    height: 440px;
    background: #ffffff;
}

.mapFullWidth #map3 {
    height: 100%;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}

#yearslist
{
	position: absolute;
	right: 10px;
	top: 10px;
    text-align: right;
}


.sbHolder {
  float: right;
  background-color: #2d2d2d;
  border: solid 1px #515151;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 30px;
  position: relative;
  width: 200px;
  margin-left: 10px;
}

.sbHolder:focus .sbSelector {}

.sbSelector {
  display: block;
  height: 30px;
  left: 0;
  line-height: 30px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 170px;
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  color: #ffffff;
  outline: none;
  text-decoration: none;
}

.sbToggle {
  background: url(../img/select-icons.png) 0 -116px no-repeat;
  display: block;
  height: 30px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}

.sbToggle:hover {
  background: url(../img/select-icons.png) 0 -167px no-repeat;
}

.sbToggleOpen {
  background: url(../img/select-icons.png) 0 -16px no-repeat;
}

.sbToggleOpen:hover {
  background: url(../img/select-icons.png) 0 -66px no-repeat;
}

.sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151;
}

.sbHolderDisabled .sbHolder {}

.sbHolderDisabled .sbToggle {}

.sbOptions {
  background-color: #212121;
  border: solid 1px #515151;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 200px;
  z-index: 1;
  overflow-y: auto;
}

.sbOptions li {
  padding: 0 7px;
}

.sbOptions a {
  border-bottom: dotted 1px #515151;
  display: block;
  outline: none;
  padding: 7px 0 7px 3px;
}

.sbOptions a:link,
.sbOptions a:visited {
  color: #ddd;
  text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #fff;
}

.sbOptions li.last a {
  border-bottom: none;
}

.sbOptions .sbDisabled {
  border-bottom: dotted 1px #515151;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
  border-bottom: dotted 1px #515151;
  color: #EBB52D;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
  padding-left: 17px;
}

.article-comment
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid rgb(185, 185, 185);
}
.article-comment-date, .article-comment-text, .article-comment-author
{
	display: inline-block;
	margin: 5px 0px;
}
.article-comment-date
{
	font-style: italic;
}
.article-comment-text
{
	display: block;
	word-break: break-all;
}
.article-comment-author
{
	font-weight: bold;
}


/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
 -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* glenn */
/* subscribe button footer */
a.btn-link {
	height: 30px;
    line-height: 30px;
    padding: 10px 15px;
    background: #1b1b1b;
    color: #fff;
    font-weight: 400;
	border: 1px solid #000000;
    cursor: pointer;
}

a.btn-link:hover {
    background: #b31c27;
	
}