@media all and (min-width: 992px) {
	ul.nav.navbar-nav li.dropdown ul.dropdown-menu li.dropdown ul.dropdown-menu{
		left:100%;
		top:0;
	}
}
ul.nav.navbar-nav li.open ul.dropdown-menu li.open a{
	border-bottom:none !important;
	
}
ul.nav.navbar-nav li.open ul.dropdown-menu li.open a:hover{
	color:#969696;
	
}
ul.nav.navbar-nav > li.dropdown > ul.dropdown-menu > li.dropdown{
	position:relative;
}
.sidebar input[type="text"] {
	margin-bottom:0;
}
.sidebar ul.row li.t-mgr20:first-child{
	margin-top:0;
}
.sidebar .list-unstyled ul.level0 li{
	line-height: 36px;
    font-size: 14px;
	padding: 4px 0px;
	list-style: none;
}
.sidebar .list-unstyled ul.level0, .sidebar .tags ul{
	padding:0;
}
.sidebar .list-unstyled ul.level0 li:before{
	content: '\e800';
    margin-right: 15px;
    font-weight: normal;
    vertical-align: top;
    padding-top: 1px;
    display: inline-block;
    font-family: 'fontello-circle';
    color: #363636;
    font-size: 8px;
	color: #0082ff;
}
ul.nav.navbar-nav > li > a{
	background:none;
}
.progress-bg {
    background-image: url(../../../images/content/img-progress.png);
}


.progress-container{
    padding-left: 50px;
	padding-right: 100px;
}
.progress-container:first-child{
	padding-top:100px;
}
.parallax.about-me {
    background-image: url(../../../images/content/parallax-about-me.jpg);
}
.progress-container.no-pad:first-child{
	padding-top:0;
}
.progress-container.no-pad{
    padding-left: 0;
	padding-right: 0px;
}
.page-404 {
    background: url(../../../images/content/bg-404.jpg);
	width: 100%;
    height: 100%;
    max-height: 950px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    float: left;
    padding: 10% 0px;
}
.form-container input[type="email"] {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 50px;
    padding: 0 24px;
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 24px;
    border: 1px solid #e6e6e6;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.parallax.classic {
    background-image: url(../../../images/content/parallax-classic.jpg);
}
.mt--50{
	margin-top:-50px;
}
.parallax.bg-realestate {
    background-image: url(../../../images/content/parallax-realestate.jpg);
    padding: 10% 0px 35%;
}
.parallax.beauty {
    background-image: url(../../../images/content/parallax-beauty.jpg);
    padding: 14% 0px 12%;
}
.pt-0{
	padding-top:0;
}
.pb-0{
	padding-bottom:0;
}
.parallax.promo {
    background-image: url(../../../images/content/promo/bg-promo.jpg);
    padding: 15% 0px 14%;
}