@charset "UTF-8";

.dropdown-content {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 0;
    height: 50px;
    background-color: #4e4e4e;
}


#dropbtn {
    text-align: center;
}

.menu-item.open {
    color: #041031 !important;
    background-color: white;
}

#menu-right {
    width: 110px !important;
    margin-top: 20px;
}

#language {
    margin-right: 10px;
}


#login:hover a h6.menu-item .cur-text {
    opacity: 0;
}



.seconditems {
    background-color: #4e4e4e;
    color: white;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}
.seconditems:hover {
    background-color: white;
    color: #041031 !important;
}

.seconditems:hover a {
    color: #041031 !important;
}

.thirditems {
    background-color: #4e4e4e;
    color: white;
    padding-left: 65px;
    font-size: 12px;
}

.fa-chevron-left, .fa-chevron-down {
    float: right;
    margin-right: 30px;
    margin-top: 5px;
}

.all div a {
    color: white;
}

.all {
    background-color: #4e4e4e;
}

.collapse.in, .collapse, .collapsing {

    overflow: hidden;
    position: static !important;
}

#navbarToggleExternalContent {
    color: white !important;
    margin-top: 80px;
	box-shadow: #4e4e4e 0px 0 5px 0px;
}

.seconditems.collapsed .fa-chevron-left,
.seconditems .fa-chevron-down {
    display: inline-block;
}

.seconditems.collapsed .fa-chevron-down,
.seconditems .fa-chevron-left {
    display: none;
}

.menu-item-mobile.collapsed .fa-chevron-left,
.menu-item-mobile .fa-chevron-down {
    display: inline-block;
}

.menu-item-mobile.collapsed .fa-chevron-down,
.menu-item-mobile .fa-chevron-left {
    display: none;
}

.menu-item-mobile > a {
    color: white;
}

#header {
    	height:81px;
    	background-color:#4e4e4e;
    	position:fixed;
    	width:100%;
    	z-index:10;
    	margin-bottom: 50px;
	box-shadow: #4e4e4e 0px 0 5px 0px;
	-webkit-transition: all 375ms ease;
-moz-transition: all 375ms ease;
-ms-transition: all 375ms ease;
-o-transition: all 375ms ease;
transition: all 375ms ease;
	
}

#menu-right {
    float:right;
    list-style:none;
}

/*@media (min-width:1185px){*/
    /*#dropdownbutton{*/
        /*display:none !important;*/
    /*}*/
    /*.collapse, .collapse.in{*/
        /*display:none;*/
    /*}*/
/*}*/

body{
	display:flex; 
	flex-direction:column; 
}
#main-home{
    height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:50% 50%;
    position: relative;
}

#header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:99;
	box-shadow: #4e4e4e 0px 1px 3px 0px;
}

.collapsing{
    position:fixed;
    top:80px;
    left:0;
    right:0;
    z-index:999;
}

.menu-item-mobile {
    width:100%;
    float:left;
    background-color:#4e4e4e;
    padding-bottom:10px;
    padding-left:20px;
    padding-top:10px;
    color:white;
    font-size:16px;
    cursor:pointer;
	border-top: solid 1px #585858;
}

.menu-item-mobile:hover > a{
    color:#041031;
}

.menu-item-mobile:hover{
    background-color:white;
    color:#041031;
}

.button {
    display:inline-block;
    cursor:pointer;
}

.button > div{
    background-color:#FFFFFF;
}

.bar1, .bar2, .bar3{
    width:35px;
    height:5px;
    background-color:#333;
    margin:6px 0;
    transition:0.4s;
}

.change .bar1{
    -webkit-transform:rotate(-45deg) translate(-8px, 7px);
    transform:rotate(-45deg) translate(-8px, 7px);
}

.change .bar2{
    opacity:0;
}

.change .bar3{
    -webkit-transform:rotate(45deg) translate(-8px, -8px);
    transform:rotate(45deg) translate(-8px, -8px);
}

li.menu-item-mobile:first-child{
    border-top:solid 1px #1f2945ed;
}
.collapse.in, .collapse, .collapsing{
    position:absolute;
    top:80px;
    width:100%;
}

#menu-left {
    position: absolute;
    float: left;
    height: 100%;
    margin-bottom: 0;
    margin-left: -18px;
}
#menu-left > img {
    height:75%;
    margin-top: 8px;
}