@charset "utf-8";
@font-face {
    font-family: 'Freeport';
    src: url('../fonts/Freeprtn/freeprtn-webfont.eot');
    src: url('../fonts/Freeprtn/freeprtn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Freeprtn/freeprtn-webfont.woff') format('woff'),
         url('../fonts/Freeprtn/freeprtn-webfont.ttf') format('truetype'),
         url('../fonts/Freeprtn/freeprtn-webfont.svg#Freeport') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media only screen and (min-width: 1px) and (max-width: 1099px) {
	#start_data {
		background: url(../_jpg/back_mobile.jpg) 0px 0px no-repeat fixed;
		min-height:548px;
		padding-top: 0px;
   	    margin-top: 12px;
	}
	#main_movie {
		display:none;
	}
	.main_search {
		margin-left: auto;
		margin-right: auto;
		width: 96%;
		padding-top: 1px;
	}
	.main h1 {
		margin: 0px;
		font-size: 70px;
		margin-bottom: 90px;
		margin-top: 70px;
		text-align: center;
		padding-bottom: 0px;
	}
	.main h2, .main h3 {
		margin: 0px;
		font-size: 40px;
		margin-bottom: 30px;
		margin-top: 20px;
		text-align: center;
		padding-bottom: 0px;
	}
	.main_search h1 {
		margin: 0px;
		font-size: 3.5em;
		margin-bottom: 0px;
		margin-top: 20px;
		text-align: center;
		padding-bottom: 10px;
		line-height: 55px;
	}
	.main_search h5 {
		font-size: 2em;
		display:block;
		padding-bottom: 170px;
	}
	.main_search #button-search {
		margin-top: 10px;
		width: 100%;
		height: 58px;
		font-size: 1.7em;
	}
	.main_search .search_and_button .button_da {
		width: 96%;
		display: block;
		position: relative;
		margin-left: 2%;
		padding-bottom: 2%;
		padding-top: 1%;
	}
	.main_search .search_and_button .search_da {
    	width: 96%;
		display: block;
		position: relative;
		margin-left: 2%;
		padding-top: 3%;
	}
	.main_search .search_and_button .search_db {
    	width: 96%;
		display: block;
		position: relative;
		margin-left: 2%;
		padding-top: 3%;
	}
	.main_search .search_and_button .area_da {
		display: block;
		width: 96%;
		position: relative;
		margin-left: 2%;
		padding-top: 3%;
	}
	.main_search .search_and_button {
		background: rgba(255,255,255,0.3);
		min-height: 78px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		border: rgba(234, 234, 234, 0.51) solid 1px;
		margin-top: 36px;
	}
	.main_search h4 {
		display:none;
	}
	.main_search .city_select {
		padding: 15px;
	}
	.main_search #search_expert_overlay_name_1 {
		width: 99.4%;
	}
	.main_search #search_expert_overlay_name_2 {
		width: 99.4%;
	}
	.main_search #overlay_search_broken{
		width: 99.4%;
	}
	#main_start_links #links {
		width:100%;
	}
	#start_data_inner {
		min-height:548px;
	}
	#main_start_preloader_video {
		display:none;
	}
	#main_slider {
		position: relative;
		overflow: hidden;
		margin: 20px auto 0 auto;
		border-radius: 4px;
		height:620px;
	}
	#main_slider ul {
		position: relative;
		margin: 0;
		padding: 0;
		height: 600px;
		list-style: none;
	}
	#main_slider ul li {
		position: relative;
		display: block;
		float: left;
		width: 100%;
		height: 600px;
		text-align: center;
	}
	a.control_prev, a.control_next {
		position: absolute;
		top: 130px;
		z-index: 999;
		display: block;
		width: auto;
		height: auto;
		color: #fff;
		text-decoration: none;
		font-weight: 600;
		font-size: 18px;
		opacity: 0.4;
		cursor: pointer;
	}
	a.control_prev:hover, a.control_next:hover {
		opacity: 1;
		-webkit-transition: all 0.2s ease;
	}
	a.control_prev {
		border-radius: 0 2px 2px 0;
	}
	a.control_next {
		right: 0;
		border-radius: 2px 0 0 2px;
	}
	.slider_option {
		position: relative;
		margin: 10px auto;
		width: 100%;
		font-size: 18px;
	}
	.main_search #overlay_search_broken {
		margin-left: 0px;
	}
	.main_search h6 {
		font-size: 1em;
	}
}
@media only screen and (min-width: 1100px) and (max-width: 2980px) {
	#start_data {
		background: url(../_jpg/back.jpg) 0px 0px no-repeat fixed;
		min-height:500px;
		background-size: cover;
	}
	.main_search {
		margin-left: auto;
		margin-right: auto;
		width: 1120px;
		padding-top: 65px;
	}
	.main_search h1 {
		margin:0px;
		font-size: 5em;
		margin-bottom: 30px;
    	margin-top: 10px;
		text-align:center;
		padding-bottom: 20px;
	}
	.main_search h5 {
		font-size: 2.5em;
	}
	.main_search h4 {
		font-size: 2.5em;
	}
	.main_search #button-search {
		margin-top: 10px;
		width: 135px;
		height: 48px;
		font-size: 1.5em;
	}
	.main_search .search_and_button .button_da {
		margin-top:4px;
		display: block;
		float: right;
		margin-right: 17px;
	}
	.main_search .search_and_button .search_da {
		float: left;
    	width:47.5%;
		width: calc(100% - 455px);
		padding-top: 14px;
		display: block;
		margin-left: 16px;
		position: relative;
	}
	.main_search .search_and_button .search_db {
		float: left;
		width: 80%;
		padding-top: 14px;
		display: block;
		margin-left: 14px;
		position: relative;
	}
	.main_search .search_and_button .area_da {
		padding-top: 14px;
		display: block;
		float: left;
		width: 255px;
		margin-left: 16px;
		position: relative;
	}
	.main_search .search_and_button {
		background: rgba(255,255,255,0.23);
		min-height: 78px;
		width: 76%;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		border: rgba(234, 234, 234, 0.20) solid 1px;
		margin-left: auto;
    	margin-right: auto;
	}
	.main_search .city_select {
		padding: 10px;
	}
	.main_search #search_expert_overlay_name_1 {
		width: 99.9%;
	}
	.main_search #search_expert_overlay_name_2 {
		width: 98.4%;
        margin-left: 2px !important;
	}
	.main_search #overlay_search_broken{
		width: 98%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#main_start_links #links {
		width:1120px;
	}
	#start_data_inner {
		min-height:500px;
	}
	#main_start_preloader_video {
		background:#ff0000;
		height:2px;
		width:0;    
		bottom: 76px;
    	position: absolute;
	}
	#main_slider {
		position: relative;
		overflow: hidden;
		margin: 20px auto 0 auto;
		border-radius: 4px;
	}
	#main_slider ul {
		position: relative;
		margin: 0;
		padding: 0;
		height: 600px;
		list-style: none;
	}
	#main_slider ul li {
		position: relative;
		display: block;
		float: left;
		width: 1150px;
		height: 600px;
		text-align: center;
	}
	a.control_prev, a.control_next {
		position: absolute;
		top: 188px;
		z-index: 999;
		display: block;
		padding: 4% 3%;
		width: auto;
		height: auto;
		color: #fff;
		text-decoration: none;
		font-weight: 600;
		font-size: 18px;
		opacity: 0.8;
		cursor: pointer;
	}
	a.control_prev:hover, a.control_next:hover {
		opacity: 1;
		-webkit-transition: all 0.2s ease;
	}
	a.control_prev {
		border-radius: 0 2px 2px 0;
	}
	a.control_next {
		right: 0;
		border-radius: 2px 0 0 2px;
	}
	.slider_option {
		position: relative;
		margin: 10px auto;
		width: 160px;
		font-size: 18px;
	}
	.main_search #overlay_search_broken {
		margin-left: 0px;
	}
	.main_search h6 {
		font-size: 2em;
		margin-top: 15px !important;
	}
	.main {
		padding-top: 85px;
		text-align: center;
	}
	.main h1 {
		margin: 0px;
		font-size: 125px;
		margin-bottom: 30px;
		margin-top: 0px;
		text-align: center;
		padding-bottom: 0px;
	}
	.main h2, .main h3 {
		margin: 0px;
		font-size: 40px;
		margin-bottom: 30px;
		margin-top: 0px;
		text-align: center;
		padding-bottom: 0px;
	}
	#main_data_1 .content {
		width:1250px;
		margin-left:auto;
		margin-right:auto;
	}
}
#start_data_inner {
    background: url(../_png/dot_a.png) top center;
    background-attachment: fixed;
	position: relative;
}
::-webkit-input-placeholder {
   color:#666666;
}

:-moz-placeholder {
   color:#666666; 
}

::-moz-placeholder {
   color:#666666; 
}

:-ms-input-placeholder {  
   color:#666666;
}
.btn_start {
    background: none;
    width: 230px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ffffff;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    padding: 12px;
    font-size: 17px;
    font-family: Open sans,Arial, sans-serif;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear;
    -webkit-box-sizing: initial!important;
    -moz-box-sizing: initial!important;
    box-sizing: initial!important;
}
.btn_start:hover {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}
.main h1, .main h2, .main h3 {
    font-family: 'Freeport', Arial;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0px;
    font-weight: normal;
    color: #fbf7f6;
    padding-top: 5px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px #9C0013;
    background: none;
    font-weight: 100;
}
.main_search h1 {
    font-family: Dosis, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0px;
    font-weight: normal;
    color: #fbf7f6;
    padding-top: 15px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px #9C0013;
    background: none;
	font-weight: 100;
}
.main_search h5 {
    text-align: center;
    font-family: Dosis, Helvetica, Arial, sans-serif;
    color: #fff;
    margin-top: 35px;
    font-weight: bold;
    font-weight: 100;
    text-align: center;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    margin: 0px;
    padding-top: 30px;
}
.main_search h5 a {
    color: #fff;
}
.main_search h4 {
    text-align: center;
    font-family: Dosis, Helvetica, Arial, sans-serif;
    color: #fff;
    margin-top: 35px;
    font-weight: bold;
    font-weight: 100;
    text-align: center;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    margin: 0px;
    padding-top: 40px;
}
.main_search h4 a {
    color: #fff;
}
.main_search #manual_city {
    font-family: Arial, sans-serif;
    font-size: 1.3em;
    color: #242424;
    padding: 3px;
    width: 95%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: #eaeaea solid 1px;
    margin-top: 0px;
    padding-left: 10px;
	height: 40px;
	border: #989898 solid 1px;
}
.main_search #manual_broken {
    font-family: Open sans,Arial, sans-serif;
    font-size: 1.3em;
    color: #242424;
    padding: 3px;
    width: 98%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: #eaeaea solid 1px;
    margin-top: 0px;
    padding-left: 10px;
	height: 47px;
	border: #989898 solid 1px;  
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.main_search #manual_cat {
    font-family: Arial, sans-serif;
    font-size: 1.3em;
    color: #242424;
    padding: 3px;
	width: 95%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: #eaeaea solid 1px;
    margin-top: 0px;
    padding-left: 10px;
	height: 40px;
	border: #989898 solid 1px;
}
.main_search #search_expert_overlay_name_1 {
    position: absolute;
    margin-top: 6px;
    margin-left: 0px;
    border: #989898 solid 1px;
    z-index: 100;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
	text-align: left;
}
.main_search #search_expert_overlay_name_2 {
    position: absolute;
    margin-top: 6px;
    margin-left: 0px;
    border: #CCCBC9 solid 1px;
    z-index: 100;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
	text-align: left;
}
.main_search #overlay_search_broken {
	position: absolute;
    margin-top: 6px;
    border: #CCCBC9 solid 1px;
    z-index: 100;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
	text-align: left;
}
.main_search .city_select_hover {
    background: #eaeaea;
}
.main_search .city_select:hover {
    background: #eaeaea;
}
.main_search .city_select {
    font-family: Arial, sans-serif;
    font-size: 1.25em;
    color: #242424;
    cursor: pointer;
	border-bottom: #f0f0f0 solid 1px;
}
.main_search .city_select b {
	font-weight: normal;
    color: #999999;
    font-size: 13px;
}
#main_start_links {
	background: rgba(0, 188, 212, 0.5);
    min-height: 75px;
    position: absolute;
    width: 100%;
    bottom: 0;
	border-bottom: #ffffff solid 1px;
}
#main_start_links #links {
	margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 10px;
    color: #fff;
    font-family: Arial;
    font-size: 13px;
    line-height: 25px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}
#main_start_links #links a {
	color: #fff;
    border-bottom: 1px dotted #fff;
	text-decoration:none;
    margin: 10px;
    margin-left: 5px;
}
input[type="text"]::-webkit-input-placeholder  {
    -webkit-transition: opacity 0.3s linear; color: gray;
}
input[type="text"]:focus::-webkit-input-placeholder  {
    opacity: 0;
}
#not_my_city {
    position: absolute;
    margin-top: -44px;
    right: 0px;
    margin-right: 5px;
    border: #e0e0e0 solid 1px;
    height: 38px;
    line-height: 38px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
    background: #F4F4F4;
	cursor:pointer;
	display:none;
	opacity: 0.6;
}
#main_start_info {
	display:none;
	position: absolute;
    margin-top: -45px;
    margin-left: -34px;
}
.shadow {
    -webkit-filter: drop-shadow( -1px 0px 1px #444 );
    filter: drop-shadow( -1px 0px 1px #444 );
}
#arrow_search_broken {
	display:none;
}
#overlay_search_broken .item {
    color: #0B0B0C;
    font-family: Arial, sans-serif;
    font-size: 13px;
    padding: 8px;
    border-bottom: #eaeaea solid 1px;
    padding-left: 9px;
    cursor: pointer;
    clear: both;
    overflow: hidden;
    text-align: left;
}
.main_search h6 {
    text-align: center;
    font-family: Dosis, Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: normal;
    font-weight: 100;
    text-align: center;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    margin: 0px;
    padding-top:20px;
}
.main_search h6 a {
	color: #fff;
}
#main-boxes-icon-start .img {
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.5)));
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
#main-search {
	display:none;
}
#start-down:hover {
	background: url(../_png/down_a.png);
}
#start-down {
	background: url(../_png/down.png);
    width: 36px;
    height: 36px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    cursor: pointer;
	-moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}