header {
	display:block;
}
nav {
	webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
	z-index:9000!important;
}

.navbar {
	border: none;
}
.navbar-default {
    position: absolute;
    background-color: #fff;
    border-radius: 0;
	border-color: none;
	border-bottom: none;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 4;
}



.navbar-alt {
    background-color: transparent;
}
.navbar-small {
	position:fixed;
    background: #0b2333;
	height:80px;
}
.navbar-default .container {
	position: relative;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-small .container {
	padding-top: 0px;
    position: relative;
}
@media (min-width: 992px) {
    .navbar-alt .container {
        margin-top:0px;
    }
    .navbar-small .container {
        margin-top:0px;
    }
}
.navbar-default .navbar-right {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
	height: 100%;
	margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.navbar-alt .navbar-right {
	margin-top: 0px;
    margin-bottom: 0px;
}
.navbar-small .navbar-right {
	height: 100%;
	margin-top: 0;
    margin-bottom: 0;
}

.navbar-alt .navbar-nav .dropdown-toggle {
	font-family:'Oswald';
	font-weight:300;
	font-size:15px;
	line-height:80px;
	color: #fff;
	opacity:0.7;
	padding-left:10px;
	padding-right:10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	cursor:pointer;
}

.navbar-small .navbar-nav .dropdown-toggle {
	font-family:'Oswald';
	font-weight:300;
	font-size:15px;
	line-height:80px;
	color: #fff;
	opacity:0.7;
	padding-left:10px;
	padding-right:10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	cursor:pointer;
}

.navbar-alt .navbar-nav > li > .Link1 {
	font-family:'Montserrat';
	font-weight:400;
	font-size:13px;
	line-height:117px;
	color: #fff;
	opacity:0.7;
	padding-left:10px;
	padding-right:10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	cursor:pointer;
}
.navbar-small .navbar-nav > li > .Link1 {
	font-family:'Montserrat';
	font-weight:400;
	font-size:13px;
	line-height:78px;
	color: #fff;
	opacity:0.7;
	padding-left:10px;
	padding-right:10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	cursor:pointer;
}




.navbar-alt .navbar-nav > li > .Link1:hover {
	opacity:1.0;
	color:#fff;
}

.navbar-nav .Link1:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);

    transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}
.navbar-nav .Link1:hover::before,
.navbar-nav .Link1:focus::before,
.navbar-nav .Link1:active::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.navbar-alt .navbar-nav > li > .Link1 i {
	font-size: 20px;
}

.navbar-alt .navbar-nav .Link2 {
	font-family:'Montserrat';
	font-size:12px;
	line-height:50px;
	color: #fff;
	opacity:0.7;
	padding-left:10px;
	padding-right:10px;
	margin-top:52px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	cursor:pointer;
	border:1px solid rgba(255,255,255,0.30);
	border-radius: 25px;
}
.navbar-alt .navbar-nav .Link2:hover {
	opacity: 1.0;
	color:#fff;
}

.navbar-small .navbar-nav .Link2 {
	font-family:'Montserrat';
	font-size:12px;
	line-height:50px;
	color: #fff;
	opacity:0.7;
	padding-left:10px;
	padding-right:10px;
	margin-top:15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	cursor:pointer;
	border:1px solid rgba(255,255,255,0.30);
	border-radius: 25px;
}


.navbar-nav>li>a,
.navbar-nav>li>span {
    margin-top: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.navbar-nav>li>span { 
    line-height: 20px 
} 
.nav>li>a,
.nav>li>span {
    padding-left: 10px;
    padding-right: 10px;
}
.nav > li > span {
	position: relative;
	display: block; 
	cursor: pointer;
}
.navbar-nav .caret {
    margin-left: 3px;
    margin-top: -3px;
}
/*Navbar Toggle*/
.navbar-default .navbar-toggle {
    position: relative;
    float: right;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-small .navbar-toggle {
    position: relative;
    float: right;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
    outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 2px;
  background:#fff!important;
}
/*Navbar Collapse Menu*/
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
	color: #3a3a3a;
}
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}
.navbar-small .navbar-nav>li>a:focus {
    color: #fff;
	opacity:1.0;
}



/*Navbar Collapse*/  
@media (max-width: 992px) {
    .navbar-default .navbar-collapse {
        margin-top: 25px;
    }
    .navbar-small .navbar-collapse {
        margin-top: 25px;
    }

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: none;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-default .navbar-collapse {
        background-color: rgba(103,53,12,0.90);
    }
    .container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
        padding-left: 25px;
        padding-right: 25px;
    }
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
        padding-left: 5px;
        padding-right: 5px;
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 0;
	}
    .navbar-default .navbar-toggle {
		width:30px;
		height:30px;
		padding:0;
		margin:20px 0 0 0;
    }
	.navbar-default .navbar-toggle .icon-bar {
		width: 30px;
	}
    .navbar-small .navbar-toggle { 
		margin:25px 0 0 0;
    }
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a,
    .navbar-nav>li>span {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > span {
        color: #fff;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > span:hover {
        background: rgba(255,255,255, 0.03);
    }
    .collapse.in{
  		display:block !important;
	}
    .navbar-default .container { 
        width: 100%;
		padding:0;
		margin:0;
    } 
    .navbar-small .container {
        padding-right: 0px;
        padding-left: 0px;
        width: 100%;
    } 
    .navbar-default ul.nav li {
		border-bottom: 1px dotted rgba(255,255,255,0.20);
	}

	.navbar-default ul li:last-child {
		border-bottom: none;
	}
    .navbar-default .navbar-right {
        margin-top: 7px;
        margin-bottom: 3px;
    }
}
@media (min-width: 768px) {
    .navbar-nav.navbar-right:last-child {
        margin-right: 0;
    }
}



.navbar>.container .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
	float: left;
	width: 200px;
	padding: 15px 0 15px 0px;
	font-size: 30px;
	line-height: 20px;
}




.navbar-default .navbar-brand .logo-big {
	position:absolute;
    opacity: 1;
    width: 200px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar-default .navbar-brand .logo-big span {
	color: rgba(109,207,246,0.4);
}





.navbar-default .navbar-brand .logo-small {
	position:absolute;
    width: 200px;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar-default .navbar-brand .logo-small span {
	color: rgba(109,207,246,1.00);
}




.navbar-alt .navbar-brand .logo-big {
    margin-top: 25px;
}
.navbar-alt .navbar-brand .logo-small {
    margin-top: 25px;
}



.navbar-alt .navbar-brand .logo-big img {
	width:100%;
	height:auto;
}



.navbar-small .navbar-brand .logo-big {
    position:absolute;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.navbar-small .navbar-brand .logo-small {
    position:absolute;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    
}



.navbar-small .navbar-brand .logo-big {
    margin-top: 13px;
}



.navbar-small .navbar-brand .logo-small {
    margin-top: 13px;
}





@media (max-width: 767px) {
.navbar-default .navbar-brand .logo-big {
    width: 200px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
}

 
@media (max-width: 768px) {
   .navbar-collapse {
      max-height: none;
      overflow-x: hidden;
   }
}





/*Dropdown*/ 
@media (min-width: 992px) { 
    .navbar-default .container {
        max-width: 1245px;
		height:120px;
        padding-left: 15px;
        padding-right: 15px;
		border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .navbar-small .container {
        max-width: 1245px;
		height:80px;
        padding-left: 15px;
        padding-right: 15px;
		border-bottom: 0px solid rgba(24,34,44,0.3);
    }
    .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
    } 

    .navbar-small .dropdown-menu {
        background: rgba(124,26,43,0.95);
        border: 0;
        border-radius: 0;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
        margin: 0;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 0;
        padding-right: 0;
        top: auto;
    }
    .navbar-small .dropdown-menu > li > a {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        text-transform: none;
        position: relative;
        padding: 11px 25px 11px 20px;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    }
    .navbar-small .dropdown-menu > li > a:hover,
    .navbar-small .dropdown-menu > li > a:focus,
    .navbar-small .dropdown-menu > .active > a:hover, 
    .navbar-small .dropdown-menu > .active > a:focus {
        text-decoration: none;
        background: #6d1625;
        color: #fff;
    }


    .dropdown-menu {
        background: rgba(124,26,43,0.95);
        border: 0;
        border-radius: 0;
        margin: 0;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 0;
        padding-right: 0;
        top: auto;
    }
    .dropdown-menu > li > a {
		font-family:'Oswald';
		font-weight:300;
		font-size:15px;
        color: #fff;
		opacity:0.7;
        text-transform: none;
        position: relative;
        padding: 11px 25px 11px 20px;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    }
    .dropdown-menu > li:last-child > a {
        border-bottom: 0;
    }
    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus,
    .dropdown-menu > .active > a:hover, 
    .dropdown-menu > .active > a:focus {
        text-decoration: none;
        background: rgba(105,21,36,1.0);
        color: rgba(255,255,255,1.00);
    }
    .dropdown-menu {
        margin-top: 20px;
    }
    .dropdown > ul.dropdown-menu {
        visibility:hidden;
        display:block;
        margin-top: 20px;
        opacity: 0;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
        
    }
    .dropdown:hover > ul.dropdown-menu{
        visibility:visible;
        opacity:1;
        display: block;
        margin: 0;
    }
    .dropdown-menu > .active > a {
        text-decoration: none;
        background-color: transparent;
        outline: 0;
    }
    .navbar-collapse.collapse {
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
}
@media (max-width: 992px) {
    .dropdown-menu {
        float: none;
        position: static;
        background-color: transparent;
        box-shadow: none;
        border: none;
        margin-left: 15px;
    }
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > span {
        color: #fff;	
    }
    .navbar-default ul li.open ul li {
        border-bottom: 0;
        padding: 5px;
        float: none!important;
    }
     
    .navbar-default ul li.open ul li a:hover {
        background-color: transparent;
    }
    .dropdown-menu li a {
        color: #f5f5f5;
        font-weight: 400;
        font-size: 12px;  
    }
    .dropdown-menu>.active>a, 
    .dropdown-menu>.active>a:hover, 
    .dropdown-menu>.active>a:focus {
        background-color: transparent;
    }
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
		font-family:'Oswald';
		font-weight:300;
		font-size:15px;
		opacity:0.7;
    }
}   

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:hover, 
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
}
.dropdown .arrow {
    font-size:9px;    
}
.menu-padding { 
    padding-top:70px; 
}
.content { 
    margin-top:0px; 
}
.navbar .icon {
    font-size: 18px;
}
.navbar .social-icon {
    padding-left: 15px;
    padding-right: 0;
}







a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:120px;
  color: #FFFFFF;
  background: rgba(0,75,127,0.8);
  height: 50px;
  line-height: 50px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  font-family:'Raleway';
  font-weight:400;
  font-size:16px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0; height: 0;
  border-bottom: 8px solid rgba(0,75,127,0.8);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.navbar-alt a:hover.tooltips span {
  visibility: visible;
  top: 100px;
  left: 50%;
  margin-left: -60px;
  z-index: 999;
}
.navbar-small a:hover.tooltips span {
  visibility: visible;
  top: 60px;
  left: 50%;
  margin-left: -60px;
  z-index: 999;
}














@media screen and (max-width: 1366px) {
    .navbar-default .container {
        max-width: 1245px;
		height:80px;
        padding-left: 15px;
        padding-right: 15px;
		border-bottom: 1px solid rgba(255,255,255,0.1);
    }
.navbar-alt .navbar-nav > li > .Link1 {
	line-height:77px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	cursor:pointer;
}
.navbar-alt .navbar-brand .logo-big {
    margin-top: -3px;
}
}



@media screen and (max-width: 414px) {
.navbar-default .container {
	max-width: 1245px;
	height:80px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 0px solid rgba(255,255,255,0.1);
}
.navbar-alt .navbar-nav > li > .Link1 {
	line-height:25px;
}	
}