/* MAIN */
html {
	font-size: 62.5%;
}

body {
	-webkit-font-smoothing: antialiased;
	font-family: default-font, serif;
	color: #666666;
	font-size: 1.4rem;
	line-height: 1.8em;
	background: #FFF;
}

p {
	margin:0 0 2rem 0;
}

a {
	color: #B9B19E;
	text-decoration: none;
	cursor: pointer;
}

i{
	font-family:icon-font;
	font-style:normal;
}

h1 {
	font-family: heading-font;
	font-size: 14px;
	line-height: 1.4em;
	margin: 3rem 0 2rem 0;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color:#333333;
}

h2 {
	font-family: heading-font;
	font-size: 12px;
	line-height: 1.4em;
	margin: 3rem 0 2rem 0;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color:#333333;
}

h3 {
	font-family: heading-font;
	font-size: 1.2rem;
	line-height: 1.4em;
	margin: 3rem 0 2rem 0;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color:#333333;
}

h4 {
	font-family: heading-font;
	font-size: 1.2rem;
	line-height: 1.4em;
	margin: 3rem 0 1rem 0;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color:#333333;
}

ul{
	padding-left:20px;
}

img.block{
	display: block;
	width: 100%;
	height: auto;
}


	input[type="text"], input[type="email"], select, .fi-form textarea, .fi-form input[type="tel"],.fi-form input[type="url"]{
		display: block;
		margin: 0;
		padding: 1rem;
		box-sizing: border-box;
		font-family: default-font;
		font-size: 1.4rem;
		line-height: 1.4em;
		letter-spacing: 0.05em;
		border: 1px solid #dbcfbf;
		outline: none;
		box-shadow:inset 0px 2px 3px rgba(0, 0, 0, 0.1);
	}
.fi-form input[type="text"],.fi-form textarea,.fi-form input[type="tel"],.fi-form input[type="email"],.fi-form input[type="url"]{
	margin-bottom:20px;
	width:100%;
}
#fibutton{
    display:inline-block;
    cursor:pointer;
    margin-bottom:20px;
	}
@media screen and (min-width: 620px) {
	.fi-form input[type="text"],.fi-form textarea,.fi-form input[type="email"],.fi-form input[type="tel"],.fi-form input[type="url"]{
		display:inline-block;
		max-width:250px;
	}
	.fi-form textarea{
		max-width:503px;
	}
}


::-webkit-input-placeholder{
   color: #999999;
}
::-moz-placeholder {
   color: #999999;
}
:-ms-input-placeholder {  
   color: #999999;
}

.button{
	display: block;
	padding: 1rem 2rem;
	box-sizing: border-box;
	border: 1px solid #B9B19E;
	outline: none;
	background: none;
	text-align: center;
	color: #FFFFFF;
	font-family: heading-font;
	font-size: 1.4rem;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	position: relative; z-index: 1;
}

.button:before{
	content: "";
	display: block;
	position: absolute; top: 1px; bottom: 1px; left: 1px; right: 1px; z-index: -1;
	background: #B9B19E;
}

.button:disabled,
.button.disabled{
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
}

.button:disabled:before,
.button.disabled:before{
	background: #CCCCCC;
}

/* FANCY FORM */
.transformSelect{
	list-style:none;
	margin: 0;
	padding: 0;
	background:#fff;
	border: 1px solid #dbcfbf;
	font-family: heading-font;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	text-align:left;
	position:relative;
	box-shadow:inset 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.transformSelect li{
	margin:0;
	padding:0;
}

.transformSelect span{
	display:block;
	padding: 1rem;
	box-sizing: border-box;
	cursor:pointer;
}

.transformSelect > li > span{
	color: #333333;
	padding-right:40px;
}

.transformSelect > li > span:after{
	content:"";
	position: absolute; top: 50%; right: 0;
	width:40px;
	height:20px;
	line-height:20px;
	font-size:20px;
	margin-top:-10px;
	text-align:center;
	font-family:icon-font;
	color: #B9B19E;
}

.transformSelect ul{
	position:absolute; top:100%; left:0; z-index: 999 !important;
	width:100%;
	max-height:20rem;
	overflow-y: auto;
	list-style:none;
	margin:1px 0 0 0;
	padding:0;
	background:#fafafa;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .2);
}

.transformSelect ul > li:not(:first-child){
	border-top: 1px solid #f2f2f2;
}

.transformSelect ul > li span{
	color: #999999;
}

.transformSelect ul > li.selected span, .transformSelect ul > li span:hover{
	color:#333333;
}

/* HEADER */
header{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative; z-index: 200;
	text-align: center;
	background: #F9F8F8;
}

header.is_stuck{
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .1);
}

header > .inner {
	margin: 3rem auto 0 auto;
	padding: 0 3rem;
	max-width: 114rem;
}

header .logo img{
	width: auto;
	height: 11rem;
	margin-bottom:10px;
	vertical-align: top;
}

/* REGION SELECT */
.uppernav{
	width:100%;
	position:relative;
	height:40px;
	display:none;
	 	margin-top:-50px;
}
#region-select{
	position: absolute;
	list-style: none;
	font-size: 1.4rem;
	line-height: 1.4em;
	font-family: heading-font;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	width: 100%;
	left:5px;
	text-align:left;
    width:300px;
}
.corporate-video{
	position: absolute;
	list-style: none;
	font-size: 1.4rem;
	line-height: 1.4em;
	font-family: heading-font;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	width: 100%;
	right:5px;
	text-align:right;
    width:300px;
}
#franchise{
	position: absolute;
	list-style: none;
	font-size: 1.4rem;
	line-height: 1.4em;
	font-family: heading-font;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	width: 200px;
    right:5px;
    text-align: right;
}

#region-selectmobile{
	position: relative;
	list-style: none;
	margin:0 auto;
	font-size: 1.4rem;
	line-height: 1.4em;
	font-family: heading-font;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	        width: 100%;
    text-align: center;
}

#region-select h2,#region-selectmobile h2, #franchise h2, .corporate-video h2{
    padding: 1.5rem;
	color: #4F4E4E;
	font-size:14px;
	font-weight:400;
	margin: 0;
	position:relative;
	-webkit-user-select: none;
}

.corporate-video h2 img{
	    vertical-align: sub;
	    display:inline-block;
}
#region-select h2:after, #region-selectmobile h2:after, #franchise h2:after{
	content: "";
	display: inline-block;
	font-family: icon-font;
	margin-left: 0.5rem;
}

#region-select h2:hover, #region-selectmobile h2:hover{
	cursor: pointer;
}

#region-select ul, #region-selectmobile ul{
	list-style: none;
	margin: 0;
	padding: 0;
	visibility:hidden;
	position: absolute; left:50%; z-index: 1;
	width: 18rem;
	margin: 0 0 0 -9rem;
	background: #fafafa;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .2);
	opacity:0;
	transform:translateY(1rem);
	transition:visibility 0s linear 0.2s,opacity 0.2s linear, transform 0.2s linear;
}

#region-select:hover ul, #region-selectmobile:hover ul{
	visibility:visible;
	opacity:1;
	transform:translateY(0);
	transition-delay:0s;
}

#region-select ul:before, #region-selectmobile ul:before{
    content:"";
    position:absolute; left:50%; top:-5px;
	margin-left: -5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #fafafa;
}

#region-select li, #region-selectmobile li{
	display: block;
}

#region-select li:not(:first-child), #region-selectmobile li:not(:first-child){
	border-top: 1px solid #f2f2f2;
}

#region-select li a, #region-selectmobile li a{
	padding: 1.5rem;
	display: block;
	font-family: heading-font;
	color: #999999;
}

#region-select li.current_menu_item a,#region-selectmobile li.current_menu_item a{
	color: #333333;
}

#region-select li a:hover,#region-selectmobile li a:hover{
	color: #333333;
}

/* MAIN MENU */
#main-menu{
	padding: 1rem 0;
	font-size: 1rem;
	line-height: 1.4em;
	font-family: heading-font;
	font-size:1.4rem; 
	text-transform: uppercase;
	position: relative;
}

#main-menu h2{
	display: none;
}

#main-menu ul{
	list-style: none;
	margin: 0 -1rem;
	padding: 0;
}

#main-menu > ul > li{
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
}

#main-menu > ul > li > a{
	padding: 1.5rem 0.75rem;
	display: inline-block;
	color: #4F4E4E;

}

#main-menu > ul > li.current-menu-item > a{
	color: #333333;
}

#main-menu > ul > li.current-menu-ancestor > a{
	color: #333333;
}

#main-menu > ul > li > .toggle{
	display: none;
}

#main-menu > ul > li > ul{
	visibility:hidden;
	position: absolute; top:100%; left:50%; z-index: 1;
	width: 18rem;
	margin-left: -9rem;
	background: #fafafa;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .2);
	opacity:0;
	transform:translateY(1rem);
	transition:visibility 0s linear 0.2s,opacity 0.2s linear, transform 0.2s linear;
}

#main-menu > ul > li:hover > ul{
	visibility:visible;
	opacity:1;
	transform:translateY(0);
	transition-delay:0s;
}

#main-menu > ul > li > ul:before {
    content:"";
    position:absolute; left:50%; top:-5px;
	margin-left: -5px;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #fafafa;
}

#main-menu > ul > li > ul > li{
	display: block;
}

#main-menu > ul > li > ul > li:not(:first-child){
	border-top: 1px solid #f2f2f2;
}

#main-menu > ul > li > ul > li > a{
	padding: 1.5rem;
	display: block;
	font-family: heading-font;
	color: #999999;
}

#main-menu > ul > li > ul > li.current-menu-item > a{
	color: #333333;
}

#main-menu > ul > li > ul > li > a:hover{
	color: #333333;
}

#main-menu .underline{
	background: #B9B19E;
	height: 1px;
	margin-top: -1rem;
	position: absolute;
}

/* MOBILE NAV */
@media screen and (max-width: 1200px) {
	#main-menu{
		padding:0;
		margin: 0 -3rem;
		position: static;
	}
	#main-menu h2{
		display: block;
		margin:0;
		padding:1.5rem;
		cursor: pointer;
		border-top: 1px solid #f2f2f2;
	}
	#main-menu h2:after{
		content: "";
		display: inline-block;
		font-family: icon-font;
		margin-left: 0.5rem;
	}
	#main-menu ul{
		display: none;
		margin: 0;
		border-top: 1px solid #f2f2f2;
	}
	#main-menu > ul > li{
		display: block;
		position: relative;
		border-bottom: 1px solid #f2f2f2;
	}
	#main-menu > ul > li > a{
		display: block;
		padding: 1.5rem;
	}
	#main-menu > ul > li > .toggle{
		display: block;
		position: absolute; top: 0; right: 0;
		width: 5rem;
		padding:1.5rem;
		box-sizing:border-box;
		font-size: 2rem;
		border-left: 1px solid #f2f2f2;
		cursor: pointer;
	}
	#main-menu > ul > li > ul{
		visibility: visible;
		opacity: 1;
		transform:none;
		display: none;
		position: static;
		margin: 0;
		width: auto;
		box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .2);
	}
	#main-menu > ul > li > ul:before{
		display: none;
	}
	#main-menu > ul > li > ul > li > a{
		padding: 1.5rem;
		display: block;
	}
	#main-menu .underline{
		display: none;
	}
}

/* FEATURED ARTICLES */
#fadearticles{
			display:inline-block;
		    height:calc(33.3% - 5px);
		    width:100%;
		    margin-bottom:5px;
		    background-size:cover;
		    position:relative;
		    cursor:pointer;
}

#featured-articles, #featured-heroarticles, #fadearticles{
	overflow:hidden;
	position: relative;
	background: #111111;
	position: relative;
}

#featured-articles > .inner, #featured-heroarticles > .inner, #fadearticles > .inner {
	max-width: 114rem;
	margin: 0 auto;
	padding: 0;
}

#featured-articles .royalSlider,#featured-heroarticles .royalSlider, #fadearticles .royalSlider{
	width: 100%;
}

#featured-articles .rsOverflow,#featured-heroarticles .rsOverflow, #fadearticles .rsOverflow{
	overflow: visible;
}

#featured-articles .rsPreloader,#featured-heroarticles .rsPreloader, #fadearticles .rsPreloader{
	position:absolute; top:50%; left:50%;
	width:4rem;
	height:4rem;
	margin-left:-2rem;
	margin-top:-2rem;
	text-align: center;
	font-family: icon-font;
	font-size: 3rem;
	line-height: 4rem;
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

#featured-articles .rsPreloader::after,#featured-heroarticles .rsPreloader::after, #fadearticles .rsPreloader::after{
	content:"";
}

#featured-articles .rsSlide,#featured-heroarticles .rsSlide, #fadearticles .rsSlide{
	opacity: 0.5;
	transition: opacity 0.5s linear;
}

#featured-articles .rsActiveSlide,#featured-heroarticles .rsActiveSlide, #fadearticles .rsActiveSlide{
	-webkit-filter: none;
	opacity: 1;
}

#featured-articles .rsSlide:after,#featured-heroarticles .rsSlide:after{
	content:"";
	display: block;
	position: absolute; bottom: 0; left: 0; right: 0;
	height: 30%;
	background: linear-gradient(rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.75) 50%, #111111);
	pointer-events: none;
}

#featured-articles .rsGCaption,#featured-heroarticles .rsGCaption, #fadearticles .rsGCaption{
	position: absolute; bottom: 0;
	color: #FFF;
	padding: 0 3rem;
	box-sizing: border-box;
	text-shadow: 0 0.1rem 0.3rem rgba(0,0,0,1);
}

#featured-articles .rsGCaption p, #featured-heroarticles .rsGCaption p, #fadearticles .rsGCaption p{
	font-size: 1.2rem;
	font-family: heading-font;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #B9B19E;
	margin:0;
}

#featured-articles .rsGCaption h2,#featured-heroarticles .rsGCaption h2, #fadearticles .rsGCaption h2{
	max-width: 80rem;
	margin:0 auto 3rem auto;
	color:#FFF;
	transition:0.2s color;
}

#featured-articles .rsGCaption a:hover h2,#featured-heroarticles .rsGCaption a:hover h2, #fadearticles .rsGCaption a:hover h2{
	color:#B9B19E;
}

#featured-articles .rsArrow,#featured-heroarticles .rsArrow, #fadearticles .rsArrow{
	position: absolute; top: 50%; 
	width: 5rem;
	height: 5rem;
	margin-top: -2.5rem;
	font-family: icon-font;
	color: #FFFFFF;
	text-align: center;
	line-height: 5rem;
	font-size: 5rem;
	text-shadow: 0 0.3rem 0.5rem rgba(0,0,0,0.5);
}

#featured-articles .rsArrowLeft,#featured-heroarticles .rsArrowLeft, #fadearticles .rsArrowLeft{
	left: 1rem;
}

#featured-articles .rsArrowLeft:before,#featured-heroarticles .rsArrowLeft:before, #fadearticles .rsArrowLeft:before{
	content: "";
}

#featured-articles .rsArrowRight,#featured-heroarticles .rsArrowRight, #fadearticles .rsArrowRight{
	right: 1rem;
}

#featured-articles .rsArrowRight:before,#featured-heroarticles .rsArrowRight:before, #fadearticles .rsArrowRight:before{
	content: "";
}

@media screen and (max-width: 800px) {
	#featured-articles .rsGCaption,#featured-heroarticles .rsGCaption, #fadearticles .rsGCaption{
		position: static;
		background: #111111;
	}
}

/* BODY */
#body{
	overflow:hidden;
}

#body > .inner {
	margin: 0 auto;
	padding: 1rem 1rem 0rem 1rem;
	max-width: 114rem;
	position: relative;
	background: url(../img/shadow.png);
	background-size: 100% 30px;
    background-repeat: no-repeat;
}

#main{
	display: inline-block;
	width: 100%;
	padding-right: 415px;
	box-sizing: border-box;
	vertical-align: top;
}

#main > .inner{
	margin:3rem 0;
}

#sidebar{
	display: inline-block;
	width: 360px;
	text-align:center;
	margin-left: -390px;
	padding-left: 30px;
	box-sizing:border-box;
	vertical-align: top;
	background: url('../img/sidebar-bg-top.jpg') top left no-repeat, 
                url('../img/sidebar-bg-bottom.jpg') bottom left no-repeat, 
                url('../img/sidebar-bg.jpg') left repeat-y;
}

@media screen and (max-width: 1200px) {
	#main{
		display: block;
		margin: 0;
		padding: 0;
	}
	#sidebar{
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		background: none;
		background: url(../img/shadow.png);
		background-size: 100% 30px;
		background-repeat: no-repeat;
	}
}

/* ARTICLES */
#articles{
	margin:-3rem auto;
}

.article{
	overflow:hidden;
}

.article:not(:first-of-type){
	background: url(../img/shadow.png);
	background-size: 100% 30px;
    background-repeat: no-repeat;
}

.article > .left{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding-right:3rem;
	box-sizing: border-box;
}

.article > .left > .inner{
	margin:3rem 0;
	padding: 0.5rem;
	border: 1px solid #B9B19E;
}

.article > .right{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}

.article > .right > .inner{
	margin:3rem 0;
}

.article .thumbnail{
	display: block;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}

.article .thumbnail img{
	display: block;
	position: absolute; top: 0; left: 0;
	width:100%;
	height: 100%;
	transition: transform 0.5s;
}

.article .thumbnail:hover img{
	transform: scale(1.1);
}

.article .thumbnail .hover{
	position: absolute; top: 0; left: 0;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	text-align: center;
	opacity: 0;
	transition: opacity 0.2s linear;
}

.article .thumbnail:hover .hover{
	opacity: 1;
}

.article .thumbnail .hover:before, .article .thumbnail .hover:after{
	content:"";
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
}

.article .thumbnail .hover .button{
	display: inline-block;
	vertical-align: middle;
}

.article .date{
	font-size: 1rem;
	font-family: heading-font;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #A09984;
	margin: 0 0 1rem 0;
}

.article .title{
	margin: 0 0 1rem 0;
	transition:0.2s color;
}

.article a:hover .title{
	color:#B9B19E;
}
.article .excerpt{
	display: none;
}
.article .excerpt p{
	margin: 0;
}

@media screen and (max-width: 1100px) {
	.article > .left{
		width: 33.33%;
	}

	.article > .right{
		width: 66.66%;
	}
}

@media screen and (max-width: 500px) {
	.article > .left{
		display:block;
		width: 100%;
		padding:0;
	}

	.article > .right{
		display:block;
		width: 100%;
		margin-top:-2rem;
	}
}

/* MORE ARTICLES */
#more-articles{
	padding: 3rem 0;
	text-align: center;
	background: url(../img/shadow.png);
	background-size: 100% 30px;
    background-repeat: no-repeat;
}

#more-articles .button{
	display: inline-block;
	padding: 1.5rem 2.5rem;
}

#more-articles .loading{
	display: inline-block;
	padding: 1.5rem 2.5rem;
	box-sizing: border-box;
	border: 1px solid #CCCCCC;
	outline: none;
	background: none;
	text-align: center;
	color: #FFFFFF;
	font-family: heading-font;
	font-size: 1.4rem;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	position: relative; z-index: 1;
}

.loading:before{
	content: "";
	display: block;
	position: absolute; top: 1px; bottom: 1px; left: 1px; right: 1px; z-index: -1;
	background: #CCCCCC;
}

/* SIDEBAR WIDGETS */
.widget{
	text-align: center;
	overflow: hidden;
}


/* SEARCH WIDGET */
.search.widget form{
	max-width: 400px;
	margin: auto;
	position: relative;
}

.search.widget input{
	width: 100%;
	padding-right: 5rem;
}

.search.widget button{
	position: absolute; top: 0; right: 0;
	width: 5rem;
	padding: 1rem;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 1.4em;
	color: #B9B19E;
	background: none;
	border: none;
	outline: none;
}

.search.widget button span{
	display: none;
}

.search.widget button:before{
	content:"";
	font-family: icon-font;
}



/* NEWSLETTER WIDGET */
.newsletter.widget form{
	max-width: 400px;
	margin: auto;
}

.newsletter.widget .response{
	margin-top:2rem;
}

.newsletter.widget input{
	width: 100%;
	margin:2rem 0;
}

.newsletter.widget .button{
	width: 100%;
	margin:2rem 0;
}

/* FOLLOW US WIDGET */
.follow-us.widget ul{
	list-style:none;
	margin:0 -0.5rem;
	padding:0;
}

.follow-us.widget li{
	display:inline-block;
	vertical-align:middle;
	margin: 0.5rem;
}

.follow-us.widget a{
	display: block;
	width: 4rem;
	height: 4rem;
	font-size: 2.4rem;
	line-height: 4rem;
	border-radius: 50%;
	border: 1px solid #dbcfbf;
	transition: background 0.2s linear, color 0.2s linear;
}

.follow-us.widget a:hover{
	background: #B9B19E;
	color: #FFFFFF;
}

.follow-us.widget a > span{
	display: none;
}

.follow-us.widget a:before{
	font-family: icon-font;
}

.follow-us.widget .twitter a:before{
	content: "";
}

.follow-us.widget .facebook a:before{
	content: "";
}

.follow-us.widget .google-plus a:before{
	content: "";
}

.follow-us.widget .youtube a:before{
	content: "";
}

.follow-us.widget .instagram a:before{
	content: "";
}

.follow-us.widget .linkedin a:before{
	content: "";
}

.follow-us.widget .pinterest a:before{
	content: "";
}


/* LATEST TWEETS WIDGET */
.latest-tweets.widget{ display:none; }

/* BANNER AD */
.banner > .inner{
	width: 100%;
	max-width: 31rem;
	margin:3rem auto;
	padding: 0.4rem;
	box-sizing:border-box;
}

.banner img{
	display:block;
	width: 100%;
	height:auto;
	background:#111111;
}

/* FOOTER */
footer{
	overflow: hidden;
	position: relative;
}

footer > .inner{
	margin: 0 auto;
	padding: 3rem;
	max-width: 114rem;
	position: relative;
	text-align: center;
	font-family: heading-font;
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
	letter-spacing: 0.2rem;
	background: url(../img/shadow.png);
	background-size: 100% 30px;
    background-repeat: no-repeat;
}

footer .logo{
	margin-bottom: 2rem;
}

footer .logo img{
	width:auto;
	height:4rem;
	vertical-align: top;
}

footer nav ul{
	margin: 1rem 0;
	padding: 0;
	list-style: none;
}

footer nav li{
	margin: 0;
	padding: 0;
	display: inline;
}

footer nav a{
	margin: 0 1rem;
}

/* CATEGORY */
#category-header{
	display: inline-block;
	vertical-align:top;
	width:100%;
	position: relative;
	background: #F9F8F8;
	text-align: center;
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .03);
}

#category-header > .inner{
	margin: 3rem auto;
	padding: 0 3rem;
	max-width: 114rem;
}

/* ARTICLE */
#article{
	margin:3rem 20px auto;
}

#article .title{
	text-align: center;
}

#article .date{
	text-align: center;
	font-family: heading-font;
	font-size: 1rem;
	font-family: heading-font;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #B9B19E;
	margin-top:-2rem;
}

#article .content{
	margin: 3rem 0;
}

#article img[class*="wp-image"],
#article img.aligncenter{
	display: block;
	max-width:100%;
	height:auto;
	margin:3rem auto;
}

#article li{
	margin:0.5rem 0;
}

#article table{
	margin:3rem auto;
	max-width:100%;
	border:1px solid #e5e5e5;
    border-collapse: collapse;
}

#article td{
	padding:0.5rem;
	border:1px solid #e5e5e5;
    text-align: left;
}

#article th{
	padding:0.5rem;
	border:1px solid #e5e5e5;
    text-align: left;
}
	/* BRANDS DIRECTORY WIDGET */

.brands-directory.widget{display:none;}
/* VIDEO PLAYER */
.video-player{
	width:100%;
	margin:3rem auto;
	background: #111111;
}

.video-player .plyr__play-large{
    border:none;
	background-color:#252525;
	padding:22px;
}

.video-player:hover .plyr__play-large{
	color:#B9B19E;
}

.video-player .plyr__play-large svg{
	width:30px;
	height:30px;
}

.video-player .plyr--stopped .plyr__controls {
	opacity:0;
}

/* AUDIO PLAYER */
.audio-player{
	width:100%;
	margin:3rem auto;
}

/* GALLERY */
.gallery{
	overflow: hidden;
	margin: 3rem 0;
	padding: 0.5rem 0.5rem 0 0.5rem;
	background: #111111;
}

.gallery .royalSlider{
	width: 100%;
	background: #111111;
}

.gallery .rsPreloader {
	position:absolute; top:50%; left:50%;
	width:4rem;
	height:4rem;
	margin-left:-2rem;
	margin-top:-2rem;
	text-align: center;
	font-family: icon-font;
	font-size: 3rem;
	line-height: 4rem;
	-webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

.gallery .rsPreloader::after{
	content:"";
}

.gallery .rsFullscreenBtn {
	position:absolute; top:0; right: 0;
	width: 4rem;
	height: 4rem;
	text-align: center;
	font-family: icon-font;
	font-size: 2rem;
	line-height: 4rem;
	color: #FFFFFF;
	cursor: pointer;
	text-shadow: 0 0.3rem 0.5rem rgba(0,0,0,0.5);
}

.gallery .rsFullscreen .rsFullscreenBtn::after{
	content:"";
}

.gallery .rsArrow{
	position: absolute; top: 50%; 
	width: 4rem;
	height: 4rem;
	margin-top: -2rem;
	font-family: icon-font;
	text-align: center;
	font-size: 4rem;
	line-height: 4rem;
	color: #FFFFFF;
	cursor: pointer;
	text-shadow: 0 0.3rem 0.5rem rgba(0,0,0,0.5);
}

.gallery .rsArrowLeft{
	left: 0;
}

.gallery .rsArrowLeft:before{
	content: "";
}

.gallery .rsArrowRight{
	right: 0;
}

.gallery .rsArrowRight:before{
	content: "";
}

.gallery .rsFullscreenBtn::after{
	content:"";
}

.gallery .caption{
	position:absolute; bottom:0; left:0;
	width:100%;
	text-align:center;
	padding:0.5rem;
	font-style:italic;
	background: rgba(17,17,17,0.8);
	color:#CCC;
}

.gallery .rsThumbsHor {
	width: 100%;
	padding: 0.5rem 0;
}

.gallery .rsThumb{
	border:1px solid #555555;
}

.gallery .rsThumb.rsNavSelected{
	opacity: 0.5;
}

.gallery .rsThumb img{
	width:80px;
	height:45px;
}

/* FIGURE */
figure{
	margin: 3rem auto;
	max-width:100%;
}

figure figcaption{
	margin-top:-2rem;
	text-align:center;
	font-style: italic;
	font-family: serif;
	color: #999999;
}

/* SHARE This */
#share-this{
	text-align: center;
}

#share-this:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, #FFFFFF, #e5e5e5, #FFFFFF);
}

#share-this > .inner{
	margin: 3rem 0;
}

#share-this ul{
	list-style:none;
	margin:0;
	padding:0;
}

#share-this li{
	display:inline;
	margin:0;
	padding:0;
}

#share-this a{
	display: inline-block;
	width: 5rem;
	height: 5rem;
	font-size: 2.4rem;
	line-height: 5rem;
	margin: 0 0.5rem;
	border-radius: 50%;
	border: 1px solid #dbcfbf;
	transition: background 0.2s linear, color 0.2s linear;
}

#share-this a:hover{
	background: #B9B19E;
	color: #FFFFFF;
}

#share-this a > span{
	display: none;
}

#share-this a:before{
	font-family: icon-font;
}

#share-this .share-twitter a:before{
	content: "";
}

#share-this .share-facebook a:before{
	content: "";
}

#share-this .share-google-plus-1 a:before{
	content: "";
}

#share-this .share-pinterest a:before{
	content: "";
}

#share-this .share-linkedin a:before{
	content: "";
}

/* RELATED ARTICLES */
#related-articles{
	text-align: center;
}

#related-articles:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(to right, #FFFFFF, #e5e5e5, #FFFFFF);
}

#related-articles > .inner{
	margin: 3rem 0;
}

#related-articles .royalSlider{
	width: 100%;
	margin-top: -1rem;
	text-align: left;
}

#related-articles .rsBullets{
	width: 100%;
	text-align: center;
}

#related-articles .rsBullet{
	display: inline-block;
	vertical-align:top;
	padding: 0.8rem;
	cursor: pointer;
}

#related-articles .rsBullet span{
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	background: #B9B19E;
}

#related-articles .rsBullet.rsNavSelected span{
	background: #cccccc;
}

/* BRAND CATEGORY SELECT */
#brand-category-select{
	width:100%;
	max-width:30rem;
	margin:2rem auto;
}

/* BRANDS */
#brands{
	margin:-3rem auto;
	margin-top:-27px;
}

.brand{
	overflow:hidden;
}

.brand:not(:first-of-type){
	background: url(../img/shadow.png);
	background-size: 100% 30px;
    background-repeat: no-repeat;
}

.brand > .left{
	display: inline-block;
	vertical-align: top;
	width: 190px;
	margin-right: -190px;
	box-sizing: border-box;
}

.brand > .left > .inner{
	margin:3rem 0;
	padding: 0.5rem;
	border: 1px solid #B9B19E;
}

.brand > .right{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding-left:220px;
	box-sizing:border-box;
}

.brand > .right > .inner{
	margin:3rem 0;
}

.brand .thumbnail{
	display: block;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}

.brand .thumbnail img{
	display: block;
	position: absolute; top: 0; left: 0;
	width:100%;
	height: 100%;
	transition: transform 0.5s;
}

.brand .thumbnail:hover img{
	transform: scale(1.1);
}

.brand .thumbnail .hover{
	position: absolute; top: 0; left: 0;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	text-align: center;
	opacity: 0;
	transition: opacity 0.2s linear;
}

.brand .thumbnail:hover .hover{
	opacity: 1;
}

.brand .thumbnail .hover:before, .brand .thumbnail .hover:after{
	content:"";
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
}

.brand .thumbnail .hover .button{
	display: inline-block;
	vertical-align: middle;
}

.brand .title{
	margin: 0;
	transition:0.2s color;
}

.brand a:hover .title{
	color:#B9B19E;
}

.brand .categories{
	margin:0 0 1rem 0;
}

.brand .categories a{
	font-size: 1rem;
	font-family: heading-font;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-right: 1rem;
}

.brand .excerpt p{
	margin: 0;
}

@media screen and (max-width: 500px) {
	.brand > .left{
		display:block;
		width: 100%;
		width: 190px;
		margin: auto;
	}
	.brand > .right{
		display:block;
		width: 100%;
		padding:0;
		margin-top:-1rem;
		text-align:center;
	}
	.brand .excerpt{
		display:none;
	}
}

/* BRAND */
#brand{
	margin:3rem auto;
}

#brand .title{
	text-align: center;
}

#brand .categories{
	margin-top:-2rem;
	text-align: center;
}

#brand .categories a{
	font-size: 1rem;
	font-family: heading-font;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin: 0 0.5rem;
}

#brand .content{
	margin: 3rem 0;
}

#brand img[class*="wp-image"]{
	display: block;
	max-width:100%;
	height:auto;
	margin:3rem auto;
}

/* TEAM MEMBERS */
#team-members{
	margin-top:-30px;
}

.team-member{
	overflow: hidden;
}

.team-member:not(:first-of-type){
	background: url(../img/shadow.png);
	background-size: 100% 30px;
    background-repeat: no-repeat;
}

.team-member > .left{
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.team-member > .left > .inner{
	margin:20px 0;
}

.team-member > .right{
	display: inline-block;
	vertical-align: top;
	width: 75%;
	padding-left:3rem;
	box-sizing: border-box;
}

.team-member > .right > .inner{
	margin:20px 0;
}

.team-member img{
	display: block;
	width:100%;
	max-width:200px;
	margin:auto;
	box-sizing:border-box;
}

.team-member .name{
	margin: 0;
	transition:0.2s color;
}

.team-member .role{
	font-size: 1rem;
	font-family: heading-font;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #B9B19E;
	margin: 0 0 1rem 0;
}

@media screen and (max-width: 500px) {
	.team-member > .left{
		display:block;
		width: 100%;
	}
	.team-member > .right{
		display:block;
		width: 100%;
		padding:0;
	}
	.team-member .name{
		text-align:center;
	}
	.team-member .role{
		text-align:center;
	}
}

/* ANIMATIONS */
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }



/************************************************************** 2017 Developments **************************************************************/
/*********FEATRED HERO*********/
		/*FEATURED HERO LAYOUT*/
		#featured-hero{
			display:none;
		}
		#featured-hero .featureblock{
		    width:25%;
		    line-height:0px;
		    height:100%;
		    display:inline-block;
		}
		#featured-hero .mainblock{
		    width:50%;
		    line-height:0px;
		    height:100%;
		    display:inline-block;
		}
		/*FEATURED HERO BLOCK STYLES*/
		.boxArticle{
		    position:relative;
		    display:inline-block;height:calc(33.3% - 5px);
		    width:100%;
		    margin-bottom:5px;
		    background-size:100%;
		    background-position:top center;
		}
		.boxArticle .hoverfade{
			position:absolute;
			width:100%;
			height:100%;
			opacity:0;
			transition:opacity ease-in-out .2s;
			background-color: rgba(0, 0, 0, 0.44);
			text-align:center;
		}
		.boxArticle:hover .hoverfade{
			opacity:1;
		}
		.hoverfade .button17{
			margin:0 auto;
			top:39%;
			display:none;
		}
		.boxArticle:after {
		    content: "";
		    display: block;
		    position: absolute;
		    bottom: 0;
		    left: 0;
		    right: 0;
		    height: 30%;
		    background: linear-gradient(rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.75) 50%, #111111);
		    pointer-events: none;
		}
		.boxArticle h2{
		    z-index:100;
		    text-shadow: 0 0.1rem 0.3rem rgba(0,0,0,1);
		    color:white;
		    font-weight:bold;
		    font-size:12px;
		    position:absolute;
		    width:90%;
		    margin: 5px auto;
		    bottom:0;
		    left:0;
		    right:0;
		    text-align:center;
		}

		.heroCaption{
		    position: absolute;
		    bottom: 0;
		    top: 10px;
		    width: 40%;
		    text-align: left;
		    color: #FFF;
		    padding: 0 3rem;
		    box-sizing: border-box;
		    z-index:99;
		    text-shadow: 0 0.1rem 0.3rem rgba(0,0,0,1);
		}

		.heroCaption h2{
		    color:white;
		}
		/*FEATURED HERO ADS*/
		.featuredAdHero{
		    display:inline-block;
		    height:calc(33.3% - 5px);
		    width:100%;
		    margin-bottom:5px;
		    background-size:cover;
		    position:relative;
		    cursor:pointer;
		}
		#fadearticles .featuredAdHero{
			height:100%;
			margin:0px;
		}
		.featuredAdHero .button17{
		    position:absolute;
		    bottom:5%;
		}
		.featuredAdHero .button17.Right{
			right:5%;
		}
		.featuredAdHero .button17.Left{
			left:5%;
		}
		.featuredAdHero .button17.Right.gr,.featuredAdHero .button17.Left.gr{
			border-color: #4D4D4D;
		}
		.featuredAdHero .button17.Right.gr:before,.featuredAdHero .button17.Left.gr:before{
			background: #4D4D4D;
		}
		.featuredAdHero .button17.Right.gr:hover,.featuredAdHero .button17.Left.gr:hover{
		border-color:#a5a5a5;
		}
		.featuredAdHero .button17.Right.gr:hover:before,.featuredAdHero .button17.Left.gr:hover:before{
		background:#a5a5a5;
		}
		/*FEATURED HERO LARGE POSTS*/
		#featured-hero .inner{
			height:36vw;
			font-size:0px;
		}

		#featured-articles .rsSlide:after,#featured-heroarticles .rsSlide:after {
		    content: "";
		    display: block;
		    position: absolute;
		    bottom: 0;
		    left: 0;
		    right: 0;
		    height: 100%;
		    width:30%;
		    background: linear-gradient(to left,rgba(17, 17, 17, 0), rgba(17, 17, 17, .1) 20%, #111111);
		    pointer-events: none;
		}

		.button17.heroslide{
		    position: absolute;
		    bottom: 5%;
		    left: 5%;
		    height: 44px;
		    width: 210px;
		    z-index:100;
		}
/*********GENERAL BUTTONS*********/
		/*NEW BUTTON*/
		.button17{
			padding: 1rem 2rem;
			box-sizing: border-box;
			border: 1px solid #B9B19E;
			outline: none;
			background: none;
			text-align: center;
			color: #FFFFFF;
			font-family: heading-font;
			font-size: 1.4rem;
			line-height: 1.4em;
			letter-spacing: 0.2em;
			text-transform: uppercase;
			position: relative; z-index: 1;
			transition:border ease-in-out .2s;
		}

		.button17:before{
			content: "";
			display: block;
			position: absolute; top: 3px; bottom: 3px; left: 3px; right: 3px; z-index: -1;
			background: #B9B19E;
			transition:background ease-in-out .2s;
		}

		.button17:hover{
			border:1px solid #a5a5a5;
		}

		.button17:hover:before{
			background: #a5a5a5;
		}
		#more-articles .button17{
			display: inline-block;
    		padding: 1.5rem 2.5rem;
		}

		.button17.vipapply{
			margin-left:10px;
			display:block;
			margin-top:20px;
		}
		@media screen and (min-width:768px){
			.button17.vipapply{
				display:inline;
				margin-top:0px;
			}
		}
/*********SOCIAL FEATURES*********/
		/*SOCIAL BAR*/
		.socialfeatures{
			width:100%;
			background-color:#F9F8F8;
			color:#000;
			height:100%;
			font-size:12px;
			font-family:'heading-font';
			letter-spacing:2px;
		}
		.socialcontain{
			margin:0 auto;
			text-align:center;
		}
		.connectbox{
			width:198px;
			height:95px;
			display:inline-block;
			vertical-align:top;
			text-align:center;
			text-transform:uppercase;
			padding-top:20px;
			margin:0px 11px 0px 11px;
		}
		/*SOCIAL ICONS*/
		.connectbox img{
			width:40px;
		    transition:opacity ease-in-out .2s;
		}
		.connectbox img:hover{
			opacity:.5;
		}
		/*SEARCH WIDGET*/
		.connectbox .search.widget input{
			border:1px solid #a19a85;
		}
		.connectbox .search.widget button{
			color:#a19a85;
		}
		/*NEWSLETTER WIDGET*/
		#newsletter-form17{
			position:relative;
		}
		.newsletter.widget #newsletter-form17 input{
			border:1px solid #a19a85;
		}
		.newsletter.widget #newsletter-form17 button{
			position: absolute;
		    top: 14px;
		    right: 14px;
		    width: 20px;
		    height:14px;
		    padding: 0px;
		    margin:0px;
		    box-sizing: border-box;
		    font-size: 1.4rem;
		    line-height: 1.4em;
		    color: #B9B19E;
		    background-image:url('../img/mail.svg');
		    border: none;
		    outline: none;
		}
		#newsletter-form17 button:before{
			background:none;
		}
		/*FRANCHISE BUTTON*/
		.connectbox button.button17{
			width:268px;
		}
		/*VIDEO ADS*/
		.playbtn{
			background-image:url('../img/play.png');
			background-size:50px;
			height:50px;
			width:50px;
			margin:0 auto;
			margin-top:30px;
			bottom: 60px;
		position:absolute;
		left:0;
		right:0;
		}
		.playbtn.gr{
			background-image:url('../img/playgr.png');
		}
		.featuredAdHero .playbtn{
			bottom:34%;
			cursor:pointer;
		}
		/*LARGE ADS*/
		.large_hero{
			background-size:cover;
			background-position:center;
			margin:0 auto;
			width:100%;
			height:300px;
			margin-top:10px;
			overflow:hidden;
		}
		.large_hero a{
			color:#808080;
		}
		.pagecontainer{
			width:100%;
			max-width:1200px;
			margin:0 auto;
			height:100%;
			position:relative;
		}
		.large_hero .button17{
			display:inline-block;
		}
		.large_hero img{
			margin-bottom:10px;
		}
		.ad_block_info{
			position:absolute;
			background-color:rgba(255,255,255,.95);
			height:210px;
			top:10%;
			left:0px;
			text-align:center;
			width:250px;
			padding-top:30px;
			border:#a5a5a5 1px solid;
			border-left:none;
			margin-left: -3000px;
    		padding-left: 3000px;
		}
		.ad_block_info.Right{
			left:auto;
			right:0px;
			border:#a5a5a5 1px solid;
			border-right:none;
			margin-left:auto;
			padding-left:inherit;
			margin-right: -3000px;
    		padding-right: 3000px;
		}
		.button17.gr > .ad_block_info{
			border-color:#4D4D4D;
		}
/*********NEW ARTICLES*********/
		/*FEATURED IMG*/
		.feature-img{
			width:100%;
			height:170px;
			background-position:center;
			display:inline-block;
			position:relative;
			overflow:hidden;
		}
		.img-scaler{
			width:100%;
			height:170px;
			background-size:100%;
			background-position:center;
			transition:transform ease-in-out .5s;
			transform:scale(1.0);
		}
		.feature-img:hover > .img-scaler{
			transform:scale(1.1);
		}
		.feature-img-hov{
			position:absolute;
			width:100%;
			height:95px;
			padding-top:75px;
			opacity:0;
			top:0;
			background-color:rgba(0,0,0,.5);
			transition:opacity ease-in-out .2s;	
			text-align:center;		
		}
		.feature-img:hover .feature-img-hov{
			opacity:1;
		}
		/*FEATURED TXT*/
		.feature-text{
			display:inline-block;
			width:315px;
			height:100%;
			vertical-align:top;
			margin:10px 0px 0px 0px;
		}
/*********SITE GLOBALS*********/
		/*SIDEBAR*/
		.ad.widget{
			overflow:visible;
			display:inline-block;
		}
		.ad.widget > .inner{
			margin:0px;
		}
		.side-adimage{
			width:320px;
			height:151px;
			background-size:cover;
			position:relative;
		}
		.side-adimage .button17{
			display:inline-block;
			position:absolute;
			bottom:10px;
		}
		.side-adimage .button17.Left{
			left:15px;
		}
		.side-adimage .button17.Right{
			right:15px;
		}
		.button17.Right.gr,.button17.Left.gr{
			border-color:#4D4D4D;
		}
		.button17.Right.gr:before,.button17.Left.gr:before{
			background:#4D4D4D;
		}
		.button17.Right.gr:hover,.button17.Left.gr:hover{
			border-color:#a5a5a5;
		}
		.button17.Right.gr:hover:before,.button17.Left.gr:hover:before{
			background:#a5a5a5;
		}
		.button17.gr:hover{
			border-color:#a5a5a5;
		}
		.button17.gr:hover:before{
			background:#a5a5a5;
		}
		/*FOOTER*/
		.footlogo{
			background-image:url('../img/footer.jpg');
			background-size:79px;
			background-position:center top;
			background-repeat:no-repeat;
		}
		.footlogo a{
			font-weight:bold;
			color:#666666;
		}
		.copyright{
			color:#B3AA97;
		}
		 a.callhome{color:#B3AA97; font-weight:normal;}
		/*REGION SELECT*/
		#sitedisabler{
			position: fixed;
		    top: 0;
		    right: 0;
		    bottom: 0;
		    left: 0;
		    z-index: 300;
		    text-align: center;
		    white-space: nowrap;
		    cursor: pointer;
		    background: rgba(255,255,255,.8);
		    display:none;
		}
		#closebtn,#closewall{
			background-image:url(../img/close.svg);
			background-size:25px;
			height:25px;
			width:25px;
			position:absolute;
			top:20px;
			right:20px;
			cursor:pointer;
			transition: transform 0.2s;
    		-webkit-transition: -webkit-transform 0.2s;
    		transform: scale(.8);
    		-webkit-transform: scale(.8);
		}
		#closebtn:hover,#closewall:hover{
			transform: scale(1.2);
    		-webkit-transform: scale(1.2);
		}
		#region-popup{
			width:1150px;
			height:515px;
			position: relative;
		    top: 100px;
		    right: 0;
		    bottom: 0;
		    left: 0;
		    z-index: 400;
		    border:solid 2px #B3AA97;
		    margin:0 auto;
		    background-color:white;
		    background-image:url('../img/regionbg.jpg');
		    background-position:center top;
		    background-repeat: no-repeat;
		    cursor:default;
		}
		#region-popup li{
			display:inline-block;
			margin:0px 10px 0px 10px;
			text-transform:uppercase;
		}
		#region-popup li a{
			font-family: 'heading-font';
			color:#808080;
			font-weight:bold;
			font-size:12px;
			transition:color .2s ease-in-out;
		}
		#region-popup li a:hover{
			color:#B3AA97;
		}
		.region-map{
			background-image:url('../img/map.png');
			background-size:100%;
			width:640px;
			height:312px;
			margin:50px auto;
			position:relative;
		}
		#region-popup ul{
			padding:0px;
		}
		.regionmarker{
			background-image:url('../img/locationmark.png');
			background-size:25px;
			width:25px;
			height:33px;
			position:absolute;
    		cursor:pointer;
    		transform: scale(1);
    		-webkit-transform: scale(1);
    		transition: transform 0.1s;
    		-webkit-transition: -webkit-transform 0.1s;
    		transform-origin:center bottom;
    		-webkit-transform-origin:center bottom;
		}
		.regionmarker.int{
			left:287px;
			top:73px;
		}
		.regionmarker.uk{
			left:283px;
			top:65px;
		}
		.regionmarker.qa{
			left:380px;
			top:125px;
		}
		.regionmarker.af{
			left:330px;
			top:220px;
		}
		.regionmarker.af2{
			left:300px;
			top:157px;
		}
		.regionmarker.af3{
			left:352px;
			top:172px;
		}
		.regionmarker.ae{
			left:394px;
			top:130px;
		}
		.regionmarker.ch{
			left:301px;
			top:80px;
		}
		.regionmarker.fl{
			left:141px;
			top:118px;
		}
		.regionmarker.la{
			left: 74px;
			top: 109px;
		}
		.regionmarker.hk{
			left:492px;
			top:130px;
		}
		.regionmarker.mc{
			left:488px;
			top:131px;
		}
		.regionmarker.au{
			left:528px;
			top:218px;
		}
		.regionmarker.vegas{
			left:83px;
			top:102px;
		}
		.regionmarker:hover{
			    transform: scale(2);
    -webkit-transform: scale(2);
    	z-index:11;
		}
		.regioninfo{
		width: 0px;
	    overflow: hidden;
	    height: 60px;
	    background: rgba(0,0,0,.8);
	    position: absolute;
	    z-index: 10;
	   	transform: scale(.5);
    	-webkit-transform: scale(.5);
		}
		.regioninfo h4{
			color:white;
margin: 0px 0px 0px 0px;
    padding: 8px 0px 0px 0px;
    font-size: 14px;
    font-weight: bold;
		}
		.regioninfo.int{
	    left: 300px;
	    top: 43px;
		}
		.regioninfo.uk{
	    left: 295px;
	    top: 35px;
		}
		.regioninfo.qa{
	    left: 392px;
	    top: 95px;
		}
		.regioninfo.af{
	    left: 342px;
	    top: 190px;
		}
		.regioninfo.af2{
	    left: 313px;
	    top: 127px;
		}
		.regioninfo.af3{
	    left: 365px;
	    top: 142px;
		}
		.regioninfo.ae{
	    left: 406px;
	    top: 100px;
		}
		.regioninfo.ch{
	    left: 313px;
	    top: 50px;
		}
		.regioninfo.fl{
	    left: 153px;
	    top: 88px;
		}
		.regioninfo.la{
	    left: 86px;
	    top: 79px;
		}
		.regioninfo.hk{
	    left: 504px;
	    top: 100px;
		}
		.regioninfo.mc{
	    left: 500px;
	    top: 100px;
		}
		.regioninfo.au{
	    left: 540px;
	    top: 188px;
		}
		.regioninfo.vegas{
	    left: 95px;
	    top: 72px;
		}
		.regionmarker.uk:hover ~ .regioninfo.uk,.regionmarker.la:hover ~ .regioninfo.la,.regionmarker.int:hover ~ .regioninfo.int,.regionmarker.qa:hover ~ .regioninfo.qa,.regionmarker.af:hover ~ .regioninfo.af,.regionmarker.af2:hover ~ .regioninfo.af2,.regionmarker.af3:hover ~ .regioninfo.af3,.regionmarker.ae:hover ~ .regioninfo.ae,.regionmarker.ch:hover ~ .regioninfo.ch,.regionmarker.fl:hover ~ .regioninfo.fl,.regionmarker.hk:hover ~ .regioninfo.hk,.regionmarker.mc:hover ~ .regioninfo.mc,.regionmarker.au:hover ~ .regioninfo.au,.regionmarker.vegas:hover ~ .regioninfo.vegas,.regioninfo:hover{
			width:300px;
	   	transform: scale(1);
    	-webkit-transform: scale(1);
    		    transition: width .4s;
	    -webkit-transition: width  .4s;
		}
		a.linkuk:hover > .regionmarker.uk,a.linkla:hover > .regionmarker.la,a.linkint:hover > .regionmarker.int,a.linkqa:hover > .regionmarker.qa,a.linkaf:hover > .regionmarker.af,a.linkaf2:hover > .regionmarker.af,a.linkaf3:hover > .regionmarker.af,a.linkae:hover > .regionmarker.ae,a.linkch:hover > .regionmarker.ch,a.linkfl:hover > .regionmarker.fl,a.linkhk:hover > .regionmarker.hk,a.linkmc:hover > .regionmarker.mc,a.linkau:hover > .regionmarker.au,a.linkvegas:hover > .regionmarker.vegas{
			transform: scale(2);
    		-webkit-transform: scale(2);
    		z-index:11;
		}
		.mobhide{
			display:none;
		}
/*********MEDIA QUERIES*********/
@media only screen and (min-width: 768px) {
/*********SITE GLOBALS*********/
		/*SIDEBAR*/
	.side-adimage{
		width:359px;
		height:170px;
		}
		.mobhide{
			display:block;
		}
/*********NEW ARTICLES*********/
		/*FEATURED IMG*/
	.feature-img{
		width:359px;
		height:170px;
		margin:20px 30px 10px 0px;
	}

	.img-scaler{
		width:359px;
		height:170px;
	}
	.article{
		display:inline-block;
		text-align:left;
		height:208px;
	}
	#articles{
		text-align:center;
	}
	/*ARTICLE TEXT*/
	.article .excerpt{
		display: block;
	}
/*********SOCIAL FEATURES*********/
		/*SOCIAL BAR*/
	.socialcontain{
		width:768px;
	}
	.socialfeatures{
		height:245px;
	}
}

@media only screen and (min-width: 1035px) {
	#featured-hero{display:block;}
	#featured-articles{display:none;}
	.brand{
		height: 170px;
   		margin: 46px 0px 46px 0px;
   		}
    .team-member{height:216px;}
    .team-member img{	height: 170px; width:auto;}

}

@media only screen and (min-width: 600px) {
	#featured-hero{display:block;}
	#featured-articles{display:none;}
	.brand{
		height: 170px;
   		margin: 46px 0px 46px 0px;
   		}
    .team-member{height:216px;}
    .team-member img{	height: 170px; width:auto;}

    .g-recaptcha{display:block;margin:0 auto;width:50%;}

}

@media only screen and (min-width: 1200px) {
	header .logo img{
		height: 12rem;
		margin-bottom:none;
	}
/*********SOCIAL FEATURES*********/
	/*HERO BAR*/
	.hoverfade .button17{
		display:inline-block;
	}
	/*SOCIAL BAR*/
	.socialcontain{width:1180px;}
	.socialfeatures{height:140px;}
	/* LATEST TWEETS WIDGET */
	.latest-tweets.widget{ display:block; height:245px;}
	.latest-tweets.widget .follow-us{font-size: 2.4rem;margin: -0.5rem 0 0rem 0;}
	.latest-tweets.widget .follow-us a span{display: none;}
	.latest-tweets.widget .follow-us a:before{font-family: icon-font;content: "";}
	.latest-tweets.widget ul{width:100%;overflow:hidden;list-style: none;margin: 0;padding: 0;white-space:nowrap;position:relative;}
	.latest-tweets.widget li{display:inline-block;vertical-align:middle;margin: 0;padding: 0;white-space:normal;}
	.latest-tweets.widget .tweet{font-style: italic;}
	.latest-tweets.widget .date{font-style: italic;font-size: 1.2rem;color:#999999;}
	.latest-tweets.widget h2{font-size:12px;margin:17px 0 2rem 0;}
	/* BRANDS DIRECTORY WIDGET */
	.brands-directory.widget{display:block;overflow:visible;margin-top:-39px;}
	.brands-directory.widget .brands-directory-button{display:block;width: 359px;margin:3rem auto;box-sizing:border-box;}
	.brands-directory.widget .brands-directory-button > .inner{background:#000000;overflow:hidden;height:170px;position:relative;}
	.brands-directory.widget .slider{position:relative; z-index:0;}
	.brands-directory.widget .slider:after{content:"";display:block;position:absolute; bottom:-1px; left:0; z-index:10;width:100%;height:60px;background: linear-gradient(transparent, #000000);}
	.brands-directory.widget .royalSlider{width:100%;}
	.brands-directory.widget .hover{position: absolute; top: 0; left: 0;width:100%;height: 100%;background: rgba(0,0,0,0.5);text-align: center;opacity: 0;transition: opacity 0.2s linear;}
	.brands-directory.widget a:hover .hover{opacity: 1;}
	.brands-directory.widget .hover:before, .brand-directory.widget .hover:after{content:"";display: inline-block;width: 1px;height: 100%;vertical-align: middle;}
	.brands-directory.widget .hover .button{display: inline-block;vertical-align: middle;}
	.brands-directory.widget h2{position:absolute; z-index:1;margin:-1rem auto 1.5rem auto;color:#FFF;left: 0;right: 0;bottom: 0;}
	.brands-directory.widget h2 span{display:block;color:#B9B19E;}
	/*********ADS FEATURES*********/
	.ad.widget{display:block;}
	.widget > .inner{margin: 3rem 0;}
	.side-adimage{margin:46px 0px 46px 0px;}
	.widget:not(:first-child){background: url(../img/shadow.png);background-size: 100% 30px;background-repeat: no-repeat;}
	.large_hero{margin-top:0px;}
	/*SIDEBAR*/
	#sidebar{text-align:left;}
	/*REGIONS*/
	.uppernav{display:block;}
	#region-selectmobile{display:none;}
	.latest-tweets.widget > .inner{margin:0px;}
}


_::-webkit-full-page-media, _:future, :root .feature-img { 
	margin: 20px 30px 20px 0px;
}


/**FURTHER INFO BUTTON**/
#furtherinfo_contain{
    display:none;
    text-align:center;
}

#furtherinfo_wall{
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 400;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 300;
    width: 100%;
}

#furtherinfo{
    display: inline-block;
    max-width: 800px;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    background-color: white;
    border: solid 2px #b3aa97;
    z-index: 401;
    text-align: center;
    position: relative;
    padding: 20px;
    margin-bottom: 50px;
    margin-top:-150px;
}

.fi-form .button17{
	padding: 1rem 2rem;
	box-sizing: border-box;
	border: 1px solid #B9B19E;
	outline: none;
	background: #B9B19E;
	text-align: center;
	color: #FFFFFF;
	font-family: heading-font;
	font-size: 1.4rem;
	line-height: 1.4em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	position: relative; z-index: 1;
	transition:border ease-in-out .2s;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #b9b19e;
} 

.fi-form{
	text-align:center;
}

.fi50{
	width:40% !important;
	display:inline-block !important;
}

.fi-form textarea{
	width:81%;
	display:inline-block;
}

iframe{
	overflow-y:hidden;border:none;
}

.field.extra-text{
	display:none;
}
.page-numbers{
	background-color: white;
    border:solid 1px #B9B19E;
    color: #B9B19E;
    border-radius: 30px;
    width: 30px;
    height: 28px;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    padding-top: 2px;
    font-weight: bold;
    transition:all ease .2s;
    margin-top:5px;
}
.page-numbers:hover{
	background-color: #b1aca1;
	color: white;
	border-radius: 30px;
}
.page-numbers.current{
	background-color: #B9B19E;
	color: white;
	border-radius: 30px;
}