/* 
Theme Name: Fly&Touring
Theme URI: https://www.pixelabdesign.it/
Description: Template Fly&Touring
Version: 1.0
Author: Sebastiano Cullemi
Author URI: https://www.pixelabdesign.it/
*/

body{
    margin:0;
    padding: 0;
    background: #fff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
 }

/* HEADER */
#header {
    background: #c83b39;
    padding: 20px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.4);
    z-index: 20;
    position: fixed;
    width: 100%;
    top: 0
}
.booking {
    color: #c83b39;
    text-decoration: none;
    padding: 6px 10px;
    border: 1px solid;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    margin-top: 7px;
    background-color: #fff;
    opacity: 1;
    transition: 0.2s all ease-in-out;
}
.booking:hover {
    opacity: 0.8
}
.logo {
    position: relative;
    top: 5px;
}
/* END HEADER */






/* MENU */
#menu-mainmenu, #menu-mainmenu-en {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-align: center;
}
#menu-mainmenu li, #menu-mainmenu-en li {
    display: inline;
}
#menu-mainmenu li a, #menu-mainmenu-en li a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 0px 2px;
    display: inline-block;
    position: relative;
    margin: 0px 8px 0px;
}

#menu-mainmenu .current-menu-item a, #menu-mainmenu-en .current-menu-item a{
  border-bottom: 2px solid #fff;
  padding: 0 2px 0px !important;
}
#menu-mainmenu .current-menu-item a:after, #menu-mainmenu-en .current-menu-item a:after{
    position:absolute;
    bottom:0;
    left:0;
    height:0px;
    width:0%;
    background-color:#fff;
    display:block;
    content:'';
    transition:0.3s;
}
#menu-mainmenu .current-menu-item a:hover:after, #menu-mainmenu-en .current-menu-item a:hover:after{
    position:absolute;
    bottom:0;
    left:0;
    height:0px;
    width:0%;
    background-color:#fff;
    display:block;
    content:'';
    transition:0.3s;
}
#menu-mainmenu li a:after, #menu-mainmenu-en li a:after{
    position:absolute;
    bottom:0;
    left:0;
    height:2px;
    width:0%;
    background-color:#fff;
    display:block;
    content:'';
    transition:0.3s;
}

#menu-mainmenu li a:hover:after, #menu-mainmenu-en li a:hover:after{
    left:0;
    width:100%;
}
/* END MENU */






/* CONTENT */
.first {
    height: 400px;
    background-image: url(images/catania.jpg);
    position: relative;
    background-position: center 80%;
    background-size: cover;
}
.overlayfirst{
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1
}
.bus {
    margin-top: 160px;
    width: 100%;
    position: relative;
    z-index: 2;
}
.textslide {
    color: white;
    margin-top: 200px;
    line-height: 39px;
    font-size: 25px;
    position: relative;
    z-index: 3;
    font-weight: 700;
    text-transform: uppercase;
}
.ctaslide {
    color: #c83b39;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #fff;
    padding: 6px 20px 6px;
    font-size: 19px;
    text-decoration: none;
    border-radius: 4px;
    background: #fff;
    font-weight: 600;
    opacity: 0.8;
    transition: 0.2s all ease-in-out;
    position: relative;
    z-index: 3;
}
.ctaslide:hover {
    opacity: 1;
}
.hometitle {
    font-size: 30px;
    text-transform: uppercase;
    margin: 20px 0px 0px;
    position: relative;
    background: #fff;
    display: table;
    padding-right: 10px;
}
.line {
    height: 2px;
    width: 100%;
    background: #c83b39;
    position: absolute;
    top: 42px;
    z-index: -1;
}
.servizio {
    margin: 60px 0px;
}
.titoletto {
    margin: 10px 0px 0px;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
}
.deservizio {
    margin: 10px 0px;
    line-height: 21px;
    text-align: center;
}
.servizio:hover .img{
    border:5px solid #c83b39;
}
.servizio .img {
    background: #ededed;
    height: 230px;
    border-radius: 50%;
    width: 230px;
    margin: 0 auto;
    overflow: hidden;
    border: 5px solid #ddd;
    transition: 0.2s all ease-in-out
}
.servizio .img img {
    width: auto;
    height: 100%;
}
.sep {
    width: 80px;
    height: 2px;
    background: #c83b39;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 10px;
}
.three {
    margin: 40px 0px 80px;
    background: #ededed;
    padding: 40px 0px;
}
.three h2 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 0px;
}
.three p {
    text-align: center;
    margin-bottom: 30px;
}
.contsingleserv {
    background: #fff;
    display: inline-block;
    width: 100%;
    margin: 0px 0px 30px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    padding: 20px;
}
.contsingleserv p {
    text-align: left;
    margin-top: 0px;
    font-size: 14px;
    margin: 10px 0px;
}
.bookserv {
    background: #c83b39;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    opacity: 0.8;
    transition: 0.2s all ease-in-out
}
.bookserv:hover {
    opacity: 1;
}
.contsingleserv i {
    font-size: 60px;
    color: #569dd8;
}
.contsingleserv h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.contsingleserv h3 a {
    color: #000;
    text-decoration: none;
}
.contsingleserv p {
    text-align: left;
    margin-top: 0px;
}

.four {
    margin: 40px 0px 80px;
}
.four h2 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0px;
}
.four p {
    text-align: center;
}
.contbookser {
    text-align: center;
    margin-bottom: 20px;
}
.contbookser a {
    margin-top: 0px;
}
.imgpage {
    height: 350px;
    background-image: url(images/back-page.jpg);
    background-size: cover;
}
.chiama {
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    display: inline-block;
    opacity: 0.8;
    text-align: right;
}
.tel {
    margin: 0px;
    font-size: 21px;
    color: #fff;
    line-height: 16px;
    font-weight: 600;
}
.sx {
    display: inline-block;
    color: #fff;
    font-size: 40px;
    margin-left: 10px;
}
.dx {
    display: inline-block;
}
.col-sm-3.rig {
    text-align: right;
}
/* END CONTENT */





/* FOOTER */
footer {
    padding: 40px 0px 20px;
    background: #569dd8;
    margin-top: 40px;
    color: #fff
}
.footerone{
    font-size: 14px;
}
#menu-footer .current-menu-item a, #menu-footeren .current-menu-item a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 19px;
    border-left: 2px solid rgba(255,255,255,1);
    margin-bottom: 10px !important;
    display: inline-block;
    padding-left: 7px;
    line-height: 19px;
    opacity: 1;
    transition: 0.2s all ease-in-out;
}
#menu-footer, #menu-footeren {
    padding: 0px 0px 0px 36px;
    margin: 0px;
    list-style: none;
}
#menu-footer li a, #menu-footeren li a {
    color: #fff;
    text-decoration: navajowhite;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
}
.footer .current-menu-item{
    border-bottom: none !important
}
#menu-footer li a, #menu-footeren li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    border-left: 2px solid rgba(255,255,255,0.4);
    margin-bottom: 10px !important;
    display: inline-block;
    padding-left: 7px;
    line-height: 19px;
    opacity: 0.7;
    transition: 0.2s all ease-in-out
}
#menu-footer li a:hover, #menu-footeren li a:hover {
    opacity: 1 !important
}
.footerthree{
    text-align: center;
}
.footerthree a {
    color: #569dd8;
    padding: 10px 40px;
    display: inline-block;
    border: 1px solid;
    text-decoration: navajowhite;
    border-radius: 5px;
    margin-top: 40px;
    background: rgba(255, 255, 255, 0.7);
    transition: 0.2s all ease-in-out;
}
.footerthree a:hover {
    background: rgba(255, 255, 255, 1);
}
.footerfour p {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
}
.icon {
    color: #fff;
    text-decoration: none;
    font-size: 40px;
    margin-right: 10px;
    opacity: 0.8;
    transition: 0.2s all ease-in-out
}
.icon:hover {
    opacity: 1;
}
.footerfour p {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 0px;
}
.footerone p {
    opacity: 0.7;
}
.right{
    text-align: right;
}
.design {
    background: #3182c5;
    color: #fff;
    padding: 10px 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}
.design a {
    color: #fff;
    text-decoration: none
}
/* END FOOTER */






/* VARIE */
.wpml-ls-legacy-list-horizontal a {
    display: block;
    text-decoration: none;
    padding: 0px !important;
    line-height: 1;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    margin-right: 10px;
    opacity: 0.6
}
.wpml-ls-current-language a {
    opacity: 1 !important;
}
.wpml-ls-legacy-list-horizontal {
    border: none !important;
    padding: 0px !important;
    clear: both;
}
.topfooter {
    background: rgba(0, 0, 0, 0) url("images/back.jpg") repeat scroll center center / cover;
        background-repeat: repeat;
        background-position-x: center;
        background-position-y: center;
        background-size: cover;
    padding: 200px 0px 50px;
    position: relative;
    margin-bottom: -40px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.dot{
    position: absolute;
    top:0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
/*    background: url(images/dot.png);*/
    background-color: rgba(0, 0, 0, 0.6);
}
.topfooter p {
    color: white;
}
.sottotform {
    margin-top: 0px;
}
.topfooter .titolo {
    font-size: 45px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 10px;
    margin-top: 0;
}
.topfooter .sottotitolo {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}
.co input {
    background: transparent none repeat scroll 0 0;
    border: 2px solid white;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 8px;
    width: 100%;
}
.co textarea {
    background: transparent none repeat scroll 0 0;
    border: 2px solid white;
    color: white;
    font-family: source sans pro;
    font-size: 16px;
    height: 100px;
    padding: 8px;
    width: 100%;
}
.co .field {
    margin-top: 0;
}
.co .label {
    margin-top: 0;
    margin-bottom: 5px;
}
.richiestowhite {
    color: white;
    font-size: 17px;
    margin-left: 3px;
}
.co{
    position: relative;
    display: inline-block;
}
.wpcf7-submit{
    background-color: transparent;
    transition: all 0.2s ease-in-out
}
.wpcf7-submit:hover{
    background-color: #fff;
    color: black;
}
div.wpcf7-mail-sent-ok {
    background: #398f14 none repeat scroll 0 0;
    border: 2px solid #398f14;
    color: white;
    font-size: 14px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    background: #f7e700 none repeat scroll 0 0;
    margin: 0 15px;
    font-size: 14px;
}
.couno input {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 6px;
    width: 100%;
}
.couno textarea {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    color: #000;
    font-family: source sans pro;
    font-size: 16px;
    height: 100px;
    padding: 6px;
    width: 100%;
    color: white;
}
.couno .field {
    margin-bottom: 9px;
    margin-top: 0;
}
.couno .label {
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
    color: #fff;
}
.couno .richiestowhite {
    color: #c83b39;
    margin-left: 0;
}
.wpcf7-form-control-wrap.acceptance-966 {
    display: inline-table;
}
.couno .wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    transition: all 0,2s ease-in-out
}
.couno .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #fff;
    color: #569dd8;
}
.wrap strong {
    color: #569dd8 !important;
}
.wrap .faq strong {
    font-size: 20px;
}
.faq {
    font-size: 15px;
}
hr {
    border: 0px solid #ddd;
    height: 1px;
    background: #ddd;
}
.wrap .faq a {
    color: #c83b39 !important;
    font-weight: bold;
}
.wrap {
    margin: 30px auto;
}
.wrap .wpcf7-form {
    background: #569dd8;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
span.wpcf7-not-valid-tip {
    font-size: 12px !important;
}
.faq img{
    width: 100%;
    height: auto;
}
/* END VARIE */
.conttitle{
    position: relative;
    display: inline-block;
    width: 100%
}
.callmob {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #c83b39;
    color: #fff;
    text-align: center;
    padding: 6px 0px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    height: 40px;
    z-index: 15
}
.bleft {
    border-right: 1px solid;
}
.callmob a{
    color: white !important;
    text-decoration: none !important
}
.callmob i {
    font-size: 22px;
    position: relative;
    top: 2px;
}
#toTop {
    background: #569dd8;
    bottom: 60px;
    color: #000;
    cursor: pointer;
    display: none;
    padding: 0px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 40px;
    z-index: 9999;
    opacity: 0.7;
    font-size: 22px;
}
#toTop i{
    color: white;
}
.menuresp{
    display: none;
}
/* RESPONSIVE MENU */
.button_container {
    cursor: pointer;
    height: 27px;
    position: fixed;
    right: 25px;
    top: 32px;
    transition: 0.3s all ease-in-out;
    width: 35px;
    z-index: 100;
}
.button_container span {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.3s all ease-in-out;
    width: 100%;
}
.button_container span:nth-of-type(2) {
    top: 11px;
}
.button_container span:nth-of-type(3) {
    top: 22px;
}
.button_container .bottombottom {
    font-size: 10px;
    font-weight: bold;
    height: 0 !important;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    top: 33px !important;
}
.overlay {
    background: rgba(200, 59, 57, 1);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    transition: 0.3s all ease-in-out;
}
.overlay nav {
    font-size: 30px;
    height: 70%;
    position: relative;
    text-align: left;
    top: 60%;
    transform: translateY(-50%);
    left: 20px;
    text-transform: uppercase;
    transition: 0.3s all ease-in-out;
}
.overlay ul {
    display: inline-block;
    height: 100%;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.overlay ul li {
    display: block;
    opacity: 0;
    position: relative;
    transition: 0.3s all ease-in-out;
}
.overlay.open ul li {
    opacity: 1
}
.overlay ul li a {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    opacity: 1;
    margin-bottom: 0px;
}
.button_container.active .top {
    background: #fff none repeat scroll 0 0;
    transform: translateY(11px) translateX(0px) rotate(45deg);
}
.button_container.active .middle {
    background: #fff none repeat scroll 0 0;
    opacity: 0;
}
.button_container.active .bottom {
    background: #fff none repeat scroll 0 0;
    transform: translateY(-11px) translateX(0px) rotate(-45deg);
}
.button_container.active .bottombottom {
    color: #fff;
}
.overlay.open {
    height: 100%;
    opacity: 0.9;
    visibility: visible;
    z-index: 2
}
/* END RESPONSIVE MENU */


/* RESPONSIVE */
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
.bus {
    margin-top: 170px;
}
.logo {
    position: relative;
    top: 10px;
}
.textslide {
    line-height: 31px;
}
.contsingleserv p {
    height: 80px;
}
.footerthree a {
    font-size: 16px;
}
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
.logo {
    position: relative;
    top: 6px;
}
.bus{
    display: none;
}
.textslide {
    margin-top: 150px;
    text-align: center;
}
.first .col-md-5 {
    text-align: center;
}
.first {
    height: 350px;
}
.col-md-4.servizio {
    width: 450px;
    margin: 60px auto;
}
.contsingleserv {
    text-align: center;
    margin: 0px auto 30px;
    position: relative;
    display: inline-block;
}
.col-md-6.singleserv {
    text-align: center;
}
.contsingleserv p {
    text-align: center;
    margin-top: 0px;
}
.topfooter {
    text-align: center;
    padding: 100px 0px 50px;
}
.co {
    position: relative;
    display: inline-block;
    width: 100%;
}
.topfooter .wpcf7-form {
    width: 470px;
    margin: 0 auto;
}
.logofooter {
    width: 250px;
}
footer .col-sm-6 {
    height: 150px;
}
.footerthree {
    text-align: left;
}
#menu-footer {
    padding: 0px 0px 0px 0px;
}
.topfooter .titolo {
    font-size: 37px;
    margin-bottom: 20px;
}
}


@media only screen and (min-width: 176px) and (max-width: 767px) {
.logo {
    position: relative;
    top: 6px;
}
.bus{
    display: none;
}
.textslide {
    margin-top: 150px;
    text-align: center;
}
.first .col-md-5 {
    text-align: center;
}
.first {
    height: 350px;
}
.col-md-4.servizio {
    width: auto;
    margin: 60px auto;
}
.contsingleserv {
    text-align: center;
    margin: 0px auto 30px;
    position: relative;
    display: inline-block;
}
.col-md-6.singleserv {
    text-align: center;
}
.contsingleserv p {
    text-align: center;
    margin-top: 0px;
}
.topfooter {
    text-align: center;
    padding: 100px 0px 50px;
}
.co {
    position: relative;
    display: inline-block;
    width: 100%;
}
.topfooter .wpcf7-form {
    width: auto;
    margin: 0 auto;
}
.logofooter {
    width: 250px;
}
footer .col-sm-6 {
}
.footerthree {
    text-align: center;
}
#menu-footer {
    padding: 0px 0px 0px 0px;
}
.topfooter .titolo {
    font-size: 37px;
    margin-bottom: 20px;
}
footer {
    text-align: center;
}
#menu-footer li a{
    border:none;
}
.footertwo {
    margin-top: 30px;
}
.design{
    text-align: center;
    margin-bottom: 40px;
}
.design .right {
    text-align: center;
    margin-top: 5px;
}
.logo {
    position: relative;
    top: 6px;
    z-index: 30;
}
.line {
    height: 2px;
    width: 100%;
    background: #c83b39;
    position: absolute;
    top: 34px;
    z-index: -1;
}
.overlay ul .current-menu-item a {
    border-bottom: 4px solid #fff;
}
.menuresp{
    display: block;
}
}

@media only screen and (min-width: 176px) and (max-width: 414px) {
    .textslide {
    margin-top: 140px;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
}
.hometitle {
    font-size: 25px;
    line-height: 28px;
}
.imgpage {
    height: 160px;
    background-image: url(images/back-page.jpg);
    background-size: cover;
    margin-top: 85px;
}
.wrap {
    margin: 0px auto;
}
}