.dashed {
	border-bottom: 1px dashed #61a7db;
}
a.dashed:hover {	
	text-decoration: none;
}

.unselectable {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	-o-user-select : none;	
}

/* убираем рамку вокруг ссылок*/
a {
	outline:none !important;
}

/* настройки ширины для разных мониторов */
@media (min-width: 1020px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1150px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/* правая инфо-колонка */
div.right_column {
	/*background-color: #f4f4f4; */
	padding:15px 15px;
	border-radius: 0 0 25px 0;	
	border:1px solid #eaeaea;
}

.for_h1 {
 /*color: #fff;*/
 /*background-color: #ad1b2a;*/
 padding:0 0 15px 0; 
 /*text-transform: uppercase;*/
 border-bottom:1px solid #eaeaea;
 margin-bottom: 20px;
}

/* разные размеры PFSquareSansPro */
.fps_20 {
	font-family: 'PFSquareSansPro-Regular', sans-serif;
	font-size: 20px;
}
.fps_18 {
	font-family: 'PFSquareSansPro-Regular', sans-serif;
	font-size: 18px;
}
.fps_16 {
	font-family: 'PFSquareSansPro-Regular', sans-serif;
	font-size: 16px;
}
.fps_14 {
	font-family: 'PFSquareSansPro-Regular', sans-serif;
	font-size: 14px;
}	
.f_bold {
	font-weight: bold;
}

/* серые ссылки */
.a_grey  a{	
	color: #888;	
}
.a_grey a:hover{	
	color: #aaa;	
	text-decoration: none; 
}

.a_orange  a{	
	color: #FF8800;	
}
.a_orange a:hover{	
	color: #aaa;	
	text-decoration: none; 
}

.c_orange {
	color: #FF8800;
}

/* стрелка скролла наверх */

.scrollTop{  
    background:url(/dynamic/images/arrows3.png) 0 0 no-repeat;  
    display:block; width:50px; height:50px;  
    position:fixed; bottom:10px; /*left:970px;  */
    z-index:2000;	 
}  
.scrollTop:hover{ background-position:0 -58px; }

/*
.scrollTop{          	
	color:#777;
	font-size: 48px;
   position:fixed; bottom:50px;
   z-index:2000;	 
}  
.scrollTop:visited, .scrollTop:active, .scrollTop:link {   
	color:#777;      
} 

.scrollTop:hover{color:#999; }
*/

/* стили нижней менюшки */
.footer_custom_header {
	text-transform: uppercase;
	color: #222731;	
	margin-bottom:15px;
	margin-left: 2px;
}
.footer_menu {
	padding-left:15px;
}
ul.footer_menu li {	
	line-height: 18px;
	padding-left: 0;
	position: relative;
	padding-bottom: 8px;
	list-style-type: circle;
}

/* для сложной выпадающей менюшки в несколько колонок*/
.dropdown:hover .dropdown-menu {
    display: block;
}
li.dropdown > div { 
 visibility: hidden;
 position: absolute;
}
li.dropdown:hover > div {
 visibility: visible;
}
div.dropdown-menu ul{
	list-style: none;
	padding:0;
}
div.dropdown-menu li a{
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;	
}
div.dropdown-menu a:hover{
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

.navbar {
	margin-bottom: 0px;		
	min-height: 40px;
}
.navbar-static-top {    
    border-width: 1px 0 1px;
}
.navbar-nav > li > a {    
    line-height: 13px;
}
.navbar .form-control {
    height: 27px;
}	

/* центрирование меню */
.navbar-nav {
	float: none;
	text-align: center;
}
.navbar-nav > li {
	float: none;
	display: inline-block;
} 

/* цвет фона и рамки навигационного меню */
.navbar-default {
  background-color: #fff; /*#337ab7; /* 9EC6FF /*#fff;*/  
  border-color: #eaeaea; /*#cbb74c; /*#f2f2f2;  */
}

/* Цвет пунктов навигационного меню */
.navbar-default .navbar-nav > li > a {
  color: #333; /*#cbb74c; /*#fff; /*#000;*/
}

.navbar-default .navbar-nav > li > a.dropdown-toggle:hover {
	cursor:default;
}

/* Цвет пункта меню, при поднесении к нему курсора мышки*/
.navbar-default .navbar-nav > li.dropdown:hover > a {
 color: #fff;
 background-color: #ad1b2a;
}

/* Цвет стрелочки (треугольничка) у раскрывающихся пунктов меню */
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #333;/*#cbb74c;*/
  border-bottom-color: #333; /*#cbb74c;*/
}

/* Цвет стрелочки (треугольничка) при поднесении к нему курсора мышки */
.navbar-default .navbar-nav > li.dropdown:hover .caret {
  border-top-color: #fff; /*#ffc600; /*#e6b606; /*#fff;*/
  border-bottom-color: #fff; /*#ffc600; /*#e6b606; /*#fff;*/
}
	

.carousel-caption > div {
	padding: 3px 10px 10px 10px;
	/*background-color: rgba(0, 0, 0, 0.2);	*/
	border-radius: 15px;	
	font-weight:bold;
	/*text-shadow: #fff -1px -1px 0, 
                 #333 1px 1px 0;*/
	text-shadow: #333 4px 4px 4px;					  
	font-size:40px;	
	text-transform: uppercase;	
}	
.carousel-caption > div > div {	
	font-size:30px;	
	text-transform: none;	
}

.carousel-caption-mini > div {
	padding: 3px 10px 10px 10px;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 15px;	
	font-weight:bold;
	/*text-shadow: #fff -1px -1px 0, 
                 #333 1px 1px 0;*/
	text-shadow: #333 2px 2px 2px;					  
	font-size:25px;	
	text-transform: uppercase;	
}	
.carousel-caption-mini > div > div {	
	font-size:15px;	
	text-transform: none;	
}

@media (min-width: 1681px) {
	.carousel-control.left {
		background-image:linear-gradient(to right,rgba(255, 255, 255, 0.5) 0,rgba(0,0,0,.0001) 100%);
	}

	.carousel-control.right {	
		background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(255,255,255,.5) 100%);
	}
}



/* высота баннеров */
.height_item_450 .item  {height:450px;}
.height_item_300 .item  {height:300px;}

.carousel.fade{opacity:1; margin:0;}
.carousel.fade .item  {-moz-transition:opacity 2s ease;-o-transition:opacity 2s ease;-webkit-transition:opacity 2s ease;transition:opacity 2s ease;left:0 !important;opacity:0;top:0;position:absolute;width:100%;display:block !important;z-index:1;}
.carousel.fade .item:first-child{top:auto;position:relative;}
.carousel.fade .item.active{opacity:1;-moz-transition:opacity 2s ease;-o-transition:opacity 2s ease;-webkit-transition:opacity 2s ease;transition:opacity 2s ease; z-index:2;}

.need_help {
	position: fixed;
	right: -10px;
	top: 140px;
	z-index: 100000;
}

.need_help li {
    display: block;
    font-size: 16px;
    height: 38px;    
	 padding: 8px 0 0 5px;
    position: relative;
    text-align: left;
}

.need_help a {
    background-color: #888;
    color: #fff;
    display: inline-block;    
    line-height: 37px;
    overflow: hidden;
	 padding-left: 8px;	 
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    white-space: nowrap;    
 	 width: 48px;
	 border: 1px solid #eaeaea;
}

.need_help a:hover {
	width: 205px;
	/*color: #333;*/
	border: 1px solid #eaeaea;
	background-color: #ad1b2a; /*#fff; /*#ad1b2a;*/
	-moz-transition:width 0.7s ease;
	-o-transition:width 0.7s ease;
	-webkit-transition:width 0.7s ease;
	transition:width 0.7s ease;	
}

.mapael .mapTooltip {
/*
	position: absolute;
	background-color: #fff;
	moz-opacity: 0.70;
	opacity: 0.70;
	filter: alpha(opacity=70);
	border-radius: 10px;
	padding: 10px;
	z-index: 1000;
	max-width: 200px;
	display: none;
	color: #343434;
*/
	position: absolute;
	background-color: #474c4b;
	moz-opacity: 0.70;
	opacity: 0.70;
	filter: alpha(opacity=70);
	border-radius: 10px;
	padding: 10px;
	z-index: 1000;
	max-width: 200px;
	display: none;
	color: #fff;	
}

.mapael .zoomButton {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #000;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
	position: absolute;
	top: 0;
	font-weight: bold;
	/*left: 10px;*/
	right:0;
	
	/*z-index: 10;*/
}

/* Reset Zoom button first */
.mapael .zoomReset {
	/*	top: 0;	*/
	display:none;
}

/* Then Zoom In button */
.mapael .zoomIn {
	top: 0;	
}

/* Then Zoom Out button */
.mapael .zoomOut {
	top: 24px;	
}

.mapael .map {
	position: relative;
}

/* блок кнопок на карте */
.link_onmap {
	font-family: 'PFSquareSansPro-Regular', sans-serif;	
	font-size:13px;
	position: absolute; 
	top:60px; 
	left:15px;
	z-index: 1001;
}

div.link_onmap ul{
	list-style: none;
	padding:0;
	border: 1px solid #d8dcdf;
	border-radius: 5px;
	background-color: #fff;
	moz-opacity: 0.80;
	opacity: 0.80;
	filter: alpha(opacity=80);
}

div.link_onmap li a{
	text-decoration: none; 
	/*border:1px solid #333;	*/
	display: block;
	padding: 3px 20px;
	clear: both;
	color: #333;
	white-space: nowrap;	
}
div.link_onmap a:hover{
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
	border-radius: 5px;	
}

/*
описание тура
*/

DIV.tour {
	margin-left: 30px;
	margin-right: 9px;
	margin-bottom: 9px;
}

DIV.tour DIV.intro {
	font-size: 14px; /*10pt*/ 
}

DIV.tour DIV.intro B {
	color: #FF8800;
}

DIV.tour DIV.intro DIV.photos {
	float: right;
	margin: 0px;
	margin-left: 9px;
	margin-bottom: 9px;
}

DIV.tour DIV.intro DIV.photos DIV {
	margin: 4px;
}

DIV.tour DIV.intro B {
	display: block;
	margin-bottom: 9px;
}

DIV.tour DIV.programm {
	margin: 0px;
	margin-top: 9px;
	margin-bottom: 9px;
}

DIV.tour DIV.programm DT {
	font-weight: bold;
}	

DIV.tour DIV.programm DD {
	margin-bottom: 9px;
	margin-left:30px;
}	

DIV.tour DIV.payment,
DIV.tour DIV.payment OL {
	font-size: 14px; /* 8pt*/
}

DIV.tour DIV.payment OL {
	list-style-position: inside;
	margin: 0px;
	margin-bottom: 5px;
}

DIV.tour DIV.payment H3 {
	color: #FF8800;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 14px; /*10pt*/
}

DIV.tour DIV.payment TABLE.prices {
	width: 506px;
	font-size: 12px; /*9pt;*/
	text-align: center;
	vertical-align: top;
}	

DIV.tour DIV.payment TABLE.prices TH,
DIV.tour DIV.payment TABLE.prices TD {
	padding: 2px;
	padding-left: 0px;
	padding-right: 4px;
}

DIV.tour DIV.payment TABLE.prices TH {
	padding-bottom: 9px;
	text-align: center;
}

.a_title {
	color: #FF8800; 
	text-transform: uppercase; 
	font-weight:bold;
}

.marked
{
	color: red;
}

.t_date  td{
	padding:4px;
}

.blockhead td{ 
	background-color: #E5E5E5;	
	padding: 5px;	
	font-weight:bold; 
	font-size:0.9em;	
	text-align: center;	
}

.blockdark { 	
	background-color: #F5F5F5;	
}

.blockdark td{
	padding: 3px;
}

.blocklight td{
	padding: 3px;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
	background-color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	background: #eee url("images/ui-bg_highlight-hard_100_eeeeee_1x100.png") 50% 50% repeat-x;
}	
