/*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;

}



.social a.instagram {

  background: url('../img/instagram.png') 0 0 no-repeat;

  width: 18px;

  height: 18px;

}



/*Featured*/



.featured {

  background: url('../img/featured.jpg') 50% 0 no-repeat;

  background-size: auto auto;

  min-height: 510px;

  margin-bottom: 0px;

}



.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*/







.work.home .rtg-categories {

  display: none;

}



.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: repeat;

  background-position: 50% 510px;

  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 .social a.instagram, .contact .social a.instagram {

  background: url('../img/instagram-w.png') 0 0 no-repeat;

  width: 22px;

  height: 22px;

}


.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 repeat-x;

}



.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 125px 0 125px;

}



.module-wrapper3 {

  padding: 20px 0 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;

}



.dot-1 {

  background: url('../img/dot-1.png') 0 0 no-repeat;

  position: absolute;

  top: 100px;

  left: 180px;

  width: 574px;

  height: 14px;

}



.dot-2 {

  background: url('../img/dot-2.png') 0 0 no-repeat;

  position: absolute;

  top: 100px;

  left: 180px;

  width: 574px;

  height: 14px;

}



.dot-3 {

  background: url('../img/dot-3.png') 0 0 no-repeat;

  position: absolute;

  top: 100px;

  left: 300px;

  width: 328px;

  height: 14px;

}



.dot-4 {

  background: url('../img/dot-4.png') 0 0 no-repeat;

  position: absolute;

  top: 110px;

  left: 200px;

  width: 485px;

  height: 2px;

}



/*Web print*/



.web-print .about-page .inner {

  padding: 40px 15px 20px;

}



.web-print .module-wrapper h3 {

	text-align:center;

	margin:15px;

}





.web-print .lead {

	font-size: 25px;

	line-height: 30px;

	margin: 0 0 20px;

	text-align: justify;

}



.web-print h2 {

	color: #000000;

	font-size: 60px;

	font-weight: normal;

	letter-spacing: normal;

	line-height: 70px;

	margin: 10px 0 25px;

	padding: 0;

	text-align: center;

	text-transform: uppercase;

}



.web-print .btn-yellow {

	font-size:24px;

	line-height:30px;

	padding:15px 60px;

	text-transform:uppercase;

}



.web-print h2 span {

	font-weight: bold;

}



.web-print .about-module .lead {

	font-size:30px;

	line-height:34px;

}



.web-print .about-module .inner {

    padding: 40px 15px;

}



.web-print .row-fluid {

	margin-bottom:20px;

}