@import url('https://fonts.googleapis.com/css?family=Actor|Yeseva+One|Pacifico|Raleway');


.content-banner-page-width .banner-container .caption {
	/* 	background-color: #f2f2f2; */
	background-color: #121212;
}

.content-banner-page-width .banner-container {
	background: #121212;
}

.new-dropcap {
	margin: 0 0 0 -20px !important;
}

.sub {
	font-size: 18px;
	font-family: 'Raleway', sans-serif !important;
}

article>p {
	font-family: 'Actor', sans-serif;
}

.head {
	color: #13b9b0 !important;
	font-size: 22px;
	margin-bottom: 10px !important;
	font-family: 'Raleway', sans-serif !important;
}

article>p a {
	color: #7d7ed6 !important;
}

article a:hover {
	color: #4f23b3 !important;
}

article div.full-width.photo-essay {
	margin-top: 45px;
	margin-bottom: 0;
	border-top: none !important;
}


.dong .button .bottom {
	background-color: #8e45d2;
}

.dong .button .top .label {
	color: #f5f477;
}

.gao .button .bottom {
	background-color: #5c60d2;
}

.gao .button .top .label {
	color: #f5f477;
}

article .bu-container {
	float: left;
	margin: 0;
	width: auto;
}

article .bu-container .alignleft {
	max-width: 100%;
}

a.button,
input.button {
	background-color: #fff !important;
}

b {
	position: relative;
	display: block;
	font-family: helvetica neue, helvetica, sans-serif;
	line-height: 1.15em;
	margin-top: -1.15em;
	top: 2.3em;
	font-size: 0.67em;
	font-weight: 400;
	letter-spacing: 0.025em;
	opacity: 0.75;
	text-align: center;
}

b span {
	font-size: 0.785em;
	font-weight: 400;
	opacity: 0.4;
}

section.intro {
	width: 200px;
	margin-top: 0;
	margin-bottom: 50px;
	/*   margin: 100px auto 0; */
}

.button {
	display: inline-block;
	text-decoration: none;
	position: relative;
	margin-top: 40px;
}

.button .bottom {
	position: absolute;
	left: 30px;
	top: 15px;
	width: 108%;
	height: 60px;
	background-color: #2acdc1;
	display: block;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.button .top {
	position: relative;
	left: 0;
	top: 0;
	width: calc(100% + 40px);
	height: 100%;
	padding: 20px;
	border: 2px solid #04049d;
}

.button-dark .top {
	border: 2px solid #fff;
}

.button .top .label {
	font-family: sans-serif;
	font-weight: 600;
	color: #04049d;
	font-size: 12px;
	line-height: 110%;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.button-dark .top .label {
	color: #fff;
}

.button:hover .bottom {
	left: 0;
	top: 0;
	background-color: #f3f3f3;
}

.button:hover .top .label {
	color: #2acdc1;
}

.button-border {
	position: absolute;
	background-color: #2acdc1;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.button:hover .top .button-border-left,
.button:hover .top .button-border-right {
	height: calc(100% + 2px);
}

.button:hover .top .button-border-top,
.button:hover .top .button-border-bottom {
	width: calc(100% + 2px);
}

.button-border-left {
	left: -2px;
	bottom: -2px;
	width: 2px;
	height: 0;
}

.button-border-top {
	left: -2px;
	top: -2px;
	width: 0;
	height: 2px;
}

.button-border-right {
	right: -2px;
	top: -2px;
	width: 2px;
	height: 0;
}

.button-border-bottom {
	right: -2px;
	bottom: -2px;
	width: 0;
	height: 2px;
}


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

	article .bu-container {
		float: none;
		margin: 0 15%;
		display: block;
	}
}

.publication-butoday .page-wrapper {
	background: #fff;
}