
/*!
 * Basic
 */

 .placeholder { color: #aaa; }

body,
html {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 300;
    font-family: "faricy-new-web",Helvetica,Arial,sans-serif;
    line-height: 1.4em;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "faricy-new-web",Helvetica,Arial,sans-serif;
    color: #404040;
}

ul, li, p, .panel-body p, .panel-body {
    font-size: 14px;
    font-weight: 300;
}

.inverse {
    color: white;
    text-decoration: underline;
}

.h1, h1 {
    font-size: 40px;
    font-weight: 700;
}

.h2, h2 {
    font-size: 30px;
    font-weight: 700;
}

.h3, h3 {
    font-size: 20px;
    font-weight: 400;
}

.h4, h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

a {
  color: black;
}

label {
    color: #747474;
}

ol, ul {
    padding-left: 20px;
}

.page {
    padding-top: 50px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  background-color: black;
  border-color: black;
}
.btn-primary {
  background-color: black;
  border-color: black;
}
.btn-success {
  box-shadow: 2px 3px 0px 0px rgba(104,171,71,0.3);
}

.topnav {
    font-size: 13px;
}

.navbar-default {
    background-color: rgba(255,255,255,0.9);
    background-color: #ffffff;
}

.navbar-brand {
  height: 95px;
  padding: 0;
}

.navbar-brand img {
    height: 80px;
}

.navbar-default .navbar-toggle {
  border-color: black;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: black;
}
.navbar-default .navbar-nav>li>a {
  color: black;
}

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

.navbar-default .navbar-nav>li>a.btn {
    color: #ffffff;
    padding: 6px 15px;
    margin-left: 10px;
}

.navbar-default .navbar-nav>li>a.btn-success:hover {
    background-color:#449d44;
    border-color:#398439;
    color: #ffffff;
}

.navbar-default .navbar-nav>li>a.btn {
  margin-top: -8px;
}

.image-bg-fluid-height,
.image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    width: 100%;
}


.intro-header {
    padding-top: 50px;
    padding-bottom: 0;
    text-align: center;
    color: #f8f8f8;
    background-size: cover;
}

.intro-header h2 {
    font-weight: 300;
}

.lead {
    font-size: 20px;
    margin-top: 0;
    font-weight: 400;
}

.btn-group-xl>.btn, .btn-xl {
    padding: 16px 25px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 8px;
}

.intro-message {
    position: relative;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 40px;
}

.intro-divider {
    width: 400px;
    border-top: 2px solid black;
    border-bottom: 2px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.panel-title {
  font-size: 18px;
  font-weight: 400;
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.content-section-form {
    padding: 100px 0 0 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

#intro {
    background: url(/templates/basic/images/bg-intro.jpg) no-repeat center center;
    background-color: #ffffff;
    background-size: cover;
    text-align: center;
    color: #ffffff;
}

#intro h1 {
    margin: 2em 0 .2em 0;
    font-size: 2em;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.1);
    color: #ffffff;
    font-weight: 400;
}

#intro h2, #intro .lead {
    font-weight: 400;
    margin-top: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.1);
    color: #ffffff;
    font-size: 25px;
}

#intro h2 {
    font-size: 35px;
    font-weight: 600;
}

#intro p {
    font-size: 1.6em;
    margin-top: 20px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.1);
    font-weight: 700;
    color: #ffffff;
}

#intro p small {
    font-weight: 400;
    font-size: 0.9em;
}

.section-Feature {
    padding: 50px 0;
}

.section-Intro, .section-Feature {
    color: #ffffff;
    text-align: center;
    background: #999;
}

.section-Intro h1, .section-Intro h2, .section-Intro h3, .section-Intro h4, .section-Intro h5, .section-Intro h1 small, .section-Intro h2 small, .section-Intro h3 small, .section-Intro h4 small, .section-Intro h5 small,
.section-Feature h1, .section-Feature h2, .section-Feature h3, .section-Feature h4, .section-Feature h5, .section-Feature h1 small, .section-Feature h2 small, .section-Feature h3 small, .section-Intro h4 small, .section-Intro h5 small {
    color: #ffffff;
}

.section-Intro h3, .section-Feature h3 {
    font-weight: 400;
    font-size: 22px;
    color: #ffffff;
}

.section-Intro p, .section-Feature p {
    font-size: 15px;
    color: #ffffff;
}


.section-Intro p.lead, .section-Feature p.lead {
    font-size: 15px;
}

.section-Transport {
    background: #fafafa;
}

.section-Accommodation {
    background-image: url(/templates/bigthanks2015/images/accommodation-bg.jpg);
    background-size: cover;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    */float: left;
    width: 200px;
    border-top: 3px solid rgba(0,0,0,0.3);;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 30px;
}

.banner ul {
    margin-bottom: 0;
}

.banner hr {
    margin-top: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.panel-heading .progress {
  background-color: #ffffff;
  margin-bottom: 0;
}

.list-inline>li {
  display: inline-block;
}

footer {
    padding: 20px 0;
    color: white;
    background-color: #222;
    font-size: 12px;
}

footer a {
    color: white;
}

footer a:hover, footer a:active {
    color: #e5e5e5;
}

footer ul.list-inline li::after {
    content: "  |  ";
}

footer ul.list-inline li:last-child::after {
    content: "";
}

footer ul.list-inline li a {
    padding-right: 10px;
}

footer .text-muted {
  color: #e5e5e5;
  font-weight: 300;
}

p.copyright {
    margin: 15px 0 0;
}

.loading {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    opacity: 0.2;
}

.ts-logo {
    max-width: 200px;
}


[v-cloak] {
    display: none; !important
}

.fadein {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 .5em 0;
    line-height: 26px;
}

h1 {
    margin: 2em 0 1em 0;
    font-size: 30px;
    font-weight: 700;
}

.section-Intro h1 {
    margin-top: 0;
}

h2 {
    font-size: 30px;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    font-weight: 700;
}

h4 {
    font-size: 16px;
    font-weight: 700;
}

.img-responsive {
    margin-bottom: 12px;
}

.spacer::before {
    /*content: "";
    width: 200px;
    margin: 0 0 40px 0;
    border-top: 3px solid rgba(0,0,0,0.3);;
    display: block;*/
}


section {
    padding: 50px 0 50px;
}

.content {
    padding-top: 65px;
}

.map {
    padding: 8px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.map iframe {
    border-radius: 5px;
    display: block;
}

.btn-primary {
  background-color: black;
  border-color: black;
}

.btn-primary:hover {
    color: #fff;
    background-color: black;
    border-color: black;
}

.navbar-toggle {
    margin-top: 22px;
}

.navbar-default .navbar-nav>li>a {
    color: black;
}

.navbar-default .navbar-nav>li>a.btn {
    color: #ffffff;
    padding: 6px 15px;
    margin-left: 10px;
}
.navbar-default .navbar-nav>li>a.btn-success:hover {
    background-color:#449d44;
    border-color: #398439;
    color: #ffffff;
}

.terms-and-conditions {
    font-size: 14px;
    padding: 12px;
    border: 1px solid #ccc;
    overflow-y: scroll;
    height: 200px;
    border-radius: 4px;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
}

.navbar {
    min-height: 95px;
}

.navbar-brand {
    height: 60px;
}

.navbar-brand img {
    height: 64px;
    margin-top: 8px;
    margin-left: 15px;
}

.form-section {
    display: none;
}

.form-section.active {
    display: block;
}


label {
    font-size: 1.1em;
}

.form-group-large label {
    font-size: 20px;
    font-weight: 700;
}


.form-group-large .checkbox-inline, .form-group-large .radio-inline {
    font-size: 1.1em;
    font-weight: 400;
}

.form-group-large input[type=checkbox], .form-group-large input[type=radio] {
    margin-top: 3px;
}

.help-block {
    font-size: 0.9em;
    line-height: 1.4em;
    color: #909090;
}


@media (max-width: 468px) {

    body,
    html {
        font-size: 13px;
    }

    #intro h1 {
        font-size: 3em;
    }

    #intro h2, #intro .lead {
        font-size: 1.8em;
    }

    #intro p {
        font-size: 1.4em;
    }

    .navbar-default {
        background-color: rgba(255,255,255,1);
        border-bottom: none;
    }

    .navbar-default .navbar-nav>li>a.btn {
        margin-top: 0;
    }

    .banner {
        padding: 10px 0;
    }

    footer {
        padding: 20px 0;
    }

    .btn-success {
        margin-bottom: 20px;
    }

    p.copyright {
      margin: 15px 0;
    }

    .lead {
        font-size: 18px;
        margin-top: 20px;
        font-weight: 400;
    }

    .content {
        padding-top: 85px;
    }

    .content-section-form {
      padding: 50px 0 0 0;
    }

    .section-heading {
        margin-bottom: 10px;
    }

    .navbar-default .navbar-nav>li>a.btn {
        margin-left: 0;
        margin-right: 20px;
    }

}

@media (min-width: 768px) {

    .navbar-right {
        margin-top: 0;
    }

    .navbar-brand img {
        height: 80px;
        margin-top: 5px;
        margin-left: 0;
    }

    .navbar-default .navbar-nav>li>a.btn {
        margin-top: 20px;
    }

    .navbar-nav>li>a {
        padding: 32px 10px 0 10px;
        font-size: 16px;
    }

    .navbar-default .navbar-nav>li>a.btn {
        padding: 10px 20px;
        font-size: 16px;
    }

}

@media (min-width: 998px) {
    .navbar-nav>li>a {
        padding: 32px 15px 0 15px;
        font-size: 16px;
    }
    .navbar-right {
        float: right!important;
    }
}


/* Big Devices, Wide Screens */
@media only screen and (min-width : 1400px) {

    .container {
        width: 1350px;
    }

}

/* animations (vuejs) */

.expand-transition {
  transition: all .3s ease;
  height: 30px;
  padding: 10px;
  background-color: #eee;
  overflow: hidden;
}
.expand-enter, .expand-leave {
  height: 0;
  padding: 0 10px;
  opacity: 0;
}

.bounce-enter {
  animation: bounce-in .5s;
}
.bounce-leave {
  /*animation: bounce-out .5s;*/
}
@keyframes bounce-in {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bounce-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0);
  }
}
