@charset "utf-8";
/* CSS Document */
.innerpage-hdng h4 {
  color: #FFF;
  font-size: 40px;
  font-weight: 300;
  padding-top: 0px !important;
  line-height: 80px;
}
.innerpage-hdng .breadcrumb {
  background: none;
  line-height: 100px !important;
  color: #FFF;
}
input[type=text], select {
width: 95%;
height: 50px;
padding: 12px 20px;
margin: 9px 0 0 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
.contactForm form input, .contactForm form textarea {
  margin: 0 0px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 50px;
}
.checkbox {
  margin: auto;
  width: 20%;
}
input[type="checkbox"] {
  height: 22px !important;
}
td:nth-child(3) {
  text-align: right;
}
input[type="date"], textarea {
width: 95%;
height: 50px;
padding: 12px 20px;
margin: 9px 0 0 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
}
.button {
background-color: #024383;
box-shadow: 0 5px #022b54;
}

.button {
padding: 8px 25px;
margin-bottom: 20px;
font-size: 18px;
text-transform: uppercase;
color: #fff;
}
.button {
display: inline-block;
cursor: pointer;
text-align: center;
text-decoration: none;
outline: none;
border: none;
border-radius: 0;
}
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: #144255;
  text-transform:uppercase;
  font-family:"ADAM.CG PRO", ADMUI3Lg, ADMUI3Sm;
  letter-spacing:3px;
  font-weight:bold;
}
.navbar {
  position: relative;
  min-height: 100px;
  margin-bottom: 0px;
  border: 1px solid transparent;
    box-shadow: 0 0 30px #000;

}
.navbar-brand {
  float: left;
  height: 50px;
 padding: 0px 0px; 
  font-size: 25px;
  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: #ffffff;
  font-weight:bold;
}
.mn
{
	display:none;
}
header.carousel {
  height: auto;
}
.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:100%; 
}
.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: #34495e;
    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: #EC7F24;
}        

.menu > li > a {
    transform: skewX(-25deg);
    padding: 1em 2em;
}

/* 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: 1em 2em;            
}

.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: 30px 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: 15px;
}
ul.breadcrumbs li:first-child {
  margin: 0;
}

ul.breadcrumbs li {

  font-size: 13px;
  font-weight: 300;
  margin-left: 3px;
  color: #000000;
  float: left;
}

.obj .fa
{ padding: 14px;14px;}

.obj li
{display:inline-flex;}
@media screen and (max-width:1024px)
{
	.menu > li > a {
  transform: skewX(-25deg);
  padding: 10px;
}
.menu a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
}  
}

@media screen and (max-width:768px)
{
.mn
{
	display:block;
}
.menu
{
	display:none;
}
}

@media screen and (max-width:480px)
{
.title
{
 display:none;
}
.slide-img
{
width:1369px; 
height:300px;
}
header.carousel {
  height: 50%;
}

}