/*  Free Template by www.templatemo.com  */

body {
    font-family: Arial, Helvetica, sans-serif;
}
h1{ text-transform:uppercase; font-size:26px;}

.clear { clear: both; }

.container_wapper {
    width: 100%;
    /* background: #c0c0c0; */
    border-bottom: 1px solid #fff;
    height: 430px !important;
}
.section_header  {
    height: 70px;
}
.section_header  h1 {
    margin-top: 20px;
    text-align: center;
}

table,td,tr,th{ border:1px solid #333;}
td{ padding-left:10px;}
/* mobile_menu_wap */

#mobile_menu_wap {
    width: 50px;
    height: 44px;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 1000;
    background: #35abd9;
}
#mobile_menu_wap p#mobile_menu_btn {
    padding-top: 10px;
    font-size: 20px;
    text-align: right;
    width: 100%;
}
#mobile_menu_wap p#mobile_menu_btn span {
    color: #fff;
}
#mobile_menu_wap #mobile_menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background:#e7eaef;
    margin-top: 44px;
    border-radius: 4px;
}
#mobile_menu_wap .nav-stacked li a {
    color: #000;
}
#mobile_menu_wap .nav-stacked li:hover a {
    background-color: #67cbf2;
    color: #000;
}
#mobile_menu_wap .nav-stacked li a.focus {
    background-color: transparent;
}
/* banner_top */
#banner_top {
    background: #35abd9;
    height: auto;
    margin-top: -60px;
}
#banner_top p ,
#banner_top a {
    font-size: 14px;
    line-height: 45px;
    color: #fff;
}
#banner_top p.right {
    text-align: left;
}

/* banner_logo */
#banner_logo {
    background-color: #ffffff;
    background-image: url("../images/banner_logo_bg.jpg");
}
#banner_logo img {
	float: left;
}
#banner_logo h1 a {
	float: left;
    font-size: 52px;
    color: #35abd9;
    text-align: left;
}
#banner_logo h1 a:hover {
	text-decoration: none;
}
#banner_logo span {
	clear: left;
    font-size: 16px;
    line-height: 14px;
    color: #000000;
    text-align: left;
	margin-left: 6px;
}

/* banner_slide */
#banner_slide {
    background: #ffffff;
    height: 600px;
}
#banner_slide > div {
    height: 600px;
}
#banner_slide .camera_caption {
    text-align: left;
    top: 0px;
}
#banner_slide .camera_caption > div {
	background: rgba(0, 0, 0, 0.0);
}
#banner_slide .camera_caption h1 ,
#banner_slide .camera_caption p {
	color: #000;
	background-color: rgba(255,255,255,.7);
    line-height: 2em;
    padding: 20px;
    float: left;
    clear: both;
}
#banner_slide .camera_caption h1 {
    font-size: 32px;
}
#banner_slide .camera_caption p {
    font-size: 16px;
}

/* main_menu */
#main_menu {
background: -moz-linear-gradient(90deg, #7a0b1a 0%, #f60c10 100%);/* FF3.6+ */
background: -webkit-gradient(linear, 90deg, color-stop(0%, #7a0b1a), color-stop(100%, #f60c10));/* Chrome,Safari4+ */
background: -webkit-linear-gradient(90deg, #7a0b1a 0%, #f60c10 100%);/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(90deg, #7a0b1a 0%, #f60c10 100%);/* Opera 11.10+ */
background: -ms-linear-gradient(90deg, #7a0b1a 0%, #f60c10 100%);/* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a0b1a', endColorstr='#f60c10', GradientType='0'); /* for IE */
background: linear-gradient(360deg, #7a0b1a 0%, #f60c10 100%);/* W3C */
    border-bottom: 5px solid #000;
	margin-bottom:5px;
    z-index: 1500;
	position:fixed;
	height:90px;
}
#main_menu .nav-justified li {
    height: 75px;
}
#main_menu .nav-justified li a {
   height: 40px;
font-size: 15px;
line-height: 21px;
color: #FFFDFD;
margin-right: 5px;
margin-left: 5px;

margin-top: 20px;
text-transform: uppercase;
font-family:Tahoma, Geneva, sans-serif;
border: 1px solid #fff;
-moz-border-radius: 8px;/*Firefox*/
-webkit-border-radius: 8px;/*Safari, Chrome*/
border-radius: 8px;
background:#323F58;


}
#main_menu .nav-justified li a.current,
#main_menu .nav-justified li a:hover {
    background: #35abd9 url("../images/menu_bg.jpg") center center;
    color: #fff;
}

/* upcomming_event */
#upcomming_event {
    margin-top: 110px;
    background: #ffffff;
    overflow: hidden;
}
#upcomming_event h1 {
    color: #444444;
}
#upcomming_event p {
    text-align:justify;
}
#upcomming_event .event_box {
    margin-top: 10px;
    background: #eeeeee;
    box-shadow: inset 0px 0px 0px 1px rgba(210, 210, 210, 1);    
    position: relative;
	min-height:252px;
}
#upcomming_event .event_box ul {
    list-style: none;    
	padding: 0px 15px 2px 15px;
    margin: 0;    
}
#upcomming_event .event_box ul li {
    list-style: none;    
    padding: 10px 0 10px 0 ;    
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
#upcomming_event .event_box ul li:first-child {
    border-top: 0px ;
}
#upcomming_event .event_box ul li span{
    padding-right: 15px;    
    color: #35abd9;
}
#upcomming_event #prev_event_btn ,
#upcomming_event #next_event_btn {
    margin-top: 60px;
    margin-bottom: 60px;
}
#upcomming_event #prev_event_btn a  ,
#upcomming_event #next_event_btn a {
    background: #eeeeee;
    width: 60px;
    height: 60px;
	padding: 12px;
    font-size: 28px;
    display: block;
    float: left;
    color: #0eb1dc;
}
#upcomming_event #prev_event_btn a:hover ,
#upcomming_event #next_event_btn a:hover {
    background: #e2e2e2;
}
#upcomming_event #prev_event_btn a {
    float: right;
}
#upcomming_event #next_event_btn a {
    float: left;
}

/* pricing */
#pricing {
    background: #3d444e;
    overflow: hidden;
}

#pricing img{
	margin:5px;
}

#pricing h1 {
    color: #ffffff;
}

#pricing .pricing_icon_wapper {
    overflow: hidden;
}
#pricing .pricing_icon_wapper p.cycle_icon {

}
#pricing .pricing_icon_wapper p.cycle_icon span {
    width: 150px;
    height: 150px;
    display: block;
    border-radius: 75px;
    background: #e2e5ea;
    text-align: center;
	padding: 48px;
    font-size: 56px;
    color: #35abd9;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
}

#pricing .pricing_icon_wapper h1 {
    text-align: center;
    font-size: 24px;
}

#pricing .pricing_icon_wapper p {
    text-align: center;
    color: #fff;
}

#pricing .price_table_box {
    background: #e7eaef;
    margin-top: 35px;
    margin-bottom: 60px;
    padding-bottom: 30px;
    position: relative;
}

#pricing .price_table_box h1 {
    background: #35a9d8;
    margin: 0;
    width: 100%;
    min-height: 90px;
	padding: 30px 0px;
    text-align: center;
    font-size: 30px;
}

#pricing .price_table_box ul {
    margin: 0;
    padding: 0 30px 25px 70px;
    list-style: none;
}

#pricing .price_table_box ul li {
    margin: 0;
    padding: 25px 0 0 0;
}

#pricing .price_table_box ul li span {
    margin: 0 10px 0 -30px;
}

#pricing .price_table_box div {
    text-align: center;
    width: 200px;
    margin: auto;
}

#pricing .price_table_box div:hover {
    background: #CCE5F5;
}

#pricing .price_table_box div p a {
	display: block;
	border: 2px solid #35a9d8;
    font-size: 32px;
    color: #35a9d8; 
    width: 100%;
	padding: 12px 0px;
    text-decoration: none;
}

/* blog */
#blog {
    background: #ffffff;
    padding-bottom: 60px;
    overflow: hidden;
}
#blog img {
    margin-bottom: 30px;
}
#blog h1 {
    font-size: 30px;
}
#blog .blog_text {
    margin-bottom: 30px;
}
#blog .blog_text h1 {
    padding: 0;
    margin: 0;
}
#blog .blog_text p {
    padding: 18px 0 0 0;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
}


/* contact */
#blog {
    background: #ffffff;
    padding-bottom: 60px;
    overflow: hidden;
}
#blog p {
    text-align: center;
}
#blog form p {
    text-align: left;
    padding-top: 45px;
}
#blog form textarea,
#blog form input[type=text] {
    width: 100%;
    border: 2px solid #dbdbdb;
    padding: 10px;
}
#blog form input[type=text] {
    height: 50px;
}
#blog form textarea {
    height: 180px;
}
#blog form textarea:focus,
#blog form input[type=text]:focus {
    border: 2px solid #c1c1c1;
}
#blog form button {
    width: 100%;
    border: 2px solid #008fc9;
	font-size: 20px;
	padding: 30px;
    background: #35a9d8;
    margin-top: 45px;
    margin-bottom: 25px;
    color: #fff;
}
#blog form button:hover {
    background: #008fc9;
}
#blog #contact_map_wapper {
    width: 100%;
    height: 245px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
#blog #contact_map {
    width: 100%;
    height: 245px;
    position: absolute;
    left: 0;
    background: #b3e9ff;
}



/* contact */
#contact {
    background: #f2f2f2;
    padding-bottom: 30px;
}
#contact p {
    text-align: center;
}
#contact form p {
    text-align: left;
    padding-top: 45px;
}
#contact form textarea,
#contact form input[type=text] {
    width: 100%;
    border: 2px solid #dbdbdb;
    padding: 10px;
}
#contact form input[type=text] {
    height: 50px;
}
#contact form textarea {
    height: 180px;
}
#contact form textarea:focus,
#contact form input[type=text]:focus {
    border: 2px solid #c1c1c1;
}
#contact form button {
    width: 100%;
    border: 2px solid #008fc9;
	font-size: 20px;
	padding: 30px;
    background: #35a9d8;
    margin-top: 45px;
    margin-bottom: 25px;
    color: #fff;
}
#contact form button:hover {
    background: #008fc9;
}
#contact #contact_map_wapper {
    width: 100%;
    height: 245px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
#contact #contact_map {
    width: 100%;
    height: 245px;
    position: absolute;
    left: 0;
    background: #b3e9ff;
}
#footer {
    background: #dbdbdb;
	padding: 30px 0px;
}
#footer p {
    text-align: center;
    padding: 0;
    margin: 0;
}
#footer a {
    text-decoration: underline;
    color: #333333;
}

/*  Extra small devices (phones, less than 768px)  */
@media (max-width: 768px ) { 
    #banner_logo h1 {
        font-size: 46px;
        text-align: left;
    }
    #banner_logo span {
        font-size: 14px;
        line-height: 20px;
        color: #000000;
        text-align: left;
    }
	#pricing .pricing_icon_wapper {
		margin-bottom: 50px;
	}
    #contact form button {
		width: 100%;
		padding: 15px;
    }
}
/*  Small devices (tablets, 768px and up)  */
@media (min-width: 768px ) { 

}
/*  Medium devices (desktops, 992px and up)  */
@media (min-width: 992px ) {
    #banner_top p.right {
        text-align: right;
    }
    #banner_top {
        height: 45px;
    }
}
/*  Large devices (large desktops, 1200px and up)  */
@media (min-width: 1200px ) {
}

.box{ width:45%; padding:5px; float:left;}

.accordionWrapper{display:inline-block; overflow:hidden;}
.accordionWrapper img{vertical-align:top; border:0; margin:0; padding:0}
.accordionWrapper div{display:inline; float:left; margin:auto;}
.accordionWrapper div.title{cursor:pointer; background:#323F58; color:#fff; width:95%; padding:5px; text-align:left; margin:3px;}
.accordionWrapper div.content{display:none;}
