.logo {
  line-height: 32px;
  text-decoration: none;
  float: none;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  max-width: 300px;
  display: block;
  margin: 40px auto 0;
  width: 50%;
  transition: all 0.2s ease-out;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
}

.logo:before {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  top: 0;
  background-image: url("../img/frontier-logo-f.png");
  height: 110px;
  width: 80px;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transform: translate(-50%, -25px);
	transition: all 0.2s ease-out;
}

.logo:after {
  position: absolute;
	content: "";
	display: block;
	left: 50%;
	top: 0;
	background-image: url("../img/frontir1_anim.svg");
	height: 110px;
	width: 80px;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	transform: translate(-53%, -24px) scale(1.34);
	transition: all 0.2s ease-out;
}

.logo img {
	position: relative;
}

.logo:hover {
	opacity: 1;
	transform: translate(-50%,0) scale(1.05);
}

.logo:hover:before {
	opacity: 1;
	transform: translate(-50%,-25px) scale(1.09);
}

.logo:hover:after {
	opacity: 0;
}

.is-sticky .logo {
  transform: translate(-50%,-25px) scale(0.5);
}

.navbar-inner .sublinks {
    display: block;
    float: left;
    margin: 35px 10px 0 0;
}

.navbar-inner .sublinks a {
    color: #fff;
    font-size: 14px;
    margin-right: 2px;
	white-space:nowrap;
}

.navbar-inner .accent {
    font-weight: 600;
    font-size: 17px !important;
	line-height: 1.1em;
}
	
#navigation-sticky-wrapper {
	/*height:45px !important;*/
	height:45px !important;
	/*margin-top: -46px;*/
	margin: 0 80px;
}

.navbar-fixed-top {
    margin-bottom: 0;
}

.navbar-inner {
	background: transparent none;
    /*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.9) !important;*/
    line-height: 20px !important;
    /*min-height: 45px;
    padding-left: 20px !important;
    padding-right: 20px !important;
	padding-top: 0;*/
    transition: all 0.3s ease-out 0s;
    z-index: 10;	
	position: relative;
	border:none;
}

.navbar {
	position: absolute;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%) no-repeat scroll 0 0;
	left: 80px;
	right: 80px;
}
	
/*.navbar .nav {
    height: 45px;
    text-align: center;
}*/

.navbar .nav > li {
	/*float:none;
	display:inline-block;*/
	margin-bottom: 0;		
	position:static;
	/*line-height:45px;
	width: auto;*/
}
	
.navbar .nav .logo {	
    display: inline-block;
    height: 45px;
    width: 160px;
    z-index: 100;
}

.navbar .nav .logo a{
	height: 25px;
    left: 0;
    padding: 10px 0;
    position: relative;
    top: 0;
    width: 100%;
}

.navbar .nav > li > a {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    height: 70px;
    transition: all 0.3s ease-out 0s;
    line-height: 82px;
    text-shadow: none;
    position: relative;
}

.navbar .nav > .social {
    text-align:center;
}

.navbar .nav > .social > a {
    width: auto;
}
	
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background: none;
	box-shadow: none;
	color: #fff;
	transition: all 0.3s ease-out 0s;
	text-shadow: 0px 0px 7px rgb(242, 0, 0);
}
	
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color: #cc3b3b;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
	/*opacity:0.7;*/
}	
	
.navbar .show-menu {
    background-size: 30px 30px;
    border-radius: 0;
    cursor: pointer;
    display: none;
    float: right;
    height: 80px;
    margin: 0 -80px 0 0;
    opacity: 1;
    padding: 0;
    width: 80px;
	outline: none;
}
	
.navbar .show-menu:hover {
	opacity:1;
}

/*----Animated burger----*/
.show-menu-bar {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  margin: 0;
  outline: none;
}
.show-menu .menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  outline: none;
}
.show-menu .line {
  fill: none;
  stroke: white;
  stroke-width: 4;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.show-menu .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 4;
}
.show-menu .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 4;
}
.show-menu .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 4;
}
.show-menu .opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
}
.show-menu .opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 4;
}
.show-menu .opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 4;
}
/*----Animated burger----*/



/*-----------------------*/
		
.dropup, .dropdown {
    position: relative;
}

.dropdown-menu {
	background: #f2f2f2;
    /*background-clip: padding-box;*/    
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.4) inset;
    display: none;
    float: left;
    left: 0;
	right: 0;
    list-style: outside none none;
    margin-top: 0;
    min-width: 160px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
	border-bottom: 3px solid #c31400;
    border-top: 3px solid #c31400;
}

.open >.dropdown-menu{display:block;}

.dropline-box {
	display:none;
}

.navbar .search-box {
    display: block;
    top: 20px;
    z-index: 1;
}

.navbar .search-box > input {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    height: 12px;
    width: 100px;
    margin-bottom: 0;
    padding-left: 18px;
}

.navbar .search-box .fa-search {
    color: #fff;
    position: absolute;
    left: 0;
    top: 2px;
    opacity: 0.3;
}

#up {
    border-radius: 0;
    bottom: 50%;
    cursor: pointer;
    display: none;
    height: 48px;
    margin-bottom: -24px !important;
    position: fixed;
    right: 20px;    
    width: 48px;
    z-index: 2000;	   
}

#menu_top_inside, #menu_close_inside {
    height: 48px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;    
    width: 48px;
	text-align: center;
	-webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
	transform: rotate(90deg);    
    transition: background-position 0.3s linear 0s;    
}

/*#menu_top_inside:after {
    content: "(";
    font-family: "icons";    
	color:#fff;	
	font-size: 36px;
    line-height: 48px;
}

#menu_close_inside:after {
    content: "+";
    font-family: "icons";    
	color:#fff;	
	font-size: 36px;
    line-height: 48px;
}*/

/*.navbar .container {
    border: none;    
}*/

.navbar .container {
    max-width: 100% !important;
    width: auto !important;
}

/*.navbar-fixed-top .navbar-inner {
    box-shadow: none !important;
}*/


.nav-container {
	display: block;
	position: relative;
	max-height: 100vh;
	overflow: hidden;
	width: 100%;
	height: 100%;
}










	
	.navbar-inner {
		min-height: 45px!important;
		padding:0!important;
	}
	
.blend, #logo:before {
	display:none;
}
	
.nav-collapse {
  background-color: rgba(0, 62, 117, 0.78);
  margin: 0;
  padding: 0;
  z-index: 2;
  position: absolute;
  width: 100%;
  background-image: url("../img/led5.png"), url("../img/led6.png");
  background-position: left center, right center;
  background-repeat: repeat-y, repeat-y;
}
	
.navbar .nav > li {
    display: inline-block;
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    line-height: 76px;
    padding: 0 20px;
	border-left: none;
	margin-left: 0;
}

.navbar .nav > li:after {
  content: "";
  position: relative;
  width: 100%;
  height: 1px;
  display: block;
  background: linear-gradient(90deg, rgba(0,175,242,0) 0%, rgb(0, 175, 242) 50%, rgba(0,175,242,0) 100%);
}
	
	.navbar .nav > li:last-child {
		border-bottom:none;
	}

.navbar .nav > li.active {
  background: linear-gradient(90deg, rgba(0,175,242,0) 0%, rgba(242, 0, 0, 0.47) 50%, rgba(0,175,242,0) 100%);
}
	
.navbar .nav {
    text-align: left;
    width: 100%;
    height: auto;
	max-height: 100%;
}
	
.navbar .nav > li > a {
  padding: 0;
  font-size: 20px;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
	
	.navbar .show-menu {
		display:block;
	}
	
	.navbar .nav-collapse .nav.pull-right {
		float: left;
		margin:10px 0;
	}
	
.dropdown-menu {
	background: transparent none;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

	.navbar .container {
   		border: none !important;
	}
	.navbar-fixed-top .navbar-inner {
    	box-shadow: none !important;
	}
	
/*#logo {
	padding-left:0;
	padding-right:0;
}

	#logo a {
		background-color:transparent;
		width: 64px;
	}*/
	
.navbar .search-box {
    margin-right: 20px;
    position: relative;
    float: left;
    margin-top: 12px;
}

/*#logo a:after {
    content: "`";
    font-size: 48px;
}*/

@media only screen and (max-width: 767px) {
	
.navbar .show-menu {
    height: 60px;
    margin: 0 -60px 0 0;
    width: 60px;
}

#navigation-sticky-wrapper {
    margin: 0 60px 0 0;
}
	
.navbar {
    left: 0;
	right: 60px;
}

.navbar-inner .sublinks {
    margin: 48px 0 0;
	text-align: center;
	padding:0 10px;
	width:100%;
}

.navbar {
    /*background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 1)) repeat scroll 0 0;
	background: transparent no-repeat;*/
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0;
}

.navbar:after {
    content: "";
    /*background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgb(0, 0, 0) 100%);*/
	background: transparent none;
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
}
	
	.logo {
  		margin: 20px auto 0;
	}
	
	.logo:before {
  		width: 60px;
	}
	
	.logo::after {
  		width: 60px;
	}
	
	.is-sticky .logo {
  		transform: translate(-50%,-18px) scale(0.5);
	}
	
}

@media only screen and (max-width: 479px) {
	
	.actor2 {
  		transform: translate(-29%, 9%) scale(1.25) !important;
	}
	
	.actor3 {
  		transform: translate(26%, 2%) scale(0.95) !important;
	}

#navigation-sticky-wrapper {
    margin: 0 40px 0 0;
}

.navbar {
    right: 40px;
}

.navbar-inner .sublinks {
    margin: 40px 0 0;
}

.navbar .show-menu {
    height: 40px;
    margin: 0 -40px 0 0;
    width: 40px;
}

.show-menu .menu svg {
    width: 40px !important;
    height: 40px !important;
}
	
	.logo {
  		transform: translate(-50%,0) scale(0.8);
	}

}