/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: url('roboto-v30-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('roboto-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('roboto-v30-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('roboto-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('roboto-v30-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* lora-regular - latin */
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url('lora-v26-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('lora-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('lora-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('lora-v26-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('lora-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('lora-v26-latin-regular.svg#Lora') format('svg'); /* Legacy iOS */
}

/* lora-italic - latin */
@font-face {
    font-family: 'Lora';
    font-style: italic;
    font-weight: 400;
    src: url('lora-v26-latin-italic.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('lora-v26-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('lora-v26-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('lora-v26-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('lora-v26-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('lora-v26-latin-italic.svg#Lora') format('svg'); /* Legacy iOS */
}

.eb-map{
    display: none !important;
}

div.privacy-msg p {
    width:200px;
    border: 1px solid black;
    padding: 5px;
    text-align:center;
    position: relative;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
    background-color: lightgrey;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    font-size: 0.7rem;
}

.policy-area h5{
    padding-top: 0.5rem;
}

.policy-area h4{
    padding-top: 0.5rem;
}

.maps-area{}
.maps-area .main-maps {
    width: 100%;
    height: 400px;
}
.maps-area .main-maps iframe{
    border: 0;
    width: 100%;
    height: 400px;
}