/*
@import url(http://fonts.googleapis.com/css?family=Lato:400,900|Open+Sans:400,300,800|Raleway:400,300,800|Old+Standard+TT:400,400italic,700);
*/

@import url(http://fonts.googleapis.com/css?family=Didact+Gothic);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
 
html,
body {
    width:100%;
    height:100%;
    padding:0;
    margin-left:0;
    margin-right:0;

}

body {

	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}


/*Filter styles*/
.saturate {-webkit-filter: saturate(3);}
.grayscale {-webkit-filter: grayscale(100%);}
.contrast {-webkit-filter: contrast(160%);}
.brightness {-webkit-filter: brightness(0.25);}
.blur {-webkit-filter: blur(3px);}
.invert {-webkit-filter: invert(100%);}
.sepia {-webkit-filter: sepia(100%);}
.huerotate {-webkit-filter: hue-rotate(180deg);}
.rss.opacity {-webkit-filter: opacity(50%);}
.grayscale
{
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
}

.frameGal {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0);
  -webkit-transition: background 250ms ease-out;
  -moz-transition: background 250ms ease-out;
  -ms-transition: background 250ms ease-out;
  -o-transition: background 250ms ease-out;
  transition: background 250ms ease-out;
  transition-property: background;
  transition-duration: 250ms;
  transition-timing-function: ease-out;
  transition-delay: initial;
}


a{
    color: #252525;
    text-decoration: none;
}

a:hover, a:focus{
    color: #626262;
    text-decoration: none;
    outline: 0;
}


.noscroll{
    overflow:hidden;
}

.white{
    color: #fff !important;
}

.black{
    color: #222222 !important;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}


.valign{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section{
    position: relative;
}

.container {
    position: relative;
    z-index:2;
    overflow:hidden;
}


section .container{
    padding-top:110px;
    padding-bottom:110px;
}

.myintrosection{
   padding-top:20px !important;
    padding-bottom:20px !important
}

.page{
    padding-top:10px !important;
    padding-bottom:10px !important;
}

#aboutIntro .container, #team .container, #servicesApp .container, #servicesIntro .container, #portfolioIntro .container, #contactIntro .container{
    padding-top:50px;
    padding-bottom:50px;
}

.mycontenthome{
	background-color: white;
    /*padding: 10px;*/
}

.breadcrumb {
  padding: 5px 2px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fff;
  border-radius: 0px;
	font-size:12px;
}

#mypage .container  {
 padding-top: 110px;
 padding-bottom: 20px;
}


#myhomepage .container  {
 padding-top: 30px;
 padding-bottom: 30px;
}


.row{
    z-index:3;
    position:relative;
}

.preloaderLogo{
    min-width: 200px;
    max-width: 300px;
    width: 15%;
}

.whiteBackground{
   background-color: #fff;
}


.black-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background:rgba(0,0,0,0.03);
    /*transition: all 0.5s;
    -webkit-transition: all 0.5s;*/
}

.black-overlay-old {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}


.black-overlay-sezioni {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0,0,0,0.03); /*dim the background*/
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.black-overlay-sezioni-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0,0,0,0.03); /*dim the background*/
	   transition: all 0.5s;
    -webkit-transition: all 0.5s;
}


/*parallax letters*/


.parallaxLetter{
    position:absolute;
    font-size:300px;
    color:#F9F9F9;
    z-index:1;
    width: 200px;
    height: 300px;
}




/*buttons*/

.btn{
    background:transparent;
    border-radius:0;
    border:0;
}


.btn{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: black;
    padding: 0 40px;
    line-height: 40px;
    letter-spacing: .2em;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    outline: 1px solid transparent;
    -webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
}

.btn:hover{
    border:none;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.btn:after, .btn:before {
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    background:#e2f211;
    z-index:5;
    transition: all .3s ease 0s;
    outline: 1px solid transparent;
}


.btn:before {
    left: -10px;
}

.btn:hover:before {
    left: -4px;
}

.btn:after {
    right: -10px;
}

.btn:hover:after {
    right: -4px;
}


.btn-white{
    background-color:rgba(250,250,250,0.1);
    color: #d5d5d5;
}

.btn-white:after, .btn-white:before {
    background: white;
}

.btn-default{
    background-color:rgba(245,245,245,1);
}


.btn-primary{
    background-color:rgba(66,139,202,0.1);
}

.btn-primary:after, .btn-primary:before {
    background: #428bca;
}


.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .open>.dropdown-toggle.btn-white {
    color: white;
}


.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color:rgba(250,250,250,0.2);
    border-color: white;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0;
}

.btn-black{
    color:#282828;
}

.btn-black:after, .btn-black:before {

    background: #282828;
}

.btn-black:hover {
    color: white;
    background-color: #282828;
    border-color: #282828;
}

/*NAVBAR */

.navbar-default {
   	padding: 15px 15px;
	height:80px;
    background-color: transparent;
    border-color: transparent;
    -webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
}
.navbar-default .navbar-brand{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color:white;
}

.navbar-brand .serif{
    letter-spacing:-3px;
    font-style: italic;
    font-size:150%;
    font-weight:400;

}

.allineaverticale{
 vertical-align: middle;
 margin-top:5px;
}



.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: white;
    background-color: transparent;
}

.affix{
    background-color: #222;
    padding-top:5px;
    padding-bottom:5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.affix .navbar-brand{
    color:#282828;
}

.affix.navbar-default .navbar-nav>.active>a, .affix.navbar-default .navbar-nav>.active>a:hover, .affix.navbar-default .navbar-nav>.active>a:focus {
    color: black;
    background-color: transparent;
}



.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.affix.navbar-default .navbar-toggle .icon-bar {
    background-color: #282828;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #000000;
    background-color: transparent;
}


.navbar-nav > li > a {
    font-size: 11px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #d5d5d5;
    letter-spacing: 2px;
    position: relative;
}

.navbar-default .navbar-nav>li>a {
    color: white;
}

.affix.navbar-default .navbar-nav>li>a {
    color: #ababab;
}
.nav li:first-child a:before{
    display: none;
}

/*
.nav li a:before{
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    top: 23px;
    left: -5px;
    background: rgba(150,150,150,0.5);
    -webkit-border-radius: 50%;
    border-radius: 50%; 
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
*/


.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 1.42857143;
    color: #282828;
    white-space: nowrap;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 3px 0 0;
    font-size: 10px;
    text-align: left;
    list-style: none;
    background-color: white;
    background-clip: padding-box;
    border: 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #d5d5d5;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #282828;
    background-color: #d5d5d5;
}

/*TEXT STYLES*/

/*
h1 { font-size: 42px; line-height: 44px; margin-bottom: 7px; }

h2 { font-size: 32px; line-height: 40px; margin-bottom: 7px;}

h3 { font-size: 24px; line-height: 36px; margin-bottom: 7px; }

h4 { font-size: 18px; line-height: 30px; margin-bottom: 7px; }

h5 { font-size: 16px; line-height: 26px; margin-bottom: 7px; }

h6 { font-size: 14px; line-height: 24px; margin-bottom: 7px;  }

*/

h1,h2,h3,h4,h5,h6 {
    /*letter-spacing: -0.5px;*/
	
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif;
    font-weight:700;
    text-transform: uppercase;
}

h1{
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	font-size:2.5em;
    text-transform: uppercase;
}

h2{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	font-size:2.188em;
}

.sectionIntro  h1 {
    text-transform: uppercase;
    letter-spacing:3px;
    font-family: 'Montserrat', sans-serif;
    /*font-weight: 900;*/
	font-weight: 700;
}

.sectionIntro h1.minimal{
    letter-spacing: 1px;
    margin-top:30px;
}


h6{
    text-transform:uppercase;
}

.sectionIntro h3{
    margin-top:-10px;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    /*font-size: 0.9em;*/
    line-height: 28px;
    color: #4c4c4c;
	text-align:justify;
}

.text1-1em {
 
    font-size: 1.1em;
 
}

.minimal{
   /* font-family: 'Open Sans', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
    font-weight:700;
    text-transform: uppercase;
}

h1.minimal{
    font-size:54px;
    letter-spacing: -6px;
}

h1 small{
    font-weight:300;
    font-size: 54px;
    letter-spacing: -5px;
}

h2.minimal{
    font-size:46px;
    letter-spacing: 2px;
}

h2 small{
    font-weight:300;
    font-size: 46px;
    
}

h3.minimal{
    font-size:38px;
    /*letter-spacing: -2px;*/
}

h3 small{
    font-weight:300;
    font-size: 38px;
    /*letter-spacing: -2px;*/
}

h4.minimal{
    font-size:28px;
    /*letter-spacing: -3px;*/
}

h4 small{
    font-weight:400;
    font-size: 28px;
    /*letter-spacing: -2px;*/
}

h5.minimal{
    font-size:24px;
    /*letter-spacing: -1px;*/
}

h5 small{
    font-weight:400;
    font-size: 22px;
    /*letter-spacing: -1px;*/
}







p.bold{
    font-weight:700;
}


.serif{
    font-family: 'Old Standard TT', serif;
    text-transform:none;
    font-style:italic;
    font-weight:300;
    letter-spacing:-1px;
}


h3 .serif{
    font-size:110%
}
h4 .serif{
    font-size:120%
}

h5 .serif{
    font-size:120%
}

h6 .serif{
    font-size:120%
}


h3 small, h4 small, h5 small{
    -webkit-font-smoothing: antialiased;
}


.timerWrapper p {
    -webkit-font-smoothing: subpixel-antialiased;
}

.tabs-style-iconfall nav a span {
    -webkit-font-smoothing: subpixel-antialiased;
}

.black{
    color: #4c4c4c;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Decorative elements  -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/


.inclineLine{
    position:absolute;
    top:2%;
    width:70px;
    height: 87px;
    left:45%;
    z-index:-1;
}

.zigzagSep{
    width:100px;
    height:12px;
    margin-top:30px;
    margin-bottom:50px;
}


.sectionIntro .zigzagSep{
    margin-bottom:20px;
}


.lineSeparator{
    width:100px;
    height:1px;
    background:black;
    margin-top:20px;
    margin-bottom:25px;
}


.verticallineSeparator{
    position:relative;
    height:50px;
    width:1px;
    background:black;
    margin-bottom:20px;
}


.parallaxIcon{
    position:absolute;
}

.parallaxIcon.aboutParallax{
    left:10%;
    height:500px;
    width:500px;
    opacity:1;
}

.parallaxIcon.serviceParallax{
    left:50%;
    height:500px;
    width:500px;
    opacity:0.1;
}

.parallaxIcon.portfolioParallax{
    left:10%;
    height:500px;
    width:500px;
    opacity:1;
}


.sectionIntro .verticallineSeparator{
    margin-top:30px;
    background:#d5d5d5
}


/*social icons*/

#footer .bottomLine .allIconsSocialWrapper{
    text-align:right;
    width:100%;
}



#contactContent .allIconsSocialWrapper{
    margin-top:25px;
    text-align:center;
}

.socialWrapper{
    width:50px;
    height:50px;
    margin:2px;
    display: inline-block;
    margin-left:auto;
    margin-right:auto;
    position:relative;
}

.black-icon .socialIcon i {
    color: white;

}



.socialIcon i{
    color:#282828;
    font-size:14px;
    padding:15px;
}



.socialIcon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: white;
}

.black-icon .socialIcon{
    color: #282828;
}

.socialIcon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;

}


.socialIcon-effect-1 .socialIcon {
    background: rgba(245,245,245,1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.black-icon .socialIcon-effect-1 .socialIcon {
    background: rgba(28, 28, 28, 1);
}


.socialIcon-effect-1 .socialIcon:after {
    top: -4px;
    left: -4px;
    padding: 4px;
    box-shadow: 0 0 0 2px #282828;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.9);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.9);
    opacity: 0;

}

.black-icon .socialIcon-effect-1 .socialIcon:after {
    box-shadow: 0 0 0 2px black;
}


.socialWrapper:hover .socialIcon i{
    color:white;

}

.socialWrapper:hover .socialIcon-effect-1a .socialIcon{
    background: rgba(0,0,0,1);
}


.socialWrapper:hover .socialIcon-effect-1a .socialIcon:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;

}
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Intro -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#intro h1, #intro p, #intro h1.minimal small{
    color:white;
}

#intro h1{
    letter-spacing: -1px;
}

#intro h1.minimal {
    letter-spacing: -6px;
}

.introLogo{
    position:relative;
    /*width:200px;*/
	
}

#intro a{
    color:white;
}

.introSmallCaption p{
    margin-bottom:30px;
}


#intro .leftIntroLink{
    padding:25px 30px 25px 200px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform:uppercase;
}

#intro .rightIntroLink{
    padding:25px 200px 25px 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform:uppercase;
}

#intro .leftIntroLink::after{
    width:3px;
    height:200px;
    background:white;
}

#intro .leftIntroLink{
    border-right: 1px solid white;
}

.leftIntroLink i, .rightIntroLink i{
    font-style:normal;
    font-size:25px;
}


.introSmallCaption {
    color: #fff;
    padding: 20px 20px 0 20px;
}

.introSmallCaption p{
    font-family: 'Montserrat', sans-serif;
    font-style:normal;
    text-transform: none;
    font-weight:400;
}

.introSmallCaption p.minimal{
    font: 14px/24px 'Montserrat', sans-serif;
    font-style:normal;
    text-transform: none;
    font-weight:300;
}

.introSmallCaption h4{
    font-family: 'Montserrat', serif;
    font-weight:700;
    letter-spacing:-1px;
    font-style:italic;
}


.introSmallCaption h4.minimal{
    font-family: 'Montserrat', sans-serif;
    font-weight:900;
    text-transform: uppercase;
    letter-spacing:-3px;
    font-style:normal;
    font-size:36px;
}

#intro .btn{
    background-color: rgba(245,245,245,0.2);
}

#intro h2, #intro h2 small{
    color:white;
}

#intro .verticallineSeparator{
    margin-top:3px;
    background:white;
}

#intro .minimal-style {
    padding-top:0;
}

#intro h5 small{
    text-transform:none;
    color:white;
}

#intro p {
    color:#d5d5d5;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Text Separator -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/


#text-separator, #text-separator-clients, #text-separator-timers{
    background-color: #1f1f1f;
    overflow:hidden;

}

#text-separator .container-fluid, #text-separator-timers .container-fluid,  #text-separator-clients .container-fluid{
    padding-top:110px;
    padding-bottom:110px;
}

#text-separator h2{
    color:#ffffff;
    text-transform: uppercase;
}

#text-separator  h2 .serif{
    letter-spacing:-2px;
}

#text-separator .minimal, #text-separator .minimal small{
    color:white;
}

#text-separator .minimal {
    padding-bottom:30px;
}




#text-separator-timers{
    background:#1f1f1f;
}

.timerIcon{
    position:absolute;
    height:90px;
    left:50%;
    z-index:-1;
}

.timerIcon i{
    position: relative; left: -50%;
    font-size:120px;
    color:#292929;
}


#text-separator h2,
#text-separator-clients h2{
    color:white;
    z-index: 100;
    position: relative;
}

#text-separator p,
#text-separator-clients p{
    color:#888;
    z-index: 100;
    position: relative;
}

.textSepLogo{
    position:absolute;
    right:0;top:0;
    z-index: 1;
    width:541px;
    height:590px;
}


.timerWrapper{
    padding:20px;
}

.timerWrapper h1{
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    letter-spacing:0;
    color:white;
}

.timerWrapper p{
    color:#777;
    text-transform:uppercase;
    letter-spacing:2px;
}


#text-separator-clients .owl-buttons div {
    padding: 5px 9px;
}

#text-separator-clients .owl-buttons i{
    margin-top: 2px;
}

#text-separator-clients .owl-buttons div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #d5d5d5;
}

#text-separator-clients .owl-buttons .owl-prev{
    left: 10px;

}

#text-separator-clients .owl-buttons .owl-next{
    right: 10px;
}


#servicesApp{
    background-color: rgb(245, 245, 245);
}

#servicesApp .sectionIntro  h1 {
    padding-bottom:0;
    text-transform: uppercase;
    letter-spacing:4px;
}

#servicesApp .sectionIntro h1.minimal{
    letter-spacing: -3px;
}

#serviceContent{
    background-color: white;
	opacity: 1;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--About -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/



#aboutIntro{
    background-color: rgb(245, 245, 245);
}

#aboutIntro .sectionIntro  h1 {
    padding-bottom:0;
    text-transform: uppercase;
    letter-spacing:4px;
}

#aboutIntro .sectionIntro h1.minimal{
    letter-spacing: -3px;
}



@media (max-width: 768px) {
  #aboutContent{
    background-color: white;
	
   }
}

@media (min-width: 768px) {
  #aboutContent{
    background-color: white;
	height: 100%;
   }
}



#teamContent{
    background-color: white;
	 

}

.pittogrammiBack{
    background-image: url("/media/1048/pittogrammi.jpg");
    background-color: #fff;
	background-repeat: repeat-y;
    background-position: left top;
	background-size: 10%;
}

.aboutIconWrapper{
    position:absolute;
    width:90px;
    height:90px;
}

.aboutText{
    position:relative;
    padding:40px !important;
}

.aboutIconWrapper{
    font-size:80px;
    color:#f1f1f1;
    z-index:0;

}

.aboutItem{
    margin-top:0px;
    margin-bottom:0px;
	min-height:380px;
}



.progress-bar {
    color: #fff;
    background-color: black;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress {
    height: 16px;
    margin-bottom: 14px;
    overflow: hidden;
    background-color: white;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 3px solid black;
}

.progress-bars h5{
    font: 14px/24px 'Open Sans', sans-serif;
    text-transform:uppercase;
    font-weight:900;
}

.aboutText h4{
    /*text-transform:uppercase;*/
    /*font-family:'Lato', sans-serif;*/
	
	font-family:'Open Sans', sans-serif;
    font-weight:900;
}

.aboutText h4 span.serif{
    text-transform: none;
    font-family:'Old Standard TT', serif;
    font-weight:300;
    letter-spacing:-1px;
}

.aboutText h4 span.serifsmall{
    text-transform: none;
    /*font-family:'Old Standard TT', serif;*/
    font-weight:300;
    /*letter-spacing:-1px;*/
	font-size: 95%;
	margin-top: 2px;
	color: #a5a5a5;
}



/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Team -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/


#team {
    background:white;
}


#team .container{
    /*padding-bottom:0;*/
}



#team .owl-buttons div {
    padding: 5px 9px;
}

#team .owl-buttons i{
    margin-top: 2px;
}

#team .owl-buttons div {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#team .owl-buttons .owl-prev{
    left: 10px;

}

#team .owl-buttons .owl-next{
    right: 10px;
}

#owl-team{
    position:relative;
}

.memberParagraph{
    padding-right:40px;

}

.memberDescription h2{
    letter-spacing:-0.5px;
    text-transform:uppercase;
    margin-bottom:0;
}

.memberDescription  h3 span{
    letter-spacing: -2px;
}

.memberDescription .position{
    margin-top:0px;
    margin-bottom:20px;
}

.teamSocial{
    margin-top:40px;
}

.teamSocial a{
    padding:7px;
    font-size:18px;
}

.teamSocial a:first-child{
    padding-left:0;
}

.teamSocial .linkWrapper{
    background:black;
    border-radius:100px;
    width:45px;
    height:45px;
    border:3px double black;
    -webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
    display:inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

.teamSocial .linkWrapper:hover{
    background:transparent;

}



.teamSocial .linkWrapper a{
    line-height:38px;
    padding-left:7px;
    color:white;
    -webkit-transition: all .5s ease .25s;
    transition: all .5s ease .25s;
}

.teamSocial .linkWrapper:hover a{
    background:transparent;
    color:black;

}

.teamImageWrapper{
    position:relative;
    height:400px;
}

.team-image{
    position:Absolute;
    bottom:0;
    left: 50%;
}

.team-imagetocenter{
    position: relative; left: -50%;
}


.parallaxIcon.teamParallax1{
    left:10%;
    height:120px;
    width:500px;
}

.parallaxIcon.teamParallax1.second{
    left:25%;
}
.parallaxIcon.teamParallax1 h1{
    font-size:10em;
    color:#eee;

}

.parallaxIcon.teamParallax2{
    left:50%;
    height:120px;
    width:500px;
}

.parallaxIcon.teamParallax2.second{
    left:64%;
}

.parallaxIcon.teamParallax2 h1{
    font-size:10em;
    color:#F3F3F3;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Services -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#servicesIntro{
    background-color: #1f1f1f;
}

#servicesApp{
    background-color: #1f1f1f;
}

#servicesContent{
    background-color: white;
}

#servicesContent .container{
    padding-bottom:110px;
    padding-top:110px;
}


#servicesIntro .container{
    padding-top:75px;
    padding-bottom:75px
}

#servicesIntro h1{
    color:white;
}

#servicesIntro h3{
    color:white;
}

#servicesIntro small, #servicesIntro p{
    color: #cbcbcb;
}


#servicesContent h2 {
    margin-top:10px;
}

.serviceWrapper p{
    padding:10px;
}

.serviceIcon i{
    color:#1f1f1f;
    font-size:60px;
    padding:25px;

}


.serviceBox h4{
    text-transform:uppercase;
    font-family:'Lato', sans-serif;
    font-weight:900;
}

.serviceBox h4 span.serif{
    text-transform: none;
    font-family:'Old Standard TT', serif;
    font-weight:300;
    letter-spacing:-1px;
}


.serviceBox{
    width:50%;
    height:400px;
    position:relative;
    float:left;
    padding:100px;
    z-index: 2;
    background:white;
}


.serviceBox{
    border-top:1px solid #d5d5d5;
}

.serviceBox:nth-child(3){
    border-right:1px solid #d5d5d5;
}


.serviceBox:first-child{
    border-right:1px solid #d5d5d5;
}


/*icon effect*/
.serviceIcon img{
    padding:24px;
}

.serviceIcon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 10px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #1f1f1f;
}


.serviceIcon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.serviceIcon-effect-1 .serviceIcon {
    background: rgba(245,245,245,0.4);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}


.serviceIcon-effect-1 .serviceIcon:after {
    top: -8px;
    left: -8px;
    padding: 8px;
    box-shadow: 0 0 0 2px #f5f5f5;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

.serviceBox:hover .serviceIcon-effect-1a .serviceIcon{
    background: rgba(245,245,245,1);
}

.serviceBox:hover .serviceIcon-effect-1a .serviceIcon:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}





/*process*/

#process{
    background: url(img/pattern.jpg);
    background-repeat: repeat;
    background-position: center center;
}


#process .black-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.8) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}



#process .sectionIntro{
    color:white;
}

#process .sectionIntro h2{
    margin-top:-30px;
}

#process .sectionIntro h4 small {
    color: #D1D1D1;
}

.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}

/* Nav */
.tabs nav {
    text-align: center;
}

.tabs nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;


}

.tabs nav a span {
    vertical-align: middle;
    font-size: 0.75em;

}

.tabs nav li.tab-current a {
    color: #74777b;
}

.tabs nav a:focus {
    outline: none;
}

/* Icons */
.icon::before {
    z-index: 10;
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-size: 34px;
    line-height: 1.7;
    speak: none;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Content */
.content-wrap {
    position: relative;
}

.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 1em;
    max-width: 100%;
}

.content-wrap section.content-current {
    display: block;
}

.content-wrap section p {
    margin: 0;
    padding: 0.75em 0;
    color: rgba(255,255,255,1);
    font-family:'Old Standard TT',serif;

}

.content-wrap section p.minimal {
    margin: 0;
    padding: 0.75em 0;
    color: rgba(255,255,255,1);
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: none;
}

/* Fallback */
.no-js .content-wrap section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
    display: block;
}

.no-flexbox nav ul li {
    min-width: 15%;
    display: inline-block;
}

@media screen and (max-width: 58em) {
    .tabs nav a.icon span {
        display: none;
    }
    .tabs nav a:before {
        margin-right: 0;
    }
}

.tabs-style-iconfall {
    overflow: visible;
}

.tabs-style-iconfall nav a {
    display: inline-block;
    overflow: visible;
    padding: 1em 0 2em;
    line-height: 1;
    -webkit-transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
    transition: color 0.3s cubic-bezier(0.7,0,0.3,1);
    color: white;
}

.tabs-style-iconfall nav a:hover,
.tabs-style-iconfall nav a:focus,
.tabs-style-iconfall nav li.tab-current a {
    color: white;

}

.tabs-style-iconfall nav a span {
    font-weight: 300;
    text-transform:uppercase;
    letter-spacing:4px;
    font-size:18px;
    font-family:'Raleway', sans-serif;
}

.tabs-style-iconfall nav li::before {
    position: absolute;
    bottom: 1em;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 2px;
    background: white;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    -webkit-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
}

.tabs-style-iconfall nav li.tab-current::before {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

.tabs-style-iconfall .icon::before {
    display: block;
    margin: 0 0 0.35em;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
    pointer-events: none;
}

.tabs-style-iconfall nav li.tab-current .icon::before {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

@media screen and (max-width: 58em) {
    .tabs-style-iconfall nav li .icon::before {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}




/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Portfolio -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/


#portfolioIntro .container{
    padding-top:75px;
    padding-bottom:75px
}


#portfolioContent .container{
    padding-top:110px;
    padding-bottom:110px;
}


#portfolioContent{
    background-color: white;
}

#portfolioIntro{
    background-color: rgb(245, 245, 245);
}


.portfolioFilters {
    height:150px;
    background-color: rgb(244, 244, 244);
}


#filters{
    padding-top:30px;
}

#filters .btn {
    background: transparent;
    border-radius: 0;
    border: 0;
    margin:20px;
    margin-top: 0px;

}
#filters .btn {
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0 solid transparent;
    border-radius: 0;
    font-weight: 900;
    font: 12px/24px 'Raleway', sans-serif;
    text-transform:uppercase;
    letter-spacing: 3px;
    color: #999;
}


#filters .btn:focus{
    color: black;
    outline:none;
}

.activeFilter {
    padding-top:25px;
}
.activeFilter h3{
    display:inline;
}

.activeFilter h3:first-child{
    font: 20px/24px 'Old Standard TT', serif;
    font-style:italic;

}

.activeFilter h3.minimal:first-child{
    font-family: 'Raleway', sans-serif;
    font-weight:900;
    text-transform: uppercase;
    font-style:normal;
    font-size:30px;
}

#filters .btn:after, #filters .btn:before {
    display:none;
    outline:none;
}

#portfolioContent  .portfolioFilters .container{
    padding-top:30px;
}



.blackBackground{
    background:black;
}

.whiteBackground{
    background:white;
}

.gallery {
    background: #4c4c4c;
    min-height:500px;
}


.item .caption-heading {
    width:100%;
    height:60px;
}


#singlePageContent ul {
    margin-bottom: 50px;
    text-align: center;
}
#singlePageContent ul {
    list-style: none;
    margin-bottom: 35px;
    padding: 0;
}

#singlePageContent .info-item {
    display: inline-block;
    padding: 8px 30px;
    border-right: 1px solid #808083;
}


#singlePageContent .info-item:last-child {
    border-right: none;
}

#singlePageContent .info-item p{
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    line-height:20px;
}

#singlePageContent p span{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;

}



.gallery-inner .caption{
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
    -webkit-transition: all 1s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -webkit-box-shadow: inset 0px 0px 0px 20px rgba(235,235,235,0.5);
    -moz-box-shadow: inset 0px 0px 0px 20px rgba(235,235,235,0.5);
    box-shadow: inset 0px 0px 0px 20px rgba(235,235,235,0.5);

}

.gallery-inner-event .captionevent{
    position: absolute;
    top: 0;
    width: 100%;
  /*  height: 100%; */
	padding:20px;
}

.gallery-inner:hover .caption{
    opacity: 1;
}

.gallery-inner .caption-heading {
    width:100%;
    height: 200px;

}



.gallery-inner .caption-heading h4{
    font-size: 1.4em;
    line-height: 1.4em;
    margin-bottom: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #282828;
    text-transform: uppercase;
}

.gallery-inner-event .caption-heading {
     
    height: 60px;

}
.gallery-inner-event .caption-heading h4{
    font-size: 1.875em;
    line-height: 25px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #282828;
    text-transform: uppercase;
}



.gallery-inner  .caption-heading p{
    letter-spacing:-0.5px;
    color:#282828;
    font-size: 13px;
    font-style: normal;
}

.gallery-inner-event  .caption-heading p{
    letter-spacing:-0.5px;
    color:#282828;
    font-size: 13px;
    font-style: normal;
}


.gallery-inner .verticallineSeparator{
    background:#282828;
    margin-top:5px;
    margin-bottom:5px;
}

.gallery-inner-event .verticallineSeparator{
    background:#282828;
    margin-top:5px;
    margin-bottom:5px;
}

.gallery {
    background: #4c4c4c;
    min-height:500px;
}

#portfolio .container .gallery{
    background-color:white;
}

/* ---- isotope ---- */
/* clear fix */
.gallery:after {
    content: '';
    display: block;
    clear: both;

}

/* 5 columns, percentage width */
.gallery .gallery-inner,
.gallery .grid-sizer {
    width: 50%;/* change here the column width */
}


.gallery .gallery-inner-event1,
.gallery .grid-sizer-event1 {
 
    width: 25%;  
    
 
 
}

.grid-block { 
    width: 24%;  
    margin-left: 0.25%; margin-right: 0.25%; 
    margin-bottom: 5px; 
    background: no-repeat 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom:24%;
}


.gallery .gallery-inner {
    float: left;
    height: auto;
    background: #4c4c4c;
    position: absolute;
    left: 0;
    top: 0;
    margin:0;
}


.gallery .gallery-inner-event {
    float: left;
    height: auto;
    background: #4c4c4c;
    position: absolute;
    left: 0;
    top: 0;
    margin:0;
	/*width: 25%;
    height: 0;
    padding-bottom: 25%;*/
}

 


.galleryImage{
    /*min-width:100%;*/
    width: 100%;
    height: auto;
}


/* Overlay style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index:3000;
    overflow-y: scroll;
}



.overlay-section{
    position: static;
}



/* Effects */
.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}



.overlay-close{
    cursor:pointer;
}

.overlay-close{
    position:fixed;
    z-index:10000;
    top:0;
    right:50px;

}

.overlay-close i{
    font-style:normal;
    font-size:2em;
}

#singlePageContent .container{
    padding:70px;
}

#singlePageContent .container h1{
    margin-bottom:60px;
}


.singleImageWrapper{
    padding-top:60px;
}


.singleImageWrapper .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.singleImageWrapper .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--clients logo -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

.clientsIntro h2 {
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-top: 50px;
}

.clientsIntro .inclineLine {
    position: absolute;
    top: 40%;
    width: 70px;
    height: 87px;
    left: 42%;
    z-index: -1;
}


.clientLogo img{
    width:180px;
    margin-top: 15px;
}

/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Testimonials -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#text-separator-testimonials{
    background: url(img/pattern.jpg);
    background-repeat: repeat;
    background-position: center center;
}



#text-separator-testimonials .black-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.8) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}



#text-separator-testimonials h1 {
    color:white;
}

#text-separator-testimonials h2 {
    margin-top:-30px;
}

#text-separator-testimonials h3 .serif{
    color:#d1d1d1;
}



.review{
    text-align:center;
    padding:40px;
    padding-top:20px;
}

.review p{
    color:white;
    font: 14px/24px 'Open Sans', sans-serif;
    font-weight: 300;
}

.review p.minimal{
    font: 14px/24px 'Open Sans', sans-serif;
    text-transform: none;
    font-weight: 300;
    color:#d5d5d5;
}


.review .reviewParagraph{
    font-style:italic;
}

.review p.titulation{
    color:#c8c8c8;
    font-style:italic;
    font-size:14px;
}

.review h4{
    color:white;
    letter-spacing:0;
    margin-bottom:0;
}

.text-separator-title h2{
    padding-top:100px;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Pricing Tables -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#pricing{
    background-color:#f4f4f4;
}


.tableWrapper{
    padding:60px;
    border: solid 10px black;
}

.tableWrapper .separator{
    padding:20px;
    margin-top:20px;
    margin-bottom:20px;
}

.tableWrapper .subscriptionName h2{
    letter-spacing:0;
}

.subscriptionList ul{
    list-style:none;
    padding:0;
}

.subscriptionPrice{
    padding-bottom:10px;
}


.subscriptionPrice h2{
    letter-spacing:0;
}


.subscriptionPrice h2,
.subscriptionPrice p{
    display:inline;
}


/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/
/*<!--Contact -->*/
/*<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->*/

#contactIntro{
    background-color: rgb(245, 245, 245);
}

#contactContent{
    background: white;
}

#contactContent .container {
    padding-top: 40px;
}

.parallaxIcon.contactParallax{
    left:10%;
    height:500px;
    width:500px;
    opacity:1;
}

label{
    width:100%;
}

input:focus, textarea:focus{
    outline:0;
}

label input, textarea{
   /* width:100%; */
    margin-top:10px;
    margin-bottom:10px;
}
#contact_form #name,
#contact_form #email,
#contact_form #phone{
    height: 50px;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #d5d5d5;
    font-size:10px;
    text-transform:uppercase;
    font-family: 'Lato', sans-serif;
    color: #282828;
    letter-spacing:1px;
    padding:0;
    padding-left:10px;
}

#contact_form #comments {
    height: 200px;
    margin-top:30px;
    background: transparent;
    border: 1px solid #d5d5d5;
    font-family: 'Lato', sans-serif;
    color: #282828;
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
    padding:10px;
}

#contactContent hr{
    margin-top:80px;
    padding-bottom:30px;
}


#contactContent i{
    font-style:normal;
}

#contactContent .btn{
    margin-top:20px;
}

.contactInfo1{
    text-align:center;
    margin-top:30px;
    margin-bottom:30px;
}

.myheight{
    height:250px;
}

.contactInfo1 p{
    padding-top:15px;
}

.contactInfo1{
    border-right:1px solid #d5d5d5;
}

.contactInfo1:last-child{
    border:0;
}

.contactInfo1 i{
    font-size:30px;
}

#googleMap {
    width: 100%;
    height: 400px;
    overflow: hidden;
    padding:20px;
}


#footer{
    overflow:hidden
}



.topLine{
    background:#222222;
	padding: 20px;
    margin: 0 auto;
}


#footer .bottomLine {
    padding: 20px;
    margin: 0 auto;
    background-color: #1D1D1D;
}

#footer .bottomLine p{
    color: #a5a5a5;
    font-size:12px;
}

#footer .textSepLogo{
    position:absolute;
    right:30%;top:0;
    z-index: 1;
    opacity:0.1;
}


#footer .container{
    /*multipage only*/
    padding:0;
}


.footerText{
    color:white;
    padding:10px 40px;;
}

.footerText p{
    color: #a5a5a5
}


/*footer newsletter*/
.form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footerText input{
    height: 54px;
    padding-bottom: 3px;
    border: 0;
    background: #393939;
    border-radius:0;
    line-height: 54px;
    font-size: 10px;
    text-transform:uppercase;
    font-family: 'Lato', sans-serif;
    color: white;
    letter-spacing:1px;
}

.footerLogo{
    /*width:200px;*/
    margin-top:40px;
}



#footer li a {
    color: #F9F9F9;
}

#footer .bottomLine .allIconsSocialWrapper{
    text-align:right;
    width:100%;
    padding-bottom:12px;
    padding-right:12px;

}



.input-group-addon{
    height: 54px;
    border-radius:0;
    padding-left:16px;
    padding-right:16px;
    padding-bottom: 3px;
    border: 0;
    background: #323232;
    text-transform:uppercase;
    color: white;
    letter-spacing:1px;
}

#footer .infoContact {
    list-style: none;
    padding: 10px;
    color: #a5a5a5
}

#footer .infoContact li .fa {
    margin-right: 6px;
    font-size: 40px;
    position:absolute;
    opacity:0.1;
    left:0;
}

#footer .infoContact li  {
    margin:0;
    padding:0;
  
}

#footer h4{
    font-family: 'Open Sans', sans-serif;
    text-transform:uppercase;
    color:white;
}

#footer .lineSeparator{
    background: #a5a5a5;
}

#footer p, .tweet{
    color: #a5a5a5;
}

.tweet a {
    color:white;
}

#footer .tweet ul{
    padding:0;
}
#footer .tweet li{
    list-style:none;
    line-height: 26px;
}
#footer .tweet li:before {
    font-family: 'FontAwesome';
    content: '\f099';
    margin:0 15px 0 -27px;
    color: #a5a5a5;
}



.bottomLine .footerSocialIcons {
    padding: 20px;
}
.footerSocialIcons {
    list-style: none;
}

.footerSocialIcons li {
    display: inline;
    margin: 0 10px;
}

.footerSocialIcons li a{
    color: #a5a5a5;
}


.footerNav{
    padding-left:10px;
    margin-left:10px;
}

.footerNav{
    line-height:26px;
}

#footer li a {
    color: #F9F9F9;
}

/*countdown*/

#countdown {
    width: 100%;
    position: relative;
    height: auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0px;
    background-color:transparent;
    border:0;
}

#countdown .countdown-section{
    display: inline-block;
    position: relative;
    width: 25%;
    height: auto;
    min-height: 150px;
    vertical-align: top;
    border-left: 1px solid rgba(255,255,255,0.4);
}


#countdown .countdown-section:first-child{
    border-left: none;
}

#countdown .countdown-amount{
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 90px;
    color:white;
    display:block;
}

#countdown .countdown-period{
    font-size:14px;
    color:white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}



#singlePage{
    padding-bottom:100px;
    position:relative;
}

.paginationRow{
    padding:80px 10px;;
}

#result h2{
    letter-spacing:0;
}

iframe{border:0;}



/*/featured works*/

#featured-works{
    background:white;
}

.featureWrapper{
    padding:10px;
}

.featureWrapper .caption-heading{
    padding:10px;
}

#owl-featured .owl-buttons{
    display:inline-block;
}
#owl-featured .owl-prev, .owl-next{
    display:inline-block;}

.featuredNav{

    margin:10px;
    padding:5px 10px;
    background:#282828;
    color:white;
}



.tweets-list-container{
    width: 100%;
    overflow: hidden;
}

.tweet-list {
    position: relative;
    list-style-type: none;
    padding: 0;
}

.tweet-list li {
    padding-bottom: 10px;
}

/* Twitter logo before tweet */

.tweet-list.twitter-logo li {
    background: url('../img/tweet.png') no-repeat;
    padding-left: 40px;
}



/*shortcodes */

#shortcodes2{
    background:white;
}
.nav-tabs {
    border-bottom: 3px solid black;
}

.nav-tabs>li>a {
    border-radius: 0;
    border-bottom-color: transparent;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border: 3px solid black;
    border-bottom-color: transparent;
    margin-bottom:-2px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #282828;
}

.nav-pills>li>a {
    border-radius: 0px;
    font-family:'Lato', sans-serif;
    text-transform:uppercase;
    font-size:12px;
    font-weight:900;
}

.tab-content{

    padding:10px;
}

.panel-heading {
    padding: 18px;
}

.panel-group .panel {
    border-radius: 0;
}

.panel {
    border: 2px solid transparent;
    border-radius: 0px;
}
.panel-title{
    font-size: 12px;
}


.panel-default {
    border-color: black;
}

.buttons{
    padding:30px;
}


.buttons button{
    margin:30px;
}

.btn-primary{
    color:#357ebd;
}

.btn-primary:after, .btn-primary:before {
    background: #357ebd;
}

.btn-success{
    color:#4cae4c;
}

.btn-success:after, .btn-success:before {
    background: #4cae4c;
}

.btn-info{
    color:#46b8da;
}

.btn-info:after, .btn-info:before {
    background: #46b8da;
}
.btn-warning{
    color:#eea236
}

.btn-warning:after, .btn-warning:before {
    background: #eea236;
}


.btn-danger{
    color:#d43f3a;
}

.btn-danger:after, .btn-danger:before {
    background: #d43f3a;
}

.alert {
    border-radius: 0px;
}

#callToAction{
    background: #181818;
}

#callToAction .container{
    padding-top:75px;
    padding-bottom:75px;
}

#callToAction h4{
    color:white;
    letter-spacing:2px;
}

#callToAction p{
    color: #d5d5d5;
    padding-top:15px;
    padding-bottom:15px;

}

#callToAction h4{
    color:white;
    letter-spacing:2px;
}

.dropcap {
    float: left;
    color: inherit;
    font-size: 50px;
    line-height: 40px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
}

.business-list-contact {
/*border: 1px solid #dedede;
background-color: #f3f3f3;*/
margin-bottom: 10px;
/*padding: 10px;*/
width: 100%;
}

.business-list-contact ul{
list-style:none;
margin-left:0px;
padding-left:0px;
}

.borderdx{
	border-right: 1px solid #d9be87;	
	
}	

#map {
height: 100%;
width:100%;
overflow:hidden;

}

#map-page-struttura{
height: 380px;
}

.stars{
color: #d9be87;	
	}

.white-background{
color: #fff;	
	}

.navbar-default-dark {
    /*padding: 0px 50px;*/
	padding: 15px 15px;
    background-color: #222;
    border-color: transparent;
    transition: all 0.5s ease 0.25s;
	height:80px;
}

.navbar-brand-dark {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

 

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}

.leaflet-control-layers input {
    
    text-align: left;
}
		
.leaflet-control-layers label input {

	text-align: left;
}

.sezioneInfo {
  border-right: 1px solid #d5d5d5;
}
	
.sezioneInfo {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.sezioneInfo:last-child {
  border: 0;
}

main {
  position: relative;
  /*z-index: 2;*/
  /* fix bug on iOS */
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}


.cd-nav-trigger {
  position: fixed;
  z-index: 1045;
  left: 0%;
  top: 90px;
  height: 50px;
  width: 60px;
  background-color: #e2f211;
  border-radius: 0%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}


.cd-nav-trigger .cd-nav-icon {
  /* icon created in CSS */
  position: absolute;
 left: 2%;
  top: 50%;
  bottom: auto;
  right: auto;
 -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
/*  height: 22px;  
  width: 22px;*/
  color: #000;
  
}
 
/*
.cd-nav-trigger .cd-nav-icon::before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
  content: "\f041";
  font-size: 24px;
} 
*/

.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
  top: 2px;
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
  top: -2px;
}
.cd-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}
.cd-nav-trigger circle {
  /* circle border animation */
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  -moz-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}
.navigation-is-open .cd-nav-trigger {
  /* rotate trigger when navigation becomes visible */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after,
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  /* animate arrow --> from hamburger to arrow */
  width: 50%;
  -webkit-transition: -webkit-transform 0.5s, width 0.5s;
  -moz-transition: -moz-transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
  top: 0;
}
.navigation-is-open .cd-nav-trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  -moz-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}
/*
@media only screen and (min-width: 1170px) {
  .cd-nav-trigger {
    top: 180px;
  }
}
*/ 
				
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
				.cd-nav-trigger {
    top: 150px;
  } 
		
		#testonav{
    top: 150px;
  }		
	
	
	
	
	}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 		
		.cd-nav-trigger {
    top: 180px;
  }	
			
			#testonav{
    top: 180px;
  }		
	
			
			
				}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.cd-nav-trigger {
    top: 210px;
  }
				
#testonav{
    top: 210px;
  }		
				
 	

.cd-nav {
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #243040;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  -moz-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
}
			
			#testonav{
	 display: none;
	 position: fixed;
    z-index: 1030;
    left: 0;
	/*top: 210px;*/
    height:50px;
    width: 150px;
    background-color: #e2f211;
    border-radius: 0%;
	 text-align:right;
			padding-right:20px;
			padding-top:10px;
			padding-bottom:10px;
		  
}
	
	
.cd-nav .cd-navigation-wrapper {
  /* all navigation content */
  height: 100%;
   width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
.navigation-is-open .cd-nav {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.navigation-is-open .cd-nav .cd-navigation-wrapper {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.cd-nav .cd-primary-nav a.selected {
  color: #ffffff;
}
.no-touch .cd-nav .cd-primary-nav a:hover {
  color: #ffffff;
}


.no-js main {
  height: auto;
  overflow: visible;
}

.no-js .cd-nav {
  position: static;
  visibility: visible;
}
.no-js .cd-nav .cd-navigation-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.leaflet-left .leaflet-control {
 
	margin-top:58%;
}

.equal, .equal > div[class*='col-'] {  
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.aboutText p {
 color:#fff;
}

 .sfondo-e2f211{ 
    background-color: #e2f211; 
	color: #000;
}
		
 .sfondo-e2f211 > a{ 
	color: #fff;
}

 .sfondo-dc6310{ 
    background-color: #dc6310; 
	color: #fff;
}
		
 .sfondo-dc6310 > a{ 
	color: #fff;
}

 .sfondo-6c1745{ 
    background-color: #6c1745; 
	color: #fff;
}
		
 .sfondo-6c1745 > a{ 
	color: #fff;
}

 .sfondo-3a6ba5{ 
    background-color: #3a6ba5; 
	color: #fff;
}
		
 .sfondo-3a6ba5 > a{ 
	color: #fff;
}

.sezioneTitoli{ 
	color: #fff;
	text-align:left;
	vertical-align: middle;
}

.v-center {display:table!important; 
	height:150px;
	width: 100%;
}

.v-center img {max-height:150px;}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
				 
.v-center {display:table!important; height:200px;width: 100%;}

.v-center div[class*='col-'] {
	display: table-cell!important;
    vertical-align:middle;
    float:none;
}

.v-center img {max-height:200px;}

	}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 		
 			
 


}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	 
	
	}				


.barra {
  display: block;
  width: 150px;
  height: 7px;
  background: #fefefe;
  margin-left: auto;
  margin-right: auto;
  margin-top:10px;
	margin-bottom:10px;
}

.testo p{ 
	color: #fff;
}

.downToSection {
  position: absolute;
  bottom: 0;
  left: 50%;
  /*z-index: 4;*/
  width: 120px;
  text-align: center;
  margin-left: -55px;
}

.downToSectionTitle {
   
  bottom: 0;
  
  width: 120px;
  text-align: center;
  
}


.NodownToSection {
     position: absolute;
  
  left: 50%;
  /*z-index: 4;*/
  width: 120px;
  text-align: center;
  margin-left: -55px;
}


.btn.btnRojo {
  background: #e2f211;
  border-color: #e2f211;
  color: #000;
  font-size:30px;
}
.btn.btnMini {
  padding: 0 5px;
}

.infofoto {
text-align: center;
line-height: 1.2em;
}

.bx-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
}

.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 0px #ccc;
  -webkit-box-shadow: 0 0 0px #ccc;
  box-shadow: 0 0 0px #ccc;
  border: 0px solid #fff;
  left: 0px;
  background: #fff;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
	
/* Defines the squares' margins and shadows,
and the default three-column layout */
.square-element {
	float: left;
	width: 25%;
	height: 300px;
	margin: 9px .85%;
	padding: .85%;
	
}

/* Switching to two-column layout at first responsive breakpoint */
@media (max-width: 790px)
	.square-element {
		width: 43.6%;
		padding: 1.7%;
	}
}

/* Switching to one-column layout at second responsive breakpoint */
@media (max-width: 430px) {
	.square-element {
		width: 92.4%;
		padding: 2.8%;
	}
}
	
.boxelement {
	width: 50%;
    height: 0;
    padding-bottom: 50%;
}

/*!
  @Author Andrej Burcev
  @Description Bootstrap responsive squares and rectangles
*/
.h-content {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.h, .h-xs-1, .h-sm-1, .h-md-1, .h-lg-1, .h-xs-2, .h-sm-2, .h-md-2, .h-lg-2, .h-xs-3, .h-sm-3, .h-md-3, .h-lg-3, .h-xs-4, .h-sm-4, .h-md-4, .h-lg-4, .h-xs-5, .h-sm-5, .h-md-5, .h-lg-5, .h-xs-6, .h-sm-6, .h-md-6, .h-lg-6, .h-xs-7, .h-sm-7, .h-md-7, .h-lg-7, .h-xs-8, .h-sm-8, .h-md-8, .h-lg-8, .h-xs-9, .h-sm-9, .h-md-9, .h-lg-9, .h-xs-10, .h-sm-10, .h-md-10, .h-lg-10, .h-xs-11, .h-sm-11, .h-md-11, .h-lg-11, .h-xs-12, .h-sm-12, .h-md-12, .h-lg-12 {
  overflow: hidden;
  padding: 0;
}

.h > div, .h-xs-1 > div, .h-sm-1 > div, .h-md-1 > div, .h-lg-1 > div, .h-xs-2 > div, .h-sm-2 > div, .h-md-2 > div, .h-lg-2 > div, .h-xs-3 > div, .h-sm-3 > div, .h-md-3 > div, .h-lg-3 > div, .h-xs-4 > div, .h-sm-4 > div, .h-md-4 > div, .h-lg-4 > div, .h-xs-5 > div, .h-sm-5 > div, .h-md-5 > div, .h-lg-5 > div, .h-xs-6 > div, .h-sm-6 > div, .h-md-6 > div, .h-lg-6 > div, .h-xs-7 > div, .h-sm-7 > div, .h-md-7 > div, .h-lg-7 > div, .h-xs-8 > div, .h-sm-8 > div, .h-md-8 > div, .h-lg-8 > div, .h-xs-9 > div, .h-sm-9 > div, .h-md-9 > div, .h-lg-9 > div, .h-xs-10 > div, .h-sm-10 > div, .h-md-10 > div, .h-lg-10 > div, .h-xs-11 > div, .h-sm-11 > div, .h-md-11 > div, .h-lg-11 > div, .h-xs-12 > div, .h-sm-12 > div, .h-md-12 > div, .h-lg-12 > div {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 8px;
}

.col-xs-1.h, .h-xs-1 {
  padding-bottom: 8.3333333333%;
}

.col-xs-2.h, .h-xs-2 {
  padding-bottom: 16.6666666667%;
}

.col-xs-3.h, .h-xs-3 {
  padding-bottom: 25%;
}

.col-xs-4.h, .h-xs-4 {
  padding-bottom: 33.3333333333%;
}

.col-xs-5.h, .h-xs-5 {
  padding-bottom: 41.6666666667%;
}

.col-xs-6.h, .h-xs-6 {
  padding-bottom: 50%;
}

.col-xs-7.h, .h-xs-7 {
  padding-bottom: 58.3333333333%;
}

.col-xs-8.h, .h-xs-8 {
  padding-bottom: 66.6666666667%;
}

.col-xs-9.h, .h-xs-9 {
  padding-bottom: 75%;
}

.col-xs-10.h, .h-xs-10 {
  padding-bottom: 83.3333333333%;
}

.col-xs-11.h, .h-xs-11 {
  padding-bottom: 91.6666666667%;
}

.col-xs-12.h, .h-xs-12 {
  padding-bottom: 100%;
}

@media (min-width: 768px) {
  .col-sm-1.h, .h-sm-1 {
    padding-bottom: 8.3333333333%;
  }

  .col-sm-2.h, .h-sm-2 {
    padding-bottom: 16.6666666667%;
  }

  .col-sm-3.h, .h-sm-3 {
    padding-bottom: 25%;
  }

  .col-sm-4.h, .h-sm-4 {
    padding-bottom: 33.3333333333%;
  }

  .col-sm-5.h, .h-sm-5 {
    padding-bottom: 41.6666666667%;
  }

  .col-sm-6.h, .h-sm-6 {
    padding-bottom: 50%;
  }

  .col-sm-7.h, .h-sm-7 {
    padding-bottom: 58.3333333333%;
  }

  .col-sm-8.h, .h-sm-8 {
    padding-bottom: 66.6666666667%;
  }

  .col-sm-9.h, .h-sm-9 {
    padding-bottom: 75%;
  }

  .col-sm-10.h, .h-sm-10 {
    padding-bottom: 83.3333333333%;
  }

  .col-sm-11.h, .h-sm-11 {
    padding-bottom: 91.6666666667%;
  }

  .col-sm-12.h, .h-sm-12 {
    padding-bottom: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1.h, .h-md-1 {
    padding-bottom: 8.3333333333%;
  }

  .col-md-2.h, .h-md-2 {
    padding-bottom: 16.6666666667%;
  }

  .col-md-3.h, .h-md-3 {
    padding-bottom: 25%;
  }

  .col-md-4.h, .h-md-4 {
    padding-bottom: 33.3333333333%;
  }

  .col-md-5.h, .h-md-5 {
    padding-bottom: 41.6666666667%;
  }

  .col-md-6.h, .h-md-6 {
    padding-bottom: 50%;
  }

  .col-md-7.h, .h-md-7 {
    padding-bottom: 58.3333333333%;
  }

  .col-md-8.h, .h-md-8 {
    padding-bottom: 66.6666666667%;
  }

  .col-md-9.h, .h-md-9 {
    padding-bottom: 75%;
  }

  .col-md-10.h, .h-md-10 {
    padding-bottom: 83.3333333333%;
  }

  .col-md-11.h, .h-md-11 {
    padding-bottom: 91.6666666667%;
  }

  .col-md-12.h, .h-md-12 {
    padding-bottom: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1.h, .h-lg-1 {
    padding-bottom: 8.3333333333%;
  }

  .col-lg-2.h, .h-lg-2 {
    padding-bottom: 16.6666666667%;
  }

  .col-lg-3.h, .h-lg-3 {
    padding-bottom: 25%;
  }

  .col-lg-4.h, .h-lg-4 {
    padding-bottom: 33.3333333333%;
  }

  .col-lg-5.h, .h-lg-5 {
    padding-bottom: 41.6666666667%;
  }

  .col-lg-6.h, .h-lg-6 {
    padding-bottom: 50%;
  }

  .col-lg-7.h, .h-lg-7 {
    padding-bottom: 58.3333333333%;
  }

  .col-lg-8.h, .h-lg-8 {
    padding-bottom: 66.6666666667%;
  }

  .col-lg-9.h, .h-lg-9 {
    padding-bottom: 75%;
  }

  .col-lg-10.h, .h-lg-10 {
    padding-bottom: 83.3333333333%;
  }

  .col-lg-11.h, .h-lg-11 {
    padding-bottom: 91.6666666667%;
  }

  .col-lg-12.h, .h-lg-12 {
    padding-bottom: 100%;
  }
}

#carousel-eventi .item{
  margin: 0px;
  width:100%;
  height:auto;	
}
#carousel-eventi .item img{
  display: block;
  width: 100%;
  height: auto;
}

.captionWrapper h4 {
  font-weight: 400;
  margin-bottom: 3px;
}
	
.upCase {
  text-transform: uppercase;
}

h4 {
  display: block;
  font-size: 1.125em;
  font-weight: 700;
}

.captionWrapper p {
  font-size: 16px;
}

.captionWrapper h2 {
  padding-top: 20px;
}
		
.captionWrapper h2 {
  font-size: 36px;
  margin-bottom: 3px;
}
	
.captionWrapper p {
  display: block;
  max-width: 250px;
}

h3, .h3 {
    font-size: 2.188em;
}

.myvcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}


.img-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: url('');
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

	#instagram {
	margin:0;
	padding:0;
	overflow:hidden;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    background-color:  rgba(255, 255, 255, 0.5);
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 1.42857143;
    color: #282828;
    white-space: nowrap;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.row.gutter-0 {
    margin-left: 0;
    margin-right: 0;
    [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
}

.row.gutter-10 {
    margin-left: -5px;
    margin-right: -5px;
    [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.row.gutter-20 {
    margin-left: -10px;
    margin-right: -10px;
    [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }
}


.myitem{
    margin-bottom: 15px;
	margin-top: 15px;
}

#instagram li {
	list-style:none;
	float:left;
	margin:0 20px 20px 0;
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	/*margin: 5px 1%;*/
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 100%;
	/*background: #000;*/
	text-align: center;
	/*cursor: pointer;*/
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	/*opacity: 0.8;*/
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 72%;
    text-align: center;
}


						
						
figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 60%, rgba(0,0,0,0.8) 85%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.6) 60%, rgba(0,0,0,0.8) 85%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}
							
figure.effect-sadie h4 {
	position: absolute;
	top: 30%;
	left: 0;
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	opacity: 0;
}							

figure.effect-sadie h3 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	opacity: 0;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h4,
figure.effect-sadie:hover h3 {
	color: #fff;
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover h4,
figure.effect-sadie:hover h3,									
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.navbar-brand {
    padding-top: 5px;
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
