/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

.g-social .fa.fa-models-com {
  width: 16px;
}
.g-social .fa-models-com:before {
  display: inline-flex;
  content: '';
  background-image: url('https://www.clique-models.com/images/models-com-black.svg');
  background-size: 16px 16px;
  height: 20px;
  width: 17px;
  background-repeat: no-repeat;
  padding: 5px 0px;
  color: black;
}
.g-social a:hover .fa-models-com:before {
  display: inline-flex;
  content: '';
  background-image: url('https://www.clique-models.com/images/models-com-black-hover.svg');
  background-size: 16px 16px;
  height: 20px;
  width: 17px;
  background-repeat: no-repeat;
  padding: 5px 0px;
  color: black;
}
a:hover .fa-models-com:before {
  display: inline-flex;
  content: '';
  background-image: url('https://www.clique-models.com/images/models-com-hover.svg');
  background-size: 30px 27px;
  height: 30px;
  width: 32px;
  background-repeat: no-repeat;
  padding: 5px 0;
}
.fa-models-com:before {
  display: inline-flex;
  content: '';
  background-image: url('https://www.clique-models.com/images/models-com.svg');
  background-size: 30px 27px;
  height: 30px;
  width: 32px;
  background-repeat: no-repeat;
  padding: 5px 0;
}
.row.zalomeni:after, .row.zalomeni:before {
  display: none;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.itemid-130 .col, .itemid-131 .col {
  margin: 0 0 10px;
}
.item {
  display: block;
  position: relative;
  height: 100%;
  border: 1px solid #eee;
  padding: 20px 20px 15px 20px;
}
.row-fluid .span3 {
  width: 24%;
  margin-left: 0.5%;
  margin-right: 0.5%;
}
.g-offcanvas-toggle {
  z-index: 10000;
}
.grid .item img {
  /*display: none;*/
  display: block;
  width: 100%;
  height: auto !important;
  opacity: 1;
}
.edit.item-page .btn-toolbar .btn, .pager.pagenav a, p.readmore .btn, .contact .form-actions .btn, #contact-form .controls .btn-primary.validate, .profile .btn, .login .btn, .logout .btn, .registration .btn, .profile-edit .btn, .remind .btn, .reset .btn, .search #searchForm .btn, .finder #searchForm .btn, .search #search-form .btn, .finder #search-form .btn {
  font-family: adobe-garamond-pro, serif;
}
.tooltip {
  font-family: adobe-garamond-pro, serif;
  font-size: 16px;
}
/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}
/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}
/* New shadow dom for play button */
/* This one works! */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
video::-webkit-media-controls, video::-moz-media-controls, video::-o-media-controls, video::-ms-media-controls {
  display: none !important;
}
* {
  box-sizing: border-box;
}
/*.item {
    display: block;
    position: relative;
  height: 100%;
  margin: 20px 20px 15px 20px;
}*/
.grid-item {
  margin-bottom: 20px;
}
/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- grid-item ---- */
.grid-sizer, .grid-item {
  width: 24%;
}
.gutter-sizer {
  width: 1%;
}
.grid-item {
  height: auto;
  float: left;
  border: 1px solid #ddd;
  /*  margin: 5px;*/
}
.grid-item--width2 {
  width: 40%;
}
.grid-item--width3 {
  width: 60%;
}
.grid-item--height2 {
  height: 200px;
}
.grid-item--height3 {
  height: 260px;
}
.grid-item--height4 {
  height: 360px;
}
@media print {
  a[href]:after {
    content: none !important;
  }
  #g-navigation .g-logo {
    margin: 30px 0 !important;
    position: relative !important;
  }
  ul.pagenav, #g-footer, .g-fixed-container {
    display: none !important;
  }
  .ba-image img {
    position: relative !important;
    height: auto !important;
    width: 96% !important;
    page-break-before: auto !important;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto !important;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid !important;
    /* or 'auto' */
    margin: 10px !important;
    display: block !important;
  }
  .ba-gallery-items {
    width: 33% !important;
    height: auto !important;
    left: auto !important;
    position: relative !important;
    float: none !important;
    top: initial !important;
    display: inline-block !important;
  }
  .ba-gallery-grid {
    height: auto !important;
    position: relative !important;
  }
}
.print-icon {
  font-size: 2rem;
  background: transparent;
}
.g-container.g-flushed {
  width: 98%;
}
.outline-11 #g-navigation .g-content, .outline-29 #g-navigation .g-content {
  margin: 0;
  padding: 0;
}
#g-container-main .g-content {
  margin-top: 0;
  padding-top: 0;
}
body {
  line-height: 1.5;
}
button#submit {
  background: #fff;
  color: #424753;
  border-radius: 0;
  padding: 1rem 2rem;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: none;
  border: 1px solid #424753;
}
button#submit:hover {
  background: #424753;
  color: #fff;
}
.g-offcanvas-toggle {
  color: #000;
}
#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
  color: #000;
  background: #fff;
  border-bottom: 1px solid #000;
}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container, #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover > .g-menu-item-container {
  color: #4db2b3;
  background: #fff;
}
.g-offcanvas-open .g-offcanvas-right #g-page-surround {
  -webkit-box-shadow: 5px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 0px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 0px 3px 0px rgba(0, 0, 0, 0.3);
}
#g-offcanvas {
  background: #fff;
  color: #000;
}
.g-offcanvas-open .g-offcanvas-toggle {
  color: #4db2b3;
}
.g-offcanvas-right .g-offcanvas-toggle {
  right: 1.2rem;
}
.g-menu-item {
  font-family: adobe-garamond-pro, serif;
}
.group2 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.item-page-category-h1-title h2 {
  margin-bottom: 5px;
}
.layout-blog .fields-container {
  display: none;
}
.group1 {
  margin: 0;
  line-height: 1;
}
.measurement {
  display: inline;
  font-size: 19px;
  margin: 0;
}
.measurement .field-label {
  margin-left: 15px;
}
.measurement .field-value {
  margin-right: 15px;
}
dl.fields-container {
  text-align: center;
}
.field-label {
  color: #999;
}
.field-value {
  color: #000;
}
.cm .field-value:after {
  content: "cm";
  padding-left: 5px;
}
.social {
  margin-left: 0;
  font-size: 2rem;
  display: inline;
}
.social a {
  color: #4db2b3;
  position: relative;
}
.social a:hover {
  color: #000;
}
.page-header h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: x-large;
  font-weight: 700;
}
.edit.item-page .btn-toolbar .btn, .pager.pagenav a, p.readmore .btn, .contact .form-actions .btn, #contact-form .controls .btn-primary.validate, .profile .btn, .login .btn, .logout .btn, .registration .btn, .profile-edit .btn, .remind .btn, .reset .btn, .search #searchForm .btn, .finder #searchForm .btn, .search #search-form .btn, .finder #search-form .btn {
  background: transparent;
  color: #424753;
  border: none;
  border-radius: 0;
  padding: 1rem;
}
.edit.item-page .btn-toolbar .btn:hover, .pager.pagenav a:hover, p.readmore .btn:hover, .contact .form-actions .btn:hover, #contact-form .controls .btn-primary.validate:hover, .profile .btn:hover, .login .btn:hover, .logout .btn:hover, .registration .btn:hover, .profile-edit .btn:hover, .remind .btn:hover, .reset .btn:hover, .search #searchForm .btn:hover, .finder #searchForm .btn:hover, .search #search-form .btn:hover, .finder #search-form .btn:hover, .edit.item-page .btn-toolbar .btn:active, .pager.pagenav a:active, p.readmore .btn:active, .contact .form-actions .btn:active, #contact-form .controls .btn-primary.validate:active, .profile .btn:active, .login .btn:active, .logout .btn:active, .registration .btn:active, .profile-edit .btn:active, .remind .btn:active, .reset .btn:active, .search #searchForm .btn:active, .finder #searchForm .btn:active, .search #search-form .btn:active, .finder #search-form .btn:active, .edit.item-page .btn-toolbar .btn:focus, .pager.pagenav a:focus, p.readmore .btn:focus, .contact .form-actions .btn:focus, #contact-form .controls .btn-primary.validate:focus, .profile .btn:focus, .login .btn:focus, .logout .btn:focus, .registration .btn:focus, .profile-edit .btn:focus, .remind .btn:focus, .reset .btn:focus, .search #searchForm .btn:focus, .finder #searchForm .btn:focus, .search #search-form .btn:focus, .finder #search-form .btn:focus {
  background: transparent;
  color: #2b2f37;
}
.g-branding {
  color: #999999;
}
.g-branding a {
  color: #999999;
  text-decoration: underline;
}
.g-branding a:hover {
  color: #000;
}
.insta-model a {
  color: #4db2b3;
}
.g-logo img, .g-logo svg {
  margin: 0 auto;
}
.controls {
  width: 50px;
  height: 50px;
}
h2.hp-header {
  text-align: center;
  text-transform: uppercase;
  margin: auto;
}
h2.hp-header a {
  color: #fff;
}
#myVideo {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
}
h1, h2, h3, h4, h5 {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
}
.insta-model {
  font-size: 2rem;
}
#g-intro {
  display: flex;
  height: 100vh;
  align-items: center;
  padding: 0;
}
.wf-loading {
  visibility: hidden;
}
.wf-active {
  visibility: visible;
}
#g-navigation .g-logo.g-logo-helium img, #g-navigation .g-logo.g-logo-helium svg {
  max-height: 150px;
}
.blog-category-h1-title h1, .category-h1-title h1, .blog-category-h1-title h2 {
  font-family: adobe-garamond-pro, serif;
  text-transform: uppercase;
  text-align: center;
  font-size: x-large;
  line-height: 1.3;
  margin-top: 25px;
}
.blog-category-h1-title .page-header h2 {
  margin: 15px 0 0;
}
body {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
}
.table td, .table th {
  text-align: center;
}
.table-responsive {
  overflow-x: auto;
}
#g-header {
  padding: 0;
  text-align: center;
  font-family: adobe-garamond-pro, serif;
}
#g-header a {
  color: #000000;
}
#g-header a:hover {
  color: #4db2b3;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 1.5em;
  text-transform: uppercase;
  padding: 0 20px;
  font-weight: normal;
}
#g-header nav.g-main-nav ul.g-toplevel li {
  border-left: 1px solid #000;
}
#g-header nav.g-main-nav ul.g-toplevel li:first-child {
  border-left: none;
}
#g-header nav.g-main-nav ul.g-toplevel li.active a {
  color: #4db2b3;
}
.g-social.social-bottom {
  text-align: center;
  font-size: 1.2rem;
}
#g-mainbar {
  padding: 0;
}
#g-header {
  background-color: rgba(255, 255, 255, 0.9);
}
.page-header {
  border-bottom: none;
}
.properties {
  margin: 0 auto;
  padding-bottom: 20px;
}
.properties ul {
  list-style: none;
  width: 100%;
  clear: both;
  text-align: center;
  margin: 0 auto;
}
.measurement:after {
  content: "|";
  font-size: 20px;
}
.measurement:last-child:after {
  content: "";
}
.itemid-156 .g-logo.g-logo-helium img, .itemid-156 .g-logo.g-logo-helium svg {
  max-height: 150px;
}
.itemid-156 #g-page-surround {
  background: transparent;
}
.itemid-156 #g-intro {
  background: transparent;
}
.itemid-156 button {
  background: transparent;
  padding: 0;
}
.itemid-156 input:focus, .itemid-156 button:focus {
  outline: none !important;
}
@media only all and (min-width: 75rem) {
  .blog-category-h1-title .page-header h2 {
    font-size: large;
  }
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .grid-sizer, .grid-item {
    width: 32%;
  }
  .gutter-sizer {
    width: 2%;
  }
  .blog-category-h1-title .page-header h2 {
    font-size: large;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .group2 {
    margin-bottom: 0;
  }
  .blog-category-h1-title h2 {
    font-size: 16px;
  }
  .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 1em;
  }
  .grid-sizer, .grid-item {
    width: 32%;
  }
  .gutter-sizer {
    width: 2%;
  }
  .measurement {
    font-size: 15px;
  }
  .measurement .field-label {
    margin-left: 5px;
  }
  .measurement .field-value {
    margin-right: 5px;
  }
}
@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
  .grid-sizer, .grid-item {
    width: 48%;
    margin-bottom: 5px;
  }
  .g-logo {
    padding-right: 0.938rem;
  }
  .grid-sizer, .grid-item {
    width: 48%;
  }
  .gutter-sizer {
    width: 2%;
  }
  .item {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1920px) {
  .g-container.g-flushed {
    max-width: 1366px;
  }
}
@media only screen and (max-width: 47.938rem) {
  .row-fluid .span3 {
    width: 49%;
    float: left;
  }
  .item {
    margin: 0 0 2%;
    padding: 10px 10px 5px 10px;
  }
  .blog-category-h1-title h2, .category-h1-title h1 {
    margin-top: 10px;
  }
  .group2 {
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
  .measurement {
    font-size: 15px;
  }
  .measurement .field-label {
    margin-left: 5px;
  }
  .measurement .field-value {
    margin-right: 5px;
  }
  .itemid-156 .g-block.size-20 {
    -webkit-flex-basis: 20%;
    -moz-flex-basis: 20%;
    flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    max-width: 20%;
  }
  .itemid-156 .g-block.size-40 {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    max-width: 40%;
  }
  .itemid-156 .g-logo {
    margin: 0 auto;
  }
  .itemid-156 .g-logo figure {
    margin: 0;
  }
  .g-logo {
    margin: 10px;
  }
  .layout-blog .blog-category-h1-title .page-header h2 {
    font-size: 15px;
    margin: 1rem 0;
  }
}
@media only all and (max-width: 30rem) {
  .g-logo {
    padding-right: 2rem;
    padding-left: 0;
  }
  .itemid-156 .g-logo {
    padding-right: 0;
  }
  .grid-sizer, .grid-item {
    width: 48%;
    margin-bottom: 2vw;
  }
  .gutter-sizer {
    width: 2%;
  }
  section#g-container-main {
    margin: 0 10px;
  }
  .itemid-156 .g-block.size-20 {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    max-width: 100%;
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .itemid-156 .g-block.size-40 {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    max-width: 50%;
  }
  h2 .subheading-category {
    font-size: x-large;
    margin: 0.75rem 0 1.5rem;
  }
  .layout-blog .blog-category-h1-title .page-header h2 {
    font-size: 11px;
    margin: 0.75rem 0 0.2rem;
  }
}
@media only screen and (max-width: 320px) {
  .grid-sizer, .grid-item {
    width: 98%;
    margin-bottom: 5px;
  }
}
/*# sourceMappingURL=custom_29.css.map */