/*!
Theme Name: travel
Theme URI: http://smart-tour.it
Author: Студия разработки "Фотобашня"
Author URI: http://fotobashnya.com.ua
Description: Лучшие пешеходные экскурсии с профессиональными гидами
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: travel
Tags: экскурсии, пешеходные экскурсии, италия экскурсии, милан, турин, флоренция

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

travel is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */


body {
	margin: 0;
	background: #fbfbfb;
}

@font-face {
 font-family: 'cookiemonster';
 src: url(/wp-content/themes/travel/fonts/COOKIEMONSTER.TTF);
 font-weight: normal;
 }


@font-face {
 font-family: 'bauhausc';
 src: url(/wp-content/themes/travel/fonts/BauhausCMedium.ttf);
 font-weight: medium;
 }

@font-face {
 font-family: 'bauhausc';
 src: url(/wp-content/themes/travel/fonts/Bauhausc_bold.ttf);
 font-weight: bold;
 }

@font-face {
 font-family: 'bauhausc';
 src: url(/wp-content/themes/travel/fonts/BauhausClight.ttf);
 font-weight: 300;
 }


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2.5em;
	
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

div.wpcf7 {
    margin: auto;
    text-align: center;   
}

div.wpcf7 p {padding: 2px; margin: 0;}

div.wpcf7 label {
    /*text-align: left;*/
     font-weight: bold;
     font-size: 16px;
     /*background-color: #960019;*/
	color:#1d1d1b;
}
span.wpcf7-list-item-label {
	color:#1d1d1b;
} 

div.wpcf7 input, div.wpcf7 textarea {
    margin:  5px auto 0 auto;
    border:1px solid #1d1d1b;
    padding: 7px;
	width: 100%;
}

div.wpcf7 input[type="submit"] {
    background-color: #960019;
    border-color: #960019;
    color:#fff;
    padding: 15px 40px;
    font-size: 16px;
	width: 250px;
}

div.wpcf7 input[type="submit"]:hover {
    background-color: #960019;
    border-color: #960019;
} 


/*форма вопроса*/
#exampleModalLong div.wpcf7 {
    margin: auto;
    text-align: center;   
}

#exampleModalLong div.wpcf7 p {padding: 2px; margin: 0;}

#exampleModalLong div.wpcf7 label {
    /*text-align: left;*/
     font-weight: bold;
     font-size: 16px;
     background-color: #960019;
	 color:#fff;
}
#exampleModalLong span.wpcf7-list-item-label {
	color:#fff;
} 

#exampleModalLong div.wpcf7 input, #exampleModalLong div.wpcf7 textarea {
    margin:  5px auto 0 auto;
    border:1px solid #ccc;
    padding: 7px; 
    background-color: #960019;
	color:#fbfbfb;
}

#exampleModalLong div.wpcf7 input::placeholder, #exampleModalLong div.wpcf7 textarea::placeholder {
  color: #ccc;
}

#exampleModalLong div.wpcf7 textarea {
	height: 100px;
	max-height: 500px;
}

#exampleModalLong div.wpcf7 input[type="submit"] {
    background-color: #ccc;
    border-color: #ccc;
    color:#960019;
    /*padding: 15px 40px;*/
    font-size: 16px;
	font-weight: bold;
}

#exampleModalLong div.wpcf7 input[type="submit"]:hover {
    background: #ccc;
    border-color: #ffb400;
} 
/*форма вопроса*/

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */






/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}


nav ul{
    list-style-type: none;
    display: inline-block;
    margin-left: -40px;
   
}


.mariatitle {
	font-size:5rem;
	font-family: 'bauhausc';
	font-weight: medium;
	color:#fff;
	line-height: 1;
}

.about span, .aboutmaria span {
    padding: 2px 15px;  
    background: #960019;
    color:#fff;
	margin: 10px 0 55px 0;
	display: inline-block;
}
.about p {
	line-height: 1.2;
}
.locmenu div {
	margin-left:-20px;
}


.imagebl {
	position: relative;
}

.infoimg {
	position: absolute;
	bottom: 0;
	text-align: center;
	background: rgba(150, 0, 25, .8);
	color:#fff;
	width:100%;
	padding: 10px 0 20px 0;
}

.infoimg .price {
	font-size:45px;
	font-weight: 500;
	padding:0;
	margin:0 0 -5px 0;
}

.pricetext {
	display: inline-block;
	border: 2px solid #ccc;
	padding: 15px;
	font-size: 20px;
}

.pricetextblock {
	margin: 15px 0;
}
a.buttonzak {
	background:rgba(150, 0, 25, .8);
	text-align: center;
	color:#fff!important;
	font-size:30px;
	padding: 15px 35px;
	text-decoration: none;
	margin: 15px auto;
	display: block;
	width:70%;
}

*::selection {
    color: #fbfbfb; /* Цвет текста */
    background: #960019; /* Цвет фона */
   }

.about {
	font-size:20px;
	text-align: left;
}
.aboutmaria {
	font-size:20px;
	text-align: center;
}

div.box:before {
    background: rgba(0, 0, 0, .4);
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;   
    overflow: hidden;
}

..box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box .well {
    flex: 1;
    order: 2;
    text-align: center;
    padding: 110px 0;
    position: relative;
     z-index: 2;
	  color: rgba(255, 255, 255, 1)!important;
}  


.well a {
	color:#fff;
}

.seli {
    
    color: #fff;
    display: block;
    font-size: 16px;   
    text-align: center;
    margin: 20px auto;
    background: #960019;
     padding:40px;
    width: 20%;
    height: 60px;
    padding: 20px;   
}

.social {
    margin: 5px 0;
    text-align: center;
    width: 100%;
    display: block;
    cursor:none;
}

.push {
    /*border:1px solid #000;*/
    padding: 0 15px;
    margin: 0 5px;
    font-size:18px;
}

.push:hover {
    /*border:1px solid #000;*/
   background: #f0f0f0;
    cursor: pointer;
     cursor: url(images/cursor.cur),pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.imgcatbgintro::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}
.imgmaria {
	background: url(/wp-content/themes/travel/images/maria.jpg); 
	background-size: cover;	
	}
nav ul li, nav ul li a {
   display: inline-block;
    font-size:12px;    
    text-decoration: none;
    color:#ccc;
}
nav ul li, nav ul li a {
    text-decoration: none;
    /*color:#6b6b6b!important;*/
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Rubik', sans-serif;
	font-size: 17px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1;
}


p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fbfbfb;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
   
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;   
    cursor: url(images/cursor.cur),pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: right;
	width: 100%; 
    transition: 0.9s ease;
}

.main-navigation ul {
	display: none;
    list-style: none;
    margin: 0px 65px 0 0;
    padding: 0;
    width: 300px;
    float: right;
    background: rgba(150, 0, 25, .8);
}

.main-navigation ul ul {	
	
   background: transparent;
    margin-top: 0;
    padding: 10px 20px 20px 20px;
	margin-left:40px;
}


.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 300px;
    color:#000!important;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation li a {
	display: block;
	text-decoration: none;
    padding: 10px 20px;
    color:#fff!important;
    font-size:18px;
    font-weight: 400;   
}
.main-navigation li li a {
	display: table;
	text-decoration: none;
    padding: 15px 0px;
    color:#fff!important;
    font-weight: 400;
    font-size:14px!important;
    line-height: 1;
    
} 
.main-navigation a {
	display: block;
	text-decoration: none;   
   }
#footermenu {
    list-style-type: none;
	text-align: right;
	margin: 10px auto 0 -40px;	
}

#footermenu ul ul, #footermenu ul {
   display:none;
}



#footermenu li { display: inline-block!important;}

#footermenu li a {
    color: #fff;   
    padding: 0 0 0 10px;
    font-size:12px;
	text-transform: uppercase;
}
.footerline {
	border-bottom:1px solid #c16675;
	padding-bottom: 10px;
}
.footerlinetwo {	
	padding-top: 12px;	
}

.footerlinetwo p {
	font-size:16px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}


footer .col-md-6 {
	padding:0;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
    color:000!important;
}

.post-navigation .nav-next a{color:#000!important; 
text-decoration: underline;}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */


.site-description {
    color:#fff;
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin: -5px 0 0 0;
    font-size: 12px;	
}

.ling:last-child {
	display:none;
}

.site-header-intro small.site-description {
   color:#960019;
    width: 300px;
    margin: 0 auto;
	font-weight: bold;
}

.site-description-footer {
    color: #fff;
    display: block;
    font-weight: bold;
    width:250px;
    text-transform: uppercase;
    font-size:10px;
    margin: 10px auto;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px; 
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 1000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.site-header-intro {
	/*background: rgba(255, 255, 255, .8);*/
	background: #fbfbfb;
	color:#960019!important;
}

.site-header-intro h1.site-title a {
	color:#960019!important;
}


.header {
    position: fixed;
    z-index: 9;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-content h3 {
    margin-bottom:15px;
}

.entry-content ul {
  margin-top:0;
}

.entry-content ul li {
    margin-bottom:10px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.excerpt{
    font-size: .9rem;
    line-height: 1.2;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

h2.nameslide, h2.nameslide a {	
    font-family: 'bauhausc';
    text-transform: uppercase;
    font-size:4rem;
	margin:0!important; 

   /* color: #fff!important;
    text-transform:uppercase;
    font-size:4rem;
    font-weight: medium; 
    font-family: 'bauhausc';
	text-decoration:none;*/
}
h2.nameslide a {
	padding: 15px;
}

h1.site-title  {
    font-family: 'cookiemonster';
    color: #fff!important;
    text-align: center;
    margin: 0;
    padding: 10px 0 5px 0;
    font-size: 2.8em;
}

.site-title-footer  {
    font-family: 'cookiemonster';
    color: #fff!important;
    margin: 0!important;
	padding:0!important;
    font-size: 1.8em;
}


h1.site-title a  {
    font-family: 'cookiemonster';
    color: #fff!important;
}

.lang-block {
/*margin-top:50px;*/
text-align: right;
}

.lang-block ul {
margin: 0;
}

.lang-block li {
    
    display: inline-block;
    list-style-type: none;
}

.lang-block li a {
    color:#fff!important; 
    display: block;
    padding: 20px 10px;
    font-size:20px;
    text-decoration: line-through;
    text-transform: lowercase;
}

.lang-block li.current-lang a {
    background:#960019;
}


.lang-block li.current-lang a {
    text-decoration: none!important;
}

.comment-list {
	margin-left:-40px;	
	
}
.comment-list li{
	background: #fff;
	margin-bottom:10px;	
	padding: 40px;	
}
.comment-awaiting-moderation {
	color:#000;
}

.comment-list a time  {
	color:#000!important;
	font-weight: bold;
}

.comment-form-url {
	display: none;
}
.dashicons-star-filled {
	color: #ffb400!important;
}
.comment-form input[type="submit"] {
	color: #fff;
    background-color: #960019;
    border-color: #960019;
    margin: 0 auto;
	padding: 20px 35px;
	font-size: 18px;	
}

.fn {
	color:#000;
	font-size:28px;
	font-weight: bold;
}

#comments .nav-links a {
	background: #cfcfcf;
	padding: 15px;
	margin-right:2px;
	color:#6b6b6b;
	text-decoration: none;
}
#comments  .nav-links span {
	background: #ffb400;
	padding: 15px;
	margin-right:2px;
}

.comment-form {
	/*padding:15px 30px;*/
}
.comment-form input[type="submit"]:hover {
	background: #960019!important;
	border:1px solid #960019!important;
} 

.comment-form label {
	width:70px;
	font-weight: bold;
}
.protrusion {
    position:relative;
   /* margin-top:-110px;*/
    background:#fff;
    padding: 30px 80px 50px 80px;
}
.rating-container label {
	width:auto;
	margin-right:25px;
	padding-bottom:10px;
}

.comment-form input[type="text"], .comment-form input[type="email"],.comment-form textarea {
	color: #666;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 20px;
	background: #fbfbfb;
}

.comment-form input[type="radio"] {
	margin-right: 10px;
	width: 25px;
	height: 25px;
}

.header.scrolled, .site-header-intro.scrolled {
  background-color: rgba(251, 251, 251, .8);!important;
  transition: background-color 450ms linear;
    border-bottom:1px solid rgba(204, 204, 204, .5);
 
}
.scrolled h1.site-title {
    color: #960019!important;
    background: none!important;
    /*padding: 10px 2px 10px 45px;*/
    font-weight: 400!important;
    display: inline-block;    
    text-decoration: none;
     padding: 20px 0 20px 0;
    margin:0;
    transition:  250ms linear;
}

.scrolled h1.site-title a {
    color: #960019!important;   
    transition:  250ms linear;
    text-decoration: none!important;
}
h1.site-title a {
    text-decoration: none;
}

.site-branding {
    width:100%;
    text-align: center;
}
.scrolled .site-description {
    display:none;
    transition:  250ms linear;
}

.scrolled .main-navigation ul, .scrolled .lang-block {
    margin:0;
    transition:  250ms linear;
}

.scrolled .fa{
    display: none;
} 

.header {
    transition:  250ms linear;
}

.breadcrumbs {

    width:100%;
    text-align: center;
    color:#fff!important;  
}

.breadcrumbs a, .breadcrumbs li {
	 color:#1d1d1b!important; 
	font-size: 14px;
	text-decoration: none;
}

h2.cattitle a:hover {
	text-decoration: none!important;
}

.whiteblock {
    padding: 70px 100px 50px 100px;
    background: white!important;
    text-align: center!important;
    margin-top:40px;
}
.whiteblock h3 {
    text-align: center!important;
}

#relevant {
    list-style-type: none;
    display: block;
    text-align: center;
    margin: 0 auto!important;
    /* width: 100%; */
}

#relevant ul {   
    margin-left:-40px;
}
#relevant li{
display: inline-block;
    margin: 0 1px 0 0;
}

#relevant li a {
    display: block;    
    color:#fff;
    font-size:24px;
    line-height: 24px;
    text-align: center;    
    padding: 30px;
}

#relevant li img{
   width:280px;
    height:450px;
    overflow: hidden;
}

#relevant li::before{
content: '';
position: absolute;
width:100%;
height: 100%;  
top:0;
left:0; 
vertical-align: top;
background: rgba(31,37,50,0);
background: -moz-linear-gradient(top, rgba(31,37,50,0) 38%, rgba(31,37,50,0) 55%, rgba(31,37,50,0.83) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(38%, rgba(31,37,50,0)), color-stop(55%, rgba(31,37,50,0)), color-stop(100%, rgba(31,37,50,0.83)));
background: -webkit-linear-gradient(top, rgba(31,37,50,0) 38%, rgba(31,37,50,0) 55%, rgba(31,37,50,0.83) 100%);
background: -o-linear-gradient(top, rgba(31,37,50,0) 38%, rgba(31,37,50,0) 55%, rgba(31,37,50,0.83) 100%);
background: -ms-linear-gradient(top, rgba(31,37,50,0) 38%, rgba(31,37,50,0) 55%, rgba(31,37,50,0.83) 100%);
background: linear-gradient(to bottom, rgba(31,37,50,0) 38%, rgba(31,37,50,0) 55%, rgba(31,37,50,0.83) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#960019', endColorstr='#960019', GradientType=0 );
}

h2.titlecategory {
	font-size: 2rem!important;
    font-family: 'bauhausc';
    font-weight: bold;
    color: #1d1d1b;
    line-height: 1;
	margin-bottom:15px;
}
.protrusion table tr {
	border-bottom:1px solid #ccc;
}
.protrusion table tr td {
	padding: 10px 0;
}
.protrusion table tr:first-child {
	background:#ccc;
}




.announce p{
    font-style: italic!important;
    text-align: center;
    font-size:18px;
}

/*.listing {
    position: relative;
    z-index: 999;
    width: 200px;
    top: 0;
    left: 10%;   
    margin:0;
}*/

.oleo {
	 margin: 0px 0 10px 0;
}

.oleo a {   
    font-size: 1.3rem;
    font-weight: 400;
    padding: 5px 15px;   
    line-height: 1;
    background: rgba(150, 0, 25, .9);
    color:#fff;
	text-decoration: none;
}

.listing ul  {
    list-style-type:none;
    margin-left:-60px;
}

.listing ul li a {
    color:#6b6b6b;
    text-decoration:underline;
    line-height: 1;
}

.parent{
    position:relative;
    width:19%;
    min-width:280px;   
        }

.parent div{
    font-size:14px; 
        }

.parent img{
    display:block;
    width:100%;
        }

#relevant li .parent img:before {
             background: rgba(31, 37, 50, .6)!important;
        }
        
        .parent div{
            position:absolute;
            width:100%;
            left:0;
            bottom:0;
            color:#fff;
            padding:10px 0;
            text-align: center;
        }


.instagram {  
    position: relative;   
}

    .instagram button  {
    /*z-index: 999;
    position: absolute;
    top: 40%!important;
    left: 43%!important;
    color:#fff!important;
        font-size: 1rem;
    background: rgba(31, 37, 50, .9)!important;
        padding: 1.5rem 3rem!important;
        border-radius: 0;
        border:0px solid red;*/
        height:70px;
        width: 350px;
        padding: 1.5rem 3rem!important;
        z-index: 999;
         border-radius: 0;
        border:0px solid red;
  overflow: hidden;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
        color:#fff!important;
        font-size: 1rem;
    background: rgba(31, 37, 50, .9)!important;
}   
    
    .instagram button:hover   {    
    background: #f19900!important;
         cursor: url(images/cursor.cur),pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
   
}   


@media (max-width: 960px){
.instagram button  {width: 280px!important;}
}



.img.icocat{
   position: relative;
   top:0;
   left:0;  
    
}
.fainstagram i {
    font-size: 36px;
    color:#fff;
    font-weight: 400;
    padding-right: 50px; 
}

@media (min-width: 1200px) {

.greet {
    background: url(images/italy.svg) top center no-repeat;
    background-size: 1200px!important;
    width:1200px!important;
    height:600px!important;
    position: relative;
    left:50px;
}

.greet #i0 {
    position:absolute;
    top:20px;
    left: 170px;
    transition: 0.9s ease;
}

.greet #i0 span {
    display: block;
    color:#fff;
    font-size:24px;
     position:absolute;
    top:9px;
    left: 92px;
}

.greet #i1 {
       position: absolute;
    top: 20px;
    left: -150px;
    transition: 0.9s ease;
}
.greet #i0:hover, .greet #i1:hover, .greet #i2:hover {
    
    margin-top: 10px;
     cursor: url(images/cursor.cur),pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.greet #i1 span {
    display: block;
    color:#fff;
    font-size:24px;
     position:absolute;
    top:13px;
    left: 175px;
}

.greet #i2 {
    position:absolute;
    top:100px;
    left: 430px;
    transition: 0.9s ease;
}
.greet #i2 span {
    display: block;
    color:#fff;
    font-size:24px;
     position:absolute;
    top:10px;
    left: 30px;
}

#listing0 {   
    position:absolute;
    top:310px;
    left: 310px;
}
#listing2 {   
    position:absolute;
    top:0px;
    left: 700px;
}
#listing1 {   
    position:absolute;
    top:120px;
    left:-70px;
    width: 200px;
}

.greet ul {
    margin-left: -40px; 
}
.greet ul li {
    list-style-type:none;
     padding: 0 0 5px 0;
	line-height: 19px;
}
.greet ul li a {
     color:#222!important;
}
.greet ul article {
    text-decoration: underline;
    padding: 0 0 7px 0;
    margin: 0;
    color:#222!important;
    line-height: 1;
    font-size:14px;
}    
.seli {    
    color: #fff;
    display: block;
    font-size: 14px;   
    text-align: center;
    margin: 20px auto;
    background: #960019;
     padding:40px;
    width: 300px;
    height: 60px;
    padding: 20px;   
}
}
/*.greet {
    background: none!important;     
}
    
    .mapgreedes#listing0 {
        position:relative!important;  
        top:0;
        left:0;
        width:100%;
        margin:0 auto;
            
    }
     .mapgreedes#listing1 {
         position:relative!important; 
         top:0;
        left:0;
         width:100%;
        margin:0 auto;
    }
     .mapgreedes#listing2 {
          position:relative!important; 
         top:0;
        left:0;
         width:100%;
        margin:0 auto;
    }
    
    #i0, #i1, #i2 {
        display: none!important;
    }
}*/
@media (max-width: 1200px) {
    .greet {
    background: none!important; 
        margin:0 auto;
        text-align: center;
}
    .greet ul {
    margin-left: -40px; 
}
.greet ul li {
    list-style-type:none;
    padding: 0;
}
.greet ul li a {
     color:#222!important;
}
.greet ul article {
    text-decoration: underline;
    padding: 0 0 7px 0;
    margin: 0;
    color:#222!important;
    line-height: 1;
}
    #i0, #i1, #i2 {
        display: none!important;
    }
    .mapgreedes a.btn-primary{
        display: none!important;
    } 

.protrusion {
    position: relative;
    margin-top: 0;
    background: #fff;
    padding: 35px;
}   
    
footer .textwidget p span {
        display: block!important;
    }
    
}
/*footer .textwidget p {
    font-size:1.5rem;
    padding: 0px;
    margin: -10px 0 10px 0;
}*/

footer {
		background-color:#960019;
		color:#fff;
		padding:10px 0 5px 0;
		font-size:13px;
}
footer.comment-meta {
		background: transparent!important;
}

.imgarticle, .imgarticletop, .imgarticlemaria {
    position: relative;
}

.imgarticle::before, .imgarticletop::before { 
    content: "";
    display: inline-block;
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    transition: background .5s;
    background: rgba(0, 0, 0, .6);  
	text-align: center;
}
.imgarticlemaria::before { 
    content: "";
    display: inline-block;
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    transition: background .5s;
    background: rgba(0, 0, 0, .6);  
	text-align: center;
}

.imgarticle, .imgarticletop, .imgarticlemaria {
    width: 100%;
    height: 100%;    
}

.titleblock, .titleblocksingl {
	position: absolute;
	bottom: 10%;
	text-align:center;
	width:100%;
}
.titleblock h2, .titleblocksingl h2 {
	font-family: 'bauhausc';
	font-size: 6rem;
	color:#fff;
}

.greet ul li a:hover {
    color: #5595cc!important;
}
.infotrp {
	text-align: center;
	position:absolute;
	bottom: 0;
	background:rgba(150, 0, 25, .8);
	z-index: 999;
}
.psgal {
    margin: 0!important;
    padding-bottom: 40px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0.1;
}



h2.cattitle a {
	font-family: 'bauhausc';
	color:#fff!important;
	font-size:2.5em;
	text-align: center;	
}
	
.well {
	text-align: center;
}
.post-categories li {
	list-style-type: none;
	text-align: center;
}

h2.entry-title-cat{
    text-align: center;  
    font-size: 2rem;
    font-weight: bold;
    padding: 20px;
}
h2.entry-title-cat-popup{
    text-align: center;  
    font-size: 2rem;
    font-weight: 700;
    padding:20px 40px 0px 40px;
}
.entry-title-lin{
 margin:0 auto!important;
    text-align: center;
     padding:0 0 20px 0;
}

h3.entry-title a {
    color:#fff!important;
    text-decoration: none;
    font-weight: 500;
    line-height: 20px!important; 
    border-bottom: 2px solid 000;
}
h3.entry-title a:hover {
    text-decoration: underline;
     cursor: url(images/cursor.cur),pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

h3.entry-title-us a {
    color:#1d1d1b!important;
    text-decoration: none;
    font-weight: 500;
    line-height: 20px!important; 
    border-bottom: 2px solid 000;
}
h3.entry-title-us a:hover {
    text-decoration: underline;
     cursor: url(images/cursor.cur),pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

h4 {
    font-size:14px;
    text-transform: uppercase;
    font-weight: bold;
	text-align: center;
	margin-bottom:10px;
}

.pricetext img {
	margin-bottom:10px;
}

.post-navigation a,  .nav-previous a{
    color:#000!important; 
    font-weight: bold;
    text-decoration: underline;
    
}

.booking {
    background: #ffb400;
    text-align: center;
    padding:0 0 20px 0;
    margin: 20px 0 0 0;
    color:#fff;
    font-size:1.2rem;
    font-weight: bold;
}

.booking-time {
    font-size:4rem;
    padding: 0;
    margin: -10px 0;
}
.booking-cost {
    text-align: center;
    font-size:2rem;
    color:#1f2532;
    font-weight: bold; 
	margin-top:-5px;
}

.booking-cost-old {
    text-align: center;
    font-size:1.3rem;
    color:#1f2532;
    font-weight: bold;  
}

.booking-sale {
    background:#960019;
    float: right;
    padding: 10px 35px;
    margin-top: -35px;
    margin-right: -15px;
    position: relative;
    z-index: 100;
    font-size: 1.7rem;
    font-weight: 400;
}

.booking-cost small {
    display: block;
    font-size:14px;
     padding: 0;
    margin-top: -10px;
}

.booking-theme {
    padding-top:30px;
}

.booking-map a{
    color:#fff!important;
    font-weight: normal!important;
    text-decoration: underline!important;
    font-size:16px;
    padding: 15px 0!important;
    display: block;
}




.booking img {
  padding:0;  
  width:100%;  
}
.rightmbottom {
    margin-top: 40px!important;
    margin-left: -20px!important;
    width:100%!important;
   
}

.rightmbottom ul ul {   
    width:100%!important;
    
}

.rightmbottom li {display: inline-block!important; padding: 0!important;
    margin: 0!important;}
.rightmbottom li.lang-item a {    
    color: #fff!important;
    display: block;
    
    margin: 0 0 20px 0!important;
    font-size: 24px!important;
    text-decoration: line-through!important;
    text-transform: lowercase;}

.rightmbottom li.current-lang a {
    text-decoration: none!important;
    font-weight: bold;
    background: #fff!important;
    color:#212529!important;
    padding: 10px;    
}

/*calendar*/
#booking_calendar_container_1 .wpdevart-day .day-price * {
    color: transparent!important;
    /*background:#5495cd;*/
    background:#5495cd;
}
#booking_calendar_container_1 .day-availability, #booking_calendar_container_1 .day-availability .day-av{
    color: transparent!important;
    
}



.wpdevart-calendar-container > div.past-day .wpda-day-header, .wpdevart-calendar-container > div.past-day .available-day {
    background:#ebebeb!important;
    color:#6b6b6b!important;
}


.current-date-info {
    width: auto;
    font-size: 0;
    text-align: center!important;
}
#booking_calendar_container_1 .past-month-day .wpda-day-header, #booking_calendar_container_1 .next-month-day .wpda-day-header  {
color: transparent!important;
background: white!important;
}


#booking_calendar_container_1 .past-month-day .wpda-day-header .day-availability, #booking_calendar_container_1 .next-month-day .wpda-day-header .day-availability  {
color: transparent!important;
background: white!important;
}

#booking_calendar_container_1 .past-month-day .day-availability {
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    background: white;
}

#booking_calendar_container_1 .past-month-day, #booking_calendar_container_1 .next-month-day{
color: transparent!important;
background: white!important;
}
#booking_calendar_container_1 .wpdevart-calendar-container > div {   
    border: 1px solid white!important;
}
.wpdevart-calendar-container {
    width: 100%;
    background: #fff!important;
    text-align: center!important;
}

#booking_calendar_container_1 .wpda-day-number {
    font-size: 18px;
}
#booking_calendar_container_1 .current-day .wpdevart-unavailable {
    background: #fff!important;
    border: 1px solid red!important;
    color:#000000!important;
}
.wpdevart-booking-form .wpdevart-fild-item-container input[type="text"] {
    padding: 8px;
    width: 98%!important;
    background: #ebebeb;
    border:0px solid red;
}

.wpdevart-booking-form .wpdevart-fild-item-container textarea {
    width: 220px;
    padding: 5px;
    width: 98%!important;
     background: #ebebeb;
    border:0px solid red;
}

.wpdevart_link .prev_year_info, .wpdevart_link .next_year_info {
    display: none;
}
#booking_calendar_container_1 .wpda-current-year {
    color: #000000;
    font-size: 40px!important;
}
#booking_calendar_container_1 .wpda-current-month {
    color: #000000;
    font-size: 32px!important;
}

.wpdevart-reserv-info {
    border-bottom: 1px solid #DDD;
    margin-bottom: 15px;
    padding-bottom: 10px;
    margin-top: 0px;
}
span.reserv_info_cell {
    display: table-cell;
    width: 55%;
    font-weight: bold;
    /* font-size: 18px; */
}

.wpdevart-reserv-info h4.form_title {
    font-weight: bold!important;
    font-size:24px;    
}

.wpdevart-booking-form .wpdevart-fild-item-container select {
       background: #ebebeb;
    border:0px solid red;
    padding: 5px;
    width: 98%!important;
    height: 42px;
}

.wpdevart-booking-form .wpdevart-fild-item-container label {
    color: #848484;
    display: inline-block;
    margin-bottom: 3px;
    font-size: 18px;
}

.wpdevart-booking-form {
    margin: 20px 0;
    padding: 0px!important; 
    border: 1px solid #ddd;
    background-color: #F7F7F7;
}

.wpdevart-total-price.reserv_info_row {
    background: #545454;
    color: #F7F7F7;
    padding: 17px 4px;
    box-sizing: border-box;
    margin-top: 19px;
    font-size: 17px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.wpdevart-responsive .current-date-info * {
    font-size: 0px !important;
}

#booking_calendar_container_1 .wpda-previous, #booking_calendar_container_1 .wpda-next {
    color: #000000;
    font-size: 40px!important;
}




#booking_calendar_container_1 .wpda-previous * {
   color: #000000;
    font-size: 30px!important;
    padding: 10px;
    cursor: pointer;
    background:#ededed;
}

#booking_calendar_container_1 .wpda-next * {
    color: #000000;
    font-size: 30px!important;
    padding: 10px;
    cursor: pointer;
   background:#ededed;
}

.past-month-day, .next-month-day  {
  font-size:14px;
  visibility:hidden;
}

.day-price {
    display: none!important;
}
/*
#booking_calendar_container_1 .wpdevart-calendar-container > div:not(.week-day-name) {
    height: 45px;
}
*/
#booking_calendar_container_1 .wpda-booking-calendar-head {
    padding: 24px;
    margin-bottom: 20px;
}

#wpdevart_booking_form_1 button.wpdevart-submit {   
    color: #ffffff;
    font-weight: normal;
    font-style: normal;
    padding: 15px 10px!important;
    
    font-size: 20px;
    width: 60%;
}



.wpdevart-calendar-container .current-day .wpda-day-header {
    background: #ffffff!important;
    border:2px solid #5495cd!important;
    color:#5495cd!important;
    height: 44px;
}



.current-day .wpdevart-unavailable {
background: #fff!important;
border:2px solid red;
    color:green;
}

  #booking_calendar_container_1 .next-month-day {
    color: transparent!important;
    background: white!important;
}

#booking_calendar_container_1 .wpda-booking-calendar-head {
    padding:0!important;
}

#booking_calendar_container_1 .wpda-booking-calendar-head a .wpdevart_link .next_year_info
{display:none;}

.wpdevart-extra-info.wpdevart-extra-0{
    border-top: 1px solid #B9B9B9;
    padding-top: 5px;
    margin-top: 0!important;
}

/*
.wpdevart-booking-form .wpdevart-fild-item-container{
    font-style: italic;
    margin-bottom: 12px;
    width: 45%;
    float: left;
    margin-right: 10px;
    margin-bottom: 35px;
    /* border-bottom: 1px solid #eeeeee; 
}*/

/*paypal form*/
#wpdevart_booking_form_1 h4.form_title {
	font-weight: bold!importan;
    font-size: 20px!importan;
    color: #000000;
    background-color: #ffffff;
	text-align: center!importan;
	padding: 25px 15px 15px 0;
	border-bottom:1px solid #000;
}

.amosovablock {
   height: 500px;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: left;
    justify-content: left;  
    background-size: 480px;
   background: url(images/amosov.jpg)  25% 25% no-repeat fixed;
  text-decoration:none;
}

.amosovablock h2 {
    background: rgba(232, 50, 64, .8);
    color: #fbfbfb;
    font-size: 30px;
    display: inline-block;
    /* width: auto; */
    text-decoration: none;
}

.amosovablock a {
   text-decoration:none;
cursor:pointer;
}

/**/

.post-navigation {
	display:none;
}
.alls {
	float: right;
}
.alls a {
	text-decoration: none;
	font-weight: bold;
	color:#1d1d1b;
	font-family: 'bauhausc';
	font-size:18px;
}

.containermm {
  position:fixed;
  top: 10px;
  right: 20px;
  margin: auto;
  z-index: 9999;
  background: #960019;
  padding: 5px;
  height: 65px;
  width: 65px;
}

containermm .menu {
  height: 60px;
  width: 60px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hambergerIcon {
  height: 3px;
  width: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: all ease 0.5s;
}
.hambergerIcon::before, .hambergerIcon::after {
  content: "";
  position: absolute;
  height: inherit;
  border-radius: inherit;
  background-color: inherit;
  margin: auto;
  width: 50%;
  transition: all ease 0.5s;
}
.hambergerIcon::before {
  top: -9px;
  left: 0;
  transform-origin: left;
}
.hambergerIcon::after {
  bottom: -9px;
  right: 0;
  transform-origin: right;
}

.right {
	text-align: right;
}

.open {
  transform: translate(-50%, -50%) rotate(135deg);
}
.open::before {
  top: 0;
  transform: translateX(100%) rotate(-90deg);
}
.open::after {
  bottom: 0;
  transform: translateX(-100%) rotate(-90deg);
}
.rightblock {
    position: absolute;
    right: 0;
    top:0;
    z-index: 99;
    width: 120px;
    background: rgba(0, 0, 0, .5);
    height: 100%;
}

.infoblock {
	color: rgba(255, 255, 255, .6);
	position: absolute;
	bottom: 40px;
	right: 0;
	width: 120px;
	text-align: center;
	z-index:299;
	padding: 15px;
	font-size: 12px;
}
.infoblock h4 {
	font-size: 30px;
	padding:0;
	margin: 0;
}


.roundtrip {
	margin-top: 20px;
}

.titletrip {
	position: absolute;
	top:40%;
	bottom:50%;
	width:100%;
	text-align: center;
	padding: 25px;
	font-weight: 500;
	margin-left: -15px;
}
.titletrip a {
	color:#fff!important;
	font-size: 30px;
	line-height: 26px!important;
	text-decoration:none;
	font-weight: 400;
}



.titletripusl {
	position: absolute;
	
	bottom:5%;
	margin: 0 auto;
	text-align: center;
	padding: 25px;
	font-weight: 500;
}
.titletripusl a {
	color:#fff!important;
	font-size: 26px;
	line-height: 26px!important;
	text-decoration:none;
}


/**/

.nametour {	
	position: absolute;	
	top:15px;
	margin: 0 auto;
	text-align: center;	
	font-weight: 500;	
	width:100%;	
	color:#fff!important;	
}
.nametour span {
	font-size:24px;
	padding-bottom: 15px;
	border-bottom: 3px solid #960019;
}
.pricefigures {
	font-size: 20px;
	font-weight: 500;
}

.pricetext {
    font-size: 12px!important;
    width: 32%;
    height: 110px;
    vertical-align: bottom!important;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 35px;	
	line-height: 1;
	margin-bottom: 3px;
}

.pricet {
   
	font-size: 12px!important;
	font-weight: 400;
	line-height: 1;
	background: #960019;
}

.useful {
    font-size: 12px!important;
    width: 100%; 
	text-align: left;
	padding:  0 0 20px 20px;
	list-style-type:none;
	border:2px solid #ccc;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0;
}

.useful img {
	padding-right:10px;
}

.pricetext.flag {
    font-size: 12px!important;
    width: 30%;   
    vertical-align: bottom!important;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 30px;	
	border: 0px solid red!important;
	
}

.pricetext.flag li {
	list-style-type: none;
	border: 2px solid #ccc;	
	width: 100%;
	display: inline-block;
	margin: 0 0 3px 0;
}

.pricetext.flag img {
	padding: 12px 0 6px 0;
}

.prise {	
	position: absolute;	
	bottom:0px;
	margin: 0 auto;
	text-align: center;
	width:100%;	
	color:#fff!important;
	margin-bottom: -10px;
}
.priseintro {
    position: relative;
    /* bottom: 0px; */
    /* margin: 0 auto; */
    text-align: center;
    /*font-weight: 500;*/
    width: 100%;
    color: #fff!important;
    margin-top: -50px;
}

.priseintro span {
	display: inline-block;
	background: #960019;
	padding: 5px 10px;
	margin-left: 0px;
	border-radius:3px;
}



/*.usluga .uslugatitle {
	position: relative;
	bottom: 100px;
	color: #fff;
	z-index: 999;
	font-size: 30px;
	padding: 0 0 0 30px;
	line-height: 1;
	text-decoration: none;
	width:80%;
	display: block;
}*/
.blogname {
	text-align:right;
}

/*.usluga .uslugatitletwo {
	
	color: #fff;
	z-index: 999;
	font-size: 22px;
	padding: 0 0 0 30px;
	line-height: 1;
	text-decoration: none;
}*/


a.uslugatitletwo, a.uslugatitle {
	color:#fff;
	font-size: 22px;
	position: relative;
	bottom: 60px;
	left:5%;
	width:90%;
	vertical-align: bottom;
	line-height: 1;
	text-decoration: none;
	display: block;
}

.sizefont {
	color:#fff;
	/*font-size: 2rem;*/
	position: relative;
	bottom: 70px;
	left:5%;
	right:30px;
	width:90%;
	vertical-align: bottom;
	line-height: 1;
	text-decoration: none;	
	display: block;
}
a.sizefont {
	color:#fff!important;
	text-decoration: none;	
	font-size: 22px;
}

.gradient {
	display: inline-block;
	position: relative;    
	line-height: 0;
}
.gradient:after {
	content: "";
	display: block;    
	width: 100%;
	height: 100%;    
	position: absolute;
	top: 0;      
	left: 0;
	background:rgba(0, 0, 0, 0.5);
	/*
	background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.7371323529411764) 0%, rgba(0,0,0,0.022846638655462215) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.7371323529411764) 0%, rgba(0,0,0,0.022846638655462215) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.7371323529411764) 0%, rgba(0,0,0,0.022846638655462215) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	*/
}


@media (max-width: 480px) {
	
.title h2, .title h2 {
    font-family: 'bauhausc';
    font-size: 2.5rem;
    color: #fff;
}	
	
h3.articletitle {	
	color:#fff;
	padding: 0 15px;
	font-size: 1rem!important;
	line-height: 1!important;
}	
	
h2.articletitles {	
	color:#fff;
	padding: 0 15px;
	font-size: 2.5rem!important;
	line-height: 1!important;
}
h2.article {	
	color:#fff;
	padding: 0 15px;
	font-size: 1.8rem!important;
	line-height: 1!important;
}
	
.gradient:after {
	content: "";
	display: block;    
	width: 100%;
	height: 100%;    
	position: absolute;
	top: 0;      
	left: 0;
	background:rgba(0, 0, 0, 0.4);
	/*
	background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.7371323529411764) 0%, rgba(0,0,0,0.022846638655462215) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.7371323529411764) 0%, rgba(0,0,0,0.022846638655462215) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.7371323529411764) 0%, rgba(0,0,0,0.022846638655462215) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	*/
}	
	
.arial {
		padding: 0 5px 5px 0
	}	
.social-sharing {
    width: 100%;
    clear: both;
    position: relative;
    left: 0;
    bottom: 0px!important;
    padding: 15px 0;
}
		
.regina {
		padding:0px 5px 5px 0px;	
	}	
.titleblock, .titleblocksingl {
	position: absolute;
	bottom: -10px;
	text-align:center;
	width:100%;
}	
.entry-content p{
		text-align: justify;
	}
.avon {
		display: none;
	}	
	
.carousel-item { 
	width: 100wh;
	overflow: hidden;
    height: 350px;
}	
.carousel-item img {
	width: 100wh;
	overflow: hidden;
    height: 350px;
	object-fit: cover;
    object-position: 0 0;	
	}
.imgarticle img, .elon img {		
	width: 100wh;
	overflow: hidden;
    height: 250px!important;
	object-fit: cover;
    object-position: 50% 0;		
	}	
.elonus img {		
	width: 100wh;
	overflow: hidden;
    height: 250px!important;
	object-fit: cover;
    object-position: 40% 0;		
	}	
	
.imgarticlemaria img {		
	width: 100wh;
	overflow: hidden;
    height: 450px!important;
	object-fit: cover;
    object-position: 71% 0%;		
	}	
.aboutmaria span {
	font-size:16px;
	}
	
	.about p {
		font-size: 20px;
	}
.about span, .aboutmaria span {
    padding: 2px 15px;
    background: #960019;
    color: #fff;
    margin: 10px 0 55px 0;
    display: inline-block;
	font-size: 16px;
}	
	
h2.oleo a {   
    font-size: 15px!important;
    font-weight: 400;
    padding: 5px 15px;   
    line-height: 14px!important;   
    color:#fff;
	margin:0;
	text-decoration: none;
}	
.titleblock h2 {
	font-family: 'bauhausc';
	font-size: 2.2rem;
	color:#fff;
	padding: 5px 20px 0px 20px;
	line-height: 1;
}	
.protrusiontrip {
	display:none;
	}
	
	h2.entry-title-cat {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    padding: 0px;
}	
.titleblocksingl h2 {
	font-family: 'bauhausc';
	font-size: 3.5rem;
	color:#fff;
	padding: 5px 20px;
	line-height: 1;
}
article table {
	font-size:12px;
}	
.miniblock {
	padding: 5px;
	}
.miniblock a{
	line-height: 1;
	}
.prise {	
	position: absolute;	
	bottom:0px;
	margin: 0 auto 0 10px;
	text-align: center;	
	font-weight: 500;	
	width:100%;	
	color:#fff!important;
}	
h2.nameslide, h2.nameslide a {
    color: #fff!important;
    text-transform: uppercase;
    font-size:2rem!important;
    font-weight:middle;
    font-family: 'bauhausc'!important;
    text-decoration: none;
}
	h2.nameslidem, h2.nameslidem a {
    color: #fff!important;
    text-transform: uppercase;
    font-size:3rem!important;
    font-weight:middle;
    font-family: 'bauhausc'!important;
    text-decoration: none;
}
	
.imgmaria {
	background: url(/wp-content/themes/travel/images/maria.jpg); 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	background-position: 72% 0%!important;
	}	
.oleo {
	 margin: 0;
}
	
.miniblock, .miniblock a {
	line-height: 1!important;	
}
.titletrip {
	position: absolute;
	top: initial;
	bottom: 30%;
	width:100%;
	margin: 0 auto;
	text-align: center;
	padding: 0 20px;
}	
.titletrip a {
    color: #fff!important;
    font-size: 15px;	
    text-decoration: none;
    font-weight: 500;
    display: block;
}		
.mariatitle {
	font-size: 3rem!important;
    font-family: 'bauhausc';
    font-weight: medium;
    color: #fff;
    line-height: 1;
}	
.site-title-footer {
	text-align: center;
	}
#footermenu {
    list-style-type: none;
    text-align: center;
    margin: 10px auto 0 -40px;
}	
.locmenu img {		
	text-align: center;
	}
.footerlinetwo {
    padding-top: 12px;
    text-align: center;
}
.blogname {
    text-align: center;
}

.about {
    font-size: 16px;
    text-align: left;
    padding: 80px 25px 35px 20px;
}
.tab-content .tab-pane .mria:last-child {
		display:block!important;
	}

.infoblock, .rightblock {
    display:none;
}
	
.pricefigures {
  font-size: 18px!important;
}
.prise span {
	display: inline-block;
	background: #960019;
	padding: 7px!important;
	margin-left:-30px;
}
	
.box .well {
    flex: 1;
    order: 2;
    text-align: center;
    padding: 120px 0 70px 0!important;
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, 1)!important;
}

}
@media (max-width: 768px) {
.container.tripblocktwo {
	display:none!important;
	}
}

@media (min-width: 769px) {
.container.tripblock {
	display:none!important;
	}
}

@media (min-width: 481px) and (max-width: 768px) {

.titleblock, .titleblocksingl {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}
	
	
	
.carousel-item { 
	width: 100wh;
	overflow: hidden;
    height: 400px;
}	
.carousel-item img {
	width: 100wh;
	overflow: hidden;
    height: 400px;
	object-fit: cover;
    object-position: 0 0;	
	}
.imgarticle img, .elon img {		
	width: 100wh;
	overflow: hidden;
    height: 350px!important;
	object-fit: cover;
    object-position: 50% 0;		
	}	
	
.elonus img {		
	width: 100wh;
	overflow: hidden;
    height: 350px!important;
	object-fit: cover;
    object-position: 40% 0;		
	}		
.imgarticlemaria img {		
	width: 100wh;
	overflow: hidden;
    height: 450px!important;
	object-fit: cover;
    object-position: 71% 0%;		
	}
	
	
h2.oleo a {   
    font-size: 14px!important;
    font-weight: 400;
    padding: 5px 15px;   
    line-height: 14px!important;   
    color:#fff;
	margin:0;
	text-decoration: none;
}	
.titleblock h2 {
	font-family: 'bauhausc';
	font-size: 3rem;
	color:#fff;
	padding: 5px 20px;
	line-height: 1;
}
	
.titleblocksingl h2 {
	font-family: 'bauhausc';
	font-size: 3.5rem;
	color:#fff;
	padding: 5px 20px;
	line-height: 1;
}
article table {
	font-size:12px;
}	
.miniblock {
	padding: 5px;
	}
.miniblock a{
	line-height: 1;
	}
.prise {	
	position: absolute;	
	bottom:0px;
	margin: 0 auto 0 10px;
	text-align: center;	
	font-weight: 500;	
	width:100%;	
	color:#fff!important;
}	
h2.nameslide, h2.nameslide a {
    color: #fff!important;
    text-transform: uppercase;
    font-size:2rem!important;
    font-weight:middle;
    font-family: 'bauhausc'!important;
    text-decoration: none;
}
	
h2.nameslidem, h2.nameslidem a {
    color: #fff!important;
    text-transform: uppercase;
    font-size:3rem!important;
    font-weight:middle;
    font-family: 'bauhausc'!important;
    text-decoration: none;
}
	
.oleo {
	 margin: 0;
}

.miniblock, .miniblock a {
	line-height: 1!important;	
}
	
.titletrip {
	position: absolute;
	top: initial;
	bottom: 18%;
	margin: 0 auto;
	text-align: center;
	padding: 0 20px;
}
	
.titletrip a {
    color: #fff!important;
    font-size: 17px;	
    text-decoration: none;
    font-weight: 500;
    display: block;
}		
.mariatitle {
	font-size: 3rem!important;
    font-family: 'bauhausc';
    font-weight: medium;
    color: #fff;
    line-height: 1;
}
	
.imgmaria {
	background: url(/wp-content/themes/travel/images/maria.jpg); 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	background-position: 71% 0%;
	}
	
.about {
    font-size: 16px;
    text-align: left;
    padding: 80px 35px 35px 35px;
}
.tab-content .tab-pane .mria:last-child {
		display:block!important;
	}
.infoblock, .rightblock {
    display:none;
}
.mobmenur-container img {
    max-height: 55px;
    float: right;
   /* margin-right: 25px;*/
}
	
.pricefigures {
  font-size: 20px!important; 
}

.prise span {
	display: inline-block;
	background: #960019;
	padding: 7px!important;
	margin-left:-30px;
}	
}
	
	
@media (min-width: 769px) and (max-width: 1024px){
.carousel-item { 
	width: 100wh;
	overflow: hidden;
    height: 500px;
}	
.carousel-item img {
	width: 100wh;
	overflow: hidden;
    height: 500px;
	object-fit: cover;
    object-position: 0 0;	
	}	
	
h3.articletitle {
    color: #fff!important;
    padding: 0 15px;
    font-size: 1.1rem;
    line-height: 1.2;
}	
	.arial {
		padding: 0 5px 5px 0
	}
	
h2.nameslide, h2.nameslide a {
    color: #fff!important;
    text-transform: uppercase;
    font-size:2.3rem!important;
    font-weight: medium;
    font-family: 'bauhausc'!important;
    text-decoration: none;
}
	
	h2.oleo a {   
    font-size: 14px!important;
    font-weight: 400;
    padding: 5px 15px;   
    line-height: 14px!important;   
    color:#fff;
	margin:0;
	text-decoration: none;
}
.mariatitle {
	font-size:4rem;
	font-family: 'bauhausc';
	font-weight:bold;
	color:#fff;
	line-height: 1;
}	
.site-title-footer {
	text-align: center;
}
.imgmaria {
	background: url(/wp-content/themes/travel/images/maria.jpg); 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	background-position: 71% 0%;
	}
	
.aboutmaria span {
    padding: 1px 10px;
    background: #960019;
    color: #fff;
	font-size:14px;
    margin: 10px 0 25px 0;
    display: inline-block;
}
	
.blogname {
	float:none;
	margin: 0 auto;
    text-align: center;
}
	.locmenu {text-align: center;}	
	.locmenu img {display:none;	}
	#footermenu {
    list-style-type: none;
	text-align: center;
	margin: 10px auto 0 -40px;	
}	

article ul {
		margin-left:-20px;
	}
	
.mobmenur-container i {
    line-height: 30px;
    font-size: 30px;
    float: right;
    background: #960019;
	border-radius:2px;
}
	
.pricefigures {
	font-size: 18px;
}
.pricet {
    font-size: 12px!important;
    font-weight: 400;
    line-height: 1;
    background: #960019;
}

.pricetext {
    font-size: 11px!important;
    width: 32%;
    height: 100px;
    vertical-align: bottom!important;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 35px;	
	line-height: 1;
	margin-bottom: 3px;
}	
}


.tab-content .tab-pane .mria:last-child {
		display:none!important;
	}
	.mobmenur-container img {
    max-height: 55px;
    float: right;
    /*margin-right: 25px;*/
}

@media (min-width: 768px){	
.regina {
		padding:0px 15px 15px 0px;	
}}	


@media (min-width: 1025px){	
.social-sharing {
    width: 100%;
    clear: both;
    position: absolute;
    left: 0;
	top:50px;
    margin-left: 0px;
}

a.ss-button-facebook, a.ss-button-twitter, a.ss-button-linkedin, a.ss-button-pinterest, a.ss-button-xing, a.ss-button-reddit {
    background-image: url(socialshare.png);
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    padding: 0px;
    border: 0px;
    margin-bottom: 2px!important;
    display: block!important;
	}}

.tab-content .tab-pane .mria:last-child {
		display:none;
	}

.pagination {
font-size:14px;
color:#444;display: block;
margin: 20px 0 20px 0;  
}
.miniblock  {
	margin:0 auto;
	text-align: center;
}

.img-holder {position: relative; display: inline-block;}
.img-holder img {display: block;}
.img-holder div.title {position: absolute; top: 50%; left: 0; right: 0; transform: translate(0, -50%); text-align: center; color: #fff!important;}
.img-holderen {position: relative; display: inline-block;}
.img-holderen img {display: block;}
.img-holderen div.title {position: absolute; top: 65%; left: 0; right: 0; transform: translate(0, -35%); text-align: center; color: #fff!important;}

h3.articletitle {	
	color:#fff!important;
	padding: 0 15px;
	font-size: 1.6rem;
	line-height: 1.2;
}
h3.articletitles {	
	color:#fff!important;
	padding: 0 15px;
	font-size: 21px;
	line-height: 1.1;
}

h3.articletitle a {
	color:#fff!important;
	text-decoration:none;
}

h3.articletitles a {
	color:#fff!important;
	text-decoration:none;
}

.title h2, .title h2 {
    font-family: 'bauhausc';
    font-size: 4rem;
    color: #fff;
}