/*@font-face {
  font-family: Montserrat;
  src: url(/css/fonts/Montserrat/Montserrat-Regular.ttf) format("opentype");
}

@font-face {
  font-family: Montserrat Medium;
  src: url(/css/fonts/Montserrat/Montserrat-Medium.ttf) format("opentype");
}

@font-face {
  font-family: Montserrat Bold;
  src: url(/css/fonts/Montserrat/Montserrat-Bold.ttf) format("opentype");
}

@font-face {
  font-family: Slovian;
  src: url(/css/fonts/Slovian/SlovianRegular.ttf) format("opentype");
}*/


* {
	margin: 0;
	padding: 0;
}

a {
	color: #a56800;
	outline: none;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
    color: #350000;
	text-decoration: none;
}

a div {
    padding: 10px;
}

b, strong {
	font-family: Arial;
	font-weight: normal;
}

blockquote {
	padding: 40px;
    background: white;
    border-radius: 10px;
    font-style: italic;
    font-size: 20px;
    color: black;
	display: inline-block;
	text-align: left;
}

body {
	font-family: Arial, Helvetica;
	background: white;
	top:0 !important;
    width: 100%;
    height: 100%;
    color: #2f3a3c;
	position: relative;
	font-size: 18px;
}

body.fixed {
	overflow: hidden;
}

H1, H2, H3 {   
	/*font-family: Roboto Condensed, Slovian;*/
	font-family: Arial, Helvetica;
	padding: 0;
    margin: 0 0 20px;
	font-weight: normal;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
	padding: 0;
    margin: 0;
}

h5 {
	font-size: 18px;
	padding: 0;
    margin: 0;
}

input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #999;
    font-family: inherit;
    font-size: inherit;
	vertical-align: top;
    background: white;
}

label {
	cursor: pointer;
}

p:last-child {
	margin: 0;
}

section .box_text {
    margin: 0;
}

select {
    width: 100%;
    box-sizing: border-box;
    padding: 6px 5px;
    border: 1px solid #999;
    font-family: inherit;
    font-size: inherit;
	vertical-align: top;
    background: white;
}

table th {
	padding: 10px;
}

textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #999;
    font-family: inherit;
    font-size: inherit;
    max-width: 100%;
	vertical-align: top;
}



#advantages {
	background: #f8f8f8;
}

#advantages_list {
    width: 100%;
}

#advantages_list li {
	width: 25%;
}

#advantages_list li .content_border {
	padding: 10px;
	text-align: center;
}

#advantages_list li .name_advantages {
	min-height: 70px;
	white-space: pre-wrap;
}

#advantages_list li .icon {
    width: 90%;
	max-width: 125px;
}

#banner_list {
    width: 100%;
    margin: 0 -10px;
}

#banner_list li {
    width: 50%;
}

#benefits_list li {
	float: left;
}

#benefits_list li {
	width: 33.33%;
}

#block_menu {
	width: 100%;
}

#block_menu .section {
	padding: 0 0 40px;
}

#block_menu .block_box {
	vertical-align: top;
}

#block_menu .block_box:first-child {
	width: 33.33%;
}

#block_menu .block_box .table_th .content {
	padding: 5px 10px;
	font-size: 14px!important;
}

#block_menu .block_box .table_td .content {
	padding: 15px 10px;
}

#block_menu .block_box .td_amount {
	color: dimgray;
	font-size: 14px;
}

#block_menu .block_box .table_td.name {
	width: 50%;
}

#block_menu .block_box .table_td.name .amount {
	color: dimgray;
	padding: 5px 0 0;
	font-size: 14px;
	display: none;
}

#booking_form_form {
	width: 100%;
}

#booking_date_form li {
	width: 33.33%;
	float: left;
}

#booking_date_form li H4 {
    padding: 0 0 20px;
    color: #a56800;
    font-size: 24px;
    font-weight: normal;
}

#booking_date_form li .content {
	padding: 20px;
    background: white;
    border-radius: 5px;
    margin: 0 10px;
    text-align: center;
}

#booking_date_form .name {
	color: #a56800;
    padding: 0 0 10px;
    font-size: 24px;
	width: 100px;
	margin: 0 auto;
}

#booking_now_box {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    background: #30858c;
    padding: 5px;
}

#booking_now_box .button {
    /*background: #30858c;
	border: 1px solid #30858c;*/
	background: linear-gradient(to bottom, #a56800 0%, #30858c 100%);
}

#booking_rating {
    max-width: 400px;
	margin: 10px auto;
	text-align: center;
}

#booking_rating .name {
	color: #a56800;
    padding: 0 0 10px;
    font-size: 24px;
}

#booking_rating .progress {
	overflow: hidden;
    height: 22px;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}


#booking_rating .progress_bar {
    float: left;
    animation: progress 1.5s ease-in-out forwards;
	width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #0f2453;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    transition: width .6s ease;
}

#bottom_menu a {
    color: #878787;
}

#bottom_menu li a div {
	padding: 5px 10px;
}

#bottom_menu_left {
    text-transform: uppercase;
    padding: 25px 0;
    max-width: 150px;
    float: right;
}

#bottom_menu_left li {
    text-align: left;
    width: 100%;
}

#bottom_menu_left li:last-child a div {
    background: #dad0cc;
    color: #332723;
    padding: 10px;
	margin: 5px 0 0;
}

#bottom_menu_right {
    padding: 20px 10px;
}

#bottom_menu_right li {
    text-align: left;
    width: 100%;
}

#build_plan {
	display: table;
	list-style: none;
	margin: 0 auto;
}

#build_plan select {
    font-size: 24px;
}

#build_plan li {
	width: 50%;
	display: inline-block;
	float: left;
	margin: 0;	
}

#button_down {
    position: absolute;
    bottom: 20px;
    width: 100%;
	text-align: center;
}

#button_down div {
    display: inline-block;
}

#button_down div i {
    font-size: 36px;
}

#buttons_accessories_box {
	position: fixed;
    bottom: 10px;
    left: 0;
    z-index: 1;
    width: 100%;
    display: table;
}

#buttons_accessories_box .button_box {
    display: table-cell;
    width: 33.33%;
}

#buttons_accessories_box .button_box div {
	margin: 0 10px;
	cursor: pointer;
	display: inline-block;
    border-radius: 30px;
}

#buttons_accessories_box .button_box div:hover {
	box-shadow: 0 0 5px;
}

#buttons_accessories_box .button_box div i {
	font-size: 30px;
	padding: 7px 12px;
	margin: 0;
	color: #333;
}

#buttons_accessories_box .button_box div span {
	font-size: 14px;
    padding: 0 20px 0 0;
}

#buttons_accessories_box .button_up {
	text-align: center;
}

#buttons_accessories_box .button_up i {
	background: rgba(255, 255, 255, .5);
    border-radius: 30px;
}

#buttons_accessories_box .button_box i:hover {
	background: white;
}

#buttons_accessories_box .button_return {
    text-align: left;
}

#buttons_accessories_box .button_return div {
    background: rgba(255, 255, 255, .5);
    border-radius: 30px;
	display: inline-block;
}

#buttons_accessories_box .button_return div i {
	padding: 7px 15px;
}

#buttons_accessories_box .button_return div span {
	color: #333;
    position: relative;
    margin: 0 0 0 -10px;
}

#buttons_accessories_box .button_contact {
    text-align: right;
}

#callback_form div.box {
	margin: 0 0 10px;
}

#callback_form input,
#callback_form textarea {
    border: 1px solid #dad0cc;
    font-size: inherit;
	padding: 5px 10px;
}

#equipments {
    background: #f8f8f8;
}

#feedback-form .box {
	margin: 0 0 5px;
}

#footer {
    background: linear-gradient(to bottom, black 0%, #5c2800 100%);
    color: white;
	font-size: 16px;
}

#footer a div {
	color: white;
	padding: 5px 0;
}

#footer a div:hover {
	color: #eaeaea;
}

#footer i.fa {
	font-size: 24px;
}

#footer ul li {
	margin: 0 0 0 40px;
	text-align: left;
}

#footer .box {
	margin: 0 0 10px;
}

#footer .logo {
	max-width: 125px;
}

#footer .name {
	font-size: 18px;
	font-weight: bold;
}

#form_callback i {
	font-size: 12px;
}

#form_callback p {
    margin: 0 5px -2px;
    background: white;
    position: relative;
    float: left;
    padding: 0 5px;
}

#google_translate_element {
	margin: 5px 10px;
	float: right;
}

#down_button {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	bottom: 50px;
    z-index: 3333;
}

#excursions {
	background: #2f3a3c;
    color: white;
}

#header .page_name {
    font-size: 60px;
    text-shadow: 2px 2px 1px #000;
    color: white;
	white-space: pre-line;
}

#header .page_name_box {
    position: absolute;
    bottom: 20%;
    color: white;
    padding: 20px;
    max-width: 75%;
}


#header .breadcrumbs a, 
#header .breadcrumbs a div {
	color: white;
}

#header_box .content_border {
    padding: 0;
    display: inline-table;
}

#header_img {
	height: 300px; 
    overflow: hidden;
    width: 100%;
    background-size: cover;
}

#header_info {
    background: black;
    position: relative;
}

#header_info.fixed {
	position: fixed;
	padding: 0;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

#index {
	padding: 0;
}

#index .box_text {
    text-align: center;
	font-size: 18px;
}

#index .box_intro {
    margin: 0;
	padding: 0;
	font-size: 18px;
}

#index .index_intro .content_box {
	padding: 80px 20px;
}

#index .content_box {
    padding: 0 40px 80px;
}

#index_list {
    width: inherit;
    margin: 0 -20px;
}

#index_list li {
	width: 33.33%;
}

#index_list .content_box {
    margin: 0 0 20px;
	padding: 20px;
	width: inherit;
}

#index_list img.icon {
    position: relative;
    margin: 0 0 -20px 10px;
    width: auto;
    float: left;
}

#index_list H3 {
    margin: 0 0 0 40px;
	padding: 5px;
	text-transform: initial;
}

#items_list li {
    width: 25%;
	float: left;
}

#items_list li a H3 {
    color: #573e2e;
    margin: -25px 0 0;
    background: white;
    position: relative;
	font-size: 20px;
	padding: 10px 0;
}

#lang,
#lang-menu {
    display: inline-flex;
    position: relative;
    width: auto;
    list-style: none;
    float: right;
	margin: 20px;
}

#lang li:first-child div,
#lang-menu li:first-child div {
	padding: 15px 10px;
    color: white;
}

#lang li div i,
#lang-menu div i {
    padding: 0;
    margin: 0;
    font-size: 24px;
}

#lang li a div,
#lang-menu li a div {
    color: #a56800;
    padding: 20px 5px;
    margin: 0;
    width: 40px;
    text-align: center;
}

#lang li a div.active,
#lang-menu li a div.active {
	color: white;
}

#lang li a div:hover,
#lang-menu li a div:hover {
	color: white;
}

#logo {
    margin: 0 10px -80px;
    position: relative;
    vertical-align: middle;
    display: table-cell;
    float: left;
    border-radius: 100%;
}

#logo_name {
    padding: 10px;
    max-width: 100px;
}

#menus_types i {
	position: absolute;
	top: -40px;
	margin: 0 auto;
	left: 0;
	right: 0;
	font-size: 42px;
	display: none;
}

#menus_types .button_menu {
	vertical-align: middle;	
	color: #986000;
	position: relative;
}

#menus_types .button_menu div {
	padding: 15px 10px;
	cursor: pointer;
}

#menus_types .button_menu:hover {
    color: black;
}

#menus_types .button_menu.active {
	background: #cc9931;
    color: black;
}

#menus_types .button_menu:hover i,
#menus_types .button_menu.active i {
	display: block;
}

#menus_types .table {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #cc9931;
	border-top: 1px solid #cc9931;
}

#menus_list {
	margin: 0 -20px;
	min-width: 100%;
}

#menus_list H4 {
    text-transform: uppercase;
	background: #30858c;
	color: white;
	text-align: left;
	padding: 10px;
	display: -webkit-box;
	font-family: Roboto Condensed;
	font-weight: normal;
	white-space: pre;
	font-size: 18px;
}

#menus_list .img_box {
    margin: 20px;
	position: relative;
}

#menus_list .gallery_img_border {
    padding: 20px;
}

#menus_list .menu_item {
	width: 25%;
}

#mini-menu i {
    font-size: 28px;
	margin: 0;
	padding: 2px;
	color: white;
}

#mobile_lang_menu {
    color: white;
}

#mobile_lang_menu li div {
    color: #dc9a1d;
	text-transform: uppercase;
}

#mobile_lang_menu li div.active {
    color: white;
}

#more {
    background: #79432b;
    color: white;
	position: relative;
}

#more_services .li_item {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
	display: inline-block;
}

#news_list li {
	float: left;
}

#notes_list {

}

#notes_list li {
	width: 100%;
}

#notes_list .img_box {
	float: left;
    max-width: 25%;
	margin: 0 20px 0 0;
}

#notes_list .content_box {
	margin: 0 0 20px;
	padding: 0;
}

#notes_list li:last-child .content_box {
    margin: 0;
}

#notes_list H3 {
    font-size: 30px;
	line-height: 36px;
}

#page_id_list {

}

#page_id_list li {
    list-style: none;
    margin: 0 10px;
    padding: 0 0 0 15px;
    position: relative;
    display: inline-block;
    display: -webkit-inline-box;
}

#page_id_list li:before {
    content: "›";
    position: absolute;
    left: 0px;
    top: 3px;
}

#page_id_list li a div {
    border-bottom: 1px dotted;
	padding: 5px 0;
	font-family: Montserrat Medium;
}

#page_menus .button_menu_rubrics {
	position: fixed;
    top: 70px;
    z-index: 999;
    right: 10px;
    border-radius: 100%;
    width: 60px;
    box-shadow: 0 0 5px black;
	padding: 4px 2px;
    background: #cc9931;
    color: black;
    font-size: 10px;
    text-align: center;
    display: none;
	text-transform: uppercase;
}

#page_menus .button_menu_rubrics.visible {
	display: block;
}

/*#page_resto .gallery li {
	width: 33.33%;
}*/

#responses {
	background: #407b29;
}

#responses_list li {
	width: 50%;
}

#responses_list li .content_border {
    margin: 20px;
}

#responses_list li h4 {
    margin: 0 0 0 40px;
}

#responses .page_name {
	color: white;
}

#resto {
	padding: 80px 0;
}

#resto::after {
    content: "";
    height: 80px;
    width: 100%;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0) 90%);
}

#resto::before {
    content: "";
    height: 80px;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 90%);
}

#resto_list li {
    width: 100%;
	
}

#resto_list li .content {
    margin: 0;
	padding: 0;
	position: relative;
}

#resto_list li .content:hover {
    background: #eaeaea;
}

#resto_list li .name_box {

}

#resto_list li H3 {
    margin: 0;
	padding: 0;	
}

#room_form_code_text {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 24px;
    font-family: georgia;
    font-style: italic;
    background: #2f3a3c;
    padding: 0 0 5px;
}

#rooms_list li {
    width: 20%;
}

#rooms_list li .button_box {
    width: 100%;
	bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}

#rooms_list li .button_more {
	color: white;
	border: 1px solid white;
}

#rooms_list li .content {
    margin: 0;
    padding: 40px 10px;
    position: relative;
    width: 100%;
    text-align: center;
}

#rooms_list li.room_price {
	width: 100%;
}

#rooms_list li.room_price .content {
	margin: 0 0 10px;
    background: #a56800;
    width: auto;
}

#rooms_list li.room_price .price {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    color: white;
    padding: 10px 20px;
    background: #a56800;
    border-top-left-radius: 10px;
}

#rooms_list li.room_price .table_td {
	background: beige;
	padding: 10px 20px;
	vertical-align: middle;
	text-align: right;
}

#rooms_list li.room_price .table_td:first-child {
	width: 100%;
    text-align: left;
    border-bottom: 1px solid #a56800;
    border-bottom-right-radius: 20px;
	font-weight: bold;
}

#rooms_list li.room_price .table_td:last-child {
	border-top-left-radius: 20px;
    padding: 0;
}

#rooms_list li .img_box {
    margin: 0;
}

#rooms_list li:hover .gallery_img_border {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#rooms_list li .name_box {
    /*position: absolute;*/
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    color: white;
    /*text-shadow: 0 0 2px #2f3a3c;
    background: linear-gradient(to bottom, #000 0%, rgba(255, 254, 254, 0) 100%);*/
    padding: 10px;
}

#rooms_list li .price {
	font-size: 24px;
}

#rooms_list li H3 {
	color: black;
	margin: 0;
}

#rooms_list li i {
	color: #a56800;
    font-size: 60px;
	padding: 0;
	margin: 0;
}

#rooms_prices_list li {
    width: 20%;
}

#rooms_prices_list li .button_box {
    width: 100%;
	bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}

#rooms_prices_list li .button_more {
	color: white;
	border: 1px solid white;
}

#rooms_prices_list li .content {
    margin: 0;
    position: relative;
    width: 100%;
    text-align: center;
}

#rooms_prices_list li.room_price {
	width: 100%;
}

#rooms_prices_list li.room_price .content {
	margin: 0 0 10px;
    background: #a56800;
    width: auto;
}

#rooms_prices_list li.room_price .price {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    color: white;
    padding: 10px 20px;
    background: #a56800;
    border-top-left-radius: 10px;
}

#rooms_prices_list li.room_price .table_td {
	background: beige;
	padding: 10px 20px;
	vertical-align: middle;
	text-align: right;
}

#rooms_prices_list li.room_price .table_td:first-child {
	width: 100%;
    text-align: left;
    border-bottom: 1px solid #a56800;
    border-bottom-right-radius: 20px;
	font-weight: bold;
}

#rooms_prices_list li.room_price .table_td:last-child {
	border-top-left-radius: 20px;
    padding: 0;
}

#rooms_prices_list li .img_box {
    margin: 0;
}

#rooms_prices_list li:hover .gallery_img_border {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#rooms_prices_list li .name_box {
    /*position: absolute;*/
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    color: white;
    /*text-shadow: 0 0 2px #2f3a3c;
    background: linear-gradient(to bottom, #000 0%, rgba(255, 254, 254, 0) 100%);*/
    padding: 10px;
}

#rooms_prices_list li .price {
	font-size: 24px;
}

#rooms_prices_list li H3 {
	color: black;
	margin: 0;
}

#rooms_prices_list li i {
	color: #a56800;
    font-size: 60px;
	padding: 0;
	margin: 0;
}

#root_pages_list .root_page {
	padding: 0 0 20px;
    border-bottom: 1px dotted;
}

#root_pages_list .root_page:last-child {
	padding: 0;
    border: none;
}

#services_list {
    margin: 0 auto;
    text-align: center;
}

#services_list li {
	width: 25%;
}

#services_list li .content_border {
    padding: 10px 0;
    text-align: left;
    margin: 10px 0 0;
}

#services_list li:first-child .content_border {
    border: 0;
}

#services_list li .name_services {
    padding: 10px 20px;
    background: #f8f8f8;
}

#services_list li .intro_services,
#services_list li .text_services {
    padding: 0 20px;
	width: inherit;
}

#services_list .intro_services li,
#services_list .text_services li {
    display: list-item;
    list-style-type: disc;
    margin: 0 0 0 20px;
}

#services_list li a H3 {
    width: auto;
    display: inline-block;
    margin: 0 -100% 0 0;
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    padding: 10px;
	text-shadow: 0 1px 5px #2f3a3c, 1px 0 5px #2f3a3c;
}

#slider {
	display: block;
    width: 100%;
    z-index: 9;
    text-align: center;
    position: relative;
}

#slider img {
    width: auto!important;
}

#slider_button a {
    padding: 20px 10px;
    background: #fff;
    color: #000;
}

#slider_button .fa {
    padding: 0;
    margin: 0;
}

#slider_button .left_button_box {
    position: absolute;
    left: 0;
    top: 50%;
}

#slider_button .right_button_box {
    position: absolute;
    right: 0;
    top: 50%;
}

#text_info {
	font-size: 42px;
	display: none;
}

#ticket_form_code_text {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 24px;
    font-family: georgia;
    font-style: italic;
    background: #2f3a3c;
    padding: 3px 0 4px;
}

#topmenu {
	margin: 0;
}

#top_menu_box{

}

#top_menu_box.fixed {

}

#topmenu li a div {
    text-transform: uppercase;
    background-color: inherit;
    color: white;
    font-size: 18px;
    padding: 40px 20px;
    margin: 0;
}

#topmenu li.booking a div {
	background: linear-gradient(to bottom, #a56800 0%, #350000 100%);
}
 
#topmenu li.booking a div:hover {
	background: linear-gradient(to bottom, #350000 0%, #a56800 100%);
}
 
#topmenu li a div:hover,
#topmenu li a div.active, 
#topmenu li a div.active:hover {
    background: rgba(255, 255, 255, .1);
    color: white;
}

#topmenu li.home {
	display: none;
}

#trip_advisor {
	background: #e6e6e6;
}

#ul_contacts {
	float: right;
    display: inline-block;
    width: auto;
    font-weight: bold;
    font-size: 22px;
}

#videos_list {
	width: 100%;
    background: #2f3a3c;
}

#videos_list li {
	width: 25%;
}

#videos_list li .content_border {
	padding: 0;
}



.about_box {
	height: 650px;
	background: #827069;
	color: white;
	width: 50%;
	float: left;
	display: inline-block;
}

.about_content {
    max-width: 600px;
	float: right;
	width: 100%;
}

.blockquote_decor {
	width: 0;
    height: 0;
    margin: 0 0 0 40px;
    border: 12px solid;
    border-color: #fff transparent transparent #fff;

}

.booking_form button {
    width: 100%;
	background: linear-gradient(to bottom, #52b9be 0%, #30858c 100%);
	/*background: #30858c;*/
	font-weight: bold;
}

.booking_form span {
    font-size: 12px;
}

.booking_form p {
    font-size: 12px;
    margin: 0 10px 2px;
    font-style: italic;
}

.booking_form b {
    font-weight: normal;
}

.booking_form .box {
    margin: 0 0 10px;
}

.booking_form .box_50 {
    width: 50%;
}

.booking_form ul {
    margin: 0 0 5px;
    list-style: none;
    display: inline-flex;
    width: 100%;
    border-bottom: 1px dotted rgba(255, 255, 255, .1);
    padding: 0 0 10px;
}

.booking_form ul li{
	margin: 0;
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
}

.booking_form ul li.input {
    width: 60px;
}

.booking_form .button {
	display: block;
	/*background: #30858c;
	border: 1px solid #30858c;*/
	background: linear-gradient(to bottom, #52b9be 0%, #30858c 100%);
	padding: 10px;
}

.booking_form .button_close:hover {
    background: none;
	color: inherit;
}

.bottom_menu {
    display: inline-block;
    margin: 0 auto;
    list-style: none;
    list-style: none;
    margin: 0;
    display: inline-table;
	padding: 0 10px;
}

.bottom_menu li {
    margin: 0;
    text-align: center;
    width: 33.33%;
    display: -webkit-box;
    float: left;
    display: inline-block;
}

.bottom_menu li a div {
    color: white;
	text-transform: uppercase;
	display: inline-block;
}

.bottom_menu_soc_link {
    padding: 40px 0;
    text-align: center;
    margin: 0 auto;
    display: inline-table;
}

.bottom_menu_soc_link li {
    width: 50%;	
}

.bg-image {
    position: fixed;
    width: 100%;
    height: 100%;
}

.box {
    width: 100%;
    max-width: 100%;	
	margin: 0 auto 20px;
	position: relative;
	padding: 0;
}

.box_80 {
	width: 80%;
	display: inline-block;
    float: left;
	margin: 0;
	padding: 0;
}

.box_75 {
	width: 75%;
	display: inline-block;
    float: left;
	margin: 0;
	padding: 0;	
}

.box_66 {
	width: 66.66%;
	display: inline-block;
    float: left;
	margin: 0;
	padding: 0;	
}

.box_50 {
	width: 50%;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
}

.box_33 {
	width: 33.33%;
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
}

.box_25 {
	width: 25%;
	display: inline-block;
    float: left;
	margin: 0;
	padding: 0;	
}

.box_20 {
	width: 20%;
	display: inline-block;
    float: left;
	margin: 0;
	padding: 0;	
}

.box_intro,
.box_text {
	margin: 0 0 40px;
	text-align:justify
}

.box_intro table th,
.box_text table th {
	padding: 10px;
	background: #30858c;
	color: white;
	font-weight: normal;
}

.box_intro table tr,
.box_text table tr {
	background: #e6e6e6;
}

.box_intro table td,
.box_text table td {
	padding: 10px;
}

.box_intro ul,
.box_text ul {
	padding: 0 0 20px;
}

.box_intro ol li,
.box_text uol li,
.box_intro ul li,
.box_text ul li {
	margin: 0 0 0 40px;
   	text-align: left;
}

.button {
    text-transform: uppercase;
	background: linear-gradient(to bottom, #a56800 0%, #350000 100%);
	border-image: linear-gradient(to bottom, #a56800 0%, #350000 100%) 1 1;
    /*background-color: #30858c;
    border: 1px solid #30858c;*/
    text-align: center;
    margin: 0 auto;
    color: white;
    font-weight: normal;
	padding: 10px 20px;
}

.button_box {
	display: inline-block;
    list-style: none;
}

.button_box li {
	display: inline-block;
    margin: 0;
	width: 33.33%;
	float: left;
}

.button_menu_rubrics i {
	font-size: 24px;
}

.button_more {
	padding: 10px 0;
	display: inline-block;
	border-top: 1px solid;
	border-bottom: 1px solid;
	text-transform: uppercase;
}

.button_sale {
    border: 5px solid rgba(101, 78, 60, 0.9);
    text-transform: uppercase;
    font-size: 24px;
    color: rgba(101, 78, 60, 0.9);
    padding: 10px;
    background: rgba(255, 255, 255, .75);
	font-weight: bold;
}

.button:hover {
	background: linear-gradient(to bottom, #350000 0%, #a56800 100%);
	border-image: linear-gradient(to bottom, #350000 0%, #a56800 100%) 1 1;
	border-image: none;
}

.button_rooms {
    display: inline-block;
    min-width: 50%;
    border: 5px solid;
    padding: 10px;
}

.button_rooms.disabled {
	color: silver;
}

.button_send {
	width: 100%;
    padding: 10px 0;
    margin: 0;
}

.camera_wrap {
	padding: 0 0 20px;
}

.circle-fill {
	background: #dad0cc;
}

.circlephone {
    border: 2px solid #dad0cc;
}

.contacts_box {
    list-style: none;
    font-size: 24px;
    margin: 0 auto;
}

.contacts_box li {
    margin: 0;	
}

.contacts_box li.address_info::before {
    content: "";
    background: url(/images/deco_address.png) no-repeat;
    padding: 5px 20px;
    vertical-align: middle;
    margin: 0 0 0 -40px;
}

.contacts_box li.phone_info::before {
    content: "";
    background: url(/images/deco_phone.png) no-repeat;
    padding: 5px 20px;
    vertical-align: middle;
    margin: 0 0 0 -40px;
}

.contacts_box li.email_info::before {
    content: "";
    background: url(/images/deco_email.png) no-repeat;
    padding: 5px 20px;
    vertical-align: middle;
    margin: 0 0 0 -40px;
}

.contacts_box li div.icon_box {
    padding: 10px 0;
    width: 40px;
    text-align: center;
}

.company_mobile {
    margin: 0 20px 0 0;
}

.company_address {
    font-size: 24px;
}

.company_city {
    font-size: 20px;
}

.company_email {
    font-size: 20px;
}

.company_phone {
    font-size: 24px;
    font-weight: bold;
    margin: 40px 0;
    display: inline-block;
    border-top: 4px double #30858c;
    padding: 20px 0;
    border-bottom: 4px double #30858c;
}

.container {
	height: 100%;
}

.content_border {
	padding: 20px 0;
}

.content_box {
	padding: 20px;
}

.content_map {
    max-width: 600px;
	float: left;
	width: 100%;
}

.fa {
    font-size: 24px;
    text-align: center;
    padding: 5px;
	margin: 0 5px;
    vertical-align: middle;
}

.fa-angle-double-down {
	font-size: 48px;
    color: white;
}

.fa-facebook-square,
.fa-instagram {
	padding: 0;
    font-size: 30px;
}

.fa-home {
	padding: 0;
    margin: 0;
}

.fa-picture-o {
	font-size: inherit;
	margin: 0 5px 0 0;
	display: none;
}

.fa-shopping-bag {
    position: relative;
    padding: 5px 10px 5px 0;
    color: #000;
    margin: 0;
}

.fa-sliders {
	margin: 0;
	vertical-align: sub;
}

.fa-tag {
	margin: 0;
}

.fa-times {
	font-size: 30px;
    padding: 3px 5px;
    color: white;
    margin: 10px;
	cursor: pointer;
}

.form_box p {
    margin: 0 5px -5px;
    position: relative;
    background: white;
    float: left;
    font-size: 14px;
    padding: 0 5px;
    color: #999;
}

.form_box .form_code_info {
    font-size: 12px;
    color: #999;
}

.form_box .form_code {
    float: right;
    text-align: center;
    width: 50%;
}

.form_box .form_code_text {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 25px;
    font-family: georgia;
    font-style: italic;
}

.form_box .form_button_box {
    text-align: center;
    display: table;
    width: 100%;
}

.form_box .button_box {
    width: 50%;
    display: table-cell;
}

.gallery {
	min-width: 100%;
}

.gallery li {
    width: 25%;
    text-align: center;
    margin: 0;
    display: inline-block;
	float: left;
}

.gallery img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.gallery_img_border {
	background-size: cover;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
	height: 100%;
}

.gallery_img_border img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.gallery_img_border:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}


.feedback_form_name {
    font-size: 30px;
    font-weight: normal;
}

.fluid_container {
	max-width: 800px!important;
	margin: 0 auto;
}

img.header {
	width: 100%;
}

.header_booking_box {
    width: 33.33%;
	display: inline-block;
	float: right;
}

.header_informer {
    position: absolute;
    z-index: 9999;
    top: 25%;
    left: 50px;
    right: 50px;
}

.header_informer H1 {
    font-size: 55px;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 4px double goldenrod;
    display: inline-block;
    font-family: Georgia;
	max-width: 400px;
}

.header_informer .company_type {
    font-size: 24px;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.header_name_box {
    width: 50%;
    color: white;
    text-shadow: 0 1px 10px #2f3a3c, 1px 0 10px #2f3a3c;
	display: inline-block;
}

.icon_name {
	padding: 0;
	font-size: 18px;
	text-transform: uppercase;
	white-space: pre;
	min-height: 60px;
	font-weight: bold;
	margin: 0 0 10px;
}

.img_box {
    padding: 0px;
    overflow: hidden;
    margin: 1px;
	height: 100%;
}

.img-phone {
    color: #332723;
}

.img-circle {
	background: #dad0cc;
	box-shadow: 0 0 10px #2f3a3c;
}

.index_intro {
	display: inline-table;
	width: 100%;
	vertical-align: middle;
}

.index_intro .box_33 {
    display: table-cell;
	width: 33.33%;
	vertical-align: middle;
	background: white;
	float: none;
}

.index_intro .box_66 {
    display: table-cell;
	width: 66.66%;
	vertical-align: middle;
	background: #eaeaea;
	float: none;
}

.index_text {
	display: inline-table;
	width: 100%;
}

.index_text .box_50 {
    display: table-cell;
	width: 50%;
	vertical-align: middle;
	float: right;
}

.index_text .box_50 .content_box {
    background: white;
	padding: 40px 20px;
	margin: 20px;
}

.info_box li {
	margin: 0 0 10px;
}

.info_box li:last-child {
	margin: 0;
}

.info_line {
	width: 100%;
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    z-index: 2;
    top: 40px;
}

.items_list li a div.article_box {
    padding: 0 0 20px;
    margin: 1px;
    position: relative;
}

.item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.item_cart_box {
    list-style: none;
    margin: 2px 0 0;
    display: table;
    width: 100%;
    background: white;
}

.item_cart_box li {
	margin: 0;
	display: inline-block;
    width: 33.33%!important;
}

.item_cart_box li:first-child {
    width: 33.33%;
    text-align: center;
}

.item_cart_box li:last-child {
	text-transform: uppercase;
    width: 33.33%;
    text-align: right;
}

.item_cart_box li div {
    padding: 5px;	
}

.iview-controlNav {
    display: none;
}

.list {
    display: table;
    margin: 0 auto;
    list-style: none;
	width: 100%;
}

.list li {
    display: inline-block;
    margin: 0;
	vertical-align: top;
}

.load_box {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
}

.logo_mini {
    height: inherit;
}

.logo_mobile {
    max-height: 125px;
    max-width: 250px;
}

.logotype {
	max-width: 75%;
	margin: 100px 0 0;
}

.map iframe {
	vertical-align: bottom;
	width: 100%;
    min-height: 400px;
}

.menu_list {
    display: table;
    list-style: none;
    margin: 0 auto;
    text-align: center;
    width: auto;
}

.menu_list li {
	display: inline-block;
	float: left;
	margin: 0;
}

.menu_catalog_box {
	position: relative;
}

.menu_catalog li a div {
    padding: 10px;
    margin: 5px;
    text-transform: uppercase;
    font-size: 18px;
	color: #816f69;
	border-bottom: 2px solid white;
}

.menu_catalog li a div.active {
    border-bottom: 2px solid #816f69;
}

.menu_catalog li:last-child a div {
    background: #dad0cc;
}

.menus_list li {
	width: 100%;
}

.menu_mobile {
    margin: 0 auto 40px;
}

.menu_mobile a {
	color: #dc9a1d;
}

.menu_mobile .name {
    font-size: 18px;
	display: inline-block;
	color: #dc9a1d;
	padding: 5px 10px;
}

.menu_mobile .active .name {
	color: white;
}

.menu_mobile li.booking .name {
    color: white;
	background: linear-gradient(to bottom, #a56800 0%, #350000 100%);
    margin: 10px 0;
    padding: 10px;
}

.menu_mobile .button_sub_menu {
    display: inline-block;
	padding: 0 5px;
	margin: 0 -25px 0 0;
	font-size: 20px;
	color: white;
}

.mfp-title {
	text-shadow: 0 0 2px white, 0 2px 2px white, 0 -2px 2px white, 2px -2px 2px white, -2px 0px 2px white!important;
}

.mobile {
	display: none;
}

.mobile_sub_menu li a div {
	text-transform: initial;
	padding: 5px;
	color: white;
}

.nivo-directionNav {
	display: block!important;
	
}

.overflow_box {
	overflow: auto;
    position: relative;
}

.overflow_box .gallery {
    margin: 0 0 40px;
}

.overflow_box .gallery li {
    width: 25%;
}

.page_booking_box {
	position: relative;
}

.page_content {
	/*margin: 0 33.33% 0 0;*/
}

.page_name {
    display: inline-block;
    padding: 10px 0;
    margin: 0;
    font-weight: normal;
	font-size: 36px;
	text-transform: initial;
}

.pidmenu {
    background: #2f3a3c;
    display: grid;
	position: absolute;
}

.pidmenu li {
    float: left;
    width: 100%;
    text-align: left;
}

.pidmenu li a div {
	text-transform: initial!important;
    background: none!important;
    padding: 20px!important;
}

.pidmenu li a div:hover {
	background: rgba(255, 255, 255, .1)!important;
}

.popup_box {
    position: fixed;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	overflow: auto;
	z-index: 9999;
}

.popup_box .buttons_box .table_td {
	vertical-align: middle;
}

.popup_box .button_menu {
	padding: 10px;
	color: #999;
	text-align: center;
	cursor: pointer;
}

.popup_box .button_menu:hover {
	color: white;
}

.popup_box .button_menu.active {
	background: #a56800;
	color: white;
}

.popup {
	position: relative;
    z-index: 999;
    margin: 0 auto 40px;
    text-align: center;
    max-width: 360px;
}

.popup .button_close {
	border: none;
    background: none;
    color: #a56800;
}

.popup_city {
    max-width: 960px;
}

.popup .fa-fax,
.popup .fa-mobile,
.popup .fa-phone {
    width: 30px;
	margin: 0;
	color: #000;
	padding: 0;
}

.popup .fa-globe {
    width: 30px;
	margin: 0;
	color: white;
}

.popup .popup_name {
    background: black;
	color: white;
	text-align: center;
	text-transform: uppercase;
	padding: 10px;
}

.popup .content_box {
    padding: 20px 10px;
	text-align: center;
	background: white;
}

.popup .deco_box {
    border-bottom: 1px dotted #000;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.popup_name {
	color: white;
}

.popup .phone_number {
    font-size: 20px;
    padding: 5px;
}

.price_box {
	display: inline-block;
    padding: 0 20px;
    font-size: 30px;
    font-weight: bold;
}

.price_box span {
    font-weight: normal;
	font-size: 14px;
}

.price_table {
    float: right;
    margin: 0 10px 20px;
    position: relative;
    z-index: 3;
}

.price_table th {
    background: #30858c;
    color: white;
}

.price_table td {
    background: #fff1d0;
    font-size: 22px;
}

.required {
    border: 1px solid red!important;
    color: red;
}

.resto_booking_phones_box,
.rooms_booking_phones_box {
	font-size: 20px;
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.room_content_box {
	width: 66.66%;
	display: inline-block;
	float: left;
	margin: 0;
}

.resto_booking_phones_box .phone,
.rooms_booking_phones_box .phone {
	font-size: 30px;
	font-weight: bold;
}

.resto_booking_phones_box .phone i,
.rooms_booking_phones_box .phone i {
    font-size: 48px;
    transform: rotate(5deg);
    margin: 0 5px 0 0;
}

.rooms_list_box {
	max-width: 1920px;
	margin: 0 auto;
}

.rooms_list li {
    width: 100%;
}

.rooms_list li.item {
    width: 50%;
}

.rooms_prices_box {
	margin: 0 0 20px 40px;
}

.root_page .list {
    display: flex;
    flex-direction: row-reverse;
}

.root_page li {
	width: 50%;
}

.root_page .content {
    padding: 40px 0;
}

.root_page .content_border {
    padding: 20px 20px 20px 0;
}

.section {
	padding: 40px 0;
}

.slider-wrapper {
    width: inherit!important;
    position: relative;
}

.soc_icon {
	width: 50px;
    border-radius: 100%;
}


.social_links {
    display: inline-flex;
    position: relative;
    width: auto;
    margin: 0 10px;
    list-style: none;
}

.social_links li a div {
    margin: 0;
    color: #2f3a3c;
    float: left;
    padding: 5px;
    text-transform: uppercase;
}

.social_links .fa {
    border-radius: 100%;
    font-size: 22px;
    vertical-align: middle;
    background: #583e2c;
    color: white;
}

.social_links .fa-facebook {
	padding: 8px 12px 6px;
}

.social_links .fa-instagram {
	padding: 7px 9px;
}

.sub_page_box a {
	color: #a56800;
}

.sub_page_box .box_text {
    margin: 0 0 40px;
}

.sub_page_box .content_box {
	padding: 40px;
    margin: 0 40px 40px;
    background: beige;
}

.table {
	display: table;
}

.table .table_td {
	display: table-cell;
}

.table_price tr {
	background: #eaeaea;
}

.table_price td.active {
    font-weight: bold;
}

.theme-default .nivoSlider {
    background: url(/css/slider/img/loading.gif) no-repeat 50% 50%!important;
}

.top_image {
	float: right;
    width: 50%;
	text-align: right;
}

.top_image .image_box {   
    padding: 0 0 40px 40px;
}

.ul_list {
	list-style: none;
    display: inline-table;
    margin: 0;
	width: auto;
}

.ul_list li {
    display: inline-block;
    margin: 0;
	float: left;
}

.vacancies_list {
    margin: 0 -30px;
    width: auto;
	min-width: 100%;
}

.vacancies_list li {
	width: 33.33%;
}

.vacancies_list li .article_box {
    position: relative;
    padding: 10px;
    margin: 0;
}

.vacancies_list li .img_box {
    margin: 0;
}

.video_box iframe {
	width: 100%;
    height: 400px;
}


#popup_button_box {
	position: fixed;
    bottom: 10px;
    right: -20px;
	z-index: 5;
}

#popup_button_box a div {
	padding: 5px;
}

#popup_button_box .circlephone {
	box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 90px;
    height: 90px;
    bottom: -10px;
    border: 2px solid #dad0cc;
    right: 20px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    transform-origin: center;
    opacity: .5;
    -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
    -o-animation: circle-anim 2.4s infinite ease-in-out !important;
    animation: circle-anim 2.4s infinite ease-in-out !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

#popup_button_box .circle-fill {
	box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 70px;
    height: 70px;
    bottom: 0px;
    right: 30px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
    transform-origin: center;
    background: #dad0cc;
}

#popup_button_box .img-circle {
    box-sizing: content-box;
    background: #dad0cc;
    transform-origin: center;
    box-shadow: 0 0 10px #2f3a3c;
    -webkit-box-sizing: content-box;
    width: 50px;
    height: 50px;
    bottom: 10px;
    right: 40px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
}

#popup_button_box .img-circleblock {
	padding: 5px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 40px;
    height: 40px;
    transform-origin: center;
    text-align: center;
    /* background-image: url(images/default/phone.png); */
    background-position: center center;
    background-repeat: no-repeat;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#popup_button_box .img-circle:hover {
	opacity: 1;
}

#popup_button_box .img-phone {
    font-size: 45px!important;
    color: #000;
	padding: 0;
    margin: 0;
}

@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }   
  100% {transform: scale(0.9);opacity: 1;}
}
@-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}   
  100% {-webkit-transform: scale(0.95);opacity: 1;}
}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}
}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}
}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}
}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}
}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}
}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}
}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
}