html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* END RESET */

@font-face {
    font-family: 'almoni-dl';
    font-weight: 400; /*(regular)*/
    font-style: normal;
    src: url('../fonts/almoni-neue-aaa-400.eot');
    src: url('../fonts/almoni-neue-aaa-400.eot?#iefix') format('embedded-opentype'),
    url('../fonts/almoni-neue-aaa-400.ttf') format('truetype'),
    url('../fonts/almoni-neue-aaa-400.woff') format('woff');
}

@font-face {
    font-family: 'almoni-dl';
    font-weight: 700; /*(bold)*/
    font-style: normal;
    src: url('../fonts/almoni-neue-aaa-700.eot');
    src: url('../fonts/almoni-neue-aaa-700.eot?#iefix') format('embedded-opentype'),
    url('../fonts/almoni-neue-aaa-700.ttf') format('truetype'),
    url('../fonts/almoni-neue-aaa-700.woff') format('woff');
}

@font-face {
    font-family: 'almoni-dl';
    font-weight: 900; /*(black)*/
    font-style: normal;
    src: url('../fonts/almoni-neue-aaa-900.eot');
    src: url('../fonts/almoni-neue-aaa-900.eot?#iefix') format('embedded-opentype'),
    url('../fonts/almoni-neue-aaa-900.ttf') format('truetype'),
    url('../fonts/almoni-neue-aaa-900.woff') format('woff');
}

/* End Font Import */

* {
    box-sizing: border-box;
}

body {
    font-family: 'almoni-dl', arial;
    font-size: 18px;
    color: #383b3d;
    font-weight: 400;
    line-height: 25px;
    background: #fff;
    position: relative;
}

input, textarea, select {
    font-family: 'almoni-dl', arial;
    font-size: 18px;
}

a:link, a:visited {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

strong {
    font-weight: 700;
}

hr {
    background: #d4d3d9;
    height: 1px;
    border: 0;
    margin: 20px 0;
}

.wrapper {
    width: 1060px;
    margin: 0 auto;
    position: relative;
}

p {
    margin: 0 0 12px 0;
}

p:first-child {
    margin-top: 0;
}

::selection {
    background: #ccc;
}

::-moz-selection {
    background: #ccc;
}

ul.realmedia-contact li {
    display: flex;
    margin: 20px 0 0 0;
}

ul.realmedia-contact li:first-child {
    margin: 0;
}

ul.realmedia-contact li .fa {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    background: #f6be16;
    font-size: 15px;
    color: #fff;
    position: relative;
    top: 4px;
}

ul.realmedia-contact li div {
    width: calc(100% - 30px);
    padding: 0 10px 0 0;
}

ul.realmedia-contact li div h3 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 5px 0;
}

ul.realmedia-recent-posts li {
    display: flex;
    align-items: center;
    margin: 10px 0 0 0;
}

ul.realmedia-recent-posts li a:hover {
    color: #4bb2de;
    text-decoration: none;
}

ul.realmedia-recent-posts li:first-child {
    margin: 0;
}

ul.realmedia-recent-posts li .thumb {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center center;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.2)
}

ul.realmedia-recent-posts li .excerpt {
    width: calc(100% - 60px);
    padding: 0 10px 0 0;
}

ul.realmedia-recent-posts li .excerpt h3 a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}

header {
    width: 100%;
    height: 108px;
    position: absolute;
    top: 20px;
    right: 0;
    width: 100%;
    z-index: 1001;
}

body.admin-bar {
    margin: 32px 0 0 0;
}

header .wrapper {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

header a.logo {
    display: block;
    height: 100%;
}

header a.logo img {
    max-height: 100%;
    width: auto;
}

.pushmenu-menu {
    display: none;
}

section.title {
    min-height: 460px;
    padding: 160px 0 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/generic_banner.jpg');
    background-color: #000;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    text-align: center;
    position: relative;
}

section.title .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.title h1 {
    background: url('../images/titlebg.png') no-repeat center center;
    background-size: contain;
    font-size: 32px;
    line-height: 75px;
    color: #fff;
    margin: 0 0 20px 0;
    width: 100%;
    text-shadow: rgba(255, 255, 255, 0.6) 1px 1px 1px, rgba(0, 0, 0, 0.6) -1px -1px 1px;
}

section.title h1.title-long {
    background-image: url('../images/titlebg_long.png');
}

section.title h2 {
    margin: 0 auto 20px auto;
    font-size: 24px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    width: 80%;

}

section.title .breadcrumbs,
section.title .breadcrumbs a {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}

section.title .arrow {
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
}

section.title .arrow img {
    height: 32px;
}

body.single section.title {
    height: auto;
    padding: 168px 0 40px 0;
}

body.single section.title h1 {
    background-image: none;
    line-height: 38px;
}

body.hide-title-bar header {
    width: 50%;
    padding-right: calc((100% - 1060px)/2);
}

body.hide-title-bar header .wrapper {
    width: auto;
}

body.hide-title-bar header a.logo {
    margin: 0 0 0 40px;
}

body.hide-title-bar section.title {
    background: transparent;
    position: absolute;
    right: 0;
    top: 148px;
    width: 50%;
    min-height: 0;
    padding: 0;
    padding-right: calc((100% - 1060px)/2);
}

body.hide-title-bar section.title h1 {
    margin: 0 0 10px 0;
}

body.hide-title-bar section.title .breadcrumbs,
body.hide-title-bar section.title .breadcrumbs a {
    color: rgba(0,0,0,0.8);
}

body.hide-title-bar .nav-list span {
    background: #000;
}

body.hide-title-bar .nav-list i {
    color: #000
}

section.content .wrapper article {
    width: calc(100% - 250px);
    margin: 0 auto;
    padding: 40px 0;
}

section.content .wrapper article .thumb {
    margin: 0 0 20px 0;
}

section.content .wrapper article .thumb img {
    display: block;
}

section.content .wrapper article img {
    max-width: 100%;
    height: auto;
}

section.content .wrapper article ul {
    list-style: disc;
    margin: 0 20px 12px 0;
}

section.content article h2 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #4bb2de;
}

section.content article h3 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #4bb2de;
}

section.content article h4 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    margin: 0 0 5px 0;
    color: #4bb2de;
}

section.content article ul {
    margin: 0 20px 12px 0;
    list-style: disc;
}

section.content .wrapper aside {
    width: 250px;
}

section.content .wrapper aside > ul > li {
    margin-top: 35px;
    background: #fff;
    -webkit-box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 10px -3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 10px 10px 10px;
}

section.content .wrapper aside > ul > li:first-child {
    margin-top: 0;
}

section.content .wrapper aside > ul > li.contact {
    border: 2px #f0552a solid;
}


section.content .wrapper aside > ul > li .wpcf7 input {
    margin: 0 0 10px 0;
}

section.content .wrapper aside > ul > li .wpcf7 button {
    margin: 0 -10px -10px -10px;
    width: calc(100% + 20px);
    line-height: 45px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #f6be16;
}

section.content .wrapper aside > ul > li .wpcf7 button .fa {
    font-size: 15px;
    margin: 0 5px 0 0;
}

section.content .wrapper aside > ul > li .tagcloud a {
    color: #888;
}

section.content .wrapper aside > ul > li .author-about {
    background-color: #f8f8f8;
    padding: 10px;
    font-size: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #888;
    text-align: center;
}

section.content .wrapper aside > ul > li h3.widget-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 -10px 10px -10px;
    border-bottom: 1px #ececec solid;
    padding: 10px;
    position: relative;
    color: #f6be16;
    text-align: right;
}

section.content .wrapper aside > ul > li h3.widget-title:after {
    content: " ";
    position: absolute;
    right: 10px;
    bottom: -1px;
    height: 1px;
    background: #f6be16;
    width: 20%;
}

section.content .wrapper aside > ul > li form.searchform label {
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
}

section.content .wrapper aside > ul > li form.searchform {
    display: flex;
}

section.content .wrapper aside > ul > li form.searchform input[type="text"] {
    width: calc(100% - 42px);
    line-height: 42px;
    height: 42px;
    border-left: 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

section.content .wrapper aside > ul > li form.searchform button {
    background: #fff;
    width: 42px;
    line-height: 42px;
    height: 42px;
    border: 1px #e1e1e1 solid;
    border-right: 0;
    color: #f6be16;
    font-size: 15px;
    padding: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    position: relative;
}

section.content .wrapper aside > ul > li form.searchform button:hover {
    background: #fafafa;
}

section.content .wrapper aside > ul > li form.searchform:focus input + button,
section.content .wrapper aside > ul > li form.searchform:hover input + button,
section.content .wrapper aside > ul > li form.searchform input:focus,
section.content .wrapper aside > ul > li form.searchform input:hover {
    border-color: #f6be16;
}

section.content .wrapper aside > ul > li .wpcf7 label {
    display: block;
    margin-bottom: 10px;
}

section.content .wrapper aside > ul > li .wpcf7 label span {
    display: block;
}

section.content .wrapper aside > ul > li .wpcf7 select {
    width: 100%;
}

section.content .wrapper aside > ul > li .wpcf7 div.spam {
    line-height: 15px;
    margin: 0 0 10px 0;
    font-size: 15px;
    color: #888;
}

section.content .wrapper aside > ul > li .wpcf7 button {
    margin: 0 -10px -10px -10px;
    width: calc(100% + 20px);
    line-height: 45px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

footer {
    background: #c7c7c7;
    color: #ccc;
    position: relative;
    padding: 40px 0;
}

footer .wrapper {
    padding: 0 0 40px 0;
    position: relative;
    z-index: 2;
}

footer ul.widgets {
    display: flex;
    margin: 0 -15px;
}

footer ul.widgets > li {
    width: 25%;
    padding: 0 15px;
}

footer ul.widgets > li a {
    color: #000;
}

footer ul.widgets > li h3.widget-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
    position: relative;
    display: block;
}

footer ul.widgets > li ul.menu li {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px rgba(0, 0, 0, 0.3) dotted;
}

footer ul.widgets > li ul.menu li:first-child {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}

footer ul.widgets > li ul.menu li a {
    color: #000;
}

footer ul.widgets > li ul.menu li a:after {
    font-family: "FontAwesome";
    content: "\f104";
    font-size: 13px;
    margin: 0 0 0 5px;
    float: left;
    color: #000;
}

footer ul.widgets > li ul.menu li a:hover {
    color: #fff;
    text-decoration: none;
}

footer .bottom {
    font-weight: 400;
}

footer .bottom a {
    color: #b9b9b9;
    text-decoration: none;
}

footer .bottom a:hover {
    color: #fff;
}

footer .bottom .wrapper {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

footer .bottom .copyrights {
    color: #000;
}

footer .bottom .copyrights a {
    color: #000;
    text-decoration: none;
}

footer .bottom .copyrights a:hover {
    color: #000;
}

footer .bottom .credits {
    font-size: 15px;
    color: #340c9b;
    white-space: nowrap;
}

footer .bottom .credits a {
    color: inherit;
}

footer .bottom .credits a:hover {
    color: #340c9b;
}

footer .bottom .credits svg {
    fill: #340c9b;
    height: 14px;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

footer .bottom .credits svg:hover {
    fill: #340c9b;
}


.elementor-widget-text-editor {
    color: inherit;
}

table {
    border-collapse: collapse;
    border: 1px #ececec solid;
}

table th {
    background: #fafafa;
    font-weight: bold;
}

.click2action {
    display: none;
}

.animation_phone {
    animation: animationphone 0.3s infinite;
}

.animation_phone_line {
    animation: animationlines 0.8s infinite;
    transform-origin: bottom left;
}

.float_btns {
    position: fixed;
    bottom: 40px;
    left: 40px;
}

.float_btns li {
    background-size: contain;
    background-size: 100% auto;
    background-position: center center;
    width: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.float_btns li.home {
    background-image: url('../images/float_home_bg.svg');
}

.float_btns li.v360 {
    background-image: url('../images/float_360_bg.svg');
}

.float_btns li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 16px;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.float_btns li a img {
    height: 24px;
    margin: 0 0 0 8px;
}

@keyframes animationlines {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes animationphone {
    0% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(20px, 0, 0);
    }
}

.pushmenu-menu {
    width: 330px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    padding: 40px 20px;
    overflow-y: scroll;
    z-index: 1002;
    display: block;
    background: #4bb2de;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transform: translateX(330px);
}

body.admin-bar .pushmenu-menu {
    top: 32px;
}

.pushmenu .pushmenu-menu {
    transform: translateX(0);
}

.pushmenu-menu a.close {
    display: block;
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 40px 0;
}

.pushmenu-menu > ul > li {
    margin: 10px 0 0 0;
}

.pushmenu-menu > ul > li.current-page-parent {
    background: rgba(255, 255, 255, 0.03);
}

.pushmenu-menu > ul > li > a {
    color: #fff;
    display: block;
    font-size: 22px;
    line-height: 24px;
    margin: 20px 0 0 0;
    text-decoration: none;
    position: relative;
    text-align: center;
}

.pushmenu-menu > ul > li:first-child > a {
    margin: 0;
}

.nav-list {
    width: 108px;
    height: 108px;
    display: inline-block;
    border: 0;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-decoration: none !important;
    z-index: 2000;
}

.nav-list div {
    height: 32px;
    width: 40px;
    position: relative;
}

.nav-list span {
    -webkit-transition: opacity 0.1s ease-in-out 0.1s;
    transition: opacity 0.1s ease-in-out 0.1s;
    display: block;
    background: #fff;
    width: 100%;
    height: 4px;
    font-size: 10px;
    text-align: center;
    border-radius: 0;
    position: relative;
    top: 50%;
    margin-top: -1px;
    right: 0;
}

.nav-list i {
    font-size: 16px;
    font-weight: 700;
    line-height: 10px;
    margin: 10px 0 0 0;
    color: #fff;
    text-align: center;
}

.nav-list div span:nth-child(1), .nav-list div span:nth-child(3) {
    -webkit-transition: all 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0.2s, -webkit-transform 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
}

.nav-list div span:nth-child(1) {
    transform: translateY(-8px);
}

.nav-list div span:nth-child(3) {
    transform: translateY(8px);
}

body.pushmenu .nav-list div span:nth-child(1) {
    transform: translateY(3px) rotate(45deg);
}

body.pushmenu .nav-list div span:nth-child(3) {
    transform: translateY(-3px) rotate(-45deg);
}

body.pushmenu .nav-list span:nth-child(2) {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.elementor-editor-section section.content .wrapper,
.elementor-editor-section section.content .wrapper article {
    width: auto;
    padding: 0;
}