/*
	Theme Name: Custom Theme
	Description: Custom Theme For Graydon Hall Manor
	Version: 1.4.2
	Author: Karina
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 300 16px/1.5 'proxima_novaregular', Arial, sans-serif;
	color: #b0afaf;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #d4b5ac;
	text-decoration: underline;
	transition: all 0.3s ease 0s;
}

a:hover,
.columns.border a:hover {
	color: #d4b5ac;
}

a:focus {
	outline:0;
	}

a:hover,
a:active {
	outline:0;
	}

input:focus {
	outline:0;
	border: 0;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'montserratregular';
	text-transform: uppercase;
	font-weight: normal;
	color: #bec8d3;
	margin: 0 0 25px;
	}

h1 {
	font-size: 40px;
	}

h2 {
	font-size: 24px;
	}


h3 {
	font-size: 20px;
	}

h4 {
	font-size: 16px;
	}

h5 {
	font-size: 14px;
	}

h6 {
	font-size: 12px;
	}

p {
	margin: 0 0 25px;
	}

ul {
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
	}

ul li {
	background: url("img/ul-li.png") no-repeat scroll left 7px transparent;
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	}

.overflow {
	overflow: hidden;
	}

.float-left {
	float: left;
	}

.float-right {
	float: right;
	}

.marginright120 {
	margin-right: 120px;
	}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.icon::before,
.lg-icon::before {
	content: '';
	display: inline-block;
	vertical-align: top;
	background: url('img/icons.png') no-repeat scroll 0 0 transparent;
	background-size: 200px;
}

.lg-icon.lg-close::before  {
	width: 20px;
	height: 20px;
	background-position: -50px 0;
}

.icon.video::before {
	width: 50px;
	height: 50px;
	background-position: 0 0;
}

.columns {
	font-size: 0;
}

.columns .col {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	width: 100%;
	margin: 0 0 20px;
	position: relative;
}

.columns.border {
	border-top: 1px solid #e2e8ec;
	border-bottom: 1px solid #e2e8ec;
}

.columns.border .col {
	border-bottom: 1px solid #e2e8ec;
	padding: 40px 0;
}

.columns.border .col .content {
	border-right: 1px solid #e2e8ec;
	padding: 0 40px;
}

.columns.border h3 {
	font-size: 18px;
	text-align: center;
	margin: 15px 0 0;
}

.columns.border a {
	color: #bec8d3;
	text-decoration: none;
}

.columns.flex {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.columns.columns-2,
.columns.columns-3,
.columns.columns-4,
.columns.columns-5 {
	margin-left: -1%;
	margin-right: -1%;
	margin-bottom: -2%;
}

.columns.columns-3 {
	margin: 0;
}

.columns.columns-3 .col {
	width: 33.33%;
	margin: 0;
}

.columns.columns-3.border {
	margin: 0 -40px;
}

.columns.columns-3.border .col {
	margin: 0 0 -1px;
}

.wrapper {
	width: 1100px;
	margin: 0 auto;
	position:relative;
	}

.top-bar {
	width: 100%;
	height: 25px;
	background: #d8e6f0;
	}

.top-bar .wrapper .social-wrap {
	float: right;
	margin: 6px 12px 0 0;
	}

.social-wrap a {
	float: left;
	height: 21px;
	margin: 0 15px 0 0;
	background: url("img/icons/icon-social.png") no-repeat scroll 0 0 transparent;
	}

.social-wrap a.icon-facebook {
	width: 10px;
	background-position: 0 0;
	}

.social-wrap a.icon-twitter {
	width: 20px;
	background-position: -12px 0;
	}

.social-wrap a.icon-pinterest {
	width: 17px;
	background-position: -34px 0;
	}

.social-wrap a.icon-instagram {
	width: 18px;
	background-position: -53px 0;
	margin: 0;
	}

.header {
	width: 100%;
	background: #fff;
	}

.logo {
	margin: 38px 0 35px;
	/*margin: 10px 0 15px;*/
	text-align: center;
	}

.logo-img {

	}

.nav {
	font-family: 'montserratregular';
	font-size: 15px;
	text-transform: uppercase;
	height: 50px;
	}

.nav ul {
	height: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
	}

.nav ul li {
	display: inline-block;
	position: relative;
	height: 100%;
	background: none;
	}

.nav ul li a {
	padding: 0 23px;
	color: #bfbfbf;
	height: 100%;
	text-decoration: none;
	}

.nav ul li a:hover,
.nav ul li.current-menu-item > a,
.nav ul li.current-menu-parent > a,
.single-post .nav ul li.blog a {
	color: #d4b5ac;
	}

.nav ul li ul {
	background: #fff;
	border: 1px solid #ebebeb;
	font-size: 12px;
  	margin: 0;
	padding: 35px 35px 18px;
	position: absolute;
	top: 50px;
	/*top:35px;*/
	left: -20px;
	width: 212px;
	height: auto;
	text-align: left;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transform: translate3d(0px, 10px, 0px);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	}

.nav ul li ul li {
	margin: 0 0 12px;
	width: 100%;
	height: auto;
	}

.nav ul li ul li a {
	padding: 0;
	width: 100%;
	}

.nav ul li:hover ul.sub-menu {
	transform: translate3d(0px, 0px, 0px);
	visibility: visible;
	opacity: 1;
	}

.sidebar {
	width: 190px;
	float: left;
	}

.sidebar .widget_nav_menu li {
	background: none;
	text-transform: uppercase;
	padding: 0;
	font-size: 12px;
	font-family: 'montserratregular';
	}

.sidebar .widget_nav_menu li a {
	color: #bec8d3;
	text-decoration: none;
	}

.sidebar .widget_nav_menu li a:hover,
.sidebar .widget_nav_menu li.current-menu-item a {
	color: #d4b5ac;
	text-decoration: underline;
	}

.footer {
	background: #f0f0f0;
	font-size: 13px;
	text-transform: uppercase;
	}

.footer .wrapper {
	overflow: hidden;
	padding: 31px 0 20px;
	}

.footer .wrapper .widget {
	float: left;
	}

.footer .wrapper .widget.widget-1 {
	margin: 6px 29px 0 0;
	}

.footer .wrapper .widget.widget-2 {
	margin: 0 63px 0 0;
	}

.footer .wrapper .widget.widget-2 .social-wrap {
	margin: 10px 0 0;
	overflow: hidden;
	}

.footer .wrapper .widget.widget-2 .social-wrap a.icon-facebook,
.contact-widget-wrap .contact-sidebar-3 .widget-last .social-wrap a.icon-facebook {
	background-position: 0 -21px;
	}

.footer .wrapper .widget.widget-2 .social-wrap a.icon-twitter,
.contact-widget-wrap .contact-sidebar-3 .widget-last .social-wrap a.icon-twitter {
	background-position: -12px -21px;
	}

.footer .wrapper .widget.widget-2 .social-wrap a.icon-pinterest,
.contact-widget-wrap .contact-sidebar-3 .widget-last .social-wrap a.icon-pinterest {
	background-position: -34px -21px;
	}

.footer .wrapper .widget.widget-2 .social-wrap a.icon-instagram,
.contact-widget-wrap .contact-sidebar-3 .widget-last .social-wrap a.icon-instagram {
	background-position: -53px -21px;
	}

.footer .wrapper .widget.widget-4 {
	float: right;
	}

.footer .wrapper .widget p {
	margin: 0 0 3px;
	}

.footer .wrapper .widget a {
	color: #b0afaf;
	text-decoration: none;
	}

.main-container {
	overflow: hidden;
	margin: 50px 0 75px;
	width: 100%;
	}

.main-container main {
	float: right;
	width: 910px;
	}

.main-container main.fullwidth {
	float: none;
	width: 100%;
	}
/*
.header-banner,
.footer-banner {
	width: 1230px;
	margin: 0 auto;
	position: relative;
	}
*/

.header-banner-border-fix {
  border-left: 0 !important;
  border-right: 0 !important;
}

.header-banner  {
	width: 100%;
	border-right: 25px solid #fff;
    	border-left: 25px solid #fff;
	margin: 0 auto;
	position: relative;
	}

.header-banner {
	height: 384px;
	text-align: center;
	}

.single .header-banner,
.error404 .header-banner {
	height: auto;
	border-top: 5px solid #d8e6f0;
	border-bottom: 1px solid #d8e6f0;
	}

.footer-banner {
	margin: 0 auto 20px;
	}

.header-banner h1.title {
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #fff;
	display: inline-block;
	margin: 147px 0 0 0;
	padding: 14px 35px 12px;
	}

.single .header-banner h1.title,
.error404 .header-banner h1.title {
	color: #d8e6f0;
	border: 0;
	margin: 0;
	}

.page-id-12 .header-banner h1.title {
	padding: 14px 95px 12px;
	}

.page-id-20 .header-banner h1.title,
.page-id-14 .header-banner h1.title {
	padding: 14px 50px 12px;
	}

.img-wrap,
.gallery-wrap article .gallery-img-wrap,
.events-wrap article .events-img-wrap {
	display: inline-block;
	position: relative;
	}

.img-wrap::before,
.gallery-wrap article .gallery-img-wrap::before,
.events-wrap article .events-img-wrap::before,
.img-wrap::after,
.gallery-wrap article .gallery-img-wrap::after,
.events-wrap article .events-img-wrap::after {
	left: 10px;
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 10px;
	content: "";
	-webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
	transition: opacity 0.35s ease, transform 0.35s ease;
	opacity: 0;
	}

.img-wrap:hover::before,
.img-wrap:hover::after,
.events-wrap article:hover .events-img-wrap::before,
.events-wrap article:hover .events-img-wrap::after,
.gallery-wrap article:hover .gallery-img-wrap::before,
.gallery-wrap article:hover .gallery-img-wrap::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease .2s;
	transition: opacity 0.4s ease, transform 0.45s ease .2s;
	}

.img-wrap::before,
.gallery-wrap article .gallery-img-wrap::before,
.events-wrap article .events-img-wrap::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	}

.img-wrap::after,
.gallery-wrap article .gallery-img-wrap::after,
.events-wrap article .events-img-wrap::after {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform:scale(1,0);
	transform: scale(1,0);
	}

.img-wrap.video::before,
.img-wrap.video::after {
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	transform: none;
	border: 0;
	opacity: 0;
}

.img-wrap.video::before,
.img-wrap.video:hover::before {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}

.img-wrap.video:hover::before {
	opacity: 1;
}

.img-wrap.video::after {
	width: 100%;
	height: 100%;
	background: #000;
}

.img-wrap.video:hover::after {
	opacity: 0.8;
}

.single-gallery .main-container,
.single-events .main-container {
	margin: 0 0 75px;
	padding: 40px 0 0;
	}

.single-gallery .wrapper,
.single-gallery .header-banner,
.single-events .wrapper,
.single-events .header-banner {
	width: 1120px;
	}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.home .home-sidebar-right {
	float: right;
	width: 270px;
	}

.home .home-sidebar-right p {
	font-family: 'proxima_novalight';
	font-size: 12px;
	color: #bec8d3;
	text-transform: uppercase;
	text-align: center;
	margin: 8px 0 0;
	}

.home .home-sidebar-left {
	width: 185px;
	}

.home .home-sidebar-left h1.title {
	font-size: 30px;
	}

.home .main-container main {
	float: left;
	width: 645px;
	border-left: 1px solid #cddbe4;
	padding: 0 25px;
	}

.page-template-template-contact .iframe-wrap {
	height: 325px;
	overflow: hidden;
	width: 100%;
	}

.page-template-template-contact .iframe-wrap iframe {
	margin-top: -135px;
	}

.contact-widget-wrap {
	overflow: hidden;
	position: relative;
	background: #fff;
	margin: -45px auto 0;
	width: 1030px;
	}

.contact-widget-wrap .sidebar {
	float: left;
	padding: 0 25px;
	margin: 30px 0 0;
	border-right: 1px solid #e1e7eb;
	min-height: 195px;
	}

.contact-widget-wrap .sidebar .widget {
	margin: 0 0 30px;
	}

.contact-widget-wrap .contact-sidebar-1 {
	width: 330px;
	}

.contact-widget-wrap .contact-sidebar-2 {
	width: 295px;
	}

.contact-widget-wrap .contact-sidebar-3 {
	width: 395px;
	border: 0;
	}

.contact-widget-wrap .sidebar p {
	font-size: 20px;
	font-family: 'montserratregular';
	margin: 0 0 5px;
	}

.contact-widget-wrap .sidebar a.btn-directions {
	background: url("img/icons/icon-arrow-right.png") no-repeat scroll right 2px transparent;
	text-transform: uppercase;
	color: #d4b5ac;
	font-size: 12px;
	font-family: 'proxima_novaregular';
	padding: 0 20px 0 0;
	text-decoration: none;
	}

.contact-widget-wrap .sidebar h3.title {
	font-size: 16px;
	margin: 0 0 15px;
	}

.contact-widget-wrap .contact-sidebar-1 .widget-first {
	background: url("img/icons/icon-location.png") no-repeat scroll left 3px transparent;
	padding: 0 0 0 40px;
	}

.contact-widget-wrap .contact-sidebar-2 .widget-first {
	background: url("img/icons/icon-phone.png") no-repeat scroll left 3px transparent;
	padding: 0 0 0 37px;
	}

.contact-widget-wrap .contact-sidebar-3 .widget-first {
	background: url("img/icons/icon-email.png") no-repeat scroll left 3px transparent;
	padding: 0 0 0 52px;
	}

.contact-widget-wrap .contact-sidebar-3 .widget-first a {
	font-size: 20px;
	font-family: 'montserratregular';
	text-decoration: underline;
	}

.contact-widget-wrap .contact-sidebar-3 .widget-last {
	background: url("img/icons/icon-connect.png") no-repeat scroll left 3px transparent;
	padding: 0 0 0 52px;
	}

.contact-widget-wrap .contact-sidebar-3 .widget-last .social-wrap {
	overflow: hidden;
	}

.title-timeline {
	margin: 50px 0 25px;
	}

.page-template-template-team-php article h2.title {
	margin: 0;
	}

.page-template-template-team-php article.featured {
	border-bottom: 1px solid #e1e7eb;
	margin: 0 0 40px;
	padding: 0 0 10px;
	}

.page-template-template-team-php .team-wrap {
	overflow: hidden;
	}

.page-template-template-team-php .team-wrap article {
	float: left;
	width: 435px;
	margin-bottom: 40px;
	}

.page-template-template-team-php .team-wrap article.even {
	margin-right: 35px;
	}

.page-template-template-team-php .team-wrap article h2.title {
	font-size: 18px;
	}

.page-template-template-team-php .team-wrap article h5.ctitle,
.page-template-template-team-php .featured h5.ctitle {
	margin: 0;
	}

.page-template-template-team-php .team-wrap article span.email,
.page-template-template-team-php .featured span.email {
	display: block;
	margin: 0 0 20px;
	}

.page-template-template-team-php .team-wrap article .alignleft {
	margin: 0 12px 4px 0;
	}

.page-template-template-media .main-container main {
	min-height: 1000px;
	}

.plans-wrap {
	overflow: hidden;
	padding: 45px 0 180px;
	}

.plans-wrap .row {
	position: relative;
	min-height: 160px;
	margin-bottom: 26px;
	}

.plans-wrap article {
	float: left;
	width: 440px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	}

.plans-wrap article.odd {
	margin-right: 30px;
	}

.plans-wrap article .plan-full,
.plans-wrap article .related-plan {
	display: none;
	background: #95a2a9;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
	overflow: hidden;
	cursor: pointer;
	}

.plans-wrap article .plan-full .float-left {
	width: 435px;
	padding: 20px;
	}

.plans-wrap article .plan-full .float-left p {
	margin: 0 0 15px;
	}

.plans-wrap article .plan-full .float-right {
	width: 475px;
	min-height: 345px;
	background: #fff;
	border: 1px solid #d0dde4;
	}

.plans-wrap article .plan-full .float-right img {
	width: 100%;
	}

.plans-wrap article .plan-excerpt {
	overflow: hidden;
	background: #acbac2;
	position: relative;
	cursor: pointer;
	border: 1px solid #d0dde4;
	}

.plans-wrap article .plan-excerpt .float-left,
.plans-wrap article .plan-excerpt .float-right {
	width: 50%;
	}

.plans-wrap article .plan-excerpt .float-left {
	padding: 20px;
	}

.plans-wrap article .plan-excerpt .float-right {
	background: #fff;
	}

.plans-wrap article .plan-excerpt .float-right .icon-expand,
.plans-wrap article .plan-full .float-right .icon-close,
.plans-wrap article .plan-full .float-right .icon-fullscreen {
	position: absolute;
	top: 4px;
	right: 4px;
	background: url("img/icons/icon-plans.png") no-repeat scroll 0 0 transparent;
	width: 27px;
	height: 27px;
	}

.plans-wrap article .plan-full .float-right .icon-close {
	background-position: 0 -28px;
	}

.plans-wrap article .plan-full .float-right .icon-fullscreen {
	background-position: 0 -57px;
	height: 22px;
	width: 22px;
	top: auto;
	bottom: 5px;
	right: 5px;
	}

.plans-wrap article p {
	margin: 0;
	}

.plans-wrap article h2.title {
	font-size: 18px;
	color: #ffffff;
	margin: 0 12px 15px 0;
	}

.plans-wrap article .btn-view-related {
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #ffffff;
	padding: 10px 28px;
	margin: 20px 0 0;
	display: inline-block;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	}

.plans-wrap article .btn-view-related:hover {
	opacity: 0.8;
	}

.suppliers-wrap {
	overflow: hidden;
	margin: 25px 0 0;
	border: 1px solid #d7d7d7;
	}

.suppliers-wrap .category-section {
	padding-bottom: 48px;
	}

.suppliers-wrap .category-section:last-child,
.suppliers-wrap .category-section.last {
	padding-bottom: 0;
	}

.suppliers-wrap .row {
	overflow: hidden;
	width: 100%;
	padding: 12px 0;
	}

.suppliers-wrap .row:hover,
.suppliers-wrap .row.even:hover {
	background: #d8e6f0;
	}

.suppliers-wrap .row.title {
	background: #acbac2;
	padding: 15px 40px 17px;
	}

.suppliers-wrap .row.title h3 {
	color: #ffffff;
	margin: 0;
	font-size: 18px;
	}

.suppliers-wrap .row.even {
	background: #f0f0f0;
	}

.suppliers-wrap .row a {
	color: #b0afaf;
	}

.suppliers-wrap .row .cell {
	float: left;
	padding: 0 40px;
	}

.suppliers-wrap .row .cell.first {
	width: 275px;
	}

.suppliers-wrap .row .cell.second {
	width: 265px;
	}

.suppliers-wrap .row .cell.third {
	/*width: 315px;*/
	width: 240px !important;
	}

.suppliers-wrap .row .cell.fourth {
	width: 243px;
	}

.suppliers-select-wrap {
	text-align: center;
	}

.suppliers-select-wrap .customSelect,
.suppliers-select-wrap select {
	border: 1px solid #d7d7d7;
	padding: 14px 23px 10px;
	text-align: left;
	font-size: 16px;
	color: #b0afaf;
	width: 323px;
	background: url("img/icons/icon-arrow-down.png") no-repeat scroll 93% 19px #fff;
	}

.suppliers-select-wrap select option {
	padding: 14px 23px 10px;
	font-size: 16px;
	border-bottom: 1px solid #d7d7d7;
	}

.suppliers-select-wrap .customSelect {
	color: #acbac2;
	font-size: 14px;
	font-family: 'montserratregular';
	text-transform: uppercase;
	}

.blog-wrap {
	overflow: hidden;
	}

.blog-wrap .featured {
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0 0 30px;
	border-bottom: 1px solid #e1e7eb;
	}

.blog-wrap .title-wrap span {
	font-size: 14px;
	font-family: 'montserratregular';
	text-transform: uppercase;
	color: #bec8d3;
	display: inline-block;
	padding: 6px 40px 5px;
	margin: 35px 0;
	border: 1px solid #bec8d3;
	}

.single .blog-wrap .title-wrap span {
	margin: 0;
	}

.blog-wrap .title-wrap h2.title {
	font-size: 30px;
	margin: 0;
	}

.blog-wrap .title-wrap .date {
	font-size: 12px;
	font-family: 'proxima_novalight';
	text-transform: uppercase;
	color: #bec8d3;
	margin: 0 0 16px;
	}

.blog-wrap .featured p {
	font-size: 20px;
	}

.blog-wrap .featured .btn-details,
.single .blog-wrap .top .btn-back {
	background: url("img/icons/icon-arrow-right.png") no-repeat scroll right 2px transparent;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #d4b5ac;
	padding: 0 17px 0 0;
	}

.single .blog-wrap .top .btn-back {
	background: url("img/icons/icon-arrow-left.png") no-repeat scroll left 3px transparent;
	padding: 0 0 0 17px;
	float: right;
	}

.blog-wrap .post-wrap .alm-reveal {
	overflow: hidden;
	margin-bottom: 35px;
	border-bottom: 1px solid #e1e7eb;
	}

.blog-wrap .post-wrap .alm-reveal article {
	float: left;
	width: 291px;
	height: 320px;
	border-right: 1px solid #e1e7eb;
	padding-right: 35px;
	margin-right: 35px;
	margin-bottom: 35px;
	}

.blog-wrap .post-wrap .alm-reveal article:nth-child(3n) {
	margin-right: 0;
	padding-right: 0;
	padding-left: 35px;
	border-right: 0;
	}

.blog-wrap .post-wrap .alm-reveal article:nth-child(2n) {
	margin-right: 0;
	}

.blog-wrap .post-wrap .alm-btn-wrap {
	display: block;
	padding: 0;
	width: 100%;
	margin: 60px 0 0;
	}

.blog-wrap .post-wrap .alm-btn-wrap  .alm-load-more-btn {
	background: #acbac2;
	border-radius: 0;
	color: #fff;
	font-family: "proxima_novaregular";
	font-size: 12px;
	font-weight: normal;
	padding: 0 40px;
	text-transform: uppercase;
	}

.blog-wrap .post-wrap .alm-btn-wrap  .alm-load-more-btn:hover {
	background: #C2CFD6;
	}

.blog-wrap .post-wrap article img {
	width: 100%;
	}

.blog-wrap .post-wrap article h3.title {
	font-size: 18px;
	margin: 4px 0 1px;
	}

.blog-wrap .post-wrap article h3.title a {
	text-decoration: none;
	color: #bec8d3;
	}

.single .blog-wrap .top {
	overflow: hidden;
	margin: 0 0 35px;
	}

.menus-wrap {
	overflow: hidden;
	}

.menus-wrap .row {
	overflow: hidden;
	}

.menus-wrap .row article {
	width: 535px;
	height: 320px;
	float: left;
	position: relative;
	margin-bottom: 30px;
	}

.menus-wrap .row article img {
	width: 100%;
	height: 100%;
	}

.menus-wrap .row article .content-wrap {
	position: absolute;
	margin: 20px;
	padding: 35px 30px 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("img/bgr-transparent-white.png") repeat scroll 0 0 transparent;
	text-align: center;
	}

.menus-wrap .row article .content-wrap h2.title {
	color: #93a7be;
	font-size: 25px;
	}

.menus-wrap .row article .content-wrap p {
	color: #95a2a9;
	margin: 0 0 35px;
	}

.menus-wrap .row article .content-wrap .btn-download {
	background: #acbac2;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 35px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	}

.menus-wrap .row article .content-wrap .btn-download:hover {
	opacity: 0.8;
	}

.menus-wrap .row.first-row article:first-child,
.menus-wrap .row.second-row article:nth-child(2) {
	height: 670px;
	}

.menus-wrap .row.first-row article:first-child {
	margin-right: 30px;
	}

.menus-wrap .row.second-row article:nth-child(2) {
	margin-left: 30px;
	float: right;
	}

.menus-wrap .row.first-row article:first-child .content-wrap,
.menus-wrap .row.second-row article:nth-child(2) .content-wrap {
	padding-top: 205px;
	}

.menus-wrap .row.first-row article:first-child p,
.menus-wrap .row.second-row article:nth-child(2) p {
	font-size: 18px;
	}

.gallery-wrap {
	overflow: hidden;
	margin: 50px 0 0;
	}

.gallery-wrap article {
	width: 345px;
	height: 500px;
	float: left;
	position: relative;
	margin-right: 32px;
	margin-bottom: 32px;
	}

.gallery-wrap article:nth-child(3) {
	margin-right: 0;
	}

.gallery-wrap article img,
.events-wrap article img {
	width: 100%;
	}

.gallery-wrap article h2.title,
.events-wrap article h2.title {
	margin: 0;
	}

.gallery-wrap article h2.title a,
.events-wrap article h2.title a {
	background: #fff;
	color: #bec8d3;
	display: block;
	border: 1px solid #e1e1e1;
	margin: -45px 40px 0;
	padding: 30px 0 25px;
	position: relative;
	text-align: center;
	text-decoration: none;
	z-index: 9999;
	}

.single-gallery .main-container main {
	width: 930px;
	overflow: visible;
	}

.single-gallery .main-container main .sidebar-right,
.single-events .main-container main .sidebar-right {
	float: right;
	width: 255px;
	padding: 0 15px 0 0;
	}

.brochure-wrap {
	text-align: center;
	background: #f1eae3;
	padding: 15px;
	}

.brochure-wrap span {
	text-transform: uppercase;
	font-family: 'montserratregular';
	font-size: 12px;
	color: #c7b29f;
	display: block;
	}

.brochure-wrap h4 {
	color: #a3b9c3;
	line-height: 1;
	}

.brochure-wrap img {
	margin: 0 auto 8px;
	display: block;
	max-width: 150px;
	border: 1px solid #dbdbda;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(147,143,143,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(147,143,143,0.75);
	box-shadow: 0px 2px 5px 0px rgba(147,143,143,0.75);
	}

.brochure-wrap .btn-download {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #acbbc2;
	border-bottom: 1px solid #e0dedb;
	}

.single-gallery .main-container main article {
	float: left;
	width: 640px;
	}

.single-gallery .shareBtn {
	padding: 12px 61px 9px;
	position: relative;
	background: #acbac2;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	float: left;
	cursor: pointer;
	margin: 0 0 45px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	}

.single-gallery .shareBtn:hover,
.single-gallery .thumbBtn:hover {
	opacity: 0.9;
	}

.btn-wrap .btn-gray:hover {
	background: #95a2a9;
	}

.single-gallery .shareBtn .addtoany_list {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
 	width: 160px;
	}

.single-gallery .thumbBtn {
	float: left;
	padding: 2px 0;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	}

.single-gallery .thumbBtn .thumbIcn {
	background: url("img/icons/icon-thumb-view.png") no-repeat scroll 0 0 transparent;
	width: 35px;
	height: 35px;
	display: none;
	}

.single-gallery .thumbBtn .thumbIcn.slider-view {
	background-position: -35px 0;
	}

.single-gallery .thumbBtn .thumbIcn.show,
.single-gallery .shareBtn .addtoany_list.show {
	display: block;
	}

.single-gallery .btn-wrap .separator {
	background: #cddbe4;
	width: 1px;
	margin: 0 22px;
	height: 39px;
	float: left;
	}

.btn-wrap .btn-gray {
	background: #acbac2;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	width: 100%;
	padding: 12px 0 9px;
	display: block;
	margin: 0 0 5px;
	clear: both;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	}

.single-gallery .btn-pinit {
	position: absolute;
	right: 46px;
	top: 15px;
	z-index: 999;
	}

.events-wrap {
	overflow: hidden;
	margin: 50px 0 0;
	}

.events-wrap article {
	float: left;
	width: 535px;
	margin-right: 30px;
	margin-bottom: 40px;
	}

.events-wrap article:nth-child(2n) {
	margin-right: 0;
	}

.events-wrap article h2.title a {
	margin: -45px 140px 0;
	}

.main-container main.fullwidth {
	overflow: hidden;
	}

.single-events .main-container main article {
	float: left;
	width: 830px;
	}

.single-events .image-view {
	overflow: hidden;
	clear: both;
	margin: 0 0 40px;
	}

.single-events .image-view img {
	width: 100%;
	}

.single-events .image-view-1 .float-left,
.single-events .image-view-2 .float-right {
	width: 359px;
	}

.single-events .image-view-1 .float-left .img-left-top {
	margin: 0 0 9px;
	}

.single-events .image-view-1 .float-right,
.single-events .image-view-2 .float-left {
	width: 740px;
	}

.single-events .main-container main .sidebar-right {
	padding: 0;
	}

.featured-video-wrap {
	overflow: hidden;
	clear: both;
	margin: 20px 0 0;
	}

.featured-video-wrap .featured-info {
	float: left;
	background: #acbac2;
	color: #fff;
	font-family: "montserratregular";
	padding: 75px 0 68px;
	margin: 0 12px 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 475px;
	}

.featured-video-wrap .featured-info .top {
	font-size: 19px;
	line-height: 19px;
	}

.featured-video-wrap .featured-info .top span {
	display: inline-block;
	position: relative;
	}

.featured-video-wrap .featured-info .top span:before,
.featured-video-wrap .featured-info .top span:after {
	content: "";
	position: absolute;
	height: 1px;
	border-top: 1px solid white;
	top: 8px;
	width: 85px;
	}

.featured-video-wrap .featured-info .top span:before {
	right: 100%;
	margin-right: 12px;
	}

.featured-video-wrap .featured-info .top span:after {
	left: 100%;
	margin-left: 12px;
	}

.featured-video-wrap .featured-info h2 {
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
	margin: 3px 0;
	}

.featured-video-wrap .featured-info p {
	margin: 0;
	font-size: 12px;
	}

.hide {
	display: none;
	height: 467px;
	width: 584px;
	overflow: hidden;
	}

.hide iframe {
	height: 467px;
	width: 584px;
	}

.featured-video-wrap .video {
	overflow: hidden;
	height: 218px;
	width: 305px;
	float: left;
	}

.featured-video-wrap .video-1 {
	margin: 0 12px 0 0;
	}

.featured-video-wrap .video img {
	width: 100%;
	}

.pinit-button {
	z-index: 9999 !important;
	}

.page-template-template-dates .date-wrap {
	overflow: hidden;
	margin: 50px 0 0;
	}

.page-template-template-dates .sidebar {
	float: right;
	width: 240px;
	font-family: 'montserratregular';
	}

.page-template-template-dates .sidebar h3.title {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 20px;
	}

.page-template-template-dates .sidebar p {
	margin: 0 0 10px;
	}

.page-template-template-dates .date-section {
	float: left;
	width: 830px;
	border: 1px solid #d7d7d7;
	}

.page-template-template-dates .date-section .section {
	overflow: hidden;
	}

.page-template-template-dates .date-section .title {
	background: #acbac2;
	padding: 8px 30px;
	}

.page-template-template-dates .date-section .title h3 {
	font-family: 'montserratregular';
	font-size: 18px;
	color: #fff;
	margin: 0;
	}

.page-template-template-dates .date-section .section .row {
	overflow: hidden;
	padding: 18px 17px 0;
	}

.page-template-template-dates .date-section .row.odd {
	background: #f0f0f0;
	}

.page-template-template-dates .date-section .row .float-left {
	text-align: center;
	border: 1px solid #93a7be;
	width: 14%;
	font-size: 20px;
	font-family: 'montserratregular';
	line-height: 20px;
	color: #93a7be;
	text-transform: uppercase;
	text-align: center;
	padding: 18px 0 15px;
	}

.page-template-template-dates .date-section .row .float-left span {
	display: block;
	}

.page-template-template-dates .date-section .row .float-left span.date {
	font-size: 40px;
	line-height: 32px;
	font-weight: bold;
	}

.page-template-template-dates .date-section .row .float-right {
	width: 83%;
	padding: 5px 0 0;
	}

/*------------------------------------*\
    SLIDERS
\*------------------------------------*/

.home .royalSlider {
	max-height: 625px !important;
	}

.royalSlider.rsUni,
.royalSlider.rsUni .rsUni .rsOverflow,
.royalSlider.rsUni .rsUni .rsSlide,
.royalSlider.rsUni .rsUni .rsVideoFrameHolder,
.royalSlider.rsUni .rsUni .rsThumbs {
	background: #FBFBFB;
	}

.royalSlider.rsUni .rsArrowIcn {
	background: url("img/icons/icon-arrows-slider.png") no-repeat scroll 0 0 transparent;
	border-radius: 0;
	left: 50%;
	margin-left: -23px;
	margin-top: -23px;
	opacity: 1;
	top: 50%;
	width: 46px;
	height: 46px;
	}

.royalSlider.rsUni .rsArrow {
	width: 46px;
	}

.royalSlider.rsUni.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: 0 -64px;
	}

.royalSlider.rsUni.rsHor .rsArrowLeft .rsArrowIcn:hover {
	background-position: 0 -110px;
	}

.royalSlider.rsUni.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -46px -64px;
	}

.royalSlider.rsUni.rsHor .rsArrowRight .rsArrowIcn:hover {
	background-position: -46px -110px;
	}

.single-post .royalSlider.rsUni .rsArrow {
	width: 32px;
	}

.single-post .royalSlider.rsUni .rsArrowIcn {
	margin-left: -16px;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	}

.single-post .royalSlider.rsUni.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: 0 0;
	}

.single-post .royalSlider.rsUni.rsHor .rsArrowLeft .rsArrowIcn:hover {
	background-position: 0 -32px;
	}

.single-post .royalSlider.rsUni.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -32px 0;
	}

.single-post .royalSlider.rsUni.rsHor .rsArrowRight .rsArrowIcn:hover {
	background-position: -32px -32px;
	}

.royalSlider.rsUni .rsArrowDisabled .rsArrowIcn {
	opacity: 0.5 !important;
	}

.royalSlider.timeline {
	width: 100%;
	height: 200px;
	background: #fff;
	}

.royalSlider.timeline .rsOverflow {
	background: #fff;
	}

.royalSlider.timeline .rsThumbsHor {
	background: #fff;
	font-size: 18px;
	color: #b0afaf;
	}

.royalSlider.timeline .rsThumb {
	width: 96px;
	height: 72px;
	text-align: center;
	}

.royalSlider.timeline .rsThumb.rsNavSelected {
	color: #d4b5ac;
	background: url("img/icons/icon-arrow-timeline.png") no-repeat scroll 8px bottom #fff;
	}

.royalSlider.timeline .rsTmb {
	margin: 0 56px 0 0;
	position: relative;
	z-index: 999;
	padding: 0 0 15px;
	}

.royalSlider.timeline .rsThumb.rsNavSelected .rsTmb {
	border-bottom: 2px solid #d4b5ac;
	}

.royalSlider.timeline .rsThumb .thumbIco,
.royalSlider.timeline .rsThumb.rsNavSelected .thumbIco {
	border: 0;
	position: relative;
	display: block;
	height: 1px;
	background: #ced9df;
	margin: 1px 0 0;
	}

.royalSlider.timeline .rsThumb.rsNavSelected .thumbIco {
	margin: -1px 0 0 0;
	}

.royalSlider.timeline .rsContent {
	background: #eef3f6;
	font-size: 14px;
	color: #8fa1ae;
	padding: 20px;
	}

.single-post .royalSlider {
	float: left;
	margin: 0 30px 30px 0;
	}

.single-post .royalSlider .img-wrap {
	width: 445px;
	}

.slider-wrap {
	overflow: hidden;
	margin: 5px 0 0;
	}

.royalSlider.rsUni .caption {
	background: #f0f0f0;
	bottom: 0;
	color: #b0afaf;
	font-size: 12px;
	padding: 13px 70px 11px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	}

.royalSlider.rsUni .rsSlideCount {
	bottom: 7px;
	color: #93a7be;
	font-size: 18px;
	font-family: 'montserratregular';
	font-weight: bold;
	left: 20px;
	position: absolute;
	}

.single-gallery .royalSlider.rsUni .rsThumbsHor {
	background: #ffffff none repeat scroll 0 0;
	display: none;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
	}

.single-gallery .royalSlider.rsUni .rsThumbsHor.show {
	display: block;
	}

.single-gallery .royalSlider.rsUni .rsThumbsContainer {
	height: auto !important;
	left: 0 !important;
	top: 5px;
	transform: translate3d(0px, 0px, 0px) !important;
	width: 100% !important;
	}

.single-gallery .royalSlider.rsUni .rsThumb {
	margin: 0 0 15px;
	}

.single-gallery .royalSlider.rsUni .rsThumb.rsNavSelected {
	border: 2px solid #d8e6f0;
	}

.single-gallery .royalSlider.rsUni .rsThumbsArrowIcn {
	display: none;
	}


/*------------------------------------*\
    FORMS
\*------------------------------------*/

input,
textarea {
	width: 100%;
	border: 1px solid #f6f6f6;
	outline: 0;
	background: #f6f6f6;
	font-size: 12px;
	font-family: 'montserratregular';
	padding: 14px;
	color: #b0afaf;
	}

input:focus,
textarea:focus {
	border: 1px solid #bec8d3;
	}

input[type="submit"] {
	background: #acbac2;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'proxima_novaregular';
	padding: 16px 83px 15px;
	width: auto;
	float: right;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	}

input[type="submit"]:hover {
	opacity: 0.8;
	}

.submit-wrap .wpcf7-captchar {
	width: 225px;
	margin: 0 0 0 15px;
	}

.submit-wrap img {
	vertical-align: middle
	}

.submit-wrap div.wpcf7 img.ajax-loader {
	display: none;
	}

.form-wrap {
	border-top: 1px solid #e1e7eb;
	margin: 25px 0 0;
	padding: 50px 0 0;
	overflow: hidden;
	}

.form-wrap > .float-left {
	width: 320px;
	}

.form-wrap > .float-right {
	width: 750px;
	}

.form-wrap > .float-right > .float-left,
.form-wrap > .float-right > .float-right {
	width: 48%;
	}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'proxima_novaregular';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#proxima_novaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novalight';
    src: url('fonts/proximanova-light-webfont.eot');
    src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-light-webfont.woff') format('woff'),
         url('fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratultra_light';
    src: url('fonts/montserrat-ultralight-webfont.eot');
    src: url('fonts/montserrat-ultralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-ultralight-webfont.woff2') format('woff2'),
         url('fonts/montserrat-ultralight-webfont.woff') format('woff'),
         url('fonts/montserrat-ultralight-webfont.ttf') format('truetype'),
         url('fonts/montserrat-ultralight-webfont.svg#montserratultra_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 1280px) {
	.header-banner,
	.footer-banner {
		width: 100%;
	}
}

@media only screen and (max-width: 1140px) {
	.wrapper,
	.single-gallery .wrapper,
	.single-gallery .header-banner,
	.single-events .wrapper,
	.single-events .header-banner {
		width: 100%;
		padding: 0 20px;
	}

	.slider-wrap .wrapper,
	.contact-widget-wrap {
		width: 100%;
	}

	.sidebar,
	.home .home-sidebar-left {
		width: 18%;
	}

	.home .home-sidebar-right {
		width: 27%;
	}

	.home .main-container main {
		width: 54%;
	}

	.main-container main,
	.single-gallery .main-container main {
		width: 82%;
	}

	.page-template-template-team-php .team-wrap article,
	.plans-wrap article,
	.plans-wrap article .plan-full .float-right,
	.events-wrap article {
		width: 48%;
	}

	.page-template-template-team-php .team-wrap article.even,
	.plans-wrap article.odd,
	.events-wrap article {
		margin-right: 4%;
	}

	.plans-wrap article .plan-excerpt {
		background: #fff;
	}

	.plans-wrap article .plan-excerpt .float-left {
		background: #acbac2;
	}

	.plans-wrap article .plan-full .float-left {
		width: 52%;
	}

	.gallery-wrap article {
		margin-right: 2%;
		width: 32%;
	}

	.single-gallery .main-container main .sidebar-right,
	.single-events .main-container main .sidebar-right {
		width: 32%;
	}

	.single-gallery .main-container main article,
	.single-events .main-container main article {
 		width: 65%;
	}

	.single-gallery .royalSlider.rsUni .rsThumb {
		margin-right: 1% !important;
		width: 24%;
	}

	.single-events .image-view-1 .float-right,
	.single-events .image-view-2 .float-left {
		width: 70%;
	}

	.single-events .image-view-1 .float-left,
	.single-events .image-view-2 .float-right {
		width: 29%;
	}

	.single-events .image-view {
		height: 436px;
	}

	.featured-video-wrap .featured-info {
		width: 45%;
		height: 182px;
		margin: 0 1% 0 0;
		padding: 52px 0;
	}

	.featured-video-wrap .video {
		width: 26%;
		height: 182px;
	}

	.featured-video-wrap .video-1 {
		margin: 0 1% 0 0;
	}

	.menus-wrap .row article img {
		height: 100%;
	}

	.menus-wrap .row.first-row article:first-child .content-wrap,
	.menus-wrap .row.second-row article:nth-child(2) .content-wrap {
		padding-top: 150px;
	}

	.menus-wrap .row.first-row article:first-child,
	.menus-wrap .row.second-row article:nth-child(2),
	.menus-wrap .row article {
		width: 49%;
	}

	.menus-wrap .row.first-row article:first-child {
		margin-right: 2%;
	}

	.menus-wrap .row.second-row article:nth-child(2) {
		margin-left: 2%;
	}

	.menus-wrap .row article .content-wrap {
		padding: 0 20px;
	}

	.blog-wrap .post-wrap .alm-reveal article {
		margin-right: 4%;
		padding-right: 4%;
		width: 32%;
		height: auto;
	}

	.contact-widget-wrap .contact-sidebar-1 {
		width: 32%;
	}

	.contact-widget-wrap .contact-sidebar-2 {
		width: 29%;
	}

	.contact-widget-wrap .contact-sidebar-3 {
		width: 39%;
	}

	.form-wrap > .float-left {
		width: 30%;
	}

	.form-wrap > .float-right {
		width: 67%;
	}

	.events-wrap article h2.title a,
	.gallery-wrap article h2.title a {
		margin: -45px 20% 0;
	}

	.page-template-template-dates .sidebar {
		width: 21%;
		word-wrap: break-word;
	}

	.page-template-template-dates .date-section {
		width: 76%;
	}
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 960px) {
	.single-events .image-view {
		height: 340px;
	}

	.featured-video-wrap .featured-info {
		height: 172px;
	}

	.single-gallery .btn-wrap .separator {
 		margin: 0 5%;
	}

	.nav ul li a {
 		padding: 0 15px;
	}
}

@media only screen and (max-width: 800px) {
	.top-bar,
	.sidebar,
	.top-bar .wrapper .social-wrap,
	.single-gallery .btn-wrap .separator,
	.single-events .image-view-1 .float-left,
	.single-events .image-view-2 .float-right {
		display: none;
	}

	.main-container main,
	.single-gallery .main-container main,
	.page-template-template-team-php .team-wrap article,
	.page-template-template-team-php .team-wrap article.even,
	.plans-wrap article.odd,
	.events-wrap article,
	.plans-wrap article,
	.single-gallery .shareBtn,
	.single-events .image-view-1 .float-right,
	.single-events .image-view-2 .float-left,
	.featured-video-wrap .featured-info,
	.featured-video-wrap .video,
	.menus-wrap .row.first-row article:first-child,
	.menus-wrap .row.second-row article:nth-child(2),
	.menus-wrap .row article,
	.menus-wrap .row article img,
	.blog-wrap .post-wrap .alm-reveal article,
	.single-post .royalSlider .img-wrap,
	.form-wrap > .float-left,
	.form-wrap > .float-right,
	.home .main-container main {
		width: 100%;
		float: none;
	}

	.page-template-template-team-php .team-wrap article,
	.page-template-template-team-php .team-wrap article,
	.page-template-template-team-php .team-wrap article.even,
	.plans-wrap article.odd, .events-wrap article,
	.gallery-wrap article,
	.featured-video-wrap .featured-info,
	.featured-video-wrap .video,
	.menus-wrap .row.first-row article:first-child,
	.menus-wrap .row.second-row article:nth-child(2),
	.menus-wrap .row article,
	.blog-wrap .post-wrap .alm-reveal article,
	.single-post .royalSlider,
	.form-wrap > .float-left {
		margin: 0 0 20px;
	}

	.single-gallery .royalSlider.rsUni .rsThumb,
	.single-events .image-view,
	.featured-video-wrap .featured-info,
	.featured-video-wrap .video {
		height: auto;
	}

	.single-gallery .shareBtn {
		margin: 0 0 5px;
	}

	.single-gallery .thumbBtn {
		float: none;
		height: 35px;
		margin: 0 auto 5px;
		padding: 0;
		width: 35px;
	}

	.suppliers-wrap .row .cell.first,
	.suppliers-wrap .row .cell.second,
	.suppliers-wrap .row .cell.third,
	.suppliers-wrap .row .cell.fourth {
		width: 25%;
	}

	.suppliers-wrap .row .cell {
		padding: 0 2%;
	}

	header .logo-img {
		width: 80%;
	}

	body.mean-container .mean-nav {
		background: #acbac2;
	}

	body.mean-container .mean-nav ul li {
		background: #acbac2;
		margin: 0;
		padding: 0;
		font-size: 15px;
		font-family: 'montserratregular';
	}

	body.mean-container .mean-nav ul li a {
		border: 0;
		padding: 5px 5%;
	}

	body.mean-container .mean-nav ul li ul li > a {
		font-size: 12px;
		border: 0;
		opacity: 1;
		padding: 7px 10%;
	}

	body.mean-container .mean-nav ul li ul li > a:hover {
		text-decoration: underline;
	}

	body.mean-container .mean-nav ul li a.mean-expand {
		line-height: 100%;
		margin: 0;
		padding: 1px 19px 0 0 !important;
		border: none !important;
		background: url("img/m-plus-btn.png") no-repeat scroll center center transparent;
		text-indent: -9999px;
	}

	body.mean-container .mean-nav ul li a.mean-expand:hover {
		background: url("img/m-plus-btn.png") no-repeat scroll center center transparent;
	}

	body.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
		background: url("img/m-minus-btn.png") no-repeat scroll center center transparent;
	}

	body.mean-container .mean-bar {
		background: #fff;
		float: right;
		width: 100%;
		position: absolute;
		right: 0;
		padding: 0;
	}

	body.mean-container a.meanmenu-reveal.meanclose {
		color: #acbac2;
		background: url("img/m-close-btn.png") no-repeat scroll 96% 10px #acbac2;
		padding: 13px 0 11px;
		text-indent: -9999px !important;
		width: 100%;
	}

	body.mean-container a.meanmenu-reveal span {
		background: #acbac2;
	}

	body.mean-container .mean-nav ul li.mean-last {
		padding: 0 0 20px;
	}

	.footer .wrapper .widget,
	.footer .wrapper .widget.widget-1,
	.footer .wrapper .widget.widget-2,
	.footer .wrapper .widget.widget-4 {
		float: none;
		text-align: center;
		margin: 0 0 20px;
	}

	.footer .wrapper .widget.widget-2 .social-wrap {
		margin: 20px auto 0;
		width: 110px;
	}

	.plans-wrap article .plan-excerpt {
		background: #acbac2;
	}

	.single-gallery .main-container main .sidebar-right,
	.single-events .main-container main .sidebar-right {
		padding: 0;
	}

	.gallery-wrap article,
	.gallery-wrap article:nth-child(3) {
		width: 345px;
		margin: 0 auto 20px;
		float: none;
	}

	.events-wrap article .events-img-wrap,
	.blog-wrap .featured .img-wrap {
 		width: 100%;
	}

	.blog-wrap .featured .img-wrap img {
		width: 100%;
	}

	.blog-wrap .title-wrap span {
		margin: 0 0 35px;
	}

	.blog-wrap .post-wrap .alm-reveal article,
	.blog-wrap .post-wrap .alm-reveal article:nth-child(3n) {
		padding: 0;
		border: 0;
	}

	.menus-wrap .row article .content-wrap {
		padding: 20px;
	}

	.single-post .royalSlider {
		float: none;
		margin: 0 0 30px 0;
		width: 100% !important;
	}

	.contact-widget-wrap .sidebar,
	.contact-widget-wrap .contact-sidebar-1,
	.contact-widget-wrap .contact-sidebar-2,
	.contact-widget-wrap .contact-sidebar-3 {
		border: 0 none;
		display: block;
		float: none;
		margin: 30px 0 20px;
		min-height: auto;
		padding: 0;
		width: 100%;
	}

	.suppliers-wrap .row .cell.first,
	.suppliers-wrap .row .cell.second,
	.suppliers-wrap .row .cell.third,
	.suppliers-wrap .row .cell.fourth {
		padding: 0;
		text-align: center;
		width: 100%;
	}

	.home .home-sidebar-right {
		display: block;
		float: none;
		margin: 0 auto;
		text-align: center;
		width: auto;
	}

	.home .home-sidebar-left {
		text-align: center;
		width: 100%;
		display: block;
	}

	.home .main-container main {
		border: 0;
		padding: 0;
	}

	.home .royalSlider {
		height: 384px !important;
	}

	.contact-widget-wrap .contact-sidebar-1 {
		width: 50%;
		float: left;
		border-right: 1px solid #e1e7eb;
		border-bottom: 1px solid #e1e7eb;
		min-height: 200px;
		margin-bottom: 0;
	}

	.contact-widget-wrap .contact-sidebar-2 {
		width: 50%;
		float: right;
		border-bottom: 1px solid #e1e7eb;
		min-height: 200px;
		margin-bottom: 0;
	}

	.contact-widget-wrap .contact-sidebar-2 .widget {
		margin: 0 0 0 18%;
	}

	.contact-widget-wrap .contact-sidebar-3 {
		clear: both;
		overflow: hidden;
		margin-top: 0;
		word-wrap: break-word;
	}

	.contact-widget-wrap .contact-sidebar-3 .widget-first {
		float: left;
		width: 50%;
		border-right: 1px solid #e1e7eb;
		padding-top: 30px;
		background-position: left 33px;
	}

	.contact-widget-wrap .contact-sidebar-3 .widget-last {
		float: right;
		width: 41%;
		padding-top: 30px;
		background-position: left 33px;
	}

	.page-template-template-dates .sidebar,
	.page-template-template-dates .date-section {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 640px) {
	.hide,
	.hide iframe {
		height: 279px;
		width: 480px;
	}

	.single .blog-wrap .top .btn-back {
		display: none;
	}

	.img-wrap.alignleft {
		float: none;
		margin: 0 0 30px;
	}

	.page-template-template-team-php article.featured,
	.page-template-template-team-php .team-wrap,
	main article {
		text-align: center;
	}

	.page-template-template-team-php article.featured p,
	.page-template-template-team-php .team-wrap p,
	main article p,
	main article ul {
		text-align: left;
	}

	.royalSlider.rsUni .rsSlideCount {
		bottom: 20px;
	}

	.single-gallery .main-container main .sidebar-right,
	.single-gallery .main-container main article,
	.single-events .main-container main .sidebar-right,
	.single-events .main-container main article {
		width: 100%;
	}

	.single-gallery .main-container main article,
	.single-events .main-container main article {
		margin: 20px 0 0;
	}

	.single-gallery .shareBtn {
		float: left;
		margin: 0 0 5px;
		width: 85%;
	}

	.single-gallery .thumbBtn {
		float: right;
		margin: 1px auto 5px;
	}

	.menus-wrap .row article .content-wrap {
		margin: 5px;
	}

	.menus-wrap .row article .content-wrap {
		padding: 10px;
	}

	.slider-wrap .wrapper, .contact-widget-wrap {
		text-align: center;
	}

	.contact-widget-wrap .contact-sidebar-1,
	.contact-widget-wrap .contact-sidebar-2,
	.contact-widget-wrap .contact-sidebar-3 {
		border: 0 none;
		float: none;
		margin-bottom: 0;
 		min-height: auto;
		width: 100%;
	}

	.contact-widget-wrap .contact-sidebar-1 .widget-first,
	.contact-widget-wrap .contact-sidebar-2 .widget-first,
	.contact-widget-wrap .contact-sidebar-3 .widget-first,
	.contact-widget-wrap .contact-sidebar-3 .widget-last {
		padding: 0;
		margin: 0;
		background: none;
		border: 0;
		width: 100%;
		float: none;
	}

	.contact-widget-wrap .contact-sidebar-3,
	.contact-widget-wrap .contact-sidebar-3 .widget-last {
		margin-top: 30px;
	}

	.contact-widget-wrap .contact-sidebar-1 .widget-first h3.title,
	.contact-widget-wrap .contact-sidebar-2 .widget-first h3.title,
	.contact-widget-wrap .contact-sidebar-3 .widget-first h3.title,
	.contact-widget-wrap .contact-sidebar-3 .widget-last h3.title {
		display: inline-block;
	}

	.contact-widget-wrap .contact-sidebar-1 .widget-first h3.title {
		background: url("img/icons/icon-location-small.png") no-repeat scroll left 2px transparent;
		padding: 0 0 0 20px;
	}

	.contact-widget-wrap .contact-sidebar-2 .widget-first h3.title {
		background: url("img/icons/icon-phone-small.png") no-repeat scroll left 2px transparent;
		padding: 0 0 0 20px;
	}

	.contact-widget-wrap .contact-sidebar-3 .widget-first h3.title {
		background: url("img/icons/icon-email-small.png") no-repeat scroll left 4px transparent;
		padding: 0 0 0 30px;
	}

	.contact-widget-wrap .contact-sidebar-3 .widget-last h3.title {
		background: url("img/icons/icon-connect-small.png") no-repeat scroll left 3px transparent;
		padding: 0 0 0 25px;
	}

	.contact-widget-wrap .contact-sidebar-3 .widget-last .social-wrap {
		margin: 0 auto;
		overflow: hidden;
		width: 110px;
	}

	.form-wrap > .float-right > .float-left,
	.form-wrap > .float-right > .float-right {
		float: none;
		width: 100%;
	}

	.page-template-template-contact .form-wrap p {
		margin: 0 0 5px;
	}

	.page-template-template-contact .form-wrap .submit-wrap {
		text-align: center;
	}

	.page-template-template-contact .form-wrap .submit-wrap span.wpcf7-form-control-wrap {
		display: block;
		margin: 5px 0;
	}

	.page-template-template-contact .form-wrap .submit-wrap .wpcf7-captchar {
		margin: 0;
	}

	.page-template-template-contact .form-wrap .submit-wrap input[type="submit"] {
		float: none;
		width: 225px;
	}

	.page-template-template-contact div.wpcf7 .form-wrap img.ajax-loader {
		display: none;
	}

}

@media only screen and (max-width: 480px) {
	.hide,
	.hide iframe {
		height: 189px;
		width: 320px;
	}

	.gallery-wrap article,
	.gallery-wrap article:nth-child(3),
	.gallery-wrap article .gallery-img-wrap {
		width: 100%;
		height: auto;
	}

	.plans-wrap article .plan-excerpt .float-left,
	.plans-wrap article .plan-excerpt .float-right,
	.plans-wrap article .plan-full .float-right,
	.plans-wrap article .plan-full .float-left {
		float: none;
		width: 100%;
		margin: 0;
	}

	.plans-wrap article .plan-excerpt .float-right {
		text-align: center;
	}

	.page-template-template-dates .date-section .row .float-left {
		width: 110px;
		float: none;
		margin: 0 auto;
	}

	.page-template-template-dates .date-section .row .float-right {
		padding: 10px 0 0;
		width: 100%;
	}

}

@media only screen and (max-width: 320px) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 0 30px 30px 0;
	}

.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
	}

.alignright {
	float: right;
	margin: 0 0 30px 30px;
	}

.alignleft {
	float: left;
	margin: 0 30px 30px 0;
	}

a img.alignright {
	float: right;
	margin: 0 0 30px 30px;
	}

a img.alignnone {
	margin: 0 30px 30px 0;
	}

a img.alignleft {
	float: left;
	margin: 0 30px 30px 0;
	}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}

.wp-caption {
	background: #FFF;
	border: 0;
	max-width:96%;
	padding: 0;
	text-align: center;
	}

.wp-caption.alignnone {
	margin: 5px 10px 10px 0;
	}
.wp-caption.alignleft {
	margin: 5px 10px 10px 0;
}
.wp-caption.alignright {
	margin: 5px 0 10px 10px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #bec8d3;
	font-size: 12px;
	line-height: 14px;
	font-family: 'proxima_novalight';
	margin: 0;
	padding: 5px 40px 0;
	text-transform: uppercase;
	}

.sticky {

}
.bypostauthor {

}
.gh-brochure img {	border: 1px solid #ccc !important; 	margin:30px;}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

/*
	Theme Name: Custom Theme
	Description: Custom Theme For Graydon Hall Manor
	Version: 1.4.2
	Author: Karina
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 300 16px/1.5 'proxima_novaregular', Arial, sans-serif;
	color: #b0afaf;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #d4b5ac;
	text-decoration: underline;
	}

a:hover {
	color: #d4b5ac;
	}

a:focus {
	outline:0;
	}

a:hover,
a:active {
	outline:0;
	}

input:focus {
	outline:0;
	border: 0;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'montserratregular';
	text-transform: uppercase;
	font-weight: normal;
	color: #bec8d3;
	margin: 0 0 25px;
	}

h1 {
	font-size: 40px;
	}

h2 {
	font-size: 24px;
	}


h3 {
	font-size: 20px;
	}

h4 {
	font-size: 16px;
	}

h5 {
	font-size: 14px;
	}

h6 {
	font-size: 12px;
	}

p {
	margin: 0 0 25px;
	}

ul {
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
	}

ul li {
	background: url("img/ul-li.png") no-repeat scroll left 7px transparent;
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	}

.overflow {
	overflow: hidden;
	}

.float-left {
	float: left;
	}

.float-right {
	float: right;
	}

.marginright120 {
	margin-right: 120px;
	}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


.wrapper {
	width: 1100px;
	margin: 0 auto;
	position:relative;
	}

.top-bar {
	width: 100%;
	height: 25px;
	background: #d8e6f0;
	}

.top-bar .wrapper .social-wrap {
	float: right;
	margin: 6px 12px 0 0;
	}

.social-wrap a {
	float: left;
	height: 21px;
	margin: 0 15px 0 0;
	background: url("img/icons/icon-social.png") no-repeat scroll 0 0 transparent;
	}

.social-wrap a.icon-facebook {
	width: 10px;
	background-position: 0 0;
	}

.social-wrap a.icon-twitter {
	width: 20px;
	background-position: -12px 0;
	}

.social-wrap a.icon-pinterest {
	width: 17px;
	background-position: -34px 0;
	}

.social-wrap a.icon-instagram {
	width: 18px;
	background-position: -53px 0;
	margin: 0;
	}

.header {
	width: 100%;
	background: #fff;
	}

.logo {
	margin: 38px 0 35px;
	/*margin: 10px 0 15px;*/
	text-align: center;
	}

.logo-img {

	}

.nav {
	font-family: 'montserratregular';
	font-size: 15px;
	text-transform: uppercase;
	height: 50px;
	}

.nav ul {
	height: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
	}

.nav ul li {
	display: inline-block;
	position: relative;
	height: 100%;
	background: none;
	}

.nav ul li a {
	padding: 0 23px;
	color: #bfbfbf;
	height: 100%;
	text-decoration: none;
	}

.nav ul li a:hover,
.nav ul li.current-menu-item > a,
.nav ul li.current-menu-parent > a,
.single-post .nav ul li.blog a {
	color: #d4b5ac;
	}

.nav ul li ul {
	background: #fff;
	border: 1px solid #ebebeb;
	font-size: 12px;
  	margin: 0;
	padding: 35px 35px 18px;
	position: absolute;
	top: 50px;
	/*top:35px;*/
	left: -20px;
	width: 212px;
	height: auto;
	text-align: left;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transform: translate3d(0px, 10px, 0px);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	}

.nav ul li ul li {
	margin: 0 0 12px;
	width: 100%;
	height: auto;
	}

.nav ul li ul li a {
	padding: 0;
	width: 100%;
	}

.nav ul li:hover ul.sub-menu {
	transform: translate3d(0px, 0px, 0px);
	visibility: visible;
	opacity: 1;
	}

.sidebar {
	width: 190px;
	float: left;
	}

.sidebar .widget_nav_menu li {
	background: none;
	text-transform: uppercase;
	padding: 0;
	font-size: 12px;
	font-family: 'montserratregular';
	}

.sidebar .widget_nav_menu li a {
	color: #bec8d3;
	text-decoration: none;
	}

.sidebar .widget_nav_menu li a:hover,
.sidebar .widget_nav_menu li.current-menu-item a {
	color: #d4b5ac;
	text-decoration: underline;
	}

.footer {
	background: #f0f0f0;
	font-size: 13px;
	text-transform: uppercase;
	}

.footer .wrapper {
	overflow: hidden;
	padding: 31px 0 20px;
	}

.footer .wrapper .widget {
	float: left;
	}

.footer .wrapper .widget.widget-1 {
	margin: 6px 29px 0 0;
	}

.footer .wrapper .widget.widget-2 {
	margin: 0 63px 0 0;
	}

.footer .wrapper .widget.widget-2 .social-wrap {
	margin: 10px 0 0;
	overflow: hidden;
	}

.footer .wrapper .widget.widget-2 .social-wrap a.icon-facebook,
.contact-widget-wrap .contact-sidebar-3 .widget-last .social-wrap a.icon-facebook {
	background-position: 0 -21px;
	}

.footer .wrapper .widget.widget-2 .social-wrap a.icon-twitter,
.contact-widget-wrap .contact-sidebar-3 .widget-last .social-wrap a.icon-twitter {
	background-position: -12px -21px;
	}

.footer .wrapper .widget.widget-2 .social-wrap a.icon-pinterest,
.contact-widget-wrap .contact-sidebar-3 .widget-last .social-wrap a.icon-pinterest {
	background-position: -34px -21px;
	}

.footer .wrapper .widget.widget-2 .social-wrap a.icon-instagram,
.contact-widget-wrap .contact-sidebar-3 .widget-last .social-wrap a.icon-instagram {
	background-position: -53px -21px;
	}

.footer .wrapper .widget.widget-4 {
	float: right;
	}

.footer .wrapper .widget p {
	margin: 0 0 3px;
	}

.footer .wrapper .widget a {
	color: #b0afaf;
	text-decoration: none;
	}

.main-container {
	overflow: hidden;
	margin: 50px 0 75px;
	width: 100%;
	}

.main-container main {
	float: right;
	width: 910px;
	}

.main-container main.fullwidth {
	float: none;
	width: 100%;
	}
/*
.header-banner,
.footer-banner {
	width: 1230px;
	margin: 0 auto;
	position: relative;
	}
*/

.header-banner-border-fix {
  border-left: 0 !important;
  border-right: 0 !important;
}

.header-banner  {
	width: 100%;
	border-right: 25px solid #fff;
    	border-left: 25px solid #fff;
	margin: 0 auto;
	position: relative;
	}

.header-banner {
	height: 384px;
	text-align: center;
	}

.single .header-banner,
.error404 .header-banner {
	height: auto;
	border-top: 5px solid #d8e6f0;
	border-bottom: 1px solid #d8e6f0;
	}

.footer-banner {
	margin: 0 auto 20px;
	}

.header-banner h1.title {
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #fff;
	display: inline-block;
	margin: 147px 0 0 0;
	padding: 14px 35px 12px;
	}

.single .header-banner h1.title,
.error404 .header-banner h1.title {
	color: #d8e6f0;
	border: 0;
	margin: 0;
	}

.page-id-12 .header-banner h1.title {
	padding: 14px 95px 12px;
	}

.page-id-20 .header-banner h1.title,
.page-id-14 .header-banner h1.title {
	padding: 14px 50px 12px;
	}

.img-wrap,
.gallery-wrap article .gallery-img-wrap,
.events-wrap article .events-img-wrap {
	display: inline-block;
	position: relative;
	}

.img-wrap::before,
.gallery-wrap article .gallery-img-wrap::before,
.events-wrap article .events-img-wrap::before,
.img-wrap::after,
.gallery-wrap article .gallery-img-wrap::after,
.events-wrap article .events-img-wrap::after {
	left: 10px;
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 10px;
	content: "";
	-webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
	transition: opacity 0.35s ease, transform 0.35s ease;
	opacity: 0;
	}

.img-wrap:hover::before,
.img-wrap:hover::after,
.events-wrap article:hover .events-img-wrap::before,
.events-wrap article:hover .events-img-wrap::after,
.gallery-wrap article:hover .gallery-img-wrap::before,
.gallery-wrap article:hover .gallery-img-wrap::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease .2s;
	transition: opacity 0.4s ease, transform 0.45s ease .2s;
	}

.img-wrap::before,
.gallery-wrap article .gallery-img-wrap::before,
.events-wrap article .events-img-wrap::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	}

.img-wrap::after,
.gallery-wrap article .gallery-img-wrap::after,
.events-wrap article .events-img-wrap::after {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform:scale(1,0);
	transform: scale(1,0);
	}

.single-gallery .main-container,
.single-events .main-container {
	margin: 0 0 75px;
	padding: 40px 0 0;
	}

.single-gallery .wrapper,
.single-gallery .header-banner,
.single-events .wrapper,
.single-events .header-banner {
	width: 1120px;
	}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.home .home-sidebar-right {
	float: right;
	width: 270px;
	}

.home .home-sidebar-right p {
	font-family: 'proxima_novalight';
	font-size: 12px;
	color: #bec8d3;
	text-transform: uppercase;
	text-align: center;
	margin: 8px 0 0;
	}

.home .home-sidebar-left {
	width: 185px;
	}

.home .home-sidebar-left h1.title {
	font-size: 30px;
	}

.home .main-container main {
	float: left;
	width: 645px;
	border-left: 1px solid #cddbe4;
	padding: 0 25px;
	}

.page-template-template-contact .iframe-wrap {
	height: 325px;
	overflow: hidden;
	width: 100%;
	}

.page-template-template-contact .iframe-wrap iframe {
	margin-top: -135px;
	}

.contact-widget-wrap {
	overflow: hidden;
	position: relative;
	background: #fff;
	margin: -45px auto 0;
	width: 1030px;
	}

.contact-widget-wrap .sidebar {
	float: left;
	padding: 0 25px;
	margin: 30px 0 0;
	border-right: 1px solid #e1e7eb;
	min-height: 195px;
	}

.contact-widget-wrap .sidebar .widget {
	margin: 0 0 30px;
	}

.contact-widget-wrap .contact-sidebar-1 {
	width: 330px;
	}

.contact-widget-wrap .contact-sidebar-2 {
	width: 295px;
	}

.contact-widget-wrap .contact-sidebar-3 {
	width: 395px;
	border: 0;
	}

.contact-widget-wrap .sidebar p {
	font-size: 20px;
	font-family: 'montserratregular';
	margin: 0 0 5px;
	}

.contact-widget-wrap .sidebar a.btn-directions {
	background: url("img/icons/icon-arrow-right.png") no-repeat scroll right 2px transparent;
	text-transform: uppercase;
	color: #d4b5ac;
	font-size: 12px;
	font-family: 'proxima_novaregular';
	padding: 0 20px 0 0;
	text-decoration: none;
	}

.contact-widget-wrap .sidebar h3.title {
	font-size: 16px;
	margin: 0 0 15px;
	}

.contact-widget-wrap .contact-sidebar-1 .widget-first {
	background: url("img/icons/icon-location.png") no-repeat scroll left 3px transparent;
	padding: 0 0 0 40px;
	}

.contact-widget-wrap .contact-sidebar-2 .widget-first {
	background: url("img/icons/icon-phone.png") no-repeat scroll left 3px transparent;
	padding: 0 0 0 37px;
	}

.contact-widget-wrap .contact-sidebar-3 .widget-first {
	background: url("img/icons/icon-email.png") no-repeat scroll left 3px transparent;
	padding: 0 0 0 52px;
	}

.contact-widget-wrap .contact-sidebar-3 .widget-first a {
	font-size: 20px;
	font-family: 'montserratregular';
	text-decoration: underline;
	}

.contact-widget-wrap .contact-sidebar-3 .widget-last {
	background: url("img/icons/icon-connect.png") no-repeat scroll left 3px transparent;
	padding: 0 0 0 52px;
	}

.contact-widget-wrap .contact-sidebar-3 .widget-last .social-wrap {
	overflow: hidden;
	}

.title-timeline {
	margin: 50px 0 25px;
	}

.page-template-template-team-php article h2.title {
	margin: 0;
	}

.page-template-template-team-php article.featured {
	border-bottom: 1px solid #e1e7eb;
	margin: 0 0 40px;
	padding: 0 0 10px;
	}

.page-template-template-team-php .team-wrap {
	overflow: hidden;
	}

.page-template-template-team-php .team-wrap article {
	float: left;
	width: 435px;
	margin-bottom: 40px;
	}

.page-template-template-team-php .team-wrap article.even {
	margin-right: 35px;
	}

.page-template-template-team-php .team-wrap article h2.title {
	font-size: 18px;
	}

.page-template-template-team-php .team-wrap article h5.ctitle,
.page-template-template-team-php .featured h5.ctitle {
	margin: 0;
	}

.page-template-template-team-php .team-wrap article span.email,
.page-template-template-team-php .featured span.email {
	display: block;
	margin: 0 0 20px;
	}

.page-template-template-team-php .team-wrap article .alignleft {
	margin: 0 12px 4px 0;
	}

.page-template-template-media .main-container main {
	min-height: 1000px;
	}

.plans-wrap {
	overflow: hidden;
	padding: 45px 0 180px;
	}

.plans-wrap .row {
	position: relative;
	min-height: 160px;
	margin-bottom: 26px;
	}

.plans-wrap article {
	float: left;
	width: 440px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	}

.plans-wrap article.odd {
	margin-right: 30px;
	}

.plans-wrap article .plan-full,
.plans-wrap article .related-plan {
	display: none;
	background: #95a2a9;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
	overflow: hidden;
	cursor: pointer;
	}

.plans-wrap article .plan-full .float-left {
	width: 435px;
	padding: 20px;
	}

.plans-wrap article .plan-full .float-left p {
	margin: 0 0 15px;
	}

.plans-wrap article .plan-full .float-right {
	width: 475px;
	min-height: 345px;
	background: #fff;
	border: 1px solid #d0dde4;
	}

.plans-wrap article .plan-full .float-right img {
	width: 100%;
	}

.plans-wrap article .plan-excerpt {
	overflow: hidden;
	background: #acbac2;
	position: relative;
	cursor: pointer;
	border: 1px solid #d0dde4;
	}

.plans-wrap article .plan-excerpt .float-left,
.plans-wrap article .plan-excerpt .float-right {
	width: 50%;
	}

.plans-wrap article .plan-excerpt .float-left {
	padding: 20px;
	}

.plans-wrap article .plan-excerpt .float-right {
	background: #fff;
	}

.plans-wrap article .plan-excerpt .float-right .icon-expand,
.plans-wrap article .plan-full .float-right .icon-close,
.plans-wrap article .plan-full .float-right .icon-fullscreen {
	position: absolute;
	top: 4px;
	right: 4px;
	background: url("img/icons/icon-plans.png") no-repeat scroll 0 0 transparent;
	width: 27px;
	height: 27px;
	}

.plans-wrap article .plan-full .float-right .icon-close {
	background-position: 0 -28px;
	}

.plans-wrap article .plan-full .float-right .icon-fullscreen {
	background-position: 0 -57px;
	height: 22px;
	width: 22px;
	top: auto;
	bottom: 5px;
	right: 5px;
	}

.plans-wrap article p {
	margin: 0;
	}

.plans-wrap article h2.title {
	font-size: 18px;
	color: #ffffff;
	margin: 0 12px 15px 0;
	}

.plans-wrap article .btn-view-related {
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #ffffff;
	padding: 10px 28px;
	margin: 20px 0 0;
	display: inline-block;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	}

.plans-wrap article .btn-view-related:hover {
	opacity: 0.8;
	}

.suppliers-wrap {
	overflow: hidden;
	margin: 25px 0 0;
	border: 1px solid #d7d7d7;
	}

.suppliers-wrap .category-section {
	padding-bottom: 48px;
	}

.suppliers-wrap .category-section:last-child,
.suppliers-wrap .category-section.last {
	padding-bottom: 0;
	}

.suppliers-wrap .row {
	overflow: hidden;
	width: 100%;
	padding: 12px 0;
	}

.suppliers-wrap .row:hover,
.suppliers-wrap .row.even:hover {
	background: #d8e6f0;
	}

.suppliers-wrap .row.title {
	background: #acbac2;
	padding: 15px 40px 17px;
	}

.suppliers-wrap .row.title h3 {
	color: #ffffff;
	margin: 0;
	font-size: 18px;
	}

.suppliers-wrap .row.even {
	background: #f0f0f0;
	}

.suppliers-wrap .row a {
	color: #b0afaf;
	}

.suppliers-wrap .row .cell {
	float: left;
	padding: 0 40px;
	}

.suppliers-wrap .row .cell.first {
	width: 275px;
	}

.suppliers-wrap .row .cell.second {
	width: 265px;
	}

.suppliers-wrap .row .cell.third {
	/*width: 315px;*/
	width: 240px !important;
	}

.suppliers-wrap .row .cell.fourth {
	width: 243px;
	}

.suppliers-select-wrap {
	text-align: center;
	}

.suppliers-select-wrap .customSelect,
.suppliers-select-wrap select {
	border: 1px solid #d7d7d7;
	padding: 14px 23px 10px;
	text-align: left;
	font-size: 16px;
	color: #b0afaf;
	width: 323px;
	background: url("img/icons/icon-arrow-down.png") no-repeat scroll 93% 19px #fff;
	}

.suppliers-select-wrap select option {
	padding: 14px 23px 10px;
	font-size: 16px;
	border-bottom: 1px solid #d7d7d7;
	}

.suppliers-select-wrap .customSelect {
	color: #acbac2;
	font-size: 14px;
	font-family: 'montserratregular';
	text-transform: uppercase;
	}

.blog-wrap {
	overflow: hidden;
	}

.blog-wrap .featured {
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0 0 30px;
	border-bottom: 1px solid #e1e7eb;
	}

.blog-wrap .title-wrap span {
	font-size: 14px;
	font-family: 'montserratregular';
	text-transform: uppercase;
	color: #bec8d3;
	display: inline-block;
	padding: 6px 40px 5px;
	margin: 35px 0;
	border: 1px solid #bec8d3;
	}

.single .blog-wrap .title-wrap span {
	margin: 0;
	}

.blog-wrap .title-wrap h2.title {
	font-size: 30px;
	margin: 0;
	}

.blog-wrap .title-wrap .date {
	font-size: 12px;
	font-family: 'proxima_novalight';
	text-transform: uppercase;
	color: #bec8d3;
	margin: 0 0 16px;
	}

.blog-wrap .featured p {
	font-size: 20px;
	}

.blog-wrap .featured .btn-details,
.single .blog-wrap .top .btn-back {
	background: url("img/icons/icon-arrow-right.png") no-repeat scroll right 2px transparent;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #d4b5ac;
	padding: 0 17px 0 0;
	}

.single .blog-wrap .top .btn-back {
	background: url("img/icons/icon-arrow-left.png") no-repeat scroll left 3px transparent;
	padding: 0 0 0 17px;
	float: right;
	}

.blog-wrap .post-wrap .alm-reveal {
	overflow: hidden;
	margin-bottom: 35px;
	border-bottom: 1px solid #e1e7eb;
	}

.blog-wrap .post-wrap .alm-reveal article {
	float: left;
	width: 291px;
	height: 320px;
	border-right: 1px solid #e1e7eb;
	padding-right: 35px;
	margin-right: 35px;
	margin-bottom: 35px;
	}

.blog-wrap .post-wrap .alm-reveal article:nth-child(3n) {
	margin-right: 0;
	padding-right: 0;
	padding-left: 35px;
	border-right: 0;
	}

.blog-wrap .post-wrap .alm-reveal article:nth-child(2n) {
	margin-right: 0;
	}

.blog-wrap .post-wrap .alm-btn-wrap {
	display: block;
	padding: 0;
	width: 100%;
	margin: 60px 0 0;
	}

.blog-wrap .post-wrap .alm-btn-wrap  .alm-load-more-btn {
	background: #acbac2;
	border-radius: 0;
	color: #fff;
	font-family: "proxima_novaregular";
	font-size: 12px;
	font-weight: normal;
	padding: 0 40px;
	text-transform: uppercase;
	}

.blog-wrap .post-wrap .alm-btn-wrap  .alm-load-more-btn:hover {
	background: #C2CFD6;
	}

.blog-wrap .post-wrap article img {
	width: 100%;
	}

.blog-wrap .post-wrap article h3.title {
	font-size: 18px;
	margin: 4px 0 1px;
	}

.blog-wrap .post-wrap article h3.title a {
	text-decoration: none;
	color: #bec8d3;
	}

.single .blog-wrap .top {
	overflow: hidden;
	margin: 0 0 35px;
	}

.menus-wrap {
	overflow: hidden;
	}

.menus-wrap .row {
	overflow: hidden;
	}

.menus-wrap .row article {
	width: 535px;
	height: 320px;
	float: left;
	position: relative;
	margin-bottom: 30px;
	}

.menus-wrap .row article img {
	width: 100%;
	height: 100%;
	}

.menus-wrap .row article .content-wrap {
	position: absolute;
	margin: 20px;
	padding: 35px 30px 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("img/bgr-transparent-white.png") repeat scroll 0 0 transparent;
	text-align: center;
	}

.menus-wrap .row article .content-wrap h2.title {
	color: #93a7be;
	font-size: 25px;
	}

.menus-wrap .row article .content-wrap p {
	color: #95a2a9;
	margin: 0 0 35px;
	}

.menus-wrap .row article .content-wrap .btn-download {
	background: #acbac2;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 35px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	}

.menus-wrap .row article .content-wrap .btn-download:hover {
	opacity: 0.8;
	}

.menus-wrap .row.first-row article:first-child,
.menus-wrap .row.second-row article:nth-child(2) {
	height: 670px;
	}

.menus-wrap .row.first-row article:first-child {
	margin-right: 30px;
	}

.menus-wrap .row.second-row article:nth-child(2) {
	margin-left: 30px;
	float: right;
	}

.menus-wrap .row.first-row article:first-child .content-wrap,
.menus-wrap .row.second-row article:nth-child(2) .content-wrap {
	padding-top: 205px;
	}

.menus-wrap .row.first-row article:first-child p,
.menus-wrap .row.second-row article:nth-child(2) p {
	font-size: 18px;
	}

.gallery-wrap {
	overflow: hidden;
	margin: 50px 0 0;
	}

.gallery-wrap article {
	width: 345px;
	height: 500px;
	float: left;
	position: relative;
	margin-right: 32px;
	margin-bottom: 32px;
	}

.gallery-wrap article:nth-child(3) {
	margin-right: 0;
	}

.gallery-wrap article img,
.events-wrap article img {
	width: 100%;
	}

.gallery-wrap article h2.title,
.events-wrap article h2.title {
	margin: 0;
	}

.gallery-wrap article h2.title a,
.events-wrap article h2.title a {
	background: #fff;
	color: #bec8d3;
	display: block;
	border: 1px solid #e1e1e1;
	margin: -45px 40px 0;
	padding: 30px 0 25px;
	position: relative;
	text-align: center;
	text-decoration: none;
	z-index: 9999;
	}

.single-gallery .main-container main {
	width: 930px;
	overflow: visible;
	}

.single-gallery .main-container main .sidebar-right,
.single-events .main-container main .sidebar-right {
	float: right;
	width: 255px;
	padding: 0 15px 0 0;
	}

.single-gallery .main-container main article {
	float: left;
	width: 640px;
	}

.single-gallery .shareBtn {
	padding: 12px 61px 9px;
	position: relative;
	background: #acbac2;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	float: left;
	cursor: pointer;
	margin: 0 0 45px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	}

.single-gallery .shareBtn:hover,
.single-gallery .thumbBtn:hover {
	opacity: 0.9;
	}

.btn-wrap .btn-gray:hover {
	background: #95a2a9;
	}

.single-gallery .shareBtn .addtoany_list {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
 	width: 160px;
	}

.single-gallery .thumbBtn {
	float: left;
	padding: 2px 0;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	}

.single-gallery .thumbBtn .thumbIcn {
	background: url("img/icons/icon-thumb-view.png") no-repeat scroll 0 0 transparent;
	width: 35px;
	height: 35px;
	display: none;
	}

.single-gallery .thumbBtn .thumbIcn.slider-view {
	background-position: -35px 0;
	}

.single-gallery .thumbBtn .thumbIcn.show,
.single-gallery .shareBtn .addtoany_list.show {
	display: block;
	}

.single-gallery .btn-wrap .separator {
	background: #cddbe4;
	width: 1px;
	margin: 0 22px;
	height: 39px;
	float: left;
	}

.btn-wrap .btn-gray {
	background: #acbac2;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	width: 100%;
	padding: 12px 0 9px;
	display: block;
	margin: 0 0 5px;
	clear: both;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	}

.single-gallery .btn-pinit {
	position: absolute;
	right: 46px;
	top: 15px;
	z-index: 999;
	}

.events-wrap {
	overflow: hidden;
	margin: 50px 0 0;
	}

.events-wrap article {
	float: left;
	width: 535px;
	margin-right: 30px;
	margin-bottom: 40px;
	}

.events-wrap article:nth-child(2n) {
	margin-right: 0;
	}

.events-wrap article h2.title a {
	margin: -45px 140px 0;
	}

.main-container main.fullwidth {
	overflow: hidden;
	}

.single-events .main-container main article {
	float: left;
	width: 830px;
	}

.single-events .image-view {
	overflow: hidden;
	clear: both;
	margin: 0 0 40px;
	}

.single-events .image-view img {
	width: 100%;
	}

.single-events .image-view-1 .float-left,
.single-events .image-view-2 .float-right {
	width: 359px;
	}

.single-events .image-view-1 .float-left .img-left-top {
	margin: 0 0 9px;
	}

.single-events .image-view-1 .float-right,
.single-events .image-view-2 .float-left {
	width: 740px;
	}

.single-events .main-container main .sidebar-right {
	padding: 0;
	}

.featured-video-wrap {
	overflow: hidden;
	clear: both;
	margin: 20px 0 0;
	}

.featured-video-wrap .featured-info {
	float: left;
	background: #acbac2;
	color: #fff;
	font-family: "montserratregular";
	padding: 75px 0 68px;
	margin: 0 12px 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 475px;
	}

.featured-video-wrap .featured-info .top {
	font-size: 19px;
	line-height: 19px;
	}

.featured-video-wrap .featured-info .top span {
	display: inline-block;
	position: relative;
	}

.featured-video-wrap .featured-info .top span:before,
.featured-video-wrap .featured-info .top span:after {
	content: "";
	position: absolute;
	height: 1px;
	border-top: 1px solid white;
	top: 8px;
	width: 85px;
	}

.featured-video-wrap .featured-info .top span:before {
	right: 100%;
	margin-right: 12px;
	}

.featured-video-wrap .featured-info .top span:after {
	left: 100%;
	margin-left: 12px;
	}

.featured-video-wrap .featured-info h2 {
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
	margin: 3px 0;
	}

.featured-video-wrap .featured-info p {
	margin: 0;
	font-size: 12px;
	}

.hide {
	display: none;
	height: 467px;
	width: 584px;
	overflow: hidden;
	}

.hide iframe {
	height: 467px;
	width: 584px;
	}

.featured-video-wrap .video {
	overflow: hidden;
	height: 218px;
	width: 305px;
	float: left;
	}

.featured-video-wrap .video-1 {
	margin: 0 12px 0 0;
	}

.featured-video-wrap .video img {
	width: 100%;
	}

.pinit-button {
	z-index: 9999 !important;
	}

.page-template-template-dates .date-wrap {
	overflow: hidden;
	margin: 50px 0 0;
	}

.page-template-template-dates .sidebar {
	float: right;
	width: 240px;
	font-family: 'montserratregular';
	}

.page-template-template-dates .sidebar h3.title {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 20px;
	}

.page-template-template-dates .sidebar p {
	margin: 0 0 10px;
	}

.page-template-template-dates .date-section {
	float: left;
	width: 830px;
	border: 1px solid #d7d7d7;
	}

.page-template-template-dates .date-section .section {
	overflow: hidden;
	}

.page-template-template-dates .date-section .title {
	background: #acbac2;
	padding: 8px 30px;
	}

.page-template-template-dates .date-section .title h3 {
	font-family: 'montserratregular';
	font-size: 18px;
	color: #fff;
	margin: 0;
	}

.page-template-template-dates .date-section .section .row {
	overflow: hidden;
	padding: 18px 17px 0;
	}

.page-template-template-dates .date-section .row.odd {
	background: #f0f0f0;
	}

.page-template-template-dates .date-section .row .float-left {
	text-align: center;
	border: 1px solid #93a7be;
	width: 14%;
	font-size: 20px;
	font-family: 'montserratregular';
	line-height: 20px;
	color: #93a7be;
	text-transform: uppercase;
	text-align: center;
	padding: 18px 0 15px;
	}

.page-template-template-dates .date-section .row .float-left span {
	display: block;
	}

.page-template-template-dates .date-section .row .float-left span.date {
	font-size: 40px;
	line-height: 32px;
	font-weight: bold;
	}

.page-template-template-dates .date-section .row .float-right {
	width: 83%;
	padding: 5px 0 0;
	}

/*------------------------------------*\
    SLIDERS
\*------------------------------------*/

.home .royalSlider {
	max-height: 625px !important;
	}

.royalSlider.rsUni,
.royalSlider.rsUni .rsUni .rsOverflow,
.royalSlider.rsUni .rsUni .rsSlide,
.royalSlider.rsUni .rsUni .rsVideoFrameHolder,
.royalSlider.rsUni .rsUni .rsThumbs {
	background: #FBFBFB;
	}

.royalSlider.rsUni .rsArrowIcn {
	background: url("img/icons/icon-arrows-slider.png") no-repeat scroll 0 0 transparent;
	border-radius: 0;
	left: 50%;
	margin-left: -23px;
	margin-top: -23px;
	opacity: 1;
	top: 50%;
	width: 46px;
	height: 46px;
	}

.royalSlider.rsUni .rsArrow {
	width: 46px;
	}

.royalSlider.rsUni.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: 0 -64px;
	}

.royalSlider.rsUni.rsHor .rsArrowLeft .rsArrowIcn:hover {
	background-position: 0 -110px;
	}

.royalSlider.rsUni.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -46px -64px;
	}

.royalSlider.rsUni.rsHor .rsArrowRight .rsArrowIcn:hover {
	background-position: -46px -110px;
	}

.single-post .royalSlider.rsUni .rsArrow {
	width: 32px;
	}

.single-post .royalSlider.rsUni .rsArrowIcn {
	margin-left: -16px;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	}

.single-post .royalSlider.rsUni.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: 0 0;
	}

.single-post .royalSlider.rsUni.rsHor .rsArrowLeft .rsArrowIcn:hover {
	background-position: 0 -32px;
	}

.single-post .royalSlider.rsUni.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -32px 0;
	}

.single-post .royalSlider.rsUni.rsHor .rsArrowRight .rsArrowIcn:hover {
	background-position: -32px -32px;
	}

.royalSlider.rsUni .rsArrowDisabled .rsArrowIcn {
	opacity: 0.5 !important;
	}

.royalSlider.timeline {
	width: 100%;
	height: 200px;
	background: #fff;
	}

.royalSlider.timeline .rsOverflow {
	background: #fff;
	}

.royalSlider.timeline .rsThumbsHor {
	background: #fff;
	font-size: 18px;
	color: #b0afaf;
	}

.royalSlider.timeline .rsThumb {
	width: 96px;
	height: 72px;
	text-align: center;
	}

.royalSlider.timeline .rsThumb.rsNavSelected {
	color: #d4b5ac;
	background: url("img/icons/icon-arrow-timeline.png") no-repeat scroll 8px bottom #fff;
	}

.royalSlider.timeline .rsTmb {
	margin: 0 56px 0 0;
	position: relative;
	z-index: 999;
	padding: 0 0 15px;
	}

.royalSlider.timeline .rsThumb.rsNavSelected .rsTmb {
	border-bottom: 2px solid #d4b5ac;
	}

.royalSlider.timeline .rsThumb .thumbIco,
.royalSlider.timeline .rsThumb.rsNavSelected .thumbIco {
	border: 0;
	position: relative;
	display: block;
	height: 1px;
	background: #ced9df;
	margin: 1px 0 0;
	}

.royalSlider.timeline .rsThumb.rsNavSelected .thumbIco {
	margin: -1px 0 0 0;
	}

.royalSlider.timeline .rsContent {
	background: #eef3f6;
	font-size: 14px;
	color: #8fa1ae;
	padding: 20px;
	}

.single-post .royalSlider {
	float: left;
	margin: 0 30px 30px 0;
	}

.single-post .royalSlider .img-wrap {
	width: 445px;
	}

.slider-wrap {
	overflow: hidden;
	margin: 5px 0 0;
	}

.royalSlider.rsUni .caption {
	background: #f0f0f0;
	bottom: 0;
	color: #b0afaf;
	font-size: 12px;
	padding: 13px 70px 11px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	}

.royalSlider.rsUni .rsSlideCount {
	bottom: 7px;
	color: #93a7be;
	font-size: 18px;
	font-family: 'montserratregular';
	font-weight: bold;
	left: 20px;
	position: absolute;
	}

.single-gallery .royalSlider.rsUni .rsThumbsHor {
	background: #ffffff none repeat scroll 0 0;
	display: none;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
	}

.single-gallery .royalSlider.rsUni .rsThumbsHor.show {
	display: block;
	}

.single-gallery .royalSlider.rsUni .rsThumbsContainer {
	height: auto !important;
	left: 0 !important;
	top: 5px;
	transform: translate3d(0px, 0px, 0px) !important;
	width: 100% !important;
	}

.single-gallery .royalSlider.rsUni .rsThumb {
	margin: 0 0 15px;
	}

.single-gallery .royalSlider.rsUni .rsThumb.rsNavSelected {
	border: 2px solid #d8e6f0;
	}

.single-gallery .royalSlider.rsUni .rsThumbsArrowIcn {
	display: none;
	}


/*------------------------------------*\
    FORMS
\*------------------------------------*/

input,
textarea {
	width: 100%;
	border: 1px solid #f6f6f6;
	outline: 0;
	background: #f6f6f6;
	font-size: 12px;
	font-family: 'montserratregular';
	padding: 14px;
	color: #b0afaf;
	}

input:focus,
textarea:focus {
	border: 1px solid #bec8d3;
	}

input[type="submit"] {
	background: #acbac2;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'proxima_novaregular';
	padding: 16px 83px 15px;
	width: auto;
	float: right;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	}

input[type="submit"]:hover {
	opacity: 0.8;
	}

.submit-wrap .wpcf7-captchar {
	width: 225px;
	margin: 0 0 0 15px;
	}

.submit-wrap img {
	vertical-align: middle
	}

.submit-wrap div.wpcf7 img.ajax-loader {
	display: none;
	}

.form-wrap {
	border-top: 1px solid #e1e7eb;
	margin: 25px 0 0;
	padding: 50px 0 0;
	overflow: hidden;
	}

.form-wrap > .float-left {
	width: 320px;
	}

.form-wrap > .float-right {
	width: 750px;
	}

.form-wrap > .float-right > .float-left,
.form-wrap > .float-right > .float-right {
	width: 48%;
	}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'proxima_novaregular';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#proxima_novaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novalight';
    src: url('fonts/proximanova-light-webfont.eot');
    src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-light-webfont.woff') format('woff'),
         url('fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratultra_light';
    src: url('fonts/montserrat-ultralight-webfont.eot');
    src: url('fonts/montserrat-ultralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-ultralight-webfont.woff2') format('woff2'),
         url('fonts/montserrat-ultralight-webfont.woff') format('woff'),
         url('fonts/montserrat-ultralight-webfont.ttf') format('truetype'),
         url('fonts/montserrat-ultralight-webfont.svg#montserratultra_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 1280px) {
	.header-banner,
	.footer-banner {
		width: 100%;
	}
}

@media only screen and (max-width: 1140px) {
	.wrapper,
	.single-gallery .wrapper,
	.single-gallery .header-banner,
	.single-events .wrapper,
	.single-events .header-banner {
		width: 100%;
		padding: 0 20px;
	}

	.slider-wrap .wrapper,
	.contact-widget-wrap {
		width: 100%;
	}

	.sidebar,
	.home .home-sidebar-left {
		width: 18%;
	}

	.home .home-sidebar-right {
		width: 27%;
	}

	.home .main-container main {
		width: 54%;
	}

	.main-container main,
	.single-gallery .main-container main {
		width: 82%;
	}

	.page-template-template-team-php .team-wrap article,
	.plans-wrap article,
	.plans-wrap article .plan-full .float-right,
	.events-wrap article {
		width: 48%;
	}

	.page-template-template-team-php .team-wrap article.even,
	.plans-wrap article.odd,
	.events-wrap article {
		margin-right: 4%;
	}

	.plans-wrap article .plan-excerpt {
		background: #fff;
	}

	.plans-wrap article .plan-excerpt .float-left {
		background: #acbac2;
	}

	.plans-wrap article .plan-full .float-left {
		width: 52%;
	}

	.gallery-wrap article {
		margin-right: 2%;
		width: 32%;
	}

	.single-gallery .main-container main .sidebar-right,
	.single-events .main-container main .sidebar-right {
		width: 32%;
	}

	.single-gallery .main-container main article,
	.single-events .main-container main article {
 		width: 65%;
	}

	.single-gallery .royalSlider.rsUni .rsThumb {
		margin-right: 1% !important;
		width: 24%;
	}

	.single-events .image-view-1 .float-right,
	.single-events .image-view-2 .float-left {
		width: 70%;
	}

	.single-events .image-view-1 .float-left,
	.single-events .image-view-2 .float-right {
		width: 29%;
	}

	.single-events .image-view {
		height: 436px;
	}

	.featured-video-wrap .featured-info {
		width: 45%;
		height: 182px;
		margin: 0 1% 0 0;
		padding: 52px 0;
	}

	.featured-video-wrap .video {
		width: 26%;
		height: 182px;
	}

	.featured-video-wrap .video-1 {
		margin: 0 1% 0 0;
	}

	.menus-wrap .row article img {
		height: 100%;
	}

	.menus-wrap .row.first-row article:first-child .content-wrap,
	.menus-wrap .row.second-row article:nth-child(2) .content-wrap {
		padding-top: 150px;
	}

	.menus-wrap .row.first-row article:first-child,
	.menus-wrap .row.second-row article:nth-child(2),
	.menus-wrap .row article {
		width: 49%;
	}

	.menus-wrap .row.first-row article:first-child {
		margin-right: 2%;
	}

	.menus-wrap .row.second-row article:nth-child(2) {
		margin-left: 2%;
	}

	.menus-wrap .row article .content-wrap {
		padding: 0 20px;
	}

	.blog-wrap .post-wrap .alm-reveal article {
		margin-right: 4%;
		padding-right: 4%;
		width: 32%;
		height: auto;
	}

	.contact-widget-wrap .contact-sidebar-1 {
		width: 32%;
	}

	.contact-widget-wrap .contact-sidebar-2 {
		width: 29%;
	}

	.contact-widget-wrap .contact-sidebar-3 {
		width: 39%;
	}

	.form-wrap > .float-left {
		width: 30%;
	}

	.form-wrap > .float-right {
		width: 67%;
	}

	.events-wrap article h2.title a,
	.gallery-wrap article h2.title a {
		margin: -45px 20% 0;
	}

	.page-template-template-dates .sidebar {
		width: 21%;
		word-wrap: break-word;
	}

	.page-template-template-dates .date-section {
		width: 76%;
	}
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 960px) {
	.single-events .image-view {
		height: 340px;
	}

	.featured-video-wrap .featured-info {
		height: 172px;
	}

	.single-gallery .btn-wrap .separator {
 		margin: 0 5%;
	}

	.nav ul li a {
 		padding: 0 15px;
	}
}

@media only screen and (max-width: 800px) {
	.top-bar,
	.sidebar,
	.top-bar .wrapper .social-wrap,
	.single-gallery .btn-wrap .separator,
	.single-events .image-view-1 .float-left,
	.single-events .image-view-2 .float-right {
		display: none;
	}

	.main-container main,
	.single-gallery .main-container main,
	.page-template-template-team-php .team-wrap article,
	.page-template-template-team-php .team-wrap article.even,
	.plans-wrap article.odd,
	.events-wrap article,
	.plans-wrap article,
	.single-gallery .shareBtn,
	.single-events .image-view-1 .float-right,
	.single-events .image-view-2 .float-left,
	.featured-video-wrap .featured-info,
	.featured-video-wrap .video,
	.menus-wrap .row.first-row article:first-child,
	.menus-wrap .row.second-row article:nth-child(2),
	.menus-wrap .row article,
	.menus-wrap .row article img,
	.blog-wrap .post-wrap .alm-reveal article,
	.single-post .royalSlider .img-wrap,
	.form-wrap > .float-left,
	.form-wrap > .float-right,
	.home .main-container main {
		width: 100%;
		float: none;
	}

	.page-template-template-team-php .team-wrap article,
	.page-template-template-team-php .team-wrap article,
	.page-template-template-team-php .team-wrap article.even,
	.plans-wrap article.odd, .events-wrap article,
	.gallery-wrap article,
	.featured-video-wrap .featured-info,
	.featured-video-wrap .video,
	.menus-wrap .row.first-row article:first-child,
	.menus-wrap .row.second-row article:nth-child(2),
	.menus-wrap .row article,
	.blog-wrap .post-wrap .alm-reveal article,
	.single-post .royalSlider,
	.form-wrap > .float-left {
		margin: 0 0 20px;
	}

	.single-gallery .royalSlider.rsUni .rsThumb,
	.single-events .image-view,
	.featured-video-wrap .featured-info,
	.featured-video-wrap .video {
		height: auto;
	}

	.single-gallery .shareBtn {
		margin: 0 0 5px;
	}

	.single-gallery .thumbBtn {
		float: none;
		height: 35px;
		margin: 0 auto 5px;
		padding: 0;
		width: 35px;
	}

	.suppliers-wrap .row .cell.first,
	.suppliers-wrap .row .cell.second,
	.suppliers-wrap .row .cell.third,
	.suppliers-wrap .row .cell.fourth {
		width: 25%;
	}

	.suppliers-wrap .row .cell {
		padding: 0 2%;
	}

	header .logo-img {
		width: 80%;
	}

	body.mean-container .mean-nav {
		background: #acbac2;
	}

	body.mean-container .mean-nav ul li {
		background: #acbac2;
		margin: 0;
		padding: 0;
		font-size: 15px;
		font-family: 'montserratregular';
	}

	body.mean-container .mean-nav ul li a {
		border: 0;
		padding: 5px 5%;
	}

	body.mean-container .mean-nav ul li ul li > a {
		font-size: 12px;
		border: 0;
		opacity: 1;
		padding: 7px 10%;
	}

	body.mean-container .mean-nav ul li ul li > a:hover {
		text-decoration: underline;
	}

	body.mean-container .mean-nav ul li a.mean-expand {
		line-height: 100%;
		margin: 0;
		padding: 1px 19px 0 0 !important;
		border: none !important;
		background: url("img/m-plus-btn.png") no-repeat scroll center center transparent;
		text-indent: -9999px;
	}

	body.mean-container .mean-nav ul li a.mean-expand:hover {
		background: url("img/m-plus-btn.png") no-repeat scroll center center transparent;
	}

	body.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
		background: url("img/m-minus-btn.png") no-repeat scroll center center transparent;
	}

	body.mean-container .mean-bar {
		background: #fff;
		float: right;
		width: 100%;
		position: absolute;
		right: 0;
		padding: 0;
	}

	body.mean-container a.meanmenu-reveal.meanclose {
		color: #acbac2;
		background: url("img/m-close-btn.png") no-repeat scroll 96% 10px #acbac2;
		padding: 13px 0 11px;
		text-indent: -9999px !important;
		width: 100%;
	}

	body.mean-container a.meanmenu-reveal span {
		background: #acbac2;
	}

	body.mean-container .mean-nav ul li.mean-last {
		padding: 0 0 20px;
	}

	.footer .wrapper .widget,
	.footer .wrapper .widget.widget-1,
	.footer .wrapper .widget.widget-2,
	.footer .wrapper .widget.widget-4 {
		float: none;
		text-align: center;
		margin: 0 0 20px;
	}

	.footer .wrapper .widget.widget-2 .social-wrap {
		margin: 20px auto 0;
		width: 110px;
	}

	.plans-wrap article .plan-excerpt {
		background: #acbac2;
	}

	.single-gallery .main-container main .sidebar-right,
	.single-events .main-container main .sidebar-right {
		padding: 0;
	}

	.gallery-wrap article,
	.gallery-wrap article:nth-child(3) {
		width: 345px;
		margin: 0 auto 20px;
		float: none;
	}

	.events-wrap article .events-img-wrap,
	.blog-wrap .featured .img-wrap {
 		width: 100%;
	}

	.blog-wrap .featured .img-wrap img {
		width: 100%;
	}

	.blog-wrap .title-wrap span {
		margin: 0 0 35px;
	}

	.blog-wrap .post-wrap .alm-reveal article,
	.blog-wrap .post-wrap .alm-reveal article:nth-child(3n) {
		padding: 0;
		border: 0;
	}

	.menus-wrap .row article .content-wrap {
		padding: 20px;
	}

	.single-post .royalSlider {
		float: none;
		margin: 0 0 30px 0;
		width: 100% !important;
	}

	.contact-widget-wrap .sidebar,
	.contact-widget-wrap .contact-sidebar-1,
	.contact-widget-wrap .contact-sidebar-2,
	.contact-widget-wrap .contact-sidebar-3 {
		border: 0 none;
		display: block;
		float: none;
		margin: 30px 0 20px;
		min-height: auto;
		padding: 0;
		width: 100%;
	}

	.suppliers-wrap .row .cell.first,
	.suppliers-wrap .row .cell.second,
	.suppliers-wrap .row .cell.third,
	.suppliers-wrap .row .cell.fourth {
		padding: 0;
		text-align: center;
		width: 100%;
	}

	.home .home-sidebar-right {
		display: block;
		float: none;
		margin: 0 auto;
		text-align: center;
		width: auto;
	}

	.home .home-sidebar-left {
		text-align: center;
		width: 100%;
		display: block;
	}

	.home .main-container main {
		border: 0;
		padding: 0;
	}

	.home .royalSlider {

	}

	.contact-widget-wrap .contact-sidebar-1 {
		width: 50%;
		float: left;
		border-right: 1px solid #e1e7eb;
		border-bottom: 1px solid #e1e7eb;
		min-height: 200px;
		margin-bottom: 0;
	}

	.contact-widget-wrap .contact-sidebar-2 {
		width: 50%;
		float: right;
		border-bottom: 1px solid #e1e7eb;
		min-height: 200px;
		margin-bottom: 0;
	}

	.contact-widget-wrap .contact-sidebar-2 .widget {
		margin: 0 0 0 18%;
	}

	.contact-widget-wrap .contact-sidebar-3 {
		clear: both;
		overflow: hidden;
		margin-top: 0;
		word-wrap: break-word;
	}

	.contact-widget-wrap .contact-sidebar-3 .widget-first {
		float: left;
		width: 50%;
		border-right: 1px solid #e1e7eb;
		padding-top: 30px;
		background-position: left 33px;
	}

	.contact-widget-wrap .contact-sidebar-3 .widget-last {
		float: right;
		width: 41%;
		padding-top: 30px;
		background-position: left 33px;
	}

	.page-template-template-dates .sidebar,
	.page-template-template-dates .date-section {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 640px) {
	.hide,
	.hide iframe {
		height: 279px;
		width: 480px;
	}

	.single .blog-wrap .top .btn-back {
		display: none;
	}

	.img-wrap.alignleft {
		float: none;
		margin: 0 0 30px;
	}

	.page-template-template-team-php article.featured,
	.page-template-template-team-php .team-wrap,
	main article {
		text-align: center;
	}

	.page-template-template-team-php article.featured p,
	.page-template-template-team-php .team-wrap p,
	main article p,
	main article ul {
		text-align: left;
	}

	.royalSlider.rsUni .rsSlideCount {
		bottom: 20px;
	}

	.single-gallery .main-container main .sidebar-right,
	.single-gallery .main-container main article,
	.single-events .main-container main .sidebar-right,
	.single-events .main-container main article {
		width: 100%;
	}

	.single-gallery .main-container main article,
	.single-events .main-container main article {
		margin: 20px 0 0;
	}

	.single-gallery .shareBtn {
		float: left;
		margin: 0 0 5px;
		width: 85%;
	}

	.single-gallery .thumbBtn {
		float: right;
		margin: 1px auto 5px;
	}

	.menus-wrap .row article .content-wrap {
		margin: 5px;
	}

	.menus-wrap .row article .content-wrap {
		padding: 10px;
	}

	.slider-wrap .wrapper, .contact-widget-wrap {
		text-align: center;
	}

	.contact-widget-wrap .contact-sidebar-1,
	.contact-widget-wrap .contact-sidebar-2,
	.contact-widget-wrap .contact-sidebar-3 {
		border: 0 none;
		float: none;
		margin-bottom: 0;
 		min-height: auto;
		width: 100%;
	}

	.contact-widget-wrap .contact-sidebar-1 .widget-first,
	.contact-widget-wrap .contact-sidebar-2 .widget-first,
	.contact-widget-wrap .contact-sidebar-3 .widget-first,
	.contact-widget-wrap .contact-sidebar-3 .widget-last {
		padding: 0;
		margin: 0;
		background: none;
		border: 0;
		width: 100%;
		float: none;
	}

	.contact-widget-wrap .contact-sidebar-3,
	.contact-widget-wrap .contact-sidebar-3 .widget-last {
		margin-top: 30px;
	}

	.contact-widget-wrap .contact-sidebar-1 .widget-first h3.title,
	.contact-widget-wrap .contact-sidebar-2 .widget-first h3.title,
	.contact-widget-wrap .contact-sidebar-3 .widget-first h3.title,
	.contact-widget-wrap .contact-sidebar-3 .widget-last h3.title {
		display: inline-block;
	}

	.contact-widget-wrap .contact-sidebar-1 .widget-first h3.title {
		background: url("img/icons/icon-location-small.png") no-repeat scroll left 2px transparent;
		padding: 0 0 0 20px;
	}

	.contact-widget-wrap .contact-sidebar-2 .widget-first h3.title {
		background: url("img/icons/icon-phone-small.png") no-repeat scroll left 2px transparent;
		padding: 0 0 0 20px;
	}

	.contact-widget-wrap .contact-sidebar-3 .widget-first h3.title {
		background: url("img/icons/icon-email-small.png") no-repeat scroll left 4px transparent;
		padding: 0 0 0 30px;
	}

	.contact-widget-wrap .contact-sidebar-3 .widget-last h3.title {
		background: url("img/icons/icon-connect-small.png") no-repeat scroll left 3px transparent;
		padding: 0 0 0 25px;
	}

	.contact-widget-wrap .contact-sidebar-3 .widget-last .social-wrap {
		margin: 0 auto;
		overflow: hidden;
		width: 110px;
	}

	.form-wrap > .float-right > .float-left,
	.form-wrap > .float-right > .float-right {
		float: none;
		width: 100%;
	}

	.page-template-template-contact .form-wrap p {
		margin: 0 0 5px;
	}

	.page-template-template-contact .form-wrap .submit-wrap {
		text-align: center;
	}

	.page-template-template-contact .form-wrap .submit-wrap span.wpcf7-form-control-wrap {
		display: block;
		margin: 5px 0;
	}

	.page-template-template-contact .form-wrap .submit-wrap .wpcf7-captchar {
		margin: 0;
	}

	.page-template-template-contact .form-wrap .submit-wrap input[type="submit"] {
		float: none;
		width: 225px;
	}

	.page-template-template-contact div.wpcf7 .form-wrap img.ajax-loader {
		display: none;
	}

}

@media only screen and (max-width: 480px) {
	.hide,
	.hide iframe {
		height: 189px;
		width: 320px;
	}

	.gallery-wrap article,
	.gallery-wrap article:nth-child(3),
	.gallery-wrap article .gallery-img-wrap {
		width: 100%;
		height: auto;
	}

	.plans-wrap article .plan-excerpt .float-left,
	.plans-wrap article .plan-excerpt .float-right,
	.plans-wrap article .plan-full .float-right,
	.plans-wrap article .plan-full .float-left {
		float: none;
		width: 100%;
		margin: 0;
	}

	.plans-wrap article .plan-excerpt .float-right {
		text-align: center;
	}

	.page-template-template-dates .date-section .row .float-left {
		width: 110px;
		float: none;
		margin: 0 auto;
	}

	.page-template-template-dates .date-section .row .float-right {
		padding: 10px 0 0;
		width: 100%;
	}

}

@media only screen and (max-width: 320px) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 0 30px 30px 0;
	}

.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
	}

.alignright {
	float: right;
	margin: 0 0 30px 30px;
	}

.alignleft {
	float: left;
	margin: 0 30px 30px 0;
	}

a img.alignright {
	float: right;
	margin: 0 0 30px 30px;
	}

a img.alignnone {
	margin: 0 30px 30px 0;
	}

a img.alignleft {
	float: left;
	margin: 0 30px 30px 0;
	}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}

.wp-caption {
	background: #FFF;
	border: 0;
	max-width:96%;
	padding: 0;
	text-align: center;
	}

.wp-caption.alignnone {
	margin: 5px 10px 10px 0;
	}
.wp-caption.alignleft {
	margin: 5px 10px 10px 0;
}
.wp-caption.alignright {
	margin: 5px 0 10px 10px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #bec8d3;
	font-size: 12px;
	line-height: 14px;
	font-family: 'proxima_novalight';
	margin: 0;
	padding: 5px 40px 0;
	text-transform: uppercase;
	}

.sticky {

}
.bypostauthor {

}
.gh-brochure img {	border: 1px solid #ccc !important; 	margin:30px;}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
/*
	Theme Name: Custom Theme
	Description: Custom Theme For Graydon Hall Manor
	Version: 1.4.2
	Author: Karina
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font: 300 16px/1.5 'proxima_novaregular', Arial, sans-serif;
	color: #b0afaf;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #d4b5ac;
	text-decoration: underline;
	}

a:hover {
	color: #d4b5ac;
	}

a:focus {
	outline:0;
	}

a:hover,
a:active {
	outline:0;
	}

input:focus {
	outline:0;
	border: 0;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'montserratregular';
	text-transform: uppercase;
	font-weight: normal;
	color: #bec8d3;
	margin: 0 0 25px;
	}

h1 {
	font-size: 40px;
	}

h2 {
	font-size: 24px;
	}


h3 {
	font-size: 20px;
	}

h4 {
	font-size: 16px;
	}

h5 {
	font-size: 14px;
	}

h6 {
	font-size: 12px;
	}

p {
	margin: 0 0 25px;
	}

ul {
	list-style: none;
	margin: 0 0 25px;
	padding: 0;
	}

ul li {
	background: url("img/ul-li.png") no-repeat scroll left 7px transparent;
	margin: 0 0 5px;
	padding: 0 0 0 15px;
	}

.overflow {
	overflow: hidden;
	}

.float-left {
	float: left;
	}

.float-right {
	float: right;
	}

.marginright120 {
	margin-right: 120px;
	}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


.wrapper {
	width: 1100px;
	margin: 0 auto;
	position:relative;
	}

.top-bar {
	width: 100%;
	height: 25px;
	background: #d8e6f0;
	}

.top-bar .wrapper .social-wrap {
	float: right;
	margin: 6px 12px 0 0;
	}

.social-wrap a {
	float: left;
	height: 21px;
	margin: 0 15px 0 0;
	background: url("img/icons/icon-social.png") no-repeat scroll 0 0 transparent;
	}

.social-wrap a.icon-facebook {
	width: 10px;
	background-position: 0 0;
	}

.social-wrap a.icon-twitter {
	width: 20px;
	background-position: -12px 0;
	}

.social-wrap a.icon-pinterest {
	width: 17px;
	background-position: -34px 0;
	}

.social-wrap a.icon-instagram {
	width: 18px;
	background-position: -53px 0;
	margin: 0;
	}

.header {
	width: 100%;
	background: #fff;
	}

.logo {
	margin: 38px 0 35px;
	/*margin: 10px 0 15px;*/
	text-align: center;
	}

.logo-img {

	}

.nav {
	font-family: 'montserratregular';
	font-size: 15px;
	text-transform: uppercase;
	height: 50px;
	}

.nav ul {
	height: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
	}

.nav ul li {
	display: inline-block;
	position: relative;
	height: 100%;
	background: none;
	}

.nav ul li a {
	padding: 0 23px;
	color: #bfbfbf;
	height: 100%;
	text-decoration: none;
	}

.nav ul li a:hover,
.nav ul li.current-menu-item > a,
.nav ul li.current-menu-parent > a,
.single-post .nav ul li.blog a {
	color: #d4b5ac;
	}

.nav ul li ul {
	background: #fff;
	border: 1px solid #ebebeb;
	font-size: 12px;
  	margin: 0;
	padding: 35px 35px 18px;
	position: absolute;
	top: 50px;
	/*top:35px;*/
	left: -20px;
	width: 212px;
	height: auto;
	text-align: left;
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transform: translate3d(0px, 10px, 0px);
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	}

.nav ul li ul li {
	margin: 0 0 12px;
	width: 100%;
	height: auto;
	}

.nav ul li ul li a {
	padding: 0;
	width: 100%;
	}

.nav ul li:hover ul.sub-menu {
	transform: translate3d(0px, 0px, 0px);
	visibility: visible;
	opacity: 1;
	}

.sidebar {
	width: 190px;
	float: left;
	}

.sidebar .widget_nav_menu li {
	background: none;
	text-transform: uppercase;
	padding: 0;
	font-size: 12px;
	font-family: 'montserratregular';
	}

.sidebar .widget_nav_menu li a {
	color: #bec8d3;
	text-decoration: none;
	}

.sidebar .widget_nav_menu li a:hover,
.sidebar .widget_nav_menu li.current-menu-item a {
	color: #d4b5ac;
	text-decoration: underline;
	}

.footer {
	background: #f0f0f0;
	font-size: 13px;
	text-transform: uppercase;
	}

.footer .wrapper {
	overflow: hidden;
	padding: 31px 0 20px;
	}

.footer .wrapper .widget {
	float: left;
	}

.footer .wrapper .widget.widget-1 {
	margin: 6px 29px 0 0;
	}

.footer .wrapper .widget.widget-2 {
	margin: 0 63px 0 0;
	}

.footer .wrapper .widget.widget-2 .social-wrap {
	margin: 10px 0 0;
	overflow: hidden;
	}

.footer .wrapper .widget.widget-2 .social-wrap a.icon-facebook,
.contact-widget-wrap .contact-sidebar-3 .widget-last .social-wrap a.icon-facebook {
	background-position: 0 -21px;
	}

.footer .wrapper .widget.widget-2 .social-wrap a.icon-twitter,
.contact-widget-wrap .contact-sidebar-3 .widget-last .social-wrap a.icon-twitter {
	background-position: -12px -21px;
	}

.footer .wrapper .widget.widget-2 .social-wrap a.icon-pinterest,
.contact-widget-wrap .contact-sidebar-3 .widget-last .social-wrap a.icon-pinterest {
	background-position: -34px -21px;
	}

.footer .wrapper .widget.widget-2 .social-wrap a.icon-instagram,
.contact-widget-wrap .contact-sidebar-3 .widget-last .social-wrap a.icon-instagram {
	background-position: -53px -21px;
	}

.footer .wrapper .widget.widget-4 {
	float: right;
	}

.footer .wrapper .widget p {
	margin: 0 0 3px;
	}

.footer .wrapper .widget a {
	color: #b0afaf;
	text-decoration: none;
	}

.main-container {
	overflow: hidden;
	margin: 50px 0 75px;
	width: 100%;
	}

.main-container main {
	float: right;
	width: 910px;
	}

.main-container main.fullwidth {
	float: none;
	width: 100%;
	}
/*
.header-banner,
.footer-banner {
	width: 1230px;
	margin: 0 auto;
	position: relative;
	}
*/

.header-banner-border-fix {
  border-left: 0 !important;
  border-right: 0 !important;
}

.header-banner  {
	width: 100%;
	border-right: 25px solid #fff;
    	border-left: 25px solid #fff;
	margin: 0 auto;
	position: relative;
	}

.header-banner {
	height: 384px;
	text-align: center;
	}

.single .header-banner,
.error404 .header-banner {
	height: auto;
	border-top: 5px solid #d8e6f0;
	border-bottom: 1px solid #d8e6f0;
	}

.footer-banner {
	margin: 0 auto 20px;
	}

.header-banner h1.title {
	font-weight: bold;
	color: #ffffff;
	border: 1px solid #fff;
	display: inline-block;
	margin: 147px 0 0 0;
	padding: 14px 35px 12px;
	}

.single .header-banner h1.title,
.error404 .header-banner h1.title {
	color: #d8e6f0;
	border: 0;
	margin: 0;
	}

.page-id-12 .header-banner h1.title {
	padding: 14px 95px 12px;
	}

.page-id-20 .header-banner h1.title,
.page-id-14 .header-banner h1.title {
	padding: 14px 50px 12px;
	}

.img-wrap,
.gallery-wrap article .gallery-img-wrap,
.events-wrap article .events-img-wrap {
	display: inline-block;
	position: relative;
	}

.img-wrap::before,
.gallery-wrap article .gallery-img-wrap::before,
.events-wrap article .events-img-wrap::before,
.img-wrap::after,
.gallery-wrap article .gallery-img-wrap::after,
.events-wrap article .events-img-wrap::after {
	left: 10px;
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 10px;
	content: "";
	-webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
	transition: opacity 0.35s ease, transform 0.35s ease;
	opacity: 0;
	}

.img-wrap:hover::before,
.img-wrap:hover::after,
.events-wrap article:hover .events-img-wrap::before,
.events-wrap article:hover .events-img-wrap::after,
.gallery-wrap article:hover .gallery-img-wrap::before,
.gallery-wrap article:hover .gallery-img-wrap::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease .2s;
	transition: opacity 0.4s ease, transform 0.45s ease .2s;
	}

.img-wrap::before,
.gallery-wrap article .gallery-img-wrap::before,
.events-wrap article .events-img-wrap::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	}

.img-wrap::after,
.gallery-wrap article .gallery-img-wrap::after,
.events-wrap article .events-img-wrap::after {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform:scale(1,0);
	transform: scale(1,0);
	}

.single-gallery .main-container,
.single-events .main-container {
	margin: 0 0 75px;
	padding: 40px 0 0;
	}

.single-gallery .wrapper,
.single-gallery .header-banner,
.single-events .wrapper,
.single-events .header-banner {
	width: 1120px;
	}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.home .home-sidebar-right {
	float: right;
	width: 270px;
	}

.home .home-sidebar-right p {
	font-family: 'proxima_novalight';
	font-size: 12px;
	color: #bec8d3;
	text-transform: uppercase;
	text-align: center;
	margin: 8px 0 0;
	}

.home .home-sidebar-left {
	width: 185px;
	}

.home .home-sidebar-left h1.title {
	font-size: 30px;
	}

.home .main-container main {
	float: left;
	width: 645px;
	border-left: 1px solid #cddbe4;
	padding: 0 25px;
	}

.page-template-template-contact .iframe-wrap {
	height: 325px;
	overflow: hidden;
	width: 100%;
	}

.page-template-template-contact .iframe-wrap iframe {
	margin-top: -135px;
	}

.contact-widget-wrap {
	overflow: hidden;
	position: relative;
	background: #fff;
	margin: -45px auto 0;
	width: 1030px;
	}

.contact-widget-wrap .sidebar {
	float: left;
	padding: 0 25px;
	margin: 30px 0 0;
	border-right: 1px solid #e1e7eb;
	min-height: 195px;
	}

.contact-widget-wrap .sidebar .widget {
	margin: 0 0 30px;
	}

.contact-widget-wrap .contact-sidebar-1 {
	width: 330px;
	}

.contact-widget-wrap .contact-sidebar-2 {
	width: 295px;
	}

.contact-widget-wrap .contact-sidebar-3 {
	width: 395px;
	border: 0;
	}

.contact-widget-wrap .sidebar p {
	font-size: 20px;
	font-family: 'montserratregular';
	margin: 0 0 5px;
	}

.contact-widget-wrap .sidebar a.btn-directions {
	background: url("img/icons/icon-arrow-right.png") no-repeat scroll right 2px transparent;
	text-transform: uppercase;
	color: #d4b5ac;
	font-size: 12px;
	font-family: 'proxima_novaregular';
	padding: 0 20px 0 0;
	text-decoration: none;
	}

.contact-widget-wrap .sidebar h3.title {
	font-size: 16px;
	margin: 0 0 15px;
	}

.contact-widget-wrap .contact-sidebar-1 .widget-first {
	background: url("img/icons/icon-location.png") no-repeat scroll left 3px transparent;
	padding: 0 0 0 40px;
	}

.contact-widget-wrap .contact-sidebar-2 .widget-first {
	background: url("img/icons/icon-phone.png") no-repeat scroll left 3px transparent;
	padding: 0 0 0 37px;
	}

.contact-widget-wrap .contact-sidebar-3 .widget-first {
	background: url("img/icons/icon-email.png") no-repeat scroll left 3px transparent;
	padding: 0 0 0 52px;
	}

.contact-widget-wrap .contact-sidebar-3 .widget-first a {
	font-size: 20px;
	font-family: 'montserratregular';
	text-decoration: underline;
	}

.contact-widget-wrap .contact-sidebar-3 .widget-last {
	background: url("img/icons/icon-connect.png") no-repeat scroll left 3px transparent;
	padding: 0 0 0 52px;
	}

.contact-widget-wrap .contact-sidebar-3 .widget-last .social-wrap {
	overflow: hidden;
	}

.title-timeline {
	margin: 50px 0 25px;
	}

.page-template-template-team-php article h2.title {
	margin: 0;
	}

.page-template-template-team-php article.featured {
	border-bottom: 1px solid #e1e7eb;
	margin: 0 0 40px;
	padding: 0 0 10px;
	}

.page-template-template-team-php .team-wrap {
	overflow: hidden;
	}

.page-template-template-team-php .team-wrap article {
	float: left;
	width: 435px;
	margin-bottom: 40px;
	}

.page-template-template-team-php .team-wrap article.even {
	margin-right: 35px;
	}

.page-template-template-team-php .team-wrap article h2.title {
	font-size: 18px;
	}

.page-template-template-team-php .team-wrap article h5.ctitle,
.page-template-template-team-php .featured h5.ctitle {
	margin: 0;
	}

.page-template-template-team-php .team-wrap article span.email,
.page-template-template-team-php .featured span.email {
	display: block;
	margin: 0 0 20px;
	}

.page-template-template-team-php .team-wrap article .alignleft {
	margin: 0 12px 4px 0;
	}

.page-template-template-media .main-container main {
	min-height: 1000px;
	}

.plans-wrap {
	overflow: hidden;
	padding: 45px 0 180px;
	}

.plans-wrap .row {
	position: relative;
	min-height: 160px;
	margin-bottom: 26px;
	}

.plans-wrap article {
	float: left;
	width: 440px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	}

.plans-wrap article.odd {
	margin-right: 30px;
	}

.plans-wrap article .plan-full,
.plans-wrap article .related-plan {
	display: none;
	background: #95a2a9;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
	overflow: hidden;
	cursor: pointer;
	}

.plans-wrap article .plan-full .float-left {
	width: 435px;
	padding: 20px;
	}

.plans-wrap article .plan-full .float-left p {
	margin: 0 0 15px;
	}

.plans-wrap article .plan-full .float-right {
	width: 475px;
	min-height: 345px;
	background: #fff;
	border: 1px solid #d0dde4;
	}

.plans-wrap article .plan-full .float-right img {
	width: 100%;
	}

.plans-wrap article .plan-excerpt {
	overflow: hidden;
	background: #acbac2;
	position: relative;
	cursor: pointer;
	border: 1px solid #d0dde4;
	}

.plans-wrap article .plan-excerpt .float-left,
.plans-wrap article .plan-excerpt .float-right {
	width: 50%;
	}

.plans-wrap article .plan-excerpt .float-left {
	padding: 20px;
	}

.plans-wrap article .plan-excerpt .float-right {
	background: #fff;
	}

.plans-wrap article .plan-excerpt .float-right .icon-expand,
.plans-wrap article .plan-full .float-right .icon-close,
.plans-wrap article .plan-full .float-right .icon-fullscreen {
	position: absolute;
	top: 4px;
	right: 4px;
	background: url("img/icons/icon-plans.png") no-repeat scroll 0 0 transparent;
	width: 27px;
	height: 27px;
	}

.plans-wrap article .plan-full .float-right .icon-close {
	background-position: 0 -28px;
	}

.plans-wrap article .plan-full .float-right .icon-fullscreen {
	background-position: 0 -57px;
	height: 22px;
	width: 22px;
	top: auto;
	bottom: 5px;
	right: 5px;
	}

.plans-wrap article p {
	margin: 0;
	}

.plans-wrap article h2.title {
	font-size: 18px;
	color: #ffffff;
	margin: 0 12px 15px 0;
	}

.plans-wrap article .btn-view-related {
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #ffffff;
	padding: 10px 28px;
	margin: 20px 0 0;
	display: inline-block;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	}

.plans-wrap article .btn-view-related:hover {
	opacity: 0.8;
	}

.suppliers-wrap {
	overflow: hidden;
	margin: 25px 0 0;
	border: 1px solid #d7d7d7;
	}

.suppliers-wrap .category-section {
	padding-bottom: 48px;
	}

.suppliers-wrap .category-section:last-child,
.suppliers-wrap .category-section.last {
	padding-bottom: 0;
	}

.suppliers-wrap .row {
	overflow: hidden;
	width: 100%;
	padding: 12px 0;
	}

.suppliers-wrap .row:hover,
.suppliers-wrap .row.even:hover {
	background: #d8e6f0;
	}

.suppliers-wrap .row.title {
	background: #acbac2;
	padding: 15px 40px 17px;
	}

.suppliers-wrap .row.title h3 {
	color: #ffffff;
	margin: 0;
	font-size: 18px;
	}

.suppliers-wrap .row.even {
	background: #f0f0f0;
	}

.suppliers-wrap .row a {
	color: #b0afaf;
	}

.suppliers-wrap .row .cell {
	float: left;
	padding: 0 40px;
	}

.suppliers-wrap .row .cell.first {
	width: 275px;
	}

.suppliers-wrap .row .cell.second {
	width: 265px;
	}

.suppliers-wrap .row .cell.third {
	/*width: 315px;*/
	width: 240px !important;
	}

.suppliers-wrap .row .cell.fourth {
	width: 243px;
	}

.suppliers-select-wrap {
	text-align: center;
	}

.suppliers-select-wrap .customSelect,
.suppliers-select-wrap select {
	border: 1px solid #d7d7d7;
	padding: 14px 23px 10px;
	text-align: left;
	font-size: 16px;
	color: #b0afaf;
	width: 323px;
	background: url("img/icons/icon-arrow-down.png") no-repeat scroll 93% 19px #fff;
	}

.suppliers-select-wrap select option {
	padding: 14px 23px 10px;
	font-size: 16px;
	border-bottom: 1px solid #d7d7d7;
	}

.suppliers-select-wrap .customSelect {
	color: #acbac2;
	font-size: 14px;
	font-family: 'montserratregular';
	text-transform: uppercase;
	}

.blog-wrap {
	overflow: hidden;
	}

.blog-wrap .featured {
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0 0 30px;
	border-bottom: 1px solid #e1e7eb;
	}

.blog-wrap .title-wrap span {
	font-size: 14px;
	font-family: 'montserratregular';
	text-transform: uppercase;
	color: #bec8d3;
	display: inline-block;
	padding: 6px 40px 5px;
	margin: 35px 0;
	border: 1px solid #bec8d3;
	}

.single .blog-wrap .title-wrap span {
	margin: 0;
	}

.blog-wrap .title-wrap h2.title {
	font-size: 30px;
	margin: 0;
	}

.blog-wrap .title-wrap .date {
	font-size: 12px;
	font-family: 'proxima_novalight';
	text-transform: uppercase;
	color: #bec8d3;
	margin: 0 0 16px;
	}

.blog-wrap .featured p {
	font-size: 20px;
	}

.blog-wrap .featured .btn-details,
.single .blog-wrap .top .btn-back {
	background: url("img/icons/icon-arrow-right.png") no-repeat scroll right 2px transparent;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #d4b5ac;
	padding: 0 17px 0 0;
	}

.single .blog-wrap .top .btn-back {
	background: url("img/icons/icon-arrow-left.png") no-repeat scroll left 3px transparent;
	padding: 0 0 0 17px;
	float: right;
	}

.blog-wrap .post-wrap .alm-reveal {
	overflow: hidden;
	margin-bottom: 35px;
	border-bottom: 1px solid #e1e7eb;
	}

.blog-wrap .post-wrap .alm-reveal article {
	float: left;
	width: 291px;
	height: 320px;
	border-right: 1px solid #e1e7eb;
	padding-right: 35px;
	margin-right: 35px;
	margin-bottom: 35px;
	}

.blog-wrap .post-wrap .alm-reveal article:nth-child(3n) {
	margin-right: 0;
	padding-right: 0;
	padding-left: 35px;
	border-right: 0;
	}

.blog-wrap .post-wrap .alm-reveal article:nth-child(2n) {
	margin-right: 0;
	}

.blog-wrap .post-wrap .alm-btn-wrap {
	display: block;
	padding: 0;
	width: 100%;
	margin: 60px 0 0;
	}

.blog-wrap .post-wrap .alm-btn-wrap  .alm-load-more-btn {
	background: #acbac2;
	border-radius: 0;
	color: #fff;
	font-family: "proxima_novaregular";
	font-size: 12px;
	font-weight: normal;
	padding: 0 40px;
	text-transform: uppercase;
	}

.blog-wrap .post-wrap .alm-btn-wrap  .alm-load-more-btn:hover {
	background: #C2CFD6;
	}

.blog-wrap .post-wrap article img {
	width: 100%;
	}

.blog-wrap .post-wrap article h3.title {
	font-size: 18px;
	margin: 4px 0 1px;
	}

.blog-wrap .post-wrap article h3.title a {
	text-decoration: none;
	color: #bec8d3;
	}

.single .blog-wrap .top {
	overflow: hidden;
	margin: 0 0 35px;
	}

.menus-wrap {
	overflow: hidden;
	}

.menus-wrap .row {
	overflow: hidden;
	}

.menus-wrap .row article {
	width: 535px;
	height: 320px;
	float: left;
	position: relative;
	margin-bottom: 30px;
	}

.menus-wrap .row article img {
	width: 100%;
	height: 100%;
	}

.menus-wrap .row article .content-wrap {
	position: absolute;
	margin: 20px;
	padding: 35px 30px 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("img/bgr-transparent-white.png") repeat scroll 0 0 transparent;
	text-align: center;
	}

.menus-wrap .row article .content-wrap h2.title {
	color: #93a7be;
	font-size: 25px;
	}

.menus-wrap .row article .content-wrap p {
	color: #95a2a9;
	margin: 0 0 35px;
	}

.menus-wrap .row article .content-wrap .btn-download {
	background: #acbac2;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px 35px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	}

.menus-wrap .row article .content-wrap .btn-download:hover {
	opacity: 0.8;
	}

.menus-wrap .row.first-row article:first-child,
.menus-wrap .row.second-row article:nth-child(2) {
	height: 670px;
	}

.menus-wrap .row.first-row article:first-child {
	margin-right: 30px;
	}

.menus-wrap .row.second-row article:nth-child(2) {
	margin-left: 30px;
	float: right;
	}

.menus-wrap .row.first-row article:first-child .content-wrap,
.menus-wrap .row.second-row article:nth-child(2) .content-wrap {
	padding-top: 205px;
	}

.menus-wrap .row.first-row article:first-child p,
.menus-wrap .row.second-row article:nth-child(2) p {
	font-size: 18px;
	}

.gallery-wrap {
	overflow: hidden;
	margin: 50px 0 0;
	}

.gallery-wrap article {
	width: 345px;
	height: 500px;
	float: left;
	position: relative;
	margin-right: 32px;
	margin-bottom: 32px;
	}

.gallery-wrap article:nth-child(3) {
	margin-right: 0;
	}

.gallery-wrap article img,
.events-wrap article img {
	width: 100%;
	}

.gallery-wrap article h2.title,
.events-wrap article h2.title {
	margin: 0;
	}

.gallery-wrap article h2.title a,
.events-wrap article h2.title a {
	background: #fff;
	color: #bec8d3;
	display: block;
	border: 1px solid #e1e1e1;
	margin: -45px 40px 0;
	padding: 30px 0 25px;
	position: relative;
	text-align: center;
	text-decoration: none;
	z-index: 9999;
	}

.single-gallery .main-container main {
	width: 930px;
	overflow: visible;
	}

.single-gallery .main-container main .sidebar-right,
.single-events .main-container main .sidebar-right {
	float: right;
	width: 255px;
	padding: 0 15px 0 0;
	}

.single-gallery .main-container main article {
	float: left;
	width: 640px;
	}

.single-gallery .shareBtn {
	padding: 12px 61px 9px;
	position: relative;
	background: #acbac2;
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	float: left;
	cursor: pointer;
	margin: 0 0 45px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	}

.single-gallery .shareBtn:hover,
.single-gallery .thumbBtn:hover {
	opacity: 0.9;
	}

.btn-wrap .btn-gray:hover {
	background: #95a2a9;
	}

.single-gallery .shareBtn .addtoany_list {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
 	width: 160px;
	}

.single-gallery .thumbBtn {
	float: left;
	padding: 2px 0;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	}

.single-gallery .thumbBtn .thumbIcn {
	background: url("img/icons/icon-thumb-view.png") no-repeat scroll 0 0 transparent;
	width: 35px;
	height: 35px;
	display: none;
	}

.single-gallery .thumbBtn .thumbIcn.slider-view {
	background-position: -35px 0;
	}

.single-gallery .thumbBtn .thumbIcn.show,
.single-gallery .shareBtn .addtoany_list.show {
	display: block;
	}

.single-gallery .btn-wrap .separator {
	background: #cddbe4;
	width: 1px;
	margin: 0 22px;
	height: 39px;
	float: left;
	}

.btn-wrap .btn-gray {
	background: #acbac2;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	width: 100%;
	padding: 12px 0 9px;
	display: block;
	margin: 0 0 5px;
	clear: both;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	}

.single-gallery .btn-pinit {
	position: absolute;
	right: 46px;
	top: 15px;
	z-index: 999;
	}

.events-wrap {
	overflow: hidden;
	margin: 50px 0 0;
	}

.events-wrap article {
	float: left;
	width: 535px;
	margin-right: 30px;
	margin-bottom: 40px;
	}

.events-wrap article:nth-child(2n) {
	margin-right: 0;
	}

.events-wrap article h2.title a {
	margin: -45px 140px 0;
	}

.main-container main.fullwidth {
	overflow: hidden;
	}

.single-events .main-container main article {
	float: left;
	width: 830px;
	}

.single-events .image-view {
	overflow: hidden;
	clear: both;
	margin: 0 0 40px;
	}

.single-events .image-view img {
	width: 100%;
	}

.single-events .image-view-1 .float-left,
.single-events .image-view-2 .float-right {
	width: 359px;
	}

.single-events .image-view-1 .float-left .img-left-top {
	margin: 0 0 9px;
	}

.single-events .image-view-1 .float-right,
.single-events .image-view-2 .float-left {
	width: 740px;
	}

.single-events .main-container main .sidebar-right {
	padding: 0;
	}

.featured-video-wrap {
	overflow: hidden;
	clear: both;
	margin: 20px 0 0;
	}

.featured-video-wrap .featured-info {
	float: left;
	background: #acbac2;
	color: #fff;
	font-family: "montserratregular";
	padding: 75px 0 68px;
	margin: 0 12px 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 475px;
	}

.featured-video-wrap .featured-info .top {
	font-size: 19px;
	line-height: 19px;
	}

.featured-video-wrap .featured-info .top span {
	display: inline-block;
	position: relative;
	}

.featured-video-wrap .featured-info .top span:before,
.featured-video-wrap .featured-info .top span:after {
	content: "";
	position: absolute;
	height: 1px;
	border-top: 1px solid white;
	top: 8px;
	width: 85px;
	}

.featured-video-wrap .featured-info .top span:before {
	right: 100%;
	margin-right: 12px;
	}

.featured-video-wrap .featured-info .top span:after {
	left: 100%;
	margin-left: 12px;
	}

.featured-video-wrap .featured-info h2 {
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	line-height: 32px;
	margin: 3px 0;
	}

.featured-video-wrap .featured-info p {
	margin: 0;
	font-size: 12px;
	}

.hide {
	display: none;
	height: 467px;
	width: 584px;
	overflow: hidden;
	}

.hide iframe {
	height: 467px;
	width: 584px;
	}

.featured-video-wrap .video {
	overflow: hidden;
	height: 218px;
	width: 305px;
	float: left;
	}

.featured-video-wrap .video-1 {
	margin: 0 12px 0 0;
	}

.featured-video-wrap .video img {
	width: 100%;
	}

.pinit-button {
	z-index: 9999 !important;
	}

.page-template-template-dates .date-wrap {
	overflow: hidden;
	margin: 50px 0 0;
	}

.page-template-template-dates .sidebar {
	float: right;
	width: 240px;
	font-family: 'montserratregular';
	}

.page-template-template-dates .sidebar h3.title {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 20px;
	}

.page-template-template-dates .sidebar p {
	margin: 0 0 10px;
	}

.page-template-template-dates .date-section {
	float: left;
	width: 830px;
	border: 1px solid #d7d7d7;
	}

.page-template-template-dates .date-section .section {
	overflow: hidden;
	}

.page-template-template-dates .date-section .title {
	background: #acbac2;
	padding: 8px 30px;
	}

.page-template-template-dates .date-section .title h3 {
	font-family: 'montserratregular';
	font-size: 18px;
	color: #fff;
	margin: 0;
	}

.page-template-template-dates .date-section .section .row {
	overflow: hidden;
	padding: 18px 17px 0;
	}

.page-template-template-dates .date-section .row.odd {
	background: #f0f0f0;
	}

.page-template-template-dates .date-section .row .float-left {
	text-align: center;
	border: 1px solid #93a7be;
	width: 14%;
	font-size: 20px;
	font-family: 'montserratregular';
	line-height: 20px;
	color: #93a7be;
	text-transform: uppercase;
	text-align: center;
	padding: 18px 0 15px;
	}

.page-template-template-dates .date-section .row .float-left span {
	display: block;
	}

.page-template-template-dates .date-section .row .float-left span.date {
	font-size: 40px;
	line-height: 32px;
	font-weight: bold;
	}

.page-template-template-dates .date-section .row .float-right {
	width: 83%;
	padding: 5px 0 0;
	}

/*------------------------------------*\
    SLIDERS
\*------------------------------------*/

.home .royalSlider {
	max-height: 625px !important;
	}

.royalSlider.rsUni,
.royalSlider.rsUni .rsUni .rsOverflow,
.royalSlider.rsUni .rsUni .rsSlide,
.royalSlider.rsUni .rsUni .rsVideoFrameHolder,
.royalSlider.rsUni .rsUni .rsThumbs {
	background: #FBFBFB;
	}

.royalSlider.rsUni .rsArrowIcn {
	background: url("img/icons/icon-arrows-slider.png") no-repeat scroll 0 0 transparent;
	border-radius: 0;
	left: 50%;
	margin-left: -23px;
	margin-top: -23px;
	opacity: 1;
	top: 50%;
	width: 46px;
	height: 46px;
	}

.royalSlider.rsUni .rsArrow {
	width: 46px;
	}

.royalSlider.rsUni.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: 0 -64px;
	}

.royalSlider.rsUni.rsHor .rsArrowLeft .rsArrowIcn:hover {
	background-position: 0 -110px;
	}

.royalSlider.rsUni.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -46px -64px;
	}

.royalSlider.rsUni.rsHor .rsArrowRight .rsArrowIcn:hover {
	background-position: -46px -110px;
	}

.single-post .royalSlider.rsUni .rsArrow {
	width: 32px;
	}

.single-post .royalSlider.rsUni .rsArrowIcn {
	margin-left: -16px;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	}

.single-post .royalSlider.rsUni.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: 0 0;
	}

.single-post .royalSlider.rsUni.rsHor .rsArrowLeft .rsArrowIcn:hover {
	background-position: 0 -32px;
	}

.single-post .royalSlider.rsUni.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -32px 0;
	}

.single-post .royalSlider.rsUni.rsHor .rsArrowRight .rsArrowIcn:hover {
	background-position: -32px -32px;
	}

.royalSlider.rsUni .rsArrowDisabled .rsArrowIcn {
	opacity: 0.5 !important;
	}

.royalSlider.timeline {
	width: 100%;
	height: 200px;
	background: #fff;
	}

.royalSlider.timeline .rsOverflow {
	background: #fff;
	}

.royalSlider.timeline .rsThumbsHor {
	background: #fff;
	font-size: 18px;
	color: #b0afaf;
	}

.royalSlider.timeline .rsThumb {
	width: 96px;
	height: 72px;
	text-align: center;
	}

.royalSlider.timeline .rsThumb.rsNavSelected {
	color: #d4b5ac;
	background: url("img/icons/icon-arrow-timeline.png") no-repeat scroll 8px bottom #fff;
	}

.royalSlider.timeline .rsTmb {
	margin: 0 56px 0 0;
	position: relative;
	z-index: 999;
	padding: 0 0 15px;
	}

.royalSlider.timeline .rsThumb.rsNavSelected .rsTmb {
	border-bottom: 2px solid #d4b5ac;
	}

.royalSlider.timeline .rsThumb .thumbIco,
.royalSlider.timeline .rsThumb.rsNavSelected .thumbIco {
	border: 0;
	position: relative;
	display: block;
	height: 1px;
	background: #ced9df;
	margin: 1px 0 0;
	}

.royalSlider.timeline .rsThumb.rsNavSelected .thumbIco {
	margin: -1px 0 0 0;
	}

.royalSlider.timeline .rsContent {
	background: #eef3f6;
	font-size: 14px;
	color: #8fa1ae;
	padding: 20px;
	}

.single-post .royalSlider {
	float: left;
	margin: 0 30px 30px 0;
	}

.single-post .royalSlider .img-wrap {
	width: 445px;
	}

.slider-wrap {
	overflow: hidden;
	margin: 5px 0 0;
	}

.royalSlider.rsUni .caption {
	background: #f0f0f0;
	bottom: 0;
	color: #b0afaf;
	font-size: 12px;
	padding: 13px 70px 11px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	}

.royalSlider.rsUni .rsSlideCount {
	bottom: 7px;
	color: #93a7be;
	font-size: 18px;
	font-family: 'montserratregular';
	font-weight: bold;
	left: 20px;
	position: absolute;
	}

.single-gallery .royalSlider.rsUni .rsThumbsHor {
	background: #ffffff none repeat scroll 0 0;
	display: none;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
	}

.single-gallery .royalSlider.rsUni .rsThumbsHor.show {
	display: block;
	}

.single-gallery .royalSlider.rsUni .rsThumbsContainer {
	height: auto !important;
	left: 0 !important;
	top: 5px;
	transform: translate3d(0px, 0px, 0px) !important;
	width: 100% !important;
	}

.single-gallery .royalSlider.rsUni .rsThumb {
	margin: 0 0 15px;
	}

.single-gallery .royalSlider.rsUni .rsThumb.rsNavSelected {
	border: 2px solid #d8e6f0;
	}

.single-gallery .royalSlider.rsUni .rsThumbsArrowIcn {
	display: none;
	}


/*------------------------------------*\
    FORMS
\*------------------------------------*/

input,
textarea {
	width: 100%;
	border: 1px solid #f6f6f6;
	outline: 0;
	background: #f6f6f6;
	font-size: 12px;
	font-family: 'montserratregular';
	padding: 14px;
	color: #b0afaf;
	}

input:focus,
textarea:focus {
	border: 1px solid #bec8d3;
	}

input[type="submit"] {
	background: #acbac2;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'proxima_novaregular';
	padding: 16px 83px 15px;
	width: auto;
	float: right;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-khtml-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	}

input[type="submit"]:hover {
	opacity: 0.8;
	}

.submit-wrap .wpcf7-captchar {
	width: 225px;
	margin: 0 0 0 15px;
	}

.submit-wrap img {
	vertical-align: middle
	}

.submit-wrap div.wpcf7 img.ajax-loader {
	display: none;
	}

.form-wrap {
	border-top: 1px solid #e1e7eb;
	margin: 25px 0 0;
	padding: 50px 0 0;
	overflow: hidden;
	}

.form-wrap > .float-left {
	width: 320px;
	}

.form-wrap > .float-right {
	width: 750px;
	}

.form-wrap > .float-right > .float-left,
.form-wrap > .float-right > .float-right {
	width: 48%;
	}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'proxima_novaregular';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#proxima_novaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novalight';
    src: url('fonts/proximanova-light-webfont.eot');
    src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-light-webfont.woff') format('woff'),
         url('fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratultra_light';
    src: url('fonts/montserrat-ultralight-webfont.eot');
    src: url('fonts/montserrat-ultralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-ultralight-webfont.woff2') format('woff2'),
         url('fonts/montserrat-ultralight-webfont.woff') format('woff'),
         url('fonts/montserrat-ultralight-webfont.ttf') format('truetype'),
         url('fonts/montserrat-ultralight-webfont.svg#montserratultra_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 1280px) {
	.header-banner,
	.footer-banner {
		width: 100%;
	}
}

@media only screen and (max-width: 1140px) {
	.wrapper,
	.single-gallery .wrapper,
	.single-gallery .header-banner,
	.single-events .wrapper,
	.single-events .header-banner {
		width: 100%;
		padding: 0 20px;
	}

	.slider-wrap .wrapper,
	.contact-widget-wrap {
		width: 100%;
	}

	.sidebar,
	.home .home-sidebar-left {
		width: 18%;
	}

	.home .home-sidebar-right {
		width: 27%;
	}

	.home .main-container main {
		width: 54%;
	}

	.main-container main,
	.single-gallery .main-container main {
		width: 82%;
	}

	.page-template-template-team-php .team-wrap article,
	.plans-wrap article,
	.plans-wrap article .plan-full .float-right,
	.events-wrap article {
		width: 48%;
	}

	.page-template-template-team-php .team-wrap article.even,
	.plans-wrap article.odd,
	.events-wrap article {
		margin-right: 4%;
	}

	.plans-wrap article .plan-excerpt {
		background: #fff;
	}

	.plans-wrap article .plan-excerpt .float-left {
		background: #acbac2;
	}

	.plans-wrap article .plan-full .float-left {
		width: 52%;
	}

	.gallery-wrap article {
		margin-right: 2%;
		width: 32%;
	}

	.single-gallery .main-container main .sidebar-right,
	.single-events .main-container main .sidebar-right {
		width: 32%;
	}

	.single-gallery .main-container main article,
	.single-events .main-container main article {
 		width: 65%;
	}

	.single-gallery .royalSlider.rsUni .rsThumb {
		margin-right: 1% !important;
		width: 24%;
	}

	.single-events .image-view-1 .float-right,
	.single-events .image-view-2 .float-left {
		width: 70%;
	}

	.single-events .image-view-1 .float-left,
	.single-events .image-view-2 .float-right {
		width: 29%;
	}

	.single-events .image-view {
		height: 436px;
	}

	.featured-video-wrap .featured-info {
		width: 45%;
		height: 182px;
		margin: 0 1% 0 0;
		padding: 52px 0;
	}

	.featured-video-wrap .video {
		width: 26%;
		height: 182px;
	}

	.featured-video-wrap .video-1 {
		margin: 0 1% 0 0;
	}

	.menus-wrap .row article img {
		height: 100%;
	}

	.menus-wrap .row.first-row article:first-child .content-wrap,
	.menus-wrap .row.second-row article:nth-child(2) .content-wrap {
		padding-top: 150px;
	}

	.menus-wrap .row.first-row article:first-child,
	.menus-wrap .row.second-row article:nth-child(2),
	.menus-wrap .row article {
		width: 49%;
	}

	.menus-wrap .row.first-row article:first-child {
		margin-right: 2%;
	}

	.menus-wrap .row.second-row article:nth-child(2) {
		margin-left: 2%;
	}

	.menus-wrap .row article .content-wrap {
		padding: 0 20px;
	}

	.blog-wrap .post-wrap .alm-reveal article {
		margin-right: 4%;
		padding-right: 4%;
		width: 32%;
		height: auto;
	}

	.contact-widget-wrap .contact-sidebar-1 {
		width: 32%;
	}

	.contact-widget-wrap .contact-sidebar-2 {
		width: 29%;
	}

	.contact-widget-wrap .contact-sidebar-3 {
		width: 39%;
	}

	.form-wrap > .float-left {
		width: 30%;
	}

	.form-wrap > .float-right {
		width: 67%;
	}

	.events-wrap article h2.title a,
	.gallery-wrap article h2.title a {
		margin: -45px 20% 0;
	}

	.page-template-template-dates .sidebar {
		width: 21%;
		word-wrap: break-word;
	}

	.page-template-template-dates .date-section {
		width: 76%;
	}
}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 960px) {
	.single-events .image-view {
		height: 340px;
	}

	.featured-video-wrap .featured-info {
		height: 172px;
	}

	.single-gallery .btn-wrap .separator {
 		margin: 0 5%;
	}

	.nav ul li a {
 		padding: 0 15px;
	}
}

@media only screen and (max-width: 800px) {
	.top-bar,
	.sidebar,
	.top-bar .wrapper .social-wrap,
	.single-gallery .btn-wrap .separator,
	.single-events .image-view-1 .float-left,
	.single-events .image-view-2 .float-right {
		display: none;
	}

	.main-container main,
	.single-gallery .main-container main,
	.page-template-template-team-php .team-wrap article,
	.page-template-template-team-php .team-wrap article.even,
	.plans-wrap article.odd,
	.events-wrap article,
	.plans-wrap article,
	.single-gallery .shareBtn,
	.single-events .image-view-1 .float-right,
	.single-events .image-view-2 .float-left,
	.featured-video-wrap .featured-info,
	.featured-video-wrap .video,
	.menus-wrap .row.first-row article:first-child,
	.menus-wrap .row.second-row article:nth-child(2),
	.menus-wrap .row article,
	.menus-wrap .row article img,
	.blog-wrap .post-wrap .alm-reveal article,
	.single-post .royalSlider .img-wrap,
	.form-wrap > .float-left,
	.form-wrap > .float-right,
	.home .main-container main {
		width: 100%;
		float: none;
	}

	.page-template-template-team-php .team-wrap article,
	.page-template-template-team-php .team-wrap article,
	.page-template-template-team-php .team-wrap article.even,
	.plans-wrap article.odd, .events-wrap article,
	.gallery-wrap article,
	.featured-video-wrap .featured-info,
	.featured-video-wrap .video,
	.menus-wrap .row.first-row article:first-child,
	.menus-wrap .row.second-row article:nth-child(2),
	.menus-wrap .row article,
	.blog-wrap .post-wrap .alm-reveal article,
	.single-post .royalSlider,
	.form-wrap > .float-left {
		margin: 0 0 20px;
	}

	.single-gallery .royalSlider.rsUni .rsThumb,
	.single-events .image-view,
	.featured-video-wrap .featured-info,
	.featured-video-wrap .video {
		height: auto;
	}

	.single-gallery .shareBtn {
		margin: 0 0 5px;
	}

	.single-gallery .thumbBtn {
		float: none;
		height: 35px;
		margin: 0 auto 5px;
		padding: 0;
		width: 35px;
	}

	.suppliers-wrap .row .cell.first,
	.suppliers-wrap .row .cell.second,
	.suppliers-wrap .row .cell.third,
	.suppliers-wrap .row .cell.fourth {
		width: 25%;
	}

	.suppliers-wrap .row .cell {
		padding: 0 2%;
	}

	header .logo-img {
		width: 80%;
	}

	body.mean-container .mean-nav {
		background: #acbac2;
	}

	body.mean-container .mean-nav ul li {
		background: #acbac2;
		margin: 0;
		padding: 0;
		font-size: 15px;
		font-family: 'montserratregular';
	}

	body.mean-container .mean-nav ul li a {
		border: 0;
		padding: 5px 5%;
	}

	body.mean-container .mean-nav ul li ul li > a {
		font-size: 12px;
		border: 0;
		opacity: 1;
		padding: 7px 10%;
	}

	body.mean-container .mean-nav ul li ul li > a:hover {
		text-decoration: underline;
	}

	body.mean-container .mean-nav ul li a.mean-expand {
		line-height: 100%;
		margin: 0;
		padding: 1px 19px 0 0 !important;
		border: none !important;
		background: url("img/m-plus-btn.png") no-repeat scroll center center transparent;
		text-indent: -9999px;
	}

	body.mean-container .mean-nav ul li a.mean-expand:hover {
		background: url("img/m-plus-btn.png") no-repeat scroll center center transparent;
	}

	body.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
		background: url("img/m-minus-btn.png") no-repeat scroll center center transparent;
	}

	body.mean-container .mean-bar {
		background: #fff;
		float: right;
		width: 100%;
		position: absolute;
		right: 0;
		padding: 0;
	}

	body.mean-container a.meanmenu-reveal.meanclose {
		color: #acbac2;
		background: url("img/m-close-btn.png") no-repeat scroll 96% 10px #acbac2;
		padding: 13px 0 11px;
		text-indent: -9999px !important;
		width: 100%;
	}

	body.mean-container a.meanmenu-reveal span {
		background: #acbac2;
	}

	body.mean-container .mean-nav ul li.mean-last {
		padding: 0 0 20px;
	}

	.footer .wrapper .widget,
	.footer .wrapper .widget.widget-1,
	.footer .wrapper .widget.widget-2,
	.footer .wrapper .widget.widget-4 {
		float: none;
		text-align: center;
		margin: 0 0 20px;
	}

	.footer .wrapper .widget.widget-2 .social-wrap {
		margin: 20px auto 0;
		width: 110px;
	}

	.plans-wrap article .plan-excerpt {
		background: #acbac2;
	}

	.single-gallery .main-container main .sidebar-right,
	.single-events .main-container main .sidebar-right {
		padding: 0;
	}

	.gallery-wrap article,
	.gallery-wrap article:nth-child(3) {
		width: 345px;
		margin: 0 auto 20px;
		float: none;
	}

	.events-wrap article .events-img-wrap,
	.blog-wrap .featured .img-wrap {
 		width: 100%;
	}

	.blog-wrap .featured .img-wrap img {
		width: 100%;
	}

	.blog-wrap .title-wrap span {
		margin: 0 0 35px;
	}

	.blog-wrap .post-wrap .alm-reveal article,
	.blog-wrap .post-wrap .alm-reveal article:nth-child(3n) {
		padding: 0;
		border: 0;
	}

	.menus-wrap .row article .content-wrap {
		padding: 20px;
	}

	.single-post .royalSlider {
		float: none;
		margin: 0 0 30px 0;
		width: 100% !important;
	}

	.contact-widget-wrap .sidebar,
	.contact-widget-wrap .contact-sidebar-1,
	.contact-widget-wrap .contact-sidebar-2,
	.contact-widget-wrap .contact-sidebar-3 {
		border: 0 none;
		display: block;
		float: none;
		margin: 30px 0 20px;
		min-height: auto;
		padding: 0;
		width: 100%;
	}

	.suppliers-wrap .row .cell.first,
	.suppliers-wrap .row .cell.second,
	.suppliers-wrap .row .cell.third,
	.suppliers-wrap .row .cell.fourth {
		padding: 0;
		text-align: center;
		width: 100%;
	}

	.home .home-sidebar-right {
		display: block;
		float: none;
		margin: 0 auto;
		text-align: center;
		width: auto;
	}

	.home .home-sidebar-left {
		text-align: center;
		width: 100%;
		display: block;
	}

	.home .main-container main {
		border: 0;
		padding: 0;
	}

	.home .royalSlider {
		height: 384px !important;
	}

	.contact-widget-wrap .contact-sidebar-1 {
		width: 50%;
		float: left;
		border-right: 1px solid #e1e7eb;
		border-bottom: 1px solid #e1e7eb;
		min-height: 200px;
		margin-bottom: 0;
	}

	.contact-widget-wrap .contact-sidebar-2 {
		width: 50%;
		float: right;
		border-bottom: 1px solid #e1e7eb;
		min-height: 200px;
		margin-bottom: 0;
	}

	.contact-widget-wrap .contact-sidebar-2 .widget {
		margin: 0 0 0 18%;
	}

	.contact-widget-wrap .contact-sidebar-3 {
		clear: both;
		overflow: hidden;
		margin-top: 0;
		word-wrap: break-word;
	}

	.contact-widget-wrap .contact-sidebar-3 .widget-first {
		float: left;
		width: 50%;
		border-right: 1px solid #e1e7eb;
		padding-top: 30px;
		background-position: left 33px;
	}

	.contact-widget-wrap .contact-sidebar-3 .widget-last {
		float: right;
		width: 41%;
		padding-top: 30px;
		background-position: left 33px;
	}

	.page-template-template-dates .sidebar,
	.page-template-template-dates .date-section {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 640px) {
	.columns.columns-3,
	.columns.columns-3 .col,
	.columns.columns-3.border,
	.columns.columns-3.border .col {
		display: block;
		width: 100%;
		margin: 0;
	}

	.columns.columns-3 .col,
	.columns.columns-3.border .col {
		margin: 0 0 40px;
	}

	.columns.border .col,
	.columns.border .col .content {
		border: 0;
		padding: 0;
	}

	.hide,
	.hide iframe {
		height: 279px;
		width: 480px;
	}

	.single .blog-wrap .top .btn-back {
		display: none;
	}

	.img-wrap.alignleft {
		float: none;
		margin: 0 0 30px;
	}

	.page-template-template-team-php article.featured,
	.page-template-template-team-php .team-wrap,
	main article {
		text-align: center;
	}

	.page-template-template-team-php article.featured p,
	.page-template-template-team-php .team-wrap p,
	main article p,
	main article ul {
		text-align: left;
	}

	.royalSlider.rsUni .rsSlideCount {
		bottom: 20px;
	}

	.single-gallery .main-container main .sidebar-right,
	.single-gallery .main-container main article,
	.single-events .main-container main .sidebar-right,
	.single-events .main-container main article {
		width: 100%;
	}

	.single-gallery .main-container main article,
	.single-events .main-container main article {
		margin: 20px 0 0;
	}

	.single-gallery .shareBtn {
		float: left;
		margin: 0 0 5px;
		width: 85%;
	}

	.single-gallery .thumbBtn {
		float: right;
		margin: 1px auto 5px;
	}

	.menus-wrap .row article .content-wrap {
		margin: 5px;
	}

	.menus-wrap .row article .content-wrap {
		padding: 10px;
	}

	.slider-wrap .wrapper, .contact-widget-wrap {
		text-align: center;
	}

	.contact-widget-wrap .contact-sidebar-1,
	.contact-widget-wrap .contact-sidebar-2,
	.contact-widget-wrap .contact-sidebar-3 {
		border: 0 none;
		float: none;
		margin-bottom: 0;
 		min-height: auto;
		width: 100%;
	}

	.contact-widget-wrap .contact-sidebar-1 .widget-first,
	.contact-widget-wrap .contact-sidebar-2 .widget-first,
	.contact-widget-wrap .contact-sidebar-3 .widget-first,
	.contact-widget-wrap .contact-sidebar-3 .widget-last {
		padding: 0;
		margin: 0;
		background: none;
		border: 0;
		width: 100%;
		float: none;
	}

	.contact-widget-wrap .contact-sidebar-3,
	.contact-widget-wrap .contact-sidebar-3 .widget-last {
		margin-top: 30px;
	}

	.contact-widget-wrap .contact-sidebar-1 .widget-first h3.title,
	.contact-widget-wrap .contact-sidebar-2 .widget-first h3.title,
	.contact-widget-wrap .contact-sidebar-3 .widget-first h3.title,
	.contact-widget-wrap .contact-sidebar-3 .widget-last h3.title {
		display: inline-block;
	}

	.contact-widget-wrap .contact-sidebar-1 .widget-first h3.title {
		background: url("img/icons/icon-location-small.png") no-repeat scroll left 2px transparent;
		padding: 0 0 0 20px;
	}

	.contact-widget-wrap .contact-sidebar-2 .widget-first h3.title {
		background: url("img/icons/icon-phone-small.png") no-repeat scroll left 2px transparent;
		padding: 0 0 0 20px;
	}

	.contact-widget-wrap .contact-sidebar-3 .widget-first h3.title {
		background: url("img/icons/icon-email-small.png") no-repeat scroll left 4px transparent;
		padding: 0 0 0 30px;
	}

	.contact-widget-wrap .contact-sidebar-3 .widget-last h3.title {
		background: url("img/icons/icon-connect-small.png") no-repeat scroll left 3px transparent;
		padding: 0 0 0 25px;
	}

	.contact-widget-wrap .contact-sidebar-3 .widget-last .social-wrap {
		margin: 0 auto;
		overflow: hidden;
		width: 110px;
	}

	.form-wrap > .float-right > .float-left,
	.form-wrap > .float-right > .float-right {
		float: none;
		width: 100%;
	}

	.page-template-template-contact .form-wrap p {
		margin: 0 0 5px;
	}

	.page-template-template-contact .form-wrap .submit-wrap {
		text-align: center;
	}

	.page-template-template-contact .form-wrap .submit-wrap span.wpcf7-form-control-wrap {
		display: block;
		margin: 5px 0;
	}

	.page-template-template-contact .form-wrap .submit-wrap .wpcf7-captchar {
		margin: 0;
	}

	.page-template-template-contact .form-wrap .submit-wrap input[type="submit"] {
		float: none;
		width: 225px;
	}

	.page-template-template-contact div.wpcf7 .form-wrap img.ajax-loader {
		display: none;
	}

}

@media only screen and (max-width: 480px) {
	.hide,
	.hide iframe {
		height: 189px;
		width: 320px;
	}

	.gallery-wrap article,
	.gallery-wrap article:nth-child(3),
	.gallery-wrap article .gallery-img-wrap {
		width: 100%;
		height: auto;
	}

	.plans-wrap article .plan-excerpt .float-left,
	.plans-wrap article .plan-excerpt .float-right,
	.plans-wrap article .plan-full .float-right,
	.plans-wrap article .plan-full .float-left {
		float: none;
		width: 100%;
		margin: 0;
	}

	.plans-wrap article .plan-excerpt .float-right {
		text-align: center;
	}

	.page-template-template-dates .date-section .row .float-left {
		width: 110px;
		float: none;
		margin: 0 auto;
	}

	.page-template-template-dates .date-section .row .float-right {
		padding: 10px 0 0;
		width: 100%;
	}

}

@media only screen and (max-width: 320px) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 0 30px 30px 0;
	}

.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
	}

.alignright {
	float: right;
	margin: 0 0 30px 30px;
	}

.alignleft {
	float: left;
	margin: 0 30px 30px 0;
	}

a img.alignright {
	float: right;
	margin: 0 0 30px 30px;
	}

a img.alignnone {
	margin: 0 30px 30px 0;
	}

a img.alignleft {
	float: left;
	margin: 0 30px 30px 0;
	}

a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
	}

.wp-caption {
	background: #FFF;
	border: 0;
	max-width:96%;
	padding: 0;
	text-align: center;
	}

.wp-caption.alignnone {
	margin: 5px 10px 10px 0;
	}
.wp-caption.alignleft {
	margin: 5px 10px 10px 0;
}
.wp-caption.alignright {
	margin: 5px 0 10px 10px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #bec8d3;
	font-size: 12px;
	line-height: 14px;
	font-family: 'proxima_novalight';
	margin: 0;
	padding: 5px 40px 0;
	text-transform: uppercase;
	}

.sticky {

}
.bypostauthor {

}
.gh-brochure img {	border: 1px solid #ccc !important; 	margin:30px;}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
