body {
	background: #FFF;
	font-family: 'Exo 2', sans-serif;
	font-weight: 300;
	font-size: 15px;
	overflow-x: hidden;
	color: #621a4b;
}
.sk1{
		font-family: 'Exo 2', sans-serif;
}
.sk2{
		font-family: 'Exo 2', sans-serif;
		font-weight:400;
}
ul, ol {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	color:#621a4b;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}
p, span, h1, h2, h3, h4, h5, a {
	margin:0;
	letter-spacing: 0.5px;
	line-height: 27px;
}
img {
	max-width: 100%;
	height: auto;
}
.clear {
	clear:both;
}
.sections {
	padding: 120px 0;
}
.right-content {
	width: calc(100% - 75px);
	float: right;
}
/* SECTION TITLE */
.s-title {
	text-align: center;
	margin-bottom: 70px;
}
.s-title h4 {
	margin-bottom: 30px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 40px;
}
.s-title p {
	font-weight: 300;
	color: #6f6f6f;
	letter-spacing: 1px;
	font-size: 13.5px;
	width: 80%;
	margin: 0 auto;
}
.loading {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	z-index: 9999999999999
}
.load-circle {
	margin: 45vh auto;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #e8e8e8;
	border-top: 2px solid #212121;
	-webkit-animation: rotate 1.2s infinite linear;
	animation: rotate 1.2s infinite linear
}
@-webkit-keyframes rotate {
 0% {
 transform: rotate(0)
}
 100% {
 transform: rotate(360deg)
}
}
@keyframes rotate {
 0% {
 transform: rotate(0)
}
 100% {
 transform: rotate(360deg)
}
}
.option-box {
	position: fixed;
	top: 250px;
	right: 0;
	z-index: 9999;
	text-align: center;
}
.option-box .color-option {
	float: left;
	background: #FFF;
	border: 1px solid #eee;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	color: #4c4c4c;
	padding: 10px;
	width: auto;
	display: none
}
.option-box ul {
	padding:0;
	margin:0;
}
.option-box #t-title {
	font-weight: bold;
	font-family: 'Exo 2', sans-serif;
	padding-bottom: 7px;
	display: block;
	text-align: left;
}
.option-box span {
	color: #4c4c4c;
	font-size: 17px;
	font-weight: 400
}
.option-box .color-option ul li {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 3px;
	cursor: pointer
}
.option-box .gear-check {
	color: #4c4c4c;
	background: #FFF;
	cursor: pointer;
	border: 1px solid #eee;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	padding: 13px 15px 13px 10px;
	font-size: 20px;
	float:left;
	border-left-color: #FFF;
}
.option-box #color1 {
	background: #ee2d36;
}
.option-box #color2 {
	background: #8CC152;
}
.option-box #color3 {
	background: #e67e22;
}
.option-box #color4 {
	background: #e74c3c;
}
.option-box #color5 {
	background: #cf9c63;
}
.option-box #color6 {
	background: #D9B130;
}
.option-box #color7 {
	background: #4EC5C1;
}
.option-box #color8 {
	background: #C98474;
}
.option-box a {
	display: inline-block;
	border: 1px solid #8CC152;
	background: #8CC152;
	color: #FFF;
	padding: 7px 14px;
	margin-top: 20px;
	margin-bottom: 7px;
	font-size: 14px;
	font-family: 'Exo 2', sans-serif;
}
.navbar-fixed-top {
	padding: 20px 0 30px;
	border: none;
	border-radius: 0;
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFF;
	padding:0;
	position: fixed;
	height:125px;
	box-shadow: 0 5px 12px 0 rgba(50, 50, 50, .03);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.navbar-fixed-top .navbar-nav>li {
	font-size: 19px;
	margin: 5px 0px 0px 0px;
	font-weight: 400;
	color:#621a4b;
	position: relative;
}
.ez a {
	line-height:19px;
}
.navbar-fixed-top .navbar-nav>li:last-child {
	margin-right:0px;
}
.navbar-fixed-top .navbar-nav>li>a {
	color: #000;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.ez {
	font-size:14px !important;
	line-height:16px;
	display:block;
	top:-20px;
	position:relative;
}
.cl {
	color:#ee2d36;
	line-height:16px;
}
.navbar-fixed-top .navbar-nav>li>a:focus {
	background: transparent;
}
.navbar-fixed-top .navbar-nav>li>a:hover {
	background: transparent;
	color: rgba(98, 26, 75, 0.75);
}
.navbar-fixed-top .logo {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 2.5px;
	padding-top: 20px;
}
.navbar-fixed-top .logo span {
	color: #000;
	font-weight: 300;
}
.navbar-fixed-top .logo, .navbar-fixed-top .logo:focus, .navbar-fixed-top .logo:hover {
	font-weight: 700;
	font-size: 28px;
	display: inline-block;
}
.fixed {
	background: #FFF;
	padding:0;
	position: fixed;
	height:125px;
	box-shadow: 0 5px 12px 0 rgba(50, 50, 50, .03);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.fixed .logo span {
	color: #555;
}
.fixed .navbar-nav>li>a {
	color: #555;
}
.fixed .logo {
}
.navbar-toggle .icon-bar {
	background: #FFF;
}
.s-header {
	background: url('../img/zarug-zita-lifecoaching.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100vh;
	width: 100%;
	position: relative;
	overflow-x: hidden!important;
}
.s-header .header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.s-header .middle-c {
	color:#FFF;
	position: absolute;
	width: 100%;
	top: 55%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.s-header .middle-c .capt {
	margin-top: 50px;
}
.s-header .middle-c h1 {
	font-weight: 300;
	font-size: 38px;
	letter-spacing: 0px;
	line-height:40px !important;
	display: inline-block;
	color: #fff;
	text-shadow:1px 2px 2px #000;
	margin: 24px 0;
}
.s-header .middle-c h1 span {
	font-weight: 600;
}
.s-header .middle-c h3 {
	font-size: 21px;
	text-shadow:1px 2px 2px #000;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
}
.s-header .middle-c .header-btn {
	margin: 50px 0;
}
.s-header .middle-c a {
	margin: 7px 15px;
	display: inline-block;
	font-size: 11.5px;
	padding: 8px 30px;
	letter-spacing: 2px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	background: transparent;
	color: #FFF;
	text-shadow:1px 2px 2px #000;
}
.s-header .middle-c a:hover {
	background: #FFF;
	border-color: #FFF;
	color: #212121;
	text-shadow:1px 2px 2px #000;
}
.s-header .middle-c #tr-btn {
	background: transparent;
	border-color: #FFF;
	color: #FFF;
}
.s-header .middle-c #tr-btn:hover {
	color: #FFF;
}
.mouse {
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -14px;
	bottom: 30px;
	width: 25px;
	height: 45px;
	text-align: center;
	border: 1px solid #FFF;
	opacity: 0.7;
	border-radius: 27px;
}
.mouse-white {
	border-color: #fff;
}
.mouse:after {
	content:'';
	position: absolute;
	top: 29%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin: -3px 0 0 -3px;
	border-radius: 50%;
	background: #FFF;
	-webkit-animation: mouseScroll 1.8s linear infinite;
	-moz-animation: mouseScroll 1.8s linear infinite;
	animation: mouseScroll 1.8s linear infinite;
}
.mouse-white:after {
	background-color: #fff;
}
@-webkit-keyframes mouseScroll {
 0% {
opacity: 1;
top: 29%;
}
 15% {
opacity: 1;
top: 50%;
}
 50% {
opacity: 0;
top: 50%;
}
 100% {
opacity: 0;
top: 29%;
}
}
@-moz-keyframes mouseScroll {
 0% {
opacity: 1;
top: 29%;
}
 15% {
opacity: 1;
top: 50%;
}
 50% {
opacity: 0;
top: 50%;
}
 100% {
opacity: 0;
top: 29%;
}
}
@keyframes mouseScroll {
 0% {
opacity: 1;
top: 29%;
}
 15% {
opacity: 1;
top: 50%;
}
 50% {
opacity: 0;
top: 50%;
}
 100% {
opacity: 0;
top: 29%;
}
}
.s-features {
	padding: 60px 0 60px 0;
	text-align: center;
}
.s-features .s-intro {
	float: none;
	margin: 0 auto;
}
.s-features .s-intro p {
	font-size: 30px;
	font-weight: 300;
	line-height: 42px;
}
.s-features .s-intro p span {
	font-weight: 400;
}
.s-features .features-c {
	margin-top: 45px;
}
.s-features .features-c .fea-box {
	position: relative;
	padding: 0 30px;
}
.s-features .features-c i, .s-features .features-c .icon {
	margin-bottom: 20px;
	line-height: 75px;
	color: #333;
	font-size: 45px;
}
.s-features .features-c h3 {
	font-size: 21px;
	text-align:left;
	margin: 0 0 20px 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.s-features .features-c p {
	color: #621a4b;
	font-size: 15px;
}
.logo-zr {
	position:relative;
	top:10px;
	display:block;
}
.vs {
	width:48px !important;
	opacity:0.9 !important;
}
.sk1 {
	color:#621a4b !important;
}
.sk2 {
	color:#ee2d36 !important;
	font-size:13px;
}
.hover01 {
	-webkit-transform: scale(1);
	transform: scale(1);
 -webkit-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
}
.hover01:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.left-p {
	position: relative;
	background-size: cover;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 500px;
}
.img-border-medium {
	border: 7px solid #fdd947;
	height: calc(100% - 70px);
	width: calc(100% - 70px);
	left: 35px;
	top: 35px;
	position: absolute;
	border-color: #fff;
	z-index: 0;
}
.about-c {
	background: #f6f6f6;
	min-height: 500px;
	position: relative;
}
.about-c .about-content {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0 65px;
	text-align: center;
}
.about-c .about-content h2 {
	padding: 25px 35px;
	border: 4px solid #111;
	display: inline-block;
	font-size: 22px;
	margin-bottom: 50px;
	font-weight: 600;
	text-transform: uppercase;
}
.about-c .about-content p {
	font-size: 14px;
	text-align: justify;
	-moz-text-align-last: center;
	text-align-last: center;
}
.services {
	padding: 120px 0 40px 0;
	text-align: center;
}
.services .services-list ul li {
	margin-bottom: 80px;
}
.services .services-list ul li .item-content {
	padding: 0 15px;
}
.services .services-list ul li span, .services .services-list ul li i {
	font-size: 45px;
	color: #7e7e7e;
}
.services .services-list ul li h3 {
	font-family: 'Exo 2', sans-serif;
	margin: 25px 0;
	position: relative;
	padding-bottom: 10px;
	font-size: 14.5px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 4px;
}
.services .services-list ul li h3:after {
	content: "";
	width: 50px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 25px);
}
.services .services-list ul li p {
	font-size: 13.5px;
	color: #555;
	font-weight: 300;
}
.facts {
	background: #1f1f1f;
}
.facts .fact-item {
	text-align: center;
	font-family: 'Exo 2', sans-serif;
}
.facts h4 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 0;
	color: #FFF;
}
.facts .count {
	padding: 0 0 25px 0;
	display: inline-block;
	font-size: 35px;
	font-family: 'Exo 2', sans-serif;
	letter-spacing: 3px;
	color: #FFF;
}
.work {
	padding: 80px 0 30px 0;
}
.work .filter-work {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 45px;
}
.work .filter-work a {
	border: 1px solid #ECECEC;
	color: #666;
	cursor: pointer;
	line-height: 27px;
	font-family: 'Exo 2', sans-serif;
	letter-spacing: 2px;
	font-size: 14px;
	margin: 0 10px;
 -webkit-transition: ease-out .2s;
 -moz-transition: ease-out .2s;
 -o-transition: ease-out .2s;
 transition: ease-out .2s;
	padding: 10px 14px;
	border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}
.work .filter-work .is-checked {
	color: #FFF;
}
.work .work-item {
	padding: 0 0px 10px 7px;
	width: 33%;
}
.work .work-caption {
	position: relative;
}
.work .work-caption img {
	height: auto;
	width: 100%;
	max-width: 100%;
}
.work .work-caption .overlay {
	position: absolute;
	top: 0;
	left: 0;
 -webkit-transition: ease-out .3s;
 -moz-transition: ease-out .3s;
 -o-transition: ease-out .3s;
 transition: ease-out .3s;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.work .work-caption .overlay:focus {
	outline: none;
}
.work .work-caption .overlay span {
	color: #FFF;
}
.work .work-item:hover .overlay {
	opacity: 1;
}
.work .work-caption .info-content {
	display: table;
	width: 100%;
	height: 100%;
}
.work .work-caption .info-content h4 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Exo 2', sans-serif;
	position: relative;
}
.work .work-caption .info-content h4:after {
	content: '';
	display: block;
	width: 20%;
	height: 1px;
	background-color: #fff;
	margin: 8px auto 0;
}
.work .work-caption:focus, .work .work-item:focus, .work .work-caption img:focus, .work .work-caption a:focus {
	outline: none;
}
.work-item{
	float:none !important;
	display:block;
}
.white-popup {
	position: relative;
	background: #fff;
	width: auto;
	max-width: 960px;
	margin: 0 auto;
}
.white-popup div {
	padding: 30px;
	text-align: center;
}
.white-popup div h3 {
	margin-bottom: 25px;
	text-align: center;
	font-family: 'Exo 2', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #000;
}
.white-popup div p {
	font-size: 14px;
	text-align: left;
	line-height: 27px;
}
.white-popup img {
	width: 100%;
	height: auto;
}
.mfp-close {
	left: 0;
}
.mfp-close:hover {
	color: #FFF;
}
.mfp-close-btn-in .mfp-close {
	color: #FFF;
}
.work-content {
	display:block;
	position:relative;
	margin:-20px 0px 0px 0px;
}
footer {
	text-align: center;
}
footer .sc-icon span {
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #FFF;
	background: #621a4b;
 transition: all .3s;
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 -o-transition: all .3s;
 -ms-transition: all .3s;
	display: inline-block;
	margin: 0 7px;
}
footer .sc-icon a:hover span {
	color: #FFF;
}
.sub-footer {
	text-align: center;
	padding: 20px 0;
	margin-top: 25px;
}
.sub-footer span {
	font-weight: 400;
}
.s-features {
	background-image:url(../img/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.work {
	background-image:url(../img/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.zmx {
	position:relative !important;
	text-align:right;
	top:-87px !important;
	display:block !important;
}
.mxw {
	padding:50px 0px 40px 0px !important;
}
.facts {
	background-image: url(../img/zarug-zita-lifecoaching-parallax.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.way {
	text-align:left !important;
}
#band-cookies {
	position:fixed;
	bottom:0;
	left:0;
	z-index:200;
	width:100%;
	padding:15px 0;
	text-align:center;
	font-size:14px;
	line-height:1.1;
	background-color:#151515;
	color:#FFF;
	box-shadow:0 -3px 3px 0 rgba(0, 0, 0, .15)
}
#band-cookies p {
	margin:0;
	padding:0 50px;
	line-height:16px;
}
#band-cookies-info, #band-cookies-ok {
	display:inline-block;
	color:#F0FFAA;
	font-weight:700;
	text-decoration:underline;
	margin-left:10px;
	cursor:pointer
}
#band-cookies-close {
	height:32px;
	width:32px;
	line-height:1px;
	padding:8px;
	position:absolute;
	right:7px;
	top:50%;
	margin-top:-16px;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	background-color:#000
}
@media (max-width:768px) {
#band-cookies p {
padding:15px 15px 0
}
#band-cookies-info, #band-cookies-ok {
display:block;
text-decoration:none;
padding:10px 5px;
margin-top:10px;
background-color:#ee2d36;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
color:#fff !important;
}
#band-cookies-close {
left:50%;
margin-left:-16px;
top:0;
line-height:1px;
height:32px;
 width:32px;
}
}
.tmp {
	color: #621a4b;
}
