html,
body {
    width: 100%;
    height: 100%;
}
.navbar-brand{width:100%;}
.navbar-brand img{max-width: 300px;}
body {
    color: #4A4A4A;
    webkit-tap-highlight-color: #222;
}
.wp-block-image img {
    max-width: 100%;
    height: auto;
}
.wrap{
background-image: url('../img/bg_landing.png'); background-repeat: no-repeat; background-size: contain;}
.mb-80{margin-bottom: 80px; }
.mb-40{margin-bottom: 40px; }
.accettazione_{text-align: left;}

.text-primary {
    color: #F5A623!important;
    font-family:Satisfy-Regular;
}
hr {
    max-width: 80px;
    border-width: 3px;
    opacity: 1;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #000;   
}
.logomain img{width: 250px; padding-bottom: 30px; padding-top: 30px;}
header {
    position: relative;
    min-height: auto;
    text-align: center;
    color: #fff;
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100vh;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 2;
}

header .header-content .inner h1 {
    margin-top: 0;
    margin-bottom: 0;
}

header .header-content .inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
}
#one, #two, #three{background-color:#F8F5F1;}
.no-padding{padding: 0px;}

.btm-blk-main{background-color:#32373C; color: #ccc; font-size: 12px; }
.btm-blk-main a{color: #ccc;}
.wpcf7-submit{background-color: #F5A623!important;}

#one{padding-bottom: 0px;}

#video-background.collapsing {
  display:none;
}

footer {
    background-color:#2d2d2d;
}

@media(max-width:400px) {
.text-faded p {
    columns: 1;
    text-align: left;
}
}

@media(min-width:768px) {
    .icon-lg {
        font-size: 80px;
    }
    
    header {
        min-height: 100%;
    }

    header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }
    
.inner > * {
    padding-bottom: 14px;
}

    header .header-content .inner h1 {
        font-size: 53px;
    }
    
        header .header-content .inner h4 {
        font-weight: normal;
    }

    header .header-content .inner p {
        margin-right: auto;
        margin-left: auto;
        max-width: 80%;
        font-size: 18px;
    }
    
    section {
        padding: 100px 0;
    }

}

.form-control {
    display: block;
    width: 100%;
    height: 55px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background-color: #edeae6;
    background-image: none;
    border: 0px;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    color: #222;
    background-color: #ccc;
    box-shadow: none;
}

textarea {
    resize: none;
}

.margin-top-0 {
    margin-top: 0;
}

.feature {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .feature {
        margin: 20px auto 0;
    }
}

.feature p {
    margin-bottom: 0;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.gallery-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    overflow:hidden;
}

.gallery-box .gallery-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(44,44,44,.8);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.gallery-box .gallery-box-caption .gallery-box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

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

.gallery-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-box img {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 100%;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #222;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #f2f2f2;
    opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
    opacity: 0.7;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn.btn-primary {
    background-color: transparent;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    color: #000;
}

.btn.btn-primary:hover {
    opacity: 0.7;
}

.btn {
    border: 0;
    border-radius: 290px;
    font-family: 'Helvetica Neue',Arial,sans-serif;
}

.btn-xl {
    padding: 15px 30px;
    font-size: 20px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #222;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

.signle-viaggi-items {
    background: #fff;
    padding: 25px;
    text-align: center;
    border-bottom: 6px solid #e09820;
    max-width: 90%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
}
.text-faded p {
    columns: 2;
    text-align: left;
}
.primary{}
#first{position: relative;}
#first:after{
content: '';    
position: absolute; left: 0px; top:0px; width: 100%; height: 100%;
background: rgb(0,14,23);
background: -moz-linear-gradient(60deg, rgba(0,14,23,0.6124824929971988) 31%, rgba(0,14,23,0.7805497198879552) 78%);
background: -webkit-linear-gradient(60deg, rgba(0,14,23,0.6124824929971988) 31%, rgba(0,14,23,0.7805497198879552) 78%);
background: linear-gradient(60deg, rgba(0,14,23,0.6124824929971988) 31%, rgba(0,14,23,0.7805497198879552) 78%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000e17",endColorstr="#000e17",GradientType=1);
}

#two{position: relative;}
#two:before{position:absolute; content: ''; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: top center; background-image: url('../img/africa.svg'); }

#two h2{text-transform: uppercase;}
#two h2 span{text-transform: none;}
.header-content a{background-color: #F5A623!important;}
.footer-bottom-left-texts p{font-size: 12px;}

#last{background-image: url('../img/footer-bg.jpg'); background-repeat: no-repeat; background-size: contain; position:relative; z-index:1; background-size: cover;
    background-position: center bottom; }
#last:after {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:"";
	z-index:-1;
	background:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,1)),to(rgba(255,255,255,0.43)));
	background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0.43) 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#6effffff',GradientType=0);
}
.single-footer{
   padding-top: 80px; padding-bottom: 80px;
}
.single-footer p{color: #999; text-align: center;}
.single-footer p a{ color: #fff;}
.link_footer{ padding-top: 20px;}
.grecaptcha-badge{
   bottom: 74px!important;
}