@charset "utf-8";

 *, *::after, *::before {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
body {
	background:#fff;
	padding: 0;
	margin: 0;
	font-family: arial;
	font-size: 12px;
	border-top:5px solid #433c72;
}

.clr {
	clear: both;
}
a {
	text-decoration: none;
	color:#000;
}
img {
	max-width:100%;
	height:auto;
}

.container {
	width:1320px;
	margin:0 auto;
}

.container2 {
	width:1200px;
	margin:0 auto;
}
#menu .container2{
	width:100%;
}

.yw_box{
	width:1200px;
}



#lang{
	float:right;
	padding:10px 0;
}

#lang li{
	float:right;
	margin:0 5px 0 0;
}

#social{
	float:left;
	margin:10px 0 0 0;
}



#fb_ic{
	background:url(../images/fb_ic.png) center center no-repeat;
}

#fb_ic:hover{
	background:#564f83 url(../images/fb_ic_h.png) center center no-repeat;
}

#tw_ic{
	background:url(../images/tw_ic.png) center center no-repeat;
}

#tw_ic:hover{
	background:#564f83 url(../images/tw_ic_h.png) center center no-repeat;
}

#li_ic{
	background:url(../images/li_ic.png) center center no-repeat;
}

#li_ic:hover{
	background:#564f83 url(../images/li_ic_h.png) center center no-repeat;
}

#in_ic{
	background:url(../images/in_ic.png) center center no-repeat;
}

#in_ic:hover{
	background:#564f83 url(../images/in_ic_h.png) center center no-repeat;
}

#header_img{
	background:url(../images/header.png) center;
	height:140px;
}

#l_t{
	float:right;
}

#logos{
	float:right;
}

#logo_1{
	float:left;
	margin:10px 0 0 10px;
}
#logo_2{
	float:right;
	margin:5px 0 0 0;
}

#logo_3{
	float:right;
	margin:30px 15px 0 0;
}

#logo_4{
	float:right;
	margin:30px 15px 0 0;
}
#title_site{
	color:#000;
	float:left;
	margin:35px 0 0 15px;
	font-weight:bold;
}
#title_site h1{
	font-size:19px;
}

#title_site h2{
	font-size:17px;
	margin:10px 0 0 0;
}

#slider{
	direction:ltr;
}
#content{
	background:url(../images/cont_bg.png);
	border-top:5px solid #9439d6;
	min-height:300px;
}


#user{
	padding:50px 120px;
}

#img_user{
	float:left;
	width:25%;
}

#name_user{
	float:left;
	width:75%;
}

#name_user h2{
	font-weight:bold;
	color:#9439d6;
	font-size:23px;
	text-align:center;
	padding:0 0 20px;
}

#name_user p{
	font-size:15px;
	line-height:33px;
	text-align:justify;
}

#news_time{
	padding:40px 0;
}

#news{
	background:url(../images/bg_news.png) left center no-repeat;
	float:right;
	width:53%;
	padding:0 0 0 90px;
}

#news_top{
	padding:10px;
	border-bottom:2px solid #8f8f8f;
	margin:0 0 10px 0;
}

#news_top h3{
	float:left;
	color:#931a1a;
	font-size:20px;
}

#news_top span a{
	float:right;
	color:#931a1a;
	font-size:13px;
	margin:10px 0 0 0;
}

.news_box{
	margin:15px 0;
}

.img_news{
	float:left;
	margin:0 10px 0 0;
	
}

.img_news img{
	border:3px solid #931a1a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}



.news_text h2{
	color:#000000;
	margin:17px 0 10px;
	font-size:16px;
	font-weight:bold;
}
.news_text p{
	color:#931a1a;
	font-size:12px;
}

#time{
	float:left;
	width:47%;
	padding:0 45px 0 0;
}


.time_box{
	background:url(../images/bg_time.png);
	width:40%;
	margin:20px 35px 0 0;
	float:right;
	border:3px solid #006100;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding:55px 18px;
	text-align:center;
	color:#006100;
}

.time_box b{
	font-size:30px;
	margin:0 0 15px 0;
	display:block;
}

.time_box p{
	font-size:18px;
}

#tours{
	background:url(../images/bg_turs.jpg) center no-repeat;
	padding:50px 0 110px;
}

#tours h3{
	color:#fff;
	text-align:center;
	font-size:35px;
	margin:0 0 70px 0;
	font-weight:bold;
}

.tour_box {
	background:#fff;
	-moz-border-radius: 250px;
	-webkit-border-radius: 250px;
	border-radius: 250px;
	height:250px;
	width:250px;
	display:inline-block;
	margin:0 38px;
	position:relative;
	top:0;
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
	overflow:hidden;
	border:4px solid #fff;
	position:relative;
}
.tour_box img{
	position:absolute;
}

.tour_box h2{
	background:rgba(255, 255, 255, 0.5);
	font-size:33px;
	position:absolute;
	z-index:2;
	width:100%;
	height:95%;
	text-align:center;
	font-weight:bold;
	padding:25% 20px 0;
	opacity:0;
	-webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
}
.tour_box h2 a{
	color:#4d4c4c;
}

.tour_box:hover h2{
	opacity:1;
	-webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
}

.tour_box:hover{
	top:-10px;
	transition:All 1s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}

#map{
	height:385px;
	position:relative;
}

#contact_box{
	background:rgba(77, 45, 100, 0.8);
	width:400px;
	height:305px;
	padding:25px;
	position:absolute;
	left:100px;
	top:40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#map iframe{
	width:100%;
	height:100%;
}

#contact_box h3{
	color:#fff;
	font-size:29px;
	text-align:center;
	font-weight:bold;
	margin:0 0 20px 0;
}

#contact_box p{
	color:#fff;
	font-size:15px;
	margin:13px 0;
	font-weight:bold;
}

#footer_one{
	background:#393939;
	padding:25px 0 10px;
}

#news_time{
	padding:40px 0;
}


#log,#log a{
	color:#fff;
}



#login form{
	text-align:center;
}


.login_btn{
	background:transparent;
	padding:6px 40px 10px;
	border:1px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color:#fff;
	cursor:pointer;
	margin:10px 0 0 0;
}

.login_btn:hover{
	background:#464646;
}


#news_la{
	width:70%;
	margin:0 auto;
	text-align:center;
}

.news_in{
	background:#464646 url(../images/mail_la.png) 2% center no-repeat !important;
	height:60px !important;
	padding-left:70px !important;
}

#news_la p{
	color:#fff;
	font-size:14px;
	margin:0 0 10px 0;
}

#footer_two{
	background:#333333;
	padding:20px 0;
	font-size:15px;
	color:#fff;
}

#footer_two a{
	color:#fff;
}

#f_right{
	float:right;
}

#f_left{
	float:left;
	direction:ltr;
}



/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

#slider_b,#owl-demo2{
	direction:ltr;
}
#owl-demo3{
	direction:ltr;
}
#owl-demo3 .owl-pagination{
	bottom:0;
	left:29%;
}
.owl-theme .owl-controls {
	text-align: center;
}
/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
	width:50px;
	height:86px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
 *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor:url(../images/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
#bar {
	width: 0%;
	max-width: 100%;
	height: 4px;
	background: #a3afd5;
}
#progressBar {
	width: 100%;
	background: #EDEDED;
}
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
	z-index: 10;
 -webkit-animation: fadeOut .7s both ease;
 -moz-animation: fadeOut .7s both ease;
 animation: fadeOut .7s both ease;
}
.owl-fade-in {
 -webkit-animation: fadeIn .7s both ease;
 -moz-animation: fadeIn .7s both ease;
 animation: fadeIn .7s both ease;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
 0% {
opacity: 1
}
}
@-moz-keyframes empty {
 0% {
opacity: 1
}
}
@keyframes empty {
 0% {
opacity: 1
}
}
@-webkit-keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-moz-keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@keyframes fadeIn {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-webkit-keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@-moz-keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}
@keyframes fadeOut {
 0% {
opacity:1;
}
 100% {
opacity:0;
}
}

.item {
	position:relative;
}

.t_slide {
	position:absolute;
	width:60%;
	height:115px;
	bottom:195px;
	left:17%;
}

.t_slide h4 {
	font-size:54px;
	font-weight:bold;
	color:#fff;
	margin:10px 20px;
    text-shadow:4px 4px 4px #000000;

}


#owl-demo .item img {
	display: block;
	width: 100%;
	height: auto;
}

.owl-pagination{
	bottom:40px;
	position:absolute;
	left:47%;
}

.owl-buttons{
	bottom:250px;
	position:relative;
	
}

.owl-next{
	background:url(../images/next_a.png) left center;
	right:100px;
	position:absolute;
	opacity:0.85;
	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
}

.owl-prev{
	background:url(../images/prev_a.png) right center;
	left:100px;
	position:absolute;
	opacity:0.85;
	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
}

.owl-next:hover,.owl-prev:hover{
	opacity:1;
	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;
}


#menu2{
	height:38px;
}

ul#wrapper_menu_top {
	padding: 0;
	position: relative;
	border:0;
	z-index:99999999;
	text-align:center;
}
ul#wrapper_menu_top ul {
	width: 243px;
	margin:0;
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	left: 0
}
ul#wrapper_menu_top ul ul, ul#wrapper_menu_top ul ul ul {
	top: 0;
	left: 100%;
}
ul#wrapper_menu_top li {
	display: inline-block;
	position: relative;
}


ul#wrapper_menu_top ul li {
	width: 100%;
	display: block;
}
ul#wrapper_menu_top a {
	padding:11px 8px 6px;
	margin:0 4px;
	float: left;
	display: block;
	color: #175183;
	text-align:left;
	height: 1%;
	font-size:14px;
	border-bottom:4px solid transparent;
}
ul#wrapper_menu_top a:hover{
	border-bottom:4px solid #433c72;
}

ul#wrapper_menu_top ul li a {
	padding: 9px 10px 10px 9px !important;
	margin:0 !important;
}
ul#wrapper_menu_top a:hover, ul#wrapper_menu_top li:hover a {
	color: #072947;
}
ul#wrapper_menu_top li:hover li a {
	float: none;
	direction:rtl;
	background: #e4e4e4;
	border-bottom: 1px solid #cccccc;
}
ul#awt_navmenu a:hover, ul#awt_navmenu li:hover a {
	color: #fff;
}
ul#wrapper_menu_top li:hover li a:hover, ul#wrapper_menu_top li:hover li:hover a {
	background: #d5d5d5;
}
ul#wrapper_menu_top li:hover li:hover li a {
	background: #e4e4e4;
}
ul#wrapper_menu_top li:hover li:hover li a:hover, ul#wrapper_menu_top li:hover li:hover li:hover a {
	background: #d5d5d5;
}
ul#wrapper_menu_top li:hover li:hover li:hover li a {
	background: #d5d5d5;
}
ul#wrapper_menu_top li:hover ul ul, ul#wrapper_menu_top li:hover ul ul ul {
	display: none;
}
ul#wrapper_menu_top li:hover ul, ul#wrapper_menu_top ul li:hover ul, ul#wrapper_menu_top_top ul ul li:hover ul {
	display: block;
}






/*
    Mobile Menu Core Style
*/
.slicknav_menu{
	position:absolute;
	z-index:9999999999;
	width:88%;
	display:none;
}
.slicknav_btn { position: relative; display: block; vertical-align: middle; float: left; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; top:5px; }
.slicknav_menu  .slicknav_menutxt { display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; float:right; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
    font-size:16px;
}
/* Button */
.slicknav_btn {
    margin: 1px 5px 6px;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
    background-color: #222222;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
	background:#ddefff;
}
.slicknav_nav ul {
    padding:5px;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a{
    padding:5px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#000;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#005aaa;
    color:#fff;
}
.slicknav_nav a:hover{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#005aaa;
    color:#fff;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}


.header2 #sticky{
	position:fixed;
	top:0;
	width:100%;
	left:0;
	z-index:99999;
}



.header2 #menu{
	background:#fff;
	border-bottom:1px solid #eee;
	transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;
}



#search {
	background:#fff;
	float:left;
	width:170px;
	height:28px;
	margin:6px 0 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #ccc9b7;
	border-bottom:2px solid #ccc9b7;
}
#search_box {
	border:0px;
	padding:4px 5px 3px;
	font-family:tahoma;
	color:#2c503c;
	width:140px;
	float:left;
	font-size:12px;
}
#search_btn {
	background:url(../images/search.png);
	width:26px;
	height:22px;
	border:0;
	float:right;
	cursor:pointer;
}



.block {
	margin:0 0 10px 0;
	padding:0 0 20px 0;
}
.block h2 {
	display:inline-block;
	font-family:yekanYW;
	font-size:19px;
	color:#fff;
	padding:0 20px 5px;
	line-height:35px;
}
.block_b {
	width:100%;
	text-align:justify;
	padding:20px 0 0 0;
	line-height:20px;
	color:#fff;
}

.block_b a{
	color:#eee;
}

.block_t {
	width:100%;
	border-bottom:1px solid #4fcce7;
}


.box_f{
	float:right;
	width:25%;
	padding:10px 20px;
}

#footer_one .container2{
	display:flex;
	align-items: stretch;
}





@media (min-width: 1540px) {
	#menu .container2{
		width:1360px
	}
}
@media (min-width: 1367px) {
	.container{
		width:1370px;
	}
	.yw_box{
	width:1370px;
}
	.container2{
		width:1370px
	}
	#tours{
		background:url(../images/bg_turs.jpg) repeat-x;
	}
	#title_site{
		margin-left:240px;
	}
}
@media (max-width: 1320px) {
	.container{
		width:1060px;
	}
	ul#wrapper_menu_top a{
		padding:11px 5.2px 6px;
		font-size:13px;
	}
	.yw_box{
	width:1060px;
}
	.container2,#menu .container2{
		width:1060px;
	}
#title_site{
	margin-left:20px;
}
.tour_box{
	margin:0 6px;
}
.time_box{
	padding:55px 30px;
	margin:20px 40px 0 0;
}
}
@media (max-width: 1100px) {
	
.container{
		width:960px;
	}
	#wrapper_menu_top{
		display:none;
	}
	
	.slicknav_menu{
	display:block;
}
	
	.yw_box{
	width:960px;
}
	.container2,#menu .container2{
		width:960px;
	}
	#header_img2{
		background-position:left;
	}
	#title_site{
	margin-left:15px;
}
.tour_box{
	margin:0 5px;
	width:225px;
	height:225px;
}
.time_box{
	padding:55px 20px;
	margin:20px 40px 0 0;
}
.owl-buttons{
	bottom:200px;
}

#img_user{
	margin:50px 0 0 0;
}
#name_user{
	width:68%;
}

.time_box{
	margin:20px 0 0 30px;
}
}


@media (max-width: 996px) {
	.container{
		width:760px;
	}
	.yw_box{
	width:760px;
}
	.container2,#menu .container2{
		width:760px;
	}
#title_site h1{
	font-size:18px;
}
	#title_site{
	margin-left:10px;
}



.tour_box{
	width:175px;
	height:175px;
}
.tour_box h2{
	font-size:25px;
}


.owl-buttons{
	bottom:190px;
}
#user{
	padding:50px 60px;
}
#news{
	background:none;
	float:none;
	width:100%;
	padding:0 0 40px 0;
	border-bottom:4px solid #eee;
}
#time{
	float:none;
	width:100%;
	margin:20px 0 0 0;
	padding-right:0;
}


.t_slide h4{
	font-size:40px;
}

.box_f{
	width:50%;
}

#footer_one .container2{
	display:inherit;
}
}


@media (max-width: 777px) {
	#logo_2, #title_site, #logo_1,#logos{
	float:none !important;
}
	.container{
		width:90%;
	}
	.yw_box{
	width:90%;
}
	.container2,#menu .container2{
		width:90%;
	}
		#title_site{
	margin-left:10px;
}

#header_img{
	background:#f2f2f7;
	height:auto;
	padding-bottom:20px;
}
#logo_1{
	margin:0;
}
#l_t{
	width:100%;
}
#logos,#l_t{
	text-align:center;
	float:none !important;
	padding:10px 0 0;
}

#title_site h1,#title_site h2{
	text-align:center;
}

#title_site{
	position:relative;
	top:-10px;
}


#logo_2{
	float:none;
	display:inline-block;
}

.owl-buttons{
	display:none;
}
.t_slide{
	bottom:10px;
	left:0;
	width:100%;
	text-align:center;
}
.t_slide h4{
	font-size:25px;
}

#tours{
	padding:50px 0 25px;
}

#tours h3{
	margin:0 0 35px 0;
}
 .tour_box{
	 margin:2% 4%;

 }
 .styled-select{
	 width:100% !important;
 }
 
 #contact_box{
	 right:0 !important;
 }
 
 #img_user{
	 width:100%;
	 margin:0 0 30px 0;
	 text-align:center;
 }
#name_user{
	width:100%;
}
 }
 

  
@media (max-width: 479px) {
	 #contact_box{
		 left:0;
		 top:0;
		 width:100%;
		 height:100%;
	 }
#news{
	background:none;
	padding:0;
}


#tours .container{
	width:65%;
}
.tour_box{
	width:100%;
}
.tour_box h2{
	padding-top:23%;
}
#tours{
	background:url(../images/bg_turs.jpg) center top repeat;
}

.time_box{
	width:100%;
	margin:30px 0 0 0;
}

 #user{
	 padding:50px 10px;
 }
 #img_user{
	 float:none;
 }
 #name_user{
	 width:100%;
 }
 
.box_f{
	width:100%;
}
 

 #f_right,#f_left{
	 text-align:center;
	 width:100%;
	 margin:2px 0;
 }
 #contact_box{
	 -moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
 }
 
 #personal{
	 margin:10px !important;
 }
  }
  
