@font-face {
  font-family: 'FGStdDemiXC';
  src: url("../fonts/itcfranklingothicstd-dmxcp-webfont.eot");
  src: url("../fonts/itcfranklingothicstd-dmxcp-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/itcfranklingothicstd-dmxcp-webfont.woff") format("woff"), url("../fonts/itcfranklingothicstd-dmxcp-webfont.ttf") format("truetype"), url("../fonts/itcfranklingothicstd-dmxcp-webfont.svg#FGStdDemiXC") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FGStdDemiCd';
  src: url("../fonts/itcfranklingothicstd-mdcd-webfont.eot");
  src: url("../fonts/itcfranklingothicstd-mdcd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/itcfranklingothicstd-mdcd-webfont.woff") format("woff"), url("../fonts/itcfranklingothicstd-mdcd-webfont.ttf") format("truetype"), url("../fonts/itcfranklingothicstd-mdcd-webfont.svg#FGStdDemiC") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ag_book_roundedregular';
  src: url("../fonts/agbookrounded-regular-webfont.eot");
  src: url("../fonts/agbookrounded-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/agbookrounded-regular-webfont.woff") format("woff"), url("../fonts/agbookrounded-regular-webfont.ttf") format("truetype"), url("../fonts/agbookrounded-regular-webfont.svg#ag_book_roundedregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FGStdDemiC';
  src: url("../fonts/itcfranklingothicstd-dmcp-webfont.eot");
  src: url("../fonts/itcfranklingothicstd-dmcp-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/itcfranklingothicstd-dmcp-webfont.woff") format("woff"), url("../fonts/itcfranklingothicstd-dmcp-webfont.ttf") format("truetype"), url("../fonts/itcfranklingothicstd-dmcp-webfont.svg#FGStdDemiXC") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*--RESPONSIVE STYLES--*/
/*--Mobile styles--*/
@media screen and (max-width: 640px) {
  h1, h2, h3, h4 {
    font-size: 29px;
    line-height: 29px;
  }
  h1 span, h2 span, h3 span, h4 span {
    font-size: 28px;
  }

  html,
  body {
    min-width: 320px;
  }

  .bg-variant-5 {
    background-size: auto 500px;
  }
  .bg-variant-5 .content {
    background: none;
  }

  .hide-desktop {
    display: block !important;
  }

  .page {
    width: auto;
    margin: 0 auto;
    padding: 0;
    min-height: 0;
  }

  header {
    padding: 15px;
  }
  header section {
    float: right;
    padding: 22px 0 0;
    overflow: visible;
  }
  header .top {
    margin: 0;
    float: left;
    height: auto;
    padding: 0;
  }
  header .top .search-form,
  header .top .social-list,
  header .top .list {
    display: none;
  }
  header .reg-link {
    left: 26px;
    top: 82px;
  }
  .splash-screen header .top {
    margin-right: 0;
  }

  .logo {
    margin: 0;
  }

  .teen {
    margin: 6px 0 0;
    font-size: 14px;
  }

  .site-de .teen {
    margin: -2px 0 0;
  }

  .language-switcher {
    display: block;
  }

  .language-switcher-desktop {
    display: none;
  }

  nav {
    float: left;
    position: relative;
    margin: 0 0 0 7px;
  }
  .site-de nav > .mobile-drop > ul > li, .site-ru nav > .mobile-drop > ul > li, .site-fr nav > .mobile-drop > ul > li {
    padding: 0;
    max-width: 100%;
  }
  nav .nav-mobile {
    display: block;
    width: 31px;
    height: 27px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/sprite.png") no-repeat -711px 0;
    cursor: pointer;
  }
  nav.active .mobile-drop {
    display: block;
  }
  nav .mobile-drop {
    display: none;
    position: absolute;
    right: 0;
    top: 41px;
    width: 246px;
    padding: 10px 12px;
    background: #eff9fb;
    border: 7px solid #00b5ca;
    border-radius: 2px;
  }
  nav .mobile-drop .search-form {
    display: block;
    margin: 0 0 11px;
    float: none;
    width: 100%;
  }
  nav .mobile-drop ul {
    text-align: left;
  }
  nav .mobile-drop ul li {
    margin-top: 1px;
    display: block;
    width: 100%;
    background: none;
    padding: 0;
    height: auto;
    float: none;
    max-width: none;
  }
  nav .mobile-drop ul li:first-child {
    margin-top: 0;
  }
  nav .mobile-drop ul li a {
    display: block;
    vertical-align: top;
    background: #c7e9ee;
  }
  nav .mobile-drop ul li a:hover {
    background: #eff9fb;
  }
  nav .mobile-drop ul li a span {
    display: block;
    padding: 13px 20px;
  }
  nav .mobile-drop ul li.active a {
    background: #eff9fb;
  }
  nav .mobile-drop ul li.sub-nav span {
    background: url("../images/bgs/bullet-004.png") no-repeat 100% 50%;
  }
  nav .mobile-drop ul li.sub-nav.active a {
    background: #eff9fb;
    color: #fe4888;
  }
  nav .mobile-drop ul li.sub-nav.active span {
    background: url("../images/bgs/bullet-005.png") no-repeat 100% 50%;
  }
  nav .mobile-drop ul li.sub-nav.active ul {
    display: block;
  }
  nav .mobile-drop ul li.sub-nav.active ul li a {
    color: #10759b;
  }
  nav .mobile-drop ul li.sub-nav ul {
    display: none;
    font: 12px/15px Arial, Helvetica, sans-serif;
    text-transform: none;
    padding: 0 30px;
  }
  nav .mobile-drop ul li.sub-nav ul li {
    margin: 0 0 3px;
    padding: 14px 0;
  }
  nav .mobile-drop ul li.sub-nav ul li a {
    color: #10759b;
  }
  nav .mobile-drop ul li.sub-nav ul li a:hover {
    color: #fe4888;
  }
  nav .mobile-drop ul li.sub-nav .sub-nav ul {
    display: none;
    padding: 15px 15px 0;
  }
  nav .mobile-drop ul li.sub-nav .sub-nav ul li {
    background: none;
    margin: 0;
    padding: 8px 0;
  }
  nav .mobile-drop ul li.sub-nav .sub-nav ul li:first-child {
    background: none;
  }
  nav .mobile-drop ul li.sub-nav .sub-nav.active {
    margin: 0;
    padding-bottom: 0;
  }
  nav .mobile-drop ul li.sub-nav .sub-nav.active ul {
    display: block;
  }
  nav .mobile-drop ul ul {
    position: relative;
    width: auto;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    display: block;
    background: none;
  }
  nav .mobile-drop ul ul li {
    width: 100%;
  }
  nav .mobile-drop ul ul li:first-child {
    width: 100%;
  }
  nav .mobile-drop ul ul li a {
    text-align: left;
    padding: 0 18px 0 0;
  }
  nav.active .nav-mobile {
    background-position: -711px -32px;
  }
  nav.active .mobile-drop {
    display: block;
  }

  .home-gallery {
    padding: 0;
    margin: 30px auto 30px auto;
    overflow: hidden;
    width: 320px;
    background-size: 100%;
    background-position: 0 150px;
  }
  .home-gallery:after {
    width: 460px;
    height: 75px;
    background: url("../images/bgs/bg-home-gallery-after.png") no-repeat;
    background-size: 100%;
  }
  .home-gallery .slider {
    height: auto;
    clear: both;
    overflow: visible !important;
    margin-top: 45px;
  }
  .home-gallery .slider .slide {
    width: 100%;
    height: 100%;
  }
  .home-gallery .slider .slide .img {
    margin: 0;
    width: 220px;
    height: auto;
  }
  .jumbo-page .home-gallery .slider .slide .img {
    margin: 0;
    width: 220px;
    height: auto;
  }
  .home-gallery .slider .slide .desc {
    padding: 20px 20px 0;
    background: url("../images/bgs/bg-home-gallery-desc-m.png") no-repeat;
    width: 192px;
    height: 124px;
    left: 118px;
    top: -62px;
  }
  .home-gallery .slider .slide .desc h2 {
    width: 80px;
    margin: 0 auto;
  }
  .home-gallery .slider .slide .desc h2 sup {
    top: -5px;
  }
  .home-gallery .slider .slide .desc h2, .home-gallery .slider .slide .desc h2 span {
    font-size: 25px;
    line-height: 22px;
  }
  .home-gallery .prev, .home-gallery .next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    float: left;
    width: 13px;
    height: 20px;
    background-position: -756px 0;
    margin: 0 15px 0 0;
  }
  .home-gallery .next {
    background-position: -838px 0;
    margin: 0 0 0 15px;
  }
  .home-gallery .cycle-panel {
    float: none;
    height: 32px;
    margin-left: 20px;
  }
  .home-gallery .cycle-pager {
    display: block;
    float: left;
    padding: 3px 0 0;
  }
  .home-gallery .cycle-pager span {
    margin: 0 2px;
    float: left;
    width: 15px;
    height: 15px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/sprite.png") no-repeat -787px -3px;
  }
  .home-gallery .cycle-pager span.cycle-pager-active {
    background-position: -806px -3px;
  }
  .site-sv .home-gallery .slider .slide .desc, .site-ru .home-gallery .slider .slide .desc, .site-nl .home-gallery .slider .slide .desc, .site-fr .home-gallery .slider .slide .desc, .site-de .home-gallery .slider .slide .desc, .site-sr .home-gallery .slider .slide .desc {
    height: auto;
    min-height: 110px;
    padding: 13px 15px 0 60px;
    width: auto;
  }
  .site-sv .home-gallery .slider .slide .desc h2, .site-sv .home-gallery .slider .slide .desc h2 span, .site-ru .home-gallery .slider .slide .desc h2, .site-ru .home-gallery .slider .slide .desc h2 span, .site-nl .home-gallery .slider .slide .desc h2, .site-nl .home-gallery .slider .slide .desc h2 span, .site-fr .home-gallery .slider .slide .desc h2, .site-fr .home-gallery .slider .slide .desc h2 span, .site-de .home-gallery .slider .slide .desc h2, .site-de .home-gallery .slider .slide .desc h2 span, .site-sr .home-gallery .slider .slide .desc h2, .site-sr .home-gallery .slider .slide .desc h2 span {
    font-size: 20px;
    line-height: 120%;
  }

  	/*.btn-link{
      bottom: 0px;
      right: 25px;
  	}*/
  .block-holder {
    padding: 0 6px;
    width: auto;
    background: none;
    margin: 0 0 14px;
  }
  .block-holder .block-holder {
    float: none;
  }
  .block-holder .block-holder .block:first-child {
    float: none;
    padding: 47px 29px 0;
    margin: 0 auto;
    background: url("../images/bgs/sep-011.png") no-repeat 50% 0;
  }
  .block-holder .block {
    float: none;
    padding: 47px 29px 0;
    margin: 0 auto;
    background: url("../images/bgs/sep-011.png") no-repeat 50% 0;
  }
  .block-holder .block:first-child {
    padding-top: 0;
    background: none;
  }
  .block-holder .block .button {
    padding-bottom: 17px;
  }

  footer {
    padding: 0 15px 25px;
    width: auto;
  }
  footer .list-block {
    padding: 0 0 23px;
  }
  footer .list-block ul {
    float: none;
    padding: 0;
    width: 100%;
  }
  footer .list-block ul li {
    float: none;
    margin: 0;
  }
  footer .list-block ul li a {
    text-align: left;
    padding: 7px 8px;
  }
  footer .social-list {
    display: block;
    width: 72px;
    margin: 0 auto 21px;
    float: none;
    overflow: hidden;
  }
  footer .social-list li {
    margin: 0 5px;
  }

  .brand-wrapp {
    width: auto;
    padding: 15px;
    margin: 0 0 17px;
    background: rgba(107, 188, 207, 0.9);
  }
  .brand-wrapp h1 {
    display: none;
  }
  .brand-wrapp .brand-block {
    padding: 10px;
    background: rgba(203, 234, 241, 0.8);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
  .brand-wrapp .brand-block .row {
    margin: 0;
  }

  .brand-info {
    margin: 0 0 10px;
    float: none;
    width: 100%;
  }
  .brand-info .img, .brand-info.img-blue .img {
    margin: 0 0 40px;
  }
  .brand-info .desc {
    min-height: 0;
  }
  .brand-info h2 {
    font-size: 29px;
    line-height: 29px;
  }
  .brand-info h2 span {
    font-size: 28px;
  }
  .brand-info .read-more {
    padding: 12px 25px 8px 15px;
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 125px;
  }

  .breadcrumbs {
    padding: 16px 12px 10px;
    font-size: 11px;
  }
  .breadcrumbs span:nth-child(1) a {
    margin-left: 0;
  }

  .main {
    padding: 0 0 34px;
  }
  .main .title {
    margin: -4px 0 0;
    padding: 0 14px 20px;
  }
  .main .category-wrapp {
    margin: 0;
    padding: 0 24px;
  }

  .category-block {
    float: none;
    margin: 0 0 52px;
    width: 100%;
  }
  .category-block .img, .category-block.img-blue .img {
    margin: 0 0 36px;
  }
  .category-block .ttl {
    min-height: 44px;
  }

  .calendar-wrapp {
    padding: 0 15px;
    margin: 0;
  }
  .calendar-wrapp h2 {
    margin: 0 0 8px;
  }
  .calendar-wrapp .desc {
    padding: 0;
    position: relative;
    z-index: 50;
  }
  .calendar-wrapp .block {
    position: relative;
    padding: 29px 28px;
    background: #fff url("../images/bgs/bg-menstrual-calendar-block-mobile.png") no-repeat 100% 0;
  }
  .calendar-wrapp .block:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 57px;
    height: 126px;
    background: url("../images/bgs/bg-menstrual-calendar-block-before.png") no-repeat;
    z-index: 10;
  }
  .calendar-wrapp .img {
    float: none;
    margin: 0 0 26px;
    width: 100%;
  }

  .category-info {
    margin: 0;
    padding: 0 15px 48px;
  }
  .category-info .img {
    float: none;
    margin: 0 0 21px;
    width: auto;
    padding: 8px;
  }
  .category-info .desc h2 {
    margin: 0 0 8px;
  }

  .post-list {
    padding: 0 0 148px;
  }

  .post {
    margin-bottom: -148px;
    padding: 246px 15px 0;
    background-position: -232px 9px;
  }
  .post:first-child {
    padding: 0 15px;
  }
  .post.even {
    background-position: -383px 0;
  }
  .post .img {
    float: none;
    margin: 0 6px 20px;
    width: auto;
    position: relative;
    top: auto;
    right: auto;
  }
  .post .desc {
    padding: 0;
    min-height: 0;
  }
  .post .desc h2 {
    margin: 0 0 12px;
  }
  .post .desc .text-box {
    min-height: 0;
    padding: 0 0 23px;
  }

  .faq-content {
    width: 100%;
    margin: 0;
    float: none;
    background: #63E2E9;
  }
  .faq-content .w1 {
    padding: 15px;
    background: none;
  }
  .faq-content .block {
    background: rgba(203, 234, 241, 0.8);
    padding: 30px 10px;
  }
  .faq-content .w2 {
    padding: 0;
  }
  .jumbo-page .faq-content .w2 {
    padding: 0;
  }
  .faq-content .category-list {
    width: 100% !important;
  }
  .faq-content .category-list .jspContainer {
    width: 100% !important;
  }
  .faq-content .category-list .jspPane {
    width: 100% !important;
  }
  .faq-content .category-list ul {
    padding-right: 15px;
  }
  .faq-content .category-list .desc {
    padding-right: 15px;
  }
  .faq-content .category-ttl {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding-left: 10px;
    width: 92%;
  }
  .faq-content .social-info {
    overflow: hidden;
    padding: 0 0 30px;
  }
  .faq-content .social-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
  }
  .faq-content .social-info ul li {
    float: left;
    margin: 0 0 0 5px;
  }
  .faq-content .social-info ul li a {
    display: block;
  }
  .faq-content .social-info ul li a img {
    display: block;
  }

  .desc-404 {
    min-height: 375px;
    padding: 35px 0 0;
  }

  .sidebar {
    float: none;
    background: #fff;
    margin: 0px 0 0 0;
    padding: 0;
    width: auto;
  }
  .sidebar .side-list,
  .sidebar .side-list-wrapper {
    display: none;
  }
  .sidebar .block-holder {
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
  }
  .sidebar .most-popular {
    margin: 0;
  }
  .sidebar .push-block {
    width: auto;
    padding-top: 0;
    margin: 25px 0 0;
    padding: 20px 20px 0;
  }

  .contact-wrapp {
    padding: 25px 0 0;
  }
  .contact-wrapp .desc p {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 15px;
  }

  .tailor-header .bottom-block .desc {
    font-size: 14px;
  }
  .tailor-header .bottom-block ol {
    font-size: 14px;
  }
  .tailor-header .bottom-block .image {
    height: auto;
    width: 100%;
  }
  .tailor-header .wraper-date .pink-btn,
  .tailor-header .wraper-date .date {
    width: 100%;
  }

  .faceboock-popup {
    margin: 0 0 0 -47%;
    padding: 65px 0 25px;
    width: 94%;
  }

  .contact-form {
    padding: 0;
  }
  .contact-form .check-post .img {
    float: none;
    margin: 0 0 10px 0;
  }
  .contact-form h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .contact-form p {
    margin: 0 0 32px;
  }
  .contact-form .row {
    padding: 0 0 14px;
  }
  .contact-form .row label {
    float: none;
    padding: 0 0 6px;
    width: auto;
    text-align: left;
    display: block;
  }
  .contact-form .sel-box.size {
    width: 31%;
  }
  .contact-form .area {
    height: 158px;
  }
  .contact-form .area textarea {
    height: 158px;
  }
  .contact-form .check-row,
  .contact-form .text-row {
    padding: 2px 0 10px;
  }
  .contact-form .captcha-row {
    padding: 5px 0 14px;
  }
  .contact-form .captcha-row label {
    float: none;
    padding: 0 0 6px;
    width: 100%;
    text-align: left;
    display: block;
  }
  .contact-form .button {
    text-align: center;
    padding: 23px 0 0;
  }
  .jumbo-page .contact-form .button {
    text-align: left;
  }
  .contact-form .button .btn-submit {
    float: none;
    display: inline-block;
  }
  .contact-form .error-block p {
    margin: 0;
  }

  .faq-content .ttl {
    margin: 0 0 26px;
    padding: 0 0 26px;
  }
  .faq-content .ttl h1 {
    font-size: 29px;
    line-height: 29px;
  }
  .faq-content .ttl h1 span {
    font-size: 28px;
  }
  .faq-content .desc-info {
    padding: 0 0 4px;
    margin: 0 0 25px;
  }
  .faq-content .desc-info .img {
    margin: 0 auto 13px;
    float: none;
  }

  .glossary-list {
    margin: 0 -3px 27px;
  }
  .glossary-list li {
    margin: 0 0 6px;
    min-width: 21px;
    text-align: center;
  }

  .glossary-block {
    margin: 0;
    height: 1250px;
    width: 100% !important;
  }
  .glossary-block .jspContainer {
    width: 100% !important;
  }
  .glossary-block .jspPane {
    width: 100% !important;
  }

  .glossary-detail {
    margin: 0;
    padding: 2px 0 0;
  }
  .glossary-detail h2 {
    margin: 0 0 32px;
  }
  .glossary-detail p {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 17px;
  }

  .glossary-wrapp .related-block {
    margin: 0;
  }

  .search-product h1 {
    font-size: 29px;
    line-height: 29px;
    margin: 0 0 26px;
  }
  .search-product h2 {
    font-size: 29px;
    line-height: 29px;
    margin: 0 0 27px;
  }
  .search-product p {
    margin: 0 0 19px;
  }

  .product-list {
    margin: 0;
    padding: 0 18px;
  }

  .product-box {
    width: 100%;
    margin: 0 0 26px;
    display: block;
  }

  .search-global h2 {
    margin: 0 0 32px;
  }
  .search-global .product-result {
    margin: 0 0 30px;
    padding: 0 0 7px;
  }
  .search-global .product-list {
    padding: 7px 18px 0;
  }
  .search-global .w2 {
    padding-bottom: 25px;
  }

  .category-result {
    margin: 0 0 30px;
    padding: 0 0 9px;
  }
  .category-result .category-block {
    margin: 0;
    display: block;
    width: auto;
    padding: 0 18px 26px;
  }
  .category-result .category-block h2 {
    font-size: 29px;
    line-height: 30px;
  }
  .category-result .category-block .img {
    margin: 0 0 39px;
  }
  .category-result .category-block p {
    margin: 0 0 17px;
  }
  .category-result p {
    margin: 0 0 26px;
  }

  .video-result {
    margin: 0 0 29px;
  }

  .video-block {
    padding: 11px 18px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  .table-box {
    display: none;
  }

  .calendar-content {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .calendar-content .title {
    margin: -4px 0 0;
    padding: 0 14px 20px;
  }
  .calendar-content .page-desc-info {
    display: none;
  }
  .calendar-content .info-message {
    margin-left: 0;
  }

  .button-box {
    background: url("../images/bgs/bg-button-box.png") repeat;
  }
  .button-box .remind-me,
  .button-box .how-it-works,
  .button-box .print {
    display: block;
    margin: 0 !important;
    float: none;
    width: auto;
  }

  .calendar-account {
    margin: 0;
    width: 100%;
  }
  .calendar-account .block {
    display: none;
  }
  .calendar-account .forgotten-password-block,
  .calendar-account .restart-password-block {
    display: block;
    margin: 0;
  }
  .calendar-account .forgotten-password-block .create-new-calendar,
  .calendar-account .restart-password-block .create-new-calendar {
    width: auto;
    float: none;
  }
  .calendar-account .app-calendar-info {
    display: block;
    margin: 0;
    background: none;
  }

  .login-desc {
    display: none;
  }

  .sep-or {
    display: none;
  }

  .app-calendar {
    min-height: 190px;
    padding: 20px 20px 12px;
    background-position: -130px 0;
  }
  .app-calendar .read-more {
    margin-bottom: 10px;
    clear: both;
  }
  .app-calendar h3 {
    margin: 0 0 20px;
  }

  .send-to-friend-form {
    padding: 0;
    width: auto;
  }
  .send-to-friend-form form,
  .send-to-friend-form fieldset {
    width: 100% !important;
  }
  .send-to-friend-form .ttl h1 {
    text-transform: uppercase;
  }
  .send-to-friend-form .ttl h1 span {
    text-transform: none;
  }
  .send-to-friend-form .desc h2 {
    line-height: 24px;
  }
  .send-to-friend-form .desc .title {
    padding: 0;
    margin: 0;
  }
  .send-to-friend-form .desc .title p a {
    text-decoration: underline;
    color: #fe4888;
  }
  .send-to-friend-form .desc .title p a:hover {
    text-decoration: none;
  }
  .send-to-friend-form .logo {
    display: none;
  }
  .send-to-friend-form .contact-form .row {
    padding: 0;
  }
  .send-to-friend-form .contact-form .col {
    float: none;
    margin: 0 0 14px !important;
    width: 100%;
  }
  .send-to-friend-form .contact-form .button {
    width: 100%;
    margin: 0 -11px 0 0;
  }
  .send-to-friend-form .contact-form .button .btn-submit {
    float: left;
    width: 47%;
    margin: 0;
  }
  .send-to-friend-form .contact-form .button .btn-submit a {
    width: 100%;
    min-width: 100%;
  }
  .send-to-friend-form .contact-form .button .btn-submit.send-cancel {
    margin: 0 11px 0 0;
  }

  .send-to-friend-mobile {
    display: block;
  }

  .hidden-mobile {
    display: none;
  }

  .video-popup-wrapp {
    width: auto;
    padding: 0;
  }
  .video-popup-wrapp h1 {
    font-size: 29px;
    line-height: 29px;
    text-transform: uppercase;
    margin: 0 0 35px;
  }
  .video-popup-wrapp h1 span {
    font-size: 28px;
    text-transform: none;
  }

  .content {
    margin: 0;
    float: none;
    width: 100%;
  }
  .content .page-info {
    padding: 0 14px 0px;
  }
  .content .page-info .img {
    width: auto;
  }
  .content .page-desc .block {
    padding: 10px 14px 15px;
  }
  .content .page-desc img {
    margin: 0 auto 20px;
    display: block;
    float: none;
  }

  .product-gallery {
    width: 320px;
    padding: 8px 0;
    height: auto;
    margin: 0 auto 50px;
  }
  .product-gallery .prev, .product-gallery .home-gallery .next, .home-gallery .product-gallery .next {
    top: 189px;
    left: 14px;
  }
  .product-gallery .next {
    top: 189px;
    right: 14px;
  }
  .product-gallery .switcher {
    display: none;
  }
  .product-gallery .switcher li {
    margin: 0;
    width: 100%;
    float: none;
    display: block;
    border-top: 1px solid #10759B;
  }
  .product-gallery .switcher li:first-child {
    border: 0;
  }
  .product-gallery .switcher li a {
    width: 100% !important;
  }
  .product-gallery .product-slider {
    margin: 0 16px;
    overflow: hidden;
    height: auto;
  }
  .product-gallery .product-slider .slider {
    position: relative;
    height: auto;
  }
  .product-gallery .product-slider .slider .img {
    width: auto;
    margin: 0;
    float: none;
  }
  .product-gallery .product-slider .slider .img img {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 250px;
  }
  .product-gallery .product-slider .slider .img .img-desc {
    display: none;
  }
  .product-gallery .product-slider .slide {
    width: 224px;
    height: auto;
    padding: 0 32px;
  }
  .product-gallery .product-slider .slide h2 {
    margin-bottom: 23px;
  }
  .product-gallery .product-slider .slide .ttl {
    overflow: hidden;
    background: #eff9fb;
    margin: 0 -12px 27px;
  }
  .product-gallery .product-slider .slide .ttl h2 {
    margin: 0;
    font: 20px/43px "ag_book_roundedregular";
    color: #fe4888;
  }
  .product-gallery .product-slider .slide .ttl h2 .tm {
    font-size: 7px;
    line-height: 12px;
    position: relative;
    top: -10px;
    font-weight: normal;
  }

  .product-filter {
    width: 310px;
    margin: 0 auto;
  }

  .product-filter-form {
    display: none;
  }

  .product-filter-form-mobile {
    display: block;
  }
  .product-filter-form-mobile .scel-box {
    overflow: hidden;
    margin: 0 15px 1px;
  }
  .product-filter-form-mobile select {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    width: 100%;
  }
  .product-filter-form-mobile .select-area {
    width: 100% !important;
    margin: 0;
    padding: 0;
    border: 0;
    background: #c3e9ef;
    height: 43px;
    text-transform: uppercase;
    font: 20px/43px "FGStdDemiXC";
    color: #10759b;
    border-radius: 0;
    box-shadow: none;
  }
  .product-filter-form-mobile .select-area .select-opener {
    height: 43px;
    background: url("../images/bgs/bullet-005.png") no-repeat 100% 50%;
    cursor: pointer;
  }
  .product-filter-form-mobile .select-area .center {
    padding: 0 35px 0 20px;
  }
  .product-filter-form-mobile .select-area.select-disabled {
    opacity: 0.3;
    filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
  }
  .product-filter-form-mobile .select-area.select-disabled .select-opener {
    cursor: default;
  }
  .product-filter-form-mobile .button {
    overflow: hidden;
    padding: 19px 0;
  }
  .product-filter-form-mobile .button .btn-submit {
    width: 232px;
    margin: 0 auto;
    display: block;
    float: none;
  }
  .product-filter-form-mobile .button .btn-submit span {
    padding: 0;
    background: none;
  }

  .btn-refresh {
    margin: 0 auto;
    float: none;
  }
  .btn-refresh a {
    float: none;
    margin: 0 auto;
    display: block;
    min-width: 0;
    width: 197px;
  }

  .search-result {
    padding: 36px 0 0;
    margin: 0 auto;
  }

  .search-result .ttl {
    padding: 0 14px 17px;
  }

  .search-result .ttl h2 {
    float: none;
    margin: 0 0 15px;
  }

  .search-result .ttl .btn-refresh {
    display: none;
  }

  .search-result .cols-wrapp {
    width: 320px;
    margin: 0 auto;
  }

  .search-result .shadow-line {
    display: none;
  }

  .search-result .col {
    float: none;
    margin: 0 auto 32px;
    position: relative;
    padding: 0 44px;
  }

  .search-result .prev, .search-result .home-gallery .next, .home-gallery .search-result .next, .search-result .next {
    display: block;
    position: absolute;
    left: 15px;
    top: 139px;
    width: 19px;
    height: 39px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/sprite.png") no-repeat -91px -2px;
  }

  .search-result .next {
    background-position: -119px -2px;
    right: 15px;
    left: auto;
  }

  .product-mobile-gallery {
    overflow: hidden;
    position: relative;
  }

  .product-mobile-gallery ul {
    width: 99999px;
  }

  .product-mobile-gallery ul li {
    margin: 0;
    float: left;
    width: 167px;
  }

  .ob-forum {
    float: none;
    margin: 0;
    width: auto;
    padding: 0 5px;
  }

  .forum-topic {
    padding: 0;
  }
  .forum-topic table {
    width: 100%;
  }
  .forum-topic table td.col1 a {
    display: inline;
  }
  .forum-topic table td.col1 img {
    margin-right: 8px;
  }

  .topic-info-bar .top ul {
    float: none;
    margin: 0 0 10px;
    overflow: hidden;
  }

  .forum-tools {
    clear: both;
  }

  .statistic-info .going {
    float: none;
    margin: 0 0 20px;
  }
  .statistic-info .statistic {
    float: none;
  }

  .sort-bar {
    float: none;
    overflow: hidden;
    clear: both;
    margin: 0 0 10px;
  }

  .new-topic {
    margin: 0 0 10px;
  }

  .pager {
    margin: 0;
  }

  .topic-list-info ul {
    margin: 0;
  }
  .topic-list-info ul li {
    width: 100%;
    padding: 0;
    float: none;
    display: block;
    overflow: hidden;
  }

  .main .topic-post .title, .main .add-new-topic .title {
    padding: 0 15px;
    margin: 0;
  }
  .main .add-new-topic .bar img {
    width: 100%;
  }

  .topic-post .user-info, .main .add-new-topic .user-info {
    width: 120px;
  }

  .topic-post .post-text .button ul li, .main .add-new-topic .post-text .button ul li {
    float: none;
    margin: 2px 0 0;
  }
  .topic-post .post-text .button ul li:first-child, .main .add-new-topic .post-text .button ul li:first-child {
    margin: 0;
  }

  .product-filter-form-mobile {
    display: block;
  }

  .category-sel {
    margin-bottom: 20px;
  }
  .category-sel .select-area {
    width: 100% !important;
    margin: 0;
    padding: 0;
    border: 0;
    background: #c3e9ef;
    height: 43px;
    text-transform: uppercase;
    font: 20px/43px "FGStdDemiXC";
    color: #10759b;
    border-radius: 0;
    box-shadow: none;
  }
  .category-sel .center {
    padding: 0 35px 0 14px;
  }
  .category-sel .select-opener {
    height: 43px;
    background: url("../images/bgs/bullet-005.png") no-repeat 100% 50%;
    cursor: pointer;
  }

  .reg-my-account .account-form .column {
    float: none;
    width: auto;
    padding: 0;
  }

  .reg-my-account {
    padding: 18px 0;
  }

  .splash-screen {
    background: #e6f6f8 url("../images/bgs/bg-splashscreen-m.png") no-repeat 50% 0;
  }
  .splash-screen .logo {
    width: 100px;
  }
  .splash-screen .splash-main {
    padding-top: 78px;
    min-height: 130px;
  }
  .splash-screen .go-girl,
  .splash-screen .go-woman {
    width: 46%;
  }
  .splash-screen .go-girl h2, .splash-screen .go-girl h2 span {
    font-size: 26px;
  }
  .splash-screen .go-girl h2 {
    line-height: 22px;
  }
  .splash-screen .go-girl h2 span {
    margin: 0;
    top: 0;
    line-height: inherit;
  }
  .splash-screen .go-woman {
    padding: 5px 0 0 0;
  }
  .splash-screen .go-woman h2 {
    font-size: 26px;
    line-height: 22px;
  }
  .splash-screen .go-woman h2 span {
    font-size: 20px;
  }
  .splash-screen .go-girl .read-more,
  .splash-screen .go-woman .read-more {
    font-size: 15px;
    letter-spacing: -1px;
  }
  .splash-screen .go-girl .read-more span,
  .splash-screen .go-woman .read-more span {
    background-position: 100% -1px;
    background-size: auto 15px;
  }
  .splash-screen .read-more {
    min-width: inherit;
    padding: 6px 8px 0px 8px;
  }
  .splash-screen .go-girl h2 {
    margin: 0 0 5px;
  }
  .splash-screen .go-woman h2 {
    margin: 0px;
  }
  .splash-screen footer {
    display: table;
    width: auto;
    padding: 0;
  }
  .splash-screen footer .copy, .splash-screen footer .desc {
    float: none;
    text-align: center;
  }
  .splash-screen footer .desc {
    width: auto;
    margin-top: 20px;
  }
  .splash-screen footer .copy {
    width: 200px;
    margin: 0 auto;
    display: table-footer-group;
  }
  .splash-screen footer .footer-link {
    float: none;
    display: table-header-group;
    width: 100%;
    word-wrap: break-word;
  }
  .splash-screen footer .footer-link li {
    float: none;
    width: 100%;
  }
  .splash-screen footer .footer-link li a {
    padding: 5px 10px 6px 7px;
    width: auto;
    text-align: left;
  }
  .splash-screen footer .desc {
    padding: 0;
  }

  .article-gallery {
    margin: 0 auto;
    width: 292px;
    min-height: 474px;
  }
  .article-gallery .slider {
    width: auto;
    margin: 0 12px;
  }
  .article-gallery .slider ul li {
    width: 268px;
  }
  .article-gallery .img {
    margin: 0 25px 50px;
    height: auto;
  }
  .article-gallery .prev, .article-gallery .home-gallery .next, .home-gallery .article-gallery .next {
    top: 70px;
    left: 12px;
  }
  .article-gallery .next {
    top: 70px;
    right: 12px;
  }
  .article-gallery .switcher {
    top: 170px;
    left: 12px;
  }
  .article-gallery .switcher .over-list {
    width: 217px;
  }

  .popup-cookie-notice-wrap .popup-cookie-notice {
    width: auto;
    margin: 0 12px;
  }

  .fancybox-inner {
    height: auto !important;
  }

  .product-detail {
    padding: 54px 15px 23px;
  }
  .product-detail .product-box {
    padding: 0 0 30px;
    margin: 0 auto;
    float: none;
    width: auto;
  }
  .product-detail .product-box .box {
    padding: 17px 20px;
  }
  .product-detail .product-info {
    width: auto;
    float: none;
    padding: 0 0 40px;
  }
  .product-detail .product-info .ttl {
    margin: 0;
    padding-bottom: 19px;
  }
  .product-detail .product-info .type {
    padding: 7px 0 0 97px;
  }
  .product-detail .product-info .info {
    padding: 0 0 36px;
  }
  .product-detail .product-info .info .img {
    margin: 0 0 30px;
    width: 100%;
    float: none;
  }
  .product-detail .product-info .info .img img {
    width: 100%;
  }
  .product-detail .product-info .desc {
    margin: 0 0 10px;
  }
  .product-detail .product-info .product-logo {
    margin: 0;
    float: none;
  }
  .product-detail .product-info .product-logo h3 {
    font-size: 36px;
    margin: 14px -15px 0 20px;
  }
}
/*--end mobile styles--*/
/*--END RESPONSIVE STYLES--*/
