/*!
 * IE10 viewport hack for Surface/desktop Windows 8 bug
 * Copyright 2014-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*
 * See the Getting Started docs for more information:
 * http://getbootstrap.com/getting-started/#education-ie10-width
 */
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }


body {
	background-color: #000000;
	overflow-x: hidden;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #000000;
}

* {
	font-family: 'Poppins', sans-serif;
}

body {
	background-color: #f7f7f7;
}

h1 span {
	display:block;
	font-weight:300;
	font-size: 50px!important;
}

h1 {
	font-weight: 400;
	font-family: 'abril fatface', sans-serif;
	font-size: 45PX;
	color: #ffffff;
}

h2 {
	letter-spacing: 0px;
	color:#333;
	font-size: 50px;
	line-height: 1.2;
	margin-top:0px;
	margin-bottom: 30px;
	font-family: "acumin-pro-extra-condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
}

h3 {
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color:#454c4c;
}

h4 {
	color: #333333;
	letter-spacing:0px;
	font-size: 15px;
	line-height: 23px;
	margin-top: 10px;
}

h5 {
	color: #f74c5c;
	letter-spacing:0px;
	font-size: 24px;
	line-height: 30px;
	margin-top: 10px;
}

h6 {
	color: #000;
	letter-spacing:0px;
	font-size: 20px;
	line-height: 23px;
	margin-top: 10px;
}


hr {
	background-color:#333333;
	width: 150px;
	height:1px;

}

.mobile-show{
	display: none;
	visibility: hidden;
}

.bumper {
	width: 100%;
	padding: 70px 0px;
	margin-bottom: 0px;
	background-position: center center;
	background-size: cover;
}

.bumper-top {
	width: 100%;
	padding-top: 100px;
	margin-bottom: 0px;
	background-position: center center;
	background-size: cover;
}

.bumper-both {
	padding: 100px 0px;
	margin-bottom: 0px;
	background-position: center center;
	background-size: cover;
}

.bumper-bottom {
	width: 100%;
	padding-bottom: 100px;
	margin-bottom: 0px;
	background-position: center center;
	background-size: cover;
	background-color: #f7f4ee ;
}

.editorsimage {
	padding-bottom: 10px;
}

.editorsimage h3 {
	padding-top: 20px;
}

.banner {
	margin-bottom: 0px;
	padding-top: 4%;
	padding-bottom: 2%;
	background-position: right bottom;
	background-size: cover;
	background-color: #192422;
}

.editorspick{
	background-color: #ffffff;
	margin-bottom: 0px;
	background-position: center center;
	background-size: cover;
}


.contributors {
	width: 100%;
	padding: 70px 0px;
	margin-bottom: 0px;
	background-position: center center;
	background-size: cover;
	background-color: #001e2e;
}

.contributors h2 {
	color: #ffffff;
}

.contributors p {
	color: #ffffff;
}

.contributors h6 {
	color: #00e6c7;
	padding-top: 20px;
}


.team {
	width: 100%;
	padding: 70px 0px;
	margin-bottom: 0px;
	background-position: center center;
	background-size: cover;
	background-color: #001e2e;
}

.team h2 {
	color: #ffffff;
}

.team p {
	color: #ffffff;
}

.team h6 {
	color: #00e6c7;
	padding-top: 20px;
}


.exclusive {
	margin-bottom: 0px;
	padding-top: 70px;
	padding-bottom: 70px;
	background-position: right bottom;
	background-size: cover;
	background-color: #F5F5F5;
}

.exclusive p {
	padding-bottom: 10px;
}

#new {
	background-color:#00e6c7 ;
}

#new h2 {
	padding-top: 100px;
}

.exclusive h3 {
	color: #ffffff;
}

.issues {
	margin-bottom: 0px;
	padding-top: 4%;
	padding-bottom: 2%;
	background-position: right bottom;
	background-size: cover;
	background-color: #f7f4ee;
}

.advert {
	width:100%;
	margin:-60px auto;
	display:block;
	background-image: url("../img/dot-border-horizontal.svg");
	background-position: 50% 50%;
	background-repeat: repeat-x;
	background-size: 2140px;
}

.advert-banner {
	width:95%;
	max-width:700px;
	margin:0px auto;
	display:block;
}

.advert-mpu {
	width:100%;
	margin:0px auto;
	display:none;
}

.advert-banner img {
	width:100%;
	max-width:700px;
	margin:0 auto;
	display:block;
	-webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
}

.advert-mpu img {
	width:300px;
	margin:0 auto;
	display:block;
	-webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
}


footer {
	color: #ffffff;
	background-color: #000;
	font-size: 9pt;
	vertical-align: middle;
	padding: 40px 0;
}

footer > ul {
	margin-bottom: 0;
}

.icons {
	background-color: #2ab6ba!important;
}

.icon-svg {
	vertical-align: middle;
	height: 22px;
}

.icons-social {
	margin-right: 10px;
	margin-bottom: 5px;
}

.icons-social:hover {
	color: #43c7f1;
}

.resize {
	width: auto;
	max-width: 100%;
}

a {
	color: #6cb495;
	text-decoration: none;
}

li a {
	color: #00e6c7;
	text-decoration: none;
	font-weight:normal;
}

li a:hover {
	color: #00e6c7;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #00e6c7;
	font-weight: bolder;
}

.center {
	text-align: center;
}

.jumbotron {
	margin-bottom: 0px;
	background-position: center center;
	background-size: cover;
	padding-top: 7%;
	padding-bottom: 7%;
	background-color: #2ab6ba;
}

.jumbotron h1 {
	font-size: 70px;
	color: #ffffff;
	letter-spacing: 0px;
	line-height: .9;
	margin-top:0px;
	font-family: "acumin-pro-extra-condensed", sans-serif;
	font-weight: 700;
}

.jumbotron h2 {
	font-size: 90px;
	color: #fff;
	font-family: "acumin-pro-extra-condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.jumbotron h3 {
	font-size: 50px;
	color: #fff;
}

#hero1 {
	width: 100%;
	height: 100%;
	background-image: url("../img/hero.jpg");
}

.new h2 {
	color: #ffffff;
}

.new p {
	color: #ffffff;
}

p {
	font-size: 12pt;
	margin-bottom: 20px;
}

.magazine-btninverse.focus, 
.magazine-btninverse:focus, 
.magazine-btninverse:hover {
	color: #0e1532;
}

.btn {
	margin: 5px 5px 30px 5px;
}

.btn.active:focus, 
.btn:active, 
.btn:focus {
	outline: none!important;
	box-shadow: none!important;
}

.spacer {
	padding: 15px;
	text-align: left;
}

.list-inline > li {
	padding-left: 2px;
	padding-right: 2px;
}

.navbar {
	min-height: 95px;
}
.navbar-brand {
	padding: 0;
}

.navbar-right {
	margin-top: 8px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle {
	background: none;
	margin-top: 3px;
	margin-bottom: 12px;
	padding: 14px 10px !important;
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:active, 
.navbar-default .navbar-toggle:focus {
	background: #3a3a3a;
}

.navbar-default .navbar-toggle:hover .icon-bar, 
.navbar-default .navbar-toggle:active .icon-bar, 
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #f2f2f2;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}


.navbar-default {
	background: rgba(0, 0, 0, 0);
	border: 0;
	padding: 15px 0px 10px 0px;
}

.navbar-fixed-top { 
	background: transparent;
	transition: background 0.5s ease 0s;
}

.navbar-fixed-top.opaque {
    background: rgba(18, 18, 37, .99); #001e2e
    transition: background 0.5s ease 0s;
}

.navbar-fixed-top.opaque #mainlogo {
	background-image: url("../img/logo-strip.png");
}

.navbar-fixed-top .navbar-nav > li > a {
	color: #ffffff;
	padding-top: 25px 15px 15px 15px;
}

.navbar-default .navbar-nav > li > a {
	font-weight: bold;
}

.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active {
	background-color: #00e6c7;
	color: #ffffff;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-fixed-top .navbar-nav > .active > a, 
.navbar-fixed-top .navbar-nav > .active > a:focus, 
.navbar-fixed-top .navbar-nav > .active > a:hover {
	background-color: #dfb166;
	color: #ffffff;
}

.navbar-fixed-bottom .navbar-collapse, 
.navbar-fixed-top .navbar-collapse {
	max-height: 540px;
}
#latest-editions{
	    background-repeat: no-repeat;
    background-size: 101%;
    padding: 50px 0 70px 0px;
}

.blog-row {
	width:100%;
	margin: 0 auto;
}

.blog {
	width:50%;
	margin: 10px auto 0 auto;
	display:inline-block;
	vertical-align: top;
}

.blog-row h3 {
	margin: 15px auto 15px auto!important;
}

.blog h3 {
	margin: 25px auto 15px auto!important;
	font-weight:700!important;
}

.blogsmall {
	width: 30%;
	display: inline-block;
	margin: 0 1.5%;
}

.blogsmall-carousel {
	width: 50%;
	display: inline-block;
	margin: 0 auto;
}

.blogsmall-carousel-single {
	width: 50%;
	display: inline-block;
	margin: 0 25%;
}

.blogsmall-carousel h4 {
	margin-top: 30px;
}

.blogsmall h3, .blogsmall-carousel h3  {
	margin: 0px auto 15px auto!important;
	font-weight:700!important;
}

.blog img {
	padding-top: 15px;
}

.item .blogsmall-carousel {
	background-color: #ffffff;
	width: 100%;
	padding: 0;
	margin: 2%;
	border-radius: 10px;
	box-shadow: 1px 1px 12px 0 rgb(0 0 0 / 15%);
	-webkit-box-shadow: 1px 1px 12px 0 rgb(0 0 0 / 15%);
	-ms-box-shadow: 1px 1px 12px 0 rgb(0 0 0 / 15%);
}

.item .blogsmall-carousel p {
	min-height: 100px;
	padding-bottom: 20px;
	width: 90%;
	margin: 0 auto;
	font-size: 12px;
}

.sr-only {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.carousel-control-prev {
	left: 0;
}

.carousel-control-next {
	right: 0;
}

#carousel-desktop {
	margin-top:0px;
	display: block!important;
}

#carousel-mobile {
	margin-top:0px;
	display: none!important;		
}

.carousel-control-next, .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 7%;
	color: #fff;
	text-align: center;
	opacity: 1;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	margin-top: -75px;
	width: 75px;
	height: 75px;
	background: transparent no-repeat center center;
	background-image: none;
	background-size: auto;
	background-size: 100% 100%;
}

.carousel-control-prev-icon {
	background-image: url("../img/arrow-left.svg");
}

.carousel-control-next-icon {
	background-image: url("../img/arrow-right.svg");
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}

.blogsmall-image {
	width: 100%;
}

.blogsmall-image img {
	width: 100%;

}

#mainlogo {
	background-image: url("../img/logo-strip.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 300px;
	height: 0;
	padding-top: 34.96%;
}

.container {
	margin: 0 auto;
}

.advert {
	width:100%;
	margin:-60px auto;
	display:block;
}

.advert-banner {
	width:95%;
	max-width:700px;
	margin:0px auto;
	display:block;
}

.advert-mpu {
	width:100%;
	margin:0px auto;
	display:none;
}

.advert-banner img {
	width:100%;
	max-width:700px;
	margin:0 auto;
	display:block;
	-webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
}

.advert-mpu img {
	width:300px;
	margin:0 auto;
	display:block;
	-webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
}


.magazine-btn, 
.magazine-btn:active, 
.magazine-btn:active:focus {
	background-color:#00e6c7;
	color: #ffffff;
	font-weight: bold;
	padding: 15px;
	width: auto;
	min-width: 100px;
}

.magazine-btn:hover, 
.carousel-btn:hover  {
	background-color: #ffffff;
	color: #0e1532;
}

.banner-btn, 
.banner-btn:active, 
.banner-btn:active:focus {
	background-color:#001e2e;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	width: auto;
	min-width: 100px;
	border-radius: 5px;
	margin-bottom: 30px;
	display: inline-block;
}

.banner-btn:hover {
	background-color:#fff;
	color: #001e2e;
	font-weight: bold;
	padding: 15px;
	width: auto;
	min-width: 100px;
	border-radius: 5px;
	text-decoration: none;
}

.banner-btn2, 
.banner-btn2:active, 
.banner-btn2:active:focus {
	background-color:#00e6c7;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	width: auto;
	min-width: 100px;
	border-radius: 5px;
	margin-bottom: 30px;
	display: inline-block;
}

.banner-btn2:hover {
	background-color:#001e2e;
	color: #ffffff;
	font-weight: bold;
	padding: 15px;
	width: auto;
	min-width: 100px;
	border-radius: 5px;
	text-decoration: none;
}

.magazine-btninverse, 
.magazine-btninverse:active, 
.magazine-btninverse:active:focus {
	background-color: #00e6c7;
	color: #fff;
	font-weight: bold;
	padding: 15px;
}

.magazine-btninverse:hover {
	background-color: #2b1f10;
	color: #fff;
}


button .hide-btn {
	display: none;
}

.line {
	height:20px;
	vertical-align:bottom;
}

.icon-size {
	width: 90%;
	max-width: 90px;
}

@media (min-width: 992px) {
  .col-md-offset-15 {
    margin-left: 12.5%;
  }
}

@media (max-width: 991px) {
		#mainlogo {
		width:250px!important;
	}

	.team-img{
			max-width: 300px!important;
	}

	h2 {
		margin-left: 3.5%;
	}


    .col-sm-3 {
        width: 33%!important;
    }

}

@media (max-width: 970px) {
	.navbar-fixed-top, .navbar-fixed-top .opaque {
		background: rgba(18, 18, 37, .99);
		transition: background 0.5s ease 0s;
	}

	.magazines-logo {
		width:29%;
		display: inline-block;
		margin-top: 75px;
		top: -50px;
	} 

	.navbar {
		min-height: 80px;
	}

	.navbar-header {
		margin-left:0px;
		border: 0px!important;
	}

	#mainlogo {
		width:250px!important;
	}

	#winter24, #autumn23, #summer23, #spring23, #winter22, #autumn22, #spring22, #autumn21 {
		padding-bottom: 40px;
	}

	.magazine-btn {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.jumbotron {
		padding: 0px 0px 50px 0px;
	}

	.navbar-nav {
		margin: 0px -15px;
	}

	.navbar-default .navbar-nav > li > a:hover {
		color: #ffffff;
		background-color: #00e6c7;
	}

	.navbar-fixed-top .navbar-nav > li > a {
		color: #ffffff;
	}

	.jumbotron h1{
		text-align: center;
		font-size: 50px;
	}

	#logo{
		padding-top: 120px;
	}

	#new h2 {
		padding-top: 10px;
	}
}

@media (max-width: 767px) {
	.navbar-fixed-top .navbar-nav > li > a {
		padding: 20px;
		text-align: center;
	}

		#carousel-desktop {
		display: none!important;
	}

	#carousel-mobile {
		display: block!important;		
	}

	.item .blogsmall-carousel {
		width: 80%;
		padding: 2% 1%;
		margin: 4% 10%;
	}

	.blogsmall-carousel h4 {
		font-size: 25px;
		margin-bottom: 5px;
	}

	.item .blogsmall-carousel p {
		min-height: 100px;
		padding-bottom: 30px;
	}

	.carousel-control-next, .carousel-control-prev {
		width: 15%;
	}

}

@media (max-width: 600px) {
	.jumbotron h2 {
		font-size: 70px;
	}

	#new h2{
		padding-top: 0px;
	}
	
	.bumper {
		padding: 55px 0px;
	}

	.navbar {
		min-height: 80px;
	}

	.navbar-brand {
		float: left;
		height: 50px;
		padding: 0px 0px 0px 10px;
	}

	.navbar-header {
		margin-left:0px;
	}

	p {
		padding: 0;
	}

	.advert {
		margin:-125px auto;
	}

	.advert-banner {
		display:none;
	}

	.advert-mpu {
		display:block;
		margin: 0 auto;
	}

	.bumper-top {
		width:100%;
		padding-top: 165px;
	}

	.bumper-both {
		width:100%;
		padding: 165px 0px;
	}

	.bumper-bottom {
		width:100%;
		padding-bottom: 165px;
	}

	#logo{
		padding-top: 80px;
		max-width: 450px;
	}
}


@media (max-width: 480px) {
	.jumbotron h3 {
		font-size: 40px;
	}

	.carousel-control-next, .carousel-control-prev {
    width: 15%;
	}
	.mobile-show{
		display: inline-block;
		visibility: visible;
		padding-top: 100px;
	}

	.magazines-logo {
		width:100%;
	} 

	.magazines-logo img {
		max-width:220px;
	}  

	h3 {
		font-size: 18px;
		color: #454c4c;
	}

	.btn, {
		margin: 10px 5px 20px 5px;
	}

	#logo {
		max-width: 100%;
		padding-top: 10px;
	}
}





/** Cookie Consent **/
.freeprivacypolicy-com---nb-simple {
	min-width: 100% !important;
	color: #4A4A4A !important;
	font-family: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}
.freeprivacypolicy-com---palette-light .cc-nb-okagree,
.freeprivacypolicy-com---palette-light .cc-nb-reject,
.freeprivacypolicy-com---palette-light .cc-nb-changep,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save
{
	background-color: #4A90E2 !important;
	border-radius: 5px !important;
	color: #ffffff !important;
}
.freeprivacypolicy-com---palette-light .cc-nb-okagree:hover,
.freeprivacypolicy-com---palette-light .cc-nb-reject:hover,
.freeprivacypolicy-com---palette-light .cc-nb-changep:hover,
.freeprivacypolicy-com---palette-light .cc-cp-foot-save:hover {
	opacity: 75%;
}
.freeprivacypolicy-com---palette-light .cc-cp-foot-byline {
	opacity: 0%;
}
.freeprivacypolicy-com---palette-light .cc-cp-foot-byline a {
	pointer-events: none;
	cursor: default;
}
/** /Cookie Consent **/