/*
1.0 - Reset & Common Styles
    1.1 - BeeSoft Custom Grid
    1.2 - Custom Classes
    1.3 - Titles
    1.4 - Text and Buttons
    1.5 - Custom Stying Classes
    1.6 - Fonts
2.0 - Main Page
    2.1 - Header
    2.2 - Menu & Navigation
    2.3 - Slider/Main View
    2.4 - Services
    2.5 - Intro & About
    2.6 - Blog Stream & Posts Block
    2.7 - Footer
3.0 - Pages
    3.1 - General Pages styles
    3.2 - Services
    3.3 - Team
    3.4 - Contacts
4.0 - Blog
    4.1 - Archive
    4.2 - Pagination
5.0 - Responsive
    5.1 - Desktop & Wide > 1280 width
    5.2 - Tablet Portrait 768px - 991px width
    5.3 - Smarthphone max-767px width
    5.4 - Smarthphone Landscape 480px - 767px width
6.0 - Animations

/* 1.0 - Reset & Common Styles */
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
  outline: 0px;
}
/* 1.1 - BeeSoft Custom Grid */
.container {
  margin: 0px auto 0px auto;
  width: 95%;
  max-width: 1200px;
}
.row:after {
  content: '';
  display: block;
  clear: both;
}
.col {
  float: left;
  margin-left: 2%;
}
.c1 {width: 6.5%;}
.c2 {width: 15%;}
.c3 {width: 23.5%;}
.c4 {width: 32%;}
.c5 {width: 40.5%;}
.c6 {width: 49%;}
.c7 {width: 57.5%;}
.c8 {width: 66%;}
.c9 {width: 74.5%;}
.c10 {width: 83%;}
.c11 {width: 91.5%;}
.c12 {width: 100%;}
.col .col {margin-bottom: 0px;}
.c4 .c3 {width: 73%;}
.c8 .col {margin-left: 3%;}
.c8 .c3 {width: 35.6%;}
.c8 .c4 {width: 48.5%;}
.col:first-child {margin-left: 0px;}
.offset1 {margin-left: 10.5% !important;}
.offset2 {margin-left: 19% !important;}
.offset3 {margin-left: 27.5% !important;}
.offset4 {margin-left: 36% !important;}
.offset5 {margin-left: 44.5% !important;}
.offset6 {margin-left: 53% !important;}
.offset7 {margin-left: 61.5% !important;}
.offset8 {margin-left: 70% !important;}
.offset9 {margin-left: 78.5% !important;}
.offset10 {margin-left: 87% !important;}
.offset11 {margin-left: 95.5% !important;}
.offset1:first-child {margin-left: 8.5% !important;}
.offset2:first-child {margin-left: 17% !important;}
.offset3:first-child {margin-left: 25.5% !important;}
.offset4:first-child {margin-left: 34% !important;}
.offset5:first-child {margin-left: 42.5% !important;}
.offset6:first-child {margin-left: 51% !important;}
.offset7:first-child {margin-left: 59.5% !important;}
.offset8:first-child {margin-left: 68% !important;}
.offset9:first-child {margin-left: 76.5% !important;}
.offset10:first-child {margin-left: 85% !important;}
.offset11:first-child {margin-left: 93.5% !important;}
.c4 .c3.offset1 {margin-left: 27% !important;}
.c8 .c3.offset1 {margin-left: 13% !important;}

/* 1.2 - Custom Classes */
body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #777;
}
h1, h2, h3, h4 {
  font-family: 'Salinas', serif;
  font-weight: 400;
  color: #15223f;
}
h5 {color: #15223f;}
p {
  line-height: 1.5em;
  margin-bottom: 1.2em;
}
p strong {color: #15223f;}
input[type=text], 
input[type=email], 
input[type=tel], 
input[type=number], 
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #15223f;
}
li {list-style: none;}
img {
  display: block;
  width: 100%;
  height: auto;
}
blockquote {
  position: relative;
  margin: 1.5em 0px 1.5em 0px;
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
}
blockquote:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: -16%;
  top: -15px;
  background: url(images/misc/bg-quotes.png) no-repeat;
}
button, select, input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.btn {
  border-bottom: 2px solid rgba(0,0,0,0.5);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  padding: 10px 20px 10px 20px;
  border-radius: 3px;
  display: inline-block;
  background: #459c9c;
  color: #fff !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
}
.more {
  color: #459c9c;
  display: inline-block;
  line-height: 30px;
}
.more i {
  vertical-align: middle;
  margin-left: 5px;
  font-size: 20px;
}
.fr {float: right;}
.fl {float: left;}
.ar {text-align: right;}
.ac {text-align: center;}
.fancybox-skin {border-radius: 0px;}
.fancybox-nav {width: 60px;}
.fancybox-nav span {visibility: visible;}
.fancybox-next {right: -60px;}
.fancybox-prev {left: -60px;}
.fancybox-next span {
  background: url(images/misc/arrow-next.png) no-repeat 0px 0px;
  width: 46px;
  height: 46px;
}
.fancybox-prev span {
  background: url(images/misc/arrow-prev.png) no-repeat 0px 0px;
  width: 46px;
  height: 46px;
}
.fancybox-close {
  background: url(images/misc/btn-close.png) no-repeat 0px 0px;
  width: 26px;
  height: 26px;
  top: 0px;
right: -40px;
}

/* 1.6 - Fonts */
@font-face {
  font-family: 'Salinas';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/Salinas-Regular.eot");
  src: url("fonts/Salinas-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Salinas-Regular.woff2") format("woff2"), url("fonts/Salinas-Regular.woff") format("woff"), url("fonts/Salinas-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Salinas';
  font-style: normal;
  font-weight: bold;
  src: url("fonts/Salinas-Bold.eot");
  src: url("fonts/Salinas-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Salinas-Bold.woff2") format("woff2"), url("fonts/Salinas-Bold.woff") format("woff"), url("fonts/Salinas-Bold.ttf") format("truetype");
}

/* 2.0 - Home Page */
/* 2.1 - Head */
#head1 {
  /*background: url(images/bgs/bg-section1.jpg) no-repeat center center;/*#192641;*/
  padding: 20px 0px 50px 0px;
  background: linear-gradient(0deg,rgba(25,68,35,0.2),rgba(25,68,35,0.2)),url(images/bgs/bg-section1.jpg);
  background-size: cover;
}
#head2 {
  background: url(images/bgs/bg-section2.jpg) no-repeat center center;/*#192641;*/
  padding: 20px 0px 50px 0px;
  background-size: cover;
}
.home #head {
  background: transparent !important;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0px;
  left: 0px;
}
#head1 .container {position: relative;}
#head2 .container {position: relative;}
#logo {
  overflow: hidden;
  margin-top: 0px;
  width: 75%;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  margin-left: -70px;
}

/* 2.2 - Menu & Navigation */
#toggle-nav {display: none;}
#menu {
  text-align: right;
  line-height: 30px;
  color: #fff;
  margin-right: -70px;
  margin-top: -10px;
}
#menu a {
  padding: 0px 5px 0px 5px;
  color: #fff;
  text-transform: lowercase;
  font-size: 20px;
}
#menu .sel a, #menu a:hover {
  color: #192641;/* #459c9c;*/
  font-weight: bold;
}
#menu ul {
  font-size: 16px;
  padding-top: 90px;
}
#menu li {
  display: inline-block;
  margin-left: 10px;
}

/* 2.3 - Slider/Main View */
#slider {
  background: #192641;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
#slider .viewport {overflow: hidden;}
#slider .viewport ul {
  margin-left: -71.5%;
  width: 500%;
}
#slider .item {
  width: 16.2%;
  position: relative;
  float: left;
}
#slider .item:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #15223f;
  opacity: 0.6;
  top: 0px;
  left: 0px;
}
#slider .item:first-child {margin-left: 0px;}
#slider .item .title, .title {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -100%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#slider .item.sel .title {bottom: 10%;}
#slider .item .title h2 {
  line-height: 110%;
  font-size: 32px;
  color: #fff;
}
#slider .item .title strong {
  margin: 5px 5% 0px 5%;
  /*border-top: 1px solid #fff;*/
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
  font-size: 54px;
  font-weight: normal;
  line-height: 66px;
}
#slider .item .title a {
  display: block;
  color: #fff;
}
#slider .item:first-child {display: block;}
#slider .photo {
  overflow: hidden;
  max-height: 650px;
}
#slider .arrow {height: 100%;}
#slider .arrow.left, #slider .arrow.right {width: 8.7%;}
.arrow {
  text-indent: -90000px;
  position: absolute;
  display: block;
  z-index: 50;
  top: 0px;
}
.arrow.left {
  background: url(images/misc/arrow-left.png) no-repeat center center;
  left: 0px;
}
.arrow.right {
  background: url(images/misc/arrow-right.png) no-repeat center center;
  right: 0px;
}

/* 2.4 - Cover Image */
.img-container {background-color: #15223f;}
.img-container img {opacity: 0.75;}
.titolo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  margin-top: 30px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
h2.titolo {
  line-height: 110%;
  font-size: 32px;
  color: #fff;
}
.titolo a {
  display: block;
  color: #fff;
}
.titolo strong {
  margin: 5px 5% 0px 5%;
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
  font-size: 54px;
  font-weight: normal;
  line-height: 66px;
}

/* 2.5 - Intro & About */
#indepth {
  margin-bottom: 50px;
  overflow: hidden;
}
#indepth .container {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 1.5em;
  padding-bottom: 30px;
  background: url(images/bgs/bg-indepth.jpg) no-repeat right 0px;
}
#about {padding: 0px 1.5em 0px 17%;}
#about h3 {
  font-size: 30px;
  margin-bottom: 10px;
}
.banner {
  position: relative;
  margin-bottom: 1.5em;
  overflow: hidden;
}
.banner:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #15223f;
  opacity: 0.55;
  top: 0px;
  left: 0px;
}
.banner .title {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.banner .title.top {
  bottom: auto;
  top: 0px;
}
.banner .title h3  {font-size: 16px;}
.banner .title strong {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
.banner .title a {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  display: block;
  padding: 10px;
  color: #fff;
}
.callto {
  border-bottom: 2px solid rgba(0,0,0,0.5);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  border-radius: 3px;
  padding: 5px 10px 5px 10px;
  background: #459c9c;
  font-weight: bold;
  position: absolute;
  font-size: 11px;
  bottom: 10px;
  left: 10px;
  color: #fff !important;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
}
.callto.top {
  top: 10px;
  bottom: auto;
}
.callto.ar {
  right: 10px;
  left: auto;
}
.callto a {color: #fff;}

/* 2.7 - Footer */
#foot {
  margin-top: 50px;
  font-size: 12px;
  color: #697796;
}
#foot strong {color: #fff;}
#foot h5 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #fff;
}
#foot h5 small {
  font-weight: normal;
  display: block;
}
#foot a {color: #fff;}
#foot img {
  display: inline-block;
  width: auto;
}
#foot .container {
  padding: 40px 0px 30px 0px;
  background: #192641 url(images/logos/bp_traslato.png) no-repeat 95% center;
}
#newsletter {
  margin-bottom: 3em;
  overflow: hidden;
}
#newsletter .frm-text {
  height: 30px;
  width: 70%;
  float: left;
}
#newsletter .frm-submit {
  margin-left: -10px;
  height: 30px;
  width: 25%;
  float: left;
}
#foot-contact p {
  overflow: hidden;
  padding-top: 10px;
}
#foot-contact i {
  background: rgba(255,255,255,0.1);
  margin: -10px 10px 0px -20px;
  font-size: 50px;
  float: left;
  border-radius: 50%;
  text-align: center;
  line-height: 75px;
  width: 75px;
  height: 75px;
}
#where i {
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  font-size: 16px;
}
#where h5 {
  margin-right: 5px;
  font-family: "Salinas", serif;
  font-size: 18px;
}
#credits, #foot-contact {margin-top: 0em;}
#credits p {
  font-size: 10px;
  line-height: 180%;
}
#partners img {
  margin-bottom: 20px;
  width: 100%;
}
.mail {
  background: url('images/icon-mail.png') no-repeat 0px 0px;
  padding-left: 25px;
  display: inline-block;
  font-weight: bold;
  margin-top: 1.5em;
}

/* 3.0 - Pages */
/* 3.1 - General Pages styles */
#section {margin-bottom: 3em;}
#section .top {
  background: #192641;
  padding: 20px 0px 20px 0px;
  border-radius: 50px 0px 50px 0px;
}
#section .bottom {
  background: #192641;
  padding: 20px 0px 20px 0px;
  border-radius: 0px 50px 0px 50px;
  height: 30px;
}
.bg1 {background: #192641 url('images/bgs/bg-section1.jpg') no-repeat center top fixed !important;}
.bg2 {background: #192641 url('images/bgs/bg-section2.jpg') no-repeat center top fixed !important;}
.bg3 {background: #192641 url('images/bgs/bg-section3.jpg') no-repeat center top fixed !important;}
.bg4 {background: #192641 url('images/bgs/bg-section4.jpg') no-repeat center top fixed !important;}
#section .top h2 {
  font-size: 30px;
  height: 30px;
  color: #fff;
}
#section .breadcrumb {
  margin-top: 10px;
  font-size: 11px;
  color: #aaa;
}
#section .breadcrumb a {color: #aaa;}
#section .breadcrumb a:hover {color: #000;}
#intro {margin-bottom: 1.5em;}
#content {margin: 50px 0px 50px 0px;}

/* 3.2 - Services */
.page .serv-list {
  overflow: hidden;
  margin-bottom: 40px;
}
.page .serv-list li {
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  padding: 20px 20px 10px 0px;
  font-size: 16px;
  overflow: hidden;
  float: left;
  width: 42%;
  margin: 0px 2% 2% 0px;
}
.page .serv-list i {
  background: rgba(0,0,0,0.1);
  margin: -10px 10px 0px -20px;
  font-size: 45px;
  float: left;
  border-radius: 50%;
  text-align: center;
  line-height: 65px;
  width: 65px;
  height: 65px;
  color: #a6a6a6;
}
.services ul {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
.services li {
  margin-top: 10px;
  padding-top: 10px;
  padding-left: 30px;
  border-top: 1px dashed #ccc;
  background: url(images/misc/icon-arrow.png) no-repeat 0px 5px;
}
.services a {color: #459c9c;}
.page .icon-side {margin: -100px 0px 30px 20%;}
.page .icon-side i {
  background: #cfcfcf;
  font-size: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 150px;
  width: 150px;
  height: 150px;
  color: #a6a6a6;
}
.page .columns {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
}
.page .gallery {
  margin-bottom: 20px;
  overflow: hidden;
}
.page .gallery .photo {
  width: 33.3%;
  float: left;
}
.page .info {
  overflow: hidden;
  padding: 12px 30px 0px 30px;
  background: #f3f3f3;
}
.page .info i {
  background: rgba(0,0,0,0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  font-size: 16px;
}
.page .info a {
  font-weight: bold;
  color: #192641; /*459c9c;*/
}
.page .info h3 {
  font-size: 20px;
  padding: 0px 30px 0px 30px;
  line-height: 130%;
  margin-bottom: 5px;
}
.page .info h5 {margin-bottom: 20px;}
.page .info li {
  font-size: 12px;
  padding-left: 30px;
  margin-bottom: 1.5em;
  background: url('images/icon-arrow.png') no-repeat 0px 0px;
}
.page .info strong {
  font-size: 14px;
  color: #000;
}
.page .address h3 {padding: 0px;}
.page .attach {
  background: url('images/icon-attach.png') no-repeat 20px center;
  border: 1px dashed #ccc;
  border-radius: 10px 3px 10px 3px;
  margin: 1.5em 0px 1.5em 0px;
  padding: 20px 20px 20px 70px;
}
.page .attach strong {
  display: block;
  font-size: 18px;
}
.page .text {margin-bottom: 40px;}
.page .text a {color: #192641;}
.page .text h1, .page .text h2, .page .text h3 {margin: 20px 0px 10px 0px;}
.page .text ul {margin-bottom: 20px;}
.page .text img {margin-bottom: 1.5em;}
.img-search {position: relative;}
.img-search:before {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;	
  background: url(images/misc/bg-search.png) no-repeat;
  background: pink;
}
.name {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5em;
}
.name h1 {
  font-weight: normal;
  font-size: 30px;
  min-height: 30px;
}
.tabs .labels {
  border-bottom: 1px solid #ccc;
  text-align: center;
  margin-bottom: 3em;
}
.tabs .labels a {
  color: rgba(0,0,0,0.6);
  background: #f3f3f3;
  font-family: 'Prata', serif;
  padding-top: 20px;
  font-size: 20px;
  height: 20px;
  display: block;
  position: relative;
  border-radius: 10px 3px 0px 0px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.tabs .labels a.sel, .tabs .labels a:hover {border-radius: 10px 3px 10px 0px;}
.tabs .labels a.sel, .tabs .labels a:hover {
  margin-bottom: -11px;
  padding-top: 10px;
  height: 40px;
  border-top: 1px solid rgba(255,255,255,0.5);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
}
.tabs .labels a.sel {color: #fff;}
.tabs .labels a.sel:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -5px;
  left: 50%;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tabs .labels .l1.sel, .tabs .labels .l1.sel:after, .tabs .labels .l1:hover {background: #a43e34;}
.tabs .labels .l2.sel, .tabs .labels .l2.sel:after, .tabs .labels .l2:hover {background: #709449;}
.tabs .labels .l3.sel, .tabs .labels .l3.sel:after, .tabs .labels .l3:hover {background: #367bad;}
.tabs .labels .l4.sel, .tabs .labels .l4.sel:after, .tabs .labels .l4:hover {background: #d7ab4f;}
#gallery {
  margin-bottom: 1.5em;
  position: relative;
}
#gallery .big {
  overflow: hidden;
  max-height: 450px;
  min-height: 350px;
}
#gallery .streetview {
  border-radius: 3px;
  background: #e5e5e5;
  position: absolute;
  height: 100%;
  width: 100%;
}
#gallery .thumbs {
	background: #fff;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#gallery .thumbs a {
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	background: #fff;
	width: 100px;
	height: 70px;
	overflow: hidden;
	float: left;
	display: block;
}
#gallery .thumbs img {height: 100%;}
#map-container {
	margin-bottom: 2em;
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 150px;
	border-radius: 10px 3px 10px 3px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#map-view {
  overflow: hidden;
  position: absolute;
  z-index: 30;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#map-overlay {
  padding: 30px 0px 20px 0px;
  background: rgba(255,255,255,0.8);
  background: url('images/bg-map-overlay.png') repeat-y left;
  position: relative;
  overflow: hidden;
  opacity: 1;
  width: 100%;
  min-height: 150px;
  z-index: 50;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#map-toggle {
	background: #709449;
	position: absolute;
	margin-top: -15px;
	z-index: 60;
	right: 14%;
	top: 50%;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
#map-container.show {min-height: 450px;}
#map-container.show #map-view {
	margin-top: 0px;
	height: 100%;
}
#map-container.show #map-overlay {
  opacity: 0;
  z-index: -100;
}
#map-container.show #map-toggle {
	background: #a43f34;
	margin-top: 40px;
	right: 10px;
	top: 20px;
}
#details {
  overflow: hidden;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ccc;
}
#details .data {
  margin-bottom: 10px;
  overflow: hidden;
}
#details .data strong {color: #000;}
#details .data p {font-size: 12px;}
#details .data a {color: #192641;}
#details .data img {
  margin: 10px 10px 0px 0px;
  border: 1px solid #ccc;
  width: 40%;
  float: left;
}
#request {
  border-radius: 10px 3px 10px 3px;
  margin-bottom: 1.5em;
  padding: 20px;
  background: #f3f3f3;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
}
#request .frm-wrap {overflow: hidden;}
#request h4 {
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin: -8px 0px 10px 0px;
  padding: 0px 20px 0px 20px;
  font-size: 18px;
  height: 18px;
}
#request h4 strong {
  display: block;
  margin-bottom: 20px;
}
#request .left, #request .right {width: 48%;}
#request .left {float: left;}
#request .right {float: right;}
#embed {
  min-width: 700px;
  margin: 50px 0px 50px 0px;
  padding: 20px 40px 20px 40px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
#embed iframe {min-height: 700px;}

/* 3.3 - Page Team */
.profile {
  overflow: hidden;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
  border-radius: 3px;
  padding: 10px;
}
.avatar {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.avatar.side {
  float: none;
  width: 150px;
  height: 150px;
  margin: -100px 0px 30px 20%;
}
.user {margin: 30px 0px 0px 110px;}
.user h4 {font-size: 16px;}
.user small {
  margin-bottom: 10px;
  font-style: italic;
  font-size: 10px;
  display: block;
}

/* 3.4 - Page Contacts */
.frm-wrap {
  border-top: 1px dashed #ccc;
  margin-bottom: 1em;
  padding-top: 1em;
}
.frm-wrap label {
  color: #000;
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 12px;
  display: block;
}
.frm-text, .frm-textarea, .frm-select {
  border-radius: 3px;
  padding: 4px;
  color: #777;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.frm-text:focus, .frm-select:focus, .frm-textarea:focus {background: #fff5de;}
.frm-submit {
  border-bottom: 2px solid rgba(0,0,0,0.5);
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  border-radius: 3px;
  background: #459c9c;
  color: #fff;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.frm-submit:hover {border-radius: 3px;}
.frm-contact {font-size: 12px;}
.frm-contact .frm-text, .frm-contact .frm-select {
  width: 50%;
  height: 30px;
}
.frm-contact .frm-text.large {width: 100%;}
.frm-contact .frm-select {background: url('images/arrow-down.png') no-repeat 95% center;}
.frm-contact .frm-textarea {width: 100%;}
.frm-submit {
  margin-bottom: 10px;
  font-size: 14px;
  width: 50%;
  height: 30px;
}
.frm-contact .group {overflow: hidden;}
.frm-contact .group li {
  margin-top: 10px;
  width: 50%;
  float: left;
}
.req {color: red;}
.side .frm-contact .frm-wrap {border: 0px;}
.side .frm-contact .frm-text, .side .frm-contact .frm-submit {width: 100%;}
.frm-wrap .success {
  font-weight: bold;
  color: green;
}
.frm-wrap .error {
  font-weight: bold;
  color: red;
}
#map {
  border-bottom: 3px solid rgba(0,0,0,0.1);
  margin: 0px -30px 0px -30px;
  height: 350px;
}
#map iframe {
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}
.skype {margin-top: 3em;}
.skype a {
  background: url('images/icon-skype.png') no-repeat left;
  font-weight: bold;
  padding-left: 30px;
  line-height: 26px;
  display: b    lock;
  color: #00aff0;
}
#spots h5 {
  margin-bottom: 1.5em;
  font-weight: normal;
  font-size: 12px;
  text-align: right;
  color: #777;
}
#bottom-spots {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 1.5em;
}
@media only screen and (max-width: 414px) {
  #logo {
    margin-top: 0px;
    width: 25% !important;
  }
  .titolo {margin-top: -195px;}
   h2.titolo {
    line-height: 100%;
    font-size: 20px;
    color: #fff;
   }
  .titolo strong {
    margin: 5px 5% 0px 5%;
    padding-bottom: 10px;
    padding-top: 10px;
    display: block;
    font-size: 32px;
    font-weight: normal;
    line-height: 38px;
  }
}
/* 5.3 - Smarthphone max-767px width */
@media only screen and (max-width: 767px) {
  .col, .col:first-child, .offset2:first-child {
    margin: 0px 0px 2% 0px !important;
    width: 100% !important;
    float: none;
  }
  .c4 .c3.offset1, .c8 .c3.offset1 {margin-left: 0px !important;}
  #logo {
    margin-top: 0px;
    width: 40%;
  }
  #menu {display: none;}
  #menu {
    z-index: 400;
    position: absolute;
    border-radius: 5px;
    background: #459c9c;
    text-align: center;
    right: 0px;
    top: 55px;
    width: 100px;
    padding: 0px 20px 20px 20px;
  }
  #menu:before {
    content: '';
    display: block;
    position: absolute;
    background: #459c9c;
    top: -5px;
    right: 20px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu ul {padding-top: 10px;}
  #menu li, #menu a {display: block;}
  #menu a, #menu .m2 a {
    color: #fff !important;
    padding: 5px 0px 5px 0px;
  }
  #menu .sel a {background: rgba(0,0,0,0.1);}
  #menu .sel ul a {background: transparent;}
  #menu .sel ul a.sel {background: rgba(0,0,0,0.1);}
  #menu li {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    margin-left: 0px;
  }
  #toggle-nav {
    position: absolute;
    display: block;
    top: 20px;
    right: 0px;
    background: #459c9c url('images/icon-toggle.png') no-repeat 10px center;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    border-radius: 3px;
    padding: 5px 15px 5px 35px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    color: #fff !important;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  #slider {margin-bottom: 20px;}
  #slider .item .title h2 {
    font-size: 12px;
    padding: 10px;
  }
  #slider .item .title strong {
    font-size: 16px;
    margin: 0px;
  }
  #slider .photo {height: 340px;}
  #slider .photo img {
    width: auto;
    height: 100%;
  }
  .home #blog .more.fr {float: left;}
  #section .title {border-radius: 0px 0px 50px 0px;}
  #section .title h2 {
    padding-left: 10px;
    font-size: 22px;
    height: 22px;
  }
  #section .breadcrumb {padding-left: 10px;}
  .page .gallery .photo {
    width: 100%;
    margin-bottom: 10px;
  }
  #about {padding: 0px;}
  #about h3 {font-size: 20px;}
  #indepth {margin-bottom: 0px;}
  #blog .head h3 {
    font-size: 20px;
    height: 20px;
  }
  #content {margin-top: 30px;}
  .name {
    position: relative;
    z-index: 50;
  }
  .name h1 {
    font-size: 16px;
    min-height: 16px;
  }
  .avatar.side, .page .icon-side {margin-top: 0px;}
  .page .serv-list li {
    float: none;
    width: auto;
  }
  .services li {
    background: url(images/misc/icon-arrow.png) no-repeat 10px 10px;
    background-size: 5% !important;
  }
  #category .post .cont, #blog .post .cont {margin: 0px 0px 0px 60px;}
  #category .post .date, #blog .post .date {width: 50px;}
  #category .cat-title h1 {
    margin-left: 0px;
    font-size: 18px;
    min-height: 18px;
  }
  #category .item .photo {
    margin-left: 0px;
    width: auto;
    float: none;
  }
  #category .cat-back {margin-left: 0;}
  #category .single .text {margin: 0;}
  #category .single .text img, #category .single .text img.alignleft {
    width: 100%;
    margin: 0.5em 0 1.5em 0;
  }
  .post .date span {padding-right: 20px;}
  #category .item .desc {margin: 0px;}
  #category .share {padding-left: 0px;}
  #category .single .post h2 {font-size: 20px;}
  #category .single .text blockquote {margin: 1.5em 0 1.5em 2em;}
  #category .single .text blockquote:before {
    width: 36px;
    height: 36px;
    background-size: cover !important;
    left: -44px;
  }
  #category .single .text li {
    padding-left: 12%;
    background: url(images/misc/icon-arrow.png) no-repeat 10px 1px;
    background-size: 5% !important;
    margin-left: 0;
  }
  #categories {
    text-align: left;
    padding: 20px 10px;
  }
  #map-overlay .col {
    margin: 0px 5% 0px 5% !important;
    width: 90% !important;
  }
  #map-toggle {
    top: 5px;
    right: -10px;
  }
  .wp-pagenavi {margin: 0px 0px 20px 0px;}
  .wp-pagenavi .pages {margin-right: 10px;}
  .page .info {margin-top: 50px;}
  #newsletter, #foot-contact, #where, #partners, #credits {padding: 0px 20px 0px 20px;}
  #foot .tel {
    display: block;
  }
  .frm-contact .frm-text, 
  .frm-contact .frm-select {
    width: 100%;
  }
}
#where p {font-size: 15px;}
