/******************************************************************
Theme Name: ExciteMedia Theme
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.1.3
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: ExciteMedia
License URI: http://www.excitemedia.com.au
******************************************************************/

/*********************
GENERAL STYLES
*********************/
/* Font Faces - BEGIN */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,400italic,600,700,700italic,900);
/* Font Faces - END */
.ls-inner {
    z-index: 1 !important;
}
header.main-header {
    z-index: 999 !important;
}
html {
    font-size: 100% !important;
}
body, p, td, ul, li {
    color: #404040;
    font-family: proxima-nova, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
    color: #113f67;
    font-family: proxima-nova, sans-serif;
    line-height: 1.2em;
    margin: 0 0 12px;
    padding: 0;
    text-rendering: optimizelegibility;
}
h1 {
    font-size: 3.1875rem;
}
h2 {
    font-size: 1.876rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 25px;
}
h2:before {
    content: '';
    height: 6px;
    width: 30px;
    background: #b2d135;
    bottom: 0;
    position: absolute;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1.25rem;
}
h5 {
    font-size: 1.125rem;
}
h6 {
    font-size: 1rem;
}
a {
    color: #b1d136;
    outline: none;
    text-decoration: none;
}
a, a:before, a:after {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a:hover {
    color: #b3c032;
    text-decoration: underline;
}
a, a:link, a:hover, a:active, a:focus, a:visited:link {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
    border: 0;
    max-width: 100%;
    position: relative;
    width: auto\9;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
img:not(.ls-bg) {
 height: auto !important;
}
img:before {
    background-color: #efefef;
    border: 2px dotted rgb(200, 200, 200);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    height: 100px;
    width: 100%;
}
img:after {
    color: rgb(100, 100, 100);
    content: "\f127" " Broken Image of " attr(alt);
    display: block;
    font-size: 16px;
    font-style: normal;
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
img.cke_wordpress_more {
    height: 10px !important;
}
p {
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 0;
}
table {
    margin: 20px 0;
}
hr {
    background-color: transparent;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    color: transparent;
    height: 1px;
    margin: 20px 0;
}
::-webkit-input-placeholder {
opacity: 1;
}
::-moz-placeholder {
opacity: 1;
} /* firefox 19+ */
:-ms-input-placeholder {
opacity: 1;
filter:alpha(opacity=100);
} /* ie */
input:-moz-placeholder {
opacity: 1;
}
iframe {
    max-width: 100%;
}
.clear {
    clear: both;
    display: block;
}
.wrap {
 *zoom: 1;
}
.wrap:before, .wrap:after {
    content: "";
    display: table;
    line-height: 0;
}
.wrap:after {
    clear: both;
}
.hidden {
    opacity: 0;
}
.visible {
    opacity: 1;
}
div.ezcol-one-quarter, div.ezcol-one-half, div.ezcol-three-quarter, div.ezcol-one-third, div.ezcol-two-third, div.ezcol-one-fifth, div.ezcol-two-fifth, div.ezcol-three-fifth, div.ezcol-four-fifth {
    hyphens: none;
}
.sfm-rollback {
    display: none;
}
#post-not-found {
    padding-top: 30px;
    text-align: center;
}
.mainbody {
    padding: 75px 0;
}
/*********************
LAYOUT STYLES
*********************/
.center {
    margin: 0 auto;
    max-width: 1080px;
}
.inner .center {
    max-width: 1308px;
}
.extra-content {
    padding: 90px 0 80px;
}
.extra-content-cols {
    margin: 0 -15px;
}
.extra-content-col {
    float: left;
    margin: 15px 0;
    padding: 0 15px;
}
.extra-content-col-02 .extra-content-col {
    width: 50%;
}
.extra-content-col-03 .extra-content-col {
    width: 33.333333%;
}
.extra-content-col-04 .extra-content-col {
    width: 25%;
}
.extra-content-col-05 .extra-content-col {
    width: 20%;
}
.extra-content-col-06 .extra-content-col {
    width: 16.6666667%;
}
.extra-content-col-02 .extra-content-col:nth-child:(2n+1), .extra-content-col-03 .extra-content-col:nth-child:(3n+1), .extra-content-col-04 .extra-content-col:nth-child:(4n+1), .extra-content-col-05 .extra-content-col:nth-child:(5n+1), .extra-content-col-06 .extra-content-col:nth-child:(6n+1) {
 clear: both;
}
/*** Enter your style for global layout here ***/
.inner-banner {
    background: url(library/images/banner-inner.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 110px 0 80px;
}
.inner-banner h1 {
    margin: 51px 0 0 0;
    font-size: 71px;
    font-weight: 900;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
}
.inner-banner p {
    color: #FFF;
    font-size: 30px;
    margin: 20px 0 45px;
    line-height: normal;
    text-align: center;
}
.banner-button {
    text-align: center;
}
.inner-banner .center {
    /*max-width: 780px;*/
}
.inner-banner .banner-button a {
    display: inline-block;
}
.inner-banner .banner-button .call-us-today {
    letter-spacing: 2px;
    padding: 25.7698px 35.6812px;
    font-size: 21.8052px;
    color: rgb(255, 255, 255);
    background: rgb(178, 209, 53);
    width: auto;
    height: auto;
    border-width: 0px;
    margin-right: 45px;
}
.inner-banner .banner-button .estimated-costs {
    letter-spacing: 2px;
    padding: 25.7698px 32.7078px;
    font-size: 21.8052px;
    color: rgb(255, 255, 255);
    background: rgb(87, 118, 51);
    width: auto;
    height: auto;
    border-width: 0px;
}
.thin-arrow-dark, .thin-arrow-light {
    width: 25px;
    height: 17px;
    display: inline-block;
    margin-left: 13px;
    margin-bottom: -2px;
}
.thin-arrow-dark {
    background: url(library/images/thin-arrow-dark.png) center no-repeat;
}
.thin-arrow-light {
    background: url(library/images/thin-arrow-light.png) center no-repeat;
}
/*********************
HEADER
*********************/
.main-header {
    position: fixed;
    z-index: 10;
    width: 100%;
    padding: 30px 0;
}
.main-header.sticky {
    background-color: #233142;
    padding:0;
}
.main-header.sticky .top-menu {
	top: 12px;
}
.main-header.sticky nav.main-nav ul.nav > li a, .main-header.sticky .header-right .header-free-quote {
    color: #ffffff;
}
.main-header .center {
    max-width: 1586px;
}
.main-header .logo {
    float: left;
}
.main-header .header-right {
    float: right;
    margin-top: 27px;
}
.main-header .header-right .header-free-quote {
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}
.main-header .header-right .header-phone {
    font-size: 31px;
    font-weight: 900;
    color: #b2d135;
    margin-top: 10px;
}
.main-header .header-right .header-phone a:hover {
    text-decoration: none;
    color: #b1d136;
}
.main-header.sticky .logo img {
    width: 80%;
    padding:15px 0;
}
/*********************
FOOTER
*********************/
.main-footer {
    background: #233142;
    padding: 55px 0 42px;
}
.main-footer .center {
    max-width: 1586px;
}
.main-footer p {
    color: #FFF;
}
.main-footer .footer-col {
    float: left;
    width: 32.33%;
    margin-right: 1%;
}
.main-footer .footer-col-1 {
	text-align: left;
    width: 32.33%;
}
.main-footer .footer-col-2 {
    width: 32.33%;
}
.main-footer .we-accept p {
    margin-top: 17px;
}
.main-footer .we-accept img {
    margin-right: 10px;
}
.main-footer .call-us-today {
    margin-bottom: 10px;
}
.main-footer .call-us-today a {
    color: #FFF !important;
    text-decoration: none !important;
}
.main-footer .call-us-today p:first-of-type {
    font-size: 24px;
    margin: 20px 0 0;
    padding-left: 41px;
    letter-spacing: .5px;
}
.main-footer .call-us-today p:nth-of-type(2) {
 font-size: 42px;
 font-weight: 900;
 margin: 0;
 line-height: 1.3em;
 text-align: right;
}
.main-footer .footer-col-3 {
    margin-right: 0;
    float: right;
    width: 32.33%;
    text-align: right;
    margin-top: 10px;
}
.main-footer .footer-col-3 p a {
    margin-left: 50px;
}
/*********************
BOTTOM BAR
*********************/
.bottom-bar-section {
    background: url('https://www.goturf.com.au/wp-content/uploads/footer_image.jpg') center no-repeat;
    background-size: cover;
    padding: 185px 0 119px;
}
.bottom-bar-section h3 {
    font-size: 120px;
    font-weight: 900;
    color: #FFF;
    margin: 0 0 70px;
    line-height: .8em;
}
.bottom-bar-section h6 {
    color: #113f67;
	font-size: 36px;
    font-weight: 600;
    letter-spacing: 17px;
	text-align: center;
}
.bottom-bar-section a.em-button {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2.5px;
    padding: 22px 33.2342px;
}
.testimonials {
    position: relative;
    padding: 0 !important;
}
.testimonials:before {
    content: '';
    width: 69px;
    height: 49px;
    background: url(library/images/quote-icon.png) center no-repeat;
    position: absolute;
    right: 0;
    left: 0;
    top: 17%;
    margin: auto;
}
#layerslider_2 .ls-bottom-slidebuttons a {
    width: 8px;
    height: 8px;
    background: #979797;
    margin: 4px;
    border-radius: 50px;
}
#layerslider_2 .ls-bottom-slidebuttons a.ls-nav-active {
    background: #404041;
}
#layerslider_2 .ls-bottom-slidebuttons {
    top: -70px;
}
/*********************
STAFF
*********************/
.staff_list:before, .staff_list:after {
    content: "";
    display: table;
    line-height: 0;
}
.staff_list:after {
    clear: both;
}
.staff_list {
    list-style: none;
    padding: 0;
}
.staff_list > li {
    float: left;
    position: relative;
    width: 23.73%;
    margin-right: 1.69%;
    margin-bottom: 40px;
}
.staff_list > li:nth-of-type(4n) {
 margin-right: 0;
}
.member_info {
    cursor: default;
}
.member_info_inner {
    bottom: 23px;
    left: 15%;
    position: absolute;
    right: 14%;
}
.member_info_inner, .member_info_inner p, .member_info_inner h4, .member_info_inner h6, .member_info_inner a {
    color: #fff;
}
.member_info_inner h4 {
    font-weight: 300;
    margin-bottom: 2px;
}
.member_info_inner h6 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
}
.member_short_desc, .member_short_desc p {
    font-size: 16px;
    line-height: 1.25;
}
.member_short_desc {
    padding-bottom: 15px;
}
.member_short_desc p {
    margin: 0;
}
.member_link a {
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
}
.member_default:before {
    background: rgba(255, 255, 255, .8);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
 -webkit-transition: all .3s 0s;
 -moz-transition: all .3s 0s;
 transition: all .3s 0s;
    visibility: hidden;
    z-index: 1;
}
.member_default {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.first_columnL {
    left: 5%;
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.first_columnL p {
    font-size: 24px;
}
.first_columnL p.title {
    font-size: 60px;
}
.member_default .first_name {
    opacity: 0;
 -webkit-transition: opacity .3s 0s, visibility 0s .3s;
 -moz-transition: opacity .3s 0s, visibility 0s .3s;
 transition: opacity .3s 0s, visibility 0s .3s;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    font-size: 60px;
    line-height: normal;
    text-align: center;
    background: rgba(237, 52, 42, .52);
    color: #FFF;
}
.member_item.active .member_default:before {
    opacity: 1;
    visibility: visible;
}
.member_item.active .member_default:hover:before {
    opacity: 0;
    visibility: hidden;
}
.member_default:hover .first_name {
    background: rgba(237, 52, 42, .52);
    opacity: 1;
}
.member_default .first_name span {
    display: block;
    width: 90%;
}
.member_photo {
    position: relative;
    height: 100%;
}
.member_photo img {
    display: block;
}
.member_photo_hover {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.member_photo:hover .member_photo_hover {
    opacity: 1;
}
.member_popup {
    display: none;
}
.staff_list li.member_popup_row {
    display: none;
    width: 100%;
    height: auto !important;
}
.member_popup_row .member_popup {
    display: block;
}
.member_popup_row .member_popup .flexslider {
    margin: 0;
}
.member_popup > div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto !important;
    min-height: initial !important;
}
.member_popup_photo {
    float: left;
    width: 31.193%;
}
.member-popup-photo-rotator {
    position: relative;
}
.member_popup_info:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;/* Adjusts for spacing */
}
.member_popup_info {
    float: right;
    margin-top: 0;
    padding: 0 80px;
    position: relative;
    width: 66%;
}
.page .center .member_popup_info p {
    margin-bottom: 30px;
}
.member_popup_info_inner {
    display: inline-block;
    vertical-align: middle;
}
.member_popup_info_inner h3 {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.member_popup_info_inner .member_popup_position {
    font-size: 24px;
    margin-top: 10px;
    color: #b2d135;
    font-weight: 400;
}
.member_popup_info_inner .member_popup_email {
    font-size: 18px;
    color: #b6b6b6;
    margin-top: 6px;
}
.member_popup_title {
    margin: 0 0 1px;
}
.member_popup_des {
    margin-top: 8px;
}
.member_popup_des ul {
    list-style: disc;
    margin: 0;
    padding-left: 19px;
}
.member_popup_des ul li {
    margin: 10px 0;
}
.member_prev, .member_next {
    cursor: pointer;
    height: 18px;
    position: absolute;
    top: 50%;
    width: 25px;
}
.member_prev {
    background: url(library/images/btn_prev_grey.png) no-repeat left top;
    left: 0;
}
.member_next {
    background: url(library/images/btn_next_grey.png) no-repeat left top;
    right: 0;
}
.flexslider.staff_slider {
    padding-bottom: 60px;
}
.flexslider.staff_slider .flex-control-nav {
    bottom: -8px;
}
.member_facts {
    font-size: 15px;
    /* list-style: outside none none; */

    margin-left: -26px;
    padding-top: 15px;
}
.overlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: #8ac644;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.staff_list li .overlay {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
}
.staff_list li.hover .overlay {
    height: 100%;
}
.loader_gif {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: #FFF;
    z-index: 9;
}
.loader_gif img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 10%;
}
.cd-modal .show_label {
    position: absolute;
    bottom: 0;
}
.cd-modal .show_label label {
    display: block !important;
    color: #FFF;
}
/* Homepage - Enter any style for elements on homepage here */
/*********************
PORTALS
*********************/
.portals {
    background: url('library/images/portal-bg.jpg') center no-repeat;
    background-size: cover;
    padding: 56px 0;
}
.portals .portal_heading {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
}
.portals .portal_list {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}
.portals .portal_list li {
    width: 30%;
    float: left;
    position: relative;
    padding-top: 43px;
    margin: 0 5% 45px 0;
}
.portals .portal_list li:nth-of-type(3n) {
 margin-right: 0;
}
.portals .portal_list li:nth-of-type(3n+1) {
 clear: left;
}
.portals .portal_list li a:hover {
    text-decoration: none;
}
.portals .portal_list li p {
    margin: 10px 0;
    color: #FFF;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    letter-spacing: .5px;
}
.portals .portal_list li a:hover p {
    color: #b2d135;
}
.portals .portal_list li p.title {
    font-size: 20px;
    font-weight: 400;
    margin-top: 7px;
    letter-spacing: 1.5px;
}
.portals .portal_list img {
    position: absolute;
    top: 0;
}
/*********************
TURF VARIETIES AND CALCULATOR
*********************/
.turf-varieties-calculator .turf-calculator, .turf-varieties-calculator .turf-varieties {
    width: 50%;
    float: left;
    padding: 65px 0;
}
.turf-varieties-calculator .turf-calculator {
    background: #eeeeee;
}
.turf-varieties-calculator .calculator-content, .turf-varieties-calculator .varieties-content {
    width: 740px;
    max-width: 90%;
}
.turf-varieties-calculator .varieties-content {
    float: right;
    margin-right: 6.4%;
}
.turf-varieties-calculator .calculator-content {
    margin-left: 6.4%;
}
.turf-varieties-calculator .img-wrap {
    float: left;
    margin-right: 6.4%;
    width: 40.542%;
}
.turf-varieties-calculator .calculator-content .img-wrap {
    margin-top: 10px;
}
.turf-varieties-calculator .content-wrap {
    float: right;
    width: 51.3534%;
    margin-top: 6%;
}
.turf-varieties-calculator h2 {
    color: #233142;
}
.bottom-images img {
    width: 33.33%;
    float: left;
}
.ls-em-button {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.ls-em-button.call-us-today:hover {
    background: rgb(147, 179, 19) !important;
    text-decoration: none;
}
.ls-em-button.estimated-costs:hover {
    background: rgb(58, 82, 29) !important;
    text-decoration: none;
}
/*** Enter your custom style for elements on homepage here ***/


/*********************
LANDING PAGE
*********************/
.lp_header, .main-header.lp_header.sticky {
    background-color:#113f67;
    padding:20px;
    position:relative;
}
.lp_header .lp_logo {
    float:left;
    width:10%;
    margin-right:5%;
}
.lp_header .lp_phone {
    width:15%;
    float:right;
    font-size: 18px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    text-align:right;
    margin-top:15px;
}
.lp_header .lp_phone span {
    font-size: 31px;
    font-weight: 900;
    color: #b2d135;
    margin-top: 10px;
    display:block;
}
.lp_center_header {
    width:70%;
    float:left;
    text-align:center;
}
.lp_center_header h1 {
    color:#fff;
    font-size:2.200rem;
    text-transform:uppercase;
}
.lp_center_header h1 span {
    display:block;
    color:#b2d135;
    font-size:1.800rem;
}
.trusted_by {
    background-color:#eeeeee;
    padding:50px 0;
    text-align:center;
}
.trusted_by ul {
    margin: 0 auto;
        text-align: center;
        width: 100%;
    padding:0;
}
.trusted_by ul li:first-child {
    text-align:left;
    font-size:20px;
    padding-top:20px;
}

.trusted_by ul li img{
    width: 80%;
}

.about_box {
    margin: 35px 0;
    width: 100%;
    float: left;
}
.about_box:nth-child(even) .about_image, .about_box:nth-child(even) .about_desc {
 float:right;
}
.about_box:nth-child(odd) .about_image, .about_box:nth-child(odd) .about_desc {
 float:left;
}
.about_box .about_image {
    width: 52%;
}
.about_box .about_desc {
    width: 48%;
    color: #fff;
    background-color: #577633;
    padding: 50px;
    margin: 35px 0;
}
.about_box .about_desc h2, .about_box .about_desc p {
    color:#fff;
}
.our_varieties {
    padding:50px 0;
    background-color:#f2f2f2;
    text-align:center;
}
.our_varieties h2,
.easy_steps h2,
.testimonials_wrapper h2 {
    text-align:center;
}
.our_varieties .variety_box {
    width: 28%;
    display: inline-block;
    margin: 2%;
    background-color: #fff;
    position: relative;
    text-align: center;
    padding: 20px;
    box-shadow: 10px 10px 50px #ccc;
}
.our_varieties .variety_box:hover {
    background-color:#577633;
}
.our_varieties .variety_box .variety_desc {
    padding:40px;
    color:#fff;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:left;
    display:none;
    z-index:2;
    background-color:#577633;
    font-size: 20px;
    line-height: 30px;
}
.our_varieties .variety_box:hover .variety_desc {
    display:block;
}
.our_varieties .variety_box:hover .variety_image {
    z-index:1;
}
.our_varieties .variety_box .variety_desc p {
    color:#fff;
}
.call_to_action {
    background:url(library/images/lp-cta-bg.jpg) no-repeat center center / cover;
    padding:50px 0 10px;
}
.call_to_action h1 {
    color: #b2d135;
    font-size: 1.875rem;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 15px;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.call_to_action h1 span {
    color:#ffffff;
    display:block;
    font-size:5.500rem;
    font-weight:bold;
    letter-spacing:normal;
}

.call_to_action a {
    margin-top:35px;
}
.lp_content {
    padding:100px 0;
}
.easy_steps {
    padding:80px 0;
    background-color:#f2f2f2;
}
.easy_steps .step {
    height: 300px;
    position: relative;
    width: 23%;
    padding: 40px 30px 40px 60px;
    float: left;
    margin-right: 20px;
}
.easy_steps .step::before {
    border-top: 150px solid transparent;
    border-bottom: 150px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    width: 0;
    left: 100%;
    z-index:10;
}
.easy_steps .step:nth-child(2)::before {
    border-left: 60px solid #587834;
    border-top: 150px solid transparent;
    border-bottom: 150px solid transparent;
}
.easy_steps .step:nth-child(3)::before {
    border-left: 60px solid #78a33b;
    border-top: 150px solid transparent;
    border-bottom: 150px solid transparent;
}
.easy_steps .step:nth-child(4)::before {
    border-left: 60px solid #abc34f;

    border-top: 150px solid transparent;
    border-bottom: 150px solid transparent;
}
.easy_steps .step:nth-child(5)::before {
    border-left: 60px solid #c1da5f;
    border-top: 150px solid transparent;
    border-bottom: 150px solid transparent;
}
.easy_steps .step:nth-child(2) {
    background-color:#587834;
    padding: 40px 30px 40px 40px;
}
.easy_steps .step:nth-child(3) {
    background-color:#78a33b;
}
.easy_steps .step:nth-child(4) {
    background-color:#abc34f;
}
.easy_steps .step:nth-child(5) {
    background-color:#c1da5f;
    margin-right:0;
}
.easy_steps .step h1 {
    font-size:4.500rem;
    color:#fff;
    position:relative;
}
.easy_steps .step h1::before {
    content: '';
    height: 6px;
    width: 30px;
    background: #113f67;
    bottom: 0;
    position: absolute;
}
.easy_steps .step p {
    color: #fff;
    font-size: 1.300rem;
    line-height: normal;
}
.testimonials_wrapper {
    padding:50px 0;
}
.testimonials_wrapper .testi_box {
    width: 23%;
    float: left;
    background-color: #f2f2f2;
    margin-right: 2%;
    padding: 30px;
    min-height:375px;
}
.testimonials_wrapper .testi_box:last-child {
    margin-right:0;
}
.testimonials_wrapper .testi_box h3 {
    background: url(library/images/quote-bg.jpg) no-repeat center left;
    padding: 10px 0 10px 100px;
    line-height: normal;
    margin-left: -30px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1.500rem;
    color: #404041;
}
.testimonials_wrapper .testi_box h3 span {
    display:block;
    font-size:1.125rem;
    color:#577633;
}



/*********************
SIDEBAR
*********************/
.main-sidebar ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-sidebar ul.menu > li {
    margin-bottom: 13px;
}
.main-sidebar ul.menu > li > a {
    background: #b8b8b8;
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.006em;
    padding: 22px 15px 21px 20px;
    position: relative;
    text-decoration: none;
}
.main-sidebar ul.menu > li.current-menu-item > a, .main-sidebar ul.menu > li > a:hover {
    background: #152e54;
}
.sidebar .main-content {
    width: 79%;
    float: left;
}
.sidebar .main-sidebar {
    width: 238px;
    float: right;
}
.main-sidebar .widget {
    padding-bottom: 5px;
    margin-bottom: 35px;
    border-bottom: 1px solid #CCC;
}
.main-sidebar .widget:last-of-type {
    border-bottom: 0 none;
}
.main-sidebar .wpp-date {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 100;
    color: #686a6e;
}
.main-sidebar h3 {
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.main-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-sidebar li {
    margin: 25px 0;
}
.main-sidebar ul a {
    font-size: 18px;
    color: #404040;
    font-weight: 600;
}
/*********************
IMAGE SCROLLER
*********************/
.em-image-scroller .mTS_horizontal ul.mTSContainer > li {
    margin-left: 18px;
}
.em-image-scroller .mTS_horizontal ul.mTSContainer > li:first-child {
    margin-left: 0;
}
.em-image-slider {
    overflow: hidden;
}
.image-scrollbox > ul {
 *zoom: 1;
}
.image-scrollbox > ul:before, .image-scrollbox > ul:after {
    content: "";
    display: table;
    line-height: 0;
}
.image-scrollbox > ul:after {
    clear: both;
}
.image-scrollbox > ul {
    list-style: none;
    margin: 25px 0 0;
    padding: 0;
    width: 6000px;
}
.image-scrollbox > ul li {
    float: left;
    margin: 0 40px 0 0;
}
/*********************
ACCORDION
*********************/
.accordion {
    margin: 30px 0;
}
h3.accordion-title:before {
    content: "\002B";
    line-height: 1em;
    margin-top: -12px;
    position: absolute;
    right: 34px;
    top: 50%;
}
h3.accordion-title.open:before {
    content: "\2212";
}
h3.accordion-title {
    background: #e7eff5;
    cursor: pointer;
    font-size: 1.333333rem;
    font-weight: normal;
    margin: 0 0 4px;
    padding: 29px 60px 29px 28px;
    position: relative;
}
h3.accordion-title.open {
    background: #00284d;
    color: #fff;
}
.accordion-content {
    background: #f2f2f2;
    margin: -4px 0 23px;
    padding: 30px 55px;
}
/*********************
PRICING TABLE
*********************/

ul.table-price {
    list-style-type: none !important;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.table-price:hover {
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}
.table-price .table-price-header {
    background-color: #b2d135;
    color: #fff;
    font-size: 25px;
}
.table-price li {
    border-bottom: 1px solid #eee;
    padding: 20px 10px;
    text-align: center;
    color: #333;
}
.table-price .table-price-grey {
    background-color: #eee;
    font-size: 20px;
}
.ezcol-one-fifth {
    width: 18.5% !important;
    margin-right: 1.5% !important;
}
/*********************
WP-TILES
*********************/
div.tb-close-icon:before {
    line-height: 18px;
}
div.tb-close-icon {
    height: 18px;
    line-height: 18px;
    width: 18px;
}
div#TB_caption {
    height: auto;
    padding-left: 15px;
}
/*********************
WOOCOMMERCE
*********************/
.em-shopping-cart-wdg.hidden {
    display: none;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: #fff;
    margin: 0 auto 30px !important;
    max-width: 1060px;
}
/* Category Listing Page */
.woocommerce ul.products li.product {
 *zoom: 1;
}
.woocommerce ul.products li.product:before, .woocommerce ul.products li.product:after {
    content: "";
    display: table;
    line-height: 0;
}
.woocommerce ul.products li.product:after {
    clear: both;
}
.woocommerce ul.products li.product {
    border-top: 1px solid #c4c9d0;
    float: none;
    margin: 56px 0 0;
    padding: 51px 0 0;
    width: auto;
}
.woocommerce ul.products li.product:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}
.woocommerce ul.products li.product > a:before {
    background: rgba(179, 35, 23, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
}
.woocommerce ul.products li.product > a:after {
    border: 1px solid #fff;
    color: #fff;
    content: "View Product Details";
    font-size: 1.38888889rem;
    height: 68px;
    left: 50%;
    line-height: 68px;
    margin: -34px 0 0 -145px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    visibility: hidden;
    width: 290px;
}
.woocommerce ul.products li.product-category> a:after {
    content: "View Range";
    margin-left: -101px;
    width: 202px;
}
.woocommerce ul.products li.product > a:hover:before, .woocommerce ul.products li.product > a:hover:after {
    opacity: 1;
    visibility: visible;
}
.woocommerce ul.products li.product > a {
    float: left;
    margin-top: 5px;
    position: relative;
    width: 47.169811%;
}
.woocommerce ul.products li.product > a > h3 {
    display: none;
}
.woocommerce ul.products li.product a img {
    margin: 0;
}
.cat-list-info, .product-list-info {
    float: right;
    padding-bottom: 60px;
    width: 47.169811%;
}
.cat-list-title, .product-listing-title {
    color: #596060;
    font-size: 1.444444rem;
    font-weight: 300;
}
.cat-list-title a, .product-listing-title a {
    color: #596060;
}
.cat-list-title a:hover, .product-listing-title a:hover {
    color: #b32317;
}
.cat-list-link, .product-list-link {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 47.169811%;
}
.cat-list-link a.em-button, .product-list-link a.em-button {
    font-size: 1.055556rem;
    padding-bottom: 13px;
    padding-top: 14px;
}
/* Product Archive - Listing View */
.product-listing-switch-view {
    float: right;
    list-style: none;
    margin: 9px 0 0;
    padding: 0;
}
.product-listing-switch-view li {
    border-left: 1px solid #c7c6c2;
    float: left;
    margin-left: 13px;
    padding-left: 13px;
}
.product-listing-switch-view li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}
.product-listing-switch-view li a:before {
    color: #d6d6d3;
    font-family: FontAwesome;
    font-size: 1.222222rem;
    margin-right: 3px;
    vertical-align: middle;
}
.product-listing-switch-view li a.em-list-view:before {
    content: "\f00b";
}
.product-listing-switch-view li a.em-grid-view:before {
    content: "\f009";
}
.product-listing-switch-view li a:hover:before, .product-listing-switch-view li a.em-active:before {
    color: #000;
}
.product-listing-switch-view li a {
    color: #596060;
    display: block;
    font-size: 16px;
    line-height: 1.375em;
    font-weight: normal;
    text-decoration: none;
}
.woocommerce form.woocommerce-ordering:before {
    content: "Order By:";
    font-size: 1.111111rem;
    left: 0;
    line-height: 36px;
    position: absolute;
    top: 0;
}
.woocommerce form.woocommerce-ordering {
    float: none;
    margin: 0 150px 35px 0;
    padding-left: 90px;
    position: relative;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper {
    width: 160px;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper div span {
    font-size: 14px;
    line-height: 36px;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
    font-size: 28px;
    line-height: 36px;
}
.product-list-des p {
    margin: 0;
}
.woocommerce ul.products li.product .price {
    color: #b32317;
    font-size: 1rem;
    font-weight: 600;
    margin: 24px 0 20px;
}
body.em-grid-view-mode .product-list-sku, body.em-grid-view-mode ul.products li.product .price, body.em-grid-view-mode .product-listing-size, body.em-grid-view-mode .product-list-des, body.em-grid-view-mode .product-list-link {
    display: none;
}
body.em-grid-view-mode ul.products {
    margin-top: -50px;
}
body.em-grid-view-mode ul.products li.product {
    border-top: none;
    float: left;
    margin: 50px 0 0 !important;
    padding-top: 0;
    width: 47.169811%;
}
body.em-grid-view-mode ul.products li.product:nth-child(2n) {
 float: right;
}
body.em-grid-view-mode ul.products li.product:nth-child(2n+1) {
 clear: both;
}
body.em-grid-view-mode ul.products li.product > a {
    display: block;
    float: none;
    width: auto;
}
body.em-grid-view-mode .product-list-info {
    float: none;
    padding: 0;
    width: auto;
}
body.em-grid-view-mode .product-listing-title {
    margin-top: 20px;
}
.woocommerce ul.products, .woocommerce ul.products * {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
/*********************
TESTIMONIALS
*********************/
.widget_woothemes_testimonials > .testimonials {
 *zoom: 1;
}
.widget_woothemes_testimonials > .testimonials:before, .widget_woothemes_testimonials > .testimonials:after {
    content: "";
    display: table;
    line-height: 0;
}
.widget_woothemes_testimonials > .testimonials:after {
    clear: both;
}
.widget_woothemes_testimonials > .testimonials {
    position: relative;
}
.testimonials-list .quote > img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    float: left;
    width: 164px;
}
.testimonials-list .quote blockquote {
    font-size: 1.8125rem;
    line-height: 1.3384083em;
    margin: 15px 0 22px 210px;
}
.testimonials-list .quote blockquote p {
    font-size: 1.6875rem;
    line-height: 1.333333em;
    margin: 0;
}
.testimonials-list .quote .author {
    display: block;
    font-size: 1.4375rem;
    font-style: normal;
    margin: 0 0 0 210px;
}
/*********************
FLEXSLIDER
*********************/
.flexslider {
    background: none;
    border: none;
}
.flex-direction-nav {
    height: 0;
}
.flex-nav-prev {
    float: left;
}
.flex-nav-next {
    float: right;
}
.flex-direction-nav a:before {
    color: rgba(0, 0, 0, 0.4);
    font-family: FontAwesome;
    font-size: 60px;
    line-height: 34px;
    text-indent: 0;
    text-shadow: none;
}
.flex-direction-nav .flex-nav-prev a:before {
    content: "\f104";
}
.flex-direction-nav .flex-nav-next a:before {
    content: "\f105";
}
.flex-direction-nav a:hover:before {
    color: rgba(0, 0, 0, 1);
}
.flex-direction-nav a {
    font-size: 0;
    line-height: 0;
    opacity: 1 !important;
    outline: none;
    text-indent: -999em;
    width: 25px;
}
.flex-direction-nav .flex-prev {
    left: 10px;
}
.flex-direction-nav .flex-next {
    right: 10px;
}
.flexslider .slides img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/*********************
NEXTGEN FLEXSLIDER
*********************/
.flexslider.em-nextgen-flexslider {
    margin: 0;
}
.flexslider.em-nextgen-flexslider .slides > li {
    margin-right: 36px;
}
/*********************
GRAVITY FORM
*********************/
div.gform_wrapper {
    margin: 0;
    max-width: none;
}
div.gform_wrapper ul li.gfield {
    margin-bottom: 12px;
}
div.gform_wrapper .top_label .gfield_label, div.gform_wrapper .left_label .gfield_label {
    display: block;
    font-weight: inherit;
    margin: 0 0 3px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0;
}
div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium {
    width: 100%;
}
div.gform_wrapper .top_label textarea.medium {
    width: 100%;
}
div.gform_wrapper .gform_footer {
    padding: 0;
}
body #fancybox-content .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 3px;
}
#fancybox-content div.gform_wrapper ul li.gfield {
    margin-bottom: 8px;
}
#fancybox-content .gform_wrapper textarea.medium {
    height: 100px;
}
/*********************
BLOG
*********************/
.img-zoom {
    width: auto;
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 -ms-transition: all .2s ease-in-out;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.img-zoom:hover {
    -webkit-transform: scale(1.075);
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
 -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}
.blog-description {
    background: #f4f4f4;
    margin: 0 0 43px;
    padding: 25px 30px;
}
.blog-description p {
    margin: 0;
}
.post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.postlist .post {
    float: left;
    width: 47%;
    margin-right: 4.5%;
    margin-bottom: 80px;
}
.postlist .post:nth-of-type(2n) {
 margin-right: 0;
}
.postlist .post:nth-of-type(2n+1) {
 clear: left;
}
.post-list-date {
    font-size: 0.875rem;
    margin-bottom: 14px;
}
.post-list-date a {
    text-decoration: underline;
}
h2.entry-title {
    font-size: 28px;
    margin-bottom: 25px;
    padding-bottom: 0;
}
h2.entry-title:before {
    display: none;
}
h2.entry-title a {
    color: #404041;
    letter-spacing: 1px;
    font-weight: 600;
}
.post-list-thumbnail {
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}
.post-list-thumbnail a.em-button {
    position: absolute;
    bottom: 0;
    right: 0;
}
.post-list-content p {
    margin-top: 0;
}
.post-list-content a.excerpt-read-more {
    display: none;
}
.post-tags:before {
    content: "\f02c";
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    top: 1px;
}
.post-tags {
    font-size: 0.875rem;
    margin: 15px 0 0;
    padding: 0 0 0 30px;
    position: relative;
}
h1.single-title {
    font-size: 1.8125rem;
    font-weight: normal;
}
.post-image {
    margin: 15px 0;
}
.post-category {
    background: #b2d135;
    position: absolute;
    z-index: 2;
    width: 164px;
    text-align: center;
    height: 100px;
    display: table;
}
.post-category a {
    font-size: 24px;
    color: #FFF;
    padding: 5px 25px;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    text-transform: capitalize;
    line-height: 1.2em;
}
/*********************
NAVIGATION
*********************/
.top-menu {
    float: left;
    position: absolute;
    left: 44px;
    right: 0;
    bottom: 34px;
    width: 990px;
    margin: auto;
}
nav.main-nav ul.nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav.main-nav ul.nav > li {
    float: left;
    margin-left: -1px;
    position: relative;
    padding: 25px 20px;
}
nav.main-nav ul.nav > li a {
    font-size: 20px;
    color: #FFF;
    padding-bottom: 13px;
    border-bottom: 5px solid transparent;
}
nav.main-nav ul.nav > li a:hover {
    text-decoration: none;
}
nav.main-nav ul.nav > li.current-menu-item a, nav.main-nav ul.nav > li:hover a {
    padding-bottom: 13px;
    border-bottom: 5px solid #b2d135;
}
nav.main-nav ul.nav li ul {
    background: #b2d135;
    left: 100%;
    -moz-opacity: 0.00;
    -khtml-opacity: 0.00;
    opacity: 0.00;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0);
    filter:alpha(opacity=0);
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    visibility: hidden;
    width: 250px;
}
nav.main-nav ul.nav li:hover > ul, nav.main-nav ul.nav li.hover > ul {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
}
nav.main-nav ul.nav > li > ul {
    left: 0;
    top: 100%;
}
nav.main-nav ul.nav > li > ul a {
    border: 0 none !important;
    padding: 13px 14px !important;
    color: #FFF !important;
}
nav.main-nav ul.nav li ul li {
    border-top: 1px solid #fff;
    position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
    border-top: none;
}
nav.main-nav ul.nav li ul li a {
    color: #fff;
    display: block;
    padding: 8px 14px;
    text-decoration: none;
}
nav.main-nav ul.nav li ul li.current-menu-item > a, nav.main-nav ul.nav li ul li.current-parent-item > a, nav.main-nav ul.nav li ul li.current-menu-ancestor > a, nav.main-nav ul.nav li ul li a:hover {
    background: rgb(87, 118, 51);
}
/*INTERNAL NAVIGATION*/
.fixed_nav_background {
    display: none;
}
.content_nav, .content_nav_normal {
    /*background-color: #FFF;*/
  border-bottom: 1px solid #ccc;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.content_nav_normal {
    margin-bottom: 35px;
}
.content_nav li, .content_nav_normal li {
    float: left;
    border-left: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
    margin: 0 0 0 -1px;
    position: relative;
}
.content_nav li a, .content_nav_normal li a {
    border-top: 10px solid transparent;
}
ntent_nav li:after, .content_nav_normal li:after {
    background: #ccc;
    bottom: 0;
    content: "";
    height: 25px;
    margin: auto 0;
    position: absolute;
    right: -1px;
    top: 0;
    width: 1px;
}
.content_nav li:last-child:after, .content_nav_normal li:last-child:after {
    display: none;
}
.content_nav li:first-child, .content_nav_normal li:first-child {
    margin-left: 0;
}
.content_nav li.active, .content_nav_normal li.active {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.content_nav li a, .content_nav_normal li a {
    color: #000;
    display: block;
    font-size: 1.25rem;
    line-height: 80px;
    margin-bottom: -1px;
    padding: 0 25px;
    position: relative;
    text-decoration: none;
}
.content_nav li a:hover {
    color: #b1d136;
}
.content_nav li.active a, .content_nav_normal li.active a {
    background-color: #FFF;
    border-top: 10px solid #b1d136;
    color: #3e3e3f !important;
}
.content_nav_wrapper {
    height: 130px;
}
.content_nav_wrapper_inner.pre_fixed_tab_list {
    position: relative;
    z-index: 1020;
}
.content_nav_wrapper_inner {
    padding: 20px 0;
}
.content_nav_wrapper_inner.fixed_tab_list {
    background: #FFF;
    left: 0;
    position: fixed;
    right: 0;
    top: 120px;
    z-index: 8;
}
.logged-in .content_nav_wrapper_inner.fixed_tab_list {
    top: 150px;
}
.content_nav_wrapper_inner.tab_list_invisible {
    z-index: -1;
    visibility: hidden;
}
.content_nav_wrapper_inner.fixed_tab_list .content_nav_wrapper_center, .content_nav_wrapper_center {
    margin: 0 auto;
    max-width: 1307px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
.content_nav_wrapper_inner.fixed_tab_list ul {
    position: relative;
    z-index: 1;
}
.child-extra-content {
    padding-left: 20px;
    padding-right: 20px;
}
.child-extra-content .center {
    border-bottom: 1px solid #CCC;
    padding: 30px 0;
}
/*********************
SuperFly Menu
*********************/
.sfm-navicon-button {
    padding: 20px 8px;
}
/*********************
Responsive Menu
*********************/
div#responsive_menu_pro {
    z-index: 9998;
}
div#responsive_menu_pro_button {
    bottom: 0;
    padding: 12px 16px;
    position: absolute;
    right: 0;
}
#responsive_menu_pro_button .responsive_menu_pro_button_lines .responsive_menu_pro_button_line {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#responsive_menu_pro_button .responsive_menu_pro_button_lines, #responsive_menu_pro_button_text {
    float: left;
}
#responsive_menu_pro_button_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 18px;
    margin-left: 10px;
}
div#responsive_menu_pro_button #responsive_menu_x {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 34px;
}
#responsive_menu_pro .responsive_menu_pro_menu ul {
    margin: 0;
    padding-left: 0;
}
#responsive_menu_pro div.responsive-menu-social {
    margin: 20px 0 0 -12px !important;
}
.responsive-menu-social a {
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    float: left;
    font-size: 22px;
    height: 37px;
    line-height: 37px;
    margin-left: 12px;
    text-align: center;
    text-decoration: none;
    width: 37px;
}
.responsive-menu-social a:hover {
    color: #fff;
}
/*********************
CALCULATOR
*********************/
.page-template-template-calculator .mainbody {
    padding-bottom: 0;
}
.page-template-template-calculator .bottom-bar-section .center {
    max-width: 100%;
}
.calcu-sections {
    margin-top: 80px;
}
.calcu-sections:after, .calcu-sections .add-section-wrap:after {
    content: '';
    clear: both;
    display: block;
}
.add-section-wrap {
    float: left;
    width: 35.576%;
    background: #EEE;
}
.left-content {
    width: 375px;
    max-width: 100%;
    float: right;
    padding: 80px 0;
}
.sections-wrap {
    width: 64.425%;
    float: right;
    background: #EEE;
    border-left: 4px solid #FFF;
}
.sections-wrap .section {
    padding: 80px 0 80px 50px;
    border-bottom: 6px solid #FFF;
}
.sections-wrap:last-of-type .section {
    border-bottom: 0 none;
}
.sections-wrap .section .right-content {
    width: 934px;
    max-width: 100%;
}
.sections-wrap .section select {
    font-size: 22px;
    color: #404041;
    background-color: #e3e3e3;
    border: 1px solid #caced1;
    padding: 18.5px 25px;
    height: auto;
    background-size: 30px 12px;
}
.sections-wrap .section label {
    font-size: 22px;
    margin-left: 5%;
    display: inline-block;
}
.sections-wrap .section input {
    font-size: 22px;
    padding: 18.5px 0;
    color: #404041;
    background-color: #e3e3e3;
    border: 1px solid #caced1;
    text-align: center;
    width: 104px;
    height: auto;
}
.sections-wrap .em-button {
    font-weight: 900;
    font-size: 30px;
    width: 65px;
}
.calc-section-table {
    overflow: hidden;
    display: block;
    transition-property: max-height;
    transition-duration: 1.5s;
    transition-timing-function: ease;
    max-height: 1000px;
}
.calc-table-hidden {
    max-height: 0;
}
.calculated-section {
    background: #113f67;
    text-align: center;
    padding: 46px 0 95px;
}
.calculated-section p {
    font-size: 4.5rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    letter-spacing: -1.5px;
    color: #FFF;
}
.calculated-section a.em-button {
    background-color: #b2d135;
}


/*********************
BACK TO TOP
*********************/
.cd-top {
    background: rgba(123, 33, 42, 0.8);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    bottom: 30px;
    display: inline-block;
    height: 44px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 30px;
    text-indent: 100%;
    visibility: hidden;
    white-space: nowrap;
    width: 44px;
 -webkit-transition: opacity .3s 0s, visibility 0s .3s;
 -moz-transition: opacity .3s 0s, visibility 0s .3s;
 transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    opacity: 0.5;
}
.no-touch .cd-top:hover {
    background-color: #7b212a;
    opacity: 1;
}

/*********************
RESPONSIVE STYLES
*********************/
@media (max-width: 1470px) {
	h2, .portals .portal_heading {
		font-size: 1.75rem;
	}
	.mainbody,
	.extra-content {
		padding: 50px 0;
	}
	.portals {
		padding: 35px 0 20px;
	}
	.portals .portal_list li {
		margin-bottom: 35px;
	}
	.turf-varieties-calculator .turf-calculator, .turf-varieties-calculator .turf-varieties {
		padding: 40px 0;
	}
	.turf-varieties-calculator .img-wrap {
		margin-right: 5%;
	}
	.turf-varieties-calculator .content-wrap {
		width: 52.7%;
	}
	a.wlight-arrow:after {
		margin-left: 20px;
	}
	.bottom-bar-section {
		padding: 70px 0 60px;
	}
	.bottom-bar-section h3 {
		font-size: 100px;
		margin-bottom: 50px;
	}
	.bottom-bar-section h6 {
		letter-spacing: 5px;
	}
	.main-footer {
		padding: 20px 20px 170px;
		position: relative;
		text-align: center;
	}
	.main-footer .footer-col {
		float: none !important;
		display: inline-block;
		width: auto !important;
		vertical-align: top;
		text-align: left;
		margin: 0 54px;
	}
	.main-footer .footer-col-1 {
		text-align: center;
	}
	.main-footer .footer-col-2 {
		width: 600px !important;
		max-width: 100% !important;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		}
	.main-footer .footer-col-2 .we-accept p {
		margin-top: 15px;
		margin-bottom: 9px;
	}
	.main-footer .footer-col-2 .footer-second > p {
		margin-top: 0;
	}
	.main-footer .footer-col-3 {
		margin-top: 20px;
	}
	.main-footer .footer-col-3 p {
		margin: 0;
	}
	.sections-wrap .section input {
		width: 65px;
	}
	.sections-wrap .section label {
		margin-left: 2%;
	}
	.footer-col-1 img,
	.footer-col-3 img {
		height: 60px !important;
		width: auto;
	}
	.main-footer .footer-col-2 .we-accept p {
		margin-top: 10px;
	}
	.main-footer .call-us-today p:first-of-type {
		font-size: 20px;
		margin: 20px 0 5px;
		padding-left: 0;
		text-align: right;
	}
	.main-footer .call-us-today p:nth-of-type(2) {
		font-size: 36px;
	}
	.inner-banner {
		padding-bottom: 50px;
	}
	.inner-banner h1 {
		font-size: 60px;
		margin-right: 0;
	}
	.inner-banner p {
		font-size: 24px;
		margin-bottom: 30px;
	}
	.inner-banner .banner-button .call-us-today {
		margin-right: 30px;
		padding: 20px 35px;
	}
	.inner-banner .banner-button .estimated-costs {
		padding: 20px 32px;
	}
}
@media (max-width: 1410px) {
	.top-menu {
	width: 850px;
	}
	nav.main-nav ul.nav > li {
	padding:20px 10px;
	}
	.main-header .logo {
	width: 170px;
	}
	.content_nav_wrapper_inner.fixed_tab_list {
	top: 110px;
	}
	.logged-in .content_nav_wrapper_inner.fixed_tab_list {
	top: 140px;
	}
	.bottom-bar-section {
		padding: 50px 0 30px;
	}
	.bottom-bar-section h6 {
		font-size: 30px;
	}
	.bottom-bar-section h3 {
		font-size: 90px;
		margin-bottom: 40px;
	}
}
@media (max-width: 1341px) {
 .turf-varieties-calculator a.em-button {
 font-size: 16px;
 letter-spacing: 1px;
 padding: 12px;
}
 .sidebar .main-content {
 width: 75%;
}
}
@media (max-width: 1586px) {
 .center {
 padding: 0 15px;
}
}
@media (max-width: 1308px) {
 .top-menu {
 width: 700px;
}
 nav.main-nav ul.nav > li {
}
 nav.main-nav ul.nav > li a {
 font-size: 16px;
}
 .main-header .logo {
 width: 150px;
}
 .main-header .header-right {
 margin-top: 14px;
}
 .main-header .header-right .header-phone {
 font-size: 28px;
}
 .content_nav_wrapper_inner.fixed_tab_list .content_nav_wrapper_center, .content_nav_wrapper_center {
 padding-left: 36px;
 padding-right: 34px;
}
 .content_nav_wrapper_inner.fixed_tab_list {
 top: 100px;
}
.logged-in .content_nav_wrapper_inner.fixed_tab_list {
    top:120px;
}
h2, .portals .portal_heading {
    font-size: 1.5rem;
}
.main-footer {
	padding-bottom: 150px;
}
.footer-col-1 p {
	margin-bottom: 15px;
	margin-top: 15px;
}
.footer-col-1 img, .footer-col-3 img {
    height: 50px !important;
}
.footer-col-2 img {
	width: 60px;
}
.main-footer .call-us-today p:first-of-type {
	font-size: 16px;
	margin: 10px 0 15px;
}
.main-footer .call-us-today p:nth-of-type(2) {
    font-size: 32px;
}
.main-footer .footer-col-3 {
	margin-top: 15px;
}

}
@media (max-width: 1250px) {
 .left-content {
 padding: 80px 0 61px 15px;
 width: 395px;
}
 .sections-wrap .section P {
 padding: 80px 15px 80px 30px;
}
 .sections-wrap .section label {
 font-size: 18px;
}
 .sections-wrap .section input {
 font-size: 18px;
 padding: 11px 0;
}
 .sections-wrap .section select {
 background-size: 14px 9px;
 padding: 11px 15px;
 font-size: 18px;
 width: 195px;
}
.inner-banner h1 {
	font-size: 50px;
}
.inner-banner p {
	font-size: 20px;
	margin-bottom: 20px;
}
.banner-button {
	margin-top: 30px;
}
}
@media (max-width: 1122px) {
 .main-header .logo {
 width: 130px;
}
 .main-footer .footer-col-3 {
 margin-top: 0px;
 margin-bottom: 15px;
}
 .content_nav_wrapper_inner.fixed_tab_list {
 top: 90px;
}
.inner-banner h1 {
	font-size: 44px;
}
}
@media (max-width: 1050px) {
 .add-section-wrap {
 float: none;
 width: 100%;
 border-bottom: 6px solid #FFF;
}
 .left-content {
 width: 650px;
 max-width: 100%;
 padding: 30px 15px;
 margin: 0 auto;
 float: none;
}
 .sections-wrap {
 width: 100%;
 float: none;
 border-left: 0 none;
 border-bottom: 6px solid #FFF;
}
 .sections-wrap .section {
 width: 650px;
 max-width: 100%;
 margin: 0 auto;
 padding: 30px 15px;
 border: 0 none;
}
 .calculated-section {
 padding: 25px 0 65px;
}
 .calculated-section p {
 font-size: 3.2rem;
}
 .calculated-section a.em-button:hover {
 background: rgb(147, 179, 19);
}
.main-header .header-right .header-free-quote {
	font-size: 16px;
}
.main-header .header-right .header-phone {
	font-size: 24px;
}
.bottom-bar-section {
    padding: 40px 0 10px;
}
.bottom-bar-section h6 {
    font-size: 20px;
}
.bottom-bar-section h3 {
	font-size: 70px;
	margin-bottom: 30px;
}
.bottom-bar-section a.em-button {
	padding: 15px 30px;
}
}
@media (max-width: 1023px) {
 h1 {
 font-size: 3rem;
}
 h2.entry-title {
 font-size: 1.375rem;
}
 .post-list-thumbnail {
 margin-right: 15px;
}
 .table-style-1 td, .table-style-1 th {
 padding-left: 10px;
}
 .flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-prev {
 left: 0;
}
 .flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-next {
 right: 0;
}
 div.ezcol-last + .ezcol-divider {
 clear: both !important;
 display: block !important;
}
 .cd-top {
 bottom: 20px;
 right: 20px;
}
 .sfm-rollback {
 display: block;
 width: 0;
}
 .sfm-navicon-button {
 left: 10px;
}
 .extra-content-col-05 .extra-content-col {
 width: 50%;
}
 .extra-content-col-06 .extra-content-col {
 width: 33.333333%;
}
 .extra-content-col-05 .extra-content-col:nth-child:(5n+1),  .extra-content-col-06 .extra-content-col:nth-child:(6n+1) {
 clear: none;
}
 .extra-content-col-05 .extra-content-col:nth-child:(2n+1),  .extra-content-col-06 .extra-content-col:nth-child:(3n+1) {
 clear: both;
}
    
    /* WooCommerce */
    .woocommerce ul.products li.product > a:after {
 font-size: 1.25rem;
 height: 50px;
 line-height: 50px;
 margin: -25px 0 0 -100px;
 width: 200px;
}
 .cat-list-info, .product-list-info {
 padding-bottom: 0;
}
 .cat-list-link, .product-list-link {
 margin-top: 15px;
 position: static;
 width: auto;
}
 .woocommerce ul.products li.product .price {
 margin: 14px 0 12px;
}
 .cat-list-link a.em-button, .product-list-link a.em-button {
 font-size: 1rem;
}
 body.em-grid-view-mode ul.products {
 margin-top: -30px;
}
 body.em-grid-view-mode ul.products li.product {
 margin-top: 30px !important;
}
 body.em-grid-view-mode .product-listing-title {
 margin-top: 10px;
}
 .woocommerce div.product .product_title {
 font-size: 2.125rem;
 margin-bottom: 20px;
}
    
/*** Enter your custom style here ***/
html.sfm-no-mobile {
 margin-top: 0 !important;
}
 .portals {
 padding: 30px 0 10px;
}
 .mainbody {
 padding: 40px 0;
}
 .extra-content {
 padding: 40px 0 20px;
}
 .top-menu, #wpadminbar {
 display: none;
}
 .main-header .logo {
 margin-left: 40px;
}
 .inner-banner {
 padding: 100px 0 40px;
}
 .inner-banner h1 {
 font-size: 36px;
}
.inner-banner p {
	font-size: 18px;
	margin: 10px 0;
}
 .inner-banner .banner-button .call-us-today,  .inner-banner .banner-button .estimated-costs {
 padding: 12px 20px;
 font-size: 16.8052px;
 margin-right: 20px;
}
 p.ls-em-button.estimated-costs {
 left: 9% !important;
 position: relative;
}
 .turf-varieties-calculator .turf-calculator, .turf-varieties-calculator .turf-varieties {
 padding: 25px 0 90px;
 position: relative;
}
 .turf-varieties-calculator a.em-button {
 position: absolute;
 left: 6.4%;
 font-size: 16px;
 letter-spacing: 1px;
 padding: 12px;
 bottom: 25px;
 margin: 0 auto;
}
 a.wlight-arrow:after {
 margin: -3px 0 0 15px;
}
 .sidebar .main-sidebar, .sidebar .main-content {
 width: 100%;
 float: none;
}
 .sidebar .main-sidebar {
 margin-top: 20px;
 margin-bottom: -30px;
}
 .post-list {
 text-align: center;
}
 .postlist .post {
 margin-bottom: 40px;
 float: none;
 display: inline-block;
 width: 485px;
 max-width: 100%;
 text-align: left;
 margin-right: 0;
}
.portals .portal_list li {
	margin-right: 2%;
	width: 32%;
}
}
 @media (max-width: 1023px) and (min-width: 768px) {
    /* Responsive Column */
    div.ezcol-one-half,  div.ezcol-one-third,  div.ezcol-two-third {
 margin-right: 4%;
}
 div.ezcol-one-third {
 width: 30.666% !important;
}
 div.ezcol-two-third {
 width: 65.334% !important;
}
 div.ezcol-last {
 float: right;
 margin-right: 0;
}
.logged-in .content_nav_wrapper_inner.fixed_tab_list {
    top:90px;
}
.content_nav li a, .content_nav_normal li a {
    font-size:1rem;
    padding:0 10px;
    line-height:50px;
}
}
 @media (max-width: 880px) {
 .turf-varieties-calculator .turf-calculator, .turf-varieties-calculator .turf-varieties {
 padding: 25px 0 35px;
 position: relative;
 height: auto !important;
 width: 100%;
}
 .turf-varieties-calculator .calculator-content, .turf-varieties-calculator .varieties-content {
 float: none !important;
 margin: 0 auto !important;
}
 .turf-varieties-calculator a.em-button {
 position: initial;
}
.turf-varieties-calculator .content-wrap {
	margin-top: 20px;
}
}
@media (max-width: 767px) {
 html {
 font-size: 87.5% !important;
}
 .post-list-thumbnail {
 float: none;
 margin: 0 0 10px;
}
 .postlist > article.post {
 margin-top: 25px;
 padding-top: 25px;
}
 .top-menu {
 display: none;
}
 .csColumn {
 margin-left: 0 !important;
 margin-right: 0 !important;
 width: 100% !important;
}
 div.ezcol-one-half,  div.ezcol-one-third, div.ezcol-two-third {
 margin-right: 0;
 width: 100% !important;
}
 .cd-top {
 bottom: 10px;
 right: 10px;
}
 .extra-content-col-04 .extra-content-col  .extra-content-col-05 .extra-content-col,  .extra-content-col-06 .extra-content-col {
 width: 50%;
}
 .extra-content-col-04 .extra-content-col:nth-child:(2n+1),  .extra-content-col-06 .extra-content-col:nth-child:(2n+1) {
 clear: both;
}
    
    /* WooCommerce */
    .woocommerce ul.products li.product {
 margin-top: 26px;
 padding-top: 22px;
}
 .woocommerce ul.products li.product > a {
 display: block;
 float: none;
 margin: 0;
 width: auto;
}
 .cat-list-info, .product-list-info {
 float: none;
 margin: 20px 0 0;
 width: auto;
}
 .cat-list-link a.em-button, .product-list-link a.em-button {
 display: block;
 padding-left: 10px;
 padding-right: 10px;
}
 .product-listing-switch-view {
 float: none;
 margin: 0 0 15px;
}
 .woocommerce form.woocommerce-ordering {
 margin-right: 0;
 padding-left: 80px;
}
 body.em-grid-view-mode ul.products {
 margin: -20px auto 0;
 max-width: 600px;
}
 body.em-grid-view-mode ul.products li.product {
 float: none !important;
 margin: 20px 0 0 !important;
 width: auto;
}
 body.em-grid-view-mode .product-list-info {
 margin-top: 0;
}
    
/* Responsive Column */
.ezcol-one-quarter, .ezcol-one-half, .ezcol-three-quarter, .ezcol-one-third, .ezcol-two-third, .ezcol-one-fifth, .ezcol-two-fifth, .ezcol-three-fifth, .ezcol-four-fifth {
 margin-bottom: 10px;
 margin-top: 10px;
}
    
/*** Enter your custom style here ***/
h2 {
	margin-bottom: 25px;
	padding-bottom: 18px;
}
.staff_list > li {
 width: 48.73%;
}
 .staff_list > li:nth-of-type(2n) {
 margin-right: 0;
}
 .member_popup_info {
 width: 100%;
 padding: 0 48px;
}
 .member_popup_photo {
 width: 100%;
 text-align: center;
 margin-bottom: 20px;
}
 .inner-banner {
 padding: 100px 0 30px;
}
 .inner-banner p {
 font-size: 16px;
}
 .inner-banner h1 {
 font-size: 30px;
}
.inner-banner .banner-button .call-us-today, .inner-banner .banner-button .estimated-costs {
	font-size: 16px;
	letter-spacing: 1px;
	margin-right: 10px;
	padding: 10px 15px;
}
.inner-banner .banner-button .estimated-costs {
	margin-right: 0;
}
 .inner-banner .banner-button .call-us-today {
 margin-bottom: 10px;
}
.thin-arrow-dark, .thin-arrow-light {
	-webkit-background-size: 18px auto;
	-moz-background-size: 18px auto;
	-o-background-size: 18px auto;
	background-size: 18px auto;
	height: 13px;
	margin-left: 10px;
	width: 18px;
}
 .main-footer {
 padding: 20px 20px 210px;
}
 .main-footer .footer-col {
	display: block;
 margin: 0;
}
 .main-footer .footer-col-2 {
 text-align: center;
 width: 100% !important;
}
 .main-footer .call-us-today p:first-of-type {
 margin: 0;
	text-align: center;
}
 .main-footer .call-us-today p:nth-of-type(2) {
 text-align: center;
}
 .main-footer .footer-col-3 p {
 text-align: center;
}
 .main-footer .footer-col-3 p img {
 margin: 0 10px 25px;
}
 .main-footer .footer-col-3 p a {
 margin-left: 0;
}
 #layerslider_1, #layerslider_2, .testimonials {
 display: none;
}
 .portals {
 padding: 125px 0 20px;
}
 .portals .portal_heading {
 font-size: 22px;
}
 .portals .portal_list li {
 width: 47%;
 margin-bottom: 15px;
}
 .portals .portal_list li:nth-of-type(2n) {
 margin-right: 0;
}
 .portals .portal_list li:nth-of-type(2n+1) {
 margin-right: 5%;
 clear: left;
}
 .portals .portal_list li:nth-of-type(3n+1) {
 clear: none;
}
 .content_nav, .content_nav_normal {
 border-bottom: 0 none;
 text-align: center;
}
 .content_nav li, .content_nav_normal li {
 border: 1px solid #CCC !important;
 float: none;
 display: inline-block;
 margin-bottom: 3px;
}
 .content_nav li.active, .content_nav_normal li.active, .content_nav li:hover, .content_nav_normal li:hover {
 background: #b1d136;
}
 .content_nav li.active a, .content_nav_normal li.active a, .content_nav li:hover a, .content_nav_normal li:hover a {
 color: #FFF !important;
}
 .content_nav li a, .content_nav_normal li a {
 border-top: 0 !important;
 background: transparent !important;
 line-height: 46px;
}
 .bottom-bar-section h6 {
 font-size: 21px;
}
 .bottom-bar-section h3 {
 font-size: 65px;
}
 .logged-in .content_nav_wrapper_inner.fixed_tab_list {
 top: 90px;
}
.main-header.sticky .logo img {
	padding: 5px 0;
}
.main-header.sticky .header-right {
	margin-top: 11px;
}
h3.accordion-title:before {
	margin-top: -9px;
	right: 22px;
}
h3.accordion-title {
	padding: 20px 50px 20px 20px;
}
.accordion-content {
	padding: 20px;
}
}
 @media (max-width: 670px) {
 .sections-wrap .section select {
 display: block;
 margin: 0 0 15px;
}
 .sections-wrap .section label {
 margin-left: 0;
 margin-right: 2%;
 margin-bottom: 15px;
}
 .sections-wrap .section input {
 width: 90px;
 margin-left: 18px;
}
 .sections-wrap .section input.turf-calculator-input-length {
 margin-left: 11px;
}
}
@media (max-width: 510px) {
 .turf-varieties-calculator .img-wrap {
 width: 100%;
 margin-right: 0;
 text-align: center;
}
 .turf-varieties-calculator .content-wrap {
 width: 100%;
 margin-top: 25px;
}
.main-footer {
	padding-bottom: 240px;
}
}
@media (max-width: 480px) {
 .g-recaptcha {
 -moz-transform: scale(0.925);
 -webkit-transform: scale(0.925);
 transform: scale(0.925);
 transform-origin: left center 0;
}
 #fancybox-content .g-recaptcha {
 -moz-transform: scale(0.725);
 -webkit-transform: scale(0.725);
 transform: scale(0.725);
 transform-origin: left center 0;
}
 .extra-content-cols .extra-content-col {
 width: 100%;
}
    /*** Enter your custom style here ***/
    .main-header {
 padding: 15px 0;
}
 .main-header .logo {
 text-align: center;
 margin-left: 25px;
 width: 140px;
}
 .main-header .logo img,  .main-header.sticky .logo img {
 max-width: 100px;
 padding: 5px 0 10px;
}
 .main-header .header-right {
 margin-top: 18px;
}
 .main-header .header-right .header-free-quote {
 font-size: 14px;
}
 .main-header .header-right .header-phone {
 font-size: 22px;
 margin-top: 0;
}
 .inner-banner h1 {
 font-size: 24px;
}
.banner-button {
    margin-top: 20px;
}
 .staff_list > li {
 width: 100%;
 margin-right: 0 !important;
 margin-bottom: 20px;
}
 .member_photo img {
 margin: 0 auto;
}
 .portals {
 padding: 125px 0 20px;
}
 .portals .portal_list li {
 margin-right: 0;
 width: 100%;
}
 .bottom-images img {
 width: 100%;
}
 .main-header .logo {
 float: none;
 margin: 0;
 text-align: center;
 width: 100%;
}
 .main-header .header-right {
 float: none;
 margin: 0 0 10px;
 text-align: center;
}
 .portals {
 padding-top: 145px;
}
 .content_nav_wrapper_inner.fixed_tab_list,
 .logged-in .content_nav_wrapper_inner.fixed_tab_list {
 top: 140px;
}
}

.social-inline i{
	display: inline-block !important;
    margin-right: 15px;
    font-size: 32px !important;
    padding-top: 12px;
}


/* BOOTSTRAP COLUMNS */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

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

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

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

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

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 768px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 992px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.333333%;
      -ms-flex: 0 0 8.333333%;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.666667%;
      -ms-flex: 0 0 16.666667%;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.666667%;
      -ms-flex: 0 0 41.666667%;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
      -ms-flex: 0 0 58.333333%;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666667%;
      -ms-flex: 0 0 66.666667%;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.333333%;
      -ms-flex: 0 0 83.333333%;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.666667%;
      -ms-flex: 0 0 91.666667%;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.333333%;
}

.pull-2 {
  right: 16.666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.333333%;
}

.pull-5 {
  right: 41.666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.333333%;
}

.pull-8 {
  right: 66.666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.333333%;
}

.pull-11 {
  right: 91.666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.333333%;
}

.push-2 {
  left: 16.666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.333333%;
}

.push-5 {
  left: 41.666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.333333%;
}

.push-8 {
  left: 66.666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.333333%;
}

.push-11 {
  left: 91.666667%;
}

.push-12 {
  left: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.333333%;
  }
  .pull-sm-2 {
    right: 16.666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.333333%;
  }
  .pull-sm-5 {
    right: 41.666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.333333%;
  }
  .pull-sm-8 {
    right: 66.666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.333333%;
  }
  .pull-sm-11 {
    right: 91.666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.333333%;
  }
  .push-sm-2 {
    left: 16.666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.333333%;
  }
  .push-sm-5 {
    left: 41.666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.333333%;
  }
  .push-sm-8 {
    left: 66.666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.333333%;
  }
  .push-sm-11 {
    left: 91.666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.333333%;
  }
  .pull-md-2 {
    right: 16.666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.333333%;
  }
  .pull-md-5 {
    right: 41.666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.333333%;
  }
  .pull-md-8 {
    right: 66.666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.333333%;
  }
  .pull-md-11 {
    right: 91.666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.333333%;
  }
  .push-md-2 {
    left: 16.666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.333333%;
  }
  .push-md-5 {
    left: 41.666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.333333%;
  }
  .push-md-8 {
    left: 66.666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.333333%;
  }
  .push-md-11 {
    left: 91.666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.333333%;
  }
  .pull-lg-2 {
    right: 16.666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.333333%;
  }
  .pull-lg-5 {
    right: 41.666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.333333%;
  }
  .pull-lg-8 {
    right: 66.666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.333333%;
  }
  .pull-lg-11 {
    right: 91.666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.333333%;
  }
  .push-lg-2 {
    left: 16.666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.333333%;
  }
  .push-lg-5 {
    left: 41.666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.333333%;
  }
  .push-lg-8 {
    left: 66.666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.333333%;
  }
  .push-lg-11 {
    left: 91.666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.333333%;
  }
  .pull-xl-2 {
    right: 16.666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.333333%;
  }
  .pull-xl-5 {
    right: 41.666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.333333%;
  }
  .pull-xl-8 {
    right: 66.666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.333333%;
  }
  .pull-xl-11 {
    right: 91.666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.333333%;
  }
  .push-xl-2 {
    left: 16.666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.333333%;
  }
  .push-xl-5 {
    left: 41.666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.333333%;
  }
  .push-xl-8 {
    left: 66.666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.333333%;
  }
  .push-xl-11 {
    left: 91.666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */

.rs-background-video-layer[data-ytid] iframe { visibility: visible !important; border: none !important;}

.gform_wrapper .top_label select.medium,
.gform_wrapper .top_label select.large,
.gform_wrapper .top_label input[type=text]{
	height:36px;
	width: 100%;
}

.ui-datepicker-title select{
	width:75px;
}

/********************/
/********************/
/* New CSS 21-06-19 */


/*******************/
/* Utility classes */
.d-flex {
	display: flex;
}

.flex-column {
	flex-direction: column;
}

.align-items-center {
	align-items: center;
}

.justify-content-center {
	justify-content: center;
}

.text-center {
	text-align: center !important;
}


/***********/
/* margins */
.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 0.25em !important;
}

.mt-2 {
	margin-top: 0.5em !important;
}

.mt-3 {
	margin-top: 1em !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 0.25em !important;
}

.mb-2 {
	margin-bottom: 0.5em !important;
}

.mb-3 {
	margin-bottom: 1em !important;
}

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}
/**************/


/**************/
/* Bottom bar */
.bottom-bar-section {
	background-image: url('/wp-content/uploads/bottom-cta-bg-4.jpeg');
}
/**************/



/***************/
/* Hero images */
.inner-banner {
	background-position: 50%;
}



/*******************/
/* Fertilizer page */
.fertiliser-nav {
	justify-content: center;
}





/************/
/*  Footer  */

@media only screen and (max-width: 1470px) {
	.footer-row {
		flex-direction: column;
	}
	
	footer > .main-footer-inner .center {
		display: flex;
		flex-direction: column;
	}
	
	footer .main-footer-inner .footer-col-2 {
		position: relative;
		width: 100% !important;
	}
	
	footer .main-footer-inner .footer-col {
		margin-left: 0;
		margin-right: 0;
	}
	
	.footer-col-1 img {
		height: auto !important;
	}
	
	.main-footer .footer-col {
		text-align: center;
	}
	
	.main-footer .footer-col .footer-third p:last-child {
		margin-top: 15px;
	}
}

@media (max-width: 1308px) {
	.main-footer {
		padding-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.main-footer {
		padding-bottom: 30px;
	}
}

/************************/
/* Holiday Popup modal  */
.pum-overlay {
	/* 
	display: flex;
	justify-content: center !important;
	align-items: center !important;	
	*/
}

.pum-container {
	/*
	display: flex;
	justify-content: center !important;
	align-items: center !important;
	*/
	width: unset !important;
}

.pum-container p,
.pum-container img {
	margin: 0;
}


/******************************/
/* Skye payment page 13/2/20  */

.skye-cta-buttons {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.skye-hiw-belt .skye-cta-buttons .call-us-today {
	letter-spacing: 2px;
    padding: 25px 35px;
    font-size: 22px;
    color: rgb(255, 255, 255);
    background: rgb(178, 209, 53);
    width: auto;
    height: auto;
    border-width: 0px;
    margin-right: 45px;
	margin-bottom: 10px;
}

.skye-hiw-belt .skye-cta-buttons .estimated-costs {
	margin-bottom: 10px;
    letter-spacing: 2px;
    padding: 25.7698px 32.7078px;
    font-size: 21.8052px;
    color: rgb(255, 255, 255);
    background: rgb(87, 118, 51);
    width: auto;
    height: auto;
    border-width: 0px;
}

.skye-primary-belt {
	margin: 0 auto;
	width: 700px;
}

.hiw-features-belt {
	display: flex;
    flex-wrap: wrap;
	margin: 0 auto 50px;
	width: 700px;
}

.hiw-features-belt .hiw-feature-item {
	width: 50%;
}

@media only screen and (max-width: 800px) {
	.hiw-features-belt,
	.skye-primary-belt {
		width: 100%;
	}

	.hiw-features-belt .hiw-feature-item {
		margin-left: 10px;
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	.skye-hiw-belt .skye-cta-buttons .call-us-today,
	.skye-hiw-belt .skye-cta-buttons .estimated-costs {
		margin-left: 5px;
		margin-right: 5px;
	}
}