/* CSS Document */
html,
body {
   margin:0;
   padding:0;
   height:100%;
}
h1 {
    font-family: 'Baloo 2';
    font-size: 2.5rem;
	margin: 0;
	font-weight: 600;
}
h2 {
    font-family: 'Baloo 2';
    font-size: 1.8rem;
	margin: 0;
	font-weight: 400;
}
.container {
   min-height:100%;
   position:relative;
}
.container-opt {
    width: auto;
    max-width: 1470px;
    margin: auto;
	margin-top: 55px;
}
header#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 8;
    padding: 0 20px;
    right: 0;
    margin: 0;
    animation: .9s ease 0s normal both 1 running fixedAnim;
    -webkit-animation: .9s ease 0s normal both 1 running fixedAnim;
    -moz-animation: .9s ease 0s normal both 1 running fixedAnim;
    -o-animation: .9s ease 0s normal both 1 running fixedAnim;
    box-shadow: 0 0 8px rgb(0 0 0 / 12%);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.12);
    -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 12%);
    border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
	height: 50px;
	text-align:center;
	background: #fff;
}
#body {
   padding:10px;
   padding-bottom:130px;   /* Height of the footer */
   color: #2b2b2b;
   font-family: 'Open Sans',sans-serif;
   font-size: 1.1rem;
   line-height: 1.3;
}
.slide {
	overflow: hidden;
}
#footer {
   position:relative;
   bottom:0;
   width:100%;
   background: #1e1e1e;
   height: 130px;
   text-align: center;
}
.container-header {
    margin: auto;
    width: auto;
    max-width: 1470px;
    height: 50px;
}
img.logo.img-responsive {
    margin-top: 15px;
}

.container-footer {
    margin: auto;
    width: auto;
    max-width: 1470px;
    height: 130px;
}
img.logo-footer {
    margin-top: 15px;
}
.title-opt {
    position: absolute;
    top: 70px;
    z-index: 7;
    color: #fff;
	margin: 20px 0 0 90px;
	margin: 0 0 0 10%;
	background-color: rgba(0, 0, 0, 0.35);
    padding: 15px;
}
h2.slideh2 {
    margin-top: -15px;
}
.story-opt {
    font-family: 'Open Sans';
    font-size: 1rem;
    padding: 2%;
    border-bottom: 1px solid #efefef;
    margin-bottom: 25px;
}
h3.titleh3 {
    font-family: 'Baloo 2';
    font-size: 2rem;
    margin: 0;
    font-weight: 600;
}

.tablinks {
    border: 0px!important;
    background: transparent!important;
    color: #2b2b2b!important;
    font-family: 'Open Sans'!important;
    font-size: 1.5rem!important;
    padding: 0 0 15px 0;
    margin: 0 2% 0 2%;
    font-weight: 600;
	cursor:pointer;
}
.tablinks:hover {
	border-bottom: 10px solid #283FFF!important;
}
.tablinks.active {
    border-bottom: 10px solid #283FFF!important;
}
div#chisiamo, div#contatti, div#servizi {
    padding: 2%;
    font-family: 'Open Sans';
    font-size: 1rem;
	padding-bottom: 55px;
}
div#chisiamo, div#contatti, div#servizi {
    min-height: 150px;
	height: auto;
	overflow: auto;
}

.container-left {
    width: 50%;
    float: left;
}
.box-address {
    font-size: 1.1rem;
    border-bottom: 11px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 15px;
    width: 80%;
}
a.linkcnt i {
    font-size: 36px;
    margin: 1.5%;
    color: #333;
}
a.linkcnt i:hover {
    color: #283FFF;
}
.box-contacts {
    border-bottom: 11px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 15px;
    width: 80%;
}
.container-right {
    float: right;
    width: 40%;
}
span.day {
    font-weight: 600;
    display: block;
    float: left;
    min-width: 15%;
}

div#servizi div {
    min-height: 50px;
}
div#servizi i {
    font-size: 36px;
    width: 4%;
    text-align: center;
	float: left;
}
span.txtico {
    margin: 4px 0 0 12px;
    display: block;
    float: left;
    font-size: 1.2rem;
}
a.backshop {
    display: block;
    position: absolute;
    right: 5%;
    top: 15px;
    font-family: 'Open Sans';
    color: #000;
    text-decoration: none;
}
a.backshop:hover {
    color: #283FFF;
}
a.backshop i {
    font-size: 20px;
    margin-right: 7px;
}
a.backshop span {
    margin-top: -2px;
    display: block;
    float: right;
}
.footer-after a, .footer-after p {
    color: #ababab;
    font-family: 'Open Sans';
    font-size: 0.8rem;
}
/*
essential styles:
these make the slideshow work
*/

#slides {
    position: relative;
    height: 400px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.showing {
    opacity: 1;
    z-index: 2;
}

.container-staff {
    margin: 30px 0 30px 0;
    border-top: 11px solid #efefef;
    border-bottom: 11px solid #efefef;
    padding: 25px 0 25px 0;
    height: auto;
    overflow: hidden;
}
.staff-block {
    text-align: center;
    float: left;
    width: 23%;
    margin: 1%;
}

@media screen and (min-width: 320px) and (max-width: 768px) {

header#header {
	padding: 0;
}
.container-header {
	max-width: 100%;
}
a.backshop i {
    font-size: 16px;
    margin-right: 5px;
}
a.backshop span {
    margin-top: -2px;
    font-size: 0.8rem;
}
a.backshop {
    margin-top: 2px;
}
img.logo.img-responsive {
    float: left;
    margin-left: 5%;
}
.container-opt {
    margin-top: 53px;
	max-width: 100%;
}
.title-opt {
    margin: 0 0 0 5%;
}
.slide {
	overflow: hidden;
}
.title-opt h1 { 
	font-size: 1.4rem;
}
.title-opt h2 { 
	font-size: 1rem;
}
h2.slideh2 {
    margin-top: -5px;
}
.story-opt {
    padding: 5%;
	margin-bottom: 5px;
}
.container-tab-opt {
    padding: 5%;
}
.tablinks {
    font-size: 1.1rem!important;
    margin: 0 5% 0 0%;
    padding: 0 0 7px 0;
}
.container-left {
    width: 100%;
    float: unset;
    margin-top: 4%;
}
.box-address {
    font-size: 1rem;
    width: 100%;
}
.box-contacts {
    width: 100%;
}
span.day {
    min-width: 32%;
}
.container-right {
    float: unset;
    width: 100%;
    margin-top: 7%;
}
#footer {
    height: 160px;
}
.container-footer {
    max-width: 100%;
    height: 160px;
}
div#servizi i {
    width: 16%;
}
p.copyright {
    padding: 0 4% 0 4%;
}
.staff-block {
    text-align: center;
    float: initial;
    width: 100%;
    margin: 0 0 5% 0px;
}
}
