﻿html, body {
	font-size:13px; 
	line-height:18px;
	height: 100%;
 }
body {background: #f9f9f9 url(../img/page-bg.jpg);}

p {
    font-size: 14px;
}

/***** Titles and Headings *****/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Arvo', sans-serif; 
	font-weight: normal;
	text-transform:uppercase; 
}	

h1.title-bg, h2.title-bg, h3.title-bg, h4.title-bg , h5.title-bg, h6.title-bg {
	background:#282828; 
	padding:10px 5px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px dotted #a9a9a9;
	border-top: 1px dotted #a9a9a9;
	color: #ef4f1d;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {color:#f3f3f1;}
h2 small {font-size: 30px;}
h5 small {font-size: 14px;}
h6 small {font-size: 12px;}

h5.title-bg button {
	float: right; 
	text-transform: none;
	margin-left:5px;
}

h4.title-bg button {
	float: right; 
	text-transform: none;
	margin-left:5px;
}

h4.title-bgf {
	float: leftt; 
	text-transform: none;
	margin-left:5px;
    border-bottom: 1px dotted #a9a9a9;
	padding:10px 0px;
	margin: 0px 0px 10px 0px;
	color: #ef4f1d;
}

 h5.connect {
    line-height: 1.7;
    }

.white {
  font-family: 'Arvo', sans-serif; 
  font-weight: normal;
  text-transform:uppercase; 
  font-size: 17.5px;
  color: #ffffff;
}

.whitish {
  color: #ffffff;
}

.whiten {
  color: #aaaaaa;
}

.white-large {
  font-family: 'Arvo', sans-serif; 
  font-weight: normal;
  text-transform:uppercase; 
  font-size: 31.5px;
  color: #ef4f1d;
}

.orange {
	color: #ef4f1d;
	font-weight: 600;
}

.orangeitalic {
	color: #ef4f1d;
	font-weight: 600;
    font-style: italic;
}

.gray {color: #858988}

.black {
	color: #282828;
	font-weight: 600;
}

.details {
  font-family: 'Arvo', sans-serif; 
  font-weight: normal;
  text-transform:uppercase; 
  font-size: 13px;
  color: #000000;
  margin: 13px 0 13px 28px;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

h2.centerabout {background: #e3e1dc; text-align: center;}

.map {border: 2px solid #383838;}
.g-recaptcha {padding: 0 0 10px 0}

.buttn {
  background-color: #f8f8f8;
  color: black;
  transition: 0.3s;
}

.buttn:hover {
  opacity: 0.7;
}

/***** Links *****/
a, a:hover { color:#ef4f1d; }

/***** Misc *****/
i {margin-right: 3px;}
p {margin-bottom: 20px;}
italic {font-style: italic;}
blockquote {
	font-size:16px; 
	line-height:24px; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-style:italic;
	border-left: 5px solid #999;
}
blockquoteII {
	font-size:13px; 
	font-style:italic;
}
blockquote.pull-right {border-right: 5px solid #999;}

mark {
    background-color: #ef4f1d;
    color:#ffffff;
}

.spacer {
	padding-top: 5px;
}

.spacer-stars {
	padding-bottom: 20px;
}

.spacer-portraits {
	padding-bottom: 10px;
}

.spacer-contact {
	padding-bottom: 40px;
}

.spacer-contact2 {
	padding-bottom: 14px;
    margin-top: -14px;
}

.negative-space-portfolio {
	margin-bottom: -70px;
}

.negative-space-about {
	margin-bottom: 30px;
}

.about2 {    
    background-image: url("../img/gallery/office6.png" width="1540px" height"530px");
    background-color: #cccccc;
}

.about2 {    
    max-width: 100%;
}


/**************************************
/ Header
**************************************/

.header_parked {
	background: white;
}

.logo { margin-top:40px; }
.logo img { padding-right:0px; }
.logo h5 { display: inline-block; }
.headline { margin-bottom:20px; }


.navigation { margin-top:40px; }      	/** navigation box bg color **/
.navigation .navbar { 
	float:right; background:#383838;
	border-bottom: 1px dotted #000000;
	border-top: 1px dotted #000000;
}
.navbar .nav > li > a { 
	font-family: 'Arvo', sans-serif; 
	font-weight: normal;
	text-shadow: none; 
	text-transform:uppercase; 
	font-size:12px; 
	padding: 10px 15px 10px;
	color:#FFF;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	color:#FFF; 								/* shows active nav box orange */
	background-color:#ef4f1d;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;  
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  	color:#FFF; 
	background-color:#ef4f1d;
}

ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }
.dropdown-menu{
	font-family: "Arvo", sans-serif; 
	font-weight: normal;
	color:white;
	text-transform:uppercase; 
	font-size:10px;
	padding: 0px;
	margin: 0px;
	background-color: #383838;
	border: none;
	*border-right-width: none;
	*border-bottom-width: none;
	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
	-webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
	-webkit-background-clip: none;
     -moz-background-clip: none;
          background-clip: none;
}
.navbar .nav > li > .dropdown-menu:before {
  border-right: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-bottom-color: none;
  color:white;
}
.dropdown-menu a {
	color:white; 
	border-bottom:1px solid #474747;
	padding: 10px 10px;
	margin:0px 10px;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color:white;
  text-decoration: none;
  background-color: #383838;
  background-image: none;
  filter: none;
}
.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: #fff;
  border-bottom-color: #fff;
  color:#fff;
}
.navbar .nav > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu:after {
  display: none;
}


/**************************************
/ Slider
**************************************/
.carousel-caption h4 { font-size: 14px; text-shadow:none; }
.carousel-caption {background: url(../img/post-item-hover.png);}
.carousel-control {border: none; top: 577px;}


/* ==========================================================================
   Pricing Tables
   ========================================================================== */


.pricing-table-wrapper {
	margin: 10px 0;
	text-align: left;
}

.pricing-table {
	display:inline-block;
}

.pricing-column {
	list-style:none;
	position:relative;
	
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	transition:0.3s;
}

.pricing-column:hover {
	-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.4);
	-moz-box-shadow:0 0 20px 0 rgba(0,0,0,0.4);
	box-shadow:0 0 20px 0 rgba(0,0,0,0.4);
	z-index:1;
}

.pricing-column:hover > .pricing-title {
    border-top: 3px solid rgba(255,60,0,0.8);
}

.pricing-column:hover > .pricing-button {
    background-color: #ccc;
}

.pricing-column li {
	white-space:nowrap;
	text-align:left;
	padding:13px;
	background:rgba(0,0,0,0.01);
	border-bottom:1px dotted rgba(0,0,0,0.1);
}

.pricing-column li:nth-child(even) {
	background: #f5f5f5;
}

.pricing-column li.pricing-title {
	color: rgba(255,60,0,0.8);
	font-size: 200%;
    font-weight: 600;
    border-top: 3px solid rgba(0,0,0,0.6);
}

.pricing-column li.pricing-prices span {
	color: rgba(255,60,0,0.8);
	font-size:200%;
	line-height:120%;
}

.pricing-column li.pricing-price {
	color: rgba(255,60,0,0.8);
	font-size: 200%;
	line-height: 120%;
}

.pricing-column li.pricing-price span {
	font-size:45%;
	line-height:120%;
}

.pricing-column .pricing-button .button {
	margin:0 !important;
    font-size: 14px;
}


/**************************************
/ Gallery
**************************************/
.grayed {color: #5A5A5A}
.gallery-title { margin-bottom:15px; }
.gallery-item { margin-bottom:15px; margin-top:15px; }

.gallery-hover-6col,
.gallery-hover-4col,
.gallery-hover-3col {
	display:none; 
	background:url(../img/gallery-item-hover.png);
	position:absolute; 
	z-index: 10;
}
.coming-soon {
	display: block;
    color: white;
	padding:105px 0px 0px 0px;
	font-family: Georgia;
	font-style: italic;
	text-align:center;
	width: auto\15;
    height: auto;
    max-width: 100%;
}
.project-details {
	background:#f8f8f8;
	display: block;
	padding:10px;
	border-bottom: 1px dotted #a9a9a9;
	font-family: Georgia;
	font-style: italic;
	text-align:center;
	width: auto\9;
    height: auto;
    max-width: 100%;
}
.project-details a {
	margin: 0px; 
	font-size: 13px; 
	font-style: normal;
	text-shadow:none;
	display: block;
	font-family: "Arvo", sans-serif; 
	font-weight: normal;
	text-transform:uppercase; 
}
.project-details {color: #6f6f6f;}
.project-details a {color: #333333;}
.project-details a:hover {color:#ef4f1d; text-decoration: none;}

.project-info {margin: 0px 0px 40px 0px;}
.project-info li { 
	list-style: none; 
	border-bottom: 1px dashed #a9a9a9;;
	padding: 10px; }
.project-info li h6 {display: inline; margin-right: 5px;}

.gallery-icons {
	z-index: 9;
	position:absolute;
	bottom: 0px; 
	right: 0px;
	width: 89px;
	height: 42px;
	display: block;
}
a.item-zoom-link { 
	height: 42px;
	width: 42px;
	background: #ffffff url(../img/gallery-item-icons.png) no-repeat;
	background-position: 0px 0px;
	position:absolute;
	display: block;
}
a.item-zoom-link2 { 
	height: 42px;
	width: 42px;
	background: #ffffff url(../img/gallery-item-icons.png) no-repeat;
	background-position: 0px 0px;
	position:absolute;
	left: 47px;
	display: block;
}
a.item-details-link { 
	height: 42px;
	width: 42px;
	background: #ffffff url(../img/gallery-item-icons.png) no-repeat;
	background-position: -42px 0px;
	position:absolute; 
	left: 47px;
	display: block;
}
a.item-zoom-link:hover {background: #ef4f1d url(../img/gallery-item-icons.png) no-repeat;}
a.item-details-link:hover {background: #ef4f1d url(../img/gallery-item-icons.png) no-repeat; background-position: -42px 0px;}

.gallery-post-grid {margin:0px;}
.gallery-post-grid li {list-style: none; float: left; margin-bottom: 30px;}

.gallery-cats {margin: 0px 0px 20px 0px;}
.gallery-cats li{
	list-style: none; 
	float: left; 
	padding: 0px 10px;
	border-left: 1px dotted #a9a9a9;
}
.gallery-cats li:first-child{border-left:0px;}
	
	
/**************************************
/ Blog
**************************************/
/*** Blog on Home Page ***/
.blog-summary {line-height: 18px;}
.post-info-shade { background:#f8f8f8; }
.post-info { line-height:20px; padding-top:10px; }
.post-info h4 {line-height: 26px; margin-top: 0px;}
.post-info h4 a, .post-info h4 a:hover {color:#333; text-decoration: none;}
.post-info ul li {list-style: none; padding-bottom: 2px; margin: 0px;}
.post-preview {line-height: 20px;}


/*** Blog List Page ***/
.blog article,
.blog section {margin-bottom: 40px;}
.blog article h3 {margin-top: 0px;}
.blog article h3 a, .blog article h4 a,
.blog article h3 a:hover, .blog article h4 a:hover {color:#333333; text-decoration: none;}
.blog h4 {line-height: 26px;}


.post-summary {background: #f8f8f8; padding-bottom: 20px; overflow: auto;}
.post-summary p {padding:20px; margin:0px;}
.post-summary-footer {margin: 0px; padding:0px 20px;}
.post-summary-footer button {margin: 0px; float:left;}
ul.post-data {float:right;}
ul.post-data-3 {margin-top:20px;}
ul.post-data li, ul.post-data-3 li {
	list-style: none; 
	float: left; 
	padding: 0px 10px;
	border-left: 1px dotted #a9a9a9;
}
ul.post-data li:first-child,
ul.post-data-3 li:first-child {border: none; padding-left: 0px;}
ul.post-data li:last-child {padding-right: 0px;}


.blog-style-2 h4 {margin-top:0px; margin-bottom: 10px;}
.blog-style-2 ul.post-data {margin:0px 0px 20px 0px;}
.blog-style-2 ul.post-data li {
	float: none; 
	margin:0px; 
	padding: 5px 0px 0px 0px;
	border: none;
}
.blog-post-grid {margin:0px;}
.blog-post-grid li {list-style: none; float: left; margin-bottom: 30px;}
.blog-post-hover { 
	display:none; 
	width:270px; height:220px;
	background:url(../img/post-item-hover.png);
	position:absolute; 
	z-index: 10;
}
.blog-post-hover p{
	color: #f8f8f8;
	padding:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.blog-post-hover a{
	font-family: "Arvo", sans-serif; 
	font-weight: normal;
	text-transform:uppercase; 
	font-size: 28px;
	line-height: 32px;
	font-style: normal;
	color: #f8f8f8;
}
.blog-post-hover a:hover{ text-decoration: none; color: #ef4f1d;}

/*** Blog Full Page ***/
.post-content {background: #f8f8f8; overflow: auto;}
.post-body {padding: 20px;}
.about-author img {float: left; margin-right: 20px;}

/*** Comments ***/
.comments ul {margin:0px;}
.comments ul li {
	list-style: none;
	padding: 20px;
	background: #f8f8f8;
	margin-bottom: 40px;
	border-bottom: 1px dotted #a9a9a9;
	border-top: 1px dotted #a9a9a9;
}
.comments ul li ul {margin-left:40px; padding-top: 20px;}
.comments ul li ul li {
	border-top: 1px dotted #a9a9a9;
	border-bottom: none;
	padding: 20px 20px;
	margin-bottom:0px;
}
.comments ul li ul li:last-child {padding-bottom: 0px;}

.comments ul li img {margin:0px 10px 10px 0px;}
.comment-name {
	font-family: "Arvo", sans-serif; 
	font-weight: normal;
	text-transform:uppercase; 
}
.comment-date {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	clear: both;
}
.comment-content { clear:both; padding-top:10px; }
.comment-form-container input,
#contact-form input {margin-bottom: 12px;}
.comment-form-container textarea,
#contact-form textarea {height: 150px;}
.comment-form-container .btn,
#contact-form .btn {margin-top: 12px;}


/**************************************
/ Sidebar
**************************************/
.sidebar input{width: 80%;}
.sidebar h5 {margin-top: 40px;}
.sidebar ul.post-category-list,
.sidebar .tab-content .tab-pane ul {margin:0px;}
.sidebar ul.post-category-list li,
.sidebar .tab-content .tab-pane ul li {
	list-style: none; 
	border-bottom: 1px dashed #a9a9a9;
	padding:10px 5px;
}
.sidebar ul.post-category-list li a{
	font-family: "Arvo", sans-serif; 
	font-weight: normal;
	text-transform:uppercase; 
}
.sidebar ul.post-category-list li:first-child,
.sidebar .tab-content .tab-pane ul li:first-child{ padding-top: 0px; }
.sidebar ul.post-category-list li:last-child { padding-bottom: 0px; border-bottom:none; }
.sidebar ul.post-category-list li i {padding-right: 5px; background-position: 0 -95px;}
.sidebar .tab-content .tab-pane ul li i {padding-right: 5px;}

.popular-posts{ margin: 0px;}
.popular-posts li {
	list-style: none; 
	margin-bottom: 20px; 
	clear: both;
	display: block;
	min-height: 70px;
}
.popular-posts li a, 
.popular-posts li a:hover {color:#858988; text-decoration: none;}
.popular-posts li img {float: left; margin-right: 20px;}
.popular-posts li em {font-family:Georgia, "Times New Roman", Times, serif;}
p.side {margin-bottom: 20px;}


/**************************************
/ Footer
**************************************/
.push {clear: both;}
.footer-container {
	width:100%;
	background:#333;
	clear: both;
}
.footer-row { margin-top: 30px;}
.footer-col {color:#ababab; font-size: 11px;}
.footer-col a {color:#dcdcdc; font-weight: bold;}
.footer-col a:hover {color:#ef4f1d; text-decoration: none;}
.footer-col h5, .footer-col strong {color:#f9f9f9; text-shadow:none;}
.footer-col h5 {margin-bottom: 25px;}
.footer-col ul {margin: 0px;}
.footer-col ul li {list-style: none; padding-bottom: 20px;}
.footer-col ul.post-list li {
	border-bottom: 1px dashed #504f4f;
	padding: 10px 0px;
}
ul.img-feed li {
	float: left; 
	margin: 0px 7px 7px 0px; 
	padding-bottom: 0px;
}

/**** Social Icons ****/
.social-icons {padding-top: 10px;}
.social-iconscontact {margin-left: 0px;}
.social-iconscontact li {
	list-style: none; 
	float: left;
	margin-right: 6px;
}
.social-icons li {
	list-style: none; 
	float: left;
	margin-right: 6px;
}

a.social-icon { 
	background: url(../img/social-icons.svg);
	display: block; 
	width: 46px; 
	height: 46px;
}
/**** Music Icons ****/
.music-icons {padding-top: 10px;}
.music-iconscontact {margin-left: 0px;}
.music-iconscontact li {
	list-style: none; 
	float: left;
	margin-right: 6px;
}
.music-icons li {
	list-style: none; 
	float: left;
	margin-right: 6px;
}

a.music-icon { 
	background: url(../img/music-icons.svg);
	display: block; 
	width: 46px; 
	height: 46px;
}
a.instagram {background-position: 0px 0px;}
a.instagram:hover {background-position: 0px -47px;}
a.youtube{background-position: -52px 0px;}
a.youtube:hover {background-position: -52px -47px;}
a.pinterest{background-position: -104px 0px;}
a.pinterest:hover {background-position: -104px -47px;}
a.facebook{background-position: -156px 0px;}
a.facebook:hover {background-position: -156px -47px;}
a.linkedin{background-position: -208px 0px;}
a.linkedin:hover {background-position: -208px -47px;}
/** MUSIC ICONS ***/
a.amazonmusic {background-position: 0px 0px;}
a.amazonmusic:hover {background-position: 0px -47px;}
a.applemusic{background-position: -52px 0px;}
a.applemusic:hover {background-position: -52px -47px;}
a.pandora{background-position: -104px 0px;}
a.pandora:hover {background-position: -104px -47px;}
a.soundcloud{background-position: -156px 0px;}
a.soundcloud:hover {background-position: -156px -47px;}
a.spotify{background-position: -208px 0px;}
a.spotify:hover {background-position: -208px -47px;}

/**** Sub Footer ****/
.footer-sub {background: #1f1f1f; padding: 10px 0px;}
.footer-sub div div span {padding: 0px 20px;}


/**************************************
/ MISC
**************************************/

.contact-response {
		width: 100%;
		float: none;
		height: auto;
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
		padding: 0px;
		line-height: 24px;
	}
.contact-response {
	display: inline-block;
	opacity: 0;
	float: right;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 50px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	}
.contact-response.contact-error {
	opacity: 1;
	color: #ff7d7d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.antispam {
	display: none !important;
}
#input_1 {
	height: 150px;
	}

h5.vvvvvvv {padding-top: 8px;}
.comingsoon {text-align: center; line-height:28px; margin: 20px 0px 30px 0px; font-family: "Arvo"; font-weight:700; font-size:20px; color:#858988;}
.center {text-align: center}
.center2 {
    text-align: center;
    margin: 40px 0px -10px 0px;
}
.centerhome {
	text-align: center;
	font-family: 'Arvo', sans-serif; 
	font-weight: normal;
	text-transform:uppercase; 
	font-size: 14px;
	padding-top: 10px;	
    cursor: -webkit-grab; cursor: grab;
}

.testimony_space {padding-bottom: 18px;}
.row {margin-bottom:40px;}
.row2 {margin-bottom:40px;}
.sub-row30 {margin-bottom:30px;}
.sub-row20 {margin-bottom:20px;}
.no-margin {margin-bottom:0px;}

a.accordion-toggle{background: #363636;}
.nav-tabs li.active a{background:#f8f8f8;}

.left {float: left;}
.right {float: right;}
.align-left{float: left; margin: 0px 20px 20px 0px;}
.align-left2{float: left; margin: 0px 20px 40px 0px; }
.align-right{float: right; margin: 0px 0px 20px 20px;}

.color-bg { background:#ef4f1d; }
.color { color:#ef4f1d; }
.color-bar-1, .color-bar-2 { width:100% }
.color-bar-1 { background:#414141; height:5px; }
.color-bar-2 { height:3px; }
.page-header { margin:0px }

.lead {line-height:28px; margin: 20px 0px 30px 0px; font-family: "Arvo"; font-weight:700; font-size:20px; color:#858988;}
.lead2 {line-height:28px; margin: 7px 0px 7px 0px; font-family: "Arvo"; font-weight:700; font-size:20px; color:#858988;}
.lead3 {line-height:28px; margin: 7px 0px 30px 0px; font-family: "Arvo"; font-weight:700; font-size:20px; color:#858988;}
.lead4 {line-height:28px; margin: 7px 0px 30px 0px; font-family: "Arvo"; font-weight:500; font-size:20px; color:#ffffff;}
.lead5 {line-height:28px; margin: 7px 0px 7px 0px; font-family: "Arvo"; font-weight:700; font-size:14px; color:#ef4f1d;}
.lead6 {line-height:28px; margin: 7px 0px 30px 0px; font-family: "Arvo", sans-serif; font-weight:700; font-size:12px; color:#8888888;}
.lead7 {line-height:28px; margin: 0px 0px 30px 20px; font-family: "Arvo"; font-weight:700; font-size:16px; color:#858988;}
.lead8 {line-height:28px; margin: 0px 0px 0px 20px; font-family: "Arvo"; font-weight:500; font-size:16px; color:#858988;}
.lead9 {line-height:28px; margin: 7px 0px 30px 0px; font-family: "Arvo"; font-weight:700; font-size:22px; color:#858988;}
.lead10 {line-height:4px; margin: 0px 0px 0px 0px; font-family: "Arvo"; font-weight:200; font-size:4px; color:#333;}
.lead11 {line-height:28px; margin: 7px 0px 7px 0px; font-family: "Arvo"; font-weight:700; font-size:20px; color:#fff;}
.lead12 {line-height:28px; margin: 7px 0px 30px 0px; font-family: "Arvo"; font-weight:700; font-size:22px; color:#ccc;}
.lead13 {line-height:28px; margin: 20px 0px 30px 0px; font-family: "Arvo"; font-weight:700; font-size:20px; color:#ef4f1d;}
.lead14 {line-height:18px; margin: 0px 0px 24px 0px; font-family: "Arvo"; font-weight:100; font-size:14px; color:#858988;}
.lead15 {line-height:18px; margin: 0px 0px 24px 0px; font-family: "Arvo"; letter-spacing: -1px; font-weight:100; font-size:12px; color:#858988 !important;}

.leadfaq3 {line-height:28px; margin: 7px 0px 1px 0px; font-family: "Arvo"; font-weight:700; font-size:20px; color:#858988;}
.faq3 {line-height:24px; margin: 7px 0px 14px 28px; font-family: "Arvo"; font-weight:500; font-size:16px; color:#ef4f1d;}

.leads {
	line-height:28px; 
	margin: 20px 0px 30px 0px; 
	font-family: "Arvo"; 
	font-weight:700; 
	font-size:20px; 
	color:#858988;
	/*width: 620px; */
}

#toTop {
	width:47px;
	height:47px;
	background:url(../img/back-top-btn.png) no-repeat;
	text-align:center;
	position:fixed;
	bottom:25px;
	right:20px;
	cursor:pointer;
	display:none;
	text-indent:-9999px;
	z-index:12; 
}

/***** Lightbox *****/
#lightbox-image-details-caption {
	font-family: "Arvo", sans-serif; 
	font-weight: normal;
	text-transform:uppercase;
	font-size: 14px;
}
#lightbox-secNav-btnClose {width: 30px; padding-bottom: 0;}
#lightbox-image-details-currentNumber {display: none; visibility: hidden;}


/***** Features Page *****/
.the-grid div {
	background: #e4e4e4; 
	padding:10px 0px; 
	text-align: center;
}
.form-examples input { margin-bottom: 10px;}
.the-icons {list-style: none; margin-left: 0;}
.the-icons li {float: left; width: 25%; line-height: 25px;}


/************** MEDIA QUERIES **************/

/* Small Monitor */
@media (min-width: 980px) and (max-width: 1199px) {
	.client-logos li:first-child {display: none;}
	.social-icons li:last-child {display:none;}
    .music-icons li:last-child {display:none;}
	iframe {width:300px;}
	ul.post-data-3 li:last-child {display: none;}

	.gallery-hover-6col {width:140px; height:114px;}
	.gallery-hover-4col {width:220px; height:180px;}
	.gallery-hover-3col {width:300px; height:311px;} /* original 243px */

	/* Clip descriptions */
	li.span4 .project-details {
	    -o-text-overflow: ellipsis;
	    text-overflow:    ellipsis;
	    overflow:hidden;
	    white-space:nowrap;
	    width: 280px;
	}
	li.span3 .project-details {
	    -o-text-overflow: ellipsis;
	    text-overflow:    ellipsis;
	    overflow:hidden;
	    white-space:nowrap;
	    width: 200px;
	}
	li.span2 .project-details {
	    -o-text-overflow: ellipsis;
	    text-overflow:    ellipsis;
	    overflow:hidden;
	    white-space:nowrap;
	    width: 120px;
	}
	.headline .lead {display: none;}
	
}

/* Portrait tablet */
@media (min-width: 768px) and (max-width: 979px) {
	.client-logos li:nth-last-child(-n+2) {display: none;}
	iframe {width:230px;}
	.blog-post-hover {width:220px; height:179px;}
	.blog-post-hover a{ font-size: 20px; line-height: 24px;}
	.post-summary-footer button {float: none; margin-bottom: 20px;}
	.blog article button {float: left; clear: both; margin-bottom: 20px;}
	ul.post-data-3 {display: none;}
	ul.post-data {float: none; clear: both; margin: 0px;}
	ul.post-data li:last-child {
		-o-text-overflow: ellipsis;
	    text-overflow:    ellipsis;
	    overflow:hidden;
	    white-space:nowrap;
	    width: 120px;
	}
	/* Clip descriptions */
	li.span2 .project-details {display:none;}
	li.span3 .project-details {
	    -o-text-overflow: ellipsis;
	    text-overflow:    ellipsis;
	    overflow:hidden;
	    white-space:nowrap;
	    width: 146px;
	}
	li.span4 .project-details {
	    -o-text-overflow: ellipsis;
	    text-overflow:    ellipsis;
	    overflow:hidden;
	    white-space:nowrap;
	    width: 208px;
	}
	.navbar .nav > li > a {padding: 10px 10px 10px;}

}

/* Mobile Portrait Size to Tablet Portrait Size */
@media only screen and  (max-width: 767px) {
	.the-icons li {float: none; width: 100%; line-height: 25px;}	
	.btn {margin-bottom: 20px;}
	ul.img-feed li:nth-last-child(-n+4) {display: none;}
	.footer-col {
		clear:both;
		overflow: auto;
		margin-bottom: 20px;
	}
	.footer-sub .right {display: none;}
	.post-summary-footer{display: none;}
	.post-summary{padding-bottom: 0px;}
	.blog-style-2 {display: none;}

}

/* Mobile Portrait and Landscape Size */
@media only screen and (max-width: 479px) {
	iframe {width:270px;}
	.blog h4 {width:260px;}
	li.span4 .project-details {width:260px;}

}

/* All Sizes up to Large Desktop */
@media only screen and (max-width: 1199px) {
	.post-info h4 {clear:both;}
	.blog-details-preview {display: none; border:1px solid #000;}
}

/* Mobile Landscape Size */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	li.span4 .project-details {width:350px;}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	.project-details {width: 250px; text-align: center}
	.gallery-post-grid {text-align: center}
	.project-details {margin-left:auto; margin-right: auto;}
	.gallery {text-align: center; }
	.gallery-cats { display: none;}
	li.span2 .project-details {
	    -o-text-overflow: ellipsis;
	    text-overflow:    ellipsis;
	    overflow:hidden;
	    white-space:nowrap;
	    width: 150px;
		}
	.logo, .navigation {text-align: center;}
	.row.header {margin-bottom: 30px;}
	.logo h5 {display: block;}

}

/* Large Desktop Size */
@media (min-width: 1200px) {
	.gallery-hover-6col {width:170px; height:139px;}
	.gallery-hover-4col {width:270px; height:220px;}
	.gallery-hover-3col {width:370px; height:370px;} /*original 300px */
}

@media (max-width: 767px) {
  body { padding-right: 0px; padding-left: 0px; }
  .container {margin-right: 20px; margin-left: 20px;}
 }

