.share {
    position: fixed;
    left: -13px;
    bottom: 20%;
	z-index: 10;
    opacity: 0.8;
	filter: alpha(opacity=80);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.share:hover {
    left: 0;
    opacity: 1;
	filter: alpha(opacity=100);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.share .vkontakte,
.share .facebook,
.share .twitter,
.share .googlep {
  display: block;
  width: 44px;
  height: 44px;
  margin-bottom: 5px;
}
.share .vkontakte {background: url(img/share.png) no-repeat 0 0;}
.share .facebook {background: url(img/share.png) no-repeat 0 -44px;}
.share .twitter {background: url(img/share.png) no-repeat 0 -132px;}
.share .googlep {background: url(img/share.png) no-repeat 0 -176px;}

li.sub ul li {
	width: 642px;
	height: auto !important;
	margin-left: -314px;
	padding: 25px;
	background: #FFF;
	text-align: left;
	-webkit-border-radius: 0 10px 10px 10px;
	-moz-border-radius: 0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.28);
	cursor: default;
}
li.sub ul li .stranu a {
    margin: 19px 0;
    font: 500 12px/20px 'Roboto', sans-serif;
}
li.sub ul li .stranu a.active {color: #EBA144;}
.sub ul li .kurorts a {
    line-height: 30px;
    display: inline;
    padding: 5px 10px;
}
.sub ul li .kurorts a.strana {
    display: block;
    font-size: 18px;
    padding: 0;
}
.stranu {
    width: 83px;
    border-right: solid 2px #EBA144;
    float: left;
}
.kurorts {
	width: 530px;
    float: left;
    padding-left: 25px;
}
li.sub ul li:hover {background: #FFF;}
li.sub ul li a:hover {color: #EBA144;}
.kurorts .active {display: block;}
.kurorts div {display: none;}
#up {
    position: fixed;
    right: 25px;
    bottom: 210px;
    z-index: 999;
	height: 62px;
	width: 62px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: url(img/up.png) no-repeat;
    display: none;
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#bottom {
	position: fixed;
    right: 25px;
    bottom: 140px;
    z-index: 999;
	height: 62px;
	width: 62px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: url(img/bottom.png) no-repeat;
	cursor: pointer;
	opacity: 0.7;
	filter: alpha(opacity=70);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	z-index:9999
}
#up:hover, #bottom:hover {
	opacity: 1;
	filter: alpha(opacity=100);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.dropdown {
	width: 95px;
	height: 59px;
	display: block;
}
.open {background: url(img/item2_h.png) no-repeat;}
span.strana {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
}
a.strana_all {display: block !important;}
span.country[data-country$="Вьетнам"] {padding-left:20px;background: url(img/flag/vietnam.png) no-repeat center left;}
span.country[data-country$="Египет"] {padding-left:20px;background: url(img/flag/egypt.png) no-repeat center left;}
span.country[data-country$="Турция"] {padding-left:20px;background: url(img/flag/turkey.png) no-repeat center left;}
span.country[data-country$="Тайланд"] {padding-left:20px;background: url(img/flag/thailand.png) no-repeat center left;}
span.country[data-country$="ОАЭ"] {padding-left:20px;background: url(img/flag/oae.png) no-repeat center left;}
span.country[data-country$="Индия"] {padding-left:20px;background: url(img/flag/india.png) no-repeat center left;}
span.country[data-country$="Испания"] {padding-left:20px;background: url(img/flag/spain.png) no-repeat center left;}
span.country[data-country$="Греция"] {padding-left:20px;background: url(img/flag/greece.png) no-repeat center left;}
span.country[data-country$="Кипр"] {padding-left:20px;background: url(img/flag/flag_cyprus.png) no-repeat center left;}
span.country[data-country$="Россия"] {padding-left:20px;background: url(img/flag/russia.png) no-repeat center left;}

/* Акция */
p.modal-p {
    color: #fff;
}
.modal-action {
    position: fixed;
    z-index: 99999;
    top: 50%;
    width: 550px;
    background: #2ea5e0;
    left: 50%;
    margin-left: -275px;
    margin-top: -195px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -webkit-box-shadow: 0 3px 10px -3px #000, inset 0 -5px #00699d;
    -moz-box-shadow: 0 3px 10px -3px #000, inset 0 -5px #00699d;
    box-shadow: 0 3px 10px -3px #000, inset 0 -5px #00699d;
    display: none;
	z-index: 999999;
}
.modal-action-p {
    color: #fff;
    font: bold 26px 'Ubuntu', sans-serif;
    text-align: center;
    margin: 27px 0;
}
.modal-action-p2 {
    font: normal 24px 'Ubuntu', sans-serif;
    text-align: center;
    margin: 27px 0;
    color: #fff;
}
.modal-action-link {
    text-transform: uppercase;
    font: bold 22px 'Ubuntu', sans-serif;
    display: block;
    padding: 5px 10px;
    color: #fff;
    margin: 0 15px 25px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ffcf00;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 10px 25px rgba(255, 255, 255, 0), inset 0 -25px 26px rgb(236, 128, 0);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 10px 25px rgba(255, 255, 255, 0), inset 0 -25px 26px rgb(236, 128, 0);
    box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 10px 25px rgba(255, 255, 255, 0), inset 0 -25px 26px rgb(236, 128, 0);
    -webkit-transition: box-shadow 0.15s linear;
    -moz-transition: box-shadow 0.15s linear;
    -ms-transition: box-shadow 0.15s linear;
    -o-transition: box-shadow 0.15s linear;
    transition: box-shadow 0.15s linear;
}
.modal-action-link:hover {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 25px 26px #EC8000, inset 0 10px 25px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3), inset 0 25px 26px rgb(236, 128, 0), inset 0 10px 25px rgba(255, 255, 255, 0);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), inset 0 25px 26px #EC8000, inset 0 10px 25px rgba(255, 255, 255, 0);
}
.link-header {
	position: absolute;
    right: 50%;
  top: 13px;
  margin-right: -205px;
  color: red;
  text-decoration: none;
  font: bold 14px/18px Arial, Verdana, sans-serif;
  -webkit-animation: blink 3s linear infinite;
  animation: blink 3s linear infinite;
}
.stupid_blink {
	-webkit-animation: stupid_blink 3s linear infinite;
    animation: stupid_blink 3s linear infinite;
}
@-webkit-keyframes blink {
  0% { color: rgb(255, 0, 0, 1); }
  50% { color: rgba(255, 0, 0, 0); }
  100% { color: rgba(255, 0, 0, 1); }
}
@keyframes blink {
  0% { color: rgb(255, 0, 0, 1); }
  50% { color: rgba(255, 0, 0, 0); }
  100% { color: rgba(255, 0, 0, 1); }
}
@-webkit-keyframes stupid_blink {
  0% { color: rgb(0, 0, 0, 1); }
  50% { color: rgba(255, 0, 0, 1); }
  100% { color: rgba(0, 0, 0, 1); }
}
@keyframes stupid_blink {
  0% { color: rgb(0, 0, 0, 1); }
  50% { color: rgba(255, 0, 0, 1); }
  100% { color: rgba(0, 0, 0, 1); }
}
.stupid_btn {
    padding: 15px 25px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 25px;
    margin-top: 15px;
    line-height: 1;
    text-decoration: none;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    border: 1px solid #fff;
  color: #007AB9;
  font: 500 14px 'Roboto', sans-serif;
  background: #fcfcfc;
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.11), 0px -9px 29px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.11), 0px -9px 29px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.11), 0px -9px 29px rgba(0, 0, 0, 0.15) inset;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  cursor: pointer;
}
.stupid_btn:hover {
    color: red;
}
.club {
    position: absolute;    
    left: 50%;    
    top: 11px;    
    margin-left: -138px;
}