/*
Theme Name: GidBali
Version: 1.1
Text Domain: GidBali

*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	outline: none;
}

input,
button {
	outline: none;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol {
	list-style-position: inside;
}

.home .title h2 {
	line-height: 110%;
	margin-bottom: 20px;
}

.feedback_form {
	width: 284px;
	height: 519px;
	position: fixed;
	padding-top: 150px;
	top: 150px;
	left: 50%;
	margin-left: 499px;
	padding-left: 30px;
	text-align: center;
	background: url(img/feedback.png) center no-repeat;
}

.feedback_form.active {
	display: block;
}

.feedback_form .field {
	padding: 5px;
	margin: 0 auto;
}

.feedback_form .field input, .field-input--third {
	width: 222px;
	min-height: 40px;
	padding: 7px 0;
	border: none;
	font: 400 13px philosopheritalic;
	color: #007ad6;
	resize: none;
	text-align: center;
}

.feedback_form .field input::-webkit-input-placeholder, .field-input--third::-webkit-input-placeholder {
	color: #e281a9;
}

.feedback_form .field input:-moz-placeholder, .field-input--third:-moz-placeholder {
	color: #e281a9;
}

.field-input--third {
	height: 100%;
	outline: none;
}

.field-input--first{
	background: url(img/feedback_field1.png) center top no-repeat;
}

.field-input--first:focus{
	background-position: center 88%;
}

.field-input--second{
	margin-top: -10px;
	background: url(img/feedback_field2.png) center top no-repeat;
}

.field-input--second:focus{
	background-position: center 91%;
}

.feedback_form .field input:focus::-webkit-input-placeholder {
	color: transparent;
}

.feedback_form .field input:focus::-moz-placeholder {
	color: transparent;
}

.field-input--third:focus::-webkit-input-placeholder {
	color: transparent;
}

.field-input--third:focus::-moz-placeholder {
	color: transparent;
}

.field-input--third {
	height: 210px;
	margin-top: -10px;
	background: url(img/feedback_field3.png) center top no-repeat;
}

img{
	max-width: 100%;
	height: auto;
}

.excursions--thin img{
	max-width: 100% !important;
}

.alignright{
	float: right;
	margin-left: 1rem;
	margin-bottom: 1rem;
}

.field-input--third:focus{
	background-position: center 96%;
}

.feedback_form .button_submit {
	width: 150px;
	height: 40px;
	margin: -27px auto 0;
	position: relative;
	background: url(img/feedback_button_normal.png) center top no-repeat;
	-webkit-transition: transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
}

.feedback_form .button_submit:hover {
	background: url(img/feedback_button.png), url(img/feedback_submit_shadow2.png);
	background-repeat: no-repeat;
	background-position: 0 -2px, center top -4px;
	background-size: 100%, 90%;
}

.feedback_form .button_submit button {
	width: 132px;
	height: 27px;
	background: transparent;
	border: none;
	cursor: pointer;
}

.feedback_form.high .close_form {
	top: auto;
	position: relative;
}

.vopros {
	width: 46px;
	height: 180px;
	background: url(img/vopros.png) center no-repeat;
	position: fixed;
	top: 150px;
	right: 0;
	cursor: pointer;
	display: none;
	left: 50%;
	margin-left: 499px;
}

.close_form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.18);
    z-index: 1000;
}

.vopros.fixed_top,
.feedback_form.fixed_top {
	position: absolute;
	bottom: auto;
}

.vopros.fixed_bottom,
.feedback_form.fixed_bottom {
	position: absolute;
	top: auto;
	bottom: 650px;
}

.feedback_form.fixed_bottom {
	bottom: 320px;
}

.button.blue {
	height: 28px;
	width: 145px;
	margin-top: 20px;
	padding: 9px 0;
	text-align: center;
	text-decoration: none;
	display: block;
	border: none;
	background: url(img/slider_button.png) center no-repeat;
	background-size: 145px 100%;
	background-clip: padding-box;
	color: #ffffff;
	font: 700 12px/12.907px philosopherbold;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all .1s;
}

.button.blue:hover {
	background-image: url(img/slider_button_hover.png);
}

a {
	color: #0071c3;
	text-decoration: underline;
}

a,
a img {
	transition: all .1s;
}

a:hover {
	color: #af347f;
	text-decoration: none;
	border-color: #af347f;
}
#top .image a {
	border-bottom: none;
	text-decoration: none;
}

.button {
	border: none !important;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.button:hover, .feedback_form .button_submit:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

h2 {
	font: 45px klementinaregular;
}

button.slick-arrow {
	height: 61px;
	width: 32px;
	position: absolute;
	top: 50%;
	margin-top: -80px;
	border: none;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.slick-prev {
	left: -45px;
	background: rgba(0, 0, 0, 0.1) url(img/prev_btn.png) 7px 21px no-repeat;
}

.slick-next {
	right: -45px;
	background: rgba(0, 0, 0, 0.1) url(img/next_btn.png) 7px 21px no-repeat;
}

.slide .image {
	padding: 0 5px;
}

.main-container .slick-prev{
	left: -40px;
}
.main-container .slick-next{
	right: -40px;
}

.slick-arrow:hover {
	background-color: rgba(181, 69, 130, 0.5);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

body {
	height: 4218px;
	background: url(img/body_bg.jpg) center top no-repeat;
	font: 15px philosopherregular;
}

.wrapper {
	min-height: 100%;
	height: auto;
	position: relative;
	text-align: left;
}

.inner-wrapper {
	margin: 0 auto;
	width: 930px;
}

.wrap {
	width: 930px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

article a,
section a,
aside a {
	padding-bottom: 1px;
	border-bottom: 1px solid #79bbed;
	color: #1d8de1;
	text-decoration: none;
}

article a.img_link,
section a.img_link,
aside a.img_link {
	border: none;
}

aside ul li a {
	border: none;
}

.readmore .item {
	border: none;
}

header {
	height: 346px;
	padding: 90px 130px 0 100px;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
	color: #00f8fd;
}

#logo,
#phone {
	padding-top: 75px;
	text-align: center;
}

#logo {
	width: 335px;
	background-image: url(img/logo.png), url(img/square.png), url(img/square.png), url(img/header_1.png);
	background-position: center top, 57px 98px, 270px 98px, 117px 67px;
	background-repeat: no-repeat;
	font: 19px philosopheritalic;
	position: relative;
	float: left;
}

#logo a {
	width: 100%;
	height: 66px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

#phone {
	width: 164px;
	margin-top: 6px;
	padding-top: 67px;
	padding-bottom: 22px;
	background: url(img/phone_bg.png), url(img/square.png), url(img/header_2.png);
	background-position: center top, center bottom, 54px 60px;
	background-repeat: no-repeat;
	font: 18px philosopherbold;
	float: right;
}

#phone a {
	color: inherit;
	text-decoration: none;
}

nav {
	height: 50px;
	line-height: 50px;
}

nav ul {
	padding-top: 6px;
	padding-left: 25px;
}

article ul{
	margin: 1rem 0;
	padding-left: .6rem;
}

article ul li::before{
	content: '⚫  ';
	font-size: .5rem;
	color: #0071c3;
}

.toc_list li::before{
	display: none;
}

nav ul li {
	position: relative;
	float: left;
}

nav ul li:not(:last-child):after {
	width: 8px;
	height: 8px;
	position: absolute;
	top: 15px;
	right: -4px;
	background: url(img/nav_separator.png) right no-repeat;
	content: '';
	z-index: 50;
}

nav ul li a {
	display: block;
	padding: 8px 23px;
	border-radius: 6px;
	font: 700 20px philosopherbold;
	color: #1670b5;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

nav ul li a:hover {
	background: #00a2dc;
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.7);
	color: #fff;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

nav ul li a:focus, nav ul li a:active{
	background: none;
	color: #1670b5;
	-webkit-text-shadow: none;
	text-shadow: none;
}
nav #search {
	width: 78px;
	height: 49px;
	margin-top: -5px;
	cursor: pointer;
	float: right;
	transition: all .1s;
}

nav #search:hover {
	background: url(img/search_hover.png) 0 0 no-repeat;
}

#slider {
	width: 923px;
	height: 290px!important;
	margin-top: 25px;
	margin-left: 4px;
	overflow: hidden;
	position: relative;
	z-index: 101;
}

#slider:after {
	width: 100%;
	height: 27px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	z-index: 35;
}

#slider .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -27px;
	cursor: pointer;
	z-index: 40;
}

#slider .slick-arrow.slick-prev {
	left: 0;
	border-radius: 0 6px 6px 0;
}

#slider .slick-arrow.slick-next {
	right: 0;
	border-radius: 6px 0 0 6px;
}

#slider .text {
	width: 324px;
	height: 100%;
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 30;
}

#slider .text .con {
	display: table-cell;
	vertical-align: middle;
}

#slider .text .con span {
	display: block;
	margin-bottom: 12px;
	font-size: 18px;
	color: #ffe530;
	font: 700 17.79px/18.538px philosopherbold;
}

#slider .text .con h3 {
	color: #ffffff;
	font: italic 700 41.17px/29.482px philosopherbold;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}

#slider .text .con .button {
	height: 28px;
	width: 136px;
	margin-top: 20px;
	padding: 9px 0;
	text-align: center;
	text-decoration: none;
	display: block;
	border: none;
	background: url(img/slider_button.png) center no-repeat;
	background-clip: padding-box;
	color: #ffffff;
	font: 700 12px/12.907px philosopherbold;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all .1s;
}

#slider .text .con .button:hover {
	background-image: url(img/slider_button_hover.png);
}

#slider .text .con ul {
	padding-left: 45px;
}

#slider .text .con ul li {
	margin-top: -10px;
	display: none;
}

#slider .slides {
	height: 100%;
}

#slider .slides:after {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
	content: '';
	z-index: 20;
}

.flowers {
	width: 100%;
	height: 47px;
	position: absolute;
	top: 689px;
	left: 0;
	background: url(img/flowers.png) center no-repeat;
	z-index: 105;
}

aside {
	width: 186px;
	min-height: 635px;
	margin-top: 50px;
	text-align: center;
	float: left;
}

aside ul {
	padding: 5px 13px 0;
}

aside ul li {
	position: relative;
}

aside ul li:after {
	width: 12px;
	height: 13px;
	display: block;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -6px;
	background: url(img/aside_separator.png) no-repeat;
	content: '';
	z-index: 50;
}

aside ul li:last-child:after {
	display: none;
}

aside ul li a {
	display: block;
	padding: 13px 0;
	border-radius: 6px;
	color: #00a4bd;
	font: italic 700 16px philosopherbold;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

aside ul li a:hover {
	background-color: #00c5e3;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.inner .vopros.feedback_opener.fixed_top{
	top: 514px !important;
}

article#top {
	width: 640px;
	min-height: 600px;
	margin: 75px 50px 0 0;
	float: right;
}

article#top .table {
	width: 100%;
	display: table;
	margin-bottom: 37px;
}

article#top .table .image,
article#top .table .title {
	display: table-cell;
	vertical-align: top;
}

article#top .table .image {
	width: 165px;
	height: 173px;
	padding-top: 10px;
}

article#top .table .image img {
	max-width: 165px;
	max-height: 173px;
}

article#top .table .title {
	padding-left: 24px;
}

article#top .table .title h2 {
	line-height: 100% !important;
	margin-bottom: 15px;
	color: #000000;
	font: 400 37px klementinaregular;
}

article#top .table .title p {
	color: #4a4a4a;
	font: 400 15px philosopherregular;
}

article#top .text h3 {
	margin-bottom: 15px;
	color: #000000;
	font: italic 700 20px philosopherregular;
}

article#top .text p {
	margin-bottom: 15px;
	color: #4a4a4a;
	font: 400 15px/20px philosopherregular;
}

article#top .table2 {
	width: 100%;
	display: table;
	margin-top: 20px;
}

article#top .table2 .txt,
article#top .table2 .image {
	display: table-cell;
	vertical-align: top;
}

article#top .table2 .image {
	text-align: center;
}

article#top .table2 .image img {
	width: auto;
	max-width: 357px;
	max-height: 173px;
}

article#top .table2 .image em {
	margin: 15px auto 0;
	padding: 0 25px;
	display: inline-block;
	background-image: url(img/article_top_square.png), url(img/article_top_square.png);
	background-repeat: no-repeat;
	background-position: center left, center right;
	color: #e281a9;
	font: 700 15px philosopherbold;
}

article#top .table2 .txt {
	line-height: 135%;
	color: #4a4a4a;
	font: 400 15px/20px philosopherregular;
}

article em {
	margin: 15px auto 0;
	padding: 0 25px;
	display: inline-block;
	background-image: url(img/article_top_square.png), url(img/article_top_square.png);
	background-repeat: no-repeat;
	background-position: center left, center right;
	color: #e281a9;
	font: 700 16px philosopherbold;
}

section {
	width: 100%;
	margin-top: 140px;
	text-align: center;
	float: left;
}

section .con {
	width: 700px;
	margin: 0 auto;
}

section h2 {
	margin-bottom: 30px;
	padding: 0 60px;
	display: inline-block;
	background-image: url(img/section_h2_square.png), url(img/section_h2_square.png);
	background-repeat: no-repeat;
	background-position: 0 18px, 100% 18px;
	color: #1d8de1;
	font: 400 44.85px/42.446px klementinaregular;
}

section ol {
	margin-bottom: 43px;
	list-style: decimal inside;
	color: #0071c3;
	font: 700 16px/20px philosopherregular;
}

section ol li {
	margin-bottom: 12px;
}

section ol li p {
	color: #4a4a4a;
	font: 400 16px/20px philosopherregular;
	text-align: left;
}

section .preim ol {
	margin-bottom: 43px;
	list-style: none;
	counter-reset: count;
}

section .preim ol li {
	margin-bottom: 12px;
	color: #4a4a4a;
	font: 400 16px/20px philosopherregular;
	text-align: left;
}

section .preim ol li:before {
	color: #0071c3;
	font: 700 16px/20px philosopherregular;
	content: counter(count) ". ";
	counter-increment: count;
}

section .table {
	width: 100%;
	display: table;
	margin-bottom: 45px;
}

section .table .txt,
section .table .image {
	display: table-cell;
	vertical-align: top;
}

section .table .txt {
	text-align: left;
	color: #4a4a4a;
	font: 400 16px/20px philosopherregular;
}

section .table .txt ol {
	margin-top: 10px;
	margin-left: 14px;
	margin-bottom: 0;
	padding-left: 0px;
	list-style: disc outside;
	color: #0071c3;
	font: 700 14px/20px philosopherbold;
}

section .table .txt ol li {
	margin-bottom: 5px;
}

section .table .txt ol li p {
	margin-left: -5px;
}

section .table .txt b {
	font: 700 16px/20px philosopherregular;
}

section .table .image {
	width: 303px;
	padding-left: 5px;
	padding-top: 35px;
}

section .table .image em {
	margin: 15px auto 0;
	padding: 0 25px;
	display: inline-block;
	background-image: url(img/article_top_square.png), url(img/article_top_square.png);
	background-repeat: no-repeat;
	background-position: center left, center right;
	color: #e281a9;
	font: 700 16px philosopherbold;
}

section .how_order {
	color: #4a4a4a;
	font: 400 16px philosopherregular !important;
	text-align: left;
}

section ul {
	margin: 10px 0;
	padding-left: 10px;
}

section ul li {
	margin-bottom: 5px;
	position: relative;
}

section ul li:before {
	width: 4px;
	height: 4px;
	border-radius: 300px;
	background: #0071c3;
	position: absolute;
	top: 8px;
	left: -10px;
	content: '';
	z-index: 10;
}

section ul li p {
	color: #4a4a4a;
	font: 400 16px philosopherregular;
}

section .excursions {
	margin-top: 45px;
}

section .excursions .slider2 {
	width: 750px;
	margin-left: -25px;
	padding-top: 20px;
}

section .excursions .slider2 .carousel-items .slide {
	width: 176px;
	padding: 0 4px 20px;
	display: inline-block;
	position: relative;
}

section .excursions .slider2 .carousel-items .slide .image {
	height: 204px;
	margin-bottom: 12px;
}

section .excursions .slider2 .carousel-items .slide .image img {
	max-width: 176px;
	max-height: 204px;
}

section .excursions .slider2 .carousel-items .slide a {
	line-height: 130%;
	color: #1d8de1;
	font: 400 16px/19px philosopherregular;
}

section .excursions .slider2 .carousel-items .slide:after {
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -4px;
	background: url(img/slider2_square.png) center no-repeat;
	content: '';
}

section .excursions .slider2 .carousel-items button {
	margin-top: -60px;
}

footer {
	width: 100%;
	height: 125px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}

footer .con {
	width: 500px;
	margin: 0 auto;
}

footer .con span:nth-of-type(1) {
	padding: 0 20px;
	display: inline-block;
	background-image: url(img/footer_square.png), url(img/footer_square.png);
	background-repeat: no-repeat;
	background-position: center left, center right;
	color: #ffffff;
	font: italic 15.42px/13.296px philosopheritalic;
}

footer .con span:nth-of-type(2) {
	margin: 10px 0 15px;
	display: block;
	color: #ffffff;
	font: italic 700 27px/25.588px philosopherbold_italic;
}

footer .con div .phone {
	width: 100%;
	line-height: 28px;
	display: inline-block;
	text-align: center;
	position: relative;
}

footer .con div .phone a {
	color: #e3d24b;
	font: 700 17.72px/18.458px philosopherbold;
	text-decoration: none;
}

footer .con div .mail {
	width: 125px;
	height: 28px;
	line-height: 28px !important;
	display: inline-block;
	background: url(img/footer_btn.png) center no-repeat;
	color: #e3d24b;
	font: 700 13.05px/14.647px philosopherbold;
	text-transform: uppercase;
	text-decoration: none;
}

.search_window {
	width: 100%;
	height: 100%;
	background: rgba(0, 42, 96, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	color: #fff;
	overflow-y: scroll;
	text-align: center;
	z-index: 1500;
	display: none;
}

.search_window.active {
	display: block;
}

.search_window .wrap {
	padding-top: 240px;
}

.search_window .con {
	width: 100%;
	height: 100%;
	display: table;
}

.search_window .con2 {
	display: table-cell;
}

.search_window .search_field {
	width: 931px;
	height: 87px;
	background: url(img/search_field.png) center no-repeat;
}

.search_window .search_field input[type=text] {
	height: 80px;
	width: 780px;
	margin: 4px 0 0 40px;
	border: none;
	background: transparent;
	font: 37px philosopherregular;
	color: #fff;
	float: left;
}

.search_window .search_field input[type=submit] {
	width: 74px;
	height: 87px;
	border: none;
	background: url(img/search_submit.png) center no-repeat;
	cursor: pointer;
	float: right;
}

.search_result {
	padding: 55px 35px;
}

.search_result .row {
	line-height: 200%;
	margin-bottom: 30px;
}

.search_result span a{
	display: block;
	font: 700 28px philosopherbold;
	color: #fff;
	text-decoration: none;
}

.search_result span + a {
	font: 23px philosopherregular;
	color: #a6e9ff;
	text-decoration: none;
}

.search_result .row:hover span a{
	text-decoration: underline;
}

.flowers_row_fix {
	position: absolute;
	top: -111px;
	left: -86px;
	height: 47px;
	width: 1100px;
	background: url(img/flowers.png) center no-repeat;
}

.flowers_row_hover{
	    position: absolute;
    top: -111px;
    left: -86px;
    height: 47px;
    width: 1100px;
    background: url(img/flowers.png) center no-repeat;
}

.flowers_row_hover:after{
    width: 87px;
    height: 176px;
    position: absolute;
    top: -58px;
    right: 2px;
    content: '';
    display: block;
    background: url(img/flowers_row_fix2.png) center no-repeat;
}

.flowers_row_hover:before{
    width: 87px;
    height: 176px;
    position: absolute;
    top: -58px;
    right: 71px;
    content: '';
    display: block;
    background: url(img/column.png) center no-repeat;
    z-index:800;
}

.flowers_row_fix:after {
	width: 87px;
	height: 176px;
	position: absolute;
	top: -58px;
	right: 2px;
	content: '';
	display: block;
	background: url(img/flowers_row_fix2.png) center no-repeat;
}

.excurs_list ul {
	margin: 10px 0;
	padding-left: 10px;
	list-style: none;
	list-style-type: none
}

.excurs_list ul li {
	margin-bottom: 5px;
	position: relative;
}

.excurs_list ul li:before {
	width: 4px;
	height: 4px;
	border-radius: 0;
	background: #0071c3;
	position: absolute;
	top: 8px;
	left: -10px;
	content: '';
	z-index: 10;
}

.excurs_list ul li p {
	color: #4a4a4a;
	font: 400 16px philosopherregular;
}
.feedback_form + .close_form {
    display: none;
}


@media screen and (max-width: 1560px) {

.feedback_form.fixed_top{
	position: fixed;
	bottom: auto;
    top: 150px!important;
}

.close img{
	display: block;
	max-width: 20px;
	position: absolute;
	right: -325px;
	left: 0;
	margin: auto;
	cursor: pointer;
	-webkit-transition: transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
}

.close img:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.close{
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.55);
    z-index:1000;
}

.feedback_form.active + .close_form .close{
	display: block;
}
	.vopros {
		display: block;
	}
	.feedback_form {
		left: 0;
		margin: auto;
		right: 0;
		background-position: 0 -22px;
		z-index: 10000;
		display: none;
	}
	.feedback_form .close_form {
		margin-bottom: 30px;
	}

	.feedback_form + .close_form{
		display: none;
	}
	.feedback_form.active + .close_form{
		display: block;
	}

	.feedback_form {
		padding-top: 130px !important;
	}
}

@media screen and (max-width: 1200px) {
	.feedback_form {
		top: 10px;
		left: 50%;
		margin: 0 0 0 -142px;
		z-index: 5000;
		position: fixed;
		display: none;
	}
	.close img{
		margin-top: 0;
	}
}

.slide:hover img {
	1border-color: #a9a9a9;
}

.slide:hover a {
	color: #af347f;
  text-decoration: none;
  border-color: #af347f;
}

.slide:hover a+a{
	font-size: 1rem;
}

section .excursions .slider2 .carousel-items .slide:hover a{
	font-size: 1.1rem !important;
	color: #af347f;
}

.slider2 {
	margin: auto;
	width: 85%;
}

@media screen and (max-width: 1100px) {
	.excursions--thin .corners{
		max-width: 95%!important;
	}
	.vopros {
		z-index: 700;
		right: 50%;
		left: auto;
		margin-left: auto;
		margin-right: -465px;
		transform: rotate(180deg);
	}
	.vopros.small {
		position: absolute;
	}
	.feedback_form {
		top: 150px;
		position: fixed;
		z-index: 10000;
	}

	.wrapper {
		overflow: hidden;
	}

	.feedback_form {
		padding-top: 130px !important;
	}
	
	.vopros {
		position: fixed !important;
		top: 70px!important;
		margin-right: -465px;
	}
	.vopros.fixed_top, .vopros.fixed_bottom {
		position: absolute !important;
		top: auto!important;
	}

	.vopros.feedback_opener.fixed_top{
		top: 804px !important;
	}
	.vopros.hidden {
		display: none !important;
	}

	.vopros.hidden {
		display: none !important;
	}

	.close_form{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(17, 17, 17, 0.18);
		    z-index: 1000;
	}

	.close_form::before{
		content: '';
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

.feedback_form.active + .close_form .close{
	display: block;
}
}

.aside{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

		.comment .left,
		.comment .right {
			padding-bottom: 75px;
			vertical-align: top;
		}
		
		.comment .left {
			text-align: center;
			width: 20%;
			float: left;
			padding-right: 25px;
			padding-left: 10px;
		}

		.comment .image {
			display: inline-block;
			height: 98px;
			width: 93px;
			margin: 0 auto;
			overflow: hidden;
			position: relative;
		}
		.comment .image::after{
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			background: url(img/testimonial__border.png);
			background-position: top center;
			background-repeat: no-repeat;
			width: 100%;
			height: 100%;
		}

		.comment img {
			width: 100%;
		}
		
		.comment .right {
			width: 80%;
			float: left;
			color: #160000;
			text-align: left;}
			
			.comment .right span {
				font-weight: bold;
			}
			
			.comment .right p {
				font-size: 16px;
				display: block;
				float: left;
				width: 100%;
				color: #5e6f7a;
				font-style: italic;
				margin-top: 20px;
			}

.testimonials__name{
	margin-top: 5px;
	font-size: 20px;
	font-style: italic;
	float: left;
	color: #3b6c80;
}

.testimonials__date{
	margin-top: 10px;
	margin-left: 12px;
	float: left;
	font-size: 13px;
	color: #6eb0e1;
	font-style: italic;
}

.image{
	position: relative;
}

#top .image.hidden-img {
	display: none;
}

.corners{
	display: inline-block;
	position: relative;
}

.corners img{
	border: 2px solid #fff;
	border-radius: 15px;
}

a.corners img:hover,
a > .corners img:hover {
	box-shadow: 0px 0px 7px 4px #a9a9a9;
}

.excursions--thin .corners{
	max-width: 135px;
}

.excursions--thin{
	text-align: center;
	margin-top: 3rem;
}

.corners--right{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;

}

.corners:hover .corners--right:after,
.corners:hover .corners--right:before {
	display: none;
}

.slide .corners--right:after {
	bottom: -2px;
}

a.corners{
	border-bottom: 0;
	padding-bottom: 0;
}

.corners:hover:after,
.corners:hover:before {
	display: none;
}

.comment-item{
	margin-bottom: 1rem;
	padding-top: 2rem;
	background: url(img/item_bg.png) top center no-repeat;
}

.comment-item:first-child{
	background: none;
}

.clearfix:before,
.clearfix:after,
#top:before,
#top:after,
.container:before,
.container:after {
   content: "";
   display: table;
}
.clearfix:after, #top:after, .container:after {
   clear: both;
}

.clearfix, #top, .container {
   zoom: 1;
}

.strong-form{
	max-width: 580px;
	width: 100%;
	background: url(img/testimonial__form.png) repeat-x #2792e2;
	padding: 35px 30px;
	text-align: center;
	color: #fff;
}

.form-field input[type="text"]{
	width: 532px;
    margin: 0 auto;
    background: url(img/field.png);
    height: 35px;
    border: none;
    background-repeat: no-repeat;
    text-align: left!important;
    padding-left: 20px;
    color: #2792e2!important;
    font: 17px philosopherregular;
        margin-bottom: 8px!important;
}

#wpmtst_client_name{
	margin-bottom: -10px !important;
}

#wpmtst_post_content{
	color: #007ad6;
    font: 17px philosopherregular;
	padding: 20px;
	width: 532px;
	height: 209px;
	outline: none;
	border: none;
    background: url(img/form_textarea.png) no-repeat;
}

.form-field input[type="text"]::-webkit-input-placeholder,
.form-field input[type="text"]::-moz-input-placeholder{
    color: #6799b8!important;
}

.form-field:nth-child(10) [type=file] {
	width: 100%;
}

.form-field:nth-child(10) span{
	display: block;
	padding-bottom: 5px;
	text-align: left;
}

.form-field:nth-child(10){
	text-align: left;
}

#wpmtst-submission-form .form-field:nth-child(6){
	margin-bottom: 15px;
}

#wpmtst_submit_testimonial{
	width: 133px;
	height: 36px;
	display: block;
	margin-top: 10px;
	background: url(img/submit.png) no-repeat;
    font: 17px philosopherregular;
    color: #fff;
    line-height: 0;
}

#wpmtst_submit_testimonial:hover{
	background: url(img/submit_hover.png) no-repeat;
	cursor: pointer;
    color: #6799b8;
}

.button--center{
	margin-left: auto;
	margin-right: auto;
}

.yarpp__heading{
	margin: 1rem auto;
	display: inline-block;
	font: 400 19px philosopheritalic;
	color: #39688a;
}

.yarpp__item{
	width: 180px;
	margin: 0 auto 30px;
	text-align: center;
	
}

.yarpp__category{
	width: 100%;
	min-height: 33px;
	background: url(images/yarpp__category.png) no-repeat;
	color: #fff;
	font: 700 16px philosopherbold;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-top: 10px;
}

.yarpp__body{
	width: 100%;
	position: relative;
	padding-top: 6px;
	background: url(images/yarpp__body.png) repeat-y;
}

.yarpp__body::after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	min-height: 20px;
	background: url(images/yarpp__footer.png) no-repeat;
	bottom: -20px;
}

.yarpp__item:hover .yarpp__category{
	background: url(images/yarpp__category--hovered.png) no-repeat;
}

.yarpp__item:hover .yarpp__body{
	background: url(images/yarpp__body--hovered.png) repeat-y;
}

.yarpp__item:hover .yarpp__body::after{
	background: url(images/yarpp__footer--hovered.png) no-repeat;
}

.yarpp__image{
	border: none;
}

.yarpp__link{
	display: inline-block;
	font: 700 18px philosopherbold;
	color: #233c5c;
	border: none;
	padding: 10px 15px;
	position: relative;
}

.yarpp__link::after{
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	width: 60px;
	background: #b0c7d4;
	right: 0;
	left: 0;
	margin: auto;
	bottom: 3px;
}

.yarpp__descr{
	display: inline-block;
	padding: 5px 15px 10px;
    font: 15px philosopherregular;
    color: #548796;
}

#yarpp_widget-2{
	display: none;
	
}

.yarpp__all{
	text-transform: capitalize;
	font: 400 16px philosopheritalic;
}

.flowers_row_fix{
	display: none;
	
}

.popup-outer {
    background: rgba(17, 17, 17, 0.73);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.popup-inner {
    background: url(img/feedback.png) right center no-repeat;
    border: 2px solid #2a4270;
    border-radius: 5px;
    left: 50%;
    padding: 30px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 254px;
}

.close-popup {
    color: #14beb8;
    cursor: pointer;
    font-family: Arial, Baskerville, monospace;
    font-size: 52px;
    height: 35px;
    line-height: 35px;
    right: 0;
    opacity: .65;
    position: absolute;
    top: -40px;
    width: 35px;
}

.added-input,
.close-popup-img {
	display: none;
}

.active .close-popup-img {
	cursor: pointer;
	display: block;
	max-height: 20px;
	max-width: 20px;
	position: absolute;
	right: 15px;
	top: -30px;
}

.close-popup-img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.container .categories-list {
	font-family: philosopheritalic;
	margin: 0 auto 30px;
	padding: 0;
	width: 544px;
}

.container .categories-list li::before {
	display: none;
}

.categories-list a {
	border: none;
	display: inline-block;
	line-height: 25px;
	min-height: 25px;
	padding-left: 25px;
	position: relative;
}

.categories-list a::after,
.categories-list a::before {
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
}

.categories-list a::before {
	border: 1px solid #79bbed;
	box-shadow: 1px 1px 2px #a0a0a0;
	height: 16px;
	left: 0;
	top: 3px;
	width: 16px;
}

.categories-list a:hover::after,
.categories-list .current-cat a::after {
	background: #79bbed;
	height: 10px;
	left: 4px;
	top: 7px;
	width: 10px;
}

.slick-list,
.slick-slider {
	height: 250px;
}

#slider .slick-list,
#slider .slick-slider {
	height: auto;
}

.carousel-items .slick-list {
	padding-top: 8px;
}

.slider2 .carousel-items .slide:hover .image img {
	box-shadow: 0px 0px 7px 4px #a9a9a9;
}

.ya-share2 {
	margin: 10px 0;
	text-align: left;
}

.ya-share2 ul {
	margin: 0;
	padding: 0;
}

.ya-share2 li::before {
	display: none;
}

.ya-share2 a {
	border: none;
}

.ya-share2__item {
	padding-bottom: 5px;
}

/* 
@media screen and (max-width: 998px){
	section .excursions .slider2{
		max-width: 100%;
		margin: auto;
	}
	section .excursions .slider2 .carousel-items .slide .image{
		height: auto;
	}
	section .excursions .slider2 .carousel-items .slide a{
		border: none;
		display: inline-block;
		
	}
	button.slick-arrow.slick-prev{
		left: -35px;
	}
	button.slick-arrow.slick-next{
		right: -35px;
	}
	section .excursions .slider2 .carousel-items .slide .image img{
		max-width: 130px;
	}
	nav ul{
		padding: 0;
		text-align: center;
		width: calc(100% - 85px);
	}
	nav ul li{
		float: none;
		display: inline-block;
		
	}
	.flowers_row_fix{
		display: block;
		
	}
	.scroller{
		height: calc(100vh - 100px);
		overflow-y: scroll;
	}
	aside{
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid #3595f8;
    position: fixed;
    top: 20px;
    z-index: 1100;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: none;
    height: auto;
		left: -315px;
		-webkit-transition: left ease .3s;
		-o-transition: left ease .3s;
		transition: left ease .3s;
	}
	aside.show{
		left: 0;
	}
	.wrapper, .wrap,.section .con{
		max-width: 100%;
		width: 100%;
	}
	body, .wrapper{
		background-image: none!important;
		height: auto !important;
	}
	.wrapper{
		overflow: visible;
	}
	footer{
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		min-height: 680px;
		background: url(images/footer__left-top.jpg) -1px -67px no-repeat, url(images/footer__right-top.jpg) right -73px no-repeat, url(images/footer.jpg) bottom center no-repeat;
	}
	#slider{
		width: 100%;
		height: auto;
		margin-top: 0;
		margin-left: 0;
	}
	header{
		height: 200px;
		padding: 40px 30px 10px;
		width: 100%;
background: rgba(67, 161, 253,1);
background: -moz-linear-gradient(0deg, rgba(67, 161, 253,1) 0%, rgba(22, 122, 236,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(67, 161, 253,1)), color-stop(100%, rgba(22, 122, 236,1)));
background: -webkit-linear-gradient(0deg, rgba(67, 161, 253,1) 0%, rgba(22, 122, 236,1) 100%);
background: -o-linear-gradient(0deg, rgba(67, 161, 253,1) 0%, rgba(22, 122, 236,1) 100%);
background: -ms-linear-gradient(0deg, rgba(67, 161, 253,1) 0%, rgba(22, 122, 236,1) 100%);
background: linear-gradient(0deg, rgba(67, 161, 253,1) 0%, rgba(22, 122, 236,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
	}
	#phone{
		width: auto;
		float: right;
		margin-top: 40px;
		background: url(img/phone_bg.png) no-repeat top right;
		padding-bottom: 0;
		font-size: 1.8rem;
	}
	nav{
		height: 175px;
		padding-top: 98px;
		background: url(images/header-menu__right.jpg) left 82px no-repeat, url(images/header-menu__left.jpg) right 81px no-repeat, url(images/header-menu.jpg) repeat-x left top;
		position: relative;
		z-index:100;
	}
	nav ul li a{
		font-size: 1rem;
		padding: 8px 10px;
	}
	.search_window .search_field{
		width: 80%;
		float: none;
		margin: auto;
		-webkit-background-size: contain;
		background-size: contain;
		position: relative;
	}
	.search_window .search_field input[type=text]{
		margin: 0;
		padding-left: 30px;
	}
	.search_window .search_field input[type=submit]{
		position: absolute;
		right: -12px;
	}
	.flowers{
		position: relative;
		top: 0;
		margin-top: -20px;
		z-index: 100;
	}
	.flowers + .container{
		margin-top: -90px;
		padding-top: 125px;
		padding-bottom: 120px;
		background: url(images/body__left.jpg) no-repeat left 0px, url(images/body__right.jpg) no-repeat right -1px, url(images/body.jpg) repeat-x left top, url(images/body__left--vert.jpg) left top repeat-y, url(images/body__right--vert.jpg) right top repeat-y, url(images/bg.jpg);
	}
	.main-container, .container{
		position: relative;
		margin-top: 60px;
		float: none;
		padding-top: 125px;
		padding-bottom: 120px;
		background: url(images/body__left.jpg) no-repeat left 0px, url(images/body__right.jpg) no-repeat right -1px, url(images/body.jpg) repeat-x left top, url(images/body__left--vert.jpg) left top repeat-y, url(images/body__right--vert.jpg) right top repeat-y, url(images/bg.jpg);
	}
	.container{
		margin-top: -90px;
	}
	.flowers_row_fix{
		display: none;
		
	}
	article#top{
		float: none;
		
		margin: auto!important;
	}
	footer .con{
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
	}
	.show-sidebar{
		margin-left: 30px;
		width: 40px;
		height: 40px;
		float: left;
		margin-top: 6px;
		background: #000;
		background: url(/wp-content/themes/shri-m/img/toggle.png) no-repeat center center, rgb(53, 149, 248);
		cursor: pointer;
		-webkit-transition: left ease .3s;
		-o-transition: left ease .3s;
		transition: left ease .3s;
		border-radius: 5px;
		z-index: 1200;
	}
	#top{
		height: auto!important;
	}
	.show-sidebar.show{
		left: 214px;
	}
	.home .show-sidebar.show{
		left: 186px;
	}
}

@media screen and (max-width: 730px){
	nav ul li:after{display: none;
	}
	nav ul li a{
		    font-size: .9rem;
    padding: 8px 3px;
	}
} */