@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300);

body, html {
    font-size: 100%;
    margin: 0;
    padding: 0;
}
body, html, #container {
    width: 100%;
    height: 100%;
}
div.hidden {
    display: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
div, p {
    margin: 0;
    padding: 0;
}
p {
    color: #ffffff;
    margin: 0;
    padding: 0;
}
a:link, a:visited {
    color: #fff;
    text-decoration: none;
    outline: 0;
}
a:hover, a:active {
    color: #fff;
    text-decoration: none;
    outline: 0;
}
img {
    border: medium none;
}
.img-responsive {
    background-size: cover;
    height: auto;
    width: 100%;
}
.table {
    display: table;
    position: relative;
}
.cell {
    display: table-cell;
    vertical-align: middle;
}
/*--On Scroll--*/
.toAnim {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 1s ease 0s;
}
.toAnim.anim {
    opacity: 1;
    filter: alpha(opacity=100);
}
.fadein {
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

@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; }
}

/*--Preloader--*/
#preloader {
    background: #1d1d1d;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 9999;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
}
#preloader > div {
    width: 453px;
    height: auto;
    margin: 0 auto;
    padding: 20px;
}
#preloader > div #logo {
    background: url(../_img/logo.svg) no-repeat center top;
    background-size: 454px 71px;
    width: 454px;
    height: 71px;
    margin: 0 auto 65px auto;
    padding: 0;
}
#preloader > div #online-dating-protector {
    background: url(../_img/online-dating-protector.svg) no-repeat center top;
    background-size: 190px 106px;
    width: 190px;
    height: 106px;
    margin: 0 auto 25px auto;
    padding: 0;
}
#preloader > div .odp {
    color: #c9181a;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto 65px auto;
    padding: 0;
    text-align: center;
}
#preloader > div .btn-container {
    margin: 0 auto;
    padding: 0;
    width: 418px;
    height: auto;
}
#preloader > div .btn-container:after {
    content: "";
    clear: both;
    display: block; 
}
#preloader > div .btn-container p {
    background: none;
    color: #fff;
    font-size: 16px;
    font-family: Lato, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    border: 3px solid #fff;
    float: left;
    margin: 0;
    padding: 12px 25px;
}
#preloader > div .btn-container p:nth-child(2) {
    margin-right: 0!important;
    float: right!important;
}
#preloader > div .btn-container p:nth-child(1) {
    padding: 12px 36px!important;
}

/*--Header-----------------------------------------*/
#header {
    background: #fff;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-top: 5px solid #d90707;
}
#header .content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
#header .content:after {
    content: "";
    display: block;
    clear: both;
}
#header .content #logo {
    background: url(../_img/logo.svg) no-repeat;
    background-size: 350px 47px;
    width: 350px;
    height: 47px;
    margin: 40px 0;
    padding: 0;
    float: left;
}
/*Login-container*/
#header .content .login-container {
    float: right;
    margin: 56px 0 0 0;/*68px*/
}
#header .content .login-container:after {
    content: "";
    clear: both;
    display: block;
}
#header .content .login-container .login {
    color: #000;
    font-family: Lora, serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: center;
    float: right;
    display: block;
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
}
#header .content .login-container .login:nth-child(2) {
    margin-right: 20px;
}
#header .content .login-container .login:hover {
    color: #d90707;
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
}

/*--Hero-----------------------------------------*/
#hero {
    background: url(../_img/hero-bg.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 125px 0 14% 0;
    position: relative;
}
#hero .line {
    background: rgba(255,255,255,.5);
    width: 100%;
    height: 10px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
#hero .line:nth-child(2) {
    top: auto;
    bottom: 0;
}

/*--5 Step Form--*/
#hero #form-wrapper {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}
#hero #form-wrapper:after {
    content: "";
    clear: both;
    display: block;
}
/*--Form-Outer--*/
#hero #form-wrapper #form-outer {
    float: right;
    padding: 0;
}
#hero #form-wrapper #form-outer h1 {
    color: #fff;
    font-size: 25px;
    font-family: Lato, sans-serif;
    font-weight: 300;
    margin: 27px auto 0 auto;
    padding: 0;
    text-align: center;
    line-height: 29px;
    width: 380px;
}
#hero #form-wrapper #form-outer h1 span {
    font-weight: 400;
}
#hero #form-wrapper #form-outer h1 u {
    color: #d90707;
    text-decoration: none;
    font-weight: 400;
}

/*--Row1----------------------------------------*/
#row1 {
    background: #fff;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 80px 0;
}
#row1 h2 {
    color: #000;
    font-size: 30px;
    font-family: Lora, serif;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 15px auto;
    line-height: 30px;
    padding: 0 20px;
}
#row1 h2 span {
    color: #e32225;
}
#row1 p {
    color: #000;
    font-size: 20px;
    font-family: Lato, sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 25px;
    margin: 0 auto;
    padding: 0 20px;
    width: 1000px;
}
#row1 p span {
    font-weight: 400;
}
#row1 p u {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
}

/*--Row2----------------------------------------*/
#row2 {
    background: url(../_img/row2-bg.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 100px 0 110px 0;
    overflow: hidden;
}
#row2 > h2 {
    color: #000;
    font-size: 30px;
    font-family: Lora, serif;
    font-weight: 400;
    margin: 0 auto 15px auto;
    padding: 0 20px;
    text-align: center;
}
#row2 h2 span {
    font-weight: 300;
}
#row2 > p {
    color: #000;
    font-size: 20px;
    font-family: Lato, sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 25px;
    margin: 0 auto 20px auto;
    padding: 0 20px;
    width: auto;
}
#row2 > p u {
    text-transform: uppercase;
    text-decoration: none;
}
/*--Members Feed--*/
/*1200px Container*/
.content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}
.content:after {
    content: "";
    clear: both;
    display: block;
}

/*Member*/
#row2 .content #member {
    display: block;
    margin: 0 60px 0 0;
    float: left;
    overflow: hidden;
}
#row2 .content #member:nth-child(6) {
    margin-right: 0;
}

/*Overlay*/
#row2 .content #member .overlay {
    opacity: 0;
    background: rgba(0,0,0,.4);
    position: absolute;
    width: 150px;
    height: auto;
    padding: 33px 0 34px 0;
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
}
#row2 .content #member .overlay p {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 0 auto 4px 0;
    padding: 0;
    text-align: center;
}
#row2 .content #member .overlay .location {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 auto 9px auto;
    padding: 0;
    text-align: center;
}
#row2 .content #member .overlay .box {
    background: rgba(217,7,7,.8);
    width: 87px;
    height: auto;
    color: #fff;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 5px 8px;
}

#row2 .content #member img {
    display: block;
}
#row2 .content #member:hover .overlay {
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out 100ms;
    -moz-transition: all 200ms ease-in-out 100ms;
    -ms-transition: all 200ms ease-in-out 100ms;
    -o-transition: all 200ms ease-in-out 100ms;
    transition: all 200ms ease-in-out 100ms;
}


/*--Row 3----------------------------------*/
#row3 {
    background: url(../_img/row3-bg.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 146px 0;
}
#row3 .content #pod {
    width: 25%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
}
#row3 .content #pod img {
    display: block;
    background-size: 118px 118px;
    width: 118px;
    height: 118px;
    margin: 0 auto 30px auto;
    padding: 0;
}
#row3 .content #pod h2 {
    color: #fff;
    font-size: 25px;
    font-family: Lato, sans-serif;
    font-weight: 300;
    margin: 0 auto 10px auto;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
#row3 .content #pod p {
    color: #fff;
    font-size: 18px;
    font-family: Lato, sans-serif;
    font-weight: 300;
    margin: 0 auto;
    padding: 0;
    line-height: 23px;
    text-align: center;
    width: 245px;
}


/*--Row 4----------------------------------*/
#row4 {
    background: url(../_img/row4-bg.jpg) no-repeat center top;
    background-size: cover;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}
#row4 > div {
    padding: 100px 0 43% 0;
}
#row4 > div > img {
    display: block;
    background-size: 350px 47px;
    width: 350px;
    height: 47px;
    margin: 0 auto 25px auto;
    padding: 0 20px;
}
#row4 > div > h2 {
    color: #fff;
    font-size: 30px;
    font-family: Lora, serif;
    font-weight: 400;
    text-align: center;
    margin: 0 auto 15px auto;
    padding: 0 20px;
}
#row4 > div > h2 span {
    color: #d91e18;
}
#row4 > div > p {
    color: #fff;
    font-size: 20px;
    font-family: Lato, sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 27px;
    margin: 0 auto 20px auto;
    padding: 0 20px;
    width: 670px;
}
#row4 > div > p span {
    font-weight: 400;
}

/*Pop up Window*/
#row4 > div > button {
    display: block;
    background: url(../_img/btn-pattern.png) no-repeat rgba(206,20,23,.8);
    border: none;
    padding: 12px 30px;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 auto;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
#row4 > div > button:hover {
    background: url(../_img/btn-pattern.png) no-repeat rgba(206,20,23,.9);
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}

/*Footer*/
#row4 #footer {
    background: url(../_img/footer-bg.png) no-repeat center top rgba(0,0,0,.8);
    background-size: cover;
    margin: 0;
    padding: 100px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
#row4 #footer > img {
    display: block;
    background-size: 100% auto;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
}
#row4 #footer .content p {
    color: #fff;
    font-size: 18px;
    font-family: Lato, sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 20px 0 0 0;
    float: left;
    position: relative;
    z-index: 999;
}
#row4 #footer .content #scrolltotop {
    background: url(../_img/scrollup.svg) no-repeat;
    background-size: 59px 59px;
    width: 59px;
    height: 59px;
    margin: 0;
    padding: 0;
    float: right;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
    position: relative;
    z-index: 999;
}
#row4 #footer .content .dating-protector {
    background: url(../_img/dating-protector.svg) no-repeat;
    background-size: 108px 60px;
    width: 108px;
    height: 60px;
    margin: 0 20px 0 0;
    padding: 0;
    float: right;
    position: relative;
    z-index: 999;
}
/*Nav*/
#row4 #footer .content .navigation {
    list-style: outside none none;
    margin: 0 20px 0 0;
    padding: 20px 0 0 0;
    /*overflow: hidden;*/
    float: right;
    position: relative;
    z-index: 999;
}
#row4 #footer .content .navigation li {
    float: left;
}
#row4 #footer .content .navigation li a {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 18px;
    display: block;
    margin: 0;
    padding: 0 9px;
    font-weight: 300;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}
#row4 #footer .content .navigation li a:hover {
    color: #e32225;
    -webkit-transition: all 100ms ease-in-out 100ms;
    -moz-transition: all 100ms ease-in-out 100ms;
    -ms-transition: all 100ms ease-in-out 100ms;
    -o-transition: all 100ms ease-in-out 100ms;
    transition: all 100ms ease-in-out 100ms;
}


/*---------------MEDIA QUERIES---------------*/
@media screen and (max-width: 1500px) {
    #row4 > div {
        padding-bottom: 50%;
    }
}
@media screen and (max-width: 1300px) {
    #row4 > div {
        padding-bottom: 55%;
    }
}
@media screen and (max-width: 1440px) {
    #hero {
        padding-top: 50px;
    }
    #hero #form-wrapper #form-outer h1 {
        font-size: 20px;
        line-height: 24px;
        margin-top: 17px;
    }
    #hero #form-wrapper #form-outer #form {
        padding-top: 43px;
        padding-bottom: 43px;
    }
}
@media screen and (max-width: 1366px) {
    #hero #form-wrapper #form-outer #form {
        padding-top: 43px;
        padding-bottom: 43px;
    }
}
@media screen and (max-width: 1240px) {
    .content, #hero #form-wrapper {
        padding: 0 20px!important;
    }
    #row2 {
        padding: 80px 0;
    }
    #row2 .content {
        max-width: 510px;
    }
    #row2 .content #member {
        margin: 0 30px 30px 0;
    }
    #row2 .content #member:nth-child(4), 
    #row2 .content #member:nth-child(5), 
    #row2 .content #member:nth-child(6) {
        margin-bottom: 0;
    }
    #row2 .content #member:nth-child(3) {
        float: none;
        margin-right: 0;
    }
    #row3 {
        padding: 100px 0;
    }
}
@media screen and (max-width: 1100px) {
    #row3 {
        background-position: right top;
        padding: 80px 0;
    }
    #row3 .content #pod {
        float: none;
        width: 100%;
        margin: 0 auto 30px auto;
    }
    #row3 .content #pod:nth-child(4) {
        margin-bottom: 0;
    }
    #row4 > div {
        padding-bottom: 60%;
    }
    #row4 > div > p {
        width: auto;
    }
}
@media screen and (max-width: 1040px) {
    #row1 {
        padding: 50px 0;
    }
    #row1 p {
        width: auto;
    }
    #row2 {
        padding: 50px 0;
    }
}
@media screen and (max-width: 950px) {
    #row4 > div {
        padding: 80px 0 37% 0;
    }
    #row4 #footer {
        background: rgba(0,0,0,.9);
        padding: 45px 0 40px 0;
    }
    #row4 #footer .content p {
        margin: 0 auto 20px auto;
        text-align: center;
        float: none;
        padding-top: 0;
    }
    #row4 #footer .content #scrolltotop {
        float: none;
        margin: 0 auto;
    }
    #row4 #footer .content .dating-protector {
        display: none;
    }
    #row4 #footer .content .navigation {
        float: none;
        margin: 0 auto;
        width: 145px;
        padding-top: 15px;
    }
    #row4 #footer .content .navigation li {
        float: none;
        margin-bottom: 8px;
    }
    #row4 #footer .content .navigation li a {
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }
    #row4 #footer .content .navigation li:nth-child(3) {
        margin-bottom: 0!important;
    }
}
@media screen and (max-width: 830px) {
    #row3 {
        background-position: -3000px top;
    }
    #row4 > div {
        padding-bottom: 60%;
    }
}
@media screen and (max-width: 800px) {
    #header .content #logo {
        float: none;
        margin: 40px auto 20px auto;
    }
    #header .content .login-container {
        float: none;
        width: 136px;
        margin: 0 auto 20px auto;
    }
    #header .content .login-container .login {
        display: none;
    }
    #header .content .login-container .login:nth-child(2) {
        margin: 0;
        display: block;
    }
}
@media screen and (max-width: 750px) {
    #hero #form-wrapper #form-outer #form {
        display: none!important;
    }
    #hero #form-wrapper #form-outer #lbform {
        display: block;
    }
    #hero {
        padding: 90px 0 50px 0;
        background-position: -130px top;
    }
    #hero #form-wrapper {
        padding: 0!important;
    }
    #hero #form-wrapper #form-outer {
        float: none;
    }
    #hero #form-wrapper #form-outer h1 {
        color: #fff!important;
        font-weight: 400;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin-top: 19px;
    }
    #hero #form-wrapper #form-outer h1 span, #hero #form-wrapper #form-outer h1 u {
        color: #fff;
    }
    #row3 {
        padding: 50px 0;
    }
}
@media screen and (max-width: 580px) {
    #row4 > div {
        padding-bottom: 65%;
    }
}
@media screen and (max-width: 560px) {
    #row2 .content {
        max-width: 330px;
    }
    #row2 .content #member:nth-child(2) {
        float: none;
        margin-right: 0;
    }
    #row2 .content #member:nth-child(3) {
        float: left;
        margin-right: 30px;
    }
    #row2 .content #member:nth-child(4) {
        margin-right: 0;
    }
}
@media screen and (max-width: 494px) {
    #preloader > div #logo {
        background-size: 100% auto;
        width: auto;
        margin-bottom: 35px;
    }
    #preloader > div .odp {
        margin-bottom: 35px;
    }
    #preloader > div #online-dating-protector {
        background-size: 130px 72px;
        width: 130px;
        height: 72px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 480px) {
    #row2 .content {
        max-width: 310px;
    }
    #row2 .content #member {
        margin: 0 10px 10px 0;
    }
    #row2 .content #member:nth-child(3) {
        margin-right: 10px;
    }
    #row4 > div {
        padding: 50px 0 66% 0;
    }
}
@media screen and (max-width: 458px) {
    #preloader > div #logo {
        margin-bottom: 25px;
    }
    #preloader > div .btn-container {
        width: auto;
    }   
}
@media screen and (max-width: 450px) {
    #row4 > div {
        padding-bottom: 70%;
    }
}
@media screen and (max-height: 450px) {
    #preloader > div #logo {
        margin-bottom: 35px;
    }
    #preloader > div #online-dating-protector {
        background-size: 130px 72px;
        width: 130px;
        height: 72px;
    }
    #preloader > div .odp {
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 431px) {
    #row4 > div {
        padding-bottom: 75%;
    }
}
@media screen and (max-height: 426px) {
    .md-content > div p {
        font-size: 16px!important;
        padding: 5px 0 15px 0!important;
    }
    .md-content > div ul {
        padding-bottom: 18px!important;
    }
    .md-content > div ul li a {
        font-size: 23px!important;
    }
}
@media screen and (max-width: 414px) {
    #preloader > div #logo {
        margin-bottom: 15px;
    }
    #preloader > div .btn-container p {
        padding-left: 15px;
        padding-right: 15px;
    }
    #preloader > div .btn-container p:nth-child(1) {
        padding-left: 26px!important;
        padding-right: 26px!important;
    }
    #header .content #logo {
        margin-top: 30px;
    }
    #header .content #logo {
        height: 45px;
    }
    #row4 > div {
        padding-bottom: 80%;
    }
}
@media screen and (max-width: 390px) {
    #header .content #logo {
        background-size: 100% auto;
        width: auto;
    }
    #row4 > div > img {
        background-size: 100% auto;
        width: auto;
        height: auto;
        padding: 0;
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 375px) {
    #header .content #logo {
        height: 40px;
    }
    #row4 > div {
        padding-bottom: 95%;
    }
}
@media screen and (max-width: 370px) {
    #row2 .content {
        max-width: 210px;
    }
    #row2 .content #member img {
        width: 100px;
    }
    #row2 .content #member .overlay {
        width: 100px;
        padding: 17px 0 0 0;
    }
}
@media screen and (max-width: 350px) {
    #preloader > div #logo {
        margin-bottom: 10px;
    }
    #preloader > div .btn-container p {
        font-size: 14px;
    }
    #header .content #logo {
        height: 37px;
    }
}
@media screen and (max-height: 350px) {
    #preloader > div #logo {
        margin-bottom: 25px;
    }
    #preloader > div #online-dating-protector {
        margin-bottom: 15px;
    }
    #preloader > div .odp {
        margin-bottom: 25px;
    }
}
@media screen and (max-height: 348px) {
    .md-content .heading {
        padding: 12px!important;
    }
    .md-content > div {
        padding-bottom: 15px!important;
    }
    .md-content > div p {
        font-size: 15px!important;
        padding-bottom: 10px!important;
    }
    .md-content > div ul {
        padding-bottom: 13px!important;
    }
    .md-content > div ul li a {
        font-size: 23px!important;
    }
}
@media screen and (max-width: 330px) {
    #preloader > div #logo {
        margin-bottom: 5px;
    }
    #preloader > div .odp {
        margin-bottom: 30px;
    }
    #header .content #logo {
        height: 39px;
    }
}
@media screen and (max-width: 320px) {
    #header .content #logo {
        height: 34px;
    }
    #footer .content .navigation {
        padding-bottom: 30px;
    }
    #row4 > div {
        padding-bottom: 95%;
    }
}
