@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
body {
    font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif !important;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-family:"Source Sans Pro",Calibri,Candara,Arial,sans-serif;
    font-weight:300;
    line-height:1.1;
    color:inherit
}
header {
    background: url('../img/DSC_4528.jpg') no-repeat bottom center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: #fff;
}
header .intro-text{
    padding-top:50px;
    padding-bottom:50px
}
header .intro-caret{
    text-align: center;
    font-size: 80px;
    margin: 0;
    padding: 0;
}
header .intro-text .intro-lead-in{
    font-style:normal;
    font-size:22px;
    line-height:22px;
    margin-bottom:25px
}
header .intro-text .intro-heading{
    text-transform:uppercase;
    font-weight:700;
    font-size:50px;
    line-height:50px;
}
@media (min-width:768px){
    header .intro-text{
        padding-top:100px;
        padding-bottom:50px
    }
    header .intro-text .intro-lead-in{
        font-style:normal;
        font-size:40px;
        line-height:40px;
        margin-bottom:25px
    }
    header .intro-text .intro-heading{
        text-transform:uppercase;
        font-weight:700;
        font-size:75px;
        line-height:75px;
        margin-bottom:50px
    }
    header .intro-caret{
        text-align: center;
        font-size: 150px;
        margin: 0;
        padding: 0;
        margin-bottom: -150px;
    }
}


#alertsubscription{
    background: none;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border: 2px solid #fff;
    border-radius: .25rem;
    font-size: 25px;
    color: #fff;
    text-align: center;
}
/*
::-webkit-input-placeholder { color:#fff; text-align: center; }
::-moz-placeholder { color:#fff; text-align: center; }
:-ms-input-placeholder { color:#fff; text-align: center; }
input:-moz-placeholder { color:#fff; text-align: center; }
*/
::-webkit-scrollbar * {
    background:transparent;
}
::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #9e9e9e !important;
}

section{
    padding:100px 0
}
section h2.section-heading{
    font-size:40px;margin-top:0;margin-bottom:15px
}
section h3.section-subheading{
    font-size:16px;
    text-transform:none;
    font-style:normal;
    font-weight:400;
    margin-bottom:75px
}
@media (min-width:768px){
    section{
        padding:100px 0
    }
}
.service-heading{margin:15px 0;text-transform:none}
footer{
    padding:25px 0;
    text-align:center
}
footer span.copyright{
    line-height:40px;
    text-transform:none
}

.bg-light-gray {
    background-color: #eee;
}
.checkbox label, .checkbox-inline label {
    padding-left: 0 !important;
}
.btn-clear{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid #FFFFFF;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 15px;
    line-height: 1.4;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #FFFFFF;
}
.btn-clear:hover, .btn-clear:focus{
    text-decoration: none;
    color: #FFFFFF;
}

.no-style, .no-style:hover, .no-style:active, .no-style:focus, .no-style:visited{
    color: inherit !important;
    text-decoration: none !important;
    background: inherit;
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0 !important;
}
#toplines>li {
    display: table-cell;
    width: 1%;
}



.codeinput{
    text-transform: uppercase;
    margin: 0 8px;
    float: left;
    text-align: center;
    width: 95px;
    height: 105px;
    padding: 16px 20px;
    font-size: 65px;
    line-height: 1.3333333;
    border-radius: 0;
    display: block;
    color: #6f6f6f;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.codeinput:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: #2196f3 2px solid;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border-bottom: 1px solid #ddd !important;
    -webkit-box-shadow: 0 0 0 1000px #eee inset !important;
    -webkit-text-fill-color: #666666 !important;
}
@media (min-width: 768px){
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }
}
