* {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
header, section, article, aside, nav, footer, address {
	display: block;
}
body {
	font-family: 'open_sansregular',Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333;
	overflow-x: hidden;
	min-width: 320px;
}
input,textarea,select{
	font-family: 'open_sansregular',Arial, Helvetica, sans-serif;
}
p{
	line-height: 1.6em;
}
br.clear{
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}
.thumb{
	display: block;
}
.thumb img{
	display: block;
	width:100%;
}
a:hover,[type="submit"]:hover{
	filter: alpha(opacity = 85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
.wrapper {
	width: 90%;
	margin: 0 auto;
	max-width:1200px;
}
#video-popup-container {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
  }
  
  #video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
  }
  
  #video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
  }
  
  #video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
  }
  
  #video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
  }
  
  #video-popup-close:hover {
    color: #DE0023;
  }

.table-area{
	text-align: center;
	overflow-x: auto;
	margin-bottom: 5%;
}
.table-area table{
	margin-bottom: 4%;
	width: 100%;
	text-align: center;
}
.table-area tr{
	
}
.table-area tr th{
	font-size: 18px;
    font-weight: bold;
    color: #000;
}
.table-area tr td{
	padding: 15px;
}
/*header*/
#top{
	background: url('../images/spotlight-back.png') no-repeat;
	color: #fff;
	padding: 2% 0 8%;
	-webkit-background-size: cover;
	background-size: cover;
}
#top header{
	
}
#top header section.top{
	font-size: 18px;
}
#top header section.top div.contact{
	width: 50%;
}
#top header section.top div.contact span{
	margin-right: 10%;
}
#top header section.top div.contact span:last-child{
	margin-right: 0;
}
#top header section.top div.contact span small{
	color: #fff;
}
#top header section.top div.contact span b{
	color: #fff;
}
#top header section.top div.icons{

}
#top header section.top div.icons a{
	color: #fff;
	font-size: 24px;
}
#top header section.bottom{
	width: 65%;
	left: 0;
	right: 0;
	margin: 3% auto 0;
}
#top header section.bottom div.mobile-menu{
	display: none;
}
#top header section.bottom nav{
	
}
#top header section.bottom nav ul{
	float: left;
	width: 100%;
}
#top header section.bottom nav ul li{
	float: left;
	margin-right: 5%;
	text-transform: uppercase;
}
#top header section.bottom nav ul li a{
	color: #fff;
	display: inline-block;
	width: 100%;
	text-align: center;
}
#top header section.bottom nav ul li:last-child{
	margin-right: 0;
}
/*header*/

/*spotlight*/
#top #spotlight{
	text-align: center;
	width: 70%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#top #spotlight h1{
	width: 150px;
	left: 0;
	right: 0;
	margin: 11% auto;
}
#top #spotlight h1 a{
	display: inline-block;
}
#top #spotlight h1 a img{
	width: 100%;
}
#top #spotlight h2{
	font-size: 50px;
	font-weight: bold;
}
#top #spotlight p{
	margin: 4% auto 6%;
	width: 80%;
	left: 0;
	right: 0;
}
#top #spotlight div.buttons{
	
}
#top #spotlight div.buttons a.button.exp{
	padding: 16px 38px;
}
/*spotlight*/

/*#info*/
#info{
	background: #005f9d;
	color: #fff;
	text-align: center;
	padding: 2% 0;
}
#info .box{
	width: 48%;
	padding: 6% 4%;
}
#info .box span.icon{
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 22px;
	padding: 3%;
}
#info .box h3{
	margin: 8% 0 4%;
	font-size: 30px;
}
#info .box p{
	line-height: 1.3em;
	text-align: justify;
}
/*#info*/

/*details*/
#details{
	margin-top: 6%;
	color: #959595;
}
#details section.about{
	width: 46%;
	border-right: 1px solid #747474;
	padding: 0 2%;
	margin-right: -1px;
	box-sizing: initial;
	-moz-box-sizing: initial;
	-webkit-box-sizing: initial;
}
#details section.about h2{
	color: #747474;
	text-transform: uppercase;
}
#details section.about p{
	line-height: 1.3em;
	font-size: 16px;
	margin: 4% 0 10.8%;
}
#details section.about a.button{
	padding: 10px 30px;
	color: #959595;
}
#details section.event{
	color: #959595;
	border-left: 1px solid #747474;
	width: 42%;
	padding: 0 2% 0 6%;
	margin-left: -1px;
	box-sizing: initial;
	-moz-box-sizing: initial;
	-webkit-box-sizing: initial;
}
#details section.event h2{
	color: #747474;
	text-transform: uppercase;
}
#details section.event ul{
	margin: 22px 0;
}
#details section.event ul li{
	margin-bottom: 20px;
}
#details section.event ul li:last-child{
	margin-bottom: 0;
}
#details section.event ul li a.date{
	width: 20%;
	float: left;
	color: #747474;
	text-align: center;
}
#details section.event ul li a.date span{
	display: block;
	font-size: 10px;
}
#details section.event ul li a.date b{
	display: block;
	font-size: 24px;
}
#details section.event ul li div.content{
	width: 80%;
	float: right;
}
#details section.event ul li div.content h4{
	
}
#details section.event ul li div.content h4 a{
	color: #747474;
	font-weight: bold;
	text-transform: uppercase;
}
#details section.event ul li div.content p{
	line-height: 1.3em;
	font-size: 15px;
	margin-top: 5px;
}
#details section.event a.button{
	padding: 10px 30px;
	color: #9E9E9E;
}
/*details*/

/*facilities*/
#facilities{
	color: #959595;
	margin-top: 6%;
}
#facilities h2.title{
	color: #747474;
	font-size: 40px;
	text-transform: uppercase;
}
#facilities ul{
	float: left;
	margin-top: 3%;
}
#facilities ul li{
	width: 48%;
	position: relative;
}
#facilities ul li a.image{
	float: left;
	width: 70%;
}
#facilities ul li a.image img{
	width: 100%;
}
#facilities ul li div.content{
	float: right;
	position: absolute;
	height: 144px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
	width: 30%;
	padding: 2% 1%;
	text-align: center;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0, .3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0, .3);
	box-shadow: 0 0 10px rgba(0,0,0, .3);
}
#facilities ul li div.content h3{
	
}
#facilities ul li div.content h3 a{
	color: #747474;
	font-size: 14px;
	text-transform: uppercase;
}
#facilities ul li div.content p{
	line-height: 1.3em;
	font-size: 10px;
	margin-top: 6%;
}
#facilities p.bottom-content{
	width: 48%;
	line-height: 1.3em;
	margin: 3% 0;
}
#facilities a.button{
	padding: 10px 30px;
	color: #747474;
}
/*facilities*/

/*gallery*/
#gallery{
	background: url('../images/gallery-back.png') no-repeat;
	background-size: cover;
	background-position-y: 100px;
	background-position-x: center;
	padding: 3% 0;
	margin: 3% 0;
}
#gallery h2{
	color: #747474;
	font-size: 40px;
	text-transform: uppercase;
}
#gallery div{
	float: left;
	margin: 10% 0 1%;
	width: 100%;
}
#gallery div a{
	float: left;
	width: 32%;
	margin-right: 2%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 2%;
}
#gallery div a:nth-child(3n){
	margin-right: 0;
}
#gallery div li img{

}
/*gallery*/

/*content-widget*/
#content-widget{
	margin: 5% 0;
	color: #747474;
}
#content-widget div.content-box{
	width: 48%;
	padding: 4% 5%;
}
#content-widget div.content-box h2{
	font-size: 26px;
}
#content-widget div.content-box p{
	margin-top: 5%;
	font-size: 16px;
}
#content-widget div.images-box{
	width: 48%;
}
#content-widget div.images-box img{
	width: 100%;
}
/*content-widget*/

/*footer*/
footer{
	background: #292929;
	color: #fff;
	padding: 4% 0;
}
footer section.top{
	
}
footer section.top .widget{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
footer section.top .widget.last{
	margin-right: 0;
}
footer section.top .widget h1{
	display: inline-block;
}
footer section.top .widget h1 a{
	display: inline-block;
}
footer section.top .widget h1 a img{
	width: 55px;
}
footer section.top .widget h4{
	font-size: 25px;
}
footer section.top .widget span.icon{
	font-size: 25px;
}
footer section.top .widget .content{
	margin-top: 30px;
}
footer section.top .widget .content.contact p{
	height: 35px;
	line-height: 35px;
}
footer section.top .widget .content p small{
	color: #fff;
}
footer section.top .widget .content p b{
	color: #fff;
}
footer section.top .widget .content ul{
	
}
footer section.top .widget .content ul li{
	
}
footer section.top .widget .content ul li a{
	color: #fff;
	display: inline-block;
	height: 35px;
	width: 80px;
	line-height: 35px;
}
footer section.bottom{
	width: 50%;
	left: 0;
	right: 0;
	margin: 2% auto 0;
	text-align: center;
}
footer section.bottom .top{
	border-bottom: 1px solid #fff;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
}
footer section.bottom .top a.icon{
	color: #fff;
}
footer section.bottom .bottom{
	height: 45px;
}
footer section.bottom .bottom p{
	font-size: 10px;
}
footer section.bottom .bottom a{
	color: #fff;
}
/*footer*/
.center{
	text-align: center;
}

/*inner page*/
body.inner #top{
	padding: 2% 0 8%;
}
body.inner #top #spotlight{
	
}
body.inner #top #spotlight img{
	width: 100px;
	margin: 30px 0;
}
body.inner #top #spotlight h2{
		text-transform: uppercase;
}
body.inner #top #spotlight p{
	margin-bottom: 0;

}
body.inner #top #spotlight div.buttons{

}
body.inner #top #spotlight div.buttons a{

}
/*inner page*/

/*about page start*/
#content{
	margin-top: 6%;
	margin-bottom: 5%;
}
#content .main{
	color: #959595;
}
#content .main.about{

}
#content .main.about div.top{
	padding: 0 2% 0 2%;
}
#content .main.about div.top h2{
	font-size: 35px;
	text-transform: uppercase;
}
#content .main.about div.top p{
	margin-top: 30px;
	line-height: 1.3em;
}
#content .main.about div.bottom{
	margin-top: 50px;
}
#content .main.about div.bottom div.box{
	width: 42%;
	box-sizing: initial;
	-moz-box-sizing: initial;
	-webkit-box-sizing: initial;
}
#content .main.about div.bottom div.box.left{
	border-right: 1px solid #747474;
	padding: 0 6% 0 2%;
	margin-right: -1px;
}
#content .main.about div.bottom div.box.right{
	border-left: 1px solid #747474;
	padding: 0 2% 0 6%;
	margin-left: -1px;
}
#content .main.about div.bottom div.box h3{
	text-transform: uppercase;
	font-size: 22px;
}
#content .main.about div.bottom div.box p{
	margin-top: 10px;
	line-height: 1.3em;
}
/*about page end*/

/*event page start*/
#content section.head{
	width: 80%;
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #959595;
	text-transform: uppercase;
	text-align: center;
}
#content section.head h2{
	font-size: 35px;
}
#content section.main.events{
	color: #959595;
	width: 80%;
	left: 0;
	right: 0;
	margin: 5% auto 0;
}
#content section.main.events h2{
	color: #747474;
	text-transform: uppercase;
}
#content section.main.events ul{
	width: 100%;
}
#content section.main.events ul li{
	margin-bottom: 3%;
}
#content section.main.events ul li:last-child{
	margin-bottom: 0;
}
#content section.main.events ul li div.main{
	float: left;
	width: 60%;
	padding: 2%;
	border-top: 2px solid #005f9d;
	border-bottom: 2px solid #005f9d;
	border-left: 2px solid #005f9d;
	align-content: center;
    display: flex;
    flex-wrap: wrap;
}
#content section.main.events ul li div.main a.date{
	width: 20%;
	float: left;
	color: #747474;
	text-align: center;
}
#content section.main.events ul li div.main a.date span{
	display: block;
	font-size: 10px;
}
#content section.main.events ul li div.main a.date b{
	display: block;
	font-size: 24px;
}
#content section.main.events ul li div.main div.content{
	width: 80%;
	float: right;
}
#content section.main.events ul li div.main div.content h4{
	
}
#content section.main.events ul li div.main div.content h4 a{
	color: #747474;
	font-weight: bold;
	text-transform: uppercase;
}
#content section.main.events ul li div.main div.content p{
	font-size: 15px;
	margin-top: 5px;
}
#content section.main.events ul li div.image{
	float: left;
	width: 40%;
	overflow: hidden;
	max-height: 150px;
}
#content section.main.events ul li a.thumb{
	width: 100%;
	height: 150px;
}
#content section.main.events ul li a.thumb img{
	width: auto;
	min-width: 100%;
    height: 100%;
}
/*event page end*/

/*facilities page start*/
#content section.main.facilities{
	margin-top: 3%;
}
#content section.main.facilities ul{
	float: left;
	margin-top: 3%;
}
#content section.main.facilities ul li{
	width: 48%;
	position: relative;
	margin-right: 4%;
	margin-bottom: 4%;
}
#content section.main.facilities ul li:nth-child(2n){
	margin-right: 0;
	margin-bottom: 0;
}
#content section.main.facilities ul li a.image{
	float: left;
	width: 70%;
}
#content section.main.facilities ul li a.image img{
	width: 100%;
}
#content section.main.facilities ul li div.content{
	float: right;
	position: absolute;
	height: 144px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
	width: 30%;
	padding: 3% 1%;
	text-align: center;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0, .3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0, .3);
	box-shadow: 0 0 10px rgba(0,0,0, .3);
}
#content section.main.facilities ul li div.content h3{
	
}
#content section.main.facilities ul li div.content h3 a{
	color: #747474;
	text-transform: uppercase;
}
#content section.main.facilities ul li div.content p{
	line-height: 1.3em;
	font-size: 10px;
	margin-top: 10px;
}
#content section.main.facilities p.bottom-content{
	width: 48%;
	line-height: 1.3em;
	margin: 30px 0;
}
#content section.main.facilities a.button{
	padding: 10px 30px;
	color: #747474;
}
/*facilities page end*/

/*gallery page*/
#content section.head div.buttons{
	margin-top: 4%;
}
#content section.head div.buttons .button{
	color: #747474;
	text-transform: none;
	font-weight: bold;
	padding: 1% 2%;
	font-size: 22px;
}
#content section.head div.buttons .button.active{
	background: #005f9d;
	color: #fff;
}
#content section.main.gallery div{
	float: left;
	margin: 3% 0 0;
	width: 100%;
}
#content section.main.gallery div a{
	float: left;
	width: 30%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    margin: 0 2% 2% 0;
}
#content section.main.gallery div a:nth-child(3n) {
	    margin-right: 0;
	}
#content section.main.gallery div a img{

}
#content section.main.gallery div a span.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
}
#content section.main.gallery div a span.overlay small.icon{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 20%;
    height: 60px;
    font-size: 60px;
    color: #fff;
}
/*gallery page*/

/*result page*/
#content section.main.results{

}
#content section.main.result div.top{

}
#content section.main.result div.top h2{
	font-size: 35px;
}
#content section.main.result div.top p{
	line-height: 1.2em;
	margin-top: 3%;
}
#content section.main.result div.bottom{
	margin-top: 3%;
    /* width: 30%; */
}
#content section.main.result div.bottom label{
	font-size: 20px;
	line-height: 50px;
	color: #000;
}
#content section.main.result div.bottom div.right{
	width: 100%;
    float: none;
}
#content section.main.result div.bottom div.right input[type="text"]{
	border-radius: 2px;
	box-shadow: 0 2px 2px 0 rgb(149, 149, 149),0 0 0 1px rgba(0,0,0,0.08);
	font-size: 20px;
	color: #757575;
	height: 46px;
	background: #fff;
	padding: 2% 5%;
	margin-bottom: 10%;
	width: 100%;
}
#content section.main.result div.bottom div.right button.button{
	display: block;
	color: #757575;
	padding: 15px 35px;
}
/*result page*/

/*common*/
.button{ 
	color: white;
	padding: 16px 55px;
	text-align: center;
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border: 3px solid #005f9d;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.button.bg{
	background: #005f9d;
}
.active{
	border-bottom: 2px solid #005f9d;
}
/*common*/

/*fontello*/
@font-face {
font-family: 'fontello';
src: url('../fonts/fontello/fontello.eot?79256376');
src: url('../fonts/fontello/fontello.eot?79256376#iefix') format('embedded-opentype'),
	url('../fonts/fontello/fontello.woff2?79256376') format('woff2'),
	url('../fonts/fontello/fontello.woff?79256376') format('woff'),
	url('../fonts/fontello/fontello.ttf?79256376') format('truetype'),
	url('../fonts/fontello/fontello.svg?79256376#fontello') format('svg');
font-weight: normal;
font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-cancel:before { content: '\e800'; } 
.icon-phone:before { content: '\e801'; } 
.icon-location:before { content: '\e802'; }
.icon-play:before { content: '\e803'; } 
.icon-twitter:before { content: '\f099'; } 
.icon-facebook:before { content: '\f09a'; }
.icon-menu:before { content: '\f0c9'; } 
.icon-gplus:before { content: '\f0d5'; } 
.icon-mail-alt:before { content: '\f0e0'; }
.icon-lightbulb:before { content: '\f0eb'; }
.icon-paper-plane:before { content: '\f1d8';}
/*fontello*/

/*responsive styles starts here*/
/*home page styles starts here*/
@media all and (max-width: 1280px){
	/*facilities page*/
	#content section.main.facilities ul li div.content{
		padding: 4% 1%;
	}
	/*facilities page*/
	/*result page*/
	#content section.main.result div.bottom div.right input[type="text"] {
		font-size: 17px;
	}
	/*result page*/
}
@media all and (max-width: 1200px){
	#top header section.top {
	    font-size: 17px;
	}
	#top header section.bottom nav ul li a {
	    font-size: 18px;
	}
	#top header section.bottom {
	    width: 80%;
	}
	footer section.top .widget .content {
	    font-size: 13px;
	}

}
@media all and (max-width: 980px){
	/*home page*/
	#top header section.top {
	    font-size: 14px;
	}
	#top header section.bottom nav ul li {
	    width: 10%;
	}
	#top header section.bottom nav ul li a {
	    font-size: 12px;
	}
	#top header section.top div.icons a {
	    font-size: 17px;
	}
	#facilities ul li {
	   width: 100%;
	   float: none;
	   margin-top: 5%;
	}
	#facilities {
	    margin-top: 0px;
	}
	#facilities p.bottom-content {
	    width: 100%;
	}
	#gallery {
		margin: 0;
	}
	#gallery div a{
		width:48%;
		margin: 0 4% 4% 0;
	}
	#gallery div a:nth-child(3n) {
	    margin-right: 4%;
	}
	#gallery div a:nth-child(2n) {
	    margin-right: 0;
	}
	footer section.top .widget .content {
	    font-size: 10px;
	}
	footer section.top .widget h4 {
	    font-size: 18px;
	}
	/*home page*/

	/*event page*/
	#content section.head h2 {
		font-size: 30px;
	}
	#content section.main.events ul li div.main {
		float: none;
		width: 100%;
		border-right: 2px solid #005f9d;
		padding: 5%;
	}
	#content section.main.events ul li div.image{
		float: none;
		width: 100%;
	}
	/*event page*/
	
	/*facilities page*/
	#content section.main.facilities ul li {
		width: 100%;
	}
	#content section.main.facilities ul li:nth-child(2n) {
		margin-right: 4%;
		margin-bottom: 4%;
	}
	#content section.main.facilities ul{
		margin-bottom: -4%;
	}
	#content section.main.facilities ul li div.content{
		padding: 4% 2%;
	}
	/*facilities page*/
	/*gallery page*/
	#content section.main.gallery div a{
		width: 47%;
	}
	#content section.main.gallery div a:nth-child(3n){
	    margin-right: 2%;
	}
	#content section.main.gallery div a:nth-child(2n){
	    margin-right: 0;
	}
	#content section.main.gallery div a span.overlay small.icon{
		font-size: 45px;
		width: 16%;
		height: 47px;
	}
	/*gallery page*/

	/*result page*/	
	#content section.main.result div.bottom div.right input[type="text"] {
		margin-bottom: 4%;
	}
	#content section.main.result div.bottom div.right {
		float: none;
	}
	/*result page*/
}
@media all and (max-width: 768px){
	/*home page*/
	#top header section.bottom nav ul li {
	    width: 10%;
	}
	#top header section.bottom nav ul li a {
	    font-size: 12px;
	}
	#top header section.top div.icons a {
	    font-size: 16px;
	}
	.button {
		font-size: 12px;
	}
	#info .box {
	    padding: 40px 10px;
	}
	#info .box p {
	    font-size: 14px;
	}
	#top header section.top div.contact {
	    width: 75%;
	    font-size: 11px;
	}
	#top header section.top {
	    font-size: 13px;
	    text-align: center;
	}
	#top header section.bottom nav{
		display: none;
	}
	#top header section.bottom div.mobile-menu{
		top: 0;
		right: 0;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		background: rgba(0,0,0,0.8);
		height: 100vh;
		position: fixed;
	}
	#top header section.bottom div.mobile-menu ul li{
		display: block;
		margin: 20px 0;
	}
	#top header section.bottom div.mobile-menu ul li a{
		color:#fff;
		font-size: 35px;
	}
	#top header section.bottom a.icon{
		display: none;
	}
	#top header section.bottom span.menu-icon{
		display: block;
		float: right;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		cursor: pointer;
		z-index: 1;
	}
	#top header section.bottom span.menu-icon small{
		display: inline-block;
		width: 32px;
		height: 32px;
		background: url('../images/menu.png');
		margin-top: 14px;
	}
	#top header section.bottom span.close-menu-icon{
		background: url('../images/delete.png');
		position: absolute;
		top: 20px;
		right: 20px;
		width: 32px;
		height: 32px;
		cursor: pointer;
		z-index: 3;
		display: none;
		position: fixed;
	}
	#top #spotlight div.buttons a.button.exp{
		padding: 12px 38px;
	}
	#gallery h2 {
		font-size: 35px;
	}
	#facilities h2.title {
		font-size: 35px;
	}
	#details section.about {
	    width: 100%;
	    border: none;
	   margin-right: 0;
	}
	#details section.event {
	    border: none;
	    width: 100%;
	    margin:5% 0 0;
	}
	#content-widget div.images-box {
	    width: 100%;
	    margin-top: 2%;
	}
	#content-widget div.content-box {
	    width: 100%;
	}
	footer section.top .widget .content {
	    font-size: 13px;
	}
	footer section.top .widget h4 {
	    font-size: 15px;
	}
	footer section.top .widget {
		width: 48%;
		margin: 5% 4% 0 0;
		padding: 0;
	}
	footer section.top .second{
		margin-right: 0%;
	}
	footer section.top .widget .content.contact p,footer section.top .widget .content ul li a {
	    height: 19px;
	}
	footer section.top .widget .content {
	    margin-top: 19px;
	}
	.button {
	    padding: 12px 43px;
	}
	/*home page*/
	
	/*about page*/
	#content .main.about div.top h2{
		font-size: 30px;
	}
	#content .main.about div.top p{
		margin-top: 25px;
		line-height: 1.3em;
		font-size: 16px;
	}
	#content .main.about div.bottom div.box h3{
		font-size: 18px;
	}
	#content .main.about div.bottom div.box p {  		
  		line-height: 1.3em;
  		font-size: 16px;
	}
	#content .main.about div.bottom div.box.left{
		margin-bottom: 6%;
		width: 100%;
		float: none;
	}
	#content .main.about div.bottom div.box.right{
		width: 100%;
		float: none;
		border-left: 0;
		padding: 0 6% 0 2%;
	}

	/*about page*/

	/*events page*/
	#content section.head h2 {
		font-size: 25px;
	}
	#content section.main.events ul li div.main div.content h4 {
		font-size: 16px;
	}
	#content section.main.events ul li div.main div.content p {
		font-size: 14px;
		text-align: justify;
	}
	/*events page*/

	/*gallery page*/
	#content section.main.gallery div a span.overlay small.icon{
		font-size: 50px;
		width: 20%;
		height: 60px;
	}
	#content section.head div.buttons .button{
		padding: 2% 4%;
	}
	/*gallery page*/

	/*result page*/
	#content section.main.result div.bottom label {
    	font-size: 23px;
	}
	/*result page*/
}
@media all and (max-width: 640px){
	/*home page*/
	#top header section.top div.icons a {
		font-size: 15px;
	}
	footer section.bottom .top {
	    font-size: 14px;
	}
	#details section.about p {
	    font-size: 15px;
	}
	#info .box {
	    width: 100%;
	    padding: 40px 10px;
	}
	#content-widget div.content-box p {
	    font-size: 13px;
	}
	#content-widget div.content-box h2 {
	    font-size: 20px;
	}
	#gallery {
	    background-position-y: 54px;
	}
	#top #spotlight{
		width: 100%;
	}
	#top #spotlight h2{
	    font-size: 40px;
	}
	/*home page*/
	
	/*about page*/
	#content .main.about div.top h2{
		font-size: 27px;
	}
	#content .main.about div.top p {
	    margin-top: 18px;
	    font-size: 14px;
	}
	#content .main.about div.bottom div.box h3{
		font-size: 16px;
	}
	#content .main.about div.bottom div.box p { 
  		font-size: 14px;
  		text-align: justify;
	}
	#content .main.about div.top p{
		text-align: justify;
	}
	/*about page*/

	/*events page*/
	#content section.head h2 {
		font-size: 23px;
	}
	#content section.main.events ul li div.main div.content h4 {
		font-size: 15px;
	}
	#content section.main.events ul li div.main div.content p {
		font-size: 13px;
		text-align: justify;
	}
	body.inner #top #spotlight p {
		font-size: 14px;
	}
	/*events page*/

	/*gallery page*/
	#content section.main.gallery div a{
		width: 100%;
	}
	#content section.main.gallery div a span.overlay small.icon{
		font-size: 65px;
		height: 66px;
	}
	#content section.head div.buttons .button{
		padding: 2% 4%;
	}
	/*gallery page*/

	/*result page*/
	#content section.main.result div.bottom {
	    margin-top: 5%;
	    width: 100%;
	}
	/*result page*/
}
@media all and (max-width: 480px){
	/*home page*/
	#top header section.top div.icons a {
		font-size: 14px;
	}
	#top header section.bottom nav ul li a {
	    font-size: 10px;
	}
	#top header section.top div.contact {
	    width: 80%;
	}
	#gallery h2 {
		font-size: 30px;
	}
	#facilities h2.title {
		font-size: 30px;
	}
	#top #spotlight p {
	    font-size: 14px;
	}
	footer section.top .widget .content {
	    font-size: 11px;
	}
	#facilities ul li div.content p {	    
	    margin-top: 1px;
	}
	#facilities p.bottom-conten{
		font-size: 17px;
	}
	#content section.main.facilities ul li div.content {
		padding: 6px 3px;
	}
	#content section.main.facilities ul li div.content h3 {
		font-size: 14px;
	}
	#top #spotlight{
		width: 100%;
	}
	#top #spotlight h2{
		font-size: 40px;
	}
	#top #spotlight h1{
		font-size: 130px;
	}
	/*home page*/
	
	/*about page*/
	#content .main.about div.top h2 {
    	font-size: 23px;
	}
	#content .main.about div.top p {
    	margin-top: 13px;
    	line-height: 1.2em;
	}
	#content .main.about div.bottom div.box h3{
		font-size: 16px;
	}
	#content .main.about div.bottom div.box p { 
  		margin-top: 7px;
  		line-height: 1.2em;
	}
	/*about page*/

	/*events page*/
	#content section.head h2 {
		font-size: 20px;
	}
	#content section.main.events ul li div.main div.content h4 {
		font-size: 14px;
	}
	#content section.main.events ul li div.main div.content p {
		font-size: 12px;
		text-align: justify;
	}
	body.inner #top #spotlight p {
		font-size: 12px;
	}	
	/*events page*/

	/*facilities page*/
	#content section.main.facilities ul li div.content {
    	padding: 6px 3px;
	}
	#content section.main.facilities ul li div.content h3 {
    	font-size: 14px;
	}
	/*facilities page*/

	/*gallery page*/
	#content section.head h2 {
		font-size: 25px;
	}
	#content section.head div.buttons .button{
		font-size: 15px;
	}
	#content section.head div.buttons .button{
		padding: 3% 6%;
	}
	/*gallery page*/
	
	/*result page*/
	#content section.main.result div.bottom label {
		font-size: 19px;
	}
	#content section.main.result div.bottom div.right input[type="text"] {
	    font-size: 14px;
	}
	#content section.main.result div.bottom {
	    margin-top: 5%;
	    width: 100%;
	}
	#content section.main.result div.top p {
	    line-height: 1.1em;	    
	    font-size: 14px;
	}
	/*result page*/
}
@media all and (max-width: 360px){
	/*home page*/
	#top header section.top div.icons a {
		font-size: 12px;
	}
	#top header section.top div.contact {
	    width: 100%;
	    margin-bottom: 2%;
	}
	#top header section.top div.icons {
		text-align: center;
		float: none;
	}
	#top header section.top div.contact span {
	    margin-right: 2%;
	}
	footer section.bottom {
	    width: 80%;
	}
	footer section.bottom .bottom p {
	    font-size: 7px;
	}
	#gallery h2 {
	    font-size: 26px;
	}
	#facilities ul li a.image {
	    float: none;
	    width: 100%;
	}
	#facilities ul li div.content{
		float: none;
		height: auto;
		position: static;
		width: 100%;
	}
	#facilities p.bottom-content {
	    width: 100%;
	    font-size: 14px;
	}
	#top #spotlight h2{
		font-size: 35px;
		font-weight: bold;
	}
	#top #spotlight{
		width: 100%;
	}
	#top #spotlight h1{
		width: 100px;
	}
	/*home page*/
	
	/*about page*/
	#content .main.about div.top h2 {
		font-size: 20px;
	}
	#content .main.about div.top p {
		margin-top: 11px;
		font-size: 13px;
	}
	#content .main.about div.bottom div.box h3{
		font-size: 16px;
	}
	#content .main.about div.bottom div.box p { 
		font-size: 13px;
	}
	/*about page*/
	/*events page*/
	#content section.head h2 {
		font-size: 18px;
	}
	#content section.main.events ul li div.main div.content h4 {
		font-size: 12px;
	}	
	/*events page*/

	/*facilities page*/
	#content section.main.facilities ul{
		float: none;		
	}
	#content section.main.facilities ul li{
		float: none;		
	}
	#content section.main.facilities ul li a{
		float: none;
		width: 100%;
	}
	#content section.main.facilities ul li div.content{
		float: none;
		height: auto;
	}
	#content section.main.facilities ul li div.content {
		position: static;
		width: 100%;
	}
	#content section.main.facilities ul li {
		margin-bottom: 2%;	
		position: static;
		text-align: center;		
	}
	#content section.main.facilities ul li a.image {
		width: 100%
	}
	#content section.main.facilities ul li:nth-child(2n){
		margin-bottom: 2%;
	}
	#content section.head h2 {
		font-size: 20px;
	}
	/*facilities page*/

	/*gallery page*/
	#content section.head div.buttons .button{
		padding: 3% 6%;
	}
	/*galeery page*/

	/*result page*/
	#content section.main.result div.bottom div.right button.button {
		padding: 8px 20px;
	}
	#content section.main.result div.bottom label {
	    font-size: 17px;
	}
	#content section.main.result div.bottom div.right input[type="text"] {
	    font-size: 12px;
	}
	#content section.main.result div.bottom {
	    margin-top: 5%;
	    width: 100%;
	}
	#content section.main.result div.top p {
	    line-height: 1.1em;	    
	    font-size: 14px;
	}
	/*result page*/
}
@media all and (max-width: 320px){
	/*home page*/
	#top #spotlight h2{
		font-size: 30px;
	}
	#top #spotlight{
		width: 100%;
	}
	#top #spotlight h1{
		width: 80px;
	}
	/*home page*/

	/*events apge*/
	#content section.head h2 {
		font-size: 16px;
	}
	#content section.main.events ul li a.thumb img{
		width: 100%;
	}
	/*events page*/

	/*gallery page*/
	#content section.head div.buttons .button{
		padding: 3% 6%;
	}
	/*galeery page*/
}

/*responsive styles end*/