﻿@charset="utf-8"
/* 1) Reset */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  zoom: 1; }

html {
  font-size: 17px;
  min-height: 100%; }

body {
  font: 75%/150% LatoRegular,Arial, Helvetica, sans-serif;
  background-color: #fff;
/*  color: #838383; */
  color: #2d3e52;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: scrollbar;
  oveflow-y: scroll; }

iframe, img {
  border: 0; }

a {
  text-decoration: none;
  color: inherit; }

a:hover, a:focus {
  color: #6dace6;
  text-decoration: none; }

a:focus {
  outline: none; }

p {
  font-size: 1.0833em;
  line-height: 1.6666;
  margin-bottom: 15px; }

dt {
  font-weight: normal; }

span.active, a.active, h2.active, h3.active, h4.active, h5.active, h6.active {
  color: #6dace6; }

.info-primary, .info-success {
  color: #fff;
  padding: 2px 5px;
  line-height: 1em; }

.info-success {
  background: #98ce44; }

.info-primary {
  background: #2d3e52; }

/* 2) Heading */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  font-weight: normal;
  color: #2d3e52; }

h1 {
  font-size: 1.85em;
  line-height: 1.25em;
  /*24px, 30px*/ }

h2 {
  font-size: 1.5em;
  line-height: 1.25em;
  /*20px, 35px*/ }

h3 {
  font-size: 1.4em;
  line-height: 1.2222em;
  /*18px, 22px*/ }

h4 {
  font-size: 1.3em;
  line-height: 1.25em;
  /*16px, 20px*/ }

h5 {
  font-size: 1.1em;
  line-height: 1.1428em;
  /*14px, 16px*/ }

h6 {
  font-size: 1em; }

h1.fourty-space {
  font-size: 1.3333em;
  line-height: 1.25em;
  letter-spacing: .04em; }

h2.fourty-space {
  font-size: 1.1666em;
  line-height: 1.1428em;
  letter-spacing: .04em; }

h3.fourty-space {
  font-size: 1.0833em;
  line-height: 1.1428em;
  letter-spacing: .04em; }

h4.fourty-space {
  font-size: 1em;
  line-height: 1.1em;
  letter-spacing: .04em; }

h5.fourty-space {
  font-size: 0.9166;
  line-height: 1.1em;
  letter-spacing: .04em; }

h6.fourty-space {
  font-size: 0.8333em;
  line-height: 1.1em;
  letter-spacing: .04em; }

/* 3) Lists */
ol, ul {
  list-style: none;
  margin: 0; }

/* 4) Contents */
blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-color: #f5f5f5; }

/* 5) Table */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* 6) HTML5 & CSS3 Styles for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* 7) Tools */
.clearer {
  clear: both !important;
  padding: 0 !important;
  margin: 0 !important; }

.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important; }

.nobr {
  white-space: nowrap !important; }

.wrap {
  white-space: normal !important; }

.no-display {
  display: none; }

.no-float {
  float: none !important; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-lpadding {
  padding-left: 0 !important; }

.no-rpadding {
  padding-right: 0 !important; }

.no-border {
  border: none !important; }

.full-width {
  width: 100% !important; }

img.full-width {
  height: auto; }

.uppercase {
  text-transform: uppercase; }

.fourty-space {
  letter-spacing: .04em !important; }

.underline {
  text-decoration: underline !important; }

.inline-block {
  display: inline-block !important; }

.visible-sms {
  display: none; }

.overflow-hidden {
  overflow: hidden; }

.no-letter-spacing {
  letter-spacing: normal !important; }

/* 8) Colors */
.blue-color {
  color: #01b7f2 !important; }

.light-blue-color {
  color: #7692b4; }

.yellow-color {
  color: #fdb714 !important; }

.red-color {
  color: #e01a33 !important; }

.green-color {
  color: #7db921 !important; }

.white-color {
  color: #fff !important; }

.dark-blue-color {
  color: #2d3e52 !important; }

.skin-color {
  color: #6dace6; }

.default-color {
  color: inherit !important; }

.gray-color {
  color: #9e9e9e !important; }
.black-color{color:#000!important}
.hotel-color {
  color: #6dace6; }

.select-color {
  color: #fdb714; }

.blue-bg {
  background-color: #01b7f2 !important; }

.yellow-bg {
  background-color: #fdb714 !important; }

.red-bg {
  background-color: #e01a33 !important; }

.green-bg {
  background-color: #007A65 !important; }

.white-bg {
  background-color: #fff !important; }

.dark-blue-bg {
  background-color: #2d3e52 !important; }

.skin-bg {
  background-color: #6dace6 !important; }

.gray-bg {
  background-color: #C9C9C9 !important; }
  
  .bgblue {
    background-color: #74C3EC;
}
.pink-color{color:#FF91AA!important}
.main-header{margin-top:20px}
.padL0{padding-left: 0!important;}
.padR0{padding-right:0!important;}
.padT0{padding-top:0!important}
.padB0{padding-bottom:0!important}

.m-t-15{margin-top:15px;} 
.m-b-15{margin-bottom:15px}
.m-b-5{margin-bottom:5px!important}
.m-t-5{margin-top:5px}
.mt30{margin-top:30px}
.mb30{margin-bottom:30px}
.mt0{margin-top:0!important}
.mb0{margin-bottom:0!important}
.ml0{margin-left:0!important}
.mr0{margin-right:0!important}
.cls{clear:both;float:none;}
.fltL{float:left}
.fltR{float:right}
.p-t-15{padding-top:15px}
.p-b-15{padding-bottom:15px}
.p-l-5{padding-left:5px!important}
.p-r-5{padding-right:5px!important}
.p-l-10{padding-left:10px!important}
.p-l-70{padding-left:70px!important}
.m-t-10{margin-top:10px!important}
.m-b-10{margin-bottom:10px!important}

.pad10{padding:10px!important}
.p-tb-3{padding-top:3px!important;padding-bottom:3px!important}

div#topBar{height: 50px !important;}
.gray-area{background-color:#DADADA;color:#4B4B4B}
#footer.style5 .bottom{margin-top: 0;}
.form-horizontal .control-label{color: #404040;font-size: 15px;}
.copyright{margin-top: 15px;margin-bottom:15px}
.ajax__calendar .ajax__calendar_container{z-index: 1 !important;}
#page-wrapper{overflow: visible;position: relative;background: url("assets/images/top-bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);}
.marT7{margin-top: 5px;margin-bottom: 10px;}
.ddlMR{margin-right: 2px;}
.panel-body{padding: 0 15px 15px;}
.tblMna td{padding: 0 2px 0 2px;}
.mt15{margin-top: 15px;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #666;}
input:-moz-placeholder, textarea:-moz-placeholder{color: #fff;}
input::-moz-placeholder, textarea::-moz-placeholder{color: #666;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #666;}
.errfile{color:#A94442;font-size:14px}

.signinpanel {padding-bottom:20px}
.signinpanel .input-group{margin-top: 15px;}
.signinpanel .btn {margin-top:20px;}
.signup-footer {border-top: 1px solid #DDDDDD;font-size: 12px;margin-top: 30px;padding-top: 10px;}
.mb20 {margin-bottom: 20px;}
/*body.signin {background: none repeat scroll 0 0 #E4E7EA;}*/
.signinpanel .signin-info ul {list-style: none outside none;margin: 20px 0;padding: 0;}
.signinpanel .signin-info h4{margin-top:0}
.mr5 {margin-right: 5px;}
.loginform{
        background: #575757;
        border: 1px solid #575757;
        -moz-box-shadow: 0 3px 0 #575757;
        -webkit-box-shadow: 0 3px 0 #575757;
        box-shadow: 0 3px 0 #575757;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        color:#fff
    }
.loginform .heading{ padding: 10px;font-size:18px;background:#B5012E}
.loginform .loginsub{ padding:10px 30px 30px 30px;}
.loginform a,.loginform a:hover,.loginform a:focus {color:#fff; text-decoration:underline;}

.mnu{float:left;margin-bottom:0;padding-left:0}
.mnu li{float:left; background-color: #508550;color: #FFFFFF;margin-right: 5px;padding: 5px 15px;}
.mnu li a{color:#fff;font-size:15px}

.lnkMenu{float:right;margin-bottom:0;padding-left:0}
.lnkMenu li{float:left;padding: 0 5px;line-height:15px;border-right:1px solid #000;margin-bottom:5px}
.lnkMenu li a{font-size:15px;color:#C2137F}
.lnkMenu li a:hover{color:#000}
.lnkMenu .nobor{border-right:none}
.famdtl{color:#860043!important}
.mmenu{padding-left:0;background-color:#C62B02;float:left;width: 100%;}
.mmenu .mmnu{padding-left:0;}
.mmnu{height:35px;margin-bottom:0;float:none}
.mmnu .last a{border-right:none}
.mmnu li {display: block;float: left;position:relative}
.mmnu li a.active, .mmnu li a:hover{color:#fff}
.mmnu li a {padding-right:13px;padding-left:13px;border-right: 1px solid #dadada;line-height: 35px;text-transform:uppercase;font-weight:bold;color:#ffffff;}
.mmnu li ul{display:block;left:0;position:absolute;visibility:hidden;background-color:#C62B02;width:230px;z-index:1;margin:0;padding:0 0 10px 0;top:0;z-index:999;border:1px solid #CCCCCC}
.mmnu li ul li{display:block;float:none;margin-top:5px;border-right:none}
.mmnu li ul li ul{top:0;margin-top:-5px;padding-top:0;left: 230px !important;}
.mmnu li ul li a{color:#ffffff!important;font-size:12px;padding:3px;border-right:0;line-height:20px;padding-left:10px}
.mmnu li ul li a:hover,.mmnu li ul li:visited a{color:#fff!important}
.mmnu li.active a, .mmnu li:hover a{color:#fff;}
.mmnu li ul li.active a {color:#fff!important;}
.mmnu li ul li.active ul li.active a {color:#fff!important;}
.mmnu li ul li.active ul li a {color:#4F4F4F!important;}
.mmnu li ul li.active ul li a:hover {color:#fff!important;}

.cnt{min-height:300px !important;}

/* Slider css */
.homeban {background: #ccc;clear: both;float: none;width: 100%;}
.homeban .carousel-indicators .active {background-color: #B92C2C;width:15px;height:15px;}
.homeban .carousel-indicators li {background-color: #d5d5d5;width:15px;height:15px;}
/* ------ */

.pttl{border-bottom:1px dashed #484848;padding-bottom:5px;color:#C80000}

.bnadd .bnaddimg{border:1px solid #ccc;padding:5px;margin-top:5px}
.bnadd .bnaddimg img{height:auto;width:100%;max-height:190px}

.galleryban .bor{margin-top:10px;border-top:5px solid #6B6B6B;border-left:1px solid #6B6B6B;border-right:1px solid #6B6B6B;border-bottom:2px solid #6B6B6B}
.galleryban .galimg img{max-height:180px}
.galleryban .galimg{width:100%;text-align:center}
.galleryban .ttl{background-color:#8F0D0D;padding:5px;color:#fff;font-size:15px;text-align:center;min-height:75px}

.Sponsorban .bor{margin-top:10px;border-top:5px solid #6B6B6B;border-left:1px solid #6B6B6B;border-right:1px solid #6B6B6B;border-bottom:2px solid #6B6B6B}
.Sponsorban .galimg{width:100%;text-align:center}
.Sponsorban .ttl{background-color:#8F0D0D;padding:5px;color:#fff;font-size:15px;text-align:center;min-height:75px}


.committe .bor{background-color:#E1E1E1;margin-top:10px;border:5px solid #E1E1E1;min-height:280px}
.committe .comimg img{}
.committe .ttl{padding:5px;color:#000;font-size:14px;}
.committe .ttl span{color:#AE2121;display:block}

.committe ul{padding-left:0}
.committe ul li{padding-left:10px;float:left;padding-right:25px;list-style:decimal inside none;font-size:15px}
.err{color:#FF0000}

/*.logo img{min-height:150px}*/

.mmenu .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin: 5px;
  color: #858585;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    border-left-color: #e5e5e5;
    border-right-color: #e5e5e5;
    border-top-color: #e5e5e5;
    border-bottom-color: #bfbfbf;
    cursor:pointer;
    line-height:20px;
    font-size:21px;
}
.nav-collapse {clear: both;}
.logo-Mob{display:none} 
/*.headerbg{background-color:#FFFDDC}*/
.heban{padding-top:25px;display:block;margin-right:5px;margin-left:5px;padding-bottom:5px}
.heban img{max-height:100px; }