
@import url("bootstrap.min.css") all;
@import url("fontawesome-all.min.css") all;
@import url("fa-brands.min.css") all;
@import url("fa-light.min.css") all;
@import url("fa-regular.min.css") all;
@import url("fa-solid.min.css") all;


@font-face {
    font-family: 'filson_soft_regularregular';
    src: url('../webfonts/filsonsoftregular-webfont.eot');
    src: url('../webfonts/filsonsoftregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/filsonsoftregular-webfont.woff2') format('woff2'),
         url('../webfonts/filsonsoftregular-webfont.woff') format('woff'),
         url('../webfonts/filsonsoftregular-webfont.ttf') format('truetype'),
         url('../webfonts/filsonsoftregular-webfont.svg#filson_soft_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'MinionPro-Regular';
	src: url('../webfonts/MinionPro-Regular.otf');
}

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	/* font-family: "filson_soft_regularregular", Arial, Helvetica, sans-serif; */
	/*font-family: "filson-soft", Arial, Helvetica, sans-serif;*/
	font-font: MinionPro-Regular;
	font-weight: normal;
	font-size: 14px;
	color: #231f20;
	line-height: 20px;
	background: #ffffff;
	margin: 0;
	padding: 0;
	background-color: #EFEDED;
}


a { 
	color: #e65179;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
	outline: 0;
}

a:hover,
a:focus,
a:active {
	color: #e65179;
	text-decoration: underline;
	outline: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

a:visited {
	outline: 0;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0;
}

h1 { 
	font-size: 30px; 
	line-height: 36px;
}

h2 {
	font-size: 26px;
	line-height: 30px;
}

h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
}

h4 {
	font-size: 20px;
	line-height: 24px;
}

p {
	padding: 0 0 17px 0;
	margin: 0;
}

p:last-child {
	padding: 0 0 30px 0;
}

em {
	font-style: italic; 
}

strong {
	/* font-family: "filson_soft_regularregular", Arial, Helvetica, sans-serif; */
	font-family: "filson-soft", Arial, Helvetica, sans-serif;
	font-weight: normal; 
}

.light { 
	font-family: "lato-light", Arial, Helvetica, sans-serif; 
	font-weight: normal; 
}

.regular {
	font-family: "filson-soft", Arial, Helvetica, sans-serif;
	font-weight: normal; 
}

.bold {
	font-family: "filson-soft", Arial, Helvetica, sans-serif;
	font-weight: normal; 
}

.upper-case { 
	text-transform: uppercase;
}

.lower-case { 
	text-transform: none;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul:last-child,
ol:last-child {
	padding-bottom: 30px;
}

li {
	font-weight: normal; 
	position: relative;
	padding: 0 0 5px 14px;
	margin: 0;
}

li:last-child {
	padding-bottom: 22px;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li::before {
	float: left;
	content: ""; 
	width: 5px; 
	height: 5px; 
	float: left; 
	background: #231f20; 
	border-radius: 360px; 
	position: absolute;
	top: 8px;
	left: 0;
}

li ul:last-child,
li ol:last-child {
	padding-bottom: 0;
}

li ul li:last-child,
li ul li:last-child {
	padding-bottom: 0;
}

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
	padding-left: 16px;
}

ol > li::before {
	content: counter(item); 
	font-weight: normal; 
	color: #231f20;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

ol > li:nth-child(n+10):before {
	left: -10px;
}

ol > li:nth-child(n+100):before {
	left: -20px;
}


textarea, 
select, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

input, 
textarea, 
select {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea, 
select, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	width: 100%;
	height: 46px;
	float: left;
	font-family: "filson-soft", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #231f20;
	line-height: 20px;
	letter-spacing: 3px;
	background: none; 
	border: 1px solid #6d6e71;
	border-radius: 0;
	outline: none;
	position: relative;
	padding: 12px 15px;
	margin: 0;
}

textarea {
	height: 140px;
	padding: 12px 15px;
	outline: none;
	resize: none;
}

::-webkit-input-placeholder, 
::-webkit-textarea-placeholder {
	color: #6d6e71;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
	color: #6d6e71;
}

::-moz-placeholder {
	color: #6d6e71;
}

::-ms-input-placeholder {
	color: #6d6e71;
}

.btn,
button,
input[type="button"],
input[type="submit"] {
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "filson-soft", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #231f20;
	line-height: 18px;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	background: #91C6D5;
	border: none;
	border-radius: 0;
	box-shadow: none;
	position: relative;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding: 14px 30px 14px 30px;
	margin: 0;
}

.btn:hover, 
.btn:focus, 
.btn:active, 
.btn:active:focus, 
.btn.active, 
.btn.active:focus, 
button:hover, 
button:focus, 
button:active, 
button:active:focus, 
button.active, 
button.active:focus, 
input[type="button"]:hover, 
input[type="button"]:focus, 
input[type="button"]:active, 
input[type="button"]:active:focus, 
input[type="button"].active, 
input[type="button"].active:focus, 
input[type="submit"]:hover, 
input[type="submit"]:focus, 
input[type="submit"]:active, 
input[type="submit"]:active:focus, 
input[type="submit"].active, 
input[type="submit"].active:focus, 
.btn:not(:disabled):not(.disabled).active, 
.btn:not(:disabled):not(.disabled):active {
	color: #231f20;
	text-decoration: none; 
	background: #3c5497;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-out {
	width: 100%;
	float: left;
}

figure { 
	padding: 0;
	margin: 0;
}


.container-main { 
	width: 100%; 
	float: left; 
	background: #ffffff;
	overflow: hidden;
}

@media only screen and (min-width: 1099px) {
	.container-main {
	    width: 1200px;
		left: 50%;
		margin-left: -600px;
	    float: left;
	    background: #ffffff;
	    overflow: hidden;
	    position: relative;
	}
}


.container {
	width: 100%;
	max-width: 1100px;
	padding: 0 30px;
}

@media (max-width: 767px) {
.container {
	width: 100%;
	max-width: 540px;
	padding: 0 20px;
}
	.story-content p img {
		float: none !important;
		width: 100% !important;
		height: auto !important;
		margin: 0px !important;
		padding-bottom: 5px;
	}
}


/* Vertical Align - Middle */
.outer-bg {
	width: 100%;
	height: 100%;
	float: none;
	display: table;
	margin: 0 auto
}

.inner-bg {
	width: 100%;
	height: 100%;
	float: none;
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
}


/* View - All */
.view-all {
	width:100%;
	float:left;
	font-size:18px;
	color:#000000;
	line-height:24px;
	text-transform:uppercase;
	text-align:right;
	padding:0;
}

.view-all a {
	float: none;
	display:inline-block;
	vertical-align:top;
	color:#000000;
	text-decoration:none;
	position:relative;
	padding: 0 30px 0 0;
}

.view-all a:before {
	content:"\f054";
	font-family:"Font Awesome\ 5 Pro";
	font-weight:900;
	font-size:18px;
	line-height:1em;
	position:absolute;
	top:3px;
	right:0;
}
.view-previous {
	width:100%;
	float:left;
	font-size:18px;
	color:#000000;
	line-height:24px;
	text-transform:uppercase;
	text-align:left;
	padding:0;
}

.view-previous a {
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #000000;
	text-decoration: none;
	position: relative;
	padding: 0 0px 0 30px;
}

.view-previous a:before {
	content:"\f053";
	font-family:"Font Awesome\ 5 Pro";
	font-weight:900;
	font-size:18px;
	line-height:1em;
	position:absolute;
	top:3px;
	left:0;
}




.view-all a:hover {
	color:#e65179;
}


/* Social - Links */
.social-links {
	width:100%;
	float:left;
}

.social-links ul {
	float:left;
	padding:0;
	margin:0 -6px -10px -6px;
}

.social-links ul li {
	float:left;
	font-size:24px;
	color:#ffffff;
	line-height:30px;
	padding:0;
	margin:0 6px 10px 6px;
}

.social-links ul li:before {
	display:none;
}

.social-links ul li span {
	display:none;
}

.social-links ul li a { 
	width:46px;
	height:46px;
	float:left;
	color:#ffffff;
	line-height:46px;
	text-decoration:none;
	text-align:center;
	background:#000000;
	border-radius:100%;
}

.social-links ul li a:hover, 
.social-links ul li a.active {
	color:#ffffff;
	background:#99badd;
}

.story-social-links {
	float:right;
}

.story-social-links ul {
	float:left;
	padding:0;
	margin:0 -6px -10px -6px;
}

.story-social-links ul li a {
	width:24px;
	height:24px;
	float:left;
	color:#ffffff;
	line-height:24px;
	text-decoration:none;
	text-align:center;
	background:#000000;
	border-radius:100%;
	margin-right:8px;
}

.story-social-links ul li {
	float:left;
	font-size:13px;
	color:#ffffff;
	line-height:30px;
	padding:0;
	margin:0 4px 10px 4px;
}

.story-social-links ul li:before {
	display:none;
}

.story-social-links ul li span {
	display:none;
}

.story-social-links ul li a:hover,
.story-social-links ul li a.active {
	color:#ffffff;
	background:#99badd;
}
/*
 Header
----------------------------------------*/
header>.container {

	margin: auto;
}

.header-main {
	width: 100%;
	height: 200px;
	float: left;
	background: #EFEDED;
	box-shadow: inset #000 0 20px 0 0;
	position: relative;
	z-index: 600;
	padding: 40px 0 0 0;
}

.header-main .brand {
	width: 350px;
	float: left;
	position: relative;
	z-index: 50;

}

.header-main .brand img {
	width: 55%;
	margin-top: -14px;
}

.header-main .brand-ad {
	float:right;
}

.header-main .add-img {
	/*width:100%;*/
	padding:0 0 0 0px;
}

.header-main .add-img img {
	/*width:100%;*/
}

.header-main .nav-bar {
	float: left;
	padding: 0;
	margin: 10px 0 0 0;
}

.header-main .nav-bar nav {
	float: left;
	overflow:hidden;
	padding: 0;
	margin: 0;
}

.header-main .nav-bar nav ul {
	float: left;
	padding: 0;

}

.header-main .nav-bar nav ul li {
	height: 41px;
	float: left;
	font-size: 15px;
	color: #000000;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	position: static;
	padding: 0;
	margin: 0 3px 0 0;
}

.header-main .nav-bar nav ul li:before {
	display: none;
}

.header-main .nav-bar nav ul li a {
	height: 120px;
	float: left;
	color: #000000;
	line-height: 40px;
	text-decoration: none;
	position:relative;
	padding:0 6px;
}
@media screen and (max-width: 1034px){
	.header-main .nav-bar nav ul li a {
				padding:0 4px;
	}
}
.header-main .nav-bar nav ul li a:after {
	content:"";
	width:3px;
	height:16px;
	float:left;
	background:#000000;
	position:absolute;
	top:50%;
	right: -3px;
	margin:-8px 0 0 0;
}
.header-main .nav-bar nav ul li a.last:after {
	content: none;
}

.header-main .nav-bar nav ul li:hover a, 
.header-main .nav-bar nav ul li.active a {
	color: #fff;
}

.header-main .nav-bar nav ul li.child:hover .dropdown-box {
	display:block;
}

.header-main .nav-bar nav ul li.child a {
	padding-right: 28px;
}

.header-main .nav-bar nav ul li.child a:before {
	content:"\f107";
	float: right;
	font-family:"Font Awesome\ 5 Pro";
	font-weight:900;
	font-size:16px;
	line-height:40px;
	display: block;
	position:absolute;
	top:2px;
	right:10px;
}

.header-main .nav-bar nav ul li.child:hover a, 
.header-main .nav-bar nav ul li.child.active a {
	background:#7894A5;
}

.header-main .nav-bar nav ul li.child.white:hover a, 
.header-main .nav-bar nav ul li.child.white.active a {
	color:#000000;
	background:#ffffff;
}

.header-main .nav-bar nav ul li.child .accord-btn2.active {
	color:#ffffff;
	background:#ffac82;
}

.header-main .nav-bar nav ul li.child .accord-btn2.active:before {
	content:"\f106";
}

.header-main .nav-bar nav ul li.child.white .accord-btn2.active {
	color:#000000;
	background:#ffffff;
}

.header-main .nav-bar nav ul li .dropdown-box {
	width:100%;
	float:left;
	display: none;
	background:#7894A5;
	position:absolute;
	top:179px;
	left:0;
	padding:40px 0;
}

.header-main .nav-bar nav ul li .dropdown-box .container {
	padding:0;
}

.header-main .nav-bar nav ul li .dropdown-box figure {
	width:200px;
	float:none;
	display:inline-block;
	vertical-align: top;
	position:relative;
	z-index:10;
	padding:0 0 0 15px;
	margin:0 -200px 0 0;
}

.header-main .nav-bar nav ul li .dropdown-box figure img {
	width:100%;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links {
	width:100%;
	float:none;
	display:inline-block;
	vertical-align:bottom;
	padding:0 0 0 220px;
	margin:0 0 0 -6px;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links aside {
	width:33.33%;
	float:none;
	display:inline-block;
	vertical-align:top;
	padding:0 15px 30px 15px;
	margin:0 0 0 -4px;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links aside h4 {
	width:100%;
	float:left;
	font-size:15px;
	color:#000000;
	line-height:20px;
	font-weight:700;
	text-transform:uppercase;
	padding:0 0 10px 0
}

.header-main .nav-bar nav ul li .dropdown-box .top-links aside h4 a {
	height:auto;
	color:#000000;
	line-height:inherit;
	text-decoration:none;
	padding:0;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links aside h4 a:before {
	display:none;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links aside h4 a:after {
	display:none;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links aside h4 a:hover {
	color:#fffbfc;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links aside p {
	font-family:"avenirmedium", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	line-height:20px;
	text-transform:none;
	padding:0;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links .aside-bg {
	width:100%;
	float:left;
	padding:0 0 25px 0;
	margin:0 0 -35px 0;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links .view-all {
	width:auto;
	float:right;
	padding:0 10px 0 0;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links .view-all a {
	height:auto;
	line-height:inherit;
	color:#000000;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links .view-all a:hover {
	color:#fffbfc;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links .view-all a:before {
	content:"\f054";
	font-family:"Font Awesome\ 5 Pro";
	font-weight:900;
	font-size:18px;
	line-height:1em;
	position:absolute;
	top:3px;
	right:0;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links .view-all a:after {
	display:none;
}

.header-main .nav-bar nav ul li .dropdown-box .dropdown-cont {
	width:100%;
	float:left;
	padding:0 15px;
}

.header-main .nav-bar nav ul li.child .dropdown-box .top-links aside a {
	background:none;
}

.header-main .nav-bar nav ul li.child .dropdown-box .top-links .view-all a {
	background:none;
}

.header-main .nav-bar nav ul li.child.white .dropdown-box {
	background:#ffffff;
}

.header-main .header-right {
	width:auto;
	float:right;
}

.header-main .header-right .search-box {
	width: auto;
	float:left;
	position:relative;
	padding:0 0 0 0;
	margin:16px 0 0 0;
}

.header-main .header-right .search-box .input {
	width:100%;
	height:24px;
	float:left;
	font-weight:900;
	font-size:15px;
	color:#000000;
	line-height:24px;
	text-align:left;
	letter-spacing:normal;
	text-transform:uppercase;
	background:none;
	border:none;
	border-left:3px solid #000000;
	padding:0 0 0 8px;
}

.header-main .header-right .search-box .search-btn {
	width:100%;
	height:26px;
	float:left;
	font-weight:900;
	font-size:15px;
	color:#000000;
	line-height:24px;
	text-align: left;
	border:none;
	background: url(../img/icon-search.png) no-repeat left center;
	background-size:20px auto;
	outline:none;
	position:relative;
	padding:0 0 0 40px;
}

.header-main .header-right .search-box .search-btn:before {
	float:left;
	content:"\f107";
	font-family:"Font Awesome\ 5 Pro";
	font-weight:900;
	font-size:16px;
	line-height:1em;
	vertical-align:bottom;
	text-indent:0;
	position:absolute;
	bottom:1px;
	left:-15px;
}

.header-main .header-right .search-box .search-btn:after {
	content:"";
	width:3px;
	height:100%;
	float:left;
	background:#000000;
	position:absolute;
	top:0;
	left:29px;
}

.header-main .header-right .search-box .input-out {
	width:200px;
	float:left;
	display:none;
	position:absolute;
	top:34px;
	right:0;
	border: 1px solid grey;
}

.header-main .header-right .search-box .input {
	width:100%;
	height:34px;
	float:left;
	font-weight:normal;
	font-size:14px;
	color:#000000;
	line-height:20px;
	background:#f6f7f7;
	border:none;
	padding:8px 40px 8px 10px;
}

.header-main .header-right .search-box .ok-btn {
	width:34px;
	height:34px;
	float:right;
	font-size:14px;
	color:rgba(0, 0, 0, 0.5);
	line-height:34px;
	background:#eeefef;
	padding:0;
	position:absolute;
	top:0;
	right:0;
}

.header-main .header-right .search-box .ok-btn:hover {
	color:#000000;
}

.header-main .header-right .search-box ::-webkit-input-placeholder, 
.header-main .header-right .search-box ::-webkit-textarea-placeholder {
	color:rgba(0, 0, 0, 0.5);
}

.header-main .header-right .search-box input::-moz-placeholder, 
.header-main .header-right .search-box textarea::-moz-placeholder {
	color:rgba(0, 0, 0, 0.5);
}

.header-main .header-right .search-box ::-moz-placeholder {
	color:rgba(0, 0, 0, 0.5);
}

.header-main .header-right .search-box ::-ms-input-placeholder {
	color:rgba(0, 0, 0, 0.5);
}

.header-main .header-right .social-links {
	width:auto;
	margin:18px 0 0 15px;
}

.header-main .header-right .social-links ul {
	float:left;
	padding:0;
	margin:0 -2px -6px -2px;
}

.header-main .header-right .social-links ul li {
	font-size:12px;
	line-height:22px;
	margin:0 2px 6px 2px;
}

.header-main .header-right .social-links ul li a {
	width:24px;
	height:24px;
	line-height:24px;
}

.header-main .menu-btn {
	width: 28px;
	height: 24px;
	float: left;
	display: none;
	cursor: pointer;
	z-index: 10001;
	position: absolute;
	top: 38px;
	left: 20px;
}

.header-main .menu-btn .icon-bar {
	width: 100%;
	float: right;
	text-decoration: none;
	position: relative;
}

.header-main .menu-btn .icon-bar span {
	width: 100%;
	height: 3px;
	float: left;
	background: #000000;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 10px 0 0 0;
}

.header-main .menu-btn .icon-bar span:before {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #000000;
	position: absolute;
	top: -8px;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header-main .menu-btn .icon-bar span:after {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #000000;
	position: absolute;
	top: 8px;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header-main .menu-btn.active {
	color: #000000;
}

.header-main .menu-btn.active .icon-bar span {
	background: none;
}

.header-main .menu-btn.active .icon-bar span:before {
	height: 3.5px;
	top: 0;
	background: #404040;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.header-main .menu-btn.active .icon-bar span:after {
	height: 3.5px;
	top: 0;
	background: #404040;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

@media (max-width: 1019px) {
.header-main .nav-bar { 
	margin:14px 0 0 0;
}

.header-main .nav-bar nav ul {
	margin: 0 0 0 -8px;
}

.header-main .nav-bar nav ul li a {
	padding:0 3px;
}

.header-main .nav-bar nav ul li.child a {
	padding-right: 26px;
}

.header-main .header-right { 
	margin:4px 0 0 0;
}
}

@media (max-width: 991px) {
.header-main {
	height: 265px;
	background: #E9F8FC;
	box-shadow: none;
	padding: 25px 0;
}

.header-main .brand {
	width: 100%;
	text-align:center;
	overflow:hidden;
	margin: 0;
}

	.header-main .brand-ad {
		float:none;
		text-align: center;
	}

.header-main .brand img {
    height: 110px;
    width: auto;
	margin-top:0px;
}

.header-main .add-img {
	width:100%;
	text-align: center;
	padding:0;
	margin:0 0 25px 0;
}

.header-main .add-img img {
	max-width:708px;
}

.header-main .nav-bar {
	width:100%;
	display:none;
	background:#eb4a74;
	border-top:1px solid rgba(255, 255, 255, 0.5);
	position:absolute;
	top:265px;
	left:0;
	z-index:100;
	padding: 30px 0;
	margin:0;
}

.header-main .nav-bar nav {
	width:100%;
}

.header-main .nav-bar nav ul {
	width:100%;
	margin: 0;
}

.header-main .nav-bar nav ul li {
	width:100%;
	height: auto;
	padding: 0;
	margin: 0;
}

.header-main .nav-bar nav ul li a {
	width:100%;
	height: auto;
	line-height: inherit;
	padding:8px 30px 8px 30px;
}

.header-main .nav-bar nav ul li a:after {
	display: none;
}

.header-main .nav-bar nav ul li.child:hover .dropdown-box {
	display: none;
}

.header-main .nav-bar nav ul li.child a {
	padding-right: 28px;
}

.header-main .nav-bar nav ul li.child a:before {
	font-size:20px;
	line-height: 20px;
	top:50%;
	right:30px;
	margin: -10px 0 0 0;
}

.header-main .nav-bar nav ul li.child:hover a {
	background:#ffac82;
}

.header-main .nav-bar nav ul li.child.white:hover a, 
.header-main .nav-bar nav ul li.child.white.active a {
	color:#000000;
	background:#ffffff;
}

.header-main .nav-bar nav ul li .dropdown-box {
	display: none;
	background:#ffac82;
	position:relative;
	top:0;
	left:0;
	padding:40px 0;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links aside {
	width:50%;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links .view-all a {
	width:auto;
	padding:0 25px 0 0;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links .view-all a:before {
	top:2px;
	margin:0;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links .view-all a:after {
	display:none;
}

.header-main .header-right {
	width:40px;
	text-align:center;
	position:absolute;
	top:137px;
	right:30px;
	z-index:200;
}

.header-main .header-right .search-box {
	width:100%;
	margin:0 0 7px 0;
}

.header-main .header-right .search-box .search-btn {
	text-indent:-999999px;
	background: url(../img/icon-search.png) no-repeat center center;
	background-size:26px auto;
}

.header-main .header-right .search-box .search-btn:before {
	display:none;
}

.header-main .header-right .search-box .search-btn:after {
	display:none;
}

.header-main .header-right .search-box .input-out {
	top:32px;
	right:7px;
	z-index:100;
}

.header-main .header-right .social-links {
	width:100%;
	text-align:center;
	margin:0 0 0 0;
}

.header-main .header-right .social-links ul {
	float:none;
	display:inline-block;
	vertical-align:top;
	padding:0;
	margin:0 0 -4px 0;
}

.header-main .header-right .social-links ul li {
	float:none;
	display:inline-block;
	vertical-align:top;
	margin:0 0 4px 0;
}

.header-main .header-right .social-links ul li a:hover, 
.header-main .header-right .social-links ul li a.active {
	color:#000000;
	background:#ffffff;
}

.header-main .menu-btn {
	display: block;
	top: 137px;
	left: 30px;
}
}

@media (max-width: 767px) {
.header-main {
	height: 227px;
	padding: 20px 0;
}

.header-main .container {
	max-width:100%;
}

.header-main .brand img {
    height: 110px;
    width: auto;
}

.header-main .add-img {
	margin:0 0 20px 0;
}

.header-main .add-img img {
	width: auto;
	max-width: 100%;
	max-height: 55px;
}
.top-ad-big {
	display: none;
}
.header-main .nav-bar {
	top:227px;
}

.header-main .nav-bar nav ul li a {
	width:100%;
	height: auto;
	line-height: inherit;
	padding:8px 20px 8px 20px;
}

.header-main .nav-bar nav ul li .dropdown-box {
	padding:30px 0;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links .view-all a {
	width:auto;
	padding:0 25px 0 0;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links .view-all a:before {
	top:2px;
	margin:0;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links .view-all a:after {
	display:none;
}

.header-main .nav-bar nav ul li .dropdown-box .container {
	max-width:540px;
	padding:0 20px;
}

.header-main .nav-bar nav ul li .dropdown-box figure {
	width:100%;
	float:left;
	text-align:center;
	overflow:hidden;
	padding:0;
	margin:0 0 30px 0;
}

.header-main .nav-bar nav ul li .dropdown-box figure img {
	width:100%;
	max-width:300px;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links {
	float:left;
	padding:0;
	margin:0;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links aside {
	width:100%;
	padding:0 0 30px 0;
	margin:0;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links aside p {
	font-size:15px;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links .aside-bg {
	padding:0 0 20px 0;
	margin:0 0 -30px 0;
}

.header-main .nav-bar nav ul li .dropdown-box .top-links .view-all {
	padding:0 0 0 0;
}

.header-main .nav-bar nav ul li .dropdown-box .dropdown-cont {
	padding:0;
}

.header-main .header-right {
	width:40px;
	text-align:center;
	top:92px;
	right:20px;
}

.header-main .header-right .search-btn3 {
	width:100%;
	display:block;
	cursor:pointer;
	margin:0 0 8px 0;
}

.header-main .header-right .social-links {
	width:100%;
	margin:10px 0 0 0;

}

.header-main .header-right .social-links ul {
	float:none;
	/*display:inline-block;*/
	vertical-align:top;
	padding:0;
	margin:0 0 -4px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.header-main .header-right .social-links ul li {
	float:none;
	display:inline-block;
	vertical-align:top;
	margin:0 0 4px 0;
}

.header-main .menu-btn {
	float:left;
	display: block;
	top: 96PX;
	left: 20px;
}
}

@media (max-width: 479px) {
.header-main {
	height: 192px;
	padding: 15px 0;
}

.header-main .brand {
	margin:0 0 0 0;
}

.header-main .brand img {
	max-width:250px;
	height:100px;
}

.header-main .add-img {
	margin:0 0 15px 0;
}

.header-main .add-img img {
	max-height: 35px;
}

.header-main .nav-bar {
	top:192px;
}

.header-main .header-right {
	width:40px;
	text-align:center;
	top:60px;
	right:20px;
}

.header-main .menu-btn {
	top: 65px;
}
}


/*
 Split - Columns
----------------------------------------*/

.split-columns {
	width:100%;
	float:left;
	padding:30px 0;
}

.split-columns .article {
	width:100%;
	float:left;
	position:relative;
	margin:0 0 11px 0;
}

.split-columns .article figure {
	width:100%;
	float:left
}

.split-columns .article figure img {
	width:100%;
}

.split-columns .article aside {
	width:100%;
	float:left;
	position:absolute;
	bottom:0;
	left:0;
	padding:0 15px;
}

.split-columns .article h3 {
	font-size:20px;
	color:#000000;
	line-height:1.2em;
}

.split-columns .article h3.lrg {
	font-size:24px;
}

.split-columns .article h3:last-child {
	padding-bottom: 0;
}

.split-columns .article h3 a {
	color:#000000
}

.split-columns .article h3 a:hover {
	color: #3c5497;
}

.split-columns .article .title-txt {
	min-width:130px;
	float:left;
	font-size:16px;
	color:#000000;
	line-height:20px;
	text-align:center;
	text-transform:uppercase;
	background:#f9ab83;
	padding:6px 10px 6px 10px;
}

.split-columns .article .title-txt a {
	color:#000000;
	text-decoration:none;
}

.split-columns .article .title-txt.green {
	background:#00ac82;
}

.split-columns .article .box {
	width:100%;
	float:left;
	background:#ffffff;
	padding:10px 15px 5px 15px;
	text-transform: uppercase;
}

.split-columns .left-col {
	width:67%;
	float:left;
	padding:0 10px 0 0;
}

.split-columns .right-col {
	width:33%;
	float:left;
	padding:0 0 0 10px;
}

@media (max-width: 767px) {
.split-columns {
	padding:20px 0 20px 0;
}

.split-columns .container {
	max-width:500px;
	padding:0;
}

.split-columns .article {
	padding:0 10px;
}

.split-columns .article aside {
	padding:0 10px;
}

.split-columns .article h3 {
	font-size:15px;
}

.split-columns .article h3.lrg {
	font-size:20px;
}

.split-columns .article h3:last-child {
	padding-bottom: 0;
}

.split-columns .article .title-txt {
	min-width:100px;
	font-size:14px;
	line-height:18px;
	padding:5px 10px 5px 10px;
}

.split-columns .article .box {
	padding:12px 10px 5px 10px;
}

.split-columns .left-col {
	width:100%;
	float:left;
	padding:0 10px 0 10px;
}

.split-columns .right-col {
	width:100%;
	float:left;
	padding:0 10px 0 10px;
}

.split-columns .right-col .article {
	width:50%;
	padding:0 10px;
}
}

@media (max-width: 479px) {
	.split-columns .right-col .article {
		width:100%;
	}
	.split-columns .right-col .article-hide {
		width:100%;
		display: none;
	}
	.fa-show-mobile {
		text-align: center;
		margin-bottom: 10px;
	}
	.fa-show-mobile img {
		width: 90%;
	}
}
@media (min-width: 480px) {
	.fa-show-mobile {
		display: none;
	}
}


/*
 Split - Columns2
----------------------------------------*/

.split-columns2 {
	width:100%;
	float:left;
	background:#EFEDED;
	padding:60px 0 60px 0;
}

.split-columns2 .col-out {
	width:100%;
	float:left;
	position:relative;
}

.split-columns2 .col-out:before {
	content:"";
	width:2px;
	height:100%;
	float:right;
	background:#000000;
	position:absolute;
	top:0;
	right:31.65%;
}

.split-columns2 .article-list {
	width:68.35%;
	float:left;
}

.split-columns2 .article-list .article {
	width:50%;
	float:left;
	position:relative;
	padding:0 30px 0 0;
	margin:-30px 0 70px 0;
}

.split-columns2 .article-list .article .article-cont {
	width:100%;
	float:left;
	position:relative;
}

.split-columns2 .article-list .article .figure-out {
	width:100%;
	float:left;
	position:relative;
}

.split-columns2 .article-list .article figure {
	width:100%;
	float:left
}

.split-columns2 .article-list .article figure img {
	width:100%;
}

.split-columns2 .article-list .article aside {
	width:100%;
	float:left;
	position:absolute;
	bottom:0;
	left:0;
	padding:0 15px;
}

.split-columns2 .article-list .article h3 {
	font-size:17px;
	color:#000000;
	line-height:1.2em;
	padding:0;
}

.split-columns2 .article-list .article h3:last-child {
	padding-bottom: 0;
}

.split-columns2 .article-list .article h3.lrg {
	font-size:22px;
}

.split-columns2 .article-list .article h3 a {
	color:#000000;
}

.split-columns2 .article-list .article h3 a:hover {
	color: #3c5497;
}

.split-columns2 .article-list .article p {
	padding:0;
}

.split-columns2 .article-list .article .title-txt {
	min-width:130px;
	height:30px;
	float:left;
	font-size:16px;
	color:#000000;
	line-height:30px;
	text-align:center;
	background:#f9ab83;
	padding:0 10px 0 10px;
}

.article .title-txt.green {
	background:#ABD1C9 !important;
}

.article .title-txt.blue {
	background:#94aec2 !important;
}

.article .title-txt.promo {
	background:#94aec2 !important;
}

.article .title-txt.pink {
	background:#F6AF94 !important;
}

.article .title-txt.yellow {
	background:#DBB04A !important;
}

.split-columns2 .article-list .article .box {
	width:100%;
	height:50px;
	display:table;
	float:left;
	background:#e9f8fc;
	padding:5px 15px 5px 15px;
}

.split-columns2 .article-list .article .social-out {
	width:100%;
	margin-top: -30px;
	padding:10px 15px 0 15px;
}

.split-columns2 .article-list .article .icon-left {
	width:30px;
	float:left;
}

.split-columns2 .article-list .article .icon-left img {
	width:100%;
}

.split-columns2 .article-list .article .social-links {
	width:auto;
	float:right;
	margin:0px 0 0 0;
}

.split-columns2 .article-list .article .social-links p {
	float:left;
	font-size:12px;
	line-height:22px;
	text-transform:uppercase;
	padding:0 10px 0 0;
}

.split-columns2 .article-list .article .social-links ul {
	float:left;
	padding:0;
	margin:0 -2px -6px -2px;
}

.split-columns2 .article-list .article .social-links ul li {
	font-size:12px;
	line-height:22px;
	/*margin:0 2px 6px 2px;*/
}

.split-columns2 .article-list .article .social-links ul li a {
	width:24px;
	height:24px;
	line-height:24px;
}

.split-columns2 .article-list .article-out {
	width:100%;
	float:left;
	padding:0 0 25px 0;
	margin:0 0 -70px 0;
}

.split-columns2 .article-list .view-all {
	float:right;
	padding:0 30px 0 0;
}

.view-previous, .view-all {
    float: left;
	    width: 50%;
		}

.split-columns2 .add-info {
	width:31.65%;
	float:right;
	padding:0 30px;
}

.split-columns2 .add-info .add-img {
	width:100%;
	float:left;
	text-align:center;
	overflow:hidden;
	margin:0 0 30px 0;
}

.split-columns2 .add-info .add-img:last-child {
	margin-bottom:0;
}

.split-columns2 .add-info .add-img img {
	width:100%;
}

.split-columns2 .sticky-bar {
	width:45px;
	float:right;
	text-align:center;
	border-left:1px solid #000000;
	position:absolute;
	top:-30px;
	right:-45px;
}

.split-columns2 .sticky-bar .social-links {
	padding:0 0 5px 0;
}

.split-columns2 .sticky-bar .social-links ul {
	width:100%;
	float:left;
	margin:0 0 -5px 0;
}

.split-columns2 .sticky-bar .social-links ul li {
	width:100%;
	float:left;
	margin:0 0 5px 0;
}

.split-columns2 .sticky-bar .social-links ul li a {
	width:36px;
	height:36px;
	float:none;
	display:inline-block;
	vertical-align:top;
	font-size:18px;
	line-height:36px;
}

.split-columns2 .sticky-bar .sub-title {
	width:100%;
	float:left;
	font-weight:700;
	font-size:9px;
	line-height:13px;
	text-transform:uppercase;
	padding:0 0 10px 0;
}

.split-columns2 .sticky-bar .sign-up {
	width:100%;
	float:left;
}

.split-columns2 .sticky-bar .sign-up a {
	width:36px;
	height:36px;
	float:none;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	color:#ffffff;
	line-height:16px;
	text-transform:uppercase;
	text-decoration:none;
	background:#000000;
	border-radius:100%;
	padding:2px 0 0 0;
}

.split-columns2 .sticky-bar .sign-up a span {
	font-size:10px;
	line-height:12px;
}

.split-columns2 .sticky-bar .sign-up a:hover {
	color:#ffffff;
	background:#99badd;
}

@media (max-width: 1199px) {
.split-columns2 .col-out {
	padding:0 45px 0 0;
}

.split-columns2 .col-out:before {
	right:35%;
}

.split-columns2 .sticky-bar {
	right:0;
}
}

@media (max-width: 991px) {
.split-columns2 .col-out:before {
	right:36%;
}

.split-columns2 .article-list {
	width:68.35%;
	float:left;
}

.split-columns2 .article-list .article {
	padding:0 20px 0 0;
	margin:-30px 0 70px 0;
}

.split-columns2 .article-list .article aside {
	padding:0 15px;
}

.split-columns2 .article-list .article h3 {
	font-size:18px;
	padding:0;
}

.split-columns2 .article-list .article .box {
	padding:5px 15px 5px 15px;
}

.split-columns2 .article-list .article .social-out {
	padding:10px 15px 0 15px;
}

.split-columns2 .add-info {
	padding:0 15px 0 20px;
}

.split-columns2 .add-info .add-img {
	margin:0 0 23px 0;
}
}

@media (max-width: 767px) {
.split-columns2 {
	padding:60px 0 30px 0;
}

.split-columns2 .container {
	max-width:500px;
	padding:0;
}

.split-columns2 .col-out {
	padding:0;
}

.split-columns2 .col-out:before {
	display:none;
}

.split-columns2 .article-list {
	width:100%;
	padding:0 10px;
	margin:0 0 40px 0;
}

.split-columns2 .article-list .article {
	padding:0 10px;
	margin:-30px 0 60px 0;
}

.split-columns2 .article-list .article aside {
	padding:0 10px;
}

.split-columns2 .article-list .article h3 {
	font-size:16px;
}

.split-columns2 .article-list .article h3.lrg {
	font-size:18px;
}

.split-columns2 .article-list .article .title-txt {
	min-width:100px;
	height:30px;
	font-size:14px;
}

.split-columns2 .article-list .article .box {
	padding:5px 10px 5px 10px;
}

.split-columns2 .article-list .article .social-out {
	width:100%;
	float:left;
	padding:10px 10px 0 10px;
}

.split-columns2 .article-list .article-out {
	padding:0 0 30px 0;
	margin:0 0 -60px 0;
}

.split-columns2 .article-list .view-all {
	font-size:16px;
	line-height:20px;
	/* text-align:center; */
	padding:0 10px 0 0;
}

.split-columns2 .article-list .view-all a {
	padding:0 25px 0 0;
}

.split-columns2 .article-list .view-all a:before {
	font-size:14px;
	top:3px;
}

.split-columns2 .add-info {
	width:100%;
	padding:0;
}

.split-columns2 .add-info .add-img {
	margin:0 0 20px 0;
}

.split-columns2 .add-info .add-img img {
	max-width:280px;
}

.split-columns2 .sticky-bar {
	display:none;
}
}

@media (max-width: 479px) {
.split-columns2 .article-list .article {
	width:100%;
}
}

.container.mobile-news {

	width: 100%;
}

.container.mobile-news .title-txt2 {
    padding: 20px 10px;
    text-align: center;
	font-weight: 600;
}

/*
 Footer
----------------------------------------*/

.footer-main {
	width:100%;
	float:left;
}

.footer-main .pre-footer {
	width:100%;
	float:left;
	background:#000000;
	padding:40px 0;
}

.footer-main .content-out {
	width:100%;
	float:left;
	position:relative;
}

.footer-main .content-out:before {
	content:"";
	width:2px;
	height:100%;
	float:left;
	background:#515150;
	position:absolute;
	top:0;
	left:40%;
}

.footer-main .foot-cont {
	width:40%;
	float:left;
	padding:0 30px 0 0;
	color: #fff;
}

.footer-main .foot-cont .footer-logo {
	width:100%;
	float:left;
	margin:0 0 20px 0;
}

.footer-main .foot-cont .footer-logo img {
	width:100%;
	max-width:250px;
}

.footer-main .foot-cont p:last-child {
	padding-bottom: 0;
}

.footer-main .foot-cont .address {
	width:100%;
	float:left;
	border-top:2px solid #515150;
	padding:17px 0 0 0;
}

.footer-main .foot-cont .address .left-txt {
	width:60%;
	float:left;
	padding:0 10px 0 0;
}

.footer-main .foot-cont .address .right-txt {
	width:40%;
	float:left;
	text-align:right;
	padding:0 0 0 10px;
}

.footer-main .contact-us {
	width:60%;
	float: right;
	padding:0 20px 0 60px;
}

.footer-main .contact-us .social-links {
	border-bottom:2px solid #515150;
	padding:0 0 25px 0;
	margin:0 0 25px 0;
}

.footer-main .contact-us .social-links p {
	width:100%;
	float:left;
	font-size:20px;
	color:white;
	line-height:28px;
	letter-spacing:2px;
	text-align:right;
	text-transform: uppercase;
	padding:0 0 10px 0;
}

.footer-main .contact-us .social-links ul {
	float:right;
}

.footer-main .contact-us .social-links ul li a {
	color:#000000;
	background:#ffffff;
}

.footer-main .contact-us .social-links ul li a:hover, 
.footer-main .contact-us .social-links ul li a.active {
	color:#ffffff;
	background:#000000;
}

.footer-main .contact-us .form-out {
	width:100%;
	float:left;
}

.footer-main .contact-us .form-out p {
	width:100%;
	float:left;
	font-size:16px;
	text-transform:uppercase;
	line-height:20px;
	letter-spacing:2px;
}

.footer-main .contact-us .form-out p strong {
	font-weight:900;
}

.footer-main .contact-us .form-out ul {
	width:100%;
	float:left;
	padding:0 0 25px 0;
	margin:0;
}

.footer-main .contact-us .form-out ul li {
	width:100%;
	float:left;
	padding:0;
	margin:0 0 15px 0;
}

.footer-main .contact-us .form-out ul li:before {
	display:none;
}

.footer-main .contact-us .form-out ul li:last-child {
	margin-bottom: 0;
}

.footer-main .contact-us .form-out textarea, 
.footer-main .contact-us .form-out select, 
.footer-main .contact-us .form-out input[type="text"], 
.footer-main .contact-us .form-out input[type="password"], 
.footer-main .contact-us .form-out input[type="datetime"], 
.footer-main .contact-us .form-out input[type="datetime-local"], 
.footer-main .contact-us .form-out input[type="date"], 
.footer-main .contact-us .form-out input[type="month"], 
.footer-main .contact-us .form-out input[type="time"], 
.footer-main .contact-us .form-out input[type="week"], 
.footer-main .contact-us .form-out input[type="number"], 
.footer-main .contact-us .form-out input[type="email"], 
.footer-main .contact-us .form-out input[type="url"], 
.footer-main .contact-us .form-out input[type="search"], 
.footer-main .contact-us .form-out input[type="tel"], 
.footer-main .contact-us .form-out input[type="color"], 
.footer-main .contact-us .form-out .uneditable-input {
	text-transform:uppercase;
	background:#ffffff;
	border:none;
}

.footer-main .contact-us .form-out button {
	float:right;
	font-size:20px;
	color:#ffffff;
	line-height:28px;
	background:none;
	padding:0 25px 0 0;
}

.footer-main .contact-us .form-out button:before {
	content:"\f054";
	font-family:"Font Awesome\ 5 Pro";
	font-weight:900;
	font-size:18px;
	line-height:1em;
	position:absolute;
	top:5px;
	right:0;
}

.footer-main .contact-us .form-out button:hover {
	color:#8f8f8f;
}

.contact-us {
	color: white;
}

.footer-main .copy-rights {
	width:100%;
	float:left;
	background:#ffffff;
	padding:15px 0;
}

.footer-main .copy-rights .links {
	float:left;
	overflow:hidden;
}

.footer-main .copy-rights .links ul {
	width:auto;
	float:left;
	overflow:hidden;
	padding:0;
	margin:0 -12px -10px -12px;
}

.footer-main .copy-rights .links ul li {
	width:auto;
	float:left;
	font-size:18px;
	color:#000000;
	line-height:24px;
	text-transform:uppercase;
	padding:0;
	margin:0 12px 10px 12px
}

.footer-main .copy-rights .links ul li:before {
	display:none;
}

.footer-main .copy-rights .links ul li:after {
	content:"";
	width:2px;
	height:75%;
	float:left;
	background:#000000;
	position:absolute;
	top:2px;
	left:-11px;
}

.footer-main .copy-rights .links ul li a {
	color:#000000;
	text-decoration:none;
}

.footer-main .copy-rights .links ul li a:hover, .footer-main .copy-rights .links ul li a.active {
	color:#e65179;
}

@media (max-width: 991px) {
.footer-main .foot-cont .address .left-txt {
	width:100%;
	padding:0 0 17px 0;
}

.footer-main .foot-cont .address .right-txt {
	width:100%;
	text-align:left;
	padding:0;
}

.footer-main .contact-us {
	padding:0 0 0 50px;
}
}

@media (max-width: 767px) {
.footer-main .pre-footer {
	width:100%;
	float:left;
	padding:40px 0;
}

.footer-main .content-out {
	width:100%;
	float:left;
	position:relative;
}

.footer-main .content-out:before {
	display:none;
}

.footer-main .foot-cont {
	width:100%;
	padding:0 0 0 0;
}

.footer-main .foot-cont h2 {
	text-align:center;
}

.footer-main .foot-cont .footer-logo {
	text-align:center;
	margin:0 0 20px 0;
}

.footer-main .foot-cont .footer-logo img {
	width:100%;
	max-width:160px;
}

.footer-main .foot-cont .address .left-txt {
	width:50%;
	padding:0 10px 0 0;
}

.footer-main .foot-cont .address .right-txt {
	width:50%;
	text-align:right;
	padding:0 0 0 10px;
}

.footer-main .contact-us {
	width:100%;
	text-align:center;
	border-bottom:2px solid #a6727b;
	padding:0 0 20px 0;
	margin:0 0 40px 0;
}

.footer-main .contact-us .social-links {
	padding:0 0 25px 0;
	margin:0 0 25px 0;
}

.footer-main .contact-us .social-links p {
	text-align: center;
	padding:0 0 15px 0;
}

.footer-main .contact-us .social-links ul {
	float: none;
	display:inline-block;
	vertical-align:top;
}

.footer-main .contact-us .form-out p {
	text-align:left;
}

.footer-main .copy-rights {
	padding:20px 0;
}

.footer-main .copy-rights .links ul li {
	font-size:16px;
	line-height:20px;
	margin:0 12px 10px 12px
}
}


.onlymob { display: none; }

@media (max-width: 479px) {
.footer-main .foot-cont .address .left-txt {
	width:100%;
	padding:0 0 17px 0;
}

.footer-main .foot-cont .address .right-txt {
	width:100%;
	text-align:left;
	padding:0;
}
.onlymob { display: block; }
}

img.storyheader {
    width: 100%;
}
article.h-entry {
    padding-right: 1em;
}
.h-entry h1, 
h1.big {
    text-transform: uppercase;
    font-size: 3em;
    padding: 0;
    margin-bottom: 1em;
}

.magimg { width: 50%; float: left; }
.magselect { width: 50%; float: left; padding: 1em; }
.magimg img { width: 100%; }

.contactleft {width: 47%;float: left;border-right: 1px solid;font-size: 1.4em;line-height: 1.2em;}
.contactright {width: 50%;float: left;padding: 0 1em;font-size: 1.2em;line-height: 1.2em;vertical-align: top;margin-bottom: 2em;}
.contactmap { border: 1px solid black; float: left; margin: 1.5em 0 2em; }

img.signup {
    width: 180px;
    margin-top: 10em;
}

.magblurb {
    border-top: 1px solid grey;
    width: 98%;
    margin-top: 1em;
    float: left;
    padding-top: 1em;
    /* margin-right: 1em; */
}
.subform .input {
    background: white;
    width: 95%;
    margin-bottom: 1em;
}
select#magselector {
    background: white;
	text-transform: uppercase;
}
.fullwidth { width: 100% !important; }
.marketplace-item .left {
    width: 40%;
    float: left;
}

.marketplace-item .left img {
    width: 100%;
}


.marketplace-item .right {
    width: 60%;
    float: left;
    padding: 0 1em;
}
.marketplace-item h3 {
    text-transform: uppercase;
}

a.readmore {
    color: black;
    font-weight: bold;
    float: right;
}

.social-links {
    /* clear: both; */
}

.excerpt {
    float: left;
    border-bottom: 1px solid black;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

/*.storyheader-bg.with-top-margin {*/
/*    margin-top: 200px;*/
/*}*/
.storyheader-bg {
    height: unset;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.storyheader-bg img {
	width: 100%;
}
.storyheader-bg.marketplace {
	width: 50%;
}
.split-columns2.marketplace {
    margin-top: 0;
    padding-top: 0;
}
.storyheader-right {
    width: 50%;
    float: left;
    background: white;
    height: 450px;
}
.storyheader-bg.marketplace {
    width: 50%;
    height: 450px;
}

@media screen and (max-width: 500px) {
	.storyheader-bg.marketplace {
		width: 100%;
		height: 200px;
	}
	.storyheader-right {
		width: 100%;
		height: 160px;;
	}
	.storyheader-right-inner {
		height: 200px !important;
	}
}

.storyheader-bg.marketplace {
    float: left;
}
.marketplace .sticky-bar {
    top: 73px;
}
.marketplace-content {
    padding: 2em 0;
}
.storyheader-right-inner {
    display: table-cell;
    vertical-align: middle;
    height: 450px;
    padding: 0 2em;
}
.split-columns2.marketplace .col-out {
    margin: 2em 0;
}
.catselect {
    float: left;
    margin: 0 0 5em;
}

.catselect select {
    background: white;
    text-transform: uppercase;
}
.story-excerpt { font-weight: bold; text-transform: uppercase; }
img.story-logo { width: 165px; }
.story-date { margin: 1em 0; }
.story { margin-right: 1em; }
h2.search { font-weight: bold; text-transform: uppercase; padding-top: 10px; padding-bottom: 0px;}

h2.search a {color: black;font-weight: normal;}

span.search-excerpt { font-weight: bold; }
/*.search-result { margin-left: 2em; }*/
input#search-box { background: url(/assets/img/icon-search.png) no-repeat right 10px center; background-color: white; /* display: block; */ background-size: 30px; padding-right: 10px !important; text-transform: uppercase; }
strong {
    font-weight: bold;
}
.container.suppliers-page {
    position: relative;
}

.supplier {
    background: white;
}

div.supplier {
    width: 31%;
    float: left;
    margin: 1%;
}

.suppliers-page .article-list {
    width: 100%;
}

.supplier .image {
    width: 100%;
}

.supplier .image img {
    width: 100%;
}

select#filtercat {
    background: white;
    width: 33%;
    clear: both;
}

@media only screen and (max-width: 700px) {
	select#filtercat {
		width: 100%;
	}
	div.supplier {
		width: 100%;
	}
	div.job {
		width: 100%;
	}
}

.suppliers-page .bar {
    width: 100%;
    float: left;
    margin-bottom: 1em;
}
.suppliers-page h1.big {
    font-weight: 200;
    margin-bottom: .5em;
}

.suppliers-page h2 {
    font-weight: bold;
    font-size: 2.2em;
    margin-bottom: .5em;
}


.supplier .image img {
    border-bottom: 2px solid mediumseagreen;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.supplier h2 {
    font-size: 1.2em;
    text-transform: uppercase;
}
.supplier {
    padding: 1%;
}
.supplier a.button.readmore {
    text-transform: uppercase;
}
.supplier p.info {
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
	font-size: .8em;
}

.supplier p {
    margin-top: 1em;
}
.jobs-page .article-list {
    width: 100%;
}
.jobs-page h2 {
    font-size: 24px;
    font-weight: bold;
}

.jobs-page h1.big {
    margin: 0 0 .5em;
    font-weight: 100;
}

.job {
    width: 31%;
    padding: 1%;
    float: left;
    background: white;
    margin: 1%;
    min-height: 25em;
}
.job h2 {
    text-transform: uppercase;
}
p.info.place, p.info.salary, p.info.closing {
    color: #e65179;
    font-weight: bold;
}
p.info.company {
    font-weight: bold;
}

.job p.info {
    margin: 0;
    padding: 0;
}

.job h2 {
    margin-bottom: 0;
    padding-bottom: 0;
}

p.info.company {
    margin-bottom: 1em;
}

p.info.place {
    margin-bottom: 1em;
}
a.button.readmore {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.job {
    position: relative;
}
.supplier {
    position: relative;
}




.supplier:nth-child(3n+1){
    clear:left
}

.header-main .nav-bar nav ul li.child.news .dropdown-box {
	background-color: #7894A5;
}
.header-main .nav-bar nav ul li.child.news:hover .accord-btn2 {
	background-color: #7894A5;
}

.header-main .nav-bar nav ul li.child.feature .dropdown-box {
	background-color: #DBB04A;
}
.header-main .nav-bar nav ul li.child.feature:hover .accord-btn2 {
	background-color: #DBB04A;
}

.header-main .nav-bar nav ul li.child.people .dropdown-box {
	background-color: #ABD1C9;
}
.header-main .nav-bar nav ul li.child.people:hover .accord-btn2 {
	background-color: #ABD1C9;
}

.header-main .nav-bar nav ul li.child.restaurant .dropdown-box {
	background-color: #EEA47F;
}
.header-main .nav-bar nav ul li.child.restaurant:hover .accord-btn2 {
	background-color: #EEA47F;
}

.header-main .nav-bar nav ul li.child.events .dropdown-box {
	background-color: #5B84B1;
}
.header-main .nav-bar nav ul li.child.events:hover .accord-btn2 {
	background-color: #5B84B1;
}

.header-main .nav-bar nav ul li.child .accord-btn2:hover {
	text-shadow: 1px 1px black;
}
.header-main .nav-bar nav ul li .accord-btn3:hover {
	text-shadow: 1px 1px black;
	background-color: #94AEC2;
}

.news3-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

.news3-item {
  flex: 0 30%;
  margin-bottom: 2%; /* (100-32*3)/2 */
}

.news3-join {
	width:100%;
	margin: 15px;
}
.news3-left {
	width: 100%;
	text-align: center;

}
.news3-right {
	width: 100%;
	padding: 10px;
	border-bottom: 2px solid black;
	min-height: 93px;
	text-transform: uppercase;
	font-weight: 600;
}
.news3-right p {

}
.news3-right p a {
	color:black;
}

.separator {
	display: flex;
	align-items: center;
	text-align: center;
}
.separator::before, .separator::after {
	content: '';
	flex: 1;
	border-bottom: 2px solid #000;
}
.separator::before {
	margin-right: 2em;
}
.separator::after {
	margin-left: 2em;
}


.fullbanner img {
	background-size: auto;
	max-width: 100%;
}
.title-txt2 {
	font-size: large;
}

@media only screen and (max-width: 950px) {
	.news3-right {
		width: 50%;
	}
}
@media only screen and (max-width: 850px) {
	.news3-right {
		width: 45%;
	}
}
@media only screen and (max-width: 770px) {
	.mobile-news {
		display: none;
	}
}
.fp-left {
	width: 70%;
	float: left;
	padding-right: 2em;
}
.fp-left h1 {
    margin: 1em 0 .5em;
	font-size: 2em;
}
.fp-right {
	width: 30%;
	float: right;
	margin-bottom: 5px;
}
.fp-left, .fp-right {
    margin: 3em 0;
}
#fp-logo {
	margin-bottom: 5px;
	margin-left: 2px;
}
.fp-form {
	
}
.fp-form input {
	padding: 5px;
	margin: 5px;
	text-indent: .5em;
}
.fp-form button {
    margin: 10px 0 0 5px;
    width: 100%;
    font-size: 1.4em;
}
@media only screen and (max-width: 770px) {
	.fp-left {
		width: 100%;
	}
	.fp-right {
		width: 100%;
	}
}

#consentbox {
	margin-left: 2px !important;
	margin-top: 0px !important;
}

/*Colour banner is for the highlight colours on post header images*/

.colour-banner.blue {
	 background-color:rgba(12,115,255,0.2);
	 height:600px;
 }
.colour-banner.green {
	background-color: rgba(15, 255, 169, 0.2);
	height:600px;
}
.colour-banner.pink {
	background-color: rgba(255, 27, 195, 0.2);
	height:600px;
}
.colour-banner.yellow {
	background-color: rgba(253, 255, 19, 0.2);
	height:600px;
}

@media only screen and (max-width: 610px) {
	.header-main .brand-ad {
		/*display:none;*/
		min-height: 33px;
	}
	.article.article-ft img {
		min-height: inherit !important;
	}
}

@media only screen and (max-width: 580px) {
	.header-main .brand img {
		width:200px;
	}
}

@media only screen and (max-width: 350px) {
	.header-main .brand img {
		max-width: 220px;
		height: 80px;
	}
}

/*This is for the full width events page*/

.split-columns2 .article-list .eventsarticle {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 30px 0 0;
	margin: 0px 0 35px 0;
}
.split-columns2 .article-list .eventsarticle img {
	max-height: 340px;
}

.aside-bg2 {
	padding: 0 0 0 10px !important;
}

.events .dropdown-box .container .dropdown-cont .top-links {
	padding: 0;
}

.events .dropdown-box .container .dropdown-cont .top-links aside {
	width:29%;
	float:none;
	display:inline-block;
	vertical-align:top;
	padding:0 15px 40px 15px;
	margin:0 0 0 -4px;
}
.events .dropdown-box .container .dropdown-cont .top-links figure {
	padding:0px !important;
	width:290px;
}

/*These colours are selected for the category page title*/

.colour-title {
	margin-bottom: 55px;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 5px;
	margin-top: -30px;
}
.colour-title.green {
	color: #ABD1C9;
}
.colour-title.blue {
	color: #94aec2;
}
.colour-title.pink {
	color: #F6AF94;
}
.colour-title.yellow {
	color: #DBB04A;
}

/*These colours show the tags on the articles if they have title text 3*/

.article .title-txt3.green {
	background:#ABD1C9 !important;
}

.article .title-txt3.blue {
	background:#94aec2 !important;
}

.article .title-txt3.promo {
	background:#94aec2 !important;
}

.article .title-txt3.pink {
	background:#F6AF94 !important;
}

.article .title-txt3.yellow {
	background:#DBB04A !important;
}

/*Title text 3 is shown and title text is hidden*/

.split-columns2 .article-list .article .title-txt3 {
	min-width:100px;
	height:30px;
	font-size:14px;
}
.split-columns2 .article-list .article .title-txt3 {
	min-width:130px;
	height:30px;
	float:left;
	font-size:16px;
	color:#000000;
	line-height:30px;
	text-align:center;
	background:#f9ab83;
	padding:0 10px 0 10px;
	font-weight: 600;
}
.split-columns .article .title-txt3 {
	min-width:100px;
	font-size:14px;
	line-height:18px;
	padding:5px 10px 5px 10px;
}
.split-columns .article .title-txt3 {
	min-width:130px;
	float:left;
	font-size:16px;
	color:#000000;
	line-height:20px;
	text-align:center;
	text-transform:uppercase;
	background:#f9ab83;
	padding:6px 10px 6px 10px;
	font-weight: 600;
}

.split-columns .article .title-txt3 a {
	color:#000000;
	text-decoration:none;
}

.split-columns .article .title-txt3.green {
	background:#00ac82;
}
.title-txt {
	display: none;
}

.read-more-button a {
	color: black;
}
.read-more-button {
	padding-top: 10px;
	display: inline-block;
}
.brand-ad img {
	width: 680px;
}
.right-col .article:last-child img {
	max-height: 226px;
}
.st-custom-button {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
	-ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
	-o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
	-webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
	transition: opacity 0.2s ease-in, top 0.2s ease-in;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 100%;
	border: none;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	height: 24px;
	line-height: 20px;
	margin-right: 1px;
	padding: 0 4px;
	position: relative;
	text-align: center;
	top: 0;
	vertical-align: top;
	white-space: nowrap;
	background: black;
}
.st-custom-button:hover {
	background: #84add7;
}
.social-header-share {
	float: right;
}
.social-header-share p {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}
.social-header-share .social-out.so-ra {
	margin-top: -8px;
	margin-bottom: 5px;
}
.social-header-share .social-links ul li a {
	width: 24px;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	margin-right: 5px;
}
.article.article-ft img {
	min-height: 400px;
}
.brand-ad .top-ad-big img {
	width: 960px;
	cursor:pointer;
}
.add-img.ad1.mobile-ad1 {
	text-align: center;
	margin-bottom: 60px;
}
.add-img.ad1.mobile-ad1 img {
	margin-top: -25px;
}
.add-img.ad2.mobile-ad2 {
	text-align: center;
	margin-bottom: 60px;
}
.add-img.ad2.mobile-ad2 img {
	margin-top: -25px;
}
@media only screen and (min-width: 479px) {
	.add-img.ad1.mobile-ad1 {display: none}
	.add-img.ad2.mobile-ad2 {display: none}
}
@media only screen and (max-width: 479px) {
	.add-info .add-img.ad1 {
		display: none;
	}
	.add-info .add-img.ad2 {
		display: none;
	}
}
@media only screen and (max-width: 991px) {
	.dropdown-box {
		position: absolute !important;
		left: -5000px !important;
	}
}

.fa-min-height {
	max-height: 167px;
}
.search.search-title {
	margin-top: 20px;
	margin-bottom: -15px;
}
.article-list.related-article-list {
	width: 100%;
	margin-top: 50px;
}
.article.related-article-article {
	margin-top: 20px !important;
}
.title-txt3.gold.related-article-overlay {
	text-transform: uppercase;
}

@media only screen and (min-width: 992px) {
.fix-logo-on-desktop {
position: absolute !important;
right: 30px;	
}
}
.story-slider-inner img {
	width: 100%;
}
.story-slider-inner p {
	margin: 5px !important;
	padding: 0px;
}
.story-slider-outer {
	padding: 10px;
	background: white;
}
.splide__pagination {
	display: none !important;
}
.splide__arrow {
	top: 200px !important;
}






/* top menu */
@media only screen and (max-width: 991px) {
header > .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.header-main .header-right {
	position: relative;
	order: 4;
	top: 0;
}
.header-main .menu-btn {
	position: relative;
	order: 2;
	margin-right: 12px;
	top: 0;
}
.header-main .brand {
	width: calc(100% - 40px - 40px);
	order: 3;
}
.header-main .brand-ad img {
	width: 100%;
}
.top-ad-small {
	width:100%;
}
.header-main {
	height: unset;
}
.header-main .add-img img {
	max-width: unset;
	max-height: unset !important;
}
.top-ad-small:after {
	content: unset;
}
.brand-ad img, .top-ad-small a {
	position: relative;
}
.header-main .nav-bar {
	top: 192px;
}
}

.ad-pin img {
	width: 100%;
	margin-bottom:30px;
}
.header-main .header-right .search-box .search-btn::before {
	display: none;
}
.header-main .header-right .search-box .search-btn::after {
	display: none;
}
.header-main .header-right .search-box .search-btn {
	background: none;
}
.header-main .container {
	padding: 0 25px;
}
.header-main .header-right .search-box .input-out {
	right: -100px;
}

#skyscraper-container-small {
	position: relative;
}
#skyscraper-banner-container {
	position: absolute;
	z-index: 5;
	/*left: -55px;*/
}
#skyscraper-close {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 100px;
	/*background: red;*/
}
#skyscraper-image {
	max-width: 1010px;
	width: 100%;
}

.skyscraper-image2.skyscraper-big {
	position: absolute;
	top: 0;
	left: unset;
}
.skyscraper-image2 {
	width:100%;
	width: calc(28.73% - 30px);
	height: unset;
	margin-bottom:30px;
	right: 30px;
	top: 0;
	left: unset;
	position:absolute;
	max-height:660px;
	cursor: pointer;
	display: flex;
}
.skyscraper-image2:after {
	content: "";
	padding-top: 250%;
	display: block;
	margin-top: 0 !important;
}
.split-columns2.add-info.add-img {
	margin-top: 30px;
}
.add-info:before {
	/*padding-top: 250%;*/
	width:100%;
	content: "";
	display: block;
}
.skyscraper-image2.skyscraper-big {
	width: calc(100% - 30px);

}
.skyscraper-image2.skyscraper-big::after {
	content: "";
	padding-top: 66%;
	transition: padding-top 0.4s ease-out;

}
.add-info * {
	transition: width 0.4s ease-out;
}

.skyscraper-image2.skyscraper-big a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-top-left-radius: 50%;
}
@media only screen and (max-width: 1199px) {

}


@media screen and (max-width: 1199px) {
	.skyscraper-image2 {
		right: 60px;
		width: calc(28.73% - 44px);
		height: unset;
		margin-bottom: 30px;
		right: 75px;
		top: 0;
		left: unset;
		position: absolute;
		cursor: pointer;
	}
	.skyscraper-image2.skyscraper-big {
		width: calc(100% - 75px) !important;
	}
}
@media only screen and (max-width: 991px) {
	.skyscraper-image2 {
	}
}
@media only screen and (max-width: 769px) {
	.skyscraper-image2 {
		display: none;
	}
}