/***** Desktop css for COTIQU *****/
body {
	padding; 0;
	width: 100%;
}
.wrapper {
	max-width: 990px;
	margin: 0 auto;
	position: relative;
}




/***** Header *****/
header {
	height: 115px;
}
#logo {
	width: 245px;
	height: 60px;
	top: 30px;
}
nav {
	top: 36px;
}
nav li {
	margin: 0 0 0 30px;
}




/***** Home *****/
#services {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;	
}
#services .serviceBox {
	width: 30%;
	margin: 0 5% 34px 0;
	height: 207px;
}
#services .serviceBox:nth-child(2n+1) {
	margin-right: 5%;
}
#services .serviceBox:nth-child(3n+1) {
	margin-right: 0;
}
#news h2 {
	margin-bottom: 36px;
}
#news h3 {
	padding: 15px 15px 0 0;
	line-height: 1.2;
	margin-bottom: 15px;
}
#news p {
	display: block;
	padding-right: 15px;
}
#news img {
	width: 175px;
	max-width: 175px;
	margin-right: 15px;
}
#clients {
	padding-bottom: 62px;
}
#clients h2 {
	margin-bottom: 32px;
}
.clientLogo {
	width: 25%;
	margin-bottom: 25px;
}







/***** Slider *****/
#sliderWrapper {
	background: #000;
	height: 500px;
}
#sliderWrapper li {
	height: 500px;
}
#sliderWrapper li a { 
	height: 500px;
	background-size: auto 500px;
}
#sliderWrapper ol.dots {
	margin-left: -490px;
	bottom: 30px;
}
.ribbon {
	height: 200px;
	top: 150px;
}
#sliderWrapper h1,
#sliderWrapper .title {
	width: 700px;
	font-size: 36px;
	text-shadow: #444 0 1px 0px;
	margin-top: 178px;
}
.logoLarge {
	width: 257px;
	height: 270px;
	background: url(../images/interface/home-logo-large.png) no-repeat 0 0;
	position: absolute;
	right: 0;
	top: 103px;
}




/***** Page *****/
article {
	width: 600px;
	padding: 42px 45px 45px 0;
	margin: 0;
}
aside {
	width: 300px;
	padding: 30px 0;
}
article h1 {
	margin-bottom: 43px;
}
.intro {
	color: #666;
	margin: -15px 0 39px 0;
}
aside h2 {
	margin-bottom: 32px;
}
aside .box {
	margin-bottom: 40px;
}
aside .newsBox img {
	margin: 0 10px 0 0;
}
aside .newsBox h3 {
	margin: 0;
	padding: 8px 3px 0 0;
	font-size: 18px;
	line-height: 1.1;
}




/***** News *****/
article .newsBox {
	margin-bottom: 50px;
}



/***** Services *****/
article .serviceBox {
	margin: 0 0 50px 0;
}
article .servicesThumb {
	width: 150px;
}
article .serviceBox h3 {
	margin: 0 0 5px 0;
}




/***** Clients *****/
.clientBox {
	
	margin-bottom: 50px;
}
.clientBox h2 {
	padding: 24px;
}
.clientBox img {
	margin: 0 auto;
	padding: 0;
	width: 210px;
	max-width: 210px;
}
.clientBox .featuredQuote {
	font-size: 23px;
	width: 95%;
	text-align: center;
}
.clientBox .featuredQuote cite {
	font-weight: 300;
}




/***** Footer *****/
footer {
	padding-top: 50px;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(1, #294268), /* top line */
	    color-stop(0.5, #264370) /* bottom */
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    #294268 0%,
	    #264370 5%
	);
	background-image: linear-gradient(
		to bottom, 
		#294268 0%,
	    #264370 5%
	);
}
footer .wrapper {
	overflow: hidden;
	padding: 0 0 34px 0;
	
}
#col1 {
	width: 24%;
}
#col2 {
	width: 47%;
	float: left;
}
#col3 {
	width: 25%;
	float: right;
	clear: none;
	padding: 0;
	border: none;
}
footer h2 {
	font-size: 30px;
}
footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
footer li {
	margin-bottom: 15px;
}
#footerSub {
	line-height: 100px;
	padding: 0;
	font-size: 15px;
}
#footerSub li {
	margin-right: 24px;
}
#footerSub p {
	margin: 0;
}
#footerSub .wrapper {
	padding-bottom: 0;
}