@charset "utf-8";
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
	background-color: #44453e;
	color: #fff;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px 7%;
	font-weight: 600;
	font-size: 1.6em;
	text-align: center;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-layout:hover, .btn-layout:focus {
	background-color: #696b60;
	color: #fff;
	text-decoration: none;
}
.white-btn-layout {
	color: #000;
	background-color: #fff;
}
.white-btn-layout:hover,
.white-btn-layout:focus {
	color: #000;
	background-color: #D4D4D4;
}
.small-btn-layout {
	font-size: 1.4em;
}
.btn-layout-group .btn-layout {
	margin-right: 10px;
	margin-bottom: 10px;
}
/*===========================================================================================================*/
/*=========================================== COMMON CONFIG =================================================*/
/*===========================================================================================================*/
.alert-success, .alert-info, .alert-warning, .alert-danger  {
	font-size: 1.4em;
}
.back-to-top {
	display: none;
	padding-top: 12px;
	text-align: center;
	position: fixed;
	z-index: 5;
	bottom: 45px; right: 25px;
	font-size: 22px;
    color: #b0b0b0;
    line-height: 52px;
	width: 50px;
	height: 50px;
	border: solid 2px #e8e8e8;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	background-color: transparent;
}
.back-to-top .fa {
	display: block;
}
.back-to-top:focus {
	color: #b0b0b0;
	border-color: #e8e8e8;
	background-color: transparent;
}
.back-to-top:hover {
	color: #b0b0b0;
	border-color: #e8e8e8;
	background-color: #e8e8e8;
}
/*===========================================================================================================*/
/*=========================================== RWD VIDEOS ====================================================*/
/*===========================================================================================================*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
label {
	display: block;
	text-align: left;
	font-size: 1.6em;
	font-weight: 400;
	color: #6a747c;
}
input[type='text'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='number'], input[type='date'], textarea.form-control, select.form-control {
	width: 100%;
	height: 40px;
	border-width: 1px;
	border: solid 1px;
	border-color: #ccc;
	padding: 0 5px;
	color: #505050;
	font-size: 1.5em;
	border-radius: 0!important;
}
textarea.form-control {
	padding: 5px;
}

.white-wrapper{
	background: #ffffffc2;
	backdrop-filter: blur(6px);
    padding: 15px;
    border-radius: 10px;
    margin: 15px;
}

.difference h2{
	font-family: 'alright-bold';
    position: relative;
    font-size: 24px;
    letter-spacing: 0;
    color: #282828;
}
.difference-bg{background-size: cover!important;}

/*===========================================================================================================*/
/*=========================================== MAPS =========================================================*/
/*===========================================================================================================*/
#map_wrapper {
	position: relative;
	padding-bottom: 56.25%;
}
#map_canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
}
.info_content{
	width: 230px;
	height: 90px;

}
.info_content h3 {
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 5px;
}
.info_content a {font-size:1em;}
.info_content p {
	line-height: 1.2em;
	font-size: 1em;
	margin: 0;
}
.maps img{
  max-width:none;
}
#map_canvas img{
	max-width:none;
}
@media screen and (max-width: 991px) {
	#map_wrapper {
		padding-bottom: 60%
	}
}
@media screen and (max-width: 480px) {
	#map_wrapper {
		padding-bottom: 80%
	}
}
/*===========================================================================================================*/
/*=========================================== TABS ==========================================================*/
/*===========================================================================================================*/	
.tab-wrapper {
	position: relative;
	background-color: #D0D0D0;
}
.tab-wrapper .tab-item {
	width: 33.3333%;
	float: left;
	min-height: 0;
}
.tab-wrapper .tab-item a {
	display: block;
	background-color: #8C8C8C;
}
.tab-wrapper .tab-item a.actived {
	background-color: #777777;
}
.tab-wrapper .tab-content {
	position: absolute;
	left: 0; right: 0;
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.tab-wrapper .tab-content.actived {
	height: auto;
	opacity: 1;
	transition: opacity 250ms linear;
	-webkit-transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
}
@media screen and (max-width: 680px) {
	.tab-wrapper .tab-item {
		width: auto;
		float: none;
		position: relative;
		transition: min-height 250ms linear;
		-webkit-transition: min-height 250ms linear;
		-moz-transition: min-height 250ms linear;
		-o-transition: min-height 250ms linear;
	}
}

/*=========================================== PROJECTS LIST GRID ============================================*/
.projects-list {
	padding: 0 -20px;
}
.projects-list .projects-list-item {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
	position: relative;
}

/*=========================================== MEDIA MODULE =================================================*/
.media-module > div {
	margin-bottom: 40px;
}
.media-module .left {
	float: left;
}
.media-module .left img {
	max-width: 70px;
}
.media-module .left span {
	display: block;
	color: #9e9e9e;
	font-weight: 900;
	line-height: 1em;
	text-transform: uppercase; 
}
.media-module .left span.day {
	font-size: 3em;
	float: left;
}
.media-module .left span.month-year {
	font-size: 1.3em;
	padding: 4px 0;
	padding-left: 40px;
}
.media-module .right {
	padding-left: 90px;
}
.media-module .right .title {
	text-transform: uppercase;
	line-height: 1.4em;
	margin-bottom: 10px;
	font-weight: 900;
}
.media-module .right .title a {
	color: #00548b;
}
.media-module .right .title a:hover {
	color: #007DCF;
}
.media-module .right .text {
	line-height: 1.4em;
	margin-bottom: 0;
}
.media-module-interior {
	padding-top: 50px;
}
.media-box {
	padding: 15px 15px 0;
	background-color: #fafafa;
	margin-bottom: 25px;
}
.media-box h2 {
	font-size: 1.6em;
	margin-top: 0;
	margin-bottom: 15px;
}
.media-box p {
	font-size: 1.6em;
	line-height: 1.4em;
	margin-bottom: 15px;
}
@media screen and (max-width: 650px) {
	.media-module .left {
		float: none;
		margin-bottom: 10px;
	}
	.media-module .right {
		padding-left: 0;
	}
}
.pagination>li>a, .pagination>li>span {
	color: #00548b;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #00548b;
	border-color: #00548b;
}
/*===========================================================================================================*/
/*=========================================== HOME PAGE =====================================================*/
/*===========================================================================================================*/
.section-heading {
	/*padding-top: 52px;*/
	padding-top: 40px;
	text-align: center;
}
.section-heading h2 {
	font-family: 'forum';
	color: #000;
	font-size: 3.6em;
	letter-spacing: 14px;
	text-transform: uppercase;
	margin-top: 0;
/*	margin-bottom: 52px;*/
	margin-bottom: 40px;
}
.round-thumb {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}
.square-thumb {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	background-position: center;
	background-size: cover;
}



/*=========================================== OUR HOMES ======================================================*/
.our-homes {
	background-color: #dadbd8;
	padding-bottom: 60px;
}
.our-homes > div > .text-center {
	margin-top: 45px;
}
.our-homes-list {
	padding-top: 50px;
}
.our-homes-list .featured-list .featured-item {
	margin-bottom: 30px;
}
/*=========================================== THE DIFFERENCE =================================================*/
.the-difference {
	padding-bottom: 60px;
}
.the-difference p {
	text-align: justify;
	padding-right: 20px;
}
.the-difference > div > .text-center {
	margin-top: 20px;
}
/*=========================================== NEWS & EVENTS ==================================================*/
.event-section {
	background-color: #747570;
	/*padding-bottom: 100px;*/
	padding-bottom: 40px;
}
.event-section .section-heading h2 {
	color: #fff;
}
.article-page>.container {
	position: relative;
	width: 1350px;
	padding: 0 105px;
}
.article-page>.container .nav-left,
.article-page>.container .nav-right {
	position: absolute;
	top: 15%;
	transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
	display: block;
	width: 45px;
	height: 73px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	transition: opacity 250ms linear;
	-webkit-transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
}
.article-page>.container .nav-left.actived,
.article-page>.container .nav-right.actived {
	position: fixed;
}
.article-page>.container .nav-left:hover,
.article-page>.container .nav-right:hover {
	opacity: 0.5;
}
.article-page>.container .nav-left {
	background-image: url(../img/prev.png);
	left: 25px;
}
.article-page>.container .nav-right {
	background-image: url(../img/next.png);
	right: 25px;;
}
.article-page .article-content h1,
.article-page .article-content h2,
.article-page .article-content h3,
.article-page .article-content h4 {
	font-family: 'alright-bold';
    font-size: 1.9em;
    line-height: 1.8em;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 10px 0 40px;
    padding: 0;
}
.article-page .article-content p {
	padding: 0;
	margin-bottom: 40px
}
.article-page .article-content img {
	width: 100%;
}
@media screen and (max-width: 1370px) {
	.article-page>.container {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.article-page>.container {
	    padding: 0 50px;
	}
	.article-page>.container .nav-left,
	.article-page>.container .nav-right {
		background-size: 25px;
		width: 25px;
		height: 60px;
	}
	.article-page>.container .nav-left {
		left: 10px;
	}
	.article-page>.container .nav-right {
		right: 10px;
	}
	
	.default-section.article-page .section-heading {
		text-align: center;
		padding: 0;
	}
	.default-section.article-page .section-heading h2 {
		margin-bottom: 25px;
	}
	.article-page .article-content h1,
	.article-page .article-content h2,
	.article-page .article-content h3,
	.article-page .article-content h4 {
		margin: 30px 0;
		font-size: 1.6em;
	}
}
/*=========================================== FEATURED MODULE ===============================================*/
.teatured-list {
	
}
.featured-list .event-date {
	text-align: center;
	display: block;
	margin-bottom: 20px;
	font-family: 'alright-bold';
	color: #fff;
	font-size: 20px;
	letter-spacing: 3px;
}
.featured-list .featured-item {
	display: block;
	margin-bottom: 30px;
	padding-bottom: 80%;
	position: relative;
	overflow: hidden;
}
.featured-list .featured-item .bg-img {
	display: block;
	position: absolute;
	z-index: 1;
	left: 0; top: 0; right: 0; bottom: 0;
	background-position: center;
	background-size: cover;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transition: all 400ms ease;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-o-transition: all 400ms ease;
}
.featured-list .featured-item:hover .bg-img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.featured-list .featured-item .bg-shadow  {
	display: block;
	position: absolute;
	z-index: 2;
	left: 0; top: 0; right: 0; bottom: 0;
	background-color: rgba(0,0,0,0.65);
	opacity: 0;
	transition: opacity 250ms linear;
	-webkit-transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
}
.featured-list .featured-item:hover .bg-shadow  {
	opacity: 1;
}
.featured-list .featured-item .text {
	font-family: 'forum';
	text-align: center;
	font-size: 24px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	display: block;
	position: absolute;
	z-index: 3;
	top: 50%; left: 30px; right: 30px;
	transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
	border: solid 2px #717375;
	opacity: 0;
	transition: opacity 250ms linear;
	-webkit-transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
}
.featured-list .featured-item .text.text-event {
	border-color: #fff;
}
.featured-list .featured-item .text span {
	display: block;
	font-family: 'alright-bold';
	font-size: 18px;
	letter-spacing: 3px;
}
.featured-list .featured-item:hover .text {
	opacity: 1;
}
@media screen and (max-width: 1200px) {
	.featured-list .featured-item .text {
		font-size: 18px;
	}
	.featured-list .featured-item .text span {
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	.featured-list .featured-item .text {
		font-size: 14px;
	}
	.featured-list .featured-item .text span {
		font-size: 12px;
	}
}
@media screen and (max-width: 768px) {
	.featured-list .col-xs-4 {
		width: 50%;
	}
}
@media screen and (max-width: 540px) {
	.featured-list .featured-item {
		margin-bottom: 15px;
	}
	.featured-list .col-xs-4 {
		width: 100%;
	}
}

/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/


/* Quote Section */
.quote-section {
	background-position: center;
	background-size: cover;
	text-align: center;
}
.quote-section>div {
	padding: 80px 0;
	background-color: rgba(0,0,0,0.6);
}
.quote-section p {
	margin: 0 0 20px;
	font-size: 2em;
	line-height: 1.6em;
	letter-spacing: 1px;
	color: #fff;
	text-transform: none;
}
.quote-section span.author {
	font-size: 2em;
	line-height: 1.4em;
	font-style: italic;
	color: #fff;
	margin-bottom: 40px;
	display: inline-block;
}

/* Image Section */
.image-section {
	background-position: center;
	background-size: cover;
	min-height: 400px;
}

@media screen and (max-width: 1380px) {
	.interior-banner {
		min-height: 400px;
	}
}
@media screen and (max-width: 768px) {
	.default-section p {
		padding: 0;
	}
	.default-section .section-heading {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	.default-section .section-heading>h2 {
		text-align: center;
	} 
	.quote-section p {
		font-size: 1.8em;
	}
	.quote-section span.author {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 650px) {
	.interior-banner {
		min-height: 300px;
	}
	.interior-header {
		height: 80px;
	}
}
@media screen and (max-width: 540px) {
	.our-homes-list .featured-list .featured-item {
		margin-bottom: 15px;
	}
	.our-homes-list .featured-list .col-xs-6 {
		width: 100%;
	}
}
@media screen and (max-width: 420px) {
	.interior-banner {
		min-height: 200px;
	}
	.quote-section p {
		font-size: 1.6em;
	}
	.quote-section span.author {
		font-size: 1.2em;
	}
	.interior-header {
		height: 65px;
	}
}
a { 
    white-space: normal;
    word-spacing: normal;
    word-break: break-word;
}

/*=========================================== OUR STORY =====================================================*/
.team-section {

}
.team-section .quote-section {
	margin-bottom: 50px;
}
.team-banner {
	background-position: center;
	background-size: cover;
	min-height: 400px;
	margin-bottom: 50px;
}
.team-section .team-heading {
	font-family: 'alright-bold';
	font-size: 18px;
	line-height: 1.6em;
	color: #000;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 20px;
}
.team-section .team-subheading {
	font-size: 1.8em;
	color: #000000;
	text-transform: uppercase;
	margin: 0 0 30px;
	padding: 0 20px;
}
.team-section p a {
	color: #000;
}
.team-section p a:hover,
.team-section p a:focus{
	color: #636363;
}
.team-section>div>.text-center {
	padding-top: 70px;
}
.team-section .btn-layout {
	font-family: 'alright-bold';
	background-color: transparent;
	padding: 15px 0 10px;
	color: #000;
	font-size: 2em;
	letter-spacing: 4px;
	border: solid 3px;
	border-color: transparent;
	border-bottom-color: #000;
}
.team-section .btn-layout:hover,
.team-section .btn-layout:focus {
	padding: 15px 20px 10px;
	border-color: #000;
}
.team-members .team-member {
	margin: 20px 0;
	padding: 0 15px 20px;
}
.team-members .team-member .round-thumb {
    width: 100%!important;
    padding-bottom: 100%!important;
}
.team-members .team-member p {
	font-size: 16px;
	color: #000;
	text-align: center;
	margin: 0;
	letter-spacing: 2px;
}
.team-members .team-member:hover p {
	color: #454545;
}
@media screen and (max-width: 768px) {
	.team-section .team-heading {
		padding: 0;
	}
	.team-section .team-subheading {
		padding: 0;
	}
}
@media screen and (max-width: 650px) {
	/*.team-members {
		overflow: hidden;
		overflow-x: auto;
	}
	.team-members>div {
		min-width: 620px;
	}*/
}

/*=========================================== OUR TEAM ======================================================*/
.team-wrapper>.row .team-member {
	border-bottom: solid 1px #747570;
}
.team-wrapper>.row:last-child .team-member {
	border-bottom: none;
}
.team-member {
	margin-top: 70px;
	padding-bottom: 20px;
}
.team-member>.row>.col-sm-6 {
	padding: 0 30px;
}
.team-member .round-thumb {
	margin-bottom: 30px;
}
.team-member>.row>.team-member-info {
	padding-top: 13%;
}
.team-member .team-member-info h2 {
	font-family: 'alright-bold';
    font-size: 1.9em;
    line-height: 1.8em;
    color: #000;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;	
}
.team-member .team-member-info p {
	padding: 0;
	line-height: 1.7em;
}
.team-member .team-member-info p a {
	color: #000;
}
.team-member .team-member-info p a:hover,
.team-member .team-member-info p a:focus {
	color: #737373;
}
.team-member>p {
	padding: 0 15px;
	font-size: 1.6em;
	line-height: 1.4em;
}

/*=========================================== NEWS & EVENTS =================================================*/
.event-page {
	padding-top: 60px;
}
.event-page .event-date {
	color: #000;
	margin-bottom: 30px;
}

/*=========================================== OUR HOMES ====================================================*/






.portfolio-heading {
	position: relative;
	z-index: 2;
	text-align: center;
	margin-top: -65px!important;
}
.portfolio-heading>div {
	display: inline-block;
	padding: 18px 4% 30px;
	background-color: #747570;
	border-radius: 8px;
}
.portfolio-heading h1 {
	font-family: 'forum';
    margin: 0;
    font-size: 21px;
    line-height: 1.8em;
    letter-spacing: 7px;
    text-transform: uppercase;
    color: #fff;
}
.portfolio-heading h2 {
	display: block;
	font-family: 'alright';
	color: #fff;
	margin: 0;
	font-size: 16px;
	letter-spacing: 3px;
}
.portfolio-heading p {
	color: #fff;
	text-align: left;
	margin: 0 0 2px;
}
.portfolio-heading p strong { 
	display: inline-block;
	width: 165px;
}
.article-page {
	padding-top: 70px;
}
.article-page .quote-section {
	background-color: #747570;
	margin-bottom: 30px;
}
.article-page .quote-section >div >div {
	padding: 0 15px;
}
.article-page .quote-section.no-image>div {
	background-color: transparent;
}
.article-page .quote-section p {
	text-align: center;
	padding: 0;
}
.article-page .images-grid .grid-col-1,
.article-page .images-grid .grid-col-2,
.article-page .images-grid .grid-col-3 {
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 45%;
}
.article-page .images-grid a {
	display: block;
	position: absolute;
	top: 0; bottom: 0; left: 15px; right: 15px;
	background-position: center;
	background-size: cover;
	opacity: 1;
	transition: opacity 250ms linear;
	-webkit-transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
}
.article-page .images-grid a:hover {
	opacity: 0.65;
}
.article-page .images-grid .grid-col-1 {
	width: 33.3333%
}
.article-page .images-grid .grid-col-2 {
	width: 66.6666%;
}
.article-page .images-grid .grid-col-3 {
	width: 100%;
	padding-bottom: 55%;
}
@media screen and (max-width: 768px) {
	.article-page .images-grid .grid-col-1 {
		width: 50%;
		padding-bottom: 60%;
	}
	.article-page .images-grid .grid-col-2 {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	.portfolio-heading h1 {
		font-size: 17px;
		letter-spacing: 5px;
	}
	.portfolio-heading h2 {
		font-size: 13px;
	}
}
@media screen and (max-width: 420px) {
	.article-page .images-grid .grid-col-1 {
		width: 100%;
		padding-bottom: 110%;
	}
	.article-page .images-grid .grid-col-2 {
		width: 100%;
		padding-bottom: 60%;
	}
}
/*=========================================== PRESS ========================================================*/
.press-list {
	text-align: center;
	padding-top: 50px;
}
.press-list a {
	display: block;
	background-position: center;
	background-size: cover;
	padding-bottom: 126%;
	margin-bottom: 15px;
	opacity: 1;
	transition: opacity 250ms linear;
	-webkit-transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
}
.press-list a:hover {
	opacity: 0.65;
}
.press-list .heading {
	font-family: 'forum';
	font-size: 2em;
	text-align: center;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.press-list .info {
	font-family: 'alright-bold';
	text-transform: uppercase;
	margin: 0;
	font-size: 14px;
	line-height: 1.4em;
	letter-spacing: 1px;
}
.press-badges {
	padding-top: 40px;
}
.press-badges ul {
	margin: 0;
}
.press-badges ul li {
	padding: 0 10px;
	margin-bottom: 20px;
}
.press-badges ul li img {
	width: 70px;
}

@media screen and (max-width: 768px) {
	.press-list .heading {
		font-size: 16px;
	}
	.press-list .info {
		font-size: 12px;
	}
}

.award-list {
	
}
.award-heading img {
    float: left;
    max-width: 101px;
}

.award-heading h2 {
    font-size: 3.5em;
    margin-left: 120px;
    padding-bottom: 2px;
    border-bottom: solid .04em;
}

.award-heading {
    margin: 70px 0;
}
.award-list li {
    font-size: 17px;
    display: block;
    float: left;
    width: 100%;
    line-height: 28px;
}
/*.award-list li {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 15px;
} */
.award-list li img {
	display: none;
	float: left;
	max-width: 37px;
}

.award-list li span {
	display: block;
	padding-left: 0;
}
@media screen and (max-width: 768px) {
	.award-list li {
		margin-bottom: 10px;
		line-height: 28px;
	}
	.award-list li img {
		max-width: 32px;
	}
	.award-list li span {
		padding-left: 42px
	}
}

/*=========================================== CONTACT ========================================================*/
.contact-section {
	padding-bottom: 40px;
}
.contact-column {
	background-color: #747570;
	margin: 10px 10px 0;
	padding: 45px 20px;
}
.contact-column h2 {	
	font-family: 'forum';
	font-size: 3em;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: 12px;
	margin-top: 0;
}
.contact-column p {
	font-family: 'alright-bold';
	font-size: 16px;
	color: #fff;
	padding: 0;
	text-align: right;
}
.contact-column p a {
	color: #fff;
	opacity: 1;
	transition: opacity 250ms linear;
	-webkit-transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
}
.contact-column p a:hover {
	opacity: 0.7;
}
.contact-column .social-nav {
	display: block;
	text-align: right;
	margin: 0;
	margin-left: 10px;
}
.contact-column .social-nav li {
	padding: 0 2px;
}
.contact-column .social-nav li a {
	display: block;
	width: 32px;
	height: 30px;
	background-image: url(../img/social-cnt.png);
	background-repeat: no-repeat;
	background-position: -150px center;
	background-size: 180px;
	transition: opacity 250ms linear;
	-webkit-transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
}
.contact-column .social-nav li a:hover,
.contact-column .social-nav li a:focus {
	opacity: 0.7;
}
.contact-column .social-nav li:nth-child(2) a {
	background-position: -75px center;
}
.contact-column .social-nav li:nth-child(3) a {
	background-position: -112px center;
}
.contact-column .social-nav li:nth-child(4) a {
	background-position: 0px center;
}
.contact-column .social-nav li:nth-child(5) a {
	background-position: -37px center;
}

.contact-info {
	padding: 0px 20px 0;
}
.contact-info h2 {
	color: #000;
	font-family: 'forum';
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 5px;
}
.contact-info span.line {
	display: block;
	height: 3px;
	margin: 0 0 35px;
	background-color: #aaaba8;
}
.contact-info p {
	padding: 0;
}
.contact-info p strong {
	font-family: 'alright-bold';
}
.contact-info .sbc-home {
	float: left;
	margin-right: 50px;
	max-width: 100px;
}

.newsletter-section {
/*	padding-top: 30px;
	padding-bottom: 60px;*/
	padding-top: 0px;
	padding-bottom: 10px;
}
.newsletter-section h2 {
	text-align: center;
	color: #747570;
	font-size: 2.5em;
	line-height: 2em;
	margin-bottom: 5px;
	margin-top: 5px;
}
.newsletter-section form {
	text-align: center;
	margin: 0;
}
.newsletter-section .form-group {
	margin-right: 15px;
}
.newsletter-section .form-control {
	padding: 0 10px;
	height: 38px;
	min-width: 240px;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #747570;
	border: solid 1px #747570;
}
.newsletter-section .btn-layout {
	letter-spacing: 2px;
	display: inline;
	vertical-align: middle;
	border: none;
	font-size: 14px;
	padding: 12px 3% 12px;
}
.contact-badges {
	padding-top: 20px;
	padding-bottom: 10px;
}
.contact-badges ul {
	margin: 0;
}
.contact-badges ul li {
	padding: 0 10px;
	margin-bottom: 20px;
}
.contact-badges ul li img {
	width: 60px;
}
.contact-badges ul li:first-child img{
	width: 70px;
}
@media screen and (max-width: 420px) {
	.contact-column {
		margin: 0;
	}
}
/*=========================================== ABOUT ==========================================================*/
.about {
	overflow: hidden;
	padding: 90px 0;
	background-color: #e8e8e8;
}
.about .bnn-thumb {
	position: relative;
	z-index: 2;
	display: block;
	padding-bottom: 76%;
	background-repeat: no-repeat;
	background-position: center;

	background-size: cover;
}
.about h2 {
    font-family: 'alright-bold';
    position: relative;
    font-size: 24px;
    letter-spacing: 0;
    color: #282828;
    margin: 40px 0;
    padding-bottom: 30px;
}
.about h2:after {
    content: '';
    height: 1px;
    width: 120%;
    position: absolute;
    top: 100%;
    left: -80%;
    background-color: #b1b0b0;
}
.about p {
    font-size: 18px;
    line-height: 24px;
    color: #282828;
}
.about .btn-layout {
    border: solid 2px #282828;
    border-radius: 2px;
    background-color: transparent;
    color: #282828;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 4px;
    padding: 20px 25px;
}
.about .btn-layout:hover {
    border-color: #282828;
    background-color: #282828;
    color: #fff;
}
@media (min-width: 768px) {
	.about .bnn-thumb {
		margin-right: -30px;
	}
}
@media (max-width:768px) {
	.about {
		padding: 20px 0 30px;
	}
	.about h2:after {
		top: 100%;
	}
	.about .bnn-thumb {
		margin-bottom: 50px;
	}
}
/*=========================================== TESTIMONIALS ==========================================================*/
.testimonials {
    background-position: center;
    background-size: cover;
    padding: 100px 0 70px;
    text-align: center;
}
.testimonials .quote {
	background-image: url(../img/quote-left.png);
	display: block;
	width: 36px;
	height: 27px;
	margin: 0 auto 60px;
}
.testimonials p {
	color: #fff;
	margin-bottom: 50px;
	font-size: 2.2em;
	line-height: 1.6em;
}
/*=========================================== TEAM ==========================================================*/
.team {
	overflow: hidden;
	padding: 90px 0;
	background-color: #fff;
}
.team .bnn-thumb {
	position: relative;
	z-index: 2;
	display: block;
	padding-bottom: 76%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.team h2 {
	font-family: 'alright-bold';
    position: relative;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: bold;
    color: #282828;
    margin: 40px 0;
    padding-bottom: 30px;
}
.team h2 small {
	display: block;
	margin: 0 0 3px;
	font-size: 20px;
	color: #4c4c4b;
	font-family: 'alright-light';
}
.team h2:after {
    content: '';
    height: 1px;
    width: 140%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #b1b0b0;
}
.team p {
    font-size: 18px;
    line-height: 24px;
    color: #282828;
}
.team .btn-layout {
    border: solid 2px #282828;
    border-radius: 2px;
    background-color: transparent;
    color: #282828;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 4px;
    padding: 20px 25px;
}
.team .btn-layout:hover {
    border-color: #282828;
    background-color: #282828;
    color: #fff;
}
@media (max-width: 768px) {
	.team {
		padding: 30px 0 20px;
	}
	.team .bnn-thumb {
		margin-top: 25px;
	}
}
/*=========================================== INSTAGRAM ==========================================================*/
.instagram-section {
	background-color: #e8e8e8;
	padding: 5px 0 0;
	text-align: center;
}
.instagram-section h2 {
    font-size: 40px;
    margin-bottom: 25px;
    color: #4c4c4b;
    font-family: 'forum';
}
.instagram-section h2 .fa {
	margin-bottom: 30px;
}
.instagram-section .social-wrap {
    padding: 0 0 2vw;
    margin: 0 1vw;
}
.instagram-section .social-wrap > a {
    display: block;
    float: left;
    width: 33.3333%;
    padding: 2vw;
}
.instagram-section .social-wrap span.content {
    display: block;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.instagram-section .social-wrap a small.gallery {
    display: block;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    opacity: .8;
}
.instagram-section .social-wrap a span.overlay {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 50px;
    background-color: rgba(29, 40, 45, 0.45);
    opacity: 0;
    transition: opacity 250ms linear;
    -webkit-transition: opacity 250ms linear;
}
.instagram-section .social-wrap a:hover span.overlay {
    opacity: 1;
}
.instagram-section .social-wrap a span.content .overlay .fa {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    line-height: 1;
    color: #fff;
    margin-top: -21px;
    margin-left: -25px;
    opacity: 0;
    transition: opacity 250ms linear;
    -webkit-transition: opacity 250ms linear;
}
.instagram-section .social-wrap a:hover span.content .overlay .fa {
    opacity: 1;
}

@media only screen and (max-width:1023px) {
    .instagram-section .social-wrap a span.content .overlay .fa {
        font-size: 30px;
        margin-top: -12px;
        margin-left: -15px;
    }
    .instagram-section .social-wrap a small.gallery {
        font-size: 14px;
    }
}
@media only screen and (max-width:991px) {
    .instagram-section .social-wrap > a, .instagram-section .social-wrap > span {
        width: 50%;
    }
    .instagram-section .social-wrap > a:last-child {
    	display: none
    }
}
@media only screen and (max-width:620px) {
	.instagram-section .social-wrap {
		padding: 10px 0;
		margin: 0 -10px;
	}
    .instagram-section .social-wrap > a, .instagram-section .social-wrap > span {
        width: 100%;
        padding: 10px
    }
}

/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
	padding: 0;
	padding: 20px 0;
	text-align: center;
	position: relative;
}
.footer a.icon {
    display: block;
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 5px;
    height: 82px;
    width: 82px;
    background-image: url(../img/column.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    opacity: 1;
    transition: all 250ms linear;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
}
.footer a.guild {
    display: block;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 5px;
    height: 82px;
    width: 82px;
    background-image: url(../img/bnn-guild.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
	opacity: 1;
	transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-o-transition: all 250ms linear;
}
.footer a.icon:hover,
.footer a.guild:hover {
	opacity: .6;
}
.footer > .container {
	position: relative;
}
.footer p {
	text-transform: capitalize;
	font-family: 'forum';
	display: block;
	vertical-align: top;
	margin: 0;
	margin-top: 3px;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0;
	color: #747570;
}
.footer p a {
	display: inline-block;
	color: #747570;
	margin-bottom: 15px;
}
.footer p .dot {
	display: inline-block;
	width: 3px;
	height: 3px;
	margin: 5px 20px;
	background-color: #747570;
	border-radius: 50%;
}
.footer p a:hover,
.footer p a:focus {
	color: #050000;
}
@media screen and (max-width: 540px) {
	.footer {
		padding-bottom: 130px;
	}
	.footer p {
		font-size: 18px;
	}
	.footer a.icon {
		top: 100px;
		left: unset;
		right: 55%; 
	}
	.footer a.guild {
		top: 100px;
		right: unset;
		left: 55%;
	}
}

/*===========================================================================================================*/
/*=========================================== CUSTOM MEDIA QUERIES ==========================================*/
/*===========================================================================================================*/
@media screen and (max-width: 768px) {
	/*============== COMMON ================*/
	p {
		font-size: 1.4em;
	}
	li {
		font-size: 14px;
	}
	dt, dd {
		font-size: 14px;
	}
	td, th {
		font-size: 14px;
	}
	h2 {font-size: 2em}
	.btn-layout {
		font-size: 1.4em;
	}
}