.pointer {
	cursor: pointer;
}
.match-link, .match-link:visited,
.story-link, .story-link:visited,
.oasis-link, .oasis-link:visited,
.language-link, .language-link:visited,
.dblue-link, .dblue-link:visited, .dblue-link:hover  {
    display: inline-block;
    height: 49px;
    margin: 0;
    font-weight: normal;
    cursor: pointer;
    background-repeat: no-repeat;
    text-decoration: none;
}
.oasis-link, .oasis-link:hover, .oasis-link:visited {
    padding: 16px 6px;
    font-size: 14px;
    color: white!important;
    text-decoration: none!important;
}

.language-link, .language-link:hover, .language-link:visited {
    padding: 12px 7px;
    height: 42px!important;
    font-size: 13px;
    color: white!important;
    text-decoration: none!important;
}
.green-link, .green-link:hover, .green-link:visited {
    padding: 6px 0px;
    font-size: 14px;
    text-decoration: none;
    color: #5ebd00;
}

.Hide {
    display: none;
}

.forgot-link, .forgot-link:hover, .forgot-link:visited {
    padding: 6px 0px;
    font-size: 24px;
    text-decoration: none;
    color: #5ebd00;
}

.story-link, .story-link:hover, .story-link:visited {
    padding: 6px 0px;
    font-size: 16px;
    color: #5ebd00;
    text-decoration: none;
}

.match-link, .match-link:hover, .match-link:visited {
    padding: 6px 0px;
    font-size: 16px;
    color: #5ebd00;
    text-decoration: none;
}

.dblue-link, .dblue-link:hover, .dblue-link:visited {
    padding: 10px 0px;
    color: #1e3f60;
    text-decoration: none;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.nopadding-right {
   padding-right: 0 !important;
}
.nopadding-left {
   padding-left: 0 !important;
}

.modal {
    overflow-y: hidden;
}

.modal-open {
    overflow: auto;
    width:100%;
}

.modal-open[style] {
   padding-right: 0px !important;
}
.modal.fade.in {
    padding-right: 0px !important;
}
.modal {
  text-align: center;
}



/* Standard Buttons */
.btn, .btn:visited {
    display: inline-block;
    *display:inline; /* IE7 */
    zoom:1;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    border-collapse: separate;
}

.btn:hover, .btn:focus {
    background-color: #555;
    color: #fff;
}

.large.btn, .large.btn:visited    {
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 5px;
}

.small.btn, .small.btn:visited {
    font-size: 10px;
    padding: 0px 5px 1px;
    border-radius: 2px;
}

.huge.btn, .huge.btn:visited  {
    font-size: 18px;
    padding: 8px;
    border-radius: 5px;
}




/* button styles */
.green.btn, .green.btn:visited    {
    background-color: #5ebd00;
}
.green.btn:hover                     {background-color: #69d400;}


.blue.btn, .blue.btn:visited      {background-color: #3B5998;}
.blue.btn:hover                      {background-color: #3B5998;}


.fb-large.btn, .fb-large.btn:visited      {background-color: #3B5998;padding:7px 10px!important;font-size:22px;}

.fb-blue.btn, .fb-blue.btn:visited      {background-color: #3B5998;}

.fb-blue.btn:hover                      {background-color: #4e6eaf;}

.darkblue.btn, .darkblue.btn:visited      {background-color: #133783;}

.darkblue.btn:hover                      {background-color: #4c66a4;}



.grey.btn,.grey.btn:visited       {background-color: #666;}
.grey.btn:hover                      {background-color: #aaa;}

.orange.btn, .orange.btn:visited  {background-color: #EF6E00;}
.orange.btn:hover                    {background-color: #FF7F00;}

.outline.btn,.outline.btn:visited {background-color:#fff;border:1px solid #61a71f;color:#888;}



.disabled.btn            {color:#aaa;background-color:#ddd;border-bottom:1px solid #ccc;cursor:default;box-shadow: none;border-collapse: separate;}
.disabled.btn:active     {color:#aaa;background-color:#ddd;border-bottom:1px solid #ccc;cursor:default;top:0px;}
.disabled.btn:hover      {color:#aaa;background-color:#ddd;border-bottom:1px solid #ccc;cursor:default;}
.disabled.btn:visited    {color:#aaa;background-color:#ddd;border-bottom:1px solid #ccc;cursor:default;}

body.site-code-amorenlinea .disabled.btn         {background-color:#ddd;border-bottom:1px solid #ccc;cursor:default;}
body.site-code-amorenlinea .disabled.btn:active  {background-color:#ddd;border-bottom:1px solid #ccc;cursor:default;top:0px;}
body.site-code-amorenlinea .disabled.btn:hover   {background-color:#ddd;border-bottom:1px solid #ccc;cursor:default;}
body.site-code-amorenlinea .disabled.btn:visited {background-color:#ddd;border-bottom:1px solid #ccc;cursor:default;}

/* btn styles */


/* Login validation error */
#LoginValidationError, #UnsubscribeValidationError {

    padding:5px;
    margin-top:10px;
    color:#D90000;
    font-size:13px;
    display:none;
}
#LoginLoading, #LinkLoading {
    margin-top:10px;
    display: none;
}
#LinkLoading img {
    margin: 0 auto;
}
div.InvalidFieldMessage {
    color:#777;
    padding-top:4px;
    display:none;
    text-align: left;
    margin-top: 5px;
}
.orangeLink, .orangeLink:visited {
    color: #D90000;
}
div.InvalidFieldMessage:before {
    font-family:'Oasis';
    content: '\e634';
    color: #D90000;
    display:inline-block;
}

div#LinkProcess:before {
    font-family:'Oasis';
    content: '\e634';
    color: #D90000;
    display:inline-block;
    padding-right:5px;
}

#LinkProcess {
    color: #D90000;
    margin-top: 10px;
    padding: 0px 5px;
    font-size:13px;
    text-align:center;
    display: none;
}


.error-tag-username, .error-tag-password, .error-tag-email, .error-tag-location {
    display: none;
    float: right;
    z-index: 1;
    margin-right: 10px;
    margin-top: -38px;
    color: red;
    font-size: 22px;
}
#btn-location {
    display: none;
    float: right;
    z-index: 100;
    margin-top: -45px;
    font-size: 20px;
}

#JoinCorrectIssues      {margin-top:5px;color:red;display:none;margin-bottom:3px;}
#JoinCorrectIssuesRIP   {margin-top:2px;color:red;display:none;margin-bottom:3px;}
#JoinFBEmailExist       {margin-top:2px;color:red;display:none;margin-bottom:3px;}

.labelInvalid    {
    border-color:#ff0000;
}

.blue-link       {color:#1e3f60;cursor:pointer;text-decoration:none;}
.blue-link:hover {color:#1e3f60;cursor:pointer;text-decoration:underline;}


.footer-ads {
    margin:0 auto;
    width:728px;
    height:90px;
}
div.SectionBreak        {width:10px;height:10px;}
div.DoubleSectionBreak  {width:20px;height:20px;}

.btn-file {
    position: relative;
    overflow: hidden;
    padding: 6px 40px;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.issue-warning {
    color: red;
    text-align:left;
}


.form-group {
    margin-bottom: 18px !important;
}
.btn-wide {
    padding-left:100px;
    padding-right:100px;
}
.moreText {
    display: none;
}

.center-table
{
  margin: 0 auto !important;
  float: none !important;
}

.bold {
    font-weight: bold;
}

#JoinProcess {
    background-color: #FFFFCC;
    color: #000000;
    margin-top: 10px;
    padding: 5px;
    display: none;
}

.search-section {
    display:table;
    margin: 0px auto;
}
.search-section .table-row {
    display:table-row;
}
.search-section .each-user {
    font-size:10px;
    line-height: 110%;
    cursor: pointer;
    display:table-cell;
    text-align: center;
    vertical-align: middle;
}
.search-section .relative {
    position:relative;
}
.search-section .age-place {
    position:absolute;
    bottom:6px;right:4px;
}
.search-section .age {
    color: white;
    opacity: 0.8;
    font-weight: bold;
    text-align:right;
    font-size:32px;
    height:32px;
}
.search-section .place {
    text-align:right;
    opacity: 1.0;
    font-size:16px;
    color: white;
    height:20px;
    line-height:1.2em;
    overflow:hidden;
}

.profile-section {
    background-color: white;
    padding-top:60px;
    padding-bottom:60px;
}
.profile-block {
    max-width:660px;
    min-height:400px;
    padding:15px 15px 20px 15px;
    border: 1px solid #ccc;
    margin: 0 auto;
    text-align:left;
}
.profile-username, .profile-aboutme, .profile-location {
    font-size: 18px;
    color: #1e3f60;
}
.table-row {
    display:table-row;
}

.p-20-10 {
    padding: 20px 10px;
}
.p-t-2 {
    padding-top: 2px;
}
.p-10 {
    padding: 10px;
}
.p-15 {
    padding: 15px;
}
.p-20 {
    padding: 20px;
}
.p-25 {
    padding: 25px;
}

.p-t-15 {
    padding-top: 15px;
}
.p-t-20 {
    padding-top: 20px;
}
.p-t-30 {
    padding-top: 30px;
}
.p-t-40 {
    padding-top: 40px;
}
.p-t-50 {
    padding-top: 50px;
}
.p-t-80 {
    padding-top: 80px;
}
.p-t-100 {
    padding-top: 100px;
}
.p-l-0 {
    padding-left: 0px;
}
.p-l-5 {
    padding-left: 5px;
}
.p-l-10 {
    padding-left: 10px;
}
.p-l-15 {
    padding-left: 15px;
}
.p-l-20 {
    padding-left: 20px;
}
.p-l-30 {
    padding-left: 30px;
}
.p-l-40 {
    padding-left: 40px;
}
.p-l-50 {
    padding-left: 50px;
}
.p-l-80 {
    padding-left: 80px;
}
.p-l-100 {
    padding-left: 100px;
}
.p-r-0 {
    padding-right: 0px;
}
.p-r-10 {
    padding-right: 10px;
}
.p-r-15 {
    padding-right: 15px;
}
.p-r-20 {
    padding-right: 20px;
}
.p-b-15 {
    padding-bottom: 15px!important;
}
.p-b-20 {
    padding-bottom: 20px;
}
.p-b-40 {
    padding-bottom: 40px;
}
.p-b-50 {
    padding-bottom: 50px;
}
.p-b-60 {
    padding-bottom: 60px;
}
.p-b-80 {
    padding-bottom: 80px;
}
.m-25 {
    margin: 25px;
}
.m-t-5 {
    margin-top: 5px!important;
}
.m-t-10 {
    margin-top: 10px!important;
}
.m-t-15 {
    margin-top: 15px!important;
}
.m-t-20 {
    margin-top: 20px!important;
}
.m-t-25 {
    margin-top: 25px!important;
}
.m-t-30 {
    margin-top: 30px!important;
}
.m-t-40 {
    margin-top: 40px!important;
}
.m-t-50 {
    margin-top: 50px!important;
}
.m-t-90 {
    margin-top: 90px!important;
}
.m-l-5 {
    margin-left: 5px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-l-15 {
    margin-left: 15px;
}
.m-l-30 {
    margin-left: 30px!important;
}
.m-l-40 {
    margin-left: 40px!important;
}
.m-l-50 {
    margin-left: 50px!important;
}
.m-r-5 {
    margin-right: 5px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-15 {
    margin-right: 15px;
}
.m-r-30 {
    margin-right: 30px!important;
}
.m-r-40 {
    margin-right: 40px!important;
}
.m-r-50 {
    margin-right: 50px!important;
}

.m-b-5 {
    margin-bottom: 5px!important;
}
.m-b-8 {
    margin-bottom: 8px!important;
}
.m-b-10 {
    margin-bottom: 10px!important;
}

.m-b-15 {
    margin-bottom: 15px!important;
}
.m-b-20 {
    margin-bottom: 20px!important;
}
.m-b-25 {
    margin-bottom: 25px!important;
}
.m-b-30 {
    margin-bottom: 30px!important;
}
.m-b-40 {
    margin-bottom: 40px!important;
}
.w-300 {
    width:300px;
}
.w-400 {
    width: 400px;
}
.w-640 {
    width:640px;
}
.w-800 {
    width: 800px;
}
.w-1000 {
    width: 1000px;
}
.h-250 {
    height:250px;
}
.h-480 {
    height:480px;
}
.h-600 {
    height: 600px;
}
.m-l-n15 {
    margin-left: -15px;
}
.m-l-10 {
    margin-left: 10px;
}
.l-h-1 {
    line-height: 1.5;
}
.l-h-2 {
    line-height: 2;
}
.l-h-3 {
    line-height: 3;
}
.Middle {
    vertical-align:middle;
}
.b-white {
    background-color: white;
}
.line-cc {
    border-bottom: 1px solid #ccc;
}
label {
    cursor:pointer;
    font-weight: normal!important;
}
.l-h-46 {
    line-height:46;
}
.input-lg {
    border-radius: 2px!important;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    border-radius: 2px!important;
}
.btn, .btn:visited {
    border-radius: 2px!important;
}
.m-0 {
    margin:0 auto;
}
.btn-login {
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 13px;
    padding:2px 10px;
}
.white.btn,.white.btn:visited       {background-color: #EBF4F9;color: #1e3f60;}
.white.btn:hover                      {background-color: #F5FAFC;}








/*** FLOATING ADS **

div.float-ad-right {
    display:block;
    position:fixed;
    top:120px;
    right:30px;
}


@media screen and (max-width: 1350px) {
    .float-ad-right {
        display: none !important;
    }
}

*/

