@charset "utf-8";

/*------------------------------------------------------------------------------
[Master Stylesheet]

Project:        EBookingTool
Version:        2.0.3
Create:          20/11/2018
Last change:    21/11/2018
Primary use:    Global Layout
Author:         Vagotech by Vagovia
URL:            https://www.vagotech.com
------------------------------------------------------------------------------
[Table of contents]

00.    CSS Reset
01.    General Styling & Typography
01-1.  Background and Fullscreen
02.    Preloaders
03.    Header
04.    Registration Page
05.    Motore di ricerca
06.    Dataepicker
07.    Result list
07.1   Filtersf
07.2   List Result
08.    Flexslider custom
09.    Buttons custom

*/


/* 01.  General Styling & Typography
-------------------------------------------------*/

* :after,
 :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    font-size: 12px;
}

body {
    font-family: 'Poppins', sans-serif;
}

ol,
ul {
    list-style: none;
}

iframe,
img {
    border: 0;
}

dt {
    font-weight: normal;
}

p {
    font-size: 1em;
    line-height: 1.5385em;
    margin-top: 1.5385em;
    margin-bottom: 1.5385em;
}

h1 {
    font-size: 2.7692em;
    line-height: 1.1111em;
    margin-top: 0.5556em;
    margin-bottom: 0.5556em;
}

h2 {
    font-size: 2.3077em;
    line-height: 1.3333em;
    margin-top: 0.6667em;
    margin-bottom: 0.6667em;
}

h3 {
    font-size: 1.8462em;
    line-height: 1.6667em;
    margin-top: 0.8333em;
    margin-bottom: 0.8333em;
}

h4 {
    font-size: 1.3846em;
    line-height: 28px;
    margin-top: 1.1111em;
    margin-bottom: 1.1111em;
}

h5 {
    font-size: 1.2308em;
    line-height: 1.2500em;
    margin-top: 1.2500em;
    margin-bottom: 1.2500em;
}

h6 {
    font-size: 1.0769em;
    line-height: 1.4286em;
    margin-top: 1.4286em;
    margin-bottom: 1.4286em;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-appearance: none !important;
}

a:hover,
a:focus {
    color: #01b7f2;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out
}

a:focus {
    outline: none;
}

h2.page-title {
    font-size: 40px;
    font-weight: 600;
    position: relative;
    margin-left: 13px;
}

pre {
    font-family: 'Courier';
    white-space: pre;
    line-height: 20px;
    background: white;
    padding-left: 10px;
    border-left: 4px solid #8794a2;
    overflow: hidden;
}

address {
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    letter-spacing: 1px;
    line-height: 20px;
}

code {
    font-family: 'Poppins', sans-serif;
    color: #8794a2;
    white-space: pre;
    line-height: 20px;
}

strong,
b {
    font-weight: 700;
}

.bold {
    font-weight: 700;
}

.bolder {
    font-weight: 900;
}

em {
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    letter-spacing: 1px;
}

small {
    font-size: 85%;
}

sup,
sub {
    font-size: 85%;
}

blockquote {
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-size: 16px;
    line-height: 26px;
}

cite {
    display: block;
    text-align: right;
}

abbr {
    border-bottom: 1px dotted #8794a2;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    position: relative;
    width: 100%;
    display: block
}

::-webkit-selection {
    color: #fff;
    background-color: #fec107;
}

::-moz-selection {
    color: #fff;
    background-color: #fec107;
}

::selection {
    color: #fff;
    background-color: #fec107;
}

.section {
    background-color: #ffffff;
    position: relative;
    display: block;
    padding: 80px 0;
    overflow: hidden;
}

.section-grey {
    background-color: #eeeeee;
}

.section-light {
    background-color: #f6f6f6;
}

.section-dark {
    background-color: #003975;
}

.smart-divider {
    border-top: 2px solid #14a9e5;
    display: block;
    max-width: 40px;
    margin: 10px auto 25px;
}

.text-default {
    color: #000
}

.text-white {
    color: #003975;
}

.text-fucsia {
    color: #e90c8b;
}

.text-fucsia:hover {
    color: #003675;
}

.home {
    padding: 0;
}


/*
01-1.  Background and Fullscreen
========================================
*/

.background {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-position: 50% 50%\9 !important;
}

.fullscreen {
    width: 100%;
    min-height: 100%;
}

.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height: 100%;
    overflow: hidden;
}

.background-fucsia {
    background: #dcdcdc
}


/*
02.  Preloadersgl
=====================================
*/

#loader {
    background: #70817ca6;
    /*width: 500px;*/
    /*height: 15px;*/
    box-shadow: 0px 1px 2px 0px #70817c;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    /*position: absolute;*/
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#loader .message {
    /*padding: 30px;*/
    top: 50%;
    left: 50%;
    position: absolute;
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #222;
}


/*Hidden class for adding and removing*/

.hidden {
    display: none;
}


/*Add an overlay to the entire page blocking any further presses to buttons or other elements.

.overlay {
    position: fixed;
    top: 50%;
    left: 0;
    width: 100% !important;
    height: 100vh !important;
    background: transparent;
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}
*/


/*Spinner Styles*/

.lds-dual-ring {
    display: inline-block;
    width: 120px;
    height: 120px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 120px;
    height: 120px;
    margin: 5% auto;
    border-radius: 50%;
    /* border: 6px solid #fff;*/
    animation: lds-dual-ring 1.2s linear infinite;
    background: url(../media/Logo/spinner_image.png);
    background-size: cover;
    background-repeat: no-repeat;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*
11. BUTTONS CUSTOM
==============================
*/

.btn-transparent {
    background: hsla(0, 0%, 0%, 0);
    border: none;
    width: auto;
    height: auto;
    font-family: "poppins", sans-serif;
}

.btn-add {
    border: 1px solid #444;
}

.btn-blue {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background: #003675;
    border: #003975;
}

.btn-fucsia {
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
    background: #e90c8b;
    border: #e90c8b;
}

.btn-white {
    height: 47px;
    color: #e90c8b !important;
    font-size: 13px;
    font-weight: 400;
    background: #fff;
    border: #fff;
}

.btn-w100 {
    width: 100%;
    font-size: 14px !important;
}

.btn-lg {
    color: #e90c8b;
    min-width: 215px;
    font-size: 18px;
}

.btn-md {
    color: #e90c8b;
    min-width: 155px;
    font-size: 16px;
}

.btn-sm {
    padding: 6px 10px;
    min-width: 105px;
    color: #e90c8b;
    font-size: 12px;
}

.btn-third-col {
    background: #060606;
    /* color: #dccc99; */
}

.btn-third-col:hover {
    background: #dccc99;
    /* color: #060606; */
}

.btn-box {
    position: relative;
    margin: 0 auto;
    padding: 0 34px;
    width: 100%;
    background: #fff;
    border: solid 1px #ccc;
    cursor: pointer;
}

.btn-select {
    position: relative;
    display: inline;
}

.checkbox label {
    margin-left: 25px;
    width: 100%;
    font-size: 13px;
    text-align: left;
    z-index: 8;
    cursor: pointer;
}


/* Input Group */

.vaB {
    vertical-align: bottom !important;
}

.input-group-addon-white {
    background-color: white;
}

.border-left-none {
    border-left: none;
}