header .media_icons_header:hover {
    color:#113052 !important;
}
header .collapse-button .icon-bar {
	background-color: #fff;
}
header.smaller .collapse-button .icon-bar {
	background-color: #fff;
}
header .collapse-button .icon-bar:hover {
	background-color: #fff;
}
header .phoneNew {
	width: auto;
	float: left;
	position: relative;
	z-index: 10000000!important;
	text-align: center;	
	background-color:transparent;
	padding-top: 26px;
	z-index:1000;
	margin-left: 15px;
	color: #123053;
}
header .phoneNew i {
	font-size: 25px;
	margin-left:0;
	margin-right: 7px;
	margin-top:0px;
	line-height:1.2em;
	clear:none;
	float:left;
	color:#123053;
}
header .phoneNew .text {
	font-size: 21px;
	margin-top:1px;
	float:left;
}
header .phoneNew:hover {
	color: #522b12;
}
header {
	border-top: 0px solid #123053
}
header .mediaBtn {
	width: auto;
	float: left;
	position: relative;
	z-index: 10000000!important;
	text-align: center;	
	background-color:transparent;
	padding-top: 22px;
	z-index:1000;
	margin-left: 12px;
}
header .mediaBtn i {
	font-size: 25px;
	margin-left: 0px;
	margin-right: 7px;
	margin-top: 6px;
	line-height:1em;
	clear:none;
	float:left;
}
header .mediaBtn .text {
	font-size: 19px;
	margin-top: 3px;
	float: left;
}
header .mediaBtn:hover {
	color: #9b7b5d !important;
}

header {
	width: 100%;
	z-index: 10000000!important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color:transparent;
}
header.smaller {
    background-color:rgb(225 247 255 / 100%)
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
header {
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
}
header .logo {
    width: 190px;
    float: left;
    position: relative;
    z-index: 100 !important;   
    background-color: transparent;
    margin-top:4px;
    margin-right:10px;
    opacity:0;
}
header.smaller .logo {
    width: 150px;
    float: left;
    position: relative;
    z-index: 100 !important;   
    background-color: transparent;
    margin-top:10px;
    margin-right:10px;
    opacity:1;
}
header #nav {
	display: inline-block;
	float: right;
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header .slimmenu li a {
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 10px;
	padding-right: 10px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	float: right;
	width: 100%!important;
	margin: 0;
	font-size: 26px;
	direction: rtl;
	text-align:right;
	box-sizing:border-box;
}
header.smaller ul.slimmenu li a {
}
header ul.slimmenu li > ul {
	position: absolute;
	right: 0;
	top: 91px;
	z-index: 999;
	width: 100%;
}
header.smaller ul.slimmenu li > ul {

}
header ul.slimmenu li ul li {
	width: 200px;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	text-align: center;
	font-size: 15px;
	padding: 0px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
header.smaller ul.slimmenu li ul li {
}
.header .collapse-button {
	margin-top: 14px;
}
.menu_selected {
	background-color: transparent;
	color: #bfd447 !important;
}
ul.slimmenu li ul li a.menu_selected{
	background-color: #fff !important;
	color: #424142 !important;
}
.onlyOnMobile {
    display:none !important;
}
header .slimmenu li.navSep {
	float: right;
	width: 1px!important;
	height:28px;
	background-color:#f4f4f4;
	margin-top:20px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
header.smaller .slimmenu li.navSep {

}
header .slimmenu li.menu_sep {
	float: right;
	width: 1px;
	height:20px;
	margin-top:25px;
	margin-left:10px;
	margin-right:10px;
	background-color:#bfd447;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media (max-width: 1439px) and (min-width: 769px) {
header {
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
}
header .logo {
    width: 190px;
    float: left;
    position: relative;
    z-index: 100 !important;   
    background-color: transparent;
    margin-top:4px;
    margin-right:10px;
    opacity:0;
}
header.smaller .logo {
    width: 150px;
    float: left;
    position: relative;
    z-index: 100 !important;   
    background-color: transparent;
    margin-top:10px;
    margin-right:10px;
    opacity:1;
}
header #nav {
	display: inline-block;
	float: right;
	width: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000!important;
}
header .slimmenu li a {
	padding-top: 25px;
	padding-bottom: 27px;
	padding-left: 10px;
	padding-right: 10px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	float: right;
	width: 100%!important;
	margin: 0;
	font-size: 22px;
	direction: rtl;
	text-align:right;
}
header.smaller ul.slimmenu li a {
}
header ul.slimmenu li > ul {
	position: absolute;
	right: 0;
	top: 91px;
	z-index: 999;
	width: 100%;
}
header.smaller ul.slimmenu li > ul {

}
header ul.slimmenu li ul li {
	width: 200px;
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	text-align: center;
	font-size: 15px;
	padding: 0px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
header.smaller ul.slimmenu li ul li {
}
.header .collapse-button {
	margin-top: 14px;
}
.menu_selected {
	background-color: transparent;
	color: #bfd447 !important;
}
ul.slimmenu li ul li a.menu_selected{
	background-color: #fff !important;
	color: #424142 !important;
}
.onlyOnMobile {
    display:none !important;
}
header .slimmenu li.navSep {
	float: right;
	width: 1px!important;
	height:28px;
	background-color:#f4f4f4;
	margin-top:20px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
header.smaller .slimmenu li.navSep {

}
header .slimmenu li.menu_sep {
	float: right;
	width: 1px;
	height:20px;
	margin-top:25px;
	margin-left:10px;
	margin-right:10px;
	background-color:#bfd447;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 481px) {
header {
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
}
header .logo {
    width: 120px;
    float: left;
    position: relative;
    z-index: 100 !important;   
    background-color: transparent;
    margin-top:3px;
    opacity:0;
}
header.smaller .logo {
    width: 120px;
    float: left;
    position: relative;
    z-index: 100 !important;   
    background-color: transparent;
    margin-top:3px;
    opacity:1;
}
header #nav {
	display: inline-block;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	float: right;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000!important;
	position: absolute;
	right: 0;
}
header.smaller #nav {
}
header .slimmenu li a {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}
header.smaller nav {

}
header.smaller nav a {

}
header.smaller ul.slimmenu li a {

}
header ul.slimmenu li ul li {
	width: 100%!important;
	background-repeat: repeat-x;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: center;
	font-size: 15px;
	padding: 0px;
	top: 30px;
}
header.smaller ul.slimmenu li ul li {

}
.header .collapse-button {
	margin-top: 14px;
}
header .mediaBtn {
	padding-top: 10px;
	z-index:1000;
	margin-left: 10px;
}
header .mediaBtn i {
	font-size: 20px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 6px;
	line-height:1em;
	clear:none;
	float:left;
}
header .mediaBtn .text {
	font-size: 19px;
	margin-top: 3px;
	float: left;
}
header .mediaBtn:hover {
	color: #9b7b5d !important;
}

header .phoneNew {
	padding-top: 14px;
	margin-left: 15px;
}
header .phoneNew i {
	font-size: 20px;
	margin-right: 7px;
}
header .phoneNew .text {
	font-size: 18px;
}

}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
 header {
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
}
header .logo {
    width: 120px;
    float: left;
    position: relative;
    z-index: 100 !important;   
    background-color: transparent;
    margin-top:3px;
    opacity:0;
}
header.smaller .logo {
    width: 120px;
    float: left;
    position: relative;
    z-index: 100 !important;   
    background-color: transparent;
    margin-top:3px;
    opacity:1;
}
header #nav {
	display: inline-block;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	float: right;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000!important;
	position: absolute;
	right: 0;
}
header.smaller #nav {
}
header .slimmenu li a {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}
header.smaller nav {

}
header.smaller nav a {

}
header.smaller ul.slimmenu li a {

}
header ul.slimmenu li ul li {
	width: 100%!important;
	background-repeat: repeat-x;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: center;
	font-size: 15px;
	padding: 0px;
	top: 30px;
}
header.smaller ul.slimmenu li ul li {

}
.header .collapse-button {
	margin-top: 14px;
}
header .mediaBtn {
	padding-top: 10px;
	z-index:1000;
	margin-left: 10px;
}
header .mediaBtn i {
	font-size: 20px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 6px;
	line-height:1em;
	clear:none;
	float:left;
}
header .mediaBtn .text {
	font-size: 19px;
	margin-top: 3px;
	float: left;
}
header .mediaBtn:hover {
	color: #9b7b5d !important;
}

header .phoneNew {
	padding-top: 14px;
	margin-left: 15px;
}
header .phoneNew i {
	font-size: 20px;
	margin-right: 7px;
}
header .phoneNew .text {
	font-size: 18px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
 header {
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
}
header .logo {
    width: 120px;
    float: left;
    position: relative;
    z-index: 100 !important;   
    background-color: transparent;
    margin-top:3px;
    opacity:0;
}
header.smaller .logo {
    width: 120px;
    float: left;
    position: relative;
    z-index: 100 !important;   
    background-color: transparent;
    margin-top:3px;
    opacity:1;
}
header #nav {
	display: inline-block;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	float: right;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10000!important;
	position: absolute;
	right: 0;
}
header.smaller #nav {
}
header .slimmenu li a {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}
header.smaller nav {

}
header.smaller nav a {

}
header.smaller ul.slimmenu li a {

}
header ul.slimmenu li ul li {
	width: 100%!important;
	background-repeat: repeat-x;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: center;
	font-size: 15px;
	padding: 0px;
	top: 30px;
}
header.smaller ul.slimmenu li ul li {

}
.header .collapse-button {
	margin-top: 14px;
}
header .mediaBtn {
	padding-top: 10px;
	z-index:1000;
	margin-left: 10px;
}
header .mediaBtn i {
	font-size: 20px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 6px;
	line-height:1em;
	clear:none;
	float:left;
}
header .mediaBtn .text {
	font-size: 19px;
	margin-top: 3px;
	float: left;
}
header .mediaBtn:hover {
	color: #9b7b5d !important;
}

header .phoneNew {
	padding-top: 14px;
	margin-left: 15px;
}
header .phoneNew i {
	font-size: 20px;
	margin-right: 7px;
}
header .phoneNew .text {
	font-size: 18px;
}
}