/*!
 * Radio Dating template stylesheet
 * Bauer Media 2017
 */

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	webkit-tap-highlight-color: rgba(255,255,255,.2);
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 5px;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

p.sub-header {
    margin-bottom: 30px;
}

a {
    color: rgb(54, 54, 54);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

p {
    font-size: 1.2em;
}

a:hover,
a:focus {
    text-decoration: none;
    color: rgb(210, 210, 210);
}

.light {
    font-weight: 400;
}

.content-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media(max-width:320px) {
	.container {
		margin-top: 20px;
	}
}


/*-- INTRO/SIGN UP SECTION --*/

.intro {
    width: 100%;
    min-height: 90%;
	height: 90%;
    padding: 0;
    text-align: center;
    color: rgb(255, 255, 255);
    display: table;
	background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-image: url(/img/2016/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
    background-position: top;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	.intro {background-attachment: scroll;}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  	.intro {background-attachment: scroll;}
}

@media all and (max-width: 768px) and (orientation:portrait) {
	.intro {background-attachment: scroll;}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  	.intro {background-attachment: scroll;}
}


.login-buttons {
    display: table-header-group;
    text-align: right;
}

.login-buttons a {
    display: inline-block;
    margin-right: 20px;
    padding: 8px 10px 5px;
    background-color: rgba(35, 35, 35, 0.36);
    color: #fff;
    top: -3px;
    position: relative;
}

.login-buttons a i {
    margin-right: 5px;
}

.login-buttons a:hover {
    top:0;
}

.intro .introbody {
    padding: 0 0 30px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.intro .introbody .brand-heading {
    font-size: 40px;
}

.intro .introbody .introtext {
    font-size: 1.6em;
    margin: 20px auto;
    letter-spacing: 1px;
    line-height: 1.3;
    text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.51);
}

@media(min-width:992px) {
    .intro .introbody .container {
        width: 100%;
        max-width: 1170px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .intro .introbody .container {
        width: 60%;
        max-width: 470px;
    }
}

@media(min-width:768px) {
    .intro .intro-body .brand-heading {
        font-size: 100px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

#dating-logo {
    width: 100%;
    max-width: 350px;
}

.registerform {
    background: rgba(255, 255, 255, 0.93);
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}

.searchform {
    background: rgba(255, 255, 255, 0.89);
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.35);
}

.has-feedback .form-control {
    padding-right: 0px;
}

@media (min-width: 992px) {
	.searchform{
    	min-width: 380px;
	}
}

.searchform form {
    margin: 15px 0px;
}


#region {
	min-width: 117px;
}

i.form-control-feedback {
    right: 5px;
    margin-top: 9px;
}

select + i.form-control-feedback {
    right: 30px;
}

.searchform .form-control {
	padding: 0px;
}

#no-cc-details i {
    margin-right: 10px;
}

#no-cc-details i {
    font-size: 1.8em;
    vertical-align: middle;
    color: #4C5561;
}

#no-cc-details {
    font-size: 0.95em;
    color: #555;
    margin: -5px 0 -20px;
}

/*-- MODAL LOGIN --*/

#login_form {
    width: 320px;
}

@media(max-width:991px) {
	#login_form {
		width: 220px;
	}
}

/*-- SECURE INFO --*/

.secureinfo {
    background: rgb(33, 43, 55);
    color: rgb(247, 247, 247);
    text-align: left;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
}

.secureinfo .row {
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    margin: 0;
}

.secureinfo p:first-of-type {
    font-size: 1.2em;
    font-weight: 700;
}

.secureinfo p {
	margin: 0px;
	font-size: 1em;
	padding: 5px;
}

.oda-logo {
    width: 100%;
    max-width: 290px;
	padding: 10px;
}

@media screen and (max-width:991px) {
	#dating-logo {
		margin-top: 20px;
		width: 80%;
	}
	
    .secureinfo .row {
        text-align: center;
        justify-content: center;
    }
    .oda-logo {
        margin-top: 15px;
    }
}

/*-- KEY POINTS --*/

#keypoints {
    background-color: #4c5561;
    padding: 50px 15px;
}

.bubble-wrapper {
    margin-bottom: -15px;
}

.bubble {
    min-height: 195px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: 235px;
    min-width: 235px;
    vertical-align: top;
    display: inline-block;
    margin: 0 10px 15px;
}

.bubble-image-1 {background-image: url(/img/bubble1.png);}
.bubble-image-2 {background-image: url(/img/bubble3.png);}
.bubble-image-3 {background-image: url(/img/bubble2.png);}
.bubble-image-4 {background-image: url(/img/bubble4.png);}

.bubble h4 {
    font-family: 'Handlee', cursive;
    font-size: 1.5em;
    line-height: 1.2;
    margin-top: 16px;
    color: #fb8b41;
    letter-spacing: 0;
}

.bubble p {
    font-size: 14.5px;
    width: 190px;
    margin: auto;
    color: #666;
}

@media screen and (max-width:1100px) {
    .bubble-wrapper {
        width: 60%;
        margin: 0 auto;
    }
}
@media screen and (max-width:900px) {
    .bubble-wrapper {
        width: 80%;
    }
}
@media screen and (max-width:768px) {
    .bubble-wrapper {
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .bubble-image-1,
    .bubble-image-2,
    .bubble-image-3,
    .bubble-image-4 {
        background-image: none;
    }
    .bubble {
        min-height: 30px;
        padding-bottom: 19px;
        border-bottom: 1px solid #636e78;
    }
    .bubble:last-of-type {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .bubble h4 {
        margin-top: 0;
        font-size: 1.6em;
    }
    .bubble p {
        color: #fff;
        width: 100%;
    }
}

/*-- MEMBER SECTION --*/

#member {
	margin: 20px;
}

.wld_badge_item {
    padding: 10px;
    overflow: visible;
    display: inline-block;
}

.wld_badge_item_detail {
    margin-top: 10px;
}

.wld_badge_item_name {
    margin: 0px 2px 0 0;
    font-weight: 700;
    color: rgb(76, 85, 97);
}

.wld_badge_item_age {
    margin: 0px 0px 0px 2px;
    font-weight: 700;
    color: rgb(239, 116, 35);
}

.wld_badge_item_region {
    display: none;
}

.wld_badge_item_photo {
    border: 3px solid rgb(76, 85, 97);
}


/*-- TESTIMONIAL SECTION --*/

.memberlist-section {
    width: 100%;
}

.polaroid {
	text-align: center;
}

.polaroid a {
	display: inline-block;
	margin: 0 15px 30px;
	padding: 10px 10px 25px;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	z-index:0;
    position:relative;
}

.polaroid a:after {
	color: #333;
	font-size: 15px;
	content: attr(title);
	position: relative;
	top:15px;
}

.polaroid a:nth-child(1n)
{
	-webkit-transform: rotate(10deg);  
	-moz-transform: rotate(10deg); 
	transform: rotate(10deg); 
}

.polaroid a:nth-child(2n)
{
	-webkit-transform: rotate(-4deg);  
	-moz-transform: rotate(-4deg); 
	transform: rotate(-4deg); 
}

.polaroid a:nth-child(3n) { 
	-webkit-transform: rotate(4deg);  
	-moz-transform: rotate(4deg); 
	transform: rotate(4deg); 
}
.polaroid a:nth-child(4n)
{
	-webkit-transform: rotate(-8deg);  
	-moz-transform: rotate(-8deg); 
	transform: rotate(-8deg); 
}
.polaroid a:nth-child(5n)
{
	-webkit-transform: rotate(-3deg);  
	-moz-transform: rotate(-3deg); 
	transform: rotate(-3deg); 
}

.polaroid a:hover{
	-webkit-transform: rotate(0deg); 
	-moz-transform: rotate(0deg);
    transform: rotate(0deg);
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2);
    transform: scale(1.2);
	z-index:10;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,.4);
    box-shadow: 0 10px 20px rgba(0,0,0,.4);
}

.polaroid img { 
	display: block; 
	width: inherit; 
}

.joinBtn {
    text-align: center;
    padding: 20px 0px;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	.polaroid a:nth-child(5) {
		display: none; 
	}
}

@media all and (max-width: 1400px) {
	.polaroid a:nth-child(5) {
		display: none; 
	}
}

/*-- MEMBER SEARCH --*/

#membersearch {
	background-image: url("/img/member-bg.jpg");
	background-size: cover;
	background-position: bottom;
	background-attachment: fixed;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	#membersearch {background-attachment: scroll;}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  	#membersearch {background-attachment: scroll;}
}

#membersearch input[type="radio"] {
	left: 0px;
	margin-left: 0px;
}

.coupleimg {
    float: left;
    padding: 0px 10px;
}

input[type="radio"] { position: absolute; left: -5000px; }

input[type="radio"] + label span.male {
    position: absolute;
    left: 28%;
    width:32px;
    height:64px;
    background:url(/img/man.png);
    background-size: 32px 65px;
    cursor:pointer;
}

input[type="radio"] + label span.female {
    position: absolute;
    left: 57%;
    width:32px;
    height:66px;
    background:url(/img/woman.png);
    background-size: 32px 65px;
    cursor:pointer;
}

input[type="radio"]:checked + label span.male {
    background:url(/img/man-checked.png);
    background-size: 32px 65px;
    cursor:pointer;
}

input[type="radio"]:checked + label span.female {
    background:url(/img/woman-checked.png);
    background-size: 32px 65px;
    cursor:pointer;
}

.gender-select {
    width: 49%;
    min-height: 100px;
    display: inline-block;
    position: relative;
}

@media only screen and (max-width : 568px) and (orientation : portrait) {
	.gender-select {
		display: block;
		text-align: center;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 15px;
	}
}

.gender-select p {
    color: #777;
}

.gender-select label {
    position: absolute;
    width: 100%;
    left: 0;
    top: 33px;
}

.btn {
    font-weight: 400;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.btn-primary,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus {
    outline: none;
    color: #fff;
    width: 100%;
    padding: 10px;
    font-size: 1.3em;
    border:none;
	border-bottom: 3px solid #C15B1E;
    background: #f4a031; /* Old browsers */
    background: -moz-linear-gradient(top,  #f4a031 0%, #ea6920 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f4a031 0%,#ea6920 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f4a031 0%,#ea6920 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4a031', endColorstr='#ea6920',GradientType=0 ); /* IE6-9 */
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn[disabled],
.btn-primary:hover[disabled] {
    border-bottom: 3px solid #C15B1E;
}

.btn-default {
    border: 1px solid #42dca3;
    color: #42dca3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42dca3;
    outline: 0;
    color: #000;
    background-color: #42dca3;
}

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

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
	background: #212b37;
	-webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);	
}

footer p {
    margin: 0;
	color: #FFFFFF;
	font-size: 1em;
}

footer a {
    color: #ffffff;
}

.footerQuickLinks {
    border-left: 1px solid #596675;
	margin-bottom: 30px;
}

.footerQuickLinks ul {
    list-style: none;
	padding: 0px;
}

.legal {
	margin-top: 10px;
}

.legal p {
    color: rgb(119, 119, 119);
    font-size: 11px;
}

.footersocial_img_right {
    float: left;
    padding: 5px;
    margin: 0px 5px 0px 0px;
}

.footercta {
	background: #f3911e;
	color: #FFFFFF;
	padding: 10px;
	margin-bottom: 30px;
	font-size: 1.5em;
}

/*----------  Articles  ----------*/

#articles {
    text-align: center;
    padding: 30px;
    background-color: #fff;
}
#articles .article {
    padding: 20px;
    margin: 20px;
    box-shadow: 5px 5px 0 #e6e6e6;
    display: inline-block;
    width: 300px;
    background: #f3911e;
    background: -moz-linear-gradient(-45deg, #f3911e 25%, #ec2c92 75%);
    background: -webkit-linear-gradient(-45deg, #f3911e 25%,#ec2c92 75%);
    background: linear-gradient(135deg, #f3911e 25%,#ec2c92 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3911e', endColorstr='#ec2c92',GradientType=1 );
    background-attachment: fixed;
}
#articles img {
    width: 100%;
    max-width: 175px;
    display: block;
    margin: 0 auto;
}
#articles p {
    display: block;
    margin-bottom: 0;
    font-size: 30px;
    color: #fff;
}
#articles p.small {
    margin-bottom: 20px;
    font-size: 16px;
}
#articles a {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 14px;
    background-color: transparent;
    font-weight: bold;
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 5px;
}
#articles a:hover {
    background-color: rgba(255,255,255,0.3);
}
#box-tips img {
    width: 100%;
    max-width: 240px;
    margin-bottom: 20px;
}

.article-modal img {
    width: 100%;
    height: auto;
    display: block;
}

.article-modal h2 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    line-height: 1.2;
}

.article-modal h3 {
    color: #e6027b;
}

.article-modal span {
    margin-bottom: 10px;
}

.date {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.date:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.date-info {
    width: 55%;
    float: left;
}
.date-image {
    width: 40%;
    float: right;
}

.alt .date-info {
    position: relative;
    left: 45%;
}
.alt .date-image {
    position: relative;
    right: 60%;
}

#box-testimonial h3 {
    margin-bottom: 15px;
}

#box-testimonial img {
    width: 100%;
    max-width: 129px;
    margin-right: 15px;
    float: left;
}

@media screen and (min-width:1101px) {
    #articles p.small {
        height: 44px;
        overflow: hidden;
    }
}

@media screen and (max-width: 1100px) {
    #articles .article {
        width: 100%;
        margin: 20px auto;
    }
}

@media screen and (max-width: 600px) {
    .date-info, .date-image {
        width: 100%;
        float: none;
    }
    .alt .date-info,
    .alt .date-image {
        left: 0;
        right: 0;
    }
}
