	/*css*/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/font-awesome.css";
@import "../css/superfish.css";

@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700,900,300);


@font-face {
	font-family: 'impactreg';
	src: url('../fonts/impactreg.eot');
	src: local('impactreg'), url('../fonts/impactreg.woff') format('woff'), url('../fonts/impactreg.ttf') format('truetype');
}

body{
	min-width: 960px;
	background: #f7f7f7;
	font-family: 'Roboto', sans-serif;
	line-height: 20px;
	font-size: 13px;
	color: #777;
}

p {
	margin-bottom: 22px;
}

h2 {
	font-size: 30px;
	display: inline-block;
	font-weight: 400;
	line-height: 37px;
	color: #ff0000;
}

h2 span {
	color: #333;
	display: block;
	line-height: 26px;
}

h3 {
	font-size: 22px;
	color: #333;
	line-height: 27px;
	font-weight: 500;
	padding: 14px 0 13px;
}

h4 {
	line-height: 37px;
	font-size: 28px;
	color: #ff0000;
	font-weight: 300;
	margin-bottom: 4px;
}

h4 span {
	font-weight: 400;
	display: block;
	font-size: 42px;
	color: #333;
	margin-bottom: 5px;
}

img {
	max-width: 100%;
}

input {
	border-radius: 0 !important;
	outline: none !important;
	-webkit-appearance: none;
}

a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

.extra_wrapper {
	overflow: hidden;
}


/*-----------Header------------*/
#header {
	background: #fff;
	padding-top: 24px;
}
#header h1 {
	clear: both;
	margin-bottom: 17px;
	float: left;
}
#header h1 img {
	display: block;
}
.div1 {
	float: right;
	padding-top: 22px;
	text-align: right;
}
.a1>img {
	margin-right: 9px;
}
.p1>figure {
	display: inline-block;
	margin-right: 3px;
	position: absolute;
	left: -29px;
	top: -5px;
}
.menu {
	border: 1px solid #dbdbdb;
	background: url('../images/menu_bg.jpg');
	position: relative;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 7px 0px rgba(224, 223, 223, 1);
	box-shadow: 0px 5px 7px 0px rgba(224, 223, 223, 1);
}
.div3 {
	margin-top: 20px;
	border: 1px solid #dbdbdb;
	overflow: hidden;
	border-radius: 6px;
	-webkit-box-shadow: 0px 5px 7px 0px rgba(224, 223, 223, 1);
	box-shadow: 0px 5px 7px 0px rgba(224, 223, 223, 1);
}


/*-----------Content-----------*/
#content {
	background: #fff;
	padding: 20px 0 50px;
}


/*------------Page1------------*/
.art1 {
	background: url('../images/page1_img1.jpg') right bottom no-repeat #fff;
}
.art2 {
	background: url('../images/page1_img2.jpg') right 25px no-repeat #fff;
}
.art3 {
	background: url('../images/page1_img3.jpg') right bottom no-repeat #fff;
}

.art1, .art2, .art3, .art5 {
	margin-bottom: 20px;
	border: 1px solid #dbdbdb;
	border-radius: 6px;
	-webkit-box-shadow: 0px 5px 7px 0px rgba(224, 223, 223, 1);
	box-shadow: 0px 5px 7px 0px rgba(224, 223, 223, 1);
	padding: 19px 126px 20px 18px;
	position: relative;
}
.art1 p, .art2 p, .art3 p, .art5 {
	margin-bottom: 18px;
}
.art4 + .art4 {
	border-top: 1px solid #dbdbdb;
	padding-top: 13px;
}
.art4 p {
	margin-bottom: 13px;
}
.art5 {
	position: relative;
	padding: 19px 67px 20px 18px;
}
.art5 div {
	padding-right: 20px;
}
.art8 {
	margin-bottom: 10px;
}
.div5 img {
	margin: 2px 5px 0 0;
}
.div5+.div5 {
	margin-top: 10px;
}
.art5 .fa, .art5 .fa1 {
	line-height: 31px;
	top: 78px;
	color: #ff0000;
	position: absolute;
	font-size: 67px;
	right: 37px;
}
.art5 .fa1 {
	font-size: 62px !important;
}


/*-------------Text------------*/
.p1 {
	font-size: 22px;
	color: #000;
	line-height: 25px;
	position: relative;
	font-weight: 500;
}
.p2 {
	font-weight: 500;
	display: block;
	color: #ff0000;
}


/*-------------Links-----------*/
a.lightbox {
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 16px;
}
a.lightbox img {
	width: 100%;
}
a.lightbox span {
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	display: block;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url('../images/magnify.png') -100px center no-repeat;
}
a.lightbox:hover span {
	background-position: center center;
}
a {
	text-decoration: none;
	color: inherit;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
a:hover {
	color: #ff0000;
}
.a1 {
	font-size: 12px;
	color: #373334;
	margin-bottom: 8px;
	position: relative;
	line-height: 12px;
	display: inline-block;
	padding: 8px 12px 7px 9px;
	background: #fdf012;
	border-radius: 3px;
}
.a1:hover {
	color: #373334;
	background: #ff0000;
}
.a2 {
	line-height: 14px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	padding: 13px 20px 13px;
	background: url('../images/link_bg.jpg') repeat-x;
	border-radius: 4px;
	position: relative;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	-webkit-box-shadow: 0px 5px 7px 0px rgba(189, 188, 188, 1);
	box-shadow: 0px 5px 7px 0px rgba(189, 188, 188, 1);
}
.a2:hover {
	background: #e60000;
	color: #fff;
}
.a3 {
	font-weight: 500;
	color: #ff0000;
}
.a3:hover {
	color: #333;
}


/*-------------List------------*/
.list li, .list1 li {
	padding-left: 30px;
	background: url('../images/marker.png') 0 7px no-repeat;
	text-align: left;
}
.list li:last-child {
	margin-bottom: 42px;
}
.list a, .list1 a {
	line-height: 31px;
	font-weight: 500;
	color: #ff0000;
}
.list a:hover, .list1 a:hover {
	color: #000;
}
.list1 li:last-child {
	margin-bottom: 15px;
}
.years dt {
	color: #ff0000;
	float: left;
	font-weight: 500;
}
.years dt span {
	margin: 0 13px 0 10px;
}
.years dd {
	overflow: hidden;
	margin-bottom: 20px;
}
.years dd a:hover {
	color: #000;
}
.list2 {
	padding-right: 40px;
}
.list2 li {
	line-height: 22px;
	position: relative;
	font-size: 13px;
	text-align: left;
}
.list2 span.p3 {
	display: inline-block;
	background: #fff;
	position: relative;
	padding: 0 2px 3px 0;
}
.list2 span.p4 {
	position: absolute;
	right: 0;
	background: #fff;
}
.list2 li:before {
	content: '';
	position: absolute;
	height: 1px;
	background: url('../images/points.png') repeat-x;
	bottom: 11px;
	width: 100%;
}


/*-------------Images-----------*/
.img1 {
	padding-top: 5px;
	margin-bottom: 14px;
}
.img2 {
	float: left;
	margin: 4px 20px 10px 0;
	display: inline-block;
}


/*-------------Indent-----------*/
.pad1 {
	padding-right: 50px;
}
.mrg1 {
	padding-bottom: 8px;
}
.mrg2 {
	padding-bottom: 14px;
}
.mrg3 {
	margin-bottom: 33px;
}
.mrg4 {
	margin-bottom: 12px;
}


/*---------search---------*/
#search {
	position: relative;
	float: right;
}
#search input {
	border: 1px solid #dbdbdb;
	position: relative;
	width: 210px;
	font-family: 'Roboto', sans-serif;
	height: 29px;
	background: none;
	padding: 0 25px 0 15px;
	font-size: 13px;
	background: url('../images/searche_bg.jpg') repeat-x;
	line-height: 13px;
	border-radius: 4px !important;
	margin: 9px 9px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#search fieldset {
	position: relative;
	text-align: center;
}
#search .error {
	position: absolute;
	overflow: hidden;
	display: none;
	font-size: 10px;
	top: 0;
	color: red;
	right: 48px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#search .success {
	border-radius: 0;
	padding: 0;
	border: 1px solid #40515e;
	text-align: center;
	background: #b6b6b6;
	position: absolute;
	z-index: 10;
	display: none;
	top: 0;
	width: 85%;
	color: #40515e;
}
#search label.invalid .error {
	height: 19px;
}
#search .a7{
    position: absolute;
	width: 15px;
    top: 17px;
    right: 17px;
    display: block;
    height: 16px;
    cursor: pointer;
    background: url('../images/search.png') no-repeat;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#search .a7:hover{
	opacity: 0.5;
}


/*-------------Footer-----------*/
footer {
	padding: 35px 0 45px;
	color: #777;
	font-size: 11px;
	line-height: 18px;
}
#footer_menu li {
	float: left;
}
#footer_menu li+li {
	margin-left: 18px;
}
#footer_menu a {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 20px;
	color: #333;
	font-weight: 500;
}
#footer_menu a.active, #footer_menu a:hover {
	color: #ff0000;
}
footer p {
	padding-top: 10px;
}
footer .fa {
	height: 32px;
	text-align: center;
	color: #333;
	line-height: 19px;
	background: url('../images/social.png') repeat-x;
	font-size: 21px;
	position: relative;
	width: 45px;
	border-radius: 500px;
	border: 1px solid #dbdbdb;
	padding-top: 13px;
	position: relative;
}
.fa:hover {
	color: #ff0000;
}
.socials a+a {
	margin-left: 10px;
}
.privacy a {
	color: #ff0000;
}
.privacy a:hover {
	color: #000;
}
footer h1 {
	margin-bottom: 15px;
}


/*--------------To_Top----------*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 40px;
    left: 51%;
    margin-left: 500px;
    overflow: hidden;
    width: 22px;
    height: 26px;
    border: none;
    text-indent: -999px;
    z-index: 20;
    background: url(../images/totop.png) no-repeat left 0;
    transition: 0s ease;
    -o-transition: 0s ease;
    -webkit-transition: 0s ease;
}
#toTop:hover {
    outline: none;
    background-position: 0 bottom;
}


/*--------------Map-------------*/
.map {
	overflow: hidden;
	padding: 5px 0px 30px 0;
}
.map figure {
	display: block;
	margin-bottom: 20px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.map figure iframe {
	width: 344px;
	height: 240px;
	max-width: 100%;
}
.map address {
    line-height: inherit;
    font-style: normal;
	display: block;
	font-weight: normal;
}
.map address dt {
	color: #ff0000;
}
.map address dd{
	height: 20px;
}
.map address dd span {
	color: inherit;
	padding: 0;
	min-width: 86px;
	display: inline-block;
	text-align: left;
}
.map address a:hover{
	color: #282b2d;
}

/*----------- Banners -----------*/

.banners{
	margin-left: 8%;
	line-height: normal;
}

.banners p, .banners p span{
	font-family: 'impactreg' !important;
	color: #FFFFFF;
	text-align: left;
}

.banners a{
	margin-left:31%;
}

#banner1{
	top: 8%;
}
#banner1 p{
	color: #000000;
	font-size: 19px;
	text-align: center;
}
#banner1 a{
	bottom: 10px;
}

#banner2{
	top: 25%;
}
#banner2 p{
	font-size: 5.8vw;
}
#banner2 p span{
	font-size: 3.5vw;
}
#banner2 a{
	bottom: 30px;
}

#banner3{
	top: 20%;
}
#banner3 p{
	font-size: 2.45vw;
	text-align: center;
}
#banner3 p span{
	font-size: 3.17vw;
}
#banner3 a{
	bottom: 15px;
}


#banner4{
	top: 5%;
	margin-left: 10%;
}
#banner4 p{
	line-height: 1.4;
}
#banner4 p span{
	display: inline;
	padding-right: 6px;
	padding-left: 40px;
	font-size: 1.91vw;
}
#banner4 a{
	bottom: 90px;
}

.tickicon{
    background-image: url('../images/tick.png');
    background-repeat: no-repeat;
    background-size: contain;
}


/*=======================RESPONSIVE LAYOUTS===========================*/
@media only screen and (min-width: 1290px) {
	/* Banners */
	#banner1 p{
		font-size: 20px;
	}

	#banner2 p{
		font-size: 75px;
	}

	#banner2 p span{
		font-size: 45px;
	}

	#banner3 p{
		font-size: 32px;
	}

	#banner3 p span{
		font-size: 40px;
	}

	#banner4 p span{
		font-size: 25px;
	}
}

@media only screen and (max-width: 995px) {
	body {
		min-width: 768px;
	}
	#content, footer {
		text-align: center;
	}
	h4 {
		line-height: 30px;
	}
	.a2 {
		font-size: 12px;
		line-height: 12px;
	}
	h2 {
		font-size: 27px;
		line-height: 26px;
	}
	.list a, .list1 a {
		line-height: 11px;
	}
	.list li, .list1 li {
		margin-bottom: 10px;
		background-position: 0 0;
	}
	.art1, .art2, .art3 {
		padding: 19px 126px 20px 10px;
	}
	.pad1, .list2 {
		padding-right: 0;
	}
	#footer_menu {
	display: inline-block;
	}
	.art5 div {
		padding-right: 10px;
	}
	.list2 li {
		font-size: 11px;
	}
	.map figure iframe {
		width: 100%;
	}
	.art5 .fa {
		right: 10px;
	}

	/* Banners */
	.banners a{
		padding: 10px 16px 10px;
	}
	#banner1 p{
		font-size: 17px;
	}
	#banner4 p span{
		font-size: 17.5px;
	}
}

@media only screen and (max-width: 767px) {
	body {
		min-width: 420px;
	}
	#header {
		text-align: center;
	}
	#header h1, .div1, #search {
		float: none;
		display: inline-block;
	}
	.div1 {
		text-align: center;
		margin-bottom: 10px;
	}
	#search {
		margin-bottom: 10px;
	}
	.camera_wrap{
		height: 470px !important;
	}
	.camera_wrap img {
		margin: 0 auto !important;
	}
	.banners{
		position: relative;
		left: 0% !important;
		top: 55% !important;
	}
	.banners p, .banners p span{
		color: #000000 !important;
	}
	#banner1 p{
		font-size: 13px;
	}
	#banner2 p{
		font-size: 40px;
	}
	#banner2 p span{
		font-size: 25px;
	}
	#banner3 p{
		font-size: 22px;
	}
	#banner3 p span{
		font-size: 26px;
	}
	#banner4 p{
		font-size: 11px;
	}
	#banner4 p span{
		font-size: 14px;
	}
	#banner4 a{
		bottom: 80px;
	}
	.socials, .gallery li {
		margin-bottom: 30px;
	}
	h3 {
		margin-top: 20px;
	}
	.art5 .fa {
		right: 15px;
	}
}

@media only screen and (max-width: 480px) {

	body {
		min-width: 300px;
	}
	#footer_menu ul {
		text-align: center;
	}
	#footer_menu li {
		display: inline-block;
		float: none;
	}

	.img2 {
		float: none;
		margin: 0 0 20px;
	}

	#banner1 a{
		margin-left: 20%;
	}

	#banner3 a{
		margin-left: 20%;
	}

	#banner4 a{
		margin-left: 33%;
		bottom: 70px;
	}

	#banner4 p{
		font-size: 9px;
	}
}
