header #menu-location-wrapper {
    background-color: transparent !important;
}

header #country-select {
	background-color: transparent !important;
}

header #country-select > a {
	color: #fff;
}

header #account-select {
	background-color: transparent !important;
}

header #account-select > a {
	color: #fff;
}

#header-menus-wrapper {
    background: #337ab7;
    background: -moz-linear-gradient(left, #337ab7 0%, #2683d1 50%, #2683d1 50%, #198beb 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #337ab7), color-stop(50%, #2683d1), color-stop(50%, #2683d1), color-stop(100%, #198beb));
    background: -webkit-linear-gradient(left, #337ab7 0%, #2683d1 50%, #2683d1 50%, #198beb 100%);
    background: -o-linear-gradient(left, #337ab7 0%, #2683d1 50%, #2683d1 50%, #198beb 100%);
    background: -ms-linear-gradient(left, #337ab7 0%, #2683d1 50%, #2683d1 50%, #198beb 100%);
    background: linear-gradient(to right, #337ab7 0%, #2683d1 50%, #2683d1 50%, #198beb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337ab7', endColorstr='#198beb', GradientType=1 );
}

#header-menus-wrapper > .container {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

#new-menu-location-wrapper {
/*	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-ms-align-items: center;
	align-items: center;

	justify-content: space-around;*/
}

#header-login-wrapper {
	order: 2;
}

/* footer start */
.ds-tittleFooter {
	background: rgba(51,122,183,1);
	background: -moz-linear-gradient(left, rgba(51,122,183,1) 0%, rgba(38,131,209,1) 50%, rgba(38,131,209,1) 50%, rgba(25,139,235,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51,122,183,1)), color-stop(50%, rgba(38,131,209,1)), color-stop(50%, rgba(38,131,209,1)), color-stop(100%, rgba(25,139,235,1)));
	background: -webkit-linear-gradient(left, rgba(51,122,183,1) 0%, rgba(38,131,209,1) 50%, rgba(38,131,209,1) 50%, rgba(25,139,235,1) 100%);
	background: -o-linear-gradient(left, rgba(51,122,183,1) 0%, rgba(38,131,209,1) 50%, rgba(38,131,209,1) 50%, rgba(25,139,235,1) 100%);
	background: -ms-linear-gradient(left, rgba(51,122,183,1) 0%, rgba(38,131,209,1) 50%, rgba(38,131,209,1) 50%, rgba(25,139,235,1) 100%);
	background: linear-gradient(to right, rgba(51,122,183,1) 0%, rgba(38,131,209,1) 50%, rgba(38,131,209,1) 50%, rgba(25,139,235,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337ab7', endColorstr='#198beb', GradientType=1 );
}

.ds-tittleFooter h1 {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 30px;
}

/* footer end */ 
#span-welcome-wrapper {
	color: #fff !important;
}

#country-select {
	order: 1; margin-top: 7px;
}

header #header-login-wrapper span{
	color: #fff !important;
}

header #header-login-wrapper a{
	color: #cecece !important;
}
header #header-login-wrapper .dropdown-menu a{
	color: #333 !important;
}
header #header-login-wrapper #account-select a{
	transition: all 0.3s ease-out;
}
header #header-login-wrapper #account-select a:hover{
	background-color: rgba(255,255,255,.2);
}
header #header-login-wrapper a:hover{
	color: #23527c !important;
}
.modal-dialog .modal-header {
    text-align: center;
    height: 45px !important;
    padding: 5px 8px;
}