@charset "utf-8";
/*
Template Name: Legendary
*/

/* Browser Resets
--------------------------------------------------------------------------------------------------------------- */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
--------------------------------------------------------------------------------------------------------------- */
.flexslider {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}
.flexslider .slides {
	display: block;
	width: 100%;
	white-space: nowrap;
	overflow: hidden; /*background:#3c8f16; padding-bottom:5px;*/
}
.flexslider .slides > li {
	display: none;
	position: relative;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	display: block; /* max-width:100%; margin:0 auto; */
	width: 100%;
}
.slides::before, .slides::after {
	display: table;
	content: "";
}
.slides, .slides::after {
	clear: both;
}
/* FlexSlider Default Theme
--------------------------------------------------------------------------------------------------------------- */
.flex-viewport {
	max-height: 2000px;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider.carousel .slides li {
}
/* Direction Nav */
.flex-direction-nav {
*height:0;
}
.flex-direction-nav a {
	display: block;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	z-index: 10;
	overflow: hidden;
	text-decoration: none;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
	left: 10px;
}
.flex-direction-nav .flex-next {
	right: 10px;
}
.flexslider:hover .flex-prev, .flexslider:hover .flex-next {
	opacity: 1;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 1;
	cursor: default;
}
.flex-direction-nav a:before {
	font-family: "FontAwesome";
	font-size: 20px;
	border: solid 2px #87a6c2;
	padding: 8px 8px;
	font-weight: normal;
	line-height: 1;
	display: inline-block;
	content: "\f053";
	color: #87a6c2;
}
.flex-direction-nav a.flex-next:before {
	content: "\f054";
	color: #87a6c2;
	font-weight: normal;
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 230px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
*display:inline;
}
.flex-control-paging li a {
	width: 16px;
	height: 16px;
	display: block;
	background: rgba(255,255,255,0.9);
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 20px;
	 
}
.flex-control-paging li a:hover {
	background: rgba(7,167,227,0.9); border:solid 1px #fff;
}
.flex-control-paging li a.flex-active {
	background: rgba(7,167,227,0.9); border:solid 1px #fff;
	cursor: default;
}
/* Slider---content------------------------------------------------------------------------------------------------- */
.txtoverlay {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	white-space: normal;
}
.centralise {
	display: block;
	max-width: 978px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
.verticalwrap {
	display: table;
	width: 100%;
	height: 80%;
	border: none;
	text-align: center;
}
.txtoverlay article {
	display: table-cell;
	padding: 0;
	border: none;
	vertical-align: middle;
}
.txtoverlay .heading h2 {
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #fff;
	 
}
.txtoverlay .heading h3 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	text-transform: none;
	margin: 0px 0px 10px 0px;
	line-height: 30px;
	padding: 0px;
	color: #fff;
	 
}

.txtoverlay .heading p {
	font-size: 16px;
	line-height: 30px;
	margin:0px 0px 40px 0px;
	padding:0px;
	text-transform: none;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-align: center;
}
.button2 a {
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 0px
}
.txtoverlay .pushright {
	margin-right: 15px;
}
.btn {
	color: #FFFFFF;
	background-color: #0361a7;
}
.red {
	background: #07a7e3;
	padding: 12px 30px;
	border-radius: 2px;
	border:solid 2px #fff;
}
.orange {
	background: #eb5427;
	padding: 12px 30px;
	border-radius: 0px
}
.blue {
	background: #0544a6;
	padding: 12px 30px;
	border-radius: 0px
}
.flexslider .heading, .flexslider .btn {
	color: #FFFFFF;
}

/* Slider---content------end------------------------------------------------------------------------------------------- */
@media screen and (max-width:1024px) {
.txtoverlay .heading h3 {
	font-size: 50px;
}
}
 @media screen and (max-width:900px) {
.txtoverlay .heading h3 {
	font-size: 40px;
	line-height: 40px;
}

.verticalwrap {height: 100%;}

.flex-control-nav {
    
    bottom: 10px;
    
}

}




/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:650px) {
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
display:;
}
.txtoverlay .heading {
	font-size: 20px;
}
}
 @media screen and (max-width:768px) {
.txtoverlay .heading h3 {
	font-size: 18px;
	padding: 0px;
}
.txtoverlay .heading br {
	display: none;
}
.txtoverlay .heading {
	font-size: 15px;
}
/*  .txtoverlay{display: none;} */
  
}
@media screen and (max-width:468px) {
.txtoverlay {
	display: none;
}
}
