/*
=======================================================
	Meyers tag reset
=======================================================
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
=======================================================
	Font face
=======================================================
*/
@font-face {
	font-family: 'CenturyGothic';
	src: url('../font/CenturyGothic.eot');
	src: local('☺'),
		url('../font/CenturyGothic.woff') format('woff'),
		url('../font/CenturyGothic.ttf') format('truetype'),
		url('../font/CenturyGothic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
=======================================================
	Main structure
=======================================================
*/
body {
	/*background:#fff url(../i/bg_body.png) repeat-x center top;*/
	background:#879197 url(../i/bg_body.png) repeat-x center top;
	font:16px Arial, Helvetica, sans-serif;
	color:#9AA4AB;
	text-align:center
}

div#stripe {
	background:url(../i/bg_stripe.png) repeat-x center top;
	height:11px;
	position:fixed;
	width:100%;
	top:0;
	z-index:99999
}

div#wrap {
	width:940px;
	margin:11px auto 0;
	text-align:left;
}

#site-header {
	height:283px;
}

/* sections */
#our-work {
	height:1000px;
	padding-top:73px;
}
#about-us {
	height:550px;
	padding-top:73px;
}
#contact-us {
	color:#fff;
	height:640px;
	padding-top:73px
}

footer {
	padding:15px 0 220px	
}

.content {
	padding:0 37px;
}

footer .contrnt {
	padding-right:0;
}

/*
=======================================================
	Navigation
=======================================================
*/
#site-header nav ul {
	position:fixed;
	background:#AEB6BC;
	width:337px;
	padding:20px;
	text-align:center;
	z-index:99999;
	-webkit-border-bottom-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;	
}
#site-header nav li {
	display:inline;
	list-style:none;
	padding:0 15px
}
#site-header nav li a {
	color:#fff;
	font-size:18px;
	font-family:'CenturyGothic', Century Gothic, Arial, Sans-Serif;
	text-decoration:none;
	-webkit-transition: color linear 0.5s;
	-moz-transition: color linear 0.5s;
	-ms-transition: color linear 0.5s;
	-o-transition: color linear 0.5s;
	transition: color linear 0.5s;
}
#site-header nav li a:hover {
	color:#fff;
	outline:0
}

ul#social_links {
	float:right;
	margin-top:10px
}
ul#social_links li {
	display:block;
	float:left;
	width:46px;
	height:45px;
	margin-left:10px;
	list-style:none;
}
ul#social_links li a {
	display: block;
	width: 46px;
	height: 45px;
	text-indent: -9999px;
	-webkit-transition: opacity .4s ease-in-out, background 0s 2012s; 
    -moz-transition: opacity .4s ease-in-out, background 0s 2012s; 
    -o-transition: opacity .4s ease-in-out, background 0s 2012s; 
    transition: opacity .4s ease-in-out, background 0s 2012s;
}
ul#social_links li a:hover,
ul#social_links li a:focus {
	background-position: 0 0;
	opacity: 0; 
}
ul#social_links li.social_link_tw {
	background:url(../i/link_social_twitter.png) top;
}
ul#social_links li.social_link_tw a {
	background:url(../i/link_social_twitter.png) bottom;
}

ul#social_links li.social_link_fb {
	background:url(../i/link_social_facebook.png) top;
}
ul#social_links li.social_link_fb a {
	background:url(../i/link_social_facebook.png) bottom;
}

/*
=======================================================
	Typography
=======================================================
*/
h1, h2 {
	letter-spacing:-2px;
	font-family:'CenturyGothic', Century Gothic, Arial, Sans-Serif;
}

#site-header h1 {
	background:url(../i/logo.png) no-repeat bottom right;
	height:74px;
	text-indent:-9999px;
	padding-top:33px
}

#site-header h2 {
	clear:right;
	font-size:47px;
	color:#9AA4AB;
	letter-spacing:-2px;
	padding:50px 37px 50px;
	line-height:1.2;
}

#our-work h1,
#about-us h1,
#contact-us h1 {
	font-size:36px;
	padding:15px 0 0 37px;
	margin: 0 0 20px;
	width:337px;
	background:#E8EBED;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;	
}

#about-us h1 {
	background:#fff;	
}

#contact-us h1 {
	background:#9AA4AB;
	color:#fff	
}

footer h1 {
	font-size:47px;
	color:#fff;
	float:left;
}

p {
	line-height:1.3;
	margin:0 0 20px;
}

footer p {
	clear:both;
	padding:20px 0 0;
	margin:0;
	color:#fff;
}

address {
	font-style:normal;
	margin:20px 0;
	line-height:1.3
}

/*
=======================================================
	Lists
=======================================================
*/
ul#services {
	float:right;
	width:307px;
	margin-left:25px;
	padding-bottom:31px;
	background:url(../i/bg_ul_services.png) no-repeat center bottom;
}
ul#services li a {
	display:block;
	padding:13px 15px;
	color:#fff;
	font-size:22px;
	font-family:'CenturyGothic', Century Gothic, Arial, Sans-Serif;
	text-decoration:none;
	background:url(../i/bg_ul_services_a.png) no-repeat 95% 50%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 20px;	
}

ul#services li a.service-1 { background-color:#7E246B }
ul#services li a#service-2 { background-color:#981F69 }
ul#services li a#service-3 { background-color:#B11868 }
ul#services li a#service-4 { background-color:#DC5B91 }
ul#services li a#service-5 { background-color:#D9451F }
ul#services li a#service-6 { background-color:#DE781C }
ul#services li a#service-7 { background-color:#E4A613 }
ul#services li a#service-8 { background-color:#E8BC07 }

ul#services li a.service-1:hover,
ul#services li a#service-2:hover,
ul#services li a#service-3:hover,
ul#services li a#service-4:hover,
ul#services li a#service-5:hover,
ul#services li a#service-6:hover,
ul#services li a#service-7:hover,
ul#services li a#service-8:hover { background-color:#9AA4AB }



/*
=======================================================
	Portfolio styling
=======================================================
*/
.folio {
    float: left;
    position: relative;
    overflow: hidden;
    width: 395px;
	border:10px solid #fff;
	margin:0 30px 30px 0;
    height: 250px;
    background: #000 url(../i/progress.gif) no-repeat center center;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.folio-backdrop {
    display: none;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #111;
}

.folio-overlay {
    display: none;
    z-index: 5;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #576168;
    bottom: -50px;
    height: 100px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.folio-overlay:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.folio-details {
	margin:15px 20px;
}	
.folio-details h2 {
	font-size:16px;
	letter-spacing:normal;
	color:#fff;
	margin:0 0 15px;
	text-shadow:1px 1px 0 rgb(0,0,0);
}
.folio-details a:link,
.folio-details a:visited {
	color:#E8EBED;
}
.folio-details a:hover {
	color:#fff;
}

/*
=======================================================
	Clearing floats and floats
=======================================================
*/
.clearfix:after, .container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow:hidden;
}
.clear { clear:both; }

.floatl {
	float:left;
}

/*
=======================================================
	Forms
=======================================================
*/
input,
textarea,
button {
  font-family:'CenturyGothic', Century Gothic, Arial, Sans-Serif;
  font-size:18px;
  font-weight: normal;
  line-height: normal;
  display: inline-block;
  width: 271px;
  padding: 10px 14px;
  color: #808080;
  border:none;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: box-shadow linear 0.2s;
  -moz-transition:box-shadow linear 0.2s;
  -ms-transition: box-shadow linear 0.2s;
  -o-transition: box-shadow linear 0.2s;
  transition: box-shadow linear 0.2s;
}
textarea {
	height:110px;
	width:460px;
}
input:focus,
textarea:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 8px 2px #7B2B83;
  -moz-box-shadow: 0 0 8px 2px rgba(123, 43, 131, 0.6);
  box-shadow: 0 0 8px 2px #7B2B83;
}

form {
	float:left;
	width:628px;
	border-right:1px solid #fff;
	margin-right:20px;
	}
form p {
	width:500px;
	margin-bottom:10px
}
form fieldset {
	border: none;
	margin-bottom: 10px;
}
form fieldset:last-of-type {
	margin-bottom: 0;
}
form legend {
	display:none
}
form ol li {
	line-height: 30px;
	list-style: none;
	padding: 5px 0;
	margin: 0 10px 2px 0;
}
form ol li.textarea {
	margin:0;
}
form label {
	display:none
}

/* Buttons from Twitter Bootstrap */
.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #7E246B;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B080B5', endColorstr='#7B2B83', GradientType=0);
  height:130px;
  width:120px;
  text-decoration:none;
  text-transform:uppercase;
  color: #ffffff;
  line-height: normal;
  /*border-bottom-color: #bbb;*/
}
.btn:hover {
  background-position: 0 -15px;
  text-decoration: none;
  color:#fff
}
.btn:focus {
  outline: 1px dotted #666;
}
.btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 7px 9px 7px;
  font-size: 11px;
}
:root .alert-message, :root .btn {
  border-radius: 0 \0;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
