/* @override
	https://ordering-distribution.compart-multimedia.com/frontend/css/style.css */

:root {
--wb-black: black;
   --celeste: #00adef;
   --celestehover: #014880;
   --primaryblue: #0078d6;
   --bs-body-color: #767676;
   --gray7: rgb(187, 187, 187);
	--bs-body-color: #767676;
	--gray7: rgb(187, 187, 187);
}

@font-face {
    font-family: MBCorpo Text;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url(fonts/MBCorpoSText-Regular-Web.woff2) format("woff2")
}

@font-face {
    font-family: MBCorpo Text;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url(fonts/MBCorpoSText-Bold-Web.woff2) format("woff2")
}

@font-face {
    font-family: 'MBCorpoATitleCond-Regular-Web';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url("fonts/MBCorpoATitleCond-Regular-Web.woff2") format("woff2"), url("fonts/MBCorpoATitleCond-Regular-Web.woff") format("woff")
}

@font-face {
    font-family: 'DaimlerCAC-Regular';
    font-display: swap;
    src: url("fonts/DaimlerCAC-Regular.eot");
    src: url("fonts/DaimlerCAC-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/DaimlerCAC-Regular.woff2") format("woff2"), url("fonts/DaimlerCAC-Regular.woff") format("woff"), url("fonts/DaimlerCAC-Regular.ttf") format("truetype"), url("fonts/DaimlerCAC-Regular.svg#DaimlerCAC-Regular") format("svg")
}

body {
	font-size: 15px;
	line-height: 1.6em;
	margin-top: 0!important;
	
	font-family: 'MBCorpo Text', Lucida, Verdana, sans-serif;
	font-weight: 400;
	color: #1e1e1e;
	-webkit-font-smoothing: antialiased;
	
	
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
background-color: var(--primaryblue);}


a:link, a:visited {
	color: #036;
}

a:hover, a:active {
	color: #00ADEF;
	opacity: 0.8;
}

.no-padding-right {
	padding-left: 0;
}

a.btn {
	color: white;
}

.riquadro {
    position: relative;
    box-shadow: 0 1px 4px rgba(186, 186, 186, 1);
    background-color: #f1f1f1;
    overflow: hidden; /* Per evitare che l'animazione esca dal contenitore */
}

.riquadro:hover {
    background-color: #f9f9f9;
}

.riquadro::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0078d6;
    transform: scaleX(0); /* Nasconde il bordo inferiore inizialmente */
    transform-origin: left; /* Imposta il punto di origine della trasformazione a sinistra */
    transition: transform 0.3s ease; /* Definisce la transizione per l'animazione */
}

.riquadro:hover::after {
    transform: scaleX(1); /* Mostra il bordo inferiore quando si passa sopra */
}



.riquadro a h2 {
	font-size: 20px;
	font-weight: bold;
	padding: 0px 0 30px;
	margin: 0;
	color: black;
}
.riquadro a:hover {
	text-decoration: none!important;
	opacity: 1;
}

.note {
	font-size: 14px;
	font-weight: bold;
	min-height: 120px;
}


a.btn.btn-default {
	color: black;
	border-radius: 2px;
}

.btn-default:hover {
color: white!important;
background-color: #0068bc;
opacity: 1;}

.allega {
	border: 2px solid #3279b6;
	border-radius: 4px;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.pageblog {
	margin-top: 50px;
	margin-bottom: 70px;
}

section, aside {
	padding-top: 40px;
	padding-bottom: 30px;
}

.sceltalanding small {
	font-size: 14px;
	font-weight: bold;
}

#page section.citieslist div.row.divider {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.btn-primary {
	border-radius: 2px;
	padding: 15px 31px;
	border: 1px solid var(--primaryblue);
	background-color: var(--primaryblue);
	font: bold 18px 'MBCorpo Text', Lucida, Verdana, sans-serif;
}


.btn-primary:hover {
transition: background-color .3s ease-in-out;
background-color: var(--celestehover)
}

.footer .text-muted {
	color: white;
	font-size: 15px;
}



input.form-control.btn.btn-primary.btn-lg {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 60px;
	height: auto;
	float: right;
}


.uppercase {
	text-transform: uppercase;

}

div.tour-description  {
	text-align: justify;
}

.biggerupper {
	margin-bottom: 20px;
	font-size: 29px;
	margin-top: 0;
	text-align: center;
}


.awards p {
	margin-top: 20px;
}



fieldset.singleline {
}

fieldset.singleline legend {
	border: none;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #e8e9e8;
}

section.privatetour {
	padding-bottom: 0;
}

.grey {
	background-color: #e4e5e4;
	color: #5b5b5b;
	font-size: 16px;
}

.omb_loginOr {
	position: relative;
	font-size: 16px;
	color: #aaa;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 10px 30px;
}
.omb_hrOr {
	background-color: #cdcdcd;
	height: 1px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.omb_spanOr {
	display: block;
	position: absolute;
	left: 50%;
	top: -0.6em;
	background-color: white;
	width: 5em;
	text-align: center;
	margin-left: -2.5em;
}



h4.familytitle {
	padding: 0!important;
	margin: 0!important;
}

.m-t-10 {
	margin-top: 10px!important;
}
.block {
	display: block;
}

.m-b-10 {
	margin-bottom: 10px;
}
.m-t-20 {
	margin-top: 20px!important;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-t-30 {
	margin-top: 30px!important;
}

.m-b-30 {
	margin-bottom: 30px!important;
}



.m-b-60 {
	margin-bottom: 60px !important;
}

.m-r-10 {
	margin-right: 10px!important;
}



/* @group ContactForm Group */

.rightcontact h4 {
	font-size: 21px;
}



.rightcontact {
	color: #818181;
}

div.contact-form {
	margin-bottom: 40px;
}

.whatsappcolor {
	background: -webkit-linear-gradient(top, #10ec05 0%, #00ac00 68.8%) #02d200;
	background: -moz-linear-gradient(top, #10ec05 0%, #00ac00 68.8%) #02d200;
	background: -ms-linear-gradient(top, #10ec05 0%, #00ac00 68.8%) #02d200;
	background: linear-gradient(to bottom, #10ec05 0%, #00ac00 68.8%) #02d200;
	color: white;
}

.telegramcolor {
	background-color: #2ca4e0;
	color: white;
}

.vibercolor {
	background-color: #8a48c3;
	color: white;
}

.iconapp {
	display: inline-block;
	border-radius: 6px;
	padding: 4px 4px 0 5px;
	font-size: 12px;
	margin-right: 10px;
}

.rightcontact ul.list-unstyled li {
	padding-top: 4px;
}

/* @end */

.marginbottom {
	margin-bottom: 30px;
}

.greyrelated {
	background-color: #ebede7;
	color: #5b5b5b;
	font-size: 16px;
}
aside .grey {
	background-color: #f2f2f1;
}

.greylighter {
	background-color: #f2f2f1;
}

aside .bloglist  {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

/* @group tourlistside Group */

.tourlistside {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.tourlistside.grey h6 {
	background-color: #1e1f1e;
	color: white;
	margin: 0 0 15px;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: 600;
}

.tourlistside ul {
	margin: 0;
	display: block;
	padding: 0 25px 0 15px;
}
.tourlistside ul li {
	display: block;
}

.tourlistside ul li a:link, .tourlistside ul li a:visited {
	background: url(../images/template/freccia-arancio.png) 8px center no-repeat;
	padding-left: 25px;
	display: block;
	color: black;
	margin-bottom: 5px;
}

.tourlistside ul li a:hover, .tourlistside ul li a:active {
	text-decoration: none;
	color: #036;
}

.tourlistside ul li.highlight a {
	color: white;
	background: url(../images/template/freccia-arancio-hover.png) 8px center no-repeat #036;
	margin-top: 15px;
}

.breadcrumb {
	border-radius: 0px;
	width: 100%;
	background-color: transparent;
	padding: 0;
	margin: 0!important;
}
.breadcrumb>.active{

}
.breadcrumb li {
	color: black;
	font-weight: 600;
	padding: 15px 12px;
	margin-right: 30px;
}
.breadcrumb li a {
	color: white;
	opacity: 0.7;
}

.breadcrumb li.active {
color: white;
border-top: 1px solid #0078d6;
}

.breadcrumb li a:hover {
	color: white;
	opacity: 1;
	text-decoration: none!important;
}

.breadcrumb>li+li:before{
	padding: 0 0 0 0;
	background-image: none;
	content:"";
	margin-left: 0px;
}

.breadcrumbstop {
	border-top: 1px solid rgb(56, 56, 56);
	background-color: black;
	margin-bottom: 20px;
}

.tourlistside ul li.active a {
	color: #036;
}

/* @end */

.infotour {
	margin: 0 0 50px;
	padding: 20px 0;
	float: left;
	display: block;
	width: 100%;
}
.infotour li {
	display: inline-block;
	width: 33%;
	border-right: 1px solid #cacbca;
	padding: 10px 15px;
	float: left;
	height: 120px;
	font-size: 12px;
	line-height: 16px;
	color: #575757;
}
.infotour li:last-child {
	border: none;
}

a.lightbox span.ico {
	top: 0;
	font-size: 28px;
	color: white;
	text-decoration: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	text-indent: 5px;
	line-height: 69px;
	margin: 0;
	padding: 0;
	background: url(../images/play.png) center center no-repeat rgba(0, 0, 0, 0.34);
	background-size: 68px;
	display: block;
	cursor: pointer;
}


a.lightbox span.ico:hover {
	top: 0;
	font-size: 28px;
	color: white;
	text-decoration: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	text-indent: 5px;
	line-height: 69px;
	margin: 0;
	padding: 0;
	background: url(../images/playh.png) center center no-repeat rgba(0, 0, 0, 0.34);
	background-size: 68px;
	display: block;
	cursor: pointer;
}



.infotour li .fa {
	color: #036;
	font-size: 35px;
}

h6.booktourightcol {
	color: white;
	background-color: #036;
	font-size: 20px;
	display: inline-block;
	margin: 20px 0 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	width: 100%;
	text-align: left;
}

#booktourightcol {
	border: 2px solid #036;
	padding: 10px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	margin: 0 0 20px;
	font-size: 11px;
}

#booktourightcol p.title {
	font-size: 15px;
	font-weight: 600;
	display: block;
	width: 100%;
	float: left;
	margin: 0 0 5px;
}

#booktourightcol a.btn {
	width: 100%;
}

#booktourightcol p {
	margin: 0;
	padding: 0;
}

#startime div.radio label {
	font-size: 12px;
}

#booktourightcol hr {
	width: 100%;
	border-style: none;
	border-bottom: 1px solid #cccdcc;
	margin: 20px auto 10px;
	display: inline-block;
}
.no-margin {
	margin: 0;
	padding: 0;
}

.itinerarylist {
	margin-bottom: 30px;
	margin-top: 30px;
}
.itinerarylist ul, .itinerarylist ol {
	padding: 15px 25px 50px;
	margin: 0;
}

.titleitinerary {
	padding-left: 25px;
	padding-top: 25px;
	text-transform: uppercase;
	font-size: 20px;
}

.itinerarylist ul li, .itinerarylist ol li {
	background: url(../images/template/freccia-arancio.png) 0 5px no-repeat;
	padding-left: 15px;
	display: block;
	color: black;
	margin-bottom: 3px;
	font-weight: 600;
	font-size: 15px;
}


.bloglist {
	padding-top: 90px;
	padding-bottom: 70px;
}

aside .blog-preview .blogthumb {
	padding-right: 5px;
	padding-left: 5px;
}

.grey p.lead {
	font-size: 19px;
	margin-bottom: 10px;
}



.grey h4, .darkgrey h6 {
	color: #3a3a3a;
	font-weight: 300;
	margin-bottom: 40px;
	margin-top: 0;
}
.darkgrey h6 {
	font-size: 30px;
	color: white;
}
.grey h4 strong, .darkgrey h6 span {
	font-weight: 600;
}
.darkgrey {
	background-color: #7e7f7e;
	padding-top: 60px;
	padding-bottom: 60px;
	color: white;
}

/* @group Review Group */

section.review blockquote {
	border: none;

}

footer.blockquote-footer {
	padding: 0;
	background-color: transparent;
	margin-bottom: 15px;
	margin-top: 5px;
}

p.quotationbig {
	font: 66px Georgia, "Times New Roman", Times, serif;
	color: #717271;
}

section.review blockquote div.row div.col-md-10 {
	font-size: 13px;
	line-height: 150%;
	font-style: italic;
}

section.review div.col-md-6 blockquote p {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Sigletour */

.singletour {
	position: relative;
	margin-bottom: 30px;
}

.singletour a p {
	position: absolute;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
	color: #036;
	font-size: 25px;
	display: block;
	margin: 0;
	bottom: 0;
	width: 100%;
}
.singletour a:hover img {
	opacity: 0.8;
}

.singletour a p span {
	color: white;
	text-transform: uppercase;
}

/* @end */
div.carousel-inner {
	background-color: black;
}


div.feature-box {
	float: left;
}

div.feature-box-icon {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}

.img-responsive {
	width: 100%;
}

p.orangestars {
	color: #fe9707 !important;
}
.underline {
	text-decoration: underline;
}

.orange {
	color: #036;
}

.price {
	font-size: 35px;
	font-weight: 700;
}

section.citieslist div.row.divider div.col-md-3.text-right p.price {
	font-size: 20px;
}

.dark_footer p.price {
	font-size: 25px;
}

div.alert.alert-warning p a {
	color: #8a6d3b;
	opacity: 1;
	font-weight: bold;
	text-decoration: underline;
}
div.alert.alert-warning p a:hover {
	color: #b28d4d;
	opacity: 1;
	font-weight: bold;
	text-decoration: underline;
}
table#cart.table.table-hover.table-condensed {
	font-size: 13px;
}

.relatedbottom .price {
	font-size: 21px;
	font-weight: 700;
	margin-top: -6px;
	margin-bottom: 15px;
}
p.titlerelated {
	font-size: 15px;
	line-height: 19px;
	margin-top: 10px;
	margin-bottom: 0;
}

.titlerelated a:link, .titlerelated a:visited {
	color: black;
	display: block;
	font-size: 12px;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 15px;
}

.relativerelatedbottom p.subtitlerel {
	font-size: 14px;
	line-height: 16px;
	margin-top: 10px;
}

.titlerelated a:hover, .titlerelated a:active {
	color: #036;
	text-decoration: none;
}


.relatedbottom .small {
	margin-bottom: 0;
}

div.boxtext {
	float: left;
	border: 1px solid #cacbca;
	background-color: white;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
	height: 171px;
}

div.priceleft {
	width: 50%;
	float: left;
}

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

.relativerelatedbottom {
	position: relative;
}

div.relatedbottom {
	position: absolute;
	bottom: 0;
	width: 86%;
	left: 7%;
}

.green {
	color: #099c44;
}

.lightgrey {
	color: #b9bab9;
}

.relatedbottom h6 {
	font-size: 25px;
	margin-bottom: 30px;
	margin-top: 0;
}

.tourkind {
	font-weight: bold;
	text-transform: uppercase;
}
.tourkind img {
	margin-right: 10px;
}
section.citieslist p.uppercase.light	grey {
	margin: 0;
	padding: 0;
}

section.citieslist .small {
	font-size: 13px;
}

section.citieslist h4.uppercase {
	color: black;
	font-size: 18px;
	font-weight: 600;
}

section.citieslist h4.uppercase a:link, section.citieslist h4.uppercase a:visited {
	color: black;
}
section.citieslist h4.uppercase a:hover, section.citieslist h4.uppercase a:active {
	color: #036;
	text-decoration: none;
}

section.citieslist div.boximage a:hover img {
	opacity: 0.8;
}

.divider {
	border-bottom: 1px solid #cccdcc;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

aside .btn-orange {
	font-size: 15px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 15px;
}

.btn-orange {
	background-color: #036;
	color: white!important;
	padding: 7px 20px;
	font-size: 16px;
	border-radius: 8px;
	border-style: none;
}

.btn-orange-std {
	color:#fff;background-color:#036;border-color:#036;}

.btn-orange-std:hover {
	color: white;
	background-color: #00ADEF;
}

.btn-cart {
	background-color: #036;
	color: white;
	font-size: 16px;
	border-style: none;
}

.btn-cart span.badge {
	background-color: white;
	color: #036;
}

.nomargin {
	margin: 0!important;
	padding: 0!important;
}

.btn-orange-small {
	padding: 5px 10px !important;
	font-size: 13px;
}
.btn-cart:hover {
	color: white;
	background-color: #00ADEF;
}

.btn-orange:hover {
	color: white;
	background-color: #00ADEF;
}

ul.nav.nav-pills.nav-stacked li a.btn-orange:hover {
	background-color: #00ADEF;
}

h4.clientname {
	font-size: 22px;
	box-shadow: 0 1px 2px black;
}

#page div.container div.row div.col-md-6 div.panel.panel-default.m-t-30.m-b-60 div.panel-body div.box.box-info div.box-body div.col-sm-12 ul.nav.nav-pills.nav-stacked li {
	margin-bottom: 11px!important;
}

ul.pagination li a {
	color: #5b5b5b
}

ul.pagination li.active a, ul.pagination li.active span {
	background-color: #036!important;
	border-color: #036;
}

div.tour-description h2, div.tour-description h3, div.tour-description h4 {
	margin: 30px 0;
}
div.tour-description h4:first-of-type, div.tour-description h3:first-of-type, div.tour-description h2:first-of-type {
	margin-top: 0;
}

.pageblog h2, .pageblog h3, .pageblog h4 {
	margin: 30px 0;
}

h1,h3,h4 {
	color: black;
	font-size: 40px!important;
	text-decoration: none;
	font-family: "MBCorpoATitleCond-Regular-Web","DaimlerCAC-Regular",Helvetica,Arial,sans-serif;
}

h1 {
	font-size: 38px;
	margin-top: 0;
}

a.navbar-brand {
	background-image: url(../images/stella.svg);
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: none!important;
}

.black {
	background-color: black;
}

header {
	background-color: black;
	padding: 24px 0px;
}


a.menulink:link, a.menulink:visited {
	color: rgb(118, 118, 118);
	font-weight: bold;
	margin: 8px 0px;
	display: block;
	text-decoration: none;
	opacity: 1;
}

a.menulink:hover, a.menulink:active {
	color: white;
	text-decoration: none;
	opacity: 1;
}

a.menulink.search:link {
	background: url(../images/cerca.svg) right center no-repeat;
	display: block;
	text-decoration: none;
	opacity: 0.6;
	width: 24px;
	height: 24px;
}

a.menulink.search:hover, a.menulink.search.active {
	opacity: 1;
}


img.align-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.messaggio {
	position: fixed;
	z-index: 5;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	top: 20px;
	right: 20px;
}
footer {
	background-color: black;
	color: white;
	padding-bottom: 10px;
	padding-top: 10px;
}

.round-orange {
	background-color: #036;
	color: white;
	border-radius: 100px;
	width: 27px;
	display: inline-block;
	text-align: center;
	height: 27px;
	padding-top: 1px;
}

ul.follous {
	padding: 0;
	margin: 0;
	display: inline-block;
}

ul.follous li {
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 60px;
}



aside .grey h4, aside .darkgrey h6 {
	font-size: 19px;
	margin-bottom: 16px;
}

fieldset.contatto {
	border: 1px solid #c6c6c6;
	border-radius: 8px;
	padding: 0 20px 20px;
}

div.ws-po-box {
	background-color: red;
	color: white;
	border-style: none;
	font-weight: bold;
}

div.ws-po-arrowbox {
	display: none;
}

fieldset.contatto legend {
	border-style: none;
	font-size: 17px;
	padding-left: 10px;
	width: auto;
	padding-right: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

div.privacyform {
	font-size: 11px;
	line-height: 14px;
	color: #818181;
}

footer a:link, footer a:visited {
	color: white;
}

footer a:hover, footer  a:active {
	color: white;
	opacity: 0.9;
	text-decoration: none;
}

.dangercart ul  {
	color:#a94442;
	background-color:#f2dede;
	border-color:#ebccd1;
	padding:15px;
	margin-bottom:20px;
	border:1px solid transparent;
	border-radius:4px;
}

ul.parsley-errors-list.filled {
	color:#a94442;
	background-color:#f2dede;
	border-color:#ebccd1;
	padding: 2px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border:1px solid;
	border-radius:4px;
}

div.alert.alert-success.noteclient {
	padding: 5px 15px;
	margin-top: 20px;
	margin-bottom: 0;
}

.dangercart.small ul {
	padding: 2px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.parsley-errors-list.filled li, .dangercart ul li {
	display: block;
	margin: 0;
	padding: 0;
}





@media (min-width:1200px) {
	.btn-orange {
		padding-right: 40px;
		padding-left: 40px;
	}

	.verticaldivider {
		border-right: 1px solid #cccdcc;
	}
	.skipline {
		text-align: right;
	}
}
@media (max-width:1199px) {
	.green {
		font-size: 31px;
	}


	.grey h4, .darkgrey h6 {
		font-size: 21px;
	}


	.biggerupper {
		font-size: 21px;
	}

	.darkgrey {
		font-size: 14px;
	}
	.grey {
		font-size: 14px;
	}
	.grey p.lead {
		font-size: 16px;
	}

	.grey h4, .darkgrey h6 {
		margin-bottom: 20px;
	}
}

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

	.btn-cart {
		font-size: 11px;
		padding: 5px 8px;
		margin-top: 4px;
	}

	.btn-cart span.badge {
		font-size: 11px;
	}


	
}

@media (max-width:767px){

	ul.steprofile li {
		font-size: 12px;
		width: 100%;
		border-right-style: none;
		border-bottom: 1px solid #ffffff;
	}

	.total_price_footer {
		margin-bottom: 0;
		height: auto;
		text-align: center;
	}

	.dark_footer {
		text-align: center;
		margin-bottom: 30px;
		height: auto;
	}

	ul.stepcart li {
		font-size: 12px;
		width: 100%;
		border-right-style: none;
	}


	img.align-right {
		float: right;
		width: 100%;
		margin-bottom: 20px;
		margin-top: 20px;
	}


	.infotour li {
		height: 180px;
	}

	ul.follous li {
		display: inline-block;
		margin-right: 3px;
		margin-left: 3px;
		margin-bottom: 30px;
	}

	footer, footer .align-right {
		text-align: center;
	}

	div.menumobile.visible-xs {
		position: absolute;
		top: 18px;
		left: 15px;
	}
	button.btn-cart:before {
		content: "Cart ";
	}

	.btn-cart {
		font-size: 16px;
		border-style: none;
		border-radius: 0px;
		width: 100%;
		text-align: left;
	}

	.btn-cart span.badge {
		background-color: white;
		color: #036;
		margin-left: 10px;
	}
}
@media (max-width:460px){

	.infotour li {
		height: 200px;
	}


}

