/* crimson-text-700 - latin */
@font-face {
font-family: 'Crimson Text';
font-style: normal;
font-weight: 700;
src: url('../fonts/crimson-text-v10-latin-700.eot'); /* IE9 Compat Modes */
src: local('Crimson Text Bold'), local('CrimsonText-Bold'),
        url('../fonts/crimson-text-v10-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/crimson-text-v10-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/crimson-text-v10-latin-700.woff') format('woff'), /* Modern Browsers */
        url('../fonts/crimson-text-v10-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/crimson-text-v10-latin-700.svg#CrimsonText') format('svg'); /* Legacy iOS */
}

  /* open-sans-regular - latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: url('../fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Open Sans Regular'), local('OpenSans-Regular'),
        url('../fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 600;
src: url('../fonts/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
        url('../fonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/open-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */
        url('../fonts/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/open-sans-v17-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

a { color: #EE1C25; text-decoration: none; font-weight:bold; text-shadow: 0px 0px 1px #777; }
a:hover { color: #FF0000; text-shadow: 0px 0px 1px #ff0000; }

h1, h2, h3, h4, h5, h6 { font-family: 'Crimson Text'; margin:0; padding:0; }

body, html {
    min-height:100% !important;
    margin:0 !important;
    padding:0 !important;
}

body {
    font-family: 'Open Sans';
    background-image:url(../images/baboons.jpg);
    background-position:bottom center;
    background-repeat:no-repeat;
}

/* Util Classes */

.center-text { text-align: center; }
.center-block { margin: 0 auto; }
.redbg { background-color: #EE1C25; }
.red { color: #EE1C25; }
.blackbg { background-color: #231F20; }
.tiny-text { font-size:0.75em; }

/* Objects */

.title {
    color:#EE1C25;
    background: -webkit-linear-gradient(#d36969, #EE1C25);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lang-selector {
    padding:1em;
    z-index:999;
    text-align:center;
}

.video_wrapper {
    float:right;
    width:70%;
    padding:2em;
    padding-bottom:1em;
}

.badge {
    margin-top:0.5em;
    margin-bottom:0.5em;
    padding:0.5em;
    border-radius:0.25em;
    color:white;
    font-weight:bold;
    font-size:1.2em;
}

.features {
    padding:1em;
}

.features h3, .settings h3, .content_wrapper h3 {
    font-weight:bold;
    text-transform: uppercase;
    font-size:1.5em;
    margin-top:0.5em;
}

.features ul, .settings ul {
    list-style:none;
    list-style-type:none;
    list-style-image: url(../images/bullet.png);
}

.features ul li strong, .settings ul li strong {
    font-size:1.3em;
}

.content_wrapper {
    background-color:rgba(255, 255, 255, 0.6);
    padding:2em;
    border-radius:1em;
    margin-bottom:4em;
}

.content_wrapper .gallery {
    margin-top:0.5em;
}
.content_wrapper .gallery img {
    width:100%;
    height:auto;
    border-radius:0.25em;
}

/* Testimonials */

.testimonial {
    position: relative;
}

.testimonial .box {
    padding: 2rem;
    color: black;
    font-size: 1rem;
}

.testimonial .box .quote {
    font-family: 'Open Sans';
    font-size:1em;
    font-style: italic;
}

.testimonial .box .name {
    text-align: right;
    font-weight: 300;
    margin-top:1rem;
}

.testimonial .box:before, .testimonial .box:after {
    font-family: 'Crimson Text';
    color: #dddddd;
    font-size: 6rem;
    position: absolute;
}
.testimonial .box:before {
    content: '“';
    top: 0.5rem;
    left: 1rem;
}
.testimonial .box:after {
    content: '”';
    bottom: 0.5rem;
    right: 1rem;
}

a.lbw {
    margin-top:2em;
    padding:2em;
    border-radius:0.5em;
    background-color: #EE1C25;
    color:white;
    display:block;
    text-align:center;
}

.btn {
    max-width: 60%;
    margin: 3em auto;
    width: 100%;
    height: auto;
    padding: 1em;
    border-radius: 1em;
    background: #fff;
    box-shadow: 2px 2px 1em #000;
    display: block;
    transition: all .1s ease-in-out;
}

.btn:hover {
    transform:scale(1.05);
    box-shadow: 2px 2px 0.5em #333;
}

/* Responsive Styles */

@media(max-width:767px){
    .video_wrapper {
        float:none;
        margin:0 auto;
    }
}

@media(max-width:959px){
    .title { font-size:5em; }
    .subtitle { font-size:1.3em; text-align:center; }
    .video_wrapper {
        float:none;
        margin:0 auto;
    }    
}

@media(min-width:768px){
    .title { font-size: 6em; }
    .subtitle { font-size:2em; }
    .video_wrapper { width:55% }
}

@media(min-width:960px){
    .title { font-size: 8em; }
    .subtitle { font-size:1.75em; }
    .video_wrapper { width:60% }
}

@media(min-width:1200px){
    .title { font-size: 12em; }
    .subtitle { font-size:2.25em; }
    .video_wrapper { width:65% }
}

@media(min-width:1600px){
    .title { font-size: 14em; }
    .subtitle { font-size:3em; }
    .video_wrapper { width:70% }
}

/* Video */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}