/*Google Font*/
@import url(http://fonts.googleapis.com/css?family=Abel);

/*Layout*/
body {
	font-family: 'Abel', sans-serif;
	font-size:17px;
	line-height:23px;
	color:#000;
}

.container {
	width:994px;
	position:relative;
}

.container .inner {
	padding-left:15px;
	padding-right:15px;
}

h1, h2, h3, h4, h5 {
	color:#2c2c2c;
}

p {
	margin:0 0 35px;
}

a {
	color:#189bb7;
}

hr {
	border-color:#bbbaba;
	border-width:0 0 1px;
}

/*Header*/
header .wrapper {
	padding:20px 0;
}

/*Logo*/
.navbar .brand {
  float: left;
  display: block;
  padding: 0;
  margin: 0 5px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

/*Navbar*/
.navbar {
	margin-bottom:0;
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 110px;
	padding:15px 0;
}

.navbar .nav > li > a {
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
  float: none;
  padding: 10px 15px 10px;
  color: #b4b4b4;
  text-decoration: none;
  text-shadow: 0 0 0 #ffffff;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
}

/*Social*/
.social {
	width:130px;
	margin-top:22px;
}

.social a {
	text-indent:-999;
	display:inline-table;
	padding:0 4px;
}

.social a.linkedin {
	background:url('../img/icon-linkedin.png') 0 0 no-repeat;
	width:18px;
	height:17px;
}

.social a.twitter {
	background:url('../img/icon-twitter.png') 0 0 no-repeat;
	width:26px;
	height:16px;
}
.social a.facebook {
	background:url('../img/icon-facebook.png') 0 0 no-repeat;
	width:9px;
	height:19px;
}

.social a.vimeo {
	background:url('../img/icon-vimeo.png') 0 0 no-repeat;
	width:17px;
	height:16px;
}

/*Featured*/
.featured {
	background:url('../img/featured.jpg') 50% 0 no-repeat;
	background-size:auto auto;
	min-height:510px;
	margin-bottom:65px;
}

.featured h3 {
	color:#FFF;
	font-size:40px;
	line-height:44px;
	font-weight:normal;
	margin:160px 0 10px;
}

.featured h3 span {
	font-weight:bold;
}

.btn-yellow {
  color: #ffffff;
  background-color: #fec625;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #FFFFFF;
	font-weight:bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active {
	color:#FFF;
	background-color:#e9b319;
	text-decoration:none;
}

/*About*/
.about {
	background:#FFF url('../img/about-bg-home.png') 50% 0 no-repeat
}

.about .inner {
	padding:70px 115px 150px;
}

.about .logo {
	background:url('../img/logo-grey.png') 0 0 no-repeat;
	width:78px;
	height:78px;
	float:left;
	margin:100px 25px 90px 15px;
}

.about h1 {
	font-size:80px;
	line-height:90px;
	margin:5px 0 10px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:-3px;
}

.about h1 span {
	font-weight:bold;
}

.about .btn-yellow {
	padding:10px 50px;
	margin-left:170px;
}

/*Work*/
.work {
	background:#eeedec url('../img/bg-content.png') 50% 0 repeat-x;
}

.work .inner {
	padding:40px 50px 60px;
}

#work {
	width:100%;
}

.work h2 {
	font-size:60px;
	line-height:80px;
	margin:40px 0 10px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:-3px;
	text-align:center;
}

.work h2 span {
	font-weight:bold;
}

.work .btn-yellow, .client .btn-yellow {
  color: #ffffff;
  background-color: #fec625;
  display: block;
  *zoom: 1;
  padding: 10px 0;
	text-align:center;
	width:180px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #FFFFFF;
	font-weight:bold;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
	position:absolute;
	bottom:0;
	left:400px;
}

.work .btn-yellow:hover, .work .btn-yellow:focus, .work .btn-yellow:active,
.client .btn-yellow:hover, .client .btn-yellow:focus, .client .btn-yellow:active {
	color:#FFF;
	background-color:#e9b319;
	text-decoration:none;
}


/*Responsive Tile Gallery */
.rtg-categories > li > a {
	color:white;
}

.rtg-categories > li > a.rtg-current-category {
	/*Color for the current category*/
	background-color:transparent;
	/*Fort for the current category*/
	color:#1a9ab6 !important;
	text-decoration:underline;
}

/* captions customization */
.rtg-images > div > div > p {
	background: rgba(0, 0, 0, .6); /*for ie7 and ie8 transparency, change ieCaptionOpacity.png (applied in rtg.js)*/
	color: white;
	font-size: 18px;
	font-weight: 300;
	padding:5px 0px;
	text-align: center;
	text-transform: uppercase;
}

/* style for links in your paragraphs */
.rtg-images > div > div > p > a {
	background-color: #0875a8;
	color: white;
	padding: 1px 8px;
	text-decoration: none;
}

/*EDIT PAST THIS LINE AT YOUR OWN RISK!*/
/*Category style*/
.rtg-categories {
	padding:0;
	margin:0;
	list-style-type:none;
	text-align:left;
}

.rtg-categories > li {
	display:inline-block;
	height:20px;
	margin-right:5px;
}

.rtg-categories > li:last-child a {
	border-right:0;
}

.rtg-categories > li > a {
	padding:0 20px;
	text-decoration:none;
	color:#424242;
	font-weight:300;
	font-size:13px;
	line-height:12px;
	text-transform:uppercase;
	font-weight:bold;
	background:url('../img/rtg-border.png') 100% 50% no-repeat;
}

.rtg-categories > li:first-child > a {
	padding-left:0;
}

/*Image style*/
.rtg-images {
	position:relative;
	margin-top:25px;
}

.rtg-images > div {
	width:270px;
	height:230px !important;
	position:absolute;
	visibility:hidden;
}

.rtg-images > div > span {
	position:absolute;
	top:0;
	left:0;
	width:270px;
	height:230px;
	z-index:2;
	opacity:1;
	background:url('../img/plus.png') center no-repeat;
}

.rtg-images > div > a {
	display:block;
}

.rtg-images > div > a > img {
	border:none;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	opacity:1;
	position:absolute;
	z-index:3;
}

/*caption selectors*/
.rtg-images > div > div {
	position: absolute;
	bottom: 0px;
	z-index: 4;
	margin:0px;
	visibility: hidden;
	width:100%;
	cursor: default;
}

.rtg-images > div > div > p {
	margin:0px;
	width:100%;
}

.rtg-images p.rtg-header {
	color:#101010;
	font-size:19px;
	line-height:20px;
	font-weight:bold;
	margin:15px 0 2px;
	text-align:center;
	text-transform:uppercase;
}

.rtg-images p.rtg-lead {
	color:#838282;
	font-size:13px;
	line-height:13px;
	font-weight:bold;
	margin:5px 0 0;
	text-align:center;
}

/*Quote*/
.quote {
	background-image:url('../img/map.jpg');
	background-repeat:no-repeat;
	background-position:50% 0;
	height:510px;
	position:relative;
}

.map-shadow {
	background:url('../img/map-shadow.png') 50% 0 no-repeat;
	height:510px;
	position:relative;
}

.quote .inner {
	padding:95px 10px 10px;
}

.quote-bg {
	width:619px;
	height:332px;
	background:url('../img/quote-bg.png') 0 0 no-repeat;
	margin:0 auto;
}

.quote-content {
	font-size:35px;
	line-height:40px;
	color:#ffffff;
	text-align:center;
	padding:105px 70px 20px;
}

/*Client*/
.client .inner {
	padding:50px;
}

.client h3 {
	font-size:50px;
	line-height:60px;
	margin:2px 0 50px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:-2px;
	text-align:center;
}

.client h3 span {
	font-weight:bold;	
}

/*Footer*/
.footer {
	background:#189bb7 none;
}

.footer .inner {
	padding:20px 50px 10px;
}

.footer .module-seperator {
	background:url('../img/module-seperator.png') 100% 50% no-repeat;
}

.footer .span3 {
	min-height:250px;
}

.footer .module-inner {
	padding:20px 5px 10px;
}

.footer .module-inner2 {
	padding:30px 5px 10px;
}

.footer .module-inner4 {
	padding:27px 5px 10px;
}

.footer .logo {
	margin-left:80px;
}

.footer .social {
	width:auto;
	margin-top:0;
	margin-bottom:20px;
}

.footer .social a, .contact .social a {
	text-indent:-999;
	display:inline-table;
	margin-right:20px;
	padding:0;
}

.footer .social a.linkedin, .contact .social a.linkedin {
	background:url('../img/icon-white-linkedin.png') 0 0 no-repeat;
	width:22px;
	height:22px;
}

.footer .social a.twitter, .contact .social a.twitter {
	background:url('../img/icon-white-twitter.png') 0 0 no-repeat;
	width:29px;
	height:21px;
}

.footer .social a.facebook, .contact .social a.facebook {
	background:url('../img/icon-white-facebook.png') 0 0 no-repeat;
	width:11px;
	height:23px;
}

.footer .social a.vimeo, .contact .social a.vimeo {
	background:url('../img/icon-white-vimeo.png') 0 0 no-repeat;
	width:22px;
	height:21px;
}

.footer p {
	font-size:13px;
	line-height:20px;
	color:#FFF;
}

/*Contact*/
.contact {
	background:url('../img/contact.jpg') 50% 0 no-repeat;
	/*height:615px;*/
}

.contact .inner {
	padding:55px 20px 0;
}

.contact-form-bg {
	background:url('../img/contact-form-bg.png') 50% 0 no-repeat;
	width:620px;
	height:559px;
	margin:0 auto;
}

.contact-form-inner {
	padding:50px 80px 50px 70px;
}

.contact h2 {
	color:#FFF;
	font-size:60px;
	line-height:70px;
	margin:2px 0 20px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:-2px;
}

.contact h2 span {
	font-weight:bold;
}

.contact p {
	color:#FFF;
	font-size:18px;
	line-height:20px;
	text-transform:uppercase;
}

.contact .social {
	margin:0;
	width:auto;
}

.contact .form-horizontal .control-label {
	width:80px;
	text-align:left;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
}

.contact .form-horizontal .controls {
	margin-left: 100px;
}

.contact input, .contact textarea {
	width:360px;
}

.contact .form-horizontal .control-group {
	margin-bottom: 7px;
}

.contact .btn {
	font-family: 'Abel', sans-serif;
	background:#ffffff none;
	padding:10px 75px;
	box-shadow: 0 0 0 rgba(255, 255, 255, 0.2) inset, 0 0 0 rgba(0, 0, 0, 0.05);
	border:0 none;
	color:#4e8c9a;
}

.contact .exit {
	padding:20px 0;
	color:#FFF;
	text-decoration:underline;
}

.contact .form-horizontal .contact-send {
	width:auto;
}

#panel {
	display:none;
}

/*Page - About*/

.about-page {
	background:#ffffff url('../img/bg-content-about.png') 50% 0 no-repeat;
}

.about-page .inner {
	padding:100px 35px 140px;
}

.about-page h2 {
	color:#000000;
	font-size:60px;
	line-height:70px;
	margin:10px 0 25px;
	padding:0;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:normal;
	text-align:center;
}

.about-page h2 span {
	font-weight:bold;
}

.lead {
	font-size:30px;
	line-height:35px;
	margin:0 0 20px;
	text-align:justify;
}

.about-module {
	background:#ffffff url('../img/bg-module-about.gif') 50% 0 no-repeat;
}

.about-module .inner {
	padding:80px 15px;
}

.module-wrapper {
	padding:20px 0 0;
}

.module-wrapper2 {
	padding:20px 135px 0 135px;
}

.module-wrapper3 {
	padding:20px 60px 0;
}


.module {
	padding:10px 5px 10px 0;
}

.module-img {
	display:block;
	text-align:center;
	margin:10px 30px 40px 0;
}

.module-wrapper h4 {
	color:#101010;
	font-size:17px;
	line-height:21px;
	margin:0 0 15px;
	padding:0;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:normal;
}

.module p {
	margin-bottom:5px;
}
/*Page - Project*/
.project {
	
}

.project .inner {
	padding:50px 15px 10px;
}

.title {
	border-bottom:1px solid #bbbaba;
	margin:2px 0 20px;
	padding:0 0 10px;
}

.project h3 {
	color:#262626;
	font-size:35px;
	line-height:40px;
	margin:0;
	padding:0;
	font-weight:normal;
	text-transform:capitalize;
	letter-spacing:normal;
}

.project h3 span {
	font-weight:bold;
	text-transform:uppercase;
}

.title a {
	font-size:14px;
	margin:20px 0 0;
	font-weight:bold;
}

.project .content p {
	text-align:justify;
}

.project .page-mod {
	background:#dbdbdb none;
	padding:70px 0;
	margin:0 0 30px;
}

.project-page ul.rtg-categories {
	display:none;
}

.project-page .rtg-images {
	margin:0;
}

.twitterfeed {
  padding: 20px 15px 0 0;
}

.twitterfeed, .twitterfeed a, .twitterfeed:hover {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 18px;
}

.tweet-actions {
  margin-top: 1px;
}

.tweet-actions a {
  margin-right: 10px;
}

.tweet small {
  display: block;
}

.twitter-header {
  background: url('../img/icon-white-twitter.png') 0 50% no-repeat;
  padding: 5px 5px 5px 40px;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 15px;
}

.module-wrapper {
  position: relative;
}

#tweets-wrapper {
  background-color: #1794af;
  padding: 10px 15px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}


/*blog page*/
.blog-page {
	background:#eeedec url('../img/bg-content.png') 50% 0 repeat-x;
}

.blog-page .inner {
	padding:20px 15px 20px;
}

.blog-page h1 {
	color: #000000;
	font-size:74px;
	line-height:80%;
	margin:0;
	font-weight:bold;
	letter-spacing:-1px;
	text-transform:uppercase;
}

.page h1 {
	color: #000000;
	font-size: 30px;
	font-weight: bold;
	line-height:30px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.blog-page .page-header {
    border-bottom: 1px solid #bbbab8;
    margin: 10px 0 25px;
    padding-bottom: 10px;
}

.entry-title {
	color: #000000;
	font-size: 30px;
	font-weight: bold;
	line-height:30px;
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing:-2px;
}

.entry-title a {
	color: #000000;
}

h1.entry-title {
	color: #000000;
	font-size: 30px;
	font-weight: bold;
	line-height:30px;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.post, .page {
    border-bottom: 1px solid #bbbab8;
    margin: 0 0 20px;
		padding:0 0 10px;
}

.comments-link a {
	color:#000;
}

.post-info {
	text-transform:uppercase;
	font-size:16px;
	margin-bottom:10px;
}

.tags {
	text-transform:uppercase;
}

.post p, .page, p, .entry-content p, .entry-summary p {
	font-size:15px;
	line-height:18px;
	margin:0 0 10px;
}


blockquote p  {
	font-size:15px;
	line-height:18px;
}

.widget {
	margin:0 0 40px;
}

.widget h3 {
	margin:0 0 20px;
	padding:0 0 0 35px;
	font-size:18px;
	line-height:100%;
	font-weight:normal;
	background:url('../img/widget-header-bg.gif') 0 50% no-repeat;
}

.widget ul {
	list-style-type:none;
	margin:0;	
}

.widget ul li {
	margin:10px 0 10px 0;
	padding:0 0 10px 0;
	border-bottom: 1px solid #e9e8e6;
}

.widget ul li a {
	color:#333;
	font-size:15px;
}

.sidebar-inner {
	padding-left:30px;
}

input.search-query {
	background:#f6f4f5 none;
	padding:10px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	width:250px;
	border:1px solid #e9e7e8;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.banner { }
.content { }
.main { }
.sidebar { }

.hentry header { }
.hentry time { }
.hentry .byline { }
.hentry .entry-content { }
.hentry footer { }

.content-info { }

.aligncenter { display: block; margin: 0 auto; }
.alignleft { float: left; }
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }
.read-more {
		margin-bottom:15px;
		display:inline-block;
}
#searchsubmit{display:inline-block;*display:inline;padding:4px 12px;margin-bottom:0;*margin-left:.3em;font-size:14px;line-height:20px;color:#333;text-align:center;text-shadow:0 1px 1px rgba(255,255,255,0.75);vertical-align:middle;cursor:pointer;background-color:#f5f5f5;*background-color:#e6e6e6;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border:1px solid #ccc;*border:0;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);*zoom:1;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}#searchsubmit:hover,#searchsubmit:focus,#searchsubmit:active,#searchsubmit.active,#searchsubmit.disabled,#searchsubmit[disabled]{color:#333;background-color:#e6e6e6;*background-color:#d9d9d9}#searchsubmit:active,#searchsubmit.active{background-color:#ccc \9}#searchsubmit:first-child{*margin-left:0}#searchsubmit:hover,#searchsubmit:focus{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}#searchsubmit:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}#searchsubmit.active,#searchsubmit:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}
