/*
Theme Name: Ideas
Theme URI: http://www.ideasgolive.com
Description: Ideas Theme
Author: Ideas Go Live
Author URI: http://www.ideasgolive.com
Version: 1.4
*/


html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
	font-family: "Futura Light", Futura, "Century Gothic", Helvetica, Arial, sans-serif;
}
body, html{ 
	color: #333333;
}
.row-offcanvas {
	background: #fff;
}
/*::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}*/
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

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

@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;
        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;
    }
}
.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: 0;
	font-family: "Futura Light", Futura, "Century Gothic", Helvetica, Arial, sans-serif;
	font-size: 15px;
}

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;
	
	-webkit-animation: 8s .1s;
  -moz-animation: 8s .1s;
  -ms-animation: 8s .1s;
  -o-animation: 8s .1s;
  animation: 8s .1s;
}

.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: #5197B3;
	font-size: 18px;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #5197B3;
	display: block;
}

#map {
	width: 100%;
	float: left;
	margin: 30px 0;
	height: 325px;
	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: 1190px;
	-webkit-animation: 8s .1s;
  -moz-animation: 8s .1s;
  -ms-animation: 8s .1s;
  -o-animation: 8s .1s;
  animation: 8s .1s;
}


/***** header *****/
.header {
	width: 100%;
	float: left;
	min-height: 150px;
	  z-index: 60;
  position: relative;
  background-color: #fff;
}

.header .row {
	display: block !important;
}
.header .col-sm-9 {
	position: static;
}
#header-right { 
	float: right; 
	position: static;
	font-size: 20px;
	color: #000;
	text-align: right;
	line-height: normal;
}

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

@media (min-width:768px) {
	.account-nav {
		text-align: right;
		padding-right: 15px;
	}
}

.account-nav,
.account-nav a {
	color: #000 !important;
}

.account-nav a:hover {
	color: #23a1c6 !important;
}

.logo {
	text-align: center;
}
.logo a {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 375px;
	max-width: 100%;
	height: 98px;
	display: block;
	text-indent: -999999px;
	margin-top: 15px;
	background-size:contain;
}

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

.toplinks {
	float: right;
	margin: 15px 0 10px 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;
	border-right: 1px solid #333333;
	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: #222;  
	position: relative;
	z-index: 100;
	box-shadow: 0px 5px 10px rgba(0, 2, 3, 0.38);
    border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

#nav_back .nav {
	display: block !important;
}
.nav {
	width: 100%;
	float: left;
	display: block;
}
.nav ul {
	margin: 0;
	padding: 0;
	text-align:left;
	float: left;
}

.nav > ul > li {
	list-style-type: none;
	display: inline-block;
}
.nav > ul > li:hover {
	background: #0890B8;
}
.nav > ul > li > a {
	color: #fff;
	font-size: 17px;
	padding: 7px 8px;
	font-weight: 100;
	display: inline-block;
}

.sub-menu {
	display: none;
}

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


.nav > ul > li.current_page_item > a,
.nav > ul > li.current_page_parent > a,
.single-our-customers .nav ul li#menu-item-3943 a,
.nav > ul > li.current_page_item {
	background-color: #0890B8;
}
.nav > ul > li.current_page_item a {
	color: #fff;
}
.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: #0893BD;
	display: none;
	position: absolute;
	width: 100%;
	float: left;
	left: 0;
	top: 46px;
	z-index: 2000;
	padding: 20px;
	min-height: 340px;
}

.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;
	
	
  -webkit-animation: 12s .3s;
  -moz-animation: 12s .3s;
  -ms-animation: 12s .3s;
  -o-animation: 12s .3s;
  animation: 12s .3s;
  
}

.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-weight: 400;
	background: #000;
	display: inline-block;
	padding: 15px;
	width: 223px;
}


.home-slider {
	clear: both;
	background: #fff;
}

/**** 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: "Futura Light", Futura, "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin: 0 0 15px 0 !important;
	display: inline-block;
	width: 100%;
}

.side > h3, h2.main-title, h2.sub-main-title {
	color: #0189B0;
	font-size: 26px !important;
	font-family: "Futura Light", Futura, "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: 400;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0 !important;
	border-bottom: 4px solid #0189B0;
	display: inline-block;
	width: 100%;
	line-height:normal;
}

.training-con h1 {
	border-bottom: solid 1px;
}

h2 {
	margin: 0 0 15px 0;
	font-family: "Futura Light", Futura, "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 40px;
	color: #5197B3;
}

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%;
}

.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 a {
	text-align: left;
	display: block;
	font-size: 22px;
	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: #e5e5e5;
	padding: 15px;
	overflow: hidden;
	margin-bottom: 20px;
}

.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 *****/

#searchform {
	float: right;
	margin: 5px 0;
	background-color: #444444;
	padding-right: 10px;
}

#searchsubmit {
	background: url(images/search_icon.png) no-repeat right center;
	border: 0;
	background-color: transparent;
	width: 19px;
	height: 19px;
	text-indent: -999999px;
	top: 5px;
	position: relative;
	margin: 0 0 0 10px;
	filter: invert(100%) grayscale(100%);
}
#s {
	background-color: transparent;
	color: #fff !important;
	width: 150px;
	float: left;
	border: 0;
	margin: 0 5px 0 0;
	padding: 2px 10px;
}
#s:focus {
	outline: none;
}
#s::-webkit-input-placeholder {
   color: #eeeeee;
}
#s:-moz-placeholder {
   color: #333;  
}
#s::-moz-placeholder {
   color: #333;  
}
#s:-ms-input-placeholder {  
   color: #333;  
}

.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;
}

.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 {
	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;}
.col-sm-6.our-cust-f-info {
	min-height: 600px;
}
.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;
	min-height: 44px;
}
.our-cust-f-info a {
	color: #222222;
	font-weight: 400;
	text-transform: uppercase;
}
.col-sm-8.our-cust-f-img {
	margin-bottom: 40px;
}
.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: #9DBDE2;
	font-size: 36px;
	margin: 10px 0 0px 0;
	font-weight: 500;
	
}

.contact-details span {
	color: #5197B3;
}

.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;
	background: #fff;
}
.contact-box h2 {
	background-color: #23A1C6;
	color: #fff;
	padding: 10px 30px;
	float: left;
	width: 100%;
	display: block;
	margin: -20px 0 20px 0;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

#gform_2 .gform_button {
	background-color: #23A1C6 !important;
	border: none;
}

.contact-box ul {
	margin: 0 30px 0 30px;
	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 30px 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-filter-wrapper {
	border: solid 1px #ccc;
}

.isotope-filter {
  border: none;
  width: 100%;
  text-align: center;
}

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


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

.social-share {
	width: 100%;
	float: left;
}
.share-email, .share-twitter, .share-facebook, .share-plus, .share-pin {	
	height: 16px;
	text-indent: -999999px;
	margin: 0 14px 20px 0;
	float: left;
	display: block;
}

.share-email {
	background-image: url(images/share-email.png);
	background-repeat: no-repeat;
	width: 19px;
}
.share-twitter {
	background-image: url(images/share-twitter.png);
	background-repeat: no-repeat;
	width: 18px;
}
.share-facebook {
	background-image: url(images/share-fb.png);
	background-repeat: no-repeat;
	width: 10px;
}
.share-plus {
	background-image: url(images/share-gplus.png);
	background-repeat: no-repeat;
	width: 17px;
}
.share-pin {
	background-image: url(images/share-pin.png);
	background-repeat: no-repeat;
	width: 16px;
	margin: 0 0 20px 0;
}

/***** social end ******/

#map img {
  max-width: inherit;
  width: inherit;
}



/***** plans ******/

.plans a.btn-contact {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    font-size: 1.1em;
    font-weight: 400;
    background-color: #BED3EC;
    color: #222;
    padding: 0.75em 3em;
    display: inline-block;
    margin: 0 auto 10px !important;
}

.plans a.btn-contact:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}

.plans .plan {
	text-align: center;
	margin-top: 30px;
}

#plans-footer .plan {
	margin-top: 15px;
}

.plans .head {
	background: #438EAB;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 20px;
	color: #fff;
	border-radius: 0 0 20px 20px;
}

.plans #plan2 .head {
	background: #5299B5;
    box-shadow: 0px 5px 8px #D6D3D3;
}

.plan.col h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
	background: #3887A6;
    margin: 0;
    padding: 0.65em 0;
    text-align: center;
    font-weight: 400;
	border-radius: 20px 20px 0 0;
}

.plan-intro {
	padding: 0 25px;
    min-height: 80px;
}

#plan2 h3 {
	background: #4490AE;
}


#pricing-table .well h3 {
	background: #4490AE;
	color: #fff;
	border-radius: 4px 4px 0 0;
}

.plan.col .head .plan-price .currency {
    font-size: 55px;
    text-align: center;
    font-weight: 500;
}

.main-plan-select {
	border-radius: 30px;
    font-size: 1.1em;
    background-color: #EECFBA;
    color: #000 !important;
    padding: 0.75em 3em;
    display: inline-block;
    margin: 0 auto;
}

.plan-select {
	clear: both;
	font-size: 1.1em;
	font-weight: 400;
	color: #fff;
	padding: 0.75em 3em;
	display: inline-block;
	margin: -9px auto 10px !important;
}

.plan-select:hover {
	color: #222;
}

.more-info-wrapper {
	text-align: center;
    margin: 30px auto;
	border-top: solid 1px #ddd;
    padding-top: 30px;
}

.well .service-row {
	padding: 20px 45px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
	position: relative;
}

.well .main_type.service-row {
	border-bottom: solid 3px #ccc;
	font-weight: bold;
}

.well .service-row:last-child {
	border-bottom: 0 !important;
}

.well small {
	display: block;
    margin-top: 5px;
    color: #222;
}

.well .plan-close {
	background-color: #E9783F;
    padding: 10px;
    border-radius:  0 0 5px 5px;
	color: #fff;
	margin-top: -20px;
}

.well .plan-close:hover {
	background: #000;
	text-decoration: none;
}


/**** comparison tables ******/

.tableFloatingHeaderOriginal {
	border-bottom: solid 3px #DB874E !important;
}


.comparison {
	width: 100%;
}

.service-row td {
	text-align: center;
}

.service-row .title {
	text-align: left;
}

.monthly-price td {
	border-bottom: solid 1px #888;
}

tr.monthly-price td.title .wrap {
    line-height: 1.3;
    font-size: 20px;
}

tr.monthly-price .symbol, tr.monthly-price .value {
    font-size: 1.5em;
}

table.comparison td {
    border-top: 1px solid #ddd;
    height: 50px;
    vertical-align: middle;
}

table.comparison tr.separator td {
	border-top: 3px solid #3887A6;
}

table.comparison tr.main_type td {
	border-bottom: 3px solid #5B93AA;
	color: #47849C;
	font-weight: 200;
}

table.comparison tr td.title {
	font-size: 15px;
}

.comparison .small {
	font-size: 12px;
	color: #3887A6;
	display: inline-block;
	max-width: 80%;
    line-height: 12px;
    margin-bottom: 5px;
}


table.comparison tr.main_type td.title {
	font-weight: 400;
	font-size: 17px;
}

.plan1, .plan2, .plan3 {
	text-align: center;
	width: 20%;
}

.plan2 {
	background: #E9EFF5;
}

.tooltip-info {
	width: 24px;
    height: 24px;
	line-height: 19px;
    border-radius: 50%;
    background: #fff;
    text-shadow: none !important;
    border: solid 1px;
    margin-left: 10px;
	font-weight: 600;
    color: #888;
	padding:0;
	z-index: 500;
}

.well .tooltip-info {
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 300;
}

.tooltip-info:focus {
	outline: -webkit-focus-ring-color auto 0px;
}

.tooltip {
	background: #c00 !important;
}

.comparison {
	margin-bottom: 30px;
}

@media (max-width:767px){
	.comparison {
		display: none;
	}
}

table.comparison tr.main_type td {
	text-align: left !important;
	color: #000;
	padding-bottom: 15px;
}

.type-title h3{
	color: #47849C;
	margin-top: 30px;
}

.service-row .type-title td {
	text-align: left;
}

.service-row:hover {
	background: #eee;
}

.service-row:hover td {
	border-bottom: solid 1px #000;
}

#compare-link {
	top: -100px;
    position: relative;
}

.plan-description {
	line-height: 28px;
}


#gform_wrapper_1 {
	display: block !important;
}

.btn-clean {
    width: 100%;
    border: none;
    background-color: transparent;
}

.btn:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0px !important;
}

#plan_form {
	margin: -20px 0 30px;
	position: relative;
}

#plan_contact {
	position: absolute;
	top: -200px;
}

#gform_fields_4 {
	list-style: none;
    margin: 0 auto;
    padding: 0;
	width: 50%;
}

#gform_fields_4 li {
    padding: 0 0 10px;
}

#gform_fields_4 .gfield_label {
	display: none;
}

#gform_fields_4 input, #gform_fields_4 select, #gform_fields_4 textarea {
	border: solid 1px #222;
    padding: 5px 10px;
	width: 100%;
}

#gform_fields_4 select {
	height: 34px;
	border: 0 !important;
	
}

#field_4_3 .ginput_container {
	border: solid 1px #222;
}

#plan_form h3, #gform_wrapper_4 .gform_footer {
	width: 50%;
    margin: auto;
}

@media (max-width:767px) {
	#plan_form h3, #gform_wrapper_4 .gform_footer, #gform_fields_4 {
		width: 100%;
    		margin: auto;
	}
}

#plan_form h3 {
    margin-bottom: 20px;
}

#gform_wrapper_4 .gform_footer input {
	background: #4C4C4C;
    border: 0;
    padding: 10px 15px;
    color: #fff;
    font-weight: 100;
}
	


@media (min-width:767px){
	#collapseExample1, #collapseExample2, #collapseExample3 {
		display: none !important;
	}
}

#subForm input {
	width: 100%;
	padding: 5px 10px;
	border: solid 1px #222;
	margin-bottom: 10px;
}

#label_4_9_1 {
	padding-top: 5px;
}

#field_5_1 {
	width: 48%;
	float: left;
}

#field_5_3 {
	width: 48%;
	float: right;
}

#gform_5 {
	padding: 0 10px;
}


#subForm button, #gform_submit_button_5 {
	width: 100%;
	padding: 10px;
	border: solid 1px #BBB65D;
	color: #fff;
	font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #fff;
    background: #B6B153 !important;
    margin: 0 0 10px 0;
    font-weight: 400;
    border-radius: 0 0 20px 20px;
}

.news-sign-up hr {
	padding-bottom: 10px;
    overflow: hidden;
    border-bottom: solid 1px;
    border-top: none;
    margin: 30px 10px;
    clear: both;
}

#input_4_9 li {
	margin: 0;
	padding: 0;
}

#choice_4_9_1 {
	float: left;
	width: 46px !important;
	text-align: left;
	margin: 0;
}


.foot-space {
    margin-bottom: 60px;
}

#sliderHome img {
    margin-right: -15px;
    max-width: calc(100% + 15px)
}


@media (max-width:767px) {
    .container {
        max-width: 100% !important;
    }
    
    .slider-wrapper.home-slider {
        margin: 0 -15px !important;
    }
    
    .main_wrapper {
        overflow: hidden;
    }
}

#gform_fields_1 label {
	font-size: 12px;
}



