@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
body{/* 
background: url(../images/bodybg.png); */     background: rgba(62, 63, 70, 0.04);
}
a{text-decoration:none;}
a:hover{text-decoration:none;}
.header-top{
    background: #FFFFFF;
    border-bottom: 1px solid #ececec;
    /* height: 31px; */
    border-top: 3px solid #5983aa;
    margin-top:20px;
    padding: 5px;
    }

.header-top .datetime{
    padding: 5px 10px;
    font-weight: 600;
    font-size: 12px;
    color: #5F5F5F;
    position:relative;
    text-align: CENTER;
 }
.header-top .datetime:after{background: #B3B3B3;width:1px;position:absolute;content: '';height: 10px;right:0;top: 8px;}
.header-top .topmenu{
    /* float: right; */
}
.header-top .topmenu ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
    padding-top: 2px;
}
.header-top .topmenu ul li{

float: right;
}
.header-top .topmenu ul li a{
    font-size: 12px;
    color: #5F5F5F;
    text-decoration: none;
    padding: 0 10px;
}

/****************************** HEADER *****************************/
header{
    background: #FFFFFF;
    border-bottom: 1px solid #ececec;
    width: 100%;
    height: 130px;
}
header .logo{padding: 10px;text-align: left;}
header .logo img{/* width: 90%; */}

/***************************** MENU *****************************/
.main-menu{
    background: #FFFFFF;
    border-bottom: 4px solid #3B3A6E;
    width: 100%;
    padding: 0;
    }


.current{background:none; color:#FFB606;}
.navbar-nav > li > a {
	color:#fff;
	webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Droid Sans', sans-serif;
	}
.navbar-inverse .navbar-nav > li > a {
    color: #5D5D5D;
}
.navbar-nav >.current:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 203;
    opacity: 1;
    background: #626C71;
}
.navbar-nav >.current a{color: #E0412C;}
.navbar-nav> li:hover > a:after {
   content: "";
   height: 4px;
   width: 100%;
   position: absolute;
   left: 0;
   bottom: 0px;
   z-index: 203;
   opacity: 0;
   background: #43607d;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
.navbar-nav > li:hover> a:after {opacity:1; 
    transition: all 0.3s ease-in-out;}
.navbar-nav > li:hover> a{color:#5F5F5F; background:none; 
webkit-transition: all 0.4s ease-in-out; 
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;}
.nav > li > a:focus { text-decoration: none; background: none; color:#6ec2cc; }	
.fa-bars{font-size: 24px !important; color: #23CCE0;}
.navbar{ margin-bottom:0;}	
.navbar-inverse{ background:none; border:none;}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border:none;}
.navbar-inverse .navbar-toggle{border:none;}
.navbar-header{padding-top: 10px; padding-bottom: 10px;}
.navbar-inverse .navbar-toggle .icon-bar{background: #333132;}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{background: #f0ad4e;}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{color:#5F5F5F;}
.text-muted{margin-bottom:15px; margin-top:15px;}
.navbar-toggle{ margin-top:20px; margin-bottom:10px;}
.nav li:hover .dropdown-menu{display:block;width:100%;box-shadow:none;box-shadow: none;border-radius: 0;webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;top: 50px;padding: 0;min-width: 305px;border-color: #5983aa;}
.nav .dropdown-menu li .dropdown-menu{ display:none;}
.nav .dropdown-menu  li:hover a{
  background: #5983aa;
  color: #fff;
  }

.nav .dropdown-menu  li:hover .dropdown-menu{display: block;
  position: absolute;
  top: 0;
  
  z-index: 1000;
  border-radius: 0 !important;
  min-width: 195px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
 
}
.nav .dropdown-menu  li:hover .dropdown-menu a{background:none;}
.nav .dropdown-menu  li:hover .dropdown-menu a:hover{background:#eee;}
.dropdown-menu > li > a{padding:10px 20px;font-family: 'Droid Sans', sans-serif;} 
	
	

.home a{
    font-size: 24px !important;
    padding: 13px !important;
    background: #425f7b;
    position: relative !important;
    top: 0px;
    bottom: 0;
    color: #fff !important;
    }
.home a:after{
    width: 100%;
    position: absolute;
    content: '';
    top: -5px;
    height: 5px;
    left: 0;
    background: #5983aa;
    }
.home a:hover{background: #5983aa !important;}


/******************************************************** NEWS *********************************************************/


.news {
    margin-top: 10px;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 3px #CACACA;
    -moz-box-shadow: 0 0 3px #cacaca;
    box-shadow: 0px 3px 2px 0px rgba(74, 74, 74, 0.04);
}
.news .col-md-2{padding:0;}
.news span{display:block;padding: 10px;background: #f0ad4e;color: #fff;font-family: 'Droid Sans', sans-serif;font-size: 14px;font-weight: bold;text-align: right;}
.news p{margin:0;padding: 10px 0;}




/************************************************************ SLIDER *****************************************************/

#slider{padding:0;margin-top: 10px;padding: 20px;background: #fff;}


#slider img{width:100%;}

#slider .slidebox{
    height: 215px;
    position: relative;
    line-height: 0;
    color: #FFF;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% !IMPORTANT;
    }
#slider div.s1{
    width: 49.9%;
    margin-right: 1px;
    margin-bottom: 1px;
}
#slider div.s1:last-child{margin-right:0;}
#slider div.s2{
    margin-right: 1px;
    width: 33.2%;
}
#slider div.s2:last-child{margin-right:0;}


#slider .mask{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);
    background: -moz-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);
    background: linear-gradient(top,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,1) 100%);
}

#slider .mask a{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0;
    display: block;
    padding: 10px 0px 10px 0px;
    color: #fff;
    font-size: 17px;
    color: #fff;
    font-family: 'Droid Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-shadow: rgba(0,0,0,.6) 0 0 5px;
    } 
#slider .mask .title{
    position: absolute;
    width: 100%;
    bottom: -50px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.25);
    line-height: 20px;
    padding: 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    }

#slider .slidebox .mask p{opacity:0;}

#slider .slidebox:hover .mask{opacity:1;}
#slider .slidebox:hover .mask p{opacity:1;}
#slider .slidebox:hover .mask a{padding-bottom:0;text-shadow: rgba(0,0,0,.6) 0 0 5px;}
#slider .slidebox:hover .mask .title{bottom:0;}

.carousel-control.left{background:none;}
.carousel-control.right{background:none;}
.carousel-control {
    position: absolute;
    top: 40%;
    /* bottom: 0; */
    right: 50px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
    background: rgba(255, 255, 255, 0.61) !important;
}
.carousel-control :hover{opacity:1;}


/************************************************************ CONTENT *****************************************************************/
#content{background:#fff;padding-bottom: 20px;padding-top: 15px;}

.newsbox{
    border: 1px solid #EAEAEA;
    border-bottom: 4px solid  #EAEAEA;
    padding-bottom: 15px;
    padding-top: 15px;
}
.newsbox h2{position:relative;margin: 0;margin-top: 10px;margin-bottom: 5px;}
.newsbox h2:before{background: url(../images/stripe.png);top: 10px;position:absolute;left:0;right:0;width:100%;content:'';background-repeat: repeat;height: 14px;z-index: 0;}
.newsbox h2 span{padding:5px;background:#fff;position: relative;font-size: 20px;top: -3px;font-family: 'Droid Sans', sans-serif;font-size: 18px;font-weight: bold;}

.newsbox ul{
    padding-left: 5px;
    margin: 0;
    list-style: none;
}
.newsbox ul li{
    padding-bottom: 5px;
    border-bottom: 1px solid #EAEAEA;
    padding-top: 5px;
}
.newsbox ul li a{
    display: block;
    font-size: 16px;
    font-family: 'Droid Sans', sans-serif;
    /* font-size: 18px; */
    font-weight: bold;
    color: #333;
}
.newsbox ul li p{
    font-size: 12px;
    margin: 0;
}
.newsbox ul li:last-child{border-bottom:0;}



#advertisegallery{margin-bottom:15px;}
#advertisegallery2 img, #advertisegallery img{width:100%;}

/******************************* ABOUT ********************************/
#about{}
#about h2{position:relative;margin: 0;margin-top: 10px;margin-bottom: 5px;}
#about h2:before{background: url(../images/stripe.png);top: 10px;position:absolute;left:0;right:0;width:100%;content:'';background-repeat: repeat;height: 14px;z-index: 0;}
#about h2 span{padding:5px;background:#fff;position: relative;font-size: 20px;top: -3px;font-family: 'Droid Sans', sans-serif;font-size: 18px;font-weight: bold;}

/*************************************************************** Footer *********************************************************/

footer{
    background: #3B3A6E;
    padding: 20px;
    border-top: 10px solid #5983aa;
    padding-bottom:0;
    margin-top: 15px;
}
footer h2{color: #f5f5f5;margin:0;font-family: 'Droid Sans', sans-serif;font-size: 20px;font-weight: bold;padding-bottom: 8px;border-bottom: 1px dashed rgba(255, 255, 255, 0.44);}
footer p{color: #d2d2d2;font-family: 'Droid Sans', sans-serif;font-size: 13px;/* font-weight: bold; */margin-top: 10px;}

footer ul{
    padding-left: 5px;
    margin-top: 10px;
}
footer ul li{}
footer ul li a{
    display: block;
    padding: 2px;
    color: #d2d2d2;
    font-family: 'Droid Sans', sans-serif;
}
footer ul li a:hover{color: #949494;}
.social{
    list-style: none;
    margin: 9px;
    margin-left: 0;
    text-align: center;
}
.social li{float: none;display: inline;}
.social li a{
    font-size: 25px;
    display: block;
    padding: 3px 8px;
    background: #4c6e90;
    margin-left: 2px;
    width: 45px;
    text-align: center;
    border-radius: 3px;
    color: #ffffff;
    /* float: left; */
    display: inline-block;
}
.social li a:hover{color: #333;}
.icon{
   font-family: 'Droid Sans', sans-serif;
   font-size: 14px;
   color: #ffffff;
   padding: 10px 12px;
   background: rgba(89, 131, 170, 0.44);
   margin-bottom: 1px;
   border-radius: 4px;
   margin-top: 6px;
   }
.copyright{    text-align: CENTER;
    border-top: 1px dashed rgba(148, 148, 148, 0.35);}
	.copyright a{color: #f0ad4e;}
	.copyright a:hover{  color: #F88C00;}
/********************************************* GALLERY ***********************************/
.gallery{ background:#fff; padding-bottom:20px;}
.gallerybox{
    border: 1px solid #EAEAEA;
    border-bottom: 4px solid  #EAEAEA;
    padding-bottom: 15px;
}
.gallerybox h2{position:relative;margin: 0;margin-top: 10px;margin-bottom: 5px;}
.gallerybox h2:before{background: url(../images/stripe.png);top: 10px;position:absolute;left:0;right:0;width:100%;content:'';background-repeat: repeat;height: 14px;z-index: 0;}
.gallerybox h2 span{padding:5px;background:#fff;position: relative;font-size: 20px;top: -3px;font-family: 'Droid Sans', sans-serif;font-size: 18px;font-weight: bold;}
.gallerybox .gal{
    padding: 0;
	position:relative
}
.gallerybox .gal:after{
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    position:absolute;
    content:"\f03e";
    background: rgba(0, 0, 0, 0.85);
    left:0;
    right:0;
    top: 0;
    bottom:0;
    opacity:0;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align:center;
    padding-top: 30px;
    color: #F35A0E;
    font-size: 28px;
    }
.gallerybox .gal:hover:after{opacity:1; cursor:pointer; } 

.gallerybox .gal img{width:100%;padding: 1px;}

/********************** MEMBER LOGIN ******************/

.memberlogin{padding-top: 20px;text-align: right;overflow: hidden;}
.memberlogin a{
   font-family: 'Droid Sans', sans-serif;
   font-size: 15px;
   color: #FFFFFF;
   padding: 15px 15px;
   background: rgb(62, 63, 70);
   margin-bottom: 1px;
   border-radius: 3px;
   /* margin-top: 36px; */
   display: block;
   text-align: center;
   float: right;
   width: 200px;
   }
.paynow{
    background: #1DA8E2 !important;
    float: right !important;
}


.social2{
   width: 40px;
   /* height: 200px; */
   background: #232C3B;
   position: fixed;
   top: 40%;
   z-index: 99999;
}
.social2 ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.social2 ul li{ width:40px; -webkit-transition: width 0.5s; /* For Safari 3.1 to 6.0 */
    transition: width 0.5s;}
.social2 ul li:hover{ width:60px;}
.social2 ul li a{
    padding: 10px 5px;
    width: auto;
    display: block;
    color: #fff;
    text-align: center; transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.social2 ul li  i{font-size: 16px;}
.social2 ul li .facebook{background: #39579A;}
.social2 ul li .twitter{background: #1DA8E2;}
.social2 ul li .google{background: #DF4901;}
.social2 ul li .instagram{background: #00659B;}

#nt-title{list-style:none;height: 30px;overflow: hidden;margin: 0;padding-left: 0;}
#nt-title li p{text-transform:uppercase;font-size: 12px;padding-top: 12px;}
#slider div.s1, #slider div.s2{background-repeat: no-repeat !important;  background-size: cover !important;}


.elink{
    padding-top: 34px;
    padding-bottom: 20px;
    text-align: right;
}
.elink a{
    display: inline-block;
    padding: 20px;
    color: #fff;
    background: #3B3A6E;
    margin-bottom: 10px;
    border-radius: 5px;
    font-family: 'Droid Sans', sans-serif;
}
.elink a i{}


/********************************** MEDIA **************************/
@media (max-width: 1200px) and (min-width: 992px){
	
	#slider div.s1 {
    width: 49.8%;}
	#slider div.s1, #slider div.s2{background-repeat: no-repeat !important;  background-size: cover !important;}
}
@media (max-width: 991px) and (min-width: 768px){
	
	#slider div.s1 {
    width: 49.8%;}
	#slider div.s1, #slider div.s2{background-repeat: no-repeat !important;  background-size: cover !important; float: left;}
	.header-top{    margin-top: 0;}
	.header-top .datetime:after{height:0;}
	
	.header-top .topmenu ul { text-align:center;}
	.header-top .topmenu ul li{float:none; display:inline;}
}
@media screen and (max-width:48em){
	
	.navbar-nav > li > .dropdown-menu{position:relative; top:0;}
.nav li:hover .dropdown-menu{top:0;}
	/******* HEADER TOP ******/
	.header-top{    margin-top: 0;}
	.header-top .datetime:after{height:0;}
	
	.header-top .topmenu ul { text-align:center;}
	.header-top .topmenu ul li{float:none; display:inline;}
	.navbar-toggle {
    margin-top: 10px;
    margin-bottom: 10px;
	}
	.elink a{ text-align:center; width:100%;}
	.navbar-header{padding-top:0; padding-bottom:0;}
	/******** HEADER ********/
	header{height:auto;}
	header .logo {
    text-align: CENTER;
	
	}
	header .logo img{width:100%; }
	.memberlogin{padding-top:10px; padding-bottom:10px;text-align:center;}
	.memberlogin img{    width: 250px;}
	/*************** NEWS *************/
	.news{margin-top:0;}
	.news span{text-align:center;}
	.news ul{height: 38px !important;}
	/*********** SLIDER ***********/
	#slider div.s1, #slider div.s2{width:100%; margin:0; background-repeat: no-repeat !important;  margin-bottom:2px;     background-size: cover !important;}
	.ticker ul li{height: 30px !important;
    overflow: hidden;
    margin-top: 0px;
}
#about{padding:0;}
}