/* 
Theme Name: SimpleLeads 
Theme URI: http://bragthemes.com
Description: Responsive WordPress theme with all the Twitter Bootstrap elements and features. Also includes different page layouts and custom post types.

Author: Brad Williams 
Author URI: http://braginteractive.com
Version: 2.2.2
Tags: white, black, gray, light, custom-menu, custom-header, custom-background, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, theme-options, threaded-comments, full-width-template, sticky-post, translation-ready, bootstrap, twitter

Copyright (C) 2011-2012 Brag Interactive 
License: GNU General Public License, version 3 (GPLv3)
License URI: license.txt 
	
CREATE CHILD THEME.
See: http://codex.wordpress.org/Child_Themes 
	
CSS Rules: Sorted alphabetically for better organization.
*/
	

/* =Horizontal Rule
-------------------------------------------------------------- */
hr {

}

hr.space {
	background:#fff;
	color:#fff;
}

/* =Base
-------------------------------------------------------------- */
html {
	height:100%;
}

body {
	
}

/* =Typography
-------------------------------------------------------------- */
p {  
    word-wrap:break-word;
}

cite, em, dfn {
	font-style:italic;
}

code, kbd, samp, pre, tt, var {
	font-family:Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
	font-style:normal;
}

strong {
	
}

pre {
	background:#fff;
	margin-top:20px;
	max-width:98%;
	padding-left:1em;
	height:auto;
}

del {
	color:#555;
	text-decoration:line-through;
}

ins, dfn {
	border-bottom:1px solid #ccc;
}

small, sup, sub {
	font-size:85%;
}

abbr, acronym {
	font-size:85%;
	letter-spacing:.1em;
	text-transform:uppercase;
}

a abbr, a acronym {
	border:none;
}

abbr[title], acronym[title], dfn[title] {
	border-bottom:1px solid #ccc;
	cursor:help;
}

sup {
	vertical-align:super;
}

sub {
	vertical-align:sub;
}

/* =Responsive 12 Column Grid
-------------------------------------------------------------- */
.grid {
	float:left;
	margin-bottom:2.083%;
	padding-top:0;
}

.grid-right {
	float:right;
	margin-bottom:2.083%;
	padding-top:0;
}

.col-60, .col-140, .col-220, .col-300, .col-380, .col-460, .col-540, .col-620, .col-700, .col-780, .col-860 {
	display:inline;
	margin-right:2.083%;
}

.col-60 {
	width:6.38297%;
}

.col-140 {
	width:14.89361%;
}

.col-220 {
	width:23.40425%;
}

.col-300 {
	width:30.91489%;
}

.col-380 {
	width:40.42553%;
}

.col-460 {
	width:48.82978%;
}

.col-540 {
	width:57.4468%;
}

.col-620 {
	width:65.95744%;
}

.col-700 {
	width:74.46808%;
}

.col-780 {
	width:82.97872%;
}

.col-860 {
	width:91.48936%;
}

.col-940 {
	width:100%;
}

/* .fit is the very last item in your grid 
   to keep your columns inline and without
   floats
*/
.fit {
	margin-left:0!important;
	margin-right:0!important;
}

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

/* =Links
-------------------------------------------------------------- */
a {
	
}

a:hover {
	
}



/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	
}

h1 {
	
}

h2 {
	
}

h3 {

}

h4 {
	
}

h5 {
	
}

h6 {
	
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {

}

/* =Margins & Paddings
-------------------------------------------------------------- */

caption {
	padding-bottom:.8em;
}

blockquote {
	margin:1.6em 0;
	padding:0 1em;
}

fieldset {
	margin:1.6em 0;
	padding:0 1em 1em;
}

legend {
	padding-left:.8em;
	padding-right:.8em;
}

legend+* {
	margin-top:1em;
}

textarea, input {
	
}

select {
	
}

option {
	
}

/* =Globals
-------------------------------------------------------------- */
#container {
	margin:0 auto;
	max-width:960px;
	padding:0px 25px;
}

#wrapper {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color:#FFFFFF;
	border-radius: 6px;
	clear:both;
	margin: 0 auto;
	padding: 0 0 20px 0;
	position:relative;
	min-height: 100%;
    height: auto !important; /* ie7 fix */
    height: 100%;
}

.page #wrapper, .single #wrapper, .error404 #wrapper {
	padding: 20px 0 20px 0;
}

.container {
	min-height: 100%;
}

#header {
	margin:0;
}

#footer {
	clear:both;
	padding:10px 0 0 0;
	background-repeat: repeat-x;
}

#footer-wrapper {
	margin:0;
	padding:0;
}

/* =Container IE Fixes (Modernizr)
-------------------------------------------------------------- */
.ie7 #container {
	max-width:961px;
}

/* =Header
-------------------------------------------------------------- */
#header #logo {
	float:left;
	margin:0;
	padding: 20px 20px 15px 0;
}

#header #logo-txt {
	padding: 40px 20px 15px 0;
}

#header #logo-txt a {
	font-weight:700;
	font-size: 50px;	
}

#header #logo-txt a:hover {
	text-decoration: none;	
}

#headerCTA {
	padding: 20px 0 15px 0;
}

#headerCTA h1{
	font-size: 28px;
	margin: 0;
}

#headerCTA h2{
	font-size: 24px;
	margin: 0;
}

.page-template-landing-page-php #header, .page-template-landing-page-php #footer, .page-template-landing-page-php #footer-widgets  {
	display: none;
}

/* =Content
-------------------------------------------------------------- */
#content {
	margin-bottom:20px;
}

#content-archive {
	margin-bottom:20px;
}

#content-blog {
	margin-bottom:20px;
}

#content-images {
	margin-bottom:20px;
}

#content-full {
	margin-bottom:20px;
}

#content-sitemap {
	margin-bottom:20px;
}

#content-sitemap a {
	font-size:12px;
}

#content .sticky {
	clear:both;
}

#content .sticky p {
}

#content .bypostauthor {
}

#content .post {
	margin-bottom: 10px;
	border-top: 1px solid #E9E9E9;
	padding: 15px 0 30px 0;
}

.single #content .post {
	border-top: 0;
	padding: 5px 0 10px 0;
}

#content-blog .post {
	margin-bottom: 25px;
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 20px;
}

/* =Templates
-------------------------------------------------------------- */

.page-template-landing-page-php #wrapper {
	background: url(images/bg-dots.png) repeat;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.page-template-landing-page-php #content-landing{
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	background-color: #FFFFFF;
}

.landingPage {
	padding: 20px !important;
}

.page-template-sitemap-php #widgets{
	border-left: none;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	background:#f9f9f9;
	border:1px solid #d6d6d6;
	clear:both;
	display:block;
	margin-bottom:20px;
	overflow:hidden;
}

#author-meta img {
	float:left;
	padding:10px;
}

#author-meta p {
	margin-top:5px;
	padding:0 5px 0 0;
}

#author-meta .about-author {
	font-weight:700;
	margin:10px 0 0 0;
}

/* =Featured Content
-------------------------------------------------------------- */
#homeCTA {
	background: url(images/mts-bg.jpg) no-repeat top center;
	min-height: 500px;
}

.homeCTAtxt {
	color: #FFFFFF;
	margin: 60px 0 0 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.homeCTAtxt h1{
	font-size: 48px;
	padding: 0 0 20px 0;
	line-height: 50px;
}

.homeCTAtxt p{
	line-height: 21px;
	font-size: 14px;
	font-weight: bold;
}

.home .post-entry p {
	text-align: left;
	padding: 0;
}


#hero-image .fluid-width-video-wrapper {
	margin-left:-20px;
}

#customForm {
	margin: 50px 20px 0 20px;
}

.featured-title {
	font-size: 60px;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0;
	text-align:center;
}

.featured-subtitle {
	text-align:center;
}

#homeCarousel img.wp-post-image, #homeCarousel img.attachment-thumbnail, #homeCarousel img.attachment-medium, #homeCarousel img.attachment-large, #homeCarousel img.attachment-full {
	margin: 0;
}

.home .hero-unit {
	padding: 20px;
	text-align: center;
}

.service {
	padding: 0 20px 0 0;
	margin-bottom: 0;
}

.service .icons{
	padding: 0 10px 0 0;
	float: left;
	width:48px;
	height:48px;
	text-align: center;
}

.service .icons img{
	margin: 0 auto;
}

.service ul {
	margin-left: 0;
	margin-top: 10px;
}

.service li {
	margin-left: 40px;
}
.service .title {
	margin: 0 0 0 0;
}

.service .title2 {
	margin: 10px 0 0 0;
}

.service p {
	margin: 10px 0 0 0;
}

.service h3{
	margin: 0 0 0 0;
}

.service h2{
	margin: 0 0 0 0;
}

.service .readmore{
	float: right;
	margin: 10px 0 10px 0;
}


/* =Post
-------------------------------------------------------------- */
.comments-link {
	font-size:12px;
}

#cancel-comment-reply-link {
	color:#900;
}

.post-data {
	clear:both;
	font-size:11px;
	margin-top:20px;
}

.post-entry {
	clear:both;
}

.post-meta {
	clear:both;
	color:#9f9f9f;
	font-size:13px;
	margin-bottom:10px;
}

.post-edit {
	clear:both;
	display:block;
	font-size:12px;
	margin:1.5em 0;
}

.post-search-terms {
	clear:both;
}

.read-more {
	clear:both;
}

.attachment-entry {
	clear:both;
	text-align:center;
}

/* =Symbols
-------------------------------------------------------------- */
.ellipsis {
	color:#aaa;
	font-size:18px;
	margin-left:5px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	padding-left:20px;
}

.widget-wrapper-left {
	padding-left:20px;
}

#widgets {
	border-left: 1px solid #eeeeee;
}

#widgets.lefty{
	border-left: 0;
	border-right: 1px solid #eeeeee;
}

#footer-widgets #widgets {
	border-left: none;
}

.home #widgets {
	padding: 0;
}

#widgets a {
	display:inline-block;
	text-decoration:none;
}

#footer-widgets{
	color:#FFFFFF;
	}

#widgets ul, #widgets .textwidget, #widgets .tagcloud, #widgets #searchform, #widgets #calendar_wrap, #widgets .latest_custom_post {
	font-size:13px;
	margin:0 0 20px;
	padding:10px 20px 10px 25px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top:none;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	list-style: none;
}

#footer-widgets ul, #footer-widgets .textwidget, #footer-widgets .tagcloud, #footer-widgets #searchform, #footer-widgets #calendar_wrap {
	font-size:13px;
	margin:0 0 20px;
	padding:10px 20px 20px 20px;
	list-style: none;
}


#widgets #s {
	width:60%;
}

#widgets ul li {
	background: url(images/sidebar-bullet.png) no-repeat 0px 7px;
	padding-bottom: 3px;
	padding-left: 13px;
	display: block;
}

#widgets ul li a {
	display:inline;
	text-decoration:none;
	color: #414141;
	text-shadow: 1px 1px 1px #FFFFFF;
}

#widgets ul li a:hover {
	display:inline;
	text-decoration:none;
	color: #000000;
}

#footer-widgets #widgets ul li {
	background: url(images/footer-bullet.png) no-repeat 0 7px;
	padding-bottom: 3px;
	padding-left: 13px;
	display: block;
}

#footer-widgets #widgets ul li a {
	display:inline;
	text-decoration:none;
	color: #FFFFFF;
	text-shadow: none;
}

#footer-widgets #widgets ul li a:hover {
	display:inline;
	text-decoration:none;
	color: #333333;
}

#widgets .widget-title img {
	float:right;
	height:11px;
	position:relative;
	top:4px;
	width:11px;
}

#widgets .rss-date {
	line-height:18px;
	padding:6px 12px;
}

#widgets .rssSummary {
	padding:10px;
}

#widgets cite {
	font-style:normal;
	line-height:18px;
	padding:6px 12px;
}

#widgets .textwidget, #widgets .tagcloud {
	display:block;
	line-height:1.5em;
	margin:0 0 10px;
	word-wrap:break-word;
}

#widgets .textwidget a {
	
}

#widgets ul .children {
	border:none;
	margin:0;
	padding:0;
}

#widgets .author {
	font-weight:700;
	padding-top:4px;
}

.widget_archive select, #cat {
	display:block;
	margin:20px 15px 0;
}

.latest_custom_post img.wp-post-image, .latest_custom_post img.attachment-thumbnail, .latest_custom_post img.attachment-medium, .latest_custom_post img.attachment-large, .latest_custom_post img.attachment-full {
	margin: 0;
}

.latest_custom_post h4 {
	margin: 3px 0 0 0;
	font-size: 14px;
}

#widgets .latest_custom_post ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#widgets .latest_custom_post ul li {
	background: none;
	padding: 0 0 15px 0;
	margin: 0 12px 0 0;
}

#widgets .latest_custom_post ul li a{
	display: inline-block;
}

button.btn, input[type="submit"].btn {
	margin: 0 0 9px 0;
}

#testimonial {
	padding: 10px 20px 10px 25px;
}

.testimonials {
	position: relative;
	padding: 15px 15px 20px;
	border: 1px solid #DDDDDD;
	color: #444;
	background: #EEEEEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	line-height: 1.6em;
	font-style: italic;
	text-align: center;
	margin-bottom: 10px;
}

.testimonial-author {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

.testimonial-arrow {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	height: 10px;
	width: 20px;
	background: url(images/testimonial-arrow.png) no-repeat;
	display: block;
}

/* =Titles
-------------------------------------------------------------- */
.widget-title-one, .widget-title-one h3, .widget-title-home h3 {
	display:block;
	font-size:20px;
	font-weight:500;
	line-height:23px;
	margin:0;
	padding:10px 20px 0 25px;
	text-align:left;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	border-bottom:none;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	color: #555;
}

.widget-title-one, .widget-title-two, .widget-title-three h3 {
	display:block;
	font-size:20px;
	font-weight:500;
	line-height:23px;
	color: #555;
	padding: 0;
}

#footer-widgets .widget-title-one, #footer-widgets .widget-title-home h3 {
	display:block;
	font-size:20px;
	font-weight:700;
	line-height:23px;
	margin:0;
	padding:20px 20px 0 20px;
	text-align:left;
	color: #FFFFFF;
}

#footer-widgets h3 {
	font-size: 18px;
	line-height: 27px;
	margin: 0;
	color: #FFFFFF;
}

.widget-title a {
	border-bottom:none;
	padding:0!important;
}

.title-404 {
	color:#933;
}

.home h3 small {
	padding: 0;
}


#homeSlogan h3, #homeSlogan h2, #homeSlogan h1 {
	margin: 0;
}

#formCTA h2 {
	font-size: 24px;
	line-height: 36px;
}

.service h3 {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 0;
}

.service h2 {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 0;
}

div#text-2 h3, div#text-2 h2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 27px;
}

#text-2 > div.textwidget {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

div#widgets.grid.col-300.fit {
	border-left: 0px;
}


/* =Primary Menu
-------------------------------------------------------------- */

.navbar {
	margin-bottom: 0;
}

.navbar-inner {
	min-height: 40px;
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	filter:;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.navbar .nav > li > a {
	float: none;
	padding: 10px 10px 10px;
	line-height: 23px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.navbar .nav li.dropdown > a:hover .caret {
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.navbar .brand {
	float: left;
	display: block;
	padding: 10px 10px 10px;
	margin-left: -10px;
	font-size: 20px;
	font-weight: 200;
	line-height: 1;
	color: #FFFFFF;
}

/* =Primary Main Menu IE Fixes (Modernizr)
-------------------------------------------------------------- */
.ie7 .menu ul {
	background:url(images/ie7-fix.gif) repeat;
}


/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	margin-left:0;
	padding:0;
}

.footer-menu li {
	display:inline;
	list-style-type:none;
}

.footer-menu li a {
	border-left:1px solid #404040;
	padding: 0 8px;
}

.footer-menu > li:first-child > a {
	border-left:none;
	padding:0 8px 0 0;
}

.footer-menu li a:hover {
	color:#333;
}


/* =Pagination (pages)
-------------------------------------------------------------- */
.pagination {
	clear:both;
	display:block;
	font-size:16px;
	font-weight:700;
	margin:10px 0;
	padding:5px 0;
}

.pagination a {
	text-decoration:none;
}

.pagination a:hover, .pagination a:active {
}

/* =Breadcrumb Lists
-------------------------------------------------------------- */
.breadcrumb-list {
	font-size:12px;
	padding:40px 0 0 0;
}

/* =Comments
-------------------------------------------------------------- */
#commentform {
	margin:0;
}

.commentlist {
	border-bottom:1px dotted #eee;
	list-style:none;
	margin:0;
	padding:0;
}

.commentlist ol {
	list-style:decimal;
}

.commentlist li {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background-color:#fff;
	border-radius:4px;
	margin:0;
	padding:1em;
}

.commentlist li p {
	font-size:14px;
}

.commentlist p {
	margin:0;
}

.reply {
	margin:10px 0;
}

.commentlist li cite {
	color:#111;
	font-size:1.1em;
	font-style:normal;
	font-weight:400;
}

.commentlist li.alt {
	background:#f9f9f9;
}

.commentlist .children {
	list-style:none;
	margin:0;
}

.commentlist .avatar {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	float:left;
	margin-right:10px;
	padding:0;
	vertical-align:middle;
}

.commentlist .children .avatar {
	height:33px;
	width:33px;
}

.comment-author .fn {
}

.comment-author .says {
	color:#999;
}

.comment-body .comment-meta {
	color:#999;
	display:inline-block;
	margin:0;
	padding:0;
	text-align:left;
}

.comment-body {
	clear:both;
}

.comment-body p {
	clear:both;
	padding-top:10px;
}

.comment-body .reply {
}

.pingback, .trackback {
	list-style:none;
	margin:20px 0;
}

.pingback cite, .trackback cite {
	font-style:normal;
}

#comments, #pings {
	text-align:left;
}

#respond {
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background-color:#eaeaea;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eaeaea));
	background-image:-webkit-linear-gradient(top, #ffffff, #eaeaea);
	background-image:-moz-linear-gradient(top, #ffffff, #eaeaea);
	background-image:-ms-linear-gradient(top, #ffffff, #eaeaea);
	background-image:-o-linear-gradient(top, #ffffff, #eaeaea);
	background-image:linear-gradient(top, #ffffff, #eaeaea);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eaeaea);
	border:1px solid #ccc;
	border-bottom-color:#aaa;
	border-radius:2px;
	clear:both;
	padding:10px 20px 50px;
}

#respond .form-allowed-tags {
    display:none !important;
}

#respond label {
	display:inline;
}

#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input, #respond .comment-form-comment textarea {
	display:block;
}

.nocomments {
	color:#999;
	font-size:.9em;
	text-align:center;
}

#commentform input.error, #commentform textarea.error {
	background-color:#f6cbca;
}

#commentform div.error, #commentform label.error {
	color:#cb2026;
}

#commentform div.errorlabels label {
	display:block;
}

#comment {
	width: 100%;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin:5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
	display:block;
	margin:5px auto;
}

.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

.aligncenter {
	display:block;
	margin:5px auto;
}

a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

a img.alignnone {
	margin:5px 20px 20px 0;
}

a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wp-caption {
	background:#fff;
	border:1px solid #f0f0f0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}

.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}

.wp-caption.alignright {
	margin:5px 0 20px 20px;
}

.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

img.wp-smiley {
	vertical-align:middle;
}

/* =Gallery
-------------------------------------------------------------- */
.gallery {
	margin:0 auto 18px;
}

.gallery .gallery-item {
	float:left;
	margin-top:0;
	text-align:center;
	width:155px;
}

.gallery img {
	border:1px solid #ddd;
}

.gallery .gallery-caption {
	font-size:12px;
	margin:0 0 12px;
}

.gallery dl {
	margin:0;
}

.gallery br+br {
	display:none;
}

.attachment-gallery img {
	background:#fff;
	border:1px solid #f0f0f0;
	display:block;
	height:auto;
	margin:15px auto;
	max-width:96%;
	padding:5px;
	width:auto;
}

.gallery-meta .full-size, .gallery-meta .aperture, .gallery-meta .focal-length, .gallery-meta .iso, .gallery-meta .shutter, .gallery-meta .camera {
	display:block;
}

/* =Post Thumbnails 
-------------------------------------------------------------- */
img.wp-post-image, img.attachment-thumbnail, img.attachment-medium, img.attachment-large, img.attachment-full {
	display:block;
	margin:15px auto;
	width:auto;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	color:#333;
	font-size:11px;
	line-height:1.5em;
}

#footer a {
	font-weight:400;
}

#footer a:hover {
}

.scroll-top {
	text-align:center;
}

.copyright {
	text-align:left;
}

.powered {
	text-align:right;
	float: right;
}

/* =Social Icons
-------------------------------------------------------------- */
#footer .social-icons a, #header .social-icons a{
 	font-size: 32px;
 	color: #959595;
}

#footer .social-icons a:hover, #header .social-icons a:hover{
 	text-decoration: none;
 	font-size: 32px;

}

#footer .social-icons li, #header .social-icons li{
	display: inline;
}

#header .social-icons li{
	float: left;
}

#footer .social-icons {
	list-style:none;
	line-height:normal;
	margin:2px 0 0 0;
	text-align:right;
}

#header .social-icons {
	list-style:none;
	line-height:normal;
	margin:3px 0 0 0;
	text-align:right;
}

#header .social-icons li a {
	padding: 7px 0 0 0;
}


/* =Alignments Extras
-------------------------------------------------------------- */
.left {
	float:left;
}

.right {
	float:right;
}

.center {
	text-align:center;
}

/* =Clearfix
-------------------------------------------------------------- */
.clearfix:after, #container:after {
	clear:both;
	content:"\0020";
	display:block;
	height:0;
	max-height:0;
	overflow:hidden;
	visibility:hidden;
}

.clearfix, #container {
	display:inline-block;
}

*html .clearfix, *html #container {
	height:1%;
}

.clearfix, #container {
	display:block;
}

.clear {
	clear:both;
}

/* =Begin bidirectionality settings (do not change)
-------------------------------------------------------------- */
BDO[DIR="ltr"] {
	direction:ltr;
	unicode-bidi:bidi-override;
}

BDO[DIR="rtl"] {
	direction:rtl;
	unicode-bidi:bidi-override;
}

[DIR="ltr"] {
   direction:ltr;
   unicode-bidi:embed;
}

[DIR="rtl"] {
   direction:rtl;
   unicode-bidi:embed;
}

/* =Media Print
-------------------------------------------------------------- */
@media print {

    h1 {
	    page-break-before:always;
    }

    h1,  h2,  h3,  h4,  h5,  h6 {
	    page-break-after:avoid;
    }

    ul,  ol,  dl {
	    page-break-before:avoid;
    }
}

/* =Media Queries
    If you're working on a Child Theme, make sure that all
	media queries are included in your style.css
-------------------------------------------------------------- */
@media screen and (max-width: 980px) {

    body {
    }

    .grid, .grid-right {
	    float:none;
    }

  	#homeCTA .span8 {
  		width: auto;
  	}

  	#homeCTA .span4 {
		display: block;
		width: 100%;
	}

	#formCTA .input-xlarge {
		width: 100% !important;
	}

    .hero-unit h1  {
		font-size: 45px !important;
	}
	
	#hero-image .fluid-width-video-wrapper {
	    margin:20px 0 0 0;
    }
	
	.widget-wrapper {
	    padding-left:0;
    }

    .widget-wrapper-left {
	    padding-left:0;
    }

     #footer .social-icons {
	    text-align:left;
    }
    
}

@media (max-width: 767px) {
	#homeCTA .span8 {
		float: none;
		display: block;
		width: auto;
		margin-left: 0;
	}

  	.homeCTAtxt{
  		margin:20px 20px 0 20px;
  	}

  	 #wrapper{
  		padding:20px !important;
  	}

  	.home #wrapper{
  		padding:0 0 20px 0 !important;
  	}

  	.full-nav, #homeCTA , #homeSlogan{
  		margin-left: -20px;
  		margin-right: -20px;
  	}

 }

@media screen and (max-width: 650px) {

    body {
    }

    #header #logo, #header #headerCTA, #header #logo-txt{
	    float:none;
	    text-align:center;
    }

    .grid, .grid-right {
	    float:none;
    }

	#hero-image .fluid-width-video-wrapper {
	    margin:20px 0 0 0;
    }

     #hero-image {
	    margin:20px 10px;
    }

    .hero-unit h1  {
		font-size: 35px !important;
	}
	
    .menu li, .top-menu, .footer-menu li, .sub-header-menu li {
	    float:none;
	    text-align:center;
    }

	.widget-wrapper {
	    padding-left:0;
    }

    .widget-wrapper-left {
	    padding-left:0;
    }
	
    #footer {
	    text-align:center;
    }

    #footer .social-icons {
	    text-align:center;
    }

    .copyright {
	text-align:left;
	padding:0 0 0 10px;
	}

	.powered {
	text-align:right;
	padding:0 0 0 10px;
	}
}

@media screen and (max-width: 480px) {

    body {
    }

    #header #logo , #header #headerCTA, #header #logo-txt{
	    float:none;
	    text-align:center;
    }

    #header #logo{
  		padding:20px 0 0 0 !important;
  	}

    .grid, .grid-right {
	    float:none;
    }
	
	#hero-image .fluid-width-video-wrapper {
	    margin:20px 0 0 0;
    }

     #hero-image {
	    margin:20px 10px;
    }

    .featured-title {
		font-size: 35px;
	}

    .menu li, .top-menu, .footer-menu li, .sub-header-menu li {
	    float:none;
	    text-align:center;
    }

	.widget-wrapper {
	    padding-left:0;
    }

    .widget-wrapper-left {
	    padding-left:0;
    }
	
    #footer {
	    text-align:center;
    }

    #footer .social-icons {
	    text-align:center;
    }
    .copyright {
	text-align:left;
	padding:0 0 0 10px;
	}

	.powered {
	text-align:right;
	padding:0 0 0 10px;
	}
}

/*"The last 29 days of the month are the hardest."- Nikola Tesla*/

.more-link{
	float: right;
	margin:10px 0 0 0;
}

strong.search-excerpt { background: yellow; }

/* ------- Fluid Columns ------- */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

/* PORTFOLIO FILTER STYLE
----------------------------------------------- */

#portfolio-filter {
	list-style-type: none;
	margin:20px 0 10px 5px;
}

#portfolio-filter li {
	display: inline;
	padding-right: 10px;
}

#portfolio-filter li a {
	color: #777;
	text-decoration: none;
}

#portfolio-filter li .current,
#portfolio-filter li:hover {
	color: #084a9a;
}

/* PORTFOLIO LIST STYLE
----------------------------------------------- */

.home .caption .btn{
	margin: 0 0 5px 0;
}

#portfolio-wrapper {
	padding:0 0 25px 5px;
}

#portfolio-wrapper .project-links {
	text-align: right;
}

#portfolio-list {
	list-style-type: none;

}

#portfolio-list .portfolio-item {
	float: left;
	margin-right: 20px;
}


#portfolio-list h4 {
	margin: 8px 0 0 0;
}

#portfolio-list .portfolio-item .excerpt
{
	text-align: justify;
	font-size: 14px;
	line-height: 18px;
	padding-right: 15px;
	margin-bottom: 5px;
}

#portfolio-list .portfolio-item .excerpt a {
	color: #555;
}

#portfolio-list .portfolio-item .excerpt a:hover {
	text-decoration: none;
}

#portfolio-list .thumb a {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
}

#portfolio-list .thumb a img {
	max-width: 100%;
	margin: 0;
}

.home #portfolio-list .thumb a img {
	margin-bottom: 10px;
}

#portfolio-list .thumb a:hover img {
}

 #portfolio-list img.wp-post-image {
	margin: 0;	
}


#single-project img.wp-post-image, #single-project img.attachment-thumbnail, #single-project img.attachment-medium, #single-project img.attachment-large, #single-project img.attachment-full {
	margin: 0;
}

#single-project{
	padding: 10px 0 0 0;
}

#single-project .pthumb {
	margin: 0 0 5px 0;
}

.project-links {
	margin-top: 10px;
}

#portfolio-list .thumb{
	margin:0 0 5px 0;
}

/* Side contact form */

div#widgets.grid.col-300.fit div#text-4.widget-wrapper.widget_text {
	background:#f75f20;
	width: 280px;
	margin-left: 20px;
	color:#FFF;
}

div#widgets.grid.col-300.fit div#text-4.widget-wrapper.widget_text .widget-title {
	color:#FFF;
	padding-top:20px;
}

div#text-4.widget-wrapper.widget_text span.wpcf7-not-valid-tip {
	color:#FF0;
}

/* home testimonials */

div#widgets.grid.col-300.fit div#text-2.widget-1.widget_text div#widget-title-one.widget-title h3 {
	margin-left: 57px;
	font-size: 18px;
}

div#widgets.grid.col-300.fit div#text-2.widget-1.widget_text div.textwidget {
	margin-left: 32px;
}

div#widgets.grid.col-300.fit div#text-2.widget-1.widget_text div#widget-title-one.widget-title h3 {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 20px;
}

div#wrapper.clearfix div.container div#widgets.grid.col-300.fit div#text-2.widget-1.widget_text div.textwidget {
	margin-top: 5px;
}