body {
  font-family: "Open Sans";
  font-size: 13px;

  -webkit-font-smoothing: subpixel-antialiased;
}

input[type="submit"]:hover {
  cursor: pointer;
}

.row { max-width: 1100px; }

ul, ol, dl, p {
  font-size: 13px;
}

h1, h2, h3, h4, h5, h6, select, input, textarea {
  font-family: "Open Sans";
}

.divider {
  height: 6px;
  border-top: 1px dashed #CFE8F4;
  border-bottom: 1px dashed #CFE8F4;
  margin: 15px 0;
}

a {
  color: #BE0D71;
  text-decoration: underline;

  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.lighter {
  font-size: 12px;
  font-weight: 100;
}

/*.blue { color: #005792 !important; } */
/*.pink { color: #BE0D71 !important; } */


h1.pink,
h1.pink.page-title { color: #BE0D71; }
h1.blue,
h1.blue.page-title { color: #005792; }

h2.page-title.blue, .person-content h1.blue, .person-title .blue, .girls .girl h3 a.blue, .girl p.sum.blue, .person-contact h4.blue, .person-meta h4.blue, .girls .girl h3.blue a { color: #005792; }
.person-title .pink, .page-title.pink, .person-contact h4.pink, .person-content h1.pink, .girls .girl h3.pink a { color: #BE0D71; }

.person-nav .sympations.blue { border-color: #005792; color: #005792; background: url('img/icon-heart-blue.png') no-repeat 90% center; }
.person-nav .sympations.blue:hover { background: url('img/icon-heart.png') no-repeat 90% center; background-color: #005792; }

.person-detail .person-thumbnail .ribbon.pink { background: #BE0D71 }
.person-contact input.submit.pink, .person-contact input.submit.pink:focus { background: #BE0D71; }
.girl-thumb.not-activated span.not-active.blue { background: #005792; }
.show-more.btn.blue { background: #005792; }

.girl-thumb .verificated.blue {
  background: url('img/icon-eye-blue.png') no-repeat center center;
}

.search-model .submit.blue {
  background: #005792;
}

p.disclaimer {
  color: #005892;
  margin-top: 30px;
  text-align: center;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child+html .clearfix {
  zoom: 1;
}

/* IE7 */
.clearfix:before,.clearfix:after {
  content: '20';
  font-size: 0;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

#asp_form, .asp_form {
  margin: 0;
}

/*form#asp_form .row .row .column, form#asp_form .row .row .columns {
  margin: 0;
}* */

.blue {
  color: #005892;
}

.pink {
  color: #BE0D71;
}

/**
 *   Grayscale
 */

img.grayscale {
  -webkit-filter: url('js/filters.svg#grayscale');
          filter: url('js/filters.svg#grayscale'); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */
}

/**
 *   Blur
 */
img.blurred {
   -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    filter: url('img/blur.svg#blur');
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
}


/*img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0);
} */

/*-----------------------------------------------------------------------------------*/
/*  Body Widths
/*-----------------------------------------------------------------------------------*/
.login #main {
  width: 820px;
  max-width: 100%;
  margin: auto;
}

/*-----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/

.header {

  box-shadow: 0 7px 3px -6px rgba(0,0,0,0.3);
  position: relative;
  z-index: 1;
}

body.fixed-header {
  margin-top: 50px;
}

body.fixed-header .header {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: white;
}

.logo {
  float: left;
  font-size: 22px;
  font-weight: 400;
}

.logo img {
  margin-top: 8px;
}

/**
 *   Navigation
 */
.navigation-outer {
  float: right;
}

.navigation li {
  list-style: none;
  float: left;
}

.navigation li > a {
  display: block;
  padding: 17px 15px;
  color: #005892;
  font-size: 14px;
  font-weight: 100;
  text-decoration: none;
  border-left: 1px solid #F0F0F0;
}

.navigation li:last-child > a {
  border-right: 1px solid #F0F0F0;
}

.navigation li.login > a {
  background: url('img/icon-login.png') 12px 45% no-repeat;
  padding-left: 40px;
}

.navigation li.register > a {
  background: url('img/icon-register.png') 12px 45% no-repeat;
  padding-left: 40px;
}

/**
 *   Logged in
 */

.logged .navigation li.register a, .logged .navigation li.login a {
  background: none;
}

.logged .top-bar .top-bar-section li.login > a, .logged .top-bar .top-bar-section li.login > a:hover, .logged .top-bar .top-bar-section li.register a, .logged .top-bar .top-bar-section li.register a:hover {
  background: none !important;
  padding: 17px 20px !important;
}

.logged .navigation li a {
  padding: 17px 20px;
}

.logged .navigation .user {
  padding-top: 8px;
  padding-bottom: 9px;
  padding-left: 10px;
  border-left: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
}

.logged .top-bar-section .user {
  border-left: 1px solid #F0F0F0;
  border-right: 1px solid #F0F0F0;
  padding-left: 10px;
}

.logged .navigation .user img, .logged .top-bar-section .user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border:3px solid #EBEBEB;
}

.logged .navigation .user h4, .logged .top-bar-section .user h4 {
  display: inline-block;
  font-size: 14px;
  font-weight: 100;
  text-align: left;
  margin: 0;
}

.logged .navigation .user a, .logged .top-bar-section .user a {
  font-size: 14px;
  text-decoration: none;
  padding-left: 10px;
  padding-top: 12px;
  border-left: none !important;
  display: inline-block;
  font-size: 14px;
  font-weight: 100;
  text-align: left;
  margin: 0;
}

.logged .navigation .unread, .logged .top-bar-section .unread, .logged .top-bar .unread {
  display: block;
  position: absolute;
  background: #FF0018;
  color: white;
  font-size: 10px;
  font-weight: bold;
  top: 14px;
  margin-left: 13px;
  padding: 0px 5px 1px 5px;
  border-radius: 5px;
  line-height: 12px;
  font-weight: bold;
}

.chrome.logged .navigation .unread, .chrome.logged .top-bar-section .unread, .chrome.logged .top-bar .unread {
  line-height: 11px;
  padding: 1px 5px 1px 5px;
}

.navigation {
  position: relative;
  z-index: 999;
}

.top-bar {
  background: white;
}

.top-bar a {
  text-decoration: none;
}

.top-bar-section ul li {
  position: relative;
}

.top-bar .toggle-topbar.menu-icon a span::after, .top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 2px 0 1px #005792, 0 9px 0 1px #005792, 0 16px 0 1px #005792;
  height: 1px;
  margin-top: -9px;
}

.top-bar.expanded .title-area, .top-bar-section ul li {
  background: white;
  color: #005892;
}

.top-bar-section ul li a {
  color: #005892;
  font-family: "Open Sans";
}

.top-bar-section ul li {
  background: white;
}


.top-bar .toggle-topbar.menu-icon a {
  color: #005792;
  text-decoration: none;
}

.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a, .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  color: white;
  line-height: 22.5px;
  display: block;
  background: #BE0D71;
}

.top-bar-section ul li.active > a:hover, .top-bar-section ul li.active > a {
  background: #BE0D71;
  color: white;
}

.top-bar-section li.active:not(.has-form) a:not(.button):hover, .top-bar-section li:not(.has-form) a:not(.button):hover {
  background-color: transparent !important;
  color: #045895;
}

.top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:not(.button) {
  background: white;
  display: block;
  padding: 17px 15px;
  color: #045895;
  font-size: 14px;
  font-weight: 100;
  text-decoration: none;
  border-left: 1px solid #F0F0F0;
  line-height: 150%;
  letter-spacing: 0;
}

.top-bar-section .has-dropdown > a:after {
  border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
  top: 29.5px;
}

.top-bar-section li:not(.has-form) ul a:not(.button) {
  color: #045895 !important;
}

.top-bar .top-bar-section li.login > a, .top-bar .top-bar-section li.login a:hover, .top-bar .top-bar-section li.login:hover a {
}

.top-bar .top-bar-section li.register > a, .top-bar .top-bar-section li.register > a:hover {
}

.top-bar .top-bar-section li .fa {
  color: #BE0D71;
  margin-right: 10px;
}

.logged .top-bar .top-bar-section li .fa {
  color: #045895;
}

.top-bar .top-bar-section li > a {
  color:  #045895 !important;
}

.top-bar .top-bar-section li.active > a {
  color: #BE0D71;
}

.top-bar .top-bar-section ul.dropdown li:not(.has-form) a:not(.button) {
  border-bottom: 1px dashed #EBEBEB;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  line-height: 20px;
  padding: 4px 30px 4px 10px;
  font-size: 13px;
  background: #FFFFFF;
  display: block;
  color: #005892;
  width: 100%;
}

.top-bar-section ul li:hover:not(.has-form) > a {
  background: white;
}


.top-bar .top-bar-section ul.dropdown li:not(.has-form) a:hover {
  color: #b61072 !important;
}

.top-bar-section .has-dropdown > h4 a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
  border-top-style: solid;
  margin-top: -2.5px;
  top: 22.5px;
}

.top-bar-section .has-dropdown > h4 a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}


.top-bar-section .has-dropdown > h4 a:after {
  border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
  top: 29.5px;
}

.top-bar-section .has-dropdown > h4 a {
  padding-right: 35px !important;
}

/**
 *   Sub-menu
 */

ul.navigation li {
  position: relative;
  z-index: 999;
}

ul.navigation li ul.sub-menu {
  padding: 0;
  position: absolute;
  z-index: 999;
  top: 49px;
  padding-top: 10px;
  left: 0;
  width: 100%;
  display: none;
  opacity: 0;
  visibility: hidden;
  margin-left: 0;
  border: none;
  border-bottom: 1px solid #EBEBEB;
}

ul.navigation li ul.sub-menu li, ul.navigation li ul.sub-menu li a {
  background: #FFFFFF;
  display: block;
  color: #005892;
  width: 100%;
  border:none;
  padding: 0;
}

ul.navigation li ul.sub-menu li a {
  border-bottom: 1px dashed #EBEBEB;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  line-height: 20px;
  padding: 4px 30px 4px 10px;
  font-size: 13px;
}

ul.navigation li ul.sub-menu li:last-child a {
  border-bottom: none;
}


ul.navigation li:hover ul.sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

.second-header {
  padding: 20px 0;
  background: #BDE4F6;
  margin-top: 0px;
  position: relative;
  z-index: 0;

  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjZTFmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZmNmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */ /* gradient overlay */ /* gradient overlay */
  background-image: -webkit-linear-gradient(bottom, #bce1f7 0%, #f4fcfe 100%); /* gradient overlay */
  background-image: linear-gradient(bottom, #bce1f7 0%, #f4fcfe 100%); /* gradient overlay */

}

.second-header.empty {
  background: #BDE4F6;
  background-image: none;
}

.top-bar-section .parent-link i {
  display: none;
}

/*-----------------------------------------------------------------------------------*/
/*  Page
/*-----------------------------------------------------------------------------------*/
h1.page-title, h2.page-title {
  font-size: 40px;
  font-weight: bold;
  color: #BE0D71;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0 30px 0;
}

.second-header h2.page-title, .second-header h1.page-title {
  margin-top: 20px;
  margin-bottom: 70px;
}

h3.page-title {
  color: #005892;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.page-header {
  text-align: center;
  margin: 20px 0 50px 0;
}

.page-header h3 {
  display: inline;
  margin-left: 20%;
}

.page-header .sort {
  float: right;
  display: inline;
  margin-top: 10px;
  width: 240px;
}

.page-header .sort select {
  display: inline-block;
  float: right;
  width: 200px;
  margin-top: -8px;

  background-color: transparent;
  padding: 5px;
  height: 35px;
  line-height: 1;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #848484;
  font-weight: 100;
  font-size: 12px;
  -webkit-appearance: none;
}

.page-header .sort .selectbox {
  width: 200px;
  background: none;
  border: none;
  padding: 0;
  color: #BE0D71;
  font-size: 12px;
  margin-top: -8px;
}

.profile-main .page-title {
  margin-bottom: 20px;
}

/**
 *   Girls
 */

 .girl {
  list-style: none;
  text-align: center;
  border-right: 1px dashed #EBEBEB;
  margin-bottom: 20px;
 }

 .girl-thumb {
  padding: 0 30px;
  padding-bottom: 15px;
  position: relative;
 }

 .girl-thumb .verificated {
  width: 25px;
  height: 25px;
  position: absolute;
  background: url('img/icon-eye.png') no-repeat center center;
  top: 18px;
  right: 45px;
  z-index: 3;
 }

 .girl-thumb a {
   display: block;
   height: 100%;
   width: 100%;
   position: relative;

   border: 6px solid #ddd;
   border-radius: 50%;
   overflow: hidden;
}

 .girl-thumb.not-activated .overlay{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   border-radius: 50%;
   height: 100%;
   background: rgba(0, 0, 0, 0.3);
   /* border: 6px solid #EBEBEB; */
   z-index: 1;
 }

 .girl-thumb.not-activated .ribbon-outer {
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
 }

 .girl-thumb.not-activated span.not-active {
  font-size: 10px;
  font-weight: bold;
  color: white;
  background: #BE0D71;
  position: absolute;
  bottom: 0px;
  border-radius: 50%;
  padding-top: 27px;
  left: 0;
  width: 100%;
  height: 57px;
  border-radius: 50% / 100%;
  border-radius: 100% / 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
 }

 .girl-thumb img {
  border-radius: 50%;
  /* border: 7px solid #EBEBEB; */;
 }

 .girl.registered-only .girl-thumb a h5 {
   position: absolute;
   top: 53%;
   background: white;
   color: #bbb;
   line-height: 24px;
   font-weight: normal;
   width: 100%;
   text-align: center;
   padding: 0 20px;
   z-index: 5;
 }

 .home #main .list .girl.registered-only a h5 {
   font-size: 80%;
   line-height: 12px;
   top: 55%;
 }

 .ie11 .girl-thumb img.grayscale {
   border-radius: 0;
 }

 .girl-thumb.not-activated img {
  -webkit-filter: url('img/gray.svg#grayscale');
  filter: url('img/gray.svg#grayscale');
  filter: gray;
  -webkit-filter: grayscale(100%);
 }

 .girl h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
 }

 .girl h3 a {
  color: #BE0D71;
  text-decoration: none;
 }

 .girls .girl h3 a {
  color: #BE0D71;
 }

 .girl p.sum {
  color: #BE0D71;
  font-size: 12px;
  font-weight: 100;
  margin: 0;
 }

 .girls-found .unveil.girls .girl img[src=""] {
   opacity: 1 !important;
 }

  .girls-found .unveil.girls .girl {
    position: relative;
  }

   .girls-found .unveil.girls .girl .spinner {
     position: absolute;
     display: block;
     z-index: 1;
     width: 100%;
     background-position: center center;
     background-repeat: no-repeat;
     height: 100%;
     background-image: url(data:image/gif;base64,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)
   }

 .girls-found .unveil.girls .girl img {
    opacity: 0;
    transition: opacity .3s ease-in;
    min-width: 100%;
    position: relative;
    z-index: 2;
}


 .large-block-grid-4 > li.girl:nth-of-type(4n) {
  border: none;
 }

 .show-more.btn {
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-align: center;
  background: #BE0D71;
  border-radius: 20px;
  width: 287px;
  text-transform: uppercase;
  margin: 50px auto;
  border: none;
  padding: 12px 44px;
  text-decoration: none;
  display: inline-block;
 }

 /**
 *   Person detail
 */
h2.person-title {
  text-align: left;
}

.person-nav {
  margin: 35px 0;
}

.person-nav .sympations {
  border: 3px solid #BE0D71;
  border-radius: 40px;
  font-weight: bold;
  color: #BE0D71;
  font-size: 14px;
  padding: 12px 60px 12px 20px;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  float: left;
  background: url('img/icon-heart.png') no-repeat 90% center;
}

.person-nav .sympations:hover {
  background: #BE0D71 url('img/icon-heart-blue.png') no-repeat 90% center;
  color: white;
}

.person-nav .back-btn {
  display: block;
  float: right;
  border: 2px solid #9A9A9A;
  border-radius: 40px;
  font-weight: bold;
  color: #9A9A9A;
  font-size: 12px;
  padding: 5px 20px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
}

.person-nav .back-btn:hover {
  background: #9A9A9A;
  color: white;
}

.person-detail .person-thumbnail .person-image {
  width: 100%;
}

.person-detail .person-thumbnail {
  position: relative;
  border: 6px solid #EAEAEA;
}

.person-detail .person-thumbnail .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 100;
}

.person-detail .person-thumbnail .ribbon {
  position: absolute;
  top: 20px;
  z-index: 999;
  right: -6px;
  background: #005792;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 18px;
  border-radius: 20px 0 0 20px;
}

.person-detail .person-thumbnail .ribbon img {
  margin-top: -3px;
  margin-right: 10px;
  margin-left: -5px;
}

.person-detail .person-thumbnail .ribbon.not-active, .person-detail .person-thumbnail.not-activated .ribbon {
  background: #BE0D71;
}

.person-detail .person-thumbnail.not-activated img {

}

.person-detail .person-thumbnail.no-photo {
  min-height: 550px;
  background: #EAEAEA url('img/icon-photo.png') no-repeat center 45%;
  position: relative;
}

.person-detail .person-thumbnail .jquery-filestyle {
  position: absolute;
  top: 65%;
  /* left: 35%; */
  width: 100%;
  text-align: center;
}

.person-detail .person-thumbnail .jquery-filestyle input {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
}

.person-detail .person-thumbnail .jquery-filestyle label {
  margin-right: 0;
}

.person-detail .person-thumbnail .jquery-filestyle label span, .person-detail .person-thumbnail input.submit {
  display: inline-block;
  border: 2px solid #9A9A9A;
  border-radius: 40px;
  font-weight: bold;
  color: #9A9A9A;
  font-size: 12px;
  padding: 5px 20px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 10px;
}

.person-detail .person-thumbnail.no-photo .photo-password input {
  float: none;
  margin: auto;
}

.person-detail .person-thumbnail.no-photo input.submit { background:transparent; margin-top: 10px; }

.person-detail .person-thumbnail.no-photo {
}

.person-detail .person-thumbnail.no-photo .photo-password {
  position: absolute;
  top: 65%;
  /* left: 35%; */
  width: 100%;
  text-align: center;
}

.person-detail .person-thumbnail.no-photo .photo-password input[type="password"] {
  font-size: 11px;
}

.person-detail .person-thumbnail.no-photo h3 {
  color: #C0C0C0;
  font-size: 30px;
  font-weight: 100;
  text-align: center;
  padding: 20px 10px;
}


.person-detail .thumbnails {
  margin-top: 20px;
}


.person-content h3, .person-content h1 {
  color: #005892;
  font-size: 30px;
  font-weight: bold;
  color: #005892;
}

.person-description {
  margin-top: 20px;
}


.person-meta h4 {
  font-weight: 100;
  font-size: 18px;
  color: #BE0D71;
  text-transform: uppercase;
}

.person-meta table {
  border-collapse: collapse;
  border: none;
  border-top: 1px solid #F0EFEF;
  width: 100%;
}

.person-meta table td {
  font-size: 13px;
  padding-left: 2px;
}

.person-meta table tr {
  background: white;
  border-bottom: 1px solid #F0EFEF;
}

.person-meta table tr td:first-child {
  font-weight: bold;
}

.person-contact {
  margin-top: 30px;
}

.person-contact h4 {
  color: #005892;
  font-size: 18px;
  font-weight: 100;
  text-transform: uppercase;
}

.person-contact textarea {
  box-shadow: none;
  border-color: #D9D9D9;
  border-radius: 3px;
  height: 120px;
  font-size: 12px;

}

.person-contact input.submit, .person-contact input.submit:focus {
  background: #005892;
  width: auto;
  padding: 12px 35px;
  margin-top: 10px;
}


/**
 *   My Profile
 */

 .profile-main .page-title {
  text-align: left;
 }

 h4.section-title {
  color: #BE0D71;
  font-size: 18px;
  font-weight: 100;
  text-transform: uppercase;
 }

 .profile-main .read {
   display: none;
 }

 .show-read {
     background: #BE0D71;
    border: 2px solid #BE0D71;
    padding: 5px 35px;
    color: white;
    display: inline-block;
    border-radius: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
 }

 .read h4.section-title {
  color: #3D76A2;
 }

 .read .message-list {
   margin-bottom: 20px;
 }

 .message-list {
  list-style: none;
  margin: 1px;
  margin-bottom: 35px;
 }

 .message-list li {
  border: 1px solid #EDEDED;
  border-radius: 3px;
  padding: 5px 10px;
  margin-bottom: 10px;
  position: relative;
 }

.message-list li.read {
  background: #F3F3F3;
}

 .read .message-list li {
  background: #F3F3F3;
 }

.message-list .new-messages {
  position: absolute;
  top: -5px;
}

 .message-list .new-messages span{
  background: #FF0018;
  color: white;
  border-radius: 20px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
 }

 .message-list .thumb {
 }

 .message-list .thumb img {
  border-radius: 50%;
  border: 3px solid #EBEBEB;
  width: 70px;
  max-width: 100%;
 }

 .message-list .name {
  padding-top: 13px;
  padding-left: 0;
 }

 .message-list .name h5 {
  color: #005892;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 0;
 }

 .message-list .name h5 a {
  color: #005892;
  text-decoration: none;
 }

  .message-list .name h5 a:hover {
    text-decoration: underline;
  }

 .message-list .name p {
  margin-bottom: 0;
  color: #005792;
  font-size: 12px;
 }

.message-list .message {
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
}

 .message-list .message p {
  color: #005892;
  font-size: 12px;
  margin-bottom: 0;
 }

.message-list .buttons {
  padding: 0;
  padding-top: 18px;
  text-align: center;
}

.message-list li .btn {
  background: #BE0D71;
  border: 2px solid #BE0D71;
  padding: 5px 35px;
  color: white;
  display: inline-block;
  border-radius: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 20px;
}

.message-list li .btn:hover {
  border: 2px solid #BE0D71;
  background: white;
  color: #BE0D71;
}

.message-list li .btn.unlock {
  background: transparent;
  border: 2px solid #9B9B9B;
  color: #9B9B9B;
  padding: 5px 14px;
}

.message-list li .btn.unlock:hover {
  background: #9B9B9B;
  color: white;
}

.message-list .responded {
  background: url('img/icon-respond.png') no-repeat center center;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 24px;
  left: -22px;
  z-index: 1;
}

.message-list .responded.blue {
  background: url('img/icon-respond-blue.png') no-repeat center center;
}

.message-list .cross {
    width: 13px;
    height: 13px;
    background: url('img/view-more-cross.png') no-repeat top center;
    background: url('img/view-more-cross-grey.png') no-repeat top center;
    background-size: cover;
    float: right;
    display: block;
    text-indent: -9999px;
    /* background: url('img/view-more-arrow.png') no-repeat center center; */
    margin-right: 5px;
    position: absolute;
    top: 5px;
    right: 0px;
}

.message-list .cross:hover {
    background: url('img/view-more-cross.png') no-repeat bottom center;
    background: url('img/view-more-cross-grey.png') no-repeat bottom center;
    background-size: cover;
}

.erase-conversation {
  text-align: center;
}

.erase-conversation .btn {
  background: #BE0D71;
  border: 2px solid #BE0D71;
  padding: 5px 35px;
  color: white;
  display: inline-block;
  border-radius: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.erase-conversation .btn:hover {
  border: 2px solid #BE0D71;
  background: white;
  color: #BE0D71;
}

.erase-conversation .btn.unlock {
  background: transparent;
  border: 2px solid #9B9B9B;
  color: #9B9B9B;
}

.erase-conversation .btn.unlock:hover {
  background: #9B9B9B;
  color: white;
}


/**
 *   Sympathy
 */

 .section-title.blue {
  color: #005892;
 }

.sympathy .list .hidden {
  display: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

.sympathy .list .hidden ul {
  margin-left: 0;
}

.sympathy .list {
  margin-left: 0;
}

 .sympathy .list li {
  list-style: none;
  border-radius: 4px;
  background: #E8F7FE;
  padding: 7px;
  margin-bottom: 3px;
 }


.sympathy .list li .thumb {
}

 .sympathy .list li .thumb img {
  border-radius: 50%;
  border: 3px solid #B8DDEF;
  width: 50px;
 }


.sympathy .list li h5 {
  margin-bottom: 0;
  line-height: 13px;
}

.sympathy .list li p {
  margin-bottom: 0;
  color: #005892;
}

 .sympathy .list li h5 a {
  font-weight: bold;
  text-transform: uppercase;
  color: #005892;
  font-size: 13px;
  text-decoration: none;
 }

 .sympathy .list .view-more {
  float: right;
  display: block;
  text-indent: -9999px;
  width: 15px;
  height: 20px;
  /*background: url('img/view-more-arrow.png') no-repeat center center; */
  margin-top: 13px;
  margin-right: 5px;
 }

/*.sympathy .list li.person:hover .view-more {
    background: url('img/view-more-arrow-hover.png') no-repeat center center;
}*/


.sympathy .list .view-more {
  width: 13px;
  height: 13px;
  background: url('img/view-more-cross.png') no-repeat top center;
  background-size: cover;
}

.sympathy .list li.person .view-more:hover {
  width: 13px;
  height: 13px;
  background: url('img/view-more-cross.png') no-repeat bottom center;
  background-size: cover;
}

 .sympathy .list .name {
  padding-left: 0;
  margin-top: 3px;
 }

 .sympathy .show-more {
  font-weight: bolder;
  font-size: 10px;
  color: white;
  background: #005792;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 7px;
  border-radius: 20px;
 }

 .like-to-meet {
  margin-top: 30px;
 }

 .both-sympathy {
  margin-top: 30px;
 }

 /**
 *   Homepage
 */

.hero-image-background {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjZTFmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZmNmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */ /* gradient overlay */ /* gradient overlay */
  background-image: -webkit-linear-gradient(bottom, #bce1f7 0%, #f4fcfe 100%); /* gradient overlay */
  background-image: linear-gradient(bottom, #bce1f7 0%, #f4fcfe 100%); /* gradient overlay */
}

.hero-image-background {
  background: #f4fcfe; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZmNmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGUyZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #f4fcfe 0%, #bde2f7 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4fcfe), color-stop(100%,#bde2f7)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f4fcfe 0%,#bde2f7 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f4fcfe 0%,#bde2f7 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f4fcfe 0%,#bde2f7 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f4fcfe 0%,#bde2f7 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4fcfe', endColorstr='#bde2f7',GradientType=0 ); /* IE6-8 */
}

.hero-image-background.version2 {
  /*background: url('img/bg-homeslider.jpg') no-repeat center center; */
    background: url('img/bg-register3.jpg') no-repeat top center;
    color: white;
    /*margin-top: 30px; */
    background-size: cover;
    padding-bottom: 55px;
    background-position: 40% 50%;
}

    .hero-image-background.version2 h2 {
        font-size: 30px;
        /*color: white;*/
        text-align: left;
        line-height: 40px;
        margin-bottom: 30px;
        letter-spacing: 1px;
        margin-top: 60px;
    }

.hero-image-background.version2 p {
  font-size: 14px;
  color: black;
  line-height: 22px;
  font-weight: 100;
}

.hero-image-background.version2 .buttons {
  position: static;
  margin-top: 50px;
}

.hero-image-background.version2 .btn {
    display: inline-block;
    margin: auto;
    text-align: center;
    padding: 12px 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: white;
    border-radius: 30px;
    background: #BE0D71;
    text-decoration: none;
    width: 244px;
    margin-right: 10px;
}

.hero-image-background.version2 .btn.transparent {
  background: transparent;
  border: 2px solid white;
  padding: 10px 0;
}

.hero-image-background.version2 .btn.transparent:hover {
  background: white;
  color: #000000;
}

.hero-image-background.version2 .hero-image {
  height: auto;
  margin-bottom: 0;
}

.hero-image {
  height: 560px;
  /*background: url('img/hero-image.png') no-repeat center 70% */;
  position: relative;
  margin-bottom: 141px;
}

.hero-image .bg-man {
  background: url('img/slider-man.png') no-repeat center center;
  width: 421px;
  height: 327px;
  float: right;
  margin-right: 100px;
}

.hero-image .bg-woman {
  background: url('img/zena2.png') no-repeat center center;
  width: 332px;
  height: 320px;
  margin-left: 90px;
  float: left;
}

.hero-image .content {
  margin-top: 35px;
}

.hero-image h2 {
  font-size: 48px;
  font-weight: bold;
  color: #005892;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  line-height: 56px;
}

.hero-image h3 {
  color: #005892;
  font-weight: 100;
  text-align: center;
  color: #005892;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 36px;
  margin-bottom: 25px;
}

.hero-image .ribbon {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -75px;
  background: url('img/bg-ribbon.png') no-repeat top center;
  width: 150px;
  height: 170px;
  text-align: center;
  padding-top: 35px;
  padding-right: 5px;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 22px;
}

.hero-image .ribbon strong {
  font-size: 20px;
}

.hero-image .buttons {
  position: absolute;
  bottom: -141px;
  width: 100%;
  z-index: 1;
}

.hero-image .buttons-inner {
  background: white;
  margin: 0 30px;
  padding: 30px 0;
}

.hero-image .buttons .buttons-outer {
  padding: 0 9px;
  margin-top: -50px;
  position: relative;
  margin-left: -9px;
  margin-right: -9px;
}

.hero-image .buttons .buttons-outer:before {
  display: block;
  content: "";
  background: url('img/shadow-left1.png') no-repeat;
  height: 160px;
  position: absolute;
  width: 9px;
  top: 0;
  left: 30px;
}

.hero-image .buttons .buttons-outer:after {
  display: block;
  content: "";
  background: url('img/shadow-right.png') no-repeat;
  height: 160px;
  position: absolute;
  width: 9px;
  top: 0;
  right: 30px;
}

.hero-image .buttons-inner h4 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #BE0D70;
}

.hero-image .buttons-inner p{
  font-size: 14px;
  color: #BE0D71;
  text-align: center;
  margin: 0 23%;
  font-weight: 100;
}

.hero-image .buttons-inner .left {
  border-right: 1px dashed #CFE8F4;
  margin-right: 2px;
  margin-left: -2px;
}

.hero-image .buttons-inner .left a, .hero-image .buttons-inner .right a {
  text-decoration: none;
  border: none;
}

.hero-image .buttons-inner .right {
  border-left: 1px dashed #CFE8F4;
  margin-left: 2px;
  margin-right: -2px;
  color: #005792;
}

.hero-image .buttons-inner .arrow {
  width: 21px;
  height: 30px;
  display: block;
  background: url('img/arrow-pink.png') no-repeat center center;
  text-align: center;
  margin: auto;
  margin-top: 20px;
}

.hero-image .buttons-inner .right .arrow {
  background: url('img/arrow-blue.png') no-repeat center center;
}

.hero-image .buttons-inner .right p, .hero-image .buttons-inner .right h4 {
  color: #005892;
}

.home #main .large-6 .section-title {
  font-size: 18px;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.home #main .large-6 .list li:last-child,
.home #main .large-6 .list li:nth-child(3n) {
  border: none;
}

.home #main .large-6 .list .girl-thumb {
  padding: 0 25px;
  padding-bottom: 10px;
  /* border-radius: 50%; */
  /* border: 7px solid black; */
}

.home #main .large-6 .list .girl-thumb img {
  /* border-width: 5px; */
}

.registered-men, .registered-women {
  margin-top: 30px;
}

.registered-men {
  border-left: 1px dashed #EBEBEB;
  margin-left: 2px;
  margin-right: -2px;
}

.registered-women {
  border-right: 1px dashed #EBEBEB;
  margin-right: 2px;
  margin-left: -2px;
}

.registered-men .btn, .registered-women .btn {
  display: inline-block;
  margin: auto;
  text-align: center;
  padding: 12px 0px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: white;
  border-radius: 30px;
  background: #BE0D71;
  text-decoration: none;
  width: 288px;
  margin-bottom: 20px;
}

.registered-men .btn {
  background: #005792;
}

.girls.men .girl h3 a, .girls.men .girl p {
  color: #005792;
}

/**
 *   Register section
 */
.register-section {
  background: url('img/bg-register.jpg') no-repeat top center;
  color: white;
  padding: 50px 0;
  margin-top: 30px;
  background-size: cover;
}

.register-section.version2 {
  background: #f6f6f6;
  margin-top: 0;
  padding-top: 70px;
}

.register-section.version2.men .large-6 {
  float: right;
}

.list .registered-only .girl-thumb {
  background: hite;
}

.register-section.version2 .btn {
  border-color: #b61072;
  color: #b61072;
}

.register-section.version2 .btn:hover {
  background: #b61072;
  color: white;
}


.register-section.version2 .text h3 {
  color: #b61072;
}

.register-section.version2 .text p {
  color: #000;
  font-weight: 100;
  padding-right: 0;
}

.register-section.version2 .list.girls.large-block-grid-2 {
  padding: 0 15%;
}

.register-section.version2 .list.girls.large-block-grid-2 li {
  border-right: 0;
}

.register-section.version2 .list.girls.large-block-grid-2 h3 {
  font-size: 13px;
}

.register-section.version2 .list.girls.large-block-grid-2 h3,
.register-section.version2 .list.girls.large-block-grid-2 p {
  text-align: center;
  padding-right: 0;
}

.register-section.version2 .list.girls.large-block-grid-2 p {
  padding-right: 0;
}

.register-section.version2.white {
  background: #ffffff;
}

.register-section.version2.white h3 {
  color: #045895;
}

.register-section.version2.white .divider {
  background: #045895;
}

.register-section.version2.white .btn {
  border-color: #045895;
  color: #045895;
}

.register-section.version2.white .btn:hover {
  background: #045895;
  color: white;
}

.register-section.image1 {
  background-image: url('img/bg-register1.jpg');
}

.podminky .divider {
    height: 6px;
    width: 83px;
    border: none;
    margin: 20px 0;
    background: #be0d70;
    display: inline-block;
}

.col-center {
  float: none;
  margin: auto;
}

.podminky {
  background: url('img/podminky-bg.jpg') no-repeat center center;
  background-size: cover;
  padding: 70px 0;
  color: white;
}

.podminky p {
  font-size: 14px;
  line-height: 25px;
  font-weight: 100;
}

.podminky .btn {
    color: white;
    border: 2px solid white;
    border-radius: 30px;
    padding: 12px 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    margin-top: 40px;
    display: inline-block;
}

.podminky .btn:hover {
  background: white;
  color: #045895;
}

.podminky h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    letter-spacing: 1px;
}

.register-section h3 {
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 40px;
}

.register-section p {
  font-size: 14px;
  line-height: 25px;
}

.register-section p {
  padding-right: 100px;
  margin-bottom: 0;
}

.register-section .divider.bold {
  background: #BE0D71;
  height: 6px;
  width: 83px;
  border: none;
  margin: 30px 0;
}

.register-section .btn {
  color: white;
  border: 2px solid white;
  border-radius: 30px;
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  margin-top: 40px;
  display: inline-block;
}

.register-section .btn:hover {
  background: white;
  color: #758A97;
}

/**
 *   Testimonials
 */

 .testimonials h3 {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 50px 0 30px 0;
 }

 .testimonials p.lead {
  color: #000000;
  font-size: 14px;
  font-weight: 100;
  line-height: 22px;
 }

.quotes {
  margin-top: 70px;
}

 .quotes li .columns {
  border: 1px solid #E9E9E9;
  border-radius: 10px;
  padding-top: 35px;
  padding-left: 20px;
  padding-bottom: 15px;
  padding-right: 80px;
 }

 .quotes li .columns {
  position: relative;
  background: transparent;
  border: 1px solid #EAEAEA;
}
.quotes li .columns:after, .quotes li .columns:before {
  top: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.quotes li .columns:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 20px;
  margin-left: -20px;
  border-width: 10px 15px 0 15px;
}
.quotes li .columns:before {
  border-color: rgba(234, 234, 234, 0);
  border-top-color: #EAEAEA;
  border-width: 21px;
  margin-left: -22px;
  border-width: 11px 17px 0 17px;
}

 .quotes li {
  background: url('img/icon-quote.png') no-repeat 93% 40px;
 }

 .quotes li p {
  font-size: 12px;
  color: #646464;
 }

.quotes li .author {
  margin-top: 20px;
  display: inline-block;
  margin-left: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*  Register Page
/*-----------------------------------------------------------------------------------*/
.register-main .inner_box {
  border: 3px solid #EDEDED;
  border-radius: 5px;
  padding: 15px;
}

.register-main .inner_box p {
  margin: 10px 60px 0px 60px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}

.register-main .large-6.pink {
  border-right: 1px dashed #CFE8F4;
  margin-right: 2px;
  margin-left: -2px;
}

.register-main .large-6.blue {
  border-left: 1px dashed #CFE8F4;
  margin-left: 2px;
  margin-right: -2px;
}

.register-main .inner_box label {
  margin: auto;
  margin-top: 20px;
}

.register-main .pink .inner_box h3{
  color: #BE0D71;
}

.blue input.labelauty + label {
  border-color: #005792;
  color: #005792;
}

/* When Checked */
.blue input.labelauty:checked + label
{
  background-color: #005792;
  color: #ffffff;
  border-color: #005792;
}

.blue input.labelauty:checked:not([disabled]) + label:hover
{
  background-color: #005792;
  border-color: #005792;
}

.register_fields label {
  display: inline-block;
  width: 100px;
  color: #848484;
  text-align: left;
}

.register_fields {
  margin-top: 60px;
}

.register_fields input, .register_fields select {
  display: inline-block;
  width: 220px;
  color: #848484;
}

.register_fields .legal input {
  width: auto;
}

.register_fields .legal label {
  width: auto;
}

.register_fields p.legal {
  color: #848484;
}

.register_fields p.legal.no-margin {
  margin-bottom: 0;
}

.register_fields p.legal.no-margin input {
  margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*  Forms
/*-----------------------------------------------------------------------------------*/
.login-form {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}

.login-form label {
  display: inline-block;
}

.login-form input {
  display: inline-block;
}

label {
  color: #005892;
  font-size: 12px;
  font-weight: 300;
  margin-right: 25px;
}

input:focus {
  box-shadow: none !important;
}

input[type="text"], input[type="password"], input[type="email"] {
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  padding: 10px 10px;
  width: 220px;
  font-family: "Open Sans";
  box-shadow: none;
  font-size: 12px;
  height: 35px;
}

select {
  background-color: transparent;
  padding: 5px;
  height: 35px;
  line-height: 1;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  width: 220px;
}

.btn.submit, .btn.submit:focus {
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-align: center;
  background: #BE0D71;
  border-radius: 20px;
  width: 287px;
  text-transform: uppercase;
  border: none;
  padding: 12px 24px;
}

.btn.submit {
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  outline: none;
}

.search-model {
  background: white;
  padding: 20px;
  background: url('img/shadow-bottom.png') no-repeat bottom center white;
}

.search-model select {
  float: left;
  width: 200px;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  padding: 10px;
  margin: 0 20px 0 0;
  color: #848484;
  font-weight: 100;
  background-color: transparent;
  font-size: 12px;

  -webkit-appearance: none;
}

.search-model .selectbox {
  float: left;
}

.search-model .vek {
  width: 130px;
}

.search-model .postava {
  width: 170px;
}

.search-model .plat, .search-model .odkud {
  width: 220px;
}

.search-model .submit {
  width: auto;
  padding: 12px 35px;
  margin-top: -8px;
  margin-bottom: 0;
}

.search-model-outer {
  padding: 0 9px;
  margin-top: -50px;
  position: relative;
  margin-left: -9px;
  margin-right: -9px;
  /*background: url('img/shadow-bottom.png') no-repeat center bottom; */
  background-color: white;
}

.search-model-outer:before {
  display: block;
  content: "";
  background: url('img/shadow-left1.png') no-repeat;
  height: 160px;
  position: absolute;
  width: 9px;
  top: 0;
  left: -9px;
}

.search-model-outer:after {
  display: block;
  content: "";
  background: url('img/shadow-right.png') no-repeat;
  height: 160px;
  position: absolute;
  width: 9px;
  top: 0;
  right: -9px;
}

.search-model label {
  color: #848484;
}

.selectbox.vek, .styled-select.vek {
  width: 130px;
}

.selectbox.postava, .styled-select.postava {
  width: 170px;
}

.search-model {
  text-align: center;
}

.search-model-outer .styled-select {
  margin-right: 20px;
  position: relative;
  float: none;

  display: inline-block;
  margin-bottom: 20px;

}

.search-model .plat {
  width: 205px;
}

.styled-select.submit {
  padding: 12px 0;
}

.search-model-outer .styled-select {
  margin: 0 10px 10px 10px;
}

.search-model-outer .styled-select select {
  margin-right: 0;
}

.search-model .selectbox {
  float: none;
}

.search-model-outer .btn.submit, .styled-select.submit {
  width: 190px;
}

.styled-select select {
  /*background-image: none; */
}

/**
 *   Register 1, 2
 */
.select {
  float: left;
  width: 220px;
  position: relative;
}

.styled-select select {
  border: 1px solid #D9D9D9;
  background-color: transparent;
  padding: 5px;
  height: 35px;
  line-height: 1;
  border: 1px solid #D9D9D9;
    left: 0;
}

span.customSelect {
    font:12px sans-serif;
    background:#fff url('img/bg-select.png') right center no-repeat;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  padding: 0 10px !important;
  width: 220px;
  font-family: "Open Sans";
  box-shadow: none;
  text-align: left;
  color: #848484;
  height: 35px;
  line-height: 35px;
  margin-bottom: 8px;
  /*float:left */
}

.selectbox.long {
  width: 580px;
  max-width: 100%;
  margin-right: 5px;
}

span.customSelectInner {
  padding: 0 !important;
  color: #848484 !important;
  max-width: 100%;
}

.register-main .fields {
  padding-top: 20px;
}

.register-main .fields input {
  margin-bottom: 8px;
}

.register-main .fields label, .register-main .fields input {
  display: inline-block;
  color: #848484;
}

.register-main .fields h4 {
  color: #BE0D71;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: -2px;
}

.register-main .fields label {
  width: 95px;
  margin-right: 0;
}

.register-main .fields .selectbox {
  margin-left: -2px;
  display: inline-block;
}

.register-main .fields p span {
  display: inline-block;
  font-size: 12px;
  color: #005892;
  font-weight: 300;
  padding: 5px 0;
  padding-top: 10px;
}

p.no_margin {
  margin-bottom: 0;
}

.selectbox.smaller {
  width: 150px;
  margin-left: 10px !important;
}

textarea {
  box-shadow: none;
  font-size: 12px;
  padding: 10px;
  height: 115px;
  border-radius: 4px;
  color: #848484;
}

textarea:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {
  box-shadow: none;
  color: #848484;
  background: white !important;
}


/**
 *   Register - 3
 */

.register3 {
  padding-top: 10px !important;
}

input[type="file"], input[type="file"]:focus {
  outline: none;
}

.jquery-filestyle input {
  background: white !important;
  margin-right: 20px;
  border: 1px solid #D9D9D9;
}

.fields.register3 .jquery-filestyle label,
.conversation .jquery-filestyle label {
  color: #9C9C9C;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #9B9B9B;
  border-radius: 20px;
  text-align: center;
  line-height: 32px;
  height: 35px;
  width: 162px;
}

input.jfilestyle[type="file"] {
  visibility: hidden;
}

.fields.register3 .jquery-filestyle label:hover {
  background: #9B9B9B;
  color: white;
}

.fields.register3 .submit {
  width: 162px;
  height: 35px;
  line-height: 20px;
  padding: 0;
  font-size: 12px;
  color: white;
  margin: 0;
  border: 2px solid #BE0D71;
  margin-left: 10px;
}

.fields.register3 h4 {
  margin-top: 0;
  line-height: 35px;
}

.fields.register3 {
  padding: 10px 0  2px 0 !important;
}

.fields.register3 .columns .info_box {
  background: #E7F3F9;
  margin-left: 0.5rem !important;
  color: #619DBB;
  font-size: 12px;
  font-weight: 300;
  padding: 20px;
  border-radius: 3px;
  width: 220px;
}

.fields.register3 .info_box h4 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #619DBB;
  margin-bottom: 15px;
  line-height: 16px;
}

.fields.register3 label {
  width: auto;
}

.sub-heading {
  color: #619DBB;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 30px;
}

.user_photos li .thumb{
  margin-bottom: 10px;
}

.user_photos li .thumb img {
  width: 100%;
}

.user_photos li a.lighter {
  float: right;
}



/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/
.footer {
  background: #E9E9E9;
  border-top: 1px solid #E0E0E0;
  color: #525252;
  padding-top: 25px;
  margin-top: 0px;
}

.footer .links ul{
  margin: 0;
  margin-bottom: 10px;
}

.footer .links li {
  float: left;
  list-style: none;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #D3D3D3;
}

.footer .links li a {
  color: #525252;
  text-decoration: none;
  font-size: 12px;
}

.footer .devices img {
  vertical-align: bottom;
  margin-right: 6px;
}

.top-bar .title-area .messages, .top-bar .title-area .hearts, .top-bar .title-area .user {
  display: none;
}

.show-on-mobile {
  display: none;
}

.top-bar .title-area li.user img, .menu-icon img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border:3px solid #EBEBEB;
}

/*.top-bar-section .has-dropdown > h4 a:after {
  border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
  top: 29.5px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
  border-top-style: solid;
  margin-top: -2.5px;
  top: 22.5px;
  right: 0;
} */

/*-----------------------------------------------------------------------------------*/
/*  ZmÄ‚ÂƒÄ†â€™Ä‚Ë˜Ã¢â€šÂ¬Ä¹Ä¾Ä‚ÂƒÃ‚Ë˜Ä‚Ë˜Ã¢â‚¬Å¡Ã‚Â¬Ä‚â€šÃ‚ÅŸny 05/2015
/*-----------------------------------------------------------------------------------*/
.bezpecnost-inner {
  background: url('img/bezpecnost.png') no-repeat left center;
  padding-left: 80px;
}

.bezpecnost {
  padding: 15px 0;
}

.bezpecnost h4 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #b61072;
  margin: 0;
}

.bezpecnost p {
  font-size: 13px;
  color: #b61072;
  margin-bottom: 0;
}


.top-users {
  background: #f0fafe;
  padding: 15px 0;
}

.top-users .girl {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.top-users .right-side {
  border-left: 1px dashed #EBEBEB;
  margin-left: 2px;
  margin-right: -2px;
}

.top-users .left-side {
  border-right: 1px dashed #EBEBEB;
  margin-right: 2px;
  margin-left: -2px;
}

.meta-details {
  margin: 0;
  margin-bottom: 35px;
}
.meta-details li {
  background: #ECECEC;
  padding-bottom: 8px;
  padding-top: 8px;
  margin-bottom: 5px;
  border-right: 5px solid white;
}

.meta-details.small-block-grid-3 > li:nth-of-type(3n) {
  border-right: none;
}

.person .new-messages span,
.person .new-message  {
  background: #FF0018;
  color: white;
  border-radius: 20px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}

/*-----------------------------------------------------------------------------------*/
/*  Zmeny 2.6.2015
/*-----------------------------------------------------------------------------------*/
/**
 *   Proc se registrovat
 */
.proc-registrovat {
  background: #EFFAFE;
  padding-top: 40px;
  padding-bottom: 40px;
}

.proc-registrovat h3 {
  font-weight: bold;
  color: #000000;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.proc-registrovat ul li {
  padding-bottom: 10px;
}

.proc-registrovat ul li .inner {
  background: white;
  color: #045895;
  border: 1px solid #ECF0F1;
  border-radius: 10px;
  padding: 14px 10px;
  padding-left: 45px;
  font-size: 13px;
  font-weight: 100;
  background: white url('img/icon-ok.png') no-repeat 10px 50%;
}

.proc-registrovat .btn {
  color: white;
  background: #005792;
  border-radius: 30px;
  padding: 12px 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block;
}

.footer .copyright {
  font-size: 12px;
}


.footer .copyright a {
  color: #045895;
  text-decoration: none;
  font-weight: 600;
}

.footer .copyright a span {
  color: #b61072;
}

.footer .social-icons {
  text-align: right;
}

.footer .social-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 0;
  background: transparent no-repeat top center;
  background-size: cover;
}

.footer .social-icons a:hover {
  background-position: bottom center;
}

.footer .social-icons a.facebook { background-image: url('img/icon-facebook.png'); }
.footer .social-icons a.flicker { background-image: url('img/icon-flicker.png'); }
.footer .social-icons a.google { background-image: url('img/icon-google.png'); }
.footer .social-icons a.twitter { background-image: url('img/icon-twitter.png'); }


/*-----------------------------------------------------------------------------------*/
/*  Responsive
/*-----------------------------------------------------------------------------------*/
@media only screen
and (max-width : 1000px) {
  .login #main { width: auto; }
  .top-bar .name h1 a { padding-left: 0; }
  .search-model-outer { margin-top: 0; }
  .second-header h2.page-title, .second-header h1.page-title { margin-bottom: 20px;  }

/*  .hero-image .bg-man { width: 30%; }
  .hero-image .bg-woman { width: 40%; }
  .hero-image .ribbon { width: 20%; } */

  .top-bar .title-area li.user img, .menu-icon img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border:3px solid #EBEBEB;
  }

  .fields.register3 .columns .info_box { width: auto; }

   /*.girls-found .unveil.girls .girl img {
    min-height: 100px;
   }*/


  label {
    max-width: 100%;
  }

  .input-section {
    max-width: 100%;
  }

}


/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-width : 320px)
and (max-width : 640px) {

  /*.girls-found .unveil.girls .girl img { min-height: 60px; } */

  .footer {
    position: relative;
  }

  .second-header h2.page-title, .second-header h1.page-title { font-size: 30px; margin: 0; }

  .logo img { margin-top: 0px; }
  .logo { line-height: 40px; }

  .top-bar { height: 50px; padding-top: 3px; }

  .show-on-mobile { display: block; }

  .logo { float: none; }
  .navigation-outer { float: none; }
  .navigation { margin-left: 0; }

  .girl-thumb .verificated { top: 0px; right: 30px; }

  .search-model { text-align: center; }
  .search-model .selectbox { width: 100% !important; margin-bottom: 15px; height: 40px; }
  .search-model .submit { display: inline-block; margin-top: 10px; }
  .search-model-outer .styled-select { margin-bottom: 0; }

  .selectbox { /*width: 100% !important; */ margin-top: 0; margin-bottom: 10px !important; }

  .page-header h3 { margin: 0; display: block; }

  .person-nav { text-align: center; }
  .person-nav a { display: inline-block !important; float: none !important; }

  .message-list .message { padding-left: 0.9375rem; padding-right: 0.9375rem; }

  .search-model-outer { padding-bottom: 20px; }
  .search-model-outer .btn.submit { display: block; margin-left: auto; margin-right: auto; margin-top: 20px; }

  span.customSelect { float: none; }

  /*-----------------------------------------------------------------------------------*/
  /*  Homepage Hero image
  /*-----------------------------------------------------------------------------------*/
  .hero-image .ribbon { top: 190px; }
  .hero-image .bg-man, .hero-image .bg-woman { display: none; }
  .hero-image .buttons-inner .left, .hero-image .buttons-inner .right { padding-bottom: 20px; }
  .hero-image .buttons-inner .left { border: none; background: url('img/bg-girl-transparent.png') no-repeat center bottom; margin-bottom: 20px; background-size: auto 100%;}
  .hero-image .buttons-inner .right { border: none; background: url('img/bg-man-transparent.png') no-repeat center bottom; background-size: auto 100%;}
  .hero-image .buttons-inner .right h4 {  border-top: 1px dashed #CFE8F4; padding-top: 20px; }
  .hero-image h2 { font-size: 34px; line-height: 40px; }
  .hero-image .buttons { bottom: -511px; }

  .home #main { margin-top: 511px; }


  .hero-image-background.version2 h2 { 
    margin-top: 30px; 
    margin-top: 0px;
    text-align: center;
    font-size: 26px;
    line-height: 32px;    
  }

  .hero-image-background.version2 .content p {
    display: none;
  }

  .home.version2 #main { margin-top: 0; }
  .register-section.version2 { padding-top: 35px; padding-bottom: 35px; }

  .register-section.version2 .list.girls.large-block-grid-2 {
    padding: 0 5%;
  }

  .home.version2 #main .large-6 .list .girl-thumb {
    padding: 0 15px;
  }

  .version2 .register-section .btn {
    margin-bottom: 30px;
  }

  .version2 .hero-image-background .buttons {
    text-align: center;
  }

  .version2 .hero-image-background .buttons a {
    margin-bottom: 10px;
  }

  /*-----------------------------------------------------------------------------------*/
  /*  Top Bar
  /*-----------------------------------------------------------------------------------*/
  .top-bar-section .user h4 { display: none !important; }
  .logged .top-bar-section .user { border-right: 0; }
  .top-bar-section ul.right { padding-bottom: 10px; }

  .top-bar .title-area li.messages, .top-bar .title-area li.hearts { float: left; position: relative; padding: 10px 13px; display: block; }
  .top-bar .title-area li.user { padding-top: 0; float: left; padding-right: 40px; padding-top: 2px; display: block;}
  .top-bar .title-area li.user img, .menu-icon img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border:3px solid #EBEBEB;
  }

  .toggle-topbar.menu-icon a span { display: inline-block; text-indent: -9999px; }
  .logged .toggle-topbar.menu-icon a span { display: inline; text-indent: 0; }

  /*-----------------------------------------------------------------------------------*/
  /*  Logged
  /*-----------------------------------------------------------------------------------*/

  .top-bar .title-area li .fa { color: #005792; }
  .logged .top-bar .title-area .unread { top: 9px; }
  .logged .top-bar .toggle-topbar.menu-icon { margin-top: 2px; }
  .logged .top-bar .toggle-topbar.menu-icon a { padding-right: 13px; }
  .logged .top-bar .toggle-topbar.menu-icon a span:after { display: none; }
  .logged .top-bar .name { float: left; width: 50%; margin-right: 20px; }
  .logged .top-bar .name h1 a { width: 100%; float: left; }

  .logged .top-bar .title-area li.messages, .logged .top-bar .title-area li.hearts {
    padding: 10px 4%;
  }

  .logged .top-bar .title-area li.messages {
    padding-left: 6px;
  }

  .logged .top-bar .toggle-topbar.menu-icon a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;

    border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
    top: 21.5px;
    position: absolute;
    right: 0px;

    box-shadow: none !important;
  }

  .top-bar .title-area .login, .top-bar .title-area .register { display: block; }


  #main .registered-women { margin-top: 30px; }

  .girl-thumb.not-activated .ribbon-outer { height: 22%; }
  .girl-thumb.not-activated .ribbon-outer { height: 35%; }


  .girl-thumb.not-activated span.not-active {
    padding-top: 35px;
    left: 0;
    width: 100%;
    height: 60px;
    font-size: 8px;
    border-radius: 25% / 100%;
  }

  .logged .top-bar-section .right .login, .logged .top-bar-section .right .register, .logged .top-bar-section .right .user { display: none; }

  .search-model-outer .btn.submit { margin: auto; margin-bottom: 20px; }

  .register-main .large-6.pink { margin: 0; margin-bottom: 10px; }
  .register-main .large-6.blue { margin: 0; }

  .register-main .fields p { position: relative; margin-bottom: 5px; }
  .register-main .fields .selectbox { top: 20px; left: 10px; width: 100%; }
  .register-main .fields select { width: 100%; }

  .register-main .fields input[type="text"], .register-main .fields input[type="email"] { width: 100%; }

  .selectbox.smaller { margin-left: 0 !important;}

  .register_fields p { position: relative; margin-bottom: 5px;  }
  .register_fields select { left: 12%; top: 20px; }
  .register-main .fields label { width: 70px; }

  .fields.register3 .columns .info_box { margin-bottom: 20px; margin-left: 0 !important; }
  .fields.register3 label { width: 60%; }

  .fields.register3 .submit.submit-foto { margin-top: 10px; }
  .register-main .fields.register3 input[type="text"], .register-main .fields.register3 input[type="email"] { width: 100%; margin-right: 0; }

  .erase-conversation .btn { padding: 5px 30px; }
  .register_fields label { width: 40px; }

  h2.page-title, h1.page-title { font-size: 30px; }

  select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { font-size: 16px !important; }

  .search-model-outer .styled-select { width: 100% !important; }

  .girl.registered-only .girl-thumb a h5 { padding: 0 10px; font-size: 80%; line-height: 12px; }

  /**
   *   Detail
   */

  .meta-details li {
    height: 100px;
  }


  .footer .social-icons a {
    display: inline-block;
    float: right;
    margin-bottom: 5px;
  }

  .home #main .large-6 .list li:last-child:nth-child(odd) {
    display: none !important;
  }

  .register-main .fields .checkboxes label input[type="checkbox"] {
    margin-right: 5px;
  }


  .message-list .cross {
    top: 20px;
  }

}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 640px)
and (orientation : landscape) {

  .small-text-center { text-align: center; }

  .hero-image .buttons { bottom: -321px; }
  .home #main { margin-top: 150px; }


  .hero-image .buttons { bottom: -280px; }
  .home #main { margin-top: 280px; }


  .hero-image .ribbon {
    top: 140px;
  }


/*  .logged .top-bar .name { width: 69%; } */

  .girl-thumb.not-activated span.not-active {
    padding-top: 7px;
    left: 0;
    width: 100%;
    height: 30px;
    font-size: 8px;
  }

  .girl-thumb .verificated { top: 37px; }

  .logged .top-bar .title-area li.messages, .logged .top-bar .title-area li.hearts {
    padding: 10px 20px;
  }

   .home #main .list .girl.registered-only a h5 {
     font-size: 20px;
     line-height: 24px;
   }

   .girl.registered-only .girl-thumb a h5 {
     font-size: 120%;
     line-height: 22px;
   }

   .girl-thumb.not-activated .ribbon-outer {
     height: 20%;
   }

   .second-header h2.page-title, .second-header h1.page-title {
     padding: 0 10px;
   }

  .footer .social-icons {
    position: static;
  }

}

@media only screen
and (min-width : 375px)
and (max-width : 667px) {
  .search-model .selectbox { width: 100% !important; }
  .search-model-outer .styled-select { width: 100%; }

  .girl-thumb.not-activated .ribbon-outer { height: 35%; }
  .girl-thumb.not-activated span.not-active {
    padding-top: 35px;
    left: 0;
    width: 100%;
    height: 60px;
    font-size: 8px;
    border-radius: 25% / 100%;
  }

  .girl-thumb .verificated { top: 0px; right: 35px; }

  /*.girls-found .unveil.girls .girl img {
    min-height: 90px;
  }*/

  .girl-thumb img { width: 100%; }

  .register-section.version2 .list.girls.large-block-grid-2 {
    margin-top: 20px;
  }

}

@media only screen and (max-width : 667px) {
  .register-section.version2 .columns.text { text-align: center; }
  .register-section.version2 .columns.text h3,
  .register-section.version2 .columns.text p {
    text-align: left;
  }

  .hero-image-background.version2.hide-bg-xs {
    background-position: 0% 50%;
    background: #d4ecfa;
  }

  .hide-bg-xs, .hero-image-background.version2 .hero-image {
    padding-bottom: 0 !important;
  }
}

@media only screen
and (min-device-width : 350px)
and (max-device-width : 450px) {
  /*.girls-found .unveil.girls .girl img {
    min-height: 80px;
  }*/
}

@media only screen and (max-width: 667px) and (min-width: 375px) {

}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
  .hero-image .ribbon { width: 150px; }
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
  .girl-thumb.not-activated .ribbon-outer { display: none; }
  .search-model-outer .styled-select { width: 100%; }

  .page-header .sort {
    float: none;
    display: block;
    margin-top: 6px;
    width: 90%;
    margin: auto;
    overflow: hidden;
    padding-top: 20px;
  }

  .page-header { margin-bottom: 20px; }

  .girl.registered-only .girl-thumb a h5 {
    font-size: 60%;
    line-height: 9px;
  }


  .footer .social-icons {
    position: absolute;
    bottom: 25px;
    right: 20px;
    width: 30%;
  }

}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px) {
  .search-model-outer .btn.submit { margin: auto; margin-bottom: 20px; }
  .girl-thumb img { width: 100%; }

  .register-section.version2 .list.girls.large-block-grid-2 {
    margin-top: 30px;
  }

}

/* iPads (landscape) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : landscape) {
  .search-model .plat, .search-model .odkud { width: 190px; }
  .search-model div:first-child { margin-left: 120px; }

  .home #main .list .girl.registered-only a h5 {
    font-size: 20px;
    line-height: 24px;
    top: 58%;
    padding: 0 20px;
  }

  .register-section.version2 .large-6 {
    width: 50%;
  }

/*   .girls-found .unveil.girls .girl img {
    min-height: 141px;
   } */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-width : 768px)
and (max-width : 1024px)
and (orientation : portrait) {
  .hero-image .bg-man { position: absolute; right: 50px; margin-right: 0; }
  .hero-image .bg-woman { position: absolute; left: 20px; margin-left: 0; }

  .hero-image .ribbon { top: 120px; }

  .hero-image .buttons-inner .left h4 { margin-left: 20px; margin-right: 20px; }

  .selectbox.postava, .styled-select.postava { width: 140px; }
  .search-model .plat, .search-model .odkud { width: 170px; }

  .message-list li .btn.unlock { padding: 5px 8px; }
  .message-list li .btn { font-size: 12px; padding: 5px 20px; }

  .register-main .fields label { width: 90px; }
  .register-main .fields.register3 p label { width: auto; }

  .fields.register3 .jquery-filestyle label { width: 142px; }
  .fields.register3 h4 { font-size: 16px; }

  .register-main .fields label { width: 85px; }

  .girl-thumb.not-activated span.not-active {
    font-size: 9px;
    padding-top: 43px;
    width: 100%;
    height: 70px;
    left: 0px;
    border-radius: 25% / 100%;
  }

  .girl-thumb.not-activated .ribbon-outer {
    height: 32%;
  }

  .girl-thumb .verificated { top: 10px; right: 35px; }

  .girl.registered-only .girl-thumb a h5 {
    font-size: 12px;
  }

  .home #main .list .girl.registered-only a h5 {
    font-size: 100%;
    line-height: 16px;
    top: 55%;
    padding: 0 20px;
  }

  .register-section.version2 .list.girls.large-block-grid-2 {
  }

  .register-section.version2 {
    padding-top: 35px;
  }

  .message-list li .btn {
    font-size: 11px;
    padding: 5px 25px;
  }

}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
  .no_padding {
    padding-left: 0 !important;
    padding-right: 0;
  }
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}

.show-mobile {
  display: none !important;
}

@media only screen
and (max-width : 450px) {
  .register-section.version2 .columns.text p {
    margin-bottom: 10px;
  }


}

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

  .hide-mobile {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }

  .btn.show-mobile {
    display: inline-block !important;
  }

  .register-section p.text-center {
    padding: 0;
  }

  .version2 .register-section .btn {
    margin: 10px 0;
  }
}

.input-section {
  width: 345px;
  text-align: center;
  margin: 0 auto;
}

.input-section input {
  width: auto;
}

.input-section label {
  width: auto;
  margin-right: 30px !important;
}

/**
 *   Cookies Bar
 */

/* To be used with cookieCuttr by Chris Wharton (http://cookiecuttr.com) */
.cc-cookies { position:fixed; width: 100%; left: 0; top: 0; padding: 0.7em 5%; background: #565656; background: rgba(86,86,86,0.95); color: #fff; font-size: 13px; font-weight: normal; text-shadow: 0 -1px 0 rgba(0,0,0,0.35); z-index: 999999999; text-align: center; color: #fff; }
.cc-cookies a, .cc-cookies a:hover { color: #be0d71; text-decoration: underline; }
.cc-cookies a:hover { text-decoration: none; }
.cc-overlay { height: 100%; padding-top: 25%; }
.cc-cookies-error { float: left; width: 90%; text-align: center; margin: 1em 0 2em 0; background: #fff; padding: 2em 5%; border: 1px solid #ccc; font-size: 18px; color: #333; }
.cc-cookies a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: inline-block; color: #fff; text-decoration: none; background: #7DAF3B; padding: 0.5em 0.75em; border-radius: 3px; box-shadow: 0 0 2px rgba(0,0,0,0.25); text-shadow: 0 -1px 0 rgba(0,0,0,0.35); -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies a.cc-cookie-decline, .cc-cookies-error a.cc-cookie-decline { background: #af3b3b; margin-left: 0.5em; }
.cc-cookies a.cc-cookie-reset { background: #f15b00; }
.cc-cookies a:hover.cc-cookie-accept, .cc-cookies-error a:hover.cc-cookie-accept, .cc-cookies a:hover.cc-cookie-decline, .cc-cookies-error a:hover.cc-cookie-decline, .cc-cookies a:hover.cc-cookie-reset  { background: #000; -o-transition: background 0.5s ease-in; -webkit-transition: background 0.25s ease-in; -moz-transition: background 0.25s ease-in; }
.cc-cookies-error a.cc-cookie-accept, .cc-cookies-error a.cc-cookie-decline { display: block; margin-top: 1em; }
.cc-cookies.cc-discreet { width: auto; padding: 0.5em 1em; left: auto; top: auto; }
.cc-cookies.cc-discreet a.cc-cookie-reset { background: none; text-shadow: none; padding: 0; text-decoration: underline; }
.cc-cookies.cc-discreet a:hover.cc-cookie-reset { text-decoration: none; }

@media screen and (max-width: 768px) {
  .cc-cookies a.cc-cookie-accept, .cc-cookies a.cc-cookie-decline, .cc-cookies a.cc-cookie-reset { display: block; margin: 1em 0; }
}

@media screen and (max-width: 480px) {
  .cc-cookies { position: fixed; float: none; }
}

.cc-cookies a {
  text-decoration: none;
}

.cc-cookies a:hover {
  text-decoration: underline !important;
}

.cc-cookies a.cc-cookie-accept {
  margin: 0;
  margin-left: 20px;
  display: inline-block;
  text-align: center;
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  color: white;
  border-radius: 30px;
  background: #BE0D71;
  border-color: #BE0D71;
  text-decoration: none;
}

.cc-cookies a.cc-cookie-accept:hover {
  background: #BE0D71;
  transition: none;
  text-decoration: none !important;
  border-color: #BE0D71;
}

div.cc-cookies {
  top: auto;
  bottom: 0;
}

/**
 *   Overeni uzivatele
 */

/**
 *   Overeni
 */
p.blue {
  color: #679ec4;
}

a.authentication {
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-align: center;
    background: #BE0D71;
    border-radius: 20px;
    text-transform: uppercase;
    border: none;
    padding: 12px 40px;
    text-decoration: none;
}

.validation__container {
  background: #e7f4fa;
  overflow: hidden;
  position: relative;
  color: #4474a1;
  /* display: flex; */
  margin-top: 40px;
}

.validation__left-block {
  width: 50%;
  float: left;
  padding: 20px 30px;
  /* flex: 1; */;
}

.validation__left-block h3 {
  font-size: 16px;
  margin-top: 0;
  padding-left: 50px;
  position: relative;
  margin-bottom: 0;
  line-height: 24px;
  padding-right: 30px;
  font-weight: 300;
  text-transform: uppercase;
  color: #4474a1;
    /*top: 50%;
    -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); */;
}

.validation__left-block h3:before {
  content: "\f030";
  font-family: "FontAwesome";
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #b80d75;
  font-size: 25px;
}

.validation__right-block {
  width: 45%;
  float: left;
  /*flex: 0.6; */
  padding-right: 13%;
}

.validation__right-block .validation__image {
  position: relative;
}

.validation__date {
  position: absolute;
  z-index: 1;
  top: 30%;
  left: 4%;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  color: #272320;
  width: 55%;
  text-overflow: ellipsis;
  word-break: keep-all;
  overflow: hidden;
  height: 24px;
}

.validation__date.pos_1 { top: 39%; }
.validation__date.pos_2 { top: 48%; }

.validation__number {
  position: absolute;
  top: -10px;
  right: 5px;
  font-size: 130px;
  line-height: 130px;
  font-weight: 700;
  color: #d6e9f4;
}

.validation__upload {
  /* min-height: 200px; */
  padding: 50px 0;
}

.validation__upload .validation__input {
    /*top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      position: relative; */
  text-align: center;
}

.validation__upload h3:before {
  content: "\f0ee";
}

.validation__left-block,
.validation__right-block {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

/**
 *
 */

.title-area > li.left,
.title-area > li.right,
.title-area > li.center {

}

.title-area > li.left {
  float: left;
}

.title-area > li.right {
  float: right;
}

.title-area > li.center {
  overflow: hidden;
  margin: 0 auto;
}

.top-bar .toggle-topbar.menu-icon {
  top: 0;
}

.logged .top-bar .name {
  width: auto !important;
}

.top-bar .toggle-topbar {
  position: static;
}

li.center {
  text-align: center;
}

li.center ul {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-left: 0;
}

.header nav.top-bar ul.title-area li.center ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width: 640px) and (min-width: 320px) {
  .logged .top-bar .title-area li.messages,
  .logged .top-bar .title-area li.hearts {
    padding: 10px 7%;
  }

  .logged .top-bar .name {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .validation__left-block,
  .validation__right-block {
    width: 100%;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }

  .validation__upload {
    padding: 20px 0;
  }

  .validation__date {
    font-size: 14px;
    line-height: 20px;
    top: 32%;
    left: 4%;
  }

  .validation__date.pos_1 { top: 41%; }
  .validation__date.pos_2 { top: 50%; }
}

@media (max-width: 340px) {
  .validation__date {
    top: 32%;
    font-size: 10px;
    line-height: 15px;
  }

  .validation__date.pos_1 { top: 41%; }
  .validation__date.pos_2 { top: 50%; }

  a.authentication {
      padding: 12px 25px;
  }
}

@media (max-width: 767px) {
  .validation__number {
    font-size: 80px;
    line-height: 80px;
    top: 5px;
  }
}

@media (min-device-width: 768px) and (max-width: 969px) {
  .validation__date {
    font-size: 13px;
    line-height: 17px;
    top: 32%;
    left: 4%;
  }

  .validation__right-block {
    width: 55%;
  }

  .validation__left-block {
    width: 45%;
  }


  .validation__date.pos_1 { top: 41%; }
  .validation__date.pos_2 { top: 50%; }
}

@media (min-device-width: 970px) and (max-device-width: 1024px) {
  .validation__date {
    font-size: 13px;
    line-height: 17px;
    top: 32%;
  }

  .validation__date.pos_1 { top: 41%; }
  .validation__date.pos_2 { top: 50%; }
}

.authentication .bordered-button {
  border-color: #5f5952;
  color: #5f5952;
  font-weight: 300;
}

.authentication .bordered-button:hover {
  background: #33250e;
  color: white;
}

/**
 *   Custom File Input
 */
.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 90%;
  font-size: 1.25rem;
  /* 20px */
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.825rem 1.45rem;
  padding: 12px 35px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 100;
  /* 10px 20px */;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */;
}

.inputfile-1 + label {
  color: white;
  background-color: #035896;
  border-radius: 30px;
    padding: 9px 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  background-color: #b60073;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.visible-xs-block {
  display: none !important;
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 640px) {
  .hero-image-background.version2 {
      background-position: 58% 50%;
      padding-bottom: 0;
  }
}

@media only screen
and (min-device-width : 641px)
and (max-device-width : 767px)  {
  .hero-image-background.version2 {
      background-position: 51% 50%;
  }
}

@media only screen and (max-device-width : 767px) {
  .hero-image-background.version2 {
    padding-bottom: 0;
  }

  .hero-image {
    padding-bottom: 55px;
    /*background: rgba(0,0,0, 0.3);*/
  }

  .logged .top-bar .name {
    width: 15%;
  }

  .hero-image-background.version2.hide-bg-xs,
  .hero-image-background.hide-bg-xs,
  .hide-bg-xs {
    background: #d4ecfa !important;
  }

  .hide-bg-xs .hero-image, .hero-image-background.version2 .hero-image {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 640px) {
  .visible-xs-block {
      display: block !important;
  }

  .hidden-xs {
      display: none !important;
  }

  h1.logo img {
    /*margin-top: 8px; */
    /* height: 100%; */
      width: auto;
  }

  .top-bar .name h1 a {
    height: 100%;
    width: auto;
  }

  .top-bar .name h1 {
    height: 100%;
    max-height: 45px;
  }

  .top-bar .name {
    height: auto;
  }

  .top-bar .toggle-topbar.menu-icon {
    margin-top: 0 !important;
  }

  .top-bar .title-area {
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  h1.logo {
    min-width: 212px;
  }

  .header nav.top-bar ul.title-area li.center ul li {
    display: none;
  }
}

/**
 *   Aktivace profilu
 */
.activation {
  color: #2d1c03;
}

.activation .payment ul {
  list-style: none;
  margin-left: 0;
}

.activation .background ul {
  padding: 20px;
  list-style: none;
  margin-left: 0;
  background: #e9e9e9;
}
.activation .background ul li {
  font-size: 18px;
  /* color: #2d1c03; */
  margin-bottom: 5px;
}
.activation .col-sm-4 h4 {
  font-size: 24px;
  color: #2c1c01;
  margin-top: -5px;
  padding-right: 30px;
  line-height: 30px;
}
.activation .row {
  margin-bottom: 40px;
}

.activation .header .row {
  margin-bottom: 0;
}

.activation.activation-1 .row {
  margin-bottom: 30px;
}
.activation .payment ul {
  /* margin-top: -10px; */
}
.activation .payment li {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 100;
}
.activation .payment li span {
  font-size: 13px;
  font-weight: bold;
  display: block;
  width: 145px;
  margin-top: 10px;
  float: left;
}
.activation .payment .bordered-button {
  margin-top: 50px;
}
.activation div.box {
  background: #e9e9e9;
  padding: 15px 15px;
  margin-bottom: 25px;
}
.activation div.box .radio {
  width: 100%;
}
.activation div.box .radio label {
  padding-left: 8px;
}
.activation div.box strong {
  font-weight: bold;
}
.activation h5.title {
  font-style: italic;
  font-size: 14px;
  font-weight: normal;
}

.activation a.btn,
.activation .btn {
  margin-top: 20px;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    color: white;
    text-align: center;
    background: #BE0D71;
    border-radius: 20px;
    text-transform: uppercase;
    border: none;
    padding: 12px 40px;
    text-decoration: none;
}

.activation input.btn {
  margin-top: 0;
}


.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: -20px;
    margin-top: 4px \9;
    margin-top: 0px;
    width: 17px;
    height: 17px;
    margin-bottom: 0;
}

.activation .small-4 h4,
.activation .medium-4 h4 {
    color: #BE0D71;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
}

.activation .divider {
    margin-bottom: 35px;
}

.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
  line-height: 1.4;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
  cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}

.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}

.radio {
  padding-left: 14px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #bc1870;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled {
  cursor: not-allowed;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

@media only screen
and (max-width : 768px)
and (min-width: 768px) {
  .activation .payment li {
    font-size: 18px;
  }

  .activation .payment li span {
    margin-top: 5px;
  }
}

@media only screen
and (max-width : 575px) {
  .activation .small-8,
  .activation .small-4 {
    width: 100%;
  }

  .activation .row {
      margin-bottom: 20px;
  }

  .activation .payment li span {
    width: 100%;
  }

  .activation a.btn, .activation .btn {
    width: 100%;
      padding: 12px 20px;
      white-space: normal;
  }

  .activation div.box .radio {
    margin-bottom: 20px !important;
  }

  .activation div.box .radio:last-child {
    margin-bottom: 0 !important
  }

  .qr img {
      position: absolute;
      right: 0;
      top: -170px;
  }

  h1.text-center.page-title {
    padding: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .activation div.box .radio {
      width: 100%;
      margin-left: 0;
      margin-bottom: 5px;
  }
}

@media screen and (max-width: 330px) {
  .qr img {
    width: 160px;
  }
}

@media (min-width: 640px) {
  .header nav.top-bar ul.title-area li.center ul li {
    display: none;
  }
}


/**
 *   ZmÃ„â€ºny 14.7.
 */
.section .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-height: 100%;
    z-index: 1;
    width: 45%;
}

.section {
  position: relative;
  overflow: hidden;
}

img, embed, object {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 1600px) and (min-width: 1400px) {
  .section.right-media .bg-image {
      right: -5%;
  }
}

.section.right-media .bg-image {
    left: auto;
    right: 0;
}

.footer .gray {
    background: #f1f1f1;
    padding: 20px 0;
}

.home.version3 .testimonials {
  margin-bottom: 20px;
}

.home.version3 .testimonials h3 {
  margin: 30px 0;
}

.footer .logos {
    text-align: center;
    padding: 12px 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.footer .logos li {
    display: inline-block;
    height: 80px;
    margin: 8px 0;
}

.footer .logos li a {
    height: 100%;
    display: block;
}

.logos {
    text-align: center;
    color: #c9c9c9;
    margin-top: 30px;
}

.logos span {
    font-weight: 600;
    margin-right: 15px
}

.logos img {
    display: inline-block;
    margin: 15px 15px;
    vertical-align: middle;
}

.version3 .register-section.version2.right-media .large-6 {
  float: left;
}

.version3 .register-section.version2.left-media .large-6 {
  float: right;
}

.version3 .bg-image img {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/*
.version3 .right-media .bg-image img {
  left: auto;
}

.version3 .left-media .bg-image img {
  right: auto;
}*/

.right-media .large-6,
.left-media .large-6 {
  clear: both;
  overflow: hidden;
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 979px) {
  .right-media .bg-image, .left-media .bg-image {
      width: 45% !important;
      height: 100%;
  }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) {
  .right-media .bg-image, .left-media .bg-image {
      width: 50%;
      position: absolute;
      overflow: hidden;
      height: 100%;
      margin-top: 0;
  }

  .right-media .large-6,
  .left-media .large-6 {
    width: 50%;
    clear: both;
    overflow: hidden;
  }

  .version3 .bg-image img {
    height: auto;
  }

  .right-media .bg-image img, .left-media .bg-image img {
/*      position: absolute;
      top: -9999px;
      bottom: -9999px;
      left: -9999px !important;
      right: -9999px !important;
      margin: auto;
      max-width: 9999px;*/
  }
}

@media (max-width: 1190px) {
  .version3 .bg-image img {
    height: auto;
  }
}

@media (max-width: 767px) {
  .section .bg-image {
      position: static;
      height: auto;
      margin-top: -40px;
      /*top: auto;*/
      bottom: 0;
      width: 100%;
  }

  .version3 .bg-image img {
    height: auto;
  }

  .section .bg-image img {
    bottom: 0;
  }

  .version3 .register-section > .row {
    position: relative;
  }

  .version3 .bg-image img {
    position: static;
    margin-bottom: 0px;
  }

  .version3 .register-section.version2 {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .col-sm-12.logos span {
    display: block;
  }

  .col-sm-12.logos img {
    width: 20%;
    display: inline-block;
  }
}

@media (max-width: 568px) {
  .footer > .row {
    padding-bottom: 20px;
  }

  .footer .row > .large-6 {
    width: 100%;
  }

  .footer .row > .large-3 {
    width: 50%;
  }
}


/**
 *   Detail konverzace
 */
.conversation .person-contact {
  margin-top: 0;
}

.conversation .left-content .btn,
.conversation .show-for-small-only .btn {
    background: #BE0D71;
    border: 2px solid #BE0D71;
    padding: 5px 15px;
    color: white;
    display: inline-block;
    border-radius: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

.conversation .show-for-small-only {
  margin-bottom: 20px;
}

.conversation .left-content .btn:hover {
  border: 2px solid #BE0D71;
  background: white;
  color: #BE0D71;
}

.conversation-detail .message {
    margin-bottom: 20px;
}

.conversation-detail .message .message-content {
    float: left;
    width: 92%;
    border: 1px solid #D9D9D9;
    padding: 10px 20px;
    font-weight: 300;
}

.conversation-detail .message .message-content .meta {
    margin-bottom: 5px;
}

.conversation-detail .message .person-avatar {
    float: left;
    width: 7%;
    margin-right: 1%;
}

.conversation-detail .message .person-avatar img {
    border-radius: 50%;
    border: 3px solid #EBEBEB;
    max-width: 100%;
}

.conversation-detail .message .message-content .meta .date {
    margin-right: 10px;
}

.conversation h2.person-title {
  font-size: 25px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.conversation .message-form {
  margin-bottom: 25px;
}

.conversation-detail .message.background .message-content {
    background: rgba(217, 217, 217, 0.3);
}

.conversation-detail .message .message-content p {
  margin-bottom: 0;
}

.conversation-detail .messages {
  margin-bottom: 30px;
}

.conversation .person-detail .person-thumbnail {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .conversation-detail {
      margin-top: 20px;
  }

  .conversation .conversation-detail .message .person-avatar {
      width: 19%;
  }

  .conversation .conversation-detail .message .message-content {
      width: 80%;
  }

  .conversation .message-form input.submit.btn.right,
  .conversation .message-form #add-photo {
    float: none !important;
  }

  .footer {
    margin-top: 20px;
  }

  .register-section .large-6 p {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .conversation .file-input .large-4,
  .conversation .file-input .jquery-filestyle input {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 1500px) {
  .version3 .left-media .bg-image img {
    left: auto;
  }

  .version3 .right-media .bg-image img {
    right: auto;
  }
}

.conversation .file-input input {
  display: inline-block;
}

.conversation .file-input {
  text-align: right;
}

.message-form.person-contact textarea {
  margin-bottom: 5px;
}

.conversation .jquery-filestyle label {
  display: inline-block;
}

.conversation .left-content .btn.unlock,
.conversation .show-for-small-only .btn.unlock {
    background: transparent;
    border: 2px solid #9B9B9B;
    color: #9B9B9B;
    padding: 5px 14px;
}

.conversation .left-content .btn.unlock:hover,
.conversation .show-for-small-only .btn.unlock:hover {
    background: #9B9B9B;
    color: white;
}

.conversation .file-input input.submit.blue,
.person-detail .person-thumbnail .ribbon.blue {
  background: #005892;
}

.conversation .file-input input.submit.pink,
.person-detail .person-thumbnail .ribbon.pink {
  background: #BE0D71;
}

.conversation .left-content .btn.blue,
.conversation .show-for-small-only .btn.blue {
    background: #005892;
    border: 2px solid #005892;
}

.conversation .left-content .btn.blue:hover,
.conversation .show-for-small-only .btn.blue:hover {
    border: 2px solid #005892;
    background: white;
    color: #005892;
}

.conversation .file-input .jquery-filestyle input {
  margin-bottom: 0;
}

.conversation .message-form .file-input {
  margin: 10px 0;
}

#photo-input {
  display: none;
}

.info-message {
  margin: 15px 0;
  color: #ee8a33;
}

.info-message i {
  margin-right: 5px;
}

.hero-image-mobile {

}

@media only screen and (max-width: 640px) and (min-width: 320px) {
  .hero-image-background.version2 h2 {
    margin-bottom: 10px;
  }

  .hero-image-background.version2 .buttons {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .hero-image-background.version2 h2 {
    font-size: 20px;
    letter-spacing: 0;
  }  
}