body {
	font-family: 'Roboto', sans-serif!important;
	color: #666;
}

h1, h2, h3, h4, h5 {
    font-family: 'PT Serif', serif!important;
}
.roboto h1, .roboto h2, .roboto h3, .roboto h4, .roboto h5{
    font-family: 'Roboto', sans-serif!important;
}

.first-color { color:#B43D4E; }
.second-color { color: #B43D4E; }
.third-color {	color:#B43D4E; }
.black {	color:black; }

.bg-white {	background-color: #ffffff; }
.bg-gray { background-color: #f3f3f3; }
.bg-gray2 {	background-color: #eeeeee; }
.bg-dark-gray {	background-color: #333333; }
.bg-first-color { background-color:#B43D4E; }
.bg-second-color { background-color: #B43D4E; }
.bg-third-color { background-color:#B43D4E; }

.white { color: #ffffff; }
.gray { color: #58585A; }
.gray2 { color: #666666; }
.dark-gray { color: #333333; }


a {
	transition: all 0.3s;
	color: #333333;
}

a:hover {
	color:#B43D4E;
	text-decoration: none;
}


h1, .h1 {
    font-size: 3.5rem;
    font-weight: 600 !important;
}
h2, .h2 {
    font-size: 3rem;
}
h3, .h3 {
    font-size: 2.5rem;
    font-weight: 600 !important;
}
h4, .h4 {
    font-size: 2rem;
}
.h5, h5 {
    font-size: 1.5rem;
}



.btn {
	border-radius: 0;
	text-decoration: none;
	padding: 7.5px 30px;
	font-weight: bold;
	font-size: .8rem;
    text-shadow: none !important;
    font-family: 'Roboto', sans-serif!important;
}

.btn i {
	margin-left: 8px;
}

.btn-custom-w {
	background-color: #ffffff;
	color:#B43D4E;
	border-color:#B43D4E;
}

.btn-custom-w:hover,
.btn-custom-w:focus {
	background-color:#B43D4E;
	color: #ffffff;
}

.btn-custom-r {
	background-color:#B43D4E !important;
	color: #ffffff !important;
	border-color:#B43D4E !important;
	text-decoration: none !important;
}

.btn-custom-r:hover,
.btn-custom-r:focus {
	background-color: #ffffff !important;
	color:#B43D4E !important;
}

.btn-custom-w {
	background-color: #ffffff;
	color:#B43D4E;
	border-color:#B43D4E;
	text-decoration: none !important;
}

.btn-custom-w:hover,
.btn-custom-w:focus {
	background-color:#B43D4E;
	color: #ffffff;
	border-color:#B43D4E;
}

.gm-style .gm-style-iw {
    font-size: 15px;
}