/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com) 
   ========================================================================== */


html,
button,
input,
select,
textarea {
	color: #222;
}

body {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 1.4;
}

.overlay {
	height: 100%;
	overflow: hidden;
}

::-moz-selection {
	background: #357;
	text-shadow: 0 0 1px #FFF;
	color: #FFF;
}

::selection {
	background: #357;
	text-shadow: 0 0 1px #FFF;
	color: #FFF;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

img {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.page-header h1 {
	margin: 0;
	text-align: center;
	color: #2DB3E5;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 4em;
	text-transform: uppercase;
	background: url(/images/dot_bg.png) #fafafa;
}

h2 {
	margin: 20px 0 0;
	color: rgba(45, 179, 229, 1);
	font-family: "Roboto Slab", serif ;
	font-weight: 100;
	font-size: 4em;
	text-transform: uppercase;
}

h3 {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	color: #135;
	font-weight: 100;
	font-size: 2.4em;
	margin: 0 0 30px;
}

/*
h3:before,
h3:after {
	content:"";
	display: block;
	width: 50px;
	height: 2px;
	margin: 0 auto;
	background: #DDD;
	background: rgba(0,0,0,0.15);
}

h3:after {
	margin-top: 10px;
}
*/

p, dl {
	color: #666;
	letter-spacing: 1px;
	line-height: 1.6em;
	font-weight: 300;
}


.wrapper {
	width: 100%;
	overflow: hidden;
}

.holder {
	width: 1080px;
	margin: 0 auto;
}

.main-header {
	height: 0;
	min-height: 250px;
	padding-top: 20px;
	padding-bottom: 20%;
	/*background-attachment: fixed;*/
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position: center 50%!important;
}

.main-header .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.gift {
	width: 50px;
	height: 50px;
	float: right;
    margin-top: 15px;
    position: absolute;
    top: 0;
    right: 10px;
    background: #32a9de;
    border-radius: 50px;
    padding: 1px;
}

@media only screen and (min-width: 40.063em){
  .gift {
      background: transparent;
      position: static;
      border-radius: 0;
      padding: 0;
  }
}


.gift img {
	max-width: 100%;
    animation: shake 2s cubic-bezier(.36,.07,.19,.97) infinite;
    transform: translate3d(0, 0, 0);
}

@keyframes shake {
    5% {
        transform: rotate(-5deg);
    }
    10% {
        transform: rotate(5deg);
    }
    15% {
        transform: rotate(-15deg);
    }
    20% {
        transform: rotate(15deg);
    }
    25% {
        transform: rotate(0);
    }
}

.gift-modal h4{
    font-size: 1.25rem;
    margin-bottom: 0;
}

.gift-modal h4:before{
    display: none;
}

.reveal-modal.gift-modal .close-reveal-modal {
    background: #2DB3E5;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    top: -20px;
    right: -20px;
    font-size: 2rem;
    line-height: 36px;
    font-weight: 300;
    transition: all .5s;
}

.reveal-modal .close-reveal-modal:hover {
    color: #2DB3E5;
    background: white;
}

@media only screen and (max-width: 40.063em){
    .gift-modal {
        padding: 3.5rem 1rem 1rem;
    }
    .gift-modal h2 {
        font-size: 1.8rem;
        line-height:1.2;
        margin-bottom: 1rem;
    }
    .gift-modal h3 {
        font-size: 1.5rem;
        line-height:1.2;
    }
}

/* ------------------ WELLNESS ----------------*/
.wellness .main-header {
	background-image: url(/images/wellness/wellness_header.jpg);
	background-position: center -400px;
}
/* ------------------ FITNESS ------------------ */

.fitness .main-header {
	background-image: url(/images/fitness/fitness_header.jpg);
	background-position: center -100px;
}

/* ------------------ BEAUTY ------------------ */

.beauty .main-header {
	background-image: url(/images/beauty/vip.jpg);
	background-position: center -290px;
}

/* ------------------ CENTAR ------------------ */

.centar .main-header {
	background-image: url(/images/centar.jpg);
	background-position: center -600px;
}

/* ================== CONTACT FORM ================ */


.contact-form-wrapper {
	padding: 2em 0;
	background-color: #FFF;
	margin: 4em 0 -2em;
}

/*------ H3 -----*/

form.enquire-form h3 {
	margin-bottom:  2em;
	text-align: center;
	color: #2DB3E5;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 4em;
	text-transform: uppercase;
}

form.enquire-form h3:before {
	display: none;
}

form.enquire-form h3:after {
	display: none;
}

/*------ BUTTON -----*/

form.enquire-form button {
	display: inline-block;
	background: #FFFFFF;
	color: #777;
	width: 23%;
	margin: 0 .5%;
	padding: 12px;
	border: 2px solid #2DB3E5;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: .9em;
	text-decoration: none;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

form.enquire-form button:hover {
	background: #2DB3E5;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #2DB3E5, inset 0 0 0 4px #FFF;
	-moz-box-shadow: inset 0 0 0 2px #2DB3E5, inset 0 0 0 4px #FFF;
	box-shadow: inset 0 0 0 2px #2DB3E5, inset 0 0 0 4px #FFF;
}

/*------ INPUT -----*/

form.enquire-form input {
	border-radius: 2rem;
	padding: .75rem;
	border: 2px solid #DDD;
	text-align: center;
	box-shadow: none;
}

form.enquire-form input:focus {
	box-shadow: none;
	border-color: #2DB3E5;
	background: #FFF;
}


/*------ TEXTAREA -----*/

.enquire-form textarea {
	box-shadow: none;
	background-color: #FFFFFF;
	color: #4D83A7;
	min-height: 200px;
	margin-bottom: 1.5em;
	border: 2px solid #DDD;
	border-radius: 1em;
}


.enquire-form textarea:focus {
	padding-left: 2em;
	border-color: #2DB3E5;
	background: #FFF;
}

/*------ LABEL -----*/

form.enquire-form label {
	line-height: 2em;
	color: #2DB3E5;
}

.enquire-form label small {
	text-transform: lowercase;
	color: #2DB3E5;
}

[data-abide] .error small.error {
	background-color: transparent;
	color: red;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 800;
}



/* ---------------- CONTACT  --------------- */

.contact .main-header {
	background-image: url(/images/contact_header.jpg);
	background-position: center -800px;
}

/*.main-header:before {
  	content: "";
  	display: block;
  	padding-bottom: 35%;
}*/



.main-header .bar {
	background: rgba(45, 179, 229, .85);
	width: 100%;
	height: 80px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	/*position: absolute;
	top: 40px;
	left: 0;*/
}

.main-header .bar:hover {
	background: rgba(45, 179, 229, 1);
}

/*.main-header .holder *{
	display: inline-block;
}*/

.main-header .logo{
	background-image: url(/images/wellness_logo_white.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 50px;
	background-size: 50px;
	width: 50px;
	height: 50px;
	margin: 15px 0 0;
	font-size: 0;
	float: left;
}

.main-header nav{
	width: 60%;
	height: 80px;
	margin: auto;
}

.mobile-menu-open{
	display: none;
}

.main-header nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-header nav li{
	display:inline-block;
	height: 80px;
	margin: 0;
	padding: 0 9px;
	position: relative;
}

.main-header nav li a{
	display: block;
	color: #FFF;
	padding: 1.5em 0.7em 0;
	line-height: 1.8;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	position: relative;
	z-index: 1;
	text-align: center;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.main-header nav li a:after{
	content: attr(title);
	color: #357;
	/*
		position: absolute;
	*/
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 1.2em;
	text-align: center;
	font-weight: 300;
	font-size: .75em;
	display: block!important;
	border-bottom: 3px solid transparent;
	z-index: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	margin-top: .5em
}


/*
.main-header nav li span{
	color: #357;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
	font-weight: 300;
	font-size: .75em;
	display: block!important;
	border-bottom: 3px solid transparent;
	z-index: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
*/

.main-header nav li:hover a{
	color: #357;
}

.main-header nav li a:hover:after{
	color: #FFF;
	border-bottom: 3px solid #357;
}


/*---- active ----*/

.main-header nav li.active a {
	color: #135;
}

.main-header nav li.active a:after {
	color: #fff;
}

/*--------*/


.main-header .search{
	float: right;
	width: 24%;
	margin: 10px 0 0;
	position: relative;
}

.search #search {
	color: #2DB3E5;
	border: none;
	padding: 0 15px;
	position: absolute;
	top: 5px;
	right: 7px;
	width: 0;
	height: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;

	outline: none;

	/*-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);*/

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

input::-webkit-input-placeholder {
	color: #AAA;
	font-size: .75em
}
input::-moz-placeholder {
	color: #AAA;
	font-size: .75em
}
input:-moz-placeholder {   /* Older versions of Firefox */
	color: #AAA;
	font-size: .75em
}
input:-ms-input-placeholder {
	color: #AAA;
	font-size: .75em
}

.search button {
	background: url(/images/search.png) #FFF center center no-repeat;
	background-size: 20px;
	color: rgba(45, 179, 229, 1);
	width: 50px;
	height: 50px;
	margin: 5px 0 0;
	border: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: right;
	outline: none;
	position: relative;
	z-index: 1;
}

.search button:hover {
	background-color: #EEE;
	color: #FFF;
}

.search:hover #search,
.search #search:hover,
.search #search:focus {
	/*-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);*/
	top: 5px;
	padding-right: 40px;
	width: 80%;
	height: 50px;
	z-index: 0;
}

/* ----------------- HOMEPAGE ----------------- */

.homepage {
	background: url(/images/wellness/wellness_header.jpg) no-repeat 0 0;
	/*background: url(/images/wellness_sauna.jpg) no-repeat 0 0;*/
	background-size: cover ;
	-webkit-background-size: cover;
	position: absolute;
	width: 100%;
	min-height: 100%;
	-webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.35);
	box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.55);
}

.homepage .main-header {
	background: none;
	min-height: 0;
	max-height: 25%;
	height: auto;
	padding-bottom: 0;
}

.homepage .content {}

.homepage .announcement {
	background-color: rgba(42, 159, 206, 0.95);
	margin-top: 2rem;
	padding-bottom: 1rem;
}

.homepage .announcement h2{
	color: #FFF;
	font-size: 2rem;
	margin: 1rem 0;
}

.homepage .announcement p {
	color: #FFF;
	margin: 0 0 1rem;
	font-weight: 300;
	font-size: 1rem;
	font-family: "Open Sans";
}

.homepage .content-logo {
	width: 50%;
	height: auto;
	margin: 1% 25%;
	position: relative;
	text-align: center;
}

.homepage .content-logo img{
	width: 40%;
}

.homepage .content-logo p {
	color: #FFF;
	margin: 1.5em 0;
	font-weight: 300;
	font-size: 1.2em;
	text-shadow: 0 1px 10px #000;
}

.homepage .content-logo a {
	background: rgba(255, 255, 255, 0.5);
	color: #FFF;
	display: block;
	width: 350px;
	margin: 0 auto;
	padding: 15px;
	border: 2px solid #FFF;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	/*text-shadow: 0 1px 5px #000;*/
	font-size: 1.4em;
	font-weight: 300;
	font-family: "Roboto", "Lato Light";

	-webkit-box-shadow: 0 0 0 0 #FFF;
	-moz-box-shadow: 0 0 0 0 #FFF;
	box-shadow: 0 0 0 0 #FFF;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .25s;
}

.homepage .content-logo a:hover {
	background: #FFF;
	color: #2DB3E5;
	border-color: #2DB3E5;
	text-shadow: 0 0 0 #fff;
	-webkit-box-shadow: 0 0 0 5px #FFF;
	-moz-box-shadow: 0 0 0 5px #FFF;
	box-shadow: 0 0 0 5px #FFF;
}

.homepage .content-quicklinks {
	width: 1080px;
	height: auto;
	padding: 40px 0;
	margin: auto;
	overflow: hidden;
}

.homepage .content-quicklink {
	position: relative;
	overflow: hidden;
	float: left;
	width: 33%;
	padding: 1%;
}

.homepage .quicklink{
	display: block;
	width: 80%;
	height: 0;
	overflow: hidden;
	position: relative;
	padding-bottom: 80%;
	margin: 0 auto;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 10px solid transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;

	-webkit-box-shadow: 0 0 0 4px #2DB3E5;
	-moz-box-shadow: 0 0 0 4px #2DB3E5;
	box-shadow: 0 0 0 4px #2DB3E5;
}

.homepage .quicklink:hover {
	-webkit-box-shadow: 0 0 0 6px #FFF;
	-moz-box-shadow: 0 0 0 6px #FFF;
	box-shadow: 0 0 0 6px rgba(255,255,255,.25);
}

.homepage .quicklink img{
	position: absolute;
	width: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.homepage .quicklink:hover img{
	opacity: 1;
}

.homepage .quicklink h2{
	color: #FFF;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;

	border: 2px solid transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	display: inline-block;
	vertical-align: middle;

	font-size: 1.8em;
	font-weight: 400;
	letter-spacing: 3px;
	text-align: center;
	line-height: 265px;


	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.homepage .quicklink:hover h2{
	opacity: 0;
}

/*---------- DISCOUNT -----------*/

.discount-wrapper {
	text-align: center;
	margin-bottom: 1rem;
}

.discount-wrapper a {
	display: inline-block;
	background: transparent;
	color: white;
	width: auto;
	margin: auto;
	padding: .5rem 3rem;
	border: 2px solid #2DB3E5;
	border-radius: 50px;
	font-size: 1.4em;
	text-decoration: none;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	text-align: center;
	font-family: 'Roboto Slab';
}

.discount-wrapper a:hover,
.discount-wrapper a:active {
	background: #2DB3E5;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #2DB3E5, inset 0 0 0 4px #FFF;
	-moz-box-shadow: inset 0 0 0 2px #2DB3E5, inset 0 0 0 4px #FFF;
	box-shadow: inset 0 0 0 2px #2DB3E5, inset 0 0 0 4px #FFF;
}

/*---- modal ----*/

#discount {
	padding-bottom: 3em;
}

#discount.reveal-modal {
	max-width: 90%;
	width: 90%;
}

#discount.reveal-modal h2 {
	font-size: 1.5em;
	margin-top: .5em;
	font-weight: 400;
	letter-spacing: 1px;
	margin-bottom: 1em;
	text-align: center;
}

#discount h3{
	font-size: 2em;
	margin-top: 0.5em;
}

h3.mod-articles-category-category {
	font-size: 2rem;
	font-weight: 300;
	margin: 0;
	color: #357;
}

#discount h3:before {
	/*content: "";
	display: block;
	width: 30px;
	background: #2BE;
	height: 1px;
	margin: 10px auto 25px;*/
}

#discount .discount-image {
	margin-bottom: 2em;
}

#discount.reveal-modal .discount-content {
	text-align: center;
}


#discount.reveal-modal .discount-box p {
/*
	text-align: left;
*/
	margin: .5em 0;
	padding: 0 1em;
	transition: all .3s ease-in-out;
}

#discount.reveal-modal .discount-box p:hover {
	font-weight: bolder;
	background-color: #F8F8F8;
}

#discount.reveal-modal .discount-box span {
	font-family: "Roboto Slab";
	font-weight: bolder;
	color: #2DB3E5;
	margin-left: .5em;
}

#discount.reveal-modal .discount-box{
	text-align: center;
	padding: 1em 0;
	overflow: hidden;
}

.reveal-modal .close-reveal-modal {
	color: #2DB3E5;
}

.category-block {
	text-align: center;
}

ul.category-module {
	list-style-type: none;
}

#discount .mod-articles-category-title {
	margin: .5rem;
	font-size: 1.4em;
	font-family: Roboto Slab;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	color: #357;
}

.category-module li {
	list-style-type: none;
}

.category-module a.title {
	font-size: 1.4em;
	font-family: Roboto Slab;
	text-transform: uppercase;
	text-align: center;
}
/*
.category-module .category-box {
	min-height: 10.5em;
}*/


.category-box i.fa {
	color: #AAAAAA;
	margin-right: .3em;
}

.category-box span.mod-articles-category-date {
	color: #AAAAAA;
	font-style: italic;
}

/*---modal end---*/

/*--------------------- DISCOUNT ------------------------*/


.discount {
	text-align: center;
}

.discount .main-header {
	background-image: url(/images/centar.jpg);
	background-position: center -600px;
}

.discount .page-header h2 {
	font-size: 3em;
	font-weight: 300;
	background: url(/images/dot_bg.png) #fafafa;
	margin: 0;
}

.discount .page-header h2:after {
	content: "";
	height: 1px;
	width: 2em;
	background-color: rgb(45, 179, 229);
	display: block;
	margin: 0.5em auto;
}

.discount .intro-logo-wrapper p {
	margin: 0;
}

.discount .item-page {
	background: url(/images/dot_bg.png) #fafafa;
	padding-bottom: 2em;
	min-height: 22em;
}

/*------ label classes ------*/

.akcija_poslije {
	font-family: "Roboto Slab";
	font-weight: bolder;
	color: #2DB3E5;
	margin-left: .5em;
}

.akcija_prije {
	font-family: "Roboto Slab";
	font-weight: 600;
	color: #777777;
}


/* -------------------- CONTENT SECTIONS --------------- */


.section {
	padding: 0 0 350px;

	border-top: 5px solid #EEE;
	/*border-bottom: 225px dashed #FFF;*/
	min-height: 400px;

	background-color: #FFF;
	background-attachment: fixed;
	/*background-position: center bottom;*/
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;

	text-align: center;
	/*-webkit-transition: all .5s;
	  -moz-transition: all .5s;
	  -ms-transition: all .5s;
	  -o-transition: all .5s;
	  transition: all .5s;*/
	position: relative;
	z-index: 0;
}

.section.active {
	background-position: center center!important;
}

.section.active .section-content{

}

/*.section:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/images/dot_bg_black.png);
	z-index: -1;
}*/

.section.intro:after {
	display: none;
}

.section .section-content{
	background: #FFF;
	/*background-image: url(/images/dot_bg.png);*/
	border-bottom: 5px solid #2DB3E5;
	height: auto;
	padding: 30px 0 20px;
}

.section .section-logo {
	width: 50px;
	margin-top: 30px;
}

.section .section-header{
	margin: 10px 0 0;
	color: #2DB3E5;
	font-family: 'Roboto Slab',  serif;
	font-weight: 300;
	font-size: 4em;
	text-transform: uppercase;
}

.section .section-subheader{
	margin: 0;
	color: #135;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 1.6em;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2em;
}

.section .section-subheader:before,
.section .section-subheader:after {
	content: "";
	display: block;
	background: #EEE;
	background: rgba(0, 0, 0, 0.15);
	width: 50px;
	height: 1px;
	margin: 0 auto;
}


.section h4 {
	color: #357;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h4:before {
	content: "";
	display: block;
	width: 30px;
	background: #2BE;
	height: 1px;
	margin: 10px auto 25px;
}

.section .section-details p{
	color: #555;
	margin-bottom: 40px;
	font-weight: 300;
	line-height: 1.6em;
}

.section .section-description {
	float: left;
	width: 40%;
	margin: 0 5%;
}

.section .section-description h5{
	color: #2DB3E5;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dashed #DDD;
	font-family: "Roboto Slab", Times, serif;
	font-weight: 700;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.section .section-description dl *{
	display: inline-block;
	width: 49%;
	margin: 0;
	text-align: left;
	font-size: .9em;
	vertical-align: middle;
}

.section .section-description dd{
	margin: 0;
	color: #357;
}

.section .section-description small{
	display: block;
	width: 100%;
	margin: 5px 0;
	color: #999;
	text-align: left;
	font-style: italic;
}



.section .footer {
}

.section .footer h4{
	float: left;
	background: #2DB3E5;
	color: #FFF;
	width: 50%;
	margin: -10px 25%;
	padding: 10px 0;
	font-size: 2em;
	font-family: "Museo 300";
	font-weight: 300;
	border: 1px solid #FFF;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 0 5px #2DB3E5;
	-moz-box-shadow: 0 0 0 5px #2DB3E5;
	box-shadow: 0 0 0 5px #2DB3E5;
}

.section .footer ul {
	float: left;
	width: 100%;
	margin: 40px 0;
	padding: 20px 12px;
	border: 3px solid #FFF;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
	list-style: none;
	font-family: "Roboto", "Lato Light";
	font-weight: 300;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.section .footer li {
	float: left;
	background: #2DB3E5;
	color: #FFF;
	width: 23%;
	margin: 0 1%;
	padding: 10px 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;;
	font-size: 1.3em;
}

.section .section-links {
	padding: 30px 0 ;
	position: relative;
	z-index: 100;
}

.section .section-links.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF;
	padding: 10px 0;
}

.section .section-links.fixed a{
	padding: 7px 0;
	width: 10%;
	margin: 0 5px!important;
}

.section .section-links a{
	display: inline-block;
	background: #FFFFFF;
	color: #777;
	width: 23%;
	margin: 0 .5%;
	padding: 12px;
	border: 2px solid #2DB3E5;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: .9em;
	text-decoration: none;
	position:relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.section .section-links a {
	margin-top: 20px;
}

.section-links a.top {display: none}

.section .section-links a:hover,
.section .section-links a.active{
	background: #2DB3E5;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 2px #2DB3E5, inset 0 0 0 4px #FFF;
	-moz-box-shadow: inset 0 0 0 2px #2DB3E5, inset 0 0 0 4px #FFF;
	box-shadow: inset 0 0 0 2px #2DB3E5, inset 0 0 0 4px #FFF;

}



.is-sticky .section-links {
	background: #2DB3E5;
	padding: 0 0 5px;
	-webkit-box-shadow: 0 0 3px #777;
	-moz-box-shadow: 0 0 3px #777;
	box-shadow: 0 0 3px #777;
}


.is-sticky .section-links:before {
	content: "Ponuda:";
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	margin: 7px 17px 0 0;
	color: #FFF;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 14px;
}

.is-sticky .section-links a.top {
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 0;
	vertical-align: bottom;
	display: none;
}

.is-sticky .section-links a {
	width: 15px;
	margin: 0 5px;
	padding: 7px;
	font-size: 0;
	background: #357;
	border: 2px solid #2DB3E5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.is-sticky .section-links a:hover,
.is-sticky .section-links a.active {
	border-color: #FFF;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.is-sticky .section-links a[title]:after,
.is-sticky .section-links a[title]:active:after{
	content: attr(title);
	background: #357;
	color: #FFF;
	width: auto;
	position: absolute;
	left: 50%;
	bottom: -75px;
	margin-left: -70px;
	padding: 8px 20px;
	white-space: nowrap;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 14px;
	z-index: 20;
	-webkit-transition: 0.5 all;
	-moz-transition: 0.5 all;
	-ms-transition: 0.5 all;
	-o-transition: 0.5 all;
	transition: 0.5 all;
	opacity: 0;
	filter:alpha(opacity=0);
	pointer-events: none;
}

.is-sticky .section-links a[title]:hover:after {
	opacity: 1;
	pointer-events: inherit;
	bottom: -50px;
}

.lt-ie9 .is-sticky .section-links a[title]:after {
	display: none;
}



.section a.section-button {
	display: block;
	color: #FFF;
	width: 300px;
	margin: 0 auto 40px;
	padding: 20px 5px;
	border: 2px solid #FFF;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	outline: 0;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

a:focus {
	outline: 0;
}

.section a.section-button.show-img {
	position: absolute;
	top: auto;
	bottom: 30px;
	left: 50%;
	margin-left: -150px;
	-webkit-box-shadow: 0 0 0 0 #FFF;
	-moz-box-shadow: 0 0 0 0 #FFF;
	box-shadow: 0 0 0 0 #FFF;
}

.section a.section-button:hover,
.section a.section-button.active {
	background: #FFF;
	color: #2DB3E5;
	-webkit-box-shadow: 0 0 0 5px #FFF;
	-moz-box-shadow: 0 0 0 5px #FFF;
	box-shadow: 0 0 0 5px #FFF;
	border: 2px solid #2DB3E5;
}

.section a.section-button.active {
	bottom: 80%;
}

.section a[href^="mailto:"] {
	color: #2DB3E5;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.section a[href^="mailto:"]:hover {
	color: #333;
	text-decoration: none;
}

/* -------------------------- GALLERY SECTION -----------------------------------*/

.section.gallery {
	padding: 0;
}

.section.gallery .section-header {
	font-size: 3em;
	color: #357;
	margin: 40px 0;
}

.section.gallery h3:before{
	display: none;
}
.section.gallery h3:after {
	background: #2DB3E5;
}

.section-gallery {
	overflow: hidden;
	padding: 0 0.25%;
}

/*.section-gallery:hover .gallery-img-box{
	width: 5%;
}
.section-gallery:hover .gallery-img-box:hover{
	width: 60%;
	margin: 0 20%;	
}*/

.gallery-img-box {
	width: 12%;
	float: left;
	margin: 0 .25%;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/*.gallery-img-box:hover img{
	height: 100%;
	top: 0%;
	left: 0%;
}*/

.gallery-img {
	display: block;
	position: relative;
	padding-bottom: 100%;
}

.gallery-img-box a:after {
	content: " + ";
	position: absolute;
	display: block;
	width: 100px;
	height: 100px;
	background: rgba(34, 187, 238, 0.75);
	top: 75%;
	left: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #FFF;
	font-size: 40px;
	line-height: 100px;
	transition: all .5s;
	opacity: 0;
	margin: -50px 0 0 -50px;
	box-shadow: 0 0 0 0 rgba(34, 187, 238, 0.75);
}

.gallery-img-box a:hover:after {
	opacity: 1;
	top: 50%;
	box-shadow: 0 0 0 10px rgba(34, 187, 238, .25);
}

.vertical .gallery-img img{
	width: 110%;
	height: auto;
}

/*.vertical:hover img{
	width: 100%;
}*/

.gallery-img img{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	width: auto;
	max-width: none;
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.gallery-img img:hover {
	cursor: crosshair;
}


/* ------------------------- LIGHT BLUE BACKGROUND STYLING ------------------------ */

.section.light-blue .section-content {
	background: #2DB3E5;
	background: rgba(45, 179, 229, 0.95);
	border-bottom: 5px solid #FFF;
}

.light-blue .section-header {
	color: #FFF;
}

.light-blue .section-subheader {
	color: #135;
}

.light-blue p {
	color: #FFF;
}

.light-blue .footer h4{
	background: #FFF;
	color: #2DB3E5;

	border: 1px solid #2DB3E5;

	-webkit-box-shadow: 0 0 0 5px #FFF;
	-moz-box-shadow: 0 0 0 5px #FFF;
	box-shadow: 0 0 0 5px #FFF;
}

.light-blue a.section-button {
	border-color: #FFF;
	color: #FFF;
}

.light-blue a.section-button:hover {
	background: #FFF;
	color: #2DB3E5;
}

.light-blue a.section-button:active {
	background: #FFF;
	color: #2DB3E5;
	-webkit-box-shadow: inset 0 0 0 3px #2DB3E5, inset 0 0 0 5px #FFF;
	-moz-box-shadow: inset 0 0 0 3px #2DB3E5, inset 0 0 0 5px #FFF;
	box-shadow: inset 0 0 0 3px #2DB3E5, inset 0 0 0 5px #FFF;
}

/* ------------------------- DARK BLUE BACKGROUND STYLING ------------------------ */

.dark-blue {
	background: #357;
}

.dark-blue .section-header {
	color: #2DB3E5;
}

.dark-blue .section-subheader {
	color: #FFFFFF;
}

.dark-blue p {
	color: #2DB3E5;
}

.dark-blue a.section-button {
	border-color: #FFF;
	color: #FFF;
}

.dark-blue a.section-button:hover {
	background: #FFF;
	color: #2DB3E5;
}

.dark-blue a.section-button:active {
	background: #FFF;
	color: #2DB3E5;
	-webkit-box-shadow: inset 0 0 0 3px #2DB3E5, inset 0 0 0 5px #FFF;
	-moz-box-shadow: inset 0 0 0 3px #2DB3E5, inset 0 0 0 5px #FFF;
	box-shadow: inset 0 0 0 3px #2DB3E5, inset 0 0 0 5px #FFF;
}


/* ------------------------- INTRO SECTION STYLING  ------------------------------*/

.intro {
	background: url(/images/dot_bg.png) #fafafa;
	padding: 0 0 2em;
	text-align: center;
	border-top: none;
/*
    -webkit-box-shadow: inset 0 150px 50px -150px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 150px 50px -150px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 150px 50px -150px rgba(0, 0, 0, 0.25);
*/
	z-index: 1;
	overflow: visible;
}

.intro .intro-logo {
	margin-top: -50px;
	text-align: center;
	padding: 5px;
	background: #FFF;

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 -10px 15px -2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 -10px 15px -2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 -10px 15px -2px rgba(0, 0, 0, 0.5);
}

/* --- joomla - input ----*/

.intro-logo-wrapper {
	background: url(/images/dot_bg.png) #fafafa;
	padding: 0 0 2em;
	text-align: center;
	border-top: 2px solid #FFF;
	-webkit-box-shadow: inset 0 150px 50px -150px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: inset 0 150px 50px -150px rgba(0, 0, 0, 0.25);
	/* box-shadow: inset 0 150px 50px -150px rgba(0, 0, 0, 0.25); */
	z-index: 1;
}

.intro-logo-wrapper .intro-logo{
	margin-top: -50px;
	text-align: center;
	padding: 5px;
	/* background: #FFF; */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 -10px 15px -2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 -10px 15px -2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 -10px 15px -2px rgba(0, 0, 0, 0.5);
}


/* ----------------------- PRICELIST BUTTON AND LIST STYLING ---------------------------------------*/

a.pricelist-show {
	background-color: #2DB3E5;
	color: #FFFFFF;
	display: block;
	width: 300px;
	margin: 30px auto;
	padding: 20px 5px;
	border: 2px solid #2DB3E5;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

a.pricelist-show:hover {
	color: #2F5378;
	background-color: transparent;
}

.pricelist-show.active {
	background: #2DB3E5;
	color: #FFF;
	-webkit-box-shadow: inset 0 0 0 3px #2DB3E5, inset 0 0 0 5px #FFF;
	-moz-box-shadow: inset 0 0 0 3px #2DB3E5, inset 0 0 0 5px #FFF;
	box-shadow: inset 0 0 0 3px #2DB3E5, inset 0 0 0 5px #FFF;
}


.trend-pricelist{
	margin: 0;
	overflow: hidden;
	height: 0;
	line-height: 35px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.trend-pricelist.active {
	height: auto;
	padding: 40px 0;
}

.trend-pricelist .blank {
	height: 70px;
}

.trend-pricelist .pricelist-header {
	color: #2DB3E5;
	text-transform: uppercase;
}

.trend-pricelist .row {
	overflow: hidden;
	width: 100%;
	border-top: 1px dashed #DDD;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.trend-pricelist .row:hover{
	background: #F5F5F5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-color: transparent;
	font-weight: bold;
}

.trend-pricelist .row:hover + .row {
	border-color: transparent;
}

.trend-pricelist .time {
	color: #113355;
}

.trend-pricelist .price {
	color: #777;
}

.trend-pricelist-details {
	text-align: left;
	color: #777;
}

.trend-pricelist-details li{
	line-height: 20px;
	font-size: 0.8em;
}

/* ------ BEATUY PRICELIST -----------*/

.trend-pricelist.beauty.active{
	height: auto;
}

.trend-pricelist.beauty .time{
	text-align: left;
	padding-left: 10px;
}

.trend-pricelist.beauty .time span{
	display: block;
	color: #999;
	font-size: .8em;
	margin: -10px 0 0;
	letter-spacing: 0.5px;
}

.trend-pricelist.beauty .price{
	text-align: right;
	padding-right: 10px;
}

.pricelist-manikura,
.pricelist-pedikura {
	padding: 0 5%;
}

.trend-pricelist.active#pricelist-face{
	height: auto;
}

.pricelist-one-row {
	margin: auto;
}

/* ------------------------- SECTION BACKGROUND IMAGES - ID NAMES ------------------------ */

/* WELLNESS BG's */

#bazen { background-image: url(/images/wellness/wellness_bazen_1280.jpg); }
#finska-sauna{ background-image: url(/images/wellness/finska_sauna.jpg); }
#turska-sauna{ background-image: url(/images/wellness/turska_sauna.jpg); }
#jacuzzi { background-image: url(/images/wellness/jacuzzi.jpg); }


/* FITNESS BG's */
#kardio { background-image: url(/images/fitness/fitness_01_1280.jpg); }
#utezi { background-image: url(/images/fitness/utezi.jpg); }


/* BEAUTY BG's */
#manikura { background-image: url(/images/beauty/manikura.jpg); }
#pedikura { background-image: url(/images/beauty/pedikura.jpg); }
#tretmani-lica { background-image: url(/images/beauty/tretmani_lica.jpg); }
#tretmani-tjela { background-image: url(/images/beauty/tretmani_tjela.jpg); }
#depilacija { background-image: url(/images/beauty/depilacija.jpg); }
#masaza { background-image: url(/images/beauty/masaza.jpg); }
#solarij { background-image: url(/images/beauty/solarij.jpg); }
#vip-soba { background-image: url(/images/beauty/vip.jpg); }

/* CENTR BG's */

#caffe-bar {background-image: url(/images/centar.jpg);}





/* ---------------- CONTACT  --------------- */


.working-hours {
	text-align: center;
	color: #FFF;
	padding: 0;
}

.working-hours-content {
	background: #2DB3E5;
	padding: 20px 0 40px;
	overflow: hidden;
}

.working-hours .section-header {
	color: #FFF;
	clear: both;
}

.working-hours p{
	color: #335577;
}

.working-hours p strong{
	color: #FFF;
}

.working-hours-object{
	margin: 20px 2%;
}

.summer-period .working-hours-object {
	margin: 0;
}

.working-hours-object.col20 {
	width: 31%;
	margin: 1%;
}

.working-hours-object h3{
	color: #fff;
	padding: 10px 0;
	border: 2px solid rgba(0,0,0,0.3);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-weight: 400;
	font-size: 1.4em;
	text-transform: uppercase;

	-webkit-box-shadow: : 0 0 0 3px #FFF;
-moz-box-shadow: : 0 0 0 3px #FFF;
box-shadow: : 0 0 0 3px #FFF;
}

.working-hours-object h3:after,
.working-hours-object h3:before {
	display: none;
}

/* ----- GMAP AND FACEBOOK IFRAMES-------- */

.gmap {
	position: relative;
	height: 600px;
	overflow: hidden;
}

.gmap iframe{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: none;
}

iframe #mp-embed-bar {
	background: #357;
	color: #FFF!important;
	text-align: center;
	font-weight: 100;
	line-height: 25px;
}

.facebook p{
	text-align: center;
	letter-spacing: 0;
}

.facebook a {
	background: #3B5998;
	color: #FFF;
	margin: 10px 0 0;
	padding: 7px 20px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
}

.facebook a:hover {
	background: #2DB3E5;
}

.legal-info {
	background: #2DB3E5;
	padding: 25px 0 50px;
	font-size: .9em;
	text-align: center;
}

.legal-info p {
	color: #FFF;
	line-height: 1.8em;
}

.legal-info h4 {
	color: #246;
	font-size: 2em;
	font-weight: 300;
}

.legal-info h4:before {
	display: none;
}


/* ---------------- PHOCA MAP -------------------------*/


.phocamaps-box{
	margin-top: 0!important;
}


/* ---------------- FOOTER - COPYRIGHT --------------- */

.copyright {
	color: #999;
	width: 100%;
	margin: 0 auto;
	padding: 1rem 0;
	font-size: .7em;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.8em;
	position: relative;
	/*position: absolute;
	bottom: 0;
	left: 0;*/
}

.copyright a {
	color: #2DB3E5;
	margin: 0;
	font-size: 1em;
	text-decoration: none;
}

.copyright a:hover {
	color: #aaa;
	border-bottom: 1px solid #aaa;
}

.copyright ul li {
	display: inline-block;
}

.copyright p {
	letter-spacing: 0;
	font-size: inherit;
}

.copyright p:last-of-type {
	margin: 0;
}

.homepage .copyright p {
	color: #FFF;
}

.copyright p span {
	margin: 0 10px;
}

.copyright .to-top a{
	position: absolute;
	right: 20px;
	bottom: -50px;
	width: 40px;
	height: 40px;
	line-height: 22px;
	text-align: center;
	font-size: 3em;
	font-weight: lighter;
	background: #2DB3E5;
	color: #FFF;
	border: 3px solid #FFF;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 0 0 #FFF;
	-moz-box-shadow: 0 0 0 0 #FFF;
	box-shadow: 0 0 0 0 #FFF;
	top: inherit;
	left: inherit;

	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.copyright .to-top a:after{
	content: "\00bb";
	display: block;
	position: absolute;
	width: 80%;
	height: 80%;
	margin: 10%;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.copyright .to-top a:hover{
	-webkit-box-shadow: 0 0 0 3px #2be;
	-moz-box-shadow: 0 0 0 3px #2be;;
	box-shadow: 0 0 0 3px #2be;;
}

.copyright .to-top a.fixed{
	position: fixed;
	bottom: 20px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

html[data-useragent*='iPhone'] .copyright .to-top a.fixed{
	display: none;
}

.copyright span.separator {
	margin: 0 1em;
}

.copyright ul.nav.menu {
	padding: 0;
}

.copyright .nav.menu a {
	font-size: 0.7em;
}

/* ------------------- COOKIE LAW PLUGIN --------------------------- */

#cc-notification-wrapper > h2 {
	font-size: 1em;
	font-weight: 500;
	color: #777;
	text-align: center;
	font-family: inherit;
}
#cc-notification {
	text-align: center;
}
#cc-notification ul {
	list-style: none;
}
#cc-notification-permissions {
	display: none;
}
#cc-notification a {
	color: #FFF;
	background: #357;
	padding: 5px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
.cc-notification-button li {
	display: inline-block;
}
#cc-notification ul li {
	display: inline-block;
	margin: 0 5px;
}
#cc-notification-logo {
	display: none!important;
}
#cc-label-analytics {
	color: #357;
}
#cc-label-analytics strong {
	margin-right: 5px;
}
#cc-notification a:hover {
	background: #2be;
}

#cc-tag {
	display: none!important;
}

/* ==========================================================================
   Grid Classes
   ========================================================================== */

.col10 { width: 10%;}
.col15 { width: 15%;}
.col20 { width: 20%;}
.col25 { width: 25%;}
.col33 { width: 33%;}
.col40 { width: 40%;}
.col50 { width: 50%;}
.col60 { width: 60%;}
.col75 { width: 75%;}
.col80 { width: 80%;}
.col85 { width: 85%;}
.col100 { width: 100%;}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.left {float: left;}
.right {float: right;}

.notice {
	color: red!important;
}

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 15em) and (max-width: 50.063em){

	.mobile-hide {
		display: none;
	}

	p {color: #555;}

	.holder,
	.homepage .content-quicklinks,
	.col50 {
		width: 100%;
		height: auto;
		display: block;
	}

	.homepage {
		background-image: none;
		background: #FFF;
		box-shadow: none;
	}

	.homepage .content-logo {
		margin:0 5%;
		width: 90%;
	}

	.homepage .content-logo p {
		color: #357;
		font-size: 1em;
		font-weight: 500;
		text-shadow: none;
	}



	.homepage .content-quicklinks {
		padding: 0;
	}

	.homepage .content-quicklink{
		width: 90%;
		margin: 0 5%;
		padding: 0;
	}

	.homepage .quicklink{
		margin: 0 auto;
		float: none;
		-webkit-box-shadow: 0 0 0 2px #2DB3E5;
		-moz-box-shadow: 0 0 0 2px #2DB3E5;
		box-shadow: 0 0 0 2px #2DB3E5;
	}

	.homepage .quicklink:hover{
		-webkit-box-shadow: 0 0 0 50px #FFF;
		-moz-box-shadow: 0 0 0 50px #FFF;
		box-shadow: 0 0 0 50px #FFF;
	}

	.homepage .quicklink h2,
	.homepage .quicklink:hover h2 {
		background: #FFF;
		color: #2DB3E5;
		height: 2em;
		top: 50%;
		margin-top: -1em;
		padding: 0;
		border: 0;
		font-size: 2em;
		font-weight: 300;
		line-height: 2em;
		position: absolute;
		z-index: 3;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}



	.homepage .quicklink img,
	.homepage .quicklink:hover img{
		border: 1px solid #FFF;
		width: 100%;
		margin: 0;
		opacity: 1;
		z-index: 1;
	}

	.section {
		padding: 60% 0 0 0;
	}

	.section:after {
		display: none;
		background: none;;
	}

	.section.intro,
	.section.working-hours {
		padding: 0;
	}

	.section .holder{
		width: 90%;
		margin: 0 5%;
		border-bottom-color: #FFF;
	}

	.section .section-header {
		font-size: 2.4em;
	}

	.section .section-subheader {
		font-size: 1.6em;
		line-height: 1.5em;
	}

	.beauty .main-header {
		background-position: center -10px;
		background-size: 100%;
	}

	.fitness .main-header {
		background-position: -25px 0;
		background-size: 130%;
	}

	.wellness .main-header {
		background-position: left -20px;
		background-size: 100%;
	}

	.contact .main-header {
		background-position: left 0;
		background-size: 100%;
	}

	.main-header {
		height: auto;
		min-height: 0;
		overflow: visible;
		padding: 0;
		background-color: none;
		background-repeat: no-repeat;
	}

	.main-header .holder{
		position: relative;
		overflow: hidden;
	}

	.main-header .bar:hover {
		background: none;
	}

	.main-header .bar {
		height: auto;
		overflow: hidden;
		background: #2DB3E5;
	}

	.main-header .bar {
		background: none;
	}

	.main-header .logo{
		background-image: url(/images/wellness_logo_white.png);
		-webkit-background-size: auto 50%;
		background-size: auto 50%;
		width: 100%;
		height: 130px;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.main-header .logo a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.homepage .main-header .logo{
		background-image: url(/images/logo_big_color.png);
		-webkit-background-size: auto 65%;
		background-size: auto 65%;
	}

	.homepage .main-header {
		border-top: 1px solid #FFF;
		-webkit-box-shadow: inset 0 0 15px #AAA;
		-moz-box-shadow: inset 0 0 15px #AAA;
		box-shadow: inset 0 0 15px #AAA;
	}

	.main-header .logo img{
		width: 100px;
	}

	.mobile-menu-open {
		display: block;
		background: #357;
		color: #FFF;
		width: 100%;
		padding: 15px 0;
		text-align: center;
		position: absolute;
		top: 0;
		z-index: 1;
	}

	.mobile-menu-open .nav-icon{
		display: inline-block;
		position: relative;
		overflow: visible;
		width: 15px;
		height: 2px;
		margin: 5px 15px 5px -15px;
		background: #FFF;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}

	.mobile-menu-open .nav-icon:before,
	.mobile-menu-open .nav-icon:after{
		content:"";
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #FFFFFF;
		z-index: 1;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}

	.mobile-menu-open .nav-icon:before{top: -5px}
	.mobile-menu-open .nav-icon:after{bottom: -5px}

	/*.mobile-menu-open.active .nav-icon{
		background: #357;
		height: 0;
	}
	
	.mobile-menu-open.active .nav-icon:before,
	.mobile-menu-open.active .nav-icon:after {
		background: #135;
	}
	
	.mobile-menu-open.active .nav-icon:before{
		-webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
  		top: -1px;
	}
	
	.mobile-menu-open.active .nav-icon:after{
		-webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  		bottom: -1px;
	}*/

	.main-header nav {
		float: left;
		background: #2DB3E5;
		width: 100%;
		height: 0;
		padding-bottom: 20px;
		padding-top: 35px;
		position: relative;
		z-index: 0;
		-webkit-transition: all .5s;
		-moz-transition: all .5s;
		-ms-transition: all .5s;
		-o-transition: all .5s;
		transition: all .5s;
	}

	/*.main-header nav:after {
		content: "";
		  position: absolute;
		  top: 19px;
		  left: 25%;
		  width: .75em;
		  height: 0.125em;
		  border-top: 0.375em double #FFF;
		  border-bottom: 0.125em solid #FFF;
		  z-index: 1;
	}
	
	.main-header nav:before {
		content:"  NAVIGACIJA  ";
		position: absolute;
		top: 0;
		background: #357;
		color: #FFF;
		width: 100%;
		padding: 10px 0;
		text-align: center;
		font-size: 20px;
		z-index: 1;
	}*/

	.main-header nav.active{
		height: 300px;
		padding-top: 50px;
	}

	.main-header nav li {
		width:50%;
		float: left;
	}

	.main-header nav li a{
		display: block!important;
		text-align: center;
	}

	.main-header .search {
		position: absolute;
		top: 0;
		right: 10px;
		width: 100%;
	}

	.search:hover #search,
	.search #search:hover,
	.search #search:focus {
		top: 5px;
		right: 0;
		padding-right: 40px;
		width: 80%;
		height: 50px;
		z-index: 0;
	}

	.intro {
		clear: both;
		padding: 0;
		-webkit-box-shadow: inset 0 150px 50px -150px rgba(0, 0, 0, 0.25), 0 0 10px 1px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: inset 0 150px 50px -150px rgba(0, 0, 0, 0.25), 0 0 10px 1px rgba(0, 0, 0, 0.5);
		box-shadow: inset 0 150px 50px -150px rgba(0, 0, 0, 0.25), 0 0 10px 1px rgba(0, 0, 0, 0.5);
	}

	.is-sticky .section-links:before {
		display: none;
	}

	.intro .intro-logo {
		display: none;
	}

	.trend-pricelist.beauty.active, .trend-pricelist.active#pricelist-face {
		height: auto;
	}

	.section .footer li {
		float: left;
		background: #2DB3E5;
		color: #FFF;
		width: 48%;
		margin: 2% 1%;
		padding: 10px 0;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		font-size: 1.3em;
	}

	.section .section-links,
	.section .section-links.fixed {
		padding: 10px 0 20px;
		position: relative;
	}

	.section .section-links.fixed a,
	.section .section-links a,
	.beauty .section .section-links a {
		width: 44%;
		margin: 2.5%;
		padding: 12px;
	}

	.section .is-sticky .section-links {
		padding: 0;
	}

	.beauty .is-sticky .section-links a,
	.section .is-sticky .section-links a {
		width: 1%;
		margin: 5px;
		font-size: 0;
	}

	.section .section-logo {
		margin:0;
	}

	.section a.section-button.show-img{
		display: none;
	}



	.trend-pricelist.active {
		padding: 20px 0;
	}

	.pricelist-manikura,
	.pricelist-pedikura {
		padding: 0 0;
	}

	.trend-pricelist.beauty .time {
		padding: 0 5px;

	}

	.trend-pricelist.beauty .price {
		padding: 0;
		text-align: center;
	}

	.trend-pricelist.wellness .blank { display: none;}
/*
	.trend-pricelist.wellness .pricelist-header { width: 50%; }
*/

	.trend-pricelist.wellness .row .pricelist-header { width: 100%; }

	.trend-pricelist.wellness .time,
	.trend-pricelist.wellness .row .price {
		width: 25%;
	}

	.trend-pricelist-details ul {
		list-style: none;
		padding: 20px;
		border-top: 1px dashed #DDD;
	}

	.trend-pricelist-details li {
		margin: 5px 0;
	}

	.working-hours-object.col20.left {
		width: 95%;
	}

	.section .section-description {
		width: 90%;
	}

	.facebook p {
		padding-bottom: 20px;
		margin-bottom: 0;
	}

	.section.gallery {
		padding: 0 2.5% 2.5%;
	}

	.gallery-img-box {
		width: 45%;
		margin: 2.5% 2.5%;
	}

	.gallery-img-box:hover img {
		height: 120%;
		top: -10%;
		left: -10%;
	}

	.gallery-img-box a:after {
		display: none;
	}

	.gmap {
		height: 300px!important;
	}

	.copyright{
		background: #357;
		padding: 2% 0 35px;
	}

	.copyright,.copyright p {
		color: #FFF;
	}

	.copyright .to-top a {
		right: 0;
		bottom: -50px;
		width: 100%;
		height: 40px;
		text-align: center;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border: none;
	}

	.copyright .to-top a.fixed {
		bottom: 0;
	}

	.copyright .to-top a:after {
		height: 40px;
		width: 100%;
		margin: 0;
		line-height: 30px;
	}

	.copyright .to-top a:hover{
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}


	.main-header {
		background-position: left top!important;
	}

	.wellness .main-header {
		background-image: url(/images/wellness/wellness_header.jpg);

	}

	.fitness .main-header {
		background-image: url(/images/fitness/fitness_header.jpg);
		background-position: center -100px;
	}

	.beauty .main-header {
		background-image: url(/images/beauty/vip.jpg);
		background-position: center -290px;
	}

	.centar .main-header {
		background-image: url(/images/centar.jpg);
		background-position: center -80px;
	}

	.contact .main-header {
		background-image: url(/images/contact_header.jpg);
		background-position: center -800px;
	}


	#bazen, #finska-sauna, #turska-sauna, #jacuzzi, #kardio, #utezi, #manikura, #pedikura, #tretmani-lica, #tretmani-tjela, #depilacija, #masaza, #solarij, #vip-soba, #caffe-bar {
		-webkit-background-size: contain;
		background-size: contain;
		background-position: center top!important;
		background-attachment: scroll!important;
	}

	/* WELLNESS BG's */

	#bazen { background-image: url(/images/wellness/bazen_mobile.jpg);}
	#finska-sauna{ background-image: url(/images/wellness/finska_sauna_mobile.jpg); }
	#turska-sauna{ background-image: url(/images/wellness/turska_sauna_mobile.jpg); }
	#jacuzzi { background-image: url(/images/wellness/jacuzzi_mobile.jpg); }

	/* FITNESS BG's */
	#kardio { background-image: url(/images/fitness/teretana_utezi_mobile.jpg); }
	#utezi { background-image: url(/images/fitness/teretana_kardio_mobile.jpg); }

	/* BEAUTY BG's */
	#manikura { background-image: url(/images/beauty/manikura_mobile.jpg); }
	/*#pedikura { background-image: url(/images/pedikura_mobile.jpg); }*/
	#tretmani-lica { background-image: url(/images/beauty/tretmani_lica_mobile.jpg); }
	#tretmani-tjela { background-image: url(/images/beauty/tretmani_tjela_mobile.jpg); }
	#depilacija { background-image: url(/images/beauty/depilacija_mobile.jpg); }
	#masaza { background-image: url(/images/beauty/masaza_mobile.jpg); }
	#solarij { background-image: url(/images/beauty/solarij_mobile.jpg); }
	#vip-soba { background-image: url(/images/beauty/vip_soba_mobile.jpg); }


	* {
		-webkit-transition: all 0s!important;
		-moz-transition: all 0s!important;
		-ms-transition: all 0s!important;
		-o-transition: all 0s!important;
		transition: all 0s!important;

		-webkit-box-shadow: none!important;
		-moz-box-shadow: none!important;
		box-shadow: none!important;
	}


	.is-sticky .section-links a[title]:hover:after {
		opacity: 0;
		-webkit-animation: show-hide 1s;
		-moz-animation: show-hide 1s;
		-o-animation: show-hide 1s;
		animation: show-hide 1s;
	}

	@-webkit-keyframes show-hide {
		1% { opacity: 1; }
		90% { opacity: 1; }
		100% { opacity: 0;}
	}
	@-o-keyframes show-hide {
		1% { opacity: 1; }
		90% { opacity: 1; }
		100% { opacity: 0;}
	}
	@-moz-keyframes show-hide {
		1% { opacity: 1; }
		90% { opacity: 1; }
		100% { opacity: 0;}
	}
	@keyframes show-hide {
		1% { opacity: 1; }
		90% { opacity: 1; }
		100% { opacity: 0;}
	}

}


@media only screen and (max-width: 50.063em){
	.holder {
		width: 100%;
	}
	.page-header h1{
		font-size: 2.4em;
		padding-top: .5em;
	}

	.intro-logo-wrapper {
		display: none;
	}

	form.enquire-form h3 {
		font-size: 2.5em;
	}

	.discount-wrapper a{
		color: #2DB3E5;
	}
}


@media only screen and (min-width: 40em) and (max-width: 50.063em){

	body {
		font-size: 1.2em;
	}

	.main-header nav.active {
		height: 220px;
	}

	.main-header nav li {
		width:33.333%;
		float: left;
	}

	.section .section-links a,
	.beauty .section .section-links a {
		width: 23%;
		margin: 1.5% 0.5%;;
	}

	#sticker-sticky-wrapper.sticky-wrapper.is-sticky a {
		width: 1%;
	}
}

@media only screen and (min-width: 50.063em) and (max-width: 62em){

	.main-header nav {
		width: 80%;
	}

	.homepage .content-quicklinks {
		width: 100%;
	}

}

@media only screen and (max-width: 64em){
	.holder {
		width: 100%;
		max-width: 1024px;
	}

	p {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (min-width: 64em){
	.holder {
		width: 1040px;
	}
}


@media only screen and (max-width: 40.063em) {
	#discount.reveal-modal {
		max-width: 100%;
		width: 100%;
	}
}


@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	/*
	 * Don't show links for images, or javascript/internal links
	 */

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group; /* h5bp.com/t */
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
		-webkit-animation-play-state: ;
	}
}

/*
.homepage {
	background: url(/images/wellness_bazen.png) no-repeat 0 0, url(/images/wellness_sauna.png) no-repeat 0 0, url(/images/wellness_header.png) no-repeat 0 0;
	background-position: 0 0, 0 0, 0 0;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.35);
	box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.35);
	
	-webkit-animation: bgChange 20s 2s linear infinite;
	-webkit-animation-direction: alternate;
	
}

@-webkit-keyframes bgChange {
			
	9%  {background-position-x: 0 , 0 , 0;}
	10% {background-position-x: -2500px , 0 , 0;}
	
	30% {background-position-x: -5000px , 0 , 0;}
	31% {background-position-x: -5000px , -2500px , 0;}
	
	50% {background-position-x: -5000px , -5000px , 0;}
	
	60% {background-position-x: -5000px , -2500px , 0;}
	61% {background-position-x: -5000px , 0 , 0;}
	
	70% {background-position-x: -2500px , 0 , 0;}
	
	71% {background-position-x: 0 , 0 , 0;}
}*/

/* ------------------------ FUN TIME, MUCH CUTE, SO STRESS ---------------------------------*/

/* Ladies and gents, i present to u....THE BULLSHIT OF A LIFETIME!!!! Iiiiiiiiiinternet Eeeeeeeeeeexploder! .... BOOM!*/

.ie8-bg-img{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.no-backgroundsize .ie8-bg-img{
	display: block;
	z-index: 0;
}

.no-backgroundsize .main-header {
	position: relative;
	z-index: 1;
}

.no-backgroundsize .logo {
	background-image: url(/images/wellness_logo_white_50x50.png);
}

.no-backgroundsize .main-header .bar {
	background: #2DB3E5;
}

.no-backgroundsize .intro-logo {
	margin-top: 30px;
}

.no-backgroundsize .copyright .to-top a:after{
	content: "";
}




/* ---------------------- M POPUP IMG CSS ----------------------- */


/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #cccccc;
}
.mfp-preloader a:hover {
	color: white;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: white;
	/*right: -6px;*/
	text-align: right;
	/*padding-right: 6px;*/
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid #2DB3E5;
	margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #357;
}

.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid #2DB3E5;
	margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #357;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: black;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape) , screen and (max-height: 300px) {
	/**
	 * Remove all paddings around the image on small screen
	 */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {

	.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
		text-align: center;
		font-size: 3em;
		height: 50px;
		top: -10px;
		opacity: 1;
	}
	button.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
		/*top: auto;
		bottom: 0;*/
		background: #FFF;
		opacity: 0.65;
		border: 2px solid #2DB3E5;
		opacity: 1;
		top: auto;
		bottom: 2%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		height: 100px;
		width: 100px;
		box-shadow: 0 0 0 5px #FFF;
	}
	.mfp-arrow-right:before, .mfp-arrow-right .mfp-b{
		display: none;
	}
	.mfp-arrow-left:before, .mfp-arrow-left .mfp-b{
		display: none;
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
		left: 10%;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
		right: 10%;
	}

	.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
		top: 0;
	}


	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}

	.mfp-counter {
		width: 40%;
		right: 30%;
	}

}

.mfp-ie7 .mfp-img {
	padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
	padding: 0;
}
.mfp-ie7 .mfp-content {
	padding-top: 44px;
}
.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}


.wrapper {
	background-image: url(none);
	box-shadow: none;
	overflow: hidden;
}

.homepage .video {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1000;
	overflow: hidden;
}

.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -999;
	background-image: url(/images/dot_bg_black.png);
	background-color: rgba(0,0,0,0.5);
}

/*------------------------------------------*/


@media only screen and (max-width: 25em) {

	form.enquire-form button {
		width: 10em;
	}
}

@media only screen and (max-width: 25em){
	form.enquire-form button{
		margin-bottom: 1em;
	}
}



/* -------------------------------- OWL SLIDER ----------------------------- */

.discount-modal-open {}

.discount-modal-close {
	background-color: #2DB3E5;
	color: #FFF;
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 2rem;
	position: absolute;
	top: -25px;
	right: -25px;
	border-radius: 50px;
}

@media only screen and (max-width: 71.25em) {
	.discount-modal-close {
		right: 50%;
		margin-right: -25px;
	}
}

.discount-modal {
	background-color: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	transform: scale(0);
	visibility: hidden;
	overflow: hidden;
	-webkit-transition: transform .25s .1s;
	-moz-transition: transform .25s .1s;
	-ms-transition: transform .25s .1s;
	-o-transition: transform .25s .1s;
	transition: transform .25s .1s, visibility .5s .5s;
}

.discount-modal.opened {
	transform: scale(1);
	visibility: visible;
	background-color: rgba(0, 0, 0, 0.8);
	transition: transform .25s .1s;
	overflow: scroll;
}

.discount-modal img	{
	border-radius: 50%;
	max-width: 180px;
}

.category-module {
	background: #FFF;
	padding: 1rem;
	max-width: 66.6rem;
	margin: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}

.category-module .row {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px dashed #DDD;
}

.category-module .row:last-of-type {
	border: none;
}

.owl-carousel .owl-item {
	padding: 1rem;
}

.mod-articles-category-introtext {
	line-height: 1.4;
	font-size: 0.9rem;
	letter-spacing: 0;
}

.owl-nav {
	/*float: right;*/
}

.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
	background: #2DB3E5;
}

/* ============================== RESPONSIVE TABLES ============================================================*/


table.responsive.pricing {
	background-color: transparent;
	border: none;
	min-width: 45em;
}

table.responsive.pricing th {
	text-align: center;
	font-weight: 400;
	background-color: transparent;
}

table.responsive.pricing th.pricelist-header {
	font-size: 1em;
}

table.responsive.pricing td {
	text-align: center;
	border-top: 1px dashed #dadada;
}

table.responsive.pricing tr:hover {
	background-color: #F0F0F0;
	transition: all .3s ease-in-out;
}

table.responsive.pricing tr:hover > td {
	font-weight: 600;
}

table.responsive.pricing tr:nth-child(-n+2):hover {
	background-color: transparent;
	transition: all .3s ease-in-out;
}

/*--beauty--*/
.beauty table.responsive.pricing tr:nth-child(-n+2):hover {
	background-color: #F0F0F0;
	transition: all .3s ease-in-out;
}

/*
.beauty table.responsive.pricing tr:first-child:hover {
	background-color: transparent;
}
*/

.beauty .responsive.pricing td:first-child {
	text-align: left;
}

.beauty .responsive.pricing td:nth-child(2) {
	text-align: right;
}

table.responsive.pricing td span {
	display: block;
	color: #999;
	font-size: .8em;
	margin: 0;
	letter-spacing: .5px;
}

table.pricing {
	background-color: transparent;
	border: none;
}

.pinned {
	background-color: rgb(241, 241, 241);
	border: none;
	border-right: 1px dashed #dadada;
}

.beauty table.responsive.pricing {
	min-width: 5em;
}

/*------------------------------------------------------*/

@media only screen and (max-width: 767px) {
	.pinned {
		width: 10em;
	}
	.beauty .pinned{
		width: 12em;
	}
	.fitness .pinned{
		width: 8em;
	}
	.table-wrapper div.scrollable {
		margin-left: 10em!important;
	}
    .beauty .table-wrapper div.scrollable {
	    margin-left: 12em!important;
	    overflow: visible;
    }
	.fitness .table-wrapper div.scrollable {
		margin-left: 8em!important;
	}

	/*
		.beauty .table-wrapper table tbody tr td {
			line-height: 2rem;
		}
	*/
}

@media only screen and (min-width: 766px) and (max-width: 801px) {
	.trend-pricelist.wellness .pricelist-header {
		width: 40%;
	}
}

@media only screen and (min-width: 801px) {
	.pricelist-header {
		min-width: 20em;
	}
}

@media only screen and (max-width: 40em) {
	.homepage .category-module {
		transform: none;
		top: 2rem;
		padding: 1rem 0;
	}
}

@media screen and (max-height: 47.500em) {
	.homepage .category-module {

	}
}

/*
#pricelist-face td {
	line-height: 2rem;
}
*/

.trend-pricelist.wellness .pricelist-header {
	width: auto;
}

td#spacesh {
	display: none;
}

table.pricing span {
	display: block;
}

.beauty table.pricing td {
	height: 4em;
}

/*------------------------------------------------------*/



/*--beauty-end--*/

/*--f5--*/
table tr.even, table tr.alt, table tr:nth-of-type(even) {
	background-color: transparent;
}