/*!
 * Agency11 v1.4
 *
 * Copyright 2013 Theme Armada
 * Visit us for more Bootstrap themes at:
 * http://www.themearmada.com
 *
 * Hand crafted with love in Atlanta!
 */



/* ==========================================================================
   Global Styles
   ========================================================================== */


body {
	background: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}



h1, h2, h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
    color: #FFFFFF;
    text-transform: uppercase;
}

h3 {
	font-size: 37px;
    letter-spacing: 0px;
    line-height: 32px;
    text-transform: uppercase;
   
}

h4 {
	font-size: 21px;
    letter-spacing: -0.5px;
    line-height: 19px;
    text-transform: uppercase;
    color: #232527;
}

h5 {
	font-size: 19px;
    letter-spacing: 3px;
    line-height: 18px;
    text-transform: uppercase;
}


p {
	color: #A5ACAF;
}


.section-title {
	margin-bottom: 70px;
}


.section-title img {
	vertical-align: top;
}


a:hover {
	transition: color 0.35s;
	-moz-transition: color 0.35s; /* Firefox 4 */
	-webkit-transition: color 0.35s; /* Safari and Chrome */
	-o-transition: color 0.35s; /* Opera */
	text-decoration: none;
}

.btn-grey {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.btn-grey, .btn-red {
	background: none repeat scroll 0 0 #232527;
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: none;
    padding: 16px 30px;
    
}

.btn-grey:hover, .btn-grey:active {
	background: #323639;
	color: #FFFFFF;
	transition: all 0.35s ease 0s;
}

.btn-red{
	background: none repeat scroll 0 0 Blue;
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: none;
    padding: 16px 30px;
    
}

.btn-red:hover, .btn-red:active {
	background: Blue;   /*Color Change from Red */
	color: #FFFFFF;
	transition: all 0.35s ease 0s;
}


[class^="icon-"], [class*=" icon-"] {
	vertical-align: middle;
}



.scrollToTop, a.scrollToTop {
	width:35px;
	height:30px;
	border-radius: 4px;
	padding:10px;
	text-align:center;
	background: rgba(7, 86, 187, 0.9);  /*Color Change from Red Transparent*/
	font-weight: bold;
	font-size: 19px;
	color: #FFFFFF;
	text-decoration: none;
	position:fixed;
	bottom:20px;
	right:20px;
	display:none;
}
.scrollToTop:hover{
	text-decoration:none;
	color: #ececec;
}

::selection {
	background: #F85D5D; /* Safari */
	color: #FFFFFF;
	}
::-moz-selection {
	background: #F85D5D; /* Firefox */
	color: #FFFFFF;
}

iframe {
	width: 100%;
	height: inherit;
	border: none;
	background-color: transparent;
	overflow: hidden;
}

.dropdown-backdrop {
  position: static;
}

/* ==========================================================================
   Colors
   ========================================================================== */ 

.dark-grey {
	color: #232527;
}

.light-grey {
	color: #D2D2D2;
}

.red {
	color: Blue;
}

.blue {
	color: #75D2D7;
}

.white {
	color: #FFFFFF;
}




/* ==========================================================================
   Navbar Styles
   ========================================================================== */ 

.navbar-inverse .navbar-inner {
	background: url(../img/p6.png) repeat scroll 0 0 transparent;	
	background-color: #FFFFFF;
	border-color: transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0)
}


.navbar-inverse .btn-navbar {
	margin-top: 15px;
}

.navbar-inner {
	border: none;
	height: 64px;
}

.navbar .brand {
	padding-top: 15px;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
    background-color: #232527;
    color: #FFFFFF;
}

.navbar .nav > li > a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
	text-shadow: none;
	color: #232527;
	padding: 22px 15px;
}

.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
	background-color: #232527;
}



.navbar-fixed-top {
    margin-bottom: 0px;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-left: 0px;
    margin-right: 0px;
}

.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding: 0px;
}




/* ==========================================================================
   Home Styles
   ========================================================================== */ 
#home {
	background: rgba(7, 86, 187, 0.9);  /*Color Change from Red Transparent rgba(248,92,92,0.90)*/
	height: 1000px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00008b,endColorstr=#4169e1)"; /* IE8 */    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00008b,endColorstr=#4169e1);   /* IE6 & 7 */      zoom: 1;
}

.hero-text {
	padding-top: 35%;
}

.hero-text h1 {
	font-size: 80px;
    letter-spacing: 10px;
    line-height: 70px;
    margin-bottom: 30px;
}




/* ==========================================================================
   Work Styles
   ========================================================================== */ 
#work {
	background: url(../img/shattered.jpg) repeat; 
	background-color: #232527;
	padding: 130px 0px 130px 0px;
}


.item {
	padding-top: 30px;
}

.project-title {
	background: #FFFFFF;
	padding: 12px 10px 10px 10px;
	margin-top: 0px;
}

.project-title p {
	color: #a3a3a3;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    font-size: 16px;

}

.work:hover {
	opacity: 0.8;
	
	transition: all 0.35s;
	-moz-transition: all 0.35s; /* Firefox 4 */
	-webkit-transition: all 0.35s; /* Safari and Chrome */
	-o-transition: all 0.35s; /* Opera */

}


/* ==========================================================================
   Project Styles
   ========================================================================== */
#project {
	background: url(../img/shattered.jpg) repeat;
	background-color: #232527;
	padding: 130px 0px 110px 0px;
	height: auto;
}


#project img {
    padding-bottom: 5px;
}

#project p {
    color: #767676;
    margin-bottom: 25px;
}


#project h3 {
	font-size: 27px;
    letter-spacing: 0px;
    line-height: 23px;
    color: #FFFFFF;  
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    text-transform: none; 
}

#project h5 {
	font-size: 13px;
    color: #FFFFFF;
    line-height: 13px;   
}

a.back-to-work {
	font-size: 18px;
    letter-spacing: -0.5px;
    color: steelblue;  
    font-family: 'Open Sans', sans-serif;
	font-weight: 800;
    text-transform: uppercase; 
}

a:hover.back-to-work, a:active.back-to-work {
    color: #db5252;
    text-decoration: none;
}




/* ==========================================================================
   Client Styles
   ========================================================================== */
#clients {
	background: transparent;
}

.blue-overlay {
	background: rgba(117,210,215,0.92);
	padding: 130px 0px 130px 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#EA75D2D7,endColorstr=#EA75D2D7)"; /* IE8 */    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EA75D2D7,endColorstr=#EA75D2D7);   /* IE6 & 7 */      zoom: 1;
}

.featured-section-title {
	padding-top: 10px;
}



/* ==========================================================================
   Services Styles
   ========================================================================== */
#services {
	background: #F3F3F3;
	padding: 130px 0px 110px 0px;
	height: auto;
}

#services h4 {
	margin-top: 50px;
}

.service-box {
	padding-bottom: 30px;
}

#call-to-action {
	background: #232527;
	padding: 30px 0px;
}

#call-to-action h4 {
	color: #5F6263;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 55px;
	line-height: 53px;
}



/* ==========================================================================
   Team Styles
   ========================================================================== */
#team {
	background: url(../img/gray_jean.png) repeat;
	padding: 130px 0px 130px 0px;
	background-color: #EEEEEE;
}


.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
	margin-bottom: 85px;
}



.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow:inset 0 0 0 16px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
		
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-img-1 { 
	background-image: url(../img/1.jpg);
}

.ch-img-2 { 
	background-image: url(../img/2.jpg);
}

.ch-img-3 { 
	background-image: url(../img/3.jpg);
}

.ch-img-4 { 
	background-image: url(../img/4.jpg);
}


.ch-info {
	position: absolute;
	background: steelblue;
	width: inherit;
	height: inherit;
	border-radius: 50%;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	-webkit-backface-visibility: hidden;

}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 19px;
	margin: 60px 30px 0;
	padding: 10px 0 0 0;
	height: 40px;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out 0.4s;
	-moz-transition: all 0.5s ease-in-out 0.4s;
	-o-transition: all 0.5s ease-in-out 0.4s;
	-ms-transition: all 0.5s ease-in-out 0.4s;
	transition: all 0.5s ease-in-out 0.4s;
}

.ch-info p a {
	display: block;
	color: #75D2D7;
	color: rgba(117,210,215,0.85);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #75D2D7;
	text-decoration: none;
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 1px rgba(255,255,255,0.2),
		0 1px 2px rgba(0,0,0,0.1);
}
.ch-item:hover .ch-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.ch-item:hover .ch-info p {
	opacity: 1;
}


.team-info-mobile {
	padding-top: 10px;
}

.team-info-mobile h3 {
	color: #232527;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 19px;
	margin: 0px 30px 0;
	padding: 10px 0 0 0;
	height: 40px;
	font-family: 'Open Sans', sans-serif;
}

.team-info-mobile a, .team-info-mobile a:hover, .team-info-mobile a:active {
	color: #75D2D7;
}





/* ==========================================================================
   News Styles
   ========================================================================== */
#news {
    padding: 130px 0px 130px 0px;
	background: #F85D5D;
}


#news h5 {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 30px;
}

#news h4 {
	color: #232527;
	text-transform: none;
}

#news p {
	color: #FFFFFF;
}

.news-article {
	border-bottom: 1px dotted rgba(255,255,255,0.85);
	padding-bottom: 30px;
	margin-top: 20px;
}

.date {
	background: #232527;
	padding: 12px 8px 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	text-align: center;
	max-width: 90px;
	margin-top: 12px;
}

.day {
	color: #75D2D7;
	font-size: 34px;
}

.month {
	color: #FFFFFF;
	font-size: 16px;
}

a.more {
	background: #FFFFFF;
	color: #232527;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	padding: 10px 15px;
	text-transform: uppercase;
}


#message-cycle > p {
	padding: 20px;
	font-weight: 300;
	font-style: italic;
}

#message-cycle a, #message-cycle a:hover {
  font-weight: bold;
  color: #F85D5D;
}


.message-cycle-container {
	position: relative;
	width: 90%;
	height: 100px;
	padding: 6px 10px 20px 0px;
	background: #232527;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 70px;
}

.message-cycle-container:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 21px;
	border-style: solid;
	border-width: 15px 15px 0;
	border-color: #232527 transparent;
	display: block;
	width: 0;
	z-index: 1;
	
}


.instagram-feed {
	width: 255px;
	height: 170px;
	
}




/* ==========================================================================
   Contact Styles
   ========================================================================== */ 
#contact {
	padding: 0px 0px 130px 0px;
	background: #F7F7F7;
}


.map {
	padding-bottom: 130px;
	height: 265px;
}

#contact h3 {
	color: #232527;
}

#contact h5 {
	margin-bottom: 15px;
}

p.tel, p.tel a, p.tel a:hover  {
	color: #232527;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
}

ul.socialize {
	list-style: none;
	margin-left: 0px;
}

ul.socialize li {
	display: inline;
	line-height: 30px;
}

ul.socialize li a {
	color: royalblue; /*color change from red #F85D5D*/
	text-decoration: none;
}

ul.socialize li a:hover {
	color: #d64c4c;
	text-decoration: none;
}





/* ==========================================================================
   Footer Styles
   ========================================================================== */ 
footer {
	padding: 40px 0px 130px 0px;
	background: #FFFFFF;
}

ul.footer-links {
	list-style: none;
}

ul.footer-links li {
	display: inline;
	padding-left: 10px;
}

ul.footer-links a {
	color: #232527;
	letter-spacing: -0.5px;
	font-size: 14px;
	font-weight: bold;
}

ul.footer-links a:hover {
	color: #979797;
	text-decoration: none;
}

footer a {
	color: #232527;
}

footer a:hover {
	color: #979797;
	text-decoration: none;
}








/* ==========================================================================
   Mobile Styles
   ========================================================================== */ 



/* Landscape phones and down */
@media (max-width: 480px) { 

.navbar, .nav.pull-right {
    background: #232527;
    top:9px;
}

.navbar .nav > li > a {
	padding: 14px 15px;
}



.hero-text h1 {
	font-size: 40px;
    letter-spacing: 5px;
    line-height: 36px;
    margin-bottom: 20px;
}

.row-fluid, .section-title {
	text-align: center;
}

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
	padding-left: 10px;
	padding-right: 10px;
}

.client {
	padding-bottom: 20px;
}

#call-to-action h4 {
	font-size: 40px;
	line-height: 36px;
}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow:inset 0 0 0 0px rgba(255,255,255,0.0), 0 0px 0px rgba(0,0,0,0.0);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 0px rgba(0,0,0,0.0),
		0 0px 0px rgba(0,0,0,0.0);
}
.ch-item:hover .ch-info {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 0;
}

.ch-item:hover .ch-info p {
	opacity: 0;
}


#contact .span4 {
	padding-bottom: 30px;
}

ul.footer-links {
	margin-top: 50px;
	text-align: center;
}

	
}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 


.navbar, .nav.pull-right {
    background: #232527;
    top:9px;
}

.navbar .nav > li > a {
	padding: 14px 15px;
}


.hero-text h1 {
	font-size: 40px;
    letter-spacing: 5px;
    line-height: 36px;
    margin-bottom: 20px;
}

.row-fluid, .section-title {
	text-align: center;
}

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
	padding-left: 10px;
	padding-right: 10px;
}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow:inset 0 0 0 0px rgba(255,255,255,0.0), 0 0px 0px rgba(0,0,0,0.0);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 0px rgba(0,0,0,0.0),
		0 0px 0px rgba(0,0,0,0.0);
}
.ch-item:hover .ch-info {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 0;
}

.ch-item:hover .ch-info p {
	opacity: 0;
}

#call-to-action h4 {
	font-size: 40px;
	line-height: 36px;
}

#contact .span4 {
	padding-bottom: 30px;
}

ul.footer-links {
	margin-top: 50px;
	text-align: center;
}


}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

.navbar, .nav.pull-right {
    background: #232527;
    top:9px;
}

.navbar .nav > li > a {
	padding: 14px 15px;
}

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	cursor: default;
	box-shadow:inset 0 0 0 0px rgba(255,255,255,0.0), 0 0px 0px rgba(0,0,0,0.0);
}

.ch-item:hover {
	box-shadow: 
		inset 0 0 0 0px rgba(0,0,0,0.0),
		0 0px 0px rgba(0,0,0,0.0);
}
.ch-item:hover .ch-info {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 0;
}

.ch-item:hover .ch-info p {
	opacity: 0;
}

	
}




/* Desktops and laptops ----------- */
@media (min-width: 980px) and (max-width: 1699px) {

}
     


/* Large screens ----------- */
@media (min-width: 1700px) and (max-width: 2200px) {

}   

