/* === BASE === */

@font-face {
  font-family: "Open Sans";
  src: url("templates/fonts/Century Gothic.ttf") format("ttf"),
       url("templates/fonts/GOTHICB0.TTF") format("ttf");
}



.custom_slider{
	height:100vh;
}

div#header *,
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;
    color: #ffffff;
    /* font-family: 'Lato', sans-serif; */
	 font-family: "Century Gothic", CenturyGothic, sans-serif!important;
    font-size: 16px;
    text-align: justify;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #7a7a7a;
}

a:hover {
    color: #ed1c24;
}

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#header {
    background: #fff;
    height: 90px;
    width: 100%;
    z-index: 999999999;
    border-bottom: 2px solid #ed1c24;
   /* position: fixed;*/
   position:relative;
}

div#header a#responsive-toggle {
    display: none;
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 10px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    color: #4a4a4a;
    cursor: pointer;
    z-index: 9999999999;
}

div#header a#header-logo {
    display: inline-block;
    height: 77px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

div#header a#header-logo img {
  /*   width: 191px;
    height: 60px; 
    margin: 0px 8px;*/
}

div#header ul {
    height: 78px;
    display: block;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    float: left;
}

div#header ul li {
    height: 78px;
    display: block;
    float: left;
}


/* div#header ul li.withsubmenu
{
        background: url("../img/dropdown.png") no-repeat scroll center bottom transparent;
} */

div#header ul li a.frsttlvl {
   /* font-weight: bold;*/
    display: block;
    color: #4a4a4a;
    text-transform: uppercase;
    padding: 41px 3px 0px;
    height: 100%;
    font-size: 14px;
    text-align: center;
}

div#header ul li a.frsttlvl:hover {
    color: #ed1c24;
}

div#header ul li a.frsttlvl.lang_ua {
    font-size: 8px;
}


/* === HEADER - RIGHT ZONE === */

div#search_input {
    background: #ed1c24;
}

div#search_input b,
div#search_input i {
    color: #fff;
}

div#header-rightzone {
    float: right;
}

div#header-rightzone div {
    padding: 20px 5px;
    text-align: center;
    height: 90px;
    min-width: 50px;
    line-height: 24px;
    border-right: 1px solid #ccc;
    float: left;
    font-size: 15px;
	text-transform:uppercase;
	
}

div#header-rightzone #header-socials {
    padding: 15px 25px;
	background-color: #e1e2e3;
	
}

div#header-rightzone #header-socials span#currlanglabel {
    font-size: 10px;
    color: #4a4a4a;
    display: block;
}

div#header div#header-rightzone div#header-socials div#langswitcherchooser {
    z-index: 9999999999;
    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#header div#header-rightzone div#header-socials div#langswitcherchooser.lang-chooser-is-opened {
    padding: 30px 30px;
    height: auto;
    opacity: 1;
    visibility: visible;
	border-bottom: 2px solid #ed1c24;
	line-height: normal !important;
}
div#header div#header-rightzone div#header-socials div#langswitcherchooser span {
	display: block;
	height: auto;
}

div#header div#header-rightzone div#header-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#header div#header-rightzone div#header-socials div#langswitcherchooser hr {
	color: #4a4a4a;
	background-color: #dbdbdb;
	border-color: #dbdbdb;
	text-align: left;
	margin-left: 9px;
	margin-right: 9px;
}

div#header div#header-rightzone div#header-socials div#langswitcherchooser span#langchoosethearea {
	margin-bottom: 7px;
}
div#header div#header-rightzone div#header-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#header div#header-rightzone div#header-socials div#langswitcherchooser span#langchoosethearea a.lang-area-button-selected {
	border: 1px solid #4a4a4a !important;
	color: #4a4a4a !important;
}
div#header div#header-rightzone div#header-socials div#langswitcherchooser span#langchoosethearea a span {
	display: inline-block;
	margin-bottom: 10px;
}

div#header div#header-rightzone div#header-socials div#langswitcherchooser span#langchoosethelang {
	padding: 30px 0;
	text-align: center;
}
div#header div#header-rightzone div#header-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#header div#header-rightzone div#header-socials div#langswitcherchooser span#langchoosethelang .btn-language.active {
	border: 1px solid #4a4a4a;
	color: #4a4a4a;
}
div#header div#header-rightzone div#header-socials div#langswitcherchooser span#langchoosethelang .btn-language .inlangcode {
	position: absolute;
	bottom: 0px;
	left: 1px;
	font-size: 9px;
	color: #818181;
	opacity: 0;
}
div#header div#header-rightzone div#header-socials div#langswitcherchooser span#langchoosethelang .btn-language:hover .inlangcode {
	opacity: 1;
}
div#header div#header-rightzone div#header-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.png");
	background-position: right 10px center;
	background-repeat: no-repeat;
	border: 1px solid #a8a8a8;
	font-size: 14px;
	color: #4a4a4a;
	text-transform: uppercase;
}
div#header div#header-rightzone div#header-socials div#langswitcherchooser span#langchoosethelang span.langboxes select::-ms-expand {
	display: none !important;
}
div#header div#header-rightzone div#header-socials div#langswitcherchooser span#langchoosethelang span.langboxes button {
	width: 125px;
	height: 43px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #ed1c24;
	background-color: #ed1c24;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
}

div#header div#header-rightzone div#header-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#header-rightzone div:nth-of-type(2) {
    line-height: 25px;
}

div#header-rightzone div:nth-of-type(2) b {
    font-size: 10px;
}

div#header-rightzone div a {
    color: #4a4a4a;
}

div#header-rightzone div a:hover {
    opacity: 0.7;
}

div#header div#header-rightzone div#search_input input {
    z-index: 9999999999;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 78px;
    padding: 0px;
    border: 0px;
    color: #ffffff;
    width: 200px;
    height: 0px;
    background-color: #ed1c24;
    line-height: 20px;
    opacity: 0;
    visibility: hidden;
}

div#header div#header-rightzone div#search_input:hover input {
    width: 200px;
    padding: 10px;
    height: 35px;
    opacity: 1;
    visibility: visible;
}


/* === HEADER - SUBMENU STYLES === */

div#header ul li.withsubmenu div.submenu-container {
    z-index: 9999999999;
    position: absolute;
    left: 0px;
    top: 78px;
    width: 100%;
    height: 0px;
    padding: 1px;
    background-color: #ffffff;
    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#header ul li.withsubmenu:hover div.submenu-container {
    border-top: 2px #ed1c24 solid;
    min-height: 441px;
    height: auto;
    padding: 1px;
    opacity: 1;
}
/* menu Enquire form */
div#header ul li.withsubmenu div.submenu-container-2 {
    z-index: 9999999999;
    position: absolute;
    right: 0px;
    top: 78px;
    width: 30%;
    height: 0px;
    padding: 1px;
    background-color: #ffffff;
    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;
    border:1px solid #ed1c24;
}
/*div#header ul li.withsubmenu:hover div.submenu-container-2 {
    min-height: 441px;
    height: auto;
    padding: 15px;
    opacity: 1;
}
*/
div#header ul li.withsubmenu div.submenu-container-2 {
    min-height: 441px;
    height: auto;
    padding: 15px;
    opacity: 1;
}

.form-wrapper select{width:30%;}
/* menu Enquire form */


div#header ul li.withsubmenu div.submenu-container div.submenu-left-col,
div#header ul li.withsubmenu div.submenu-container div.submenu-right-col {
    float: left;
}

div#header ul li.withsubmenu div.submenu-container div.submenu-left-col {
    width: 270px;
}

div#header ul li.withsubmenu div.submenu-container div.submenu-right-col {
    height: 0px;
    overflow: hidden;
    font-size: 13px;
    width: 895px;

    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#header ul li.withsubmenu div.submenu-container div.submenu-right-col h4 {
    font-weight: normal;
    margin: 10px;
    margin-bottom: 2px;
    padding: 0px;
    font-size: 26px;
}

div#header ul li.withsubmenu div.submenu-container div.submenu-right-col.select-this {
    height: auto;
    overflow: visible;
    padding-bottom: 1px;
    opacity: 1;
}

div#header ul li.withsubmenu div.submenu-container div.submenu-left-col img#submenu-image {
    display: block;
    width: 100%;
    height: auto;
}

div#header ul li.withsubmenu div.submenu-container div.submenu-left-col a {
    color: #ffffff;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 33px;

    padding-left: 20px;
    background-color: #ed1c24;
    margin-top: 1px;
    font-weight: 400;
}

div#header ul li.withsubmenu div.submenu-container div.submenu-left-col a.select-this,
div#header ul li.withsubmenu div.submenu-container div.submenu-left-col a:hover {
    background-color: #F2F2F2;
    color: #000000;
    position: relative;
}

div#header 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: 34px;
    position: absolute;
    top: 0px;
    right: -15px;
}


/* === HEADER - SUBMENU STYLES - CATEGORIES === */

div#header ul li.withsubmenu div.submenu-container div.submenu-right-col div.menu-content-cats {
    width: 100%;
    height: 100%;
    height: 0px;
    min-height: 470px;
    float: left;
}

div#header 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#header ul li.withsubmenu div.submenu-container div.submenu-right-col div.menu-content-cats div.cats-cont a {
    color: #ed1c24 !important;
    text-align: center;
    display: inline-block;
    width: 24%;
    height: 130px;
    position: relative;
    /* overflow: hidden; */
    margin-bottom: 21px;
}

div#header ul li.withsubmenu div.submenu-container div.submenu-right-col div.menu-content-cats div.cats-cont a:hover {
    color: #000000 !important;
    z-index: 99999999;
}

div#header 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#header 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#header 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;
	border:1px solid #e2e2e2;
    /* 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#header 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: 10000px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel_menu li {
    float: left;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    width: 895px;
    height: 0px;
    min-height: 470px;
}


/*
@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: 999999999;
    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@2x.png');
}

.jcarousel_menu-control-next {
    right: 0px;
    background-image: url('../img/popup_next@2x.png');
}


/* === FOOTER === */

#footer {
    background-color: #1b1b1b;
    font-size: 12px;
    text-align: left;
}

#footer p {
    color: #7a7a7a;
}

#footer ul {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
}

#footer ul li {
    padding: 0 0 0 10px;
    background: url(../img/footer-li.png) no-repeat 0 4px;
    text-align: left;
}

#footer a {
    color: #7a7a7a;
}

.footer-col {
    width: 200px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px #373737 solid;
    border-left: 1px #000 solid;
    min-height: 260px;
}

#footer .footer-col:first-of-type {
    border-left: 0px;
    width: 370px;
}

#footer .footer-col:nth-of-type(5) {
    border-right: 0px;
}

#footer span.fa-facebook,
#footer span.fa-twitter,
#footer span.fa-youtube,
#footer span.fa-google-plus,
#footer span.fa-instagram,
#footer span.fa-linkedin {
    display: inline-block;
    width: 15px;
}

.footer-footer-col-header {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}

.footer-footer-col-text {
    color: #ffffff;
}

.footer-logo {
    text-align: center;
    height: 90px;
    position: relative;
    top: -40px;
    margin-bottom: -40px;
}

.footer-logotypes {
    clear: both;
    padding: 30px 0;
    text-align: center;

}

.footer-copyrights {
    border-top: 0px #000 solid;
    color: #cccccc;
    line-height: 65px;
}

.footer-copyrights a {
    color: #ffffff;
}

.tslt {
    line-height: 60px;
    float: right;
}

#footer_copy {
    background: #ed1c24;
    font-size: 13px;
    overflow: hidden;
}
.edirect{
    margin-top:-30px;
    float:left; 
    clear:both;
    opacity: 0.6;
    transition: all 0.2s;
}
.edirect img {
    margin-top:-7px;
    vertical-align: middle;
}
.edirect:hover {
    opacity: 0.8;
}


.footer-col:hover ul li {
    background: url(../img/footer-lih.png) no-repeat 0 4px !important;
}

.footer-col:hover a:hover {
    color: #ed1c24 !important;
}

.footer-col:hover .footer-footer-col-text,
.footer-col:hover .footer-footer-col-text div,
.footer-col:hover .footer-footer-col-text div p,
.footer-col:hover .footer-footer-col-header,
.footer-col:hover,
.footer-col:hover a {
    color: #ffffff !important;
}

#foot-newsletter {
    position: relative;
    top: 2px;
    width: 220px;
}

#foot-newsletter input {
    padding: 5px;
    width: 100%;
    font-size: 12px;
    height: 32px;
}

#foot-newsletter > button {
    color: #ffffff;
    background-color: #1b1b1b;
    background: #1b1b1b;
    border: 0px;
    border-radius: 0px;
    position: absolute;
    right: 0px;
    z-index: 9;
    top: 15px;
    height: 33px;
    width: 33px;
}

#foot-newsletter .form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 255, 255, 0.6);
}


/* === REVOLUTION SLIDER === */

.tp-banner-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    background: #ffffff;
}

.tp-banner ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.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: 9999;
    bottom: 0px;
    width: 100%;
    height: 300px;
    padding: 0px;
    text-align: center;
    overflow: hidden;
}

.home_seven_section-item {
    position: relative;
    z-index: 500;
    border: 0px;
    display: inline-block;
    width: 370px;
    height: 300px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
    padding: 0px;
    background-color: #ffffff;
    color: #000000;
    overflow: hidden;
    transition: all 0.6s;
}

.index .home_seven_section-item {
    bottom: -247px;
}

.home_seven_section-item:hover {
    bottom: 0;
}

.home_seven_section-header {
    position: relative;
    width: 100%;
    line-height: 40px;
    padding: 5px;
    padding-left: 15px;
    border-top: 3px solid rgba(179, 28, 39, 1);
    background-color: #ffffff;
    color: #ed1c24;
    font-size: 16px;
    font-weight: bold;
    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;
}

.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: 370px;
    height: 180px;
}

.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%;
}

.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: -20px;
    left: 164px;
}

.home_seven_section-text {
    font-size: 14px;
    padding: 15px 20px;
    text-align: center;
    position: relative;
}


/* === DIVIDER - LOGOS UNDER REVOLUTION SLIDER === */

#home_second_section {
    background: #fff;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
  
}


/* === MAINPAGE - SOLUTIONS AND MARKETS === */

#home_fifth_section {
    width: 100%;
    background-color: #d7d7d7;
}

.home_fifth_section-left,
.home_fifth_section-right {
    font-weight: 400;
    float: left;
    padding: 40px;
    min-height: 220px;
    /*min-height: 320px;*/
    width: 50%;
}

.home_fifth_section-container_left {
    float: right;
    max-width: 530px;
}

.home_fifth_section-container_right {
    float: left;
    max-width: 530px;
}

.home_fifth_section-left-header,
.home_fifth_section-right-header {
    font-size: 24px;
    margin-bottom: 10px;
}

.home_fifth_section-left-text,
.home_fifth_section-right-text {
    font-size: 14px;
    max-width: 464px;
}

.home_fifth_section-left-button a,
.home_fifth_section-right-button a {
    float: right;
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
    padding: 20px;
    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 #ed1c24;
    color: #ed1c24;
}

.home_fifth_section-left-button a:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: #ed1c24;
}

.home_fifth_section-right-button a {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.home_fifth_section-right-button a:hover {
    border: 1px solid #ed1c24;
    color: #ed1c24;
    background-color: #ffffff;
}

.home_fifth_section-left {
    text-align: left;
    background: #ebebeb url(../img/img-home-9.jpg) no-repeat left center;
}

.home_fifth_section-left-header {
    color: #ed1c24;
}

.home_fifth_section-left-text,
.home_fifth_section-left-text div {
    color: #000000;
    float: right;
    font-size: 14px;
}

.home_fifth_section-right {
    text-align: left;
    background: #ed1c24 url(../img/img-home-10.jpg) no-repeat right center;
}

.home_fifth_section-right-header {
    color: #ffffff;
}

.home_fifth_section-right-text,
.home_fifth_section-right-text div {
    float: left;
    color: #ffffff;
}


/* === MAINPAGE - BOXES AT THE BOTTOM + MILO EFFECT === */

#section_home_new {
    background: #d7d7d7;
}

.section_home_new {
    max-width: 100%;
    padding: 0px;
    overflow: hidden;
    width: 25%;
    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: 500;
    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: #ed1c24;
    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: 9999999999;
}

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.png);
    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 #ed1c24;
}

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: #ed1c24;
    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.png);
    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: #ed1c24 !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.jpg);
    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: #ed1c24;
    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 #ed1c24;
    margin-bottom: 60px;
    height: auto;
}

div#sect_related div.home_seven_section-text {
    font-size: 16px;
    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: #ed1c24;
    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: #ed1c24;
}

div#cat-breadcrumbs strong {
    color: #ed1c24;
}

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: #ed1c24;
}

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 .fa {
    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: 999999;
}

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: #ed1c24;
    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: #ed1c24;
}

div.portfolio .portfolio-desc-wrapper .entry-share a {
    color: #ed1c24;
}

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: #ed1c24;
    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: #ed1c24 !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 #ed1c24;
}

.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: #ed1c24;
}

@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 #ed1c24;
    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: #ed1c24;
    width: 14px;
}

.col .cell-wrapper .cell .viewonmap {
    position: absolute;
    top: 35px;
    right: -5px;
    font-size: 12px;
    font-weight: 700;
    color: #ed1c24;
    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 #ed1c24;
}

.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;
    }
    
}

.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 #ed1c24;
}
.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: #ed1c24;
    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: #ed1c24;
    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 #ed1c24;
    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: #b31c27;
    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;
}


/* Enquiry menu bar */
.submit {
    float: left;
    margin-right: 12px;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    background: #b31c27;
    padding: 0 29px;
    margin-top: 16px;
    font-weight: 600;
    height: 32px;
}

.submit:hover {
    background: #1B1B1B;
}

.form .submit:active,
.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: block;
    }
    #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 #ed1c24;
}

#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: #ed1c24;
    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: #ed1c24;
}

#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 50px 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: justify;
    font-size: 15px;
    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#header ul li.withsubmenu div.submenu-container-2{width:100%; padding:15px; margin:0 auto;}
	.enq-btn{padding: 12px 10px!important; height:0px!important;}
	div#header ul li a.frsttlvl{padding: 15px 0px 5px 0px!important;}
}

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: 99999999999;
}

/* trainings */
#trainings .title {
    position: relative;
    width: 100%;
    height: 491px;
    background: #ed1c24 url(../img/trainings_main.jpg) 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: #ed1c24;
}

#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.jpg) 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: #ed1c24;
    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: #1b1b1b;
}

#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;
}

.callus {
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 9999;
    display: none;
}
@media(min-width: 1024px){
.callus {
    display: block;
    width: 240px;
}
}
@media(min-width: 1200px){
.callus {
    width: 260px;
}
}
@media(min-width: 1600px){
.callus {
    width: 280px;
}
}
/* glenn */
.mapFullWidth .map-image {
	height: 100%;
    border-bottom: 1px solid #ed1c24;
    background-image: url(../../images/world-map.png);
    background-position: center;
}

/* 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: #ed1c24;
	
}
#header-logo{margin-right:50px;}
div#header ul li{padding:5px;}

/* bootstrap */
.carousel-control {
  padding-top:5%;
  width:5%;
}
.carousel-control.left{background-image:none;}
.carousel-control.right{background-image:none;}
.carousel h2{color:#000; text-transform:uppercase;}
@media (max-width: 800px)
{
       .custom_slider {
    height: inherit;
}
}
.thumbnail{background-color:none!important; border:none;}
p{text-align:justify;}
div#header ul li.withsubmenu div.submenu-container div.submenu-right-col div.menu-content-cats div.cats-cont a p{height:auto!important;}
div#sub_page h1{font-size:27px;}

div#header ul li.withsubmenu div.submenu-container div.submenu-right-col h4{font-size:20px;}
div#header ul li.withsubmenu div.submenu-container div.submenu-left-col a{font-size:14px;}
#home_second_section{ border-top: 1px solid rgba(179, 28, 39, 1);
}
#home_second_section h1{display:none;}
.tp-banner-container{background-color:rgba(179, 28, 39, 1);}

.video{margin: 0px!important;
height: none!important;
min-height: none!important;}
div#sub_page h3{font-size: 14px;

font-weight: normal;}

.home_fifth_section-left-text div{padding-bottom:13px;!important}
.footer-footer-col-header{margin-top:20px;}
.home_fifth_section-right-text{width:395px; padding-bottom:7px;}

#launcher{display:none;}
.wa-message-us{right: 25px!important;}
#profile{padding:50px;}
.group{padding:10px;}
#about_us3 .span_1_of_3{padding:10px;}


.abt-sec{margin:15px 0px; overflow:hidden; clear:both;}

.gry-bg{background-color:#f2f2f2;}
.abt-btm-cont{padding:50px;}
.pd10{padding:10px 20px;}
.mr-10{margin:10px 0px;}
.row{margin:25px 0px; overflow:hidden;} 
.col1 .contact .fa .fa-fax{display:hidden!important;}

@media (max-width: 460px) {
    
  .carousel h2{font-size: 19px;}
  div#header, div#header ul{position:relative;}
    
}
.bld h2{font-weight:900;}

.carousel-inner>.item {
    -webkit-transition: -webkit-transform .0s ease-in-out !important;
    -o-transition: -o-transform .0s ease-in-out !important;
    transition: transform .0s ease-in-out !important;
	perspective: 3000px!important;
}




.container.gallery-container{box-shadow:none!important;}


div#search_input b, div#search_input i{font-weight:400!important;}

/*gallery*/
	.btn-default{
		background: #fdbe33;
		text-transform: uppercase;
		padding:7px 19px;
		border:none;
		}
	.btn-default:hover{background:#f00; color:#fff;}
	.btn-default:active{background:#f00!important;}

.pd-btm-20{padding-bottom:20px;}
.container.gallery-container{box-shadow:none;}

.enq-btn{background:#ed1c24; color:#fff!important; height:90px!important; font-weight:600; padding:30px 10px!important;}

.pd0{padding-top:0px!important;}
.rq::after{display:none!important;}
.form .submit{background:#ed1c24!important;}
.form-wrapper label, textarea{font-weight:400;}

.list-group-item-text{text-align:center;}
.list-group-item{border: 1px solid #ed1c24; border-left:15px solid #ed1c24;}



.pdt0{padding-top:0px!important;}
.brands h5{text-align:center; font-size:18px;}