/* Reset Styles
***********************/
html, body, div, span, applet, object, iframe, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
strong {font-weight: bold;}
em {font-style: italic;}


/* custom styling */
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html{
    height: 100%;
}
body{
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    padding-bottom: 50px;
    min-height: 100%;
    position:relative;
}

.custom-tittle{
    color: #666;
    font-size: 40px;
    font-weight: 300;
    padding: 30px 0;
}

.custom-subtittle{
    color: #666;
}

.justiy{
    text-align: justify;
}

h2{
    color: #666;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    padding: 30px 0;
}

h3{
    font-weight: 100;
    margin: 15px 0;
    font-size: 33px;
    color: #272727;
}

h4{
    margin: 15px 0;
    font-size: 20px;
}

p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}

.grey{
    color: #999;
}



/**/
div.top-bar{
    background: #333;
    color: white;
    padding: 20px;
}

div.wrap{
    margin: 0 auto;
    position: relative;
    width: 100%;
}

div.wrap span{
    display: inline-block;
}

div.wrap span.right{
    position: absolute;
    right: 0;
}
div.right{
    vertical-align:middle;
    position: absolute;
    text-align: right;
    right: 0;
}

/**/
div.wrap span.logo{
    padding: 15px 0;
    width: 220px;
}

div.wrap span.logo img{
    width: 100%;
}

div.wrap span.faq{
    padding: 60px 0 0 0;
    color: green;
}

/**/
div.banner{
    background: url('../img/banner.jpg') no-repeat bottom center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 415px;
}

/**/
div.as-seen ul{
    text-align: center;
}

div.as-seen ul li{
    display: inline-block;
    margin: 20px;
}

/* services */
div.services{
    text-align: center;
}

div.service-tile{
    display: inline-block;
    margin: 40px 5px 0;
    width: 20%;
    min-width: 220px;
    position: relative;
    text-align: center;
    vertical-align: bottom;
}

div.service-tile .icon{
    background-color: white;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    height: 120px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 120px;
}

div.service-tile .icon img{
    margin: auto;
}

div.service-tile .description{
    background: white;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    color: #666;
    font-size: 24px;
    font-weight: 400;
    min-height: 250px;
    margin-top: -60px;
    padding-bottom: 0px;
    padding: 8px;
    padding-top: 60px !important;
    text-align: center;
}


/* destination */
div.destinations{
    margin: 50px auto 0 auto;
    text-align: center;
}

div.destination-tile{
    display: inline-block;
    position: relative;
    margin: 3px;
    min-width: 280px;
    width: 30%;
}

div.destination-tile-title{
    border-top: 40px solid #000000;
    border-left: 23px solid transparent;
    opacity: .75;
    position: absolute;
    right: 0;
    top: 0;
    width: 90%;
}

div.destination-tile-title h3{
    color: white;
    font-style: initial;
    font-size: 15px;
    font-weight: 400;
    margin-top: -27px;
    text-align: center;
}

div.destination-tile img{
    width: 100%;
}

/* top brands */
div.top-brands.wrap{
    margin-bottom: 30px;
    text-align: center;
}

div.top-brands ul li{
    display: inline-block;
    margin: 10px 0;
    min-width: 100px;
    width: 16%;
}
div.top-brands ul li img{
    width: 100%;
}

footer {
    position: absolute;
    left: 0 ; right: 0; bottom: 0;
    height:50px;
    width: 100%;
}
/* privacy */
div.privacy-bar{
    background: #3f474e;
    padding: 20px;
}


/* footer */
div.footer{
    background: black;
    padding: 20px;
    text-align: center
}

div.footer small{
    font-size: .875em;
    font-weight: 300;
    color: #9D9D9D;
}

.footer-links {
    display: inline-block;
    width: 100%;
}

.footer-links a {
    color: #ccc;
    border-right: 1px solid #ccc;
    padding: 0 .5rem;
}

.footer-links a:last-child {
    border-right: 0;
}

.columns:before {
    content: " ";
    left: 0.5rem;
    position: absolute;
    right: 0.5rem;
    top: -3px;
    z-index: -1;
    margin: 1rem 0;
}

.centered {
    text-align: center;
    margin: 0 auto;
}


@media only screen and (min-width: 320px) {
    div.wrap {
        max-width: 1024px;
    }
    .phone-menu-active{
        display: none;
    }

}

.phone-menu{
    color: white;
}

@media only screen and (max-width: 480px) {
    /* For mobile phones: */
    .phone-menu-active{
        display: block;
    }
    .phone-menu-disable{
        display: none;
    }
    div.wrap {
        max-width: 100%;
    }
    .logo-bar{
        align-content: center;
    }
}