body, html {
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    background: none;
    box-sizing: border-box;
    overflow-x: hidden;
}
body {
    background-image: url(img/bg.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
}
.bgcds{

	background-color:#01155D !important;
	padding:20px !important;
	border-top-left-radius:20px;
}
.bg2 {
    height: 100%;
    width: 100%;
	background-color:#F5F5F5 !important;
	/*
    background-image: url(img/bg2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    
    background-size: 100% auto;
    background-color: transparent;*/
}
.logo img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 70px 0px 0px 35px;
}
h1 {
    text-transform: uppercase;
    font-weight: bold !important;
    font-size: 20px !important;
    text-align: center;
    margin-bottom: 8px !important;
}
h1 span {
    font-size: 22px;
    vertical-align: top;
}
h2 {
    font-size: 18px !important;
    text-align: center;
    margin: 8px 0px !important;
}
.imgLink {
    width: 60%;
}
.ulLink {
    list-style: none;
    float: right;
    margin: -90px 0px 0px;
    padding: 0px 150px 0px 0;
}
.ulLink li {
    float: right;
    margin: 0 7px;
}
.ulLink li img {
    max-width: 50px;
}
.clearfix {
    width: 100%;
    height: 1px;
    clear: both;
}

.atlante {
    color: #7aa52a;
}
.websales {
    color: #1497a7;
}
.websales_img{
	margin-top:8px;
}

.vip {
    color: #a72021;
}
.globo {
    color: #e2b33f;
}
.bt {
    color: #6ca3ae;
}
.listenozze {
    color: #725c83;
}
.checkfor {
    color: #26529c;
}
.mice {
    color: #588bd6;
}
.firma {
    color: #48494e;
}
.appTour {
    color: #298bad;
}
.tourando {
    color: #d4762b;
}
.mtop25 {
    margin-top: 25px;
}

a {
    outline: 0;
    text-decoration: none !important;
}

a:hover, a:hover h1, a:hover h2 {
    color: #3e3e3e;
    text-decoration: none !important;
    cursor: pointer;
}
 a img:hover {
    opacity: 0.5;
 }

.styleInput {
    width:300px;
    margin:0 auto;
    padding-top: 10%;
}
.bgBtn {
    background-color: #4a4f5d;
    color: white;
}
.bgBtn:hover {
    opacity: 0.5;
}
.styelError {
    text-align: center;
    padding-top: 10px;
    color: red;
}


/* No media query since this is the default in Bootstrap */
/* Extra small devices (phones, less than 768px) */
@media screen and (min-width : 0px) and (max-width : 767px) {
    body {
         background-image: none;
         height: auto;
    }
     .fixBox {
         min-height: 190px !important;
     }
     .logo {
         text-align: center;
     }
     .logo img {
         width: 100%;
         max-width: 150px;
         height: auto;
         margin: 15px 0px 15px 0px;
         
     }
     .rowLink {
         background-color: #4a4f5d;
     }
     .ulLink {
         list-style: none;
         float: none;
         margin: 0px 0px 0px;
         padding: 0 20px 0 0;
    }
    .ulLink li {
        margin: 0 7px 10px;
    }
    .ulLink li img {
        max-width: 40px;
    }
    .bg2 {
         padding-bottom: 70px !important;
    }
    .styleInput {
        padding-top: 15%;
    }
}

/* Medium devices (desktops, 992px and up) */
@media screen and (min-width : 768px) and (max-width : 991px) {
    body {
         height: auto;
    }
    .fixBox {
         min-height: 240px !important;
     }
     .rowLink {
         background-color: #4a4f5d;
     }
     .ulLink {
         list-style: none;
         float: none;
         margin: 0px 0px 0px;
         padding: 0 30px 0 0;
    }
    .ulLink li {
        margin: 0 7px 10px;
    }
    .ulLink li img {
        max-width: 40px;
    }
    .bg2 {
        padding-bottom: 60px !important;
    }
    .mbottom110 {
        margin-bottom: 110px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width : 992px) {
    .container-fluid {
        margin-top: -50px !important;
    }
    .logo img {
        max-width: 150px;
    }
}