html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	vertical-align: middle;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	 overflow: auto;
}


/* Normalized Styles
------------------------------------------------------------------------------*/

body {
	font: 16px/25px 'Source Sans Pro', sans-serif;
	color: #221f28;
	background: #fff;
	min-width: 320px;
	-webkit-text-size-adjust: none;
}

.ios body{
	padding-top: 67px;
}

.ios body.home-ready{
	padding-top: 0;
}

input, textarea, select, button {
	outline: none;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

a {
	text-decoration: none;
	color: #d8833d;
}

a:hover {
	text-decoration: underline;
}

a.btn,
.btn {
	border-radius: 5px;
	border: 1px solid #fdbb09;
	color: #fdbb09;
	font-size: 24px;
	padding: 0 17px 2px 17px;
	height: 44px;
	line-height: 40px;
	background: none;
	display: inline-block;
	-webkit-transition: background-color 500ms ease-in-out;
	-moz-transition: background-color 500ms ease-in-out;
	-o-transition: background-color 500ms ease-in-out;
	-ms-transition: background-color 500ms ease-in-out;
	transition: background-color 500ms ease-in-out;
}

a.btn-2,
.btn-2 {
	border-radius: 5px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 20px;
	padding: 0 15px;
	height: 37px;
	line-height: 32px;
	background: none;
	display: inline-block;
	-webkit-transition: background-color 500ms ease-in-out;
	-moz-transition: background-color 500ms ease-in-out;
	-o-transition: background-color 500ms ease-in-out;
	-ms-transition: background-color 500ms ease-in-out;
	transition: background-color 500ms ease-in-out;
}

a.btn-2:hover,
.btn-2:hover {
	color: #fdbb09;
	background: #fff;
	text-decoration: none;
}

a.btn:hover,
.btn:hover {
	color: #fff;
	background: #fdbb09;
	text-decoration: none;
}

a.btn.sm,
.btn.sm {
	font-size: 20px;
	padding: 0 16px 0 16px;
	height: 37px;
	line-height: 35px;
	-webkit-transition: background-color 500ms ease-in-out;
	-moz-transition: background-color 500ms ease-in-out;
	-o-transition: background-color 500ms ease-in-out;
	-ms-transition: background-color 500ms ease-in-out;
	transition: background-color 500ms ease-in-out;
}

a.btn.large,
.btn.large {
	font-size: 38px;
	padding: 0 29px;
	height: 71px;
	line-height: 61px;
	border-radius: 8px;
	border-width: 3px;
	-webkit-transition: background-color 500ms ease-in-out;
	-moz-transition: background-color 500ms ease-in-out;
	-o-transition: background-color 500ms ease-in-out;
	-ms-transition: background-color 500ms ease-in-out;
	transition: background-color 500ms ease-in-out;
}

a.btn.sm-2,
.btn.sm-2 {
	border: 2px solid #fdbb09;
	font-size: 16px;
	padding: 0 13px;
	height: 31px;
	font-weight: 600;
	line-height: 27px;
	-webkit-transition: background-color 500ms ease-in-out;
	-moz-transition: background-color 500ms ease-in-out;
	-o-transition: background-color 500ms ease-in-out;
	-ms-transition: background-color 500ms ease-in-out;
	transition: background-color 500ms ease-in-out;
}

.transparent {
	opacity: 0;
}

/* Container
------------------------------------------------------------------------------*/

.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
.container:after {
	content:'';
	display:block;
	clear:both;
}
/* Navigation
------------------------------------------------------------------------------*/

#menu {
	height: 67px;
}

#menu .menu-hold {
	height: 67px;
	background: url(../images/webp/bg_header.webp) 50% 0;
	text-align: center;
	padding: 23px 0 0 0;
	z-index: 999;
	position: relative;
}

#menu.moved .menu-hold {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
}

.menu-hold.fixed {
	position: fixed !important;
	left: 0;
	right: 0;
	top: 0;
}

#menu li {
	display: inline-block;
	margin: 0 12px 0 13px;
	padding-bottom: 19px;
	position: relative;
}

#menu a {
	color: #fff;
	font-size: 17px;
	/*text-shadow: 0 0 18px rgba(202,122,8,0.8);*/
}

#menu ul ul {
	position: absolute;
	top: 44px;
	left: 50%;
	margin-left: -45px;
	width: 90px;
	background: #1a181e;
	text-align: center;
	line-height: 24px;
	padding: 21px 0 24px;
	display: none;
}

#menu ul li:hover ul {
	/*display: block;*/
}

#menu ul ul:after {
	position: absolute;
	content: "";
	left: 50%;
	top: -7px;
	margin-left: -7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 7px 7px;
	border-color: transparent transparent #1a181e transparent;
}

#menu ul ul li {
	display: block;
	margin: 0;
	padding-bottom: 0;
}

.ios #menu{
	position: absolute;
	width: 100%;
}
.ios #home{
	padding-top: 184px;
}
.ios .album{
	padding-top: 179px;
}

/* book
------------------------------------------------------------------------------*/

.book {
	overflow: hidden;
	color: #c8c6ce;
	background: #2d2a35 url(../images/webp/bg_body_1.webp) no-repeat 50% 0;
	text-align: center;
	font-weight: 300;
}

.book .logo {
	cursor: pointer;
	display: inline-block;
	margin: 66px auto 20px;
}

.book a {
	color: #c8c6ce;
}

.book form {
	max-width: 570px;
	width: 100%;
	margin: auto;
	padding: 85px 0 26px 0;
}

.book label.long {
	width: 11%;
}

.book label {
	float: left;
	width: 9%;
	font-weight: 300;
	color: #c8c6ce;
	line-height: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}

.book fieldset {
	border-bottom: 1px solid #888398;
	margin-bottom: 43px;
	position: relative;
	padding: 0 0 9px;
}

.book .long + textarea,
.book .long + input {
	width: 89%;
}

.book textarea,
.book input {
	border: none;
	resize: none;
	border-radius: 0;
	background: none;
	height: 20px;
	line-height: 20px;
	border: 0;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #ffffff;
	padding: 0 0 0 10px;
	display: block;
	width: 91%;
}

.book .btn {
	margin: 52px 0 30px 0;
}

.book-text {
	background: #1b1a20;
	color: #ffffff;
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	padding: 93px 0 98px 0;
}

.book-text h3 {
	font-weight: 300;
}

.event-slider {
	background: url(../images/bg_body_2.jpg) no-repeat 50% 50%;
	background-size: cover;
	font-size: 16px;
	line-height: 21px;
	color: #c8c6ce;
	font-weight: 300;
	position: relative;
}

.event-slider .holder {
	margin-left: 5px;
	padding-right: 8px;
}

.event-slider li {
	height: 100%;
	min-height: 619px;
	border-left: 1px solid #585465;
	padding: 0 28px;
}

.event-slider p {
	padding-bottom: 13px;
}

.event-slider .month {
	font-size: 19px;
	line-height: 19px;
	color: #fff;
	padding: 40px 0 0 0;
}

.event-slider .bx-viewport {
	overflow: hidden;
}

.event-slider .bxslider {
	margin-left: -1px;
}

.event-slider .day {
	font-size: 77px;
	line-height: 68px;
	color: #fec70b;
	font-weight: bold;
	padding-bottom: 35px;
	border-bottom: 1px solid #5a5666;
	margin-bottom: 23px;
}

.event-slider h3 {
	font-weight: 300;
	font-size: 26px;
	line-height: 28px;
	color: #fec70b;
	padding-bottom: 17px;
	margin-right: -15px;
}

.event-slider .place {
	background: #888398;
	margin: 0 -28px;
	padding: 8px 19px 9px 28px;
	display: inline-block;
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	line-height: 21px;
	margin-bottom: 13px;
}

.event-slider a.btn {
	font-size: 20px;
	font-weight: normal;
	line-height: 33px;
	height: 37px;
	padding: 0 14px;
	margin: 10px 0 0 0;
}

.no-events.event-slider .holder {
	margin: 0;
	padding: 0;
	display: table;
	height: 100%;
	width: 100%;
	min-height: inherit;
}

.no-events.event-slider .holder-row {
	display: table-row;
}

.no-events.event-slider p {
	font-size: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.nav {
	background: #1b1a20;
	height: 79px;
	line-height: 81px;
	text-align: center;
	font-size: 18px;
	color: #888398;
}

.nav p {
	display: inline-block;
	letter-spacing: -0.5px;
	font-weight: 300;
}

.nav .prev {
	display: inline-block;
	vertical-align: top;
	background: url(../images/bg_arrow.png) no-repeat;
	height: 36px;
	width: 20px;
	margin: 22px 37px 0 0;
}

.nav .next {
	display: inline-block;
	vertical-align: top;
	background: url(../images/bg_arrow.png) no-repeat -20px 0;
	height: 36px;
	width: 20px;
	margin: 22px 0 0 37px;
}

.event-slider .bx-pager {
	display: none;
}

.event-slider .bx-prev {
	position: absolute;
	left: 50%;
	margin-left: -110px;
	background: url(../images/bg_arrow.png) no-repeat;
	height: 36px;
	width: 20px;
	display: block;
	text-indent: -999em;
	bottom: -58px;
}

.event-slider .bx-next {
	position: absolute;
	right: 50%;
	margin-right: -110px;
	background: url(../images/bg_arrow.png) no-repeat -20px 0;
	height: 36px;
	width: 20px;
	display: block;
	text-indent: -999em;
	bottom: -58px;
}

.past-event {
	background: url(../images/webp/bg_header.webp) 50% 0;
	text-align: center;
	color: #221f28;
	font-size: 18px;
	padding: 84px 0 103px 0;
}

.past-event h2 {
	font-weight: 300;
	font-size: 42px;
	line-height: 42px;
	padding-bottom: 48px;
}

.past-event .city {
	line-height: 39px;
	height: 41px;
	padding: 0 12px;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 11px;
	background: rgba(255, 255, 255, 0.82);
}

.past-event .info {
	padding-bottom: 27px;
	display: block;
	font-weight: 300;
}

.past-event .info span {
	padding: 0 6px;
	font-weight: 300;
}

.blog-head {
	background: url(../images/webp/bg_body_3.webp) no-repeat 50% 50%;
	background-size: cover;
	position: relative;
	min-height: 178px;
}

.blog-head .scroll-down {
	background: url(../images/bg_arrow_down.png) no-repeat;
	height: 55px;
	width: 55px;
	display: block;
	position: absolute;
	bottom: 61px;
	left: 50%;
	margin-left: -27px;
}

.blog-head .win-height-no {
	overflow: hidden;
	padding: 0 0 20px;
	display: table;
	width: 100%;
}

.blog-head .holder {
	display: table-cell;
	padding: 20px 0 0 0;
	text-align: center;
	vertical-align: middle;
}

.blogs {
	padding: 96px 0 0 0;
	background: url(../images/webp/bg_body_4.webp) no-repeat 50% 50%;
	background-size: cover;
	font-size: 16px;
	line-height: 25px;
	color: #dddddd;
}

.blogs section {
	max-width: 828px;
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.blogs article {
	border-bottom: 1px solid #676179;
	overflow: hidden;
	padding-bottom: 67px;
	margin-bottom: 69px;
}

.blogs article:last-child {
	border-bottom: none;
	padding-bottom: 45px;
}

.blogs article h3 {
	font-size: 25px;
	line-height: 28px;
	color: #fdbb09;
	float: left;
	width: 220px;
	text-align: right;
	padding: 3px 30px 0 0;
}

.blogs article .info {
	border-left: 1px solid #676179;
	padding-left: 30px;
	overflow: hidden;
	padding-bottom: 14px;
}

.blogs article .btn {
	margin: 20px 0 0 0;
}

.videos iframe {
	display: block;
}

.videos .big li {
	display: none;
}

.videos .big li:first-child {
	display: block;
}

.videos .thumbs {
	overflow: hidden;
	border-bottom: 1px solid #d0d0d1;
	background-color: rgba(255, 255, 255, .83);
	padding: 22px 35px 25px;
	position: relative;
}

.videos .thumbs img {
	display: block;
	max-height: 118px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 10px;
}

.videos .bx-prev {
	position: absolute;
	left: 12px;
	top: 100px;
	background: url(../images/bg_arrow_5.png) no-repeat;
	width: 13px;
	height: 24px;
	text-indent: -999em;
}

.videos .bx-next {
	position: absolute;
	right: 12px;
	top: 100px;
	background: url(../images/bg_arrow_5.png) no-repeat 100% 0;
	width: 13px;
	height: 24px;
	text-indent: -999em;
}

.videos .thumbs a {
	font-size: 17px;
	color: #fdbb09;
	text-shadow: none;
	line-height: 18px;
	font-weight: bold;
	font-family: sans-serif;
}

.about {
	background: url(../images/webp/bg_body_5.webp) no-repeat 50% 50%;
	background-size: cover;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
}

.about .container {
	max-width: 790px;
}

.about .info {
	width: 280px;
	padding: 113px 0 82px 0;
}

.about .info p {
	padding-bottom: 25px;
	font-weight: 300;
}

.about .logo {
	margin-bottom: 34px;
	display: inline-block;
}

.timeline {
	text-align: center;
	padding: 118px 0 136px;
	background: url(../images/webp/bg_header.webp) 50% 0;
}

.timeline section {
	max-width: 810px;
	width: 100%;
	margin: auto;
	position: relative;
}

.timeline section:after {
	position: absolute;
	content: "";
	width: 10px;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	background: #eeb008;
}

.timeline article {
	position: relative;
	z-index: 99;
	overflow: hidden;
	margin-bottom: 139px;
}

.timeline .space-2 {
	margin-bottom: 81px;
}

.timeline .space-3 {
	margin-bottom: 114px;
}

.timeline .space-4 {
	margin-bottom: 184px;
}

.timeline .space-5 {
	margin-bottom: 94px;
}

.timeline .space-6 {
	margin-bottom: 145px;
}

.timeline .space-7 {
	margin-bottom: 114px;
}

.timeline article:last-child {
	margin-bottom: 0;
}

.timeline article:after {
	position: absolute;
	content: "";
	width: 50%;
	top: 0;
	height: 1px;
	right: 0;
	background: #fff4d2;
}

.timeline article:before {
	position: absolute;
	content: "";
	width: 50%;
	bottom: 0;
	height: 1px;
	left: 0;
	background: #fff4d2;
}

.timeline article img {
	display: block;
	border-radius: 500px;
	border: 9px solid #fff4d2;
	margin: auto;
}

.timeline article .left-info {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 270px;
	padding: 0 10px;
}

.timeline article .right-info {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	width: 230px;
}

.timeline .space-2 .left-info {
	width: 280px;
}

.timeline .space-2 .right-info {
	width: 275px;
}

.timeline .space-3 .left-info {
	width: 340px;
}

.timeline .space-3 .right-info {
	width: 280px;
}

.timeline .space-4 .left-info {
	width: 270px;
}

.timeline .space-4 .left-info .info {
	padding-left: 15px;
}

.timeline .space-4 .right-info {
	width: 280px;
}

.timeline .space-5 .left-info {
	width: 325px;
}

.timeline .space-5 .right-info {
	width: 265px;
}

.timeline .space-6 .left-info {
	width: 270px;
}

.timeline .space-6 .left-info .info {
	padding-left: 20px;
}

.timeline .space-6 .right-info {
	width: 305px;
}

.timeline article .holder {
	height: 100%;
	display: table;
}

.timeline article h2 {
	font-size: 41px;
	line-height: 40px;
	font-weight: 300;
}

.timeline article .left-info h2 {
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 32px;
}

.timeline article .right-info h2 {
	padding-top: 30px;
}

.timeline article .info {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 7px;
	font-weight: 300;
}

.timeline article .left-info .info {
	padding-left: 38px;
}

.timeline article .info p {
	padding-bottom: 15px;
}

.post {
	padding-bottom: 58px;
}

.post .post-head {
	background: url(../images/bg_texture.jpg) 50% 0;
	text-align: center;
	padding: 135px 0 103px 0;
	margin-bottom: 67px;
}

.post .post-head h1 {
	max-width: 440px;
	margin: auto;
	font-size: 31px;
	line-height: 35px;
	color: #fdbb09;
	padding-bottom: 27px;
}

.post .post-head p {
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	display: inline-block;
	padding: 0 64px 2px 65px;
	font-size: 18px;
	font-weight: normal;
	line-height: 54px;
}

.post .entry{
	font-weight: 300;
}

.post .entry p {
	max-width: 490px;
	margin: auto;
	padding-bottom: 25px;
}

.link-line {
	background: #7d788c;
	height: 79px;
	line-height: 77px;
	font-weight: 300;
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.link-line a {
	color: #fff;
	margin: 0 7px;
	letter-spacing: -0.5px;
}

.responses {
	background: #f3f2f4;
	text-align: center;
	padding-bottom: 40px;
}

.responses .head {
	font-size: 24px;
	text-align: center;
	padding: 92px 0 95px 0;
	background: url(../images/bg_texture.jpg) 50% 0;
	margin-bottom: 60px;
}

.responses h3 {
	font-size: 20px;
	padding: 12px 0 0 0;
}

.responses .date {
	font-size: 15px;
	color: #a7a7a8;
	line-height: 23px;
	padding-bottom: 20px;
}

.responses article {
	max-width: 490px;
	margin: auto;
	padding-bottom: 43px;
	border-bottom: 1px solid #b7b7b7;
	margin-bottom: 43px;
}

.responses article .btn {
	display: none;
}

.responses .text {
	font-size: 15px;
	line-height: 23px;
	font-weight: 300;
	text-align: justify;
	padding-bottom: 28px;
}

.responses .leave-report {
	display: none;
	max-width: 490px;
	margin: auto;
	padding-bottom: 70px;
}

.responses .leave-report h2 {
	font-size: 24px;
	line-height: 30px;
	padding: 23px 0 29px 0;
}

.responses .leave-report textarea,
.responses .leave-report input {
	border: 1px solid #dddddd;
	height: 54px;
	font-size: 16px;
	padding: 15px 22px;
	display: block;
	border-radius: 0;
	width: 100%;
	box-shadow: none;
	margin-bottom: 16px;
	background-color: #fff;
}

.responses .leave-report textarea {
	height: 291px;
	resize: none;
}

.responses .leave-report .btn {
	padding: 0 48px;
	margin: 18px 0 0 0;
}
.bg-women.one {
	position: absolute;
	left: 0;
	bottom: 0;
}
.bg-women.two {
	position: absolute;
	right: 0;
	bottom: 0;
}
.bg-women.one img{
	max-height: 100%;
	width: 320px;
}
.features {
	background: url(../images/webp/bg-home.webp) no-repeat 50% 0;
	background-size: cover;
	overflow: hidden;
}
.features .container {height: 100%;}
.features.win-height {
	min-height: 630px;
}
.press-head .win-height-no{
	min-height: 630px;
}

.features.type-2 {
	background-image: url(../images/webp/bg-home02.webp);
	min-height: 630px;
}

.features .info {
	width: 445px;
	float: right;
	margin-right: 36px;
	text-align: center;
	padding-bottom: 175px;
	position: relative;
	z-index: 100;
}

.features.type-2 .info {
	float: left;
	margin-left: 34px;
	padding-bottom: 0;
}

.features .info .logo {
	margin-bottom: 20px;
	display: block;
}

.features.type-2 .info .logo {
	margin-bottom: 155px;
}

.features .info p {
	font-size: 30px;
	color: #888398;
	line-height: 34px;
	font-weight: 300;
	padding-bottom: 188px;
}

.features .info h1 {
	font-size: 52px;
	line-height: 52px;
	text-transform: uppercase;
	padding-bottom: 7px;
}

.features.type-2 .info h1 {
	padding-bottom: 9px;
	text-shadow: 0 0 40px #fff;
}

.features .info p {
	font-size: 37px;
	color: #888398;
	line-height: 37px;
	font-weight: 300;
	padding-bottom: 37px;
}

.features.type-2 .info p {
	text-shadow: 0 0 40px #fff;
}

.features .scroll-down {
	background: url(../images/bg_arrow_down_2.png) no-repeat; 
	height: 97px;
	width: 96px;
	display: block;
	margin: 38px auto;
	border-radius: 100px;
	-webkit-transition: background-color 500ms ease-in-out;
	-moz-transition: background-color 500ms ease-in-out;
	-o-transition: background-color 500ms ease-in-out;
	-ms-transition: background-color 500ms ease-in-out;
	transition: background-color 500ms ease-in-out;
}
.features.type-2 .scroll-down{
	margin-top: 25px;
}

.features .scroll-down:hover {
	background-position: 0 -97px; 
	background-color: #fdbb09;
}

#logo_home{
	background: url(../images/webp/logo_4.webp) no-repeat 50% 50%;
	width: 297px;
	height: 298px;
	display: block;
	margin: 0 auto;
}

#home {
	background: url(../images/webp/bg_body_7.webp) no-repeat 50% 50%;
	background-size: cover;
	text-align: center;
	padding: 117px 0 192px 0;
}

#home h2 {
	margin: auto;
	max-width: 550px;
	color: #fdbb09;
	font-size: 42px;
	line-height: 40px;
	font-weight: 300;
	padding-bottom: 84px;
}

#home section {
	padding-bottom: 207px;
}

#home article {
	display: inline-block;
	margin: 0 17px;
	vertical-align: top;
}

#home article a {
	width: 228px;
	height: 228px;
	display: block;
	border: 1px solid #878297;
	border-radius: 500px;
	color: #e1e1e1;
	font-size: 37px;
	line-height: 34px;
	font-weight: 300;
	overflow: hidden;
	-webkit-transition: background-color 500ms ease-in-out;
	-moz-transition: background-color 500ms ease-in-out;
	-o-transition: background-color 500ms ease-in-out;
	-ms-transition: background-color 500ms ease-in-out;
	transition: background-color 500ms ease-in-out;
}

#home article a:hover {
	text-decoration: none;
	background: #878297;
}

#home article .holder {
	height: 228px;
	display: table;
	width: 100%;
}

#home article .text {
	display: table-cell;
	vertical-align: middle;
}

#home article .text span {
	display: block;
	width: 107px;
	margin: auto;
	padding: 6px 5px 13px 5px;
	border-top: 1px solid #878297;
	border-bottom: 1px solid #878297;
}

#home article a:hover .text span {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#home .info-text {
	font-size: 18px;
	font-weight: 300;
	line-height: 23px;
	color: #a59eb8;
	padding-bottom: 72px;
}

#home .info-text span.last {
	display: block;
	margin: 20px 0 0 0;
	font-size: 21px;
	color: #fecc12;
}

.album {
	background: url(../images/webp/bg_body_9.webp) no-repeat 50% 50%;
	background-size: cover;
	text-align: center;
	padding: 112px 0 85px 0;
}

.album h2 {
	margin: auto;
	max-width: 650px;
	color: #fdbb09;
	font-size: 40px;
	line-height: 41px;
	font-weight: 300;
	padding-bottom: 96px;
}

.album .songs {
	overflow: hidden;
	max-width: 554px;
	margin: auto;
	text-align: left;
	padding-bottom: 135px;
}

.album .songs ul {
	margin-right: -60px;
}

.album .songs li {
	float: left;
	width: 50%;
	font-size: 18px;
	color: #c8c6ce;
	padding-bottom: 15px;
}

.album .songs a {
	text-decoration: none;
	color: #c8c6ce;
	font-weight: 300;
}

.album .songs a:hover {
	color: #fff;
}

.album .songs a img {
	margin-right: 15px;
}

.album .download {
	background: rgba(27, 26, 32, 0.88);
	padding: 203px 0 155px 0;
}

.album .download h3 {
	font-size: 32px;
	line-height: 35px;
	color: #fff;
	font-weight: 300;
	padding-bottom: 36px;
}

.album .download .btn {
	height: 51px;
	line-height: 47px;
	font-size: 27px;
	padding: 0 26px;
	margin: 0 5px 15px;
}

.album .ft-info {
	line-height: 24px;
	font-size: 17px;
	color: #a59eb8;
	padding: 98px 0 0;
	font-weight: 300;
}

.album .ft-info span.last {
	display: block;
	color: #fecc12;
}

.cols-con {
	background: url(../images/webp/bg_header.webp) 50% 0;
	color: #35323c;
	padding: 71px 0 0 0;
}

.cols-con h3 {
	font-size: 22px;
	line-height: 20px;
	font-weight: 600;
	color: #1c1b21;
	padding-bottom: 14px;
}

.cols-con section {
	width: 45.5%;
	float: left;
	padding-bottom: 38px;
}

.cols-con .right {
	float: right;
}

.cols-con article {
	padding-bottom: 30px;
}

.cols-con section p {
	padding: 0 0 25px;
}

.press-head {
	background: url(../images/webp/bg_body_10.webp) no-repeat 50% 50%;
	background-size: cover;
	margin-top: -67px;
}

.press-head .logo {
	position: absolute;
	bottom: 72px;
	right: 8px;
}

.press-head .logo, .blog-head .logo{
	text-decoration: none;
	color: #fff;
	font-size: 21px;
	font-weight: 300;
}

.press-head .logo span, .blog-head .logo span {
	display: block;
	text-align: right;
}

.blog-head .logo{
	max-width: 304px;
	display: block;
	margin: 0 auto;
}

.blog-head .logo img{
	height: auto;
}

.press-slider {
	background: url(../images/webp/bg_header.webp) 50% 0;
	padding: 78px 0 0 0;
}

.press-slider h2 {
	font-size: 39px;
	line-height: 39px;
	font-weight: 300;
	padding-bottom: 73px;
	text-align: center;
}

.press-slider .holder {
	padding: 0 5px;
}

.press-slider .col-1 {
	float: left;
	width: 50%;
	background: #1f1d26;
}

.press-slider .col-2 {
	float: left;
	width: 25%;
	background: #1f1d26;
}

.press-slider article {
	position: relative;
	float: left;
}

.press-slider article img {
	width: 100%;
}

.press-slider .col-1 .item-1 {
	width: 50%;
}

.press-slider .item-3,
.press-slider .item-1,
.press-slider .col-1 .item-2 {
	width: 100%;
}

.press-slider article a {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	display: block;
	border-radius:  4px;
	border: 1px solid #fdbb09;
	-webkit-transition: background-color 500ms ease-in-out;
	-moz-transition: background-color 500ms ease-in-out;
	-o-transition: background-color 500ms ease-in-out;
	-ms-transition: background-color 500ms ease-in-out;
	transition: background-color 500ms ease-in-out;
}

.press-slider article a:hover{
	text-decoration: none;
	background: rgba(0,0,0,0.6);
}

.press-slider article .info {
	height: 100%;
	display: table;
	text-align: center;
	width: 100%;
	font-weight: 300;
	color: #fff;
}

.press-slider article .hold {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.press-slider article .title {
	font-size: 17px;
	line-height: 17px;
	display: block;
	padding-top: 4px;
}

.press-slider article .issue {
	font-style: italic;
	color: #fdbb09;
	display: block;
}

.press-slider .bx-pager {
	display: none;
}

.press-slider .bx-prev {
	position: absolute;
	bottom: 74px;
	left: 50%;
	margin-left: -110px;
	background: url(../images/bg_arrow_2.png) no-repeat;
	height: 36px;
	width: 19px;
	text-indent: -999em;
}

.press-slider .bx-next {
	position: absolute;
	bottom: 74px;
	right: 50%;
	margin-right: -110px;
	background: url(../images/bg_arrow_2.png) no-repeat -19px 0;
	height: 36px;
	width: 19px;
	text-indent: -999em;
}

.press-slider .nav-2 {
	text-align: center;
	padding: 75px 0 80px 0;
	color: #fff;
	font-size: 18px;
	text-shadow: 0 0 18px rgba(202,122,8,.43);
}

.press-slider .bxslider-2{
	visibility: hidden;
}

.performaces {
	text-align: center;
	background: url(../images/webp/bg_body_11.webp) no-repeat 50% 50%;
	background-size: cover;
	padding: 78px 0 123px 0;
}

.performaces h2 {
	font-size: 39px;
	line-height: 39px;
	font-weight: 300;
	padding-bottom: 73px;
	text-align: center;
}

.image-slider {
	text-align: center;
	background: url(../images/webp/bg_body_12.webp) no-repeat 50% 50%;
	background-size: cover;
	padding: 110px 0 94px 0;
}

.image-slider h2 {
	font-size: 39px;
	line-height: 39px;
	font-weight: 300;
	padding-bottom: 106px;
	text-align: center;
	color: #fcba09;
}

.image-slider .variable-width {
	/* display: flex; */
	padding: 0 3px;
	visibility: hidden;
}

/* .image-slider .variable-width .slick-track {
	height: 100%;
} */

.image-slider .variable-width div {
	padding-right: 5px;
}

.image-slider .variable-width a {
	display: block;
	height: 100%;
}

.image-slider .variable-width img {
	display: block;
	width: auto;
	max-width: 374px;
	height: 200px;
	object-fit: cover;
}

.image-slider .slick-prev {
	position: absolute;
	bottom: -182px;
	left: 50%;
	margin-left: -110px;
	background: url(../images/bg_arrow.png) no-repeat;
	height: 36px;
	width: 20px;
	border: none;
	text-indent: -999em;
}

.image-slider .slick-next {
	position: absolute;
	border: none;
	bottom: -182px;
	right: 50%;
	margin-right: -110px;
	background: url(../images/bg_arrow.png) no-repeat -20px 0;
	height: 36px;
	width: 20px;
	text-indent: -999em;
}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
	outline: none; }
  .slick-list.dragging {
	cursor: pointer;
	cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
	content: "";
	display: table; }
  .slick-track:after {
	clear: both; }
  .slick-loading .slick-track {
	visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
	float: right; }
  .slick-slide img {
	display: block;
	-webkit-transition: opacity 500ms ease-in-out;
	-moz-transition: opacity 500ms ease-in-out;
	-o-transition: opacity 500ms ease-in-out;
	-ms-transition: opacity 500ms ease-in-out;
	transition: opacity 500ms ease-in-out;
   }
  .slick-slide a:hover img{
	  opacity: 0.7;
  }
  .slick-slide.slick-loading img {
	display: none; }
  .slick-slide.dragging img {
	pointer-events: none; }
  .slick-initialized .slick-slide {
	display: block; }
  .slick-loading .slick-slide {
	visibility: hidden; }
  .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent; }

/* Icons */
/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer; }
	.slick-dots li button {
	  border: 0;
	  background: transparent;
	  display: block;
	  height: 20px;
	  width: 20px;
	  outline: none;
	  line-height: 0;
	  font-size: 0;
	  color: transparent;
	  padding: 5px;
	  cursor: pointer; }
	  .slick-dots li button:hover, .slick-dots li button:focus {
		outline: none; }
		.slick-dots li button:hover:before, .slick-dots li button:focus:before {
		  opacity: 1; }
	  .slick-dots li button:before {
		position: absolute;
		top: 0;
		left: 0;
		content: "•";
		width: 20px;
		height: 20px;
		font-family: "slick";
		font-size: 6px;
		line-height: 20px;
		text-align: center;
		color: black;
		opacity: 0.25;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale; }
	.slick-dots li.slick-active button:before {
	  color: black;
	  opacity: 0.75; }
/* Footer
------------------------------------------------------------------------------*/

#footer {
	clear: both;
	text-align: center;
}

#footer .social {
	padding: 28px 0 12px 0;
}

#footer .social li {
	display: inline-block;
	padding: 0 25px;
}

#footer .social a {
	display: block;
	background: url(../images/ico_social.png) no-repeat;
	height: 32px;
	width: 14px;
	-webkit-transition: background-image 500ms ease-in-out;
	-moz-transition: background-image 500ms ease-in-out;
	-o-transition: background-image 500ms ease-in-out;
	-ms-transition: background-image 500ms ease-in-out;
	transition: background-image 500ms ease-in-out;
}

#footer .social a:hover {
	background-image: url(../images/ico_social_hover.png);
}

#footer .social .facebook a {
	margin: 0 8px 0 4px;
}

#footer .social .twitter a {
	background-position: -27px 0;
	width: 25px;
	margin: 0 6px;
}

#footer .social .google-plus a {
	background-position: -56px 0;
	width: 32px;
	margin: 0 4px 0 0;
}

#footer .social .youtube a {
	background-position: -89px 0;
	width: 21px;
}

#footer .ft-info {
	background: url(../images/webp/bg_footer.webp) no-repeat 50% 0;
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
	padding: 48px 0;
}

#footer .ft-info a {
	color: #000000;
}

.textwidget p {
	padding: 0 0 10px 0;
}
/* Respond */

#respond {
	margin: 20px 0 20px 0;
	overflow: hidden;
}

.commentlist #respond {
	margin: 0 0 20px 0;
}

#respond .comment-reply-title {
	margin: 0 0 5px 0;
}

#respond .comment-reply-title small {
	font-size: 12px;
	font-weight: normal;
}

#commentform p {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px;
	margin: 0;
}

#commentform p label {
	display: block;
	padding: 0 0 5px;
}

#commentform p textarea {
	width: 98%;
}
/* Comments*/

#comments {
	margin: 0 0 5px 0;
}

.commentlist {
	padding: 0;
	text-align: justify;
	line-height: 1.6em;
}

.commentlist li.comment {
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;
	border: 1px solid #ececec;
	background: #f6f6f5;
}

.commentlist li.alt {
	margin: 10px 0 0 0;
	background: #fff;
}

.commentlist li.comment ul li.comment {
	margin-right: 15px;
	margin-left: 10px;
}

.commentlist .entry-comment p {
	margin: 10px 0 10px 0;
}

.commentlist .children {
	padding: 0;
}
/* Typography */

.entry {
	width: 100%;
}

.entry a {
	text-decoration: underline;
}

.entry a:hover {
	text-decoration: none;
}

.entry p {
	margin: 0 0 25px 0;
}

.entry h1 {
}

.entry h2 {
}

.entry h3 {
}

.entry h4 {
}

.entry h5 {
}

.entry h6 {
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
	margin: 0 0 15px 0;
}

.entry ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
}

.entry ul ul,
.entry ul ol {
	margin: 0;
}

.entry ul li {
	list-style-type: disc;
	line-height: 1.5em;
}

.entry ul ul li {
	list-style-type: circle;
}

.entry ul li ol li {
	list-style-type: decimal;
}

.entry ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
}

.entry ol ol,
.entry ol ul {
	margin: 0;
}

.entry ol li {
	list-style-type: decimal;
	line-height: 1.5em;
}

.entry ol li ol li {
	list-style-type: lower-alpha;
}

.entry ol li ul li {
	list-style-type: disc;
}

.entry table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0 0 15px 0;
}

.entry table td,
.entry table th {
	border: 1px solid #ccc;
	padding: 5px;
}

.entry table th {
	background: #eee;
}
/* Calendar */

#wp-calendar {
	width: 95%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}

#wp-calendar caption {
	padding: 10px;
}

#wp-calendar th,
#wp-calendar td {
	text-align: center;
	padding: 3px 0;
}

#wp-calendar td {
	background: transparent;
}
/* Begin Images */

img {
	max-width: 100%;
	height: auto;
}

img.wp-smiley {
	padding: 0;
	border: none;
}

.alignnone {
	margin: 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 20px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 35px auto 62px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text,
.entry .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 5px 4px 0;
}

.al {
	float: left;
}

.ar {
	float: right;
}
/* Various Tags & Classes */

.entry acronym,
.entry abbr,
.entry span.caps {
	cursor: help;
}

.entry acronym,
.entry abbr {
	border-bottom: 1px dashed #dfcfba;
}

.entry blockquote {
	margin: 15px 0 20px 0;
	padding: 0 15px 0 40px;
}

.entry blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.entry pre,
.entry code {
	font-family: mono-space, monospace;
	border: 1px solid #eee;
	padding: 20px;
	display: block;
	margin: 0 0 20px 0;
	overflow: auto;
	white-space: pre;
	font-size: 12px;
	line-height: 20px;
}

.entry code {
	padding: 1px 20px 0 20px;
	background: #f6f6f6 repeat scroll 0 0;
	border-top: 0;
	border-bottom: 0;
}

sup {
	position: relative;
	top: -5px;
}

sub {
	position: relative;
	top: 5px;
}

code br {
	display: none;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

.clear {
	clear: both;
	line-height: 0;
}

.sticky {
}

.bypostauthor {
}

.page-link {
	padding: 0 0 15px;
}
/* pagination */

.pagination {
	display: none;
	width: 100%;
	overflow: hidden;
	padding: 10px 0 20px 0;
}

.single .pagination {
}

.pagination a {
}

.overlay {
	display: none;
	background: rgba(23, 20, 24, .97);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	overflow: auto;
	padding: 20px;
}

.overlay .close {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
	width: 20px;
	height: 20px;
	margin: 28px;
	background: url(../images/ico_close.png) no-repeat;
	cursor: pointer;
}

.overlay .text {
	float: right;
	width: 334px;
}

.overlay .images {
	float: left;
	padding-bottom: 50px;
	width: 326px;
}

.overlay .images img {
	margin-bottom: 12px;
	max-width: 100%;
	height: auto;
	display: block;
}

.overlay h3 {
	font-size: 27px;
	margin-top: -2px;
	line-height: 27px;
	color: #474747;
}

.overlay h4 {
	font-size: 25px;
	padding: 4px 0;
	line-height: 27px;
	color: #fdbb09;
}

.overlay p {
	margin: 0 0 19px;
}

.overlay .date {
	margin-left: -50px;
	width: 180px;
	padding-left: 50px;
	background: #888398;
	line-height: 31px;
	color: #fff;
	margin-top: 16px;
	margin-bottom: 22px;
	font-size: 15px;
	font-weight: 600;
}

.overlay .text {
	float: right;
	width: 50%;
}

.overlay .images {
	float: left;
	padding-bottom: 50px;
	width:  50%;
}

.overlay .text {
	padding-left: 44px;
	font-size: 13px;
	line-height: 21px;
}

.overlay .popup {
	margin: 40px auto;
	overflow: hidden;
	padding: 65px 65px 0;
	z-index: 19;
	position: relative;
	background: #fff;
	max-width: 790px;
}

.overlay .bx-prev {
	position: absolute;
	bottom: 18px;
	left: 50%;
	margin-left: -88px;
	background: url(../images/bg_arrow_2.png) no-repeat;
	height: 31px;
	width: 17px;
	background-size: 34px 31px;
	text-indent: -999em;
}

.overlay .bx-next {
	position: absolute;
	bottom: 18px;
	right: 50%;
	margin-right: -88px;
	background: url(../images/bg_arrow_2.png) no-repeat -19px 0;
	height: 31px;
	width: 17px;
	background-size: 34px 31px;
	text-indent: -999em;
}

.overlay div.closes {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	display: block;
	right: 0;
	cursor: pointer;
}

.overlay .nav-2 {
	text-align: center;
	line-height: 65px;
	color: #000;
	font-size: 14px;
	margin: 0 -65px;
	background: #fec70c;
	text-shadow: 0 0 18px rgba(202,122,8,.43);
}


/* Media
------------------------------------------------------------------------------*/ 

@media screen and (min-width: 980px) and (max-width: 1100px) {

	.features.size1 {
		background-position: 59% 0;
	}

	.features.size2 {
		background-position: 48% 0;
	}

	.features .info p {
		padding-bottom: 80px;
	}

}
@media screen and (min-width: 320px) and (max-width: 960px) {
	.bg-women img {width: 345px;}
}
@media screen and (min-width: 960px) and (max-height:768px) {
	.bg-women.two img {width: 420px;}
	.bg-women.one img {width: 320px;}
}
@media screen and (min-width: 767px) and (max-width: 1100px) {

	.about .info {
		width: 50%;
	}

	.timeline article h2 {
		font-size: 34px;
		line-height: 38px;
		padding: 0 10px;
	}

	.features.type-2 .info h1 {
		padding-top: 50px;
	}

	.features.win-height.size2 {
		min-height: 650px;
	}

	.press-head .logo {
		right: 35px;
	}
}

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

	.album > .container:first-child {
		background: url(../images/webp/bg_body_91.webp) no-repeat 50% 50%;
		background-size: cover;
	}

	.features.size1 {
		background-position: 59% 0;
	}

	.features.size2 {
		background-position: 47% 0;
	}

	.features.win-height {
		min-height: 580px;
	}

	.features .info p {
		padding-bottom: 80px;
	}

	.overlay li {
		overflow: hidden;
	}

	.overlay .images {
		width: 50%;
	}

	.videos .bx-wrapper {
		max-width: 658px !important;
	}
	
	.container {
		width: 100%;
		padding: 0 15px;
	}

	.event-slider .holder {
		margin-left: 0;
		width: 712px;
		margin: auto;
	}
			
	.timeline article .left-info {
		padding: 0;
		width: 230px;
	}

	.timeline article .right-info {
		width: 200px;
	}
	
	.timeline .space-2 .left-info {
		width: 260px;
	}
	
	.timeline .space-2 .right-info {
		width: 255px;
	}
	
	.timeline .space-3 .left-info {
		width: 320px;
	}
	
	.timeline .space-3 .right-info {
		width: 260px;
	}
	
	.timeline .space-4 .left-info {
		width: 240px;
	}
	
	.timeline .space-4 .left-info .info {
		padding-left: 0;
	}
	
	.timeline .space-4 .right-info {
		width: 260px;
	}
	
	.timeline .space-5 .left-info {
		width: 265px;
	}
	
	.timeline .space-5 .right-info {
		width: 245px;
	}
	
	.timeline .space-6 .left-info {
		width: 250px;
	}
	
	.timeline .space-6 .left-info .info {
		padding-left: 0;
	}
	
	.timeline .space-6 .right-info {
		width: 285px;
	}

	.features .info {
		margin-right: 0;
	}
	
	#home article {
		margin: 0px 5px;
	}
	
	.features.type-2 .info .logo {
		margin-bottom: 50px;
	}
	
	.album .download {
		padding: 100px 0 80px 0;
	}
}

@media screen and (min-width: 768px) {
		
	#menu .container>ul {
		display: block !important;
	}

	.features.size1 {
		background-position: 49% 0;
	}
	
}

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

	.responses .text {
		padding-bottom: 20px;
		text-align: left;
	}
	.responses .text, .post .entry{
		font-size: 18px;
		line-height: 26px;
	}
	
}

.overlay,
body {
	overflow-y: scroll !important;
}

@media screen and (max-width: 767px) {
	.bg-women {
		position: relative !important;
		text-align: center;
		margin: 0 -15px;
	}
	.features {height: auto !important;}
	.logo img {width: auto;}
	#logo_home img {height: auto;}
	#logo_home{
		width: 290px;
		height: 290px;
		background-size: 290px 290px;
	}
	.features.size1 {
		background-position: 44% 0;
	}

	.book label {
		width: 60px;
		text-align: left;
	}

	.book label.long {
		width: 80px;
		margin-right: -80px;
	}

	.book input {
		position: absolute;
		left: 40px;
		width: auto;
		right: 0;
	}

	.book textarea {
		padding-left: 70px;
		width: 100% !important;
	}

	.entry .full {
		margin: 0 -15px;
	}

	.entry .full .aligncenter {
		margin: 0 0 15px;
		padding: 0;
	}

	.videos .bx-wrapper {
		max-width: 210px !important;
	}
	
	.overlay .images {
		width: 100%;
		padding: 0 20px;
		font-size: 0;
		overflow: hidden;
		float: none;
		text-align: center;
	}
	
	.overlay .images img {
		vertical-align: top;
		float: none;
		display: inline-block;
	}

	.overlay .text {
		width: 100%;
		padding: 0;
		float: none;
	}

	.event-slider .bx-wrapper {
		width: 290px !important;
		margin: auto;
	}

	.event-slider .container,.event-slider li, .event-slider .bx-viewport {
		min-height: 100% !important;
	}

	.event-slider li {
		width: 290px !important;
		min-height: 0 !important;
		border: 0;
		overflow: hidden;
	}

	.event-slider .bxslider {
		margin: 0;
	}

	.features.size2 {
		background-position: 55% 0;
	}

	.overlay .popup {
		padding: 20px 20px 0;
	}

	.overlay .popup {
		margin: 0;
		width: auto;
	}

	.overlay h3 {
		padding-right: 50px;
	}

	.overlay .date {
		padding: 0 0 0 20px;
		width: auto;
		margin-left: 0;
	}

	.overlay .text {
		padding: 20px 20px 0;
	}

	.overlay .popup {
		padding: 0;
	}

	.videos iframe {
		height: 250px;
	}

	.videos .thumbs a {
		font-size: 14px;
		line-height: normal;
	}

	.features.type-2 {
		min-height: 320px;
	}

	#menu ul li:hover ul {
		/*display: none;*/
	}

	#menu ul li.active ul {
		display: block;
		margin: 0;
		left: auto;
		width: auto;
		top: 15px;
		margin-bottom: 20px;
		position: relative;
	}
	
	#logo {
		margin: 30px auto 20px;
	}
	
	.menu-trigger {
		background: url(../images/bg_menu_trigger.png) no-repeat;
		height: 24px;
		width: 26px;
		display: block;
		float: right;
		margin: 0 10px;
		cursor: pointer;
	}
	
	#menu {
		height: 47px;
	}
	
	#menu .menu-hold {
		height: 47px;
		padding: 12px 0 0 0;
	}
	
	#menu ul {
		position: absolute;
		top: 35px;
		left: 0;
		right: 0;
		display: none;
		margin: 0;
		padding-bottom: 10px;
		background: url(../images/webp/bg_header.webp) 50% 0;
		text-align: center;
	}
	
	#menu li {
		display: block;
		margin: 0;
		padding: 0;
	}
	
	#menu a {
		display: block;
	}
	
	#menu ul ul {
		top: 30px;
		z-index: 99;
		line-height: 24px;
		padding: 5px 0;
	}
		
	.book form {
		padding: 40px 0 15px 0;
	}
	
	
	.book .btn {
		margin: 15px 0 20px 0;
	}

	.book-text {
		font-size: 20px;
		line-height: 28px;
		padding: 40px 0;
	}
		
	#footer .social {
		padding: 20px 0 10px 0;
	}
	
	#footer .social li {
		padding: 0 15px;
	}
	
	#footer .ft-info {
		padding: 30px 0;
	}
	
	.event-slider .holder {
		max-width: 475px;
		width: 100%;
	}

	.no-events.event-slider .holder {
		max-width: 100%;
	}
	
	.event-slider li {
		min-height: 450px;
		padding: 0 8px;
	}
	
	.event-slider p {
		padding-bottom: 6px;
	}
	
	.event-slider .month {
		font-size: 17px;
		line-height: 17px;
		padding: 20px 0 0 0;
	}
	
	.event-slider .day {
		font-size: 50px;
		line-height: 48px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	
	.event-slider h3 {
		font-size: 20px;
		line-height: 20px;
		padding-bottom: 11px;
		margin-right: -5px;
	}
	
	.event-slider .place {
		margin: 0 -8px;
		padding: 4px 5px 4px 8px;
		font-size: 16px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	
	.event-slider a.btn {
		font-size: 16px;
		line-height: 26px;
		height: 28px;
		padding: 0 8px;
		margin: 5px 0 0 0;
	}
	
	.nav {
		height: 60px;
		line-height: 60px;
		font-size: 18px;
	}
	
	.event-slider .bx-prev {
		margin-left: -100px;
		bottom: -48px;
	}
	
	.event-slider .bx-next {
		margin-right: -100px;
		bottom: -48px;
	}
	
	.past-event {
		font-size: 16px;
		padding: 40px 0 50px 0;
		line-height: 18px;
	}
	
	.past-event h2 {
		font-size: 38px;
		line-height: 38px;
		padding-bottom: 25px;
	}
	
	.past-event .city {
		line-height: 28px;
		height: 30px;
		padding: 0 10px;
		margin-bottom: 8px;
	}
	
	.past-event .info {
		padding-bottom: 20px;
	}
	
	.past-event .info span {
		padding: 0 6px;
	}
	
	.blog-head .win-height {
		margin: -47px 0 0 0;
	}

	.blog-head .logo img {
		max-width: 70%;
	}

	.blogs {
		padding: 40px 0 0 0;
	}

	.blogs article {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	
	.blogs article:last-child {
		padding-bottom: 10px;
	}
	
	.blogs article h3 {
		font-size: 22px;
		line-height: 24px;
		float: none;
		width: 100%;
		text-align: left;
		padding: 0 0 10px;
	}
	
	.blogs article .info {
		border-left: none;
		padding-left: 0;
		padding-bottom: 14px;
		font-size: 16px;
		line-height: 20px;
	}

	.timeline {
		padding: 50px 0 50px 0;
	}
		
	.timeline section:after {
		display: none;
	}
		
	.timeline article {
		margin-bottom: 25px !important;
		border-bottom: 1px solid #fff5d3;
		padding-bottom: 15px;
		text-align: center;
	}

	.timeline article .info {
		text-align: center;
	}
	
	.timeline article:last-child {
		border-bottom: none;
	}
	
	.timeline article:before,
	.timeline article:after {
		display: none;
	}
	
	.timeline article img {
		max-width: 70%;
		margin-bottom: 10px;
	}
	
	.timeline article .right-info,
	.timeline article .left-info {
		position: static;
		width: 100% !important;
		padding: 0 10px !important;
	}
		
	.timeline article .holder {
		height: 100%;
		width: 100%;
		display: table;
	}
	
	.timeline article h2 {
		font-size: 36px;
		line-height: 36px;
		padding: 110px 0 15px 0 !important;
	}

	.timeline article img {
		width: 90px;
		height: 90px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -45px;
	}	
	
	.timeline article .left-info .info {
		padding-left: 0;
	}
	
	.about .info {
		padding: 60px 0 40px 0;
	}

	.post {
		padding-bottom: 30px;
	}
	
	.post .post-head {
		padding: 60px 0 50px 0;
		margin-bottom: 35px;
	}
	
	.post .post-head h1 {
		font-size: 26px;
		line-height: 30px;
		padding-bottom: 18px;
	}
	
	.post .post-head p {
		padding: 0 50px 0 50px;
		font-size: 16px;
		line-height: 44px;
	}
	
	.post .entry p {
		padding-bottom: 20px;
	}
	
	.nav .prev,
	.nav .next {
		margin-top: 12px;
	}

	.link-line {
		height: 60px;
		line-height: 60px;
		font-size: 16px;
	}
	
	.responses .head {
		padding: 45px 0;
		margin-bottom: 30px;
	}
		
	.responses article {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.responses a.btn.sm-2 {
		font-size: 16px;
		height: 40px;
		line-height: 34px;
		padding: 0 15px;
	}
	
	.responses .leave-report {
		padding-bottom: 40px;
	}
	
	.responses .leave-report textarea,
	.responses .leave-report input {
		height: 40px;
		font-size: 16px;
		padding: 10px 22px;
		margin-bottom: 13px;
	}
	
	.responses .leave-report textarea {
		height: 220px;
	}
	
	.responses .leave-report .btn {
		margin: 10px 0 0 0;
	}
	
	.features .info {
		width: 100%;
		padding-bottom: 50px;
		margin-right: -10px;
		float: none;
	}
	
	.features .info .logo {
		margin-bottom: 10px;
		min-height: 180px;
	}
	
	.features .info p {
		font-size: 20px;
		line-height: 26px;
		padding-bottom: 50px;
	}
	
	.features .info h1 {
		font-size: 36px;
		line-height: 38px;
		padding-bottom: 7px;
	}
	
	.features .info p {
		font-size: 20px;
		line-height: 20px;
		padding-bottom: 20px;
	}
	
	a.btn.large, .btn.large {
		font-size: 24px;
		padding: 0 20px;
		height: 45px;
		line-height: 45px;
		border-radius: 5px;
		border-width: 2px;
	}
	
	#home {
		padding: 50px 0 80px 0;
	}
	.ios #home{
		padding-top: 117px;
	}
	
	#home h2 {
		font-size: 36px;
		line-height: 36px;
		padding-bottom: 40px;
	}
	
	#home section {
		padding-bottom: 60px;
	}
	
	#home article {
	}
	
	#home article a {
		width: 130px;
		height: 130px;
		font-size: 22px;
		line-height: 20px;
	}
	
	#home article .holder {
		height: 130px;
		display: table;
		width: 100%;
	}
	
	#home article .text span {
		width: 80px;
		padding: 3px 5px 6px 5px;
	}
	
	#home article a:hover .text span {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	
	.features .scroll-down {
		height: 50px;
		width: 50px;
		margin: 0 auto 20px;
		background-size: 50px 100px !important;
	}
	
	.features .scroll-down:hover {
		background-position: 0 -50px;
	}
	
	.album {
		padding: 60px 0 40px 0;
	}
	.ios .album{
		padding-top: 127px;
	}
	
	.album h2 {
		font-size: 30px;
		line-height: 30px;
		padding-bottom: 40px;
	}
	
	.album .songs {
		padding-bottom: 40px;
		width: auto;
		display: inline-block;
	}
	
	.album .songs ul {
		margin-right: 0;
	}

	.features.type-2 .info {
		margin-left: 0;
	}
	
	.album .songs li {
		width: auto;
		float: none;
		display: block;
		clear: both;
	}
	
	.album .download {
		padding: 50px 0 30px 0;
	}

	.features.size2 {
		background-position: 50% 0
	}
	
	.album .download h3 {
		font-size: 28px;
		line-height: 28px;
		padding-bottom: 20px;
	}
	
	.album .download .btn {
		height: 40px;
		line-height: 36px;
		font-size: 20px;
		padding: 0 15px;
	}
	
	.album .ft-info {
		padding: 40px 0 35px 0;
		font-weight: 300;
	}
	
	.cols-con {
		padding: 40px 0 0 0;
	}
	
	.cols-con section {
		width: 100%;
		padding-bottom: 0;
	}
	
	.cols-con .right {
		float: right;
	}
	
	.cols-con article {
		padding-bottom: 30px;
	}
	
	.cols-con section p {
		padding: 0 0 25px;
	}
	
	.press-head {
		margin-top: -47px;
	}
	
	.press-head .logo {
		bottom: 20px;
		right: 15px;
		max-width: 70%;
	}
		
	.press-slider {
		padding: 40px 0 0 0;
	}
	
	.press-slider h2 {
		font-size: 34px;
		line-height: 34px;
		padding-bottom: 35px;
	}
	
	.press-slider .holder {
		padding: 0;
	}
	
	.press-slider .col-1 {
		width: 100%;
	}
	
	.press-slider .col-2 {
		width: 50%;
	}
		
	.press-slider .bx-prev {
		bottom: 44px;
	}
	
	.press-slider .bx-next {
		bottom: 44px;
	}
	
	.press-slider .nav-2 {
		padding: 45px 0 50px 0;
	}
	
	.performaces {
		padding: 40px 0 50px 0;
	}
	
	.performaces h2 {
		font-size: 34px;
		line-height: 34px;
		padding-bottom: 40px;
	}
	
	.image-slider {
		padding: 40px 0 40px 0;
	}
	
	.image-slider h2 {
		font-size: 34px;
		line-height: 34px;
		padding-bottom: 50px;
	}
	
	.image-slider .variable-width {
		padding: 0;
	}
	
	.image-slider .variable-width img {
		height: 200px;
	}
	
	.image-slider .slick-prev {
		bottom: -118px;
	}
	
	.image-slider .slick-next {
		bottom: -118px;
	}

	.ios body{
		padding-top: 47px;
	}
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 

	.overlay .close {
		background-size: 20px 20px;
		background-image: url(../images/ico_close@2x.png);
	}

	.overlay .bx-prev,
	.overlay .bx-next {
		background-image: url(../images/bg_arrow_2@2x.png);
	}

	.cols-con,
	.press-slider,
	.timeline,
	.past-event,
	#menu .menu-hold {
		background-size: auto 603px;
		background-image: url(../images/webp/bg_header@2x.webp);
	}

	.book {
		background-size: auto 800px;
		background-image: url(../images/webp/bg_body_1@2x.webp);
	}

	.event-slider {
		background-image: url(../images/bg_body_2@2x.jpg);
	}
	
	.image-slider .slick-prev,
	.event-slider .bx-prev,
	.nav .prev {
		background-size: 40px 36px;
		background-image: url(../images/bg_arrow@2x.png);
	}
	
	.image-slider .slick-next,
	.event-slider .bx-next,
	.nav .next {
		background-size: 40px 36px;
		background-image: url(../images/bg_arrow@2x.png);
	}

	.blog-head {
		background-image: url(../images/webp/bg_body_3@2x.webp);
	}
	
	.blog-head .scroll-down {
		background-image: url(../images/bg_arrow_down@2x.png);
		background-size: 55px 55px;
	}
	
	.about {
		background-image: url(../images/webp/bg_body_5@2x.webp);
	}
	
	.blogs {
		background-image: url(../images/webp/bg_body_4@2x.webp);
	}
	
	.post .post-head,
	.responses .head {
		background-image: url(../images/bg_texture@2x.jpg);
		background-size: 382px 191px;
	}
	
	/*.features {
		background-image: url(../images/bg_body_6@2x.jpg);
	}
	
	.features.type-2 {
		background-image: url(../images/bg_body_8@2x.jpg);
	}*/

	.features .scroll-down {
		background-image: url(../images/bg_arrow_down_2@2x.png);
		background-size: 96px 194px;
	}
	
	#home {
		background-image: url(../images/webp/bg_body_7@2x.webp);
	}
	
	.album {
		background-image: url(../images/webp/bg_body_9@2x.webp);
	}

	.press-head {
		background-image: url(../images/webp/bg_body_10@2x.webp);
	}
	
	.press-slider .bx-prev,
	.press-slider .bx-next {
		background-image: url(../images/bg_arrow_2@2x.png);
		background-size: 38px 36px;
	}
	
	.performaces {
		background-image: url(../images/webp/bg_body_11@2x.webp);
	}
	
	.image-slider {
		background-image: url(../images/webp/bg_body_12@2x.webp);
	}
		
	#footer .social a {
		background-image: url(../images/ico_social@2x.png);
		background-size: 110px 32px;
	}
	
	#footer .social a:hover {
		background-image: url(../images/ico_social_hover@2x.png);
		background-size: 110px 32px;
	}
	
	#footer .ft-info {
		background-image: url(../images/webp/bg_footer@2x.webp);
		background-size: auto 136px;
	}

	.videos .bx-prev {
		background-image: url(../images/bg_arrow_5@2x.png);
		background-size: 26px 24px;
	}

	.videos .bx-next {
		background-image: url(../images/bg_arrow_5@2x.png);
		background-size: 26px 24px;
	}
	
	#logo_home{
		background-image: url(../images/webp/logo_4@2x.webp);
		background-size: 297px 298px;
	}


}


@media screen and (max-height: 420px) {
		
	.blog-head .scroll-down {
		bottom: 10px;
	}

	.blog-head .logo img {
		max-width: 60%;
		margin-top: -35px;
	}
	
}


@media screen and (max-height: 770px) {
		
	.features .info p{
		padding-bottom: 90px;
	}
	.features.type-2 .info .logo{
		margin-bottom: 45px;
	}
	
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
	
	.menu-trigger {
		background-image: url(../images/bg_menu_trigger@2x.png);
		background-size: 26px 24px;
	}
	
	#menu ul {
		background-size: auto 603px;
		background-image: url(../images/webp/bg_header@2x.webp);
	}
	#logo_home{
		background-size: 290px 290px;
	}

}
