@charset "UTF-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}
body{
	width:1200px;
	margin:0px auto;
}

#wrap{
	
	background:#FFF;
	margin:0px auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a.link-button {
    padding: 20px;
    background-color: #18A0BA;
    border-radius: 22px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    transition: ease 0.5s;
}

a.link-button:hover {
    background-color: #6ce9c5;
}
.align-center {
  margin: auto;
    margin-top: auto;
  display: block;
  margin-top: 20px;
}
button {
    padding: 20px 37px;
    background-color: #18A0BA;
    border-radius: 22px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    transition: ease 0.5s;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
}

button:hover {
background-color: #6ce9c5;
}
/*HEADER STARTS HERE*/

header{
	display:block;
	margin:0px auto;
	position:relative;
	background:#FFF;
}
#social-media-button{
	margin-top:1%;
	font-family:Arial, Helvetica, sans-serif;
	color:#18A0BA;
	margin-bottom:2%;
	margin-right:22px;
}

#social-media-button nav ul{
	text-align:right;
	list-style:none;
}
#social-media-button nav ul p{
	font-family:Arial, Helvetica, sans-serif;
	color:#18A0BA;
	font-size:0.6em;
	letter-spacing:0.4em;
}
#social-media-button nav ul li{
	display:inline-block;
	margin-left:0px;
	font-size:0.6em;
	letter-spacing:0.2em;
	width: 40px;
}
#social-media-button nav ul li img{
	width:70%;
}


#language{
	margin-top:2%;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
}
#language nav{
	margin:0px auto 0px 79%;
}
#language nav ul{
	list-style:none;
	margin:10px;
}
#language nav ul li{
	display:inline-block;
	margin-left:3px;
	font-size:0.6em;
	letter-spacing:0.4em;
}
#language nav ul li a{
	text-decoration:none;
	color: #282946;
}
#header_navi nav ul li a:hover{
	color:#282946;
	font-style:normal;
}
#header_navi nav ul li a:active{
	color:#282946;
	font-style:normal;
}

#italiahomestay{
	margin:0px auto;
	width:100%;
	max-width: 450px;
}
#italiahomestay img{
	width:100%;
	margin:0px auto;
	display:block;
}


#header_navi nav{
	margin:15px auto;
	text-align:center;
background:#18A0BA;/*blue nav*/
  
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
}
#header_navi nav ul{
	list-style:none;
}
#header_navi ul li{
	display:inline-block;
	font-size:0.65em;
	letter-spacing:0.3em;
	color:#333;
	margin:10px 1%;
}
#header_navi nav ul li a{
	color:#fff;
	text-decoration:none;
}
#header_navi nav ul li a:hover{
	color:#282946;
	font-style:normal;
}
#header_navi nav ul li a:active{
	color:#282946;
	font-style:normal;
}
li#ditals {
    background-color: #282946;
    padding: 0 15px;
        font-weight: bold;
}
li#ditals a {
    color: white!important;
}

/*BODY STARTS HERE*/
#body{
	width:90%;
	margin:5% auto 0px auto;
	display:block;
}

.green_line{
	width:auto;
	height:1px;
	background-color:#18A0BA;/*GREEN TITLE*/
	margin:auto auto;
}

.dotted_line{
	width:auto;
	height:1px;
	background-color:#FFF;
	border-top:dotted #18A0BA 1.5px;
	margin:30px auto;
}
.lined_title{
	width:auto;
	margin:0px auto;
}
.lined_title img{
	width:100%;
}

/*IN HOMEPAGE-REVIEW*/
h3.link{color:#18A0BA;}


/*in ACCOMMODATION PAGE-TITLE for PRICE*/

h2.title{
	padding-top:9px;
	margin-bottom:-20px;
	color:#18A0BA;
	font-size:2.3em;
	letter-spacing:0.01em;
	line-height:1.5em;
	font-weight:100;
}
h2.title1{
	padding-top:10px;
	margin-bottom:-6px;
	color:#18A0BA;
	font-size:2.3em;
	letter-spacing:0.01em;
	line-height:1.5em;
	font-weight:100;
}
h2.title2{
	padding-top:40px;
	margin-bottom:-6px;
	color:#18A0BA;
	font-size:2.3em;
	letter-spacing:0.01em;
	line-height:1.5em;
	font-weight:100;
}

h1.title2 {
    font-weight: 200;
    color: #18A0BA;
    margin-top: 50px;
    text-align: center;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.slider {
  min-height: 450px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
img.thumb-testimonial {
    border-radius: 100%;
}
.slider__nav {
  width: 12px;
  height: 12px;
  margin: 1rem 12px;
  border-radius: 50%;
  z-index: 10;
  outline: 6px solid #ccc;
  outline-offset: -6px;
  box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.slider__nav:checked {
  -webkit-animation: check 0.4s linear forwards;
          animation: check 0.4s linear forwards;
}
.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
  left: 0%;
}
.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
  left: -100%;
}
.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
  left: -200%;
}
.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
  left: -300%;
}
.slider__nav:checked:nth-of-type(5) ~ .slider__inner {
  left: -400%;
}
.slider__nav:checked:nth-of-type(6) ~ .slider__inner {
  left: -500%;
}
.slider__nav:checked:nth-of-type(7) ~ .slider__inner {
  left: -600%;
}
.slider__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}
.slider__contents {
  padding: 2rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__image {
  font-size: 2.7rem;
      color: #2196F3;
}
.slider__caption {
  font-weight: 500;
  margin: 2rem 0 1rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}
.slider__txt {
  color: #999;
  margin-bottom: 3rem;
}

@-webkit-keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}

@keyframes check {
  50% {
    outline-color: #333;
    box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
  }
  100% {
    outline-color: #333;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
  }
}
/*Bold Parapgraph STARTS HERE*/

.bold_paragraph{
	text-align:center;
	margin:0px auto;
	/*border-bottom:dotted #18A0BA;*/
}
.bold_paragraph p{
	margin:4% auto;
	color:#999;
	letter-spacing:0.05em;
	line-height:1.5em;
	font-size:1.3em;
}
.bold_paragraph h3{
	color:#18A0BA;
	font-size:2em;
	letter-spacing:0.05em;
	font-weight:100;
	margin:1.5% auto 2% auto;
}
.bold_paragraph h4{
	margin:2% auto 0 auto;
	color:#999;
	letter-spacing:0.05em;
	line-height:1.5em;
	font-size:1.3em;
	font-weight:100;
}

/*Split Half STARTS HERE*/
.split_half{
	margin:0 auto;
	/*border-bottom:solid 3px #18A0BA;*/
}
.split_four {
	width:25%;
	float: left;
	padding: 10px;
}
.split_half_class{
	margin:0 auto;
	/*border-bottom:solid 3px #18A0BA;*/
}
.split_half h3{
	color:#18A0BA;
	font-size:1.4em;
	letter-spacing:0.05em;
	font-weight:100;
	margin:15px auto;
}
.split_half_righttour h4 {
    color: #666!important;
}
/*Find in Course Page*/
.split_half p, li{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666;
	line-height:2.5em;
	letter-spacing:0.03em;
	margin:0.5% auto 2% auto;
}
p.offerta {
    background-color: #FF9800;
    padding: 10px 0;
    font-size: 30px!important;
    color: white!important;
}

/*Find in Course Page*/

.split_half_left{
	margin:2% auto;
	float:left;
	width:50%;
}
.split_half_right{
	margin:2% auto;
	float:right;
	width:50%;
}
.split_half_leftintro{
	margin:0 auto;
	float:left;
	width:52%;
}
.split_half_rightintro{
	margin:1% auto 0 auto;
	float:right;
	width:45%;
}
.split_half_leftintro img{
	width:96%;
	margin-top:4%;
}
.split_half_left h2{
	padding-top:15%;
	text-align:center;
	color:#18A0BA;
	font-size:2.5em;
	letter-spacing:0.05em;
	line-height:1em;
	font-weight:100;
}
.split_half_leftintro p.intro{
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666;
	line-height:2em;
	margin: 5% auto 8% auto;
}
.split_half_right p{
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
	color:#666;
	line-height:2.2em;
}
.split_half_rightintro p.intro{
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666;
	line-height:2em;
	margin:5% auto 2% auto;
}

p.intro1{
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666;
	line-height:2em;
	margin:5% auto 2% auto;
}
b.boldsentence1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	
/*	background:#18A0BA;*/
	
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #777;
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
    height: 42px;
}

.split_half_right p a{
	text-decoration:none;
}

.split_half_right h3{
	color:#18A0BA;
	font-size:2.5em;
	letter-spacing:0.05em;
	font-weight:100;
	padding-bottom:8px;
}
h4.bold_paragraphintro{
	margin:-1% auto 1% auto;
	color:#999;
	letter-spacing:0.05em;
	font-size:1.5em;
	font-weight:100;
	text-align:left;
	
}
h4.bold_paragraphintro2{
	margin:5% auto -3% auto;
	color:#999 !important;
	letter-spacing:0.05em;
	font-size:1.5em;
	font-weight:100;
	text-align:left;
	line-height:1.5em;
	
	
}
h4.bold_paragraphintro3{
	margin:5% auto -2% auto;
	color:#999;
	letter-spacing:0.05em;
	font-size:1.4em;
	font-weight:100;
	text-align:left;
	line-height:1.5em;
	
}

/*Split ThreeSTARTS HERE*/
.split_three{
	margin:0 auto;
	/*border-bottom:solid 3px #18A0BA;*/
}
.split_three_tour{
	float:left;
	width:28%;
	margin-right:5%;
	margin-top:20px;
	margin-bottom:20px;
}

.split_three h3{
	color:#18A0BA;
	font-size:2em;
	letter-spacing:0.05em;
	font-weight:100;
	margin:15px auto 0px auto;

}


/*Find in Course Page*/
.split_three_course h3{
	color:#18A0BA;
	font-size:1.5em;
	letter-spacing:0.05em;
	font-weight:100;
	margin:20px auto 0px auto;

}
.split_three p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666;
	line-height:2.5em;
	letter-spacing:0.03em;
	margin:0.5% auto 2% auto;
}/*Find in Course Page*/
.split_three h4{
	color:#666;
	font-size:1.5em;
	letter-spacing:0.05em;
	font-weight:100;
	margin:0px auto;
}
.tour_splitthreeimage{
	height:250px;
	overflow:hidden;
	
}
.tour_splitthreeimage img{
	width:100%;
	display:block;
}
.split_three_tour_course{
	float:left;
	width:28%;
	margin-right:5%;
	margin-top:20px;
	margin-bottom:20px;
}
.split_three_tour_c p{
	margin-right:5%;
	margin-top:20px;
	margin-bottom:20px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666;
	line-height:1.5em;
	letter-spacing:0.03em;
	margin:0.5% auto 2% auto;
}
.split_three_tour_course p{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666;
	line-height:1.5em;
	letter-spacing:0.03em;
	margin:0.5% auto 2% auto;
}
/*split half for ACCOMMODATION page starts here*/
.apartment{
	width:auto;
	display:block;
	overflow:hidden;
}
.apartment img{
	width:90%;
	margin:0px auto;
}

.split_half_right_apartment{
	margin:2% auto;
	float:right;
	width:50%;
	display:block;
	overflow:hidden;
}
.split_half_right_apartment h5{
	color:#666;
	font-size:1.5em;
	letter-spacing:0.05em;
	font-weight:100;
	padding:15px;
	text-align:center;
}
.split_half_right_apartment h2{
	color:#18A0BA;
	font-size:3em;
	letter-spacing:0.05em;
	font-weight:100;
	padding-bottom:8px;
	text-align:center;
}
.split_half_right_apartment p{
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666;
	line-height:2.5em;
	letter-spacing:0.03em;
}

.split_half_right_trullo{
	margin:2% auto;
	float:right;
	width:50%;
	padding-top:70px;
}
.split_half_right_trullo h5{
	color:#666;
	font-size:1.5em;
	letter-spacing:0.05em;
	font-weight:100;
	padding:10px;
	text-align:center;
}
.split_half_right_trullo h2{
	color:#18A0BA;
	font-size:3em;
	letter-spacing:0.05em;
	font-weight:100;
	padding-bottom:20px;
	text-align:center;
}
.split_half_right_trullo p{
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666;
	line-height:2.5em;
	letter-spacing:0.03em;
}

/*In Accommodation Page-Pricing*/
.split_half_leftprice{
	margin:2% auto;
	float:left;
	width:49%; 
	border-right:dotted #18A0BA 1.5px;
}
.split_half_rightprice{
	margin:2% auto;
	float:right;
	width:49%;
}
.split_half_leftprice h5{
	color:#666;
	font-size:1.2em;
	letter-spacing:0.05em;
	font-weight:100;
		padding-right:40px;
	padding-bottom:3px;
}
.split_half_leftprice h3{
	color:#18A0BA;
	font-size:2em;
	letter-spacing:0.05em;
	font-weight:100;
	margin:1.5% auto;
	
	padding-right:40px;
	padding-bottom:8px;
}
.split_half_leftprice ul{
	list-style:none;
}
.split_half_rightprice h5{
	color:#666;
	font-size:1.2em;
	letter-spacing:0.05em;
	font-weight:100;
	text-align:left;
	line-height:1.8em;
	
	padding-bottom:5px;
}

/*split half for COURSE page starts here*/
.split_half_leftborder{
	margin:2% auto;
	float:left;
	width:47%; 
	border-right:dotted #18A0BA 1.5px;
	padding-right:2%;
}
.split_half_leftborder_c{
	margin:2% auto;
	float:left;
	width:47%;
	border-right:dotted #18A0BA 1.5px;
	padding-right:2%;
}
.split_half_rightborder{
	margin:2% auto;
	float:right;
	width:47%;
	padding-left:1%;
}
.split_half_rightborder_c{
	margin:2% auto;
	float:right;
	width:47%;
	padding-left:1%;
}
.split_half_leftborder h3{
	color:#18A0BA;
	font-size:2em;
	letter-spacing:0.05em;
	font-weight:100;
	margin:1.5% auto;
}
.split_half_leftborder h4{
	color:#666;
	font-size:1.5em;
	letter-spacing:0.05em;
	font-weight:100;
	padding-right:40px;
	padding-bottom:20px;
}
.split_half_leftborder h5{
	color:#666;
	font-size:1em;
	letter-spacing:0.05em;
	font-weight:100;
	margin:0 auto;
}
.split_half_leftborder p{
	width:95%;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666;
	line-height:2.5em;
	letter-spacing:0.03em;
	margin:2% auto 2% 0;
}
.split_half_leftborder_c p{
	width:95%;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666;
	line-height:2.5em;
	letter-spacing:0.03em;
	margin:2% auto 2% 0;
}
.split_half_rightborder h3{
	color:#18A0BA;
	font-size:2em;
	letter-spacing:0.05em;
	font-weight:100;
	margin:1.5% auto;
}
.split_half_rightborder h4{
	color:#666;
	font-size:1.5em;
	letter-spacing:0.05em;
	font-weight:100;
	padding-right:40px;
	padding-bottom:20px;
	
}
.split_half_rightborder h5{
	color:#666;
	font-size:1em;
	letter-spacing:0.05em;
	font-weight:100;
	margin:0 auto;
}
.split_half_rightborder p{
	width:95%;
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666;
	line-height:2.5em;
	letter-spacing:0.03em;
	margin:2% auto 2% 0;
}
.italian_course{
	width:100%;
	display:block;
	margin-top:18px;
}
.italian_course img{
	width:95%;
}
.onetoonecourse{
	margin:auto auto;
}
.onetoonecourse h4{
	color:#666;
	font-size:1.2em;
	letter-spacing:0.05em;
	font-weight:100;
	padding-right:40px;

}
.onetoonecourse h3{
	color:#18A0BA;
	font-size:2em;
	letter-spacing:0.05em;
	font-weight:100;
	margin:auto auto 2% auto;

}
/*SPLIT HALF in TOUR PAGE*/
.split_half_lefttour{
	margin:1% auto;
	float:left;
	width:48%;
}
.split_half_righttour{
	margin:1% auto;
	float:right;
	width:48%;
}
.split_half_righttour h3, .split_half_lefttour h3{
	color:#18A0BA;
	font-size:2em!important;
	letter-spacing:0.05em;
	font-weight:100;
	margin:15px auto;
}
.split_half_righttour h4{
	color:#18A0BA;
	font-size:1.5em;
	letter-spacing:0.05em;
	font-weight:100;
	margin:15px auto;
}
.split_half_righttour p{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666;
	line-height:2.5em;
	letter-spacing:0.03em;
	margin:15px auto;
}
.tour_splitimage {
	margin:15px auto;
	width:auto;
	display:block;
}
.tour_splitimage img{
	width:100%;
	display:block;
}
.split_half_lefttour_olive{
	margin:1% auto;
	float:left;
	width:30%;
}
.split_half_righttour_olive{
	margin:1% auto;
	float:right;
	width:66%;
}
.split_half_righttour_olive h4{
	color:#18A0BA;
	font-size:1.5em;
	letter-spacing:0.05em;
	font-weight:100;
	margin:15px auto;
}
/*SPLIT HALF in CONTACT PAGES*/

.split_half_leftcontact{
	margin:1% auto;
	float:left;
	width:28%;
}
.split_half_rightcontact{
	margin:1% auto;
	float:right;
	width:60%;

}
.contact_splitimage {
	margin:0px auto;
	width:auto;
	display:block;
}
.contact_splitimage img{
	width:auto;
	display:block;
}
.split_half_rightcontact h2{
	color:#18A0BA;
	font-size:2.5em;
	letter-spacing:0.05em;
	margin:0 auto;
	padding-bottom:15px;
	font-style:italic;
	line-height:60px;
}
.split_half_rightcontact h3{
	color:#18A0BA;
	font-size:2.2em;
	letter-spacing:0.08em;
	margin:0 auto;
	padding-bottom:10px;
	font-style:italic;
	line-height:45px;
	
}
.split_half_rightcontact p{
	color:#999;
	font-size:1.1em;
	letter-spacing:0.05em;
	margin:2px auto;
	line-height:2em;
	
}
.split_half_rightcontact h4{
	margin:1% auto;
	color:#999;
	font-size:1.5em;
	letter-spacing:0.05em;
}
.info{
	margin:0 auto;
	padding:0 auto;
}
.info p{
	padding:0 auto;
	margin:0 auto;
	color:#18A0BA;
	font-size:1.2em;
}
/*.info2 p{
	padding-bottom:95px;
}*/
/*full_paragraph STARTS HERE*/

.full_paragraph{
	margin:12px auto;
	padding-bottom:1%;
}
.fp_image{
	display:block;
}
.fp_image img{
	width:100%;
	padding-bottom:8px;
}
.full_paragraph h2{
	color:#18A0BA;
	font-size:2em;
	letter-spacing:0.05em;
	margin:0 auto;
	padding-top:2%;
}
.full_paragraph p{
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666;
	line-height:2em;
	margin:2% auto;
}
.full_paragraph p.intro1{
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666;
	line-height:2em;
	margin:1% auto 2% auto;
}
b.boldsentence{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#333;
/*	background:#18A0BA;*/
	line-height:2em;
	margin:2% auto;
	
}
p.review{
	
	margin:2% auto;
	padding-bottom:3%;
	padding-top:2%;
	border-bottom:dotted 1px #18A0BA;
}
.review_image{
	margin:2% auto 2%;
	
	width:auto;
	display:block;
}

.review_image img{
	width:100%;
	display:block;
}
.split_half_review{
	margin:1% auto;
	float:right;
	width:66%;
}
.split_half_review h4{
	color:#A1A1A1;
	font-size:1.2em;
	letter-spacing:0.02em;
	font-weight:100;
	line-height:1.8em;
	margin:50px auto 0 auto;
}


.fp_imagetour{
	display:block;
}
.fp_imagetour img{
	width:100%;
	margin:2% auto 0 auto;
}
/*full paragraph COURSE page*/
.full_paragraphintro{
	margin:0 auto;
	padding-bottom:1%;
}
.full_paragraphintro p{
	position:relative;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666;
	line-height:2.5em;
	letter-spacing:0.03em;
	margin:2% auto;
}
.full_paragraphintro h4{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#999;
	line-height:2em;
	letter-spacing:0.03em;
	margin:1% auto;
	font-weight:100;
}
.full_paragraphintro h2{
	color:#999;
	font-size:3em;
	letter-spacing:0.05em;
	font-weight:100;
	padding-top:15px;
}
.full_paragraphintro h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#18A0BA;
	line-height:2em;
	letter-spacing:0.03em;
	margin:1% auto;
	font-weight:100;
}
/*MARIA Split Half STARTS HERE*/
.maria_rossini{
	display:inherit;
}
.maria_rossini img{
	margin:0px auto;
	width:90%;
}

/*PRODUCT LIST STARTS HERE - Find in COURSES AND TOUR PAGE*/
.product_list{
	margin:0px auto
}
.product_listleft{
	float:left;
	margin:1% auto;
	width:72%;
	/*border-right:dotted #18A0BA;*/
}
.product_listleft h3{
	color:#18A0BA;
	font-size:2em;
	letter-spacing:0.05em;
	font-weight:100;
	margin-bottom:2%;
}
.product_listleft h4{
	color:#666;
	font-size:1.2em;
	letter-spacing:0.05em;
	font-weight:100;
	margin-bottom:15px;
}
.product_listleft p{
	font-size:0.9em;
	color:#666;
	line-height:2.5em;
	letter-spacing:0.03em;
}
.product_listright{
	float:right;
	margin:1% auto;
	width:25%;
	text-align:right;
}
.product_listright h3{
	color:#18A0BA;
	font-size:1.7em;
	letter-spacing:0.05em;
	font-weight:100;
}
.product_listright h4{
	color:#18A0BA;
	font-size:1.5em;
	letter-spacing:0.05em;
	font-weight:100;
	margin:0px auto;
}
.product_listright p{
	font-size:0.9em;
	color:#666;
	line-height:5.5em;
	letter-spacing:0.03em;
}

.tour_paragraph{
	text-align:right;
	margin-bottom:2%;
	height:500px;
	position:relative;
	width:100%;
	background:url(images/ostuni_cathedral_.jpg) no-repeat;
}

.tour_paragraph p{
	position:absolute;
	text-align:center;
	top:200px;
	padding:10px 180px;
	right:auto;
	color:#18A0BA;
	letter-spacing:0.05em;
	line-height:1.5em;
	font-size:1.3em;
	background:#FFF;
	opacity:0.9;
}

/*RELOCATION STARTS HERE*/

.relocation{
	width:100%;
	display:block;
	margin-top:18px;
}
.relocation img{
	width:95%;
}
p.relocation{
	font-size:1em;
	padding-top:20px;
}
h4.bold_paragraph{
	margin:2% auto 0 auto;
	color:#999;
	letter-spacing:0.05em;
	line-height:2em;
	font-size:1.5em;
	font-weight:100;
	text-align:left;
	padding-bottom:20px;
}

/*TRANSLATION STARTS HERE*/
h5.bold_paragraph{
	margin:0 auto 0 auto;
	color:#999;
	letter-spacing:0.05em;
	line-height:2em;
	font-size:1.5em;
	font-weight:100;
	text-align:left;
	margin-top:-20px;
	
}
ul.unordered{
	list-style:none;
}
li.unordered{
	float:left;
	width:33%;
	color:#18A0BA;
	font-size:2em;
	letter-spacing:0.05em;
	font-weight:100;
	margin:15px 0;
}
section.translation{
	margin-bottom:20px;
	margin-top:10px;
}
h4.translation{
	color:#18A0BA;
	font-size:1.3em;
	letter-spacing:0.05em;
	font-weight:100;
}
h5.translation{
	color:#999;
	letter-spacing:0.05em;
	line-height:2em;
	font-size:1.5em;
	font-weight:100;
}
h3.translation{
color:#18A0BA;
	font-size:2em;
	letter-spacing:0.05em;
	font-weight:100;

}
/*FOOTER STARTS HERE*/
footer{
	width:auto;
	margin:0px auto;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
}
footer nav{
	margin:6px auto;
	text-align:center;
	background:#18A0BA;
}
footer nav ul{
	list-style:none;
	margin:7% auto 5px auto;
}
footer nav ul li{
	display:inline-block;
	font-size:0.6em;
	color:#666;
	margin:10px 2.5%;
	
}
footer nav ul li a{
	text-decoration:none;	
	color:#fff;
	
}
footer nav ul li a:visited{
	color:#fff;
	font-style:normal;
}
footer nav ul li a:hover{
	color:#282946;
	font-style:normal;
}
footer nav ul li a:active{
	color:#282946;
	font-style:normal;
}

footer p{
	font-size:0.6em!important;
	letter-spacing:0.15em;
	color:#282946;
	text-align:center;
	line-height:1.8em;
	margin:10px auto 40px auto;
}
.info-footer{
	float:left;
	width:22%;
	margin:15px auto 40px auto!important;
	color:#282946;
font-size:0.6em;
text-align:left !important;
	line-height:2em;
}
.info-footer2{
	float:right;
	margin:15px auto 40px auto !important;
	text-align:left !important;
	color:#282946;
	font-size:0.2em;
	line-height:2em;
}

.clear{
	clear:both;	
}
/* # The Rotating Marker # */
details summary::-webkit-details-marker { display: none; }
summary::before {
  font-family: "Hiragino Mincho ProN", "Open Sans", sans-serif;
  content: "▶";
  position: absolute;
  top: 1rem;
  left: 0.8rem;
  transform: rotate(0);
  transform-origin: center;
  transition: 0.2s transform ease;
}
details[open] > summary:before {
  transform: rotate(90deg);
  transition: 0.45s transform ease;
}

/* # The Sliding Summary # */
details { overflow: hidden; }
details summary {
  position: relative;
  z-index: 10;
}
@keyframes details-show {
  from {
    margin-bottom: -80%;
    opacity: 0;
    transform: translateY(-100%);
  }
}
details > *:not(summary) {
  animation: details-show 500ms ease-in-out;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  color: transparent;
  overflow: hidden;
}
details[open] > *:not(summary) { color: inherit; }
/* # Style 2 # */
details.style2 summary::before {
  content: "×";
  color: #FFF;
  font-size: 2rem;
  line-height: 1rem;
  transform: rotate(-45deg);
  top: 1.2rem;
  left: 0.5rem;
}
details[open].style2 > summary:before {
  transform: rotate(90deg);
  color: #F00 !important;
  transition: color ease 2s, transform ease 1s;
}
/* # Just Some Pretty Styles # */
body { font-family: "Open Sans", sans-serif; }
img { max-width: 100%; }
p { margin: 0; padding-bottom: 10px; }
p:last-child { padding: 0; }
details {
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 30px;
  background: white;
}
summary {
  border: 4px solid transparent;
  outline: none;
  padding: 1rem;
  display: block;
  background: #666;
  color: white;
  padding-left: 2.2rem;
  position: relative;
  cursor: pointer;
}
details[open] summary, summary:hover {
    color: #34cc99;
    background: #444;
}
summary:hover strong,
details[open] summary strong,
summary:hover::before,
details[open] summary::before {
  color: #34cc99;
}
.content {
  padding: 10px;
  border: 2px solid #888;
  border-top: none;
}