﻿/* -----------------------------------------
   01. Shared Styles
----------------------------------------- */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; /**behavior: url(boxsizing.htc);*/
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, th, td {
    margin: 0;
    padding: 0;
    font-size: 13px;
    direction: ltr;
}

body {
    background: /*#f4f4f4*/ url(../images/patterns/bg-body.gif);
    /*color: #777;*/
    font-family: 'Open Sans', sans-serif;
}

/*** Typography ***/
p {
    font-family: inherit;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 17px;
}

a {
    color: #008080; /*-webkit-transition: ease 0.4s; -moz-transition: ease 0.4s; -o-transition: ease 0.4s; transition: ease 0.4s;*/
}

a:hover {
    color: #008080;
}

a:focus {
    color: #008080;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #222222;
    text-rendering: optimizeLegibility;
    line-height: 1.1em;
    margin-bottom: 14px;
    margin-top: 14px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0;
}

h1 {
    font-size: 44px;
    margin-bottom: 44px;
}

h2 {
    font-size: 34px;
    margin-bottom: 34px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 14px;
}

.subheader {
    line-height: 1.3;
    color: #6f6f6f;
    font-weight: normal;
    margin-bottom: 17px;
}

small {
    font-size: 84%;
    line-height: inherit;
}

/*** Usefull Claeses ***/
.alpha {
    padding: 0 15px 0 0;
}

.omega {
    padding: 0 0 0 15px;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.stretch {
    width: 100%;
}

.strong {
    font-weight: bold;
}

.upper-text {
    text-transform: uppercase;
}

.space-b-20 {
}

.space-b-50 {
    margin-bottom: 50px;
}

/*** Colours ***/
.red-text {
    color: #cf0000;
}

.pink-text {
    color: #D54143;
}

.black-text {
    color: #000;
}

.green-text {
    color: #12b8ba;
}

.blue-text {
    color: #18a0c7;
}

.white-text {
    color: #fff;
}


.badge {
    background-color: lightgrey;
    color: #cf0000;
}

/*** Buttons ***/
.button {
    background: #D63D3D;
    border: 1px solid #D63D3D;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.button:hover, .button:focus {
    color: white;
    background-color: #C64143;
}

.button.alert {
    background-color: #cf0000;
    border: 1px solid #cf0000;
    padding: 8px 12px 8px 12px;
    margin-bottom: 19px;
    height: 37px;
    border-radius: 2px;
}

.button.alert:hover,
.button.alert:focus {
    background-color: #D73836;
    border: 1px solid #D73836;
}

.button.secondary {
    background-color: #e6e6e6;
    color: #1d1d1d;
    border: 0px none #e6e6e6;
}

.button.secondary:hover,
.button.secondary:focus {
    background-color: #dddcdc;
}

/*.button.radius { -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }*/
.button.facebook {
    background: #3B5A9B;
    border: 1px solid #3B5A9B;
}

#btnGoUp {
    cursor: pointer;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 47px;
    height: 44px;
    text-indent: -5555px;
    background: transparent url(../images/up_page.png) no-repeat left top;
    z-index: 950;
}

#btnGoUp:hover {
    background-position: left bottom;
}

/*** Tooltips ***/
.has-tip {
    border-bottom: none;
    cursor: pointer;
    font-weight: bold;
    color: #333;
}

.has-tip:hover, .has-tip:focus {
    border-bottom: none;
    color: #f00055;
}

/*** Pop-ups ***/
.reveal-modal {
    background: url(../images/patterns/gray_pattern.gif);
    border: 10px solid #fafafa;
}

.reveal-modal h5 {
    margin-bottom: 40px;
}


/* -----------------------------------------
   02. Header Section
----------------------------------------- */

.header-bg {
    background: url('../images/bg.jpg') no-repeat center center;
    background-size: cover;
    height: 500px;
    min-height: 500px;
    padding: 30px 0;
}

#header {
    padding-bottom: 40px;
    max-width: 1170px;
    margin: 0 auto;
    border-bttom: 10px solid red;
}

/*** Top links ***/
.top-links {
    text-align: right;
    color: #008080;
    padding: 4px 0;
    border-bottom: 1px solid #0784b3;
    background: #001121;
}

.top-links a {
    color: #008080;
}

.top-links a:hover {
    color: #008080;
}

/*** Logo ***/
#logo {
    max-height: 108px;
    text-indent: -9999px;
    padding-top: 0;
    margin-top: 0;
}

#logo img {
    display: block;
    float: left;
}

#logo a {
}

/*** Search Form ***/
.form-wrapper {
    margin-top: 60px;
    min-height: 492px;
}

.form-search {
    padding: 10px 12px 20px;
    position: relative;
}

.form-search label {
    color: #fff;
}

.form-search .notch {
    position: absolute;
    bottom: -10px;
    left: 20px;
    margin: 0;
    border-top: 0;
    padding: 0;
    width: 0;
    height: 0;
}

.form-header {
    background: #008080;
    padding: 20px 14px 6px;
    border-left: 10px solid #00c0c0;
    border-top: 10px solid #00c0c0;
    border-right: 10px solid #00c0c0;
}

.form-header .lead {
    color: #fff;
    font-size: 16.4px;
}

.form-footer {
    padding: 20px 20px 10px;
    border-left: 10px solid #fafafa;
    border-bottom: 10px solid #fafafa;
    border-right: 10px solid #fafafa;
    background: #f8f8f8 url(../images/patterns/gray_pattern.gif);
}

.form-search.custom div.custom.dropdown {
    display: block;
    position: relative;
    width: auto;
    height: 32px;
    margin-bottom: 9px;
    margin-top: 2px;
}

.form-search.custom div.custom.dropdown a.current {
    display: block;
    width: auto;
    line-height: 30px;
    min-height: 32px;
    padding: 0;
    padding-left: 6px;
    padding-right: 38px;
    border: solid 1px #00c0c0;
    color: #fff;
    background-color: #00c0c0;
    white-space: nowrap;
}

.form-search.custom div.custom.dropdown a.selector {
    position: absolute;
    width: 27px;
    height: 32px;
    display: block;
    right: 0;
    top: 0;
    border: solid 1px #00c0c0;
}

.form-search.custom div.custom.dropdown a.selector:after {
    content: "";
    display: block;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -2px;
    margin-left: -5px;
}

.form-search.custom div.custom.dropdown ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    left: 0;
    top: 31px;
    margin: 0;
    padding: 0;
    background: white;
    background: rgba(255, 255, 255, 0.95);
    border: solid 1px #b7f0ff;
}

.form-search.custom div.custom.dropdown ul li {
    color: #555555;
    font-size: 13px;
    cursor: pointer;
    padding: 3px;
    padding-left: 6px;
    padding-right: 38px;
    min-height: 18px;
    line-height: 18px;
    margin: 0;
    white-space: nowrap;
    list-style: none;
}

.form-search.custom div.custom.dropdown ul li.selected {
    background: #f5abc2;
    color: black;
}

.form-search.custom div.custom.dropdown ul li:hover {
    background-color: #f5abc2;
    color: black;
}

.form-search.custom div.custom.dropdown ul li.selected:hover {
    background: #f5abc2;
    cursor: default;
    color: black;
}

.form-search .button {
    background: #00c0c0;
    border: 1px solid #00c0c0;
}

.form-search .button:hover,
.form-search .button:focus {
    color: white;
    background-color: #30bee6;
    border: 1px solid #30bee6;
}

/*** LogIn and Signup Forms ***/
.login-buttons em {
    line-height: 22px;
    margin: 3px -6px;
    z-index: 1;
    position: relative;
    width: 22px;
    height: 22px;
    display: inline-block;
    color: #69717e;
    text-align: center;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
}

.reveal-modal .label {
    font-weight: normal;
}

.reveal-modal input:focus:invalid { /* insert your own styles for invalid form input */
    border-color: red;
}

/*** Profile Thumbs Carousel ***/
.carousel-profiles {
    margin: 0 0 10px 60px;
    overflow: hidden;
    max-height: 100px;
}

.carousel-profiles ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.carousel-profiles li {
    text-align: center;
    background-color: #f5f5f5;
    border: 3px solid #fff;
    width: 94px;
    height: 94px;
    padding: 0;
    margin: 6px;
    display: block;
    float: left;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.carousel-profiles li:hover {
    border: 3px solid #fff;
    -webkit-animation: pulse ease-in-out 1 normal 500ms;
    -moz-animation: pulse ease-in-out 1 normal 500ms;
    -ms-animation: pulse ease-in-out 1 normal 500ms;
    -o-animation: pulse ease-in-out 1 normal 500ms;
    animation: pulse ease-in-out 1 normal 500ms;
}

.carousel-profiles img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.carousel-profiles.responsive {
    width: auto;
    margin-left: 0;
}

.cookiebanner {
    background: black;
    color: white;
}

/*.cookiebanner input  { background: red; color: white; padding: 10px; }*/
.cookiebanner input {
    border: none;
    background: #D73836;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    text-transform: uppercase;
}

/* -----------------------------------------
   03. Call To Actions Section
----------------------------------------- */

#call-to-actions {
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
    background: #f8f8f8 url(../images/patterns/gray_pattern.gif);
}

#call-to-actions .section-title {
    opacity: 0;
    font-family: 'Yesteryear', cursive;
    font-size: 68px;
}

#call-to-actions .lead {
    margin-bottom: 40px;
    opacity: 0;
}

#call-to-actions .alert {
    background-color: #008080;
    border: 1px solid #00c0c0;
}

#call-to-actions .alert:hover,
#call-to-actions .alert:focus {
    background: #ed0058;
    border: 1px solid #ed0058;
}

#call-to-actions .take-action {
    width: auto;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 40px;
}

#call-to-actions .large.button i {
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 12px;
}

#call-to-actions .large.button.icon {
    padding: 15px 5px 16px;
}

#call-to-actions .large.button.disabled {
    border: 1px solid #d8d7d7;
    background: #e8e7e7;
    box-shadow: -1px 1px 1px #fafafa;
    color: #fff;
}

#call-to-actions .or-block {
    display: inline-block;
    padding: 15px 5px 16px;
    font-style: italic;
    float: left;
}

.map-bg {
    background: url(../images/map-bg.png) center 210px no-repeat;
}

/*** Status Icons ***/
.status {
    text-align: center;
    position: relative;
    bottom: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.status:hover {
    bottom: 5px;
}

.status:hover .icon[data-animation=pulse] img {
    -webkit-animation: pulse ease-in-out 1 normal 500ms;
    -moz-animation: pulse ease-in-out 1 normal 500ms;
    -ms-animation: pulse ease-in-out 1 normal 500ms;
    -o-animation: pulse ease-in-out 1 normal 500ms;
    animation: pulse ease-in-out 1 normal 500ms;
}

.status .block-grid li {
    float: none;
    font-size: 18px;
    color: #8b8b8b;
    min-height: 60px;
}

.status .block-grid li.title {
    font-size: 35.5px;
    min-height: 22px;
}


/* -----------------------------------------
   04. Video Section
----------------------------------------- */

iframe {
    border: none;
}

#markerPoint {
}

#video {
    display: none;
    margin-bottom: 40px;
    background: #000;
    box-shadow: 0 0 10px #777;
}

#video .central {
    position: relative;
    background: url(../images/loading_dark.gif) center center no-repeat;
}

#video .central a#videoClose {
    position: absolute;
    right: 40px;
    bottom: 43px;
    width: 34px;
    height: 34px;
    z-index: 9999;
}


/* -----------------------------------------
   05. Feature Text
----------------------------------------- */

#feature-text {
    margin-bottom: 20px;
    padding-top: 60px;
}

#feature-text h2 {
    font-family: 'Yesteryear', cursive;
    font-size: 46px;
    color: #000;
}

#feature-text a.imagelink {
    display: block;
    position: relative;
}

#feature-text a.imagelink .overlay {
    position: absolute;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 184, 186, 0);
    z-index: 90;
    -webkit-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: background 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

#feature-text a.imagelink .read {
    color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    z-index: 100;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    margin: -30px 0px 0px -30px;
    -webkit-transition: ease 0.7s;
    -moz-transition: ease 0.7s;
    -o-transition: ease 0.7s;
    transition: ease 0.7s;
}

#feature-text a.imagelink:hover .read {
    color: #fff;
}

#feature-text a.imagelink:hover .overlay {
    background: rgba(0, 0, 0, 0.2);
}

#feature-text ul {
    text-align: center;
    display: inline-block;
}

#feature-text .circle {
    width: 180px;
    height: 180px;
    margin: 30px auto;
}

#feature-text .circle img {
    margin: 0 auto 0 auto;
    display: block;
    width: 180px;
    height: 180px;
    z-index: 10;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

#feature-text .circle:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=1, M12=-0, M21=0, M22=1);
}

/* Small fix for IE8 */
.lt-ie9 #feature-text a.imagelink .read,
.lt-ie9 #feature-text a.imagelink:hover .read {
    display: none;
}


/* -----------------------------------------
   06. Testimonials
----------------------------------------- */

.testimonials-carousel {
    margin-bottom: 10px;
    padding-top: 10px;
    position: relative;
    min-height: 140px;
}

.testimonials-carousel li {
    text-align: center;
    padding: 0;
    background: none;
    list-style: none;
}

.quote-content {
    margin: 14px;
    font-size: 17px;
    line-height: 1.6;
    font-style: italic;
}

.quote-author {
    margin-top: 12px;
    font-size: 11px;
}

.author-description {
    color: #aaa;
}


/* -----------------------------------------
   07. Support & Newsletter
----------------------------------------- */

#support {
    background: #eaeaea url(../images/patterns/gray_pattern.gif);
    padding-top: 40px;
    padding-bottom: 20px;
    border-top: 10px solid #fafafa;
}

#newsletter-form #result {
}


/* -----------------------------------------
   08. Footer
----------------------------------------- */

#footer {
    background: #171717 url(../images/patterns/black_pattern.gif);
    padding-top: 40px;
    padding-bottom: 40px;
}

#footer h5 {
    color: #FFFFFF;
    margin-bottom: 20px;
}

#footer hr {
    border: solid #333;
    border-width: 1px 0 0;
}
#footer a,#footer p {
    color: #FFFFFF;
    padding: 5px;
    font-size: 15px;
}

#footer .section {
    margin-bottom: 10px;
}

/*** Social Icons ***/
.footer-social-icons a {
    color: #777;
    float: left;
    display: inline-block;
    margin-right: 5px;
}

/*** Twitter Feed ***/
.twitter-article {
}

.twitter-text {
}

.tweetprofilelink {
    margin-right: 5px;
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

.tweetprofilelink img {
    width: 100%;
    height: 170px;
    object-fit: cover;

}

.three .fa {
    color: #D73836;
}


.tweet-time a {
    padding: 1px 4px 2px;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline;
    position: relative;
    bottom: 1px;
    color: #9a9a9a;
    background: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

/*** Latest Blog ***/
.latest-blog li {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.latest-blog .avatar {
    width: 56px;
    height: 56px;
    padding: 3px;
    background: #777;
    display: inline-block;
    float: left;
    margin-right: 10px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.latest-blog .avatar:hover {
    background: #008080;
    padding: 0;
    -webkit-animation: pulse ease-in-out 1 normal 500ms;
    -moz-animation: pulse ease-in-out 1 normal 500ms;
    -ms-animation: pulse ease-in-out 1 normal 500ms;
    -o-animation: pulse ease-in-out 1 normal 500ms;
    animation: pulse ease-in-out 1 normal 500ms;
    border: 3px solid #008080;
}

.latest-blog img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

/*** Newsletter Form ***/
#result {
    font-weight: bold;
}


/* -----------------------------------------
   Boxed Page
----------------------------------------- */
.page { /*border: 1px solid #ddd; */
    background: #fff;
    box-shadow: 0 0 3px rgba(153, 153, 153, 0.1);
    max-width: 1170px;
    min-width: 300px;
    margin: 0 auto;
}

.boxed-style {
}


/* -----------------------------------------
   Wide Page
----------------------------------------- */
.wide-style {
    background: #fff;
    margin: 0;
    max-width: none;
}


/* -----------------------------------------
   09. Animations
----------------------------------------- */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }
    33% {
        -webkit-transform: scale(0.9);
    }
    66% {
        -webkit-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
    }
    33% {
        -moz-transform: scale(0.9);
    }
    66% {
        -moz-transform: scale(1.1);
    }
    100% {
        -moz-transform: scale(1);
    }
}

@-ms-keyframes pulse {
    0% {
        -ms-transform: scale(1);
    }
    33% {
        -ms-transform: scale(0.9);
    }
    66% {
        -ms-transform: scale(1.1);
    }
    100% {
        -ms-transform: scale(1);
    }
}

@-o-keyframes pulse {
    0% {
        -o-transform: scale(1);
    }
    33% {
        -o-transform: scale(0.9);
    }
    66% {
        -o-transform: scale(1.1);
    }
    100% {
        -o-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    33% {
        transform: scale(0.9);
    }
    66% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


/* -----------------------------------------
   10. Mobile Specific
----------------------------------------- */

@media only screen and (max-width: 767px) {
    .class-name {
    }
}

/* Very large display targeting */
@media only screen and (min-width: 1441px) {
    .class-name {
    }
}

/* Medium display targeting */
@media only screen and (max-width: 1279px) and (min-width: 768px) {
    .class-name {
    }
}

/* Small display targeting */
@media only screen and (max-width: 767px) {
    .status .icon {
        min-height: inherit;
    }

    #call-to-actions .large.button {
    }

    h1 {
        margin-bottom: 20px;
    }

    #call-to-actions,
    #feature-text {
        padding-top: 20px;
    }

    .form-header .lead {
        margin-bottom: 0;
    }

    .form-search .mobile-four label {
        line-height: 12px;
        padding-top: 10px;
    }

    .testimonials_carousel {
        min-height: inherit;
    }

    .button-group.expand li {
        width: 100%;
    }

    .boxed-style {
        padding-top: 0;
        padding-bottom: 0;
    }

    #footer .section {
        margin-bottom: 40px;
    }

    #btnGoUp {
        display: none;
    }
}

/* Orientation targeting */
@media screen and (orientation: landscape) {
    .class-name {
    }
}

@media screen and (orientation: portrait) {
    .class-name {
    }
}

/* Specific overrides for elements that require something other than display: block */
@media only screen and (max-width: 1279px) and (min-width: 768px) {
    .class-name {
    }
}

@media only screen and (max-width: 767px) {
    .class-name {
    }
}

/* 1280 tablet ------------ */
@media only screen and (max-device-width: 1280px) {
    .class-name {
    }
}

/* Covering almost all ----- */
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
    .class-name {
    }
}

/* Between Medium and Small */
@media only screen and (max-width: 1279px) and (min-width: 768px) {
    .class-name {
    }
}

/* Small Devices ------------ */
@media only screen and (max-width: 767px) {
    .class-name {
    }
}

/* Topbar Specific Breakpoint that you can customize */
@media only screen and (max-width: 940px) {
    .class-name {
    }

    .tweetprofilelink img {
        height: 300px;
    }
}

/* Topbar Specific Breakpoint that you can customize */
@media only screen and (max-width: 450px) {
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }
    #footer a,#footer p {
        color: #FFFFFF;
        padding: 13px;
        font-size: 18px;
    }
    #footer li {
        padding: 9px 0px;
    }
}


@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }


    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /*width: 1170px; danny*/
}

*, h1, h2, h3, .feitjes p {
    font-family: 'Roboto', sans-serif;
}



.h3, h3 {
    font-size: 24px;
}


.zoeken {
    background: #3D3D3D;
    padding: 25px 0;
}

.zoekenrow {
    max-width: 700px;
    margin: 0 auto;
}

.zoekenform label {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 10px;
}

button.submit {
    border: none;
    background: #D73836;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 15px;
}

.zoekenform select {
    border: none;
    background: #6C6C6C;
    color: #fff;
    font-size: 20px;
    width: auto;
    padding: 10px 45px 9px 12px;
    font-size: 16px;
    background: url('../images/arrow.png') no-repeat #6C6C6C;
    background-position: 90% 16px;
}

.zoekenform select.leeftijd {
    padding: 10px 30px 9px 12px;
    background-position: 85% 16px;
}

.tot {
    color: #fff;
    padding-top: 7px;
    padding-left: 20px;
    font-size: 17px;
    float: left;
}


.zoeken {
    background: #3D3D3D;
    padding: 25px 0;
}


.zoekenrow {
    max-width: 700px;
    margin: 0 auto;
}

button.submit {
    border: none;
    background: #D73836;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 15px;
}


.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.aanmelden {
    background: url('../images/aanmeldenbg.jpg') no-repeat center center;
    background-size: cover;
    height: 500px;
    text-align: center;
    color: #fff;
}

.feitjes {
    background: url('../images/feitjes.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-bottom: 50px;
}


.aanmelden h2 {
    font-weight: 300;
    line-height: 50px;
    margin-top: 170px;
    margin-bottom: 70px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
}

.aanmelden a {
    background: #D63D3D;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 25px;
    text-transform: uppercase;
}

.aanmelden h2 span {
    font-weight: 500;
}

.blog div {
    padding: 0 0 0 0;
}

.blog a {
    color: #fff !important;
    font-size: 28px;
    text-shadow: 0px 1px 6px rgba(0, 0, 0, 0.50);
}

.text-overlay {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.text-overlay h3 {
    color: #FFFFFF !important;
}

.big {
    height: 400px;
    margin-top: -22px;
}

.img-bg {
    text-align: center;
    background-size: cover !important;
    height: 400px;
    padding: 0 0 0 0;
}

.small {
    height: 250px;
    margin-top: -20px;
}

.small.secondary.button.radius, .small.button.radius {
    height: auto !important;
}

.feitjesrow {
    max-width: 800px;
    margin: 0 auto;
}

.feitjes h3 {
    margin-top: 50px;
    margin-bottom: 75px;
    font-size: 36px;
    font-weight: 300;
}

.feitjes p {
    font-weight: 300;
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
}

.feitjes p span {
    font-size: 26px;
    font-weight: 300;
    display: block;
}

.leden h3 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: 300;
}


.leden .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .leden .nav-tabs > li.active > a:hover {
    background: #A0AEB8;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}


.leden .nav-tabs > li, .leden .nav-pills > li {
    float: none;
    display: inline-block;
    zoom: 1;
}

.leden .nav-tabs > li, .leden .nav-tabs > li > a:focus, .nav-tabs > li > a {
    color: #7F7F7F;
}

.leden .nav-tabs > li {
    margin: 0 20px;
    display: inline;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav > li {
    position: relative;
    display: block;
}

.leden .nav-tabs > li, .leden .nav-pills > li {
    float: none;
    display: inline-block;
    zoom: 1;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}


/* Flipping it */
.flip {
    /*-webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;*/

    position: relative;
    text-align: center;
}

.flip .card.flipped {
    /* border: solid 1px greenyellow;*/
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}


.flip .card {

    height: 100%;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;

    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;
}

.flip:hover .card {
    /* border: solid 1px greenyellow;*/
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip .card .face {

    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;

}

.flip .card .front {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.flip .card .back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.text-overlay p {
    font-size: 16px;
    margin: 15px;
}

.text-overlay ul {
    margin: 5px;
    margin-left: 60px;
    font-size: 16px;
}

.text-overlay ul li {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}


/* kleiner dan 816, dan de hoogte aanpassen voor: "niet alleen singles" en hoe scoor je een date */
@media screen and (max-width: 816px) {

    .hoescoorjeeendate .big,
    .nietalleensingles .big,
    .nietalleensingles, .hoescoorjeeendate,
    .img-bg {
        height: 650px;
    }


    .hoescoorjeeendate::before,
    .nietalleensingles::before {
        background-color: rgba(255, 0, 0, 0.45);
        content: '';
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
    }
}


/*
.flip:hover .card
{
    border: 2px solid yellowgreen;
    /*-webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);*/
/*}*/
/***/

