/*
Theme Name: Twenty Fourteen
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,cyrillic);
@font-face {
    font-family: UniSansHeavyCAPS; /* Имя шрифта */
    src:url(../fonts/UniSansHeavyCAPS.otf); /* Путь к файлу со шрифтом */
   }

body {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:1;
	margin:0;
	padding:0;
	color:#000;
	background:#fff;
}
* {
	position:relative;
}
ul, ol, p {
	list-style:none;
	margin:0;
	padding:0;
}
img {
	max-width:100%;
}
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
.main_form input[type="text"] {
}
.main_form input[type="submit"], .modal_btn {
}
.modal_btn:hover, .modal_btn:focus {
}
.main_form {
}
.main_form .city1, .main_form .city2 {
	height:50px;
	width:280px;
}

.main_form .city1 input, .main_form .city2 input, .main_form .date1 input, .main_form .date2 input, .main_form .type p {
	width:100%;
	border: none;
	height:50px;
	padding:0 0 0 10px;
	font-size:16px;
	background-color:#fff;
	padding-right: 30px;
	background-image: url(../img/down.png);
	background-position: 94% 21px;
	background-repeat: no-repeat;
	
}
.main_form .open input {
	background-image: url(../img/up.png);
}
.main_form .city1 input::-webkit-input-placeholder {color:#000 !important; opacity: 1;}
.main_form .city1 input::-moz-placeholder          {color:#000 !important; opacity: 1;}/* Firefox 19+ */
.main_form .city1 input:-moz-placeholder           {color:#000 !important; opacity: 1;}/* Firefox 18- */
.main_form .city1 input:-ms-input-placeholder      {color:#000 !important; opacity: 1;}
.main_form .city1 input:placeholder      {color:#000 !important; opacity: 1;}

.main_form .date1 input::-webkit-input-placeholder {color:#000 !important; opacity: 1;}
.main_form .date1 input::-moz-placeholder          {color:#000 !important; opacity: 1;}/* Firefox 19+ */
.main_form .date1 input:-moz-placeholder           {color:#000 !important; opacity: 1;}/* Firefox 18- */
.main_form .date1 input:-ms-input-placeholder     {color:#000 !important; opacity: 1;}

.main_form .date2 input::-webkit-input-placeholder {color:#000 !important; opacity: 1;}
.main_form .date2 input::-moz-placeholder          {color:#000 !important; opacity: 1;}/* Firefox 19+ */
.main_form .date2 input:-moz-placeholder           {color:#000 !important; opacity: 1;}/* Firefox 18- */
.main_form .date2 input:-ms-input-placeholder      {color:#000 !important; opacity: 1;}

.main_form .city1 input:focus, .main_form .city2 input:focus, .main_form .date1 input:focus, .main_form .date2 input:focus, .main_form .open p {
	
	padding-left:9px;
	z-index:10;
}
.main_form .date1, .main_form .date2 {
	width: 199px;
	background:url(../img/kalendar.png) no-repeat #fff;
	padding-right: 35px;
	background-position: 94% center;
}
.main_form .date2 {
	background-image: url(../img/night.png);
}
main_form .date2 {
	width:135px;
}
.main_form .dropdown {
	vertical-align:top;
	display:inline-block;	
}
.main_form .dropdown-menu {
	border-radius:0;
	border:1px solid #cccccc;
	font-family: 'Open Sans', sans-serif;
}
.main_form .dest > li > a {
	text-decoration:none;
	display:block;
	padding-top:7px;
	padding-bottom:10px;
}
.main_form .dest a span {
	display:inline-block;
	vertical-align:top;
	color:#aeaeae;
	line-height:23px;
}
.main_form .dest > li > a:hover, .main_form .dest > li > a:focus {
	background:#1f5f85;
}
.main_form .dest > li > a:hover span, .main_form .dest > li > a:focus span {
	color:#fff;
}
.main_form .dest .city {
	font-size:16px;
	color:#000;
	width:166px;
}
.main_form .dest .country {
	width:80px;
}
.main_form .dest .code {
	text-transform:uppercase;
	width:46px;
}
.main_form .calendar {
	padding:0;
	width:474px;
}
.main_form .calendar .month {
	width:162px;
	float:left;
	margin-right:40px;
}
.main_form .calendar .month li {
	background:#e6f2f8;
	border-right:1px solid #cccccc;
	font-size:16px;
}
.main_form .calendar .month li a {
	color:#000;
	text-decoration:none;
	display:block;
	padding:8px 0 12px 20px;
}
.main_form .calendar .month li.active1 {
	background:#ffffff;
	border-right:none;
	border-top:1px solid #ccc;
}
.main_form .calendar .month li.active2 {
	background:#ffffff;
	border-right:none;
	border-bottom:1px solid #ccc;
}
.main_form .calendar .month li:first-child {
	border-top:none !important;
}
.main_form .calendar .month-name {
	padding-top:6px;
	font-size:16px;
	text-transform:uppercase;
}
.main_form .calendar table {
	margin-bottom:7px;
}
.main_form .calendar table td, .main_form .calendar table th {
	width:32px;
	height:31px;
	line-height:28px;
	text-align:center;
	text-transform:uppercase;
}
.main_form .calendar table th, .main_form .calendar table th a {
	font-weight:400;
	color:#e34c46;
}
.main_form .calendar table a, .main_form .calendar table span {
	width:32px;
	height:31px;
	display:block;
	text-decoration:none;
	color:#000;
	border:1px solid #fff;
}
.main_form .calendar table a:hover {
	border:1px solid #cccccc;
}
.main_form .calendar table td .inactive {
	color:#9f9e9e;
	cursor:not-allowed;
}
.main_form .calendar table th .inactive {
	color:#ee8b87;
	cursor:not-allowed;
}
.main_form .calendar table .active {
	background:#1f5f85;
	color: #fff;
}
.main_form .type {
	width:165px;
}
.main_form .type p {
	line-height:48px;
	padding-left:10px;
	background-image:url(../img/down.png);
	background-position:90% 21px;
	background-repeat:no-repeat;
}
.main_form .open #type {
	line-height:46px;
	padding-left:9px;	
	background-image: url(../img/up.png);
}
.main_form  .city1 .open p, .main_form  .type .open p  {
	background-image:url(../img/up.png);
	background-position:90% 20px;
	background-repeat:no-repeat;
}
.main_form .type .pasanger {
	margin:15px 20px 0 20px;
	border-bottom:1px solid #cccccc;
}
.main_form .type .pasanger .item {
	margin-bottom:20px;
}
.main_form .type .pasanger .item span, .srok .pasanger .item span {
	height:30px;
	width:30px;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	line-height:30px;
	cursor:pointer;
}
.main_form .type .pasanger .item .plus {
	background:url(../img/plus.png) 50% 50% no-repeat;
	border:1px solid #cccccc;
}
.main_form .type .pasanger .item .minus {
	background:url(../img/minus.png) 50% 50% no-repeat;
	border:1px solid #cccccc;
}
.main_form .type .pasanger .item .txt {
	width:143px;
	cursor:default;
	background:#d4ebf9;
}
.main_form .type .dropdown-menu {
	width:260px;
}
.main_form .type .class {
	margin:3px 20px 12px 20px;
}
.main_form .type .class li {
	margin-top: 10px;
	height: 21px;
}
.main_form .type .class label {
	font-weight:400;
}
.main_form .find {
	width:130px;
	height:50px;
	background:url(../img/loop.png) 87px 18px no-repeat #ea9c06;
	text-align:left;
	padding-left:22px;
	border:none;
	font-size:19px;
}
.main_form .find:hover {
	background-color:#cf8c0a
}
.carousel .controls {
	max-width:100%;
}
.carousel .carousel-wrapper {
    overflow: hidden;
    position: relative;
	margin:0 20px;
}
.carousel .carousel-items {
    position: relative;
    width: 7000px;
}
.carousel .carousel-block {
    display: inline-block;
    float: left;
    left: 0;
    position: relative;
	transition:left 0.6s ease-in-out 0.2s;
	width:190px;
	text-align:center;
}
.carousel .ar_r,
.carousel .ar_l {
	position:absolute;
    z-index: 3;
	top:10px;
	width:14px;
	height:25px;
}
.carousel .ar_l {
	left:0;
	background:url(../img/arr_l.png);
}
.carousel .ar_r {
	right:0;
	background:url(../img/arr_r.png);
}
button.close {
	z-index:100;
	color:#000;
	opacity:1;
	font-size:32px;
}
.close:hover, .close:focus {
	opacity:1;
	color:#000;
}
.title {
	font-size:30px;
	font-weight:700;
}
.uni {
	font-family: UniSansHeavyCAPS, sans-serif;
}
.open-sans {
	font-family: 'Open Sans', sans-serif;
}

.block1 {
	/*min-height:650px; */
}
.block1 .top {
	border-bottom:1px solid #9fadbc;
	padding:15px 0 0 0;
}
.block1 .top .logo {
	padding-bottom:15px;
}
.block1 .top .menu {
	padding:6px 0 0 9px;
}
.block1 .top .menu li, .block9 .menu li {
	display:inline-block;
	padding-left:64px;
}
.block1 .top .menu a, .block9 .menu a {
	font-size:15px;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	padding-bottom:25px;
}
.block1 .top .menu a:hover {
	border-bottom:3px solid #fff;
	padding-bottom:22px;
}
.block1 .note {
	font-size:22px;
	color:#fff;
	margin-top:60px;
	line-height:1.2;
	width: 47%;
}
.block1 .note p {
	color:#fff;
	margin-bottom: 50px;
	font-size:12px;
}
.block1 .form {
	margin-top:16px;
}
.block1 .vilet {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding-top: 30px;
}
.block1 .dosh_city {
	margin-left: 5px;
	border-bottom: 1px dashed #fff;
}

.block2 .title {
	padding:35px 0 42px 0;
}
.block2 .item1 {
	background:url(../img/img1.jpg) 50% 0 no-repeat;
}
.block2 .item2 {
	background:url(../img/img2.jpg) 50% 0 no-repeat;
}
.block2 .item3 {
	background:url(../img/img3.jpg) 50% 0 no-repeat;
}
.block2 .item4 {
	background:url(../img/img4.jpg) 50% 0 no-repeat;
}
.block2 .item5 {
	background:url(../img/img5.jpg) 50% 0 no-repeat;
}
.block2 .item6 {
	background:url(../img/img6.jpg) 50% 0 no-repeat;
}
.block2 .item7 {
	background:url(../img/img7.jpg) 50% 0 no-repeat;
}
.block2 .item8 {
	background:url(../img/img8.jpg) 50% 0 no-repeat;
}
.block2 .item {
	min-height:278px;
	margin-bottom:30px;
	padding:1px 1px 20px 20px;
	color:#fff;
}
.block2 .item .country {
	text-transform:uppercase;
	line-height:17px;
	padding:15px 0 0 0;
}
.block2 .item .company {
	float:right;
}
.block2 .item .city {
	font-family: UniSansHeavyCAPS, sans-serif;
	font-size:25px;
	padding:36px 0 0 0;
}
.block2 .item .date {
	font-family:Arial, Helvetica, sans-serif;
	padding:9px 0 0 0;
}
.block2 .item .price {
	font-family: 'Open Sans', sans-serif;
	padding:31px 0 0 0;
	display:table;
	width:100%;
}
.block2 .item .price p {
	padding:5px 0 0 0;
	color:#b3e8ff;
	font-size:21px;
	font-weight:900;
	font-family: 'Roboto', sans-serif;
}
.block2 .item .price span {
	float:left;
	width:50%;
}
.block2 .item .more {
	margin:21px 0 0 0;
}
.block2 .item .more a {
	color:#010101;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	width:196px;
	height:34px;
	line-height:34px;
	border-radius:3px;
	background:url(../img/ico0.png) 170px 12px no-repeat #ffd633;
	text-decoration:none;
	padding: 0 0 0 20px;
}
.block2 .item .more a:hover {
	background-color:#ffaa33;
}

.block3 {
	padding-bottom:37px;
}
.block3 .title {
	padding:7px 0 32px 0;
}

.block4 {
	background:#f0f0f0;
	padding-bottom:39px;
}
.block4 .title {
	padding:40px 0 7px 0;
}
.block4 p {
	font-weight:300;
	line-height:19px;
	padding:13px 0 0 0;
}
.block4 .note {
	font-weight:300;
	color:#676666;
	line-height:23px;
}
.block4 ul {
	padding:25px 0 0 0;
}
.block4 ul li {
	font-size:18px;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	padding:0 0 22px 27px;
}
.block4 ul li:last-child {
	padding-bottom:17px;
}
.block4 ul li.item1 {
	background:url(../img/ico1.png) 0 0 no-repeat;
}
.block4 ul li.item2 {
	background:url(../img/ico2.png) 0 0 no-repeat;
}
.block4 ul li.item3 {
	background:url(../img/ico3.png) 0 0 no-repeat;
}
.block4 ul li.item4 {
	background:url(../img/ico4.png) 0 0 no-repeat;
}
.block4 ul li {
}
.block4 .note1 {
	padding:27px 0 0 0;
	font-size:20px;
	font-weight:700;
}
.block4 .note2 {
	font-weight:500;
	padding:24px 0 0 0;
	font-size:20px;
}

.block5 {
	padding-bottom:34px;
}
.block5 .title {
	padding:39px 0 30px 0;
}
.block5 .item1 {
	background:url(../img/ico5.png) 0 0 no-repeat;
}
.block5 .item2 {
	background:url(../img/ico6.png) 0 0 no-repeat;
}
.block5 .item3 {
	background:url(../img/ico7.png) 0 0 no-repeat;
}
.block5 .item4 {
	background:url(../img/ico8.png) 0 0 no-repeat;
}
.block5 .item {
	font-weight:300;
	padding:54px 0 11px 0;
}
.block5 .item .tit {
	font-size:20px;
	padding:0 0 13px 0;
	font-weight:700;
}
.block5 .item ul li {
	padding:0 0 19px 20px;
	font-size:16px;
	line-height:23px;
}
.block5 .item ul li span {
	width:14px;
	font-size:8px;
	height:14px;
	border:1px solid #000;
	border-radius:7px;
	text-align:center;
	line-height:12px;
	position:absolute;
	font-weight:700;
	left:0;
	top:6px;
}
.block5 .item ul li .note {
	color:#676666;
	font-size:14px;
	line-height:21px;
	padding-top:5px;
}
.block5 .item p {
	line-height:26px;
}
.block5 .item img {
	margin:12px 36px 24px 0;
}

.block6 {
	background:url(../img/bg2.jpg) 50% 0 no-repeat;
	min-height:378px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	padding:40px 0 0 0;
}
.block6 .tit {
	font-size:20px;
	padding-bottom:3px;
	font-weight:700;
}
.block6 p {
	color:#bdbdbd;
	line-height:23px;
	padding-bottom:5px;
}
.block6 a {
	color:#fff;
}
.block6 a:hover {
	color:#ccc;
}
.block6 ul {
	padding-top:5px;
}
.block6 ul li {
	font-size:13px;
	padding-bottom:21px;
}
.block6 .mob {
	display:none;
}

.block7 {
	background:url(../img/bg3.jpg) 50% 0 no-repeat;
	color:#000;
}
.block7 a, .block7 a:hover, .block7 p {
	color:#000;
}

.block8 {
	background:url(../img/bg4.jpg) 50% 0 no-repeat;
}

.block9 {
	padding-bottom:19px;
}
.block9 .logo {
	padding:20px 0 0 0;
}
.block9 .menu {
	padding:26px 0 0 9px;
}
.block9 .menu a {
	transition:all 0.3s ease-in-out 0.1s;
	color:#000;
	border-bottom:3px solid #fff;
	padding-bottom:3px;
}
.block9 .menu a:hover {
	border-bottom:3px solid #000;
}
.block9 .social, .block10 .social {
	margin:23px 0 0 0;
	text-align:center;
	background:url(../img/dot.jpg) 0 18px repeat-x;
}
.block9 .social ul, .block10 .social ul {
	display:inline-block;
	background:#fff;
	padding:0 15px 0 30px;
}
.block9 .social ul li, .block10 .social ul li {
	display:inline-block;
	padding:0 15px 0 0;
}
.block9 .social ul li a, .block10 .social ul li a {
	transition:all 0.3s ease-in-out 0.1s;
	display:block;
	width:38px;
	height:37px;
}
.block9 .social ul li.item1 a, .block10 .social ul li.item1 a {
	background:url(../img/social1.png);
}
.block9 .social ul li.item2 a, .block10 .social ul li.item2 a {
	background:url(../img/social2.png);
}
.block9 .social ul li.item3 a, .block10 .social ul li.item3 a {
	background:url(../img/social3.png);
}
.block9 .social ul li.item4 a {
	background:url(../img/social4.png);
}
.block9 .social ul li.item5 a {
	background:url(../img/social5.png);
}
.block9 .social ul li.item1 a:hover, .block10 .social ul li.item1 a:hover {
	background:url(../img/social1-1.png);
}
.block9 .social ul li.item2 a:hover, .block10 .social ul li.item2 a:hover {
	background:url(../img/social2-1.png);
}
.block9 .social ul li.item3 a:hover, .block10 .social ul li.item3 a:hover {
	background:url(../img/social3-1.png);
}
.block9 .social ul li.item4 a:hover {
	background:url(../img/social4-1.png);
}
.block9 .social ul li.item5 a:hover {
	background:url(../img/social5-1.png);
}
.block9 .social .copyright {
	color:#777;
	padding-top:22px;
}

.block10 {
}
.block10 .breadcrumb {
	background:none;
	border-radius:0;
	padding:38px 0 17px 0;
	color:#198fc2;
	line-height:20px;
}
.block10 .breadcrumb span {
	color:#c4c4c4;
	display:inline-block;
	vertical-align:top;
}
.block10 .breadcrumb a {
	display:inline-block;
	vertical-align:top;
	color:#198fc2;
	text-decoration:none;
}
.block10 .breadcrumb a:hover {
	text-decoration:underline;
}
.block10 .content {
	padding:20px 0;
	line-height:26px;
}
.block10 .content p, .block10 .content ul {
	padding-bottom:10px;
}
.block10 .navbar {
	margin-bottom:0;
}
.block10 .navbar-collapse { 
	padding:0;
	border:none;
}
.block10 .navbar-toggle {
	border-color:#ffd633;
	z-index:10;
}
.block10 .navbar-toggle span {
	background:#ffd633;
}
.block10 .navbar-toggle:hover {
	border-color:#ffaa33;
}
.block10 .navbar-toggle:hover span {
	background:#ffaa33;
}
.block10 .navs {
	padding-top:35px;
}
.block10 .navs .tit {
	font-weight:500;
	font-size:16px;
}
.block10 .navs ul {
	padding-top:23px;
}
.block10 .navs li {
	padding:0 0 15px 0;
}
.block10 .navs li:last-child {
	padding:0;
}
.block10 .navs li a {
	color:#198fc2;
}
.block10 .vk-vidjet {
	text-align:center;
	border:1px solid #f0f0f0;
	margin-bottom:80px;
	margin-top:16px;
	padding:22px 0 21px 0;
}
.block10 .social {
	margin-top:51px;
}

@media (max-width: 1920px) {
}

@media (max-width: 1600px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1360px) {
}

@media (max-width: 1350px) {
}

@media (max-width: 1280px) {
}

@media (max-width: 1024px) {
}

@media (max-width: 980px) {
	.block1 .top .logo, .block9 .logo {
		text-align:center;
	}
	.block2 .item, .block6 {
		background-size:cover;
	}
	.block6 .desctop {
		display:none;
	}
	.block6 .mob {
		display:inline-block;
		margin-bottom:20px;
	}
	.carousel .carousel-block {
		width:170px;
	}
	.main_form .dropdown {
		margin:0;
		display:block;
		float:left;
		width:50%;
	}
	.main_form .date1, .main_form .date2 {
		width:25%;
	}
	.main_form .find {
		margin:0 auto;
		top:20px;
		display:block;
	}
	.main_form .type p, .main_form .city1 p {
		background-position:93% 21px;
	}
	.block10 .navs {
		padding-top:15px;
		width:100%;
	}
	.block10 .navbar-nav > li {
		width:50%;
	}
}

@media (max-width: 800px) {
}

@media (max-width: 768px) {
}

@media (max-width: 736px) { /*719*/
	.block2 .item {
		max-width:485px;
		margin-left:auto;
		margin-right:auto;
	}
	.carousel .carousel-block {
		width:162px;
	}
	.block6 ul {
		display:inline-block;
		width:32%;
	}
	.block6 {
		text-align:center;
	}
	.block10 .navbar-collapse {
		top:-50px; 
	}
	.block10 .navbar-nav {
		margin-left:15px;
		margin-right:15px;
	}
	.block10 .navbar-nav > li, .block10 .navs {
		width:auto;
	}
}

@media (max-width: 667px) { /*650*/
	.block1 .top .menu, .block9 .menu {
		padding-left:0;
		text-align:center;
	}
	.block1 .top .menu li, .block9 .menu li {
		padding:0 20px;
	}
	.carousel .carousel-block {
		width:145px;
	}
}

@media (max-width: 640px) {
	.carousel .carousel-block {
		width:190px;
	}
}

@media (max-width: 600px) { /*583*/
	.carousel .carousel-block {
		width:171px;
	}
	.block1 .note {
		margin-top:100px;
	}
}

@media (max-width: 568px) { /*551*/
	.carousel .carousel-block {
		width:160px;
	}
	.block1 .top .menu li, .block9 .menu li {
		padding:0 15px;
	}
}

@media (max-width: 480px) {
	.block1 .top .menu li, .block9 .menu li {
		padding:0 7px;
	}
	.carousel .carousel-block {
		width:210px;
	}
}

@media (max-width: 414px) { /*397*/
	.block1 .top .menu li, .block9 .menu li {
		padding:10px 20px 0 20px;
	}
	.main_form .dropdown {
		width:100%;
	}
	.main_form .date1, .main_form .date2 {
		width:50%;
	}
	.block1 {
		background-size:cover;
	}
	.block1 .main_form {
		min-height:300px;
	}
	.block1 .note {
		margin-top:25px;
	}
	.carousel .carousel-block {
		width:163px;
	}
	.block9 .social {
		background:none;
	}
}

@media (max-width: 384px) { /*367*/
	.carousel .carousel-block {
		width:148px;
	}
	.block4 ul li {
		line-height:22px;
		padding-bottom:18px;
	}
	.block6 {
		text-align:left;
	}
	.block6 ul {
		width:49%;
	}
}

@media (max-width: 375px) { /*358*/
	.carousel .carousel-block {
		width:144px;
	}
}

@media (max-width: 320px) { /*303*/
	.block1 .note {
		margin-top:40px;
	}
	.block1 .top .menu li, .block9 .menu li {
		display:block;
	}
	.block1 .top .menu a, .block9 .menu a {
		padding-bottom:5px;
	}
	.block9 .menu a {
		border:none;
	}
	.block1 .top .menu a:hover, .block9 .menu a:hover {
		padding-bottom:2px;
	}
	.carousel .carousel-block {
		width:233px;
	}
	.block9 .social ul li {
		padding-right:3px;
	}
}

@media (max-width: 240px) {
}