@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "animate.css";
@import "touchTouch.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700);
/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/*========================================================
										Main layout styles
=========================================================*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  min-width: 300px;
  background: #000;
  color: #14000b;
  font: 300 18px/24px 'Open Sans', Arial, sans-serif;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
 
  font: 300 30px/30px 'Open Sans', Arial, sans-serif;
  margin-top: 16px;
  text-align: center;
  position: relative;
  
  
}
h1 img {
  max-width: inherit;
}

h1logo img  {
    max-width: inherit;
    max-width: 309px;
    margin-top: 15px;
}

h2 {
  font: bold 14px/20px 'Open Sans', Arial, sans-serif;
  margin-top: 44px;
  color: #0c0c0c;
  /*text-transform: uppercase; */
  text-align: center;
}


h1 + h2 {
    margin-top: 9px;
    font: 300 26px/30px 'Open Sans', Arial, sans-serif;
    text-transform: none;
}
h3 {
  font: 18px/24px 'Open Sans', Arial, sans-serif;
  margin-top: 34px;
  text-transform: uppercase;
}
h4 {
  font: 300 18px/24px 'Open Sans', Arial, sans-serif;
  color: #363f45;
  margin-top: 39px;
  text-transform: uppercase;
}


/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #fff;
  padding: 3px 0 13px;
  position: relative;
  z-index: 100;
}

.lang_outer {
    position: relative;
}
#language {
  position: absolute;
  top: 16px;
  right: -40px;
  list-style: none;
  font-size: 14px;
}
.isStuck #language {
  top: 15px;
}
#language li {
  display: inline-block;
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 12px;
  margin-right: 45px;
  float: right;
}
.sf-menu {
  float: right;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0 0 34px;
}
.sf-menu > li:last-child,
.sf-menu > li#last-li {
  /*margin: 0;*/
}
.sf-menu > li > a {
  display: inline-block;
  padding: 1px;
  font: 18px/30px 'Open Sans', Arial, sans-serif;
  text-transform: uppercase;
  /*color: #ffffff;*/
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #ff5300;
  /*background: @menu-bg-hover-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: 10px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  /*border-style: solid;
				border-width: 3px 3px 0 3px;
				border-color: #333 transparent transparent transparent;*/
}
.sf-menu > li > a strong {
  width: 0%;
  height: 6px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 92px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background: #fa9183;*/
  opacity: 0;
  display: none;
  /* css triangle =============================================*/
}
.sf-menu > li > a strong:before {
  content: "";
  /*display: block;
					width: 0; 
					height: 0; 
					border-left: 7px solid transparent;
					border-right: 7px solid transparent;
					border-bottom: 7px solid #fa9183; 
					position: absolute;
					top: -5px;
					left: 50%;
					margin-left: -3px;*/
}
.sf-menu > li.current > a {
  color: #35BAD8;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu .current a {
}
.sf-menu .current a {
}


.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #35BAD8;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.sfHover > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles - submenu
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 67px;
  left: -20px;
  /*background: @submenu-bg-color;*/
  background: rgba(14, 19, 7, 0.9);
  padding: 25px 10px 10px 20px;
  width: 155px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  text-align: left;
  line-height: 30px;
}
.sf-menu ul li a {
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #ffffff;
  display: inline-block;
}
.sf-menu ul li a:hover {
  color: #35BAD8;
}
.sf-menu ul li a.sf-with-ul:after {
  /*content: '';*/
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 14px;
  line-height: 13px;
  font-weight: normal;
  color: #000;
  right: -4px;
  bottom: 1px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover > a {
  color: #35BAD8;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -25px;
  left: 136px;
  background: #4f453c;
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .sf-menu > li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 979px) {
  nav {
    float: left;
  }
  .sf-menu > li {
    margin-left: 0px;
    margin-right: 37px;
    font-size: 14px;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 767px) {
  nav {
    float: none;
  }
  .sf-menu {
    display: none;
    font-size: 14px;
    text-transform: uppercase;
    
    
  }
  .select-menu {
    display: block;
    width: 100%;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 2px solid #35BAD8;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #fff; 
  border-bottom: 1px solid #222;
  padding: 0px 0 0px;
  z-index: 999;
}
.isStuck h1 {
  margin-top: 0;
  /*height: 100px;*/
}
.isStuck nav {
  margin-top: 12px;
}
/*.isStuck .sf-menu > li > a {line-height: 50px;}*/
.isStuck .sf-menu ul.submenu {
  top: 50px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										USEFUL styles
=========================================================*/
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a:hover {
  color: #35BAD8;
  text-decoration: none;
}
a.link1 {
  color: #000;
}
a.link1:hover {
  color: #eb6654;
}
a.link2 {
  font-weight: 300;
  text-transform: lowercase;
}
a.link2:hover {
  color: #eb6654;
}
a.logo_link {
  margin-top: 45px;
  display: block;
}
a.logo_link img {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a.logo_link:hover img {
  opacity: 0.6;
}
.txt_section1 {
  position: relative;
  padding-left: 46px;
  margin-top: 9px;
  padding-bottom: 15px;
  text-align: justify;
}
.txt_section1:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 17px;
  height: 17px;
  left: 0;
  top: 5px;
  background: #e3e3e3;
  border-radius: 500px;
}
.txt_section1 strong {
    font-weight: 700;
}

.txt_section2 {
  position: relative;
  padding-left: 46px;
  margin-top: 9px;
  padding-bottom: 15px;
  text-align: justify;
}
.txt_section2:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 18px;
  height: 18px;
  left: 0;
  top: 5px;
  background: #e3e3e3;
  border-radius: 500px;
}


.txt1 {
  font: 300 30px/30px 'Open Sans', Arial, sans-serif;
  margin-top: 4px;
  text-align: center;
}
.txt1-testoint {
  font: 300 18px/24px 'Open Sans', Arial, sans-serif;
  margin-top: 13px;
  text-align: center;
}



.txt1-2 {
  font: 300 30px/30px 'Open Sans', Arial, sans-serif;
  margin-top: 4px;
  text-align: center;
}

.txt2 {
  font: bold 14px/29px 'Open Sans', Arial, sans-serif;
  margin-top: 19px;
  color: #070707;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.txt2.v2 {
  margin-top: 65px;
}
.txt3 {
  font: 300 30px/30px 'Open Sans', Arial, sans-serif;
  margin-top: 39px;
  color: #fff;
}

.txt3nero {
  font: 300 30px/30px 'Open Sans', Arial, sans-serif;
  margin-top: 39px;
  color: #000;
}


.txt4 {
  font: 18px/24px 'Open Sans', Arial, sans-serif;
  margin-top: 54px;
  color: #fff;
  text-transform: uppercase;
}
.txt5 {
  font: 30px/30px 'Open Sans', Arial, sans-serif;
  margin-top: 44px;
  color: #cecece;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  margin-bottom: -42px;
}
.color1 {
  color: #cecece;
}
.color2 {
  color: #cecece;
}
.color3 {
  color: #4f453c;
}
.color3 strong {
    font-weight: bold;
}
.box,
.box2 {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fz15 {
  font-size: 15px;
}
.circle {
  overflow: hidden;
  border-radius: 1000px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.txt_upp {
  text-transform: uppercase;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_cntr {
  text-align: center;
}

.txt_justify {
  text-align: justify;
}


.txt_ital {
  font-style: italic;
}
.txt_line_through {
  text-decoration: line-through;
}
.pos_rel {
  position: relative;
}
.txt_und {
  text-decoration: underline;
}
.padTop1 {
  padding-top: 10px;
}
.padBot1 {
  padding-bottom: 10px;
}
.padLeft1 {
  padding-left: 10px;
}
.padRight1 {
  padding-right: 10px;
}
.mar1 {
  margin: 0 7px;
}
.pad1 {
  padding-bottom: 37px;
}
.pad2 {
  padding-bottom: 61px;
}
.pad3 {
  padding-bottom: 21px;
}
.pad4 {
  padding-bottom: 46px;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: -4px;
}
.marTop2 {
  margin-top: 8px;
}
.marTop3 {
  margin-top: 17px;
}
.marTop4 {
  margin-top: 25px;
}
.marTop5 {
  margin-top: 19px !important;
}
.marTop6 {
  margin-top: -10px;
}
.marTop7 {
  margin-top: 5px;
}
.marTop8 {
  margin-top: 8px;
}
.marTop9 {
  margin-top: 18px;
}
.marTop10 {
  margin-top: 23px;
}
.hline {
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  margin-top: 30px;
  margin-bottom: 0px;
}
p {
  margin-top: 18px;
  text-align: justify;
  
}
img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}
.img_border {
  border: 1px solid #efefef;
  background: #f8f8f8;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}

.icon0 {
  margin-top: 36px;
  float: left;
  margin-right: 25px;
  width: 74px;
  height: 74px;
  text-align: center;
  color: #000;
  background: #fff;
  border-radius: 500px;
  font-size: 30px;
  line-height: 74px;
}


.icon1 {
  margin-top: 36px;
  float: left;
  margin-right: 25px;
  width: 74px;
  height: 74px;
  text-align: center;
  color: #000;
  background: #e3e3e3;
  border-radius: 500px;
  font-size: 30px;
  line-height: 74px;
}
.icon2 {
  margin-top: 50px;
  float: left;
  margin-right: 13px;
  width: 66px;
  height: 66px;
  text-align: center;
  color: #fff;
  background: #000;
  border-radius: 500px;
  font-size: 30px;
  line-height: 66px;
}
.icon3 {
  display: inline-block;
  margin-top: 4px;
  margin-left: 5px;
}
.icon4 {
  margin-top: 0px;
  float: left;
  margin-right: 27px;
  width: 74px;
  height: 74px;
  text-align: center;
  color: #fff;
  background: #e3e3e3;
  border-radius: 500px;
  font-size: 30px;
  line-height: 74px;
}
.img_rounded {
  border-radius: 500px;
}
.img1 {
  margin-top: 30px;
}
.img2 {
  margin-top: 60px;
}
.img3 {
  margin-top: 40px;
  float: left;
  margin-right: 30px;
}
blockquote {
  padding-left: 33px;
  padding-right: 40px;
  background: url(../images/quote_sign.png) 0 0px no-repeat;
  margin-top: 29px;
  overflow: hidden;
}
blockquote p {
  margin-top: 0;
}
.num_section {
  font: 300 42px/52px 'Open Sans', Arial, sans-serif;
  float: left;
  color: #14000b;
  width: 68px;
  display: block;
  margin-top: 6px;
  border-right: 1px solid #14000b;
  margin-right: 24px;
}
.date_section {
  position: relative;
  width: 93px;
  border-right: 1px solid #fff;
  float: left;
  text-align: left;
  margin-top: 39px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 20px;
}
.date_section.v2 {
  color: #14000b;
  border-right: 1px solid #14000b;
  margin-top: 11px;
  width: 100px;
  margin-right: 16px;
}
.date_section.v2 .day {
  color: #14000b;
}
.date_section.v2 .month {
  color: #14000b;
}
.day {
  font: 300 60px/60px 'Open Sans', Arial, sans-serif;
  margin-top: -7px;
  display: block;
}
.month {
  font: 300 14px/20px 'Open Sans', Arial, sans-serif;
  margin-top: 4px;
  display: block;
  text-transform: uppercase;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 34px;
}
.listWithMarker li {
  display: block;
  padding-left: 26px;
  margin-bottom: 0;
  padding-bottom: 6px;
  position: relative;
}
.listWithMarker li:before {
  position: absolute;
  content: '\f101';
  font: normal normal 14px/20px 'FontAwesome';
  color: #a2a2a2;
  top: -1px;
  left: 0;
}
.listWithMarker li a {
  color: #a2a2a2;
  text-decoration: none;
  font: 14px/20px "Open Sans", Arial, sans-serif;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #35BAD8;
}
.list2 {
  margin: 0;
  margin-top: 14px;
}
.list2 li {
  display: block;
  padding-top: 5px;
  padding-bottom: 6px;
  position: relative;
}
.list2 li + li {
  border-top: 1px solid #626165;
}
.list2 li a {
  /*color: #fff;*/
  text-decoration: none;
}
.list2 li a:hover,
.list2 li.current a {
  color: #35BAD8;
}
.list2.v2 {
  margin-top: 5px;
}
.list2.v2 li + li {
  border-color: #b8b2b5;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 37px;
  padding: 14px 35px;
  text-decoration: none;
  font: 300 18px/24px "Open Sans", Arial, sans-serif;
  color: #fff;
  background: #000;
  text-transform: uppercase;
}
.more_btn:hover {
  color: #000;
  background: #35BAD8;
}
.more_btn2 {
  display: inline-block;
  margin-top: 17px;
  text-decoration: none;
  font: bold 14px/24px "Open Sans", Arial, sans-serif;
  color: #070707;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.more_btn2:hover {
  color: #35BAD8 !important;
}
/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../images/magnifier2.png) 50% 50% no-repeat;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
a.magnifier2:hover .zoom {
  opacity: 1;
}
a.magnifier2 .zoom {
  opacity: 0;
}
/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: block;
  margin-top: 23px;
  white-space: nowrap;
  text-align: left;
  float: right;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-left: 7px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #6a6c76;
  background: #fff;
  text-align: center;
  border-radius: 500px;
  border: 1px solid #b0b0b0;
}
.soc_icons i {
  font: normal normal 15px/40px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #000;
  text-decoration: none;
  background: #35BAD8;
}
/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0 0 36px 0;
  background: #fff;
  overflow: hidden;
}
.content_pages {
  /*margin-top: -24px;*/
}
.box-1 {
  color: #fff;
  background: url('../images/bg1.jpg') 0 0;
  /*background-repeat: no-repeat;*/
  background-position: Center;
  text-align: center;
  padding: 1px 0 79px 0;
  /*min-height: 456px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 28px;
}
.box-1.bg2 {
  padding: 1px 0 50px 0;
  background: url('../images/bg2.jpg') 0 0;
  background-position: Center;

  text-align: left;
}
.box-1.bg3 {
  padding: 1px 0 43px 0;
  background: url('../images/bg3.jpg') 0 0;
}
.box-1.bg4 {
  padding: 1px 0 59px 0;
  background: url('../images/bg4.jpg') 0 0;
}
.box-1.bg4 .more_btn2 {
  color: #fff;
}
.box-1.bg5 {
  background: url('../images/bg2.jpg') 0 0;
  padding: 1px 0 45px 0;
}
.box-1.bg5 .more_btn2 {
  color: #fff;
}
.banner1 {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 20px 34px 28px;
  background: url(../images/bg_transparent1.png);
  text-align: left;
  margin-top: 61px;
}
.banner2 {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 20px 23px 21px;
  background: #e3e3e3;
  text-align: left;
  margin-top: 61px;
  color: #14000b;
}
.banner2.v2 {
  margin-top: 5px;
  padding-bottom: 30px;
}
.banner2 h3 {
  margin-top: 9px;
}
.box-22 {
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 40px 0 40px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/bg1.jpg) 50% 50% no-repeat #9b9b9b;
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
/**** start Map API ****/
.content_map {
  margin-top: 61px;
  position: relative;
  height: 439px;
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
/**** end Map API ****/
/**** start Map ****/
.map {
  margin-top: 15px;
  overflow: hidden;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 321px;
  max-width: 100%;
}
.img_border.map {
  max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 12px;
  display: block;
}
.address1 dt {
  margin-bottom: 1px;
}
.address1 dd span {
  min-width: 84px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 7px 0 15px;
  color: #fff;
  overflow: hidden;
  text-align: center;
  margin-bottom: 82px;
}
.txt_priv {
  margin-top: 5px;
  color: #fff;
}
#cookie-box {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 12px 3%;
    box-sizing: border-box;
    font-size: 16px;
    display: none;
}
#cookie-box.show {
    display: block;
}
#cookie-box .closeCookie {
    background-color: #35BAD8;
    color: #fff;
    float: right;
    padding: 4px 13px;
    margin-top: 3px;
    font-size: 12px;
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #444;
  width: 40px;
  height: 43px;
  font-size: 42px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #9e024e;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  figure a,
  figure a img {
    width: 100%;
  }
  .caption span {
    float: left;
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #dedede;
     
    background: #222; /* browser che non supportano rgba */
    background: rgba(255,83,0,0.6);
    position: absolute;
    left: 0;
    bottom: 0;
}
  
  
}
@media only screen and (max-width: 979px) {
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }
  .icon1 {
    margin-right: 5px;
    width: 44px;
    height: 44px;
    font-size: 24px;
    line-height: 44px;
  }
  .banner1,
  .banner2 {
    padding: 10px;
  }
  .date_section {
    width: 84px;
    margin-right: 7px;
  }
  .num_section {
    margin-right: 12px;
    width: 60px;
  }
  h3 {
    font: 14px/20px 'Open Sans', Arial, sans-serif;
  }
  
  h1 {
    width: 100%;
    font-size: 24px;
  }
  h1 + h2 {
      font-size: 18px;
      line-height: 22px;
  }
  .txt3nero {
      font-size: 16px;
      line-height: 22px;
  }
  
  .txt1-boldcentrato{
  font: bold 16px/20px 'Open Sans', Arial, sans-serif;
  margin-top: 44px;
  color: #0c0c0c;
  /*text-transform: uppercase; */
  text-align: center;
     
  }
  
  
  .txt1-testoint {
      font-size: 18px;
      line-height: 22px;
      }
  
  .txt1-2 {
      font-size: 24px;
  }
  #language {
      right: 10px;
  }
  .sf-menu > li {
      margin-right: 26px;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  img.no_resize,
  h1 img {
    width: auto;
  }
  .map figure iframe {
    height: 300px;
  }
  figure a {
    width: 100%;
  }
  .icon1 {
    margin-right: 15px;
    width: 74px;
    height: 74px;
    font-size: 32px;
    line-height: 74px;
  }
  .img3 {
    margin-top: 20px;
    float: none;
    margin-right: 0;
  }
  #owl {
    padding: 0px 40px !important;
    text-align: center;
  }
  #owl .owl-prev {
    left: 0px !important;
  }
  #owl .owl-next {
    right: 0px !important;
  }
  #contact-form {
    margin-top: 30px !important;
  }
  h3 {
    font: 18px/24px 'Open Sans', Arial, sans-serif;
  }
  .txt1 {
    font: 300 24px/25px 'Open Sans', Arial, sans-serif;
  }
  
   .txt1-testoint {
      font-size: 14px;
      line-height: 22px;
      }
 
  .caption span {
    float: left;
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #dedede;
     
    background: #222; /* browser che non supportano rgba */
    background: rgba(255,83,0,0.6);
    position: absolute;
    left: 0;
    bottom: 0;
}
   
}



@media only screen and (max-width: 679px) {
    body {
        font-size: 16px;
    }
    
  h1 {
    width: 100%;
    font-size: 16px;
    text-align: justify;
    line-height: 23px;
  }
  h1 + h2 {
      font-size: 16px;
      line-height: 22px;
      text-align: justify;
  }
  .txt3nero {
      font-size: 16px;
      line-height: 22px;
  }
  
  .txt1-testoint {
      font-size: 16px;
      line-height: 22px;
      }
  
  h1 img {
    width: 100%;
  }
  a.logo_link {
      
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
  }
  #language {
    top: 77px;
    right: -10px;
  }
  
  
  
}

.caption {
    font-family: Verdana, sans-serif;
    font-size: 10px;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
 
.caption img {
    float: left;
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
}
 
.caption span {
    float: left;
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #dedede;
     
    background: #222; /* browser che non supportano rgba */
    background: rgba(53,186,216,0.6);
    position: absolute;
    left: 0;
    bottom: 0;
}
 
.caption span strong {
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
}

/*Core variables and mixins*/


/* Custom */
.pt-2 {
  padding-top: 1.2em;
}
.form .row {
  padding: 0.3em 0;
}
.form .row label {
  display: block;
  padding-bottom: 0.4em;
}
.form .row input, .form .row textarea {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding: 0 7px;
  background: #fff;
  color: #545454;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid #a5a5a5;
  font: 14px 'Open Sans', Arial, sans-serif;
}
.form .row textarea {
  height: 110px;
  padding: 4px 7px;
}
.form .row input[type="checkbox"] {
  width: auto;
  height: auto;
  box-shadow: none;
}
.form .row input[type="submit"] {
  width: auto;
  height: auto;
  font-size: 1.4em;
  line-height: 2.1em;
  padding: 0 28px;
  background-color: #35BAD8;
  color: #fff;
  border: none;
  margin-top: 19px;
}

@media only screen and (max-width: 679px) {
  .form .row {
    padding: 0;
  }
  .form .row input[type="submit"] {
    -webkit-appearance: none;
  }
  .form .row.submit {
    text-align: center;
  }
  .form .row .grid_6, .form .row .grid_12 {
    padding: 0.3em 0;
  }
  #contact .mobile-block p {
    margin-top: 0;
  }
  #contact .mobile-hide {
    display: none;
  }
  #contact strong {
    font-weight: bold !important;
  }
}