/* SLIDER ADJUSTS */
.hesperiden.tparrows.tp-rightarrow:before{
	font-family: FontAwesome !important;
	content: "\f105" !important;
}
.hesperiden.tparrows.tp-leftarrow:before{
	font-family: FontAwesome !important;
	content: "\f104" !important;
}


.sitedescription {
	text-align: center;
	display: block;
	font-size: 12px;
	color: #FFFFFF;
	z-index: 9999999999;
	position: relative;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -25px;
	height: 20px;
	padding-top: 5px;
	margin-top: 0px;
	line-height: 25px;
}

/* HEADER */
header{
	width: 100%;
	position: relative;
}
/* HEADER BAR */
header .navigation{
	width: 95%;
	height: 53px;
	margin: 0 auto;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -45%;
	background-color: #f0c546;
	z-index: 9999;
}
/* LOGO */
header .navigation .logo{
	float: left;
	background-color: #332e33;
	line-height: 0;
}
header .navigation .logo img{
	width: 500px;
}
/* DESKTOP MENU */
header .navigation .menu_desktop{
	float: left;
	background-color: #f0c546;
	margin-left: 15px;
	line-height: 1.1;
}
header .navigation .menu_desktop nav .menu{
	display: table;
}
header .navigation .menu_desktop nav .menu > li{
	float: left;
}
header .navigation .menu_desktop nav a{
	font-size: 18px;
	color:#332e33;
	text-decoration: none;
	padding: 17px 10px;
	display: block;
}
header .navigation .menu_desktop nav a:hover{
	background-color: #332e33;
	color:#f0c546;
}
@media (min-width: 1400px) and (max-width:1605px){
	header .navigation .menu_desktop{
		line-height: 1.3;
	}
	header .navigation .menu_desktop nav a{
		font-size: 15px;
		padding: 17px 5px;
	}
}
/* BUTTON FOR MOBILE MENU */
header .navigation .btn_menu{
	display: none;
	font-size: 40px;
	color:#332e33;
	background-color: #f0c546;
	width: 50px;
	height: 50px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 5px;
	float: right;
	margin: 53px 20px 0 0;
	cursor: pointer;
}
@media (max-width: 1399px){
	header .navigation{
		background-color: #332e33;
	}
	header .navigation .menu_desktop{
		display: none;
	}
	header .navigation .btn_menu{
		display: block;	
	}
}
@media (max-width: 599px){
	header .navigation{
		width: 100%;
		top: 25px;
		left: 0;
		margin-left: 0;
	}
	header .navigation .logo{
		min-height: 53px;
	}
	header .navigation .logo img{
		width: 100%;
		margin-top: 7px;
	}
	header .navigation .btn_menu{
		margin: 0 20px 0 0;
	}
	
.sitedescription {
	text-align: center;
	display: block;
	font-size: 11px;
	color: #FFFFFF;
	z-index: 9999999999;
	position: relative;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -20px;
	height: 20px;
	padding-top: 0px;
	margin-top: 0px;
	line-height: 25px;
}
	
	
}

@media (max-width:350px){
	.sitedescription {
		font-size: 10px;
	}
}

/* MOBILE MENU */
header .menu_mobile{
	max-width: 400px;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: -500px;
	background-color: #f0c546;
	z-index: 99999;
	overflow-y: scroll;
}
header .menu_mobile #close_nav{
	width: 40px;
	height: 50px;
	position: relative;
	top: 20px;
	left: 20px;
	cursor: pointer;
}
header .menu_mobile #close_nav i{
	width: 100%;
	height: 100%;
	font-size: 50px;
	color: #332e33;
}
header .menu_mobile .menu{
	width: 300px;
	margin: 0 auto;
	margin: 50px auto 30px auto;
}
header .menu_mobile .menu li{
	text-align: center;
	border-bottom: 1px solid #332e33;
	position: relative;
}
header .menu_mobile .menu li:hover{background-color: #332e33;}
header .menu_mobile .menu li:last-child{border-bottom: none;}
header .menu_mobile .menu li a{
	width: 100%;
	display: block;
	font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    color: #332e33;
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
}
header .menu_mobile .menu li:hover > a{color:#f0c546;}
header .menu_mobile .menu li:hover > i{color:#f0c546;}

/* MOBILE SUB MENUS */
header .menu_mobile .menu li i{
	position: absolute;
    top: 0px;
    right: 0;
    font-size: 21px;
    color: #fff;
    background-color: #33bfdb;
    display: block;
    width: 30px;
    height: 33px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 7px;
    cursor: pointer;
}
header .menu_mobile .menu .sub-menu{
	background: #5C97BF;
   	display: none;
}

