@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');
 @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 #fff;
	padding: 8px 8px;
	font-weight: normal;
	line-height: 1;
	display: inline-block;
	content: "\f053";
	color: #ffffff;
}
.flex-direction-nav a.flex-next:before {
	content: "\f054";
	color: #ffffff;
	font-weight: normal;
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display:inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover {
	background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
	background: rgba(0,0,0,0.9);
	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:100%;   */
	margin: 18% auto;
	border: none;
	text-align: center;
	background: rgba(248,80,50,1);
    background: -moz-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(232,29,3,1) 48%, rgba(240,47,23,1) 70%, rgba(248,80,50,1) 99%, rgba(248,80,50,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(248,80,50,1)), color-stop(48%, rgba(232,29,3,1)), color-stop(70%, rgba(240,47,23,1)), color-stop(99%, rgba(248,80,50,1)), color-stop(100%, rgba(248,80,50,1)));
    background: -webkit-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(232,29,3,1) 48%, rgba(240,47,23,1) 70%, rgba(248,80,50,1) 99%, rgba(248,80,50,1) 100%);
    background: -o-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(232,29,3,1) 48%, rgba(240,47,23,1) 70%, rgba(248,80,50,1) 99%, rgba(248,80,50,1) 100%);
    background: -ms-linear-gradient(left, rgba(248,80,50,1) 0%, rgba(232,29,3,1) 48%, rgba(240,47,23,1) 70%, rgba(248,80,50,1) 99%, rgba(248,80,50,1) 100%);
    background: linear-gradient(to right, rgb(212, 38, 27) 0%, rgba(232,29,3,1) 48%, rgba(240,47,23,1) 70%, rgba(248,80,50,1) 99%, rgba(248,80,50,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#f85032', GradientType=1 );
  /* background:rgba(0,0,0,0.5); */
	padding: 20px 20px ; padding-bottom:0px; line-height:40px;
}
.txtoverlay article {
	display: table-cell;
	padding: 0;
	border: none;
	vertical-align: middle;
}
.txtoverlay .heading h3 {
	font-size: 70px;
	font-weight: bold;
	line-height: 80px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #fff;
}
.txtoverlay .heading p {
	font-size: 24px;
	line-height: 35px;
	font-family: 'Open Sans', sans-serif !important;
	margin-bottom: 0px;
	text-transform: none;
	font-weight:600;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}
.button a {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
.txtoverlay .pushright {
	margin-right: 15px;
}
.btn {
	color: #FFFFFF;
	background-color: #0361a7;
}
.red {
	background-color: #0a6da3;
	padding: 15px 30px;
	border-radius: 25px;
	border: solid 2px #1e8bc7;
}
.orange {
	background-color: #2f296c;
	padding: 15px 30px;
	border-radius: 25px;
	border: solid 2px #241e5d;
}
.blue {
	background-color: #03A1CE;
	padding: 15px 20px;
	border-radius: 25px;
	border: solid 2px #241e5d;
}
.flexslider .heading, .flexslider .btn {
	color: #FFFFFF;
}

/* Slider---content------end------------------------------------------------------------------------------------------- */




/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:991px) {
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
display:;
}
.verticalwrap {
	margin: 7% auto;
}
.txtoverlay .heading h3 {
	font-size: 40px;
	line-height: 60px;
}
.txtoverlay .heading p {
	font-size: 18px;
	line-height: 24px;
}
}
 @media screen and (max-width:650px) {
.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
display:;
}
.txtoverlay .heading {
	font-size: 20px;
	line-height: 20px;
}
.txtoverlay {
	display: none;
}

.txtoverlay .heading p {
	font-size: 13px;
	line-height: 24px;
	 
}



}
 @media screen and (max-width:599px) {
.txtoverlay .heading h3 {
	font-size: 30px;
}
.txtoverlay .heading {
	font-size: 15px;
}
.txtoverlay {
	display: ;
}
}
