@charset "utf-8";
/* CSS Document */

body
{
	font-family:"Source Sans Pro";
	overflow-x: hidden;
}
.navbar-inverse {
  background-color: #FFFFFF;
  border-color: #080808;
}
/*.navbar-inverse .navbar-brand {
  color: #FFFFFF;
  text-transform:uppercase;
  font-family:"Trajan Pro";
  font-weight:bold;
}*/
.title
{
 color: #FFFFFF;
  text-transform:uppercase;
  font-family:  Garton;
  font-weight:bold;
  float: right;
    margin: 10px 0;
    text-align: center;
}

.navbar {
  position: relative;
  min-height: 80px;
  margin-bottom: 0px;
  border: 1px solid transparent;
    box-shadow: 0 0 30px #000;

}
.navbar-brand {
  float: left;
  height: 50px;
 padding: 0px 0px; 
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand>img {
	display: initial;
}
.nav-container
{
	padding: 0px 8px;
}
.nav-list
{
	padding:16px 10px;
	overflow:hidden;
	
}
.navbar-inverse .navbar-nav>li>a {
  color: #000;
  font-weight:bold;
}
.mn
{
	display:none;
}
header.carousel {
  height: 80%;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 38px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: unset;
    background-size: cover;
}
.slide-img
{
width:1369px; 
height:535px;
}
.page-header {
  padding-bottom: 2px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
p
{
text-align:justify;
}
.vid
{
	width:100%;
	height:325px;
}
.day
{
font-size:14px;color:#999999;padding:35px 0px;
}



.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
.menu,
    .submenu {
        margin: 0;
        padding: 0;
        list-style: none;
    }
	/* Main level */
.menu {          

    width: fit-content;   
}

.menu > li {
    background: #969BA0;
    float: left;
    position: relative;
    transform: skewX(25deg);
}

.menu a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}        

.menu li:hover {
    background: #6A87B9;
}        

.menu > li > a {
    transform: skewX(-25deg);
    padding: 0.5em 1.5em;
}

/* Dropdown level*/
.submenu {
    position: absolute;
    width: 200px;
    left: 50%; margin-left: -100px;
    transform: skewX(-25deg);
    transform-origin: left top;
}

.submenu li {
    background-color: #34495e;
    position: relative;
    overflow: hidden;       
}                        

.submenu > li > a {
    padding: 0.5em 1.5em;            
}

.submenu > li::after {
    content: '';
    position: absolute;
    top: -125%;
    height: 100%;
    width: 100%;            
    box-shadow: 0 0 50px rgba(0, 0, 0, .9);           
}        

/* Odd stuff */
.submenu > li:nth-child(odd){
    transform: skewX(-25deg) translateX(0);
}

.submenu > li:nth-child(odd) > a {
    transform: skewX(25deg);
}

.submenu > li:nth-child(odd)::after {
    right: -50%;
    transform: skewX(-25deg) rotate(3deg);
}                

/* Even stuff */
.submenu > li:nth-child(even){
    transform: skewX(25deg) translateX(0);
}

.submenu > li:nth-child(even) > a {
    transform: skewX(-25deg);
}

.submenu > li:nth-child(even)::after {
    left: -50%;
    transform: skewX(25deg) rotate(3deg);
}

/* Show dropdown */
.submenu,
.submenu li {
    opacity: 0;
    visibility: hidden;         
}

.submenu li {
    transition: .2s ease-out transform;
}

.menu > li:hover .submenu,
.menu > li:hover .submenu li {
    opacity: 1;
    visibility: visible;
}        

.menu > li:hover .submenu li:nth-child(even){
    transform: skewX(25deg) translateX(15px);          
}

.menu > li:hover .submenu li:nth-child(odd){
    transform: skewX(-25deg) translateX(-15px);            
}
 .media > .pull-left {
    padding-right: 12px;
}
.dtl
{
	font-size:13px;
}
.page-banner {
  padding: 10px 0;
  background: url(../images/banner.jpg);
  border-bottom: 1px solid #eee;
  background-size: cover;
}
ul, ol {
  list-style: none;
}

ul.breadcrumbs li:first-child:before {
  content: '';
  margin: 0;
}

ul.breadcrumbs li:before {
  content: '/';
  margin: 0 4px 0 2px;
  color: #000;
}
ul.breadcrumbs {
  float: right;
  margin-top: 40px;
}
ul.breadcrumbs li:first-child {
  margin: 0;
}

ul.breadcrumbs li {

  font-size: 13px;
  font-weight: 300;
  margin-left: 3px;
  color: #000000;
  float: left;
}
.img-border
{border: 8px solid #666666;width: 100%;}
@media screen and (max-width:1024px)
{
	.menu > li > a {
  transform: skewX(-25deg);
  padding: 10px;
}
.title
{
	 font-size:16px;
}
}

@media screen and (max-width:768px)
{
.mn
{
	display:block;
}
.menu
{
	display:none;
}
#cssmenu
{display:none;}
}

@media screen and (max-width:480px)
{
.title
{
 display:none;
}
.slide-img
{
width:1369px; 
height:190px;
}
header.carousel {
  height: 29%;
}
ul.breadcrumbs {
  float: right;
  margin-top: 0px;
}

}




#cssmenu {padding: 0; margin: 0; border: 0;}
#cssmenu ul, #cssmenu li {list-style: none; margin: 0; padding: 0;}
#cssmenu ul {position: relative; z-index: 597; }
#cssmenu ul li { float: left; min-height: 1px; vertical-align: middle;}
#cssmenu ul li.hover,
#cssmenu ul li:hover {position: relative; z-index: 599; cursor: default;}
#cssmenu ul ul {visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 100%;}
#cssmenu ul ul li {float: none;}
#cssmenu ul ul ul {top: 0; left: auto; right: -99.5%; }
#cssmenu ul li:hover > ul { visibility: visible;}
#cssmenu ul ul {bottom: 0; left: 0;}
#cssmenu ul ul {margin-top: 0; }
#cssmenu ul ul li {font-weight: normal;}
#cssmenu a { display: block; line-height: 1em; text-decoration: none; }
#cssmenu {

  
  font-size: 12px; 
      width: 50%;
    float: right;
}

  #cssmenu > ul { *display: inline-block;font-weight:bold;font-family: sans-serif; }

  #cssmenu:after, #cssmenu ul:after {
    content: '';
    display: block;
    clear: both; 
}
#cssmenu a {
	font-weight:bold;
    color: #000;
    padding: 0 15px; 
}


    #cssmenu ul ul {
      
      text-transform: none;
      min-width: 190px; 
}
      #cssmenu ul ul a {
        background: #0277BD;
        color: #FFF;
        border: 1px solid #0082e7;
        border-top: 0 none;
        line-height: 150%;
        padding: 16px 20px; 
}
      #cssmenu ul ul ul { border-top: 0 none; }

      #cssmenu ul ul li { position: relative }
	  #cssmenu > ul > li > a { line-height: 48px;  }

#cssmenu ul ul li:first-child > a { border-top: 1px solid #0082e7; }
        #cssmenu ul ul li:hover > a { background: #0277BD; }

        /*#cssmenu ul ul li:last-child > a {
          border-radius: 0 0 3px 3px;
          box-shadow: 0 1px 0 #1b9bff; 
}*/
       /* #cssmenu ul ul li:last-child:hover > a { border-radius: 0 0 0 3px; }*/

        #cssmenu ul ul li.has-sub > a:after {
          content: '+';
          position: absolute;
          top: 50%;
          right: 15px;
          margin-top: -8px;
}
    #cssmenu ul li:hover > a, #cssmenu ul li.active > a {
	     background-color: #0277BD;
    color: #FFF;
    transition: 0.3s ease-in;
    font-weight: bold;
    /* border-radius: 11px; */
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
    #cssmenu ul li.has-sub > a:after {
      content: '+';
      margin-left: 5px; 
}
    #cssmenu ul li.last ul {
      left: auto;
      right: 0; 
}
      #cssmenu ul li.last ul ul {
        left: auto;
        right: 99.5%;
}

@media screen and (max-width:1024px)
{
#cssmenu {
 
  font-size: 12px; 
      width: 55%;
    float: right;
}
#cssmenu a {
    
    color: #000;
    padding: 0 8px; 
}
#cssmenu > ul { *display: inline-block;font-weight:bold;font-family: sans-serif;font-size:11px; }
}

@media (max-width: 767px)
{
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #A1F1FF;
}