/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html,body{
	height: 100%;
}
.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
/* Fine Reset CSS */

/* Fonts */
@font-face {
  font-family: Atma;
  src: url(/fonts/atma/Atma-Bold.ttf);
  font-weight: 800;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,600,600i,800,800i&display=swap');

/* Fine Fonts */

/* INIZIO GENERAL */
body{font-family: Montserrat, sans-serif;}

header{
  position: fixed;
  width: 100%;
	z-index: 9999;
}

.col-full{
  width: 70%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.col-full.col-ten {
  width: 83.33%;
}
.col-three{
  width: 25%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: inline-block;
}
.col-one.padding{
  width: 8.333333%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: inline-block;
}
.desktop-hidden {
  display: none;
}

h1{
  font-size: 60px;
  font-weight: 800;
  text-align: center;
  color: #2e3192;
  margin-bottom: 45px;
  font-family: Montserrat, sans-serif;
}

.button{
	position: relative;
	display: inline-block;
	padding: 20px;
	width: 160px;
	background: #2e3192;
	border-radius: 5px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	font-weight: 800;
  color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0,1,36,0.5);
  -moz-box-shadow: 0px 10px 60px 0px rgba(0,1,36,0.5);
  box-shadow: 0px 10px 60px 0px rgba(0,1,36,0.5);
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.section a[class=button]{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.button:hover{
  cursor: pointer;
}
.button.outlined{
  background: none;
  box-sizing: border-box;
  padding: 10px 35px 10px 35px;
  color: white;
  border: 1px solid white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  height: 35px;
  width: 146px;
  font-weight: bold;
}
.button.outlined:hover {
  background: rgba(46,49,146,1);
}

.section{
  margin-bottom: 95px;
}

.section p{
  position: relative;
  display: block;
  text-align: center;
  color: rgba(46,49,146,0.8);
  font-size: 30px;
  margin-bottom: 95px;
}

#hamburger-menu, #menu{
  display: none;
}
/* FINE GENERAL */

/* INIZIO NAV */
.left-aligned,.right-aligned, .info, .right-aligned ul li{
  display: inline-block;
}

.right-aligned{
  float: right;
}

.left-aligned .info{
  margin-right: 15px;
}

.fas{
  margin-right: 3px;
}

.right-aligned ul li a{
  color: #a497fc;
  text-decoration: none;
  font-size: 15px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

#phone-number, #email{
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.right-aligned ul li{
  margin-left: 10px;
}

.right-aligned ul li a:hover, .left-aligned ul li a:hover, #phone-number:hover, #email:hover{
  color: #b2a7f9;
}

.left-aligned{
  font-weight: 800;
}

nav {
  float: right;
}

nav ul li{
  display: inline-block;
}

nav ul li a, nav ul li .current.item{
  position: relative;
  display: block;
  padding-top: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255,255,255,1);
  margin-left: 15px;
  cursor: pointer;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  font-weight: bold;
  font-size: 16px;
}

nav ul li a:hover, nav ul li .current.item:hover{
	color: rgba(255,255,255,.5);
}



.menu-options{
  display: none;
	position: absolute;
	width: 200px;
	height: auto;
	margin-top: 29px;
	background: rgba(255, 255, 255, 1);
	margin-left: -15px;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(46,49,146,0.1);
	-moz-box-shadow: 0px 10px 60px 0px rgba(46,49,146,0.1);
	box-shadow: 0px 10px 60px 0px rgba(46,49,146,0.1);
}

.menu-options ul li{
	display: block;
	width: 100%;
	height: auto;
	padding: 25px;
	padding-left: 15px;
	text-transform: uppercase;
	box-sizing: border-box;
	cursor: pointer;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

.menu-options ul li a span{
	position: absolute;
	margin-left: 45px;
	margin-top: -15px;
	color: #2e3192;
}
.menu-options ul li a span:hover{
	color: #2e3192;
}

.menu-options .item img{
	margin-top: -22px !important;
}

.menu-options ul li:hover{
	background-color: rgba(46,49,146,0.1);
}

.dropdown-menu .item img{
	position: absolute;
	width: 35px;
	height: auto;
	margin-top: -7px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.dropdown-menu {
	display: block;
	position: absolute;
	width: 167px;
	height: 71px;
	margin-top: -15px;
	margin-left: -167px;
	background-color: rgba(255, 255, 255, 0);
	box-sizing: border-box;
	padding: 15px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.dropdown-menu:hover{
	background-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu:hover .menu-options{
	display: block;
}
.dropdown-menu:hover .current.item{
	color: rgba(255,255,255,0.5);
}
.dropdown-menu:hover .current.item i{
	color: rgba(255,255,255,0.8);
}
.dropdown-menu .current.item span{
	margin-left: 45px;
	font-weight: bold;
}
.dropdown-menu .item span{
	font-weight: bold;
}

#contacts-upbar{
  background-color: rgba(13,8,66,0.9);
  padding:15px 0px 15px 0px;
  color: #a497fc;
  font-size: 12px;
}

#master-nav{
  background-color: rgba(13,8,66,0.7);
  padding:15px 0px 15px 0px;
  font-size: 18px;
}
#master-nav .col-full #logo, #master-nav .col-full nav{
  display: inline-block;
}

#logo{
	min-width: 200px;
}

#logo a{
  text-decoration: none;
  color: white;
}
#logo a img{
  width: auto;
  height: 38px;
}
#logo a span{
  position: absolute;
  font-size: 30px;
  margin: 5px 0px 0px 10px;
}

#logo a span strong{
  font-weight: 800;
  font-size: 31px;
}
/* FINE NAV */

/* INIZIO HERO */
.hero{
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-image: url(/img/hero-bg-min.jpg);
	background-size:cover;
}

#rome{
  background-image: url(/img/colosseum.png);
}

#pompeii{
	background-image: url(/img/pompeii.png);
}

#florence{
  background-image: url(/img/firenze.png);
}

#paris{
  background-image: url(/img/parigi.png);
}

#contactus{
  background-image: url(/img/contactscover.png);
  height: 50%;
}

.single-tour .hero{
  height: 50%;
  background: url(/img/colosseum-forum.jpg);
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: inset 0px -27px 155px -39px rgba(48,51,149,1);
  -moz-box-shadow: inset 0px -27px 155px -39px rgba(48,51,149,1);
  box-shadow: inset 0px -27px 155px -39px rgba(48,51,149,1);
}

#sistinechapel-vatican .hero {
	background-image: url(/img/sistinechapel-vatican.jpg);
}
#sistinechapel-vatican-kids .hero{
	background-image: url(/img/sistinechapel-vatican.jpg);
}
#nighttour-kids .hero{
	background-image: url(/img/night-kids.jpg);
}
#pantheon-trevi-kids .hero{
	background-image: url(/img/trevi.jpg);
}
#capitoline-museums .hero{
	background-image: url(/img/capitoline-museum.jpg);
}
#clementinecurch-capucinecrypt .hero{
	background-image: url(/img/st-clement.jpg);
}
#castel-santangelo .hero{
	background-image: url(/img/castel-sant-angelo.jpg);
}

#florence_boboli_kids .hero{
	background-image: url(/img/florence_boboli_kids.jpg);
}
#florence_by_night_kids .hero{
	background-image: url(/img/florence_by_night_kids.jpg);
}
#florence_full_day .hero{
	background-image: url(/img/florence_full_day.jpg);
}
#florence_medici_kids .hero{
	background-image: url(/img/florence_medici_kids.jpg);
}
#florence_michelangelo_kids .hero{
	background-image: url(/img/florence_michelangelo_kids.jpg);
}
#florence_pisa_lucca .hero{
	background-image: url(/img/florence_pisa_lucca.jpg);
}
#florence_private_walking_dome .hero{
	background-image: url(/img/florence_private_walking_dome.jpg);
}
#florence_siena_gimignano_kids .hero{
	background-image: url(/img/florence_siena_gmignano_kids.jpg);
}
#florence_top_attractions .hero{
	background-image: url(/img/florence_top_attractions.jpg);
}
#florence_uffizi .hero{
	background-image: url(/img/florence_uffizi.jpg);
}
#florence_uffizi_kids .hero{
	background-image: url(/img/florence_uffizi_kids.jpg);
}
#florence_waking_kids .hero{
	background-image: url(/img/florence_waking_kids.jpg);
}




.hero-phrase{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 66.6%;
	left: 0;
	right: 0;
	max-width: 630px;
	top: 200px;
	text-align: center;
}
.hero-phrase h1{
	color: #2e3192;
	text-shadow: 0px 5px 15px rgba(150, 150, 150, 0.3);
	margin-bottom: 25px;
}
.hero-phrase p{
	display: block;
	color: #2e3192;
	font-size: 24px;
	text-align: center;
	letter-spacing: -.3px;
	margin-bottom: 25px;
  text-shadow: 1px 1px 11px rgba(150, 150, 150, 1);
}
#rome .hero-phrase h1, #rome .hero-phrase p, #pompeii .hero-phrase h1, #pompeii .hero-phrase p, #florence .hero-phrase h1, #florence .hero-phrase p, #paris .hero-phrase h1, #paris .hero-phrase p, .single-tour .hero .hero-phrase h1, .single-tour .hero .hero-phrase p {
  color: white;
}

.single-tour .hero .hero-phrase{
  top: auto;
  bottom: 0;
}

.hero-phrase .button.blue-button{
	margin-left: -15px;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0,1,36,0.5);
	-moz-box-shadow: 0px 10px 60px 0px rgba(0,1,36,0.5);
	box-shadow: 0px 10px 60px 0px rgba(0,1,36,0.5);
	background: #2e3192;
	color: white;
}
.hero-phrase .button.white-button{
	margin-left: 30px;
	-webkit-box-shadow: 0px 10px 60px 0px rgba(0,1,36,0.3);
	-moz-box-shadow: 0px 10px 60px 0px rgba(0,1,36,0.3);
	box-shadow: 0px 10px 60px 0px rgba(0,1,36,0.3);
	background: white;
	color: #2e3192;
}
/* FINE HERO */

/* INIZIO WHY US */
.why-us{
  position: relative;
  margin-top: -160px;
  width: 100%;
  max-width: 1280px;
  margin-bottom: 95px;
}
.why-us article{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	width: 23%;
  margin-left: 2.6666666666%;
	background-color: rgba(255, 255, 255, 1);
  border-radius: 5px;
}
.why-us article .icon-container{
  position: absolute;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background: white;
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
}
.why-us article .icon-container i{
  position: relative;
  display: block;
  width: 85px;
  height: 85px;
  box-sizing: border-box;
  background-color: #e2c021;
  border:5px solid white;
  border-radius: 50%;
  text-align: center;
  padding-top: 19px;
  margin:0 auto;
  color: white;
  font-size: 36px;
}
.why-us #skip-line{
  margin-left: 0;
}
.why-us #true-knowledge .icon-container i{
  background-color: #2e3192;
}
.why-us #private-friendly .icon-container i{
  background-color: #39b54a;
}
.why-us #kids-friendly .icon-container i{
  background-color: #f26522;
}
.why-us article .content{
  box-sizing: border-box;
  width: 100%;
  padding: 25px;
  display: block;
}
.why-us article .content h1{
  font-size:16px;
  text-align: left;
  margin-bottom: 12.5px;
  color: #2e3192;
  font-family: Montserrat, sans-serif;
}
.why-us article .content p{
  font-size:14px;
  color: #2e3192;
  text-align: left;
  margin-bottom: 0;
}
/* FINE WHY US */

/* INIZIO ROME TOUR */
.section.rome-tour {
  padding-top: 95px;
}

.tour-section {
  box-sizing: border-box;
}

.tour-section .main.tour{
  background: #2e3192 url('/img/rome-skyline.png');
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46,49,146,0.2);
  -moz-box-shadow: 0px 10px 60px 0px rgba(46,49,146,0.2);
  box-shadow: 0px 10px 60px 0px rgba(46,49,146,0.2);
  max-width: 620px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  float: left;
}
#florence-main-tour{
	background: #2e3192 url('/img/florence-skyline-blue.png');
  background-size: contain;
  background-position: bottom;
}

.tour-section .main.tour:hover{
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 40px 0px rgba(46,49,146,0.8);
  -moz-box-shadow: 0px 5px 40px 0px rgba(46,49,146,0.8);
  box-shadow: 0px 5px 40px 0px rgba(46,49,146,0.8);
}

.tour-section .main.tour img{
  width: 100%;
  height: auto;
  max-height: 470px;
}

.tour-section .main.tour article{
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 20px;
}

.tour-section .tour article h1{
  color: white;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 20px;
  font-size: 30px;
  font-family: Montserrat, sans-serif;
}
.tour-section .tour article p{
  color: rgba(255,255,255,0.5);
  text-align: left;
  font-size: 24px;
  letter-spacing: -.3px;
  margin-bottom: 25px;
}
.tour-section .tour article .button{
  margin-bottom:40px;
}
.smalltour-container {
  position: relative;
  max-width: 620px;
  box-sizing: border-box;
  display: inline-block;
  float: right;
}
.float-left{
  float: left;
}

.small.tour {
  background: white;
  position: relative;
  display: inline-block;
  width: 295px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46,49,146,0.1);
  -moz-box-shadow: 0px 10px 60px 0px rgba(46,49,146,0.1);
  box-shadow: 0px 10px 60px 0px rgba(46,49,146,0.1);
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.small.tour.kids-friendly {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(242,101,34,0.1);
  -moz-box-shadow: 0px 10px 60px 0px rgba(242,101,34,0.1);
  box-shadow: 0px 10px 60px 0px rgba(242,101,34,0.1);
}
.small.tour:nth-child(odd){
  margin-right: 30px;
}

.small.tour:hover{
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 40px 0px rgba(46,49,146,0.6);
  -moz-box-shadow: 0px 5px 40px 0px rgba(46,49,146,0.6);
  box-shadow: 0px 5px 40px 0px rgba(46,49,146,0.6);
}
.small.tour.kids-friendly:hover {
  -webkit-box-shadow: 0px 10px 60px 0px rgba(242,101,34,0.6);
  -moz-box-shadow: 0px 10px 60px 0px rgba(242,101,34,0.6);
  box-shadow: 0px 10px 60px 0px rgba(242,101,34,0.6);
}

.small.tour .tour-image{
  position: relative;
  max-height: 150px;
  overflow: hidden;
}
.small.tour img{
  width: 100%;
  height: auto;
  margin-top: -80px;
}

.small.tour article{
  padding: 20px;
}

.small.tour article h1{
  font-size: 20px;
  color: #2e3192;
  margin-top: 15px;
}
.small.tour article p{
  font-size: 14px;
  color: rgba(46,49,146,0.8);
	font-weight: 400;
}
.section.rome-tour .small.tour article .button{
  background: #2e3192;
  border: none;
  box-sizing: border-box;
  padding: 10px 35px 10px 35px;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  height: 35px;
  width: 146px;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46,49,146,0.1);
  -moz-box-shadow: 0px 10px 60px 0px rgba(46,49,146,0.1);
  box-shadow: 0px 10px 60px 0px rgba(46,49,146,0.1);
}
.section.rome-tour .small.tour.kids-friendly article .button{
  background: #f26522;
}
.section.rome-tour .small.tour.kids-friendly .label{
  position: absolute;
  padding: 10px;
  background: #f26522;
  color: white;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 5px;
  margin-top: 20px;
  left: 20px;
  font-size: 12px;
  z-index: 1;
}
/* FINE ROME TOUR */

/* INIZIO CITIES */
.section.cities .container .half-width{
  position: relative;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  height: 370px;
}
.section.cities .container #florence{
  background: url("/img/florence-min.png");
  background-size: cover;
}
.section.cities .container:last-child {
	margin-top: -3px;
}
.section.cities .container #paris{
  background: url("/img/paris-min.png");
  background-size: cover;
}
.section.cities .container #rome{
  background: url("/img/colosseum.png");
  background-size: cover;
}
.section.cities .container #pompeii{
  background: url("/img/pompei-min.png");
  background-size: cover;
}

.section.cities .container .pompei{
  background: url("/img/pompei-min.png");
  background-size: cover;
}
.section.cities .container article .link{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(46,49,146,0.5);
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.section.cities .container article .link span{
  position: relative;
  display: block;
  width: 50%;
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 170px;
  padding-bottom: 10px;
  text-align: center;
}
.section.cities .container .third-width .link span{
  margin-top: 170px;
}
.section.cities .container article .link:hover span{
  border-bottom: 2px solid white;
}
.section.cities .container article .link:hover{
  background: rgba(46,49,146,0.1);
}
.section.cities .container .third-width{
  position: relative;
  display: inline-block;
  width: 33.333333%;
  box-sizing: border-box;
  height: 370px;
  margin-top: -3px;
}
/* FINE CITIES */

/* INIZIO TEAM */
.section.team .container .member{
  position: relative;
  display: inline-block;
  width: 25%;
  min-width: 200px;
}

.section.team .container .member img{
  position: relative;
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 10px solid rgba(46,49,146,0.2);
}

.section.team .container .member h1{
  position: relative;
  font-size: 24px;
  font-weight: lighter;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}
.section.team .container .member h1{
  font-weight: 800;
}

.section.team .container .member p{
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: lighter;
}
/* FINE TEAM */

/* INIZIO GUIDE */
.section.guide {
  position: relative;
  background: #2e3192 url('/img/colosseum-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  padding: 40px;
  box-sizing: border-box;
  margin-top: 200px;
}
.section.guide img{
  position: absolute;
  height: 140%;
  width: auto;
  bottom: 0;
  left: -5px;
}
.section.guide h3{
  position: relative;
  text-align: right;
  font-size: 48px;
  font-weight: 800;
  color: white;
  margin-bottom: 20px;
}
.section.guide .divider{
  content: " ";
  position: relative;
  width: 150px;
  height: 5px;
  background: #6dcff6;
  margin-bottom: 20px;
  float: right;
}
.section.guide p{
  position: relative;
  display: block;
  text-align: right;
  color: rgba(255,255,255,0.5);
  font-size: 24px;
  float: right;
  width: 60%;
}
.section.guide .button{
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: auto;
}
/* FINE GUIDE */

/* INIZIO RATINGS */
.section.ratings .container{
  width: 100%;
  box-sizing: border-box;
  position: relative;
  /*overflow: hidden;*/
}
.section.ratings .container .rate{
  width: 80%;
  box-sizing: border-box;
  position: relative;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46,49,146,0.1);
  -moz-box-shadow: 0px 10px 60px 0px rgba(46,49,146,0.1);
  box-shadow: 0px 10px 60px 0px rgba(46,49,146,0.1);
}
.section.ratings .container .rate:not(:first-of-type){
  display: none;
}

.section.ratings .container .stars{
  position: absolute;
  right: 40px;
  color: #e2c021;
  font-size: 24px;
}
.section.ratings .container h1{
  font-size: 28px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  max-width: 70%;
}
.section.ratings .container h3{
  font-size: 18px;
  font-weight: lighter;
  color: #2e3192;
  margin-bottom: 25px;
  font-style: italic;
}
.section.ratings .container p{
  text-align: left;
  font-size: 24px;
  margin-bottom: 0;
}
.section.ratings .container .controls{
  position: absolute;
  height: 100%;
  width: 100%;
}
.section.ratings .container .controls #left,.section.ratings .container .controls #right{
  position: absolute;
  display: block;
  height: 100%;
  width: 10%;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.section.ratings .container .controls #right{
  right: 0;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.section.ratings .container .controls #left:hover,.section.ratings .container .controls #right:hover{
  color: #151cef;
  font-size: 20px;
  background: rgb(218,218,218);
  background: -moz-linear-gradient(90deg, rgba(218,218,218,0.2) 0%, rgba(240,240,240,0.0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(218,218,218,0.2) 0%, rgba(240,240,240,0.0) 100%);
  background: linear-gradient(90deg, rgba(218,218,218,0.2) 0%, rgba(240,240,240,0.0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dadada",endColorstr="#f0f0f0",GradientType=1);
}
.section.ratings .container .controls #left:hover{
  background: rgb(218,218,218);
  background: -moz-linear-gradient(-90deg, rgba(218,218,218,0.2) 0%, rgba(240,240,240,0) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(218,218,218,0.2) 0%, rgba(240,240,240,0) 100%);
  background: linear-gradient(-90deg, rgba(218,218,218,0.2) 0%, rgba(240,240,240,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dadada",endColorstr="#f0f0f0",GradientType=1);
}
#left span, #right span{
  position: relative;
  display: block;
  margin-top: 95px;
}
/* FINE RATINGS */

/* INIZIO TREASURE HUNTS */
.section.hunts{
  margin-bottom: 0;
}
.section.hunts .container{
  position: relative;
  background: #1b1464;
}
.section.hunts .container:first-child{
  height: 450px;
}
.section.hunts .container .background{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/hunts.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: .45;
}
.section.hunts .container .col-full{
  padding-top: 80px;
  padding-bottom: 80px;
}
.section.hunts .container .col-full h1, .section.hunts .container .col-full p{
  color: white;
}
.section.hunts .col-full .tour-section{
  margin-top: -230px;
}
.section.hunts .tour-section .tour{
  background: rgba(255,255,255,.15);
}
.section.hunts .col-full .tour-section .main.tour{
  background: rgba(255,255,255,.15) url('/img/rome-skyline.png');
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46,49,146,0.2);
  -moz-box-shadow: 0px 10px 60px 0px rgba(46,49,146,0.2);
  box-shadow: 0px 10px 60px 0px rgba(46,49,146,0.2);
  max-width: 620px;
  box-sizing: border-box;
}
.section.hunts .col-full .tour-section .small.tour .button.outlined{
  margin-bottom: 0;
}
/* FINE TREASURE HUNTS */

/* INIZIO KIDS READY */
.section.kids{
  margin-bottom: 0;
}
.section.kids .container{
  position: relative;
  background: #852e10;
}
.section.kids .container:first-child{
  height: 650px;
}
.section.kids .container .background{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/kids.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 -200px;
  opacity: .45;
}
.section.kids .container .col-full{
  padding-top: 80px;
  padding-bottom: 80px;
}
.section.kids .container .col-full h1, .section.kids .container .col-full p{
  color: white;
}
.section.kids .col-full .tour-section{
  margin-top: -230px;
}
.section.kids .tour-section .tour{
  background: rgba(255,255,255,.07);
}
.section.kids .col-full .tour-section .main.tour{
  background: rgba(255,255,255,.15) url('/img/rome-skyline.png');
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(226,95,24,0.2);
  -moz-box-shadow: 0px 10px 60px 0px rgba(226,95,24,0.2);
  box-shadow: 0px 10px 60px 0px rgba(226,95,24,0.2);
  max-width: 620px;
  box-sizing: border-box;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.section.kids .col-full .tour-section .main.tour:hover{
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 40px 0px rgba(226,95,24,0.6);
  -moz-box-shadow: 0px 5px 40px 0px rgba(226,95,24,0.6);
  box-shadow: 0px 5px 40px 0px rgba(226,95,24,0.6);
}
.section.kids .col-full .tour-section .small.tour{
  -webkit-box-shadow: 0px 10px 60px 0px rgba(226,95,24,0.2);
  -moz-box-shadow: 0px 10px 60px 0px rgba(226,95,24,0.2);
  box-shadow: 0px 10px 60px 0px rgba(226,95,24,0.2);
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.section.kids .col-full .tour-section .small.tour:hover{
  -webkit-box-shadow: 0px 5px 40px 0px rgba(226,95,24,0.6);
  -moz-box-shadow: 0px 5px 40px 0px rgba(226,95,24,0.6);
  box-shadow: 0px 5px 40px 0px rgba(226,95,24,0.6);
}
.section.kids .col-full .tour-section .small.tour .button.outlined{
  margin-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.section.kids .col-full .tour-section .tour .button.outlined:hover{
  background: rgba(226,95,24,0.6);
}
.kids .col-full h1{
  margin-bottom: 0;
}
#kids{
  font-family: Atma;
  margin-bottom: 80px;
}
/* FINE KIDS FRIENDLY */

/* INIZIO FOOTER */
.section.footer {
  margin-bottom: 0;
}

.section.footer .container{
  padding: 80px 0;
  background: #dadada;
}

.section.footer .footer-col{
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 25%;
  float: left;
}

.section.footer .footer-col img{
  width: 100px;
  height: auto;
  padding-bottom: 30px;
}
.section.footer h1{
  text-align: left;
  color: #202020;
  font-size: 30px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
}
.section.footer .footer-col ul:nth-child(2){
  margin-bottom: 30px;
}
.section.footer ul li{
  margin-bottom: 5px;
}
.section.footer ul li a{
  color: rgba(32,32,32,0.7);
  text-decoration: none;
  font-size: 18px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.section.footer ul li a:hover{
  color: #2e3192;
}
.section.footer ul li a i{
  font-size: 18px;
  opacity: .4;
}
.section.footer .container.dark{
  background: #8e8e8e;
  padding: 20px 0;
  margin: 0;
}
.section.footer .container.dark .col-full p{
  color: #202020;
  font-size: 16px;
  margin:0;
}

#TA_selfserveprop441 img:nth-child(1), #TA_selfserveprop441 img:nth-child(2), #TA_selfserveprop441 img:nth-child(3) {
  display: none;
}

#TA_selfserveprop441 div img:nth-child(1){
  display: block;
}
