header .media_icons_header:hover {
    color:#e83f39 !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: #d71921;
	margin-top: 23px;
	z-index:1000;
	color: #fff;
	padding: 5px 10px 5px 10px;
}
header .phoneNew:hover {
	background-color:#231f6e;
}
header .phoneNew i {
	font-size: 20px;
	margin-left:7px;
	margin-right:0px;
	margin-top:0px;
	line-height:1.2em;
	clear:none;
	float:right;
	color:#fff;
}
header .phoneNew .text {
	font-size: 19px;
	margin-top:1px;
	float:left;
}
header .phoneNew:hover {
	color: #fff;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	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:#fff;
	border-top: 2px solid #1f1a6b;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
header.smaller {
}
header .logo {
    width: 240px;
    float: right;
    position: relative;
    z-index: 100 !important;   
    background-color: transparent;
    margin-top:10px;
    padding-left:20px;
    margin-left:20px;
}
header.smaller .logo {
}
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: 29px;
	padding-bottom: 31px;
	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: 17px;
	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 .slimmenu li.menu_sep {
    float: right;
    width: 1px;
    height: 20px;
    margin-top: 50px;
    background-color: #33404f;
}
header .slimmenu li.menu_sep {
	float: right;
	width: 1px;
	height:15px;
	margin-top:32px;
	margin-left:2px;
	margin-right:2px;
	background-color:#1f1a6b;
}
.header_top_flags {
	float: left;
	width: auto;
	margin-top: 28px;
	display: block;
	position:relative;
	z-index:100000;
	margin-left: 20px;
	color: #1f1a6b;
	font-size:19px;
	font-weight:600;;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
header {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	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:#fff;
	border-top: 2px solid #1f1a6b;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
header.smaller {
}
header .logo {
    width: 210px;
    float: right;
    position: relative;
    z-index: 100 !important;   
    background-color: transparent;
    margin-top:10px;
    padding-left:20px;
    margin-left:20px;
}
header.smaller .logo {
}
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: 29px;
	padding-bottom: 31px;
	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: 17px;
	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 .slimmenu li.menu_sep {
    float: right;
    width: 1px;
    height: 20px;
    margin-top: 50px;
    background-color: #33404f;
}
header .slimmenu li.menu_sep {
	float: right;
	width: 1px;
	height:15px;
	margin-top:32px;
	margin-left:2px;
	margin-right:2px;
	background-color:#1f1a6b;
}
.header_top_flags {
	float: left;
	width: auto;
	margin-top: 28px;
	display: block;
	position:relative;
	z-index:100000;
	margin-left: 20px;
	color: #1f1a6b;
	font-size:19px;
	font-weight:600;;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 659px) {
header {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	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:#fff;
}
header.smaller {
}
header .logo {
    width: 140px;
    float: right;
    position: absolute;
    z-index: 100 !important;   
    background-color: transparent;
    margin-top:5px;
    right:10px;
}
header.smaller .logo {
}
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 .phoneNew {
	background-color:#d71921;
	margin-top: 8px;
	padding: 5px 10px 5px 10px;
	margin-left: 15px;
}
header .phoneNew i {
	font-size: 20px;
	margin-left:0;
	margin-right:7px;
	margin-top:0px;
	line-height:1.2em;
	clear:none;
	float:left;
	color:#fff;
}
header .phoneNew .text {
	font-size: 19px;
	margin-top:1px;
	float:left;
}
header .slimmenu li.menu_sep {
	display:none;
}
.header_top_flags {
	float: left;
	width: auto;
	margin-top: 15px;
	display: block;
	position:relative;
	z-index: 100000;
	margin-left: 15px;
	color: #1f1a6b;
	font-size: 19px;
	font-weight: 600;;
}
}
/* Media Queries for Tablet
-------------------------------------------------------------- */
@media all and (max-width: 658px) and (min-width: 558px) {
header {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	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:#fff;
}
header.smaller {
}
header .logo {
    width: 140px;
    float: right;
    position: relative;
    z-index: 100 !important;   
    background-color: transparent;
    margin-top:5px;
}
header.smaller .logo {
}
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 .phoneNew {
	background-color:#d71921;
	margin-top: 8px;
	padding: 5px 10px 5px 10px;
	margin-left:30px;
}
header .phoneNew i {
	font-size: 20px;
	margin-left:0;
	margin-right:7px;
	margin-top:0px;
	line-height:1.2em;
	clear:none;
	float:left;
	color:#fff;
}
header .phoneNew .text {
	font-size: 19px;
	margin-top:1px;
	float:left;
}
header .slimmenu li.menu_sep {
	display:none;
}
.header_top_flags {
	float: left;
	width: auto;
	margin-top: 15px;
	display: block;
	position:relative;
	z-index:100000;
	margin-left: 20px;
	color: #1f1a6b;
	font-size:19px;
	font-weight:600;;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:559px) and (min-width:319px) {
header {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	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:#fff;
}
header.smaller {
}
header .logo {
    width: 140px;
    float: right;
    position: absolute;
    z-index: 100 !important;   
    background-color: transparent;
    margin-top:5px;
    right:7px
}
header.smaller .logo {
}
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 .phoneNew {
	background-color:transparent;
	margin-top: 9px;
	padding: 0;
	margin-left: 35px;
	border-radius:0;
}
header .phoneNew i {
	font-size: 28px;
	margin-left:0;
	margin-right:0px;
	margin-top:0px;
	line-height:1.2em;
	clear: none;
	float: left;
	color:#1f1a6b;
}
header .phoneNew .text {
	font-size: 0;
	margin-top:0;
	float:left;
}
header .phoneNew:hover {
	background-color:transparent;
}
header .slimmenu li.menu_sep {
	display:none;
}
.header_top_flags {
	float: left;
	width: auto;
	margin-top: 15px;
	display: block;
	position:relative;
	z-index:100000;
	margin-left: 15px;
	color: #1f1a6b;
	font-size:19px;
	font-weight:600;;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
header {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	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:#fff;
}
header.smaller {
}
header .logo {
    width: 140px;
    float: right;
    position: absolute;
    z-index: 100 !important;   
    background-color: transparent;
    margin-top:5px;
    right:7px
}
header.smaller .logo {
}
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 .phoneNew {
	background-color:transparent;
	margin-top: 9px;
	padding: 0;
	margin-left: 35px;
	border-radius:0;
}
header .phoneNew i {
	font-size: 28px;
	margin-left:0;
	margin-right:0px;
	margin-top:0px;
	line-height:1.2em;
	clear: none;
	float: left;
	color:#1f1a6b;
}
header .phoneNew:hover {
	background-color:transparent;
}
header .phoneNew .text {
	font-size: 0;
	margin-top:0;
	float:left;
}
header .slimmenu li.menu_sep {
	display:none;
}
.header_top_flags {
	float: left;
	width: auto;
	margin-top: 15px;
	display: block;
	position:relative;
	z-index:100000;
	margin-left: 15px;
	color: #1f1a6b;
	font-size:19px;
	font-weight:600;;
}
}