/* global css */

.red {
border: 1px solid red;
}
.blue {
border: 1px solid blue;
}
.white {
color: #ffffff;
}
.green {
border: 1px solid green;
}
.pink {
border: 1px solid pink;
}
.yellow {
border: 1px solid yellow;
}
.violet {
  border: 1px solid violet;
}

a:hover {
    text-decoration: none;
}

body {
	background-color: #fff;
	font-size: 16px;
	line-height: 28px;
	margin: 0;
}

p,
span {
	color: #222;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: normal;
	margin-bottom: 25px;
} 

p,
ul,
ol { text-align: justify; }

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #520100;
	font-family: 'Abril Fatface', cursive;
	font-size: 225%;
	margin-bottom: 25px;
}

h1 span {
    display: block;
    font-size: 55%;
    margin-bottom: 15px;
}

h2,
h3,
h4,
h5,
h6	{
	color: #520100;
	font-size: 200%;
}
h3 { font-size: 180%; }
h4 { font-size: 160% }
h5 { font-size: 140% }
h6 { font-size: 120% }


.primarybtn,
.secondarybtn {
    background-color: #520100;
    background-image: none;
    border: none;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    font-size: 100%;
    line-height: 15px;
    padding: 18px;
    text-transform: uppercase;
    text-shadow: none;
    transition: background-color 0.3s;
}

.primarybtn:hover {
    background-color: #b48301;
    color: #fff;
}

.secondarybtn {
    background-color: #520100;
    padding: 20px;
    width: 100%;
}

.secondarybtn:hover {
    background-color: #ededed;
    color: #520100 !important;
}

.small-txt {
    color: #fff;
    margin: 20px 0;
    width: 50%;
}

.midbox1-section,
.midbox2-section {
	padding: 80px 0;
}

.uniqueBigTxt {
    font-weight: bold;
    font-size: 19px;
}

.largetxt { font-size: 18px; }

.ImgWidth {
    max-width: 250px;
    margin: 0 15px 0 0;
}
.address-unstyled {
    margin: 0 0 25px 0;
}
.address-unstyled li {
    margin: 0 !important;
}

/* header css */

header {
    background-color: #fff;
    padding: 12px 0 0;
    box-shadow: -1px 3px 11px 0px rgba(164,164,164,0.61);
    -webkit-box-shadow: -1px 3px 11px 0px rgba(164,164,164,0.61);
    -moz-box-shadow: -1px 3px 11px 0px rgba(164,164,164,0.61);
}

.toplogo img {
    max-width: 165px;
    margin-top: -8px;
}

.topright {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.topright-number {
    color: #2c2c2c;
    margin: 0;
    margin-right: 15px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: bold;
}

.topright-number a {
    color: #520100;
    transition: color 0.2s;
}

.topright-number a:hover {
    text-decoration: none;
    color: #2c2c2c;
}

.topright-number span {
    display: block;
    font-size: 55%;
    font-weight: bold;
    color: #2c2c2c;
    margin: 10px 0 0 0;
}

.main-nav {
    background-color: transparent;
    border: none;
    margin: 30px 0 0;
    background-image: none;
    box-shadow: none;
}

.main-nav ul {
	float: right;
}
.main-nav .nav .dropdown {
    position: relative;
}
.main-nav .nav .dropdown .dropdown-menu {
    position: absolute;
    left: -95px;
}

.main-nav ul li a {
	border-bottom: 3px dashed transparent;
	margin: 0 15px;
    padding: 15px 0;
    text-transform: capitalize;
}

.main-nav ul li a:hover {
	border-bottom: 3px solid #520100;	
}

.main-nav ul li:last-child a { margin-right: 0; }

.main-nav ul .dropdown .caret {
    margin: 0;
}

.main-nav ul .open a,
.main-nav ul .open a:hover,
.main-nav ul .open a:focus,
.main-nav ul .open a:active {
    background-color: transparent !important;
    border: none;
    background-image: none;
    box-shadow: none;
}

.main-nav .dropdown .dropdown-menu {
    padding: 15px;
    left: -50%;
}
.main-nav .dropdown .dropdown-menu li a {
    margin: 0;
    padding: 10px;
    transition: background-color 0.2s;
}
.main-nav .dropdown .dropdown-menu li a:hover {
    background-color: #520100 !important;
    color: #fff;
}


/* banner css*/

.banner-section { background-color: #000; }
.banner-section img { opacity: 0.9; }

.banner-section,
.banner-inner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.banner-section .flexcont {
    position: relative;
    display: flex;
    align-items: center;
}
.banner-section-slogan-inner.clearfix {
    display: flex;
    align-items: center;
}

.banner-inner {
    /*background-image: linear-gradient(#00000087,#00000087), url(../img/innerbg.jpg);*/
    background-image: url(../img/innerbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center top;
    min-height: 350px;
    display: flex;
    align-items: center;
}
.banner-section-slogan-inner .col-lg-5 {
    margin-bottom: -60px;
}

.banner-section-slogan {
    position: absolute;
    z-index: 9;
}

.banner-inner .banner-section-slogan { transform: translate(0%, -0%); }

.banner-section-slogan div,
.banner-section-slogan-inner div {
    color: #fff;
    font-size: 300%;
    font-family: 'Abril Fatface', cursive;
    line-height: 50px;
}

/* content css */

.content-section { padding: 20px 0; }

.main-content h1 {
    margin-bottom: 20px;
    margin-top: 10px;
}

.main-content ul li,
.main-content ol li {
    margin: 0 0 25px 0;
}

.imagecenter { margin: 0 auto; }

.rightside-menu ul li a {
    background-color: #520100;
    color: #fff;
    display: block;
    padding: 75px 0;
    margin: 20px 0;
    transition: background-color 0.2s;
    text-transform: capitalize;
}

.rightside-menu ul li a:hover { 
    background-color: #b48301;
    text-decoration: none;
}

.imglist {
    padding: 0 !important;
}

.thumb-profiles {
    margin: 25px 0;
    text-align: center;
}

.thumb-profiles img {
    display: inline-block;
    max-width: 215px;
    margin: 0 6px;
}

.btns-members-cotn .primarybtn {
    min-width: 178px;
    padding: 15px;
}

.form-contact {
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 5px;
}

.form-group-wrap {
    margin: 15px 0;
}

.form-group-wrap .form-group {
    min-width: 356px;
}

.form-group-wrap .form-group:last-child {
    margin-right: 0;
}

.form-group-wrap label {
    min-width: 100%;
    font-size: 15px;
}

.form-group-wrap .form-group #country {
    max-width: 195px;
}

.form-radio-wrap {
    width: 100%;
    padding: 15px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    text-align: center;
}

.form-radio {
    margin: 0 !important;
    width: 83%;
}

.form-txtarea {
    width: 100%;
    margin: 0 auto !important;
}

.form-txtarea textarea {
    resize: none;
    width: 100% !important;
}

.form-txtarea p {
    margin: 0;
}

.form-group-wrap .form-group input,
.form-group-wrap .form-group select {
    min-width: 100%;
}

.form-contact .form-radio {
    width: 100%;
}

.form-contact .form-radio .radio {
    min-width: 240px;
}

.form-contact .form-group-fullwidth {
    width: 100%;
    margin-bottom: 15px;
}

.form-contact .form-group-fullwidth .checkbox-inline {
    min-width: 225px;
    position: relative;
}

.form-contact .form-group-fullwidth .checkbox-inline input {
    margin: 0;
    position: absolute;
    min-width: auto;
    top: 6px;
    left: 0;
}

.form-contact .form-group-fullwidth:last-child { margin-bottom: 0; }
.form-contact .form-group-fullwidth:last-child p {
    margin: 0;
}

.form-radio .radio input {
    min-width: 25px;
}

.form-captcha {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.form-captcha img.center-block {
    margin: 10px auto;
}

.form-group-wrap input#captcha {
    margin: 0 auto;
    display: block;
}

.form-contact .text-center input#submit {
    background-color: #520100;
    background-image: none;
    border: none;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    font-size: 100%;
    line-height: 15px;
    padding: 18px 38px;
    text-transform: uppercase;
    text-shadow: none;
    transition: background-color 0.3s;
}
.form-contact .text-center input#submit:hover {
    background-color: #b48301;
}
/* midbox1 css */

.midbox1-section {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.midbox1-section {
    background-image: linear-gradient(#520100c9, #520100c9),url(../img/love-international-mid-bg.jpg);
}

.homevideo-cont h2 {
    color: #fff;
    margin-bottom: 30px;
    margin-top: 0;
}

.homevideo {
    margin: 0 15px 15px 0;
    max-width: 50%;
}

.homevideo-cont p {
    color: #fff;
    line-height: 25px;
    font-size: 98%;
    text-align: justify;
}

.midbox2 h2 {
    margin-top: 0;
}

.midbox2 a img {
    margin: 0 auto;
}

.teambox {
    position: relative;
    margin: 5px;
}
.teambox img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.teamInfo {
    background-color: #520100;
    padding: 10px;
    position: absolute;
    min-height: 100px;
    width: 100%;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.teamInfo h5 {
    color: #fff;
    margin: 0 0 5px 0;
}
.teamInfo p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-style: italic;
    line-height: 20px;
}

.teamInfo p span {
    color: #fff;
    display: block;
    margin: 0;
}

.locationwrap {
    margin: 50px 0;
}

.locationholder {
    margin: 40px 0 0;
}

.locationbtnswrap a:hover { text-decoration: none; }

.locationbtnswrap .secondarybtn {
    width: 100%;
    max-width: 355px;
    margin: 5px;
    transition: all 0.3s;
}


/* footer css */

footer {
	background-color: #520100;
	padding: 50px 0;
}

.footer-second a .primarybtn {
    background-color: #b48301;
}

.footer-first h6 {
    color: #fff;
}

.footer-first ul {
    margin: 40px 0 40px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
}

.footer-first ul li {
    color: #fff;
    margin: 0 15px;
    min-width: 155px;
}

.footer-first ul li a {
    color: #fff;
}

.footer-second {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 155px;
}

.footer-second-left li {
    color: #fff;
}

.footer-second-left li a {
    color: #fff;
    text-transform: capitalize;
}

.footer-second-left li a:hover { text-decoration: none; }

.footer-second-left li address span {
    display: block;
    color: #fff;
}

.footer-second-left h4 {
    color: #fff;
    margin-top: 0;
}

.footer-second-center a img {
    margin: 0 auto;
}

.footer-second-center p a {
    color: #fff;
}

.footer-second-right p,
.footer-second-center p {
    color: #fff;
    text-transform: capitalize;
    margin: 0;
}

.footer-second-right ul {
    margin: 0;
}

.footer-second-right ul li a {
    color: #fff;
    font-size: 220%;
}

.copyright {
    color: #fff;
    margin-top: 40px;
    text-transform: uppercase;
}

.copyright a { color: #fff; }

/* search engine */

.main-content .search-wrap .sform-section {
    padding: 5px;
}
.main-content .search-wrap .sform-section form .primaryBGColor {
    margin: 2px 0;
    background: #b48301;
}
.main-content .search-wrap .sform-section form .id-search a {
    background: #520100;
    transition: background 0.2s;
    border-radius: 0;
}
.main-content .search-wrap .sform-section form .id-search a:hover {
    text-decoration: none;
    background: #b48301;
}
.main-content .search-wrap .sform-section form .thelanguage .form-group p {
    color: #520100;
}
.main-content .search-wrap .sform-section .search-submit-area input {
    background: #520100;
    transition: background 0.2s;
}
.main-content .search-wrap .sform-section .search-submit-area input:hover {
    background: #b48301;
}

/* profile menu css */

.women-updates .prof-indexes,
.women-updates .prof-indexes p {
    text-align: center;
}
.women-updates .prof-indexes h2 {
    font-weight: 500;
    color: #b48301;
}
.women-updates .women-prev-and-next-btn ul {
    text-align: center;
    margin: 25px 0;
}
.women-updates .women-prev-and-next-btn ul li a {
    background: #520100 !important;
    transition: background 0.2s;
}
.women-updates .women-prev-and-next-btn ul li a:hover {
    background: #b48301 !important;
}
.women-updates .update-profiles #update-id img.update-img { transition: border 0.2s; }
.women-updates .update-profiles #update-id img.update-img:hover {
    border: 3px solid #520100;
}
.women-updates .update-profiles #update-id a.update-link { transition: color 0.2s; }
.women-updates .update-profiles #update-id a.update-link:hover {
    color: #b48301;
}

/* woman's profile css */

.profilemenu-wrapper .womens-profile-content-area {
    background: #fff;
    margin: 25px 0 0;
}
.profilemenu-wrapper .women-content .women-desc .profID {
    color: #333;
}
.profilemenu-wrapper .women-content .women-desc .profName {
    color: #520100;
}
.profilemenu-wrapper .women-content .women-desc .profCountry,
.profilemenu-wrapper .women-content .women-desc .profCountry a {
    color: #b48301;
}
.profilemenu-wrapper .women-content .women-desc .desktop-description {
    margin-top: 30px;
}
.profilemenu-wrapper .women-content .women-desc .desktop-description p {
    color: #333;
    margin: 4px 0 0;
}
.profilemenu-wrapper .womens-profile-content-area .women-content .profile-data .share-section-desktop .btn-group .btn {
    background-color: #520100;
    border-radius: 0;
    padding: 5px 43px;
    transition: background-color 0.3s;
}
.profilemenu-wrapper .womens-profile-content-area .women-content .profile-data .share-section-desktop .btn-group .btn:hover,
.profilemenu-wrapper .women-content form .search-section input:hover {
    background-color: #b48301;
}
.profilemenu-wrapper .women-content .self-description.desktop-self-description {
    clear: both;
}
.profilemenu-wrapper .women-content .women-desc {
    margin-bottom: 20px;
}
.profilemenu-wrapper .women-content .self-description.desktop-self-description p {
    color: #333;
}
.profilemenu-wrapper .women-content form .search-section input {
    background-color: #520100;
    border-radius: 0;
    padding: 10px 20px;
    transition: background-color 0.3s;
}
.profilemenu-wrapper .related-profiles ul {
    text-align: center;
}
.profilemenu-wrapper .related-profiles ul li a img {
    max-width: 230px;
}
.profilemenu-wrapper .womens-profile-content-area .sidebar .sidebar-area.profile-buttons .mainBut a {
    background: #b48301;
    border-radius: 0;
    padding: 5px 5px 5px 35px !important;
    transition: background 0.3s;
}
.profilemenu-wrapper .womens-profile-content-area .sidebar .sidebar-area.profile-buttons .mainBut a:before {
    top: 9px;
}
.profilemenu-wrapper .womens-profile-content-area .sidebar .sidebar-area.profile-buttons .mainBut a:hover { 
    background: #520100;
    color: #fff;
}
.profilemenu-wrapper .womens-profile-content-area .sidebar .womens-profile-events {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 0;
}
.profilemenu-wrapper .womens-profile-content-area .sidebar .womens-profile-events .attractionFontColor {
    color: #b48301;
}
.profilemenu-wrapper .womens-profile-content-area .sidebar .womens-profile-events p {
    text-align: center;
}
.profilemenu-wrapper .womens-profile-content-area .sidebar .womens-profile-events .loveme-seminar-on-profile-page {
    border: none;
    border-top: 1px solid #b48301;
    border-radius: 0;
    padding: 30px 0 0 0;
}
.profilemenu-wrapper .womens-profile-content-area .sidebar .womens-profile-events .loveme-seminar-on-profile-page .homepage-seminar-box h3 {
    color: #520100;
}
.profilemenu-wrapper .womens-profile-content-area .sidebar .womens-profile-events .loveme-seminar-on-profile-page .homepage-seminar-box ul li {
    text-align: center;
    background: white;
    border: none;
}
.profilemenu-wrapper .womens-profile-footer-area {
    background-color: #520100;
}

/* media logos */
.medialogos {
    margin-bottom: 50px;
}
.medialogos .carousel .carousel-inner .item {
    background: transparent !important;
}
.medialogos .carousel .carousel-inner .item img {
    margin: 0 auto;
}

/* search by id */
.innercommbox form {
    text-align: center;
    background-color: #f9f9f9;
    padding: 15px;
    min-height: 218px;
}
.searchbyid form label {
    display: block;
}
.searchbyid form .homepage-search-by-id-submit-btn {
    background-color: #520100;
    background-image: none;
    border: none;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    font-size: 100%;
    line-height: 15px;
    padding: 18px 38px;
    text-transform: uppercase;
    text-shadow: none;
    transition: background-color 0.3s;
    width: auto;
    margin-bottom: 0;
}
.searchbyid form .homepage-search-by-id-submit-btn:hover {
    background-color: #b48301;
}
.searchbyid form #searchid {
    padding: 10px;
    min-width: 300px;
    margin-bottom: 18px;
}
.innercommbox form p {
    font-size: 14px;
}

/* content rotator */

.contRotatorbox {
    margin-top: 45px;
}
.rotator ul {
    background-color: transparent;
    padding: 0;
}
.rotator ul li {
    padding: 0;
    margin: 0;
}
.rotator ul li img {
    max-width: 145px;
}


.get-started-content-btn {
    text-align: center;
}

.get-started-content-btn a {
    display: block;
    width: 250px;
    margin: 0 auto;
    background: #520100;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
}

.get-started-content-btn a:hover {
    background: #b48301;
    text-decoration: none;
}

/* Bio section css */

.bio-section {

}

.bio-section .bio-section-box {
    padding: 15px;
    -webkit-box-shadow: 0px 2px 13px 1px rgb(173 171 173);
    -moz-box-shadow: 0px 2px 13px 1px rgba(173,171,173,1);
    box-shadow: 0px 2px 13px 1px rgb(173 171 173);
    background: #fff;
    margin: 20px 0 20px;
}

.bio-section .bio-section-box .bio-image {
    float: left;
    margin: 10px 20px 15px 0px;
}

.bio-section .bio-section-box .bio-image img {
    max-width: 200px;
}



.bio-section .bio-section-box h3 {
    margin: 0 0 10px 0;
    padding: 0;
}

.bio-section .bio-section-box span {
    display: block;
    margin: 0;
    font-weight: bold;
}

.bio-section .bio-section-box p {
    padding: 10px 0 0;
    color: #000;
}

/* End bio section css */




/* overwritten */

.profilewrapcontainer .women-prev-and-next-btn {
    margin: 25px 0;
}
.profilewrapcontainer .women-prev-and-next-btn ul li a {
    background: #520100 !important;
}
.profilewrapcontainer .women-prev-and-next-btn ul li a:hover {
    background: #b48301 !important;
}
.profilewrapcontainer .update-profiles div#update-id,
.content-section .update-wrap .women-section .update-profiles #update-id {
    width: 182px;
}
.profilewrapcontainer .women-section {
    padding: 0;
}
.profilewrapcontainer .women-section .update-profiles {
    margin: 0;
}
.profilewrapcontainer .women-section p {
    font-size: 20px;
}
.imgProfile {
    width: 100%;
    border-radius: 5px;
}
.profileName {
    margin: 0 0 30px;
}
.profdata ul {
    margin-bottom: 25px;
}
.profdata ul li {
    margin: 0 0 4px;
}
.profdata ul li strong {
    margin-right: 10px;
}
.profdescription p {
    color: #333;
}
.profdescription p strong {
    display: block;
}
.col-profileImg a .primarybtn,
.profileImg a .primarybtn {
    display: block;
    width: 100%;
    margin: 15px 0 0;
}
.col-profileImg a,
.profileImg a { text-decoration: none; }
.col-profileData {
    margin-bottom: 70px;
}
.women4col ul li a img {
    max-width: 140px !important;
}
.profileImg {
    margin: 0 15px 15px 0;
}
.content-section .update-wrap .women-section {
    padding: 0;
}
.content-section .update-wrap .women-section .women-prev-and-next-btn .circle-shape {
    background: #520100;
}
.content-section .update-wrap .women-section .update-profiles #update-id a .update-img:hover {
    border: 3px solid #520100;
}

.sidebar-home-video {

}

.sidebar-home-video a span {
    text-align: center;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #520100;
}


/* lity.css */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: absolute;
  right: -8px;
  top: -35px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: -35px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}


.mid-home-sec-view {
    display: none;
}

.primaryBGColor {
    background-color: #520100;
}
.secondaryBGColor {
    background-color: #b48301;
}



.automatic-mail-list-information h5 {
    font-weight: normal;
}

.automaillistpage p {
    padding: 0 10px;
}

.automatic-mail-list {
    background: #e3e3e3;
}


.modal-content button.close {
    position: relative;
    left: -20px;
    top: 5px;
    margin-bottom: 15px;
}

.modal-content .close {
    opacity: 1;
}





/*Mobile Modification */

.mobile-logo-area, .mobile-logo-area2, .mobile-toggle-area p, .mobile-fixed-buttons {
    display: none;
}


.logo-area-sec {
    margin-top: -8px;
}

.logo-area-sec img {
    max-width: 165px;
}

.cont-logo-img img {
    max-width: 215px;
    margin-bottom: 25px;
    margin-right: 15px;
}



/* End Mobile Modification */



/* ==================== Start Automatchlist Pop Up ==================== */


.matchwizard-popup-sec .modal-body {
    padding: 0 15px 0px 15px;
}

.matchwizard-popup-sec .automatic-mail-list {
    width: 100%;
    margin: 10px auto;
    padding-top: 1px;
}

.matchwizard-popup-sec p {
    padding: 10px 10px 0px 10px;
    font-size: 14px;
}

.matchwizard-popup-sec .automatic-mail-list-information h5 {
    padding: 8px;
    margin-bottom: 15px;
}


 @media screen and (max-width: 500px) {
    .matchwizard-popup-sec .automatic-mail-list .form-group select {
        display: block;
        width: 100%;
    }

    .matchwizard-popup-sec .automatch-radio-buttons .radio {
        display: block;
        margin: 0 auto;
        padding: 8px;
    }

    .matchwizard-popup-sec .automatic-mail-list .form-group label {
        display: block;
        text-align: center;
        width: 100%;
    }

    .matchwizard-popup-sec .automatic-mail-list .form-group input {
        width: 100%;
    }
}


/* ==================== End Automatchlist Pop Up ==================== */


 /* modification for members profile */

@media only screen and (max-width: 767px) {

   
    .women-updates .women-section {
        margin-top: 5rem;
    }
    .update-profiles {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .update-profiles .update-div {
        width: 33%;
    }
    .update-profiles .update-div a img {
        width: 95%;
    }

}

@media only screen and (max-width: 499px) {
    .update-profiles .update-div {
        width: 50%;
    }
    .update-profiles .update-div a img {
        width: 95%;
    }
}


/* end modification for members profile */




.loveint-mobile-header {
    display: flex;
    align-items: center; /* Vertically center items */
    justify-content: space-between; /* Push left and right items to the edges */
    padding: 0; /* No padding on the container */
}

.mobile-logo-area2 {
    flex: 0 0 auto; /* Ensure it stays at its intrinsic size */
    margin-right: 0; /* No extra margin to the left */
}

.special-events-img-mobile {
    flex: 1 1 auto; /* Allow this div to grow/shrink as needed */
    text-align: center; /* Center the image within the div */
    margin: 0 15px; /* Add margin only between the center and the other divs */
}

.special-events-img-mobile img {
    max-width: 100%; /* Ensure the image is responsive */
    height: auto;
}

.mobile-toggle-area {
    flex: 0 0 auto; /* Ensure it stays at its intrinsic size */
    text-align: right; /* Align the button to the far right */
    margin-left: 0; /* No extra margin to the right */
}



/* Special Events CSS */

.special-events-img-mobile {
    display: none;
}


.special-events-img, .special-events-img-mobile {
    padding: 0;
    margin: 0;
}
.special-events-img a img, .special-events-img-mobile a img {
    max-width: 200px;
}

.upper-content-sec .content-img {
    vertical-align: top;
}
.upper-content-sec .content-img a img {
    max-width: 190px;
}

@media screen and (max-width: 991px) {

    .special-events-img {
        margin: 20px auto;
        text-align: center;
    }

}

@media screen and (max-width: 767px) {

    .special-events-img {
        display: none;
    }

    .special-events-img-mobile {
        display: block;
    }

    .special-events-img-mobile a img {
        max-width: 155px;
        width: 100%;
    }

}

@media screen and (max-width: 470px) {

    .upper-content-sec .content-img a img {
        max-width: 60% !important;
    }

    .special-events-img-mobile a img {
        max-width: 140px;
    }
    .main-nav .navbar-toggle {
        margin-right: 0px !important;
    }

    .mobile-logo-area2 a img {
        max-width: 125px !important;
    }

    .mobile-banner {
        margin-top: 100px;
    }

}


@media screen and (max-width: 380px) {

    .mobile-logo-area2 a img {
        max-width: 115px !important;
    }
    
    .mobile-banner {
        margin-top: 92px;
    }

    .special-events-img-mobile a img {
        max-width: 120px;
    }

}


/* End special events CSS */























/* media query */

@media only screen and (max-width: 1199px) {
    body { font-size: 16px; }
    .main-nav ul li a { margin: 0 8px; }
    .footer-first ul li { margin: 0 5px; }
    .innercommbox form { margin-top: 25px; }
    .contRotatorbox ul li {
        margin: 0 5px;
        font-size: 14px;
    }
    .rotator ul li img { max-width: 88px; }
    .form-group-wrap .form-group {
        min-width: 100%;
        margin-bottom: 10px;
    }
    .form-contact .form-group-fullwidth .checkbox-inline {
        min-width: 100%;
        margin: 0;
    }
    .banner-section-slogan-inner div { line-height: 50px; }
    .locationbtnswrap .secondarybtn {
        max-width: 290px;
    }
}

@media only screen and (max-width: 991px) {
    body { font-size: 14px; }
    .toplogo img {
        max-width: 176px;
        margin: 0 auto;
        margin-bottom: 35px;
    }
    .head-right { text-align: center; }
    .topright { display: block; }
    .topright .topright-number { margin-bottom: 25px; }
    .main-nav ul li a,
    .main-nav ul li:last-child a { margin: 0 14px; }
    .banner-section-slogan { width: 100%; }
    .homevideo { max-width: 400px; }
    .contRotatorbox ul li:nth-child(n+5) { display: none; }
    .rotator ul li img { max-width: 103px; }
    .footer-first ul li {
        background: #593aab;
        display: block;
        margin: 5px 0;
        padding: 5px;
    }
    .banner-section-slogan-inner div {
        margin: 30px 0;
    }
    .banner-section-slogan-inner.clearfix { 
        display: block;
        text-align: center;
    }
    .banner-section-slogan-inner .col-lg-5 {
        text-align: center;
        margin-bottom: -2px;
    }
    .banner-section-slogan-inner .col-lg-5 img {
        margin: 0 auto;
        display: block;
    }
    .locationbtnswrap .secondarybtn {
        max-width: 210px;
    }

    .logo-area-sec img {
        text-align: center;
        margin: 10px auto 20px auto;
    }


}

@media only screen and (max-width: 767px) {

    /* End code snippet */
    
    .main-content h1 {
        font-size: 22px;
    }

    .main-content h2 {
        font-size: 20px;
    }

    header { padding-bottom: 0; }
    .head-right { padding: 0; }
    .topright .topright-number {
        margin: 25px 0;
    }
    .topright a {
        display: inline-block;
    }
    .main-nav { background-color: #b48301; }
    .main-nav .navbar-toggle { margin-right: 15px; }
    .main-nav .nav {
        margin: 0;
        float: none;
    }
    .main-nav span.icon-bar { margin-bottom: 0; }
    .main-nav #navbar {
        border: none;
        box-shadow: none;
        background-color: #520100;
    }
    .main-nav ul li a, .main-nav ul li:last-child a {
        color: #fff !important;
        padding: 8px 0;
        margin: 0;
        text-align: center;
    }
    .main-nav ul li:last-child a span.caret { color: #fff; }
    .main-nav .nav .dropdown .dropdown-menu {
        position: relative;
        left: 0;
        background-color: #b48301;
        border-radius: 0;
        margin-bottom: 15px;
    }
    .banner-inner .banner-section-slogan {
        position: relative;
    }
    .banner-section {
        display: block;
    }
    .banner-section .container {
        display: inline-flex;
        padding: 0;
    }
    .banner-section-slogan div {
        font-size: 200%;
    }
    .banner-section-slogan .small-txt {
        width: 100%;
    }
    .banner-inner {
        display: flex;
        align-items: center;
        min-height: 100px;
    }
    .imglist img.img-responsive {
        width: 100%;
        margin: 0 auto;
    }
    .homevideo {
        float: none !important;
        width: 100%;
        max-width: 100%;
        margin: 0 !important;
    }
    .midbox1-section {
        padding: 50px 15px;
    }
    .banner-section-slogan {
        text-align: center;
        width: auto;
        margin: 0 auto;
        display: block;
    }
    .small-txt {
        margin: 20px auto;
    }
    .rotator ul li img {
        max-width: 99px;
    }
    .homevideo img.img-responsive { margin: 0 auto; }
    .homevideo-cont { text-align: center; }
    .teambox img {
        height: auto;
    }
    .footer-second {
        display: block;
    }
    .footer-second h4,
    .footer-second ul {
        text-align: center;
    }
    .footer-second a button {
        margin: 0 auto;
        display: block;
    }
    .footer-second-center {
        margin-top: 25px;
    }
    .footer-second .col-lg-4 { width: 100%; }
    .main-nav .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .locationbtnswrap .secondarybtn {
        max-width: 100%;
        margin: 3px 0;
    }

    .mobile-logo-area, .mobile-logo-area2 {
        display: block;
        float: left;
    }

    .mobile-logo-area a img, .mobile-logo-area2 a img {
        max-width: 240px;
        padding: 15px;
    }

    .mobile-logo-area2 a img {
        max-width: 140px;
    }

    .topright {

        display: none !important;
    }

    .logo-area-sec img {
        display: none;
    }

    header {
        padding: 0 !important;
        position: fixed;
        width: 100%;
        z-index: 9;
    }

    .main-nav {
        margin: 0 !important;
        background-color: #fff !important;
    }

    .main-nav .navbar-toggle {
        margin-top: 25px;
        margin-right: 25px;
        background: #b48301;
        width: 50px;
        border-radius: 50px;
        height: 50px
    }

    .main-nav .navbar-toggle .icon-bar {
        margin-left: 2px;
        width: 25px;
        margin-bottom: 7px;
        margin-top: 5px;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #b48301 !important;
    }

    .mobile-toggle-area p {
        display: block;
        float: right;
        margin: 35px 8px 0px 0px;
        font-weight: bold;
        font-size: 16px;
    }

    .mobile-fixed-buttons {
        display: block;
        background: #520100;
        text-align: center;
        padding: 10px;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 9;
    }

    .mobile-fixed-buttons .list-inline {
        margin: 0;
        text-align: center;
    }

    .mobile-fixed-buttons .list-inline li {
        margin: 0 10px;
    }

    .mobile-fixed-buttons .list-inline li a {
        color: #fff;
        display: block;
        background: transparent;
        border: 1px solid #b48301;
        padding: 10px 5px;
        width: 150px;
        border-radius: 5px;
    }

    .mobile-fixed-buttons .list-inline li a:hover {
        background: #b48301;
    }

    .main-nav .navbar-nav>li {
        border: 1px solid #fff;
        padding: 5px;
    }

    .footer-second-center p {
        position: relative;
        top: -15px;
    }

    #banner-title-text {
        display: none;
    }

    .banner-section-slogan-inner div {
        margin: 115px 0 0;
    }

    .banner-section-slogan-inner .col-lg-5 img {
        max-width: 250px;
    }

    .banner-section-slogan-inner .col-lg-5 {
        margin-left: 40%;
    }
}


@media screen and (max-width: 642px) {
    .mobile-fixed-buttons .list-inline li a {
        width: 150px;
    }
    .mobile-fixed-buttons .list-inline li {
        margin: 0;
    }
}

@media screen and (max-width: 567px) {
    .mobile-fixed-buttons .list-inline li a {
        width: 130px;
        font-size: 12px;
    }

    .banner-section-slogan-inner .col-lg-5 {
        margin-left: 15%;
    }
}

@media screen and (max-width: 507px) {
    .mobile-fixed-buttons .list-inline li a {
        width: 120px;
        font-size: 13px;
    }

    .mobile-fixed-buttons .list-inline li {
        margin: 0;
    }

}


@media only screen and (max-width: 500px) {
    .bio-section .bio-section-box .bio-image {
    float: none;
    margin: 10px auto;
    display: block;
    text-align: center;
    }

    .bio-section .bio-section-box h3 {
        text-align: center;
    }

    .bio-section .bio-section-box span {
        text-align: center;
    }

}

 @media screen and (max-width: 477px) {
            
    .mobile-fixed-buttons .list-inline li {
        margin: 0 -10px;
    }
}

 @media screen and (max-width: 417px) {
    .mobile-fixed-buttons .list-inline li a {
        width: 100px;
        font-size: 11px;
    }

    .main-nav .navbar-toggle {
        width: 45px;
        height: 45px;
    }

    .main-nav .navbar-toggle .icon-bar {
        width: 20px;
        margin-bottom: 5px;
        margin-top: 3px;
    }

    .mobile-toggle-area p {
        font-size: 13px;
    }

    .banner-section-slogan-inner .col-lg-5 img {
        max-width: 200px;
    }

}

@media only screen and (max-width: 370px) {
    .banner-cont2 h3 {
        font-size: 22px;
    }
    .banner-cont2 {
        padding: 0;
    }
}

@media screen and (max-width: 357px) {
    .mobile-fixed-buttons .list-inline li a {
        width: 88px;
        font-size: 9px;
    }

}

@media only screen and (max-width: 320px) {

}