/*UNITS*/

/*

0.938em - 15px
0.875em - 14px
2.375em - 38px
1.500em - 24px
2.250em - 36px
*/



/*FONTS*/
@font-face {
    font-family: 'dinregular';
    src: url('../assets/din_regular-webfont.eot');
    src: url('../assets/din_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/din_regular-webfont.woff2') format('woff2'),
         url('../assets/din_regular-webfont.woff') format('woff'),
         url('../assets/din_regular-webfont.ttf') format('truetype'),
         url('../assets/din_regular-webfont.svg#dinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'AdelleSemiBold';
    src: url('../assets/adelle_semibold-webfont.eot');
    src: url('../assets/adelle_semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/adelle_semibold-webfont.woff') format('woff'),
         url('../assets/adelle_semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AdelleRegular';
    src: url('../assets/adelle_regular-webfont.eot');
    src: url('../assets/adelle_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/adelle_regular-webfont.woff') format('woff'),
         url('../assets/adelle_regular-webfont.ttf') format('truetype'),
         url('../assets/adelle_regular-webfont.svg#AdelleRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'AdelleBold';
    src: url('adelle_bold-webfont.eot');
    src: url('adelle_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('adelle_bold-webfont.woff') format('woff'),
         url('adelle_bold-webfont.ttf') format('truetype'),
         url('adelle_bold-webfont.svg#AdelleBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
}

a:hover,
a:focus {
    text-decoration: none;
}

/*.vertical-position {
    overflow: hidden;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}*/

.widget-title {
    display: none;
}

.top-page {
    position: fixed;
    bottom: 2%;
    right: 2%;
    display: block;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    display:none;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    background-color: rgba(5,52,89,.4);
}

/*Classes for animate*/
.hide-element{
  opacity:0
}

.show-element {
  opacity: 1;
}


/*.arrow-down {
    display: block;
    text-align: center;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,.6);
    height: 50px;
    line-height: 46px;
    width: 50px;
    color: rgba(255,255,255,.6);
    font-size: 3.5rem;
    margin: 0 auto;
    margin-bottom: -60px;
    position: relative;
}*/

.top-page:hover,
.top-page:focus {
    color:#fff;
}
/*Common Classe*/
.cover-bck {
    position: relative;
    /*background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;*/
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    overflow: hidden;
}

.call-btn {
    display: inline-block;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.6rem;
    padding: 0px 14px;
    line-height: 46px;
    height: 48px;

}

.active-btn {
    background-color: #fff;
    color: #253d47;
    border: 1px solid #fff;
}

.book-btn,
.quote-btn {
	opacity:0;
	}


.book-btn.show-book,
.quote-btn.show-quote {
	 animation: gridseq .5s forwards; 
	-moz-animation: gridseq .5s forwards;
	-webkit-animation: gridseq .5s forwards;
	}
	
	.book-btn.show-book {
		animation-delay: 1s;
		-moz-animation-delay: 1s;
		-webkit-animation-delay: 1s;
	}

.quote-btn.show-quote {
		animation-delay: 1.5s;
		-moz-animation-delay: 1.5s;
		-webkit-animation-delay: 1.5s;
	}
	

@-webkit-keyframes gridseq {
	100% {
		opacity:1;
		}
	}

@-moz-keyframes gridseq {
	100% {
		opacity:1;
		}
	}


@keyframes gridseq {
	100% {
		opacity:1;
		}
	}

.dark-btn {
    background-color: #111131;
    color: #fff;
    border: 1px solid #111131;
}

.active-btn:hover
 {
    background-color: transparent;
    border: 1px solid #fff;
	color: #fff;
} 


.trans-btn {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    margin-left: 10px;
}



.trans-btn:hover,
.dark-btn:hover
 {
    background-color: #fff;
    color: #253d47;
    border: 1px solid #fff;
}

.trans-btn:visited {
	color: #fff;
	}


.dark-btn:visited {
	color: #fff;
	}

.dark-btn:hover {
	border: 1px solid #253d47;
    color: #253d47;
	}
	
	
.section {
    padding: 30px 0;
}

.section p,
.white-bck p {
    font-size: 1.8rem;
    line-height: 1.6;
}

.white-bck {
    background-color: #fff;
}

.white-bck p {
    color: #1b282f;
}

.no-margin {
    margin: 0 !important;
}

.clr {
    clear: both;
    margin: 30px 0 30px;
}

.clr.light-grey {
    border-color: #78838b;
}

/*HEADERS*/
.dark-header,
.section-header-light,
.section-mid-header
 {
    margin-bottom: 30px;
    line-height: 1.3333;
    font-size: 3.2rem;
}

#services .section-mid-header{
    margin-bottom: 0;
}

.section-mid-header {
    font-size: 2.2rem;
    margin:30px 0 15px 0;
}

.dark-header {
    color: #09191f;
    
}

.section-header-light {
    color: #fff;
}


/*POP UP SETTINGS*/
.mfp-fade.mfp-bg {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out; 
        -moz-transition: all 0.3s ease-out; 
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
      }
      .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.9;
      }
      .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
      }
      .mfp-fade.mfp-wrap .mfp-content {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out; 
        -moz-transition: all 0.3s ease-out; 
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
      }
      .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
        opacity: 1;
      }
      .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
        opacity: 0;
      }


.close-modal {
    display: inline-block;
    padding:0 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 1.6rem;
    background-color: transparent;
    color: #fff;
}


/*ALL FORMS*/
/*Styling panel form*/

.spacer {
    margin-bottom: 10px;
}



#quote-form-section div.wpcf7,
#book-form-section div.wpcf7,
#contact-form-section div.wpcf7

 { 
    background-color: transparent;
    overflow: hidden;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    margin-bottom: 30px;
}

#quote-form-section .wpcf7 input[type="text"],
#quote-form-section .wpcf7 input[type="email"],
#quote-form-section .wpcf7 input[type="tel"],
#quote-form-section .wpcf7 textarea, 

#book-form-section .wpcf7 input[type="text"],
#book-form-section .wpcf7 input[type="email"],
#book-form-section .wpcf7 input[type="tel"],
#book-form-section .wpcf7 textarea,


#contact-form-section .wpcf7 input[type="text"],
#contact-form-section .wpcf7 input[type="email"],
#contact-form-section .wpcf7 input[type="tel"],
#contact-form-section .wpcf7 textarea

 {
    box-shadow: none;
    background-color: transparent;
    color: #fff;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-indent: 10px;
    border:1px solid #fff;
    font-size: 1.6rem; 
}

#quote-form-section .wpcf7 textarea,
#book-form-section .wpcf7 textarea,
#contact-form-section textarea {
     min-height: 100px;
}


#quote-form-section .wpcf7 input[type="submit"],
#quote-form-section .wpcf7 input[type="button"], 
#book-form-section .wpcf7 input[type="submit"],
#book-form-section .wpcf7 input[type="button"],


#contact-form-section .wpcf7 input[type="submit"],
#contact-form-section .wpcf7 input[type="button"], 
#contact-form-section .wpcf7 input[type="submit"],
#contact-form-section .wpcf7 input[type="button"] {
    display: inline-block;
    background-color: transparent;
    font-size:1.6rem;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    height: 48px;
    line-height: 46px;
    margin-top: 10px;
    border-radius: 3px;
    float: right;
    padding: 0 14px;
}



#quote-form-section div.wpcf7-response-output, 
#book-form-section div.wpcf7-response-output,
#contact-form-section div.wpcf7-response-output {
    margin:60px auto 20px auto !important;
    padding: 15px;
}


#quote-form-section div.wpcf7-validation-errors,
#quote-form-section div.wpcf7-mail-sent-ok,
#book-form-section div.wpcf7-validation-errors,
#book-form-section div.wpcf7-mail-sent-ok {
    border: 1px solid #cbcbcb;
    font-size: 1.8rem;
    letter-spacing: 1px;
}

#quote-form-section div.wpcf7-validation-errors,
#book-form-section div.wpcf7-validation-errors,
#contact-form-section div.wpcf7-validation-errors {
     color: #f00;
}


#quote-form-section div.wpcf7-mail-sent-ok, 
#book-form-section div.wpcf7-mail-sent-ok, 
#contact-form-section div.wpcf7-mail-sent-ok {
    color: #fff;
}


/*#quote-form-section input,
#quote-form-section textarea {
    box-shadow: none;
    background-color: transparent;
    border-radius: 4px;
    color: #fff;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
    border:1px solid #fff;
    font-size: 1em;
}

#quote-form-section textarea {
    min-height: 100px;
}

#quote-form-section .btn-send {
    display: inline-block;
    background-color: transparent;
    padding:8px 14px 6px 14px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-radius: 20px;
    border: 2px solid #fff;
    color: #fff;
}*/

::-webkit-input-placeholder {
    color:#cbcbcb;
    text-transform:uppercase;
    font-size:1.4rem;

}

::-moz-placeholder {
    color:#cbcbcb;
    text-transform:uppercase;
    font-size:1.4rem;
    opacity: 1;
    
}

:-ms-input-placeholder {
    color:#cbcbcb;
    text-transform:uppercase;
    font-size:1.4rem;
}

/*MEDIA QUERIES FOR BANNER*/
@media only screen and (min-width: 320px) {
    .main-header-wrapper {
        padding:1% 0 1%
    }
}


@media only screen and (min-width: 480px) {
    .main-header-wrapper {
        padding:2% 0 2%
    }
}

@media only screen and (min-width: 768px) {
    .main-header-wrapper {
        padding:12% 0 6%
    }
}


@media only screen and (min-width: 1600px) {
    .main-header-wrapper{
        padding:8% 0 12%
    }
}

/*slogans animations*/
@-webkit-keyframes fade {
    0% {
        left: -200px;
        opacity: 0;
    } 66% {

        opacity: 1;
    }100% {

        left: 0;
    }
}

@-moz-keyframes fade {

    0% {
        left: -200px;
        opacity: 0;
    }66%{
        opacity: 1;
    } 100% {
        left: 0;
    }
}

@-keyframes {

    0%{
        left: -200px;
        opacity: 0;
    }66%{
        opacity: 1;
    }100%{
        left: 0;
    }

}

@-webkit-keyframes ghost {
    0%{
        top: 50px;
        opacity: 0;
    }80%{
        opacity: 1;
    }100% {
        top: 0;
    }
}

@-moz-keyframes ghost {

    0%{
        top: 50px;
        opacity: 0;
    }80%{
        opacity: 1;
    }100%{
        top: 0;
    }
}

@-keyframes {
    0%{
        top: 50px;
        opacity: 0;

    }80%{
        opacity: 1;
    }100% {
        top: 0;
    }
}






