body {
	background-color: #100726;
	font-family: 'Raleway', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 17px;
	color: #fff;
}

a {
	color: #fff;
	transition: all 0.3s ease 0s;
}

a:hover {
	color: #d71362;
	text-decoration: none;
}

.wrapper {
	width: 1180px;
	margin: 0px auto;
	position: relative;
}

@media(max-width:768px) {
	.wrapper {
		width: 80%;
		margin: 0px auto;
	}
}

.slide-txt {
	color: #fff;
	text-transform: uppercase;
	top: 340px;
	position: absolute;
}

.slide-txt-s {
	font-size: 100px;
	font-weight: 200;
	display: block;
	line-height: 65px;
}

.slide-txt-b {
	font-size: 100px;
	font-weight: 700;
	display: block;
	line-height: 120px;
}

.slide-desc {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 30px;
}

#slides .item {
	width: 100%;
	background-size: cover;
	background-position: center center;
}

@media (max-width: 576px) {
	#slides .owl-dots {
		margin-top: -20px!important;
	}
	.slide-txt {
		color: #fff;
		text-transform: uppercase;
		top: 200px;
		position: absolute;
		z-index: 99999;
	}
	.slide-txt .button {
		display: none;
	}
	.slide-txt-s {
		font-size: 50px;
		font-weight: 200;
		display: block;
		line-height: 25px;
	}
	.slide-txt-b {
		font-size: 50px;
		font-weight: 700;
		display: block;
		line-height: 60px;
	}
	#slides .item {
		height: 350px!important;
	}
	.section-left-offset {
		margin-left: 0px!important;
	}
	.section-desc {
		padding-left: 0px!important;
		padding-top: 80px!important;
	}
	p {
		font-size: 15px!important;
		text-align: justify;
	}
	.button {
		width: 100%;
		display: block;
		text-align: center;
	}
	.image-frame {
		position: relative!important;
	}
	header ul {
		display: none;
	}
	header .social-links {
		display: none;
	}
	.overlay-box h3 {
		font-size: 15px!important;
	}
	h3 {
		font-size: 45px!important;
	}
}

@media (min-width: 768px) {
	#slides .item {
		height: 740px!important;
	}
	#slides .owl-dots {
		margin-top: -20px!important;
	}
}

@media (min-width: 1180px) {
	#slides .item {
		height: 940px!important;
	}
}

header {
	padding: 20px 0px;
	position: absolute;
	top: 0px;
	z-index: 9999;
	width: 100%;
}

.stickyheader {
	z-index: 9999!important;
}

.logo {
	max-width: 150px;
	float: left;
	margin-right: 100px;
}

header ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

header ul li {
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	padding: 15px 20px;
	text-transform: uppercase;
}

header ul li a {
	color: #ffff;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

header ul li a:hover {
	color: #d71362;
	text-decoration: none;
}

.social-header {
	float: right;
	position: absolute;
	top: 15px;
	right: 0px;
}

.social-footer {
	padding: 80px 0px;
}

.social-links a:hover {
	background-color: #d71362;
}

.social-links a {
	background-color: #0b051c;
	text-align: center;
	padding: 8px 0px 0px 0px;
	width: 40px;
	height: 40px;
	color: #fff;
	display: inline-block;
	margin-left: 10px;
}

img {
	width: 100%;
}

section {
	padding: 100px 0px;
}

.sc-nopad {
	padding: 0px 0px 0px 0px;
	position: relative;
}
.image-frame.width100{
	width:100%!important;
}
.image-frame {
	border: 20px solid #0F0F3B;
	position: absolute;
	height: auto;
	width: auto;
}
.image-frame .image-off{
	top: 2.5em;
	left: 2.5em;
	position: relative;
	display: block;
	width: 100%;
}

.image-frame img {
	top: 2.5em;
	left: 2.5em;
	position: relative;
	display: block;
}

.highlight {
	color: #d71362;
}

p {
	color: #9b9aa0;
	padding: 50px 0px;
	letter-spacing: -0.34px;
	line-height: 1.9;
}

.section-desc-p {
	color: #9b9aa0;
	letter-spacing: -0.34px;
	display: block;
	padding-top: 25px;
}

h6 {
	font-size: 30px;
	text-transform: uppercase;
	line-height: 0px;
}

h3 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: -30px;
	margin-top: 0px;
}

.button {
	background-color: #d71362;
	color: #ffffff;
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 1.45px;
	line-height: normal;
	text-decoration: none;
	padding: 1.5em 5em;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	text-decoration: none;
	border: none;
	display: inline-block;
}

.button:hover {
	background: #d71362 linear-gradient(to left, #ffffff 50%, #d71362 50%) no-repeat scroll right bottom / 210% 100%;
	text-decoration: none;
}

.section-desc {
	padding-top: 150px;
	padding: 150px 0px 0px 80px;
}

.section-left-offset {
	margin-left: -140px;
}

#mailer {
	background: #fff;
	color: #333;
	padding: 40px 0px;
}

input[type="email"] {
	background-color: #f5ddef;
	border-color: #f5ddef;
	color: #100726;
	font-family: "Oswald", sans-serif;
	font-size: 14px;
	border: none;
	padding: 1.5em 2em;
	text-transform: uppercase;
	max-width: 350px;
	width: 100%;
}

#mailer h3 {
	font-size: 50px;
}

#news {
	background-image: url(../images/news_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.news-image {
	position: relative;
}

.news-image:hover .mask {
	opacity: 1;
}

.mask {
	background-color: rgba(0, 0, 0, 0.7);
	border: 21px solid #d71362;
	bottom: 0;
	content: " ";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.5s ease 0s;
	z-index: 999;
}

.news_list {
	margin-top: 80px;
}

.news-data {
	padding-top: 50px;
	margin-bottom: 50px;
}

.news-date {
	font-family: 'Oswald', sans-serif;
	color: #d71362;
	text-transform: uppercase;
}

.news-data p {
	padding-top: 20px;
}

.news-data a {
	display: block;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

.news-data a:hover {
	text-decoration: none;
	color: #d71362;
}

#about {
	background-image: url(../images/biography.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-copy {
	font-size: 14px;
	background: #0b051c;
	padding: 40px;
	color: #555;
}

.small-title {
	font-family: 'Oswald', sans-serif;
	color: #d71362;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1.7px;
	font-size: 20px;
	padding-top: 10px;
}

.small-title-desc {
	font-family: 'Oswald', sans-serif;
	color: #fff;
	text-transform: uppercase;
	display: block;
	letter-spacing: 1.7px;
}

#totop:before {
	content: "\f077";
	font-family: 'FontAwesome';
}

#totop {
	background-repeat: no-repeat;
	width: 42px;
	height: 42px;
	color: #fff;
	background-color: #d71362;
	position: fixed;
	right: 40px;
	padding-top: 8px;
	text-align: center;
	bottom: 40px;
	z-index: 9999;
	cursor: pointer
}

.chew-cell a {
	display: block;
	width: 100%;
	height: 100%:
}

.box {
	background: #d71362;
	width: 100%;
	height: 100%;
	position: relative;
}

.box:hover .mask {
	opacity: 1;
	cursor: pointer;
}

.overlay-box h3 {
	font-size: 40px;
	font-weight: 700;
}

.overlay-box {
	background: #fff;
	padding: 50px;
	max-width: 700px;
	opacity: 0.9;
	color: #222;
}

.overlay-box .button {
	margin-top: 45px;
}

.gallery-overlay-box {
	position: absolute;
	top: 20%;
	z-index: 9999;
	width: 100%;
}

#bio_more {
	max-width: 500px;
	color: #333;
	padding: 50px;
}