* {line-height: 1.7;}
body/*,p,div,span*/ { font-size:18px; }
h1,h2,h3,h4,h5,h6 {display:inline-table; vertical-align: middle; width:100%}

.btn,
.overlap-thumb {
	transition: all .3s ease 0s, opacity:0.9
}

.jumbotron-big-subtext {
	font-family: "Roboto", sans-serif
}

.brand-title,
.card-title,
.jumbotron-big-subtext,
.printGuide-title {
	font-family: "Roboto Slab", serif
}

.icon-middle,
.overlap-btn .btn i,
.vcenter {
	vertical-align: middle
}

.about-certificate-title,
.btn-success,
.card-photo-label,
.circleList-subtext,
.cityList-title,
.footer-grid-title,
.uppercase {
	text-transform: uppercase
}

[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.primary-textColor {
	color: #e31d1a
}

.secondary-textColor {
	color: #1fc2de
}

.white-textColor {
	color: #fff
}

.gray-textColor {
	color: #8c8c8c
}

.black-textColor {
	color: #000
}

.ok-textColor {
	color: #32bb32
}

.error-textColor {
	color: #d80000
}

.btn {
	border-radius: 2px;
	white-space: inherit
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0
}

.btn-default {
	background: #fff;
	color: #91896b;
	font-weight: 400;
	border: 1px solid #c1b78f;
	box-shadow: none;
	-webkit-box-shadow: none
}

.btn-default:active,
.btn-default:active:hover,
.btn-default:disabled,
.btn-default:disabled:focus,
.btn-default:disabled:hover,
.btn-default:focus,
.btn-default:hover {
	background: 0 0;
	color: #c1b78f;
	border: 1px solid #f2e5b3
}

.btn-primary {
	background-color: #e11900;
	color: #fff;
	font-weight: 500;
	line-height: 1.7;
	text-shadow: none;
	border: 1px solid #e11900;
}

.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:disabled,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover,
.btn-primary:focus,
.btn-primary:hover {
	opacity: 0.9;
	background-color: transparent;
    color: #e11900 !important;
	border: 1px solid #e11900;
}

.btn-secondary {
	/*background-color: #444;
	color: #f2e5b3;
	border: 1px solid #444;
	font-weight: 400*/
	background-color: #38c2de;
    color: #ffffff;
    border: 1px solid #38c2de;
    font-weight: 400;
    border-radius: 10px;
}

.btn-secondary:active,
.btn-secondary:active:hover,
.btn-secondary:disabled,
.btn-secondary:disabled:focus,
.btn-secondary:disabled:hover,
.btn-secondary:focus,
.btn-secondary:hover {
	/*background-color: #6e6e6e;
	border: 1px solid #6e6e6e;
	color: #f2e5b3*/
	background-color: #ffffff;
	border: 1px solid #38c2de;
	color: #38c2de
}

.btn-success {
	background-color: #e31d1a;
	color: #fff;
	font-weight: 700;
	border: 1px solid #e31d1a
}

.btn-success:active,
.btn-success:active:hover,
.btn-success:disabled,
.btn-success:disabled:focus,
.btn-success:disabled:hover,
.btn-success:focus,
.btn-success:hover {
	background-color: #e53304;
	border: 1px solid #e53304
}

.a-link,
.btn-link {
	border: 0;
	font-weight: 700
}

.btn-link {
	color: #1fc2de;
	text-decoration: none
}

.a-link,
.a-link:hover {
	color: #78cbef
}

.btn-link:hover {
	color: #78cbef;
	text-decoration: none
}

.a-link {
	text-decoration: underline
}

.btn-overlap {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 10px;
	background: rgba(0, 0, 0, .75);
	color: #fff
}

.form-group {
	margin-bottom: 20px
}

.form-control {
	padding: 10px;
	border-radius: 2px;
	border: 1px solid #aaa;
	color: #6e6e6e;
	box-shadow: inset 0 0 0 #fff;
	-webkit-appearance: none;
	font-size: 18px
}

.form-control:active,
.form-control:focus {
	box-shadow: none;
	-webkit-box-shadow: none
}

.modal {
	z-index: 99999;
	overflow-x: hidden;
	overflow-y: auto
}

.modal-cookies {
	z-index: 9999;
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 10px;
	background-color: rgba(0, 0, 0, .85);
	color: #fff;
	font-size: 18px;
	font-weight: 300
}

.modal-cookies .close {
	color: #fff;
	opacity: 1
}

.overlap-btn .btn {
	z-index: 9;
	background: rgba(0, 0, 0, .7);
	font-size: 18px;
	font-weight: 300;
	border: 1px solid #000
}

.overlap-btn .btn span {
	padding-left: 5px;
	color: #fff;
	font-size: 18px
}

.overlap-btn .btn i {
	color: #fff
}

.overlap-btn .btn:hover {
	background: rgba(0, 0, 0, .9);
	border: 1px solid #fff
}

.overlap-btn .btn.active i {
	color: #e31d1a
}

.overlap {
	z-index: 9;
	background: rgba(0, 0, 0, .7)
}

.overlap-thumb {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .4);
	color: #fff
}

.overlap-thumb:hover {
	background: rgba(0, 0, 0, .1)
}

.overlap-thumb-text {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	font-size: 18px
}

.overlap-thumb-title {
	color: #fff
}

.overlap-thumb-subtext {
	color: #dcdcdc;
	font-weight: 100;
	font-size: 18px
}

.bg-flat-white {
	background-color: #fff
}

.bg-flat-black {
	background-color: #000
}

.bg-flat-grey {
	background-color: #dcdcdc
}

.navbar-default,
.navbar-default .navbar-toggle :focus,
.navbar-default .navbar-toggle:hover {
	background: #fff
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin: 0
}

.navbar-default {
	margin-bottom: -3px;
	border-bottom: 1px solid #f2e5b3;
	border-radius: 0
}

.navbar-default .navbar-brand {
	/*height: 48px;*/
	height: auto;
	padding: 8px 10px
}

.navbar-default .navbar-brand-img {
	width: 175px;
}

.navbar-default .navbar-toggle {
	margin-right: 8px;
	border: 0;
}

.navbar-default .navbar-toggle :focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #e31d1a
}

.navbar-default .navbar-toggle .icon-bar {
	width: 16px;
	background-color: #e31d1a
}

.navbar-default .navbar-nav li a {
	padding: 15px;
	color: #444;
	font-size: 16px
}

.navbar-default .navbar-nav li a:hover {
	color: #8c8c8c
}

.navbar-default .navbar-nav .active a,
.navbar-default .navbar-nav .active a:hover {
	background: #fff;
	color: #e31d1a
}

.navbar-featured {
	padding: 8px 0;
	background-color: #382f2d;
	color: #ffffff;
	font-weight: 300
}

.navbar-header {
	width: 100%
}

@media screen and (min-width:768px) {
	.navbar-featured {
		font-size: 15px
	}
	.navbar-default .navbar-brand {
		padding: 8px 25px
	}
	.navbar-header {
		width: auto
	}
}

@media screen and (min-width:1200px) {
	.navbar-default .navbar-nav li a {
		padding-left: 18px;
		font-size: 17px
	}
	.navbar-default .navbar-brand-img {}
}

footer {
	/*margin-top: 50px*/
}

.footer {
	background-color: #444;
	padding-top: 70px
}

.footer-logo {
	position: absolute;
	top: -30px;
	z-index: 9
}

.footer-logo-img {
	width: 50px
}

.footer-grid {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	color: #f2e5b3
}

.footer-grid--last {
	text-align: left
}

.footer-grid-title {
	font-size: 14px
}

.footer-grid-link {
	padding-bottom: 10px;
	color: #f2e5b3;
	font-weight: 300
}

.footer-grid-link:hover {
	color: #ebebeb;
	text-decoration: none
}

.footer-grid-link--social {
	margin-right: 10px;
	font-size: 28px
}

.printGuide {
	padding: 20px 10px 70px;
	color: #444;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: #f2e5b3
}

.printGuide-icon-img {
	width: 37px
}

.printGuide-title {
	margin: 10px 0;
	font-size: 18px
}

@media screen and (min-width:768px) {
	.footer {
		padding: 60px 0
	}
	.printGuide {
		margin-bottom: 20px;
		padding: 35px 20px 40px;
		border-width: 1px
	}
	.printGuide-icon-img {
		width: 37px
	}
	.printGuide-title {
		font-size: 20px
	}
}

@media screen and (min-width:1024px) {
	.footer {
		padding: 35px 0
	}
	.footer-grid-title {
		margin-bottom: 15px
	}
	.footer-grid-link {
		padding-bottom: 15px
	}
}

@media screen and (min-width:1200px) {
	.printGuide {
		padding: 35px 110px
	}
	.printGuide-title {
		font-size: 22px
	}
	.footer {
		padding: 90px 0 35px
	}
	.footer-logo-img {
		width: 65px
	}
}

.video {
	z-index: -1
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.circleList {
	color: #6e6e6e
}

.circleList-item {
	padding: 10px
}

.circleList-img {
	border-radius: 100px
}

.circleList-title {
	padding-top: 10px;
	color: #e31d1a;
	font-size: 18px
}

.circleList-title.you {
	color: #1fc2de
}

.circleList-subtext {
	padding-top: 5px;
	font-size: 15px
}

.circleList-text {
	padding: 10px 0;
	color: #91896b
}

.circleList-item--guides {
	text-align: center
}

.circleList-list {
	padding-top: 10px;
	color: #91896b;
	font-weight: 300
}

.circleList-list-item {
	padding-bottom: 10px;
	text-align: left
}

.circleList-list-icon {
	position: absolute;
	top: 2px;
	left: 0;
	font-size: 18px
}

.circleList-list-text {
	padding-left: 25px
}

@media screen and (min-width:768px) {
	.circleList-item {
		padding: 10px 15px
	}
	.circleList-content {
		padding-left: 25px
	}
	.circleList-item--guides {
		padding-bottom: 20px;
		text-align: left;
		border-bottom: 1px solid #f2e5b3
	}
}

@media screen and (min-width:1200px) {
	.circleList-item {
		padding: 10px 20px
	}
	.circleList-item--guides {
		padding-bottom: 30px
	}
}

.container .jumbotron {
	border-radius: 0
}

.jumbotron {
	position: relative;
	display: inline-block;
	z-index: 0;
	width: 100%;
	margin-bottom: 0;
	background-color: #000
}

.jumbotron-in {
	color: #fff;
	text-shadow: #000 .1em .1em .1em
}

.jumbotron-in:after {
	content: "";
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1
}

.jumbotron-big-title {
	margin-top: 10px;
	font-size: 25px;
	font-weight: 300
}

.jumbotron-big-subtext {
	font-weight: 400;
	font-size: 20px
}

.jumbotron-medium {
	min-height: 200px
}

.jumbotron-medium--top {
	height: 185px;
	overflow: hidden
}

.jumbotron-in-medium--top img {
	z-index: 0;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.jumbotron-icons {
	margin-top: 15px
}

.jumbotron-icons-item {
	padding: 0 10px;
	font-size: 30px
}

.jumbotron-icons-item-img {
	width: 240px;
	height: auto;
	margin: 0 auto
}

@media screen and (min-width:768px) {
	.jumbotron-medium {
		min-height: 250px
	}
	.jumbotron-medium--top {
		height: 350px
	}
	.jumbotron-big-title {
		font-size: 40px!important
	}
	.jumbotron-big-subtext {
		margin: 20px 0;
		font-size: 22px
	}
	.jumbotron-text {
		font-weight: 300;
		font-size: 16px
	}
	.jumbotron-icons-item-img {
		width: 290px
	}
}

@media screen and (min-width:1024px) {
	.jumbotron-medium--top {
		height: 375px
	}
	.jumbotron-big-title {
		font-size: 50px!important
	}
	.jumbotron-big-subtext {
		font-size: 25px
	}
	.jumbotron-text {
		font-weight: 300;
		font-size: 18px
	}
}

@media screen and (min-width:1200px) {
	.jumbotron-medium {
		min-height: 315px
	}
	.jumbotron-big--top {
		padding: 50px 0px;
		min-height: 650px;
	}
	.jumbotron-icons-item-img {
		width: 325px
	}
}

.review-content {
	height: 170px
}

.review-content .arrow {
	height: 30px;
	top: calc(50% - 15px)
}

.review-content .arrow i {
	width: 10px
}

.review {
	padding: 0 10px
}

.review-userName {
	font-size: 18px;
	font-weight: 400
}

.review-date {
	font-weight: 300
}

.card-photo-label,
.card-price {
	font-weight: 400;
	position: absolute
}

.review-rate {
	font-size: 17px;
	color: #e2b62d
}

.review-logo {
	margin-top: 5px;
	color: #4a944b
}

.review-text {
	margin-top: 10px;
	line-height: 1.7
}

.card-outer {
	padding: 10px;
	display: inline-block;
}

.card {
	border: 1px solid #f2e5b3;
}

.thumb-display .card {
	padding-bottom: 5px
}

.card:hover {
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .25);
	opacity: .8
}

.cityList-item:hover,
.filters-sidebar-label label:hover {
	opacity: .75
}

.card-photo-label {
	top: 3px;
	left: -6px;
	box-shadow: 3px 3px 13px #00000070;
	margin-top: 5px;
	display: block;
	padding: 5px 10px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 15px
}

.card-photo-label--new {
	background-color: #1fc2de
}

.card-photo-label--tour {
	background-color: #e31d1a
}

.card-price {
	bottom: 0;
	right: 0;
	padding: 5px 12px;
	margin: 5px;
	background: rgba(0, 0, 0, .75);
	color: #f2e5b3;
	font-size: 18px
}

.card-details {
	padding: 10px 0 0px
}

.card-details--blog {
	overflow: hidden;
	padding: 10px;
	height: 235px
}

.card-item,
.card-title {
	height: auto;
	text-align: center
}

div h2.card-title {
	font-size: 22px;
	line-height: 1.1;
	font-weight: 700;
	color: #282828;
	margin: 0;
	padding: 5px 10px 20px
}

.card-text {
	padding-top: 10px;
	font-weight: 400;
	line-height: 1.3;
	color: #91896b
}

.card-item {
	padding: 0 5px
}

.card-icon {
	color: #a7a189;
	font-size: 22px
}

.card-item-text {
	color: #91896b;
	margin-top: 3px;
	font-size: 13px
}

.card--horizontal .card-text {
	padding: 0 10px 0px
}

@media screen and (min-width:768px) {
	.card-title {
		height: 55px;
		padding: 5px 10px 10px
	}
	.card-item {
		height: auto
	}
}

@media screen and (min-width:1024px) {
	.card--horizontal .card-title {
		height: auto;
		max-height: 75px;
		padding-bottom: 10px;
		text-align: left
	}
	.card--horizontal .card-item {
		height: 30px;
		text-align: left
	}
	.card--horizontal .card-icon {
		vertical-align: middle
	}
	.card--horizontal .card-item-text {
		margin-top: 0;
		padding-left: 5px;
		vertical-align: middle
	}
}

.modal--photo-gallery {
	background-color: rgba(0, 0, 0, .75)
}

.modal--photo-gallery .modal-header {
	position: absolute;
	top: 0;
	right: 0;
	padding: 15px;
	background: 0 0;
	border: 0
}

.modal--photo-gallery .close {
	color: #fff
}

.modal--photo-gallery .modal-dialog {
	margin-top: 100px
}

.modal--photo-gallery .photo-gallery-content {
	position: relative;
	width: 100%
}

.modal--photo-gallery .btn-left,
.modal--photo-gallery .btn-right {
	height: 100%;
	position: absolute;
	top: 0;
	color: #fff;
	background: 0 0;
	outline: 0;
	z-index: 3;
	border: 0;
	cursor: pointer
}

.modal--photo-gallery .btn-left {
	left: 0
}

.modal--photo-gallery .btn-right {
	right: 0
}

.brand-text,
.brand-title {
	color: #1fc2de;
	font-size: 22px;
}

.modal--photo-gallery .image-gallery-image {
	width: 100%
}

@media (min-width:1024px) {
	.modal-dialog {
		width: 700px
	}
}

@media (min-width:1200px) {
	.modal-dialog {
		width: 800px;
		margin-top: 130px
	}
}

.imageList-img {
	padding: 5px 10px
}

.brand {
	margin-top: -40px
}

.brand-logo {
	text-align: center
}

.brand-logo-img {
	margin: 0 auto;
	width: 150px;
	height: auto
}

.brand-logo-icon {
	width: 60px
}

.brand-title {
	margin-top: 30px;
	font-size: 22px
}

@media screen and (min-width:768px) {
	.brand-logo-img {
		width: 175px
	}
	.brand-logo-icon {
		width: 80px
	}
}

@media screen and (min-width:1024px) {
	.brand-logo-icon {
		width: 100px
	}
}

.iconList-item {
	padding: 10px 5px;
	text-align: center
}

.iconList-big-item {
	padding: 0 5px 25px
}

.iconList-big-item-icon {
	width: 30px
}

.iconList-big-item-text {
	color: #91896b
}

@media screen and (min-width:768px) {
	.iconList-big-item-icon {
		width: 45px
	}
}

.cityList-item {
	padding: 10px 0;
	cursor: pointer
}

.cityList-img {
	width: 55px;
	height: auto
}

.cityList-title {
	padding: 10px 0;
	color: #e31d1a;
	font-size: 12px;
	letter-spacing: 3px
}

@media screen and (min-width:768px) {
	.cityList-item {
		padding: 20px 10px 10px
	}
	.cityList-img {
		width: 75px
	}
	.cityList-title {
		font-size: 17px;
		letter-spacing: 5px
	}
	.cityList-img--blog {
		width: 65px
	}
	.cityList-title--blog {
		font-size: 15px;
		letter-spacing: 4px
	}
}

@media screen and (min-width:1024px) {
	.cityList-img--blog {
		width: 50px
	}
	.cityList-title--blog {
		font-size: 12px;
		letter-spacing: 3px
	}
}

@media screen and (min-width:1200px) {
	.cityList-img {
		width: 90px
	}
	.cityList-img--blog {
		width: 50px
	}
}

.filters-sidebar {
	margin: 10px 0 0;
	padding: 0 10px
}

.filters-sidebar-button {
	padding: 5px 10px
}

.filters-sidebar-button .btn-collapse {
	background: #fff;
	border: 0;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
	font-weight: 400
}

.filters-sidebar-button .btn-collapse i {
	font-size: 16px
}

.filters-sidebar-form-group {
	border: 1px solid #f2e5b3;
	border-radius: 2px;
	padding: 10px;
}

.filters-sidebar-form-group .navbar-nav {
	width: 100%;
	margin: 0
}

.filters-sidebar-form-subgroup {
	padding: 10px
}

.filters-sidebar-form-subgroup-title {
	margin-bottom: 10px;
	color: #91896b;
	font-size: 15px
}

.filters-sidebar-label {
	position: relative;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400
}

.filters-sidebar-label label {
	width: 100%;
	height: 30px;
	cursor: pointer;
	position: relative;
	margin-bottom: 0;
	padding: 5px;
	background: #f2e5b3;
	color: #746d55;
	border-radius: 2px
}

.filters-sidebar-label label:after {
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
	background: #f2e5b3;
	opacity: 1;
	border: 1px solid #c1b78f;
	border-radius: 2px
}

.filters-sidebar-label label:hover::after {
	opacity: .75
}

.filters-sidebar-label input[type=checkbox] {
	visibility: hidden;
	position: absolute
}

.filters-sidebar-label input[type=checkbox]:checked+label:after {
	opacity: 1;
	border: 1px solid #c1b78f;
	font-family: FontAwesome;
	content: "\f00c";
	background: #fff;
	color: #1fc2de;
	text-align: center
}

.filters-sidebar-label span {
	position: relative;
	font-weight: 400
}

.position-bl,
.position-br,
.position-tl,
.position-tr {
	position: absolute
}

@media screen and (min-width:768px) {
	.filters-sidebar {
		margin: 10px 0
	}
	.filters-sidebar-form-group .navbar-nav {
		display: block
	}
	.filters-sidebar-form-group .navbar-collapse {
		padding: 0
	}
}

.foodtour-highlights-item span,
.foodtour-highlights-list,
.popularPosts-item-link,
.popularPosts-list,
header {
	display: inline-block
}

.post-card-outer {
	padding: 10px
}

.post-card {
	border: 1px solid #1fc2de
}

.post-card:hover {
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .25);
	opacity: .8
}

.post-card-details {
	overflow: hidden;
	height: 235px;
	padding: 10px
}

.post-card-title {
	height: 85px;
	font-family: "Roboto Slab", serif;
	font-size: 19px;
	font-weight: 700;
	color: #282828;
	line-height: 1.2;
	margin: 0
}

.post-card-text {
	padding: 10px 0;
	color: #6e6e6e;
	line-height: 1.3
}

.post-card-item {
	text-align: left;
	font-weight: 300
}

.post-card-icon {
	color: #1fc2de;
	font-size: 22px
}

.post-card-item-text {
	color: #6e6e6e;
	margin-top: 5px
}

@media screen and (min-width:768px) {
	.post-card-title {
		font-size: 21px
	}
}

.spacein-0 {
	padding: 0
}

.spacein-5 {
	padding: 5px
}

.spacein-10 {
	padding: 10px
}

.spacein-15 {
	padding: 15px
}

.spacein-20 {
	padding: 20px
}

.spacein-30 {
	padding: 30px
}

.spacein-40 {
	padding: 40px
}

.spacein-50 {
	padding: 50px
}

.spacein-tb-0 {
	padding-top: 0;
	padding-bottom: 0
}

.spacein-tb-5 {
	padding-top: 5px;
	padding-bottom: 5px
}

.spacein-tb-10 {
	padding-top: 10px;
	padding-bottom: 10px
}

.spacein-tb-15 {
	padding-top: 15px;
	padding-bottom: 15px
}

.spacein-tb-20 {
	padding-top: 20px;
	padding-bottom: 20px
}

.spacein-tb-30 {
	padding-top: 30px;
	padding-bottom: 30px
}

.spacein-tb-40 {
	padding-top: 40px;
	padding-bottom: 40px
}

.spacein-tb-50 {
	padding-top: 50px;
	padding-bottom: 50px
}

.spacein-rl-0 {
	padding-right: 0;
	padding-left: 0
}

.spacein-rl-5 {
	padding-right: 5px;
	padding-left: 5px
}

.spacein-rl-10 {
	padding-right: 10px;
	padding-left: 10px
}

.spacein-rl-15 {
	padding-right: 15px;
	padding-left: 15px
}

.spacein-rl-20 {
	padding-right: 20px;
	padding-left: 20px
}

.spacein-rl-30 {
	padding-right: 30px;
	padding-left: 30px
}

.spacein-rl-40 {
	padding-right: 40px;
	padding-left: 40px
}

.spacein-rl-50 {
	padding-right: 50px;
	padding-left: 50px
}

.spacein-t-0 {
	padding-top: 0
}

.spacein-t-5 {
	padding-top: 5px
}

.spacein-t-10 {
	padding-top: 10px
}

.spacein-t-15 {
	padding-top: 15px
}

.spacein-t-20 {
	padding-top: 20px
}

.spacein-t-30 {
	padding-top: 30px
}

.spacein-t-40 {
	padding-top: 40px
}

.spacein-t-50 {
	padding-top: 50px
}

.spacein-r-0 {
	padding-right: 0
}

.spacein-r-5 {
	padding-right: 5px
}

.spacein-r-10 {
	padding-right: 10px
}

.spacein-r-15 {
	padding-right: 15px
}

.spacein-r-20 {
	padding-right: 20px
}

.spacein-r-30 {
	padding-right: 30px
}

.spacein-r-40 {
	padding-right: 40px
}

.spacein-r-50 {
	padding-right: 50px
}

.spacein-b-0 {
	padding-bottom: 0
}

.spacein-b-5 {
	padding-bottom: 5px
}

.spacein-b-10 {
	padding-bottom: 10px
}

.spacein-b-15 {
	padding-bottom: 15px
}

.spacein-b-20 {
	padding-bottom: 20px
}

.spacein-b-30 {
	padding-bottom: 30px
}

.spacein-b-40 {
	padding-bottom: 40px
}

.spacein-b-50 {
	padding-bottom: 50px
}

.spacein-l-0 {
	padding-left: 0
}

.spacein-l-5 {
	padding-left: 5px
}

.spacein-l-10 {
	padding-left: 10px
}

.spacein-l-15 {
	padding-left: 15px
}

.spacein-l-20 {
	padding-left: 20px
}

.spacein-l-30 {
	padding-left: 30px
}

.spacein-l-40 {
	padding-left: 40px
}

.spacein-l-50 {
	padding-left: 50px
}

.spaceout-0 {
	margin: 0
}

.spaceout-5 {
	margin: 5px
}

.spaceout-10 {
	margin: 10px
}

.spaceout-15 {
	margin: 15px
}

.spaceout-20 {
	margin: 20px
}

.spaceout-30 {
	margin: 30px
}

.spaceout-40 {
	margin: 40px
}

.spaceout-50 {
	margin: 50px
}

.spaceout-tb-0 {
	margin-top: 0;
	margin-bottom: 0
}

.spaceout-tb-5 {
	margin-top: 5px;
	margin-bottom: 5px
}

.spaceout-tb-10 {
	margin-top: 10px;
	margin-bottom: 10px
}

.spaceout-tb-15 {
	margin-top: 15px;
	margin-bottom: 15px
}

.spaceout-tb-20 {
	margin-top: 20px;
	margin-bottom: 20px
}

.spaceout-tb-30 {
	margin-top: 30px;
	margin-bottom: 30px
}

.spaceout-tb-40 {
	margin-top: 40px;
	margin-bottom: 40px
}

.spaceout-tb-50 {
	margin-top: 50px;
	margin-bottom: 50px
}

.spaceout-rl-0 {
	margin-right: 0;
	margin-left: 0
}

.spaceout-rl-5 {
	margin-right: 5px;
	margin-left: 5px
}

.spaceout-rl-10 {
	margin-right: 10px;
	margin-left: 10px
}

.spaceout-rl-15 {
	margin-right: 15px;
	margin-left: 15px
}

.spaceout-rl-20 {
	margin-right: 20px;
	margin-left: 20px
}

.spaceout-rl-30 {
	margin-right: 30px;
	margin-left: 30px
}

.spaceout-rl-40 {
	margin-right: 40px;
	margin-left: 40px
}

.spaceout-rl-50 {
	margin-right: 50px;
	margin-left: 50px
}

.spaceout-t-0 {
	margin-top: 0
}

.spaceout-t-5 {
	margin-top: 5px
}

.spaceout-t-10 {
	margin-top: 10px
}

.spaceout-t-15 {
	margin-top: 15px
}

.spaceout-t-20 {
	margin-top: 20px
}

.spaceout-t-30 {
	margin-top: 30px
}

.spaceout-t-40 {
	margin-top: 40px
}

.spaceout-t-50 {
	margin-top: 50px
}

.spaceout-r-0 {
	margin-right: 0
}

.spaceout-r-5 {
	margin-right: 5px
}

.spaceout-r-10 {
	margin-right: 10px
}

.spaceout-r-15 {
	margin-right: 15px
}

.spaceout-r-20 {
	margin-right: 20px
}

.spaceout-r-30 {
	margin-right: 30px
}

.spaceout-r-40 {
	margin-right: 40px
}

.spaceout-r-50 {
	margin-right: 50px
}

.spaceout-b-0 {
	margin-bottom: 0
}

.spaceout-b-5 {
	margin-bottom: 5px
}

.spaceout-b-10 {
	margin-bottom: 10px
}

.spaceout-b-15 {
	margin-bottom: 15px
}

.spaceout-b-20 {
	margin-bottom: 20px
}

.spaceout-b-30 {
	margin-bottom: 30px
}

.spaceout-b-40 {
	margin-bottom: 40px
}

.spaceout-b-50 {
	margin-bottom: 50px
}

.spaceout-l-0 {
	margin-left: 0
}

.spaceout-l-5 {
	margin-left: 5px
}

.spaceout-l-10 {
	margin-left: 10px
}

.spaceout-l-15 {
	margin-left: 15px
}

.spaceout-l-20 {
	margin-left: 20px
}

.spaceout-l-30 {
	margin-left: 30px
}

.spaceout-l-40 {
	margin-left: 40px
}

.spaceout-l-50 {
	margin-left: 50px
}

@media (max-width:768px) {
	.spacein-xs-0 {
		padding: 0
	}
	.spaceout-xs-0 {
		margin: 0
	}
}

.font-secondary {
	font-family: bromello, museo_sans, Helvetica, Arial, sans-serif
}

.font-size-xxs {
	font-size: 6px
}

.font-size-xs {
	font-size: 8px
}

.font-size-s {
	font-size: 12px
}

.font-size-sm {
	font-size: 13px
}

.font-size-base {
	font-size: 14px
}

.font-size-m {
	font-size: 15px
}

.font-size-ml {
	font-size: 16px
}

.font-size-l {
	font-size: 18px
}

.font-size-xl {
	font-size: 22px
}

.font-size-xxl {
	font-size: 25px
}

.font-size-xxxl {
	font-size: 28px
}

.font-weight-thin {
	font-weight: 100
}

.font-weight-light {
	font-weight: 300;
	line-height: 1.5;
}

.font-weight-regular {
	font-weight: 400
}

.font-weight-bold {
	font-weight: 700
}

.font-weight-black {
	font-weight: 900
}

.line-height-0 {
	line-height: 0
}

.line-height-1 {
	line-height: 1
}

.line-height-1-25 {
	line-height: 1.25
}

.line-height-1-5 {
	line-height: 1.5
}

.line-height-1-75 {
	line-height: 1.75
}

.line-height-2 {
	line-height: 2
}

.italic {
	font-style: italic
}

.text-shadow {
	text-shadow: 0 0 5px #000
}

.position-tr {
	top: 0;
	right: 0
}

.position-tl {
	top: 0;
	left: 0
}

.position-br {
	bottom: 0;
	right: 0
}

.position-bl {
	bottom: 0;
	left: 0
}

.position-bottom,
.position-center {
	left: 50%;
	right: 50%;
	position: absolute;
	margin: 0 auto;
	text-align: center
}

.position-center {
	top: 50%;
	bottom: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%)
}

.position-bottom {
	width: 100%;
	top: inherit;
	bottom: 0;
	transform: translate(-50%);
	-webkit-transform: translate(-50%)
}

.position-cover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.position-x-center {
	margin: 0 auto
}

.icon-xxxl {
	font-size: 55px!important
}

.icon-xxl {
	font-size: 40px!important
}

.icon-xl {
	font-size: 30px!important
}

.icon-l {
	font-size: 25px!important
}

.icon-ml {
	font-size: 18px!important
}

.icon-m {
	font-size: 14px!important
}

.icon-s {
	font-size: 8px!important
}

.fa-star,
.fa-star-half-o,
.fa-star-o {
	margin-right: -7px
}

.jumbotron-in--index:after {
	background-image: url(https://devourtours.com/wp-content/uploads/2018/02/Devour-tours-home-banner.jpg);
	opacity: .9;
	background-color: rgba(242, 229, 179, 0.50);
}

.jumbotron-in--about:after {
	background-image: url(https://devourtours.com/wp-content/themes/devourtours/IMG/Photo-About-Us.jpg);
	opacity: .8
}

.toursGallery-title {
	float: none
}

@media screen and (min-width:1024px) {
	.foodGallery-container {
		margin-top: 50px
	}
	.toursGallery-title {
		float: right
	}
}

.foodtour-content {
	padding: 0 10px
}

.foodtour-highlights {
	padding: 0 10px 15px;
	background-image: url(https://devourtours.com/wp-content/themes/devourtours/IMG/madrid_pattern.png);
	border: 1px solid #f2e5b3
}

.foodtour-highlights-item {
	position: relative;
	margin: 14px 0;
	padding: 0 5px 0 25px
}

.foodtour-highlights-item span {
	font-size: 16px;
	line-height: 1.4;
	color: #444
}

.foodtour-bullet,
.foodtour-bullet--ok {
	position: absolute;
	padding-right: 5px;
	color: #1fc2de;
	left: 0
}

.foodtour-bullet--ok {
	top: 2px;
	font-size: 22px
}

.foodtour-bullet {
	top: 6px;
	font-size: 10px
}

.foodtour-drinkfood-details {
	margin-top: 20px;
	padding: 20px 0 10px;
	border-top: 1px solid #f2e5b3
}

.foodtour-drinkfood-details-item {
	position: relative;
	padding: 0 5px 0 24px
}

.foodtour-drinkfood-details-item i {
	position: absolute;
	top: 2px;
	left: 0;
	padding-right: 5px;
	font-size: 18px;
	color: #6e6e6e
}

.foodtour-drinkfood-details-item span {
	display: inline-block;
	line-height: 1.4;
	color: #444
}

.foodtour-drinkfood .h3 {
	text-align: center
}

.foodtour-culture,
.foodtour-drinkfood {
	border: 1px solid #f2e5b3;
	padding: 0 10px 10px
}

.foodtour-map-iframe {
	height: 250px
}

.foodtour-map-item {
	margin-top: 15px;
	padding-right: 10px
}

.foodtour-map-item-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	color: #1fc2de;
	font-size: 20px;
	text-align: center;
	padding: 5px
}

.foodtour-map-info {
	padding-left: 40px
}

.foodtour-map-info-title {
	font-weight: 700
}

.foodtour-map-info-subtext {
	font-family: "Roboto Slab", serif;
	font-size: 18px;
	color: #282828;
	margin-bottom: 5px
}

.foodtour-price-item {
	color: #282828;
	margin-bottom: 5px;
	font-weight: 300
}

.foodtour-book {
	position: relative;
	margin: 0;
	padding: 10px;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 999
}

.foodtour-book-button {
	position: relative;
	font-weight: 700
}

.panel-default {
	border-color: #f2e5b3
}

.panel-default>.panel-heading {
	color: #746d55;
	background-color: #fff;
	border-color: #f2e5b3;
	font-weight: 700
}

.panel-default>.panel-body {
	font-size: 14px;
	color: #746d55;
	border-top-color: #f2e5b3
}

@media screen and (min-width:768px) {
	.foodtour-highlights {
		padding: 0 20px 15px
	}
	.foodtour-drinkfood-item,
	.foodtour-highlights-item {
		margin: 0 0 14px
	}
	.foodtour-highlights-item {
		padding: 0 5px 0 25px
	}
	.foodtour-drinkfood {
		padding: 0 15px
	}
	.foodtour-drinkfood .h3 {
		text-align: left
	}
	.foodtour-map-iframe {
		height: 300px
	}
	.foodtour-map-info-subtext {
		font-size: 22px
	}
	.review-content {
		height: 130px
	}
}

@media screen and (min-width:1024px) {
	.foodtour-book,
	.foodtour-book-button {
		position: relative
	}
	.foodtour-price-list-content {
		border: 1px solid #c1b78f;
		border-radius: 2px
	}
	.foodtour-content {
		padding: 0 30px 0 0
	}
	.foodtour-book {
		background-color: #fff;
		padding: 20px 0 0 10px
	}
}

.about-content {
	padding: 0 10px
}

.about-certificate-item {
	margin-top: 100px;
	padding: 0 10px;
	border-top: 1px solid #c8c8c8;
	text-align: center
}

.about-certificate-logo {
	margin-top: -50px
}

.about-certificate-logo-img {
	height: 100px
}

.about-certificate-title {
	color: #282828
}

.partner-item {
	margin-bottom: 10px
}

.comment-user {
	margin-top: 15px
}

.comment-text {
	position: relative;
	padding: 10px;
	background: #ebebeb
}

.comment-tip {
	width: 0;
	height: 0;
	position: absolute;
	background: 0 0;
	border: 10px solid #ebebeb;
	top: -16px;
	left: 10%;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent
}

@media screen and (min-width:768px) {
	.about-content {
		padding: 0
	}
	.comment-text {
		margin-top: 10px
	}
	.comment-tip {
		width: 0;
		height: 0;
		position: absolute;
		background: 0 0;
		border: 10px solid #ebebeb;
		top: 13px;
		left: -18px;
		border-bottom-color: transparent;
		border-left-color: transparent;
		border-top-color: transparent
	}
	.partner-item {
		margin-bottom: 0
	}
}

@media screen and (min-width:1024px) {
	.about-certificate-item {
		border: 1px solid #c8c8c8;
		margin-right: 5px;
		margin-left: 5px
	}
}

.contact-content,
.guides-content {
	padding: 0 10px
}

@media screen and (min-width:768px) {
	.guides-content {
		padding: 0
	}
}

.jumbotron-in--blog {
	padding: 45px 0
}

.jumbotron-in--blog:after {
	background-image: url(https://devourtours.com/wp-content/themes/devourtours/IMG/Blog-Header-All-Sites.png);
	opacity: .9
}


.popularPosts-item {
	position: relative;
	margin: 14px 0;
	padding: 0 5px 0 25px
}

.popularPosts-item-link {
	font-size: 16px;
	line-height: 1.4;
	color: #444
}

.h2-blog,
.post-control-arrow {
	color: #1fc2de
}

.popularPosts-bullet {
	position: absolute;
	top: 6px;
	left: 0;
	padding-right: 5px;
	font-size: 10px;
	color: #1fc2de
}

@media screen and (min-width:768px) {
	.jumbotron-in--blog {
		padding: 60px 0
	}
}

@media screen and (min-width:1024px) {
	.jumbotron-in--blog {
		padding: 70px 0
	}
}

.h3-blog {
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 400;
	font-size: 19px
}

.h2-blog {
	font-family: "Roboto Slab", serif;
	font-weight: 400;
	font-size: 22px
}

.post-content {
	padding: 0 10px
}

.post-text {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.5
}

.message-text {
	font-weight: 300;
	font-size: 16px
}

.h1,
body {
	font-weight: 400
}

.post-control {
	opacity: 1
}

.post-control:hover {
	opacity: .6
}

.post-control-title {
	color: #444;
	border-top: 1px solid #dcdcdc
}

@media screen and (min-width:1024px) {
	.post-content {
		padding: 0
	}
}

body {
	font-family: 'Roboto', sans-serif;
	color: #382f2d;
	line-height: 1.5;
	word-break: keep-all
}
body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body h1, body h2, body h3, body h4, body h5, body h6 { font-family: 'Roboto Slab'; color: #382f2d; }

header {
	width: 100%
}

ul {
	padding: 0
}

li {
	list-style: none;
	margin-bottom: 15px;
}

.h1,
.h2,
.h3 {
	font-family: "Roboto Slab", serif
}

.h1 {
	color: #282828;
	font-size: 30px
}

.h2,
.h3 {
	color: #444
}

.h2 {
	font-size: 25px;
	font-weight: 300
}

.h3 {
	padding: 0 10px;
	font-size: 22px;
	font-weight: 400
}

.h-underline {
	padding-bottom: 8px;
	border-bottom: 1px solid #c8c8c8
}

.h-underline--secondary {
	padding-bottom: 8px;
	border-bottom: 1px solid #f2e5b3
}

p {
	line-height: 1.5
}


@media only screen and (min-width: 768px) {
.container,
.container-fluid {
	padding: 0
}
}

.button-content {
	padding: 10px
}

.breadcrumb {
	background: 0 0;
	padding-left: 0;
	margin-bottom: 0px
}

.breadcrumb-link {
	color: #6e6e6e
}

.pagination li a,
.pagination li span {
	color: #8c8c8c;
	font-weight: 300
}

.pagination li a:hover,
.pagination li span:hover {
	background: #fff;
	color: #c8c8c8
}

.pagination li a.active,
.pagination li span.active {
	color: #1fc2de;
	font-weight: 400
}

.social-link.fa-twitter {
	color: #78CBEF
}

.social-link.fa-pinterest {
	color: #E95655
}

.social-link.fa-facebook {
	color: #547BBC
}

.social-link.fa-instagram {
	color: #696969
}

.social-link.fa-youtube {
	color: #E9644A
}

@media screen and (min-width:768px) {
	body {
		font-size: 18px
	}
	.h1 {
		font-size: 33px
	}
	.h3 {
		font-size: 30px
	}
	.breadcrumb {
		margin-top: 15px
	}
}

@media screen and (min-width:1024px) {
	.h1 {
		font-size: 40px
	}
}

@media screen and (min-width:1200px) {
	.container {
		/*width: 970px;*/
	}
	.h1 {
		font-size: 40px
	}
}