@font-face{
	font-family: 'Source Sans Pro';
	src: url(source-sans-pro/SourceSansPro-Regular.ttf);
}

@font-face {font-family: "LeHavreLayrsW01-OutlHy";
    src: url("http://db.onlinewebfonts.com/t/24d57149c488857894a946d6de60998f.eot");
    src: url("http://db.onlinewebfonts.com/t/24d57149c488857894a946d6de60998f.eot?#iefix") format("embedded-opentype"),
    url("http://db.onlinewebfonts.com/t/24d57149c488857894a946d6de60998f.woff2") format("woff2"),
    url("http://db.onlinewebfonts.com/t/24d57149c488857894a946d6de60998f.woff") format("woff"),
    url("http://db.onlinewebfonts.com/t/24d57149c488857894a946d6de60998f.ttf") format("truetype"),
    url("http://db.onlinewebfonts.com/t/24d57149c488857894a946d6de60998f.svg#LeHavreLayrsW01-OutlHy") format("svg");
}

body{
	background: url(bg.jpg) center no-repeat;
	background-attachment: fixed !important;
    background-size: cover !important;
	background-color:rgba(0,0,0,0.5);
}

h2{
	 padding-top: 0px;
	 margin-top: 0px;
	 color: #E61C1C;
	 font-family: "LeHavreLayrsW01-OutlHy";
	 text-transform: Uppercase;
}

@media (max-width: 991px){
	.container-fluid, .select-stores{
		padding: 0px;
	}
}
@media (min-width: 992px){
	.select-stores{
		display: flex;
	}
}
@media (min-width: 768px){
	#footer{
		display: flex;
	}
}

select{
	cursor: pointer;
	display: block;
    vertical-align: middle;
    width: 100%;
    padding: 10px;
    padding: 0.625rem;
    border: 1px solid #d8d8d8;
    outline: 0;
    border-radius: 5px;
}

.dms-container{
	margin: 10px 0px;
}
.dms-container>div>div{
	background: rgba(0,0,0,0.8);
	padding: 10px 20px;
	text-align: left;
    border-radius: 5px;
}
.dms-container label{
	color: #f0e6be;
}

@media (max-width: 991px){
	.dms-container>div{
		padding: 0px;
	}
}

.select-stores{
		color:#f0e6be;
		font-family: 'Source Sans Pro';
		font-size: 18px;
		/*display: flex;*/
}

#selectstore{
		margin-bottom:30px;		
		height: auto;
}

.panel-default{
		background-color: rgba(0,0,0,0.8);
		border: none;
}

#select{
		  color: #f0e6be; 
		  font-family: 'Source Sans Pro';
		  height: 98%;
}

.btn-success{
		padding: 10px 20px 10px 20px;
		width:auto;
		background-color: transparent;
		color: #f0e6be;
		border-color: #f0e6be;
		border-radius: 0px;
		margin-bottom: 5px;
		font-family: 'Source Sans Pro';
		font-size: 18px;
		white-space: normal;
}
.btn-success:hover, .btn-success:focus{
		background-color: #f0e6be;
		color: #000;
}

#logo {
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer{
	font-family: 'Source Sans Pro' !important;
	text-align: center;
	padding: 20px 10px 20px 10px;
	border-radius: 30px 30px 0px 0px;
	background: #000;
	/*display:flex;*/
	align-items:center;
}
.btn-list, #award-img, #enquiries a{
	font-size: 24px;
	color: #f0e6be;
}

.btn.btn-social-icon, #enquiries .fa{
	height: 45px;
	width: 45px;
	font-size: 28px;
	color: #fff;
	padding: 0px;
}
#enquiries a:hover{
	color: #fff !important;
	text-decoration: initial;
}
.btn-twitter:hover{
	color: #55ACEE !important;
}
.btn-facebook:hover{
	color: #3B5998 !important;
}
.btn-instagram:hover{
	color: #3F729B !important;
}
.btn-google-plus:hover{
	color: #DD4B39 !important;
}