﻿/*
 *@developer: Reiyad Alkhatib AKA Onereik - Farwall.com
 *@version: 1.0
*/

@charset "UTF-8";

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul, ol {
	margin: 0 0 0 0;	
}



html,body {
    font-family: 'Karla', sans-serif;
    height: 100%;
    color: black;
    line-height: 1.625;
    background-size: 100% 100%;
    background-attachment: fixed;
    font-size: 1em;
    font-weight: 600;
    background: #f5f5f5;
/*    background: #fdfdfd;*/
}

#wrapper {
    min-height: 100%;
    margin-bottom: -100px;
}

#pre_top {
    background: #354552;
    z-index: 100;
/*    border-bottom: 1px solid rgba(255,255,255,.4) !important;*/
    display: table;
    width: 100%;
    text-align: center;
    font-size: 0.9em;
    padding: 10px 0;
    font-weight: 300;
    position: fixed;
    top: 0;
/*    background: linear-gradient(0deg,rgba(186,209,241,0) 0,rgba(0,0,0,.5) 100%)!important;*/
    color: rgba(255,255,255,.5) !important;
}

#pre_top .fw-inline-cols:first-child {
    float: left;
    font-weight: bold;
}

#pre_top .fw-right {
    float: right;
    font-weight: bold;
}

#pre_top a:link, #pre_top a:visited {
    color: rgba(255,255,255,.5) !important;
}

#pre_top i.fa-phone {
    transform: rotate(110deg);
}

#pre_top i.fas, #pre_top i.far {
    margin-right: 7px;
}

#pre_top p {
    margin: 0;
    padding: 0;
}

#pre_top ul li {
    display: inline-block;
    padding: 0 10px;
}

header#header {
    background: white;
    position: fixed;
    top: 41.2px;
    width: 100%;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255,255,255,.15);
    z-index: 90000000000;
    background: linear-gradient(0deg,rgba(186,209,241,0) 0,rgba(0,0,0,.5) 100%) !important;
    transition: all 0.3s ease-in-out 0s;
}

header#header.fixed_header {
    top: 0;
    background: #354552 !important;
}

#pre_top.hide_pretop {
    display: none;
}

header#header .fw-inline-cols ul {
    display: inline-block;
    float: left;
}

header#header .fw-inline-cols ul:last-child {
    float: right;
    text-align: right;
}

header#header .fw-inline-cols ul:last-child li:first-child {
    padding: 0;
    margin: 0;
}

header#header a.btn {
    background: #f9b938 !important;
    color: black !important;
    padding: 22px;
}

header#header .fw-inline-cols ul li:first-child {
    margin-right: 30px;
}

/*header#header .fw-inline-cols ul li {
    padding: 0 20px;
    margin-bottom: 20px;
    list-style: none;
}*/

header#header .fw-inline-cols  ul li:last-child {
    margin-bottom: 0;
}
    
header#header .fw-inline-cols i.fas, header#header .fw-inline-cols i.far {
    font-size: 1.5em;
}

header#header .fw-inline-cols:last-child {
    text-align: left;
}

header#header .centered-container {
    position: relative;
}

#top-bar {
    padding: 10px 0;
}

.fw-push, footer#footer {
    min-height: 100px;
}

.right-col {
    float: right;
}


header#header .fw-padd {
    padding: 10px 0 0;
}

#logo h1 {
    font-size: 1.75em;
    margin-bottom: 0.3em;
}

#logo img {
    max-height: 65px;
}

nav#nav {
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding: 16px 0;
}

nav#nav .centered-container {
    padding: 0;
}

#top-menu {
    margin: 0;
    font-family: 'Karla', sans-serif;
}

#top-below-inner-content {
/*    background: white;*/
    border: solid 1px #e6e6e6;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-bottom: 20px;
}

.below-component {
	display: table;
}

#top-below-inner-content {
    margin-top: 50px;
}

.top-align {
    vertical-align: top;
}

#top-menu {
    position: relative;
    text-align: left;
}

#top-menu ul {
    width: 100%;
	margin-bottom: 0;
}

#top-menu ul.nav-child {
    width: auto;
}

#top-menu a:link, #top-menu a:visited {
	text-decoration: none !important;
}

#top-menu ul li {
    display: inline-block;
    font-size: 0.9em !important;
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    position: static;
    margin: 0;
}

#top-menu ul li:last-child {
    margin-right: 0;
}

#top-menu ul > li.parent > a:link:after {
    font-family: 'FontAwesome';
    content:"\f107";
    position: absolute;
    right: 5px;
}

#top-menu ul.nav > li i.fa {
    display: none;
}

#top-menu ul li:last-child {
    border-right: none;
    margin-right: 0;
}


#top-menu ul li a:link {
    color: inherit;
    transition: color 0.3s ease, background 0.5s ease-out;
    text-decoration: none;
    display: block;
    padding: 7px 25px;
    line-height: 30px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background: transparent;
    border-radius: 0;

}

#top-menu ul li a:last-child {
    padding-right: 0px;
}


#top-menu ul li a:visited {
	color: inherit;
	font-size: 1em;
	text-decoration: none;
}

#top-menu ul li > span a:hover {
	text-decoration: none;
}

#top-menu ul li.active a {
    color: white;
}

#top-menu ul li a:hover {
    color: #0570d1;
}

#top-menu ul li.active {

}

#top-menu ul.nav > li > ul.nav-child {
    z-index: 99999999 !important;
    position: absolute;
    display: none;
    padding-left: 10px;
    text-align: left;
    padding: 5px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid #277cbd;
    background: #f3f3f3;
    padding: 10px 0;
    min-width: 200px;
/*    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;  */
}

#top-menu ul.nav > li > ul.nav-child li a i.fa {
    display: inline-block;
    color: #666;
    font-size: 1em;
    font-weight: light;
    width: unset;
    padding: 0 5px;
	position: absolute;
	right: 15px;
}


#top-menu ul li:hover > ul.nav-child {

}



#top-menu ul.nav > li > ul.nav-child > li {
	float: none;
	display: block;
	border: none;
	text-align: left;
	margin: 0 !important;
	margin-bottom: 0.1em !important; 
	font-weight: bold !important;
	font-size: 1em !important;
}


#top-menu ul.nav > li > ul.nav-child > li.divider {
    margin-right: 10px !important;
}

#top-menu ul.nav > li > ul.nav-child > li .separator img {
    max-height: 150px;
}

#top-menu ul.nav > li > ul.nav-child > li .separator .image-title {
    font-size: 0;
}

#top-menu ul.nav-child li a:link, #top-menu ul.nav-child li a:visited {
	color: black !important; 
        background: transparent;
        font-size: 0.9em;
        font-weight: lighter;
	text-decoration: none !important;
        padding: 0 20px;
        transition: all 0s;
}


#top-menu ul.nav-child li:hover > a:link,
#top-menu ul.nav-child li:hover > a:visited {
	background: #277cbd !important;
	color: white !important;
}

#top-menu ul li ul.nav-child li a, #top-menu ul.nav-child ul.nav-child li a {
/*     height: 20px; */
/*    line-height: 20px;*/
    text-transform: none !important;
}

#top-menu ul.nav-child ul.nav-child {
    display: none;
	position: absolute;
	left: 100%;
	margin-top: -30px;
	/* border: 1px solid #277cbd; */
	box-shadow: 1px 1px 30px #277cbd;
	background: white;
	width: 300px;
}

#top-menu ul.nav-child ul.nav-child li {
    display: static;
	width: 100%;
    line-height: auto;
	height: auto;
    padding: 6px 0;
    border: none;
	margin-right: 0;
}

#top-menu ul.nav-child ul.nav-child li a:link {
	font-size: 0.9em;
}

#fw-breadcrumbs {
    border-bottom: 1px solid #f2f2f2; 
}

#fw-contactus {
    text-align: center;
    background: #f3f3f3;

}

#container.fw_hide_component {
    display: none;
}

#fw-contactus form {
    margin: 0 auto;
}

#fw-contactus input, #fw-contactus textarea {
    width: 40%;
}

#slideshow {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

#slideshow .n2-ss-layer-row {
    border-radius: 20px;
}

/*#slideshow:after {
    content: "";
    position: absolute;
    background: #f5f5f5;
    left: 0;
    transform: skewY(8.2deg);
    height: 130px;
    bottom: -63px;
    width: 50%;
}

#slideshow:before {
    content: "";
    position: absolute;
    background: #f5f5f5;
    right: 0;
    transform: skewY(-8.2deg);
    height: 130px;
    bottom: -63px;
    width: 50%;
    z-index: 100 !important;
}*/


.nextend-thumbnail-scroller-group > .n2-ow {
    border-bottom: 10px solid #0570d1 !important;
}

div#n2-ss-6 .nextend-thumbnail-horizontal .n2-ss-caption {
    background: rgba(255,255,255,0.7);
    border-bottom: 3px solid #0570d1 !important;
}

#slideshow .centered-container {
    width: 100%;
}


#section1 {
    text-align: center;
}

#section1.fw-modh3 .moduletable > h3:first-child,
#slideshow.fw-modh3 .moduletable > h3:first-child {
    font-size: 2.5em;
    padding-bottom: 0;
    margin-bottom: 10px;
    margin-bottom: 40px;
/*    border-bottom: 1px solid black;*/
}

#section1 .custom, #section2 .custom, #section4 .custom {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    line-height: 2em;
    font-weight: 300;
    font-size: 1.4em;
}

#section1 ul.machinery-menu {
    display: table;
    margin: 0 auto;
    text-align: center;
}

#section1 ul.machinery-menu li {
    display: inline-block;
    padding: 5px 20px;
    margin: 0px 10px;
     background:#0570d1;
}



#section1 ul.machinery-menu li a:link, #section1 ul.machinery-menu li a:visited {
    color: white;
    text-decoration: none;
   
}

#section2 {
    text-align: center;
}

#section2 h4 {
    font-size: 1.4em;
    color: white;
    background: #0570d1;
    padding: 20px 10px;
}

#section2 img {
    padding: 10px;
}

#section2 h2 span {
    color: #0570d1;
}

#section2 h2 a:link, #section2 h2 a:visited {
    color: #0570d1;
    text-decoration: none;
}

#section2 span a:link, #section2 span a:visited {
    color: #0570d1;
    font-weight: 900;
    text-decoration: none;
}


#section1 .custom p {
    margin-top: 0;
    margin-bottom: 40px;
}

#section1 .custom a.btn {
    text-align: center;
    margin: 0 auto;
    display: block;
}

#section1.fw-padd {
    padding-top: 60px;
    padding-bottom: 0;
}

#section1 .fw-inline-cols {
    vertical-align: top;
}

#section1 .fw-inline-cols:first-child {
/*    padding-right: 40px;*/
}

#section2 .centered-container {
    width: 1100px;
}

#section6 {
    display: table;
    width: 100%;
}

#section1 .fw-inline-cols:first-child h3:first-child, 
#section2 h3:first-child, #section3 h3:first-child,
#section4 h3:first-child, #section6 h3:first-child,
#section7 h3:first-child {
    font-size: 2.5em;
    margin-bottom: 40px;
    text-align: center;
}

#section1 h1 {
    font-size: 2.4em;
    font-weight: bolder;
}

#section5 {
    background: url('../images/section5.jpg');
    display: flex;
    color: white;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#section5:before {
    content: "";
    left: -70px;
    box-shadow: 4px 1px 0 2px #f5f5f5;
    transform: skew(-58deg,10deg);
    position: absolute;
    top: 20px;
    width: 170px;
    height: 80px;
    background: #222;
    z-index: 100;
}

#section5:after {
    content: "";
    right: -70px;
    box-shadow: -4px 1px 0 2px #f5f5f5;
    transform: skew(58deg,-10deg);
    position: absolute;
    top: 20px;
    width: 170px;
    height: 80px;
    background: #222;
    z-index: 100;
}

.fw-trans-layer:before {
    content: "";
    position: relative;
    height: 36px;
    width: 100%;
    background: #f5f5f5;
    z-index: 99;
    display: table;
}


#section5 .fw-padd {
    padding: 90px 0;
}


#section5  h2, #section5 h3 {
    color: #0570d1;
    font-size: 2.8em;
    font-weight: 600;
    margin-bottom: 10px;
    text-shadow: 0px 0px 10px white;
}

#section5 p {
    font-weight: 300;
    text-shadow: 0px 0px 10px #0570d1;
}



/*#section5 h3 {
    font-size: 2.8em;
    font-weight: 300;
    color: white;
}*/

#section7 {
    text-align: center;
}

#section7 .centered-container {
    max-width: 700px;
}

#section7 ul li {
    list-style: none;
    text-align: left;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 2em;
}

#section7 ul li:before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
}

#section9 {
    background: #e9e9e7;
    margin-bottom: 40px;
}

#section9 .fw-three-cols {
    float: left;
    vertical-align: top;
}

#section9 .moduletable {
    padding: 0 15px;
    text-align: justify;
    color: #90908e;
}

#section9 h3 {
    font-size: 1em;
    padding: 9px 15px;
    border: 2px solid #90908e;
    color: inherit;
    margin-bottom: 15px;
}

#section9 .moduletable p {
    font-size: 0.8em;
}

#section9 .centered-container {
    padding: 30px 0;
}

#section9 .middle-col .moduletable p {
    padding: 32px;
    border: 2px solid #90908e;
    text-align: center;
}

#section7 {
    background: #ebebeb;
}

#section2 img {
    text-align: center;
}

#section2 .fw-tents-con {
    display: table;
    width: 100%;
    white-space: nowrap;
    line-height: 1.6;
    font-weight: 300;
    
}

.fw-tents-con .fw-inline {
    display: inline-block;
    white-space: normal;
    width: 33%;
    text-align: center;
    vertical-align: top;
}

.fw-tents-con .fw-inline .fw-tent-icon {
    width: 108px;
    height: 108px;
    line-height: 108px;
    margin: 0 auto;
    text-align: center;
    border-radius: 100%;
    background: #f9b938;
    margin-bottom: 15px;
}

.fw-tents-con .fw-inline .fw-tent-icon img {
    vertical-align: middle;
}



#section3 {
    text-align: center;
    display: table;
    width: 100%;
}

#section4 {
    text-align: center;
    display: table;
    width: 100%;
}

#section4 h3 {
    font-size: 33.5px !important;
    font-weight: 900;
    color: #333;
}


#section4 .centered-container {
    border-top: 1px solid #f4f4f4;
}

.bottom-full {
	display: table;
}

#section3 .fw-card-wrapper {
    margin-bottom: 0;
}


#section3 i {
    width: 50px;
    float: left;
    padding-right: 10px;
    color: #0570d1;
    font-size: 2em;
/*    filter: invert(42%) sepia(25%) saturate(2327%) hue-rotate(109deg) brightness(101%) contrast(101%);*/
}

#section3 strong {
    font-size: 1.2em;
}

#section3 .dada-card-container p {
    font-size: 1em;
    font-weight: 300;
}

#section3 h2 span {
    color: #0570d1;
}

#section3 .dada-item div {
    overflow: hidden;
}

.dada-card-container {
    display: table;
    width: 100%;
}

.dada-card-container .dada-item {
    display: table-cell;
    width: 33%;
    border: 1px solid #404040;
    border-left: none;
    padding: 10px;
    text-align: left;
}

.dada-card-container .dada-item:first-child {
    border-left: 1px solid #404040;
}




.fw-right-col, .shared_width {
    display: inline-block;
    float: left;
}

#inner-component-container .shared_width .fw-comp-con {
    padding-right: 30px;
}


.fw-left-col .moduletable h3:first-child {
    text-transform: uppercase;
    background: #277cbd;
    padding: 10px 15px;
    font-size: 1.1em;
    color: white;
}

.fw-left-col ul.nav {
    margin-top: 20px;
}

.fw-left-col ul.nav li a:link, .fw-left-col ul.nav li a:visited {
    color: black;
    text-decoration: none;
    margin-bottom: 8px;
}

footer#footer {
    color: white;
}

footer#footer ul.nav li i.fa {
    display: none;
}

footer#footer ul.nav li a:link, footer#footer ul.nav li a:visited,
footer#footer ul.nav li a:active {
    color: inherit;
    text-decoration: none;
    margin-bottom: 4px;
}

footer#footer .fw-inline-cols {
    vertical-align: top;
}

footer#footer .fw-inline-cols .moduletable:first-child {
	padding: 0 20px;
}

footer#footer .fw-padd {
    padding: 25px 0;
}

footer#footer .fw-four-cols:first-child {
    padding-left: 0;
}

footer#footer .fw-four-cols {
    width: 25%;
    padding: 0 15px;
}

footer#footer .fw-four-cols p:last-child, #footer-bot p {
    padding-bottom: 0;
    margin-bottom: 0;
}

#footer-bot a:link, #footer-bot a:visited {	color: #999 !important;}

footer#footer ul.nav li a {
    transition: all 0.3s ease-in-out 0s;
    display: block;
    position: relative;
    font-size: 1.1em;
}

footer#footer ul.nav li a:hover {
    padding-left: 22px;
    color: #0570d1;
}

footer#footer ul.nav li a:before {
    content: "\f35a";
    font-family: 'Font Awesome\ 5 Free';
    position: absolute;
    top: 1px;
    left: 1px;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
}

footer#footer ul.nav li a:hover:before  {
    opacity: 1;
    color: #0570d1;
}

footer#footer a:link, footer#footer a:visited {
    color: white;
}

footer#footer img {
    max-width: 200px;
}


#footer-top .fw-inline-cols h2 {
    font-size: 1em;
    color: rgba(255,255,255,0.8);
}

#footer-top .fw-inline-cols-container {
    padding: 30px 0px;
}

#footer-top .fw-inline-cols-container .fw-inline-cols {
    text-align: left;
}

#mod_nspro input, #mod_nspro textarea, #mod_nspro select {
    width: 100%;
}

#footer-top input.btn {
    background: #dc2d13 !important;
    color: white !important;
    margin: 0;
}

#footer-top {
    background: url('../images/footer_bg.jpg');
    display: flex;
    color: white;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: 50% 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
/*    z-index: -3;*/
}


#footer-top:before {
    content: "";
    left: -70px;
    box-shadow: 4px 1px 0 2px #f5f5f5;
    transform: skew(-58deg,10deg);
    position: absolute;
    top: 20px;
    width: 170px;
    height: 80px;
    background: #0570d1;
    z-index: 100;
}

#footer-top:after {
    content: "";
    right: -70px;
    box-shadow: -4px 1px 0 2px #f5f5f5;
    transform: skew(58deg,-10deg);
    position: absolute;
    top: 20px;
    width: 170px;
    height: 80px;
    background: #0570d1;
    z-index: 100;
}

#footer-top .fw-trans-layer {
/*    z-index: -2;*/
    background: rgba(24, 24, 24, 0.5);
}

#footer-top .fw-trans-layer:before {
/*    z-index: -1;*/
}


#footer-bot a:link, #footer-bot a:visited {
    color: #999;
}

#footer-bot .fw-copyright {
    color: #999;
    -webkit-animation-duration: 1.9s;
    animation-duration: 1.9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	text-align: center;
}

#footer-bot .fw-copyright.fw-start {
    animation-name: slideInRight;
}

#footer h3 {
    color: white;
    font-size: 1.8em;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
}

#footer h3:after {
    content: "";
    width: 40px;
    border-bottom: 1px solid white;
    position: absolute;
    left: 0;
    bottom: 0;
}

footer#footer .fw-socialicons ul {
    display: inline-block;
}

footer#footer .fw-socialicons ul li {
    display: inline-block;
    float: left;
    list-style: none;
}

#footer-top .fw-social-icons a:link{
    text-decoration: none;
    border-radius: 100%;
}

#footer-top .fw-social-icons i.fa {
    background: #444;
    color: #1a1a1a;
    font-size: 1.5em;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    transition: all 0.3s ease;
}

#footer-top .fw-social-icons i.fa:hover {
    background: #277cbd;
    color: white;
}


#footer-top .fw-social-icons {
    padding: 10px 0;
}

footer#footer i.fa {
    border-radius: 0;
    color: #6b6b6b;
    margin-right: 10px;
    background: transparent;
    font-size: 1.2em;
/*    background: #555555;
    font-size: 1.1em;
    font-weight: bold;
    height: 30px;
    margin-right: 7px;
    padding: 3px;
    width: 30px;*/
}

#footer-bot {
    background: #f5f5f5;
    padding: 40px 0px;
    color: #999;
}

footer#footer .fw-full-footer h2, footer#footer .fw-full-footer p {
    color: rgba(255,255,255,.5);
}

.custom.fw-after-lines {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.custom.fw-after-lines:before {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 1px;
    width: 170px;
    background: #ccc;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.custom.fw-after-lines:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 170px;
    background: #ccc;
    display: block;
    margin: 0 auto;
    bottom: -5px;
    left: 0;
    right: -20px;
}

footer#footer #footer-top p:hover > i.fa {
    color: #277cbd;
}


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

#fw-languages {
	position: absolute;
	top: 10px;
}

#pre-top #fw-languages ul.lang-inline li {
	border: none;
}


/* Custom farwall modules */

.fw-shadow-box {
    display: block;
    position: relative;
}

.product-info .image-additional {
    position: relative;
    display: block;
    width: 677px;
}

.fw-product-page-title-container, .bb-product-share, .diagoneled-lines {
    background: url('../images/texture-1.gif');
    padding: 17px 26px;
    margin-bottom: 25px;
    border-left:5px solid #0570d1;
}

.diagoneled-lines h3 {
    position: relative;
}

.diagoneled-lines h3:before {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 1px;
    width: 170px;
    background: #ccc;
    margin: 0;
    left: 0;
    right: 0;
}

.diagoneled-lines h3:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 170px;
    background: #ccc;
    display: block;
    margin: 0;
    bottom: 5px;
    left: 20px;
}


.bb-product-share {
    margin-top: 30px;
}

.bb-product-share h4 {
    margin-bottom: 15px;
}

.fw-product-page-title-container .product-price {
    border: none;
    text-align: right;
}

.fw-product-page-title-container .product-price strong {
        float: right;
    margin-left: 30px;
    overflow: hidden;
    display: block;
}

.fw-product-page-title-container .product-price span {
/*    
    color: white;
    padding: 1px 31px 1px 25px;
    font-size: 2em;
    font-weight: bolder;
    transform: skewX(-12deg);
    overflow: hidden;
    */
    background: #0570d1;
    display: block;
    margin-right: -10px;
    margin-left: 40px;
    padding: 1px 31px 1px 25px;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
    transform: skewX(-18deg);
    
}

.product-info h1.fw-product-page-title {
    font-size: 1.3em;
    border-bottom: 1px solid #E7E7E7;
}

.product-info h1.fw-product-page-title:before {
    
}


ul.fw-eshop-product-list li.fw-car-default-list {
    padding: 0px 10px;
    margin-bottom: 30px;
}

.fw-car-default-list .image {
    height: 209px;
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.fw-car-default-list .image .price, .fw-com-eshop-products-image .price {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    background: #dc2d13;
    padding: 4px 13px;
}

.fw-car-default-list .image a:link, .fw-car-default-list .image a:visited  {
    display: flex;
    height: 100%;

}

.fw-car-default-list a.fw-eshop-product-title:link, .fw-car-default-list a.fw-eshop-product-title:visited,
.fw-com-eshop-product-inner a.fw-eshop-product-title:link, .fw-com-eshop-product-inner .fw-eshop-product-title:visited {
    text-decoration: none;
    font-weight: 700;
    color: black;
    font-size: 0.9em;
    text-transform: uppercase;
    height: 85px;
    position: relative;
    display: block;
    font-family: 'Karla', sans-serif;;
}

li.fw-car-default-list .fw-li-container {
    background: white;
    padding-bottom: 20px;
/*    box-shadow: 0px 0px 150px 10px;*/
    transition: all ease 0.5s;
    border-bottom: 3px solid #0570d1;
}

#products-list-container.grid .eshop-image-block {
    background: white;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 3px solid #0570d1;
}

li.fw-car-default-list .fw-li-container:hover, #products-list .fw-cat-product:hover {
    transform: scale(0.9);
}

.fw-li-container .img-polaroid {
    padding: 0;
    box-shadow: none;
    border: none;
}

.fw-eshop-car-features ul.car-features, .fw-com-eshop-product-inner ul.car-features {
    display: table;
    width: 100%;
    position: relative;
    text-align: center;
}

.fw-eshop-car-features ul li, .fw-com-eshop-product-inner ul.car-features li {
    display: inline-block;
    text-align: center;
    float: none !important;
    padding: 0 10px;
    position: relative;
    min-width: 78px;
}

.fw-com-eshop-product-inner ul.car-features li span {
    font-size: 0.8em;
    font-weight: 600;
}

.fw-cat-product .img-polaroid {
    padding: 0;
    box-shadow: none;
    border: none;
    background: transparent;
}

.fw-com-eshop-products-image img {
    width: 100%;
}

.fw-cat-product .fw-com-eshop-products-image {
    height: 209px;
    margin-bottom: 20px;
    position: relative;
}

.fw-com-eshop-products-image a {
    height: 100%;
    display: flex;
}

.fw-eshop-car-features ul li span {
    font-size: 0.8em;
    font-weight: 600;
}

.fw-eshop-car-features ul li:first-child:before, .fw-eshop-car-features ul li:last-child:before,
.fw-com-eshop-product-inner ul.car-features li:first-child:before, .fw-com-eshop-product-inner ul.car-features li:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 30px;
    border-right: 1px solid #aaa;
    
}

.fw-eshop-car-features ul li:last-child:after, .fw-com-eshop-product-inner ul.car-features li:last-child:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 5px;
    height: 30px;
    border-right: 1px solid #aaa;
}

.fw-eshop-car-features ul li:nth-child(2):before, .fw-com-eshop-product-inner ul.car-features li:nth-child(2):before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 30px;
    border-right: 1px solid #aaa;
}

.fw-eshop-car-features ul li i.fas, .fw-com-eshop-product-inner ul li i.fas {
    display: block;
    font-size: 1.4em;
    margin: 0 auto 15px;
}

#justified-filter {
    display: none !important;
}


.jg-image .mask h2, .jg-image .mask p {
    display: none;
}

#section1 .tent-introduction {
    text-align: center;
}

#section1  .tent-types-mod .fw-hide-slide .news1-desc {
    font-size: 1em;
}

.fw-socialicons {
    display: inline-block;
}

i.fa {
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: white;
    color: #277cbd;
    border-radius: 100%;
    text-align: center;
}


.sitemap i.fa {
    color: #01598b;
	background: transparent;
	height: 20px;
	width: 20px;
	position: absolute;
	margin-top: 3px;
    border-radius: 100%;
    text-align: center;
	font-size: 1.3em;
}

.sitemap a:link, .sitemap a:hover {
	text-decoration: none;
}

.sitemap ul.nav-child {
	padding-left: 20px;
}

.sitemap .nav-child {
	display: none;
}

header#header i.fa {
    color: #333;
    background: transparent;
    font-size: 1.2em;
}

.fw-fields textarea {
    height: 122px;
}

ul.cars_as_services, ul.cars_as_services_right {
    display: flex;
    position: relative;
    width: 100%;
}

ul.cars_as_services li, ul.cars_as_services_right li {
    display: inline-block;
    float: left;
    list-style: none;
}

ul.cars_as_services li a:link, ul.cars_as_services li a:visited,
ul.cars_as_services_right li a:link, ul.cars_as_services_right li a:visited {
    position: relative;
/*    border-bottom-width: 5px;
    border-bottom-style: solid;*/
    overflow: hidden;
    text-align: center;
    display: block;
    transition: all ease 0.3s;
    border-bottom: 5px solid #0570d1;
    padding-bottom: 2px;
}

ul.cars_as_services li a:before, ul.cars_as_services_right li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: .1px;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    transition: all ease 0.3s;
}

ul.cars_as_services li div {
    position: absolute;
    z-index: 999;
    /* top: 0px; */
    color: white;
    font-weight: bold;
    transform: rotate(90deg);
    right: -14px;
    bottom: 70px;
    transition: all ease 0.3s;
    font-size: 0.6em;
}

ul.cars_as_services_right li div {
   position: absolute;
    z-index: 999;
    /* top: 0px; */
    color: white;
    font-weight: bold;
    transform: rotate(90deg);
    left: -14px;
    bottom: 70px;
    transition: all ease 0.3s; 
    font-size: 0.6em;
}

ul.cars_as_services li div.new {
    position: absolute;
    z-index: 999;
    top: 132px;
    color: white;
    font-weight: bold;
    transform: rotate(90deg);
    right: -50px;
    bottom: auto;
    transition: all ease 0.3s;
    font-size: 0.6em;
}

ul.cars_as_services_right li div.new {
    position: absolute;
    z-index: 999;
    top: 132px;
    color: white;
    font-weight: bold;
    transform: rotate(90deg);
    left: -50px;
    bottom: auto;
    transition: all ease 0.3s;
    font-size: 0.6em;
}

ul.cars_as_services li a:hover:before, ul.cars_as_services_right li a:hover:before {
    background: rgba(0,0,0,.8);
}

ul.cars_as_services li a:hover > div, ul.cars_as_services_right li a:hover > div {
    color: #0570d1;
    
}

ul.cars_as_services li a:hover, ul.cars_as_services_right li a:hover {
    border-bottom: 5px solid #222;
}

ul.cars_as_services li a:after {
    content: "";
    position: absolute;
    top: -38px;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #f5f5f5;
    transform: skewY(8deg);
}

ul.cars_as_services_right li a:after {
    content: "";
    position: absolute;
    top: -38px;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #f5f5f5;
    transform: skewY(-8deg);
}

ul.cars_as_services li:first-child,  ul.cars_as_services_right li:first-child {
    padding-right: 10px;
}


.fw-grd36 h3 {
    margin-top: 50px;
    font-size: 1.3em !important;
    padding-bottom: 16px !important;
    position: relative;
    
}

.fw-grd36 h3:before {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 1px;
    width: 70px;
    background: #ccc;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.fw-grd36 h3:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 70px;
    background: #ccc;
    display: block;
    margin: 0 auto;
    bottom: -5px;
    left: 0;
    right: -20px;
}

.fw-grd36 h4 {
    margin: 0 auto;
    color: #0570d1;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.fw-grd36 h5 {
    text-align: center;
    text-transform: uppercase;
}

.rhombus {
    position: relative;
    background: #0570d1;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    transform: rotate(45deg);
}

.rhombus:before {
    content: "";
    position: absolute;
    top: -10.5px;
    display: block;
    width: 14px;
    height: 14px;
    right: -9px;
    background: #354552;
}

.rhombus:after {
    content: "";
    position: absolute;
    bottom: -7.5px;
    display: block;
    width: 14px;
    height: 14px;
    left: -10px;
    background: #354552;
}

ul.fw-cars-specs {
    padding-top: 15px;
}

ul.fw-cars-specs li {
    list-style: none;
        margin-bottom: 7px;
    border-bottom: 1px dashed gray;
    color: #0570d1;
}

ul.fw-cars-specs li b, ul.fw-cars-specs li i {
    color: black;
}

/* Custom farwall modules ends here */

/* Modules styling overrides */

.slick-prev, .slick-next {
    width: auto;
}

div [id^=last-jvideos-] .item {
    margin: 20px !important;
}

div [id^=last-jvideos-] .item .recordDesc, .jv-description {
    color: black;
    font-size: 0.8em;
    font-weight: 600;
    text-align: left;
}

div [id^=last-jvideos-] .item .recordCaption a:link,
div [id^=last-jvideos-] .item .recordCaption a:visited,
.fw-recordCaption a:link , .fw-recordCaption a:visited {
    color: #277cbd !important;
    text-decoration: none;
    transition: color 0.3s;
}


div [id^=last-jvideos-] .item .recordCaption a:hover {
    color: #222;
}

.owl-theme .owl-controls .owl-page span {
    background: #277cbd;
}

div [id^=last-jvideos-] .item .recordDesc, div [id^=last-jvideos-] .item .recordCaption, 
.fw-recordCaption, .jv-description {
    background: transparent;
    text-align: left;
    padding: 2px 0;
}

.owl-wrapper-outer {
    height: auto !important;
}

span.mobile-parent {
    display: none;
}

.btn-navbar-container {
    display: none;
    position: relative;
    right: 0;
    z-index: 999999999 !important;
	text-align: center;
	margin: 0 auto;
}

.btn_navbar {
    height: 5px;
    background: white;
    width: 40px;
    margin: 10px 30px 10px 0;
    float: left;
    cursor: pointer;    
    transition-duration: 0.4s, 0.4s;

}

.btn_navbar:before {
    content: "";
    height: 5px;
    top: -10px;
    background: white;
    display: block;
    position: relative;
}

.btn_navbar:after {
    content: "";
    height: 5px;
    bottom: -5px;
    background: white;
    display: block;
    position: relative;
}

.active_bar {
    transform: rotate(90deg);
	margin-left: 20px;
}

#container {
    display: table;
    margin: 0 auto;
}

#inner-component-container.fw-padd {
    padding: 20px 0;
}

div.joomvideos_box > div.joomvideos_box_heading > h1 {
    border: none;
}

/* SlideShow Styles */

#slideshow .rectangle-out {
    
/*        transition: color .3s ease .3s, background .3s ease .3s;
    text-align: left;
    line-height: 20px;
    border-width: 0px;
    margin: 0px;
    padding: 7px 0px;
    letter-spacing: 2px;*/
   
}


#slideshow .rectangle-out {
  font-family: 'Karla', sans-serif;
    font-size: 1em;
    color: white;
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;

  -webkit-transition: color 300ms !important;
  transition: color 300ms !important;
   font-weight: 900;
    background-color: rgba(0,0,0,.4);
    transform: skewX(16deg) !important;
    padding: 5px 20px;
}

.rectangle-out:before {
  content: "" !important;
  position: absolute !important;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dc2d13;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition: 300ms ease-out;
  transition: 300ms ease-out;
}
.rectangle-out:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#slideshow a:link, #slideshow a:visited {
    color: white !important;
}

#slideshow .fw-hidden {
    display: none !important;
}

#slideshow i.fas {
    font-size: 2em !important;
    color: white !important;
    width: 47px !important;
    height: 36px !important;
    text-align: center;
    background: #dc2d13;
    font-size: 2em;
    transform: skewX(-16deg) !important;
}

#section2 h4.greenish-header {
    background: #1d7948;
    color: white;
    font-size: 1em;
}

.table-split-col {
    width: 100%;
    border-collapse:separate; 
    border-spacing:0 15px;
    
}

.table-split-col tr td:nth-child(odd) {
    font-size: 0.7em;
    line-height: 1.5em;
    border: 2px solid #c6c9cf;
    padding: 10px;
    width: 70%;
}

.table-colors {
    border-collapse:separate; 
    border-spacing:20px 25px;
    width: 34%;
    font-size: 0.7em;
    line-height: 1em;
    display: inline-table;
}

.table-equation {
    border-collapse:separate; 
    width: 34%;
    font-size: 0.7em;
    line-height: 1em;
    display: inline-table;
}


span.frac {
  display: inline-block;
    text-align: center;
    vertical-align: middle;
    top: 10px;
    position: relative;
}
span.frac > sup, span.frac > sub {
  display: block;
  font: inherit;
  padding: 0 1em;
  line-height: 1.3em;
}

#section2 span.frac sub {
    bottom: 0.6em;
}

span.frac > sup {border-bottom: 0.08em solid;}
span.frac > span {display: none;}


.split-table-container {
    border: 2px dashed gray;
    padding-bottom: 12px;
    display: inline-table;
    width: 64%;
    margin-bottom: 20px;
}

.split-container-34 {
    padding-bottom: 12px;
    display: inline-table;
    width: 34%;
    margin-left: 1%;
    padding: 20px;
    font-size: 0.7em;
    border: 2px dashed gray !important;
    border-radius: 10px;
    color: gray;
}

.soil-agent-module > p {
    font-size: 0.7em;
    line-height: 1.3em;
}

.table-stien-split {
    font-size: 0.7em;
    line-height: 1em;
    width: 100%;
    border-collapse:separate; 
    border-spacing:25px 0;
    table-layout: fixed ;
}

.table-stien-split caption {
       padding: 0px 24px;
}


.table-stien-split caption div {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid;
    margin-top: 10px;
    background: #fbeda5;
}

.table-stien-split caption span {
    background: white;
    background: white;
    padding: 8.5px 50px;
    font-weight: bold;
}

.table-stien-split td {
    padding: 3px 5px;
    border: 1px solid gray;
    border-top: none;
}

.table-colors tr td {
    padding: 10px 5px;
    position: relative;
}

.table-colors tr:nth-child(odd) td:nth-child(odd) {
    border: 4px solid #1d7948;
}

.table-colors tr:nth-child(even) td:nth-child(odd)  {
    border: 4px solid gray;
}

.table-colors tr:nth-child(even) td:nth-child(even) {
    border: 4px solid gray;
}


.table-colors tr:nth-child(even) td:nth-child(even):before  {
    content: "+";
    position: absolute;
    left: -19px;
    top: 19px;
    font-weight: bold;
    font-size: 1.3em;
}

.steps-table {
    width: 100%;
    table-layout: fixed;
    font-size: 0.7em;
    line-height: 1.1em;
    border-collapse: collapse;
}

.steps-table th {
    text-align: center;
    font-weight: lighter;
    background: #f7f930;
}

.steps-table th, .steps-table td {
    border: 1px solid gray;
    padding: 10px;
}

.steps-table td  {
    vertical-align: top;
}

.steps-table tr th:first-child, .steps-table tr td:first-child {
    width: 13%;
}

#section2 .steps-table-fix tr th:first-child, #section2 .steps-table-fix tr td:first-child {
    width: auto;
}

.div-stien-3 {
    display: inline-block;
    position: relative;
    width: 30%;
    vertical-align: top;
    padding: 15px;
    border: 1px solid;
    font-size: 0.7em;
    line-height: 1em;
    height: 280px;
    margin: 20px 4% 20px 0px;
}

#section2 .div-stien-3 img {
    padding: 0;
}

#section2 .div-stien-3:nth-child(3n) {
    margin-right: 0%;
}

.div-stien-3-n {
   display: inline-block;
    position: relative;
    width: 48%;
    vertical-align: top;
    padding: 25px;
    border: 4px solid black;
    font-size: 0.7em;
    line-height: 1em;
    height: auto;
    margin: 20px 5% 20px 0px; 
}

#section2 .split-no-border {
    border: none;
    vertical-align: middle;
}

.div-stien-3-n.stien-triangle {
    height: 150px;
    border: 2px solid;
    border-right: none;
    width: 20%;
}
.div-stien-3-n.stien-triangle  p {
    margin: 0;
    padding: 0;
}

.stien-triangle.t-dark:after {
    content: "";
    position: absolute;
    right: -50px;
    top: -2px;
    width: 0; height: 0; border-style: solid; border-width: 75px 0 75px 50px; border-color: transparent transparent transparent #b4cfbd;
}

.stien-triangle.t-light:after {
    content: "";
    position: absolute;
    right: -50px;
    top: -2px;
    width: 0; height: 0; border-style: solid; border-width: 75px 0 75px 50px; border-color: transparent transparent transparent #ebe1da;
}

#section2 .t-dark {
    border-color: #b4cfbd;
}

#section2 .t-light {
    border-color: #ebe1da;
}

#section2 .div-stien-3-n.stien-no-margin {
    margin-right: 0%;
}


ol.style-inside {
    list-style-position: inside;
    font-size: 0.7em;
    line-height: 1.5em;
}

ul.style-inside  {
    list-style-position: inside;
    font-size: 0.7em;
    line-height: 1.5em;
}

ul.style-inside a:link, ul.style-inside a:visited {
    color: black;
    font-size: 1.2em;
    line-height: 2em;
}

.style-inside {
    font-size: 0.7em;
    line-height: 1.5em;
}

.table-split-col tr td:nth-child(even) {
    background: #c6c9cf;
    font-size: 0.7em;
    line-height: 1.5em;
    border: 8px solid #c6c9cf;
    border-left: 8px solid #f5f5f5;
    
    padding: 5px;
}

/* responsive */
@media screen and (max-width: 1180px) {
    .centered-container, .centered-container-small, #top-menu ul.nav > li > ul.nav-child,
    #main-component, #top-menu {
        width: 100%;
    }
    
    header#header {
        display: block;
        width: 100%;
        padding-bottom: 30px;
        background: #354552 !important;
    }
    
    .btn_navbar {
        margin: 20px auto;
    }
    

}

@media screen and (max-width: 1080px) {
    body {
        display: table;
        width: 100%;
    } 
    
    
	.btn-navbar-container {
		display: block;
	}
	
	#wrapper, #pre_top {
	    position: relative;
        width: 100%;
        display: table;
        min-height: auto;
	}
	
	#pre_top.hide_pretop {
        display: table !important;
	}
	
	header#header {
	    position: relative;
        top: 0;
	}
	
	header#header #top-bar .fw-grd13 {
	    width: 100%;
	}


	
	header#header .fw-inline-cols ul li:first-child {
		margin-right: 0;
	}
	
	ul.cars_as_services, ul.cars_as_services_right {
	    display: none;
	}
	
	#section1.fw-padd {
	    padding: 10px 0px;
	}
    
    header#header .fw-inline-cols:last-child, header#header .fw-inline-cols ul, 
	header#header .fw-inline-cols ul:last-child, .fw-inline-cols{
		width: 100%;
		float: none;
		display: block;
		text-align: center;
	}
	
	header#header .fw-inline-cols ul, 
	header#header .fw-inline-cols ul:last-child {
		margin: 35px auto;
	}
	
    .fw-three-cols, nav#nav .fw-two-cols:last-child {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
	

    header#header .fw-three-cols:last-child {
        text-align: center;
        margin-top: 20px;
    }
    
    .fw-left-col, .shared_width {
        display: block;
        float: none;
        width: 100%;
        margin: 10px 0 10px;
    }
   
    #top-bar {
        border-bottom: 1px solid white;
    }
	
	#logo img {
		padding-left: 0;
	}
    
    .btn-navbar-container {
        display: table;
    }
    
    #top-menu {
        display: none;
        margin-top: 0;
		top: 40px;
    }
    
    .nav_toggled_expanded {
        display: block !important;
    }
    
    #top-menu ul {
        width: 100%;
        display: table;
        margin-bottom: 40px;
    }
    
    #top-menu ul li {
        display: table;
        position: relative;
        width: 100%;
        text-align: center;
        border: none;
        margin-right: 0;
        height: auto !important;
    }
    
    #top-menu ul li:hover, #top-menu ul li.active {
        border: none;
    }
    
    #top-menu ul li.active, #top-menu ul li {
        border-bottom: 1px solid white !important;
    }
    
    span.mobile-parent {
        display: inline-block;
        position: absolute;
        left: 10px;
        width: 40px;
        background: #277cbd;
        color: white;
        font-size: 1.3em;
    }
    
    #top-menu ul li:hover > ul.nav-child {
        display: none;
    }
    
    ul.nav-child {
        position: relative !important;
        width: 100%;
        display: table;
    }
    
    ul.nav-child li ul.nav-child {
        display: none;
    }
    
    ul.fw-nav-child-open {
        display: block !important;
        height: auto !important;
    }
    
    #top-menu ul li > ul.nav-child {
        margin: 0 !important;
        padding: 10px 0 10px;
    }
    
    #top-menu ul.nav > li > ul.nav-child {
        padding: 10px 0 10px;
        border-bottom: none;
    }
    
    #top-menu ul.nav > li > ul.nav-child > li {
        display: block;
        width: 100%;
        float: none;
        text-align: center;
    }
    
    #top-menu ul.nav > li > ul.nav-child > li .separator img,
    #top-menu ul.nav li > ul.nav-child li.divider {
        display: none;
    }
    
    #top-menu ul li > ul.nav-child li .nav-header {
        padding: 3px 0;
    }
    
    header#header .fw-three-cols {
        display: table;
    }
    
    .fw-scroll-products {
        min-width: auto;
        max-width: 100%;
    }
    
    #top-bar .fw-three-cols, #top-bar .fw-three-cols:last-child {
        text-align: center;
    }
	
    #top-menu ul.nav > li > ul.nav-child li a i.fa {
            display: none !important;
    }

    #top-menu ul.nav-child ul.nav-child {
            display: none;
            left: 0;
            width: 100%;
            position: relative;
            margin-top: 10px;
    }

    #top-menu ul > li.parent > a:link:after {
        display: none;
    }
    
    #eshop-main-container h1 {
        text-align: center;
    }
    
    #main-component {
        padding: 0 25px;
		width: auto;
    }
    
    .item-page {
        padding: 0;
    }
    
    .fw-left-col {
        padding: 0 25px;
        text-align: center;
    }

	#top-bar .fw-three-cols {
		display: block;
		width: 100%;
		text-align: center !important;
	}
	
	#inner-component-container .shared_width .fw-comp-con {
		padding: 0;
	}
	
	.below-component {
		margin-top: 30px;
	}
	
	#section2 .centered-container {
	    width: 100%;
	}
	
	/* .fw-grd36 h3 {
	    font-size: 3.3em !important;
	}
	
	.fw-grd36 h4 {
	    font-size: 3.2em;
	}
	
	#section1 h5 {
	    font-size: 2.5em;
	    line-height: 1.7em;
	}
	
	#section2 h2 {
	    font-size: 3.2em;
	    line-height: 1.5em;
	}
	
	.custom p {
	    font-size: 2.6em;
	    line-height: 1.4em;
	}
	
	#section3 h2 {
	    font-size: 5.4em;
	    line-height: 1.3em;
	} */
}

@media screen and (max-width: 990px) {
	#fw-languages {
		position: relative;
		margin: 10px auto;
		top: 0;
	}
	
	 iframe {
        max-width: 100%;
    }
}	

@media screen and (max-width: 850px) {
    
	#logo img {
		padding-left: 0;
	}
	
	
	#section1 .fw-inline-cols:first-child {
		padding: 0;
	}
	
    #section4 .moduletable .custom {
        max-width: 100% !important;
    }
    
    .fw-four-cols {
        display: block;
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 35px;
    }

    
    .fw-two-cols, .fw-grd2, .fw-grd3, .fw-grd4, .fw-grd5,
    .fw-grd6, .fw-grd7, .fw-grd8, .fw-grd9 {
        width: 100%;
        display: block;
        float: none;
        margin-bottom: 25px;
    }
    
    footer#footer .fw-four-cols {
        width: 100%;
        display: block;
        float: none;    
    }
    
    #top-bar .fw-three-cols {
        line-height: 25px;
    }
    
    #cart-search {
        position: relative;
        width: 100%;
        text-align: right;
        padding-right: 20px;
    }
	
	.fw-tents-con .fw-inline {
		float: none;
		display: block;
		margin-bottom: 40px;
		width: 100%;
	}
	
	.fw-tents-con .fw-inline .fw-tent-icon {
		margin-bottom: 0;
	}
	
	.fw-grd36 h5 {
	    font-size: 1.2em;
	    line-height: 1.5em;
	    font-weight: lighter;
	}
	
	#section3 p {
	    font-size: 1.4em;
	    font-weight: lighter;
	}
	
	#section3 .dada-card-container p {
	    font-size: 1.4em;
	}
	
	.dada-card-container .dada-item {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        border: 1px solid black;
    }
    
    .fw-we-have-item {
        display: block;
        width: 100%;
        float: none;
        text-align: center;
    }
    
    .fw-we-have-icon:after, .fw-we-have-icon:before {
        margin: 0 auto;
    }
    
    .eshop-product > ul > li, #products-list .fw-cat-product {
        width: 100% !important;
        float: none;
        display: block;
        text-align: center;
    }
    
    .fw-product-page-image, .fw-shadow-box.diagoneled-lines {
        width: 100% !important;
        display: block;
    }
    
    .fw-li-container .img-polaroid {
        margin: 0 auto;
    }
    
    .fw-car-default-list .image .price, .fw-com-eshop-products-image .price {
        position: relative;
    }
    
    .fw-car-default-list a.fw-eshop-product-title:link, .fw-car-default-list a.fw-eshop-product-title:visited, .fw-com-eshop-product-inner a.fw-eshop-product-title:link, .fw-com-eshop-product-inner .fw-eshop-product-title:visited {
        height: 40px;
    }
    
    .eshop-product ul li ul.car-features li {
        float: left;
        display: inline-block;
    }
    
    .fw-news-container .fw-hide-slide3 {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        float: none;
    }
    
    .fw-hide-slide3 .news1-desc {
        position: relative;
        background: transparent;
        opacity: 1;
        color: black;
    }
    
    .fw-hide-slide3 .news1-desc h2 {
        display: none;
    }

}

@media screen and (max-width: 750px) {
    .div-stien-3 {
        display: block;
        width: 100%;
        position: relative;
        float: none;
        text-align: center;
        height: auto;
    }
    
    .stien-triangle.t-dark:after {
        content: "";
        position: absolute;
        /* right: -50px; */
        top: 100%;
        right: 0;
        left: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 75px 75px 0px 50px;
        border-color: #b4cfbd transparent transparent transparent;
    }
    
    .stien-triangle.t-light:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 75px 0px 50px;
    border-color: #ebe1da transparent transparent transparent;
}
    
    .div-stien-3-n {
        display: block;
    }
    
    .div-stien-3-n.stien-triangle {
        width: 100%;
        border-right: 2px solid;
        margin-bottom: 60px;
        height: auto;
    }
    
    .div-stien-3-n {
        width: 100%;
    }
    
    .fw-default-news-item {
        width: 100%;
        display: block;
        float: none;
    }
}

@media screen and (max-width: 690px) {
    textArea {
        width: 100%;
    }
    
    .fw-cus-four-cols, .fw-cus-hor-cols {
        display: block;
        float: none;
        width: 100%;
    }
    
    #section2 p > img {
        display: block;
        position: relative;
        width: 100%;
    }
    
   
}


@media screen and (max-width: 640px) {
    .fw-cus-three-cols, .fw-cus-two-cols {
        display: block;
        float: none;
        width: 100%;
    }
}

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

}

@media screen and (max-width: 480px) {
 
    #section4 h3 {
        font-size: 1.5em !important;
    }
    
    #section4 p {
        font-size: 1em !important;
    }
    
    .fw-half-hor {
        display: block;
        width: 100%;
        float: none;
    }
    
    #section5 .duration3 .fw-cus-padd, #section5 .duration4 .fw-cus-padd  {
        display: flex;
        flex-direction: column-reverse;
    }

    #section5 .fw-half-hor {
        flex: 1;
    }
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

ul.list-style1,
ul.list-style2{
	list-style: none;
	padding: 0;
    margin-top: 15px;
}
ul.list-style1 li,
ul.list-style2 li{
	background:url(../images/bullet1.png) no-repeat left 5px;
	padding-left:25px;
	background-size:12px auto;
	margin-bottom: 5px;
    line-height: 22px; 
}
ul.list-style2 li{
	background:url(../images/bullet2.png) no-repeat left 5px;
    background-size:13px auto;
}