body {
    font-family: Georgia, "Times New Roman", Times, serif;
    }
    
  h1,h2,h3,h4,h5,h6 {
    font-family: 'Ropa Sans', sans-serif;
    Color: #751259;
  }
  
  .container {
    max-width: 970px;
  }
  
  .sap {
    display: block;
    /* width: 90%; */
    background: rgba(0, 0, 0, 0.11);
    height: 2px;
    margin: 20px auto;
  }
  
  .btn-outline {
    color: #751259!important;
    background: 0 0;
    border: 2px solid #751259;
    padding: 10px 15px!important;
    font-weight: 600;
    transition: all .25s;
  }
  
  .btn-outline:hover {
    background: #fff !important;
    color: #000 !important;
  }
  
  .select2-container {
    width: 100%;
  }
  
  .select2-container .select2-choice {
    width: 100%;
    background-color: transparent;
    text-align: left;
    box-sizing: border-box;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #d6d6d8 -moz-use-text-color #d6d6d8 #d6d6d8;
    border-image: none;
    border-radius: 3px 0 0 3px;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    height: auto;
    padding: 8px 10px;
    -moz-user-select: none;
    background-clip: padding-box;
    background-color: #fff;
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
    color: #444;
    display: block;
    line-height: 26px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
  }
  
  .select2-container .select2-choice .select2-arrow {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    width: 28px;
  }
  
  .select2-drop-active,
  .select2-drop {
    border: 1px solid #d0d0d0;
    border-radius: 3px;
  }
  
  .select2-results {
    cursor: pointer;
  }
  
  .select2-results li {
    position: relative;
    overflow: hidden;
    font-size: 0;
  }
  
  .select2-container .select2-choice > .select2-chosen {
    margin-right: 10px;
  }
  
  .user-definition-dropdown.select2-drop-active {
    margin-top: -2px;
  }
  
  .user-definition-dropdown.select2-drop-active,
  .user-definition-dropdown.select2-drop.select2-drop-above.select2-drop-active {
    border-color: #d6d6d8;
  }
  
  .user-definition-dropdown .select2-results {
    min-height: 259px;
  }
  
  .user-definition-dropdown .select2-result-label {
    overflow: hidden;
    padding: 3px 6px 4px;
    font-size: 14px;
  }
  
  .user-definition-select .select2-container .gender-mark,
  .user-definition-dropdown .select2-results .gender-mark {
    float: left;
  }
  
  .select2-container .select2-choice .select2-arrow b {
    display: block;
    height: 5px;
    width: 8px;
    background: url("../images/arrow-down.png") no-repeat 0 0;
    display: inline-block;
    left: 50%;
    margin: -1px 0 0 -5px;
    position: absolute;
    top: 50%;
  }
  
  .user-definition-dropdown .gender-text {
    display: inline-block;
    margin-top: 2px;
    width: 220px;
    font-size: 14px;
  }
  
  .icons24-sex-man {
    background-image: url("../images/sex-men.png");
    background-repeat: no-repeat;
    height: 24px;
    width: 10px;
    margin-right: 11px;
  }
  
  .icons24-sex-woman {
    background-image: url("../images/sex-women.png");
    background-repeat: no-repeat;
    height: 24px;
    width: 10px;
    margin-right: 11px;
  }
  
  .gender-mark {
    display: inline-block;
  }
  
  /* </editor-fold> */
  @media (max-width: 767px) {
    .signup-container .reg-form-line .user-definition-select, .signup-container .reg-form-line .input-email, .signup-container .reg-form-line .try-us-btn-wrap .btn-try-us, .signup-container .reg-form-line .try-us-btn-wrap, .signup-container .reg-form-line .login-with-social .btn-facebook {
    width: 100%;
    }
  }
  
  header.main-header .navbar-right {
    margin: 15px 0;
  }
  
  header.main-header .navbar-right .btn-outline {
    margin: 0 5px;
  }
  
  header.main-header .navbar-header .navbar-toggle {
    margin: 20px 15px;
    transition: all 0.25s;
    border: 2px solid #81005D;
  }
  
  header.main-header .navbar-header .navbar-toggle .icon-bar {
    background: #81005D;
  }
  
  header.main-header .navbar-header .navbar-toggle:hover, header.main-header .navbar-header .navbar-toggle:focus {
    background-color: #fff;
  }
  
  header.main-header .navbar-header .navbar-toggle:hover .icon-bar, header.main-header .navbar-header .navbar-toggle:focus .icon-bar {
    background: #000;
  }
  
  header.main-header .vma-mobileMenu {
    border-color: rgba(255, 255, 255, 0.1);
  }
  
  header.main-header nav.navbar {
    margin-bottom: 0;
    border-radius: 0;
    background: url(https://victoriamilan-landers.s3.amazonaws.com/assets/native-ads/middle-bg.jpg) center center no-repeat;
    border: 0;
    min-height: 75px;
  }
  
  header.main-header .navbar-brand {
    display: block;
    padding: 5px 20px;
  }
  
  header.main-header .logo {
    height: 100%;
    margin: 10px 0;
  }
  
  header.main-header .logo img {
    height: 100%;
  }
  
  header.main-header .logo-text h3 {
    color: #fff;
    margin-bottom: 0;
    padding: 10px 0;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 1.5em;
  }
  
  header.main-header .logo-text h3 span {
    color: #FFFC3A;
    font-weight: 400;
  }
  
  section.hero-banner {
    text-align: center;
    position: relative;
    height: 450px;
  }
  
  .vm-article h1.title {
    font-size: 3em;
  }
  
  .vm-article .subt {
    font-weight: 600;
    font-size: 1.5em;
    margin: 10px 0;
    display: block;
  }
  
  .vm-article p {
    font-size: 1.5em;
    line-height: 1.9;
  }
  
  .vma-block h3 {
    font-weight: 400;
    font-size: 2em;
    margin: 20px 0 15px;
  }
  
  .testimonials h3 {
    margin: 30px 0;
  }
  
  .testimonials .test-m {
    font-weight: 700;
    font-size: 1.125em;
    background: rgba(241, 241, 241, 0.41);
    padding: 15px 20px;
    margin: 20px 0;
    border-left: 4px solid #337ab7;
    letter-spacing: .5px;
  }
  
  .testimonials .test-m .testm-author {
    font-weight: 600;
    font-size: 1em;
    color: #337ab7;
  }
  
  .vma-cta .cta-banner {
    border-radius: 4px;
    overflow: hidden;
  }
  
  .vma-cta .vma-block {
    background: #f5f5f5;
    padding: 15px 20px;
    margin-top: 20px;
    border-radius: 4px;
  }
  
  .vma-cta .vma-block h3 {
    font-weight: 700;
    font-size: 1.5em;
    margin: 10px 0;
  }
  
  .vma-cta .vma-block p {
    font-size: 1em;
  }
  
  .vma-cta .vma-form {
    text-align: center;
    background: #232323;
    color: #fff;
    border-radius: 4px;
  }
  
  .vma-cta .vma-form .logo img {
    max-width: 100%;
    width: 250px;
    margin: 20px 0;
  }
  
  .vma-cta .vma-form h4 {
    font-weight: 700;
  }
  
  .vma-cta .vma-form .discr {
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: .25px;
    padding: 0 10px;
  }
  
  .vma-cta .vma-form .regForm {
    padding: 15px;
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    margin: 20px 0;
  }
  
  .vma-cta .vma-form .regForm .select2-container .select2-choice {
    background-image: none;
    border: 1px solid #cecdcd;
    border-radius: 2px;
  }
  
  .vma-cta .vma-form .regForm .input-email {
    margin-top: 10px;
  }
  
  .vma-cta .vma-form .regForm .input-email input {
    border: 1px solid #cecdcd;
    height: 44px;
    border-radius: 2px;
    width: 100%;
    outline: 0;
    padding: 8px 10px;
    color: #000;
  }
  
  .vma-cta .vma-form .regForm .btn-try-us {
    margin-top: 10px;
    background: #2876c4;
    border-radius: 0 3px 3px 0;
    font-size: 20px;
    padding: 12px 20px;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 1.125em;
  }
  
  .vma-cta .vma-form .regForm .btn-try-us.full {
    width: 100%;
  }
  
  footer.main-footer {
    margin-top: 0px;
    background: #000;
    padding: 20px 0;
  }
  
  footer.main-footer .footer-content .navlinks a {
    color: #fff;
    display: inline-block;
    margin: 0 10px;
    line-height: 2;
  }
  
  footer.main-footer .footer-content .socialLinks {
    margin: 20px 0;
  }
  
  footer.main-footer .footer-content .socialLinks a {
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    width: 50px;
    line-height: 54px;
    height: 50px;
  }
  
  footer.main-footer .footer-content .socialLinks a i {
    font-size: 1.5em;
  }
  
  footer.main-footer .footer-content .socialLinks a:nth-child(1):hover {
    background: #55acee;
  }
  
  footer.main-footer .footer-content .socialLinks a:nth-child(2):hover {
    background: #3b5998;
  }
  
  footer.main-footer .footer-content .socialLinks a:nth-child(3):hover {
    background: #dd4b39;
  }
  
  footer.main-footer .footer-content .socialLinks a:nth-child(4):hover {
    background: #32506d;
  }
  
  footer.main-footer .footer-content .copyright {
    font-size: .9em;
    font-weight: 100;
    color: #fff;
  }
  
  article.reviewArticle figure {
    text-align: center;
    margin: 30px 0;
  }
  
  article.reviewArticle figure img {
    max-width: 100%;
    height: auto;
  }
  
  article.reviewArticle ul {
    list-style-type: square;
    font-size: 1em;
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.5;
  }
  
  .review-head h1 {
    color: #282F44;
    margin: 30px 0;
    font-size: 2.5em;
    text-align: center;
  }
  
  .review-head h1 span {
    color: #ef4919;
  }
  
  @media screen and (max-width: 767px) {
    body {
    font-size: 12px;
    }
    header.main-header {
    text-align: center;
    }
    header.main-header .logo {
    height: 94%;
    }
    header.main-header .navbar-right {
    margin: 15px 0;
    }
    header.main-header .navbar-right li > a {
    color: #fff;
    font-size: 1.25em;
    font-weight: 700;
    letter-spacing: .5px;
    }
    header.main-header .navbar-right li > a:hover, header.main-header .navbar-right li > a:focus {
    color: rgba(255, 255, 255, 0.9);
    }
    header.main-header .navbar-right .btn-outline {
    margin: 0 5px;
    max-width: 300px;
    margin: 10px auto;
    }
    section.hero-banner {
    height: 250px !important;
    }
    .signup-container .reg-form-line .user-definition-select, .signup-container .reg-form-line .input-email, .signup-container .reg-form-line .try-us-btn-wrap .btn-try-us, .signup-container .reg-form-line .try-us-btn-wrap, .signup-container .reg-form-line .login-with-social .btn-facebook {
    width: 100%;
    }
    .vm-article h1.title {
    font-size: 2em;
    }
    .vm-article .subt {
    font-size: 1.2 5em;
    }
    .vm-article p {
    font-size: 1.125em;
    letter-spacing: .25px;
    }
  }
  
  li {
    line-height: 1.8;
  }
  
  .mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  }
  
  .mobile-footbar .btn-msignup {
    width: 90%;
    background: #3498db;
    color: #fff;
    font-size: 1.25em;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px;
    letter-spacing: .75px;
    outline: 0 !important;
    -webkit-box-shadow: 0 0 15px 0 rgba(52, 152, 219, 0.5);
    -moz-box-shadow: 0 0 15px 0 rgba(52, 152, 219, 0.5);
    -ms-box-shadow: 0 0 15px 0 rgba(52, 152, 219, 0.5);
    box-shadow: 0 0 15px 0 rgba(52, 152, 219, 0.5);
  }
  /* added new form */
  .fastRegCta{text-align:center;background:#f2f2f2;color:#fff;padding:20px 0; position: sticky; bottom: 0;width: 100%;position: -webkit-sticky;}
  .fastRegCta .discr{color:#fff;font-weight:400;font-size:1em;letter-spacing:.25px;padding:0 10px}
  .fastRegCta .regForm{display:flex;flex-direction:row;max-width:800px;margin:auto}
  .fastRegCta .regForm .user-definition-select,.fastRegCta .regForm .input-email,.fastRegCta .regForm .try-us-btn-wrap{flex:1}
  .fastRegCta .regForm .user-definition-select{min-width:300px}
  .fastRegCta .regForm .select2-container .select2-choice{background-image:none;border:1px solid #cecdcd;border-radius:2px 0 0 2px}
  .fastRegCta .regForm .input-email input{border:1px solid #cecdcd;height:44px;border-radius:0;width:100%;outline:0;padding:8px 10px;color:#000}
  .fastRegCta .regForm .btn-try-us{background:#2876c4;border-radius:0 3px 3px 0;font-size:20px;padding:11px 20px;border:none;border-radius:0 2px 2px 0;color:#fff;font-size:1.125em;width:100%}
  
  .floating-banner {
    background: #f9f9f9;
    bottom: 0;
    left: 0;
    height: auto;
    position: sticky;
    width: 100%;
    color: rgba(0, 0, 0, 0.57);
    padding: 15px 5px;
    box-shadow: 0 -3px 10px 0 rgba(0,0,0,.0785);
    z-index: 999;
    text-align: center;
    position: -webkit-sticky;
  }
  
  .floating-banner .fb--container {
    white-space: nowrap;
    max-width: 750px;
    margin: 0 auto;
  }
  
  .floating-banner .fb--content {
    font-size: 1.125em;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    white-space: normal;
    color: #000;
  }
  
  .floating-banner .fb--button .btn {
    background: #751259;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    letter-spacing: .75px;
    border-radius: 2px;
  }
  
  .floating-banner .fb--button {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
    
  @media screen and (max-width: 767px) {
  .fastRegCta .regForm{display:block}
  .fastRegCta .regForm .btn-try-us{border-radius:0 0 2px 2px}
  .fastRegCta .regForm .select2-container .select2-choice{border-radius:2px 2px 0 0}
  }
  
  .main-content h2 {
    border-bottom: 2px solid #202;
    display: inline-block;
  }

  #related {
    margin: 2rem 0;
  }

#related a {
    font-size: 16px;
    color: #333;
}

.related-items {
    padding: 10px;
}

.ui-caption{display:-webkit-box; display:-ms-flexbox; display:flex; margin: 1rem 0}
.ui-caption .cap--avtar{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:15px}
.ui-caption .cap--avtar img{width:100px;height:100px;border-radius:50%}
.ui-caption .cap--content{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto}
.ui-caption .cap--content .cUser--name{color:rgba(0,0,0,.84);font-weight:600;font-size:1.1em}
.ui-caption .cap--content .followBtn{display:inline-block;color:#337ab7;border:1px solid #337ab7;padding:2px 8px;border-radius:4px;font-size:.9em;font-weight:699;letter-spacing:.25px;margin:0 5px; text-decoration: none}
.ui-caption .cap--content .cUser--post{display:block;margin-top:5px;color:rgba(0,0,0,.54)}
.ui-caption .cap--content time,.view-content .ui-caption .cap--content .readingTime{color:rgba(0,0,0,.54);line-height:1.5}
.ui-caption .cap--content .divider{ display: inline-block;	width: 3px; 	height: 3px;	background: rgba(0,0,0,.54);	vertical-align: middle;	border-radius: 50%;	margin: 0 5px;}

  
  
        