body {
	font-family: 'Nunito Sans', sans-serif;
	font-size:21px;
	font-weight: 300;
	line-height:133.333333%;
	color:#051E36;
	border-top:4px solid #1B5D9C;
	background: #1F1F1F;
	overscroll-behavior: none;
}
p {
	margin:0 0 30px;
}
a {
	color:#CD9642;
	text-decoration:none;
}
a:hover {
	color:#1B5D9C;
	text-decoration:none;
	-webkit-transition:all .15s linear;
	-moz-transition:all .15s linear;
	-o-transition:all .15s linear;
	transition:all .15s linear;
}
.no-padding-left {
	padding-left:0;
}
.no-padding-right {
	padding-right:0;
}
ol {
	margin:0;
	padding:0 0 0 25px;
}
ul {
	position:relative;
	margin-left:1em;
	padding-left:0;
}
li {
	line-height:inherit;
	margin-bottom:5px;
}
.twocolumns {
	-webkit-columns:2 !important;
	-moz-columns:2 !important;
	columns:2 !important;
	padding:0;
	margin:0;
	list-style: none;
}
.twocolumns li {
	font-size: 90%;
	padding-bottom:0px;
}
ul.threecolumns {   
	-webkit-columns:3 !important;
	-moz-columns:3 !important;
	columns:3 !important;
	padding:0;
	margin:0;
	list-style: none;
}
ul.threecolumns li {
	font-size: 90%;
	padding-bottom:5px;
}
hr {
	border:0;
	border-bottom:1px solid #CD9642;
}
h1 {
	color:#051E36;
	font-size:176.190476%;
	font-weight:300;
	line-height:100%;
	margin:0 0 15px;
}
h1 span {
	color:#CD9642;
}
h2 {
	color:#051E36;
	font-size:123.809523%;
	font-weight:700;
	line-height:100%;
	margin:0 0 15px;
	padding:0;
	text-transform: uppercase;
}
h3 {
	font-family: 'Cormorant Garamond', serif;
	color:#051E36;
	font-size:123.809523%;
	font-weight:400;
	line-height:100%;
	margin:0 0 15px;
	padding:0;
}
h4 {
	color:#051E36;
	font-size:100%;
	font-weight: bold;	
	margin:0 0 5px;
}
input.btn,
button.btn,
a.btn {
	background:#051E36;
	color:#FFF;
	padding:10px 25px;
	border-radius: 0;
	font-size: 77.7777777%;
	line-height: 150%;
	font-weight: 300;
	margin-top: 15px;
	border:0;
	text-decoration: none !important;
}
input.btn:hover,
button.btn:hover,
a.btn:hover {
	color:#CD9642;
	-webkit-transition:color .15s linear;
	-moz-transition:color .15s linear;
	-o-transition:color .15s linear;
	transition:color .15s linear;
	background-color:#BA0B0B;
	-webkit-transition:background-color .15s linear;
	-moz-transition:background-color .15s linear;
	-o-transition:background-color .15s linear;
	transition:background-color .15s linear;
}
div.moduletable div.custom {
	width:100%;
	padding:0;
	margin:0;
}
.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
span.wf_caption img {
	width:100%;
}
span.wf_caption {
	font-size:73.68%;
	font-weight:300;
	border-bottom:1px dotted #CCC;
	padding:3px 0;
	line-height:150%;
}
span.wf_caption span {
	padding:3px 0;
}
#modal-messages {
	padding:10px;
}
#modal-messages #messages-header,#modal-messages #messages-footer {
	background:#3C4875;
}

/* RSForm */
fieldset.formContainer .formControlLabel,
fieldset.formContainer .col-sm-3 {
	display: none;
}
fieldset.formContainer .col-sm-6 {
	width: 80%;
}
fieldset.formContainer div[class*="rsform-block-note-"],
fieldset.formContainer div[class*="rsform-block-desc-"] {
	margin-bottom:0;
}
fieldset.formContainer div[class*="rsform-block-note-"] {
	font-size: 80%
}
fieldset.formContainer .form-control {
	font-size: 88%;
	height: auto;
	line-height: 100%;
	padding:8px 12px;
}
fieldset.formContainer select.form-control {
	height: 44px;
	border-radius: 0 !important;
}
fieldset.formContainer .radio,
fieldset.formContainer .checkbox,
fieldset.formContainer .radio-inline,
fieldset.formContainer .checkbox-inline {
	padding-top:0;
	font-size: 90%;
	line-height: 100%;
	margin-left:0;
}
fieldset.formContainer label.checkbox-inline input {
	top:-3px;
}

form.application,
form.application .row .col-sm-12 {
	padding:0
}

form.application .row {
	margin:0;
}
form.application .control-group {
	margin-bottom:0;
}
form.application .rsform-block {
	padding-bottom:15px;
	clear:both;
}
form.application .rsform-block.rsform-block-phone,
form.application .rsform-block.rsform-block-desiredsalary {
	padding-bottom:0;
}
form.application label.control-label {
	margin:0;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
}
form.application .help-block {
	margin:0;
}
form.application input[type="text"],
form.application select,
form.application textarea {
	margin-bottom: 0;
	min-width: 50%;
}
form.application input[type="text"],
form.application select {
	height: 45px;
}
form.application .radio-inline {
	display: inline-block;
	margin-right:15px;
	margin-bottom:0;
}
form.application .radio-inline input {
	margin:0 5px 0 0;
	position: relative;
	top:-2px;
}
form.application .rsform-block h3 {
	margin:0;
}
form.application .rsform-block.rsform-block-submit {
	margin-top:15px;
}
form.application .input-group-btn {
	display: none;
}
form.application h2 {
	color:#CD9642;
	margin-top:30px;
}


.pagination ul {
	display:inline-block;
	margin-left:0;
	margin-bottom:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.pagination ul {
	display:inline;
}
.pagination ul > li {
	display:inline;
	font-size:82%;
	font-weight:300;
}
.pagination ul > li > a,.pagination ul > li > span {
	padding:8px 14px;
}
.pagination ul > li > a,.pagination ul > li > span {
	float:left;
	line-height:20px;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd;
	border-left-width:0;
}
.pagination ul > li.pagination-start > a,.pagination ul > li.pagination-start > span {
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	border-left-width:1px;
}
.pagination ul > li.pagination-end > a,.pagination ul > li.pagination-end > span {
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}
.pagination ul li a [class*="icon-"] {
	opacity:.8;
}
.pagination ul li a:hover [class*="icon-"] {
	opacity:.8;
}
.pagination ul > li:before {
	display:none;
}
.display-limit {
	margin:20px 0;
	color:#666;
}
.tooltip {
	display:none!important;
}
.pager li {
	font-size:70%;
	font-weight:400;
}
/* Navigation */
.navigation-wrapper {
}
.navigation {
	position:relative;
	z-index:200;
	background:#031629;
	border-bottom:8px solid #CD9642;
}
/*
.navigation.affix {
	top:-45px;
	position:fixed;
	width:100%;
}
*/
.navigation .row {
	position:relative;
}
.navbar-brand {
	display:inline-block;
	border:0;
	text-shadow:none;
	padding-top:45px;
	padding-bottom:35px;
	margin:0;
	font-size: 71.4285714%;
	line-height: 133.333333%;
	letter-spacing: 1.53px;
	text-transform: uppercase;
	font-weight: 800;
	height:auto;
}
.navbar-brand a {
	color:#FFF;
	text-decoration: none !important;
}
.navbar-brand span {
	font-size: 93.3333333%;
	letter-spacing: 1.42px;
	color:#CD9642;
	font-weight: 300;
}
.navbar-brand .sep {
	padding:0 10px;
	font-size: 140%;
	color:#FFF;
}
.navbar-brand img {
	width:100%;
}
.navigation .navbar-collapse {
	padding:0;
}
.navigation .navbar-default {
	background:none;
	border:0;
	border-radius:0;
	box-shadow:none;
}
.navigation .navbar {
	z-index:1950;
	margin:0;
	min-height:auto;
	text-align: right;
}
.navigation .navbar .container-fluid {
	padding:0;
}
.navigation .navbar .nav {
	margin:0;
}
.navigation .navbar .nav li {
	font-size:57.1428571%;
	line-height:133.333333%;
	padding:30px 0 25px;
	margin:0 30px 0 0;
	display:inline-block;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1.22px;
	text-transform: uppercase;
}
.navigation .navbar .nav li:last-child {
	margin-right:0;
}
.navigation .navbar .nav li.active {
	background:url(../images/nav_item_bg.png) 50% 100% no-repeat;
}
.navigation .navbar .nav li a {
	padding:20px 0;
	color:#D9942A;
}
.navigation .navbar .nav li a:focus {
	background:none;
	outline:none;
}
.navigation .navbar .nav li a:hover {
	background:none;
	color:#FFF;
}
.navigation .navbar .nav li.active a,
.navigation .navbar .nav li.active a:hover {
	color:#FFF;
}
.banner-content {
	padding:0;
}
.banner-content .overlay {
	background:rgba(0,0,0,0.27);
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 101;
}
.banner-content img {
	width: 100%;
}
.banner-content div.moduletable {
	padding-top:47.1527787%;
	position: relative;
}
.itemid-101 .banner-content div.moduletable {
	padding-top:66.805556%;
	position: relative;
}
.banner-content div.moduletable h3 {
	font-family: 'Merriweather', serif;
	color:#FFF;
	font-size: 310%;
	text-shadow: 4px 2px 4px rgba(0,0,0,0.50);
	margin:0;
	top:45%;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 199;
}
.itemid-101 .banner-content div.moduletable h3 {
	top:36%;	
	padding:0 75px;
}
.banner-content div.moduletable h3 span {
	display: inline-block;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 19.2307692%;
	text-transform: uppercase;
	font-weight: 800;
	color:#051E36;
	line-height: 133.333333%;
	letter-spacing: 5.42px;
	background:rgba(255,255,255,0.80);
	border-radius: 8px;
	text-shadow: none;
	clear:both;
	padding:8px 135px 5px;
	border:2px solid #FFF;
	position: relative;
	top:-15px;
}
.banner-content div.moduletable div.custom {
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background-size: 100% 100%;
}
.mainbody-top {
	background:#FFF;
	height:15px;
	border-bottom:1px solid #CD9642;
}
.mainbody-bottom {
	background:#FFF;
	height:15px;
	border-top:1px solid #CD9642;
}
.subscribe {
	border-top:6px solid #CD9642;
	border-bottom:15px solid #FFF;
	background:url(../images/subscribe_bg.png) 50% 0;
	padding-top: 60px;
	padding-bottom: 60px;
}
.subscribe div.moduletable h3 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 85.7142857143%;
	color:#FFF;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 6.5px;
	text-align: center;
	margin-bottom: 25px;
}
.subscribe div.moduletable h3 span {
	font-weight: 600;
	color:#CD9642;
}
.subscribe div.moduletable input[type="text"] {
	background: rgba(255,255,255,0.90);
	border: 1px solid #051E36;
	border-radius: 8px;
}
.subscribe div.moduletable .rsform-block-name,
.subscribe div.moduletable .rsform-block-email {
	width: 44%;
}
.subscribe div.moduletable .rsform-block-submit {
	width: 20%;
}
.subscribe div.moduletable .rsform-block .formControls,
.subscribe div.moduletable .rsform-block input {
	width: 100%;
}
.subscribe div.moduletable .rsform-block input {
	font-size: 73.8095238095%;
	color:#505050;
	font-weight: 600;
}
.subscribe div.moduletable .rsform-block input.btn {
	font-size: 66.6666666667%;
	color:#051E36;
	font-weight: 800;
	background: #CD9642;
	border: 1px solid #051E36;
	border-radius: 8px;	
	margin-top: 0;
	text-transform: uppercase;
	padding:9px 25px 8px;
}
.subscribe div.moduletable .rsform-block input.btn:hover {
	color:#FFF;
}
.subscribe div.moduletable .form-group {
	vertical-align: top;
}
.subscribe div.moduletable .formError {
	font-size: 75%;
	margin-left:5px;
	color:#FFF;
}
#main.home {
	background: #FFF url(../images/slider_bg.png) 50% 0 no-repeat;
	border-top:1px solid #CD9642;
}
#main.home .carousel .carousel-inner {
	margin:0;
}
#main.home .carousel .item .item-inner {
	padding:15px;
	max-width: 570px;
}
#main.home .carousel .item .item-inner.pair1 {
	border-left:1px solid #CD9642;
	border-right:1px solid #CD9642;
}
#main.home .carousel .item .item-inner.pair2 {
	border-right:1px solid #CD9642;
}
#main.home .carousel .item .item-inner .item-image {
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
}
#main.home .carousel .item .item-inner .item-image img {
	width: 100%;
	max-width: 100%;
	border:1px solid #051E36;
}
#main.home .carousel .item .item-inner .carousel-caption {
	position: relative;
	top:auto;
	bottom:auto;
	left:auto;
	right:auto;
	padding:0 0 30px 0;
	color:#051E36;
	font-size: 88.5714285%;
	line-height: 139.784946%;
	font-weight: 300;
	text-shadow: none;
}
#main.home .carousel .item .item-inner .carousel-caption a.readmore {
	font-size: 75%;
	font-weight: 800;
	color:#1B5D9C;
	text-transform: uppercase;
	white-space: nowrap;
}
#main.home .carousel .item .item-inner .carousel-caption a.readmore:hover {
	color:#CD9642;	
}
#main.home .carousel .item .item-inner .carousel-caption a.title {
	font-size: 125%;
	font-weight: 800;
	color:#051E36;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom:10px;
}
#main.home .carousel .item .item-inner .carousel-caption a.title:hover {
	color:#CD9642;	
}
#main.home .carousel .item .item-inner .carousel-caption .subtitle {
	font-size: 125%;
	font-family: 'Cormorant Garamond', serif;
	color:#CD9642;	
	margin-bottom:10px;
}
#main.home .carousel .carousel-control {
	background:none;
	text-shadow: none;
	width: 5%;
}
#main.home .carousel .carousel-control.right img {
	position: absolute;
	top:18%;
	right:-20px;
}
#main.home .carousel .carousel-control.left img {
	position: absolute;
	top:18%;
	left:-20px;
}
#main.mainbody {
	background:#FFF;
}
#main.mainbody .container {
	padding-top:45px;
	padding-bottom:60px;
}
#content .padding {
	margin:0;
	padding:0;
}
#content .page-header {
	padding:0;
	margin:0;
	border:0;
}
div.category-desc {
	margin-bottom:30px;
}
div.category-desc a {
	font-size: 66.6666666%;
	text-transform: uppercase;
	font-weight: 800;
}
div.items-leading > div {
	padding:0 45px 0 0;
}
div.item-page div.icons {
	display: none;
}
div.items-leading .item-image,
div.item-page .item-image {
	max-width: 100%;
	width: 85% !important;
	margin-bottom: 30px;
}
div.items-leading .item-image img,
div.item-page .item-image img {
	width: 100%;
	border:1px solid #051E36;
}
div.item-page div.create,
div.items-leading div.create {
	color:#CD9642;
	font-size: 66.6666666%;
	text-transform: uppercase;
	font-weight: 300;
	margin:30px 0 15px;
}
div.items-leading div.introtext {
	color:#051E36;
	font-size: 90.4761904%;
}
div.items-leading p.readmore {
	font-size: 66.6666666%;
	text-transform: uppercase;
	font-weight: 800;	
	margin-top:15px;
}
.item-page.live span.sep {
	padding:0 10px;
}
.item-page.live div.moduletable {
	border-top:1px solid #CD9642;
	margin-top:60px;
	padding-top:60px;
}
.item-page.live div.moduletable .custom {
	background-repeat: no-repeat;
	min-height: 360px;
	background-position-y:60px;
}
.item-page.live div.moduletable .custom.bg-left {
	background-position-x:0;
	padding-left:475px;
}
.item-page.live div.moduletable .custom.bg-right {
	background-position-x:100%;
	padding-right:475px;
}
.item-page.live div.moduletable h3 {
	font-family: 'Nunito Sans', sans-serif;
	color:#051E36;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 123.8095238095%;
	font-style: normal;
}
.item-page.live div.moduletable h4 {
	font-family: 'Cormorant Garamond', serif;
	color:#CD9642;
	text-transform: uppercase;
	font-weight: 400;
	font-style: italic;
	font-size: 123.8095238095%;
	text-transform: none;
	margin-bottom:30px;
}
.item-page.live div.moduletable .custom.bg-left h4 {
	margin-left:-475px;
}
.bottom {
	background: #031629;
	border-bottom:24px solid #1B5D9C;
	padding-bottom:100px;
}
.bottom-content.logo a {
	display:inline-block;
	border:0;
	text-shadow:none;
	padding:45px 0px 35px;
	margin:0;
	font-size: 61.9047619%;
	line-height: 138.461538%;
	letter-spacing: 1.32px;
	text-transform: uppercase;
	font-weight: 800;
	height:auto;
}
.bottom-content.logo a {
	color:#FFF;
}
.bottom-content.logo span {
	color:#CD9642;
	font-weight: 300;
}
.bottom-content.logo a .sep {
	padding:0 10px;
	font-size: 140%;
	color:#FFF;
}
.bottom-content.logo .info {
	color:#FFF;
	font-size:57.1428571%;
	line-height:133.333333%;
	margin:0 30px 0 0;
	font-weight:600;
	letter-spacing:1.22px;
	text-transform: uppercase;
	
}
.bottom-content.menu {
	text-align: right;
}
.bottom-content.menu .nav li {
	font-size:57.1428571%;
	line-height:133.333333%;
	padding:30px 0 25px;
	margin:0 30px 0 0;
	display:inline-block;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1.22px;
	text-transform: uppercase;
}
.bottom-content.menu .nav li:last-child {
	margin-right:0;
}
.bottom-content.menu .nav li a {
	padding:20px 0;
	color:#D9942A;
}
.bottom-content.menu .nav li a:focus {
	background:none;
	outline:none;
}
.bottom-content.menu .nav li a:hover {
	background:none;
	color:#FFF;
}
.bottom-content.menu .nav li.active a,
.bottom-content.menu .nav li.active a:hover {
	color:#FFF;
}
.footer {
	background: #1F1F1F;
	border-top:7px solid #CD9642;
}
.footer-content.logo {
	padding-top:30px;
	padding-bottom:35px;
}
.footer-content.logo img {
	width: 45%;
}
.footer-content.copyright {
	padding-top:40px;
	padding-bottom:35px;
	font-size: 66.6666666%;
	line-height: 135.714285%;
	color:#FFF;
	text-align: right;
}
.footer-content.copyright span {
	color:#CD9642;
}
.footer-content.copyright img.fair {
	width: 50px;
	float:right;
	margin-top:10px;
	opacity: .7;
}


@media (max-width: 1199px) {
#main.home {
	background: #FFF url(../images/slider_bg_970.png) 50% 0 no-repeat;
}
.banner-content div.moduletable h3 {
	font-size: 250%;	
}
.itemid-101 .banner-content div.moduletable h3 {
	padding:0 75px;
}
.banner-content div.moduletable h3 span {
	top:0;
}
.item-page.live div.moduletable .custom {
	background-size: 40%;
}
.item-page.live div.moduletable .custom.bg-left {
	padding-left:43%;
}
.item-page.live div.moduletable .custom.bg-right {
	padding-right:43%;
}
.item-page.live div.moduletable .custom.bg-left h4 {
	margin-left:-75%;
}
.item-page.live div.moduletable .custom.bg-right h4 {
	margin-right:-75%;
}
.footer-content.copyright {
	padding-top:55px;
}
}

@media (max-width: 991px) {
.navigation .row {
	position: relative;
}
.navigation .navbar {
	position: absolute;
	top:0;
	margin-top:0;
	width: 100%;
}
.navigation .navbar .navbar-header {
	margin:0;
}
.navbar-toggle {
	border:0!important;
	border-radius:0;
	margin:0;
	padding:25px 20px 20px;
	z-index: 20000;
	position: relative;
	right:30px;
	top:-5px;
	background:#1B5D9C;
	border-radius: 5px;
}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	background:none;
}
.navbar-toggle[aria-expanded="true"] {
	background:none !important;
}
.navbar-toggle[aria-expanded="false"] {
	background:#1B5D9C !important;
}
.navbar-toggle .icon-bar {
	background:#FFF !important;
	height:5px;
	width:33px;
	border-radius:0;
	display:block!important;
	-webkit-transition:all .15s linear;
	-moz-transition:all .15s linear;
	-o-transition:all .15s linear;
	transition:all .15s linear;
}
.navbar-toggle[aria-expanded="true"] .icon-bar {
	background:#FFF !important;
}
.navbar-toggle[aria-expanded="false"] .icon-bar {
	background:#FFF !important;
}
.navbar-toggle .icon-bar:first-child {
	margin-top:0;
}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1) {
	transform: rotate(45deg);
	transform-origin: 10% 100%;
	-webkit-transition:all .15s linear;
	-moz-transition:all .15s linear;
	-o-transition:all .15s linear;
	transition:all .15s linear;
}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
	display: none !important;
}
.navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
	transform: rotate(-45deg);
	transform-origin: 43% 100%;
	-webkit-transition:all .15s linear;
	-moz-transition:all .15s linear;
	-o-transition:all .15s linear;
	transition:all .15s linear;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top:5px;
}
.container-fluid>.navbar-collapse {
	margin-left:-9px !important;
	margin-right:0 !important;
	width: 100vw;
}
.navbar-collapse {
	border-top:0;
	background:#1B5D9C;
	position:absolute;
	z-index:10000;
	width:100%;
	margin:0;
	left:0;
	top:0;
}
.navbar-collapse .navbar {
	margin-bottom:0;
}
.navbar .container-fluid {
	padding:0;
	width:100%;
}
.navbar .nav {
	border:0!important;
	width:100%!important;
	margin:0!important;
	padding:10px 0;
}
.navbar .nav li {
	display:block!important;
	border:0!important;
	width:100%;
	padding:15px 80px!important;
	text-align:left;
	font-size: 85.7142857% !important;
	line-height: 228.571428% !important;
	letter-spacing: 2.15px !important;
	border-bottom:1px solid #A5A5A5 !important;
	border-color:rgba(165,165,165,0.2) !important;
	font-weight: 800 !important;
	background:none !important;
}
.navbar .nav li a,.navbar .nav li.active a,.navbar .nav li a:hover,.navbar .nav li.active a:hover {
	color:#FFF!important;
	font-weight:700;
	font-size:100%;
	padding:0 25px!important;
	border:0!important;
	text-transform: uppercase;
}
/*
.navigation .navbar .nav-child {
	display:block !important;
	position: relative !important;
	left:auto !important;
	right:auto !important;
	width: auto !important;
	border:0 !important;
	background:transparent !important;
	padding:0 !important;
	height:auto !important;
	opacity: 1 !important;
}
.navigation .navbar .nav > li:hover > .nav-child {
	margin-top:0 !important;
}
.navigation .navbar .nav-child li {
	border-bottom: 0 !important;
	font-weight: 400 !important;
	font-size: 117.647058% !important;
}
*/
body {
	border-top:6px solid #1B5D9C;
}
.itemid-101 .banner-content div.moduletable h3 {
	top:18%;
}
.footer-content.copyright {
	padding-top:45px;
}
div.items-leading > div[itemprop="blogPost"] {
	padding:30px 15px 0;
	margin:30px -15px 0;
    border-top: 1px solid #CD9642;
}
div.items-leading .item-image, div.item-page .item-image {
	width: 100% !important;
}
.item-page.live div.moduletable .custom {
	background:none !important;
	padding:0 !important;
	min-height: auto !important;
}
.item-page.live div.moduletable h4 {
	margin:0 0 15px !important;
}
#main.home {
	background: #FFF url(../images/slider_bg_750.png) 50% 0 no-repeat;
}
/*
#main.home .carousel .carousel-control {
	display: none;
}
*/
#main.home .carousel .carousel-control.right img {
	position: absolute;
	top:10%;
	right:-30px;
}
#main.home .carousel .carousel-control.left img {
	position: absolute;
	top:10%;
	left:-30px;
}
}

@media (max-width: 767px) {
.navbar-brand {
	padding-top:30px;
	padding-bottom:30px;
	margin-left:30px;
}
.container-fluid>.navbar-collapse {
	margin-left:0 !important;
}
.banner-content .overlay {
	display: none;
}
.navbar-toggle {
	right: 0;
}
.navbar .nav li {
	padding:15px !important;
}
.banner-content div.moduletable {
	padding-top:110.9375% !important;
	padding-bottom:120px;
}
.banner-content div.moduletable h3 {
	display: block;
	background:#031629;
	border-top:2px solid #CD9642;
	font-size: 147.619047%;
	line-height: 150%;
	top:auto !important;
	bottom:0;
	padding-top:25px;
	padding-bottom:5px;
	min-height: 95px;
}
.banner-content div.moduletable h3 span {
	font-size: 48.3870967%;
	background:none;
	border:0;
	padding:0;
	color:#CD9642;
}
.banner-content div.moduletable div.custom {
	background-size: auto 85%;
	background-repeat: no-repeat;
	background-position: 70% 0;
}
.itemid-101 .banner-content div.moduletable h3 {
    padding: 15px;
    line-height: 125%;
}
.itemid-101 .banner-content div.moduletable h3 span {
	top:-10px;
}
.itemid-101 .banner-content div.moduletable div.custom {
	background-size: auto 80%;
	background-position: 30% 0%;
}
#main.home .carousel .item .item-inner.pair2 {
    border-left: 1px solid #CD9642;
}
#main.home .carousel .carousel-control.right img,
#main.home .carousel .carousel-control.left img {
	top:460px;
}
.subscribe div.moduletable .rsform-block {
	width: 100%;
	margin-left:0 !important;
	margin-right: 0 !important;
}
.subscribe div.moduletable h3 span {
	position: relative;
	top:5px;
}
.bottom-content {
	text-align: center !important;
}
.bottom-content.menu .nav {
	margin:0;
	padding:0;
}
.bottom-content.menu .nav li {
	display: block;
	margin:0;
	padding:0;
}
.bottom-content.menu .nav li a {
	padding:5px 0;
}
.footer-content {
	text-align: center !important;
}
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
.navbar-brand {
	margin-left:0;
}
}