body {
	background:url("../img/bg.jpg");
	color:#39444a;
}
a {
	color:#39444a;
}
.row {
	margin:0;
}
/*Navigation*/
.navbar-default{
	background-color:transparent;
	border-color:transparent;
}
.navbar-brand {
	width:51px;
}
a.navbar-brand {
	background:url("../img/logo.png") top / 100% no-repeat;
}
a.navbar-brand:hover {
	background-position:0 100%;
}
.navbar-default .navbar-nav>li>a {
	color:#39444a;
}
.navbar-nav li a {
	background: transparent;
}
.navbar-nav li a:hover {
	background: url("../img/home_hover.png");
}
.navbar-nav li.active > a {
	background: url("../img/home_active.png");
}
.navbar .navbar-nav {
  display: inline-block;
  float: left;
  vertical-align: top;
  width:calc(100% - 105px);
  padding:0 100px;
}
.navbar{
  text-align: center;
}
.navbar-nav > li {
	width:20%;
	float:left;
	padding:0 2%;
}
.nav >li >a {
	padding:15px 0;
	width:100%;
	display:inline-block;
}

h2 {
	text-align: center;
	margin: 20px 0 10px 0;
	font-size:1.5em;
}
/*Home Page*/
#header p {
	font-size:1.2em;
}
#examples p {
	margin:7px 0 10px;
	font-size:.85em;
}
#examples .carousel {
	border:5px solid white;
}
.carousel-inner>.item>img {
	width:100%;
}
.custom-carousel-width {
	width:35.8%;
}
.carousel-indicators {
	bottom:-40px;
	width:100%;
	text-align: right;
	left:0;
	margin-left:0;
}
.carousel-indicators li {
	border-color:black;
}
.carousel-indicators .active {
	background-color:black;
}
#reasoning > div{
	background:url("../img/back_border.png") top repeat-x ;
	font-size: 1.2em;
	padding:0;
}
#reasoning > div >h2 {
	text-align: left;
}
#method h3 {
	display:none;
}
#method > div > div:first-child h3 {
	color:#575757;
}
#method > div > div:nth-child(2) h3 {
	color:#68482e;
}
#method > div > div:nth-child(3) h3 {
	color:#6e6523;
}
#method > div > div:nth-child(4) h3 {
	color:#4f5d69;
}
#method > div > div:last-child h3 {
	color:#ce302e;
}
.methods-wrap {
	min-height:475px;
	margin-top:50px;
}

.methods-wrap img {
	width:100%;
}
.methods-wrap h4 {
	margin:10px 0;
	font-style:italic;
	font-size:1em;
} 
#clients {
	margin-top:50px;
}
#clients > div > div.happy-clients {
background:url("../img/back_border.png") top repeat-x;
}
#carousel-testimonials  {
	background:url("../img/back_yellow.png");
	max-width:375px;
	border-radius:50%;
	margin:0 auto;
	height:375px;
}
#carousel-testimonials .carousel-control {
	opacity:1;
	width:0;
}
#carousel-testimonials .carousel-control.right {
	right:20px;
}
#carousel-testimonials .carousel-control.left{
	left:20px;
}
#carousel-testimonials .carousel-inner {
	top:10.5%;
	width:80%;
	height:75%;
	margin:0 auto;
}
#carousel-testimonials .carousel-inner .item {
	padding:65px 20px;
	width:100%;
	margin:0 auto;
}
.clientlist {
	margin-top:30px;
	height:115px;
}
.clientlist > div {
	padding:0;
}
.clientlist ul {
	list-style-image: url("../img/back_li_star.png");
}
.clientlist  li {
	width:33%;
	float:left;
	font-size:.75em;
	margin-bottom:10px;
}
.ribbon {
	background:url("../img/back_call_to_action_ribbon.png"),url("../img/backcall1.png"), url("../img/back_call_to_action.png");
	background-position: left, right,center;
	background-repeat:no-repeat, no-repeat, repeat-x;
	background-size: 51px 143px, 206px 200px, 5px 143px;
	height:200px;
}
.ribbon > div {
	padding:50px 20px 50px 50px;
	width:calc(100% - 206px);
	height:100%;
	float:left;
}
.ribbon > div > p{
	display:inline-block;
}
.ribbon > div > p:first-child{
	padding: 40px 0 0 20px;
	font-size:1.5em;
}
.ribbon > div > p:nth-child(2) {
	float:right;
	font-size:1em;
	padding: 40px 35px 0 0px
}
.ribbon > div > p:last-child {
	display:none;
}
.proposal {
	width:206px;
	float:left;
	text-align: center;
	height:100%;
	padding:45px 30px;
	color:white;
}
.proposal p:nth-child(2) {
	font-size:2em;
    margin-bottom:5px;
    padding-bottom:5px;
    padding-top:5px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    font-style: normal;
}
.proposal:hover {
	background:url("../img/backcall2.png");
	background-size:100% 100%;
	color:#39444a;
}
.proposal:hover p:nth-child(2) {
	border-color:#39444a;
}
/*Studio Page*/
#studio >div>img {
	width:100%;
	border:5px solid white;
	margin-bottom:20px;
}
.studio-intro >div:first-child p {
	font-size: 1.2em;
}
#carousel-studio  {
	border:5px solid white;
}
#carousel-studio .carousel-indicators {
	text-align: left;
}
.studio-about {
	margin-top:50px;
}

.about-description {
	padding-left: 0;
	font-size:1.2em;
}
.about-description p {
	margin-bottom:20px;
}
.about-expectations h3 {
	font-size: 1.3em;
	margin:0 0 30px 0;
	text-align: center;
}
.about-expectations h4 {
	font-size: 1.2em;
}
.about-expectations p {
	margin-bottom:30px;
}
/*Work Page*/
.work-wrap > div {
	float:none;
	margin:0 auto;
	clear:both;
}
article:first-child {
	background:url("../img/back_border.png") top repeat-x;
	margin-top:10px;
}
.work-wrap div:last-child > div {
	padding:0;
}
.work-wrap div:last-child div img {
	width:95%;
	border:5px solid white;
	margin:10px 0;
}
.work-wrap div:last-child div a:last-child {
	text-decoration: none;
	color:#39444a;
}
.work-wrap div:last-child div a:last-child:hover {
	color:#39444a;
}
article h2 {
	text-align: left;
}
#logos img {
	-webkit-filter:grayscale(100%);
	filter: grayscale(100%);
	transition:all .5s ease-in-out;
}
#logos img:hover {
	-webkit-filter:grayscale(0%);
	filter:grayscale(0%);
}
/*Footer*/
footer > div {
	background:url("../img/footer_left_s.jpg"),url("../img/footer_right_s.jpg"), url("../img/footer_bg_s.jpg");
	background-position: left 0 top, right 0, center 0;
	background-repeat:no-repeat, no-repeat, repeat-x;
	height:206px;
	margin:50px 0;
}
footer li a {
    background: url("../img/back_footer_li_arrow.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
    text-decoration: none;
}
.footlogo {
    float:left;
    background-image: url("../img/logo_footer.gif");
    width:145px;
    height:64px;
    display:inline-block;
    margin-top:79px;
    margin-right:20px;
}
footer > div > div {
    float:left;
    display:inline-block;
    width:22%;
    margin-top: 15px;    
}
footer a {
    display: inline-block;
    background: url("../img/back_footer_li_arrow.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
    text-decoration: none;
}
footer ul {
	padding:0;
}
footer li {
    margin-bottom:4px;
    text-indent: 15px;
    list-style-type: none;
}
footer h4 {
    margin: 15px 0 15px 15px;
}
footer li a:hover {
    color:white;
    background-position: 0 -15px;
}
.twitter {
	width:30%;
	margin-left:30px;
}
.twitter p {
    font-size: 13px;
}
.copyright {
    text-align: center;
    padding-bottom: 50px;
    margin-top: 3%;
}
.copyline {
    background: url("../img/back_copy_line.png");
    background-repeat:repeat-x;
    width:20%;
    float:left;
    height:5px;
    margin-top:8px;
}
.copyright div:nth-child(2) {
       float:right;   
}
/*Breakpoints*/
@media only screen and (max-width : 992px) {
  footer div > div {
  	width:27%;
  }
  footer div > div:nth-child(2){
  	margin-left:7%;
  }
  #clients {
	margin-top:0;
	}
}
@media only screen and (max-width : 767px) {
  .navbar-nav > li {
  	width:100%;
  }
  .methods-wrap {
	min-height:0;
	margin-top:15px;
	padding:0;
	}
	#clients {
	margin-top:50px;
	}
	.navbar .navbar-nav {
		width:100%;
	}
	footer div > div:nth-child(2){
  	margin-left:100px;
  }
	 footer div > div {
  	width:45%;
  }
}
@media only screen and (min-width : 1200px) {
	.ribbon > div {
	background:url("../img/back_call_to_action_invisible.gif") no-repeat;
	background-position:42% 57%;
	}
}
@media only screen and (max-width : 1199px) {
	.ribbon > div > p:first-child{
	padding: 0;
	}
	.ribbon > div > p:nth-child(2){
	padding: 0;
	}
	.ribbon >div > p {
	width:100%;
	text-align: center;
	}
}
@media only screen and (max-width : 660px) {
	footer div > div:nth-child(3) {
  	display:none;
	}
	footer div >div:nth-child(2) {
		margin:0 auto;
		display:table;
		float:none;
	}
	.ribbon {
		background:url("../img/back_call_to_action_dot.png"),url("../img/back_call_to_action_dot.png"), url("../img/back_call_to_action.png");
		background-position: left 0 top, right 0, center 0;
		background-repeat:no-repeat, no-repeat, repeat-x;
		height:142px;
		margin-top:50px;
	}
	.ribbon > a:nth-child(2){
		display:none;
	}
	.ribbon > div {
		width:95%;
		padding:15px 2.5%;
	}
	.ribbon > div > p {
		font-size: 1em;
	}
	.ribbon > div > p:last-child {
		display:inline-block;
		text-decoration: none;
		color:#39444a;
		width:100%;
	}
	.ribbon > div > p > a {
		text-decoration:none;
		color:#39444a;
	}
	.clientlist {
		display:none;
	}
	.ribbon > div > p:first-child {
		font-size:1.2em;
	}
}
