@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700italic,700,600italic,600,400italic,300italic,300);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,100italic,200,200italic,300,300italic,400italic,500,500italic,600,600italic,700,900italic,700italic);

body {
    font-family: 'Open sans';
}

.clear {
    clear: both;
}

.submit-btn {
    border: none;

}

.input-txt {
    border: 1px solid #e1e1e1;
    color: #777777;
}

::-webkit-input-placeholder {
    font-size: 13px;
}

::-moz-placeholder {
    font-size: 13px;
}

/* firefox 19+ */
:-ms-input-placeholder {
    font-size: 13px;
}

/* ie */
input:-moz-placeholder {
    font-size: 13px;
}

.submit-btn {
    color: #fff;
    background: #e92b36;
    padding: 6px 15px 6px 15px;
}

.help-num {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;

}

.help-num i {
    font-size: 24px !important;
    position: relative;
    top:3px;
    color:#43d854
}

.keep-login span {
    position: relative;
    top: -2px;
    font-size: 13px;
}

.fg-pass a {
    font-size: 13px;
    color: #000;
}

.bx-wrapper .bx-viewport {
    left: 0 !important;
    box-shadow: none;
    border: none;
}

.cp-title {
    font-size: 24px;
    font-weight: lighter;
    font-family: 'open sans', sans-serif;
    color: #999;
}

.cp-register {
    margin: 0;
    padding: 20px 0 30px 0;
    font-size: 40px;
    color: #cf131e;
    font-weight: lighter;
    font-family: 'open sans', sans-serif;
}

.cp-register-btn {
    border: 0;
    display: inline-block;
    margin-top: 10px;
    padding: 15px 30px;
    background-color: #e92b36;
    border-radius: 2px;
    text-decoration: none;
    color: #fff;
    font-size: 1.5em;
    font-weight: lighter;
    font-family: 'open sans', sans-serif;
}

a.cp-register-btn {
    color:#fff;
    text-decoration: none;
}

.parallex-img {
    background-image: url('../images/father-daughter.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.pm-title {
    color: #fff;
    font-size: 35px;
    padding-top: 150px;
    padding-bottom: 200px;
    font-family: 'open sans', sans-serif;
}

.pm-link a {
    border: 0;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 22px;
    color: #fff;
    background-color: #e92b36;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 2px;
}

.match-us-title {
    font-size: 28px;
    font-weight: lighter;
    font-family: 'open sans', sans-serif;
    color: #000;
}

.match-imgs img {
    height: 220px;
    width: 220px;
}

.img-title {
    padding-top: 10px;
    font-size: 12px!important;
    font-weight: 600;
    font-family: 'open sans', sans-serif;
    text-transform: capitalize;
}

.tag-line {
    padding: 35px 0;
    background-color: #e92b36;
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-family: 'Raleway', sans-serif;
}

footer {
    background-color: #222;
    color: #fff;
    padding: 50px 0;
}

footer h2.title {
    font-size: 24px;
    font-weight: normal;
    color: #999;
}

.hr {
    border-bottom: 1px solid #333;

}

footer p > a, footer p > a:hover {
    text-align: right;
    color: #e92b36;
    text-decoration: none;
}

footer p {
    color: #777;
    padding-top: 10px;
}

.quick-links {
    margin-top: 10px;
}

.quick-links li a {
    display: block;
    padding: 3px 0;
    color: #777;
}

.quick-links li a:hover {
    color: #e92b36;
    text-decoration: none;
    transition: 0.5s;
}

.recent-stories {
    margin-top: 10px;
}

.recent-stories li a {
    display: block;
    padding: 3px;
    color: #777;
    padding-top: 10px;
}

.recent-stories li a .storie_name {
    padding-left: 10px;
    display: block;
}

.footer-gallery li {
    display: inline-block;
    padding-top: 10px;
    padding-left: 10px;
}

.fo-find-us {
    padding-top: 10px;
}

.fo-find-us li {
    display: inline-block;
}

.fo-find-us li a {
    display: block;
    padding: 0 3px;
}

.fo-icons [class*="fa fa-"] {
    border: 1px solid #777;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px !important;
    width: 40px;
    font-size: 15px !important;
    text-align: center;
}

.fo-address {
    padding-top: 10px;
    color: #777;
}

.fo-address div {
    padding-bottom: 5px;
}

.fo-address i {
    padding: 0 10px 0 0;
    color: #777;
}

.fo-email i, .fo-email a {
    color: #e92b36;
}

.fo-email i {
    padding: 0 8px 0 0;
}

.read_more a {
    color: #e92b36;
}

.fo-date {
    font-size: 13px;
    color: #999;
    font-weight: bold;
}

.fo-icons .facebook i:hover {
    background-color: #3b5998;
    border-color: #3b5998;
}

.fo-icons .twitter i:hover {
    background-color: #55acee;
    border-color: #55acee;
}

.fo-icons .google-plus i:hover {
    background-color: #dc4e41;
    border-color: #dc4e41;
}

.fo-icons .youtube i:hover {
    background-color: #cd201f;
    border-color: #cd201f;
}

.fo-icons .linkedin i:hover {
    background-color: #0077b5;
    border-color: #0077b5;
}

.fo-find-us li a {
    -webkit-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s;
    position: relative;
    z-index: 1;
}

.copyright {
    padding: 30px 0;
    background-color: #373737;
    color: #777;
}

.copyright a {
    color: #e92b36;
}

.navbar-cs > ul li a {
    text-transform: uppercase;
}

.navbar-cs > ul li a:hover {
    text-transform: uppercase;
}

.navbar-inverse {
    background-color: #1E1E1E;
    border: none;
}

.navbar-cs {
    margin: 0;
    border: none;
    border-radius: 0;
    min-height: 0;
    
}

a.navbar-brand {
    color: #fff !important;
}

.navbar-nav > li > a {
    color: #fff !important;
    font-weight: normal;
    font-size: 13px;
    padding-top:12px;
    padding-bottom:12px;
}

.navbar-nav > li > a:focus, .navbar-nav > li > a:hover  {
    background: #e92b36 !important;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 10px;
    clear: both;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    font-size: 13px;
    font-family: 'open sans';
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 100%;
    padding: 0 0 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0, 0, 0, .15);

    background: #1E1E1E;
    color: #fff;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e92b36;
}


.page-title {
    background: url(/content/images/header-inner1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

.page-title h2 {
    color: #fff;
    padding: 15px 0 25px;
    font-size: 35px;
}

.contact-us-tabs .tabs-wrapper li {
    width: 50%;
    text-align: center;
    background: #f2f1f1;
    border-bottom: 1px solid #ddd;
}

.tabs-wrapper .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 0;
    border: 0;
    border-radius: 0 0 0 0;
}

.tabs-wrapper .nav > li > a {
    position: relative;
    display: block;
    border-bottom: 2px solid #f2f1f1;
    padding: 23px 0;
    font-size: 16px;
    color: #000;
}

.tabs-wrapper .nav-tabs > li > a:hover {
    border-color:transparent;
}

.tabs-wrapper .nav > li > a:focus, .tabs-wrapper .nav > li > a:hover {
    text-decoration: none;
    background: none !important;
    border-bottom: 2px solid #34495e;
}

.tabs-wrapper .nav-tabs > li.active > a, .tabs-wrapper .nav-tabs > li.active > a:focus, .tabs-wrapper .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    border: 0;
    border-bottom: 2px solid #34495e;
    background: #f2f1f1;
}

.contact-us {
    padding: 50px 0 100px;
}

.tab-box {
    text-align: center;
    border-bottom: 1px solid #d1d1d1;
}

.tab-box h2 {
    padding-bottom: 20px;
    font-weight: normal;
    font-size: 22px;
}

.tab-title {
    text-align: left;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom:20px;
}

.tab-title h2 {
    font-weight: normal !important;
    font-size: 22px;
}

.search-tab-title {
    text-align: left;
}

.search-tab-title h2 {
    padding-top:0;
    border-bottom: 1px solid #d1d1d1;
    margin: 0;
    padding-bottom:10px;
    font-weight: normal !important;
    font-size: 18px;
}

.search-pro-detail ul{
    padding-top:10px;
}

.list-tab {
    padding-bottom:10px;
    margin-bottom: 10px;
}

.search-pro-detail ul li {
    padding:2px 0;
}

.search-tab-title i {
    font-size: 18px !important;
}

.contact-detail span {
    display: block;
    padding-top: 10px;
    font-size: 18px;
}

.contact-detail span a {
    color: #000;
    text-decoration: none;
}

.error {
    color: #d9475c;
}

.feedback-form span {
    color: #d9475c;
    font-weight: bold;
}

.feedback-form label {
    color: #999;
    font-weight: normal;
    font-size: 16px;
    padding-top: 11px;
}

.feedback-form .fb-input, .fb-textarea,.fb-input {
    padding: 10px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.fb-textarea {
    width: 100%;
}

.fb-sub-btn {
    border: 0;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 22px;
    color: #fff;
    background-color: #e92b36;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 2px;
}

.registration-tabs .tabs-wrapper li {
    width: 50%;
    text-align: center;
    background: #f2f1f1;
    border-bottom: 1px solid #ddd;
}

.ragistration-content a.fb-sub-btn {
    text-decoration: none;
    color: #fff;
}

/* Home Registration form */
.h-banner {
    background: url('../images/mt-bg.jpg') no-repeat center center;
    background-attachment: fixed;
    background-size: cover;

}

.hp-reg-tagline {
    padding: 20px 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    font-family: 'Raleway';
}

.hp-reg-tagline span {
    color: #e92b36;
    text-transform: capitalize;
}

.hp-regform {
    border-radius: 5px;
    padding: 10px 20px;
    background: #d2d2d4;
    background: rgba(211, 210, 211, .80);
    margin-bottom: 50px;
}

.h-r-title h2 {
    padding: 0px;
    text-align: left;
    font-weight: normal;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    color: #000;
    font-weight: bold;
    font-family: 'Raleway';
}

.hp-reg .input-txt {
    padding: 5px;
    width: 100%;
    border: 1px solid #999999;
}

.txt-shadow {
    text-shadow: 2px 2px 2px #000;
}

.hp-reg label {
    color: #000;
    padding-top: 5px;
}

.hp-reg label span {
    color: #e92b36;
}

.hp-reg-btn {
    border: 0;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 22px;
    color: #fff;
    background-color: #e92b36;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 2px;
}

.hp-default-btn {
    border: 0;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 22px;
    color: #fff;
    background-color: #e92b36;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 2px;
}

.hp-terms {
    color: #000;
}

.hp-terms a {
    color: #e92b36;
    text-decoration: none;
}

.hp-reg .input-sel {
    border: 1px solid #999999;
    padding: 5px;
    width: 100%;
}

.feedback-form .input-sel {
    padding: 10px;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 2px;
}

.aboutus {
    padding:50px 0;
}

.aboutus p {
    text-align:justify;
    font-family: 'open sans', sans-serif;
    font-size: 16px;
}

span.help-inline-error {
    color: #e92b36;
    font-size: 13px;
}

/* contact us */

.contact-box {
    padding-bottom: 10px;
}
.contact-box .tab-box {
    padding-top:10px;
}


/* end contact us */


/* login page */

.border-0 {
    border:0;
}

.login-submit-btn {
    background: #e92b36;
    border:0;
    color:#fff;
    width:100%;
    padding:10px 15px;
    font-size: 16px;
}

.login-form  .tab-box h2 {
    padding-bottom:10px;
}
.cs-alert {
    border-radius:0;
    margin-bottom:0;
}

.login-form label {
    color: #999;
    font-weight: normal;
    font-size: 14px;
    padding-top: 11px;
}

/*end login page*/

/* Profile page */
    .profile .font-blue-madison {
        color:#e92b36 !important;
     }

    .profile .table.table-light > tbody > tr > td {
        color:#000;
    }
/* end profile */

/* Search page */

.search-title {
    text-shadow: 2px 2px 2px #000;
}

.find-search .input {

    border: none;
    background: #fff;
    width: 100%;
    height: 44px;
    padding: 15px 15px 15px 15px;
    margin: 0;
    font-family: "proxima-nova",sans-serif;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    line-height: 28px;
    box-shadow: none;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
}

.search h2 {
    padding:30px 0 10px 0;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    font-family: 'open sans', sans-serif;
    font-weight: normal;
}

.search .box {
    padding-bottom:15px;
    border-bottom: 1px solid #ddd;
    margin-bottom:15px;
}

.search h3 {
    padding:0 0 10px 0;
    border-bottom: 1px solid #ddd;
    font-weight: normal;
    margin-top:0;
}

.short-list-red {
    color:#e92b36
}

.short-list .fa-lg:not(.fa-stack), .icon-lg {
     font-size: 18px !important;
}

.color-black {
    color:#000;
}

.color-black label {
    color:#000;
}

label.radio-inline {
    color:#000;
}

/* end search */

.show {
    display:block;
}

.hide {
    display:none;
}

.short-listed-red {
    cursor: pointer;
}
.short-listed-red > i {
    color:#e92b36 !important;
}

@media (max-width: 480px) {
   .h-login {
      text-align:center;
       margin:10px 0;
   }

    .h-login input , .h-login button {
        margin:3px 0;
    }
}

a.submit-btn:hover {
    color:#fff;
    text-decoration: none;
}

.cursor {
    cursor: pointer;
}
.just_joined li , .recent-stories li{
    margin-bottom:10px;
}

.view_profile {
    color:#e92b36;
    font-size: 13px;
}

.just_joined {
    margin-top: 10px;
}

.just_joined li a {
    display: block;
    padding: 3px;
    color: #000;
    padding-top: 10px;
}

.just_joined li a .storie_name {
    padding-left: 10px;
    display: block;
}

.just_joined li .hr {
    border-bottom: 1px solid #d1d1d1;
}




.dropdown > .dropdown-menu:before, .dropdown-toggle > .dropdown-menu:before, .btn-group > .dropdown-menu:before,.dropdown > .dropdown-menu:after, .dropdown-toggle > .dropdown-menu:after, .btn-group > .dropdown-menu:after {
    display:none !important;
}

.navbar-right .dropdown-menu {
    left:0;
}

a.fb-sub-btn:hover,a.fb-sub-btn:active,a.fb-sub-btn:focus{
    text-decoration:none;
    color:#fff; 
}
#decline { 
    margin-right: 12px;
} 
.likebtn{ 
  background: url('../images/like.jpg');
  	background-size: 80px 60px;
    background-repeat: no-repeat;
}         
.pull-right.btsearch > a {   
    margin: 0 !important;
}  
.pull-right.cursor.wlm{
    padding-left: 10px;
}
#likeerror
{
	display:none;
}

element.style {
    display: block;
}
*::after, *::before {
    box-sizing: border-box;
}
*::after, *::before {
    box-sizing: border-box;
}
#likeerror {
    font-size: 15px;
    padding: 8px;
    /*width: 63%;*/
}
.thumbnail
{
	color:#e92b36; 
}
@media only screen and (max-width: 500px) {
   .h-banner {
    background: url('../images/mt-bg-mobile.jpg') no-repeat center center;
}
.parallex-img {
    background-image: url(../images/father-daughter-mobile.jpg);
   }
}

.blinker {
    background-color: #e92b36;
}

    .blinker a {
        font-size: 18px !important;
        animation: blink 1s linear infinite;
    }

.blinker-complete-profile {
    background-color: #f5f5f5;
}

.blinker-complete-profile h2 {
    animation: blink 1s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}