@font-face {
	font-family: 'OrangeBlossoms';
	src: URL('../webfonts/OrangeBlossoms.ttf') format('truetype');
}

body {
	background: #2b2b2b;
    width: 100%;
    overflow-x: hidden;
    font-family: 'OrangeBlossoms', Georgia, serif !important;	
}

#txtSearchLocation {
	border-radius:  0;
	font-size: 24px;
}

#map {
	width: 100%;
}

#dlgAddMarker {
	text-align: center;
}

#dlgAddMarker h3 {
	color: #333;
    text-align: center;
}

#dlgAddMarker button {
    color: #000;
    border:none ;
	font-size: 18px;
    text-transform: uppercase;
    width: 42%;
    background: #FFF;
    color: #000;
    border: 1px solid #000;
}

.map-container {
	position: relative;
}

#frmSearch {
    bottom: 9px;
	position: absolute;
    left: 50%;
    width: 404px;
}

#frmSearch .colsearch {
    margin: auto;
        position: relative;
    left: -50%;
}

#frmSearch input {
	border-radius: 7px;
	font-size: 18px;
}


#frmSearch input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 0.4; /* Firefox */
}

nav {
	padding-top: 10px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
    align-items: center;
    width: 100%;
    position: absolute;
    z-index: 19;
    top: 0px;
}

.card {
	margin-bottom: 13px;
	cursor: pointer;
}

.card h4 {
	font-weight: 400;
	margin-bottom: 0;
}

.card p {
	font-size: 16px !important;
	margin-bottom: 0 ;
	margin-top: 5px;
}

h3 {
	color: #FFF;
}


.candles-list {
	margin-top: 20px !important;
}

.about-page {
	text-align: center;
}

.about-page a {
    background: #FFF;
    color: #000;
	font-size: 20px;
    text-align: center;
    border: none;
    color: #333232;
    margin-top: 0px;
        border-radius: 0;
    padding-right: 19px;
    border-bottom-right-radius: 8px;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.about-page a:hover {
	color: #333;
	border:none;
	background: #FFF; 
}

.candles-count {
	float: right!important;
	text-align: right;
    margin-left: auto;
    color: #FFF;
    font-size: 30px;
    margin-right: 15px;
        position: absolute;
    right: 10px;
        top: 29px;
}

.logo-container {
	position: absolute; left: 50%;
}

.logo-container img {
	position: relative; left: -50%; 
}

.about-container {
    position: absolute;
    left: 0;
    top: 0px;
}

.header-right-menu li {
	float: left;
	padding-left: 7px;
}

.header-right-menu ul {
	list-style-type: none;
    padding: 0;
}

.header-right-menu a {
	color: #005361;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
}

.header-right-menu a i {
	padding-right: 4px;
}

.header-left-menu {
	position: absolute;
	left: 20px;
    top: 31px;
	z-index: 9999;
}

.header-left-menu i {
	color: #FFF;
	font-size: 30px;
}

.header-left-menu .header-menu {
	display: none;
}

.header-left-menu ul {
	list-style-type: none;
    padding: 0;
}

.header-left-menu a {
	color: #FFF;
	font-weight: 500;
	font-size: 28px;
}

.header-left-menu a:hover {
	text-decoration: none;
}

.header-left-menu a i {
	padding-right: 4px;
}

.modal-body {
	background: #333;
}

.modal h3 {
	
	color: #FFF !important;
}

.about-body {
	background: url(../images/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.home-body {
	background: url(../images/bg3.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.about-content {
	z-index: 9999;
	margin-top: 140px;
}

.about-content a {
	color: #FFF;
}

.copyright {
	color: #FFF;
	text-align: center;
	margin-bottom: 40px;
}

.copyright a {
	color: #FFF;
}

.home-content h3 {
	margin-top: 20px;
	text-align: center;
	width: 100%;
	display: block;
	font-size: 54px;
}

.home-content p {
	text-align: center;
	color: #FFF;
	font-size: 30px;
}

@media(max-width: 800px) {
	#frmSearch {
		
    	width: 204px;
    	bottom: 20px;
	}
	
	.logo-container img {
		height: 80px;
	}
	
	.candles-count {
	    float: right!important;
	    text-align: right;
	    margin-left: auto;
	    color: #FFF;
	    font-size: 18px;
	    margin-right: 15px;
	    position: absolute;
	    right: 2px;
	    top: 37px;
	}
	
	.home-content h3 {
		font-size: 33px;
	}
	
	.home-content p {
    text-align: center;
    color: #FFF;
    font-size: 22px;
    padding-left: 15px;
    padding-right: 15px;
}
}
