@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
html {
  height: 100%;
}

body {
  color: #737373;
  font-size: 14px;
  font-family: "Oswald", arial, serif;
  font-weight: 400;
  height: 100%;
}

a, a:link {
  text-decoration: none;
}

h2, h3, h4 {
  margin-top: 0;
  font-family: "Oswald", arial, serif;
  font-weight: 400;
  color: #147880;
}

p {
  font-family: "Oswald", arial, serif;
  font-weight: 400;
  color: #737373;
}

.title {
  font-size: 1.5em;
}

#scrollTop {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(18, 18, 18, 0.5);
  position: fixed;
  bottom: 20px;
  right: -30px;
  display: block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  z-index: 99999;
}

#scrollTop:hover {
  background-color: #121212;
}

#scrollTop.enter {
  right: 20px;
}

#header {
  z-index: 999;
  position: fixed;
  width: 100%;
  margin-top: 58px;
  background-color: rgba(17, 110, 118, 0.9);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#header #logo, #header .logo {
  position: absolute;
  top: -58px;
  left: 0;
}
#header #logo img, #header .logo img {
  width: 213px;
  height: 211px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#header h2, #header h3 {
  font-size: 30px;
  padding-left: 218px;
  padding-top: 15px;
  text-transform: uppercase;
}
#header h2.negozio {
  padding-top: 30px;
}
#header h3 {
  padding-top: 0;
  font-size: 16px;
}
#header h2 a, #header h3 a {
  color: #fff;
}
#header .navigation {
  text-align: right;
  padding-top: 35px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 0px;
  list-style: none;
  font-family: "Oswald", arial, serif;
  text-transform: uppercase;
  margin: 0;
}
#header .navigation li {
  display: inline;
  font-size: 17px;
  color: #fff;
}
#header .navigation li a {
  padding: 8px 6px 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#header .navigation li a, #header .navigation li a:link, #header .navigation li a:visited, #header .navigation li a:active {
  color: #fff;
}
#header .navigation li a:hover, #header .navigation li a.active {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #116e76;
  background-color: #fff;
}

#header.minified {
  margin-top: 0;
  padding: 5px 0;
}
#header.minified #logo, #header.minified .logo {
  position: relative;
  top: 0;
  left: 0;
}
#header.minified #logo img, #header.minified .logo img {
  width: 80px;
  height: 80px;
}
#header.minified .navigation {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 80px;
}
#header.minified .navigation li {
  font-size: 18px;
}

.slide.spot {
  background: #ffffff;
}
.slide.spot .container {
  padding-top: 0px;
}
.slide.spot .container h2 {
  font-size: 80px;
  text-align: center;
}
.slide.spot .container p {
  font-size: 22px;
  text-align: center;
}

.slide.content {
  background: #ffffff url("../imm/coffee-beans.png") repeat-x center top;
}
.slide.content .container {
  padding-top: 215px;
  padding-bottom: 30px;
}
.slide.content .container h2 {
  font-size: 80px;
  text-align: left;
}
.slide.content .container h4 {
  font-size: 40px;
  text-align: left;
}
.slide.content .container p {
  font-size: 16px;
  text-align: justify;
}
.slide.content .container .img-side {
  float: left;
  width: 35%;
  margin-right: 15px;
  margin-bottom: 10px;
}

.slide.gallery .container {
  padding-top: 215px;
  padding-bottom: 30px;
}

.slide.layout-image {
  background-attachment: fixed;
  background-position: center;
}

.slide {
  min-height: 850px;
  height: auto !important;
  height: 850px;
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide .slide-bg {
  height: 400px;
  width: 400px;
  display: none;
  overflow: hidden;
}

#home.slide img {
  margin-top: 40px;
}
#home.slide .scroll-glyph {
  background: url("../imm/scroll-glyph.png") no-repeat;
  display: inline-block;
  height: 180px;
  position: absolute;
  top: 300px;
  right: 0px;
  width: 330px;
  opacity: 1;
  transition: opacity .65s ease-in-out;
  -moz-transition: opacity .65s ease-in-out;
  -webkit-transition: opacity .65s ease-in-out;
}
#home.slide .scroll-glyph.on {
  opacity: 0.1;
}

#home.slide.content img {
  margin-top: 0;
}

#spot-tv.slide .wrapper-video {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#spot-tv.slide .h_video {
  position: relative;
  height:600px;
}
#spot-tv.slide .h_video .ratio {
  display: block;
  width: 100%;
  height: auto;
}
#spot-tv.slide .h_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#punti-vendita.slide .negozio {
  display: block;
  padding: 5px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 5px solid #116e76;
}
#punti-vendita.slide .negozio:hover {
  background-color: #ebebeb;
}

.flags {
  /*
  	.flag {
  		width:32px;
  		height:32px;
  		display:inline-block;
  		margin:0px;
  	}
  
  	.flag.it {background: url('../imm/flags/32x32/it.png') no-repeat;}
  	.flag.en {background: url('../imm/flags/32x32/en.png') no-repeat;}
  	.flag.ro {background: url('../imm/flags/32x32/ro.png') no-repeat;}
  	.flag.bg {background: url('../imm/flags/32x32/bg.png') no-repeat;}
  	.flag.fr {background: url('../imm/flags/32x32/fr.png') no-repeat;}
  	.flag.de {background: url('../imm/flags/32x32/de.png') no-repeat;}
  	.flag.es {background: url('../imm/flags/32x32/es.png') no-repeat;}
  	.flag.cz {background: url('../imm/flags/32x32/cz.png') no-repeat;}
  	.flag.sk {background: url('../imm/flags/32x32/sk.png') no-repeat;}
  	.flag.pt {background: url('../imm/flags/32x32/pt.png') no-repeat;}
  	.flag.nl {background: url('../imm/flags/32x32/nl.png') no-repeat;}
  	.flag.sv {background: url('../imm/flags/32x32/sv.png') no-repeat;}
  	.flag.jp {background: url('../imm/flags/32x32/jp.png') no-repeat;}
  	.flag.cn {background: url('../imm/flags/32x32/cn.png') no-repeat;}
  */
  position: absolute;
  right: 0;
  top: 27px;
}
.flags .dropdown-menu {
  top: -5px;
  left: -47px;
  min-width: 0px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: center;
  width:75px;

}
.flags .dropdown-menu .divider {
  height: 1px;
  margin: 0;
}
.flags .dropdown-menu > li.item {
  padding: 3px;
}
.flags .dropdown-menu > li > a {
  display: block;
  padding: 0px;
}
.flags .dropdown-menu > li:hover,
.flags .dropdown-menu > li:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.flags .dropdown-menu > .active,
.flags .dropdown-menu > .active:hover,
.flags .dropdown-menu > .active:focus,
.flags .dropdown-menu > .active > a,
.flags .dropdown-menu > .active > a:hover,
.flags .dropdown-menu > .active > a:focus {
  background-color: #e4e4e4;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #header {
    margin-top: 60px;
  }
  #header #logo, #header .logo {
    top: -60px;
    left: 0;
  }
  #header #logo img, #header .logo img {
    width: 200px;
    height: 200px;
  }
  #header .navigation {
    padding-top: 30px;
    padding-bottom: 25px;
    padding-right: 25px;
  }
  #header .navigation li {
    font-size: 15px;
  }
  #header .navigation li a {
    padding: 8px 6px 5px;
  }
  #header h2 {
    font-size: 28px;
    padding-left: 203px;
    padding-top: 12px;
  }
  #header h2.negozio {
    padding-top: 22px;
  }
  #header h3 {
    padding-left: 203px;
  }

  .slide.spot .container {
    padding-top: 0px;
  }
  .slide.spot .container h2 {
    font-size: 75px;
  }
  .slide.spot .container p {
    font-size: 22px;
  }

  .slide.content .container {
    padding-top: 215px;
  }
  .slide.content .container h2 {
    font-size: 70px;
  }
  .slide.content .container p {
    font-size: 16px;
  }

  .slide.gallery .container {
    padding-top: 215px;
  }

  #home.slide .scroll-glyph {
    display: none;
  }

  .flags {
    top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #header {
    margin-top: 40px;
  }
  #header #logo, #header .logo {
    top: -40px;
    left: 0;
  }
  #header #logo img, #header .logo img {
    width: 160px;
    height: 160px;
  }
  #header .navigation {
    padding-top: 22px;
    padding-bottom: 18px;
    padding-right: 18px;
  }
  #header .navigation li {
    font-size: 13px;
  }
  #header .navigation li a {
    padding: 6px 6px 3px;
  }
  #header h2 {
    font-size: 22px;
    padding-left: 163px;
    padding-top: 10px;
  }
  #header h2.negozio {
    padding-top: 18px;
  }
  #header h3 {
    padding-left: 163px;
  }

  .slide.spot .container {
    padding-top: 0px;
  }
  .slide.spot .container h2 {
    font-size: 70px;
  }
  .slide.spot .container p {
    font-size: 20px;
  }

  .slide.content .container {
    padding-top: 160px;
  }
  .slide.content .container h2 {
    font-size: 60px;
  }
  .slide.content .container p {
    font-size: 15px;
  }

  .slide.gallery .container {
    padding-top: 170px;
  }

  #home.slide .scroll-glyph {
    display: none;
  }

  .flags {
    top: 18px;
  }
}
@media (max-width: 767px) {
  #header {
    margin-top: 0px;
    text-align: center;
  }
  #header #logo, #header .logo {
    position: relative;
    top: 0px;
    left: 0;
  }
  #header #logo img, #header .logo img {
    width: 140px;
    height: 140px;
  }
  #header .navigation {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    list-style: none;
    text-align: center;
  }
  #header .navigation li {
    font-size: 12px;
  }
  #header .navigation li a {
    padding: 2px 3px 2px;
  }
  #header h2 {
    font-size: 22px;
    padding-left: 0px;
    padding-top: 5px;
  }
  #header h2.negozio {
    padding-top: 5px;
  }
  #header h3 {
    padding-left: 0;
  }

  .slide.spot {
    background: #ffffff;
  }
  .slide.spot .container {
    padding-top: 0px;
  }
  .slide.spot .container h2 {
    font-size: 65px;
  }
  .slide.spot .container p {
    font-size: 18px;
  }

  .slide.content .container {
    padding-top: 195px;
  }
  .slide.content .container h2 {
    font-size: 50px;
    text-align: center;
  }
  .slide.content .container p {
    font-size: 14px;
  }

  .slide.gallery .container {
    padding-top: 250px;
  }

  div[class^="col-"] img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #home.slide .scroll-glyph {
    display: none;
  }

  .flags {
    top: 0px;
  }
  
	#spot-tv.slide .h_video {
		height:300px;
	}
 
}
.control-label {
  margin-top: 0;
  font-family: "Oswald", arial, serif;
  font-weight: 400;
  color: #147880;
  font-size: 15px;
}

#map-canvas {
  border: 10px solid #116e76;
  margin-bottom: 10px;
  width: 100%;
  height: 550px;
}

.lang {
  display: block;
  margin:0px;
  width: 28px;
  height: 28px;
  background-image: url("../imm/flag-sprite.png");
  background-repeat: no-repeat;
  overflow: hidden;
  opacity: 0.6;
  filter: alpha(opacity=0.6);
  /* For IE8 and earlier */
}

.lang.active, .lang:hover {
  opacity: 1;
  filter: alpha(opacity=1);
  /* For IE8 and earlier */
}

.lang_uk {
  background-position: 0 0;
}

.lang_de {
  background-position: -28px 0;
}

.lang_it {
  background-position: -56px 0;
}

.lang_fr {
  background-position: -84px 0;
}

.lang_bg {
  background-position: -112px 0;
}

.lang_es {
  background-position: -140px 0;
}

.lang_pt {
  background-position: -168px 0;
}

.lang_sk {
  background-position: -196px 0;
}

.lang_cz {
  background-position: -224px 0;
}

.lang_ro {
  background-position: -252px 0;
}

.lang_cn {
  background-position: -280px 0;
}

.lang_jp {
  background-position: -308px 0;
}

.lang_ma {
  background-position: -336px 0;
}

.lang_us {
  background-position: -364px 0;
}

.lang_ru {
  background-position: -392px 0;
}

.lang_at {
  background-position: -420px 0;
}

.lang_be {
  background-position: -448px 0;
}

.lang_kr {
  background-position: -476px 0;
}

.lang_gr {
  background-position: -504px 0;
}

.lang_lu {
  background-position: -532px 0;
}

.lang_ie {
  background-position: -560px 0;
}

.lang_hu {
  background-position: -588px 0;
}

.lang_sg {
  background-position: -616px 0;
}

.lang_se {
  background-position: -644px 0;
}

.lang_in {
  background-position: -672px 0;
}

.lang_dk {
  background-position: -700px 0;
}

.lang_hk {
  background-position: -728px 0;
}

.lang_is {
  background-position: -756px 0;
}

.lang_asia {
  background-position: -784px 0;
}

.lang_co.th{
	background-position:-812px 0;
}

.lang_com{
	background-position:-840px 0;
}
