/**** Global.css for COTIQU *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline; }

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block; }




/* 1.ROOT */
html {
	overflow-y: scroll;
	background: #fff;
}
body { 
	margin: 0 auto;
	padding: 12px 0 0 0;
	width: 100% /* 252px */;
	font: 100%/1.4 'Roboto', 'Helvetica Neue', Helvetica, Arial;
	color: #424242; 
	background-color: transparent;
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
	font-weight: 300;
}
.wrapper {
	width: 95%;
	margin: 0 auto;
}




/* 2.HEADINGS */ 
h2, 	
h3, 
h4, 
h5, 
h6,
.italicStyle,
.intro,
em,
q {
	font-family: 'Playfair Display', "Helvetica Neue", Helvetica, Arial;
	font-weight: normal;
	font-style: italic;
}
h1,
.title {
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial;
	font-weight: 300; 
	margin-bottom: 24px;
	font-size: 40px;
	line-height: 1.1;
	letter-spacing: -2px;
}
h2 { 
	margin-bottom: .75em;
	font-size: 30px;
	line-height: 1.2;
}
h3 { 
	margin-bottom: 1em;
	font-size: 24px;
	line-height: 1.3;
}
h4 { 
	margin-bottom: 1.25em;
	font-size: 20px;
	line-height: 1.25;
}
h5 { 
	margin-bottom: 1.5em;
	font-size: 20px;
}
h6 { 
	font-size: 18px;
}





/* 3.TYPOGRAPHY */

p, 
ol, 
ul, 
dl, 
address { 
	margin-bottom: 1.5em; 
	font-size: 1em;
}
ul, 
ol { 
	margin: 0 0 1.5em -24px; 
	padding-left: 24px;
}
ul { 
	list-style-type: disc;
	margin-left: 0.2em;
}
ol { 
	list-style-type: decimal;
	margin-left: 0.2em;
}
li ul, 
li ol { 
	margin: 0;
	font-size: 1em;
}
blockquote  { 
	margin: 0 0 1.5em -24px; 
	padding-left: 24px; 
	border-left: 1px solid rgb(200,200,200);
	font-style: italic;
}
sup, 
sub { 
	position: relative;
	font-size: 75%; 
	line-height: 0;
}
sup { 
	top: -.5em;
}
sub { 
	bottom: -.25em;
}
strong {
	font-weight: 900;
}





/* 4.LINKS */

a {
	outline: none;
	color: #0083da;
}
a:link {
	-webkit-tap-highlight-color: rgb(255,207,0);
}
a:visited {
	color: #666;
}
a:hover { 
	outline: none;
	color: #ff9c00; 
	text-decoration: none;
}
a:active, 
a:focus { 
	outline: none;
	color: #333;
}
.button,
.button:visited {
	background: #7a7878;
	color: #fff;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	display: inline-block;
	width: auto;
	padding: 0 15px;
	line-height: 34px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	border: none;
}
.button:hover {
	color: #333;
	background: #ff9d00;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(1, #ffd000), /* top line */
	    color-stop(0, #ff9c00) /* bottom */
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    #ffd000 0%,
	    #ff9c00 100%
	);
	background-image: linear-gradient(
		to bottom, 
		#ffd000 0%,
	    #ff9c00 100%
	);
	
}




/* 6.TABLES */

table { 
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.4em; 
	width: 100%;
}
th { 
	font-weight: bold;
}
th, td, caption { 
	padding: .25em 10px .25em 5px;
}






/* CUSTOM */
/* CUSTOM */
/* CUSTOM */
/* CUSTOM */




/***** Header *****/	
header {
	height: 60px;
	border-bottom: 1px solid #bcbcbd;
	margin: 0 0 12px 0;
}
header .wrapper {
	position: relative;
}
#logo {
	background: url(../images/interface/logo.png) no-repeat 0 0;
	background-size: 100% auto;
	width: 190px;
	height: 85px;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 3px;
}
#logo a {
	display: block;
	height: 45px;
}
#icon-menu {
	background: url(../images/interface/menu-icon.png) no-repeat 0 0;
	background-size: 100%;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 17px;
	right: 14px;
	z-index: 9999;
}
#icon-menu.icon-menu-close {
	background: url(../images/interface/menu-icon-close.png) no-repeat 0 0;
	background-size: 100%;
}
#icon-menu.icon-menu-back {
	background: url(../images/interface/menu-icon-back.png) no-repeat 0 0;
	background-size: 100%;
}




/***** Nav *****/
nav {
	display: none;
	position: absolute;
	top: 60px
}
nav ul {
	padding: 0;
	list-style-type: none;
}
nav li {
	padding: 0;
	border-bottom: 1px solid #f1f1f1;
}
nav a {
	display: block;
	padding: 10px 5px;
	text-decoration: none;
	color: #666666;
	font-weight: 300;
}
nav em {
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial;
	font-style: normal;
	font-weight: 300;
}




/***** Home *****/
section {
	border-bottom: 1px solid #ccc;
	margin-bottom: 24px;
	padding-bottom: 10px;
}
.serviceBox {
	margin-bottom: 24px;
}
.serviceBox h3 {
	margin-bottom: 4px;
	font-style: normal;
	line-height: 1.1;
}
.serviceBox p {
	margin-bottom: 6px;
}
.serviceBox a {
	text-decoration: none;
}
#news {
	border-bottom: none;
}
.newsBox {
	clear:left;
	overflow: hidden;
	margin-bottom: 20px;
}
 .newsBox img {
	float: left;
	width: 20%;
	height: auto;
	max-width: 175px;
	margin: 0 10px 0 0;
}
.newsBox h3 {
	margin: 0;
	padding: 3px 0 0 0;
}
.newsBox h3 a {
	text-decoration: none;
}
.newsBox p {
	display:none;
}
#clients {
	/*margin: 0 -2.6% 0 -2.6%;*/
	padding: 34px 2.6% 34px 2.6%;
	border-bottom: none;
	background: #f8f8f8;
}
/*.clientLogo {
	float: left;
	width: 50%;
	min-width: 150px;
	margin: 0 auto 15px auto;
	text-align: center;
}*/
.clientLogo img {
	width: auto;
    max-width: 202px;
    height: auto;
    display: block;
    max-height: 57px;
}
#clients q {
	clear: left;
	padding: 15px 0 0 0;
	font-size: 24px;
	line-height: 1.2;
	display: block;
	margin-bottom: 10px;
}




/***** Slider *****/
#sliderWrapper {
	background: #007acf;
	height: 240px;
	margin-bottom: 0 0 20px 0;
	padding: 0;
	position: relative; 
	overflow: auto; 
	width: 100% !important;
}
#sliderWrapper ul {
	padding: 0;
	margin: 0;
}
#sliderWrapper li {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}
#sliderWrapper li a { 
	display:block;
	height: 240px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 200px;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
}
#sliderWrapper ul li {
	float: left;
}
#sliderWrapper ol.dots {
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 9999;
	left: 50%;
	margin-left: -170px;
	bottom: 20px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#sliderWrapper ol.dots li {
	float: left;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-border-radius:6px;
	background: #fff;
	text-indent: -9999px;
	overflow: hidden;
	-moz-box-shadow: 0 -1px 1px 0 #000;
	-webkit-box-shadow: 0 -1px 1px 0 #000;
	box-shadow: 0 -1px 1px 0 #000;
	cursor: pointer;
}
#sliderWrapper ol.dots li.active {
	background-color: #ffb700;
}
#sliderWrapper h1,
#sliderWrapper .title {
	font-size: 30px;
	font-family: 'Playfair Display', "Helvetica Neue", Helvetica, Arial;
	font-weight: normal;
}
#sliderWrapper .title p {
	margin-bottom: 10px;
}
#sliderWrapper .title em {
	font-size: 18px;
	letter-spacing: 0;
	font-style: normal;
	line-height: 1.2;
	display: block;
}
#sliderWrapper .wrapper {
	padding: 10px;
}





/***** Page *****/
article {
	margin: 0 auto 34px auto;
	max-width: 600px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 24px 0;
}
.intro {
	font-size: 24px;
}
article img {
	width: 100%;
	max-width: 600px;
	height: auto;
	display: block;
	margin: 0 0 30px 0;
}
article li {
	margin-bottom: 1em;
}
article b {
	font-weight: 700;
}
.contactPanel h2 {
	font-size: 24px;
}
aside .box {
	border-bottom: 1px solid #ccc;
	margin-bottom: 24px;
	padding-bottom: 10px;
}
aside .box:last-child {
	border: none;
}
aside h2 {
	font-size: 34px;
}
aside h3 {
	font-style: normal;
}





/***** Services *****/
article .serviceBox {
	clear: both;
	overflow: hidden;
	margin: 0 0 30px 0;
}
article .servicesThumb {
	float: left;
	width: 20%;
	height: auto;
	max-width: 175px;
	margin: 0 2% 0 0;
}
article .servicesThumb img {
	margin: 0;
}
article .serviceBox h3 {
	margin: -5px 0 0 0;
}
article .serviceBox p {
	margin: 0 0 0 22%;
}
.subNav ul,
.servicesList ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.subNav li {
	margin-bottom: 4px;
}
.subNav ul .fa {
	margin-right: 5px;
}
.subNav h2 {
	margin-bottom: 20px;
}
.subNav a,
.servicesList a {
	font-family: 'Playfair Display', "Helvetica Neue", Helvetica, Arial;
	text-decoration: none;
}
.servicesList a {
	font-size: 18px;
}
.servicesList li {
	margin-bottom: 18px;
	line-height: 1.2;
	font-size: 15px;
	overflow: hidden;
}
.servicesList .imgWrapper {
	float: left;
	margin: 0 10px 0 0;
} 




/***** News *****/
.archiveList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.archiveList .fa {
	margin-right: 5px;
	color: #999;
}
.meta {
	color: #666;
}
.pagination {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}
.pagination li {
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 3px 0 0;
}
.pagination a {
	display: block;
	height: 50px;
	background: #f1f1f1;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	text-decoration: none;
}
.pagination a.active {
	background: #264370;
	color: #f1f1f1;
}





/***** Clients *****/
.clientBox h2 {
	background: #f8f8f8;
	text-align: center;
	padding: 12px 12px 1px 12px;
}
.clientBox .clientLogo {
	float: none;
	padding: 20px 0 0 0;
	margin: 0 auto;
	width: 60%;
	display: block;
}
.clientBox .featuredQuote {
	font-size: 20px;
	text-align: center;
}
.clientBox .featuredQuote cite {
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 24px;
}




/***** Contact *****/
form ol {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-type: none;
}
form li {
	margin-bottom: 15px;
}
form label {
	display: block;
	font-weight: 400;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 98%;
	max-width: 300px;
	border: 1px solid #ccc;
	background: #f8f8f8;
	padding: 5px;
}
input {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial;
	font-size: 1em;
	font-weight: 300;
}





/***** Footer *****/
footer {
	padding: 24px 12px 0 12px;
	/*margin: 0 -2.6%;*/
	color:#e5e5e5;
	overflow: hidden;
	background: #264370;
	background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(1, #294268), /* top line */
	    color-stop(0.65, #264370) /* bottom */
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    #294268 0%,
	    #264370 35%
	);
	background-image: linear-gradient(
		to bottom, 
		#294268 0%,
	    #264370 35%
	);
}
footer h2 {
	font-size: 34px;
}
footer a,
footer a:visited {
	color: #e5e5e5;
}
footer .fa {
	margin-right: 5px;
}
footer #col3 {
	display: none;
}
#footerSub {
	background: #061834;
	padding: 24px;
	margin: 0 -2.6%;
	text-align: center;
}
#footerSub ul {
	display: none;
}






/* 15.VENDOR-SPECIFIC */

::-webkit-selection { 
background: rgb(23,119,175); 
color: rgb(250,250,250); 
text-shadow: none; }

::-moz-selection { 
background: rgb(23,119,175); 
color: rgb(250,250,250); 
text-shadow: none; }

::selection { 
background: rgb(23,119,175); 
color: rgb(250,250,250); 
text-shadow: none; }

::-webkit-input-placeholder {
padding: 10px;
font-size: .875em; 
line-height: 1.4; }

input:-moz-placeholder { 
padding: 10px;
font-size: .875em; 
line-height: 1.4; }

input {
    -webkit-appearance: none;
}

div,
input,
textarea  { 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box; }


/* Sources: 
http://meyerweb.com/eric/tools/css/reset
http://people.opera.com/patrickl/experiments/keyboard/test
http://gist.github.com/413930
http://pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap
http://sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars
http://tjkdesign.com/ez-css/css/base.css
http://viget.com/inspire/styling-the-button-element-in-internet-explorer
http://code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing
http://html5doctor.com/html-5-reset-stylesheet/
http://praegnanz.de/weblog/htmlcssjs-kickstart/
http://camendesign.com/design/
http://yui.yahooapis.com/2.8.1/build/base/base.css
http://webaim.org/techniques/css/invisiblecontent/
http://drupal.org/node/897638
*/