/* Base CSS */


.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    color: #8D929E;
}

body {
    color: #8D929E;
    font-family: 'futuralightbt';
    font-size: 14px;
    line-height: 19px;
}


.selector-for-some-widget {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

@font-face {
    font-family: 'FuturaHeavyfont';
    src: url(../fonts/FuturaHeavyfont.ttf);
}

@font-face {
    font-family: 'futuramedium';
    src: url(../fonts/futuramediumbt.ttf);
}

@font-face {
    font-family: 'futuralightbt';
    src: url(../fonts/futuralightbt.ttf);
}




/* CSS Start */






/* 
.widget-area {
	padding: 100px 0;
} */


.map-content {
	height: 342px;
}


#map{
    width: 100%;
    height: 100%;
}
.full-map-content {
	height: 649px;
}


.widget-title h3 {
  font-size: 23px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}
.widget-title {
  margin-bottom: 30px;
}



.widget-text {
	height: 660px !important;
	background: #101F3D;
	padding-left: 35px !important;
	padding-right: 16px !important;
	padding-top: 16px !important;
	padding-bottom: 10px !important;
}
.nicescroll-text {
    position: relative;
}

.nicescroll-text::after {
	position: absolute;
	content: "";
	right: 15px;
	width: 17px;
	height: 85%;
	background: #5F6072;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}






.widget-text a {
	color: #8D929E;
	margin-bottom: 15px;
	display: block;
}
.widget-text a:hover {
	color: #FFFFFF;
}



.nicescroll-cursors {
	height: 67px !important;
	right: 15px;
	margin-top: 17px;
}

.map-btn {
	text-align: center;
	padding: 15px 0;
	background: #1E3A70;
}

.map-btn a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	background: #E6101F;
	display: inline-block;
	border-radius: 40px;
	padding: 13px 25px;
	-webkit-transition: .3s;
	transition: .3s;
    font-family: 'FuturaHeavyfont';
}
.map-btn a:hover {
    background: #EB404C;
}

.map-btn img {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	margin-right: 10px;
}

.modal.fade {
    display: block !important;
    opacity: 0;
    visibility: hidden;
}

.modal.fade.show {
    display: block !important;
    opacity: 1;
    visibility: visible;
}
.modal-text h5 {
	font-size: 18px;
	text-align: center;
	color: #000000;
	font-family: 'FuturaHeavyfont';
}
.modal-text-area p {
	color: #000000;
}
.info-text strong {
	font-family: 'FuturaHeavyfont';
}
.modal-text-area p a {
	color: #000000;
}

.modal-map {
	height: 260px;
}
#modalmap {
	height: 100%;
	width: 100%;
}

.modal-body {
	padding: 0;
}
.modal-text p:last-child {
	margin-bottom: 0;
}
.modal-text {
	padding: 30px;
}

.modal-dialog {
	max-width: 660px;
	margin: 0 auto;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 200;
	line-height: 1;
	color: #fff;
	opacity: .5;
	position: absolute;
	right: -30px;
    margin-top: -25px;
	opacity: .9;
}
.close:hover {
	color: #fff;
}



.modal-content {
	border: 0;
	border-radius: 0;
	outline: 0;
}





/* CSS End */







