/* 

COLOR SCHEME 

DARK BLUE : #2d3c60;
LIGHT BLUE : #4b5776;

DARK GOLD : #bf946b;
LIGHT GOLD : d4b69b;

Please note:
Change of SAT is 17 between Light and Dark
Change of BLACK is 8 between Light and Dark

*/


* {
	-webkit-font-smoothing: antialiased;
}

body,textarea,input,select {
	font: 16px/1.618 kepler-std, Georgia, Times New Roman, serif;
	color: #333;
	background: #fff;
}

a {
	text-decoration: none;
	border-bottom: 0 solid transparent;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	color: #2d3c60;
}

a:hover {
	border-bottom: 1px solid #132438;
	color: #4b5776;
	border: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-weight: 400;
}

h3 {
	font-size: 1.2rem;
	font-weight: 300 !important;
	text-transform: uppercase;
}

.site-nav ul,.site-footer .mini-sitemap nav ul,.homepage .upcoming-concerts ul,.homepage .news ul,.concert-detail .concert-programme {
	list-style: none;
	padding-left: 0;
}

.row {
	width: 100%;
	max-width: 1320px;
	zoom: 1;
	margin: 0 auto;
}

.site-header {
	background-color: #2D3C60;
	overflow: hidden;
}

.site-header h1 {
	color: #fff;
	margin: 0 0 0 15px;
}

.site-header h1 a {
	text-decoration: none;
	color: #fff;
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
	-webkit-transition-timing-function: none;
	-moz-transition-timing-function: none;
	-o-transition-timing-function: none;
	transition-timing-function: none;
}

.site-header h1 a:hover {
	-webkit-transition-duration: 0;
	-moz-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
	-webkit-transition-timing-function: none;
	-moz-transition-timing-function: none;
	-o-transition-timing-function: none;
	transition-timing-function: none;
}

.site-header i {
	font-size: 3.2em;
}

.site-header .social {
	margin-bottom: .5em;
}

.site-header .social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header .social li {
	display: inline;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}

.site-header .social a {
	color: rgba(255,255,255,0.8);
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

.mini-sitemap {
	background: #4B5776;
	border-top: 1px solid #eee;
	overflow: hidden;
	padding-bottom: .6em;
	width: 100%;
}

.mini-sitemap nav h3 {
	text-transform: uppercase;
	margin-bottom: .809rem;
	padding-bottom: .809rem;
	border-bottom: 4px solid rgba(255,255,255,0.2);
}

.mini-sitemap ul {
	margin-bottom: .809rem;
}

.mini-sitemap .mini-nav {
	border-top: 1px solid #717c88;
	font-family: lato;
	font-size: .8em;
	font-weight: 500;
	padding: .6em 0 .8em 2em;
}

.mini-sitemap .mini-nav ul li {
	list-style: none;
	display: inline;
	margin-right: 1em;
}

.mini-sitemap .mini-nav a {
	color: #666;
}

.homepage .row {
	margin-bottom: 1.618em;
}

.homepage .carousel {
	width: 100%;
	position: relative;
}

.homepage .carousel .caption {
	left: 0;
	right: auto;
	color: #fff;
	width: 65%;
	background: rgba(22,33,68,0.7);
	height: 40%;
	top: 55%;
	padding: .854em;
}

.homepage .carousel .caption h2 {
	color: #FFF;
	font-size: 2.2em;
	line-height: 1em;
	font-family: acta-display;
	margin: 0;
}

.homepage .upcoming-concerts {
	background: #fafafb;
	height: 400px;
	border-top: 2px solid #eaeaeb;
	padding-top: 30px;
}

h1 {
	font-family: acta-display, Georgia, Times New Roman, sans-serif;
	margin: 0 0 .67em;
}

label {
	font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.button, button {
	background: #2d3c60;
	display: inline-block;
	border: 0;
	line-height: 2.3em;
	color: #eee;
	font-weight: 200;
	text-decoration: none;
	font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: .8em;
	-webkit-transition: background 1s;
	-moz-transition: background 1s;
	-o-transition: background 1s;
	transition: background 1s;
	padding: 0 1em;
}

.button.arrow:after,button.arrow:after {
	content: ">";
	padding-left: .5em;
}

a.donate {
	background-color: #bf946b;
	font-size: .7em;
	text-transform: uppercase;
	font-weight: 700;
}

.more {
	font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: .8em;
	color: #777;
	float: right;
	text-transform: uppercase;
}

ul.ecolist {
	border-left: 2px solid #4b5776;
	margin: 0;
	padding: 0 1em;
}

ul.ecolist li a {
	background: #eee;
}

.flexnav i,.menu-button i {
	font-style: normal;
}

.flexnav .touch-button {
	background-color: transparent;
	height: 100%;
}

.flexnav li a {
	background: #334263;
	border-right: 1px solid #4B5776;
	border-left: 0;
	color: #eef;
	font-weight: 300;
	font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	border-bottom: 2px solid #4B5776;
	padding: .5em .7em;
}

.menu-button {
	background: #f0f0f1;
	border-bottom: 2px solid #fff;
	font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.flexnav li {
	width: 14.28571%; 
}

.flexnav li > ul {
	z-index: 999;
}

.flexnav li ul li a {
	background: #3C4A69;
}

.flexnav {
	-webkit-transform-style: flat;
}

.site-nav {
	height: 2.5em;
	margin-bottom: 1.5em;
}

.flexnav .touch-button:after {
	content: "\f078";
	margin-left: .5em;
	font-family: FontAwesome;
	line-height: 2.8em;
	color: #fff;
	opacity: 0.8;
}

.flexnav ul .touch-button:after {
	content: "\f054";
}

.mobnav {
	height: 4.5em;
	z-index: 999;
}

.flexnav ul li ul li a {
	background-color: #4b5776!important;
	border-right: none;
}

.breadcrumbs {
	border: none;
	background: #FFF;
	font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #4B5776;
	background-color: transparent;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
	margin-bottom: 0;
	border-bottom: 1px solid #FFF;
	border-left: none;
}

.breadcrumbs:before {
	content: ">"!important;
	color: #eee;
	position: relative;
	display: inline;
	padding-right: .5em;
	float: left;
	line-height: 1em;
	margin: 0!important;
}

.concert-detail .date,.concert-detail .venue {
	font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #aaaaac;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.concert-detail .venue {
	font-weight: 300;
	color: #66666c;
	margin-bottom: .816em;
}

.concert-detail .artists-list dt {
	font-weight: 700;
	float: left;
	margin-right: .6em;
	margin-bottom: 0;
}

.concert-detail .artists-list dd {
	text-transform: lowercase;
	margin: 0;
}

.concert-detail .concert-programme {
	font-size: 1em;
	color: #2D3C60;
	font-family: acta-display;
	margin: 0;
	padding: 0;
}

.upcoming-concerts ul li {
	list-style: none;
	clear: left;
}

.upcoming-concerts ul li .date {
	display: block;
	font-size: 80%;
	background-color: #4B5776;
	color: #FFF;
	width: 3em;
	height: 3em;
	margin-bottom: .5em;
	float: left;
	font-family: acta-display, Georgia, Times New Roman, sans-serif;
	clear: left;
	margin-right: 1em;
	border-top: 2px solid #2d3c60;
}

.upcoming-concerts .date .day {
	text-align: center;
	font-size: 1.3em;
}

.upcoming-concerts .date .month {
	text-align: center;
	font-size: .75em;
	line-height: .75em;
	text-transform: uppercase;
}

ul.concerts-list li p.date {
	font-weight: 300;
	font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
	background-color: #f9f9fa;
	border-left: 2px solid #aab2c4;
	margin-top: 1em;
	padding: .3em 0 .3em 1em;
}

.upcoming-concerts.feat h2 {
	margin-top: 0;
	margin-bottom: 15px;
}

.upcoming-concerts.feat ul li {
	padding-top: 5px;
	padding-bottom: 8px;
}

.upcoming-concerts.feat ul li:last-child {
	padding-bottom: 10px;
}

.upcoming-concerts.feat ul li .date {
	margin-top: 5px;
}

div.page {
	margin-bottom: 2em;
}

aside h2 {
	color: #2d3c60;
	font-size: 1em;
	font-weight: 300;
	text-transform: uppercase;
	margin-top: 1.75em;
}

.single-highlight {
	background: #f0f0f3;
}

.single-highlight img,.media-grid img,.concerts-list img {
	width: 100%;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.single-highlight img:hover,.media-grid li:hover img,.concerts-list li:hover img {
	opacity: .85;
}

.single-highlight h3 {
	font-size: 1em;
	margin: 0;
	padding: .5em 0 .5em 1.4em;
}

.single-highlight p {
	padding: 0 1em;
}

header input[type=search] {
	border: 1px solid rgba(255,255,255,0.15);
	background-color: rgba(255,255,255,.1); 
	color: #454c5d;
	font-size: .8em;
	font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
	-webkit-box-sizing: content-box;
	-webkit-appearance: none;
	outline: none;
	cursor: default;
	display: inline;
	width: 11em;
	margin: 1em 0;
	padding: .1em .5em;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

header input[type=search]:focus {
	border: 1px solid rgba(255,255,255,0.65);
	background-color: rgba(255,255,255,.3); 
	color: #2D3C60;
}

.concerts-list section {
	border-bottom: 1px solid #d0cbcb;
	margin: .8em;
}

.concerts-list section h1 {
	margin-top: 0;
}

.mini-nav ul li {
	display: inline;
	margin-right: 5px;
}

.mini-nav ul li:after {
	content: "|";
	padding-left: 5px;
}

.mini-nav ul li:last-child:after {
	content: "";
	padding-left: 0;
}

.box {
	background-color: #f0f0f3;
	border-top: 2px solid #eaeaeb;
	padding: 1.4em;
}

.box h3 a {
	font-size: .75em;
}

.homepage .twitter h2 {
	font-size: 1em;
	color: #2d3c60;
	padding-left: 0;
	margin: 0;
}

.homepage .news h2 {
	color: #2d3c60;
	font-size: 1em;
	padding: 0;
}

div.twitter a.button.arrow {
	float: right;
}

.homepage .news li {
	width: auto;
	max-width: none;
	zoom: 1;
	margin: 0 -.9375rem;
}

.homepage .news img {
	padding-right: .9375rem;
	width: 33.33333%;
	float: left;
}

.flat-button {
	display: inline-block;
	border: 0;
	line-height: 3rem;
	color: #eee;
	font-weight: 600;
	text-decoration: none;
	font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: .65em;
	text-transform: uppercase;
	-webkit-transition: background 1s;
	-moz-transition: background 1s;
	-o-transition: background 1s;
	transition: background 1s;
	padding: 0 1rem;
}

.flat-button:hover {
	color: #eee;
}

.blue {
	background: #2d3c60;
}

.cream {
	background: #bf946b;
}

/* Newsletter */
.newsletter {
	text-align: center;
	color: #fff;
	padding-top: 1em;
	padding-bottom: 1em;
	background: url(/assets/images/newsletterB3.jpg) center no-repeat;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;
	background-size: cover;
	min-height: 160px;
}

.newsletter h2 {
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 300;
}

.newsletter p{ margin:0;}

#mc-embedded-subscribe {
	font-size: 1em;
	width: 20%;
	line-height: .8em;
	height: 2.4em;
	min-width: 3em;
	height: 100%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}

#mc_embed_signup {
	margin: 0 auto;
	text-align: center;
}

#mc-embedded-subscribe-form {
	display: block;
	height: 50px;
	width: 100%;
	margin: 20px auto;
}


div.mc-field-group {
	width: 80%;
	height: 100%;
	font-family: "Lato", Helvetica Neue, Helvetica, Arial, sans-serif;
}

div.mc-field-group input#mce-email {
	width: 100%;
	height: 2.4em;
	font-size: 1em;
	background-color: transparent;
	border: 1px solid #FFF;
	color: #FFF;
	font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin: 0;
}

aside .mc-field-group input#mce-email {
	color: #999;
	background: #fafafb;
	border-bottom: 2px solid #f5f5f6;
}

.rsdefault,.rsdefault {
	background: #eee;
	background-image: url(http:api.thumbr.it/whitenoise-361x370.png?background=#999999ff&noise=626262&density=50&opacity=20);
	color: #FFF;
}

ul.pagination li a {
	font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 700;
	border: 1px solid #eee;
	padding: .7em 1.2em;
}

.homepage .upcoming-concerts h2 {
	font-size: 1.2em;
	line-height: 18px;
	margin-top: 0;
	margin-left: 1.2em;
	color: #2d3c60;
	font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.homepage .upcoming-concerts ul li {
	font-size: 1em;
	line-height: 1.35em;
	padding-bottom: .6em;
	padding-left: 1.8em;
	padding-right: 1.8em;
	border-bottom: .1em solid #FFF;
	display: block;
}

.homepage .upcoming-concerts a.more {
	color: #2d3c60;
	float: left;
	font-size: 1em;
	line-height: 1em;
	font-weight: 300;
	margin: 1.4em 0 0 2em;
}

.homepage .upcoming-concerts a.more i {
	color: #4b5776;
	font-size: .8em;
	line-height: .8em;
	padding-left: .3em;
}

.news article {
	border-bottom: 1px solid #eee;
	margin-bottom: 1em;
}

.news article:last-child {
	border-bottom: none;
	margin-bottom: 1em;
}

/* Sitemap - Footer */ 

.mini-sitemap h3 {
	color: #FFF;
	font-size: .8em;
}

.mini-sitemap nav {
	padding-top: 20px;
}

.subfooter {
	font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
	background-color: #2d3c60;
	color: #FFF;
	overflow: hidden;
	height: 60px;
}

.subfooter a {
	font-size: 1em;
	color: #FFF;
}

.subfooter ul {margin: 0; padding-top: 1em; padding-bottom: .6em; }

.section-nav .side-nav {
	font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
	padding: 0;
}

.section-nav .side-nav li {
	margin-bottom: 2px;
	background: #fafafc;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 300;
	padding: .875em;
}

.section-nav .side-nav li ul {
	display: none;
	margin: .875em -.875em -1.75em;
}

.section-nav .side-nav li.selected ul {
	display: block;
}

.section-nav .side-nav li ul li {
	background: #efeff0;
}

.section-nav .side-nav a {
	font-weight: 400;
	border: 0;
	color: #2d3c60!important;
}

.section-nav h2 {
	font-size: 1em;
	font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
	background: #4b5776;
	color: #fff;
	margin: 0 0 2px;
	padding: .4375em .875em;
}

.site-header .social-twitter a {
	margin: 10px 0 0 -2px;
}

input[type=text],input[type=password],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=week],input[type=email],input[type=number],input[type=search],input[type=tel],input[type=time],input[type=url],textarea {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

input[type=text]:focus,input[type=password]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=month]:focus,input[type=week]:focus,input[type=email]:focus,input[type=number]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=time]:focus,input[type=url]:focus,textarea:focus {
	background: transparent;
	color: #FFF;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
}

input:focus {
	background: transparent;
	color: #FFF;
}

#id_search input[type=text]:focus {
	background: #FFF;
	color: #000;
}

.site-nav > ul > li:last-child a {
	background: #c7a17d;
	color: #FFF;
	font-weight: 700;
	border-bottom: 2px solid #c7a17d;
	border-right: 1px solid #c7a17d;
}

.site-nav > ul > li:last-child a:hover {
	background: #d4b69b;
	border-bottom: 2px solid #d4b69b;
	border-right: 1px solid #d4b69b;
}

.site-nav > ul > li:last-child a:after {
	content: "\f054";
	margin-left: .5em;
	font-family: FontAwesome;
	line-height: 1em;
}

.mini-sitemap nav > ul > li {
	position: relative;
	padding-left: .9375em;
	padding-right: .9375em;
	float: left;
	width: 50%;
}

.mini-sitemap nav > ul > li > a {
	text-transform: uppercase;
	margin-bottom: .809rem;
	padding-bottom: .809rem;
	border-bottom: 4px solid rgba(255,255,255,0.2);
	color: #fff;
	font-size: .8em;
	font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
	display: block;
}

ul.month-select {
	margin-left: 0;
	margin-bottom: 1.618em;
	width: 100%;
}

.month-select li {
	padding-top: 1.5em;
	vertical-align: bottom;
	background: #4B5776;
	color: #fff;
	font-size: 1.5em;
	font-family: acta-display;
	text-align: left;
	transition-property: background;
	transition-duration: .2s;
}

.month-select a {
	color: #fff;
}

.month-select li:nth-child(2) {
	background: #505C7B;
}

.month-select li:nth-child(7):hover {
	background: #7682A0;
}

.month-select li:hover,.month-select li.current {
	background: #556282;
}

.concert-detail .date {
	text-transform: uppercase;
	float: right;
	height: 4em;
	background: #4B5776;
	width: 4em;
	color: #fff;
	border-top: 2px solid rgba(255,255,255,0.4);
}

.concert-detail p {
	padding: 0 0 0 .35em;
}

.concert-detail .date .day {
	font-family: acta-display;
	font-size: 2.8em;
	line-height: .7em;
	display: block;
	text-align: center;
	margin-top: .1em;
}

.concert-detail .date .month {
	text-transform: uppercase;
	display: block;
	text-align: center;
}

.concert-detail article.details header {
	border-bottom: 3px solid #f3f3f3;
	margin-bottom: 1.618em;
}

.media-grid h3,.outreach-grid h3 {
	font-size: 1em;
	font-weight: 400;
	text-transform: uppercase;
}

.outreach-grid .date,.news .date {
	color: #99a;
	font-family: Lato;
	text-transform: uppercase;
	font-size: .8em;
	margin: .75em 0 0;
}

/* line 869 style.orig */
.homepage .rsDefault .rsOverflow {
	background-color: #fff!important;
}

.rsDefault .rsGCaption {
	z-index: 99;
	background: transparent;
	font-family: Lato;
	width: 100%;
	color: #151515;
	text-align: center;
	bottom: 17%;
}


.rsDefault .rsGCaption p {
	font-weight: 300;
	font-size: 1.5em;
}

div.panel {
	background-color: #FbFbFe;
	border: 0;
	border-left: 2px solid #b8bac9;
	padding: .35em 1em;
}

.row:before,.row:after,.homepage .news li:before,.homepage .news li:after {
	content: " ";
	display: table;
}

.row:after,.homepage .news li:after {
	clear: both;
}

.site-header .social a:hover,.site-footer .mini-sitemap nav ul li a,div.mc-field-group form,div.mc-field-group label,.subfooter a:hover {
	color: #FFF;
}

.site-header-wrapper,.rsdefault .rsthumb.rsnavselected {
	background-color: #4B5776;
}

.button:hover,button:hover,.blue:hover {
	background: #4b5776;
}

a.donate:hover,.cream:hover {
	background-color: #d4b69b;
}

ul li,ul.concert-list li {
	list-style: none;
}

.flexnav .touch-button .navicon,
div.mc-field-group label,
.mini-sitemap .donate,
.royalSlider div.rsNav.rsBullets {
	display: none;
}

.flexnav ul,.homepage .news .title,.newsletter p {
	margin: 0;
}

.breadcrumbs a,.homepage .upcoming-concerts h2 a {
	color: #2d3c60;
}

.site-header div.logo,.mini-sitemap .row .columns:last-child {
	float: left;
}

.upcoming-concerts ul,.mini-sitemap ul {
	margin: 0;
	padding: 0;
}

.month-select li:nth-child(3),.month-select li:nth-child(1):hover {
	background: #556180;
}

.month-select li:nth-child(4),.month-select li:nth-child(2):hover {
	background: #5B6785;
}

.month-select li:nth-child(5),.month-select li:nth-child(3):hover {
	background: #606C8B;
}

.month-select li:nth-child(6),.month-select li:nth-child(4):hover {
	background: #657190;
}

.month-select li:nth-child(7),.month-select li:nth-child(5):hover {
	background: #6B7795;
}

.month-select li:nth-child(8),.month-select li:nth-child(6):hover {
	background: #707C9A;
}


/* less than 800px higher subfooter */
@media only screen and (max-width: 880px)  {
	.subfooter {height: auto;}
}

/* less 1024px style  */ 

@media only screen and (max-width: 1023px)  {
	.flexnav li {width: 100%;}

}


/* min-width 641px, medium screens */
@media only screen and (min-width: 40.063em) {
	.mini-sitemap nav > ul > li {
		width: 33.33333%;
	}

}

 /* min-width 1025px, large screens */
@media only screen and (min-width: 64.063em) {
	.mini-sitemap nav > ul > li {
		width: 16.66667%;
	}
}



/* OVER 1024px style */ 
@media only screen and (min-width: 1024px) {

	body {
		font-size: 20px;
	}

	#mc-embedded-subscribe {
		font-size: .87em;
		line-height: 2.3em;
	}
}

/* iphone-ish Mobile */
@media only screen and (max-width: 320px) {
	.site-header div.logo {
		padding: 0;
	}
	
	.site-header h1 {
		margin-left: .1em;
	}
	
	.site-header i {
		font-size: 1.8em;
	}
	
	header input[type=search] {
		display: none;
	}
	
	.homepage .carousel .caption {
		width: 100%;
		height: auto;
		top: 62%;
	}
	
	.homepage .carousel .caption h2 {
		font-size: 1.6em;
		line-height: 1.2em;
	}
	#mc-embedded-subscribe {
		font-size: .98em;
	}

	.subfooter {height: auto;}

    .rsGCaption, .sliderDiv p {
        display:none;
    }

}

@media only screen and (min-width: 321px) and (max-width: 760px) {
	#mc-embedded-subscribe {
		font-size: .98em;
	}
	.homepage .carousel .caption {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: .7em 1.5em;
	}
	
	.homepage .carousel .caption h2 {
		font-size: 1.7em;
		line-height: 1.3em;
	}
	
	.site-header div.logo {
		padding: 0;
	}
	
	.site-header h1 {
		margin-left: .1em;
	}
	
	.site-header i {
		font-size: 2.4em;
	}
	
	header input[type=search] {
		display: none;
	}

    .rsGCaption, .sliderDiv p {
        display:none;
    }
}

/* FROM 1024PX TO 761PX */
@media only screen and (min-width: 761px) and (max-width: 1024px) {
	.homepage .carousel .caption {
		height: auto;
		width: auto;
	}
	
	.homepage .carousel .caption h2 {
		font-size: 1.8em;
		line-height: 1.25em;
	}
}

/*         DEFAULT STYLE OVERRIDE         */

input[type="email"] {
	height: 100%;
	margin: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
	}



#mc_embed_signup input[type=email], #mc_embed_signup input[type=email]:focus {
background-color: #fff;
color: #2d3c60;
font-size: 1em;
line-height: 1.2em;
margin: 0;
padding: 1em;
padding-left: 1em;
}


/* Single Page - Post */

div.post img {
	padding-bottom: .8em;
}

/* GALLERY - MAIN BG COLOR */
.rsDefault, 
.rsDefault .rsOverflow, 
.rsDefault .rsSlide, 
.rsDefault .rsVideoFrameHolder {
	background: #fafafb;
}

/* GALLERY - THUMB DIV */
.rsDefault .rsThumbs {
	border-top: 2px solid #eaeaeb;
	background: #efefef;
	padding-top: .8em;
}

/* GALLERY - THUMB IMG WITH MORE PADDING */
.rsDefault .rsThumbsHor {
	height: 85px;
	padding-top: 5px;
}

/* GALLERY - IMAGE ON HOVER */
.rsDefault .rsThumb.rsNavSelected {
	background: #4B5776;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

  .homepage section .single-highlight {
  	margin-bottom: 1.618em;
  }

  .homepage section .single-highlight.fix {
  	margin-bottom: 1.618em;
  }

  .subfooter {height: auto;}

  .rsGCaption{
      display:none;
  }

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

  .homepage section .single-highlight {
  	margin-bottom: 1.618em;
  }

  .homepage section .single-highlight.fix {
  	margin-bottom: 0;
  }

  .subfooter ul li {margin-left: 0.5em}

}


.homepage .box {
    height: auto !important;
}

a.fa.fa-instagram {
    color: white;
    margin-right: 3px;
}
