/* ---------------------------------------------------------------------
    Base Styles
--------------------------------------------------------------------- */

body {
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;
    padding-top: 50px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

hr {
    display: block;
    width: 500px;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    padding: 0;
}


/* Titles */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */

p {
    line-height: 28px;
    margin-bottom: 25px;
}


/* Links */

a {
    color: #06979e;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #05888e;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}


/* UI Elements */

.pad-top {
    padding-top: 80px;
}


/* Button Modifications */

.btn-theme {
    background-color: #06979e;
    color: #fff;
    border-color: #06979e;
}

.btn-theme:hover,
.btn-theme:focus {
    border-color: #06979e; /* change to darker hue than bg hover color */
    background-color: transparent;
    color: #06979e;
    box-shadow: none;
}

.btn-theme2 {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
}

.btn-theme2:hover,
.btn-theme2:active {
    border-color: #fff;
    background-color: #fff;
    color: #06979e;
    box-shadow: none;
}


/* ---------------------------------------------------------------------
    Navigation
--------------------------------------------------------------------- */

.navbar-default {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    /*padding-top: 20px;
    padding-bottom: 20px;*/
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.navbar-default .navbar-toggle {
    border: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle > .icon-bar {
    background-color: #06979e;
}

.navbar-default .navbar-brand {
    color: #06979e;
}

.navbar-default .navbar-brand:hover {
    color: #bdc3c7;
}

.navbar-default .navbar-nav > li > a {
    color: #06979e;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #bdc3c7;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #bdc3c7;
}

.navbar-default .navbar-right a[type="button"] {
    padding: 6px 20px 6px 20px;
    color: #fff;
}

.navbar-default .navbar-right a[type="button"]:hover,
.navbar-default .navbar-right a[type="button"]:focus {
    background-color: transparent;
    color: #06979e;
}


/* ---------------------------------------------------------------------
    Wrap Sections
--------------------------------------------------------------------- */

/* Header Wrap */

.headerwrap {
    background: url("../../../../20161103044318im_/http_/hqwide.com/wallpapers/l/1280x800/15/minimalistic_light_blue_fade_1280x800_14823.html") no-repeat center top fixed;
    /*background: url("https://web.archive.org/web/20161103044318im_/http://amindiary.com/demo/pablo/images/para-bg.jpg") no-repeat center top;*/
    /*background: url("/web/20161103044318im_/http://tripdashboard.pt/img/header-bg.jpg") no-repeat center top;*/
    /*background-size: cover;*/
    background-color: #06979e;
}

.headerwrap .col-lg-2 {
    padding-top: 40px;
}

.headerwrap h1 {
    margin-top: 30px;
    color: white;
    font-size: 70px;
}

.headerwrap h3 {
    color: white;
    font-size: 30px;
}

.headerwrap h4 {
    padding-top: 10px;
    padding-bottom: 20px;
    color: #fff;
}

.headerwrap h5 {
    color: white;
    font-weight: 700;
    text-align: left;
}

.headerwrap p {
    text-align: left;
    color: #fff;
    
}

/*
.headerwrap article div {
    background-color: rgba(0,0,0,0.3);
}
*/

/* Intro Wrap */

.intro {
    padding-bottom: 60px;
}

.intro i {
    font-size: 60px;
    color: #06979e;
    padding: 20px;
    vertical-align: middle;
}
.section-header h2 {
    margin-top: 60px;
}
/* Features Wrap */

.featureswrap {
    background-color: #f5f5f5;
    padding-bottom: 50px;
}

.featureswrap .col-lg-6 img {
    display: table;
    margin: 0 auto;
}

.featureswrap .ac a {
    font-size: 20px;
}

.featureswrap .col-lg-6 h4,
.featureswrap .col-lg-6 i,
.featureswrap header h4{
    font-size: 20px;
    color: #06979e;
}

/* Divider 1 & 2 Wrap */

.divider01 {
    /*background: url("/web/20161103044318im_/http://tripdashboard.pt/img/divider/divider-1.jpg") no-repeat center center fixed;*/
    background: rgb(6,151,158);
    background-size: cover;
    padding: 40px 0;
}

.divider01 h3 {
    font-size: 34px;
    color: #fff;
}

.divider01 h4 {
    padding-top: 15px;
    color: #fff;
}

.divider02 {
    background-color: #06979e;
    height: 150px;
    padding-top: 55px;
}

.divider02 h3 {
    color: #fff;
    padding-right: 40px;
}

.divider02 h3,
.divider02 button {
    display: inline;
    vertical-align: middle;
}

.divider03 {
    /*
    background: url("/web/20161103044318im_/http://tripdashboard.pt/img/divider/divider-1.jpg") no-repeat center center;
    background: url("https://web.archive.org/web/20161103044318im_/https://www.credit-suisse.com/media/production/articles/news-and-expertise/images/2014/02/built-an-effective-team/build-an-effective-team-main.jpg") no-repeat center center fixed;
    background-size: cover;*/

    background: rgb(6,151,158);
    min-height: 400px;
    color: #fff;
}

.divider03 h3{
    color: #fff;
}

.divider03 h4{
    color: #fff;
    display: inline-block;
}

.divider03 p {
    font-size: 13px;
    margin: 0;
}

.divider03 .section-header h2 {
    color:#fff;
}

.divider03 article {
    padding-bottom: 20px;
}
.team-member{
    width: 100px;
    height: 100px;
}





.subscript {
    font-size: 25px;
    font-weight: 400;
}

/* Footer Wrap */

.footerwrap {
    background-color: #333;
    color: #777;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footerwrap h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.footerwrap p {
    color: #fff;
    font-size: 14px;
}

.footerwrap #social {
    margin: 20px auto 0px auto;
    display: inline-block;
}

.footerwrap input:focus {
    outline: 0;
}

/* Copyright Wrap */

.copywrap {
    background: #222;
    padding-top: 20px;
    font-size: 14px;
    color: #bdc3c7;
}


/* Sign In & Sign Up Modal */

.modal .nav-tabs {
    padding-left: 5px;
    padding-right: 5px;
}

.sponsors {
    background-color: #f5f5f5;
    padding-bottom: 60px;
}

.sponsor-logo {
    max-width: 80%;
}

.slide h3{
    min-height: 100px; 
}

.panel-edit{
    margin-bottom: 0;
    background-color:transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow:none;
    box-shadow: none;
}

.panel-edit a{
    font-size: 20px;
}

.section-header {
    margin-bottom: 40px;
}

.achievement-container {  
    margin-bottom: 20px;
}

.sponsor-container {
    margin-bottom: 10px;
}

#biggest-sponsors img {
    max-width: 100%;
}

.achievement-logo {
    max-width: 100%;
}

#features-phone {
    height: 450px;
}

.collapsed i:first-child:before{
    content: "\f152";
}

.person-body {
    text-align: left;
}

@media only screen and (min-width:992px){
    
    .person-body {
        text-align: center;
    }
    
}

@media only screen and (min-width: 992px) {
    #article-be { 
        padding-top: 50px;
    }
}

@media only screen and (max-width:767px){
    
    #article-be { 
        text-align: left;
    }
    
    .headerwrap h1{
        font-size: 60px;
    }
    
    #brand b{
        font-size: 17px;
    }
    
    .navbar-form{
        margin: auto 0;
    }
    
    .item h3{
        font-size: 20px;
    }
    
    .item h4{
        font-size: 17px;
    }
    
    .slide h3{
        min-height: 70px; 
    }
    
    #features-phone{
        display: none;
    }
    #features-tablet{
        display: none;
    }
    
    .intro {
        padding-bottom: 0px;
    }
}

.social-link {
    color: #fff;
    font-size: 14px;
    margin: 0;
    
}

.social-link:hover {
    color: #ccc;
    
}

/*
     FILE ARCHIVED ON 04:43:18 Nov 03, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:05:55 May 30, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/