/*
Theme Name: Alfold
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.29
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');
 

html {  
    overflow-x: hidden; 
}

.carousel_slider .carousel_item, 
button, 
.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: 45px 0 25px;
}
#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 .container { 
    padding: 25px 0;
    overflow: hidden;
}
#footer {
    clear: both;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding: 0 0 8px;
    z-index: 9;
    background-color: #213340;
}

/*
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: 'Montserrat', 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: 'Montserrat', sans-serif;
}
input[type=submit] {
	font-family: 'Montserrat', 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;
    z-index: 8;
}
/* 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: 16px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


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

/* Main global 'theme' and typographic styles */
body {
    background: #fff;
    width: 100%;
    overflow: hidden;
}
body,
input,
textarea {
	color: #30404d;
	font-size: 16px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
    list-style: disc;
    margin: 0 0 18px 17px;
}
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: 600;
}
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 #30404d;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
 
a {
    color: #30404d;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

/* 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: #30404d;
	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 #30404d;
	border-bottom: 1px solid #30404d;
	display: block;
	float: left;
}


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

#access {
	background: #30404d;
	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: #30404d;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #30404d;
	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: #30404d;
    font-size: 16px;
    line-height: 1.8;
}
#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: #30404d;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 { 
	line-height: 1.5em;
	margin: 0 0 20px 0; 
}
#content h3{
	font-size: 19px;
}
#content h4{
	margin-bottom: 10px;
}
#content h2{
	font-size: 27px; 
	color: #c76f46; 
    font-weight: 400;
	background: #925C41;
	background: -webkit-linear-gradient(to left, #925C41 0%, #F4956D 25%, #925C41 50%, #F4956D 75%, #925c41 100%);
	background: -moz-linear-gradient(to left, #925C41 0%, #F4956D 25%, #925C41 50%, #F4956D 75%, #925c41 100%);
	background: linear-gradient(to left, #925C41 0%, #F4956D 25%, #925C41 50%, #F4956D 75%, #925c41 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.text-gradient *,
.text-gradient{ 
    color: #c76f46; 
	background: #925C41;
	background: -webkit-linear-gradient(to left, #925C41 0%, #F4956D 25%, #925C41 50%, #F4956D 75%, #925c41 100%);
	background: -moz-linear-gradient(to left, #925C41 0%, #F4956D 25%, #925C41 50%, #F4956D 75%, #925c41 100%);
	background: linear-gradient(to left, #925C41 0%, #F4956D 25%, #925C41 50%, #F4956D 75%, #925c41 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#content h1{
	font-size: 30px; 
    color: #c76f46;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #30404d;
	font-size: 14px;
	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 #30404d;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title { 
}
.page-title span {
	color: #30404d;
	font-size: 19px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #30404d;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #30404d;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #30404d;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #30404d;
	font-size: 14px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #30404d;
}
.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: #30404d;
	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: #30404d; 
}
.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: #30404d;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #30404d;
	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 #30404d;
	clear: both;
	font-size: 16px;
	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: #30404d;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #30404d;
	font-size: 14px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #30404d;
}
.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: 16px;
	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: #30404d;
	font-size: 14px;
	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: #30404d;
	font-size: 14px;
	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: #30404d;
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #30404d;
	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: #30404d;
	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: #30404d;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 14px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #30404d;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 14px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #30404d;
}
.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: #30404d;
	display: block;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #30404d;
}
#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: 14px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #30404d;
	font-size: 14px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #30404d;
	font-size: 14px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 16px;
	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: 16px;
	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: #30404d;
}
.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: 880px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
#colophon {
	border-top: 4px solid #30404d;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #30404d;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #30404d;
	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 #30404d;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #30404d;
	}
	#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: #30404d;
	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: 16px;
	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: #393939; 
}

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

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

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

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

.wpcf7 div.wpcf7-validation-errors, 
.wpcf7 div.wpcf7-acceptance-missing {
    background: #CEC9C8;
    color: red;
    font-size: 16px;
    text-align: center;
    border: none;
    margin: 0 0 15px 0;
}
.wpcf7 div.wpcf7-mail-sent-ok{
    background: #2BBB8C;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: none;
    margin: 15px 0;
}
.wpcf7 .wpcf7-response-output {
    background: #E2DDFF;
    color: red;
    font-size: 16px;
    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 {
    clear: both;
    float: left;
    width: calc(100% - 96px);
}
#main-menu ul {
    float: right;
    width: auto;
    text-align: center;
    margin: 0;
}
#main-menu ul.sub-menu li  a{
	background-image: none!important;
} 
#main-menu ul li {
    float: left;
    list-style: outside none none;
    position: relative;
    display: inline-block;
    padding: 0 28px;
    text-align: left;
}
#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;
    padding: 0 15px;
}
    
#main-menu ul li:hover .sub-menu{  
	display: block;
}
#main-menu ul li .sub-menu li span{
	font-size: 75%;
}
#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: #213340;
    left: 13px;
    position: absolute;
    top: 25px;
    width: auto;
    z-index: 9995;
    padding: 0;
    display: none;
    min-width: 230px;
    padding: 0 0 10px;
}
#main-menu ul li.menu-item-has-children > a:beforex {
    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: 16px;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    line-height: 1.5; 
    position: relative;
    font-weight: 300;
}
#main-menu ul li .sub-menu a {
    float: left;
    padding: 5px 0;
    text-transform: inherit;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.3;
    font-size: 15px;
    white-space: nowrap;
}

#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: #b85c43 !important;  
} 
#main-menu ul li.current-menu-parent > a,
#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: #fff; 
	font-weight: 600;
}
#main-menu ul li:hover > a,
#main-menu ul li a:hover{
 	color: #b85c43; 
}
/*--------------------------------------------------------------
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: #376E9E;
}
#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: #376E9E;
	border-color: #376E9E;
}
#list-blog-post .post-readmore a {
    border: 1px solid #2B2B2B;
    font-size: 19px;
    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: 16px;
    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: 19px; 
}
.pagination .page-numbers.current{ 
    color: #EC6B00; 
} 
.page-numbers { 
    height: 36px;
    width: 24px; 
    font-size: 19px;
    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: 19px;
    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 #30404d;
}
.prev.page-numbers:before {
    height: 22px;
    width: 22px;
    border-radius: 0;
    font-family: 'FontAwesome';
    content: "\f053";
    font-size: 19px;
    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 #30404d;
}
/*******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: 19px;
    float: left;
    margin-right: 0;
}
.single .entry-thumbnail {
    margin: 0 0 24px;
}

#nav-below  label{
	color: #EC6B00;
	font-size: 19px;
	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-family: 'Georgia';
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 20px;
	line-height: 1.8;
}
.single-post #content h4{
	font-family: 'Georgia';
	font-size: 19px;
	font-weight: bold;
	margin: 0 0 20px;
	line-height: 1.8;
}
/*******Header*******/
img{
	max-width: 100%;
}
.logo { 
	float: left; 
}
.header-right {
    float: right;
    position: relative;
    width: calc(100% - 181px);
}
#header.sticky-header #main-menu> ul l>i >a { 
   
}
#header.sticky-header {
     
}
#header.sticky-header .logo img {
     
}
.main-logo {
    float: left;
    width: 190px;
}
#header {
    background-color: #213340;
    float: left;
    width: 100%;
    display: inline-block;
    padding: 9px 0;
    left: 0;
    top: 0;
    z-index: 9999;
    box-shadow: 1px 1px 9px -2px #000;
    position: fixed;
    z-index: 9;
}
#header .logo a{
	float: left;
} 
#header .logo img{ 
    width: 100%;
}
#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: #ec6a00;
}
.header-info ul li a{
	color: #30404d;
	text-decoration: none;
	font-size: 19px;
}
.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: 19px;
    color: #30404d;
    float: right;
    margin: 4px 0;
    padding: 0;
    list-style: none;
    clear: both;
}
.header-info ul{
	margin: 0;
	float: right;
	padding: 0;
}
 

#header > .container {
    width: 1100px;
    margin: 0 auto;
    display: block;
    max-width: calc(100% - 30px);
    position: relative;
}
#main-menu ul {
    text-align: center;
    margin: 0;
    display: flex;
    align-items: center;
    width: auto;
    padding: 0 23px;
    justify-content: 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: 880px; 
    max-width: calc(100% - 30px);
    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;
}
.home #container {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
}
.entry-content> div.vc_row:not([data-vc-full-width="true"])  > .vc_column_container>.vc_column-inner{ 
    max-width: 100%; 
}
.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: 880px;
    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: 16px;
    text-align: center;
    border: none;
    margin: 0 0 15px 0;
}
.wpcf7 div.wpcf7-mail-sent-ok{
    background: #2BBB8C;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: none;
    margin: 15px 0;
}
.wpcf7 .wpcf7-response-output {
    background: #E2DDFF;
    color: red;
    font-size: 16px;
    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: 32px;
    height: 32px;
    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: 6px;
}

.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: 15px!important;
    padding: 10px 14px;
}

div#wprmenu_menu ul li a:hover,
div#wprmenu_menu ul li.current-menu-item> a {
    color: #c76f46;
}
 
div#wprmenu_bar {
    position: absolute;
    width: 32px;
    left: 0;
    float: right;
    padding: 0;
    left: auto;
    top: 1px;
    right: 0;
}
 
div#wprmenu_menu.top {
    position: absolute;
    top: 56px; 
    width: 250px;
    left: auto;
    max-width: 100%;
    right: 0;
}
#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;
}  

/***********
	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: #ec6a00; 
}   


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

/**/ 

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

.vc_btn3-container a.vc_general.vc_btn3:hover {
    opacity: 0.8;
    background-color: transparent;
	color: #fff;
}
.vc_btn3-container a.vc_general.vc_btn3:after {
    content: "";
    background-image: url(images/btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 19px;
    margin-left: 10px;
}
.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: 0;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    font-size: 23px;
    max-width: 100%;
    background-image: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
  

/**/
.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: 19px;
}
.news-right .news-item .item-meta {
    padding: 0;
	font-size: 16px;
	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: #376E9E;
	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: 19px;
}
.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: #376E9E;
}
.item-summary .post-readmore a {
    color: #393939;
    font-size: 19px;
    font-weight: 300;
    text-decoration: none;
} 

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

.container {
    width: 880px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}

/**/
.header-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.nav-right label a:hover{
	text-decoration: underline;
}
.nav-right label a{ 
	text-decoration: none;
    color: #c76f46; 
}
.nav-right label {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    line-height: 1.5;
    margin: 0;
}
.nav-right {
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    width: 96px;
    float: right;
}
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: 25px;
    color: #fff;
    display: inline-block;
    padding-right: 10px;
	margin: 0 3px;
	padding: 0;
}
ul.social-link li a:hover {
	background-color: #376E9E;
}
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;
}
.home #banner-home {
    /* height: calc(100vh - 83px - 66px); */
}
#banner-home {
    float: left;
    width: 100%;
    /* height: 100vh; */
    position: relative;
    z-index: 1;
}
#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: 95px;
    max-height: 600px;
}
 
#main{
	width: 100%;
	float: left;
}

#content h2.page-title {
    text-transform: uppercase;
    border-bottom: 1px solid #ccd0d3;
    padding-bottom: 17px;
}

.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 .bottom-left .al_galery h5 { 
    top: auto;
    bottom: 15px; 
    left: 15px;
}
#content .bottom-left.wpb_single_image h2.wpb_singleimage_heading {
	right: auto;
	left: 10px;
	bottom: 7px;
    top: auto;
    height: auto;
}
#content .wpb_single_image h2.wpb_singleimage_heading {
    font-size: 11px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 5px;
    margin: 0;
    -webkit-text-fill-color: #fff!important;
    -webkit-background-clip: inherit!important;
    background: none!important;
    width: auto;
}

.single-post ul li.menu-item-728 a{
    color: #376E9E!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: #376E9E;
}
.btn{
	border: 1px solid #2B2B2B;
	font-size: 19px;
	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 #376E9E;
    margin-bottom: 10px;
}
/**/
#content div.wpforms-container-full .wpforms-form .wpforms-field-label-inline,
#content div.wpforms-container-full .wpforms-form .wpforms-field-label { 
    font-weight: 400;
    font-size: 16px;
}
#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 {
	opacity: 0.8;
}
#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 {
    font-family: 'Montserrat', sans-serif;
    background-color: #213340;
    border: 1px solid #213340;
    color: #fff;
    font-size: 16px;
    padding: 10px 25px;
    font-weight: bold;
    height: 40px;
    width: auto;
    text-transform: uppercase;
    border-radius: 4px;
    letter-spacing: 1px;
}
#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: #3E3D3D;
    height: 42px;
    border-color: #3E3D3D;
    border-radius: 6px;
	border: 1px solid #f0f1f1; 
	background-color: #fff; 
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
#content div.wpforms-container-full .wpforms-form textarea { 
    color: #3E3D3D; 
    height: 189px; 
    border-color: #3E3D3D;
    border-radius: 6px;
	border: 1px solid #f0f1f1;
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}
#content div.wpforms-container-full .wpforms-form label.wpforms-error { 
    font-weight: 400;
}

/**/
.footer-logo img{
	width: 127px;
}
.footer-left{
	float: left;
	width: 50%;
}
.footer-right{
	float: left;
	width: 50%;
	text-align: right;
}
.link-privacry a:hover{
	color: #c76f46;
}
.link-privacry a{
	text-decoration: underline!important;
}
.link-privacry{
	text-align: right;
}

.list-items ul li.item-1 svg,
.list-items ul li.item-1 img{
	width: 41px;
}
.list-items ul li.item-2 svg,
.list-items ul li.item-2 img{
	width: 41px;
}
.list-items ul li.item-3 svg,
.list-items ul li.item-3 img{
	width: 41px;
}
.list-items ul li i{ 
    padding-right: 17px;
}
.list-items ul li {
    display: flex;
    align-items: center;
    justify-content: center; 
    margin: 0 34px;
}
.list-items ul {
    list-style: none;
    margin: 0 -34px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.list-items {
    width: 100%;
    float: left;
    padding: 11px 15px;
    min-height: 65px;
}
#section-items .wpb_content_element{
	margin: 0;
}
#content .list-items h5 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    clear: none;
}
.page-id-819 #content  { 
     
}
.home .banner-image img {
    height: calc(100vh - 65px);
}
.banner-image img {
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    /* height: 100vh; */
    /* position: fixed; */
    z-index: 0;
    top: 0;
    max-height: calc(100vh - 74px);
}
.banner-image {
    position: relative;
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    /* height: calc(100vh - 65px); */
    /* position: fixed; */
    z-index: 0;
    top: 0;
}
.home .banner-image:before {
    content: "";
    width: 100%;
    height: 42%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0) 100%);
    transform: translateY(-50%);
}
/**/ 
.downArrow img{
	width: 25px;
}
.downArrow {
    width: 30px;
	text-align: center;
    margin: 0 auto;
}
.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
} 
.homedownArrow {
    width: 100%;
	float: left;
	width: 100%;
	text-align: center;
}
.home #content {
    margin: 0;
    padding: 0 0 25px;
} 

/*Main slider*/
.main-slider .text {
    text-align: center;
    padding: 0 15px;
}
.home .main-slider .text h3,
.home .main-slider .text h2,
.home .main-slider .text h1{    
	font-size: 36px; 
}
.main-slider .text h3,
.main-slider .text h2,
.main-slider .text h1{    
    font-size: 39px;
    color: #fff;
    line-height: 1.5;
    margin: 0 0  52px;
    letter-spacing: 6px;
}

.main-slider .text p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 1.8;
}
.main-slider .text h5.custom{
	margin: 52px 0; 
}
.main-slider .text h5{
    font-size: 16px;
	color: #fff; 
	font-weight: 600;
}
.text-regsiter {
    position: absolute;
    bottom: 39px;
    width: 100%;
    text-align: center;
}

.main-slider .slick-slider{
	width: 100%;
	float: left;
}
.main-slider img.slide-logo {
    width: 488px;
    display: inline-block;
    max-width: 92%;
}
.home .main-slider {
    /* height: calc(100vh - 65px); */
}
.main-slider {
    /* position: fixed; */
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 1;
}
.vc_row.custom-row-empty{
	margin-left: 0;
    margin-right: 0;
}
.custom-row-empty .vc_column_container>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.display-mobile{
	display: none;
}

@media only screen and (min-width: 768px) {
.main-image img{
	width: 95%;	
}
}

#section-block>.wpb_column >.vc_column-inner>.wpb_wrapper .block-footer{
	position: absolute;
	bottom: 0;
	left: 0;
}
#section-block>.wpb_column >.vc_column-inner>.wpb_wrapper {
    position: relative;
    padding-bottom: 55px;
}
#section-block>.wpb_column >.vc_column-inner>.wpb_wrapper,
#section-block>.wpb_column >.vc_column-inner{
	height: 100%;
}
#section-block{
	display: flex;
}
.semi-bold strong{
	font-weight: 600;
}
.register-link a:hover{
	text-decoration: underline;
}
.register-link a{
	color: #ba5c43;
	text-decoration: none;
}
.register-link strong{
	font-weight: 600;
}


.img-hover-zoom--brightness img {
  transition: transform 2s, filter 1.5s ease-in-out;
  transform-origin: center center;
  filter: brightness(50%);
}

.img-hover-zoom--brightness:hover img {
  filter: brightness(100%);
  transform: scale(1.3);
}

.zoom-eff {
	-moz-animation: zoom 15s infinite;
	-webkit-animation: zoom 15s infinite;
	animation: zoom 15s infinite;
  transition: transform 2s, filter 1.5s ease-in-out;
}
@-moz-keyframes zoom {
 
}
@-webkit-keyframes zoom {
 
}
@keyframes zoom {
  0%, 20%, 50%, 80%, 100% {
    
  }
  50% { 
	transform: scale(1.3);
  /*   -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); */
	 
  }
  80% {
     
  }
} 
.zoomi img { 
  transform: scale(1);  
  animation: zoom-in 45s infinite;
}
@keyframes zoom-in {
  0%   { transform: scale(1); }
  35% { transform: scale(1.3);
  transform-origin: right top; }
  80% { transform: scale(1.15);
  transform-origin: left center; }
  100% { transform: scale(1); }
}
#content p X{
    margin-bottom: 10px;
}

.gold-text-em em{ 
    color: #c76f46; 
    background: #925C41;
    background: -webkit-linear-gradient(to left, #925C41 0%, #F4956D 25%, #925C41 50%, #F4956D 75%, #925c41 100%);
    background: -moz-linear-gradient(to left, #925C41 0%, #F4956D 25%, #925C41 50%, #F4956D 75%, #925c41 100%);
    background: linear-gradient(to left, #925C41 0%, #F4956D 25%, #925C41 50%, #F4956D 75%, #925c41 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	display: -webkit-box;
}
.gold-text-em em label {
    display: inline-block;
    color: #000;
    -webkit-text-fill-color: #30404d;
    font-weight: 600;
    font-style: normal;
}
.space-em em{
	font-style: normal;
	padding: 0 20px
}
.list-room ul li em {
    font-style: normal;
    display: inline-block;
    min-width: 117px;
}
.list-room ul li strong {
    font-weight: 400;
    width: 185px;
    display: inline-block;
}
.list-room ul {
	margin: 0;
	padding: 0;
}
.list-room ul li {
    list-style: none;
    font-size: 14px;
}

.full *{
	width: 100%;
}
.text-smaller,
#text-smaller{
	font-size: 14px;
}
.same-height{
	
}
.small-space.vc_row .wpb_content_element{
	margin-bottom: 10px;
}
.small-space.vc_row {
    margin-left: -5px;
    margin-right: -5px;
} 
.small-space .vc_column_container>.vc_column-inner {
    padding-left: 5px;
    padding-right: 5px;
} 
.small-space{
	
}

@media only screen and (min-width: 768px) {
.same-height .wpb_single_image img{
    vertical-align: middle;
    object-fit: cover; 
}
.same-height .wpb_column {
	margin-bottom: 10px;
}
.same-height .wpb_column  *{
	height: 100%;
}
.same-height{
	display: flex;
}
}


#details-house{ 
	padding: 40px 0;
}
.list-loc{
	
} 
.list-loc ul li strong {
    font-weight: 400;
    width: 247px;
    display: inline-block;
}
.list-loc ul {
	margin: 0;
	padding: 0;
}
.list-loc ul li {
    list-style: none; 
}
#section-big{
	
}
.entry-content> div#section-big.vc_row[data-vc-full-width="true"][data-vc-stretch-content="true"]> .vc_column_container>.vc_column-inner{
	max-width: calc(100% - 30px)!important;
}
.entry-content> div#section-big.vc_row[data-vc-full-width="true"][data-vc-stretch-content="true"] .vc_column_container>.vc_column-inner{
	width: 1100px!important; 
    margin-left: auto!important;
    margin-right: auto!important;
}
.empty-space{
	width: 100%;
	float: left;
	height: 83px;
}
#content .lessp p{
    margin-bottom: 5px;
}

/**/

.main-slider .slide-image:before {
    content: "";
    width: 100%;
    height: 42%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0) 100%);
    transform: translateY(-50%);
}
.main-slider .slide-image {
    position: relative;
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    /* height: calc(100vh - 65px); */
    z-index: 0;
    top: 0;
}
.main-slider .slide-video video{
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 0;
    top: 0;
}
.main-slider .slide-image img {
    vertical-align: middle;
    object-fit: cover;
    width: 100%;
    /* height: 100vh; */
    position: relative;
    z-index: 0;
    top: 0;
    max-height: calc(100vh - 74px);
}
.main-slider .text { 
    position: absolute; 
    left: 0;
    right: 0;
    width: 100%;
	top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.main-slider .text-regsiter {
    text-align: center;
    padding: 0 15px;
}
.home #wrapper { 
    background-image: url(images/bg-home2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.img-logo img {
    width: 80px;
}
.text-white *,
.text-white{
    -webkit-text-fill-color: #fff!important;
    -webkit-background-clip: inherit!important;
    background: none!important;
}
#content .hero h2{
    font-size: 30px;
    padding: 0 0 5px;
}
#content .hero h1 {
    font-size: 48px;
    line-height: 1.2;
}

.alflist ul li:last-child{
	border-width: 0;
}
.alflist ul li {
    border-right: 1px solid #fff;
    line-height: 1;
    padding: 0 25px;
    letter-spacing: 7px;
}
.home .alflist ul {
    margin: 35px 0 45px!important;
}
.alflist ul {
    width: 100%;
    padding: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.section-home .wpb_content_element {
    margin-bottom: 21px;
}
#content .section-home p{
	font-size: 19px;
}
#content .section-home h3 {
    font-size: 19px;
    margin: 0 0 5px;
    font-weight: 600;
    line-height: 1.8;
}
#content h6{ 
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #c76f46;
}
.text-brand *,
.text-brand{
    color: #c76f46!important;
}
.text-uppercase *,
.text-uppercase{
	text-transform: uppercase;
}
.img256 img{
	width: 260px;
}


/*carousel_slider*/
.carousel_slider .carousel_item img {
    height: auto!important;
    width: 100%;
}
.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner img{
	height: auto!important;
}
.vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item {
    padding-right: 30px;
}
#content .carousel_inner h5 {
    position: absolute;
    bottom: 10px;
    color: #fff;
    margin: 0!important;
    left: 15px;
}
.carousel_inner{
	position: relative;
}
.carousel_slider .slick-slide {
    padding: 0 10px 35px;
}
.dim_slider1 .slick-slide.slick-current h5{
	opacity: 1;
}
.dim_slider1 .slick-slide h5{
	opacity: 0;
}

#content .dim_slider2 .carousel_inner h5 { 
    bottom: auto;
    top: 15px; 
}


@media only screen and (min-width: 1010px){
.dim_slider1 {
    margin: 0 -125px;
}
.dim_slider1 .slick-slide {
    padding: 0 25px 35px;
}
.dim_slider2 .slick-slide {
    padding: 0 5px;
}
}
.nav_custom .slick-prev:before {
    content: '';
    background-image: url(images/prev-icon.svg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    opacity: 1;
    display: inline-block;
}
.nav_custom .slick-next:before {
    content: '';
    background-image: url(images/next-icon.svg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    opacity: 1;
    display: inline-block;
}

.dim-dark .nav_custom .slick-prev:before { 
    background-image: url(images/prev-icon-dark.svg); 
}
.dim-dark .nav_custom .slick-next:before { 
    background-image: url(images/next-icon-dark.svg); 
}
.nav_custom .slick-prev {
    left: 16px;
    width: 35px;
    height: 35px;
}
.nav_custom .slick-next {
    right: 16px;
    width: 35px;
    height: 35px;
}
.dim_slider1 .carousel_item[data-slick-index="-1"] {
    opacity: 0;
}

.popup-youtube a:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background-color: #000;
	opacity: 0.15;
	z-index: 0; 
}
.popup-youtube a:hover:before {
	opacity: 0.8; 
}
.popup-youtube a:before {
    content: "PLAY";
    background-image: url(images/play-icon.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 42px auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    height: 42px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    white-space: nowrap;
    color: #fff;
    font-size: 18px;
    padding-left: 53px;
    display: flex;
    align-items: center;
    font-weight: 500;
	z-index: 10;
}
/**/
.block-brand .vc_column-inner>.wpb_wrapper {
    background-image: url(images/bg-brand.png);
    padding: 15px;
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: center;
}
/**/

.al_galery .gallery_item img {
    height: auto!important;
}
#content .al_galery h5 {
    position: absolute;
    top: 15px;
    color: #fff;
    margin: 0!important;
    left: 15px;
}
.al_galery{
	position: relative;
} 
.al_galery .slick-slide.slick-current h5{
	opacity: 1;
}
.al_galery .slick-slide h5{
	opacity: 0;
}
.alfold_gallery_nav {
    margin: 15px -5px 0;
    width: calc(100% + 5px);
}
.alfold_gallery_nav .slick-slide img{
	cursor: pointer;
}
.alfold_gallery_nav .slick-slide.slick-current img{
	border: 3px solid #c76f46;
}
.alfold_gallery_nav .slick-slide {
    padding: 0 5px;
}
#content .hero h3 {
    font-size: 25px;
}
.block-border >.wpb_column >.vc_column-inner>.wpb_wrapper{
	background-color: #f8f6eb;
	border-top: 1px solid #c76f46;
	border-bottom: 1px solid #c76f46;
	padding: 15px;
}
.container-s .vc_column-inner>.wpb_wrapper>* {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}
.site-section {
    float: left;
    width: 100%;
    padding: 0px 0 45px;
}
.site-section #content {
    margin: 0;
    padding: 0;
} 
#content .text_bottom_right .carousel_inner h5 { 
    right: 15px;
	left: auto;
}
/**/
#house-types .vc_col-sm-6 .vc_column-inner{
	height: 100%;
}
#house-types .vc_col-sm-6 .vc_column-inner>.wpb_wrapper {
    background-image: url(images/bg-ht.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    padding: 20px;
}
#house-types .wpb_content_element{
	margin: 0;
}
#house-types .wpb_wrapper a:hover{
	color: #fff; 
	text-decoration: none;
}
#house-types .wpb_wrapper a {
    position: relative;
    color: #e0b199;
    margin-top: 8px;
    display: inline-block;
}
#house-types .wpb_wrapper a:before {
    content: "";
    background-image: url(images/btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    margin-right: 2px;
    display: inline-block;
    position: relative;
    top: 3px;
}
#house-types .wpb_wrapper h3{
	font-size: 22px;
}
#house-types .wpb_wrapper h4{
	font-size: 17px;
}
#house-types .wpb_wrapper h4,
#house-types .wpb_wrapper h3,
#house-types .wpb_wrapper p{
	margin: 0;
}
#house-types .wpb_wrapper strong{
	font-size: 15px;
}
#house-types .wpb_wrapper{
	color: #fff;
    font-size: 13px;
}
#house-types {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
#house-types.vc_row {
    margin-left: -10px;
    margin-right: -10px;
}
#house-types .vc_column_container>.vc_column-inner { 
    padding-left: 10px;
    padding-right: 10px; 
}
.text-gradient.alflist ul li {
    border-color: #c76f46;
}
.img-logo2 img {
    width: 316px;
}
#content .em-brand p{
	margin: 0 0 10px;
}
#content .em-brand h6{
	font-size: 11px;
	margin: 0;
	color: #30404d;
	font-weight: normal;
}
.em-brand {
	line-height: 1.5;
}
.em-brand em{
	color: #c76f46;
	font-style: normal;
	font-weight: 600;
}
.addess-icons.wpb_single_image {
    margin-bottom: 20px;
}
.addess-icons img {
    width: 100px;
} 
.pics-loc .wpb_content_element{
	margin: 0;
}
.pics-loc .vc_col-sm-4:first-child {
	border-left: 0 solid #fff;
}
.pics-loc .vc_col-sm-4:last-child {
	border-right: 0 solid #fff;
}
.pics-loc .vc_col-sm-4 {
    width: 33.33333333%;
	float: left;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
} 
.pics-loc img{
    vertical-align: middle;
    object-fit: cover;
}
.pics-loc .vc_col-sm-4 *{
	height: 100%;
}
.pics-loc {
    display: flex;
} 

.block-sm .vc_column_container>.vc_column-inner { 
    padding-left: 5px;
    padding-right: 5px; 
} 
.block-sm.vc_row {
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    flex-wrap: wrap;
}
.block-sm .wpb_content_element{
	margin: 0;
}
.block-life .wpb_content_element{
	margin: 0;
}

@media only screen and (min-width: 768px) {
.block-sm .wpb_column.vc_col-sm-8 img,
.block-sm .wpb_column.vc_col-sm-8 figure,
.block-sm .wpb_column.vc_col-sm-8 div{
	height: 100%;
} 
}
.block-sm .wpb_single_image{
	width: 100%;
}
.block-sm .wpb_single_image .vc_single_image-wrapper,
.block-sm .wpb_single_image .vc_figure{
	width: 100%;
} 
.block-sm .wpb_single_image img {
    vertical-align: middle;
    object-fit: cover;
    width: 100%; 
}

.block-life .vc_column_container>.vc_column-inner { 
    padding-left: 5px;
    padding-right: 5px; 
} 
.block-life img{
    vertical-align: middle;
    object-fit: cover;
}
.block-life.vc_row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2%;
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}

.img-dev img{
	width: 150px;
}

.container-5{
	
}
div.vc_row.container-5 .wpb_wrapper>*{
	width: 500px; 
	max-width: 100%;
	margin: 0 auto;
}

/*pop-up-data*/
.pop-up-data {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 20px;
    display: none; 
}
.container-pop {
    left: 0;
    right: 0;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    z-index: 9;
    border: 1px solid #000;
    height: 100%;
    overflow-y: scroll;
    position: relative; 
}
.wrap-close {
    float: left;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    height: 50px;
}

.close {
    width: 50px;
    right: 15px;
    top: 15px;
    position: absolute;
    cursor: pointer;
    z-index: 9;
}
.close.close2 { 
    top: auto; 
    bottom: 15px; 
}
.pop-footer{
	position: relative;
	width: 100%;
}
#content .h6s h6 {
    color: #30404d;
    font-size: 13px;
    text-align: left;
	font-weight: 400;
}
#content .page-header.wpb_single_image h2.wpb_singleimage_heading {
    font-size: 39px; 
	left: 0;
    top: 50%; 
    transform: translateY(-50%);
}

#content .block-eqh p{
	margin-bottom: 5px;
}
.block-eqh .note{
	position: absolute;
	bottom: 0;
	left: 0;
}
.block-eqh>.wpb_column >.vc_column-inner>.wpb_wrapper{
	height: 100%;
	position: relative;
	padding-bottom: 50px;
}
.block-eqh>.wpb_column >.vc_column-inner {
	height: 100%; 
}
.block-eqh {
    display: flex;
    flex-wrap: wrap;
}
.pm p{
	font-size: 17px;
}


.image-eqh .vc_column_container>.vc_column-inner { 
    padding-left: 5px;
    padding-right: 5px; 
} 
.image-eqh img{
    vertical-align: middle;
    object-fit: cover;
}
.image-eqh.vc_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

@media only screen and (min-width: 768px){
.img568 {
	width: 82%;
}
.block-life .vc_col-sm-3{
	width: 22%;
}
.block-life .vc_col-sm-3:first-child{
	width: 28%;
}
.block-life.vc_row .wpb_column  *{
	height: 100%;
}
 
.image-eqh.vc_row .wpb_column  *{
	height: 100%;
}
.img852{
    margin-left: -4%;
    max-width: 104%;
    width: 104%;
}
.img853{
    margin-left: -5%;
    max-width: 105%;
    width: 105%;
}
}
#contenuPop>p{
	display: none;
}
.pop-up-data #content {
    margin: 0;
    padding: 0;
}

.load-wrap img{
    width: 120px;
} 
.pop-up-data.loading .load-wrap {
	display: block;
}
.pop-up-data .load-wrap {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
	display: none;
} 

.pm h3 strong{
	padding-left: 10px;
}
.container-6 .vc_column-inner>.wpb_wrapper{
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}
.container-7 .vc_column-inner>.wpb_wrapper{
	width: 700px;
	max-width: 100%;
	margin: 0 auto;
}
div#wprmenu_menu .wprmenu_icon_par { 
    line-height: 40px; 
}
div#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item { 
    margin-left: 40px;
}
.home .download-section a:before { 
    background-image: url(images/btn.svg); 
}
.download-section img{
    margin-bottom: 0;
    box-shadow: 6px 6px 11px -1px rgb(0 0 0 / 50%);
}
.download-section a:before {
    content: "";
    background-image: url(images/btn-brand.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    display: inline-block;
    position: relative;
    top: 4px;
}
.home .site-section a strong,
.home .site-section a {
	color: #fff!important;
}
.download-section a {
    position: relative;
    font-weight: 600;
}
.home .iconw{
	display: block;
}
.home .iconb{
	display: none;
}
.iconw{
	display: none;
}
.site-section.download-section { 
    padding: 0 0 10px;
}
#content .list-items h5 a{
	color: #fff;
}
body { 
    padding-top: 75px;
}
.banner-image img.hi2 {
    opacity: 0;
}
.banner-image img.hi1 {
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
	top: 74px;
}
.home .main-slider {
    position: fixed;
    top: 74px; 
    height: auto; 
}
.overlayimg {
    opacity: 0;
    float: left;
    width: 100%;
}
.list-room ul li.small { 
    font-size: 12px;
}
.mini-text {
    font-size: 10px;
    line-height: 1.2;
    width: 100%;
    float: left;
} 
@media only screen and (min-width: 768px) {
div.leith-footer ~ .mini-text {
    margin-top: -73px;
}
div.leith-footer {
    margin-bottom: 0!important;
}

}
.page-banner .cap {
    position: absolute;
    bottom: 10px;
    color: #fff;
    margin: 0!important;
    left: 30px;
    z-index: 3;
    font-size: 16px;
}
#content .p-small p{
    margin-bottom: 8px;
}
.withborder{
	
}
/**/
#main-menu ul li .sub-menu li.withborder a,
#main-menu ul li .sub-menu li:first-child a{
    position: relative;
    overflow: initial;
}
#main-menu ul li .sub-menu li.withborder,
#main-menu ul li .sub-menu li:first-child {
    padding-bottom: 30px;
}
#main-menu ul li .sub-menu li.withborder a:after,
#main-menu ul li .sub-menu li:first-child a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    background-color: #b85c43;
    height: 1px;
    display: block!important;
    width: 25%;
}
#wprmenu_menu.wprmenu_levels ul li.notclick a,
#main-menu ul li .sub-menu li.notclick a {
    font-style: italic;
	color: #fff!important;
    cursor: context-menu;
}

body .wpforms-confirmation-container-full, 
body div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #F4956D;
    border: 1px solid #F4956D;
}
.section-home.b1 .wpb_content_element{
    margin-bottom: 31px;
}
.section-home.b2 .wpb_content_element {
    margin-bottom: 30px;
}
.main-slider .text h5.sur {
    color: #f3966e;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: 15px;
    margin-top: 50px; 
}

.responsive-pdf-container {
  width: 100%;
  aspect-ratio: 16 / 9; /* maintain nice aspect ratio */
  min-height: 1250px;
  overflow: hidden;
  position: relative;
}

.responsive-pdf-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .responsive-pdf-container {
    overflow-x: hidden;
    min-height: 100vh;
  }

  iframe {
    max-width: 100vw;
  }
}

/* Price List Responsive Table CSS */
.price-list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
}

.price-list h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.price-list .table-responsive {
  overflow-x: auto;
}

.price-list-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
}

.price-list-table th,
.price-list-table td {
  border: 1px solid #ccc;
  padding: 12px 15px;
  text-align: left;
  vertical-align: top;
}

.price-list-table thead {
  background-color: #f5f5f5;
}

/* Mobile styles */
@media (max-width: 768px) {
  .price-list-table {
    border: 0;
  }

  .price-list-table thead {
    display: none;
  }

  .price-list-table tbody,
  .price-list-table tr,
  .price-list-table td {
    display: block;
    width: 100%;
  }

  .price-list-table tr {
    display: block;
    border: 1px solid #ccc;
    margin-bottom: 1rem;
    padding: 0.5rem;
  }

  .price-list-table td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    padding: 8px;
    gap: 10px;
    border-bottom: 1px solid #ccc;
	text-align: right;
  }

  .price-list-table td::before {
    content: attr(data-label);
    font-weight: bold;
    flex: 0 0 40%;
    text-align: left;
  }

  .price-list-table .accom-label {
    display: block;
    flex: 1;
  }
  .price-list-table td:last-child {
    border-bottom: none;
  }
}

/* Disclaimer text */
.price-disclaimer {
  margin-top: 2rem;
  font-size: 0.9rem;
  color: #555;
}

/* Download button */
.price-download {
  margin-top: 2rem;
  text-align: center;
}

.price-download .btn-download {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #213340;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
}

.price-download .btn-download:hover {
  background-color: #555;
}
