/*
Theme Name: Upgrade Hacks
Theme URI: http://arrowcoder.com/
Description: The 2021 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background.
Author: the ArrowCoder
Version: 2.21
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
   
.contact-email a,div#wprmenu_bar,
#content div.wpforms-container-full .wpforms-form *[type=submit],
a { 
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
} 

html {  
    overflow-x: hidden; 
}

.slick-prev:hover, .slick-next:hover,
#temp-galleries ul li a:before,
#reality-galleries ul li a:before,
.wpcf7 input[type="submit"]:hover,
.section-services ul li .item-img a:before,
.testi-shows .owl-prev:hover,
.testi-shows .owl-next:hover,
a,
#project-galleries ul li a:before{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#containerx {
    width: 1207px;
    margin: 0 auto;
	max-width: calc(100% - 30px);
}
#content {
	margin: 0;
    padding: 0;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer a:hover{
	text-decoration: underline;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer {
    clear: both;
    background-color: #000;
    float: left;
    width: 100%;
    padding: 30px 0;
    color: #fff;
    font-size: 13px;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
    font-family: 'Lato', sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
    font-family: 'Lato', sans-serif;
}
input[type=submit] {
    font-family: 'Lato', sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
}
#wrapper {
	background: #fff; 
	float: left;
	width: 100%;
    position: relative;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #2E95B4;
	font-size: 19px;
	line-height: 1.8;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul li{
    margin: 0 0 10px;
}
ul {
	list-style: disc;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #2E95B4;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
 
a {
	color: #e73b28; 
} 
a:hover {
	 
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 30px 0 0 0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #2E95B4;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 15px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #2E95B4;
	border-bottom: 1px solid #2E95B4;
	display: block;
	float: left;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #2E95B4;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #2E95B4;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #2E95B4;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
    clear: both;
    padding: 0;
	width: 100%;
	float: left;
}
#content {
	margin-bottom: 0;
}
#content,
#content input,
#content textarea {
	color: #101010;
    font-size: 23px;
    line-height: 1.3; 
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px; 
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #2E95B4;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 { 
    line-height: 1.3;
	margin: 0 0 20px 0; 
}
#content h3{
    font-size: 36px;
    font-weight: 900;
}
#content h4{
    font-size: 29px;
    font-weight: 600;
}
#content h5{
    font-size: 24px;
    font-weight: 300;
}
#content h6{
    font-size: 20px;
    font-weight: 700;
}
#content h2 {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 900;
}
#content h1{
    font-size: 70px;
    line-height: 1;
    font-weight: 900;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #2E95B4;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #2E95B4;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #2E95B4;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #2E95B4;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #2E95B4;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #2E95B4;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #2E95B4;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #2E95B4;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #2E95B4;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #2E95B4;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #2E95B4;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #2E95B4;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #2E95B4;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #2E95B4;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #2E95B4;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #2E95B4;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #2E95B4;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #2E95B4;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #2E95B4;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #2E95B4;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #2E95B4;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #2E95B4;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #2E95B4;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #2E95B4;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #2E95B4;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #2E95B4;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #2E95B4;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #2E95B4;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #2E95B4;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #2E95B4;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer>.container {
	width: 1800px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
#colophon {
	border-top: 4px solid #2E95B4;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #2E95B4;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #2E95B4;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #2E95B4;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #2E95B4;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
 
/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #2E95B4;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	font-size: 18px;
    color: #fff;
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    padding: 11px 17px;
    width: calc(100% - 40px);
    background-color: #5c5b61;
    border: 3px solid #fff;
} 

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus { 
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus { 
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus { 
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus { 
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #808080; 
}

:-moz-placeholder {
	color: #808080; 
}

::-moz-placeholder {
	color: #808080; 
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #808080; 
}
 

/*--------------------------------------------------------------
Contact
--------------------------------------------------------------*/

.wpcf7 div.wpcf7-validation-errors, 
.wpcf7 div.wpcf7-acceptance-missing {
    background: #CEC9C8;
    color: red;
    font-size: 14px;
    text-align: center;
    border: none;
    margin: 0 0 15px 0;
}
.wpcf7 div.wpcf7-mail-sent-ok{
    background: #2BBB8C;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border: none;
    margin: 15px 0;
}
.wpcf7 .wpcf7-response-output {
    background: #E2DDFF;
    color: red;
    font-size: 14px;
    text-align: center;
    border: none;
    margin: 15px 0;
    padding: 8px 0;
} 
.wpcf7 input[type="text"].wpcf7-not-valid, 
.wpcf7 input[type="email"].wpcf7-not-valid, 
.wpcf7 textarea.wpcf7-not-valid { 
    border-color: red; 
}
span.wpcf7-not-valid-tip { 
    display: none;
}

/******Menu*******/
#nav-icon4{width:32px;height:23px;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;display:inline-block;vertical-align:middle;}
#nav-icon4 span{display:block;position:absolute;height:3px;width:100%;background:#fff;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;}
#nav-icon4 span:nth-child(1){top:0px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}
#nav-icon4 span:nth-child(2){top:9px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}
#nav-icon4 span:nth-child(3){top:18px;-webkit-transform-origin:left center;-moz-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;}
#nav-icon4.open span:nth-child(1){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg); top: -5px; left: 6px;}
#nav-icon4.open span:nth-child(2){width:0%;opacity:0;}
#nav-icon4.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);top:18px;left:5px;}
.menu_btn {
    display: none;
}

/***********
	MAIN MENU
*********************************/
#main-menu {  
  float: left;
  width: calc(50% - 89px / 2); 
}
#main-menu ul {
    float: right;
    width: auto;
    text-align: center;
    margin: 0;
}
 
#main-menu ul li:last-child{
	margin-right: 0;
}
#main-menu ul li {
    float: left;
    list-style: outside none none;
    position: relative;
    display: inline-block;
    margin: 0 55px;
}
#main-menu ul li:last-childX,
#main-menu ul li:last-childX a { 
	margin-right: 0!important;
}
/********/ 
#main-menu ul li .sub-menu li a{
	color: #fff;
}
#main-menu ul li .sub-menu li {
    display: block;
    list-style: outside none none;
    text-align: left;
    position: relative;
    width: 100%;
    margin: 0;
} 
    
#main-menu ul li:hover .sub-menu{  
	display: block;
}
#main-menu ul li .sub-menu {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #e73b28;
    left: -14px;
    position: absolute;
    top: 67px;
    width: auto;
    z-index: 9995;
    padding: 0;
    display: none;
    min-width: 230px;
    padding: 12px 0;
}
#main-menu ul li.menu-item-has-children > a:before {
    background-image: url(images/arrowdown.svg);
    padding: 0px 0 0 16px;
    background-size: 11px auto;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 11px;
    background-repeat: no-repeat;
    background-position: top 8px right;
}
#main-menu ul li.menu-item-has-children > a {
    padding-right: 20px;
    padding-bottom: 52px;
}

#main-menu ul li a { 
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    line-height: 1.5;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}
#main-menu ul li .sub-menu a {
    float: left;
    padding: 8px 16px;
    text-transform: inherit;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.3;
    font-size: 15px;
}

#main-menu ul li.current-menu-item .sub-menu li a {
	color:#fff;
	background-color: transparent;
} 

#main-menu ul li .sub-menu li a:hover,
#main-menu ul li .sub-menu li a.current-menu-item,
#main-menu ul li.current-menu-item .sub-menu li a:hover,
#main-menu ul li.current-menu-parent .sub-menu li a.current-menu-item {
	color:#fff;  
} 
#main-menu ul ul li:hover > a,
#main-menu ul ul li a:hover,
#main-menu ul ul li.current-page-ancestor a,
#main-menu ul ul li.current-menu-item a,
#main-menu ul ul li.page_item a,
#main-menu ul ul li.current_page_item a{ 
	color: #ccc !important;  
} 
#main-menu ul li.current-menu-parent > a,
#main-menu ul li:hover > a,
#main-menu ul li a:hover,
#main-menu ul li.current-page-ancestor a,
#main-menu ul li.current-menu-item a,
#main-menu ul li.page_item a,
#main-menu ul li.current_page_item a{  
	color: #e73b28; 
}
/*--------------------------------------------------------------
404
--------------------------------------------------------------*/ 
#bigtext-id0 .bigtext-line0 {
    font-size: 274.9px;
}
.error404 .uncont {
    width: 550px;
	margin: 0 auto;
    text-align: center;
	max-width: 100%;
	padding-bottom: 55px;
}
#content .uncont h2   {
    font-size: 32px; 
	font-weight: 500;
    font-family: effra,sans-serif;
} 
#content .uncont hr.separator-break.separator-accent {
    background-color: #12284C;
    margin-top: 36px;
    height: 2px;
    width: 71px;
    margin-bottom: 60px;
}
#content input#searchsubmit:hover {
    background-color: #A8D7D2;
}
#content input#searchsubmit {
    color: #fff;
    background-color: #12284C; 
    font-size: 26px;
    line-height: 1;
}
#content h1.bigtext {
    font-size: 175px;
    line-height: 1em;
    margin-top: 45px;
}


/********Blog********/
#content h1.entry-title-blog {
    font-size: 32px;
    margin-bottom: 0;
    margin-top: 12px;
    width: auto;
    margin: 0;
    max-width: 100%;
    text-align: center;
    margin-left: 0;
}
#list-blog-post h2.entry-title-list a:hover{
	color: #e73b28;
}
#content #list-blog-post h2.entry-title-list,
#list-blog-post h2.entry-title-list a{
	font-size: 20px;
    line-height: 1;
    color: #393939;
    margin: 14px 0 8px;
    text-decoration: none;
    font-weight: 300;
}
#list-blog-post .blog-shortcont p {
	margin-bottom: 0;
}
#list-blog-post .post-readmore a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #e73b28;
	border-color: #e73b28;
}
#list-blog-post .post-readmore a {
    border: 1px solid #2B2B2B;
    font-size: 16px;
    text-decoration: none;
    color: #2B2B2B;
    width: 194px;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
}
#list-blog-post .post-readmore {
    margin-top: 30px;
}
#list-blog-post .entry-thumbnail img{
	width: 100%;
}
#list-blog-post {
    float: left;
    width: 50%;
    margin: 40px 0; 
	box-sizing: border-box;
}
.entry-meta {
    color: #393939;
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: 400;
}
.blog-row {
	padding-left: 9px;
    padding-right: 9px;
}
.row-blog-wrap{
	margin-left: -9px;
    margin-right: -9px;
}
/*****Search****/
.pagination .page-numbers{ 
    font-size: 16px; 
}
.pagination .page-numbers.current{ 
    color: #EC6B00; 
} 
.page-numbers { 
    height: 36px;
    width: 24px; 
    font-size: 16px;
    color: #13284B;
    display: inline-block;
    text-align: center;
    line-height: 2.4;
    margin-right: 2px; 
	position: relative;
}
.page-numbers.current, 
.page-numbers:hover {
    color:#EC6B00;
	text-decoration: none;
} 
.pagination {
    display: block;
    width: 100%;
    float: left;
    margin-top: 26px;
    text-align: center;
    margin-bottom: 80px;
}
.next.page-numbers:before {
    height: 22px;
    width: 22px;
    border-radius: 0;
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #13284B;
    display: inline-block;
    text-align: center;
    line-height: 2.4;
    position: absolute;
    left: 0;
    right: 0;
    top: 13px;
    margin: 0 auto;
    border: 0px solid #2E95B4;
}
.prev.page-numbers:before {
    height: 22px;
    width: 22px;
    border-radius: 0;
    font-family: 'FontAwesome';
    content: "\f053";
    font-size: 16px;
    color: #13284B;
    display: inline-block;
    text-align: center;
    line-height: 2.4;
    position: absolute;
    left: 0;
    right: 0;
    top: 13px;
    margin: 0 auto;
    border: 0px solid #2E95B4;
}
/*******Single Post********/

.single #content .entry-title {
    font-size: 32px;
    text-align: left;
    margin: 0;
    max-width: 100%;
    margin-left: 0;
    font-weight: 400;
}
.single .entry-meta {
    font-size: 16px;
    float: left;
    margin-right: 0;
}
.single .entry-thumbnail {
    margin: 0 0 24px;
}

#nav-below  label{
	color: #EC6B00;
	font-size: 16px;
	font-weight: normal;
	cursor: pointer;
}
#nav-below .nav-next .meta-nav {
    background-image: url(images/post-next.svg);
    background-position: right center;
	float: right;
}
#nav-below .nav-previous .meta-nav {
    background-image: url(images/post-prev.svg);
    background-position: left center;
	float: left;
}
#nav-below .meta-nav {
    background-repeat: no-repeat;
    background-size: 44px auto;
    text-indent: -9999px; 
    width: 60px;
    height: 19px;
}
#nav-below {
    margin: 80px 0 20px;
}
.single-post  #main-menu ul li#menu-item-36 a{
	color: #F4D7BC;
}

.single-post #content h2{ 
	font-size: 32px;
	font-weight: 300;
	margin: 0 0 20px;
	line-height: 1.8;
}
.single-post #content h3{ 
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
	line-height: 1.8;
}
.single-post #content h4{ 
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px;
	line-height: 1.8;
}
/*******Header*******/
img{
	max-width: 100%;
}
.logo { 
	float: left; 
	width: 147px;
}
.header-right {
    float: right;
    position: relative;
    width: calc(100% - 89px);
}
#header.sticky-header #main-menu> ul l>i >a { 
   
}
#header.sticky-header {
     
}
#header.sticky-header .logo img {
     
}
.main-logo{ 
    float: left;
}	 

 
#header.sticky-header {
    
}
#header {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 45px 0;
    left: 0;
    top: 0;
    z-index: 99;
    position: absolute;
} 
#header .logo a{
	float: left;
} 

#header .logo img{ 
    width: 147px;
    float: left;
}
#header.sticky-header img,
#header .logo img{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#header .header-info,
#header { 
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
 
.header-info ul li a:hover{
    color: #e73b28;
}
.header-info ul li a{
	color: #2E95B4;
	text-decoration: none;
	font-size: 16px;
}
.header-info ul li.t-email a {
    background-image: url(images/t-email.svg);
    background-size: 13px auto;
    padding: 0 0 0 20px;
}
.header-info ul li a{  
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    min-height: 26px;
    line-height: 26px;
}
.header-info ul li.t-phone a {
    background-image: url(images/t-phone.svg);
    padding: 0 0 0 19px;
    background-size: 13px auto;
}
.header-info ul li {
    font-size: 16px;
    color: #2E95B4;
    float: right;
    margin: 4px 0;
    padding: 0;
    list-style: none;
    clear: both;
}
.header-info ul{
	margin: 0;
	float: right;
	padding: 0;
}
 

#header > .container {
    width: 1800px;
    margin: 0 auto;
    display: block;
    max-width: calc(100% - 30px);
    position: relative;
}
#main-menu ul {
    float: right;
    width: 100%;
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Banner*/
.entry-banner img{
	float: left;
	width: 100%;
}
.entry-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    left: 0;
    top: 0;
}
.entry-banner {
    width: 100%;
    position: relative;
    float: left;
    min-height: 280px;
    overflow: hidden;
    background: #CC7;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0px 0px;
}
.banner-text-title >.container{
	width: 1205px;
	max-width: 96%;
	margin: 0 auto;
}

#content .banner-text-title h1{
	font-size: 45px;
	color: #fff;
	font-weight: normal;
    margin: 0;
}
.banner-text-title {
    position: absolute; 
    left: 0;
    right: 0;
    width: 100%;
	top: 50%;
    transform: translateY(-50%);
}
#content .banner-title  h1 {
    font-size: 45px; 
    font-weight: normal; 
}
.banner-title{
    width: 100%;
    padding: 50px 0;
}
*{outline: none;}

/****Content-Width****/ 
.entry-content> div.vc_row[data-vc-full-width="true"][data-vc-stretch-content="true"] .vc_column_container>.vc_column-inner{ 
    width: 100%!important;
    max-width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
    left: 0!important;
} 

.entry-content> div.vc_row:not([data-vc-full-width="true"]){
	width:1207px; 
    max-width: 100%;
    margin: 0 auto;
}
.entry-content> div.vc_row[data-vc-full-width="true"]{
	width: 100%!important;
    max-width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
    left: 0!important;
}

.entry-content> div.vc_row[data-vc-full-width="true"] >div>div>div>.vc_column_container>.vc_column-inner ,
.entry-content> div.vc_row > .vc_column_container>.vc_column-inner{  
    width: 1207px;
    max-width: calc(100% - 30px); 
	margin-left: auto;
	margin-right: auto; 
    padding: 0;
} 
.entry-content> div.vc_row:not([data-vc-full-width="true"]),
.entry-content> div.vc_row[data-vc-full-width="true"][data-vc-stretch-content="true"] .vc_column_container>.vc_column-inner,
.home .entry-content> div.vc_row[data-vc-full-width="true"] >div>div>div>.vc_column_container>.vc_column-inner ,
.home .entry-content> div.vc_row > .vc_column_container>.vc_column-inner{   
      
} 

#main>.container{ 
    padding: 55px 0;
}
#main>.container {
    width: 1207px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: none; 
}  
#main>.container #content .entry-title{
	max-width: 100%;
}

/*--------------------------------------------------------------
Contact
--------------------------------------------------------------*/

.wpcf7 div.wpcf7-validation-errors, 
.wpcf7 div.wpcf7-acceptance-missing {
    background: #CEC9C8;
    color: red;
    font-size: 14px;
    text-align: center;
    border: none;
    margin: 0 0 15px 0;
}
.wpcf7 div.wpcf7-mail-sent-ok{
    background: #2BBB8C;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border: none;
    margin: 15px 0;
}
.wpcf7 .wpcf7-response-output {
    background: #E2DDFF;
    color: red;
    font-size: 14px;
    text-align: center;
    border: none;
    margin: 15px 0;
    padding: 8px 0;
} 
div.wpcf7 input[type="text"].wpcf7-not-valid, 
div.wpcf7 input[type="email"].wpcf7-not-valid, 
div.wpcf7 textarea.wpcf7-not-valid { 
    border-color: red; 
}
div.wpcf7 span.wpcf7-not-valid-tip { 
    display: none;
}

input[type="submit"],
button{
	-webkit-appearance: none;
}

div#cookie-law-info-again { 
    box-shadow: #161616 0px 1px 15px -10px;
}
div#cookie-law-info-bar {
    font-size: 10pt;
    padding: 1px 10px;
    box-shadow: none;
} 


/* Icon 3 */

#wprmenu_bar .wprmenu_icon #nav-icon3 span:nth-child(1) {
    top: 0px;
}

#wprmenu_bar .wprmenu_icon #nav-icon3 span:nth-child(2),
#wprmenu_bar .wprmenu_icon #nav-icon3 span:nth-child(3) {
    top: 10px;
}

#wprmenu_bar .wprmenu_icon #nav-icon3 span:nth-child(4) {
    top: 20px;
}

#wprmenu_bar .wprmenu_icon #nav-icon3.open span:nth-child(1) {
    top: 15px;
    width: 0%;
    left: 50%;
}

#wprmenu_bar .wprmenu_icon #nav-icon3.open span:nth-child(3),
#wprmenu_bar .wprmenu_icon #nav-icon3.open span:nth-child(2) {
    top: 10px;
}

#wprmenu_bar .wprmenu_icon #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#wprmenu_bar .wprmenu_icon #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#wprmenu_bar .wprmenu_icon #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#wprmenu_bar .wprmenu_icon #nav-icon3 {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.site-header.sticky #wprmenu_bar .wprmenu_icon #nav-icon3 span {
    background: #182731;
}

.twentyseventeen-front-page #wprmenu_bar .wprmenu_icon #nav-icon3 span {
    background: #fff;
}

.logo-w {
    display: none;
}

.twentyseventeen-front-page .site-header.sticky .logo-b,
.twentyseventeen-front-page .logo-w {
    display: block;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.twentyseventeen-front-page .site-header.sticky .logo-w,
.twentyseventeen-front-page .logo-b {
    display: none;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#wprmenu_bar .wprmenu_icon #nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-radius: 0;
}

.site-header .container {
    position: relative;
}


/**/

input[type="submit"],
button {
    -webkit-appearance: none;
}

#wprmenu_menu[style="display: block;"] ~ #wprmenu_bar .wprmenu_icon i.wpr_open {
    display: none;
}

#wprmenu_menu[style="display: block;"] ~ #wprmenu_bar .wprmenu_icon i.wpr_close {
    display: block;
}

#wprmenu_bar .wprmenu_icon .menu_close_icon span {
    content: "\e117"!important;
    display: block!important;
}

#special_menu #wprmenu_bar {
    background: transparent;
}

#special_menu {
    width: 100%;
    float: left;
    position: relative;
}

div#wprmenu_bar .wprmenu_icon {
    padding-top: 0;
    margin-top: 0;
    padding-right: 0; 
    overflow: inherit; 
} 

div#wprmenu_bar .wprmenu_icon i {
    font-size: 35px;
    cursor: pointer;
    line-height: 1;
}

div#wprmenu_menu ul li a {
    font-size: 16px!important; 
    font-weight: 800;
}

div#wprmenu_menu ul li a:hover,
div#wprmenu_menu ul li.current-menu-item a {
    color: #e73b28;
}
 
div#wprmenu_bar {
    position: absolute;
    width: 32px;
    float: left;
    padding: 0;
    left: auto;
    right: 0;
}
div#wprmenu_menu.top {
    position: absolute;
    top: 56px;
    border-top: 1px solid #fff;
    width: 350px;
    left: 0;
    left: auto;
    max-width: 100%;
} 
#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(1) {
    top: 15px;
    width: 0%;
    left: 50%;
}

#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(3),
#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(2) {
    top: 9px;
} 

#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#wprmenu_bar .wprmenu_icon.menu-open #nav-icon3 span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

/**/
.left-header{
	float: left;
}

.text-right *,
.text-right{
	text-align: right;
}
.text-center *,
.text-center{
	text-align: center;
} 

#header.sticky-headerX {
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
    background-color: #101010;
}

/***********
	FooterMenu
*********************************/
#footer-menu h3 {
    font-size: 21px;
    color: #fff;
    float: left;
    margin: 26px 0 10px;
    width: 100%;
}
#footer-menu ul {
	padding: 0;
	float: left;
	margin: 0 !important; 
    width: 100%;
} 
#footer-menu ul li {
    width: 100%;
    list-style: none;
    float: left;
    position: relative;
    padding: 4px 0;
} 
#footer-menu ul li a { 
  color: #fff;
  float: left; 
  font-size: 13px;
  padding: 2px 0;
  text-decoration: underline; 
}

#footer-menu ul li:hover > a,
#footer-menu ul li a:hover,
#footer-menu ul li.current-page-ancestor a,
#footer-menu ul li.current-menu-item a, 
#footer-menu ul li.page_item a,
#footer-menu ul li.current-menu-parent a, 
#footer-menu ul li.current_page_item a{ 
	color: #e73b28; 
}   


/*******/
.header-space{
	float: left;
	width: 100%;
	height: 101px;
} 

/**/ 

.socials {
    float: left;
    width: 100%; 
}
 

.vc_btn3-container a.vc_general.vc_btn3:hover {
    color: #2E95B4;
    background-color: #fff;
}
.vc_btn3-container a.vc_general.vc_btn3 {
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    padding: 15px 0;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    font-size: 18px;
    border: 3px solid #fff;
    width: 328px;
	max-width: 100%;
	background-image: none;
	font-weight: bold;
}
  

/**/
.slick-next:before {
    content: "\f054";
}
.slick-next {
    right: 20px;
}
.slick-prev:before{
	content: "\f053";
}
.slick-prev {
    left: 20px;
}
.slick-prev:before, .slick-next:before {
	font-family:'FontAwesome';
    font-size: 15px;
    line-height: 1; 
    color: white;
}
.slick-prev:hover, .slick-next:hover {
	opacity: 0.7;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none; 
    z-index: 1111;
    border-radius: 50%;
    border: 2px solid #fff;
	background-color: transparent;
}


/**/
 

#main>.container-s #content {
    padding: 0;
    width: 100%;
    float: left;
	margin-bottom: 85px;
}
#main>.container-s {
    width: 1300px;
    display: block;
    max-width: 100%;
    padding: 55px 0 0;
    margin: 0 auto;
}
 
.single .entry-content> div.vc_row:not([data-vc-full-width="true"]) { 
    margin: 0 -15px;
    max-width: calc(100% + 30px);
}
.news-col{
	float: left;
}
.news-topblock {
    width: calc(100% - 315px);
    float: left;
    margin-bottom: 10px;
}
.news-left{
	padding-right: 17px;
	border-right: 1px solid #707070;
	width: calc(100% - 315px);
	box-sizing: border-box;
}
.news-right{
	width: 264px;
	margin-left: 50px;
}

.news-right .news-item .item-summary {
    padding: 0;
    font-size: 16px;
}
.news-right .news-item .item-meta {
    padding: 0;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 6px;
}
.news-right .news-item {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    background-color: transparent;
    color: #393939;
    padding: 0;
}
	
 
.item-title-list a:hover { 
	color: #e73b28;
	text-decoration: underline;
}
.news-item .item-thumbnail img{
	width: 100%;
}
.item-title-list a { 
    line-height: 1.2;
    color: #393939;
    margin: 14px 0 8px;
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;
}

.single-post #content h2.item-title-list { 
    margin: 0; 
	padding: 0;
    font-size: 26px;
}

.blog-shortcont p{
	padding: 0;
	margin: 0 !important;
}
.news-item .item-summary{
    padding: 8px 16px;
	font-size: 16px;
}
.news-item .item-title-list  {
    padding: 8px 16px 6px;
} 
.news-item .item-meta{
    padding: 0 16px;
}
.news-item {
    float: left;
    width: calc(33.33% - 36px);
    margin: 8px 18px;
    background-color: #DDDDDD;
    color: #393939;
    padding: 0 0 8px;
}
.post-readmore{
    margin-top: 12px;
}
.item-summary .post-readmore a:hover {
	text-decoration: underline;
	color: #e73b28;
}
.item-summary .post-readmore a {
    color: #393939;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
} 

.clear3{
	width: 100%; 
	clear: both; 
}



/**/
.header-content{ 
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.social-link {
    padding: 0;
    margin: 0;
    position: absolute;
    right: -140px;
    top: -2px;
}
ul.social-link li .fa.fa-facebook{
    position: relative;
    top: 3px;
}
ul.social-link li{
    font-size: 19px;
    color: #fff;
    display: inline-block;
    padding-right: 10px;
	margin: 0 3px;
	padding: 0;
}
ul.social-link li a:hover {
	background-color: #e73b28;
}
ul.social-link li a {
    color: #fff;
    background-color: #717171;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

#main-menu ul li:first-child{
	margin-left: 0;
}
#banner-home .slick-slide img { 
    width: 100%;
    vertical-align: middle;
    object-fit: cover;
    min-height: 280px;
    max-height: 600px;
}
#banner-home .container{
	/* width: 1400px; */
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}
#banner-home .container-text{
	width: 1010px;
	margin: 0 auto;
	max-width: calc(100% - 30px);
	position: relative;
}
#banner-home .slick-slide .img:before{ 
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-image: linear-gradient(to right, rgba(0,0,0,1), rgb(255,0,0,0));
} 
#banner-home .slick-slide .text h2{
	width: 475px;
	float: left;
	max-width: 100%; 
	font-size: 50px;
	line-height: 1.2;
	margin: 0;
	color: #fff;
}
#banner-home .slick-slide .text{
	position: absolute;
	z-index: 5;
    left: 0;
    right: 0;
    width: 100%;
	top: 50%;
    transform: translateY(-50%);
}
#banner-home .slick-slide .img{
	position: relative;
}
#banner-home{
	float: left;
	width: 100%;
}
#banner-home .slick-dots li button{
	display: none;
}
#banner-home .slick-dots li.slick-active {
	opacity: 1;
}
#banner-home .slick-dots li { 
    width: 67px;
    height: 3px;
    margin: 0 5px; 
    text-indent: -9999px;
    background-color: #fff;
    border: 1px solid #707070;
    opacity: 0.35;
}
#banner-home .slick-dots { 
    bottom: 30px; 
    z-index: 5;
}

#banner-page .container{
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}
#banner-page{
	float: left;
	width: 100%;
}

#banner-page >img { 
    width: 100%; 
    vertical-align: middle;
    object-fit: cover;
    min-height: 350px;
    max-height: 100vh;
}
/**/
#signup-section h3{
	font-size: 32px;
	color: #fff;
	text-align: center;
    line-height: 1.2;
}
#signup-section{
	float: left;
	width: 100%;
	background-color: #e73b28;
    padding: 56px 0;
}
#signup-section .container{
	width: 916px;
	margin: 0 auto;
	max-width: calc(100% - 30px);
	position: relative;
}

#signup-section div.wpforms-container-full .wpforms-form .wpforms-field {
    width: calc(50% - 58px);
    float: left;
    clear: none;
    padding: 10px 8px;
}
#signup-section div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    width: 116px;
    float: left;
    clear: none;
    padding: 10px 8px;
}
#signup-section div.wpforms-container-full .wpforms-form label.wpforms-error { 
    color: red;
    font-size: 14px; 
    font-weight: 300;
}
#signup-section div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
#signup-section div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
#signup-section div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
	background-color: #101010;
}
#signup-section div.wpforms-container-full .wpforms-form input[type=submit], 
#signup-section div.wpforms-container-full .wpforms-form button[type=submit], 
#signup-section div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #393939;
    border: 1px solid #393939;
    color: #fff;
    font-size: 20px;
    padding: 10px 15px;
    font-weight: 500;
    height: 46px;
}
 
#signup-section div.wpforms-container-full .wpforms-form input[type=date], 
#signup-section div.wpforms-container-full .wpforms-form input[type=datetime], 
#signup-section div.wpforms-container-full .wpforms-form input[type=datetime-local], 
#signup-section div.wpforms-container-full .wpforms-form input[type=email],
#signup-section div.wpforms-container-full .wpforms-form input[type=month], 
#signup-section div.wpforms-container-full .wpforms-form input[type=number], 
#signup-section div.wpforms-container-full .wpforms-form input[type=password], 
#signup-section div.wpforms-container-full .wpforms-form input[type=range], 
#signup-section div.wpforms-container-full .wpforms-form input[type=search], 
#signup-section div.wpforms-container-full .wpforms-form input[type=tel], 
#signup-section div.wpforms-container-full .wpforms-form input[type=text], 
#signup-section div.wpforms-container-full .wpforms-form input[type=time], 
#signup-section div.wpforms-container-full .wpforms-form input[type=url], 
#signup-section div.wpforms-container-full .wpforms-form input[type=week], 
#signup-section div.wpforms-container-full .wpforms-form select, 
#signup-section div.wpforms-container-full .wpforms-form textarea { 
    color: #393939; 
    height: 46px; 
}


.page-contact #main{
	width: 697px; 
}
#main{ 
}

#content h2.page-title {
    text-align: center;
}


#content div.wpforms-container-full .wpforms-form .wpforms-field-label-inline,
#content div.wpforms-container-full .wpforms-form .wpforms-field-label {  
    font-size: 20px; 
}
#content div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
#content div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
#content div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
	background-color: #fff;
}
#content div.wpforms-container-full .wpforms-form input[type=submit], 
#content div.wpforms-container-full .wpforms-form button[type=submit], 
#content div.wpforms-container-full .wpforms-form input[type=submit], 
#content div.wpforms-container-full .wpforms-form button[type=submit], 
#content div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: transparent;
    border: 5px solid #fff;
    color: #fff;
    font-size: 22px;
    padding: 0;
    font-weight: 600;
    height: 77px; 
    float: left;
    background-image: url(images/submit-arr.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding-right: 55px; 
    margin-top: 20px;
    text-indent: -9999px;
    width: 208px;
    max-width: 100%;
}
 
#content div.wpforms-container-full .wpforms-form input[type=date], 
#content div.wpforms-container-full .wpforms-form input[type=datetime], 
#content div.wpforms-container-full .wpforms-form input[type=datetime-local], 
#content div.wpforms-container-full .wpforms-form input[type=email],
#content div.wpforms-container-full .wpforms-form input[type=month], 
#content div.wpforms-container-full .wpforms-form input[type=number], 
#content div.wpforms-container-full .wpforms-form input[type=password], 
#content div.wpforms-container-full .wpforms-form input[type=range], 
#content div.wpforms-container-full .wpforms-form input[type=search], 
#content div.wpforms-container-full .wpforms-form input[type=tel], 
#content div.wpforms-container-full .wpforms-form input[type=text], 
#content div.wpforms-container-full .wpforms-form input[type=time], 
#content div.wpforms-container-full .wpforms-form input[type=url], 
#content div.wpforms-container-full .wpforms-form input[type=week], 
#content div.wpforms-container-full .wpforms-form select { 
    color: #fff;
    background-color: transparent;
    border: 0px solid #fff;
    border-radius: 0;
    height: auto;
    padding: 4px 16px;
    border-bottom: 5px solid #fff;
    font-weight: 600;
}

#content div.wpforms-container-full .wpforms-form textarea { 
    color: #fff;
    background-color: transparent;
    border: 0px solid #fff;
    border-radius: 0;
    height: auto;
    padding: 4px 16px; 
    overflow: hidden;
    width: 100%!important;
    border-bottom: 5px solid #fff;
    font-weight: 600;
}

#content div.wpforms-container-full .wpforms-form .wpforms-field{
    padding: 45px 0;
}


.page-careers #main{
	width: 855px; 
}
.entry-content> div.vc_row#section-tellus{
	width: 697px;
}

.entry-content div.vc_row.container-small{
	width: 855px; 
}

.entry-content> div.vc_row:not([data-vc-full-width="true"]) { 
    padding: 0;
}

.wpb_single_image.wpb_content_element{
	position: relative;
}

#content .wpb_single_image h2.wpb_singleimage_heading {
    font-size: 36px;
    color: #101010;
    position: absolute; ;
    font-style: italic;
    width: 478px;
    right: -10%;
    bottom: 10%;
    text-align: left;
    max-width: 100%;
}

.single-post ul li.menu-item-728 a{
    color: #e73b28!important;
}
#section-latest .latest-news{
	margin: 0 -18px;
}
#section-latest >h2{
	text-align: center;
	font-size: 32px;
	font-weight: 300;
	line-height: 1.2;
	color: #7E7E7E;
	margin: 0 0 45px;
}
#section-latest{
	float: left;
	width: 100%;
	padding: 0 0 40px;
}

*{
	box-sizing: border-box;
}
.btn.btn-white:hover{
	color: #2B2B2B;
	background-color: #fff;
}
.btn.btn-white{
	color: #fff;
	border-color: #fff;
}
.btn:hover{
	color: #fff;
	background-color: #e73b28;
}
.btn{
	border: 1px solid #2B2B2B;
	font-size: 16px;
	text-decoration: none;
	color: #2B2B2B;
	width: 194px;
	padding: 10px 20px;
    display: inline-block;
} 
.colb-6{
	width: calc(50% - 36px);
	float: left;
	color: #fff;
    padding: 0 0 25px;
	margin: 0 18px;
}
 
.post-featured>#list-blog-post{
	width: 100%;
	margin: 40px 0;
}
.post-featured {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e73b28;
    margin-bottom: 10px;
} 

/**/
a.elementor-button#contact-btn:hover:before { 
	background-image: url(images/email-icon.svg);
}
a.elementor-button#contact-btn:before { 
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(images/kontakt.svg);
    background-size: 24px auto;
    float: left;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 12px;
}
a.elementor-button:hover{
    color: #101010;
    fill: 101010;
	background-color: #fff!important;
}
.elementor-element.elementor-button-info a.elementor-button:hover {
	opacity: 0.8;
}
.elementor-element.elementor-button-info a.elementor-button {
    color: #101010;
    fill: 101010;
	background-color: #fff!important;
}
.style2 a.elementor-button:hover { 
	background-color: #e73b28!important;
}
.style2 a.elementor-button { 
    color: #101010;
    fill: 101010;
	border-color: #e73b28;
}
a.elementor-button {  
	background-color: transparent!important;
    font-size: 32px;
    padding: 10px 33px;
    -webkit-border-radius: 41px;
    border-radius: 41px;
    color: #fff;
    fill: #fff;
    border: 5px solid #fff;
    border-radius: 0;
    font-weight: 900!important;
    position: relative;
    height: 77px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
	 
.latest-testimonials .slick-track{
    display: flex !important;
}

.latest-testimonials .slick-slide{
    height: inherit !important;
}
.slick-slide p{
    position: relative;
    z-index: 9;
}
.slick-slide .avatar img { 
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 5px 29px -8px #174a5a;
    position: relative;
    z-index: 9;
}
.avatar{
	width: 100%;
	float: left;
	text-align: center;
    margin-bottom: 23px;
    margin-top: -80px;
}
 
.latest-testimonials .slick-list { 
    padding-top: 80px;
	z-index: 9;
}
.latest-testimonials ul{
	margin: 0;
	padding: 0;
}

.elementor-section-wrap> section#testimonials > .elementor-column-gap-default>.elementor-column.section-nospace>.elementor-element-populated{
	padding: 0;
}


.elementor-section-wrap> section.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: calc(100% - 80px);
    width: 1166px;
}
/* .elementor-section-wrap> section > .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 90px 30px;
} */
.elementor-section-wrap> section > .elementor-column-gap-default>.elementor-column.section-nospace>.elementor-element-populated {
    padding: 0
}
section.elementor-section.elementor-section-boxed > .elementor-container{
    max-width: 100%;
    width: 1166px;
}
.color-white,
.color-white *,
.tet-white *,
.tet-white{
	color: #fff!important;
}

.brand-bg h1 {
    background-color: #e73b28;
    text-align: right;
    width: 86%;
    position: relative;  
    padding: 10px 0 4px;
} 
.brand-bg h1:after {
    background-color: #e73b28;
    content: "";
    height: 50%;
    top: 29%;
    width: 11px;
    right: -10px;
    position: absolute;
}

.sub{
	padding-left: 12%;
    margin: 0 !important;
}
.sub2{
	padding-left: 6%;
    margin: 0 !important;
}
.sub2-right{
	padding-right: 6%;
    margin: 0 !important;
}

 

#overview:before{
    width: 150%;
    height: 91%;
    position: absolute;
    bottom: 0;
    right: 3%;
    content: "";
    background-image: url(images/arrow2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
	
}
#overview{
	overflow: hidden;
	position: relative;
    padding-bottom: 11%;
}

 
.hold-size .elementor-column.elementor-col-25 {
    width: 25%;
}
.with-logo h2:before{
	background-image: url(images/logo-brand.svg);
	content: "";
}
#content .nosp h2{
	margin: 0;
}
.nosp.elementor-widget:not(:last-child){
	 
}
.nosp{
	
}
.hold-col2 .elementor-column.elementor-col-25 {
	margin: 45px 0;
}
.hold-col2 .elementor-widget-image img { 
    max-width: 80%;
}
#content .extrah1  h1{
	font-size: 130px;
	line-height: 1;
	margin: 0;
}
.special-bw{
	
}
#content .special-bw  h1 {
    -webkit-text-stroke: 1px #fff;
    -webkit-text-fill-color: transparent;
}

#content .special-bw  h1 { 
    font-weight: bold;
    color: #fff; 
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    width: 300px;
}
.bgi-black.elementor-widget-image >div img{
	position: relative;
	z-index: 2;
}
.bgi-black.elementor-widget-image >div:before{
    width: 200%;
    content: "";
    background-color: #101010;
    right: 60%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
}
.bgi-black-right.elementor-widget-image >div img{
	position: relative;
	z-index: 2;
}
.bgi-black-right.elementor-widget-image >div:before{
    width: 200%;
    content: "";
    background-color: #101010;
    left: 60%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
}
.bgi-black.elementor-widget-image >div{
	position: relative;
}
.bgi-white.elementor-widget-image >div img{
	position: relative;
	z-index: 2;
}
.bgi-white.elementor-widget-image >div:before{
    width: 200%;
    content: "";
    background-color: #fff;
    right: 60%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
}
.bgi-white-right.elementor-widget-image >div img{
	position: relative;
	z-index: 2;
}
.bgi-white-right.elementor-widget-image >div:before{
    width: 200%;
    content: "";
    background-color: #fff;
    left: 60%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
}
.bgi-white.elementor-widget-image >div{
	position: relative;
}
section[data-id="42b5f5c"]{
	margin-top: -90px!important;
}
#footer {
	text-align: right;
}

div[data-id="2bb76c2"]>div{
	width: 60%;
}

.person h5{
	float: left;
}
.person img{
	width: 80px;
	float: left;
    vertical-align: middle;
    object-fit: cover;
}
.person .per-right{
	width: calc(100% - 80px);
	padding-left: 20px;
}
.person{
	display: flex;
	width: 100%;
	clear: both;
    align-items: center;
}

#content .person h5 {
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
	margin: 0 0 10px;
}
#content .person h6 {
    width: 100%;
	font-size: 26px;
    font-weight: 600;
    line-height: 1;
	margin: 0;
}

.latest-testimonials .slick-slider .slick-slide{
	border-right: 5px solid #fff;
}
.latest-testimonials .slick-slider .slick-slide{
	padding: 0 40px;
}
.latest-testimonials .slick-slider{
	margin: 0 -40px;
}
.latest-testimonials .wach {
    border: 5px solid #fff;
    font-weight: 900;
    font-size: 32px;
    padding: 7px 15px;
    white-space: nowrap;
    clear: both;
    display: inline-block;
    margin-top: 30px;
}
.latest-testimonials .slick-prev:hover,
.latest-testimonials .slick-next:hover {
    background-color: #fff;
	opacity: 1;	
}
.latest-testimonials .slick-next {
    right: 0;
    background-image: url(images/sld-right.svg) !important;
}
.latest-testimonials .slick-next.slick-disabled {
    background-image: url(images/sld-right-dark.svg) !important;
	border-color: #808080;
	background-color: transparent;
}


.latest-testimonials .slick-prev.slick-disabled {
    background-image: url(images/sld-left-dark.svg) !important;
	border-color: #808080;
	background-color: transparent;
}
.latest-testimonials .slick-prev {
    right: 230px;
    background-image: url(images/sld-left.svg) !important;
    left: auto;
}
.latest-testimonials .slick-prev ,
.latest-testimonials .slick-next {
    top: -54px;
    padding: 5px 15px;
    border: 5px solid #fff;
    border-radius: 0;
    height: 77px;
    width: 208px;
    background-repeat: no-repeat !important;
    text-indent: -9999px;
    background-position: center!important;
    background-size: auto 62%!important;
} 
.bgi-white-right.elementor-widget-image[data-id="43e3c6f"] >div img {
    padding-left: 11%;
}
#special_menu { 
    display: none;
}

/**/
.banner-third{
	
}
#banner h1 em{
    font-weight: 500;
    font-style: normal;
    color: #e73b28;
    font-size: 44px;
    line-height: 1;
    position: relative;
    top: -48px;
} 
#banner h1 strong{
	font-weight: bold;
    color: #e73b28;
}
#content #banner h1{
    color: #fff;
    font-weight: bold;
    line-height: 0.9;
    font-size: 110px;
}
.partners-group {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-top: -103px;
	position: relative;
}

div.banner-third{
    position: absolute;
    left: -20%;
    top: 0;
    z-index: 0; 
	top: 50%;
    transform: translateY(-50%);
    width: 50px!important;
}

@media only screen and (max-width: 2100px) {
div.banner-third{ 
    left: -10%; 
}	
}

@media only screen and (max-width: 1800px) {
div.banner-third{ 
    left: -80px; 
}	
}
@media only screen and (max-width: 1650px) {
div.banner-third{ 
    left: -60px; 
    width: 30px!important;
}
section.banner-box {
    padding-left: 50px;
}	
}

#content .third-ware-content h5{
	color: #e73b28;
    font-size: 20px;
}
#content .third-ware-content h1{
	color: #fff;
	text-shadow: 1px 1px 0px #e73b28, 1px -1px 0px #e73b28, -1px 1px 0px #e73b28, -1px -1px 0px #e73b28, 1px 0 0px #e73b28, 0 1px 0px #e73b28, -1px 0 0px #e73b28, 0 -1px 0px #e73b28
}
.justify *,
.justify p{	
    text-align: justify!important;
} 
 
#content .heading.elementor-widget-heading h2 {
    font-size: 82px;
    line-height: 1;
    font-weight: 900;
    display: inline-block;
    padding: 16px 15px;
    color: #2d1c12;
    background-color: #e73b28;
    border-radius: 10px;
    min-height: 100%;
    margin: 0;
	text-transform: uppercase;
    white-space: nowrap;
    text-transform: uppercase;
	max-width: calc(100% - 135px);
}
.heading.elementor-widget-heading .elementor-widget-container{
    display: flex;
    align-items: center;
    width: 100%;
}
.heading.heading-right.elementor-widget-heading .elementor-widget-container {
    justify-content: end;
}
.heading.elementor-widget-heading .elementor-widget-container:before {
    content: "";
    background-image: url(images/wave.png);
    background-position: center;
    width: 135px;
    height: 83px;
    display: inline-block;
    margin-right: 15px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

div.banner-third *{
	max-height: 100%;
}	
div.banner-third { 
    max-height: 80%;
    display: flex;
    align-items: center;
}


.wave-section *{
	padding: 0 !important; 
}
.wave-section{ 
	padding: 0 !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; 
}


@media only screen and (max-width: 1007px) {
.third-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.65);
}
.third-section{
	background-image: url(images/bg-default.jpg)!important;
}
.wave-section{
	display: block;
	background-image: url(images/bg-default.jpg)!important;
}
.wave-section *{ 
	width: 100%;
}

}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#banner { 
    padding-top: 205px;
}
.elementor-1355 #banner.elementor-element.elementor-element-1baf039 > .elementor-container {
    min-height: calc(100vh - 205px);
}

#third-menu{
	
}
#menu-section  {
    float: left; 
    width: 100%;
}
#menu-section .menu-block {
    background-color: #d5d1d0;
    box-shadow: 0px 0px 23px -5px rgb(0 0 0 / 80%);
    position: relative;
    overflow: hidden;
	margin: 0 auto;
	width: 1028px;
	max-width: 100%;
}
.menu-pics{
    float: left;
    position: relative;
    width: 100%;
    padding-left: 8%;
    padding-top: 75px;
}
.menu-details .blur.active{
	position: absolute;
    content: "";
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    /* background-color: rgba(213,209,208, 0.6); */
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; 
} 
.menu-details{
    float: left;
    position: relative;
    width: 100%;
    padding-left: 8%;
    padding-bottom: 35px;
    padding-top: 75px;
}
.pic-logo {
    max-width: 60%;
}
.pic-flo {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    max-width: 30%;
}
#content .menu-details h3 span:before{
	content: "";
}
#content .menu-details h3 span {
    position: relative;
    background-color: #e73b28;
    padding-left: 16px;
    padding-bottom: 3px;
}
#content .menu-details h3 {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
}

.menu-details ul li{
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: space-evenly; 
    color: #140c0a;
    text-transform: uppercase;
    line-height: 1;
	float: left;
	padding-left: 16px;
    padding-right: 2%;
}
.menu-details ul{
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
} 
.menu-details ul li span{
	float: left;
}
.menu-details ul li .item1{
	width: calc(100% - 100px)
}
.menu-details ul li .item2{
	width: 100px;
} 
.menu-details ul li:nth-child(2n-1) .item1{
	width: calc(100% - 160px)
}
.menu-details ul li:nth-child(2n-1) .item2{
	width: 160px;
} 
 
 
a#menu-aff:hover{
	background-color: #cb2816;
}
a#menu-aff {
    color: #fff;
    text-transform: uppercase;
    background-color: #e73b28;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 3px 3px 23px -5px #000;
    font-size: 32px;
    display: inline-block;
    padding: 20px 20px;
    font-weight: bold;
    line-height: 1;
    width: 500px;
    max-width: 80%;
    text-align: center;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9; 
}

.elementor-section-wrap> section#third-menu > .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0 30px;
}
#third-menu { 
    margin: -50px 0;
    z-index: 2;
}

@media only screen and (min-width: 768px) {
.elementor-section-wrap> section.third-section > .elementor-column-gap-default>.elementor-column>.elementor-element-populated { 
	min-height: calc(90vh - 135px);
}

}
#section-wir{
	padding: 6% 0 12%;
}
#content #section-wir h5 { 
	font-weight: 900;
	margin: 0;
}
#content #section-banner h5 {  
	margin: 0;
}
#content #section-wir h2 { 
    text-transform: uppercase;
    margin: 0 0 5px;
}

.section-uber{
	
}
.uber-text{
	
}
.uber-air{
	
}

/* .elementor-section-wrap> section.no-space > .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0 30px;
}
section.no-space .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0 10px;
}
 */
.uber-air.elementor-widget-image:before {
    content: "";
    position: absolute;
    right: -30%;
    height: 100%;
    background-color: #00324b;
    width: 5000px;
    z-index: 0;
    top: 0;
}
.uber-air.elementor-widget-image{
	padding: 60px 0 40px;
}
.uber-air.elementor-widget-image .elementor-widget-container{
	width: 534px;
	max-width: 100%;
    z-index: 1;
	position: relative;
}

.uber-text .elementor-widget-container {
    width: 534px;
    max-width: 100%;
    text-align: justify;
    font-weight: 600;
    font-size: 25px;
}

.uber-air-right.elementor-widget-image:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    background-color: #00324b;
    width: 5000px;
    z-index: 0;
	top: 0;
}

.uber-air-right.elementor-widget-image{
	padding: 60px 0 40px;
}
.uber-air-right.elementor-widget-image .elementor-widget-container{
	width: 800px;
	max-width: 100%;
    z-index: 1;
	position: relative; 
}
.section-uber-second{
	
}
.section-uber-second>.elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding: 0!important;
}
.section-uber-second .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}
section.elementor-section.section-uber-second > .elementor-container{
	padding: 0 10px;
}
.image-full.elementor-widget img{ 
    vertical-align: middle;
    object-fit: cover;
    min-width: 100%;
    height: 100%;
}
.image-full.elementor-widget>div,
.image-full.elementor-widget{
	height: 100%;
}
.image-air1.elementor-widget img{ 
    vertical-align: middle;
    object-fit: cover; 
    height: 100%;
}
.image-air1.elementor-widget>div,
.image-air1.elementor-widget{
	height: 100%;
}


.elementor-widget-wrap>.elementor-element.image-3{
	width: 120%;
}
.section4-right>div {
    width: 120%;
}

.sub-section-air{
	margin-bottom: -137px;
	position: relative;
	z-index: 2;
}
section.section-uber {
    margin-top: -137px;
}
.section5-text{
	
}
.section6 {
    margin-top: -68px;
}

.section6-left >.elementor-widget-wrap>.elementor-element>div {
    width: 120%;
	float: right;
	padding-top: 68px;
}

.section6{
	
}
#content .section6 h4 { 
    font-weight: 900;
}



@media only screen and (max-width: 1100px) {

section.section-uber {
    margin-top: -9%;
}	

.sub-section-air{
	margin-bottom: -9%; 
}
.section6 {
    margin-top:0;
}

.section6-left >.elementor-widget-wrap>.elementor-element>div { 
	padding-top: 0;
}


} 
section.elementor-section.section5 > .elementor-container {
    padding: 0 10px;
}
.section6 .elementor-column-gap-default>.elementor-column>.elementor-element-populated,
.section5 .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}
.section5-text >div {
    margin: 0 auto;
    width: 429px;
    max-width: calc(100% - 30px);
    font-size: 25px;
    text-align: justify;
}
.section5-left .elementor-widget-text-editor{
	padding: 21% 0;
}
.section5-left .elementor-widget-wrap>.elementor-element,
.section5-left >div {
    width: 120%;
	float: right;
	display: block!important;
}

.block-pdf a:after {
    content: "";
    background-image: url(images/icon-pdf.png);
    width: 55px;
    height: 72px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-left: 0;
}
.block-pdf a:hover {
	background-color: #000;
}
.block-pdf a {
    color: #fff;
    background-color: #00324b;
    font-size: 20px;
    padding: 10px 42px 12px 60px;
    display: inline-flex;
    white-space: nowrap;
    align-items: center;
    column-gap: 45px;
}
.section-jet{
	padding: 100px 0;
	margin-top: 100px;
}
.section-jet .elementor-widget:not(:last-child){
	margin-bottom: 35px;
}
#content .section-jet h4 {
    font-size: 28px;
    font-weight: 900;
}
.footer-data { 
    float: right; 
}
.footer-data p strong {
    font-size: 17px;
	font-weight: 400;
    line-height: 29px;
}
.footer-data p {
    display: flex;
    float: right;
    column-gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 0;
    font-size: 29px;
    line-height: 29px;
    font-weight: 300;
}

/**/

.scroll-down a {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    right: 0;
    margin: 0 auto;
	width: 34px;
	height: 57px;
	z-index: 9;
	background-image: url(images/scroll-bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
.scroll-down a strong{
    width: 34px;
    height: 12px;
    background-image: url(images/scroll-down.png);
    background-repeat: no-repeat;
    background-position: center;
    -moz-animation: bouncec 3s infinite;
    -webkit-animation: bouncec 3s infinite;
    animation: bouncec 3s infinite;
    text-indent: -9999px; 
    position: absolute;
    left: 0;
    bottom: 10px;
}
@-moz-keyframes bouncec {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-13px);
    transform: translateY(-13px);
  }
  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bouncec {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bouncec {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
  }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}  
#section-scroll>div{
	position: absolute;
	top: -15vh;
	width: 100%;
	max-width: 100%;
}
#section-scroll {
    overflow: inherit;
}
#section-wir{
	
}
.scroll-down a{
	
}
.scroll-down{
	
}

@media only screen and (max-width: 960px) {
.sub-section-air {
    margin-bottom: 0; 
}
.block-pdf a { 
    font-size: 18px;
    padding: 6px 10px 8px 10px;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    white-space: initial;
}
.block-pdf a:after { 
    width: 79px; 
}
.section-jet {
    padding: 60px 0;
    margin-top: 60px;
}


}
