/*
Theme Name: Avada Plus
Theme URI: http://themewagon.com/
Author: ThemeWagon
Author URI: http://themewagon.com/
Description: Slick One page HTML 5 template powered by Bootstrap 3.
Version: 1.14.11
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: blur, white, one page, parallax, responsive-layout, full-width-template
Text Domain: flusk
*/

/**
* Table of Contents:
*
* 01.0 - Global
* 02.0 - Header
* 03.0 - Drawer with menu
* 04.0 - Parallax styles
* 05.0 - Recent works
* 06.0 - Services
* 07.0 - Blog
* 08.0 - Testimonials
* 09.0 - Contact
* 10.0 - Footer
* 11.0 - Responsive styles
* -----------------------------------------------------------------------------
*/


/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/

* {outline: none !important;}

::selection {
    background-color: #475B6F;
    color: #fff;
}

html {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    overflow-y: scroll;
}

body {
    color: #6a6a6a; 
    background: #405162;
    /*background: #2B3E51;*/
}

p {
    margin: 0 0 20px 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
}
ul{
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
}

img {max-width: 100%;}

a {
    text-decoration: none;
    outline: none;
}

a{  
    color: #4da7ca;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

a:hover {
    color: #4290ae; 
}


h1, h2, h3, h4, h5, h6{   
    margin: 0 0 15px 0; 
    color: #3A4F52;
    font-family: 'Raleway';
}

.btn{border-radius: 0;}
.btn-o {
    border: 1px solid #3A4F52;
    color: #3A4F52;
}
.btn-o:hover {
    background: #3A4F52;
    color: white;
}
.btn.btn-o-white {
    border: 1px solid white;
    color: white;
    background: transparent;

}
.btn.btn-o-white:hover {
    background: white !important;
    color: #6a6a6a; 
}

.title-page {
    /*display: inline-flex;*/
    margin-bottom: -20px;
}
p.main-header {
    font-size: 27px;
    font-family: 'Raleway';
    font-weight: 500;
    margin-bottom: 0;
}
p.main-header:after {
    content: " ";   
    font-size: 27px;
    font-family: 'Raleway';
    font-weight: 500;
}
p.sub-header {
    font-size: 20px;
    font-family: 'Raleway';
    font-weight: 100;
    margin: 0;
}
p.sub-header:before {
    /*content: " ||| ";*/
    font-size: 20px;
    font-family: 'Raleway';
    font-weight: 300;
}
p.sub-header-note {
    /*content: " ||| ";*/
    font-size: 12px;
    font-family: 'Raleway';
    /*font-weight: 300;*/
    font-style: italic;
    color: #999298; 
}
li{
    list-style: none;
}

.container li {
    list-style: disc;
}

/*////////////////////////////////////////////////////////////////////////
//  02 - Header
///////////////////////////////////////////////////////////////////////*/


header.top-header {
    position: fixed;
    z-index: 999;
    width: 100%;

}


.shows {
    background-color: #f1f0f0;
    /*background: rgba(160, 170, 179, 0.77);*/
    transition: all .6s;
}
.shows .navbar-default {
    /* background-color: #f8f8f8; */
    /* border-color: #e7e7e7; */

    margin-bottom: 10px;
    transition: all .6s;
}
.shows .navbar-nav {
    float: right;
    font-size: 0.9em;
    margin: 0px 0 0;
    color: #000;
}
.shows h1.logo {
    margin-top: 0px;
    color: white;
}
img.logo {
    margin-top: 10px;
    color: white;
    display: inline-flex;
    width: 174px;
    max-width: 174px !important;
}

h1.logo {
    margin-top: 11px;
    color: white;
    display: inline-flex;
}
#header{  
    position: relative;     
    text-align: center;
    padding: 0 !important;
}
.navbar-nav {
    float: right;
    margin: 31px 0 0;
    color: white;
}

#header .top {
    position:fixed;
    top:0;
    width: 100%;
    padding: 30px;
    height: auto;
    z-index: 500;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;  
    transition: all .5s;    
}
#header .top.solid {
    background: #475B6F;
    padding-top: 15px;
    padding-bottom: 15px;
}

#header .top h1{
    margin-bottom: 0;
}
#header .top.solid .toggleDrawer i {
    padding-top: 8px;
}

#header .logo, #header .toggleDrawer{
    font-family: 'Raleway', sans-serif;
    color: white;
}
.logo-head{
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 300;
}
.logo:hover{
    text-decoration: none;
}

#header .slogan {
    font-size: 4em;
    margin-bottom: 15px;
    line-height: 1em;
    font-family: 'Raleway', sans-serif;
    color: white;
    font-weight: 100; 
}

#header .secondary-slogan{
    font-size: 1.6em;
    color: rgba(255,255,255,.5);
    line-height: 1em;
    font-family: 'Raleway', sans-serif;
}

#header > .bottom {
    position: absolute;
    bottom: 75px;
    text-align: center;
    width: 100%;
}
#header > .bottom a img {
    width: 50px;
}
#header > .bottom a {
    opacity: 0.7;
}
#header > .bottom a:hover {
    opacity: 1;
}


/*////////////////////////////////////////////////////////////////////////
//  03 - Drawer with menu
///////////////////////////////////////////////////////////////////////*/

#drawer-right {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: -300px;
    background: #2B3E51;
    width: 300px;
    padding: 20px;
    z-index: 999;
}

#drawer-right h1, #drawer-right h2{color: white;}

#drawer-right .nav-pills>li>a {
    font-size: 18px;
    border-radius: 0;
}

#drawer-right .social{margin-top: 30px}
#drawer-right .social ul {
    list-style: none;
    padding-left: 20px;
}
#drawer-right .social ul > li {
    display: inline-block;
}
#drawer-right .social ul > li > a:hover{
    color: white;
}



/*////////////////////////////////////////////////////////////////////////
//  04 - Parallax styles
///////////////////////////////////////////////////////////////////////*/
.content-block-map{
    background:transparent no-repeat center center fixed;
    -webkit-background-size:100%;
    -moz-background-size:100%;
    -o-background-size:100%;
    background-size:100%;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    overflow:hidden;
    /*    padding: 30px 10px;*/
}
.content-block{
    background:transparent no-repeat center center fixed;
    -webkit-background-size:100%;
    -moz-background-size:100%;
    -o-background-size:100%;
    background-size:100%;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    overflow:hidden;
    padding: 30px 10px;
}
.parallax{
    padding: 80px 0;
}
.color-blue {
    color: white;
    background: #405162;
    font-size: 1.2em;
}
.color-orange {
    color: white;
    background: #ee6812;
}
.block-body {
    margin-top: 60px;
}

#header {
    background-image: url(../images/slide-home/header-bg.jpg);
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
}
#services {
    background:white;
}
#parallax {
    /* background-image: url(../images/blue_mac2.jpg); */
    color: white;
    background: #405162;
}
#contact {
    /*background-image: url(../images/newsletter-bg.png);*/
    color: white;
    background-color: white;
    padding-top: 60px;
}
#contact .row{
    padding: 0px;
    margin: 0px;
}
#parallax h1{
    margin-bottom: 60px;
    color: white;
}




/*////////////////////////////////////////////////////////////////////////
//  05 - Recent works
///////////////////////////////////////////////////////////////////////*/

.recent-work {
    width: 100%;
    padding-bottom: 27%;
    background: #C3C9CC;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding-top: 27%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
}

.recent-work span{
    margin-top: -18px;
    opacity: 0;
    position: relative;
    z-index: 1;
}
.recent-work:before {
    background: rgba(2, 56, 58, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    opacity: 0;
    -o-transition: all .2s;
    -ms-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.recent-work:hover {
    background-size: 200%;
    background-position: center;
}
.recent-work:hover:before, .recent-work:hover span {
    opacity: 1;
}





/*////////////////////////////////////////////////////////////////////////
//  06 - Services
///////////////////////////////////////////////////////////////////////*/


.service i {
    font-size: 23px;
    padding: 0 5px;
}
.bar:before{
    font-family: 'Raleway', sans-serif;
    content: "||| " ;
    font-size: 23px;
    font-weight: 100;
}

.bar:after {
    font-family: 'Raleway', sans-serif;
    content: "||| " ;
    font-size: 23px;
    font-weight: 100;
}
.service h2.service-head{
    font-family: 'Raleway', sans-serif;
    margin-top: 15px;
    font-weight: 100;
}
/*////////////////////////////////////////////////////////////////////////
//  About us
///////////////////////////////////////////////////////////////////////*/
.portfolio-sec ,.services-sec {
    padding-top: 60px;
}
.portfolio-sec,
.about-sec {
    background: white;
    padding-top: 60px;
    padding-bottom: 30px;
}
.contact-sec,
.products-sec {
    padding-top: 30px;
    color: #ffffff;
}

.about-us {
    background: white;
    padding: 92px 0 80px;
}


@media (min-width: 320px) and (max-width: 1024px) { 
    .about-us {
        background: white;
        padding: 50px 0;
        color: #ffffff;
    }
}

.aboutus-item {
    margin-bottom: 15px;
    margin-top: 60px;
}

i.aboutus-icon {
    border: 3px solid rgb(106, 106, 106);
    border-radius: 50%;
    display: inline-block;
    font-size: 56px;
    width: 140px;
    height: 140px;
    line-height: 136px;
    vertical-align: middle; 
    text-align: center;
    color: rgb(106, 106, 106);
}

h4.aboutus-title {
    font-family: 'Raleway', sans-serif;
    margin-top: 23px;
    font-weight: 300;
    font-size: 22px;
}

p.aboutus-desc {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.4px;
    color: rgb(106, 106, 106);
}



/*////////////////////////////////////////////////////////////////////////
//  Call to Action
///////////////////////////////////////////////////////////////////////*/

h3.call-action.pull-left {
    /*width: 90%; */
    font-size: 27px;
    color: white;
}
.parallax {
    padding: 61px 0 55px;
}


/*////////////////////////////////////////////////////////////////////////
//  07 - Blog
///////////////////////////////////////////////////////////////////////*/


#blog .blog-post img {
    margin-bottom: 20px;
}
#blog .date {
    margin-bottom: 15px;
    font-style: italic;
}


/*////////////////////////////////////////////////////////////////////////
//  08 - Testimonials
///////////////////////////////////////////////////////////////////////*/


ol.carousel-indicators {
    margin-bottom: -50px;
}

#testimonials{
    text-align: center;
}
#testimonials .testimonial {
    padding: 25px;
}
.carousel {
    position: relative;
    margin: 50px 0;
}
.carousel h3 {
    margin: 47px 0 20px;
}

/*////////////////////////////////////////////////////////////////////////
//  09 - Contact
///////////////////////////////////////////////////////////////////////*/


#contact{
    color: white;
}
#contact h1{color: white}

.form-control-white {
    background: rgb(255, 255, 255);
    /* color: black; */
    padding: 20px 16px !important;
}

.form-control-white::-webkit-input-placeholder { /* WebKit browsers */
    color:    white;
}
.form-control-white:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    white;
    opacity:  1;
}
.form-control-white::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    white;
    opacity:  1;
}
.form-control-white:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    white;
}


/*////////////////////////////////////////////////////////////////////////
//  10 - Footer
///////////////////////////////////////////////////////////////////////*/


#footer{ 
    background: #2B3E51; 
    color: white; 
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    margin-top: -5px;
}


h2.footer-block {
    color: white;
    font-family: "Raleway" , sans-serif;
    font-weight: 100;
    font-size: 1.5em;
}
.form-control{
    border-radius: none !important;
    padding: 20px 26px;
}
.form-group .btn.btn-o-white {
    width: 100%;
    padding: 9px 0;
    background: #db5252;
    border: none;
}

.footer-title {
    color: white;
    font-size: 1.4em;
    text-align: left;
    margin-bottom: 10px;
}
/*
#footer img{
    width: 150px;
    vertical-align: middle;
}*/
.info-footer {
    border-bottom: 1px solid white;
    margin-bottom: 10px;
}
.info-footer a,
.info-footer a:hover{
    color: white;
}
.info-footer ul{
    padding: 0px;
    margin: 0px;
}
::-webkit-input-placeholder {
    color: #969595 !important;
}

:-moz-placeholder { /* Firefox 18- */
    color: #969595 !important;  
}

::-moz-placeholder {  /* Firefox 19+ */
    color: #969595 !important; 
}

:-ms-input-placeholder {  
    color: #969595 !important;  
}
.footer-bottom {
    padding: 37px 0 30px;
}
.blog-post ul p{
    margin-left: 40px;
}
.blog-post ul li .fa {
    border-radius: 33px 33px;
    /*background: rgb(219, 82, 82);*/
    background: #ee6812;
    width: 28px;
    /* height: 20px; */
    text-align: center;
    padding: 7px 7px;
    margin-right: 9px;
}
.blog-post ul {
    margin-left: -40px;
}
.blog-post .fa{
    background: rgb(219, 82, 82);
    width: 28px;
    text-align: center;
    padding: 7px 7px;
    cursor: pointer;
}
.blog-post .fa:hover{
    /*color: rgb(219, 82, 82);*/
    color: #ee6812;
    background:white;
    transition: all .6s;
}
.social {
    margin-left: 40px;
}
.social a i{
    color: #fff;
}
.img-margin {
    margin-left:30%;
}
/*
//  Box Contatti Google Maps
*/
#contnet-maps div{
    margin: 0;
    padding: 0;
}
.title-label,
.div-map {
    height: 400px;
}

.title-label {
    font-family: "Raleway" , sans-serif;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transform: translateZ(0px);
    background-color: #000;
    color: #FFF;
    border-right: 1px solid white;
    font-size: 3em;
    text-align: center;
    padding-top: 10%;
    opacity: 0.7;
    font-weight: 200;
}

.title-label:hover {
    opacity: 0.5;
}

#contnet-maps .info-contact {
    display: block;
    position: absolute;
    top: 10%;
    /*10-10-2018 - Linda - left: 35%;*/
    left: 52%;
    background: #fff;
    color: #000;
    font-family: "Raleway" , sans-serif;
    font-size: 1.2em;
    padding: 10px;
    /*10-10-2018 - Linda - opacity: 0.8;*/
    opacity: 1;
    width: auto;
    z-index: 100;
    font-weight: 300;
}

.info-contact b {
    font-size: 1.9em;
    color: #786863;
    font-weight: bold;
}

.info-contact a {
    color: #2B3E51;
    font-weight: 500;
}

/*
//  11.0 - Responsive styles
*/
@media (max-width: 767px){
    .blog-post {
        margin-bottom: 40px;
    }

    .recent-work {
        background-position: center;
    }

    .recent-work:before {
        opacity: 1;
    }

    .recent-work span {
        opacity: 1;
    }

    .title-label,
    .div-map {
        height: 350px;
        font-size: 1.5em;
    }

    #contnet-maps .info-contact {
        padding: 10px;
        font-size: 0.7em;
        font-weight: 100;
    }

    .info-contact b {
        font-size: 1.2em;
    }

    .info-contact a {
        font-weight: 200;
    }
     
} 

@media (max-width: 480px) {

    #header .slogan {
        /*font-size: 1.7em;*/
        font-size: 2.2em;
    }
    #header .secondary-slogan{
        font-size: 1.1em;

    }
    .shows .navbar-default {
        margin-bottom: 0px;
    }
    .title-label,
    .div-map {
        height: 300px;
        font-size: 0.9em;
    }
    #drawer-right {
        padding: 10px 20px;
    }

    #drawer-right .nav-pills>li>a {
        font-size: 17px;
    }

    .nav-stacked>li+li {
        margin-top: 0;
    }

    .nav>li>a {
        padding: 8px 15px;
    }

    #drawer-right .social {
        margin-top: 5px;
    }

    #header {
        background-size: cover;
    }
    .service {
        text-align: center;
    }
    #contnet-maps .info-contact {
        padding: 5px;
        font-size: 0.7em;
        font-weight: 100;
    }

    .info-contact b {
        font-size: 1.2em;
    }

    .info-contact a {
        font-weight: 200;
    }
    
    #footer ul {
        margin-top: 5px;
    }

}

/*** 01/10/2018 Andrea Pensa  ***/

@media (max-width:991px){
    .img-margin{
        margin-left: 0;
    }
}
/************* ***/

@media (max-width: 600px) {
    #header .slogan {
        font-size: 2.5em;
        
    }
}
@media (min-width: 320px) {
    #header .slogan {
       /* font-size: 1.4em;*/
        font-size: 1.8em;
    }
}
@media (min-width: 370px) {
    #header .slogan {
        /*font-size: 1.5em;*/
        font-size: 1.9em;
    }
}
@media (max-width: 768px) {
    #header {
         background: url(../images/slide-home/header-bg_mobile.jpg)  50% 0 / cover; 
    }
}
button.navbar-toggle.collapsed {
    /*margin-top: 20px;*/
}


@media (max-width: 400px) {
    #dismissid  {
       width:100%;
       text-align:center;
    }
}

/* Container DIV - automatically generated */
.simply-scroll-container { 
    position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
    position: relative;
    overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.simply-scroll-list li img {
    border: none;
    display: block;
    height: 100px;

}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
    width: 100%;
    height: 100px;
    margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 100px;
}

/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
    float: left; /* Horizontal scroll only */
    width: 150px;
    height: 100px;
    margin-left: 15px;
}

#scroller img{
    opacity: 0.4;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}

#scroller img:hover{
    opacity: 1;
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
}

.no-padding {
    padding: 0px;
}

.bg-blue-box {
    background: #2d73b9;
    color: #fff;
    margin: 2% 0 auto;
    padding: 5px;
}

