@import url('https://fonts.googleapis.com/css?family=Overlock:400,400i,700,700i|Roboto:300,300i,400,400i,500,500i,700,700i');
/*font-family: 'Overlock', cursive;
font-family: 'Roboto', sans-serif;*/


*{
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	box-sizing: border-box;
}

html, body{
	width: 100%;
	float: left;
	background: #fff;
	color: #424242;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
}

a{
	text-decoration: none;
}

.full-width{
	width: 100%;
	float: left;
}

.full-wrap{
	width: 1280px;
	margin: 0 auto;
	padding-left: 12px;
	padding-right: 12px;
	max-width: 100%;
}

.a-button{
	background: #fff;
	border: 3px solid #0E74B4;
	font-size: 16px;
	padding: 10px 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	color: #424242;
	-webkit-transition: background 0.2s ease, color 0.2s ease;
	-moz-transition: background 0.2s ease, color 0.2s ease;
	-ms-transition: background 0.2s ease, color 0.2s ease;
	-o-transition: background 0.2s ease, color 0.2s ease;
	transition: background 0.2s ease, color 0.2s ease;
}
.a-button:hover{
	background: #0E74B4;
	color: #fff;
}

#site-header{
	text-align: center;
}
#partner{
	position: relative;
}
#partner img{
	position: absolute;
	top: 30px;
	right: 0;
}
#logo{
	display: inline-block;
	margin: 24px 0;
}
#logo img{
	width: 130px;
	height: auto;
}
#logo span{
	display: block;
	font-family: 'Overlock', cursive;
	font-weight: 500;
	font-size: 55px;
	color: #0d75b4;
}

#header-nav{
	width: 100%;
	float: left;
}
#header-nav > ul{
	width: 100%;
	float: left;
	list-style: none;
	font-size: 0;
}
#header-nav > ul > li{
	display: inline-block;
	position: relative;
}
#header-nav > ul > li:not(:first-child){
	margin-left: 1px;
}
#header-nav > ul > li:not(:first-child):before{
	content: '';
	position: absolute;
	top: 50%;
	left: -1px;
	width: 1px;
	height: 22px;
	margin-top: -11px;
	background: #ddd;
}
#header-nav > ul > li > a{
	font-size: 15px;
	color: #888;
	font-family: inherit;
	padding: 8px 16px;
	display: block;
}
#header-nav > ul > li.dropdown > a{
	padding-right: 30px;
	position: relative;
}
#header-nav > ul > li.dropdown > a:after{
	content: '';
	border: 7px solid transparent;
	border-top: 7px solid #0E74B4;
	position: absolute;
	top: 14px;
	right: 7px;
}
#header-nav > ul > li:hover > a{
	background: #ddd;
	color: #333;
}
#header-nav > ul > li:hover:before, #header-nav > ul > li:hover + li:before{
	display: none;
}
#header-nav > ul > li > ul{
	position: absolute;
	top: 100%;
	left: 0;
	border: 1px solid #ddd;
	background: rgba(255, 255, 255, 0.93);
	padding: 8px 0;
	width: 200px;
	list-style: none;
	display: none;
	z-index: 10;
}
#header-nav > ul > li:hover > ul{
	display: block;
}
#header-nav > ul > li > ul > li{
	display: block;
	width: 100%;
	float: left;
}
#header-nav > ul > li > ul > li > a{
	display: block;
	font-size: 15px;
	color: #888;
	font-family: inherit;
	padding: 8px 16px;
	text-align: left;
}
#header-nav > ul > li > ul > li > a:hover{
	background: #ddd;
	color: #333;
}

.the-banner{
	margin-top: 16px;
	width: 100%;
	float: left;
	border-top: 4px solid #E5EAEE;
	background: #fff;
	padding: 4px 0 4px 0;
	position: relative;
	height: 400px;
}
.the-banner .romantic-breaks{
	width: 270px;
	height: 270px;
	position: absolute;
	top: 30px;
	right: 50%;
	margin-right: -400px;
	border-radius: 50%;
	overflow: hidden;
	background: rgba(35, 157, 22, 0.8);
	color: #fff;
	z-index: 9;
}
.the-banner .romantic-breaks span,
.the-banner .romantic-breaks strong{
	display: block;
	width: 100%;
	float: left;
	font-size: 22px;
	line-height: 22px;
}
.the-banner .romantic-breaks strong:first-child{
	font-size: 40px;
	line-height: 40px;
	margin-top: 43px;
}
.the-banner .romantic-breaks strong:not(:first-child){
	font-size: 50px;
	line-height: 50px;
}
.the-banner > figure{
	position: absolute;
	left: 0;
	top: 4px;
	width: 100%;
	height: calc(100% - 8px);
	overflow: hidden;
}
.the-banner > figure > span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: url('img/bg.jpg') center center no-repeat;
	background-size: cover;
	
}

#header-search{
    background:#E5EAEE;
    padding: 8px 0px;
}
#header-search .field, #header-search button{
    width:calc(25% - 12px);
    margin: 6px;
    background:#fff;
    float:left;
    height:37px;
    border-radius:3px;
    font-size:15px;
    position:relative;
    overflow:hidden
}
#header-search .field:before{
    content:'';
    border:4px solid transparent;
    border-top:4px solid #333;
    position:absolute;
    top:17px;
    right:13px;
    z-index:3;
    -webkit-pointer-events:none;
    -moz-pointer-events:none;
    -ms-pointer-events:none;
    -o-pointer-events:none;
    pointer-events:none
}
#header-search .field input,#header-search .field select{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:0 0;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    padding-left:6px;
    padding-right:24px;
    color:rgba(0,0,0,.75);
    font-size:14px;
    cursor:pointer;
    z-index:2
}
#header-search .field select::-ms-expand{
    display:none
}
#header-search .field input::-webkit-input-placeholder{
    color:rgba(0,0,0,.75)
}
#header-search .field input::-moz-placeholder{
    color:rgba(0,0,0,.75)
}
#header-search .field input:-ms-input-placeholder{
    color:rgba(0,0,0,.75)
}
#header-search .field input:-moz-placeholder{
    color:rgba(0,0,0,.75)
}
#header-search button{
    background:#0E74B4;
    color:#fff;
    cursor:pointer;
    -webkit-transition:background-color .3s ease-out;
    -moz-transition:background-color .3s ease-out;
    -ms-transition:background-color .3s ease-out;
    -o-transition:background-color .3s ease-out;
    transition:background-color .3s ease-out;
    z-index:10
}
#header-search button:hover{
    background:#333
}
.ui-datepicker{
    width:300px;
    background:#fff;
    padding:4px;
    border-radius:3px;
    overflow:hidden;
    border:1px solid #ccc;
    display:none;
    z-index:15!important
}
.ui-datepicker-calendar,.ui-datepicker-header{
    width:100%;
    float:left;
    position:relative
}
.ui-datepicker-calendar{
    margin-top:10px
}
.ui-datepicker-next,.ui-datepicker-prev{
    position:absolute;
    top:2px;
    color:#fff;
    background:#0E74B4;
    line-height:26px;
    padding:0 7px;
    cursor:pointer;
    border-radius:3px
}
.ui-datepicker-prev{
    left:0
}
.ui-datepicker-next{
    right:0
}
.ui-datepicker-title{
    width:100%;
    float:left;
    text-align:center;
    padding-top:2px;
    cursor:default
}
.ui-datepicker-title span{
    line-height:26px;
    display:inline-block
}
.ui-datepicker-calendar thead th{
    padding:4px;
    color:#0E74B4;
    font-weight:400;
    text-align:left;
    cursor:default
}
.ui-datepicker-calendar td{
    background:#ddd;
    cursor:default
}
.ui-datepicker-calendar td.ui-datepicker-other-month{
    opacity:.7
}
.ui-datepicker-calendar td a,.ui-datepicker-calendar td span{
    display:block;
    padding:0 4px;
    line-height:26px;
    font-size:14px;
    background:#f1f1f1;
    color: #333;
}
.ui-datepicker-calendar td a:hover{
    background:#0E74B4;
    color:#fff
}
.ui-datepicker-calendar td span{
    background-color:transparent;
    color:#333
}


.suggestion {
	text-align: center;
	margin: 50px 0;
	width: 100%;
	float: left;
}
.suggestion h2 {
	width: 100%;
	float: left;
	margin-bottom: 40px;
	font-size: 38px;
	font-weight: normal;
	position: relative;
}
.suggestion h2:before{
	content: '~';
    position: absolute;
    bottom: -38px;
    left: 50%;
    margin-left: -13px;
    color: #ddd;
    font-family: 'Overlock';
    font-size: 50px;
    font-weight: normal;
    line-height: 50px;
}
.suggestion .choice {
	position: relative;
	width: 228px;
	height: 228px;
	border-radius: 50%;
	margin: 10px 10px;
	display: inline-block;
	cursor: pointer;
	overflow: hidden;
}
.suggestion .choice > img{
	width: auto;
	height: auto;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.suggestion .choice:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 2;
}
.suggestion .choice .choice-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(14, 116, 178, 0.6);
	text-align: center;
	color: white;
	padding-top: 60px;
	font-size: 18px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	z-index: 3;
}
.suggestion .choice .choice-info strong {
	display: inline-block;
	font-size: 20px;
	border-bottom: 1px solid lightgray;
	padding: 0 60px 10px 60px;
	margin: 10px 0;
}
.suggestion .choice .choice-info p {
	opacity: 0;
	font-size: 15px;
	margin: 0;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
.suggestion .choice:hover:before {
	box-shadow: none;
}
.suggestion .choice:hover .choice-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.suggestion .choice:hover .choice-info p {
	opacity: 1;
}


/** contact form start **/
#contact-form{
	margin-top: 12px;
}
#contact-form #success-message, #contact-form #cantsend-message{
	font-size: 22px;
	color: #509433;
	line-height: 26px;
	padding-bottom: 12px;
	font-family: 'Overlock SC';
	display: none;
}
#contact-form #cantsend-message{
	color: #cc0000;
}
#contact-form #success-message.show, #contact-form #cantsend-message.show{
	display: block;
}
#contact-form input[type="text"], #contact-form textarea{
	width: 400px;
	line-height: 36px;
	border: 1px solid #3271b1;
	color: #3271b1;
	background: #fff;
	font-family: Arial;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 100%;
}
#contact-form textarea{
	height: 120px;
	line-height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 500px;
}
#contact-form input[type="text"].error, #contact-form textarea.error{
	border-color: #cc0000;
	box-shadow: 0 0 4px 0px #cc0000;
}
#contact-form #recaptcha-place{
	margin-top: 5px;
}
#contact-form #captcha-error{
	position: absolute;
	top: 50%;
	left: calc(100% + 30px);
	font-size: 17px;
	color: #cc0000;
	line-height: 20px;
	margin-top: -10px;
	font-family: 'Overlock SC';
	display: none;
	white-space: nowrap;
}
#contact-form #captcha-error.error{
	display: block;
}
#contact-form input[type="submit"]{
	display: block;
	float: left;
	padding: 10px 40px;
	font-size: 23px;
	color: #fff;
	background-color: #3271b1;
	font-family: 'Overlock SC';
	cursor: pointer;
	margin-top: 10px;
}
/** contact form end **/


.first-article{
	width: 100%;
	float: left;
	background: #E5EAEE;
	padding: 30px;
}
.first-article > h2{
	font-size: 30px;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;
}
.first-article > p{
	width: 100%;
	float: left;
	line-height: 22px;
	padding: 0 50px;
	text-align: center;
}
.first-article .secs{
	width: 100%;
	float: left;
}
.first-article .secs > div{
	width: 33.33%;
	float: left;
	padding: 30px 10px 0 10px;
}
.first-article .secs > div > img{
	width: 100%;
	height: auto;
	float: left;
	border: 5px solid #fff;
	margin-bottom: 16px;
}
.first-article .secs > div > h3{
	width: 100%;
	float: left;
	font-size: 22px;
	font-weight: normal;
}
.first-article .secs > div > p{
	width: 100%;
	float: left;
	margin-top: 14px;
	line-height: 22px;
}
.first-article .secs > div > ul{
	width: 100%;
	float: left;
	margin-top: 4px;
	list-style: none;
}
.first-article .secs > div > ul > li{
	width: 100%;
	float: left;
	margin-top: 10px;
	position: relative;
	padding-left: 17px;
}
.first-article .secs > div > ul > li:before{
	content: '';
	width: 6px;
	height: 6px;
	background: #424242;
	position: absolute;
	top: 5px;
	left: 0;
	border-radius: 50%;
}
.first-article .secs .a-button{
	float: right;
	margin-top: 30px;
	margin-right: 30px;
}

.reg-one{
	width: 100%;
	float: left;
	padding: 30px;
	background: #E5EAEE;
	margin-top: 30px;
}
.reg-one > h2{
	width: 100%;
	float: left;
	margin-bottom: 30px;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
}
.reg-one > img{
	width: calc(100% - 600px);
	float: left;
	height: auto;
	display: block;
}
.reg-one.rev > img{
	float: right;
}
.reg-one > div{
	float: right;
	width: 570px;
}
.reg-one.rev > div{
	float: left;
}
.reg-one > div > h2,
.reg-one > div > h3{
	width: 100%;
	float: left;
	display: block;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}
.reg-one > div > ul{
	width: 100%;
	float: left;
	display: block;
	list-style: none;
}
.reg-one > div > ul > li{
	width: 100%;
	float: left;
	display: block;
	margin-top: 10px;
	position: relative;
	padding-left: 17px;
	line-height: 22px;
}
.reg-one > div > ul > li:before{
	content: '';
	width: 6px;
	height: 6px;
	background: #424242;
	position: absolute;
	top: 5px;
	left: 0;
	border-radius: 50%;
}
.reg-one > div > .a-button{
	margin-top: 22px;
	float: left;
}

.short-arts{
	width: 100%;
	float: left;
	margin-top: 30px;
	padding: 0 20px 20px 20px;
	background: #E5EAEE;
	margin-bottom: ;
}
.short-arts > div{
	width: 100%;
	float: left;
	padding: 10px;
	margin-top: 20px;
	background: #fff;
}
.short-arts > div > article{
	width: calc(25% - 20px);
	float: left;
	margin: 10px;
	border: 1px solid #ccc;
	height: 410px;
	position: relative;
}
.short-arts > div > article > img{
	width: 100%;
	height: auto;
	display: block;
}
.short-arts > div > article > div{
	width: 100%;
	float: left;
	padding: 16px 20px;
	color: #000;
}
.short-arts > div > article > div > h3{
	width: 100%;
	float: left;
}
.short-arts > div > article > div > h3 > a{
	color: inherit;
	font-size: 28px;
	line-height: 28px;
	font-weight: normal;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
.short-arts > div > article > div > h3 > a:hover{
	color: #0E74B4;
}
.short-arts > div > article > div > p{
	width: 100%;
	float: left;
	line-height: 24px;
	margin-top: 7px;
	color: #666;
}
.short-arts > div > article > a{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 7px 20px;
	border-top: 1px solid #ccc;
	color: #666;
	width: 100%;
	display: block;
	font-size: 17px;
	background: #fff;
	-webkit-transition: color 0.2s ease, background 0.2s ease;
	-moz-transition: color 0.2s ease, background 0.2s ease;
	-ms-transition: color 0.2s ease, background 0.2s ease;
	-o-transition: color 0.2s ease, background 0.2s ease;
	transition: color 0.2s ease, background 0.2s ease;
}
.short-arts > div > article > a:hover{
	color: #fff;
	background: #0E74B4;
}

.very-below{
	width: 100%;
	float: left;
	background: #E5EAEE;
	padding: 30px;
}
.very-below > h2{
	font-size: 30px;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;
}
.very-below > p{
	width: 100%;
	float: left;
	line-height: 22px;
	padding: 0 50px;
	text-align: center;
}

#site-footer{
	background: #E5EAEE;
	padding: 20px 0;
	margin-top: 50px;
}
#site-footer .footer-inner{
	width: 100%;
	float: left;
	background: #fff;
	padding: 10px 30px;
}
#site-footer .left-part{
	width: calc(50% - 10px);
	float: left;
	margin: 10px 0;
}
#site-footer .left-part > div{
	width: calc(50% - 20px);
	margin: 10px;
	float: left;
	font-family: 'Overlock', cursive;
}
#site-footer .left-part > div > a{
	color: #333;
	font-weight: bold;
	font-size: 18px;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
#site-footer .left-part > div > a:hover{
	color: #0E74B4;
}
#site-footer .left-part > div > p{
	margin-top: 8px;
	color: #666;
	font-family: inherit;
}
#site-footer .right-part{
	width: calc(50% - 10px);
	float: right;
	list-style: none;
	margin: 2px 0 20px 0;
}
#site-footer .right-part > li{
	width: 33.33%;
	float: left;
	margin-top: 16px;
	padding-right: 14px;
}
#site-footer .right-part > li > a{
	font-family: 'Overlock', cursive;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-ms-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
}
#site-footer .right-part > li > a:hover{
	color: #0E74B4;
}
#footer-logo{
	float: right;
	text-align: center;
}
#footer-logo img{
	width: 70px;
	height: auto;
}
#footer-logo span{
	display: block;
	font-family: 'Overlock', cursive;
	font-weight: 500;
	font-size: 35px;
	color: #0d75b4;
}

#menu-opener, #menu-closer{
	display: none;
}

@media only screen and (max-width: 1140px){
	#site-footer .left-part, #site-footer .right-part{
		width: 100%;
	}
	#site-footer .left-part > div{
		width: calc(33.33% - 20px);
	}
	#site-footer .right-part > li{
		width: 25%;
	}
}
@media only screen and (max-width: 1100px){
	.first-article,
	.reg-one{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media only screen and (max-width: 1070px){
	.reg-one > img{
		width: calc(100% - 480px);
	}
	.reg-one > div{
		width: 460px;
	}
}
@media only screen and (max-width: 1025px){
	#header-nav{
		position: fixed;
		top: 0;
		left: -350px;
		width: 300px;
		height: 100%;
		background: #fff;
		box-shadow: 0 0 30px 0 #333;
		z-index: 999;
		padding: 50px 14px 14px 14px;
		-webkit-transition: left 0.5s ease;
		-moz-transition: left 0.5s ease;
		-ms-transition: left 0.5s ease;
		-o-transition: left 0.5s ease;
		transition: left 0.5s ease;
	}
	body.menu-opened #header-nav{
		left: 0;
	}
	#header-nav > ul{
		position: absolute;
		top: 50px;
		left: 14px;
		width: calc(100% - 28px);
		height: calc(100% - 64px);
		overflow: auto;
	}
	#header-nav > ul > li{
		display: block;
		float: left;
		width: 100%;
		margin: 0 !important;
	}
	#header-nav > ul > li > a{
		padding: 10px !important;
		text-align: left;
	}
	#header-nav > ul > li > a:after{
		display: none !important;
	}
	#header-nav > ul > li:hover > a{
		background: transparent;
	}
	#header-nav > ul > li > a:hover{
		background: #ddd;
	}
	#header-nav > ul > li:before{
		display: none !important;
	}
	#header-nav > ul > li > ul{
		display: block;
		top: auto;
		left: auto;
		position: relative;
		border: 0;
		background: none;
		width: 100%;
		float: left;
		padding: 0 0 14px 0;
	}
	#header-nav > ul > li > ul > li > a{
		padding-left: 20px;
		padding-right: 10px;
	}
	#menu-closer{
		position: fixed;
		top: -50px;
		left: 236px;
		height: 36px;
		width: 50px;
		background: #444;
		z-index: 9999;
		-webkit-appearance: none;
		appearance: none;
		display: block;
		cursor: pointer;
		-webkit-transition: top 0.3s ease;
		-moz-transition: top 0.3s ease;
		-ms-transition: top 0.3s ease;
		-o-transition: top 0.3s ease;
		transition: top 0.3s ease;
		-webkit-transition-delay: 0.3s;
		-moz-transition-delay: 0.3s;
		-ms-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}
	body.menu-opened #menu-closer{
		top: 8px;
	}
	#menu-closer:before{
		content: '';
		position: absolute;
		width: 2px;
		height: 22px;
		top: 50%;
		left: 50%;
		margin-top: -11px;
		margin-left: -1px;
		background: #fff;
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
	}
	#menu-closer:after{
		content: '';
		position: absolute;
		width: 22px;
		height: 2px;
		top: 50%;
		left: 50%;
		margin-top: -1px;
		margin-left: -11px;
		background: #fff;
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
	}

	#menu-opener{
		position: absolute;
		top: 20px; /*top: 8px;*/
		left: 18px;
		height: 37px;
		width: 56px;
		background: rgba(0, 0, 0, 0.5);
		z-index: 99;
		-webkit-appearance: none;
		appearance: none;
		display: block;
		cursor: pointer;
	}
	#menu-opener:before,
	#menu-opener:after,
	#menu-opener span{
		position: absolute;
		width: 34px;
		height: 3px;
		left: 11px;
		background: #fff;
	}
	#menu-opener:before{
		content: '';
		top: 8px;
	}
	#menu-opener:after{
		content: '';
		top: 17px;
	}
	#menu-opener span{
		content: '';
		top: 26px;
	}
	#logo{
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 1000px){
	.short-arts > div > article{
		width: calc(50% - 20px);
	}
}
@media only screen and (max-width: 900px){
	.reg-one > img{
		width: calc(100% - 400px);
	}
	.reg-one > div{
		width: 380px;
	}
}
@media only screen and (max-width: 840px){
	.the-banner .romantic-breaks{
		margin-right: 0;
		right: 20px;
	}
	.first-article .secs > div{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.first-article .secs > div > ul,
	.first-article .secs > div > p,
	.first-article .secs > div > h3{
		padding-left: 6px;
		padding-right: 6px;
	}
	.first-article .secs .a-button{
		margin-right:0;
		float: left;
	}

	.reg-one > img,
	.reg-one > div{
		width: 100%;
	}
	.reg-one > div{
		padding: 20px 10px 0 10px;
	}

	#site-footer .footer-inner{
		padding: 0 10px 10px 10px;
	}
	#site-footer .left-part > div {
	    width: calc(50% - 20px);
	}
	#site-footer .right-part > li {
	    width: 33.33%;
	}
}
@media only screen and (max-width: 770px){
	#header-search .field, #header-search button{
	    width: calc(50% - 12px);
	}
	.first-article > p,
	.very-below > p{
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width: 710px){
	#partner img{
		top: 14px;
	}
	#logo img{
		width: 90px;
	}
	#logo span{
		font-size: 40px;
	}
}
@media only screen and (max-width: 650px){
	#partner img{
		top: 20px;
		width: 120px;
		height: auto;
	}
}
@media only screen and (max-width: 600px){
	#site-footer .left-part > div {
	    width: 100%;
	    text-align: center;
	    margin-left: 0;
	    margin-right: 0;
	}
	#site-footer .right-part > li {
	    width: 100%;
	    padding-right: 0;
	    text-align: center;
	}
	#footer-logo{
		width: 100%;
		text-align: center;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	#footer-logo span{
		font-size: 25px;
	}
}
@media only screen and (max-width: 590px){
	.short-arts{
		padding: 0 10px 10px 10px;
	}
	.short-arts > div{
		padding: 0 10px;
		margin-top: 10px;
	}
	.short-arts > div > article{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		height: auto;
		padding-bottom: 36px;
	}
}
@media only screen and (max-width: 460px){
	#logo img{
		width: 70px;
	}
	#logo span{
		font-size: 30px;
	}
}
@media only screen and (max-width: 400px){
	#partner img{
		top: 24px;
		width: 90px;
		height: auto;
	}
}
@media only screen and (max-width: 400px){
	#header-search .field, #header-search button{
	    width: 100%;
	    margin-left: 0;
	    margin-right: 0;
	}
}


@-webkit-keyframes banner-anim{
	from{width: 100%;height:100%;}
	to{width: calc(100% + 150px);height: calc(100% + 100px);}
}
@-moz-keyframes banner-anim{
	from{width: 100%;height:100%;}
	to{width: calc(100% + 150px);height: calc(100% + 100px);}
}
@-ms-keyframes banner-anim{
	from{width: 100%;height:100%;}
	to{width: calc(100% + 150px);height: calc(100% + 100px);}
}
@-o-keyframes banner-anim{
	from{width: 100%;height:100%;}
	to{width: calc(100% + 150px);height: calc(100% + 100px);}
}
@keyframes banner-anim{
	from{width: 100%;height:100%;}
	to{width: calc(100% + 150px);height: calc(100% + 100px);}
}