/*
Theme Name: Dusters
Theme URI: http://www.ideasgolive.com
Description: Ideasgolive WordPress Theme
Author: Ideasgolive
Author URI: http://www.ideasgolive.com
Version: 1.1
*/


html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

body,html{ color: #333333;}

.row-offcanvas {background: #fff;}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}



/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #blockquote;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/***** gutter override *****/

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.container, .container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 10px;
padding-right: 10px;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

/*** main defaults ***/

.body {
	background-color: #fff;
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 40px 0 0 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

blockquote {
	border-color: #555555;
	padding: 0 20px;
	margin: 0 0 20px 20px;
}

blockquote p {
	font-weight: 600 !important;
	font-style: italic;
	
	border-color: #555555;
}

.titlebar {
	width: 100%;
	float: left;
	margin: 0 0 -20px;
	padding: 20px 0;
	background-color: #fafafa;
	position: relative;
}

.titlebar h1 {
	margin: 0 !important;
	padding: 0;
}
.page-template-template-contact .titlebar h1 {
	text-align: center;
	text-transform: uppercase;
}
p#breadcrumbs {
	font-size: 16px;
	font-weight: 400;
}
p#breadcrumbs a {
	color: #00512f;
}

.main h3 {
	color: #373832;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #00512f;
	display: block;
}

#map {
	width: 100%;
	float: left;
	margin: 0;
	height: 325px;
	/*border-bottom: 1px solid #000000;*/
	background-position: center;
}

/***** WP defaults *****/

.alignright { float: right; max-width: 45%; margin-left: 20px;}
.alignleft { float: left; max-width: 45%; margin-right: 20px;}
.alignnone { max-width: 100%; margin: 20px auto; display: inherit;}
.alignright, .alignleft, .alignnone { height: auto; margin-bottom: 10px;}

@media screen and (max-width: 767px) { .alignright, .alignleft { max-width: 100%; margin:20px auto; float: none; display:inherit;}}

.responsiveImg { max-width: 100%; height: auto;}
.mob-img { width: 100%; height:auto;}
@media (min-width:768px){.mob-img { display: none;}}


/* theme page elements **************************************/

.container {
	max-width: 1080px;
}


/***** header *****/
.header {
	width: 100%;
	float: left;
	min-height: 151px;
}
.header .col-sm-9 {
	position: static;
}
#header-right { float: right; position: static; margin-top: 10px;}

.header .col-sm-9 {
	float: right;
}
.header .col-sm-3 {
	float: left;
}



.logo {
	text-align: center;
}
.logo a {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 180px;
	display: block;
	text-indent: -999999px;
	margin-top: 15px;
}


@media (max-width:991px) {
    .logo a {
        max-height: 80px;
        background-size: contain;
        margin: 20px !important;
    }
}

/**** top links ****/

.topsocial {
	margin-top: 10px;
	margin-right: -20px;
	text-align: right;
}

.toplinks {
	float: right;
	margin: -10px 0 0px 0;
	padding: 0 0 10px 0;
}
.toplinks li {
	list-style-type: none;
	display: inline-block;
	position: relative;
	float: left;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}
.toplinks li a {
	color: #333333;
	text-decoration: none;
	font-size; 15px;
	margin: 0 18px 0 0;
	float: left;
	padding: 0 17px 0 0;
	font-weight: 400;
}

#searchform, .toplinksul { display:inline-block;}

.toplinks #s { 
	margin: -5px 0 0 0; 
	width: 60px;
}


/**** main menu *****/
#nav_back { 
	background-color: #e5e5e5;  
	position: relative;
}

.mob-nav-icon .icon-bar {
    background: #000;
}



.nav {
	width: 100%;
	float: left;
	display: block;
}
.nav ul {
	margin: 0;
	padding: 0;
	text-align:center;
}
.nav > ul > li {
	list-style-type: none;
	display: inline-block;
	margin: 0 0 0 -5px;
	padding: 12px;
	border-right: 1px solid #111111;
}
.nav > ul > li:hover {
	background: #222;
}
.nav > ul > li > a {
	color: #111111;
	font-size: 16px;
	padding: 15px 8px;
	font-weight: 400;
}

.nav > ul > li:hover a {
	color: #fff;
}

.nav > ul > li:first-child {
	border-left: 1px solid #111111;
}
.nav > ul > li.current_page_item > a,
.nav > ul > li.current_page_parent > a,
.single-our-customers .nav ul li#menu-item-3943 a {
	background-color: #222222;
}
.single-our-customers .nav > ul > li#menu-item-3937 > a {
	background-color: transparent !important;	
}
.nav > ul > li:hover .megamenu {
	display: block;
	text-align:left !important;
}
.nav ul li .megamenu {
	background-color: #222222;
	display: none;
	position: absolute;
	width: 100%;
	float: left;
	left: 0;
	top: 46px;
	z-index: 500;
	padding: 20px;
	min-height: 200px;
}

.megamenu h4 {
	margin: 0 0 10px 0;
	padding: 0;
	display: block;
	min-height: 35px;
}
.megamenu h4 a {
	color: #ffffff;
	border-bottom: 1px solid #fff;
	padding: 0 0 10px 0;
	font-weight: 300;
	display: block;
	font-size: 20px;
}
.megamenu ul {
	margin: 0;
	padding: 0;
	width: 45%;
	float: left;
}
.menu-item ul:first-child {
	float: left !important;
}
.menu-item ul:last-child {
	float: right;
}
.megamenu ul li {
	list-style-type: none;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	width: 100%;
	min-height: 25px;
}
.megamenu ul li a {
	font-weight: 300;
	color: #fff;
	font-size: 18px;
	display: block;
	text-align: left;
}
.megamenu ul li.blank a {
	display: none;
}
.megamenu hr {
	border-color: #fff;
	margin: 10px 0;
}
.megamenu p,
.megamenu p a {
	font-weight: 300;
	color: #fff;
	font-size: 18px;
}
.megamenu p strong a,
.megamenu p a strong {
	font-size: 22px;
	font-weight: 400;
}

.nav .open > a {
	background-color: transparent !important;
	border-color: #1d6a2d !important;
}


/**** hero *****/

.hero {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-color: #fff;
	width: 100%;
	float: left;
	margin: 0;
	position:relative;
}

.hero .container {
	height: 200px;
	margin: 178px auto;
}

.hero, .hero .bottom-of-img { 
	height: 555px;
}
.hero-slim, .hero-slim .bottom-of-img { 
	height: 450px;
}

.hero .bottom-of-img {
	position: relative;
	margin:0 auto;
	padding:0;
}

.hero .image-intro {
	position: absolute;
	bottom:0;
	background-image: url(images/whitetrans.png);
	width: 100%;
	padding: 20px 10px;
	margin: 0 -10px;
}

.hero .image-text {
	background-image: url(images/whitetrans.png);
	background-repeat: repeat;
	padding: 20px;
	height: 200px;
	width: 412px;
	margin: auto;
	box-sizing: border-box;
	float:none;
	text-align: center;
}

.hero .image-text a {
	color: #fff;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background: #000;
	display: inline-block;
	padding: 15px;
	width: 223px;
}


/**** main content *****/

.main-con {
	margin-top: -200px;
}

.main-inner {
	background: #fff;
	position: relative;
	margin: 0 -25px;
	padding: 20px 10px 0;
}

h1 {
	color: #373832;
	font-size: 30px !important;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	margin: 0 0 15px 0 !important;
	display: inline-block;
	width: 100%;
}

.main h1, .side > h3, h2.main-title, h2.sub-main-title {
	color: #373832;
	font-size: 22px !important;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0 !important;
	border-bottom: 1px solid #00512f;
	display: inline-block;
	width: 100%;
	line-height:normal;
}

h2 {
	margin: 0 0 15px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 40px;
}

h4 {
	font-size: 20px;
	font-weight: 300;
}




.main p {
	color: #373832;
	margin: 0 0 15px 0;
}

ul.left-list {
	width: 100%;
	float: left;
}
ul.left-list li {
	width: 50%;
	float: left;
}
.blackhr {
	border-color: #000;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100%;
}

.lighthr {
	border-color: #ccc;
}

.article-link { color: #373832; font-size: 16px; font-weight: bold;}

/**** Sub content *****/

.sub-wrapper {
}
.sub-wrapper h2 {
	color: #373832;
	font-size: 22px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	display: inline-block;
	width: 100%;
	text-align:center;
}

.sub_link {
	text-align: center;
	margin: 30px 0 0;
}

/*** sub product index ****/

.sub_content h2 {
	text-align: left;
	display: block;
	font-size: 22px;
	color: #373832;
	font-weight: 300;
}

.sub_content h2 a {
	color: #373832;
	font-weight: 300;
}

/**** side *****/

.side h3 {
	color: #373832;
	font-size: 22px !important;
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0 !important;
	border-bottom: 1px solid #00512f;
	display: inline-block;
	width: 100%;
}

.side-form h3 {
	font-size: 20px !important;
	margin: 0 0 10px 0 !important;
	padding:0;
	text-transform: inherit;
	display: block;
	border:0;
}

.side h4 {
	margin-bottom:0;
}

.side #subnav  {
	list-style: none;
	padding: 0 0 0 15px;
}

.side #subnav li a {
	color: #222222;
	font-size: 16px;
	padding-bottom: 10px;
	display: block;
}

.side-form {
	background: #fff;
	padding: 15px 0;
	overflow: hidden;
	margin-bottom: 20px;
	border-top: solid 1px #F9CA00;
	border-bottom: solid 1px #F9CA00;
}

.side-form b {
	font-weight: 400;
	margin-bottom: 10px;
	display:block;
}

.latest-news {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #222222;
}
.latest-news:last-child {
	border-bottom: 0;
}
.latest-news h4 {
	margin: 0;
	display: block;
}
.latest-news h4 a {
	color: #222222;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: block;
	margin: 0 0 10px 0;
}
.latest-news img {
	width: 100%;
	float: left;
}
p.morenews {
	display: block;
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
}
p.morenews a {
	color: #222222;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.side-widget {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}
.side-widget h3 {
	color: #555555;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: none;
	border-bottom: 1px solid #00512f;
	margin: 4px 0 10px 0;
	padding: 0 0 10px 0;
	display: block;
}
.side-widget p {
	font-size: 16px;
}
.side-widget p span {
	font-size: 20px;
}
.side-widget a {
	color: #555555;
	font-weight: 600;
}


/**** search *****/
#searchsubmit {
	background: url(images/search_icon.png) no-repeat right center;
	border: 0;
	background-color: transparent;
	width: 19px;
	height: 19px;
	text-indent: -999999px;
	top: -3px;
	position: relative;
	margin: 0 0 0 10px;
}
#s {
	background-color: #fff;
	color: #333333;
	width: 100px;
	float: left;
	border: 0;
	margin: 0 5px 0 0;
}
#s:focus {
	outline: none;
}
#s::-webkit-input-placeholder {
   color: #333333;
}
#s:-moz-placeholder {
   color: #333333;  
}
#s::-moz-placeholder {
   color: #333333;  
}
#s:-ms-input-placeholder {  
   color: #333333;  
}

.main p.searchedfor {
	color: #555555;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0 0 40px 0;
}

.search-div h2 {
	display: block;
	margin: 0 0 10px 0;
	font-weight: 300;
	font-size: 24px;
	color: #373832;
}
.search-div h2 a {
	font-weight: 300;
	font-size: 24px;
	color: #373832;
	text-transform: capitalize !important;
}

.search-hr {
	border-color: #b2b2b2 !important;
	width: 100%;
	clear: both;
}


.search h1 {
	display: block;
}

.search-readmore a {
	font-size: 16px;
	color: #555555;
	font-weight: 400;
}

/***** related items ******/

.related-wrapper {
	margin: 20px -10px;
}

.related_content { 
	color: #373832;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size:15px;
	display: block;
	margin: 30px 0;
}

.item-link { 
	color: #373832;
	font-size:15px;
	font-weight: 600;
	display: block;
	margin: 0 0 30px;
}

/*** team list *****/
.team-list {
	border-bottom: 1px solid #b2cac0;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
.team-list .col-sm-4 {
	padding-left: 0;
}
.team-list h3 {
	border-bottom: 0;
	padding: 0;
}
p.person-role {
	margin: 0;
	font-weight: 600;
}
.team-list img {
	border: 1px solid #000;
}
.team-list a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #555555;
}
.page-template-template-team .follow {
	text-align: right;
	margin: 0 0 10px 0;
}
.page-template-template-team .follow img {
	margin: 0 0 0 20px;
}


/**** footer latest ****/

.latest-wrapper h3 {
	color: #373832;
	font-size: 22px;
	text-align: center;
	font-weight: 400;
	margin-bottom: 30px;
}

.item-title {
	color: #222222;
	width: 100%;
	border-top: dotted 1px;
	padding-top: 20px;
	margin-bottom: 20px;
	height: 60px;
	overflow:hidden;
	font-size: 16px;
}

.item-title a {
	color: #222222;
	font-size: 16px;
}

.latest-wrapper p {
	color: #373832;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 15px;
	display: block;
	margin: 30px 0;
}

/**** footer testimonial *****/

.testimonial-wrapper {
	text-align:center;
}
.testimonial-text {
	font-size: 18px;
	color: #373832;
}

.testimonial-author {
	font-size: 16px;
	color: #373832;
}

.testimonial_more_link {
	display: inline-block;
	margin: auto;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	margin: 20px auto;
	background: #000;
	padding: 20px 30px;
}


/***** footer logo list ****/

.logolist {
	border-top: 1px solid #00512f;
	padding: 20px 0;
	text-align: center;
}
.logolist p {
	font-weight: 400;
	font-size: 16px;
	color: #222;
	text-align: center;
	line-height: 95px;
	margin: 0;
}
.logolist img {
	text-align: center;
	margin: 0 10px;
}

/**** footer contact *****/

#footer-contact h3 {
	font-size: 16px;
	border-bottom: dotted 1px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#footer-contact h4 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 300;
}

#footer-contact .gform_button {
	min-width: 50%;
	text-align: right;
	margin-bottom: 20px;
}


.readmore {
	display: block;
	color: #373832;
	font-weight: 400;
	margin: 15px 0;
}

.readmore_black {
	color: #fff;
	font-size: 18px;
	background: #000;
	display: inline-block;
	padding: 15px 40px;
	margin: auto;
}

.sub_content .readmore_black {
	color: #fff;
	font-size: 18px;
	background: #000;
	display: inline-block;
	padding: 10px 20px;
	float: left;
	width: 100%;
	border-radius: 0 5px 5px 0;
}

.readmore_black:hover, .testimonial_more_link:hover {
	color: #fff;
	background: #222222;
}

/*** footer ****/

.footer {
	width: 100%;
	float: left;
	padding: 20px 0;
	border-top: solid 1px #808080;
	background: #fff;
}

.footer p {
	text-align: center;
	color: #333333;
	margin: 0 0 5px 0;
}
.footer p a {
	color: #333;
}
.footerlogo {
	background-image: url(images/footerlogo.png);
	background-repeat: no-repeat;
	width: 130px;
	height: 72px;
	display: block;
	margin: 20px auto 20px auto;
}

/**** social *****/

.follow {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}

.follow-centered .follow {
	width: 100%;
	float: left;
	margin: 0;
	text-align: center;
}
.follow label {
	margin: 0 20px 0 0;
}
.follow img {
	margin: 0 20px 0 0;
}






/**** Home page *****/

.home .body .col-sm-8 {
	padding-right: 30px;
}




/**** blog ****/
.post-meta h5 {
	font-size: 14px;
	color: #373832;
	font-weight: 500;
	margin:0;
}

.post-meta a {
	font-size: 14px;
	color: #373832;
	font-weight: 300;
}

.chicklets { text-indent: -999px;}
.stButton { margin:0 !important;}

.our-cust-f-info .item-inner {
	border-bottom: dotted 1px;
	margin-bottom: 10px;
}
.our-cust-f-info h2, .blog h2 {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	text-transform: uppercase;
	line-height: normal;
	overflow: hidden;
	height: 48px;
}
.our-cust-f-info a {
	color: #222222;
	font-weight: 400;
	text-transform: uppercase;
}

.our-cust-f-info a.readmore_black {
	color: #fff;
	font-weight:100;
}
.our-cust-f-info h2 a, .blog h2 a {
	color: #222222;
	font-weight: 400;
	text-transform: uppercase;
}
.blog .cust-grid .col-sm-6 div {
	min-height: 520px;
}
#nav-below {
	width: 100%;
	float: left;
	margin: 0;
	padding: 20px 15px 0;
}
#nav-below .nav-previous {
	float: left;
	width: 50%;
	text-align: left;
}
#nav-below .nav-next {
	float: right;
	width: 50%;
	text-align: right;
}
#nav-below a {
	color: #555555;
	font-weight: 300;
}
.blog .headline h2 {
	margin: 0 0 10px 0;
	font-size: 30px;
	color: #00512f;
	font-weight: 400;
	text-transform: uppercase;
}
.blog .headline h2 a {
	font-size: 28px;
	color: #555555;
	font-weight: 400;
	text-transform: uppercase;
}
.subjects h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
	color: #373832;
	border-bottom: 1px solid #222;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	display: inline-block;
	text-align: center;
}
.subjects {
	width: 100%;
	float: left;
	margin: 0;
	text-align: center;
}
.subjects p {
	color: #555555;
	font-size: 15px;
	font-weight: 600;
}
.subjects p a {
	color: #555555;
	font-size: 15px;
	font-weight: 300;
}	
.blog .follow {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	text-align: center;
}

.searchcol img {
	max-width: 100%;
}
.question {
	font-family: Arial;
}

.blog-img img {
	width: 100%;
	height:auto;
	margin-bottom: 20px;
}

/**** our customers ****/

.case-f-img {
	width: 100%;
	float: left;
	border: 1px solid #000;
	margin: 0 0 20px 0;
}

.fafoot {
	border-top: 0;
	margin: 0 0 20px 0 !important;
	border-bottom: 1px solid #b2cac0;
}
.fahead {
	border-top: 1px solid #b2cac0;
}
.foradvice {
	padding: 0;
	margin: 0;
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.foradvice h3 {
	color: #555555;
	font-size: 20px;
	font-weight: 400 !important;
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	border-bottom: 0;
	text-transform: none;
}
.foradvice span {
	font-size: 20px;
}
.foradvice .col-sm-12 {
	padding: 0;
}
.foradvice .col-sm-6 {
	margin-bottom: 10px;
	padding: 0;
}
.foradvice a {
	color: #555555;
	font-weight: 600;
}


.single-our-customers .follow {
	text-align: right;
	margin: 0;
}
.single-our-customers .follow p {
	margin: 0;
}
.single-our-customers .follow img {
	margin: 0 0 0 20px;
}
.single-our-customers .sidebar img {
	border: 1px solid #111;
}
.single-our-customers .sidebar .latest-news {
	border-bottom: 1px dashed #222222;
}
.our-cust-f-img img {
	width: 100%;
	border: 1px solid #222;
}
.our-cust-f-img {

}

.our-cust-f-info h3 {
	margin: 0 0 20px 0;
	color: #73b627;
	font-size: 24px;
	font-family: "futura-pt",sans-serif;
	font-weight: 400;
	border: 0;
	padding: 0;
}

.our-cust-hr {
	border-color: #222222 !important;
	width: 100%;
	clear: both;
}
.our-cust-f-info img {
	width: 100%;
	border: 1px solid #000;
	margin: 0 0 20px 0;
}
.cust-grid .col-sm-6 div {
	border-bottom: 1px dashed #222;
	margin: 0 0 20px 0;
}
.page-template-template-our-customers .follow {
	width: 100%;
	float: left;
	text-align: center;
	margin: 20px 0 40px 0;
}



/*** contact *****/

.contact-details {
	display: block;
	float: right;
	width: 100%;
	text-align: right;
	color: #333333;
	font-size: 16px;
	font-weight: 400;
}
.contact-details a {
	color: #333333;
	text-decoration: none;
	font-size; 16px;
	border-right: 1px solid #333333;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	font-weight: 400;
}


.contact-box {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.contact-box h2 {
	background-color: #000000;
	color: #fff;
	padding: 10px 30px;
	float: left;
	width: 100%;
	display: block;
	margin: 0 0 20px 0;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.contact-box ul {
	margin: 0;
	padding: 0;
}
.contact-box ul li {
	list-style-type: none;
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}
.contact-box ul li label {
	color: #212121;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.contact-box ul li label .gfield_required {
	margin: 0 0 0 10px;
}
.contact-box ul li input,
.contact-box ul li textarea {
	width: 100% !important;
	border: 1px solid #828282;
	padding: 5px;
	box-sizing: border-box;
}
.gform_button {
	background-color: #222222 !important;
	color: #fff;
	float: right;
	padding: 5px;
	font-size: 16px;
	font-weight: 600;
	border: 0;
}

.contact-box .gform_button {
	margin: 5px 0px 15px;
}

.contact-list .row {
	border-bottom: 1px dotted #000;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
.contact-list p {
	margin: 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.contact-list p span {
	font-size: 16px;
}
.contact-person {
	padding-left: 0;
}
.page-template-template-contact .follow {
	text-align: center;
}

/**** Masonry *****/
row.masonry {
	 -moz-column-width: 18em;
	 -webkit-column-width: 18em;
	 -moz-column-gap: 1em;
	 -webkit-column-gap:1em;   
}
.row.masonry > .item {
	display: inline-block;
	padding:  0;
	width:  100%; 
}
.row.masonry .well {
	position:relative;
	padding: 0;
	margin-bottom: 12px !important;
	display: block;
}

.masonry .row {
	-moz-column-width: 300px;
	-webkit-column-width: 300px;
	-moz-column-gap: 0;
	-webkit-column-gap: 0; 
	margin-bottom: 20px;
}
.masonry .item {
	display: inline-block;
	padding:  0;
	width:  100%; 
	border-bottom: 1px solid #999999;
	margin-bottom: 20px;
	position: relative;
	z-index: 8000;
}
.masonry .well {
	position:relative;
	display: block;
	background-color: #fff;
	border: 0;
	box-shadow: none !important;
}
.masonry .well h2 a {
	text-decoration: none;
	font-size: 24px;
	color: #373832;
	text-align: center;
}
.masonry .well h2 {
	text-align: center;
	display: block;
	border: 0;
	margin: 0 0 8px 0;
}
.masonry .well img {
	width: 100%;
	height: auto;
}
.masonry .well .sub_link {
	margin: 20px 0;
}
.readmore_black:hover, 
.testimonial_more_link:hover {
	background-color: #303030;
}
.viewmoregardens a {
	padding: 20px;
	text-align: center;
	display: block;
	color: #373832;
	text-decoration: none;
}

.isotope div > img {
	margin-bottom: 30px;
}


.bb-wrapper {
    margin-top: -25px;
}

#side_img-1 img,
#side_img-2 img,
#side_img-3 img {
    width: 100%;
}

@media (max-width:991px) {
    
    .account-nav a {
        text-align: center;
        display: block;
    }
}

.fl-row-bg-slideshow {
    max-width: 100%;
    width: 100% !important;
}

