.notification{
	display: none !important;
}
.nav-section{
	position: fixed;
	width: 100%;
	padding: 0px 60px;
	text-align: right;
	z-index: 9999999;
	transition: 0.5s all;
	
}
.nav-section.fixed-navigation{
	top: 0;
	background: #fff;
	height: 76px;
	box-shadow: 0 5px 21px rgba( 20, 33, 47, 0.13 );
}
.nav-section.fixed-navigation .logo{
	margin-top: 21px;
}
.nav-section .main-menu{
	 margin-top: 2px !important;
}
.logo{
	float: left;
	display: inline-block;
	margin-top: 18px;
}
.nav-section .main-menu{
	display: inline-block;
	float: none;
	margin: 0 auto;
	width: auto;
	text-transform: uppercase;		
	margin-right: 7px;
}
.nav-section .main-menu > ul > li:after{
	content: "";
	margin: 0;
	padding: 0;
}
.nav-section .main-menu > ul > li{
	margin: 0 11px;
}
.nav-section .main-menu > ul > li a{
	font-size: 14px;
	transition: 0.2s all;
	letter-spacing: 1px;
	padding: 26px 0px;
	color: #FFF;
	display: inline-block;
	
}
/* it's fixed and scrolled */
.nav-section.fixed-navigation .main-menu > ul >li > a{
	color: #1d2939;
}
.nav-section.fixed-navigation .main-menu > ul > li a:hover:after{
	width: 100%;
    background: #1d2939;
}
.nav-section.fixed-navigation .button-login{
	color: #1d2939;
}
.nav-section.fixed-navigation #user.user-info .dropdown-toggle{
	color: #1d2939;
}
.fixed-navigation .logo .svg path{
	fill: #1d2939;
}
/* end scrolable section */

.nav-section .main-menu > ul > li a:hover{
	text-decoration: none;
}
.nav-section .main-menu > ul > li a:after {
    color: #fff;
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
.nav-section .main-menu > ul > li a:hover:after{
	width: 100%;
    background: #fff;
}
.login{
	float: right;
	display: inline-block;
	margin-right: -10px;
	margin-top: 26px;
}
.button-login .login{
	color: #fff;
	text-transform: uppercase;
	border-radius: 2px;
	height: 43px;
    line-height: 38px;
	width: 108px;
	margin-top: -11px;
}
.logo .svg{
	width: 170px;
	height: auto;
}
.header{
	background: url("https://p6.zdassets.com/hc/theme_assets/212657/200091267/header-banner.jpg") no-repeat;
	background-size: cover;
}
.homePage .header{
	height: 720px;
}
.searhbar-header{
	background: none;	
	position: relative;
}
.videoSection{
	background: url('https://p6.zdassets.com/hc/theme_assets/212657/200091267/sectionBG2.jpg');
}
@keyframes blinkingBorder {
        0% {
            border-color: rgba(255,255,255,0.5);
        }

        50% {
            border-color: rgba(255,255,255,0);
        }

        100% {
            border-color: rgba(255,255,255,0.5);
        }
    }
.blinking-cursor{
	color: #fff;
    display: inline-block;
    float: left;
    height: 50px;
    margin-top: 5px;
    text-indent: -99999999999px;
    border-left: 1px solid #fff;
	-webkit-animation-direction: normal;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-name: blinkingBorder;
	-webkit-animation-timing-function: ease;
	animation-direction: normal;
	animation-duration: 0.8s;
	animation-iteration-count: infinite;
	animation-name: blinkingBorder;
	animation-timing-function: ease;
	position: absolute;
	margin-left: 80px;	
}
.searhbar-header input[type=search]{
    background: transparent;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 40px;
	opacity: 0.5;
	font-weight: lighter;
	text-align: center;
}
	::-webkit-input-placeholder {text-indent:10px!important;}
	:-moz-placeholder { text-indent:10px!important;}
	::-moz-placeholder {text-indent:10px!important;}
	:-ms-input-placeholder {text-indent:10px!important;}

.searhbar-header input[type=search]:focus{
	opacity: 1;
}
.searhbar-header input[type=search] placeholder{
    color: #000;
    opacity: 20%;
    font-size: 40px;

}
.searhbar-header input[type=submit]{
    display: none;
    
}