/*
Theme Name: Molly Huggins
Theme URI: http://arrowcoder.com/
Description: The 2024 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background.
Author: the ArrowCoder
Version: 5.19
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');
.tk-neue-haas-grotesk-display { font-family: "neue-haas-grotesk-display",sans-serif; }
.tk-neue-haas-grotesk-text { font-family: "neue-haas-grotesk-text",sans-serif; }
#banner-home .slick-dots li, 
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;
} 
.effect-img .wpb_single_image img,
.list_news ul li .news-item-img img { 
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s 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; 
}
#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: 0 0 35px;
    color: #fff;
    font-family: "neue-haas-grotesk-display",sans-serif; 
    font-size: 20px;
    line-height: 1.5;
    background: #94bf1f; 
}

/*
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: "neue-haas-grotesk-text",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: "neue-haas-grotesk-display",sans-serif;  
}
input[type=submit] {
  font-family: "neue-haas-grotesk-display",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: none;
    width: 1280px;
    max-width: 100%;
    padding: 66px 15px 0;
    overflow: hidden;
}

/* 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: #f4f4f4;
}
body,
input,
textarea {
	color: #4C4B54;
	font-size: 14px;
	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 26px;
}
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 #4C4B54;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
 
a {
	color: #58595b; 
} 
a:hover {
	 
}

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


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

 
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #4C4B54;
	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 #4C4B54;
	border-bottom: 1px solid #4C4B54;
	display: block;
	float: left;
}


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

#access {
	background: #4C4B54;
	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: #4C4B54;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #4C4B54;
	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: #6F7175;
    font-size: 24px;
    line-height: 1.5;
}
#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: #4C4B54;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #6F7175;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	font-weight: 400;
}
#content h3{
	font-size: 21px;
}
#content h2{
	font-size: 30px;
    line-height: 1.3;
}
#content h1{
	font-size: 40px;
    line-height: 1.2;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #4C4B54;
	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 #4C4B54;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #4C4B54;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #4C4B54;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #4C4B54;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #6F7175;
	font-size: 21px; 
	line-height: 1.3em;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #4C4B54;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #4C4B54;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #4C4B54;
}
.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: #4C4B54;
	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: #4C4B54;
	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: #4C4B54;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #4C4B54;
	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 #4C4B54;
	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: #4C4B54;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #4C4B54;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #4C4B54;
}
.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: #4C4B54;
	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: #4C4B54;
	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: #4C4B54;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #4C4B54;
	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: #4C4B54;
	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: #4C4B54;
	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: #4C4B54;
	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: #4C4B54;
}
.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: #4C4B54;
	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: #4C4B54;
}
#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: #4C4B54;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #4C4B54;
	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: #4C4B54;
}
.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
-------------------------------------------------------------- */

#colophon {
	border-top: 4px solid #4C4B54;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #4C4B54;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #4C4B54;
	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 #4C4B54;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #4C4B54;
	}
	#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: #4C4B54;
	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: #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: 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 { 
  clear: both;
  float: left;
  width: 100%; 
}
#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:last-child {
	 
}
#main-menu ul li {
    float: left;
    list-style: outside none none;
    position: relative;
    display: inline-block;
    padding: 0 18px;
}
#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: #58595b;
    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:hover,
#main-menu ul li a.active{
	opacity: 0.8;
}
#main-menu ul li a {
    color: #58595b;
    font-size: 16px;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    line-height: 1.3;
    position: relative;
    font-weight: 600;
}
#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:#58595b;  
} 
#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: #58595b !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: #58595b; 
}
#main-menu ul li { 
    height: 41px;
    display: flex;
    align-items: center;
    position: relative;
}

#main-menu >div>ul> li:after {
    content: "";
    height: 0px;
    border-style: solid;
    border-width: 0px 11px 19px 11px;
    border-color: transparent transparent #94bf1f transparent;
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    bottom: -29px;
    left: 0;
    margin: 0 auto;
    width: 0;
	opacity: 0;
} 
#main-menu >div>ul> li:hover:after, 
#main-menu >div>ul> li.current-menu-item:after, 
#main-menu >div>ul> li.current_page_item:after{
	opacity: 1!important;
	display: block;
}
/*--------------------------------------------------------------
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: 40px; 
    width: auto;
    margin: 0 0 15px;
    max-width: 100%;
    margin-left: 0;
}
#list-blog-post h2.entry-title-list a:hover{
	color: #58595b;
}
#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: #58595b;
	border-color: #58595b;
}
#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: 18px; 
}
.pagination .page-numbers.current{ 
    color: #fff;
	font-weight: bold;
} 
.page-numbers {
    height: 36px;
    width: 36px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    margin-right: 2px;
    position: relative;
    text-decoration: none;
    background-color: #94bf1f;
	opacity: 0.6;
}
.page-numbers.current, 
.page-numbers:hover {
    color:#fff;
	text-decoration: none;
	opacity: 1;
} 
.pagination {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 50px;
}
.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 #4C4B54;
}
.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: 11px;
    margin: 0 auto;
    border: 0px solid #4C4B54;
}
/*******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{
	color: #58595b;
	font-weight: 400; 
}
/*******Header*******/
img{
	max-width: 100%;
}
.logo { 
	float: left; 
}
.header-right {
    float: right;
    position: relative;
    width: calc(100% - 120px);
    padding-left: 20px;
}
#header.sticky-header #main-menu> ul l>i >a { 
   
}
#header.sticky-header {
     
}
#header.sticky-header .logo img {
     
}
.main-logo {
    float: left;
    width: 120px;
    margin-bottom: -72px;
}
 
#header.sticky-header .box {
     
}	
#banner-page .box { 
	background-color: #fff;
}
#header .box.has_banner {
    box-shadow: none;
}
#header .box {
    padding: 24px 0;
    background-color: #fff;
    box-shadow: 1px 1px 13px -3px #000;
}
.box{
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
}
#header .container{
	width: 1190px;
    max-width: calc(100% - 60px);
}	
#header {
    float: left;
    width: 100%;
    display: inline-block;
    left: 0;
    top: 0;
    z-index: 99;
    position: fixed;
}
#header .logo a{
	float: left;
} 
#header .logo img{ 
    width: 165px;
}
#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 .box, 
#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: #4C4B54;
	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: #4C4B54;
    float: right;
    margin: 4px 0;
    padding: 0;
    list-style: none;
    clear: both;
}
.header-info ul{
	margin: 0;
	float: right;
	padding: 0;
}
 

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

/*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;
}
.home #container {
    width: 100%;
    margin: 0 auto;
    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: 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),
#wprmenu_bar .wprmenu_icon #nav-icon3 span:nth-child(4) {
	display: none;
}
#wprmenu_bar .wprmenu_icon #nav-icon3 span:nth-child(1) {
    top: 0px;
}

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

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

#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: 36px;
    height: 26px;
    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;
}

.home .sticky-header #wprmenu_bar .wprmenu_icon #nav-icon3 span {
    background: #93c01f;
}
.home #wprmenu_bar .wprmenu_icon #nav-icon3 span {
    background: #93c01f;
}
#wprmenu_bar .wprmenu_icon #nav-icon3 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #93c01f;
    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: 20px!important;
    font-family: "neue-haas-grotesk-display",sans-serif;
}

div#wprmenu_menu ul li a:hover,
div#wprmenu_menu ul li.current-menu-item a {
   
}
 
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: 51px;
    border-top: 1px solid #fff;
    width: calc(100% + 30px);
    left: -15px;
    max-width: calc(100% + 30px);
}
#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-header .box{
    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: #fff; 
}

/***********
	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: 100px;
}
/**/ 

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

.vc_btn3-container a.vc_general.vc_btn3:hover {
    color: #fff;
    background-color: #58595b;
    border: 1px solid #58595b;
}
.vc_btn3-container a.vc_general.vc_btn3 {
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #58595b;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1;
    padding: 10px 23px;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    font-size: 14px;
    border: 1px solid #58595b;
    width: auto;
    max-width: 100%;
    background-image: none;
    font-weight: bold;
    text-transform: uppercase;
}
  

/**/
.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; 
}
#main>.container-s {
    width: 1100px;
    display: block;
    max-width: calc(100% - 30px);
    padding: 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: #58595b;
	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: #58595b;
}
.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 li .fa.fa-facebook{
    position: relative;
    top: 3px;
}
ul.social-link li{ 
    color: #fff;
    display: inline-block;
    padding-right: 10px;
	margin: 0 5px;
	padding: 0;
}
ul.social-link li a:hover { 
	text-decoration: none!improtant;
	opacity: 0.8;
}
ul.social-link {
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
    justify-content: center; 
}
ul.social-link li a img {
    width: 26px;
    height: auto;
}
ul.social-link li a {
    color: #000!important; 
    width: 26px;
    height: 26px;
    text-align: center;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
#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: 100vh;
}
#banner-home .container{
	/* width: 1400px; */
	width: 100%;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}
#banner-home .container-text{
	width: 1100px;
	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 top, rgba(0,0,0,0.15), rgb(0,0,0,0.15));
} 
#banner-home .slick-slide .text h2{
	width: 848px;
	float: left;
	max-width: 100%; 
	font-size: 50px;
	line-height: 1.2;
	margin: 0;
	color: #fff;
}
#banner-home .slick-slide .text h1{
	width: 848px;
	float: left;
	max-width: 100%; 
	font-size: 58px;
	line-height: 1;
	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;
	width: 20px;
}
#banner-home .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    text-indent: -9999px;
    background-color: #fff;
    border: 0px solid #fff;
    opacity: 1;
    border-radius: 20px;
}
#banner-home .slick-dotted.slick-slider {
    margin-bottom: 0;
}
#banner-home .slick-dots {
    bottom: 70px;
    z-index: 5;
    width: 1100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
	max-width: calc(100% - 30px);
}
#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: auto;
}
/**/
#signup-section h3{
	font-size: 32px;
	color: #fff;
	text-align: center;
    line-height: 1.2;
}
#signup-section{
	float: left;
	width: 100%;
	background-color: #58595b;
    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: #000;
}
#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; 
}


 
#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-weight: 300;
    font-size: 18px; 
}
#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: #000;
}
#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: #58595b;
    border: 1px solid #58595b;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    font-weight: 500;
    height: 40px;
    width: 142px;
    float: right;
}
 
#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: #393939; 
    height: 49px; 
}
#content div.wpforms-container-full .wpforms-form textarea { 
    color: #393939; 
    height: 152px; 
}



.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: #000;
    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: #58595b!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: #58595b;
}
.btn {
    border: 1px solid #58595b;
    font-size: 14px;
    text-decoration: none;
    color: #2B2B2B;
    padding: 10px 23px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 20px;
    line-height: 1.2;
    font-weight: bold;
} 

.colb-6{
	width: calc(50% - 36px);
	float: left;
	color: #fff;
    padding: 0 0 25px;
	margin: 0 18px;
}

#section-boxes{
	float: left;
	width: 100%;
	margin: 35px 0 65px;
}

.post-featured>#list-blog-post{
	width: 100%;
	margin: 40px 0;
}
.post-featured {
    float: left;
    width: 100%;
    border-bottom: 1px solid #58595b;
    margin-bottom: 10px;
}

#section-boxes .row{
	margin: 0 -18px;
} 
#main-menu li.contact-btn a.active{
	opacity: 1;
}
#main-menu li.contact-btn a:hover{
	background-color: #58595b;
	color: #fff;	
}
#main-menu li.contact-btn a {
    border: 1px solid #58595b;
    border-radius: 20px;
    width: 138px;
    height: 35px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-left{
	float: left;
	width: 55%;
}
.footer-right{
	float: right;
	max-width: 45%;
}
.footer-menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-menu li {
    font-weight: 300;
    margin: 0 0 7px;
    line-height: 1.5;
}
.footer-menu{
	width: 155px;
	float: left;
	padding-left: 20px;
}
.footer-logo{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#footer p:last-child{
	margin-bottom: 0;
}
#footer p{
	margin-bottom: 24px;
}


/****Content-Width****/ 
/*Replace .entry-content> div.vc_row by .entry-content> .wpb-content-wrapper>  div.vc_row */ 
.entry-content> .wpb-content-wrapper> div.vc_row[data-vc-full-width="true"][data-vc-stretch-content="true"] .vc_column_container>.vc_column-inner,
.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> .wpb-content-wrapper> div.vc_row:not([data-vc-full-width="true"]),
.entry-content> div.vc_row:not([data-vc-full-width="true"]){
	width: 1130px; 
    max-width: 100%;
    margin: 0 auto;
}
.entry-content> .wpb-content-wrapper>div.vc_row[data-vc-full-width="true"],
.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> .wpb-content-wrapper> div.vc_row[data-vc-full-width="true"] >div>div>div>.vc_column_container>.vc_column-inner ,
.entry-content> .wpb-content-wrapper> div.vc_row > .vc_column_container>.vc_column-inner,
.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: 1130px;
    max-width: calc(100% - 30px); 
	margin-left: auto;
	margin-right: auto; 
    padding: 0;    
} 

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



.single .entry-content> .wpb-content-wrapper> div.vc_row:not([data-vc-full-width="true"]),
.single .entry-content> div.vc_row:not([data-vc-full-width="true"]),
.single .entry-content> .wpb-content-wrapper> div.vc_row[data-vc-full-width="true"] >div>div>div>.vc_column_container>.vc_column-inner ,
.single .entry-content> .wpb-content-wrapper> div.vc_row > .vc_column_container>.vc_column-inner,
.single .entry-content> div.vc_row[data-vc-full-width="true"] >div>div>div>.vc_column_container>.vc_column-inner ,
.single .entry-content> div.vc_row > .vc_column_container>.vc_column-inner{   
    max-width: 100%;    
} 


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

.entry-content> .wpb-content-wrapper>  div.vc_row, 
.entry-content> div.vc_row {
    /* padding: 75px 0 40px; */
}
div.vc_column_container>.vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 1250px){
.wpb_single_image.scale.scale-left img {
	float: right;
}
.wpb_single_image.scale img {
    max-width: calc(100% + 130px); 
    width: calc(100% + 130px); 
}
.about-text .wpb_text_column {
	padding-right: 70px;
}

.wwo-text >div>.wpb_wrapper {
	padding-left: 70px;
}
.wwo-text >div>.wpb_wrapper {
	padding-left: 55px;
}

.itp-section .vc_row {
    margin-left: -97px;
    margin-right: -97px;
}
.itp-section div.vc_column_container>.vc_column-inner {
    padding-left: 97px;
    padding-right: 97px;
}
.itp-section .itp-height{
    padding: 10px 97px 20px;
}



}
#content h5{
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 18px;
	color: #58595b;
}
#content h2{
	color: #58595b;
}
.wwd .wpb_single_image {
    margin-bottom: 24px;
    display: flex;
    align-items: flex-end;
}

.text-white *,
.text-white{
	color: #fff!important;
}

#content h4{
	font-size: 22px;
}


/*FAQ CSS*/

body .vc_toggle_size_md.vc_toggle_default.vc_toggle_active .vc_toggle_title .vc_toggle_icon {
    background-image: url(images/icon-minus.svg); 
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
    background-image: url(images/icon-plus.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: none;
    left: auto;
    right: 0;
    top: 10px;
    position: absolute;
    right: 0;
    top: 16px;
}
#content .vc_toggle_title h4 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #58595b;
    padding-right: 30px;
}
body .vc_toggle_size_md.vc_toggle_default.line-top .vc_toggle_title {	
    border-top: 1px solid #7A8BA9;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    border-top: 0px solid #7A8BA9;
    border-bottom: 1px solid #7A8BA9;
    padding: 5px 0;
    position: relative;
    padding-right: 18px!important;
}

body .vc_toggle_size_md.vc_toggle_default .vc_toggle_content{
    padding: 10px 0;
    border-bottom: 1px solid #7A8BA9;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_content, 
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
    padding-right: 0;
    padding-left: 0;
}
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon:after,
body .vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon:before {
	display: none !important;
}
.vc_toggle_content{
	color: #58595b;
}
body .vc_toggle_content { 
    margin-bottom: 0; 
}
body .vc_toggle {
    margin-top: 0;
    margin-bottom: 0;
}
#content .linkedin-h6 h6 a:hover{
	text-decoration: underline;
}
#content .linkedin-h6 h6 {
    background-image: url(images/icon-linkedin.svg);
    background-repeat: no-repeat;
    background-position: left 2px;
    padding-left: 28px;
}
#content .linkedin-h6 h6 a:first-child{
	margin-right: 20px;
}
#content .linkedin-h6 h6 a{
	text-decoration: none;
	color: #7A8BA9;
}
#content .linkedin-h6 h6{
	font-size: 16px;
}

.itp-section>div{
	position: relative;
	z-index: 3;
}
.itp-section:after {
    content: "";
    width: 50%;
    height: 100%;
    z-index: 0;
    background-color: #B1BACB;
    position: absolute;
    right: 0;
    top: 0;
}
.itp-section div.vc_column_container>.vc_column-inner { 
    padding-top: 10px;
    padding-bottom: 20px;
}
div#investors>.vc_column-inner { 
    background-position: right 23% bottom!important;
}
div#trade-partners>.vc_column-inner { 
    background-position: right bottom!important;
}

body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab:first-child>a {
	padding-left: 0;
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
    border-color: transparent;
    background-color: transparent!important;
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    border-color: transparent;
    background-color: transparent!important;
    color: rgba(21,47,72,0.36);
    border-radius: 0 !important;
    padding-bottom: 20px;
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: transparent;
    background-color: transparent; 
    border-bottom: 2px solid #385775!important;
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    border-color: transparent;
    background-color: transparent;
    color: #58595b; 
    border-bottom: 2px solid #385775!important;
}
body .vc_tta .vc_tta-tabs-list>li {
	position: relative;
	z-index: 3;
}
body .vc_tta .vc_tta-tabs-list {
	position: relative;
}
body .vc_tta .vc_tta-tabs-list:after {
    content: "";
    height: 1.5px;
    position: absolute;
    width: 100%;
    background-color: #fff;
    left: 0;
    bottom: 0;
	z-index: 0;
}
body .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: transparent;
    border-radius: 0;
    border: 0 solid #385775!important;
}
body .vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    border: 0 solid #385775!important;
}

body .vc_tta.vc_general .vc_tta-panel-body {
    background-color: transparent!important;
    border-radius: 0;
	padding: 0;
    border: 0 solid;
}
#content .vc_tta-tabs h5 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    color: #58595b;
}
#content .vc_tta-tabs h4 { 
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
    color: #58595b;
}
body .vc_tta.vc_general .vc_tta-panel-title {
    margin: 0!important; 
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: rgba(21,47,72,0.36);
}
body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #58595b; 
}

body .vc_tta.vc_tta-tabs .vc_tta-panel-heading {
    display: none;
}
body .vc_tta.vc_tta-accordion .vc_tta-tabs-container, 
body .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    display: block;
}
.wpb_text_column ul li{
	margin-bottom: 8px;
}
#what-we-offer {
    display: flex;
    flex-wrap: wrap;
}
#what-we-offer>div{
	z-index: 3;
	position: relative;
}
#what-we-offer:before {
    width: 2800px;
    position: absolute;
    right: 50%;
    top: 0;
    background-color: #b1bacb;
    height: 100%;
}
#what-we-offer:after {
    width: 2800px;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #b1bacb;
    height: 100%;
}
#what-we-offer{
	position: relative;
}
#content .vc_tta-tabs p {
    margin-bottom: 15px; 
}
.news-title { 
    width: 100%;
    float: left; 
    margin-bottom: 20px;
}
.pagenav a:hover{
	text-decoration: underline;
}
.pagenav a{
	text-decoration: none;
}

.container{
	width: 1100px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
.itp-section div.vc_column_container>.vc_column-inner {
    padding: 10px 97px 20px; 
}

.itp-section .itp-height .btn {
    position: absolute;
    left: 0;
    bottom: 0;
}
.itp-section .itp-height .itp-wrap {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    padding-bottom: 79px;
}
.itp-section .col-row {
    display: inline-flex;
    flex-wrap: wrap;
}
.itp-section {
    background-color: #e6eaed;
    position: relative;
    padding: 80px 0 60px;
    width: 100%;
    float: left;
}
.itp-section .container { 
    display: grid;
}
.itp-section #investors.itp-height {
	padding-left: 15px;
}
.itp-section .itp-height {
    background-repeat: no-repeat;
    background-position: right bottom !important;
    display: inline-block;
    height: auto!important;
}
.itp-section .itp-height:first-child {
    background-position: right 23% bottom!important;
}

.pp_list ul li .pp-wrap {
    position: relative;
    height: 100%;
    padding-bottom: 69px;
}
.pp_list ul li .lmore a:hover{
	opacity: 0.8;
}
.pp_list ul li .lmore a{ 
	font-weight: bold; 
	text-decoration: underline;
}
.pp_list ul li .lmore{
	position: absolute;
	bottom: 0;
	margin: 0;
}
.pp_list ul li h3 a{
	color: #58595b;
	text-decoration: none;
	font-size: 22px;
	font-weight: 500;
}
.pp_list ul li{
	width: 33.33%;
	float: left;
	padding: 0 35px;
}
.pp_list ul{
	list-style: none;
	margin: 0 -35px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
    display: none;
}

.downArrow img{
	width: 28px;
} 
.down_arrow {
    position: absolute;
    bottom: -35px;
    left: calc(50% - 20px);
    margin: 0!important;
}
.downArrowX {
    position: absolute;
    bottom: 80px;
    left: calc(50% - 20px);
}
.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(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@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(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
} 
@media only screen and (max-width: 768px) {
.downArrow { 
    display: none;
}
}
#welcome{
	padding-bottom: 100px !important;
}

/* .home .header-space { 
    height: 0;
}
.home #main-menu li.contact-btn a:hover{
    border: 1px solid #58595b; 
}
.home #main-menu li.contact-btn a {
    border: 1px solid #fff; 
}
.home #main-menu ul li a {
    color: #fff; 
}
.home #header.sticky-header #main-menu li.contact-btn a:hover{
    border: 1px solid #58595b; 
	color: #fff;
}
.home #header.sticky-header #main-menu li.contact-btn a {
    border: 1px solid #58595b; 
}
.home #header.sticky-header #main-menu ul li a {
    color: #58595b; 
} */

#header #wprmenu_menu ul li a, 
#header #wprmenu_menu ul li a:hover { 
    padding: 22px 14px; 
}
html { 
    background-color: #f4f4f4!important;
}
.footer-blocks ul.social-link li{
	width: auto;
}
.footer-blocks ul li {
    width: 100%;
    margin: 0 0 3px;
}
.footer-blocks ul.social-link li:first-child {
	margin-left: 0;
}
.footer-blocks ul.social-link li {
	padding: 0;
    margin: 0 5px;
}
.footer-blocks .footer-2 ul li {
    margin-bottom: 1px;
}
.footer-blocks .footer-2 ul {  
    padding-bottom: 14px;
}
.footer-blocks .footer-3 ul {  
    padding-bottom: 42px;
}
.footer-blocks ul {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-info ul li:last-child {
    background-image: url(images/icon-email.png); 
    background-size: 20px; 
}
.footer-info ul li:first-child {
    background-image: url(images/icon-phone.svg); 
    background-size: 20px; 
}
.footer-info ul li { 
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px; 
    margin-left: 0
}
.triangle {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 58px 86.6px 58px;
    border-color: transparent transparent #fff transparent;
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    top: -31px;
    left: 0;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
#footer .row { 
    display: inline-block;
    width: calc(100% + 30px);
}
#footer .footer-12,
#footer .footer-1{
	 
}
#site-block { 
    overflow: hidden;
}

.lady {
    padding-top: 96px;
}

}
#footer>.container {
    width: 1100px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    position: relative;
    padding-top: 30px;
}
.footer-3{
	position: relative;
}

#site-block{
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
}

.single .entry-thumbnail img{
	width: 100%;
}

.blog #wrapper,
.single #wrapper {
    padding-top: 85px;
}

.contact-info ul li{
	
}

.contact-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-info ul li {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px; 
	margin: 0 0 5px;
}
.contact-info ul li:first-child {
    background-image: url(images/icon-phone2.svg);
    background-size: 20px;
}
.contact-info ul li:last-child {
    background-image: url(images/icon-email2.png);
    background-size: 20px;
}

.list ul li {
    list-style: none;
    position: relative;
    padding-left: 27px;
    margin: 0 0 15px;
}
.list ul li:before {
    content: "";
    height: 0px;
    border-style: solid;
    border-width: 0 8px 14px 8px;
    border-color: transparent transparent #94bf1f transparent;
    transform: rotate(90deg);
    left: 0;
    margin: 0 auto;
    width: 0;
    position: absolute;
    top: 5px;
}
.list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#content h5 {
    color: #94BF1F;
    font-weight: 500;
    font-style: italic;
    font-size: 28px;
    line-height: 1.3;
}
#content h6{
	font-size: 20px;
}

#about-group .wpb_content_element{
	margin-bottom: 25px;
}
#about-group .wpb_single_image {
	margin-bottom: 15px;
}
#about-group .vc_col-sm-6 {
    width: 100%;
}
#site-block { 
    position: relative;
    z-index: 3;
}
#footer {
    position: relative;
    z-index: 1; 
}
.list-no ol{
	padding-left: 5%;
}

#about >div>div>.wpb_wrapper {
    margin: 0 -15px;
    width: calc(100% + 30px);
    float: left;
}
#about >div>div>.wpb_wrapper>.vc_row {
    width: 33.33%;
    float: left;
    padding: 0;
    margin: 0;
}
#about .wpb_content_element{
	margin-bottom: 20px;
}
#about .wpb_single_image{
	margin-bottom: 20px;
}
.tip-wrap .image-tip {
    width: 33.33%;
    float: right;
}
.tip-wrap {
    margin: 0 -15px;
}
.blog .tip-block,
.is_absolute .tip-block {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0; 
}
.enable_tip .container {
    position: relative;
}
.enable_tip {
    width: 100%;
    float: left;
    position: relative;
    z-index: 0;
}
#main>.container-s { 
    position: relative;
    z-index: 3;
}

.back_news a{
	color: #618DC4;
}
.back_news{
	color: #618DC4;
}


.list_news .slick-prev:before,
.list_case .slick-prev:before {
    content: "\f053";
	opacity: 1;
    font: normal normal normal 14px/1 FontAwesome;
	display: none;
}
.list_news .slick-next:before,
.list_case .slick-next:before {
    content: "\f054";
	opacity: 1;
    font: normal normal normal 14px/1 FontAwesome;
	display: none;
}
.list_case .slick-prev {
	background-image: url(images/icon-prev.svg) !important;
}
.list_case .slick-next {
	background-image: url(images/icon-next.svg) !important;
}

.list_news .slick-prev{
	background-image: url(images/icon-prevd.svg) !important;
}
.list_news .slick-next{
	background-image: url(images/icon-nextd.svg) !important;
}
.list_news .slick-prev, 
.list_news .slick-next { 
    top: -52px; 
}
.list_case .slick-prev,
.list_case .slick-next,
.list_news .slick-prev,
.list_news .slick-next{
    background-color: transparent!important;
	background-repeat: no-repeat!important;
	background-position: center center!important;
} 
.list_news .slick-next, 
.list_case .slick-next {
    right: -100px;
    width: 48px;
    height: 48px;
    background-size: 100% auto !important;
    border: 2px solid #464646;
    background-size: 13px auto!important;
}
.list_case .slick-prev:hover, 
.list_case .slick-next:hover,  
.list_news.slick-prev:hover,  
.list_news.slick-next:hover  {
    border-color: #94BF1F!important;
}
.list_case .slick-prev:before,
.list_case .slick-next:before { 
	color: #22211C!important;

} 
.list_case_slider,
.list_news_slider {
	padding: 0;
	width: 100%;
	position: relative;
}
.list_news .slick-prev,
.list_case .slick-prev {
    left: -100px;
    width: 48px;
    height: 48px;
    background-size: 100% auto !important;
    border: 2px solid #464646;
    background-size: 13px auto!important;
}
.list_case ul.slick-slider .slick-track,
.list_news ul.slick-slider .slick-track{ 
    display: flex;
    min-width: 100%!important;
    justify-content: inherit;
    align-items: flex-start;
}
.list_news ul.slick-slider li,
.list_case ul.slick-slider li { 
    height: inherit !important;
}
.list_news ul.slick-slider,
.list_case ul.slick-slider{ 
    display: block;
}

/**/

.list_news ul li img {
    width: 100%; 
    height: auto;
}
.list_news ul li .news_date {
    font-size: 18px;
    color: #9EA1AD;
    background-image: url(images/calendar.svg);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: left center;
    position: absolute;
    bottom: 33px;
	left: 30px; 
}
.list_news ul li .news-item-img img{
	float: left;
	width: 100%;
}
.list_news ul li .news-item-img {
	width: 100%;
	float: left;
}
.list_news ul li .news-item-dw {
    padding: 20px 0 0;
    position: relative;
    width: 100%;
    float: right;
    background-color: #fff;
    margin-top: 0;
    /* box-shadow: 0px 0px 16px -11px rgba(0,0,0,0.3); */
}

.list_news ul li .item-wrap {
    float: left;
    width: 100%;
    position: relative;
    /* background-color: #fff; */
    /* box-shadow: 0px 0px 18px -6px rgb(0 0 0 / 10%); */
    height: 100%;
    /* padding-bottom: 25px; */
    /* border-radius: 14px; 
    overflow: hidden;*/
}
.list_news.testi ul li .item-wrap { 
    border-radius: 0;
    box-shadow: none;
}
.list_case.listg2 ul li,
.list_news.listg2 ul li{
	width: 50%;
}
.list_news ul li {
    float: left;
    width: 33.33%;
    padding: 10px;
    margin: 0;
}
#content .list_news ul {
    margin: 0 -10px 0;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
    list-style: none;
    position: initial;
}
#content .list_news h3 a:hover{
	text-decoration: none;
}
#content .list_news h3 a:hover{
	color: #94BF1F;
}
#content .list_news h3 a{
	color: #6F7175;
	text-decoration: none;
}
#content .list_news p.short {
    font-size: 14px;
	margin-top: 10px;
}
#content .list_news h3 {
    margin: 0 0 6px;
    font-weight: bold;
    font-size: 26px;
}

#content .list_news p.read-full a:hover{
	text-decoration: underline;
}
#content .list_news p.read-full a,
#content .list_news p.post-date { 
    font-size: 16px;
    color: #94BF1F;
    margin: 0;
    text-decoration: none;
}
#content .list_news p.read-full {
    position: absolute;
    left: 25px;
    bottom: 26px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.list_news ul li .news-item-img:hover img { 
    float: left;
    width: 100%;
    transform: scale(1.03);
}
.list_news ul li .news-item-img {
    float: left;
    width: 100%;
    overflow: hidden;
} 
.home .text-latest.wpb_content_element{
	margin-bottom: 15px;
}
.display-mobile{
	display: none;
}
#about div.vc_column_container>.vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
}
.entry-content> .wpb-content-wrapper> div#about.vc_row > .vc_column_container>.vc_column-inner{
    max-width: calc(100% - 20px);
}
div.vc_row {
    margin-left: -10px;
    margin-right: -10px;
}
div.vc_column_container>.vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
}

.effect-img .wpb_single_image:hover img { 
    float: left;
    width: 100%;
    transform: scale(1.03);
}
.effect-img .wpb_single_image {
    float: left;
    width: 100%;
    overflow: hidden;
} 
.effect-img .wpb_single_image img,

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

.footer-blocks .footermn p{
	display: none;
}
.footer-blocks .footermn ul {
    width: 50%;
    float: left;
    padding: 0;
}

#footer .footer-text p:last-child {
    background-image: url(images/mtvh.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-right: 200px;
    min-height: 57px;
}
#footer .footer-text p {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1.5;
}
#footer .footer-text p em {
    font-size: 21px;
    font-style: normal;
}
.footer-text {
    width: 100%;
    float: left;
}