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;
	padding-top: 80px;
}

input, textarea, select, button {
	font-family:  'almoni-dl', arial;
	font-weight: 400;
	font-size: 18px;
	color: inherit;
	outline: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0 10px;
	line-height: 40px;
	-webkit-appearance: none;
	border: 1px #e1e1e1 solid;
	background: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block;
	width: 100%;
	background: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

textarea {
	height: 80px;
	padding: 2px 10px;
}

input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, textarea:hover,
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
	border: 1px #b3b3b3 solid;
}

input[type="submit"], button {
	border: 0;
	background: #000;
	line-height: 60px;
	padding: 0 20px;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2ms;
	-o-transition: all 0.2ms;
	transition: all 0.2s;
	font-weight: 700;
	font-size: 20px;
}

input[type="submit"]:hover, button:hover {
	background: #000;
	color: #fff;
}

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

a:hover {
	text-decoration: underline;
	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: #f0552a;
	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;
	margin: 10px 0 0 0;
}

ul.realmedia-recent-posts li a:hover {
	color: #fff;
	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;
}

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

ul.realmedia-recent-posts li .excerpt h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

header {
	width: 100%;
	height: 80px;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2ms;
	-o-transition: height 0.2ms;
	transition: height 0.2s;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1001;
	background: #fff;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15);
}

header .wrapper {
	height: 100%;
	display: flex;
}

header a.logo {
	width: 240px;
	height: 80px;
	display: block;
	background: #fff url('../images/logo.png') no-repeat center right;
	background-size: auto 54px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2ms;
	-o-transition: all 0.2ms;
	transition: all 0.2s;
}

header a.phone {
	display: none;
}

.nav-list {
	display: none;
}

header ul.menu {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
	display: flex;
	margin: 10px 20px 10px 0;
	flex: 1;
}

header ul.menu > li {
	line-height: 80px;
	margin: -10px 20px -10px 0;
	position: relative;
	white-space: nowrap;
}

header ul.menu > li > a:after {
	content: " ";
	position: absolute;
	bottom: 22px;
	right: 50%;
	width: 0;
	height: 2px;
	background: #f0552a;
	-webkit-transition: width 0.2s;
	-moz-transition: width 0.2ms;
	-o-transition: width 0.2ms;
	transition: width 0.2s;
}

header ul.menu > li > a:before {
	content: " ";
	position: absolute;
	bottom: 22px;
	left: 50%;
	width: 0;
	height: 2px;
	background: #f0552a;
	-webkit-transition: width 0.2s;
	-moz-transition: width 0.2ms;
	-o-transition: width 0.2ms;
	transition: width 0.2s;
}

header ul.menu > li:hover > a:after,
header ul.menu > li:hover > a:before {
	width: 50%;
}

header ul.menu > li > a {
	display: block;
	font-size: 18px;
	color: #231f20;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2ms ease-in-out;
	-o-transition: all 0.2ms ease-in-out;
	transition: all 0.2s ease-in-out;
}

header ul.menu > li:hover > a {
	color: #000;
}

header ul.menu > li.menu-item-has-children > a {
	position: relative;
	padding-left: 15px;
}

header ul.menu > li.menu-item-has-children:after {
	content: "\f107";
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	font-size: 12px;
	color: #333;
	top: 0;
}

header ul.menu > li > ul.sub-menu {
	background: rgba(240,85,42,0.9);
	display: none;
	line-height: 25px;
	position: absolute;
	right: 0;
	top: 80px;
	width: 250px;
	z-index: 1;
}

header ul.menu > li > ul.sub-menu > li {
	position: relative;
}

header ul.menu > li > ul.sub-menu > li > a {
	padding: 10px 20px;
	display: block;
	border-top: 1px rgba(255,255,255,0.3) solid;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
}

header ul.menu > li > ul.sub-menu > li:first-child > a {
	border-top: 0;
}

header ul.menu > li > ul.sub-menu > li:hover > a {
	color: #fff;
}

header ul.menu > li:hover > ul.sub-menu {
	display: block;
}

header ul.menu > li > ul.sub-menu > li > ul.sub-menu {
	position: absolute;
	right: 250px;
	top: 1px;
	width: 250px;
	display: none;
}

header ul.menu > li > ul.sub-menu > li.menu-item-has-children:after {
	content: "\f104";
	font-family: 'FontAwesome';
	position: absolute;
	left: 10px;
	font-size: 12px;
	line-height: 45px;
	color: #fff;
	top: 0;
}

header ul.menu > li > ul.sub-menu > li:first-child > ul.sub-menu {
	top: 0;
}

header ul.menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
	padding: 10px 20px;
	display: block;
	background: rgba(35,113,186,0.85);
	font-size: 18px;
	border-top: 1px rgba(255,255,255,0.1) solid;
	text-decoration: none;
	color: #fff;
}

header ul.menu > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
	color: #fff;
}

header ul.menu > li > ul.sub-menu > li > ul.sub-menu > li:first-child > a {
	border-top: 0;
}

header ul.menu > li > ul.sub-menu > li:hover > ul.sub-menu {
	display: block
}

header .search {
	display: flex;
	align-items: center;
  justify-content: center;
}

header .search a.language {
	display: flex;
	margin: 0 0 0 10px;
}

header .search a.language img {
	height: 24px;
	display: inline-block;
}

header .search a.call {
	margin: 0 0 5px 0;
	text-decoration: none;
	background: #f0552a;
	color: #fff;
	line-height: 46px;
	height: 46px;
	border-radius: 23px;
	padding: 0 15px;
}

header .search a.call .fa {
	font-size: 15px;
	margin: 0 0 0 8px;
}

header .search form {
	display: flex;
}

header .search form input {
	height: 32px;
	line-height: 32px;
	background: #fafafa;
	border: 1px #ececec solid;
	border-left: 0;
	width: calc(100% - 32px);
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

header .search form button {
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 15px;
	text-align: center;
	background: #2179e7;
	padding: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

section.title {
	padding: 20px 0;
	border-bottom: 1px #ececec solid;
}

section.title h1 {
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
	color: #f0552a;
	margin: 0 0 5px 0;
}

section.title .breadcrumbs, section.title .breadcrumbs a {
	font-size: 15px;
	color: #888;
}

body:not(.home) section.content {
	padding: 50px 0;
	background: #fafafa;
}

section.content .wrapper {
	display: flex;
}

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

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: #f0552a;
}

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

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

section.content article a {
	color: #f0552a;
}

section.content article a:hover {
	text-decoration: underline;
}

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.contact {
	border: 2px #f0552a solid;
}

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

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: #f0552a;
}

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 .author-about img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	margin-bottom: 10px;
}

section.content .wrapper aside > ul > li .author-about h3 {
	font-weight: 700;
	font-size: 22px;
	color: #2371ba;
	margin-bottom: 10px;
}

section.content .wrapper aside > ul > li .author-about a {
    line-height: 27px;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 11px;
    background: #212c55;
    color: #fff;
    margin: 0 5px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

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: #f0552a;
	text-align: right;
}

section.content .wrapper aside > ul > li h3.widget-title:after {
	content: " ";
	position: absolute;
	right: 10px;
	bottom: -1px;
	height: 1px;
	background: #f0552a;
	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;
	border: 1px #ececec solid;
	border-radius: 3px;
}

section.content .wrapper aside > ul > li form.searchform:hover {
	border: 1px #f0552a solid;
}

section.content .wrapper aside > ul > li form.searchform input[type="text"] {
	width: calc(100% - 42px);
	line-height: 42px;
	height: 42px;
	border: 0;
}

section.content .wrapper aside > ul > li form.searchform button {
	background: #fff;
	width: 42px;
	line-height: 42px;
	height: 42px;
	border: 0;
	border-right: 0;
	color: #f0552a;
	font-size: 15px;
	padding: 0;
	position: relative;
}

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

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: #231f20;
	color: #ccc;
	position: relative;
}

footer .wrapper {
	padding: 50px 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:first-child {
	padding-right: 0;
}

footer ul.widgets > li a {
	color: rgba(255,255,255,0.7);
}

footer ul.widgets > li h3.widget-title {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px rgba(255,255,255,0.15) solid;
	color: #fff;
	position: relative;
	display: block;
}

footer ul.widgets > li h3.widget-title:after {
	content: " ";
	height: 1px;
	width: 40px;
	bottom: -1px;
	right: 0;
	position: absolute;
	background: #f0552a;
	z-index: 2;
}

footer ul.widgets > li ul.menu li {
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px rgba(255,255,255,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: #fff;
}

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: rgba(255,255,255,0.7);
}

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

footer ul.widgets li .textwidget {
	color: #fff;
}

footer .bottom {
	line-height: 50px;
	font-weight: 400;
	border-top: 1px rgba(255,255,255,0.15) solid;
}

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: #fff;
}

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

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

footer .bottom .credits {
	font-size: 15px;
	color: rgba(255,255,255,0.7);
	white-space: nowrap;
}

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

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

footer .bottom .credits svg {
	fill: rgba(255,255,255,0.7);
	height: 14px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

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

footer .links ul {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

footer .links ul li:before {
	content: "\00b7";
	display: inline-block;
	margin: 0 15px;
}

footer .links ul li:first-child:before {
	display: none;
}

footer .links ul li a {
	color: #2371ba;
	text-decoration: none;
}

footer .links ul li a:hover {
	color: #004880;
}

ul.social {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

ul.social li {
	white-space: nowrap;
	width: 45px;
	line-height: 45px;
	overflow: hidden;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2ms;
	-o-transition: all 0.2ms;
	transition: all 0.2s;
}

ul.social li:hover {
	width: 100%;
}

ul.social li a {
	color: inherit;
	display: block;
	text-decoration: none;
}

ul.social li .fa {
	width: 45px;
	text-align: center;
}

ul.social li i {
	padding-left: 20px;
}

ul.social li.facebook {
	background: #3b5998;
}

ul.social li.youtube {
	background: #cc181e;
}

ul.social li.linkedin {
	background: #0077b5;
}

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

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

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

.pushmenu-menu {
	display: none;
}

.click2action {
	display: none;
}

/* Admin Bar Fix */

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

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