/*--------------------------------------------------------------
Main Navigation
--------------------------------------------------------------*/
	#mainnav {
		position: relative
		display: block;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
		    -ms-transition: all 0.3s linear;
		     -o-transition: all 0.3s linear;
		        transition: all 0.3s linear;
	}
	.menu-side-menu-container {
		position: absolute; 
		right:3px;
	}
	#mainnav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#mainnav li {
		float: left;
		padding: 0 5px;
	}
	#mainnav ul ul li {
		padding: 0;
	}
	#mainnav ul li a {
		padding: 5px;
		position: relative;
		display: block;
		font-family:  'strike_fighter_italic', sans-serif, arial;
		font-size: 19px;
		font-weight: 700;
		background: -webkit-linear-gradient(#fff, #000);
					-webkit-background-clip: text;
					-webkit-text-fill-color: transparent;
					-webkit-text-stroke-width: 0.5px;
					-webkit-text-stroke-color: black;
	}
	#mainnav ul li a:hover {
		font-size: 20px;
		color: #FFFFFF;
		text-shadow: 0 0 10px #FFFFFF;
	}
	#mainnav ul ul a {
		width: 270px;
		font-family: 'strike_fighter_italic', sans-serif, arial; !important;
	}
	#mainnav > ul > li:last-child {
		padding-right: 0;
	}
	#mainnav ul li {
		position: relative;
	}
	#mainnav ul li ul {
		width: 270px;
		position: absolute;
		top: 100%;
		left: initial;
		opacity: 0;
		visibility: hidden;
		-webkit-border-radius: 0 0 2px 2px;
		   -moz-border-radius: 0 0 2px 2px;
			 -o-border-radius: 0 0 2px 2px;
				border-radius: 0 0 2px 2px;
	    -webkit-transition: all 0.3s ease;
	       -moz-transition: all 0.3s ease;
	        -ms-transition: all 0.3s ease;
	         -o-transition: all 0.3s ease;
	            transition: all 0.3s ease;
	}
	#mainnav ul li ul ul {
		top: 0;
	}
	#mainnav ul li ul:after {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
	}
	#mainnav ul li ul ul:after {
		top: 0;
	}
	#mainnav ul li ul li ul {
		left: 100%;
	}
	#mainnav li:hover > ul {
	    opacity: 1;
	    padding-top: 10px;
	    visibility: visible;
	    left: auto;
	    display: block !important;
	    -webkit-transition: all 0.3s ease;
	       -moz-transition: all 0.3s ease;
	        -ms-transition: all 0.3s ease;
	         -o-transition: all 0.3s ease;
	            transition: all 0.3s ease;
	}
	#mainnav li:hover > ul ul {
		padding-top: 0;
		left: 100%;
	}
	#mainnav .sub-menu {
		z-index: 99999;
	}
	#mainnav .sub-menu li a {
		display: block;
		line-height: 30px;
		background: #0d0d0d;
		padding: 0 18px;
		border-top: 1px solid #252525;
	    -webkit-transition: all 0.3s ease;
	       -moz-transition: all 0.3s ease;
	        -ms-transition: all 0.3s ease;
	         -o-transition: all 0.3s ease;
	            transition: all 0.3s ease;
	}
    .submenu_text {
		text-align: center;
		padding: 2px;
		font-size: 16px;
		background: -webkit-linear-gradient(#eee, #0d0d0d);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.submenu_text:hover {
		font-size: 17px;
		text-shadow: 0 0 10px #FFFFFF;
	}
	#mainnav .sub-menu li:hover > a {
		color: #fff;
	}
	#mainnav li:hover > .sub-menu > li > a {
		padding: 8px 18px;
	}
	/* Icons */
	#mainnav ul li::before {
		font-family: FontAwesome;
		color: #fff;
		float: left;
		margin: 5px 5px 0 0;
		font-size: 14px;
		line-height: 1;
		font-weight: 400;
	}
	#mainnav ul li a {
		float: left;
	}
	#mainnav .sub-menu li:before {
		content: '';
		margin: 0;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
	#mainnav-mobi ul li a {
		float: none;
	}
	#mainnav-mobi ul li::before {
		content: '';
	}
	#mainnav > ul > li > a.active,
	#mainnav > ul > li > a:hover {
		color: #d65050;
	}
	#mainnav ul li ul:after {
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
	#mainnav .sub-menu li:hover > a {
		background-color: #262626;
	}
.head {
    text-align: center;
    position: relative;
}
.header {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 20px;
}
.subhead{
	font-family: 'Playfair Display', serif;
	font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px solid #2f2f2f;
    border-top: 2px solid #2f2f2f;
    padding: 5px;
}
.section-divider{
	border-bottom: 2px solid #2f2f2f;
}
.spacer {
	padding: 25px;
}
.iframe_size{
	width: 420px;
	height: 236px;
}
.page-wrap .content-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
}
.site-logo {
		max-height: 110px;
	}
.site-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		background-color: transparent;
		padding: 20px 0;
		-webkit-transition: all 0.3s ease-out;
		   -moz-transition: all 0.3s ease-out;
		    -ms-transition: all 0.3s ease-out;
		     -o-transition: all 0.3s ease-out;
		        transition: all 0.3s ease-out;
	}
.footer {
	background: #5d0606;
	text-align: center;
	position: relative;
}
.footer a {
	color: fff !important;
	text-decoration: none !important;
}
.footer p {
	color: fff;
}
.white {
	color: white !important;
}
	.admin-bar .site-header,
	.admin-bar .site-header.float-header {
		top: 32px;
	}
	.admin-bar:not(.siteScrolled) .slide-item {
		background-position: 50% 0 !important;
	}	
	.header-image {
		display: none;
		position: relative;
		height: 300px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.header-inner {
		display: none;
	}
	.site-title {
		margin: 0;
	}
	.site-description {
		font-size: 16px;
		margin: 15px 0 0;
		line-height: 1.6;
		color: #efefef;
	}
	.site-description:empty {
		margin: 0;
	}	
	.site-header.fixed {
		position: fixed;
	}

	.site-header .col-md-4,
	.site-header .col-md-8 {
		min-height: 0;
	}

	.site-header .logo {
		margin: 40px 0;
		float: left;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
		    -ms-transition: all 0.3s linear;
		     -o-transition: all 0.3s linear;
		        transition: all 0.3s linear;
	}

	.site-header .logo a {
		display: block;
		height: 100%;
	}

	.site-header .logo {
		width: 135px;
		height: 27px;
	}

	.site-header.float-header {
		padding: 5px;
	}
	.site-header.float-header #mainnav {
		padding: 0;
	}

	.site-header.float-header #mainnav > ul > li > a {
	    height: 70px;
	    line-height: 70px;
	}

	.site-header.float-header .logo {
	    margin: 20px 0;
	}
.header-wrap {
	background-color: #fff;
		}
.header_container {
	margin-right:auto;
	margin-left:auto;
	padding-left:50px;
	padding-right:50px;
}
.container {
	margin-right:auto;
	margin-left:auto;
	padding-left:50px;
	padding-right:50px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.content-wrapper {
	padding-top: 15px;
	padding-bottom: 15px;
}
.white-background{
	background-color: #fff;
}
@media (min-width:368px) {
 .container {
	width:350px
 }
 .slide_height {
	height: 203.48px
 }
 .text-slider .maintitle {
	margin: 0;
	font-size: 20px;
    line-height: 1.1;
    padding-bottom: 5px;
 }
 .text-slider .subtitle {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 0;
 }
  .mobile-nav {
	display: block;
 }
 .mainnav {
	display: none;
	width: 0;
 }
 .align_iframe {
	max-width: 100%;
 }
.header {
    font-size: 12px;
 }
 .iframe_size{
	width: 261px;
	height: 147px;
 }
}
@media (min-width:568px) {
 .container {
  width:550px
 }
 .slide_height {
  height: 315.77px
 }
 .mobile-nav {
	display: block;
 }
 .mainnav {
	display: none;
	width: 0;
 }
 .align_iframe {
	max-width: 100%;
 }
.header {
    font-size: 16px;
 }
 .iframe_size{
	width: 408px;
	height: 230px;
 }
}
@media (min-width:768px) {
 .container {
  width:750px
 }
 .slide_height {
  height: 428.05px
 }
 .text-slider .maintitle {
	margin: 0;
	font-size: 40px;
    line-height: 1.1;
    padding-bottom: 10px;
 }
 .text-slider .subtitle {
    font-size: 35px;
    line-height: 24px;
    padding: 15px 0;
 }
 .mobile-nav {
	display: block;
 }
 .mainnav {
	display: none;
	width: 0;
 }
.header {
    font-size: 20px;
 }
 .iframe_size{
	width: 560px;
	height: 315px;
 }
}
@media (min-width:992px) {
 .col-md-1,
 .col-md-10,
 .col-md-11,
 .col-md-12,
 .col-md-2,
 .col-md-3,
 .col-md-4,
 .col-md-5,
 .col-md-6,
 .col-md-7,
 .col-md-8,
 .col-md-9 {
  float:left
 }
 .container {
  width:970px
 }
 .slide_height {
  height: 551.55px
 }
 .text-slider .maintitle {
	margin: 0;
	font-size: 45px;
    line-height: 1.1;
    padding-bottom: 10px;
 }
 .text-slider .subtitle {
    font-size: 40px;
    line-height: 24px;
    padding: 15px 0;
 }
 .mobile-nav {
	display: none;
 }
 .mainnav {
	display: block;
 }
.header {
    font-size: 25px;
 }
 .iframe_size{
	width: 728px;
	height: 410px;
 }
}
@media (min-width:1200px) {
 .container {
  width:1170px
 }
 .slide_height {
  height: 663.83px
 }
 .text-slider .maintitle {
	margin: 0;
	font-size: 55px;
    line-height: 1.1;
    padding-bottom: 10px;
 }
 .text-slider .subtitle {
    font-size: 40px;
    line-height: 24px;
    padding: 15px 0;
 }
 .mobile-nav {
	display: none;
 }
 .mainnav {
	display: block;
 }
.header {
    font-size: 30px;
 }
 .iframe_size{
	width: 888px;
	height: 500px;
 }
}
html, body {
    min-height: 100%;
}
body {
	background-image: url("images/landscape_6_1_2.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: 100% 100%;
}
.contain_img {
	width: 100%;
	object-fit: contain;
}
.align_iframe {
	display:block;
	margin: auto;
}
.video-embed{
	padding: 25px;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.vote_section {
	text-align: center;
}
.vote_section h1{
	text-align: center;
}
.vote_section img {
	padding-bottom: 20px;
	display:block;
	margin: auto;
 }
}

