
body
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;

    color: #666;
    background-color: #fff;
}




p{
	margin: 5px 0 10px;
	text-align: center;
}


h3,
h4,
h5,
h6
{
    color: #333;
}

h2
{
    font-size: 30px;

    margin-bottom: 20px;
}

h3
{
	font-size: 18px;
}
/* ADVERT */
.modal-header, .modal-footer {
  border: none;
}
span.close-ad{
    top: 15px;
    right: 15px;
    position: absolute;
  }
img.ticket{
    width: 100%;
  }
/* COOKIES */
/* .cookie-banner {
  display: none;
  width: 100%;
  padding-top: 30px;
  position: fixed;
  background: #005377;
  border-top: 2px solid #028fcc;
  color: #f3f3f3;
  text-align: center;
  bottom: 0;
  left: 0;
  z-index: 9999;}

  .cookie-banner > p {
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 1.5em;
  }

  .cookie-banner > p a {
    color: #333;
    text-decoration: none;

  }
  .cookie-banner > p .permission{
    border: 3px solid #f3f3f3;
    padding: 2px 10px;
    color: #f3f3f3;
    font-size: 1.5em;
  } */
  /* End cookies */

.parallax
{
    background: fixed center;
    background-size: cover;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6
{
    color: #fff;
}

.parallax input[type='text'],
.parallax input[type='text']:hover,
.parallax input[type='email'],
.parallax input[type='email']:hover,
.parallax input[type='url'],
.parallax input[type='url']:hover,
.parallax input[type='password'],
.parallax input[type='password']:hover,
.parallax textarea,
.parallax textarea:hover
{
    font-weight: 300;

    color: #fff;
}

.btn
{
    border: 0;
    border-radius: 0;
}

.btn.btn-primary:hover
{
    background-color: #017fb5;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus
{
    text-decoration: none;

    outline: none;
    outline-offset: 0;
    background: transparent;
}

a
{
    -webkit-transition: 300ms;
       -moz-transition: 300ms;
         -o-transition: 300ms;
            transition: 300ms;
    text-decoration: none;
}

a:focus,
a:hover
{
    text-decoration: none;

    outline: none;
}

section
{
    padding: 125px 0;
    overflow: auto;

}
section.tutorial
{

    margin-top: 135px;
}
.heading
{
    /* padding-bottom: 90px; */
}

.icone
{
    font-family: FontAwesome, serif;
    font-size: 1em;

    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: auto;

    content: '';

    background-repeat: no-repeat;
    background-size: cover;
}

.preloader
{
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: #fff;
}

.preloader > i
{
    font-size: 36px;
    line-height: 36px;

    position: absolute;
    top: 50%;
    left: 50%;

    display: inline-block;

    width: 36px;
    height: 36px;
    margin-top: -15px;
    margin-left: -15px;
}

/* video
{
    position: relative;
    z-index: -100;
    top: 0;
    left: 0;

    visibility: visible;

    width: auto;
    min-width: 100%;
    height: 720px;
    min-height: 100%;
} */

/* video.social
{
    height: 100%;
} */
video.social {
  padding: 8px;
}
#buttonbar
{
    margin-top: 20%;
}

#buttonbar img
{
    width: 30px;
    height: 30px;

    border: 0;
}

#volume
{
    border: 0;
    background: transparent;
}

/*--------------------------
---------Home CSS-------------
------------------------------*/

#home-slider
{
    position: relative;

    overflow: hidden;
}

#home-slider .caption
{
    font-size: 18px;
    font-weight: 300;

    position: absolute;
    z-index: 15;
    top: 50%;
    right: 0;
    left: 0;

    margin-top: -104px;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
}

#home-slider .caption h1
{
    font-size: 60px;
    font-weight: 700;

    margin-bottom: 30px;

    color: #fff;
}

.caption .btn-start
{
    font-size: 14px;
    font-weight: 600;

    margin-top: 40px;
    padding: 14px 40px;

    color: #fff;
    border: 1px solid #6e6d6c;
    border-radius: 4px;
}
.caption .btn-start:hover {
  background-color: #028fcc;
  border: 1px solid #028fcc;
}
.caption .btn-start:hover
{
    color: #fff;
}

.carousel-fade .carousel-inner .item
{
    height: 2037px;

    -webkit-transition-property: opacity;
            transition-property: opacity;

    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-fade .carousel-inner .item:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: ' ';

    background: rgba(0,0,0,.4);
}

.carousel-fade .carousel-inner .active
{
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right
{
    z-index: 1;
    left: 0;

    opacity: 0;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right
{
    opacity: 1;
}
.carousel-fade .carousel-control
{
    z-index: 2;
}

.left-control,
.right-control
{
    font-size: 24px;
    line-height: 48px;

    position: absolute;
    z-index: 20;
    top: 50%;

    width: 51px;
    height: 51px;

    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
    text-align: center;

    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
}

.left-control
{
    left: -51px;
}

.right-control
{
    right: -51px;
}

.left-control:hover,
.right-control:hover
{
    color: #fff;
}

#home-slider:hover .left-control
{
    left: 30px;
}

#home-slider:hover .right-control
{
    right: 30px;
}

#home-slider .fa-angle-down
{
    font-size: 24px;
    line-height: 24px;

    position: absolute;
    z-index: 999;
    bottom: 50px;
    left: 50%;

    display: inline-block;

    width: 24px;
    margin-left: -12px;

    -webkit-animation: bounce 3000ms infinite;
            animation: bounce 3000ms infinite;

    color: #fff;
}
.navbar-default {
    background-color: #028fcc;;
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #026c99;
}
.navbar-right li a{
    /*font-size: 16px;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
    color: #fff;
*/
    font-size: 15px;
    font-weight: 600;
    padding: 53px 15px;
    /* padding-bottom: 30px; */
    text-transform: uppercase;
    color: #fff;
    line-height: 27px;

}
/* -------------------------
----------- Home -----------
--------------------------*/
.navbar{
  margin-bottom: 0;
  /*border: 1px solid transparent;*/
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #026c99;;
}
.main-nav{
  padding: 0 2vw;
  background-color: #028fcc;
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.main-nav img{
  width: 171px; padding: 5px 0;
}
.main-nav.navbar-fixed-top .big-padding{
 padding: 90px 0;
}
.logo-home{
  width:252px;
  float:left;
}
.img-responsive{
  padding:8px;

}
#wrap-sh-slider.folio-item {
  margin-top: -130px;
}
.sh-slider li a .img-responsive{
  padding:8px;
  filter: grayscale(100%);
}
/* .navbar-fixed-top {
  position: fixed;
  box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);
} */

/* nav {
  padding: 0 2vw;
    background-color: #028fcc;
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.fixed-nav nav{
  position: fixed;
  top: 0;
  z-index: 10;
  box-shadow: 0 5px rgba(0,0,0,0.1);
} */
/* -------------------------
------ Video e Tutorial ----
--------------------------*/
/* Sottomenu */
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #026c99;
}
.navbar-right li ul li a {
  padding: 5px 10px;
  background-color: #028fcc;
}
.navbar-nav>li>.dropdown-menu {
    padding: 0;
    left: 0;
    /*position: static;*/
    /*display: block;*/
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #026c99;
    border-color: #337ab7;
}
/*.dropdown-menu .sottomenu__dropdown a{
  color: #fff;
}*/
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  color: #fff;
  background-color: #026c99;
}

.navbar-right li.active a{
	background-color: rgba(0,0,0,.2);
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 600px;
}
.navbar-collapse{
  padding-right: 0;

}
.navbar-brand h1
{
    margin-top: 5px;
}

/*************************
********Service CSS*******
**************************/

.service-icon
{
    /* font-size: 36px;
    line-height: 90px;
    display: inline-block;
    width: 90px;
    height: 90px; */
    /* -webkit-transition: background-color .2s ease;
            transition: background-color .2s ease; */
    /* color: #fff;
    border-radius: 4px; */
}

.our-services .col-sm-4:hover .service-icon
{
    background-color: #eee;
}

.our-services .col-sm-4
{
    padding-bottom: 50px;

    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.our-services .col-sm-4:nth-child(4),
.our-services .col-sm-4:nth-child(5),
.our-services .col-sm-4:nth-child(6)
{
    padding-top: 60px;

    border-bottom: 0;
}

.our-services .col-sm-4:nth-child(3),
.our-services .col-sm-4:nth-child(6)
{
    border-right: 0;
}

.service-info h3
{
    margin-top: 35px;
}
/*************************
********TUTORIAL E VIDEO*******
**************************/
/*section .our-services .col-sm-4 .animated {

     -webkit-animation-fill-mode: both!important;
     animation-fill-mode: both!important;
}*/
.videowrapper{
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videowrapper iframe{
  position: absolute;;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}



/*************************
********About CSS*******
**************************/
.img-about-us
{
    padding: 60px 0;

    background-image: url(../images/about-bg.jpg);
}

.img-about-us h2
{
    margin-top: 0;

    color: #fff;
}

.img-about-us .lead
{
    font-size: 16px;

    margin-bottom: 10px;
}

.img-about-us h1
{
    margin-bottom: 30px;
}

.progress
{
    height: 20px;
    margin-bottom: 25px;

    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.progress-bar
{
    font-size: 12px;
    font-weight: 600;

    padding-right: 12px;

    text-align: right;

    -webkit-box-shadow: none;
            box-shadow: none;
}


.progress .progress-bar.six-sec-ease-in-out
{
    -webkit-transition: width 2s ease-in-out;
            transition: width 2s ease-in-out;
}

/*************************
********portfolio CSS*****
**************************/

.portfolio .container-fluid,
.portfolio .col-sm-3
{
    overflow: hidden;

    padding: 0;
}

.portfolio .folio-item
{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.portfolio .overlay
{
    position: absolute;
    right: 0;
    bottom: -100%;
    left: 0;

    height: 0;

    -webkit-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
    text-align: center;

    opacity: 0;
    color: #fff;
    background-color: #000;
}

.overlay .overlay-content
{
    display: table;

    width: 100%;
    height: 100%;
}

.overlay .overlay-text
{
    display: table-cell;

    vertical-align: middle;
}

.overlay .folio-info
{
    margin-top: -75px;
    margin-bottom: 75px;

    -webkit-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;

    opacity: 0;
}

.overlay .folio-info h3
{
    margin-top: 0;

    color: #fff;
}

.folio-overview a
{
    font-size: 18px;
    line-height: 50px;

    display: inline-block;

    width: 50px;
    height: 50px;
    margin-top: 20px;
    margin-right: 5px;

    color: #333;
    border-radius: 50%;
    background-color: #fff;
}

.folio-overview a:hover
{
    color: #fff;
}

.folio-overview .folio-expand
{
    margin-top: -500px;
    margin-left: -500px;
}

.folio-image,
.folio-overview .folio-expand
{
    -webkit-transition: all .8s ease-in-out;
            transition: all .8s ease-in-out;
}
#portfolio .folio-item:hover .folio-image
{
    -webkit-transform: scale(1.5) rotate(-15deg);
            transform: scale(1.5) rotate(-15deg);
}

.folio-image img
{
    width: 100%;
}

.portfolio .folio-item:hover .overlay
{
    bottom: 0;
    top: 0;
    height: 100%;

    opacity: .8;
}

.portfolio .folio-item:hover .folio-overview .folio-expand
{
    margin-top: 0;
    margin-left: 0;
}

.portfolio .folio-item:hover .overlay .folio-info
{
    margin-top: 0;
    margin-bottom: 0;

    opacity: 1;
}


#single-portfolio
{
    position: relative;

    padding: 90px 0;

    background: #f5f5f5;
}

#single-portfolio img
{
    width: 100%;
    margin-bottom: 10px;
}

#single-portfolio .close-folio-item
{
    font-size: 34px;

    position: absolute;
    top: 30px;
    left: 50%;

    width: 34px;
    height: 34px;
    margin-left: -17px;

    color: #999;
}

/*************************
*********Team CSS*********
**************************/
.team
{
	padding-top: 40px;
}

.team-members
{
    margin-bottom: 25px;
}

.social-icons
{
    margin-top: 30px;

    text-align: center;
	padding:15px;
}

.social-icons ul
{
    display: inline-block;

    margin: 0;
    padding: 0;

    list-style: none;
}

.social-icons ul li
{
    float: left;

    margin-right: 8px;
}

.social-icons ul li:last-child
{
    margin-right: 0;
}

.social-icons ul li a
{
    font-size: 16px;
    line-height: 36px;

    display: block;

    width: 30px;
    height: 30px;

    opacity: .8;
    color: #fff;
    background-color: #d9d9d9;
}

.social-icons ul li a:hover
{
    -webkit-transform: scale(1.2);
            transform: scale(1.2);

    opacity: 1;
}

.team-member
{
    font-size: 14px;

    text-align: center;

    color: #333;
}

.team-member:hover .social-icons ul li a.facebook
{
    background-color: #3b5999;
}
.team-member:hover .social-icons ul li a.twitter
{
    background-color: #2ac6f7;
}
.team-member:hover .social-icons ul li a.instagram
{
    background-color: #ff5b92;
}
.team-member:hover .social-icons ul li a.linkedin
{
    background-color: #036dc0;
}
.team-member:hover .social-icons ul li a.youtube
{
    background-color: #ed3434;
}

.team .img-responsive
{
    width: 100%;
}

.member-info h3
{
    margin-top: 35px;
}

.member-info h4
{
    font-size: 14px;

    margin-bottom: 15px;

    color: #999;
}


/*************************
*******Features CSS*******
**************************/
#features
{
  text-align: center;
  /* background-image: url(../images/features-bg.jpg); */
  /* background-image: url(../images/homepage/artificial-intelligence.jpeg); */
  background-image: url(../images/homepage/artificial-intelligence.jpg);
}

#features i
{
    font-size: 48px;
}

#features h3
{
    font-size: 30px;

    margin-top: 15px;
    margin-bottom: 7px;

    color: #fff;
}

#features .slider-overlay
{
    opacity: .8;
}


/*************************
*****Pricing Table CSS****
**************************/
.pricing-table
{
    text-align: center;
}

.single-table
{
    padding: 30px 20px 20px;

    border: 1px solid #f2f2f2;
}
.single-table:hover
{
	padding: 30px 20px 20px;
	border: 1px solid #f2f2f2;
	background-color: rgba(2,143,204,1.00);
	color: #FFFFFF;
	-webkit-transform-: drop-shadow(8px 8px 10px grey);
	filter: drop-shadow(8px 8px 10px grey);
	-webkit-transition: all 400ms ease 0s;
	-o-transition: all 400ms ease 0s;
	transition: all 400ms ease 0s;
}

.single-table:hover h3
{
	color: #fff;
}

:input-placeholder
{
	color: #ffffff!important;
}

:placeholder
{
	color: #ffffff!important;
}

:-webkit-input-placeholder
{
	color: #ffffff!important;
}
:-moz-placeholder
{
	color: #ffffff!important;
}
:-ms-input-placeholder
{
	color: #ffffff!important;
}
::-moz-placeholder
{
	color: #ffffff!important;
}

.single-table h3
{
    font-size: 18px;

    margin-top: 0;
    margin-bottom: 30px;
    padding: 0;
    color: #666;
    text-transform: uppercase;
}

.price
{
    font-size: 35px;
    line-height: 36px;
}

.price span
{
    font-size: 14px;
    line-height: 14px;
}

.single-table ul
{
	margin: 30px 0;
	padding: 0;
	list-style: none;
	filter: greyscale(100%);
}

.single-table ul li
{
    line-height: 30px;
}

.single-table.featured
{
    color: #fff;
}

.single-table.featured h3
{
    color: #fff;
}

.single-table.featured .btn.btn-primary
{
    background-color: #fff;
}

/*************************
********Twitter CSS*******
**************************/
#twitter
{
    background-image: url(../images/keyboard.jpg);
}

#twitter > div
{
    position: relative;

    text-align: center;
}

#twitter-carousel
{
    position: relative;
    z-index: 15;
}

.twitter-icon
{
    position: relative;
    z-index: 15;

    color: #fff;
}

.twitter-icon .fa-twitter
{
    font-size: 24px;
    line-height: 65px;

    position: relative;

    width: 64px;
    height: 64px;

    border-radius: 50%;
}

.twitter-icon .fa-twitter:after
{
    position: absolute;
    bottom: -14px;
    left: 24px;

    content: '';

    border: 8px solid;
}

#twitter-carousel .item
{
    padding: 0 55px;
}

#twitter-carousel .item a
{
    color: #fff;
}

.twitter-icon h4
{
    margin-top: 25px;
    margin-bottom: 25px;

    text-transform: uppercase;

    color: #fff;
}

.twitter-left-control,
.twitter-right-control
{
    font-size: 18px;
    line-height: 31px;

    position: absolute;
    z-index: 15;
    top: 50%;

    width: 34px;
    height: 34px;
    margin-top: -17px;

    color: #fff;
    border: 1px solid #fafafa;
    border-radius: 50%;;
}

.twitter-left-control
{
    left: 80px;
}

.twitter-right-control
{
    right: 80px;
}

.twitter-left-control:hover,
.twitter-right-control:hover
{
    color: #fff;
}


/* Offerte */
.wrapper-colorful .basic, .wrapper-colorful .premium, .wrapper-colorful .plus, .wrapper-colorful .business {
    height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*************************
**********Blog CSS********
**************************/

.post-thumb
{
    position: relative;
}

.post-icon
{
    font-size: 12px;
    line-height: 30px;

    position: absolute;
    top: 10px;
    right: 10px;

    width: 30px;
    height: 30px;

    text-align: center;

    color: #fff;
    border-radius: 4px;
}

.post-meta
{
    font-size: 12px;
    font-weight: 600;

    position: absolute;
    bottom: 15px;
    left: 15px;

    text-transform: uppercase;

    color: #fff;
}

.post-meta span
{
    margin-right: 16px;
}

#post-carousel .carousel-indicators
{
    bottom: 3px;
    left: 90%;
}

.blog-left-control,
.blog-right-control
{
    font-size: 36px;

    position: absolute;
    top: 45%;

    width: 30px;

    text-align: center;

    color: rgba(255,255,255,.7);
}

.blog-left-control
{
    left: 0;
}

.blog-right-control
{
    right: 0;
}

.blog-left-control:hover,
.blog-right-control:hover
{
    color: #fff;
}

.entry-header h3 a
{
    line-height: 30px;
}

.entry-header .date,
.entry-header .cetagory
{
    font-size: 11px;
    font-weight: 600;

    position: relative;

    display: inline-block;

    margin-bottom: 30px;

    text-transform: uppercase;
}

.entry-header .date:after
{
    position: absolute;
    bottom: -22px;
    left: 0;

    width: 20px;
    height: 3px;

    content: '';
}

.entry-content
{
    font-size: 14px;
}

.load-more
{
    display: block;

    margin-top: 70px;

    text-align: center;
}

.btn-loadmore
{
    font-size: 14px;
    font-weight: 600;

    padding: 15px 125px;

    text-transform: uppercase;

    color: #666;
    border: 1px solid #f2f2f2;
}

.btn-loadmore:hover
{
    color: #fff;
}

/*************************
**********Contact CSS*****
**************************/

#contact
{
    padding-top: 45px;
    padding-bottom: 0;
}

#google-map
{
    height: 350px;
}
.overlay {
  background: #000;
  width: 100%;
  /* height: 100%; */
  /* height: calc(var(--vh, 1vh) * 90); */
  position: absolute;
  z-index: 1;
  opacity: 0.5;
  /* top: 0;
  bottom: 0;
  right: 0;
  left: 0; */
  height: 100%;
}
#contact-us {
    padding-bottom: 90px;
    /* background-image: url(../images/contact-bg.jpg); */
    background-image: url(../images/keyboard.jpg);
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center center;
    position: relative;
}

#contact-us .container {
    position: relative;
    z-index: 2;
}

#contact-us .heading
{
    padding-top: 95px;
}

.form-control
{
    height: 50px;
    border-color: rgba(255,255,255,1);
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}

textarea.form-control
{
    min-height: 180px;

    resize: none;
}

.form-group
{
    margin-bottom: 30px;
}

.contact-info
{
    font-weight: 300;

    padding-left: 70px;
}
.text-success{
  border: 1px solid;
  background: green;
  color: #fff;
}
ul.address
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.contact-info ul li
{
    margin-bottom: 8px;
}

.contact-info ul li a
{
    color: #fff;
}

.btn-submit
{
    display: block;

    width: 100%;
    margin-top: 40px;
    padding: 12px;
    background-color: #028fcc;
    border: 1px solid #028fcc;
    color: #fff;
    /*border: 0;*/
}
.btn-submit:hover{
  background-color: #23527c;
  border: 1px solid #fff;
  transition: 300ms;
}
#footer
{
    color: #fff;
    background-color: #000001;
}

/* .footer-top
{
    position: relative;

    padding: 25px 0;
} */
.footer-top {
  position: relative;
  padding: 25px 0;
  background-color: #000001;
  display: flex;
  justify-content: center;
}
img.vision_zero {
 width: 300px;
}
footer hr {
  margin: 0 20%;
}
#footer .footer-bottom
{
    padding: 20px 0 10px;

    background-color: #333;
}

#footer .footer-bottom a:hover
{
    text-decoration: underline;
}

.footer-logo
{
    display: inline-block;

    margin-bottom: 5px;
}

#footer .social-icons
{
    margin-top: 15px;
    background-color: #000001;
}

#footer .social-icons ul
{
    margin: 0;
    padding: 0;

    list-style: none;
}

#footer .social-icons ul li a
{
    line-height: 33px;

    border-radius: 4px;
    background-color: rgba(0,0,0,.2);
}

#footer .social-icons ul li a:hover
{
    color: #fff;
}

#footer .social-icons ul li a.envelope:hover
{
    background-color: #cecb26;
}

#footer .social-icons ul li a.facebook:hover
{
    background-color: #3b5999;
}
#footer .social-icons ul li a.twitter:hover
{
    background-color: #2ac6f7;
}
#footer .social-icons ul li a.dribbble:hover
{
    background-color: #ff5b92;
}
#footer .social-icons ul li a.linkedin:hover
{
    background-color: #036dc0;
}
#footer .social-icons ul li a.tumblr:hover
{
    background-color: #ff6b00;
}
.footer-bottom .col-sm-6{
width: 100%;
}

/*Presets*/
.item .caption #myBtn3 {
	margin-left: 210px;
}
/* #myBtn2 {
	margin-left: 210px;
} */
.item .caption #myBtn4 {
	margin-left: 220px;
}
.collapse.navbar-collapse .nav.navbar-nav.navbar-right .scroll:hover {
	background-color: rgba(11,117,163,1.00);
}
.spaziatura {
	margin-bottom: 15px;
}
.nav.navbar-nav.navbar-right .scroll:active {
	background-color: rgba(255,0,4,1.00);
}

/** PAGINE DI VIDEO E TUTORIAL **/
#video-nostri {
	display: block;
}

ul.sub_menu {
    position: absolute;
    margin:-15px;
    padding: 0;
    display: none;
    background: #028fcc;
    margin-top: 55px;
    z-index: 1
}
li.scroll:hover .sub_menu {
    display: block!important;
}
ul.sub_menu li {
    list-style: none;
    padding: 25px 10px;
}
ul.sub_menu li:hover{
  background: #027db3;
}
ul.sub_menu li a {
  padding: 28px 15px;
}
ul.sub_menu li a:hover{
  background: #027db3;
}

@media (max-width: 1212px){
  .navbar .main-nav .logo-home{
    width: 160px;
  }
  .main-nav a.logo-home .img-responsive{
    padding: 27px 0;
  }
}
/* Vorrei mantenere lo slider sul tablet & smartphone - In seguito - */
@media (max-width: 991px) and (min-width: 768px){
#home-slider #slider .item.active {
    display: none;
}
}
@media(max-width: 767px){
  .navbar{
    border: none;
  }
  .main-nav{
    top: 0;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #026c99;
}
.navbar-nav>li>.dropdown-menu {
  position: static;
}
}
