/*
Theme Name: Wide Blue Yonder
Theme URI: http://www.typecconsulting.com
Description: A responsive theme built for Sam Thiara using Twitter Bootstrap.
Version: 1.0
Author: Connie Chang
Author URI: http://www.typecconsulting.com
*/

@import url(css/bootstrap.css); 

html, body {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #231f20;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	clear: both;
}

hr {
	color: #cccccc;
	clear: left;
}

a {
	color: #607bc8;
}

a:hover, a:focus {
	color: #231f20;
	text-decoration: none;
}	

strong {
	font-weight: 600;
}

/* Header */

.navbar-inner {
	background: #607bc8;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar .brand {
	width: 255px;
	height: 60px;
	margin-left: 0;
	padding: 10px 0;
	vertical-align: top;
}

.navbar .nav {
	width: 860px;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 55px;
}

.navbar .nav > li {
	list-style-type: none;
	padding: 0px 0px 0px 40px;
}

.navbar .nav > li:first-child {
	padding: 0;
}

.navbar .nav > li > a {
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #bbc7e8;
	text-transform: uppercase;
	text-shadow: none;
	padding: 0;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	color: #231f20;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar .nav > li > a > span {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #ffffff;
	text-transform: none;
	line-height: 15px;
	display: inline-block;
}

.navbar .nav li#menu-item-23 {
	width: 75px;
}

.navbar .nav li#menu-item-24, .navbar .nav li#menu-item-25 {
	width: 115px;
}

.navbar .nav li#menu-item-26 {
	width: 200px;
}

.navbar .nav li#menu-item-27 {
	width: 100px;
}

.navbar .nav li#menu-item-28 {
	width: 55px;
}

.navbar .nav li#menu-item-1406 {
	width: 100px;
}

.navbar .nav-collapse {
	vertical-align: top;
}

.navbar .btn-navbar, .navbar .btn-navbar:hover {
	background: #231f20;
	border-radius: 0;
	margin-top: 8px;
}

/* Carousel */

.carousel {
	background: #050502;
	margin-bottom: 35px;
}

.carousel .container {
	position: relative;
	z-index: 9;
}

.carousel-control {
	height: 80px;
	margin-top: 0;
	font-size: 120px;
	text-shadow: 0 1px 1px rgba(0,0,0,.4);
	background-color: transparent;
	border: 0;
	z-index: 10;
}

.carousel .item {
	height: 410px;
	-webkit-transition: .7s ease-in-out opacity;
	-moz-transition: .7s ease-in-out opacity;
	-ms-transition: .7s ease-in-out opacity;
	-o-transition: .7s ease-in-out opacity;
	transition: .7s ease-in-out opacity; left: 0 !important;
}
    
.carousel img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -585px;
	min-width: 1170px;
	height: 410px;
}

.carousel .active.left, .carousel .active.right {
	opacity: 0;
	z-index: 2;
}

.carousel .next.left, .carousel .prev.right {
	opacity: 1;
	z-index: 1;
}

.caption {
	position: absolute;
	width: 750px;
}

.caption.left {
	top: 25%;
	left: -205px;
}

.caption.center {
	top: 64%;
	left: -2%;
}

.caption.right {
	top: 32%;
	left: 12%;
}

.caption p {
	background: #607BC8;
	margin-bottom: 0;
	padding: 3px 12px 0px 12px;
	font-size: 21px;
	font-weight: 300;
	color: #ffffff;
	line-height: 30px;
	float: left;
}

.caption p + p {
	padding: 0px 12px 3px 12px;
}

.caption span {
	color: #BBC7E8;
}

.caption .carousel-btn {
	background: transparent;
	margin-top: 20px;
	padding: 0;
}

.caption .btn, #publications .btn {
	font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
}

/* Forms */

input, textarea, button {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Buttons */

.btn-custom {
	color: #231f20;
	text-shadow: none;
	background-color: #ffcf6a;
	background-image: -moz-linear-gradient(top, #ffcf6a, #fcc159);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcf6a), to(#fcc159));
	background-image: -webkit-linear-gradient(top, #ffcf6a, #fcc159);
	background-image: -o-linear-gradient(top, #ffcf6a, #fcc159);
	background-image: linear-gradient(to bottom, #ffcf6a, #fcc159);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcf6a', endColorstr='#fcc159', GradientType=0);
	border-color: #fcc159 #fcc159 #ffcf6a;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #fcc159;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.disabled,
.btn-custom[disabled] {
	color: #231f20;
	background-color: #ffcf6a;
	*background-color: #ffcf6a;
}

.btn-custom:active,
.btn-custom.active {
  	background-color: #ffcf6a \9;
}

/* Home Page */

#home-content {
	background: #f1f2f2;
	padding: 20px 30px;
}

#home-content h1, #home-interactive h1 {
	font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 25px;
	margin: 0px 0px 10px 0px;
}

#home-content a {
	color: #607bc8;
}

#home-content a:hover, #home-content a:focus {
	color: #231f20;
	text-decoration: none;
}

#home-ctas .img-wrap {
	width: 275px;
	height: 115px;
	float: right;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
	position: relative;
}

#home-ctas .img-wrap:hover .img-info{
	opacity: 1;
	filter: alpha(opacity = 100);
	transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	-webkit-transition: opacity 0.25s;
}

#home-ctas .img-info {
	width: 275px;
	height: 115px;
	display: table;
	color: #ffffff;
	background: #000000;
	bottom: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	position: absolute;
	width: 100%;
	z-index: 1000;
}

#home-ctas .img-info p {
	font-size: 13px;
	display: table-cell;
	vertical-align: middle;
	padding: 10px 15px;
}

#home-interactive {
	background: #bbc7e8;
	margin-top: 30px;
	padding: 20px 0px;
}

#home-interactive h1 > span {
	color: #ffffff;
	font-weight: 400;
}

#home-interactive h2 {
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	margin: 0px 0px 3px 0px;
}

#home-interactive a {
	color: #231f20;
}

#home-interactive a:hover, #home-interactive a:focus {
	color: #607bc8;
	text-decoration: none;
}

#home-interactive #latest-video {
	margin-bottom: 10px;
}

#home-blog {
	display: block;
	margin-bottom: 10px;
}

/* Full Width Page */

#full-width {
	background: #f1f2f2;
}

.banner {
	width: 100%;
	height: 100%;
}

#sams-story {
	background: url("http://www.sam-thiara.com//wp-content/uploads/2019/01/st-sams-story-banner.jpg") 72% top no-repeat;
}

#speaking-engagements {
	background: url("http://www.sam-thiara.com/wp-content/uploads/2024/01/Screen-Shot-2024-01-09-at-15.25.03.png") 48% top no-repeat;
}

#coaching {
	background: url("http://www.sam-thiara.com/wp-content/uploads/2024/01/GradusOneBanner.png") center top no-repeat;
}

#publications {
	background: url("http://www.sam-thiara.com/wp-content/uploads/2019/01/st-publications.jpg") center top no-repeat;
}

#testimonials {
	background: url("assets/samthiara_internal_testimonials.png") center top no-repeat;
}

#blog {
	background: url("http://www.sam-thiara.com/wp-content/uploads/2019/01/st-publications.jpg") 48% top no-repeat;
}

#archives {
	background: url("http://www.sam-thiara.com/wp-content/uploads/2019/01/st-blog.jpg") 48% top no-repeat;
}

#contact {
	background: url("http://www.sam-thiara.com/wp-content/uploads/2019/01/st-contact.jpg") center top no-repeat;
}

#sams-quotes {
	font-size: 20px;
	font-weight: 300;
	color: #ffffff;
	background: #607bc8;
	margin-top: 60px;
	padding: 10px;	
}

#sams-quotes > span {
	color: #bbc7e8;
}


#page-content, #blog-content {
	background: #ffffff;
	margin-top: 60px;
	margin-bottom: 75px;
	padding: 25px 0px 75px 0px;
}

#page-content h1, #blog-content h1 {
	font-size: 33px;
	margin-bottom: 20px;
}

#page-content h2, #blog-content h2 {
	font-size: 23px;
	color: #607bc8;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 25px;
}

#page-content a, #blog-content a {
	color: #607bc8;
}

#page-content a:hover, #page-content a:focus, #blog-content a:hover, #blog-content a:focus {
	color: #231f20;
	text-decoration: none;
}

#page-content img.alignleft, #blog-content img.alignleft {
	float: left;
	padding: 0px 30px 30px 0px;
}

#page-content img.aligncenter, #blog-content img.aligncenter {
	display: block;
	margin: 20px auto;
}

#page-content img.alignright, #blog-content img.alignright, #blog-content article .attachment-medium.wp-post-image {
	max-width: 100%;
	float: right;
	padding: 0px 0px 30px 30px;
}

#page-content .spacer {
	width: 50%;
	margin: 35px auto 25px auto;
}

/* Speaking Engagements */

#page-content h3 {
	font-size: 21px;
	font-weight: 400;
	margin: 20px 0px;
	line-height: 21px;
}

#page-content blockquote {
	margin: 30px 0px 30px 90px;
}

#page-content blockquote p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px;
}

/* Publications */

#publications .btn {
	margin: 20px 0px 10px 0px;
}

#publications #page-content a {
	color: #000000;
}

#publications #page-content h3 {
	font-size: 17px;
	margin-top: -15px;
}

/* Testimonials */

.testimonial-source {
	font-style: italic;
	margin-top: 15px;
}

.testimonials-circle-spacer {
	display: block;
	margin: 20px auto;
}


/* Blog */

#blog-content h2 {
	margin-top: 0;
	margin-bottom: 3px;
}

#blog-content h3 {
	font-size: 23px;
	margin-bottom: 10px;
}

#blog-content h4 {
	font-size: 21px;
	margin-bottom: 25px;
}

#blog-content .row .span6.offset1 article .post-footer hr {
	display: block;	
	margin-bottom: 25px;
}

#blog-content .row .span6.offset1 article p:first-of-type {
	margin-top: 10px;
}

#blog-content .row .span6.offset1 article p:last-of-type {
	margin-bottom: 20px;
}

#blog-content .row .span6.offset1 nav {
	clear: both;
	overflow: hidden;
}

#blog-content article .post-title {
	margin-bottom: 15px;
}

#blog-content article .attachment-post-thumbnail.wp-post-image {
	float: left;
	padding: 0px 30px 30px 0px;
}

#blog-content article hr {
	margin: 10px 0px 20px 0px;
}

#blog-content .post-footer {
	margin-bottom: 30px;
}

#blog-content .post-footer #post-navigation {
	margin-bottom: 10px;
	overflow: hidden;
}

#blog-content .post-footer .circle-spacer {
	display: block;
	margin: 0 auto;
}

#blog-content article section .post-comments h2 {
	color: #231f20;
	margin-bottom: 30px;
}

#blog-content article section .commentlist {
	margin-left: 0;
}

#blog-content article section .commentlist > li {
	list-style-type: none;
}

#blog-content article section .commentlist > li > .comment-body {
	background: #f1f2f2;
	border: 1px solid #cccccc;
	margin: 20px 0px;
	padding: 30px;
}

#blog-content article section .commentlist .children  li  {
	list-style-type: none;
}

#blog-content article section .commentlist > li > .children > li > .comment-body {
	background: #f1f2f2;
	border: 1px solid #cccccc;
	margin: 20px 0px;
	padding: 30px;
}

#blog-content article section .comment-author {
	font-size: 17px;
}

#blog-content article section .says {
	display: none;
}

#blog-content article section .comment-meta, .reply {
	font-size: 12px;
}

#blog-content article section .comment-content {
	margin: 20px 0px;
}

#blog-content article section #respond {
	background: #bbc7e8;
	border: 1px solid #607bc8;
	margin: 30px 0px;
	padding: 10px 30px;
}

#blog-content article section #respond .form-horizontal {
	margin: 20px 0px;
}

#blog-content article section #respond .comment-subscription-form {
	margin-bottom: 5px;
}

#blog-content article section #respond input[type="checkbox"] {
	margin: 0;
}

#blog-content article section #respond .subscribe-label {
	display: inline;
	vertical-align: middle;
	margin-bottom: 0;
}

#blog-content article section #respond .form-horizontal .comment {
	margin-bottom: 20px;
}

#blog-content .blog-separator {
	margin: 30px 0px;
	clear: left;
}

#blog-content .older {
	float: left;
	padding-bottom: 20px;
}

#blog-content .newer {
	float: right;
	padding-bottom: 20px;
}

#blog-content #blog-sidebar {
	margin: 65px 0px 30px 0px;
}

#blog-content #blog-sidebar .blog-widgets {
	background: #f1f2f2;
	border: 1px solid #cccccc;
	padding: 20px 30px;
	margin-bottom: 20px;
}

#blog-content #blog-sidebar .blog-widgets h2 {
	font-size: 18px;
	color: #231f20;
	margin-bottom: 10px;
}

#blog-content #blog-sidebar ul {
 	margin-left: 0;
}

#blog-content #blog-sidebar ul li {
 	list-style-type: none;
	padding-bottom: 10px;
}

#blog-content #blog-sidebar .blog-widgets {
	margin-bottom: 30px;
}

#blog-content #gasp_p {
	margin-bottom: 5px;
}

/* Contact */

.form-horizontal {
	margin: 40px 0px;
}

.form-horizontal .control-label {
	text-align: left;
}

.wpcf7-form .control-group p {
	line-height: 1px;
	margin: 0;
}

.wpcf7 textarea {
	width: 96%;
}

.wpcf7 .btn {
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.wpcf7 #btn-contact {
	margin-top: 20px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(96, 123, 200, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(96,123,200,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(96,123,200,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(96,123,200,.6);
}

/* Footer */

#site-footer {
	color: #ffffff;
	background-color: #231F20;
}

#site-footer a {
	color: #607bc8;
}

#site-footer a:hover, #site-footer a:focus {
	color: #ffffff;
	text-decoration: none;
}

#site-footer .nav {
	padding: 0;
	margin: 20px 0px 25px 0px;
}

#site-footer .nav > li {
	list-style-type: none;
	display: inline;
	padding-right: 50px;
}

#site-footer .nav > li > a {
	color: #ffffff;
}

#site-footer .nav > li > a:hover, #site-footer .nav > li > a:focus, #site-footer .nav > .active > a, #site-footer .nav > .active > a:hover, #site-footer .nav > .active > a:focus {
	color: #607bc8;
	text-decoration: none;
}

#site-footer h1 {
	font-family: 'Montserrat', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0px;
	line-height: 14px;
}

#site-footer #social {
	margin: 0px 0px 15px 0px;
	list-style: none;
	overflow: hidden;
}

#site-footer #social li {
	display: inline;
} 

#site-footer #social li a {
	height: 58px;
	background-image: url(assets/samthiara_footer_social.png);
	text-indent: -9999px;
	display: block;
	float: left;
} 

#site-footer #social li a.facebook {
	width: 58px;
	background-position: -5px 0;
}

#site-footer #social li a.twitter {
	width: 58px;
	background-position: -63px 0;
}

#site-footer #social li a.linkedin {
	width: 58px;
	background-position: -119px 0;
}

#site-footer #social li a.rss {
	width: 58px;
	background-position: -179px 0;
}

#site-footer #social li a.facebook:hover, #site-footer #social li a.facebook:focus {
	width: 58px;
	background-position: -5px -58px;
}

#site-footer #social li a.twitter:hover, #site-footer #social li a.twitter:focus {
	width: 58px;
	background-position: -63px -58px;
}

#site-footer #social li a.linkedin:hover, #site-footer #social li a.linkedin:focus {
	width: 58px;
	background-position: -119px -58px;
}

#site-footer #social li a.rss:hover, #site-footer #social li a.rss:focus {
	width: 58px;
	background-position: -179px -58px;
}

#site-footer #copyright {
	margin: 10px 0px 20px 0px;
}
 
#site-footer #back-top {
	display: none;
}

/* Responsive Fixes */

@media (max-width: 320px) {
	.navbar .brand {
		height: 15px;
	}

	.navbar .brand img {
		max-width: 90%;
		margin-top: -50px;
		padding: 0;
		height: auto;
	}

	.nav-collapse .nav > li > a > span {
		display: none;
	}

	.carousel, #full-width  {
		margin-left: -20px;
		margin-right: -20px;
	}

	.carousel img#slider-1 {
		margin-left: -355px;
	}

	.carousel img#slider-2 {
		margin-left: -600px;
	}

	.carousel img#slider-3 {
		margin-left: -940px;
	}

	.caption.left {
		top: 12%;
		left: -14%;
		width: 50%;
	}

	.caption.center {
		top: 40%;
		left: 0;
		width: 70%;
	}

	.caption.right {
		top: 12%;
		left: 27%;
		width: 40%;
	}

	.caption p {
		font-size: 16px;
		line-height: 25px;
	}

	.caption .btn {
		font-size: 12px;
	}

	#home-ctas > .img-wrap {
		display: block;
		float: none;
		margin: 20px auto;
	}

	#home-interactive, #site-footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
        }

	#home-interactive #latest-video {
		margin-bottom: 30px;
	}

	#page-content, #blog-content {
		padding: 15px 20px 75px 20px;
	}

	#page-content h1, #blog-content h1 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	#sams-quotes {
		font-size: 15px;
		width: 60%;
		margin-left: 20px;
	}

	#page-content blockquote {
		margin: 30px 0px;
	}

	#blog-content #blog-sidebar {
		margin: 30px 0px;
	}

	#blog-content #blog-sidebar h2 {
		margin: 0;
	}

	#blog-content article .attachment-post-thumbnail.wp-post-image {
		float: none;
		padding: 0px 0px 20px 0px;
	}

	#blog-content article .attachment-medium.wp-post-image {
		float: none;
		padding: 0px 0px 20px 0px;
	}

	.post-footer {
		margin: 30px 0px 20px 0px;
	}

	.post-footer + hr {
		margin: 20px 0px;
	}

	#site-footer .nav > li {
		display: none;
	}
}

@media (min-width: 320px) and (max-width: 569px) {
	#page-content img.alignleft, #page-content img.aligncenter, #page-content img.alignright {
		display: block;
		margin: 20px auto;
		padding: 0;
		float: none;
	}
}

@media (min-width: 320px) and (max-width: 767px) {
}

@media (min-width: 321px) and (max-width: 767px) {
	.nav-collapse .nav > li > a > span {
		display: none;
	}

	.carousel, #full-width {
		margin-left: -20px;
		margin-right: -20px;
	}

	.carousel img#slider-1 {
		margin-left: -410px;
	}

	.carousel img#slider-3 {
		margin-left: -875px;
	}

	.caption.left {
		top: 13%;
		left: -12%;
		width: 50%;
	}

	.caption.center {
		top: 45%;
		left: 0;
		width: 70%;
	}

	.caption.right {
		top: 19%;
		left: 22%;
		width: 50%;
	}

	.caption p {
		font-size: 18px;
		line-height: 27px;
	}

	#home-ctas > .img-wrap {
		display: block;
		float: none;
		margin: 20px auto;
	}

	#home-interactive, #site-footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
        }

	#home-interactive #latest-video {
		margin-bottom: 30px;
	}

	#page-content, #blog-content {
		padding: 15px 20px 75px 20px;
	}

	#page-content h1, #blog-content h1 {
		font-size: 30px;
	}

	#sams-quotes {
		font-size: 18px;
		width: 60%;
		margin-left: 20px;
	}
	
	#page-content blockquote {
		margin: 30px 0px;
	}
	
	#blog-content #blog-sidebar {
		margin: 30px 0px;
	}

	#blog-content #blog-sidebar h2 {
		margin: 0;
	}

	#blogcontent .post-title > .wp-post-image {
		padding: 0px 30px 10px 0px;
	}

	#site-footer .nav > li {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	.navbar .container {
		width: 724px;
	}

	.nav-collapse .nav > li > a > span {
		display: none;
	}

	.carousel img#slider-1 {
		margin-left: -480px;
	}

	.carousel img#slider-3 {
		margin-left: -700px;
	}

	.caption.left {
		top: 27%;
		left: -5%;
		width: 75%;
	}

	.caption.center {
		left: 1%;
	}

	.caption.right {
		top: 27%;
		left: 21%;
		width: 60%;
	}

	#home-ctas > .img-wrap {
		width: 228px;
		height: 95px;
		display: block;
		float: none;
		margin: 0px auto 20px auto;
	}

	#page-content blockquote {
		margin: 30px 0px;
	}

	#blog-content .form-horizontal .control-label {
		width: 80px;
	}

	#blog-content .form-horizontal .controls {
		margin-left: 85px;
	}

	#blog-content input {
		width: 150px;
	}

	.wpcf7 input.wpcf7-text {
		width: 100px;
	}

}

@media (min-width: 320px) and (max-width: 979px) {
	.nav-collapse .nav {
		width: 100%;
		margin: 0;
		padding: 0px 0px 10px 0px;
	}

	.nav-collapse .nav > li {
		padding: 5px 0px;
	}

	.nav-collapse .nav > li > a {
		padding: 10px;
		display: block;
	}

	.nav-collapse .nav > .active > a, .nav-collapse .nav > .active > a:hover, .nav-collapse .nav > .active > a:focus {
		color: #ffffff;
		background: #231f20;
		padding: 10px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.navbar .nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus { 
		color: #ffffff;
		background: #231f20;
	}

	.nav-collapse .nav > li > a > span {
		padding-left: 5px;
	}

	.nav-collapse .nav li#menu-item-23, .nav-collapse .nav li#menu-item-24, .nav-collapse .nav li#menu-item-25, .nav-collapse .nav li#menu-item-26, .nav-collapse .nav li#menu-item-27, .nav-collapse .nav li#menu-item-28, .nav-collapse .nav li#menu-item-1406 {
		width: 100%;
		padding: 0;
	}

	#site-footer {
		font-size: 13px;
	}

	#site-footer .nav > li {
		padding-right: 30px;
	}

	#site-footer h1 {
		font-size: 14px;
	}

	#site-footer #copyright {
		margin: 25px 0px 15px 0px;
	}

	#site-footer #back-top {
		display: block;
		margin: 0px 0px 20px 0px;
	}
}

@media (min-width: 980px) and (max-width: 1024px) {
	.carousel img#slider-1 {
		margin-left: -495px;
	}

	.carousel img#slider-3 {
		margin-left: -610px;
	}

	.caption.left {
		top: 30%;
		left: -3%;
		width: 75%;
	}

	.caption.center {
		left: -3%;
	}

	.caption.right {
		left: 21%;
		width: 60%;
	}
}

@media (min-width: 980px) and (max-width: 1200px) {
	.navbar .nav {
		width: 660px;
		padding: 0px 0px 0px 25px;
	}

	.navbar .nav > li {
		padding-left: 4px;
	}

	.navbar .nav > li > a {
		font-size: 12px;
	}

	.navbar .nav > li > a > span {
		font-size: 11px;
	}

	.navbar .nav li#menu-item-23 {
		width: 65px;
		padding-left: 9px;
	}

	.navbar .nav li#menu-item-24, .navbar .nav li#menu-item-1406 {
		width: 90px;
	}

	.navbar .nav li#menu-item-26 {
		width: 185px;
	}

	.navbar .nav li#menu-item-28 {
		width: 55px;
		padding-left: 14px;
	}

	.wpcf7 input.wpcf7-text {
		width: 175px;
	}

	#site-footer {
		font-size: 13px;
	}

	#site-footer h1 {
		font-size: 14px;
	}
}

@media (min-width: 1025px) and (max-width: 1199px) {
	.carousel img#slider-1 {
		margin-left: -470px;
	}

	.carousel img#slider-3 {
		margin-left: -550px;
	}

	.caption.left {
		left: -8%;
	}

	.caption.right {
		left: 27%;
	}

}

@media (min-width: 1200px) and (max-width: 1440px) {
	.caption.right {
		left: 16%;
	}
}