/*
 Theme Name:   Finnish Sheds
 Theme URI:    https://www.example.com
 Description:  Finnish Sheds
 Author:       Store
*/



* {
    outline: 0 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0;
    font-size: 15px;
    line-height: 21px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
	background: url(images/home_banner.jpg);
	background-attachment: fixed;
}
/* HEADINGS */

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0 0 10px;
    line-height: 140%;
    -webkit-font-smoothing: antialiased;
}
h1 {
    font-size: 4em;
    font-family: NexaLight;
    font-weight: normal;
}
h1 {
    font-size: 1.8em;
    font-weight: 500;
    line-height: 100%;
}
h2 {
    font-size: 2em;
    font-family: NexaLight;
    font-weight: bold;
    line-height: 100%;
}
h3 {
    font-size: 1.8em;
    font-weight: 500;
    line-height: 100%;
}
h4 {
    font-size: 1.5em;
    font-weight: 500;
}
h5 {
    font-size: 1.2em;
    font-weight: 500;
}
h6 {
    font-size: 0.9em;
    font-weight: 500;
}
p {
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1.40em;
}
a:hover {
    color: #221f1f ;
}
/* IMAGES-----------------------------------------------------------------*/

img {
    width: auto;
    height: auto;
    max-width: 100%;
}
/* FONTS-----------------------------------------------------------------*/



@font-face {
  font-family: 'Roboto-Regular';
	src: url('fonts/Roboto-Regular.eot') format('embedded-opentype');
	src:  url('fonts/Roboto-Regular.woff') format('woff'),
  url('fonts/Roboto-Regular.ttf')  format('truetype'), 
  url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Medium';
	src: url('fonts/Roboto-Medium.eot') format('embedded-opentype');
	src:  url('fonts/Roboto-Medium.woff') format('woff'),
	url('fonts/Roboto-Medium.ttf')  format('truetype'), 
	url('fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('fonts/Roboto-Bold.eot') format('embedded-opentype');
  src:  url('fonts/Roboto-Bold.woff') format('woff'),
  url('fonts/Roboto-Bold.ttf')  format('truetype'),
  url('fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NexaBold';
  src: url('fonts/NexaBold.eot') format('embedded-opentype');
  src:  url('fonts/NexaBold.otf')  format('opentype'),
	     url('fonts/NexaBold.woff') format('woff'), 
		 url('fonts/NexaBold.ttf')  format('truetype'),
		 url('fonts/NexaBold.svg#NexaBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NexaLight';
  src: url('fonts/NexaLight.eot') format('embedded-opentype');
  src:  url('fonts/NexaLight.otf')  format('opentype'),
	     url('fonts/NexaLight.woff') format('woff'), 
		 url('fonts/NexaLight.ttf')  format('truetype'), 
		 url('fonts/NexaLight.svg#NexaLight') format('svg');
  font-weight: normal;
  font-style: normal;
}




div#home-container {
	/*background: url(images/home_banner.jpg);*/
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    float: left;
    width: 100%;
}
.slider-content {
    height: 100%;
    width: 40%;
    float: left;
    padding: 20px;
    margin-top: 40px;
    padding-left: 40px;
	position: relative;
}

ul.slides li {
    position: relative;
    background: #85b716;
}
.su-home-intro p:last-child, .su-slider-content p:last-child {
    margin: 0;
}
.su-slider-content p {
    font-size: 16px;
    text-align: left;
    color: #fff;
    font-family: 'NexaLight';
	line-height: 1.7;
}
.slider-container .flexslider {
    background: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0px 0 80px;
}
.slider-content h2 {
    margin: 0 0 15px;
    text-align: left;
    display: block;
    color: #000;
    padding: 0;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
	font-family: 'NexaBold';
}
.tp-header .navbar-default {
    border: 0;
    background: transparent;
    margin: 0;
	float: left !important;
    width: 100%;
	min-height: 100%;
}

.navbar-collapse.su-navbar-box {
    padding: 0;
    background: transparent;
    border: 0;
}
.su-navbar-box .su-menu-box li a {
    padding: 8px 20px 9px;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
	font-family: 'NexaBold';
}
.su-navbar-box .su-menu-box li.current-menu-item a:focus, .su-navbar-box .su-menu-box li.current-menu-item a {
    background: transparent;
    color: #85b716;
}
3.su-navbar-box .su-menu-box li a:focus, .su-navbar-box .su-menu-box li a:hover{
    color: #fec107;
    background: transparent;
}
.su-navbar-box .su-menu-box li:last-child a {
    border-right: 0;
}
.su-navbar-box .su-menu-box li:first-child a {
    border-left: 0;
}
.ue-call-now-wrapper {
    background: #222;
    border-bottom: 2px solid #85b716;
}
.slider-img {
    width: 60%;
	/*position: relative;*/
    float: right;
}
/*.slider-img:before {
    content: '';
    width: 10px;
    height: 100%;
    background: url(images/slider_arrow.png);
    position: absolute;
    left: -10px;
    top: 0;
}*/
.su-top-logo {
    float: left;
    position: absolute;
    top: -45px;
    border-radius: 10px;
    width: 180px;
    background: #fff;
    padding: 8px 22px 14px 20px;
    box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.64);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.64);
    -moz-box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.64);
}

.su-top-social {
	float: right;
    margin-top: 12px;
    margin-right: 18px;
}

.social_icon_fb {
    float: left;
    margin-left: 10px;
}

.social_icon_twt {
    float: left;
    margin-left: 10px;
}

.su-top-social a {
    float: left;
    width: 30px;
    height: 30px;
    background: #000;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 13px;
    border-radius: 50%;
    border: 2px solid #8a8a8a;
}

.ue-logo-wrapper {
    padding-top: 15px;
    padding-bottom: 17px;
	background: rgba(255, 255, 255, 0.44);
	width: 100%;
	position: relative;
    margin-bottom: 60px;
    margin-top: 60px;
	border-radius: 10px;
	border: 2px solid #fff;
	box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.64);
	-webkit-box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.64); 
	-moz-box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.64);
}


.highlight_text {
    float: right;
    color: #fff;
    font-size: 16px;
    padding: 16px 25px 16px;
    background: #85b716;
    letter-spacing: 1px;
    font-family: 'NexaLight';
    text-transform: uppercase;
    position: relative;
    z-index: 9;
}
span.contact_detail_txt {
    float: left;
    color: #fff;
    font-size: 16px;
    font-family: 'NexaLight';
}

span.first_no {
    float: left;
    color: #fff;
    font-size: 16px;
    font-family: 'NexaLight';
    margin-left: 18px;
}
.su-top-contact {
    float: left;
    width: 100%;
}
.su-call-us {
    display: block;
    margin-top: 17px;
    float: left;
}
span.first_no i {
    margin-right: 7px;
}
a.su-slider-button {
	float: left;
    text-decoration: none;
    padding: 10px 35px 9px 20px;
    color: #ffffff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    margin-top: 20px;
    text-transform: uppercase;
    border: 2px solid #000000;
	font-family: 'NexaLight';
    position: relative;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    background: #000;
}
a.su-slider-button:hover {
    background: #85b716;
	color:#fff;
}
a.su-slider-button i {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 18px;
    color: #ffffff;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
}
.slider-container a.flex-prev {
    background: #222;
    opacity: 1;
    left: -50px;
    text-shadow: none;
    color: transparent;
    border-radius: 50%;
    text-align: center;
}
a.su-slider-button:hover i {
    right: 7px;
    color: #fff;
}
.slider-container a.flex-next {
    background: #222;
    opacity: 1;
    right: -50px;
    text-shadow: none;
    color: transparent;
    border-radius: 50%;
    text-align: center;
}

.slider-container a.flex-prev:before {
    content: '\f177';
    font: normal normal normal 14px/1 FontAwesome;
    text-shadow: none;
    color: #ffffff;
    font-size: 20px;
    line-height: 38px;
}

.slider-container a.flex-next:before {
    content: '\f178';
    font: normal normal normal 14px/1 FontAwesome;
    text-shadow: none;
    color: #ffffff;
    font-size: 20px;
    line-height: 38px;
}
.flexslider:hover .flex-direction-nav .flex-next {
    right: -50px;
}
.flexslider:hover .flex-direction-nav .flex-prev {
    left: -50px;
}
.slider-container .flex-control-paging {
    display: none;
}
.su-home-intro {
    padding:55px 20px 55px;
    background: #ffffff;
    text-align: center;
}

.su-home-intro p {
    font-size: 17px;
    color: #7d7d7d;
    font-family: 'NexaLight';
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto !important;
    margin-bottom: 10px;
}
.su-home-content-wrapper {
    margin-top: -80px;
}
.su-home-boxes {
    float: left;
    background: rgba(0, 0, 0, 0.45);
    padding: 6px 4px 6px;
    width: 100%;
    background-attachment: fixed;
}
.su-home-boxes-inner {
    width: 31.333%;
    margin-left: 1%;
    margin-right: 1%;
    background: rgba(0, 0, 0, 0.41);
    height: 120px;
    margin-bottom: 11px;
    margin-top: 11px;
    text-align: center;
    float: left;
    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.13);
    -webkit-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.13);
    -moz-box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.13);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.su-home-boxes-inner .kl-title.title {
    float: left;
    width: 100%;
}
.su-home-boxes-inner h3 , .su-home-boxes-inner h1{
    font-size: 18px;
    margin: 9px 0 0;
    line-height: 1.5;
     font-family: 'NexaBold';
    vertical-align: middle;
    text-align: center;
    width: 100%;
    padding: 0;
    color: #fff;
}
.su-home-boxes-inner:nth-child(even) {
    /* background: #ffffff; */
}
.su-navbar-box .su-menu-box li.current-menu-item a:hover {
    background: transparent;
    color: #000000;
}
.su-home-boxes-inner img.img-responsive {
	display: inline-block;
	width: 35px;
	height: 35px;
	transition: transform 300ms linear;
	-webkit-transition: transform 300ms linear;
	-moz-transition: transform 300ms linear;
}
.su-home-boxes-inner:hover img {
	transform: rotatey(180deg);
	-webkit-transform: rotatey(180deg);
	-moz-transform: rotatey(180deg);
	-o-transform: rotatey(180deg);
	-ms-transform: rotatey(180deg);
}
.su-home-boxes-inner .imageframe {
    display: inline-block;
    border: 2px solid #85b716;
    margin-top: 18px;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 42px;
    border-radius: 50%;
    overflow: hidden;
    background: #85b716;
    transition: transform 300ms linear;
    -webkit-transition: transform 300ms linear;
    -moz-transition: transform 300ms linear;
}
.su-home-boxes-inner:hover .imageframe {
    background: #fff;
    border-color: #fff;
}
.su-home-storage {
    margin: 50px 0 130px;
    float: left;
    width: 100%;
    text-align: center;
    display: flex;
}

.su-home-storage-box {
    background: #ffffff;
    width: 48%;
    padding: 50px;
    color: #333;
    font-family: 'NexaLight';
    line-height: 2;
    text-align: center;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    z-index: 9;
    border: 1px solid #d5d2d2;
    float: left;
    display: inline-block;
    box-shadow: 0px 15px 13px -11px #cac6c6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.su-home-storage-box a.button {
    bottom: 0;
    width: 92%;
    color: #d9b760;
    font-family: 'NexaLight';
    font-size: 17px;
    line-height: 1.6;
    float: left;
    text-decoration: underline;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0px auto;
    margin-top: 0px;
    padding-bottom: 11px;
}

.su-home-storage-box h3.title-heading-left, .su-home-storage-box h1.title-heading-left  {
    color: #6a8a24;
    margin: 13px 0 6px;
    font-size: 17px;
}

.su-home-storage-box .imageframe-none {
	padding: 5px;
	display: inline-block;
	background: #85b716;
	border-radius: 50%;
	border: 2px solid #ffffff;
	position: absolute;
	left: 0;
	right: 0;
	width: 54px;
	margin: 0 auto;
	top: -8px;
	box-shadow: 0px 0px 0px 4px white;
	-webkit-box-shadow: 0px 0px 0px 4px white;
	-moz-box-shadow: 0px 0px 0px 4px white;
}

.su-home-storage-box .imageframe-none
 + .kl-title.title h3.title-heading-left, h1.title-heading-left{
    font-size: 22px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 5px;
	font-family: 'NexaBold';
}
.su-home-storage-box:last-child {
    /* background: #2f61a2; */
}
.su-footer-bg {
	background-color:#000;
    background: radial-gradient( #2c2c2c,#000);
	background: -webkit-radial-gradient( #2c2c2c,#000);
	background: -moz-radial-gradient( #2c2c2c,#000);
    padding: 0px 0px 70px;
	float: left;
    width: 100%;
}

.su-letter-section-footer {
    padding: 40px 20px 40px;
    background-color: #2f2f2f;
    background: #2f2f2f;
    margin-bottom: 50px;
    float: left;
    width: 100%;
}
.ue-catching-section {
    padding: 20px;
    text-align: center;
    border: 1px solid rgba(193, 193, 193, 0.23);
    float: left;
    width: 100%;
}

.ue-catching-section p {
    font-size: 18px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 18px;
    font-weight: normal;
     font-family: 'NexaBold';
    text-transform: uppercase;
}

.ue-catching-section button {
    text-decoration: none;
    padding: 10px 35px 9px 20px;
    color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    margin-top: 0px;
    text-transform: uppercase;
    border: 2px solid #000000;
	font-family: 'NexaLight';
    position: relative;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    display: inline-block;
    background: #000;
}

.ue-catching-section button i {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 18px;
    color: #ffffff;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
}
.footer-menu .footer-menu-inner {
    background: transparent;
	text-align: center;
}
.footer-menu .navbar-collapse.collapse {
    padding: 0;
	margin-top: 35px;
}
.footer-menu .footer-menu-inner a {
	background: transparent;
    border: 1px solid #444;
    margin-right: 6px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 11px 20px 10px;
    font-family: 'NexaLight';
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

.ue-contact-us {
    height: 200px;
    padding-left: 30px;
    padding-right: 0;
    padding-top: 20px;
    width: 40%;
	text-align: center;
	float: left;
}

.ue-contact-us h2 {
    margin: 0 0 15px;
    text-align: left;
    display: block;
    color: #f5f5f5;
    padding: 0;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: 'NexaBold';
	text-align: center;
}

.ue-contact-us p {
    font-size: 16px;
    color: #9c9c9c;
    font-family: 'NexaLight';
    line-height: 1.8;
    margin: 0 auto !important;
    margin-bottom: 10px;
}

.footer-menu.container {
    padding-left: 0;
    height: 200px;
    border-right: 1px solid #444444;
    padding-top: 20px;
    width: 60%;
	padding-right: 30px;
	float: left;
}

.su-footer-second {
    float: left;
    width: 100%;
    border-top: 1px solid #444444;
}

.google-map {
    padding-left: 30px;
    padding-top: 40px;
    padding-right: 0;
    height: 300px;
    width: 40%;
	float: left;
}

.google-map div#map1 {
    height: 260px !important;
}

.contact-form {
    padding-left: 0;
    padding-top: 30px;
    width: 60%;
    border-right: 1px solid #444444;
	padding-right: 30px;
	float: left;
}
.contact-form label {
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    font-family: 'NexaLight';
    line-height: 1.8;
    margin: 0 auto !important;
}

.contact-form label input {
    width: 100%;
    height: 40px;
    border: 1px solid #2f2f2f;
    background: #2f2f2f;
	padding: 5px;
}

.contact-form label textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #2f2f2f;
    background: #2f2f2f;
	padding: 5px;
}

.st-phone-field {
    float: left;
    width: 48%;
}

.st-email-field {
    float: right;
    width: 48%;
}

.contact-form .wpcf7-submit {
    float: left;
    text-decoration: none;
    padding: 10px 22px 9px 22px;
    color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    margin-top: 20px;
    text-transform: uppercase;
    border:2px solid #a3d03f;
	font-family: 'NexaLight';
    position: relative;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    background: #000;
    font-size: 15px;
    height: auto;
    line-height: normal;
}
.footer-menu .footer-menu-inner a:focus, .footer-menu .footer-menu-inner .current-menu-item a, .footer-menu .footer-menu-inner a:hover {
    background: #fff;
    color: #000;
}
span.fs-price-readmore a:hover, .su-contact-button input:hover, .contact-form .wpcf7-submit:hover, .ue-catching-section button:hover {
    background: #a3d03f;
    color: #fff;
    border-color: #a3d03f;
}
.su-home-storage-box .imageframe-none img {
    display: inline-block;
}
.su-home-storage-box .imageframe-none img {
    display: inline-block;
}

.su-home-intro h3, .su-home-intro h1 {
    font-size: 22px;
    color: #000;
    margin: 0 0 15px;
    font-weight: normal;
     font-family: 'NexaBold';
    text-transform: uppercase;
    padding: 0 0 15px;
    position: relative;
}

.su-home-intro h3:before, .su-home-intro h1:before  {
    content: '';
    width: 100px;
    height: 1px;
    background: #85b716;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.su-home-intro h3:after, .su-home-intro h1:after {
    content: '';
    width: 50px;
    height: 5px;
    background: #85b716;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    margin: 0 auto;
}
.su-top-social a:hover {
    background: #a1d235;
}
.st-address-field {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.su-home-footer-box {
    background: #f1f1f1;
    position: relative;
    overflow: hidden;
}
.su-home-footer-box:before {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    background: radial-gradient(#d0d0d0,rgba(255, 0, 0, 0),rgba(241, 241, 241, 0));
    left: 0;
    right: 0;
    top: -8px;
    margin: 0 auto;
}
.su-home-storage-box:before {
    content: '';
    width: 92%;
    height: 85%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -9;
    border: 5px solid #85b716;
    margin: auto;
    bottom: 0;
    right: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.su-home-storage-box a.button span {
    float: left;
    width: 100%;
    background-color: #85b716;
    background: linear-gradient(#6c9217,#85b716);
    padding: 10px 20px 10px;
    border: 1px solid #d5d2d2;
    box-shadow: 0px 15px 13px -11px #adadad;
    -webkit-box-shadow: 0px 15px 13px -11px #adadad;
    -moz-box-shadow: 0px 15px 13px -11px #adadad;
    color: #fcffff;
    text-decoration: underline;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
section.su-innerpage-wrapper {
    float: left;
    width: 100%;
    margin-top: 120px;
}

.su-innerpage-container {
    margin-top: -120px;
    background: #fff;
	width: 100%;
	padding-bottom: 40px;
}
.su-innerpage-title h2 {
    margin: 50px 0 20px;
    padding: 0 0 20px;
    font-size: 22px;
    color: #000;
    font-weight: normal;
     font-family: 'NexaBold';
    text-transform: uppercase;
    position: relative;
}

.su-innerpage-title h2:before {
    content: '';
    width: 100px;
    height: 1px;
    background: #85b716;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.su-innerpage-title h2:after {
    content: '';
    width: 50px;
    height: 5px;
    background: #85b716;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    margin: 0 auto;
}
.su-innerpage-details p {
    font-size: 17px;
    color: #333;
    font-family: 'NexaLight';
    line-height: 1.8;
    margin: 0 auto !important;
    margin-bottom: 10px;
}
.how-it-works h2 {
    margin: 50px 0 10px;
    padding: 0 0 15px;
    font-size: 22px;
    color: #023e7d;
    font-weight: normal;
     font-family: 'NexaBold';
    position: relative;
    text-align: left;
}
.how-work-box {
	border: 2px solid #d9b760;
	margin-top: 45px;
	padding: 20px 20px 20px 30px;
	position: relative;
	text-align: left;
	box-shadow: 1px 1px 3px 0px rgba(177, 177, 177, 0.31);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(177, 177, 177, 0.31);
	-moz-box-shadow: 1px 1px 3px 0px rgba(177, 177, 177, 0.31);
}

.how-work-box h6 {
    width: 35px;
    height: 35px;
    position: absolute;
    left: -18px;
    background: #d9b760;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    top: 12px;
    margin: 0;
    padding: 0;
     font-family: 'NexaBold';
    font-size: 16px;
}

.how-work-box h3, .how-work-box h1 {
    margin: 0px 0 5px;
    padding: 2px 8px 4px;
    font-size: 19px;
    color: #d9b760;
    font-weight: normal;
     font-family: 'NexaBold';
    text-align: left;
    position: absolute;
    top: -14px;
    background: #fff;
}

.how-work-box p {
    color: #929292;
}
.how-work-box.black {
    border-color: #3779d1;
}

.how-work-box.black h6 {
    background: #3779d1;
}
.how-work-box.black h3, .how-work-box.black h1 {
    color: #3779d1;
}
.su-location-box {
    position: relative;
	margin-top: 25px;
}

.su-location-text {
    position: absolute;
    z-index: 9;
    left: 8%;
    background: rgba(4, 75, 150, 0.72);
    padding: 26px;
    text-align: center;
    display: table;
    height: 400px;
}
.su-location-text-box {
    display: table-cell;
    vertical-align: middle;
    border: 4px solid #d9b760;
    padding: 22px;
    font-family: 'NexaBold';
    color: #ffffff;
    font-size: 20px;
}

.su-location-text-box i {
    display: block;
    margin-bottom: 20px;
    font-size: 35px;
    color: #d9b760;
}
.contact-text-address {
    text-align: center;
    margin-top: 10px;
    float: left;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 45px;
}
.contact-field:nth-child(even) {
    color: #000000;
    border-color: #000000;
}
.contact-field i {
    margin-right: 10px;
    padding-right: 15px;
    border-right: 2px solid;
}
.contact-field {
    width: 32.333%;
    float: left;
    padding: 20px;
    margin-left: .5%;
    border: 2px solid #85b716;
    position: relative;
    font-size: 19px;
    color: #85b716;
    font-weight: normal;
    font-family: 'NexaBold';
    text-align: left;
    background: #fff;
    margin-right: .5%;
}
.contact-field:first-child {
    margin-left: 0;
    margin-right: 1%;
}
.contact-field:last-child {
    float: right;
    margin-right: 0;
    margin-left: 1%;
}
.cotent-section {
    float: left;
    width: 100%;
}
.su-contact label {
    width: 100%;
    font-size: 14px;
    color: #000;
    font-family: 'NexaLight';
    line-height: 1.8;
    font-weight: normal;
    text-align: left;
}

.su-contact label input {
    width: 100%;
    height: 40px;
    border: 2px solid #85b716;
    padding: 5px;
    color: #333;
}

.su-contact label textarea {
    width: 100%;
    height: 100px;
    border: 2px solid #000;
    padding: 5px;
    color: #333;
}

.su-contact-name {
    float: left;
    width: 32.333%;
    margin-right: 1%;
}

.su-contact-tel {
    float: left;
    width: 32.333%;
    margin-left: .5%;
    margin-right: .5%;
}

.su-contact-email {
    width: 32.333%;
    float: right;
}

.su-contact-button {
    margin-bottom: 30px;
    width: 100%;
    float: left;
	margin-top: 20px;
}
.contact-form label textarea:focus, .contact-form label input:focus, .su-contact label textarea:focus, .su-contact label input:focus {
    background: rgba(133, 183, 22, 0.24);
}
.su-contact-button input {
    max-width: 100px;
    width: 100%;
    border: 2px solid #85b716;
    height: 40px;
    text-transform: uppercase;
    background: #fff;
    font-family: 'NexaLight';
    color: #85b716;
    border-radius: 30px;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
}

.su-contact-query {
    float: left;
    width: 100%;
    margin-top: 15px;
}
div.wpcf7-validation-errors {
	float: left;
    width: 100%;
    margin: 18px 0 15px;
    background: rgba(255, 0, 0, 0.43);
    border: 1px solid red;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-family: 'NexaLight';
    font-size: 13px;
    position: relative;
    padding-left: 50px;
}
div.wpcf7-validation-errors:before {
    content: '\f071';
    position: absolute;
    background: red;
    height: 100%;
    width: 40px;
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    left: 0;
    top: 0;
    line-height: 40px;
}
div.wpcf7-mail-sent-ok {
    float: left;
    width: 100%;
    margin: 18px 0 0;
    background: rgba(57, 143, 20, 0.28);
    border: 1px solid #398f14;
    padding: 10px;
    color: #fff;
    text-align: center;
	font-family: 'NexaLight';
    font-size: 13px;
    position: relative;
}
div.wpcf7-mail-sent-ok:before {
    content: '\f00c';
    position: absolute;
    height: 100%;
    width: 40px;
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
	line-height: 40px;	
    left: 0;
    top: 0;
    background: #398f14;
}
.su-contact p {
    max-width: 900px;
}
form.wpcf7-form {
    margin-top: 20px;
    float: left;
    width: 100%;
	text-align: left;
}
div#footer {
    float: left;
    width: 100%;
}
.footer-menu .footer-menu-inner li {
    float: none;
    display: inline-block;
}
.su-menu-right {
    float: right;
    margin-top: 8px;
}
.su-navbar-box .su-menu-box li a:hover {
    color: #000;
}
.pages_line {
    display: block;
    margin-top: 17px;
    margin-left: 20px;
    border-left: 1px solid #a3d13f;
    padding-left: 20px;
    float: left;
    color: #fff;
    font-size: 16px;
    font-family: 'NexaLight';
}

.fs-faq-container .panel-heading {
    background: transparent;
	padding: 0;
    position: relative;
}

.fs-faq-container .panel-default {
    border: 2px solid #eaeaea;
    box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.64);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.64);
    -moz-box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.64);
    border-radius: 10px;
    margin-top: 10px;
    text-align: left;
    padding: 5px;
	border-right: 4px solid #eaeaea;
	float: left;
    width: 100%;
}

.fs-faq-container .panel-default h4.panel-title.toggle {
    padding: 0;
}

.fs-faq-container .panel-default h4.panel-title.toggle a {
    font-size: 18px;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
     font-family: 'NexaBold';
    text-decoration: none;
    padding: 10px 15px;
    display: block;
	padding-left: 55px;
}

.fs-faq-container .panel-heading a:before {
    content: 'Q';
    width: 45px;
    height: 100%;
    background: #85b716;
    position: absolute;
    left: 0;
    top: 0px;
    border-radius: 10px;
    text-align: center;
    line-height: 39px;
    color: #333;
    font-family: 'NexaBold';
    font-size: 22px;
    text-shadow: 1px 1px 1px white;
    border: 2px solid #587b09;
}
.fs-faq-container .panel-default .panel-body.toggle-content:before {
    content: "A";
    width: 35px;
    height: 35px;
    background: #676767;
    position: absolute;
    left: 3px;
    top: 9px;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    color: #85b716;
    font-family: 'NexaBold';
    font-size: 20px;
    text-shadow: 1px 1px 1px #333333;
}
.fs-faq-container .panel-default .panel-body.toggle-content {
    background: #f5f5f5;
    font-size: 16px;
    color: #7d7d7d;
    font-family: 'NexaLight';
    line-height: 1.8;
    margin-top: 8px;
    border: 1px solid #f2f2f2;
    position: relative;
    padding-left: 55px;
	float: left;
    width: 100%;
}
.fs-faq-container .panel-default:nth-child(even) {
    background: #f5f5f5;
}
.fs-faq-container .panel-default:nth-child(even) .panel-body.toggle-content {
    background: #fff;
}
.su-innerpage-container h3, .su-innerpage-container h1 {
    margin: 0 0 0;
    padding: 0 0 10px;
    font-size: 18px;
    color: #7bab13;
    font-weight: normal;
     font-family: 'NexaBold';
    position: relative;
}
.fs-about-container {
    padding: 25px;
    text-align: center;
    border: 1px solid #ddd;
    float: left;
    width: 100%;
    margin-top: 20px;
}
.fs-price-box {
    background: #f3f3f3;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.64);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.64);
    -moz-box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.64);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

span.price-img img {
    width: 100%;
}

span.price-img {
    display: block;
    height: 300px;
    overflow: hidden;
    width: 100%;
    position: relative;
}
span.price-img:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid #85b716;
    position: absolute;
    border-top: 25px solid #85b716;
    border-right: 12px solid #85b716;
    border-bottom: 12px solid transparent;
    left: 10px;
    top: 0;
}
.fs-price-box-details {
    float: left;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    background: #fff;
    padding: 20px;
    margin-top: -20px;
    position: relative;
    z-index: 99;
    border: 1px solid #e8e8e8;
}

.fs-price-box-details h2 {
    font-size: 22px;
    color: #000;
    margin: 0 0 0px;
    font-weight: normal;
     font-family: 'NexaBold';
    padding: 0 0 15px;
    position: relative;
}

.fs-price-content p{
    font-size: 16px;
    color: #222;
    font-family: 'NexaLight';
    line-height: 1.6;
}

span#prod-category ul {
    padding: 0;
    list-style: none;
	display: inline-block;
}

span#prod-category ul a {
    font-size: 16px;
    color: #7eb10c;
    font-family: 'NexaLight';
    line-height: 1.6;
}
.innerpage-price-page {
    display: inline-block;
    width: 100%;
    margin: 30px 0 0;
}

.fs-price-container {
    margin-bottom: 30px;
}
#price {
	position: absolute;
    left: 0;
    right: 0;
    top: -10%;
    margin: 0 auto;
    height: 40px;
    line-height: 38px;
    font-family: 'NexaLight';
    color: #77a70e;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    width: 100%;
    text-align: center;
}
#price span {
    max-width: 100px;
    background: #fff;
    height: 40px;
    display: inline-block;
    width: 100%;
    border: 1px solid #f3f3f3;
}
.fs-price-container:hover #price {
    top: 10%;
}
span.fs-price-readmore a {
    text-decoration: none;
    padding: 10px 22px 9px 22px;
    color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    margin-top: 10px;
    text-transform: uppercase;
    border: 2px solid #a3d03f;
	font-family: 'NexaLight';
    position: relative;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    background: #000;
    font-size: 15px;
    height: auto;
    line-height: normal;
    display: inline-block;
}
.fs-price-content {
    height: 78px;
    overflow: hidden;
    position: relative;
}
.wrapper.blog-description-container {
    text-align: left;
	padding: 25px 15px 25px;
}
.fs-blog-image {
    float: right;
    margin-right: 20px;
    max-width: 300px;
}

.fs-blog-details h1 {
    font-size: 25px;
    color: #000;
    margin: 0 0 0px;
    font-weight: normal;
     font-family: 'NexaBold';
    padding: 0 0 12px;
    position: relative;
}

.fs-blog-details h1 a {
    color: #000;
    text-decoration: none;
}

.fs-blog-date-box {
    font-size: 16px;
    color: #7eb10c;
    font-family: 'NexaLight';
    line-height: 1.6;
    margin: 0 0 6px;
}

span.fs-blog-date {
    margin-right: 20px;
}



.fs-blog-content {
    margin-top: 10px;
}

.fs-blog-content p {
    font-size: 16px;
    color: #222;
    font-family: 'NexaLight';
    line-height: 1.6;
}

.comment.kl-blog-form {
    float: left;
    width: 100%;
    margin-top: 25px;
}

.comment.kl-blog-form p {
    font-size: 20px;
    color: #000;
    margin: 0 0 0px;
    font-weight: normal;
     font-family: 'NexaBold';
    padding: 0 0 12px;
    position: relative;
}

.fs-blog-image img {
    width: 100%;
    padding: 4px;
    border: 1px solid #ddd;
}
.fs-blog-date-box i {
    margin-right: 5px;
    color: #222;
}
.su-contact .wpgmp_map_container {
    float: left;
    width: 100%;
}
span#prod-category i {
    display: inline-block;
    float: none;
    margin-right: 6px;
    font-size: 13px;
    color: #85b716;
}

span#prod-category {
    display: inline-block;
    width: 100%;
    text-align: center;
}
::selection {
    background: #85b716 ;
    color: #fff;
}
.fullwidth-box .container, .su-contact .container {
    width: 100%;
}
#bwg_container1_0 #bwg_container2_0 .paging-input_0 {
    font-family: 'NexaLight';
}
.su-navbar-box .su-menu-box li .dropdown-menu li a:before {
    display: none;
}
.su-navbar-box .su-menu-box li a:focus {
    background: transparent !important;
}
.footer-menu .footer-menu-inner ul.dropdown-menu {
    background: transparent;
    border: 0;
    box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.footer-menu .footer-menu-inner ul.dropdown-menu li {
    width: 100%;
    text-align: center;
}
.footer-menu .footer-menu-inner ul.dropdown-menu li a {
    padding: 9px 20px 8px;
    font-size: 12px;
	background: #444;
}
.footer-menu .footer-menu-inner ul.dropdown-menu li.current-menu-item a {
    background: #fff;
    color: #000;
}
.error-details {
    font-size: 18px;
    color: #333;
    font-family: 'NexaLight';
    line-height: 1.8;
}
.error-template h2 {
    margin: 50px 0 20px;
    padding: 0 0 20px;
    font-size: 35px;
    color: #85b716;
    font-weight: normal;
    font-family: 'NexaBold';
    text-transform: uppercase;
    position: relative;
}
.error-template .su-innerpage-title h2 {
    color: #000;
}



@media (max-width: 1350px) {
.contact-field {
    font-size: 15px;
}
}


@media (min-width: 1350px) { 
.container {
    width: 100%;
    max-width: 1300px;
}

}


@media (max-width: 1200px) { 
.slider-container .flex-control-paging{
	display:block;
}
.su-navbar-box .su-menu-box li a {
    padding: 16px 10px 16px;
    font-size: 13px;
}
.contact-field i {
    position: absolute;
    left: 12px;
    top: 22px;
}
.contact-field {
	font-size: 15px;
    font-family: 'NexaLight';
	padding-left: 50px;
}
.slider-container a.flex-prev, .slider-container a.flex-next {
    display: none;
}
.ue-contact-us p {
    font-size: 15px;
}
.ue-contact-us, .footer-menu.container {
    height: 220px;
}
}


@media (max-width: 991px) {
.ue-contact-us p {
    font-size: 14px;
}	
.ue-contact-us, .footer-menu.container {
    height: 250px;
}
span.price-img {
    height: 210px;
}	
.su-menu-right {
    margin-top: 20px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.64);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.64);
    -moz-box-shadow: 0px 1px 2px 0px rgba(34, 34, 34, 0.64);
    background: rgba(255, 255, 255, 0.64);
    padding: 10px;
}	
.social_icon_fb, .social_icon_twt {
    float: none;
    display: inline-block;
    margin: 0 5px 0;
}	
.su-top-social {
    margin-top: 10px;
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}	
.su-home-boxes-inner {
    width: 48%;
}
.slider-content {
    width: 100%;
    margin-top: 0;
}
.slider-img, .su-top-logo {
    float: left;
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
}
.ue-logo-wrapper {
    margin-bottom: 0px;
    margin-top: 0px;
	border: 0;
	background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
	padding-left: 0;
    padding-right: 0;
}
.contact-field:last-child, .contact-field:first-child {
    margin-left: 0;
    margin-right: 0;
}
.contact-field {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}
.su-navbar-box .su-menu-box li a {
    padding: 16px 13px 16px;
    font-size: 13px;
}

}
@media (min-width: 767px) {
.su-navbar-box .su-menu-box li.current-menu-item a:before {
    background: #85b716;
    width: 75%;
}
.su-navbar-box .su-menu-box li a:before {
	content: '';
	width: 0;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 300ms linear;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms linear;
}

.su-navbar-box .su-menu-box li a:hover:before {
    width: 75%;
    background: #85b716;
}
}


@media (max-width: 767px) {
ul.nav li.dropdown:hover > ul.dropdown-menu {
    width: 100%;
    position: static;
    box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
    border: 0;
    text-align: center;
}	
.su-navbar-box .su-menu-box li {
    float: left;
    width: 100%;
}	
.fs-price-container {
    width: 50%;
}
span.contact_detail_txt, span.first_no{
    float: none;
    margin-left: 5px;
    display: inline-block;
    margin-right: 5px;
}
.pages_line {
    margin-left: 0;
    border-left: 0;
    padding-left: 15px;
    width: 100%;
    padding-right: 15px;
}
.su-navbar-box .su-menu-box li.current-menu-item a:focus, .su-navbar-box .su-menu-box li.current-menu-item a {
    background: rgb(133, 183, 22) !important;
	color: #fff;
}
.su-top-logo {
    width: 100%;
}
.su-top-social {
	margin-top: 15px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.highlight_text {
    width: 100%;
    margin-top: 14px;
}
.su-call-us {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    text-align: center;
}
.su-navbar-box .su-menu-box li a:hover {
    background: rgba(0, 0, 0, 0.41) !important;
}
/*.tp-header .navbar-default {
	border-left: 5px solid rgba(133, 183, 22, 0.59);
    border-right: 5px solid rgba(133, 183, 22, 0.59);
}*/
.su-navbar-box .su-menu-box li a {
    background: rgba(255, 255, 255, 0.44) !important;
    border-radius: 0 !important;
    margin-top: 2px;
}
.su-menu-right {
    float: right;
    width: 100%;
    margin-top: 30px;
}
.footer-menu .navbar-collapse.collapse {
    margin-top: 0;
}
.ue-contact-us {
    height: auto;
    padding-left: 0;
    width: 100%;
	margin-bottom: 30px;
    padding-bottom: 20px;
}

.contact-form {
    width: 100%;
    border-right: 0;
    padding-right: 0;
}
.google-map {
    padding-left: 0;
    width: 100%;
}


.footer-menu.container {
    padding-left: 0;
    height: auto;
    padding-top: 0;
    width: 100%;
    padding-right: 0;
    float: left;
    border: 0;
    border-bottom: 1px solid #444444;
    padding-bottom: 35px;
    margin-bottom: 20px;
}
.footer-menu .navbar-collapse.collapse {
    padding: 0;
    display: block;
    margin: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	height: auto !important;
}
.footer-menu .footer-menu-inner {
    margin: 0;
}
.how-work-box h3, .how-work-box h1{
    padding: 0 0 4px;
    position: static;
	line-height: 1.3;
}
.su-location-text {
    position: static;
    background: rgb(4, 75, 150);
    height: 300px;
    width: 100%;
}
.su-home-storage-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
}
.su-home-storage-box a.button {
    width: 100%;
    position: static;
    padding-bottom: 0;
}
.su-home-storage {
	margin: 20px 0 40px;
    display: block;
}
.su-call-us {
    padding-left: 15px;
}
.tp-header .navbar-header {
    background: #000000;
    margin: 0;
}
.tp-header .navbar-header button.navbar-toggle {
	background: #85b716;
    border-color: #85b716;
}
.tp-header .navbar-header button.navbar-toggle span.icon-bar {
    background: #fff;
}
}

@media (max-width:600px) {
.wrapper.blog-description-container {
    text-align: center;
}	
.fs-blog-image {
    float: none;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 20px;
}
.su-home-boxes {
    padding: 26px;
}
.su-home-boxes-inner {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
}

@media (max-width:480px) { 
.slider-content {
    padding-left: 20px;
	text-align:center;
}
form.wpcf7-form, .su-contact-button, .su-innerpage-details p, .how-work-box h3, .how-work-box h1, .how-it-works h2, .su-slider-content p, .slider-content h2 {
    text-align: center !important;
}
.contact-form .wpcf7-submit, span.first_no, span.contact_detail_txt, a.su-slider-button {
    float: none;
    display: inline-block;
}
.contact-field i {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    background: #dddddd;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 40px;
    border-radius: 50%;
}
.contact-field {
    padding: 35px 20px 20px;
    margin-top: 20px;
    text-align: center;
}
.st-email-field, .su-contact-email {
    width: 100%;
    margin-top: 15px;
}
.su-contact-tel {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
}
.st-phone-field, .fs-price-container, .su-contact-name {
    width: 100%;
    margin-right: 0;
}
span.price-img {
    height: auto;
}

}
ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;
    margin: 0;
}




