/*! -----------------------------------------------------------------
[Main Stylesheet]

Project:     Creativity
Version:     1.0
Last change: 11/02/2016
Primary use: Portfolio

------------------------------------------------------------------
[General Styles]
*/

body{
	background:#fff;
	font-family:'Open Sans', sans-serif;
	line-height:1.7;
	color:#787878;
	-ms-overflow-style:scrollbar;
	overflow-x:hidden;
}

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

iframe{
	border:0;
}

.sidebar{
	position: fixed;
	width: 280px;
	background-color: #c3ce4f;
	background-image: url("/spotcoaching-images/sidebar-image.png");
	height: 100%;
	top: 0;
	left: 0;
	padding: 60px 0 0px 20px;
	z-index: 999;
	 background-repeat: no-repeat;
	
}

.sidebar a{
	color:#ffffff;
}

.sidebar a:hover{
	color:rgba(255, 255, 255, .7);
}

.sidebar .copyright{
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	padding:15px 30px;
	font-size:9px;
	color: #ffffff
}



.sidebar .social-icons a{
	font-size:20px;
	margin-right:8px;
	margin-left: 15px;
	
}

.sidebar .social-icons .tel a {
	font-size:16px;
	margin-left: 15px;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-weight: 700;
	
	
}




.social-icons-blue {
	background-color: #c3ce4f;
	color:#006c85;
	padding: 2px;
	font-size:16px;
	width:100%;
	
	
}



.social-icons-blue a{
	color:#006c85;
	padding: 3px;
	font-size:16px;
	margin-left: 4%;
	
}

.socialcontact .social-icons .tel a {
	font-size:16px;
	margin-left: 15px;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-weight: 700;
	
}



.wrapper{
	position:relative;
	margin-left:280px;
	
} .bluewrap {
	background-color:  rgba(0, 108, 133, 0.5);
	padding-top: 10px;
}


@media (max-width: 991px){

	.sidebar{
		position:relative;
		z-index:99999;
		height:auto;
		width:100%;
		padding:0;
	}

	.sidebar:after{
		content:normal;
	}

	.sidebar .copyright{
		display:none;
	}

	.wrapper{
		margin-left:0;
	}
}

.container-custom{
	max-width:1170px;
	margin:0 auto;
}
/*!------------------------------------------------------------------
[Typography]
*/

a{
	color:#111;
	-webkit-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-moz-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-o-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
}

a:hover, a:focus{
	text-decoration:none;
	outline:none;
	color:rgba(17, 17, 17, 0.8);
}

h1{
	font-family:'Actor', sans-serif;
	text-transform:none;
	letter-spacing:0px;
	font-weight:400;
	color:#006c85;
	margin:0 0 20px;
}


 h3{
	font-family:'Open Sans', sans-serif;
	text-transform:none;
	letter-spacing:0px;
	font-weight:600;
	color:#93a425;
	margin:0 0 20px;
	 line-height: 1.6;
	 font-size: 20px;
}

h1{
	font-size:28px;
}

h2{
	font-family:'Open Sans', sans-serif;
	font-size:20px;
	color:#93a425;
	font-weight:600;
	 line-height: 1.5;
	letter-spacing:0px;
}


h2 a{
	
	color:#93a425;
	
}

h4{
	font-family:'Open Sans', sans-serif;
	text-transform:none;
	letter-spacing:0px;
	font-size:16px;
	font-weight:700;
	color:#006c85;
	line-height: 26px; 
}
	
	h4:after {
    content:' ';
    display:block;
    border-bottom:1px solid #c3ce4f;
		padding-bottom: 10px;


}
	.list-style li {
	background: url("/spotcoaching-images/list-img.png") no-repeat left top;
		list-style-position: outside;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 50px;
	padding-bottom: 8px;
	/* reset styles (optional): */
	list-style: none;
	margin-left: -40px;

}

ul{
	margin-top: 0;
	margin-right: 0;
	margin-left: 0px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	
}
h4 a{
	
	color:#006c85;
	
}
h5 {
	font-family:'Open Sans', sans-serif;
	text-transform:none;
	letter-spacing:0px;
	line-height: 1.7;
	font-size:16px;
	font-weight:700;
	color:#006c85;
	padding-top: 0px;
	padding-bottom: 10px;
}
	




h5 a{
	font-family:'Open Sans', sans-serif;
	text-transform:none;
	letter-spacing:0px;
	line-height: 1.7;
	font-size:16px;
	font-weight:700;
	color:#006c85;

}

h6{
	font-size:10px;
	font-family:'Open Sans', sans-serif;
	text-transform:none;
	letter-spacing:1px;
	color:#ffffff;
}
h6 a{
	font-size:10px;
	font-family:'Open Sans', sans-serif;
	text-transform:none;
	letter-spacing:1px;
	color:#ebefc6;
}

p,  ol{
	margin:0 0 15px;
}

pre{
	border:0;
	line-height:1.9;
	font-size:12px;
	padding:35px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}

blockquote{
	border:0;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	font-style:italic;
	font-size:28px;
	color:#111;
	padding:0;
	margin:0;
}



blockquote:before{
	display:block;
	content:"\f10d";
	margin:0 0 10px;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:24px;
	color:#93a425;
	-webkit-font-smoothing:antialiased;
	text-rendering:auto;
	opacity:0.3;
}

blockquote cite{
	display:block;
	font-size:17px;
	color:#BBB;
	margin:10px 0;
}


blockquote2{
	border:0;
	font-family:Georgia, sans-serif;
	text-align:left;
	font-style:italic;
	font-size:28px;
	color:#111;
	padding:0;

}

blockquote2:before{
	display: block;
	content: "\f10d";
	margin-top: 15%;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
	color: #93a425;
	-webkit-font-smoothing: antialiased;
	text-rendering: auto;
	opacity: 0.3;
}
blockquote2 cite{
	display:block;
	font-size:17px;
	color:#BBB;
	margin:10px 0;
}
#call-to-action {
	background-color: #ebefc6;
	background-image: url(/spotcoaching-images/contact.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	width: auto;
	min-height: 100px;
	
	padding-top: 15px;
	padding-bottom: 20px;
	border: thin solid #c3ce4f;
	margin-top: 20px;
	}

#call-to-action-blog {
	background-color: #F7F9E8;
	background-image: url(/spotcoaching-images/contact.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	width: auto;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-right:10px;
	padding-left: 10px;
	border: thin solid #c3ce4f;
	min-height: 480px;
	
	}

#call-to-action-news {
	background-color: #ffffff;
	background-image: url(/spotcoaching-images/blog-logo.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: left;
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right:10px;
	padding-left: 10px;
	margin-bottom: 20px;
	border: thin solid #c3ce4f;
	min-height: 370px;
	}

#call-to-action p{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
 font-weight: 700;
	color: #2a6a82;
	padding-left: 15px;
	text-align: left;
	
	
}
    #floating {
	margin: 10px;
	float: right;
		width: 25%;
		
}
 #floating-right {
	float: left;
	width: 70%;
	 font-family: 'Open Sans', sans-serif;
	font-size: 15px;
 font-weight: 700;
	color: #2a6a82;
	padding-left: 15px;
	text-align: left;
}

#hero2.wrap1 {
	background-color: #E3161A;
	width: 100%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
	
	
	

  #sideresearch {
	background-color: #2a6a82;
	text-align: center;
	width: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

  .research p{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	  line-height:1.8;
	  color: #ffffff;
	   padding-top: 0px;
	  margin-top: 0px;
	  margin-bottom: 10px;
}

  .research h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	  line-height:1.4;
	  color:  #c3ce4f;
	  padding-bottom: 0px;
	  margin-bottom: 0px;
	  letter-spacing: 0px;
	  margin-top: 10px;
		  
}

  .research h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	  line-height:1.6;
	  color:  #ffffff;
	  padding-bottom: 0px;
	margin-top: 10px;
	  letter-spacing: 0px;
	  margin-bottom: 15px;
}

 .btn.btn-lgcentre{
	font-family:'Open Sans', sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:700;
	font-size:14px;
	padding:9px 28px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	 margin: auto;
    width: 100%;



}
.rule-top {
	border-top: thin solid #FFFFFF;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 20px;
}



.BlogRecentPost ul, .BlogTagList ul, .BlogPostArchive ul {
	margin: 0;
	color: #93a425;
	line-height: 1.2;
	list-style:none;
    padding-left:0;
}
.BlogRecentPost li, .BlogPostArchive li {
	font-size: 14px;
	list-style: none;
	margin: 0 0 9px;
	border-bottom:thin solid #c3ce4f;
	padding-bottom: 4px;
	
	

}
.BlogRecentPost a, .BlogPostArchive a {
	color: #93a425;
	
	
	
}
	
.callme {
	 background-image: url("/spotcoaching-images/contact.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    border: thin solid #c3ce4f;
    margin-top: 20px;
	background-color: #ebefc6;
  display: inline-block;
    padding-bottom: 20px;
    padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
    text-align: left;
    width: 100%;

}

.text-center-button {
    text-align: center;
	margin-bottom: 20px;
	height: auto;
}
#plus20 {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#plus20-1 {
	margin-bottom: 20px;
	padding-bottom: 20px;
}



.lead{
	line-height:1.8;
	font-size:18px;
}

.font-alt{
	font-family: 'Open Sans', sans-serif;
	
	letter-spacing:0px;
}

.font-serif{
	font-family: 'Open Sans', sans-serif;
	font-style:italic;
	 font-size: 16px;
	color:#006c85;
	
}


blockquote.font-serif-large{
	font-family: 'Open Sans', sans-serif;
	font-style:italic;
	 font-size: 26px;
	color:#ffffff;
	
}


.text-light{
	color:#fff !important;

}

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6{
	color:#fff !important;
}

.text-light a{
	color:rgba(255, 255, 255, 0.7);
}

.text-light a:hover{
	color:#fff;
}

/*!------------------------------------------------------------------
[Preloader]
*/

.page-loader{
	background:#fff;
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
	z-index:9998;
}

.loader{
	position:absolute;
	width:50px;
	height:50px;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
	text-indent:-9999em;
	background-color:transparent;
	border:5px solid #ECEFF1;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.loader:after{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:40px;
	height:40px;
	padding:2px;
	border-width:2px;
	border-style:solid;
	border-color:#111 transparent transparent transparent;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	animation:ringrotate .8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
	-webkit-animation:ringrotate .8s infinite cubic-bezier(0.5, 0.49, 0.49, 0.49);
}

@keyframes ringrotate{

	0%{
		-webkit-transform:rotateZ(0deg);
		-moz-transform:rotateZ(0deg);
		-o-transform:rotateZ(0deg);
		transform:rotateZ(0deg);
	}

	100%{
		-webkit-transform:rotateZ(360deg);
		-moz-transform:rotateZ(360deg);
		-o-transform:rotateZ(360deg);
		transform:rotateZ(360deg);
	}

}

@-webkit-keyframes ringrotate{

	0%{
		-webkit-transform:rotateZ(0deg);
		-moz-transform:rotateZ(0deg);
		-o-transform:rotateZ(0deg);
		transform:rotateZ(0deg);
	}

	100%{
		-webkit-transform:rotateZ(360deg);
		-moz-transform:rotateZ(360deg);
		-o-transform:rotateZ(360deg);
		transform:rotateZ(360deg);
	}

}
/*!------------------------------------------------------------------
[Forms]
*/

.form-control{
	background:#f5f5f5;
	border:0;
	height:40px;
	padding:13px 16px;
	letter-spacing:0px;
	font-size:12px;
	color:#111;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}

.form-control:focus{
	border-color:#CACACA;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}

.comments-form .control-label{
	font-weight:400;
	font-size:12px;
	color:#BBB;
}

@media (min-width: 768px){

	.comments-form .control-label{
		padding-top:12px;
	}



/*!------------------------------------------------------------------
[Buttons]
*/

.btn{
	font-family:'Open Sans', sans-serif;
	text-transform:uppercase;
	letter-spacing:0px;
	font-weight:700;
	font-size:14px;
	padding:9px 28px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	float:left;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
	outline:0;
}

.btn-dark, .btn-dark:focus{
	background:#006c85;
	color:#fff;
}
.btn-dark:hover{
	background:#93a425;
	color:#fff;
}

/*! Button types */

.btn.btn-round{
	float: right;
	height: auto;
	margin-bottom: 20px;
}

.btn.btn-circle{
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-o-border-radius:30px;
	border-radius:30px;
}

/*! Button sizes */

.btn.btn-lg{
	letter-spacing:1px;
	font-size:12px;
	padding:12px 45px;
}

.btn.btn-sm{
	letter-spacing:1px;
	font-size:12px;
	padding:6px 25px;
	 font-family: "Open Sans",sans-serif;
    font-weight: 700;
}

.btn.btn-xs{
	letter-spacing:1px;
	font-size:9px;
	padding:4px 19px;
}
.footer {
    background-color: #006c85;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #bbb;
    padding: 10px 0 40px;
    position: relative;
}
.footer {
    background-color: #006c85;
    padding-left: 20px;
    padding-right: 20px;
}

.to-top-link {
    background: #f5f5f5 none repeat scroll 0 0;
    bottom: 0;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    width: 40px;
	

}
/*!------------------------------------------------------------------
[Bars]
*/

.progress{
	overflow:visible;
	height:4px;
}

.progress-bar{
	position:relative;
	background:#111;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}

.progress-title{
	font-size:12px;
	margin:0 0 12px;
}

.progress-bar > span{
	position:absolute;
	background:#111;
	padding:2px 10px;
	top:-12px;
	right:0;
	font-size:11px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}

.progress-bar.progress-bar-success{
	background-color:#5cb85c;
}

.progress-bar.progress-bar-success > span{
	background-color:#5cb85c;
}

.progress-bar.progress-bar-info{
	background-color:#5bc0de;
}

.progress-bar.progress-bar-info > span{
	background-color:#5bc0de;
}

.progress-bar.progress-bar-warning{
	background-color:#f0ad4e;
}

.progress-bar.progress-bar-warning > span{
	background-color:#f0ad4e;
}

.progress-bar.progress-bar-danger{
	background-color:#d9534f;
}

.progress-bar.progress-bar-danger > span{
	background-color:#d9534f;
}
/*!------------------------------------------------------------------
[Counters]
*/

.counter{
	text-align:center;
}

.counter-icon{
	line-height:1;
	font-size:42px;
}

.counter-title{
	font-weight:700;
	font-size:28px;
	margin:40px 0 20px;
}

.counter-content p{
	font-size:14px;
	margin:0;
}
/*!------------------------------------------------------------------
[Clients]
*/

.client-item img{
	max-height: 100px;
	
	
}

.client-item:hover{
	opacity:1;
}
/*!------------------------------------------------------------------
[Iconbox]
*/

.iconbox{
	text-align:center;
	margin:40px 0;
}

.iconbox-icon{
	font-size:48px;
	color:#111;
	margin:0 0 20px;
}

.iconbox-title{
	font-size:13px;
	margin:0 0 20px;
}

.iconbox-left{
	position:relative;
	padding-left:70px;
	text-align:left;
	margin:40px 0;
}

.iconbox-left .iconbox-icon{
	position:absolute;
	height:40px;
	width:40px;
	left:0;
	top:0;
	text-align:center;
	line-height:40px;
	font-size:28px;
}
/*!------------------------------------------------------------------
[Team]
*/

.team-item{
	text-align:center;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-o-transition:all 0.5s;
	transition:all 0.5s;
}

.team-item.js-fade{
	opacity:0.5;
}

.team-inner{
	padding:25px 0 0;
}

.team-name{
	font-size:13px;
	margin:0 0 10px;
}

.team-role{
	font-size:12px;
	color:#999;
}
/*!------------------------------------------------------------------
[Testimonials]
*/

.testimonial cite{
	color:#BBB;
	font-size:13px;
	font-style:normal;
	letter-spacing:4px;
	margin:0 auto;
	text-transform:uppercase;
	display:block;
}

.testimonial cite img{
	display:block;
	height:50px;
	margin:15px auto 0px;
	width:auto;
}

/*!------------------------------------------------------------------
[Owl slider]
*/

.owl-theme .owl-controls{
	margin-top:20px;
	text-align:center;
}

.owl-theme .owl-controls .owl-buttons div{
	background:#fff;
}
/*!------------------------------------------------------------------
[Pagination]
*/

.pagination > li > a, .pagination > li > span{
	background:#f5f5f5;
	border:0;
	color:#111;
	padding:9px 14px;
	margin:0 5px 0 0;
}

.pagination > li > a, .pagination > li > span, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span{
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
	-webkit-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-moz-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-o-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus, .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color:#006c85;
	color:#fff;
}
/*!------------------------------------------------------------------
[Tags]
*/

.tags a{
	position:relative;
	background:#f5f5f5;
	display:inline-block;
	padding:6px 20px 5px 10px;
	margin:0px 15px 10px 0;
	font-size:11px;
	-webkit-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-moz-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-o-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-webkit-border-radius:2px 0 0 2px;
	-moz-border-radius:2px 0 0 2px;
	-o-border-radius:2px 0 0 2px;
	border-radius:2px 0 0 2px;
}

.tags a:before{
	border-top:13px solid rgba(0, 0, 0, 0);
	border-left:9px solid #f5f5f5;
	border-bottom:13px solid rgba(0, 0, 0, 0);
	position:absolute;
	content:"";
	right:-9px;
	top:2px;
	height:0;
	width:0;
	-webkit-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-moz-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-o-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
}

.tags a:after{
	background:#fff;
	position:absolute;
	display:block;
	content:"";
	right:4px;
	top:12px;
	height:4px;
	width:4px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.tags a:hover{
	background:#eee;
}

.tags a:hover:before{
	border-left-color:#eee;
}
/*!------------------------------------------------------------------
[Tabs]
*/

.nav-tabs{
	border-color:#eee;
}

.nav-tabs > li > a{
	font-weight:400;
	font-size:13px;
	color:#111;
	-webkit-border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	-o-border-radius:2px 2px 0 0;
	border-radius:2px 2px 0 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	border-color:#eee;
	border-bottom:1px solid transparent;
	color:#111;
}

.tab-content{
	padding:15px 0;
}
/*!------------------------------------------------------------------
[Accordions]
*/

.panel-title, .panel-title a{
	font-weight:400;
	font-size:13px;
	color:#111;
}

.panel-group{
	border:1px solid #eee;
	border-bottom:0;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-o-border-radius:2px;
	border-radius:2px;
}

.panel-group .panel{
	border-radius:0;
}

.panel{
	border:0;
	border-bottom:1px solid #eee;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body{
	border-color:#eee;
}

.panel-heading{
	padding:15px 20px;
}

.panel-default > .panel-heading{
	background:transparent;
	border-color:#eee;
}

.panel-heading a{
	position:relative;
	display:block;
}

.panel-heading a:after{
	position:absolute;
	content:"\f068";
	top:50%;
	right:0px;
	margin-top:-5px;
	font-family:"FontAwesome";
	font-size:11px;
	line-height:1;
}

.panel-heading a.collapsed:after{
	content:"\f067";
}

.panel-title{
	font-size:12px;
}

.panel-group .panel + .panel{
	border-top:0;
	margin-top:0;
}

.panel-arrow .panel-heading a:after{
	content:"\f106";
}

.panel-arrow .panel-heading a.collapsed:after{
	content:"\f107";
}
/*!------------------------------------------------------------------
[Gallery]
*/

.gallery{
	margin-left:-10%;
	margin-right:-10%;
	margin-bottom:30px;
}

.gallery-item{
	margin:0 0 15px;
}

.gallery .gallery-caption{
	background-color:rgba(255, 255, 255, .96);
	position:absolute;
	bottom:30px;
	left:30px;
	margin-right:30px;
	padding:8px 12px;
	text-align:left;
	font-size:11px;
	-webkit-transform:translateY(10px);
	-moz-transform:translateY(10px);
	-o-transform:translateY(10px);
	transform:translateY(10px);
	-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	-o-transition-duration:0.2s;
	transition-duration:0.2s;
	opacity:0;
}

.gallery-item:hover .gallery-caption{
	opacity:1;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
}
/*!------------------------------------------------------------------
[Sliders]
*/

.slider{
	margin-bottom:30px;
}

.slider.owl-theme .owl-controls{
	margin:0;
}

.slider .owl-buttons{
	position:absolute;
	right:15px;
	bottom:15px;
}

.slider .owl-controls .owl-buttons .owl-prev, .slider .owl-controls .owl-buttons .owl-next{
	-webkit-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-moz-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-o-transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	transition:all 0.125s cubic-bezier( 0.3, 0.1, 0.58, 1 );
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	padding:6px 15px;
	margin:0;
	filter:Alpha(Opacity=100);
	opacity:1;
	color:#111;
}

.slider .owl-controls .owl-buttons .owl-prev:hover, .slider .owl-controls .owl-buttons .owl-next:hover{
	background:#f5f5f5;
}

.slider .owl-controls .owl-buttons .owl-prev{
	border-right:1px solid #eee;
	padding-right:16px;
}

.owl-wrapper-outer{
	-webkit-transform:translateZ(0);
	-moz-transform:translateZ(0);
	-o-transform:translateZ(0);
	transform:translateZ(0);
}

.slides-container .hero-caption{
	padding-right:250px;
}
}

@media (max-width: 991px){

	.slides-container .hero-caption{
		padding-right:0;
	}
	
.module-hero h6{
	letter-spacing:6px;
	font-size:12px;
	background-image: url("/spotcoaching-images/TheSpotCoachingCompany.png");
	 background-size: 400px 150px; 
	background-repeat:no-repeat;
	height: 150px;
	width: 400px;
	  float: left;
    margin-left: 0px;
 clear:right;
	
}
	

.module-hero h1{
	letter-spacing:1px;
	font-weight:300;
	font-size:35px;
	color:#93a425;
}


}
/*!------------------------------------------------------------------
[Navbar]
*/

.navbar-custom{
	background:transparent;
	border:0;
	padding:0;
	margin:0;
}

.navbar-custom .navbar-brand{
	display:table-cell;
	vertical-align:middle;
	float:none;
	height:70px;
	padding-top:0;
	padding-bottom:0;
	letter-spacing:5px;
	font-weight:400;
	font-size:23px;
	color:#fff;
}

.navbar-custom li > a, .navbar-custom .dropdown-menu li > a{
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:15px;
	color:#ffffff;
}

.navbar-custom .nav > li > a:hover, .navbar-custom .nav > li > a:focus, .navbar-custom .nav .open > a, .navbar-custom .nav .open > a:hover, .navbar-custom .nav .open > a:focus, .navbar-custom .dropdown-menu > li > a:hover, .navbar-custom .dropdown-menu > li > a:focus{
	background:transparent;
	color:rgba(255, 255, 255, .7);
}

.navbar-custom .dropdown-menu{
	background:rgba(26, 26, 26, .9);
	border:0;
	padding:5px 0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
}

.navbar-custom .navbar-toggle .icon-bar{
	background:#fff;
}

.navbar-custom .navbar-toggle{
	padding:0;
	margin:27px 15px 0 0;
}

.navbar-custom .navbar-nav{
	margin-top:0;
	margin-bottom:0;
}

.navbar-custom .navbar-collapse{
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);
	-o-box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);
}

@media (min-width: 992px){

	.navbar-custom .navbar-header{
		float:none;
		margin:0 0 30px;
	}

	.navbar-custom .navbar-nav{
		float:none;
	}

	.navbar-custom .navbar-nav li{
		float:none;
	}

	.navbar-custom li > a, .navbar-custom .dropdown-menu li > a{
		padding-top:12px;
		padding-bottom:12px;
	}

	.navbar-custom li.dropdown > a:after{
		position:absolute;
		display:block;
		right:35px;
		top:50%;
		margin-top:-6px;
		font:normal normal normal 14px/1 FontAwesome;
		font-size:10px;
		content:"\f105";
		text-rendering:auto;
		-webkit-font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale;
	}

	.navbar-custom .dropdown-menu{
		top:-5px;
		left:100%;
		min-width:200px;
	}

	.navbar-custom .navbar-collapse{
		padding-left:0;
		padding-right:0;
		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		-o-box-shadow:none;
		box-shadow:none;
	}
	
	

.module-hero h6{
	letter-spacing:6px;
	font-size:12px;
	background-image: url("/spotcoaching-images/TheSpotCoachingCompany.png");
	 background-size: 400px 150px; 
	background-repeat:no-repeat;
	height: 150px;
	width: 400px;
	  float: left;
    margin-left: 0px;
 clear:right;
	
}
	

.module-hero h1{
	letter-spacing:1px;
	font-weight:300;
	font-size:35px;
	color:#93a425;
}


}

@media (max-width: 991px){

	.navbar-custom li > a{
		-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);
		-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);
		-o-box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);
		box-shadow:inset 0 1px 0 rgba(255,255,255,0.05);
	}

	.navbar-custom .navbar-nav .open .dropdown-menu > li > a, .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header{
		padding:10px 15px 10px 25px;
	}

	.navbar-nav>li>.dropdown-menu{
		padding-top:0;
		padding-bottom:0;
	}
	

.module-hero h6{
	letter-spacing:6px;
	font-size:12px;
	background-image: url("/spotcoaching-images/TheSpotCoachingCompany.png");
	 background-size: 400px 150px; 
	background-repeat:no-repeat;
	height: 150px;
	width: 400px;
	  float: left;
    margin-left: 0px;
 clear:right;
	
}
	

.module-hero h1{
	letter-spacing:1px;
	font-weight:300;
	font-size:35px;
	color:#93a425;
	float: left;
}

}

/*!------------------------------------------------------------------
[Module Hero]
*/

.hero-caption-brandlogo {
	float: left;
	width: 90%;
}

.module-hero{
	position:relative;
	z-index: -5;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	color: #93a425;
	 
}

.hero-caption{
	position:relative;
	display:table;
	height:100%;
	width:80%;
	text-align:left;
	margin:0 auto;
	z-index:2;
}

.hero-text{
	position:relative;
	
	vertical-align:top;
	height:100%;
	float: left;
	display:block;
}

.hero-subtitle{
	font-size:16px;
	margin:0 0 40px;
}

.module-hero h1, .module-hero h2, .module-hero h3, .module-hero h4, .module-hero h5, .module-hero h6{
	line-height:1.4;
	margin:0 0 20px;
	 float: left;
}

.module-hero h1{
	letter-spacing:1px;
	font-weight:300;
	font-size:42px;
	line-height: 1.4;
}

.module-hero h2{
	letter-spacing:0px;
	font-weight: 600;
	font-size:22px;
	color: #ffffff;
}

.module-hero h3{
	letter-spacing:12px;
	font-size:32px;
}

.module-hero h4{
	letter-spacing:10px;
	font-size:18px;
}

.module-hero h5{
	letter-spacing:8px;
	font-size:14px;
}

.module-hero h6{
	letter-spacing:6px;
	font-size:12px;
	background-image: url("/spotcoaching-images/TheSpotCoachingCompany.png");
	 background-size: 400px 150px; 
	background-repeat:no-repeat;
	height: 150px;
	width: 400px;
	  float: left;
    margin-left: -120px;
 clear:right;
	padding-right: 100%;
	
}

@media (max-width: 800px){

	.module-hero h1{
		font-size:34px;
	}

	.module-hero h2{
		font-size:20px;
	}

	.module-hero h3{
		letter-spacing:12px;
		font-size:22px;
	}
	.module-hero h6{
	letter-spacing:6px;
	font-size:12px;
	background-image: url("/spotcoaching-images/TheSpotCoachingCompany.png");
	 background-size: 350px 131px; 
	background-repeat:no-repeat;
	height: 131px;
	width: 350px;
	  float: left;
    margin-left: 0px;
 clear:right;
	
	}
}

@media (max-width: 667px){

	.module-hero h1{
		letter-spacing:1px;
		font-size:30px;
	}

	.module-hero h2{
		letter-spacing:0px;
		font-size:22px;
		font-weight: 500;
	}

	.module-hero h3{
		letter-spacing:6px;
		font-size:18px;
	}

	.module-hero h4{
		letter-spacing:4px;
		font-size:16px;
	}

	.module-hero h5{
		letter-spacing:2px;
		font-size:14px;
	}

	.module-hero h6{
	letter-spacing:6px;
	font-size:12px;
	background-image: url("/spotcoaching-images/TheSpotCoachingCompany.png");
	 background-size: 300px 113px; 
	background-repeat:no-repeat;
	height: 113px;
	width: 300px;
	  float: left;
    margin-left: 0px;
 clear:right;
	


		}
	


blockquote.font-serif-large{
	font-family: 'Open Sans', sans-serif;
	font-style:italic;
	 font-size: 18px;
	color:#ffffff;

}

	}


/*!------------------------------------------------------------------
[Modules]
*/

.module, .module-sm, .module-xs{
	
	background-attachment:fixed;
	padding:30px 0;
	position:relative;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	
}

.module-sm{
	padding:0px 0;
	background-color:#ebefc6;


	
}




.module-sm2{
	padding:0px 0;
}
.module-sm2,.bg-dark-60::before {
    background: rgba(34, 34, 34, 0)repeat scroll 0 0;
	background-attachment:fixed;
	position:relative;
    content: "";
    left: 0;
    top: 0;

}


.module-xs-twitter{
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
	background-color:#ebefc6;
	margin-top: 0px;
	margin-bottom: 0px;
	
	
	}

.module-xs-twitter-tint{
	
	background: rgba(255, 255, 255, 0.7)repeat scroll 0 0;
	 position: absolute;
    left: 0;
    bottom: 0%;
    z-index: 10;
	width: 100%
	
	
	
}

.module-title{
	letter-spacing:1px;
	text-align:left;
	line-height:1.1;
	font-weight:400;
	font-size:40px;
	color:#ffffff;
	text-transform: none;
	font-family: 'Actor', sans-serif;
	
}

.module-subtitle{
	font-family: 'Open Sans', sans-serif;
	text-align:left;
	line-height:1.5;
	font-weight:700;
	font-size:19px;
	color:#454952;
	padding-bottom: 20px;
}


.module-intro{
	font-family: 'Open Sans', sans-serif;
	text-align:left;
	line-height:1.8;
	font-weight:600;
	font-size:17px;
	color:#2a6a82;
}


.module-title {
	margin:0 0 0px;
}
	 .module-subtitle{
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 100px;
}
.module-title-small {
	margin:0 0 0px;
}
.module-title-small {
    color: #ffffff;
    font-family: "Actor",sans-serif;
   
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.1;
    text-align: left;
    text-transform: none;
}

.module-title + .module-subtitle{
	margin-top:10px;
}

/*!------------------------------------------------------------------
[Overlays]
*/

.bg-gray{
	background-color:#ffffff;
}

.bg-film:before, .bg-dark-30:before, .bg-dark-60:before, .bg-dark-90:before{
	position:absolute;
	height:100%;
	width:100%;
	
	
}

.bg-dark-30:before{
	background:none;
	content:"";
	left:0;
	top:0;
}

.bg-dark-60:before{
	background:rgba(34, 34, 34, 0.0);
	content:"";
	 position:initial;
	left:0;
	top:0;
}

.bg-dark-90:before{
	background:rgba(195, 206, 79, 0.8);
	content:"";
	left:0;
	top:0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.bg-film:before{
	background-image:url(../images/dot.gif);
	opacity:0.15;
	content:"";
	left:0;
	top:0;
}

.bg-film, .bg-dark-30, .bg-dark-60, .bg-dark-90{
	color:#fff;

}

.bg-film h1,  .bg-film h3, .bg-film h4, .bg-film h5, .bg-film h6,  .bg-dark-30 h1,  .bg-dark-30 h3, .bg-dark-30 h4, .bg-dark-30 h5, .bg-dark-30 h6,  .bg-dark-60 h1,  .bg-dark-60 h3, .bg-dark-60 h4, .bg-dark-60 h5, .bg-dark-60 h6,  .bg-dark-90 h1,  .bg-dark-90 h3, .bg-dark-90 h4, .bg-dark-90 h5, .bg-dark-90 h6 {
	color:#006c85;
}

.module-map{
	position:relative;
	overflow:hidden;
	width:100%;
	-webkit-transform:translateZ(0px);
	        transform:translateZ(0px);
}

#map{
	height:100% !important;
	width:100%;
}

.divider{
	border-color:#c3ce4f;
	margin:0;
}

@media (max-width: 1199px){
	
	.module, .module-sm{
	
	background-attachment:fixed;
	padding:30px 0;
	position:relative;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
	.module-xs{
	
	background-attachment:none;
	padding:5px 0;
	position:relative;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:0%;
		background-color: #ebefc6;
}


	.module, .module-sm, .module-xs {
		padding-left:0px;
		padding-right:0px;
	}
	
	 .footer{
		padding-left:20px;
		padding-right:20px;
		 background-color:#006c85;
	}

.module-hero h1{
	letter-spacing:0px;
	font-weight:400;
	font-size:32px;
	
}
	

	.module-hero h6{
	letter-spacing:6px;
	font-size:12px;
	background-image: url("/spotcoaching-images/TheSpotCoachingCompany.png");
	 background-size: 350px 131px; 
	background-repeat:no-repeat;
	height: 131px;
	width: 340px;
	  float: left;
    margin-left: 0px;
 clear:right;
	

}
.module-title{
	font-size:35px;
	margin-top: 10px;
	
}

.module-subtitle{
	font-size:16px;

}
/*!------------------------------------------------------------------
[Blog]
*/

.post{
	margin-bottom:10px;
}



.post-content{
	padding-bottom:0px;
}

.post-title, .post-title a{
	font-weight:600;
	font-size:16px;
	color:#93a425;
	margin:0 0 0px;
}

h5 {
	font-size:13px;
	
}
	

h5 a{
	font-size:13px;
	

}
	#call-to-action-news {
	width: auto;
	min-height: 390px;
	}

.post-header {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
}
	.post-img{
		display: none;
	} 
	
	#call-to-action-blog {
	
	min-height: 390px;
		margin-bottom: 10px;
	}


.post h1:first-child, .post h2:first-child, .post h3:first-child, .post h4:first-child, .post h5:first-child, .post h6:first-child{
	margin-top:0px;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6{
	margin-top:40px;
}

.post p > img, .post-thumbnail img{
	display: none;
}
	

.post .slider img{
	margin-left:0;
	margin-right:0;
}

.post .slider.owl-carousel{
	width:120%;
	margin-left:-10%;
	margin-right:-10%;
}

.post .fluid-width-video-wrapper{
	width:120%;
	margin-left:-10%;
	margin-right:-10%;
}

.post .gallery{
	margin-left:-10%;
	margin-right:-10%;
}

.post pre{
	margin:40px -10% 40px;
}

.post blockquote{
	margin:60px -10%;
}
}

@media (max-width: 991px){

	.post p > img, .post-thumbnail img, .post .slider.owl-carousel, .post .fluid-width-video-wrapper{
		max-width:100%;
		margin-left:0;
		margin-right:0;
}

	.post pre, .post .gallery, .post blockquote{
		margin-left:0;
		margin-right:0;
}
	
#sideresearch {
	width: auto;
	 margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
	

.module-hero h1{
	letter-spacing:1px;
	font-weight:400;
	font-size:26px;
	line-height: 1.3;

}
.btn {
    border-radius: 0;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 9px 28px;
    text-transform: uppercase;
}

.module-hero h6{
	letter-spacing:6px;
	font-size:12px;
	background-image: url("/spotcoaching-images/TheSpotCoachingCompany.png");
	 background-size: 300px 113px; 
	background-repeat:no-repeat;
	height: 113px;
	width: 300px;
	  float: left;
    margin-left: 0px;
 clear:right;
	
}
	
.module-title{
	font-size:32px;
	margin-top: 10px;
	
}

.module-subtitle{
	font-size:15px;
	margin-top: 20px;

}
	.module-intro{
	font-size:14px;
		}


blockquote.font-serif-large{
	font-family: 'Open Sans', sans-serif;
	font-style:italic;
	 font-size: 20px;
	

}
	body{
		font-size:14px;
		line-height: 1.5;

}
blockquote2:before{
	margin-top: 5%;
}
	


#call-to-action {
	
	min-height: 160px;
	margin-top: 20px;
	margin-right: 20px;
	}

    #floating {
	margin: 10px;
		width: 140px;
		float:left;
	
	
		
}
 #floating-right {
	 float: left;
	padding-right: 10px;
	width: 100%;
	
	
}
	
	
/*!------------------------------------------------------------------
[Post Navigation]
*/


.post-navigation{
	display:block;
	background-color:rgba(34, 34, 34, 0.5);
	text-align:center;
	padding:140px 20px;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.post-navigation:hover{
	background-color:rgba(34, 34, 34, 0.7);
}

.post-navigation{
	color:#fff;
}

.post-navigation h1, .post-navigation h2, .post-navigation h3, .post-navigation h4, .post-navigation h5, .post-navigation h6{
	color:#fff !important;
}

.post-nav-title{
	letter-spacing:6px;
	font-size:32px;
	margin-bottom:0;
}

.post-nav-subtitle{
	font-size:13px;
}
/*!------------------------------------------------------------------
[Comments and Comment form]
*/

.comment-avatar{
	float:left;
	max-width:50px;
}

.comment-avatar img{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.comment-content{
	margin:0 0 40px 70px;
	padding:0 0 25px;
}

.comment-author{
	font-size:11px;
	margin:0 0 20px;
}

.comment-author a{
	color:#111;
}

.comment-meta{
	font-size:10px;
}

.post-author{
	margin:80px 0 0;
}

.comment-title, .comment-form-title, .post-author-title{
	font-size:15px;
	margin:0 0 20px;
}

.comments + .comment-form{
	margin:70px 0 0;
	}

.post-title, .post-title a{
	font-weight:600;
	font-size:16px;
	color:#93a425;
	margin:0 0 0px;
}

h5 {
	font-size:14px;
	
}
	

h5 a{
	font-size:14px;
	

	}

.post-header {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
}
	

}


@media (min-width: 768px){

	.comment .comment{
		margin-left:70px;
	}
	.font-serif {
    color: #006c85;
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-style: italic;
	}
	
.module-hero h1{
	letter-spacing:1px;
	font-weight:400;
	font-size:32px;
	line-height: 1.3;

}


	
	


/*!------------------------------------------------------------------
[Portfolio]
*/

.filters{
	text-align:center;
	list-style:none;
	padding:0;
	margin:0 0 70px;
}

.filters li{
	display:inline-block;
	margin:10px 10px 0 0;
}

.filters li > a{
	border:2px solid transparent;
	font-weight:700;
	font-size:11px;
	color:#111;
	padding:5px 15px;
}

.filters li > a.current{
	background:#111;
	color:#fff;
	border-color:#111;
}

.works-grid-wrapper{
	margin-left:-8px;
	margin-right:-8px;
	padding:8px 0;
}

.work-item{
	position:relative;
	overflow:hidden;
	width:25%;
}

.work-grid-3 .work-item{
	width:33.3333%;
}

.works-grid-gutter .work-item{
	padding:8px 8px;
}

.work-wrapper{
	position:relative;
}

.work-item .work-thumbnail:after{
	position:absolute;
	display:block;
	content:"";
	bottom:0;
	right:0;
	left:0;
	top:0;
	z-index:1;
	-webkit-transition:all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-moz-transition:all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	-o-transition:all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
	transition:all 0.3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.work-item:hover .work-thumbnail:after{
	background:rgba(255, 255, 255, 0.8);
}

.work-item img{
	height:auto;
	width:100%;
}

.work-caption{
	position:absolute;
	top:50%;
	width:100%;
	padding:0 20px;
	text-align:center;
	z-index:1;
	opacity:0;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-o-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-transition-delay:.2s;
	-moz-transition-delay:.2s;
	-o-transition-delay:.2s;
	transition-delay:.2s;
}

.work-item:hover .work-caption{
	opacity:1;
}

.work-title{
	letter-spacing:4px;
	font-weight:700;
	font-size:13px;
	opacity:0;
	margin:0 0 15px;
	-webkit-transform:translateY(10px);
	-moz-transform:translateY(10px);
	-o-transform:translateY(10px);
	transform:translateY(10px);
	-webkit-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
	-moz-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
	-o-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
	transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
}

.work-item:hover .work-title{
	-webkit-transition-delay:.2s;
	-moz-transition-delay:.2s;
	-o-transition-delay:.2s;
	transition-delay:.2s;
}

.work-category{
	font-style:italic;
	font-weight:400;
	font-size:12px;
	opacity:0;
	margin:0;
	-webkit-transform:translateY(-10px);
	-moz-transform:translateY(-10px);
	-o-transform:translateY(-10px);
	transform:translateY(-10px);
	-webkit-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
	-moz-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
	-o-transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
	transition:.3s cubic-bezier(.215, .61, .355, 1) 0s;
}

.work-category a{
	color:#999;
}

.work-item:hover .work-category{
	-webkit-transition-delay:.3s;
	-moz-transition-delay:.3s;
	-o-transition-delay:.3s;
	transition-delay:.3s;
}

.work-item:hover .work-title, .work-item:hover .work-category{
	opacity:1;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
}

.work-link{
	position:absolute;
	bottom:0;
	right:0;
	left:0;
	top:0;
	z-index:3;
}
}

@media (max-width: 1200px){

	.work-item{
		width:50%;
	}

}

@media (max-width: 767px){

	.work-item, .works-grid-3 .work-item{
		width:100%;
	}
	#call-to-action {
	
	min-height: 255px;
	margin-top: 20px;
	margin-right: 20px;
	}





}
/*!------------------------------------------------------------------
[Portfolio Single]
*/

.portfolio-post blockquote{
	text-align:left;
	font-size:22px;
	margin:0 0 30px;
}

.portfolio-post blockquote:before{
	content:none;
}
/*!------------------------------------------------------------------
[Footer]
*/

.footer{
	background-color: #006c85;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 40px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #BBB;
}

.contact-info{
	text-align:center;
	list-style:none;
	padding:0;
	margin:0 0 40px;
}

.contact-info li{
	display:inline-block;
	margin:5px 15px;
}

.to-top-link{

     background: #f5f5f5 none repeat scroll 0 0;
    bottom: 0;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    width: 40px;
}

.to-top-link:hover{
	background:#c3ce4f;
	color:#fff;
}
/*!------------------------------------------------------------------
[Multi-columns-row]
*/

.multi-columns-row .first-in-row{
	clear:left;
}

.multi-columns-row .col-xs-6:nth-child(2n + 3){ clear:left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4){ clear:left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5){ clear:left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7){ clear:left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13){ clear:left; }

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
	  
.bluewrap {
    background-color: rgba(0, 108, 133, 1);
    padding-top: 10px;
	margin-top: 110px
}
blockquote.font-serif-large {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-style: italic;
	line-height: 1.2;
}
	  .hero-text {
    display: block;
    float: left;
    height: 100%;
    position: relative;
    vertical-align: top;
}
	.m-t-30 {
    margin-top: 5px !important;
	  }

ul {
	margin-top: 0;
	margin-right: 0;
	margin-left: -20px;
}
	 
.testimonial-1-content .slick-dots {
   margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}
hero {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: initial;
    color: #93a425;
    position: relative;
    z-index: -5;
	 background-color: rgba(0, 108, 133, 1);
	 
}
.callme2 {
	
   
    margin-top: 0px;
	background-color: rgba(255, 255, 255, 0.7);
  display: inline-block;
    padding-bottom: 0px;
    padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
    text-align: left;
    width: 100%;
	


}
.module-hero h1 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing:0px;
    line-height: 1.3;
}

	   
	  


}


@media (min-width: 768px){

	.multi-columns-row .col-xs-6:nth-child(2n + 3){ clear:none; }
	.multi-columns-row .col-xs-4:nth-child(3n + 4){ clear:none; }
	.multi-columns-row .col-xs-3:nth-child(4n + 5){ clear:none; }
	.multi-columns-row .col-xs-2:nth-child(6n + 7){ clear:none; }
	.multi-columns-row .col-xs-1:nth-child(12n + 13){ clear:none; }

	.multi-columns-row .col-sm-6:nth-child(2n + 3){ clear:left; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4){ clear:left; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5){ clear:left; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7){ clear:left; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13){ clear:left; }
}

@media (min-width: 992px){

	.multi-columns-row .col-sm-6:nth-child(2n + 3){ clear:none; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4){ clear:none; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5){ clear:none; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7){ clear:none; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13){ clear:none; }

	.multi-columns-row .col-md-6:nth-child(2n + 3){ clear:left; }
	.multi-columns-row .col-md-4:nth-child(3n + 4){ clear:left; }
	.multi-columns-row .col-md-3:nth-child(4n + 5){ clear:left; }
	.multi-columns-row .col-md-2:nth-child(6n + 7){ clear:left; }
	.multi-columns-row .col-md-1:nth-child(12n + 13){ clear:left; }
}

@media (min-width: 1200px){

	.multi-columns-row .col-md-6:nth-child(2n + 3){ clear:none; }
	.multi-columns-row .col-md-4:nth-child(3n + 4){ clear:none; }
	.multi-columns-row .col-md-3:nth-child(4n + 5){ clear:none; }
	.multi-columns-row .col-md-2:nth-child(6n + 7){ clear:none; }
	.multi-columns-row .col-md-1:nth-child(12n + 13){ clear:none; }

	.multi-columns-row .col-lg-6:nth-child(2n + 3){ clear:left; }
	.multi-columns-row .col-lg-4:nth-child(3n + 4){ clear:left; }
	.multi-columns-row .col-lg-3:nth-child(4n + 5){ clear:left; }
	.multi-columns-row .col-lg-2:nth-child(6n + 7){ clear:left; }
	.multi-columns-row .col-lg-1:nth-child(12n + 13){ clear:left; }

}

/* @group System Message */

.system-message, .system-error-message {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	color: #666;
	margin: 18px;
	min-height: 110px;
	height: auto !important;
	height: 110px;
	padding: 36px 36px 36px 180px;
}

/*.system-message {
	background: #f9f9f9 url(/CatalystImages/ok.png) no-repeat 29px 18px;
}

.system-error-message {
	background: #f9f9f9 url(/CatalystImages/error.png) no-repeat 26px 26px;
}*/

.system-message h1, .system-error-message h1 {
	color: #006c85;
	margin: 0 0 18px 0;
}

.system-message a:link, .system-error-message a:link {
	color: #1969bc;
}
