/*


	1. DOCUMENT SETUP
	  1.1 PAGE PRELOADER
	2. POSITIONING, MARGIN AND PADDING	
	3. WRAPPER
   	  3.1 PARALLAX
   	  3.2 VIDEO
	4. HEADER
	5. NAVIGATION
	6. BANNER
	7. WORK
	  7.1 FILTER TABS
	  7.2 PREVIEW GRID
	  7.3 PREVIEW GRID LAYER
	  7.4 WORK DETAILS
	8. NEWSLETTER
	9. TEAM
	10. BLOG
 	  10.1 BLOG PREVIEW
 	  10.2 BLOG DETAILS
	11. CONTACT
	  11.1 CONTACT FORM
	  11.2 CONTACT DETAILS
	12. FOOTER
	  12.1 TAGS
	  12.2 BOTTOM BOX
	13. SHORTCODE PAGE


*/

/* --------------------------------------------------------------------- */
/* 1.DOCUMENT SETUP
/* --------------------------------------------------------------------- */
@font-face {
	font-family: 'Conv_PRISTINA';
	src: url('../fonts/PRISTINA.eot');
	src: local('☺'), url('../fonts/PRISTINA.woff') format('woff'), url('../fonts/PRISTINA.ttf') format('truetype'), url('../fonts/PRISTINA.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_georgiai';
	src: url('../fonts/georgiai.eot');
	src: local('☺'), url('../fonts/georgiai.woff') format('woff'), url('../fonts/georgiai.ttf') format('truetype'), url('../fonts/georgiai.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #fff;
    background: url(../images/yellow-bg.jpg) bottom no-repeat #f0d6a0 ;
	background-position:center;
    height: 100%;
	width: 100%;
    overflow-x: hidden;
}

::selection {
    background: #bc4318;
    color: #d7d7d7;
}
::-moz-selection {
    background: #bc4318;
    color: #d7d7d7;
}



/* === 1.1 PAGE PRELOADER === */

#page-preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #3C1305;
}
#page-preloader .loader {
	margin-top: 25%;
	text-align: center;
}
#page-preloader .loader img {
	width: 30px;
}





/* --------------------------------------------------------------------- */
/* 2. POSITIONING, MARGIN AND PADDING
/* --------------------------------------------------------------------- */

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.padding-top {
    padding-top: 50px;
}
.padding-bottom {
    padding-bottom: 50px;
}
.margin-top {
    margin-top: 50px;
}
.margin-btm-20{
	margin:20px 0;
}



/* --------------------------------------------------------------------- */
/* 3. WRAPPER
/* --------------------------------------------------------------------- */

#page-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section {
    display: block;
}

.wrapper.color-bg {
    background: #bc4318;
}

.headline-wrapper {
	margin-bottom: 0px;
	padding: 40px 0;
	text-align: center;
	background: #bc4318;
}

.headline2-wrapper {
	margin-bottom: 0px;
	padding: 70px 0 20px;
	text-align: center;
	background: none;
}
.heading{
	margin-bottom: 0px;
	padding: 40px 0;
	text-align: center;
	background: none;
}

/* === 3.1 PARALLAX === */

.parallax-content {
    width: 100%;
	margin-top: 80px;
	padding: 80px 0;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.parallax-mega-city {
    background-image:url('../images/banner/mega-city.jpg');
}
.parallax-architect-building {
    background-image: url('../images/banner/architect-buildings.jpg');
}
.parallax-impact {
    background-image: url('../images/banner/imapct-bg.jpg');
}
.parallax-specification {
    background-image:url('../images/banner/specification.jpg');
}
.parallax-floor {
    background-image:url('../images/banner/floor.jpg');
}
.parallax-map {
    background-image:url('../images/banner/map.jpg');
}
.parallax-connectivity {
    background-image: url('../images/banner/connectivity.jpg');
}
.parallax-dramatist {
    background-image: url('../images/banner/dramatist-bg.jpg');
}
.parallax-bio-gallery {
    background-image: url('../images/banner/bio-gallery-bg.jpg');
}
.parallax-history {
    background-image: url('../images/banner/historical-bg.jpg');
}
.parallax-contact {
    background-image: url('../images/banner/contact.jpg');
}



/* === 3.2 VIDEO === */

.video-background {
    position: relative;
    width: 100%;
    text-align: center;
    color: #d7d7d7;
    overflow: hidden;
    background: none;
}

.video-background video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
}




h3.heading-home {
    font-size: 1.2em;
    margin-bottom: 20px;
	color:#232323;
	letter-spacing:0.3px;
	text-transform:none;
	font-family:'Conv_georgiai',Sans-Serif
}

/* --------------------------------------------------------------------- */
/* 4. HEADER
/* --------------------------------------------------------------------- */

#header {
    display: block;
    position: fixed;
    left: 0px;
    top: 0;
    width: 100%;
    text-align: center;
    background: #27333d;
    z-index: 99998;
}

#header .logo-wrapper {
    top: 40px;
    left: 0;
}
#header .logo-wrapper h2{
	margin:5px 0;
	font-family:'Conv_georgiai',Sans-Serif;
	text-transform:capitalize;
}
.social-links {
    bottom: 30px;
    left: 0;
	float: right;
    width: 29%;
}
.social-links a {
     display: inline-block;
     margin: 0 5px;
     font-size: 1.1em;
     color: #d7d7d7;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    transition:         all 0.2s;
}
.social-links a:hover {
    color: #bc4318;
}

#open-nav {
    position: absolute;
    display: block;
    padding: 0;
	width: 50px;
    top: 48%;
    right: -50px;
    font-size: 1.8em;
    text-align: center;
	color: #d7d7d7;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    transition:         all 0.2s;
}
#open-nav:hover {
    color: #56c16b;
}




/* --------------------------------------------------------------------- */
/* 5. NAVIGATION
/* --------------------------------------------------------------------- */
#navigation .menu{
	display:none;
}
#main-navigation {
    left: 0;
	margin:0px 0;
    width: 100%;
}
#main-navigation li {
    margin: 0 0 10px 0;
	float:left;
}
#main-navigation li a {
    font-size: 0.8em;
	padding:10px 14px;
    font-weight: 400;
    color: #fff;
	letter-spacing: 0.8px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    transition:         all 0.2s;
}
#main-navigation li a:hover {
    color: #bc4318;
}
#main-navigation li a.active {
    color: #bc4318;
}




/* --------------------------------------------------------------------- */
/* 6. BANNER
/* --------------------------------------------------------------------- */

#banner {
    width: 100%;
    height: 100%;
	max-height:575px !important;
    text-align: center;
}
#banner.parallax {
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url('../images/banner/banner.jpg');
}

#banner .banner-container {
    position: absolute;
	background-color: rgba(230, 29, 29, 0.65);
    top: 40%;
	color:#fff;
    left: 0;
    width: 40%;
    padding: 20px 20px 35px;
    line-height: 1.3;
    z-index: 10;
}

#banner .big-text {
    display: block;
	font-family:'Conv_PRISTINA',Sans-Serif;
    font-weight: 200;
    font-size: 4em;
	line-height:1.3em;
    letter-spacing: 0em;
    text-transform: capitalize;
}
#banner .small-text {
    display: block;
    font-size: 1.58em;
	letter-spacing:1.5px;
	line-height:1.5px;
	font-weight:300;
    text-transform: uppercase;
}

#banner .button-wrapper {
    padding-top: 80px;
}

#banner .button-wrapper .button {
    margin: 0 5px 10px 5px;
}

#banner .scroll-down {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    z-index: 10;
}

#banner .scroll-down a {
    display: inline-block;
	width: 50px;
	height: 50px;
	background: url('../images/layout/down.png') no-repeat center;
    border: 2px solid #dadada;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    transition:         all 0.2s;
    -webkit-animation-name: jump;
    -moz-animation-name: jump;
    -o-animation-name: jump;
    -ms-animation-name: jump;
    animation-name: jump;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    -ms-animation-duration: 2s;
    animation-duration: 2s;
	
}
#banner .scroll-down a:hover {
    border: 2px solid #bc4318;
    background-color: #bc4318;
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    -ms-animation-name: none;
    animation-name: none;
}

@-moz-keyframes jump {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@-webkit-keyframes jump {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

}

@-o-keyframes jump {
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@-ms-keyframes jump {
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(-30px);
  }
}




/* --------------------------------------------------------------------- */
/* 7. WORK
/* --------------------------------------------------------------------- */

/* === 7.1 FILTER TABS === */

.work-tabs {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.work-tabs li {
    display: inline-block;
    margin: 0 5px;
}
.work-tabs li a {
    display: inline-block;
    padding: 3px 20px;
    color: #BC4318;
    border: 2px solid #BC4318;
    background: none;
    font-size: 0.95em;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    transition:         all 0.2s;
}
.work-tabs li a:hover {
    color: #d7d7d7;
    background: #bc4318;
    border: 2px solid #bc4318;
}
.work-tabs li.active a {
    color: #d7d7d7;
    background: #bc4318;
    border: 2px solid #bc4318;
}



/* === 7.2 PREVIEW GRID === */

.work-container {
    margin: 50px auto 0 auto;
	width: 99.99%;
}

#work-preview {
	position: relative;
	width: 100%;
}
#work-preview .col4{
	padding: 15px;
    background-color:#bc4318;
    margin-bottom: 0px;
    margin: 0.2%;
	width: 32.3333333333%;
}
#work-preview li {
	display: none;
	opacity: 0;
	position: relative;
    float: left;
    overflow: hidden;
    width: 33.3333333333%;
}

#work-preview li a, #work-preview img {
	display: block;
	width: 100%;
	height: auto;
	box-shadow:0px 3px 8px rgba(0,0,0,0.5);
	cursor: pointer;
}

#work-preview li a {
	overflow: hidden;
	color: #d7d7d7;
}

#work-preview img {
	z-index: 1;
	max-width: 100%;
}

#work-preview:after, #work-preview li:after {
    content: "";
    display: table;
    clear: both;
}



/* === 7.3 PREVIEW GRID LAYER === */

#work-preview .layer {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	text-align: center;
	background: rgba(71,165,91,0.85);
}

#work-preview .layer h4 {
	font-size: 1.6em;
	margin-top: 23%;
}

#work-preview .layer span {
	display: inline-block;
	font-size: 0.9em;
	text-transform: uppercase;
	margin-top: 30px;
}

#work-preview .layer span i {
    font-style: italic;
    text-transform: none;
}



/* === 7.4 WORK DETAILS === */

#work-wrapper {
	display: none;
    position: relative;
    width: 100%;
    background: #3C1305;
}
#work-wrapper:after {
    display: table;
    content: '';
    clear: both;
}

#work-wrapper #work-loader {
	padding: 80px 0 80px 0;
	text-align: center;
}
#work-wrapper #work-loader img {
	width: 30px;
}

#work-wrapper .work-article {
	display: none;
}

#work-wrapper .close {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

#work-wrapper #close-work-wrapper {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #d7d7d7;
    background: url('../images/layout/close.png') no-repeat center;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    transition:         all 0.2s;
}
#work-wrapper #close-work-wrapper:hover {
    border: 2px solid #bc4318;
    background-color: #bc4318;
}

#work-wrapper .wrapper {
	padding: 50px 0 60px 0;
}


#work-wrapper .work-slider img {
    width: 100%;
    max-width: 100%;
}

#work-wrapper h4 {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 5px;
}

#work-wrapper .client {
    display: block;
    text-transform: uppercase;
    font-size: 0.9em;
    margin-bottom: 20px;
}



.work-button {
    padding: 50px 0 0 0;
    text-align: center;
}

.work-button .button {
    position: relative;
}

.work-button .button img {
    display: none;
    position: absolute;
    top: 20px;
    right: -40px;
    width: 25px;
}




/* --------------------------------------------------------------------- */
/* 8. NEWSLETTER
/* --------------------------------------------------------------------- */

.newsletter {
    padding: 20px 0 0 0;
    text-align: center;
}

.newsletter input {
    display: inline-block;
}




/* --------------------------------------------------------------------- */
/* 9. TEAM
/* --------------------------------------------------------------------- */

.team-member {
    padding: 40px;
    text-align: center;
	background: #fff4d2;
	box-shadow: 5px 6px 3px rgb(183, 156, 73);
    -webkit-transition: all 0.4s;
    -moz-transition:    all 0.4s;
    -o-transition:      all 0.4s;
    transition:         all 0.4s;
}
.team-member:hover {
    margin-top: -25px;
    margin-bottom: 25px;
}

.team-member .member-img {
    width: 100%;
    max-width: 100%;
}

.team-member span {
    display: block;
}

.team-member .name {
    padding: 20px 0 0 0;
    font-size: 1.6em;
    font-style: italic;
}

.team-member .function {
    padding: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 0.8em;
}




/* --------------------------------------------------------------------- */
/* 10. BLOG
/* --------------------------------------------------------------------- */

/* === 10.1 BLOG PREVIEW === */
.light-bg li, .light-bg li:hover{
	background:#f0d590 !important;
}
.light-bg li p{
	padding:0 !important;
}
#blog-preview li {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background: #BC4318;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -moz-transition:    all 0.4s;
    -o-transition:      all 0.4s;
    transition:         all 0.4s;
}
#blog-preview li:hover {
    background: #bc4318;
}

#blog-preview li:after {
    content: "";
    display: table;
    clear: both;
}

#blog-preview .prev-img {
    display: inline-block;
    width: 30%;
    float: left;
}
#blog-preview .prev-img2 {
    display: inline-block;
    width: 40%;
    float: left;
}
#blog-preview .text {
    display: inline-block;
    width: 70%;
    float: left;
    text-align: center;
}
#blog-preview .col2{
    display: inline-block;
    width: 60%;
    float: left;
    text-align: center;
}
#blog-preview .text h4 {
    font-size: 1.6em;
    margin-top: 5%;
    margin-bottom: 30px;
}
#blog-preview p{
	padding:0 25px;
}
#blog-preview .text .detail {
    display: block;
    font-size: 0.85em;
    text-transform: uppercase;
}

#blog-preview .text .detail i {
    font-style: italic;
    text-transform: none;
}

#blog-preview .layer {
    position: absolute;
    top: 40%;
    left: -50%;
    width: 50%;
    z-index: 2;
    text-align: center;
    opacity: 0;
}

.blog-button {
    padding: 50px 0 0 0;
    text-align: center;
}



/* === 10.2 BLOG DETAILS === */

#blog-wrapper {
    display: none;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    background: #3C1305;
}

#blog-wrapper #blog-loader {
    padding: 80px 0 80px 0;
    text-align: center;
}
#blog-wrapper #blog-loader img {
    width: 30px;
}

#blog-wrapper .blog-article {
	display: none;
}

#blog-wrapper .close {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
}

#blog-wrapper #close-blog-wrapper {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #d7d7d7;
    background: url('../images/layout/close.png') no-repeat center;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    transition:         all 0.2s;
}
#blog-wrapper #close-blog-wrapper:hover {
    border: 2px solid #bc4318;
    background-color: #bc4318;
}


#blog-wrapper .wrapper {
	padding: 50px 0 60px 0;
}


#blog-wrapper .blog-slider img {
    width: 100%;
    max-width: 100%;
}

#blog-wrapper h4 {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 5px;
}

#blog-wrapper .categorie, #blog-wrapper .author, #blog-wrapper .date {
    display: block;
    text-transform: uppercase;
    font-size: 0.9em;
}

#blog-wrapper .date {
    margin-bottom: 20px;
}



.blog-button {
    padding: 50px 0 0 0;
    text-align: center;
}

.blog-button .button {
    position: relative;
}

.blog-button .button img {
    display: none;
    position: absolute;
    top: 20px;
    right: -40px;
    width: 25px;
}




/* --------------------------------------------------------------------- */
/* 11. CONTACT
/* --------------------------------------------------------------------- */

.contact-headline {
	margin-bottom: 0 !important;
}

.parallax-contact {
	margin-top: 0 !important;
}

.contact-row {
	padding-top: 80px;
	padding-bottom: 80px;
}



/* === 11.1 CONTACT FORM === */

.contact-form input {
    display: block;
    max-width: 600px !important;
    margin: 0 auto 10px auto;
}

.contact-form textarea {
    display: block;
    margin: 0 auto 30px auto;
}

.contact-form .alert-box {
    max-width: 600px !important;
    margin-left: auto;
    margin-right: auto;
}


/* === 11.2 CONTACT DETAILS === */

.contact-details span {
    display: block;
}

.contact-details .detail {
    display: block;
    margin-bottom: 5px;
}
.contact-details .detail:after {
    content: "";
    display: table;
    clear: both;
}

.contact-details .icon {
    float: left;
    width: 30px;
}

.contact-details .text {
    float: left;
    font-size: 0.85em;
}




/* --------------------------------------------------------------------- */
/* 12. FOOTER
/* --------------------------------------------------------------------- */

/* === 12.1 TAGS === */

.tags a {
	margin: 0 0 5px 0;
}



/* === 12.2 BOTTOM BOX === */

.bottom-box {
	padding: 6px 0;
	background: #000;
	text-align: center;
	font-size: 0.75em;
	color: rgba(255,255,255,0.4);
}
/* === RESPONSIVE IMAGE === */
.img-responsive{
	display:block;
	width:100%;
	margin:0 auto;
}
.txt-justify{
	text-align:justify;
}
.txt-left{
	text-align:left !important;
}

.list-style li{
	margin-left: 20px;
	margin-bottom:10px;
    border-left: 3px solid #fff;
	padding:0px 0 5px 15px;
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.highlights{
	padding:20px;
	text-align:left;
	color:#000;
}
.highlights p{
	color:#444;
	text-align:justify;
}
.about{
	padding:0 20px;
}
.about li{
	text-align:justify;
	background:url(../images/bullets.png) no-repeat 0px 8px !important;
	padding-left:30px;
	border-bottom:1px solid rgba(255,255,255,0.2);
	padding-bottom:8px;
	margin-bottom:10px;
}
.about li:last-child{
	border-bottom:none;
	margin-bottom:0;
}
.theartre-bg, .headline-wrapper.impact{
	background:url(../images/banner/home-abt.jpg) center no-repeat #f9f9f9;
}
/* --------------------------------------------------------------------- */
/* 6. BANNER
/* --------------------------------------------------------------------- */
#main-navigation li .sub-menu{
	display:none;
	
}
#main-navigation li:hover .sub-menu{
	background:rgba(0,0,0,1);
	display:block;
	margin:6px 0;
	padding-top:3px;
	padding-bottom:5px;
	z-index: 9999;
    display: block;
	min-width:150px;
    position: absolute;
}
#main-navigation li .sub-menu li{
	float:none;
	margin-bottom:5px;
	text-align:left;
}
/* --------------------------------------------------------------------- */
/* 13. SHORTCODE PAGE
/* --------------------------------------------------------------------- */

.shortcode-buttons a {
	margin: 0 0 15px 0;
}

.shortcode-social a {
	margin-bottom: 10px !important;
}

/* --------------------------------------------------------------------- */
/* 13. BACKGROUNDS
/* --------------------------------------------------------------------- */
.headline-wrapper.bg-home-zone, .headline-wrapper.contact{
	background-position: 50% 175px;
	background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.headline-wrapper.bg-home-zone{
	background:url(../images/banner/p2zone-home.jpg);
}
.headline-wrapper.bio-bg{
	background:#bc4318;
}
.headline-wrapper.contact{
	background: url(../images/banner/contact-bg.jpg);
}
.headline-wrapper.contributors{
	background: url(../images/banner/contributors-bg.jpg);
}
.headline-wrapper.tribute{
	background: url(../images/banner/tribute-bg.jpg);
}
.headline-wrapper.architect{
	background: url(../images/banner/architect.jpg);
}
.headline-wrapper.news{
	background: url(../images/banner/news-bg.jpg);
}
h1.underline-white{
	background: url(../images/layout/under-headline-white.png) center bottom no-repeat;
	color:#fff;
    padding-bottom: 35px;
    margin-top: 35px;
}
p.blockquote span{
	    font-size: 25px;
}
.text-uppercase{
	text-transform:uppercase;
}
.width-full{
	width:100% !important;
}
.padding-20{
	padding:20px !important;
}
.padding-40{
	padding:40px !important;
}
.padding-top-60{
	padding-top:60px !important;
}
.no-padding{
	padding:0px !important;
}
.text-left{
	text-align:left !important;
}
.frame{
	border-radius: 3px;
    border: 11px solid rgba(255, 255, 255, 0.31);
    box-shadow: 5px 5px 4px #b99751;
}