#slider-mob
{
	display: none;
	background: url('../images/slide-1.jpg');
	background-position: no-repaet center center fixed;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 200px;
    width: 100%;
}

.hero-slider
{
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 740px;
	overflow: hidden;
}

.hero-slider .slides
{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	*zoom: 1;
}

.hero-slider .slides:after
{
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
	height: 0;
}

.hero-slider .slides li
{
	background-position: center center;
	min-height: 740px;
	width: 100%;
	position: absolute;
}

.sliderbox
{
	color: #ffffff;
    font-family: 'Raleway', sans-serif;
	padding: 0px 10px;
	font-size: 14px;
	z-index: 99;
	width: 100% !important;
	position: absolute;
	text-align: center;
	margin: 30px auto;
}

.sliderbox img
{
	margin: 0px auto;
}

.sliderbox i
{
	color: #fba51a;
	font-size: 43px;
}

.sliderbox h1
{
	color: #ffffff;
	font-family: 'Anton', sans-serif;
	padding-top: 10px;
	margin: 0px;
}

.sliderbox h1 a
{
	color: #ffffff;
	font-family: 'Anton', sans-serif;
}

.cheshire {
	color: #fba51a !important;
}

.overlay
{
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	z-index: 50;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
}

.hero-slider .flex-control-paging
{
	left:0;
	right:0;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin: 0px auto;
	padding: 0px;
	z-index: 99;
	bottom: 20px;
	position: absolute;
}

.hero-slider .flex-control-paging li {display: none;}

.flex-direction-nav
{
	position: absolute;
	width: 1170px;
	top: 250px;
	left:0;
	right:0;
	z-index: 99;
	list-style-type: none;
	margin-left:auto;
	margin-right:auto;
	display: inline-block;
}

.flex-prev{position: absolute; width: 50px; height: 50px; left: 0px; z-index: 99; font-size: 0px; background-color: rgba(255, 255, 255, 0.25); -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s  ease-in-out; -o-transition: all 0.2s  ease-in-out; transition: all 0.2s  ease-in-out;}
.flex-next{position: absolute; width: 50px; height: 50px; right: 0px; z-index: 99; font-size: 0px; background-color: rgba(255, 255, 255, 0.25); -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s  ease-in-out; -o-transition: all 0.2s  ease-in-out; transition: all 0.2s  ease-in-out;}

.flex-prev:after
{
	left: 0px;
	font-size: 22px !important;
	color: #000000 !important;
	content: "\f104";
}
.flex-next:after
{
	right: 0px;
	font-size: 22px !important;
	color: #000000 !important;
	content: "\f105";
}

.flex-prev:after,
.flex-next:after
{
	font-size: 42px;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-family: 'FontAwesome';
	position: absolute;
	color: #ffffff;
	opacity: 0.5;
}

.flex-prev:hover:after,
.flex-next:hover:after
{
	color: #000000 !important;
}

.flex-prev:hover,
.flex-next:hover
{
	background-color: rgba(255, 255, 255, 0.6);
}

#slider-mob h1
{
	margin: 0px;
	color: #ffffff;
	text-align: center;
	padding-top: 30px;
}

#slider-mob h1 a
{
	color: #ffffff;
	text-align: center;
}

@media screen and (max-width: 990px){
	#slider {display: none;}
	#slider-mob {display: block;}
	#slider-mob h1 {margin: 0px;}
}

@media screen and (max-width: 990px){
	.sliderbox {margin: 25px;}
	#slider-mob {height: 450px;}
}

@media screen and (max-width: 990px){
	.hero-slider .caption{top: 260px;}
	.hero-slider .caption p {font-size: 18px; width: 100%; margin: 0px auto; line-height: 20px;}
	.hero-slider .caption .button{display: none;}
	.hero-slider{height: 200px !important; overflow: hidden;}
	.sliderbox {margin: 60px auto; height: 150px;}
	.sliderbox img {margin: 0px auto; text-align: center; padding: 0px;}
	.hero-slider .slides li {height: 100px !important; width: 100% !important; background-attachment: scroll !important; background-position: center bottom !important; -webkit-background-size: cover;
 	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; }

}

@media screen and (max-width: 480px){
	#slider-mob {height: 200px;}
}

@media screen and (max-width: 1199px){
	.flex-next, .flex-prev  {display: none;}
}
