/* Stylesheets and Google fonts import */
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
@import url(https://fonts.googleapis.com/css?family=Playball);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Tangerine);
@import url(https://fonts.googleapis.com/css?family=Lato:400,900,900italic,700italic,700,400italic,300italic,300,100italic,100&subset=latin,latin-ext);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic);

@font-face {
  font-family: 'Corbel';
  src: url('/fonts/Corbel.ttf') format('truetype');
}

@font-face {
  font-family: 'Autumn Chant';
  src: url('/fonts/Autumn_Chant.otf') format('opentype');
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('/fonts/HelveticaNeue.ttf') format('truetype');
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('/fonts/HelveticaNeueMedium.ttf') format('truetype');
  font-style: Medium;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('/fonts/HelveticaNeueBold.ttf') format('truetype');
  font-style: Bold;
}

td img {
	height: 4em;
}

td {
	line-height: 4em;
	vertical-align: middle !important;
}

html {
	width: 100vw;
	height: 100vh;
}

.add_cart_button {
	float: none;
}

/* picker */

div.drum-wrapper figure {
	font-size: 2em;
	line-height: 2em;
}

.drum-wrapper {
	float: left !important;
	width: 100% !important;
}

.drum-wrapper.quarter_part {
	width: 25% !important;
}

.drum-wrapper.half_part {
	width: 50% !important;
}

div.drum figure {
	text-align: center !important;
}

em {
	font-style: italic !important;
}

/* product img */

.product_img {
	height: 33vh;
}

.product_img .swiper-slide {
	width: 33vh;
	margin: 10px;
}

.fix_height {
	height: 33vh;
}

.product_img .swiper-slide img {
	position: absolute;
	width: 100%;
}

/* counter */

#clockdiv span,
#clockdiv .smalltext {
	float: left;
}

/* backdrops */

.patches {
	visibility: hidden !important;
	height: 0px !important;
	width: 0px !important;
	overflow: hidden !important;
}

.patches.show {
	visibility: visible !important;
	height: auto !important;
	width: auto !important;
	overflow: visible !important;
}

.lash {
	visibility: hidden !important;
	height: 0px !important;
	width: 0px !important;
	overflow: hidden !important;
}

.lash.show {
	visibility: visible !important;
	height: auto !important;
	width: auto !important;
	overflow: visible !important;
}

/* loader */

#loader-back,
.loader-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 199%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.25);
    visibility: hidden;
    opacity: 0;
    -webkit-transition:all 0.5s ease 0.5s;
	-moz-transition:all 0.5s ease 0.5s;
	-ms-transition:all 0.5s ease 0.5s;
	-o-transition:all 0.5s ease 0.5s;
	transition:all 0.5s ease 0.5s;
}

#loader-back.loading,
.loader-back.loading {
	visibility: visible;
    opacity: 1;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.wrapper {
	position: fixed;
	background: rgba(255,255,255,1);
	z-index: 9990;
	top: 0;
	width: 80vw;
	height: 80vh;
	left: 10vw;
	overflow-y: auto;
	padding: 20px;
	border-radius: 10px;
    box-shadow: 4px 4px 10px black;
    opacity: 0;
    visibility: hidden;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.wrapper.show {
	top: 10vh;
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.wrapper > .wrapper_cancel {
	z-index: 9999;
	position: absolute;
    right: 10px;
    top: 10px;
    font-size: 3em;
    border: none;
    background: none;
    color: grey;
}


/*  CSS definations   */

body {
	position: relative;
	background: white;
	min-height: 100vh !important;
	height: auto;
}

pink {
	color: #f18bbe;
}

.pink {
	color: #f18bbe;
}

white {
	color: white;
}

.bronze {
	color: #ae5e23;
	text-shadow: none !important;
}

.bronze_bk {
	color: white;
	background: #ae5e23;
	border-radius: 5px;
}

.silver {
	color: #909090;
	text-shadow: none !important;
}

.silver_bk {
	color: white;
	background: #909090;
	border-radius: 5px;
}

.gold {
	color: #d9b309;
	text-shadow: none !important;
}

.gold_bk {
	color: white;
	background: #d9b309;
	border-radius: 5px;
}

.platinum {
	color: #ec008c;
}

.platinum_bk {
	color: white;
	background: #ec008c;
	border-radius: 5px;
}

.white {
	color: white;
}

.discount_info {
	color: white;
	background: #ec008c;
	border-radius: 5px;
}

bold {
	font-weight: bold;
}

/* special */

.special {
	width: 100%;
	position: relative;
	background: url('/images/about_us/background.jpg') center center no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
/*     padding-top: 0px !important; */
}

/*
.special .swiper-container {
	height: 100vh !important;
	overflow: hidden;
}

.special .swiper-slide {
	height: 56.25vw;
	max-height: 100vh !important;
	overflow: hidden;
	z-index: 50;
}
*/

.buynow_button,
.more_button,
.buynow_button:hover,
.more_button:hover {
	width: 100%;
	background: none !important;
	border-radius: 2px;
	border: none;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	text-transform: uppercase;
	text-shadow: none !important;
}

.special .home_slide .home_head_s {
	position: absolute;
	width: 40vw;
	height: 20vw;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
    color: white;
    text-align: center;
}

.home_head_s > img {
	position: absolute;
	padding: 0;
	margin: 0;
	left: 8.5vw;
	top: 0;
	width: 30vw;
	z-index: -1;
}

.special .home_slide .home_head_s > h1 {
	width: 40vw;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 5vw;
	top: 10vw;
	margin-left: -2vw;
	font-size: 6vw;
	color: black;
	font-family: 'Helvetica Neue', serif;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.special .home_slide .home_head_s > .mascara {
	position: absolute;
	padding: 0;
	margin: 0;
	left: 10vw;
	top: 15vw;
	text-transform: none;
	font-family: 'Autumn Chant';
	font-weight: bold;
	font-size: 3vw;
	height: 4.5vw;
}

/*  Home page  */

.home {
	width: 100%;
	position: relative;
	background: url('/images/about_us/background.jpg') center center no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
    padding-top: 70px;
}

.home .swiper-container {
	height: calc(100vh - 70px);
	overflow: hidden;
}

.home .swiper-slide {
	height: 56.25vw;
	max-height: calc(100vh - 70px);
	overflow: hidden;
	z-index: 50;
}

.home .swiper-slide.swiper-slide-active {
	z-index: 150;
}

.home .swiper-slide .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1;
    background: rgb(204,198,187);
	background: -moz-linear-gradient(top,  rgba(204,198,187,1) 0%, rgba(255,255,255,1) 20%);
	background: -webkit-linear-gradient(top,  rgba(204,198,187,1) 0%,rgba(255,255,255,1) 20%);
	background: linear-gradient(to bottom,  rgba(204,198,187,1) 0%,rgba(255,255,255,1) 20%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc6bb', endColorstr='#ffffff',GradientType=0 );
    -webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.home .swiper-slide .parallax-bg > img {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.home .swiper-slide .parallax-bg-ex {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(204,198,187);
	background: -moz-linear-gradient(top,  rgba(204,198,187,1) 0%, rgba(255,255,255,1) 20%);
	background: -webkit-linear-gradient(top,  rgba(204,198,187,1) 0%,rgba(255,255,255,1) 20%);
	background: linear-gradient(to bottom,  rgba(204,198,187,1) 0%,rgba(255,255,255,1) 20%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc6bb', endColorstr='#ffffff',GradientType=0 );
    -webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.home .swiper-slide .parallax-bg-ex > img {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.home .swiper-slide .home_center {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.home .swiper-slide .home_center > img {
	position: relative;
	display: block;
	height: 80%;
	width: auto;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}

.home .swiper-slide .home_right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.home .swiper-slide .home_right > img {
	position: absolute;
	display: block;
	height: 100%;
	width: auto;
    right: 0;
}

.home .swiper-slide .home_left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.home .swiper-slide .home_left > img {
	position: absolute;
	display: block;
	height: 100%;
	width: auto;
    left: 0;
}

.home .swiper-slide .home_lb {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 25%;
    width: 25%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.home .swiper-slide .home_lb > img {
	position: absolute;
	display: block;
	height: auto;
	width: 100%;
    left: 0;
    bottom: 0;
}

.home .swiper-slide .home_lt {
    position: absolute;
    left: 0;
    top: 0;
    height: 25%;
    width: 25%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.home .swiper-slide .home_lt > img {
	position: absolute;
	display: block;
	height: 100%;
	width: auto;
    left: 0;
    top: 0;
}

.home .swiper-slide .home_rb {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 35%;
    width: 25%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.home .swiper-slide .home_rb > img {
	position: absolute;
	display: block;
	height: 100%;
	width: auto;
    right: 0;
    bottom: 0;
}

.home .swiper-slide .home_ct {
    position: absolute;
    top: 0;
    left: 0;
    height: 25%;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.home .swiper-slide .home_ct > img {
	position: absolute;
	display: block;
	height: 100%;
	width: auto;
    left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.home .swiper-slide .home_cb {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 25%;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.home .swiper-slide .home_cb > img {
	position: absolute;
	display: block;
	height: 100%;
	width: auto;
    left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.home .swiper-slide .home_rt {
    position: absolute;
    right: 0;
    top: 0;
    height: 20%;
    width: 20%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.home .swiper-slide .home_rt > img {
	position: absolute;
	height: auto;
	width: 100%;
    left: 0;
    top: 0;
}

.home .swiper-slide .home_button {
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	display:box;
	box-pack:center;
	box-align:center;
	position: absolute;

	display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
    cursor: pointer;

    position: absolute;
    height: 5%;
    width: 10%;
    border-radius: 0.5vw;
/*     box-shadow: 5px 5px 10px black; */

	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;

    font-size: 1vw;
    top: 70%;
    left: 7.5%;
}

.home .swiper-slide .home_button a {
	text-decoration: none;
	color: inherit;
}

.home .swiper-slide.first_slide .home_button {
    border: 0.2vw solid #ccbe97;
    color: #ccbe97;
}

.home .swiper-slide .home_button.pink_button {
	border: 0.2vw solid #f18bbe !important;
	color: #f18bbe !important;
}

.home .swiper-slide.second_slide .home_button {
    border: 0.2vw solid #27beb9;
    color: #27beb9;
}

.home .swiper-slide.third_slide .home_button {
    border: 0.2vw solid #ec008c;
    color: #ec008c;
}

.home .swiper-slide.fourth_slide .home_button {
    border: 0.2vw solid #1c1c1c;
    color: #1c1c1c;
}

.home .swiper-slide.fifth_slide .home_button {
    border: 0.2vw solid white;
    color: white;
}

.home .swiper-slide .home_button:hover {
	box-shadow: 0px 0px 10px black;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.home .swiper-slide .home_des {
    position: absolute;
    top: 50%;
    left: 0%;
    font-size: 2vw;
    line-height: 3vw;
    text-align: center;
    z-index: 1001;
}

.home .swiper-slide.second_slide .home_des pink {
    color: #f18bbe;
    text-shadow: none;
}

.home .swiper-slide .home_head {
    position: absolute;
    left: 2.5vw;
    top: 2.5vw;
    height: 25%;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    z-index: 999;
}

.home .swiper-slide .home_head > img {
	position: absolute;
	display: block;
	height: 100%;
	width: auto;
	left: 0;
}

.home .swiper-slide .home_gallery {
	margin: 5vw 2.5vw;
	width: 10vw;
	height: 15vw;
	float: left;
}

.home .swiper-slide .home_gallery.g1 {
	margin-left: 15vw;
}

.home .swiper-slide .home_gallery > img {
	position: relative;
	display: block;
	height: 100%;
	width: auto;
    top: 50%;
    left: 50%;
    border: 0.5vw solid white;
}

.swiper-pagination-h {
	background: #ffffff;
	width: 38px;
	right: 0;
	height: auto;
	margin-right: -20px;
	padding: 0 8px;
	box-shadow: 0px 0px 1px black;
	border-radius: 2px;
}

.swiper-pagination-h .swiper-pagination-bullet {
	position: relative;
    cursor: pointer;
    width: 12px;
    height: 12px;
    background: #f6f6f6;
    border-radius: 2px;
    opacity: 1;
    box-shadow: inset 0px 2px 2px #dadada;
    overflow: hidden;
}

.swiper-pagination-h .swiper-pagination-bullet-active:before {
	content: "\f0c8";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 10px;
    line-height: 12px;
	color: #000000;
    overflow: hidden;
}

.about_logo {
	width: 80%;
}

.about_logo img{
	width: 100%;
}

.about_para{
	font-size: 2vw;
	line-height: 2.5vw;
	color: #000;
	margin: 0;
	padding: 0;
}

.nine_slide {
	height: auto !important;
}

#social_icons li {
    list-style: none;
    display: block;
 	width: 3vw;
 	height: 3vw;
 	overflow: hidden;
 	float: left;
 	margin-right: 2.5vw;
}

#social_icons li > a > img{
	height: 100%;
	width: 100%;
}

/***/

@media (min-width: 768px) and (max-width: 990px) {
	.width_10{
		width:10vw;
	}
	.width_20{
		width:20vw;
	}
	.width_30{
		width:30vw;
	}
	.width_40{
		width:40vw;
	}
	.width_50{
		width:50vw;
	}
}

@media (min-width: 990px) and (max-width: 1199px) {
	.width_10{
		width:12vw;
	}
	.width_20{
		width:22vw;
	}
	.width_30{
		width:32vw;
	}
	.width_40{
		width:42vw;
	}
	.width_50{
		width:52vw;
	}
}

/***to disable google map scrolling***/

.scrolloff {
    pointer-events: none;
}

#map {
	height: calc(100vh - 70px);
}

/* faq */

.faq {
	position: relative;
	width: 100%;
	background: url('/images/about_us/background.jpg') center center no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
    padding: 100px 0;
    min-height: 100vh;
}

.faq_categories {
	width: 100%;
	border: solid 1px #777;
	border-radius: 5px;
	cursor: pointer;
	line-height: 30px;
    font-size: 14px;
	overflow: hidden;
	-webkit-transition:all 1s ease 0.3s;
	-moz-transition:all 1s ease 0.3s;
	-ms-transition:all 1s ease 0.3s;
	-o-transition:all 1s ease 0.3s;
	transition:all 1s ease 0.3s;
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
}

.faq_categories_title {
	line-height: 30px;
    font-size: 22px;
	width: 100%;
	padding: 10px;
}

.faq_categories_title > .fa {
	color: #ec008c;
}

.faq_categories_title > h1 {
	display: inline;
	font-weight: bold;
	font-size: 22px;
}

.question {
	display: block;
	max-height: 0;
	position: relative;
	line-height: 30px;
	-webkit-transition:all 1s ease 0.3s;
	-moz-transition:all 1s ease 0.3s;
	-ms-transition:all 1s ease 0.3s;
	-o-transition:all 1s ease 0.3s;
	transition:all 1s ease 0.3s;
	overflow: hidden;
}

.question_title {
	padding: 10px;
	line-height: 24px;
    font-size: 18px;
	height: auto;
	min-height: 20px;
	width: 100%;
}

.answer {
	display: block;
	max-height: 0;
	position: relative;
	-webkit-transition:all 1s ease 0.3s;
	-moz-transition:all 1s ease 0.3s;
	-ms-transition:all 1s ease 0.3s;
	-o-transition:all 1s ease 0.3s;
	transition:all 1s ease 0.3s;
	overflow: hidden;
	cursor: default;
	color: #888;
}

.answer > p{
	padding: 0 10px;
}

.faq .active {
	max-height: 204px;
	border-top: solid 1px #777;
	-webkit-transition:all 1s ease 0.3s;
	-moz-transition:all 1s ease 0.3s;
	-ms-transition:all 1s ease 0.3s;
	-o-transition:all 1s ease 0.3s;
	transition:all 1s ease 0.3s;
}

.text {
	max-height: 204px;
	-webkit-transition:all 1s ease 0.3s;
	-moz-transition:all 1s ease 0.3s;
	-ms-transition:all 1s ease 0.3s;
	-o-transition:all 1s ease 0.3s;
	transition:all 1s ease 0.3s;
}

.faq .active_text {
	max-height: 204px;
	-webkit-transition:all 1s ease 0.3s;
	-moz-transition:all 1s ease 0.3s;
	-ms-transition:all 1s ease 0.3s;
	-o-transition:all 1s ease 0.3s;
	transition:all 1s ease 0.3s;
}

/* blog */

.blog {
	width: 100%;
	overflow: hidden;
	background: url('/images/about_us/background.jpg') center center no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
    padding-top: 58px;
    min-height: 100%;
}

.blog_grid {
	width: 80vw;
	min-height: 100vh;
	margin: 0 auto;
	padding: 0 auto;
}

.grid-item {
	overflow: hidden;
}

.cell_text {
	-webkit-transition:all 1s ease 0.3s;
	-moz-transition:all 1s ease 0.3s;
	-ms-transition:all 1s ease 0.3s;
	-o-transition:all 1s ease 0.3s;
	transition:all 1s ease 0.3s;
}

.cell_text:link {
	text-decoration: none;
}

.grid-item > .cell_date {
	position: absolute;
	top: 0;
	right: 0;
	color: white;
	height: 1.5vw;
    padding: 0.1vw;
    font-family: 'Oswald', sans-serif;
    font-style: bold;
}

.grid-item > .cell_type {
	position: absolute;
	top: 0;
	left: 0;
	color: white;
	width: 2.5vw;
	height: 2.5vw;
	padding: 10px;
	font-family: FontAwesome;
    font-size: 1.90vw;
    font-height: 1.90vw;
    padding-left: 0.4vw;
    -webkit-transition:all 1s ease 0.3s;
	-moz-transition:all 1s ease 0.3s;
	-ms-transition:all 1s ease 0.3s;
	-o-transition:all 1s ease 0.3s;
	transition:all 1s ease 0.3s;
}

.grid-item.facebook > .cell_type,
.grid-item.facebook > .cell_date {
    background: #3b5998;
}

.grid-item.facebook > .cell_type:before {
    content: "\f09a";
}

.grid-item.facebook:hover > .cell_text {
	background: rgba(60,90,153,0.7);
	-webkit-transition:all 1s ease 0.3s;
	-moz-transition:all 1s ease 0.3s;
	-ms-transition:all 1s ease 0.3s;
	-o-transition:all 1s ease 0.3s;
	transition:all 1s ease 0.3s;
	bottom: 0;
}

.grid-item.twitter > .cell_type,
.grid-item.twitter > .cell_date {
    background: #00aced;
}

.grid-item.twitter > .cell_type:before {
    content: "\f099";
}

.grid-item.twitter:hover > .cell_text {
	background: rgba(0, 175, 238, 0.7);
	-webkit-transition:all 1s ease 0.3s;
	-moz-transition:all 1s ease 0.3s;
	-ms-transition:all 1s ease 0.3s;
	-o-transition:all 1s ease 0.3s;
	transition:all 1s ease 0.3s;
	bottom: 0;
}

.grid-item.pinterest > .cell_type,
.grid-item.pinterest > .cell_date  {
    background: #c92228;
}

.grid-item.pinterest > .cell_type:before {
    content: "\f231";
}

.grid-item.pinterest:hover > .cell_text {
	background: rgba(202, 34, 40, 0.7);
	-webkit-transition:all 1s ease 0.3s;
	-moz-transition:all 1s ease 0.3s;
	-ms-transition:all 1s ease 0.3s;
	-o-transition:all 1s ease 0.3s;
	transition:all 1s ease 0.3s;
	bottom: 0;
}

.grid-item.instagram > .cell_type,
.grid-item.instagram > .cell_date {
    background: #517fa4;
}

.grid-item.instagram > .cell_type:before {
    content: "\f16d";
}

.grid-item.instagram:hover > .cell_text {
	background: rgba(80, 125, 163, 0.7);
	-webkit-transition:all 1s ease 0.3s;
	-moz-transition:all 1s ease 0.3s;
	-ms-transition:all 1s ease 0.3s;
	-o-transition:all 1s ease 0.3s;
	transition:all 1s ease 0.3s;
	bottom: 0;
}

.grid-item.u > .cell_type,
.grid-item.u > .cell_date  {
    background: #ec008c;
}

.grid-item.u > .cell_type:before {
	content: "U";
	font-family: "Playball";
}

.grid-item.u:hover > .cell_text {
	background: rgba(238, 0, 144, 0.7);
	-webkit-transition:all 1s ease 0.3s;
	-moz-transition:all 1s ease 0.3s;
	-ms-transition:all 1s ease 0.3s;
	-o-transition:all 1s ease 0.3s;
	transition:all 1s ease 0.3s;
	bottom: 0;
}

.grid-item.star > .cell_type,
.grid-item.star > .cell_date {
    background: #FFD700;
}

.grid-item.star > .cell_type:before {
	content: "\f005";
}

.grid-item.star:hover > .cell_text {
	background: rgba(255, 215, 0, 0.7);
	-webkit-transition:all 1s ease 0.3s;
	-moz-transition:all 1s ease 0.3s;
	-ms-transition:all 1s ease 0.3s;
	-o-transition:all 1s ease 0.3s;
	transition:all 1s ease 0.3s;
	bottom: 0;
}

.cell_text > h1 {
	font-family: 'Oswald', sans-serif;
    font-style: bold;
}

.cell_text > p {
	font-family: 'Oswald', sans-serif;
}

.cell_1 {
	width: 12.5vw;
	height: 12.5vw;
	margin-right: 0.5vw;
	margin-bottom: 0.5vw;
}

.cell_1 > .back_img > img{
	max-height: 100%;
}

.cell_1 > .cell_text {
	position: absolute;
	left: 0;
	bottom: -3em;
	min-width: 100%;
	min-height: 50%;
	padding: 0.5vw;
	color: white;
}

.cell_2 {
	width: 25.5vw;
	height: 25.5vw;
	margin-right: 0.5vw;
	margin-bottom: 0.5vw;
}

.cell_2 > .back_img > img{
	max-height: 100%;
	max-width: 100%;
}

.cell_2 > .cell_text {
	position: absolute;
	left: 0;
	bottom: -3em;
	min-width: 100%;
	min-height: 25%;
	padding: 0.5vw;
	color: white;
}

.cell_3 {
	width: 25.5vw;
	height: 12.5vw;
	margin-right: 0.5vw;
	margin-bottom: 0.5vw;
	background: url('/images/about_us/namecard_f.png') center center no-repeat;
}

.cell_3 > .back_img > img{
	width: 100%;
	top: 50%;
	position: relative;
	transform: translateY(-25%);
	-webkit-transform: translateY(-25%);
	-ms-transform: translateY(-25%);
	-moz-transform: translateY(-25%);
}

.cell_3 > .cell_text {
	position: absolute;
	left: 0;
	bottom: -3em;
	min-width: 100%;
	min-height: 25%;
	padding: 0.5vw;
	color: white;
	text-align: left;
}

.cell_4 {
	width: 12.5vw;
	height: 25.5vw;
	margin-right: 0.5vw;
	margin-bottom: 0.5vw;
	background: url('/images/about_us/namecard_f.png') center center no-repeat;
}

.cell_4 > .back_img > img{
	height: 100%;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.cell_4 > .cell_text {
	position: absolute;
	left: 0;
	bottom: -3em;
	min-width: 100%;
	min-height: 25%;
	padding: 0.5vw;
	color: white;
}

.type_filter {
	margin: 2vh;
}

.type_filter > ul {
	text-align: center;
	padding: 0;
	display: flex;
	justify-content: center;
}

.type_filter > ul > li {
	float: left;
	position: relative;
    display: inline-block;
    text-align: center;
}

.type_filter > ul > li + li {
	margin-left: 2px;
}

.type_filter > ul > li > a {
	border-radius: 5px;
	position: relative;
	display: block;
	padding: 10px 15px;
	font-family: 'Corbel', serif;
	color: #000000;
	-webkit-transition:all 0.5s ease 0.3s;
	-moz-transition:all 0.5s ease 0.3s;
	-ms-transition:all 0.5s ease 0.3s;
	-o-transition:all 0.5s ease 0.3s;
	transition:all 0.5s ease 0.3s;
}

.type_filter > ul > li > a:link {
	color: #000000;
	text-decoration: none;
}

.type_filter > ul > li.act > a {
	color: #ffffff;
}

.type_filter > ul > li.act > a,
.type_filter > ul > li > a:hover,
.type_filter > ul > li > a:focus {
	background-color: #ec008c;
	-webkit-transition:all 0.5s ease 0.3s;
	-moz-transition:all 0.5s ease 0.3s;
	-ms-transition:all 0.5s ease 0.3s;
	-o-transition:all 0.5s ease 0.3s;
	transition:all 0.5s ease 0.3s;
}

.load_more {
	color: #ec008c;
	background: white;
	border: 1px solid #cccccc;
	width: 50%;
	font-size: 100%;
	font-weight: bold;
	padding: 5px;
	margin: 10px;
	-webkit-transition:all 0.5s ease 0.3s;
	-moz-transition:all 0.5s ease 0.3s;
	-ms-transition:all 0.5s ease 0.3s;
	-o-transition:all 0.5s ease 0.3s;
	transition:all 0.5s ease 0.3s;
}

.load_more:hover {
	-webkit-transition:all 0.5s ease 0.3s;
	-moz-transition:all 0.5s ease 0.3s;
	-ms-transition:all 0.5s ease 0.3s;
	-o-transition:all 0.5s ease 0.3s;
	transition:all 0.5s ease 0.3s;
	box-shadow: 0px 0px 2px black;
}

/* Blog and Events details */

.detail_page {
	width: 100%;
	position: relative;
	background: url('/images/about_us/background.jpg') center center no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
    min-height: 100%;
    margin-top: 100px;
    padding: 50px 0;
}

.blog_title {
	color: white;
	background: #ec008c;
}

.event_title {
	color: white;
	background: #FFD700;
}

.event_title,
.blog_title,
.detail_recent {
	padding: 5px;
	vertical-align: center;
	height: 50px;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
    font-style: bold;
}

.detail_smallpost {
	overflow:hidden;
	background: white;
	-webkit-transition:all 0.5s ease 0.3s;
	-moz-transition:all 0.5s ease 0.3s;
	-ms-transition:all 0.5s ease 0.3s;
	-o-transition:all 0.5s ease 0.3s;
	transition:all 0.5s ease 0.3s;
}

.detail_smallpost:hover {
	background: #ec008c;
	-webkit-transition:all 0.5s ease 0.3s;
	-moz-transition:all 0.5s ease 0.3s;
	-ms-transition:all 0.5s ease 0.3s;
	-o-transition:all 0.5s ease 0.3s;
	transition:all 0.5s ease 0.3s;
}

.event_smallpost:hover {
	background: #ffd700;
	-webkit-transition:all 0.5s ease 0.3s;
	-moz-transition:all 0.5s ease 0.3s;
	-ms-transition:all 0.5s ease 0.3s;
	-o-transition:all 0.5s ease 0.3s;
	transition:all 0.5s ease 0.3s;
}

.detail_recent {
	font-size: 150%;
	border-bottom: solid 1px #cccccc;
	height: 40px;
}

.detail_subtitle {
	font-family: 'Oswald', sans-serif;
    font-style: bold;
    padding: 10px;
}

.detail_content {
	background: rgba(255, 255, 255, 0.9);
	border: solid 1px #cccccc;
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
	padding-bottom: 20px;
}

.detail_content li {
	display: block;
	padding-top: 20px;
}

.detail_text {
	font-family: 'Corbel', sans-serif;
}

.detail_content a {
	color: black;
	text-decoration: none;
	font-family: 'Corbel', sans-serif;
	font-weight: 400;
	-webkit-transition:all 0.5s ease 0.3s;
	-moz-transition:all 0.5s ease 0.3s;
	-ms-transition:all 0.5s ease 0.3s;
	-o-transition:all 0.5s ease 0.3s;
	transition:all 0.5s ease 0.3s;
}

.detail_smallpost {
	padding: 20px 0;
}

.detail_content img {
	width:100%;
}

.detail_add_comment {
	border-top: solid 1px #cccccc;
	margin: 20px;
	padding: 20px;
	padding-top: 0;
}

.comment_pic > img {
	width: 100%;
}

.comments {
	border-radius: 5px;
	border: solid 1px #cccccc;
	width: 100%;
}

.comments:focus {
	border-color:#ec008c;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102 ,175 ,233 , .6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(238, 0, 144, .6)
}

.detail_comments_list {
	border-top: solid 1px #cccccc;
	margin: 20px;
	padding: 20px;
}

.detail_content a:link {
	color: black;
	text-decoration: none;
	-webkit-transition:all 0.5s ease 0.3s;
	-moz-transition:all 0.5s ease 0.3s;
	-ms-transition:all 0.5s ease 0.3s;
	-o-transition:all 0.5s ease 0.3s;
	transition:all 0.5s ease 0.3s;
}

.detail_content a:hover {
	color: white;
	-webkit-transition:all 0.5s ease 0.3s;
	-moz-transition:all 0.5s ease 0.3s;
	-ms-transition:all 0.5s ease 0.3s;
	-o-transition:all 0.5s ease 0.3s;
	transition:all 0.5s ease 0.3s;
}

.tag_cloud {
	position: relative;
	float: left;
	background: #ec008c;
	border-radius: 10px;
	margin: 2px;
	padding: 5px;
}

.event_cloud {
	background: #FFD700;
}

.event_share {
	color: #ffd700;
}

.tag_cloud > a:link {
	color: black;
}

.tag_cloud > a:hover {
	color: white;
}

.share_bar {
	background: white;
	font-size: 300%;
	padding: 10px;
	position: relative;
	text-align: center;
}

.share_bar_item {
	position: relative;
	float: left;
	padding: 10px;
	text-align: center;
}

.share_bar_item:nth-child(n+2) {
	border-left: solid 1px #cccccc;
}

.fa-facebook-official {
	color: #3b5998;
	-webkit-transition:all 0.5s ease 0.3s;
	-moz-transition:all 0.5s ease 0.3s;
	-ms-transition:all 0.5s ease 0.3s;
	-o-transition:all 0.5s ease 0.3s;
	transition:all 0.5s ease 0.3s;
}

.fa-flickr {
	color: #0063DC;
	-webkit-transition:all 0.5s ease 0.3s;
	-moz-transition:all 0.5s ease 0.3s;
	-ms-transition:all 0.5s ease 0.3s;
	-o-transition:all 0.5s ease 0.3s;
	transition:all 0.5s ease 0.3s;
}

.fa-instagram {
	color: #517fa4;
	-webkit-transition:all 0.5s ease 0.3s;
	-moz-transition:all 0.5s ease 0.3s;
	-ms-transition:all 0.5s ease 0.3s;
	-o-transition:all 0.5s ease 0.3s;
	transition:all 0.5s ease 0.3s;
}

.fa-twitter {
	color: #00aced;
	-webkit-transition:all 0.5s ease 0.3s;
	-moz-transition:all 0.5s ease 0.3s;
	-ms-transition:all 0.5s ease 0.3s;
	-o-transition:all 0.5s ease 0.3s;
	transition:all 0.5s ease 0.3s;
}

.fa-pinterest-p {
	color: #c92228;
	-webkit-transition:all 0.5s ease 0.3s;
	-moz-transition:all 0.5s ease 0.3s;
	-ms-transition:all 0.5s ease 0.3s;
	-o-transition:all 0.5s ease 0.3s;
	transition:all 0.5s ease 0.3s;
}

/*contact us*/

.contact_us {
	width: 100vw;
	position: relative;
	background: url('/images/about_us/background.jpg') center center no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
    height: 100vh;
    padding-top: 58px;
}

#googleMap {
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	height: 100%;
	width: 100%;
	background: white;
}

.map_page {
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

.contact_page {
	height: 100%;
	padding: 10% 0;
}

.form-control:focus {
	border-color:#ec008c;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102 ,175 ,233 , .6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(238, 0, 144, .6)
}

.map_title {
	position: absolute;
	top: 0;
	z-index: 999;
	font-style: bold;
	font-family: 'Tangerine', cursive;
	width: 100%;
	padding: 0;
	color: white;
	background: -webkit-linear-gradient(#000000 0%, rgba(0,0,0,0) 100%);
	font-size: 600%;
	text-align: center;
}

/*gallery*/

.gallery {
	width: 100vw;
	background: black;
    height: 100vh;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.gallery_back {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10;
	opacity: 1.0;
	-webkit-transition:all 1s linear;
	-moz-transition:all 1s linear;
	-ms-transition:all 1s linear;
	-o-transition:all 1s linear;
	transition:all 1s linear;
}

.gallery_back > img {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	z-index: -1;
	-webkit-filter: grayscale(100%) brightness(0.4);
	filter: grayscale(100%) brightness(0.4);
	-o-filter: grayscale(100%) brightness(0.4);
	-ms-filter: grayscale(100%) brightness(0.4);
	-moz-filter: grayscale(100%) brightness(0.4);
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.gallery_title {
	position: absolute;
	top: 100px;
	left: 0;
	width: 25%;
	z-index: 15;
}

.gallery_title > img {
	width: 100%;
}

.gallery_photo {
	width: 180px;
	background: white;
	position: absolute;
	border: solid white 1vh;
	margin-top: 35px;
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.3);
	cursor: pointer;
	z-index: 125;
	display: block;
}

.gallery_photo > img {
	max-width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-webkit-transition:all 0.5s ease 0.3s;
	-moz-transition:all 0.5s ease 0.3s;
	-ms-transition:all 0.5s ease 0.3s;
	-o-transition:all 0.5s ease 0.3s;
	transition:all 0.5s ease 0.3s;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.gallery_photo:hover {
	z-index: 250;
}

.gallery_photo:hover > img {
	-webkit-filter: none;
	filter: none;
	-o-filter: none;
	-ms-filter: none;
	-moz-filter: none;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.galler_thumb_photo {
	position: absolute;
	height: 40%;
	width: 40%;
	top: 50%;
	left: 50%;
	margin-top: 35px;
	display: block;
	z-index: 100;
	-webkit-transition:all 0.5s ease 0.3s;
	-moz-transition:all 0.5s ease 0.3s;
	-ms-transition:all 0.5s ease 0.3s;
	-o-transition:all 0.5s ease 0.3s;
	transition:all 0.5s ease 0.3s;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.galler_thumb_photo img {
	position: absolute;
	border: solid white 1vh;
	height: 100%;
	width: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.3);
}

.galler_thumb_photo.zoomin {
	z-index: 500;
	height: 90%;
	width: 90%;
	-webkit-transition:all 0.5s ease 0.3s;
	-moz-transition:all 0.5s ease 0.3s;
	-ms-transition:all 0.5s ease 0.3s;
	-o-transition:all 0.5s ease 0.3s;
	transition:all 0.5s ease 0.3s;
}

.gallery_now {
	opacity: 1.0;
	-webkit-transition:all 1s linear;
	-moz-transition:all 1s linear;
	-ms-transition:all 1s linear;
	-o-transition:all 1s linear;
	transition:all 1s linear;
}

.gallery_fade {
	opacity: 0.0;
	-webkit-transition:all 1s linear;
	-moz-transition:all 1s linear;
	-ms-transition:all 1s linear;
	-o-transition:all 1s linear;
	transition:all 1s linear;
}

/* membership */

.membership {
	width: 100%;
	position: relative;
	height: 100%;
	padding-top: 70px;
	background: url('/images/about_us/background.jpg') center center no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
    overflow: hidden;
}

.membership_div {
	height: calc(50% - 35px);
	width: 50%;
	float: left;
	position: absolute;
	-webkit-transition:all 0.75s ease;
	-moz-transition:all 0.75s ease;
	-ms-transition:all 0.75s ease;
	-o-transition:all 0.75s ease;
	transition:all 0.75s ease;
	overflow: hidden;
}

.membership_buy {
	position: absolute;
	bottom: 4%;
	z-index: 250;
	color: black;
	border-radius: 5px;
	padding: 5px;
	display: none;
	background: rgb(249,198,103);
	background: -moz-linear-gradient(45deg,  rgba(249,198,103,1) 0%, rgba(247,150,33,1) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%);
	background: linear-gradient(45deg,  rgba(249,198,103,1) 0%,rgba(247,150,33,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=1 );
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.membership_buy:link {
	text-decoration: none;
}

.left {
	left: 40%;
}

.right {
	left: 10%;
}

.membership_1 {
	left: 0;
	top: 70px;
	text-align: right;
}

.membership_2 {
	left: 50%;
	top: 70px;
}

.membership_3 {
	left: 0;
	top: calc(50% + 35px);
	text-align: right;
}

.membership_4 {
	left: 50%;
	top: calc(50% + 35px);
}

.membership_1 > img,
.membership_3 > img {
	right: 0;
}

.membership_2 > img,
.membership_4 > img {
	left: 0;
}

.membership_div_big {
	height: 80%;
	width: 80%;
	left: 10%;
	top: calc(10% + 34px);
	position: absolute;
	z-index: 290;
	-webkit-transition:all 0.75s ease;
	-moz-transition:all 0.75s ease;
	-ms-transition:all 0.75s ease;
	-o-transition:all 0.75s ease;
	transition:all 0.75s ease;
	text-align: center;
}

.membership_div > a > img {
	position: relative;
	height: 100%;
	max-width: 100%;
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
	-moz-filter: brightness(50%);
	-o-filter: brightness(50%);
	-ms-filter: brightness(50%);
	-webkit-transition:all 0.75s ease;
	-moz-transition:all 0.75s ease;
	-ms-transition:all 0.75s ease;
	-o-transition:all 0.75s ease;
	transition:all 0.75s ease;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.membership_div > a > img:hover {
	filter: none;
	-o-filter: none;
	-ms-filter: none;
	-webkit-filter: none;
	-moz-filter: none;
	-webkit-transition:all 0.75s ease;
	-moz-transition:all 0.75s ease;
	-ms-transition:all 0.75s ease;
	-o-transition:all 0.75s ease;
	transition:all 0.75s ease;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.membership_div_big > a > img {
	filter: none;
	-o-filter: none;
	-ms-filter: none;
	-webkit-filter: none;
	-moz-filter: none;
    -webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.membership_div_big > .membership_buy {
	left: 25%;
	display: block;
	font-size: 150%;
	-webkit-transition:all 0.75s ease;
	-moz-transition:all 0.75s ease;
	-ms-transition:all 0.75s ease;
	-o-transition:all 0.75s ease;
	transition:all 0.75s ease;
}

/* membership_detail */

.membership_detail_con {
	width: 100%;
	height: 56.25vw;
	max-height: 100vh;
	padding-top: 70px;
	overflow: hidden;
	position: relative;
}

.membership_detail_con .lead {
	margin-bottom: 0;
}

.membership_detail_des > li,
.membership_detail h1 {
	color: white;
	text-shadow: 0px 2px 10px black;
}

.membership_detail {
	width: 100%;
    height: auto;
	overflow: hidden;
    font-family: 'Corbel', serif;
}

.membership_detail_back {
	position: absolute;
	height: 100%;
	width: 100%;

}

.membership_detail_back img {
	position: absolute;
	left: 50%;
	height: 100%;
	width: auto;
	min-width: 100%;
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}


.membership_detail > .silk {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 33vh;
	max-width: 50vw;
}

.membership_detail > .silk > img {
	width: 100%;
}

.discount_info > img {
	width: 50%;
}

.buy {
	color: black;
	border-radius: 5px;
	padding: 0 15px;
	background: rgb(242,14,117);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(242,14,117,1) 0%, rgba(244,149,190,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(242,14,117,1) 0%,rgba(244,149,190,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(242,14,117,1) 0%,rgba(244,149,190,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20e75', endColorstr='#f495be',GradientType=1 );
	-webkit-transition:all 0.75s ease;
	-moz-transition:all 0.75s ease;
	-ms-transition:all 0.75s ease;
	-o-transition:all 0.75s ease;
	transition:all 0.75s ease;
	font-size: 2em;
    -webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.buy:link {
	text-decoration: none;
}

/* training */
.training {
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
	background: url('/images/about_us/background.jpg') center center no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
    padding-top: 70px;
    font-family: 'Corbel', serif;
}

.training_thumb {
	position: absolute;
	height: calc(100% - 70px);
	width: 33vh;
	z-index: 2;
	background: black;
}

.training_thumb_sub {
	width: 100%;
	height: 25%;
	top: 0;
	opacity: 0.4;
    overflow: hidden;
    transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

.training_thumb_sub > img {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.training_thumb_sub.thumb_active,
.training_thumb_sub:hover {
    opacity: 1;
    transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

.training_detail {
	position: absolute;
	left: 33vh;
	height: calc(100vh - 70px);
	width: calc(100vw - 33vh);
	z-index: 1;
}

.training_detail_slide {
	width: 100%;
	height: auto;
    overflow: hidden;
}

.training_detail_sub {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.training_detail_sub .swiper-slide {
	height: auto;
}

.training_detail_sub .white {
	text-shadow: 0 2px 10px black;
}

.training_sub {
	position: absolute;
	width: 100vw;
	height: calc(100vh - 70px);
}

.training_detail_sub .container {
	max-width: calc(100vw - 33vh - 100px);
	font-family: 'Corbel', serif;
}

.apply {
	position: absolute;
	bottom: 0;
	right: 0;
	color: white;
	border-radius: 5px;
	padding: 10px 20px;
	margin: 20px 20px;
	background: rgb(242,14,117);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(242,14,117,1) 0%, rgba(244,149,190,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(242,14,117,1) 0%,rgba(244,149,190,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(242,14,117,1) 0%,rgba(244,149,190,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f20e75', endColorstr='#f495be',GradientType=1 );
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	font-size: 200%;
	z-index: 5;
	border: none;
	box-shadow: 2px 2px 5px black;
    -webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.apply:hover {
	box-shadow: 0px 0px 1px black;
}

.free {
	position: relative;
	background: white;
	font-family: 'Corbel', serif;
	font-size: 2em;
	float: left;
	padding: 5px;
	z-index: 50;
}

.training_des {
	text-align: justify;
	vertical-align: bottom;
	overflow: hidden;
	padding: 20px 0;
	float: left;
	font-family: 'Ubuntu', serif;
}

.training_pic {
	padding: 20px 0;
	float: left;
	overflow: hidden;
	width: 100%;
}

.training_pic > img {
	width: 100%;
	border-radius: 10px;
}

.training_img {
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	display:box;
	box-pack:center;
	box-align:center;
	position: absolute;

	display: flex;
    align-items: center;
    justify-content: center;

	width: 8.5em;
	height: 8.5em;
	bottom: 0;
	margin: 1em;
	overflow: hidden;
	z-index: 10;
	background: black;
	border-radius: 50%;
	color: white;
	font-family: 'Ubuntu', serif;
	box-shadow: 2px 2px 20px black;
	font-size: 1.5em;
	line-height: 1.5em;
	text-align: center;
	float: none;
}

.training_cal_bg {
	display: none;
	top: 0;
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 999998;
}

.training_cal {
	display: none;
	width: 90%;
	height: 90%;
	position: fixed;
	top: 5%;
	left: 5%;
	z-index: 999999;
	border-radius: 5px;
	overflow: scroll;
	padding: 50px;
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 0px 20px black;
}

.cal_cancel {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 400%;
	border: none;
	background: none;
	color: grey;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23EC008C'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23EC008C'%2F%3E%3C%2Fsvg%3E");
}

/* about us */

.about_us {
	width: 100%;
	position: relative;
	background: url('/images/about_us/background.jpg') center center no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
    padding-top: 70px;
    padding-bottom: 70px;
}

video {
	background: #000 url(../images/loader.gif) center no-repeat;
}

.about_us_video > video {
	width: 100%;
}

.about_image {
	padding-top: 40px;
}

.about_image > img {
	width: 100%;
	border-radius: 12px;
}

.show_v {
	display: none;
}

.hide_v {
	display: block;
}

.about_text > h1{
	line-height: 30px;
	margin-bottom: 20px !important;
}

.about_text {
	font-family: 'Corbel';
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 400;
	padding: 20px;
}

.team_single_wrapper {
	height: 158px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding: 15px;
	cursor:pointer;
	background-color: #fff;
	border-radius: 5px;
}

.team_single_wrapper small:before {
    content:"\a";
	white-space: pre;
}

.team_list {
	height: 494px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-bottom: 15px;
	max-height: calc(100vh - 140px);
}

.team_wrapper .col-xs-4 {
	padding-left: 5px;
	padding-right: 5px;
	overflow-x: hidden;
}

.author_img_wrapper {
	height: 100%;
}

.team_single_wrapper > .author_img_wrapper > img {
	height: 90%;
	border-radius: 50%;
}

.team_list_left .author_img_wrapper{
	float: left;
}

.team_list_left .author_info_wrapper{
	text-align: right;
}

.team_list_right .author_img_wrapper{
	float: right;
}

.team_list_right .author_info_wrapper{
	text-align: left;
}

.author_info_wrapper h2{
	font-size: 23px;
	margin-top: 35px!important;
	margin-bottom: 5px !important;
}

.team_active{
	background-color: #EDEDED;
}

.team_text_wrapper{
	width: 100%;
	height: 494px;
	background-color: #FE4AB4;
	padding: 45px;
	color: #fff;

	margin-bottom: 15px;

	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	display:box;
	box-pack:center;
	box-align:center;

	display: flex;
    align-items: center;
    justify-content: center;

	text-align: center;
	overflow: auto;
	max-height: calc(100vh - 140px);
	border-radius: 5px;
}

.team_text_wrapper span{
	font-size: 2em;
	line-height: 2em;
	position: relative;
	display: block;
}

.charity_container{
	margin-top: 15px;
}

.charity_wrapper{
	margin-top: 15px;
}

.charity_container .nav {
	overflow: auto;
	margin-bottom: 15px;
}

.charity_container > .nav > li > a,
.charity_container > .nav > li > a:focus,
.charity_container > .nav > li > a:hover {
	background-color: transparent!important;
	color: #333!important;
}


.charity_container > .nav-pills > li.active > a,
.charity_container > .nav-pills > li.active > a:focus,
.charity_container > .nav-pills > li.active > a:hover{
	background-color: transparent!important;
	color: #333!important;
}

.charity_container_sub {
	overflow-y: scroll;
	height: 526px;
	max-height: calc(100% - 140px);
	border-radius: 4px;
}

.charity_date_wrapper{
	float: left;
	text-align: center;
	background-color: #F26EBC;
	padding: 8px 20px;
}

.charity_date_wrapper span{
	display: block;
	color: #fff;
}

.charity_date_wrapper span:first-child{
	font-size: 35px;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
	line-height: 40px;
}

.charity_title{
	padding-left: 95px;
}

.charity_title h2{
	margin: 0!important;

}

.charity_wrapper .nav-pills li{
	background-color: #fff;
	border:1px solid #e4e4e4;
	margin-bottom: 10px;
	border-radius: 4px;
	-webkit-transition:all 0.75s ease;
	-moz-transition:all 0.75s ease;
	-ms-transition:all 0.75s ease;
	-o-transition:all 0.75s ease;
	transition:all 0.75s ease;
}

.charity_wrapper .nav-pills li:last-child{
	margin-bottom: 0;
}

.charity_wrapper .nav-pills li a{
	height: 122px;
	outline: none;
	padding: 15px;
}

.charity_title p{
	margin-top: 10px;
}

.charity_wrapper .tab-content .tab-pane{
	background-color: #fff;
	padding: 30px 30px 0;
	border:1px solid #e4e4e4;
	border-radius: 4px;
	overflow-y: scroll;
	height: 526px;
	max-height: calc(100% - 140px);
}

.charity_wrapper .tab-content .tab-pane img{
	float: left;
	max-width: 100%;
}

.charity_info_text {
	font-size: 15px;
	color: #363330;
	font-weight: 400;
}

.charity_wrapper .tab-pane p {
	font-size: 1.5em;
	line-height: 1.5em;
}

/* Header Top
------------------------------------------*/
.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
}

.user_area {
	position: fixed;
	padding: 10px 20px;
	height: 68px;
	z-index: 600;
	top: 0;
	right: 0;
	background: rgba(255,255,255,0.0);
	border-radius: 5px;
	text-align: right;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}

.user_area li:hover a {
	color: #ec008c;
	-webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}

.user_area ul li a .fa {
    margin-right: 2px;
    position: relative;
}

.user_area li a,
.phone_area li a {
	color: #000;
    font-family: "Corbel",serif;
    font-size: 1.5em;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
}

#header-top{
    padding: 14px 0;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}

#header-top .container{
    max-width: 1100px!important;
}


.header-top_nav > li{
    display: inline;
    margin-left:15px;
}

#header-top ul li a{
    color: #000;
    font-family: "Corbel",serif;
    font-size: 1em;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
}

#header-top ul li a .fa{
    margin-right: 2px;
    position: relative;
    font-size: 15px;
}

.icon_buzz{
    position: absolute;
    top: -8px;
    left: 10px;
    border-radius: 50%;
    background: #ED048E;
    height: 15px;
    width: 15px;
    text-align: center;
    line-height: 15px;
    color: #fff;
    font-size: 11px;
}

.head_to_top{
    margin-top: 45px;
}

#header-top ul li a:hover{
    color: #F20287;
}

.top_nav_left{
    float: left;
}

.top_nav_right{
    float: right;
}

/* header menu
----------------------------------------*/
.site_header {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 500;
    background: white;
    text-align: center;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
         -o-transition: all 0.2s;
            transition: all 0.2s;
}

.sf-menu {
	height: 70px;
}

.logo {
    display: block;
    margin-top: -20px;
    height: 140px;
    width: 160px;
    padding: 20px;
    background: white;
    border-radius: 50%;
    box-shadow: 0px 1px 10px black;
}

.logo_back {
	position: absolute;
    display: block;
    left: -10px;
    top: 0;
    height: 70px;
    width: 180px;
    background: white;
}

.logo_xs {
    display: block;
    height: 70px;
    padding: 10px 30px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.logo_xs > a > img {
    max-height: 100%;
}

.logo > a > img {
	top: 10px;
    height: 100%;
    position: relative;
}

.navigation {
	z-index: 500px;
	background: white;
	box-shadow: 0px 1px 10px black;
	height: 70px;
}

.navigation > ul {
    display: inline-block;
    vertical-align: middle;
    float: none;
    background: white;
}

.navigation > ul > li > a {
    color: black;
    font-family: 'Corbel', serif;
}

.navigation > ul > li > a:link {
    text-decoration: none;
}

.navigation > ul > li{
    float:left;
    font-size:1.5em;
    position:relative;
    text-transform:uppercase;
    border-bottom-style:solid;
    border-bottom-width:3px;
    border-bottom-color:rgba(255,255,255,0);
    -webkit-transition:all 0.3s ease 0.1s;
       -moz-transition:all 0.3s ease 0.1s;
        -ms-transition:all 0.3s ease 0.1s;
         -o-transition:all 0.3s ease 0.1s;
            transition:all 0.3s ease 0.1s;
}

.navigation > ul > li.rightway {
	height: 70px;
	position: relative;
	display: flex;
	align-items: center;
}

.navigation > ul > li.rightway img {
	display: inline-flex;
	height: 1.5em;
}

.navigation > ul > li:hover{
    border-bottom-style:solid;
    border-bottom-width:3px;
    border-bottom-color:#ec008c;
    -webkit-transition:all 0.3s ease 0.1s;
       -moz-transition:all 0.3s ease 0.1s;
        -ms-transition:all 0.3s ease 0.1s;
         -o-transition:all 0.3s ease 0.1s;
            transition:all 0.3s ease 0.1s;
}

.navigation > ul > li > a {
    line-height:64px;
    padding:0 15px;
    padding-bottom:3px;
    display:block;
    text-decoration:none;
}

.navigation > ul > li > ul {
    position: absolute;
    width: 100vw;
    left: -1.5em;
    max-height: 0;
    overflow: hidden;
    text-align:left;
    border-radius: 2px;
    z-index: -1;
    -webkit-transition:all 0.5s ease 0.1s;
       -moz-transition:all 0.5s ease 0.1s;
        -ms-transition:all 0.5s ease 0.1s;
         -o-transition:all 0.5s ease 0.1s;
            transition:all 0.5s ease 0.1s;
}

.navigation > ul > li >.nav_back {
	position: fixed;
	width: 100vw;
	left: 0;
	height: 0;
	z-index: -1;
	background: rgba(255,255,255,1);
	border-radius: 2px;
    box-shadow: 0px 1px 10px black;
    -webkit-transition:all 0.5s ease 0.1s;
       -moz-transition:all 0.5s ease 0.1s;
        -ms-transition:all 0.5s ease 0.1s;
         -o-transition:all 0.5s ease 0.1s;
            transition:all 0.5s ease 0.1s;
}

.navigation > ul > li:hover > ul {
    max-height: 33px;
    -webkit-transition:all 0.5s ease 0.1s;
       -moz-transition:all 0.5s ease 0.1s;
        -ms-transition:all 0.5s ease 0.1s;
         -o-transition:all 0.5s ease 0.1s;
            transition:all 0.5s ease 0.1s;
}

.navigation > ul > li:hover > .nav_back {
	height: 33px;
    -webkit-transition:all 0.5s ease 0.1s;
       -moz-transition:all 0.5s ease 0.1s;
        -ms-transition:all 0.5s ease 0.1s;
         -o-transition:all 0.5s ease 0.1s;
            transition:all 0.5s ease 0.1s;
}

.navigation > ul > li > ul > li {
    line-height: normal;
    font-size:10px;
    position:relative;
    letter-spacing:.1em;
    float: left;
}

.navigation > ul > li > ul.right > li {
    float: right;
}

.navigation > ul > li > ul.right {
    right: -1.5em;
    left: auto;
}

.navigation > ul > li > ul > li > ul{
    max-height: 0;
    margin-top: 2px;
    overflow: hidden;
    background:rgba(255,255,255,1);
    text-align:left;
    -webkit-transition:all 0.3s ease 0.5s;
       -moz-transition:all 0.3s ease 0.5s;
        -ms-transition:all 0.3s ease 0.5s;
         -o-transition:all 0.3s ease 0.5s;
            transition:all 0.3s ease 0.5s;
}

.navigation > ul > li > ul > li > ul > li {
    line-height: normal;
    font-size:10px;
    position:relative;
    letter-spacing:.1em;
    float: left;
}

.navigation > ul > li > ul > li:hover > ul{
    max-height: 33px;
    -webkit-transition:all 0.3s ease 0.5s;
       -moz-transition:all 0.3s ease 0.5s;
        -ms-transition:all 0.3s ease 0.5s;
         -o-transition:all 0.3s ease 0.5s;
            transition:all 0.3s ease 0.5s;
}

.navigation > ul > li > ul li > a{
    display:block;
    padding:10px 25px;
    text-decoration:none;
    color: black;
    font-family: 'Corbel', serif;
}
.navigation > ul > li > ul > li:hover > a,
.navigation > ul > li > ul > li > ul > li:hover > a{
    text-decoration:none;
    padding:10px 25px;
}

.menu-toggle {
    left: 0;
    top: 0;
    padding: 20px;
    position: fixed;
    font-size: 200%;
    color: black;
    -webkit-transition:all 0.3s ease;
       -moz-transition:all 0.3s ease;
        -ms-transition:all 0.3s ease;
         -o-transition:all 0.3s ease;
            transition:all 0.3s ease;
    z-index: 500;
}

.top_rightway_img {
    position: fixed;
    right: 0px;
    top: 12px;
    z-index: 600;
}

.top_rightway_img img{
    width: 125px;
}

/* footer
------------------------------------*/

.site-footer{
	width:100%;
	height:40px;
	font-size:12px;
	line-height:40px;
	color:#666;
	background:rgba(255,255,255,1);
	-webkit-box-shadow:0 -1px 2px rgba(0,0,0,.1);
	box-shadow:0 -1px 2px rgba(0,0,0,.1);
	bottom:0;
	left:0;
	font-family: Corbel, serif;
	font-size: 15px;
	font-style: normal;
	font-variant-caps: normal;
	font-weight: 300;
	position:fixed;
	z-index:9999;
	-webkit-transition:all 0.3s ease;
       -moz-transition:all 0.3s ease;
        -ms-transition:all 0.3s ease;
         -o-transition:all 0.3s ease;
            transition:all 0.3s ease;
}

.site-footer:hover {
	background:rgba(255,255,255,1);
	-webkit-transition:all 0.3s ease;
       -moz-transition:all 0.3s ease;
        -ms-transition:all 0.3s ease;
         -o-transition:all 0.3s ease;
            transition:all 0.3s ease;
}

.copyrights-col-right ul{
	float:right;
}
.social-icons li{
	display:inline-block;
}
.social-icons a{
	margin:0 0 0 5px;
	height:22px;
	text-align:center;
	line-height:22px;
	color:#222;
	display:block;
	text-decoration:none;
	filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
	-webkit-transition:all 0.3s ease;
       -moz-transition:all 0.3s ease;
        -ms-transition:all 0.3s ease;
         -o-transition:all 0.3s ease;
            transition:all 0.3s ease;
}

.social-icons a:hover {
	filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 1));
	-webkit-transition:all 0.3s ease;
       -moz-transition:all 0.3s ease;
        -ms-transition:all 0.3s ease;
         -o-transition:all 0.3s ease;
            transition:all 0.3s ease;
}
/* overall */
.page_titile {
	margin: 4vh 2vh 2vh 2vh;
}

.vertical {
	width: auto;
  	max-width: none;
 	height: 100vh;
 	left: 50vw;
 	top: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);

}

/* Backend */

.backend_page {
	min-height: calc(100vh - 70px);
	padding-top: 70px;
}

.back_tran {
	position: relative;
	background: rgba(255,255,255,1);
	border-radius: 10px;
	padding: 20px;	
}

#message-back {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.25);
    visibility: hidden;
    opacity: 0;
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

#message-back.loading {
	visibility: visible;
    opacity: 1;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.s_wrapper {
	position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	background: rgba(255,255,255,1);
	z-index: 9999;
	width: 300px;
	height: 300px;
	line-height: 100px;
	font-size: 100px;
	color: black;
	overflow-y: auto;
	padding: 20px;
	border-radius: 10px;
    box-shadow: 4px 4px 10px black;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.s_wrapper p {
	font-size: 20px;
	line-height: 20px;
}

.s_wrapper.show {
	visibility: visible;
	opacity: 1;
	-webkit-transition:all 0.5s ease 0.5s;
	-moz-transition:all 0.5s ease 0.5s;
	-ms-transition:all 0.5s ease 0.5s;
	-o-transition:all 0.5s ease 0.5s;
	transition:all 0.5s ease 0.5s;
}

#message {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.process_wrapper {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 999999;
	font-size: 100px;
	line-height: 100px;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	border-radius: 0;
	color: white;
}

.process_wrapper i {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* Reg page */

.reg_page {
	position: relative;
	width: 100%;
	min-height: 100%;
	padding-top: 70px;
}

.member_back {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	z-index: -1;
	background: black;
}

.member_page {
	padding-bottom: 10vh;
}

.member_selection {
	position: relative;
	padding: 25px;
	margin: 25px;
	background: rgba(255,255,255,0.8);
	border-radius: 10px;
	overflow: hidden;
}

.signup {
	overflow: hidden;
	opacity: 0;
	max-height: 0px;
	transition: all 0.5s ease 0.5s;
	-webkit-transition: all 0.5s ease 0.5s;
	-o-transition: all 0.5s ease 0.5s;
	-ms-transition: all 0.5s ease 0.5s;
	-moz-transition: all 0.5s ease 0.5s;
}

.signup_pre {
	overflow: hidden;
	opacity: 1;
	max-height: 200vh;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-o-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-ms-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-moz-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@-webkit-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@-o-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@-ms-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@-moz-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

.fadeIn_ani {
	display: block;
	animation: fadeIn 1s;
	-o-animation: fadeIn 1s;
	-ms-animation: fadeIn 1s;
	-webkit-animation: fadeIn 1s;
	-moz-animation: fadeIn 1s;
}

.fadeOut_ani {
	display: none;
	animation: fadeOut 1s;
	-o-animation: fadeOut 1s;
	-ms-animation: fadeOut 1s;
	-webkit-animation: fadeOut 1s;
	-moz-animation: fadeOut 1s;
}

/* resiz_img */

.resize_img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.resize_img > img {
	position: absolute;
	width: 100%;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);	
}

.resize_img > img.vertical {
	width: auto;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}

/* align center */

.all_c {
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	display:box;
	box-pack:center;
	box-align:center;
	
	display: flex;
    align-items: center;
    justify-content: center;

	text-align: center;
	overflow: hidden;
}

/* 404 */

.under_con_main {
	height: 100vh;
	width: 100vw;
	overflow: hidden;
    color: #EF58A0;

	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	display:box;
	box-pack:center;
	box-align:center;
	
	display: flex;
    align-items: center;
    justify-content: center;

	text-align: center;
	overflow: hidden;
	z-index: 10;
}

.terms {
	height: 100vh;
	width: 100vw;
	position: fixed;
	left: 0;
	top: 0;
	overflow-x: hidden;
	overflow-y: scroll;
    color: #EF58A0;
	z-index: 10;
	padding: 120px 0px;
}

.terms .resize_img {
	height: 100vh;
	width: 100vw;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
}

.terms h1 {
	font-weight: bold;
}

.terms h3 {
	color: rgb(237,161,190);
	line-height: 2em;
}

[tooltip]:after {            
    position : absolute;
    content : attr(tooltip);
    opacity : 0;
    margin-left: -40vw;
    margin-top: 20px;
    background: white;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px black;
    transition: all 0.5s ease 0.25s;
	-webkit-transition: all 0.5s ease 0.25s;
	-o-transition: all 0.5s ease 0.25s;
	-ms-transition: all 0.5s ease 0.25s;
	-moz-transition: all 0.5s ease 0.25s;
}

[tooltip]:hover:after {        
    opacity : 1; 
    transition: all 0.5s ease 0.25s;
	-webkit-transition: all 0.5s ease 0.25s;
	-o-transition: all 0.5s ease 0.25s;
	-ms-transition: all 0.5s ease 0.25s;
	-moz-transition: all 0.5s ease 0.25s;
}

[tooltip]:not([tooltip-persistent]):before {
    pointer-events: none;
}

.tag {
	display: inline-block;
	padding: 5px;
	margin: 2.5px;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 5px;
	font-size: 1.25em;
	cursor: pointer;
}

.tag.tag-success {
	background: #5cb85c;
}

.tag.tag-danger {
	background: #b7b7b7;
}

.tag.tag-fake {
	background: #d9534f;
	cursor: not-allowed;
}

#product_table td {
	line-height: 34px;
}

#product_table td > img {
	height: 34px;
	border-radius: 3px;
}

#product_table td > button {
	margin-right: 10px;
}

.image-upload img
{
    cursor: pointer;
}

.image-upload > input
{
    display: none;
}

.image_sub_box {
	padding: 10px;
}

.image_sub_box:hover > button {
	display: block;
}

.image_sub_box > button {
	position: absolute;
	display: none;
	right: 0;
	top: 0;
	height: 20px;
	width: 20px;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	background-color: red;
	border-radius: 50%;
	border: none;
	color: white;
}

.type_dropdown li:hover .remover,
.cata_dropdown li:hover .remover {
	display: block;
}

.type_dropdown .remover,
.cata_dropdown .remover {
	position: absolute;
	display: none;
	right: 10px;
	margin-top: -20px;
	height: 14px;
	width: 14px;
	font-size: 14px;
	line-height: 14px;
	padding: 0;
	text-align: center;
	background-color: red;
	border-radius: 50%;
	border: none;
	color: white;
}

.new_catalogue_input {
	margin: 0px 10px;
}

#googleMap {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	height: 100vh;
	width: 50%;
	background: white;
}

.map_page {
	
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
}

/* Products page */

.product_main {
	position: absolute;
	width: 80vw;
	left: 0;
	padding: 1vw;
	margin: 0;
	overflow: auto;
	height: calc( 100vh - 70px);
}

.product_filter {
	width: 20vw;
	margin-top: -70px;
	padding-top: 70px;
	position: fixed;
	right: 0;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
}

.product_filter li > a {
	color: white;
}

.filters {
	padding: 20px;
}

.product_page {
	background: rgba(232, 232, 232, 1);
	height: calc( 100vh - 70px);
}

.product_block {
	width: 17.5vw;
	padding: 1vw;
	margin: 1vw;
	overflow: hidden;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.qty_num,
.qty_num:focus,
.qty_num:hover,
.qty_num:active {
	border: none;
	box-shadow: none;
	background: none;
	cursor: default;
}

.product_block > .image_holder {
	position: absolute;
	width: 0;
	height: 0;
	float: left;
	margin-right: 1vw;
	margin-bottom: 1vw;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 0.25s, opacity 0.25s ease;
	-webkit-transition: visibility 0s 0.25s, opacity 0.25s ease;
	-o-transition: visibility 0s 0.25s, opacity 0.25s ease;
	-ms-transition: visibility 0s 0.25s, opacity 0.25s ease;
	-moz-transition: visibility 0s 0.25s, opacity 0.25s ease;
}

.product_block > .image_holder > img {
	width: 100%;
	cursor: pointer;
}

.product_block > .image_holder.first {
	position: relative;
	visibility: visible;
	opacity: 1;
	width: 15.5vw;
	height: 15.5vw;
}

.product_block > .image_holder.first > .product_bannber {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 0;
	font-size: 1.25vw;
	line-height: 1.25vw;
	text-align: center;
	background: black;
	color: white;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	overflow: hidden;
	font-weight: bold;
}

.product_block > .image_holder.first > .product_bubble {
	position: absolute;
	display: flex;
    align-items: center;
    right: -0.75vw;
	top: -1.5vw;
	width: 6vw;
	height: 6vw;
	font-size: 1vw;
	line-height: 1vw;
	text-align: center;
	background: black;
	color: white;
	font-weight: bold;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	border-radius: 50%;
	opacity: 0;
	text-align: center;
}

.product_block > .product_blcok_detail {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	height: 0;
	transition: visibility 0s, opacity 0.5s 0.5s ease;
	-webkit-transition: visibility 0s, opacity 0.5s 0.5s ease;
	-o-transition: visibility 0s, opacity 0.5s 0.5s ease;
	-ms-transition: visibility 0s, opacity 0.5s 0.5s ease;
	-moz-transition: visibility 0s, opacity 0.5s 0.5s ease;
}

.product_block > .product_blcok_detail > .lead {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 0.25s, opacity 0.25s ease;
	-webkit-transition: visibility 0s 0.25s, opacity 0.25s ease;
	-o-transition: visibility 0s 0.25s, opacity 0.25s ease;
	-ms-transition: visibility 0s 0.25s, opacity 0.25s ease;
	-moz-transition: visibility 0s 0.25s, opacity 0.25s ease;
}	

.product_block > .product_blcok_detail > .lead {
	visibility: hidden;
	opacity: 0;
}

.product_block > .cancel_button {
	display: none;
	position: absolute;
    right: 0;
    top: 0;
    font-size: 2em;
    border: none;
    background: none;
    color: grey;
}

.product_block.activeDetails > .image_holder {
	position: relative;
	visibility: visible;
	opacity: 1;
	width: 15.5vw;
	height: 15.5vw;
}

.product_block.activeDetails .sc-1 {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, opacity 0.5s 0.5s ease;
	-webkit-transition: visibility 0s, opacity 0.5s 0.5s ease;
	-o-transition: visibility 0s, opacity 0.5s 0.5s ease;
	-ms-transition: visibility 0s, opacity 0.5s 0.5s ease;
	-moz-transition: visibility 0s, opacity 0.5s 0.5s ease;
}

.product_block.activeDetails .sc-2 {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, opacity 0.5s 0.75s ease;
	-webkit-transition: visibility 0s, opacity 0.5s 0.75s ease;
	-o-transition: visibility 0s, opacity 0.5s 0.75s ease;
	-ms-transition: visibility 0s, opacity 0.5s 0.75s ease;
	-moz-transition: visibility 0s, opacity 0.5s 0.75s ease;
}

.product_block.activeDetails .sc-3 {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, opacity 0.5s 1s ease;
	-webkit-transition: visibility 0s, opacity 0.5s 1s ease;
	-o-transition: visibility 0s, opacity 0.5s 1s ease;
	-ms-transition: visibility 0s, opacity 0.5s 1s ease;
	-moz-transition: visibility 0s, opacity 0.5s 1s ease;
}

.product_block.activeDetails .sc-4 {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, opacity 0.5s 1.25s ease;
	-webkit-transition: visibility 0s, opacity 0.5s 1.25s ease;
	-o-transition: visibility 0s, opacity 0.5s 1.25s ease;
	-ms-transition: visibility 0s, opacity 0.5s 1.25s ease;
	-moz-transition: visibility 0s, opacity 0.5s 1.25s ease;
}

.product_block.activeDetails .sc-5 {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, opacity 0.5s 1.5s ease;
	-webkit-transition: visibility 0s, opacity 0.5s 1.5s ease;
	-o-transition: visibility 0s, opacity 0.5s 1.5s ease;
	-ms-transition: visibility 0s, opacity 0.5s 1.5s ease;
	-moz-transition: visibility 0s, opacity 0.5s 1.5s ease;
}

.product_block.activeDetails .sc-6 {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, opacity 0.5s 1.75s ease;
	-webkit-transition: visibility 0s, opacity 0.5s 1.75s ease;
	-o-transition: visibility 0s, opacity 0.5s 1.75s ease;
	-ms-transition: visibility 0s, opacity 0.5s 1.75s ease;
	-moz-transition: visibility 0s, opacity 0.5s 1.75s ease;
}

.product_block.activeDetails .sc-7 {
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, opacity 0.5s 2s ease;
	-webkit-transition: visibility 0s, opacity 0.5s 2s ease;
	-o-transition: visibility 0s, opacity 0.5s 2s ease;
	-ms-transition: visibility 0s, opacity 0.5s 2s ease;
	-moz-transition: visibility 0s, opacity 0.5s 2s ease;
}

.product_block.activeDetails {
	position: fixed !important;
	top: calc( 70px + 1vw ) !important;
	left: 1vw !important;
	width: 76vw;
	height: 82.5vh;
	overflow: auto;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	z-index: 999;
	box-shadow: 2px 2px 5px black;
}

.product_block.activeDetails > .product_blcok_detail {
	position: relative;
	visibility: visible;
	opacity: 1;
	height: auto;
	transition: visibility 0s, opacity 0.5s 0.5s ease;
	-webkit-transition: visibility 0s, opacity 0.5s 0.5s ease;
	-o-transition: visibility 0s, opacity 0.5s 0.5s ease;
	-ms-transition: visibility 0s, opacity 0.5s 0.5s ease;
	-moz-transition: visibility 0s, opacity 0.5s 0.5s ease;
}

.product_block.activeDetails > .cancel_button {
	display: block;
}

.product_block.activeDetails > .image_holder.first > .product_bannber,
.product_block:hover > .image_holder.first > .product_bannber {
	height: 1.5vw;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.product_block.activeDetails > .image_holder.first > .product_bubble,
.product_block:hover > .image_holder.first > .product_bubble {
	transition: all 0.5s ease;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transform: rotate(20deg);
	-ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
}

.nav_product * {
	float: left;
}

/* service page.  */

.page_service {
	color: white;
	top: 0;
	left: 0;
	width: 100vw;
	min-height: 100vh;
	padding-top: 100px;
	padding-bottom: 50px;
	overflow-y: scroll;
}

/* lash page.  */

.page_lash {
	color: white;
	top: 0;
	left: 0;
	width: 100vw;
	min-height: 100vh;
	padding-top: 100px;
	padding-bottom: 50px;
	overflow-y: scroll;
}

.page_lash .lash_wrapper {
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.page_lash .lash_button {
	display: block;
	position: relative;
	background-color: white;
/* 	border-radius: 50%; */
	margin: 10px;
	padding: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	cursor: pointer;
	overflow: hidden;
}

.page_lash .lash_button > .text{
	width: 100%;
	bottom: -3em;
	text-align: center;
	position: absolute;
	background: rgba(238, 0, 144, 0);
	font-weight: bold;
	font-size: 1em;
	line-height: 2em;
	height: 2em;
	color: white;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.page_lash .lash_button.active {
	background: #ec008c;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.page_lash .lash_button.disable {
	background: white;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.page_lash .lash_button.none {
	cursor: not-allowed;
}

.page_lash .lash_button.disable > img {
	opacity: 0.1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.page_lash .lash_button.disable:hover > img {
	opacity: 1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.page_lash .lash_button > .text {
	top: 0;
	background: #ec008c;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.page_lash .lash_button > img {
	width: 100%;
/* 	border-radius: 50%; */
	padding: 5px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

/* cookie info.  */
	
#cookie_info {
	width: 100vw;
	background: white;
	position: fixed;
	max-height: 0;
	overflow: hidden;
	padding: 20px;
	z-index: 9999;
	left: 0;
	bottom: 30px;
	padding: 0px;
	color: #000;
    font-family: "Corbel",serif;
    font-size: 1em;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
    box-shadow: 0px 1px 10px black;
    transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-moz-transition: all 1s ease;
}

/*distributor*/

.distributor_cells {
	padding: 5px;
	border-radius: 5px;
	border: 1px solid rgba(128, 128, 128, 1);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0);
	width: 15%;
	float: left;
	opacity: 0.1;
	margin: 0.5%;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.distributor_cells > h2 {
	height: 3em;
	vertical-align: middle;
}

.distributor_cells > img {
	width: 100%;
}

.distributor_cells.active {
	border: 1px solid rgba(241, 139, 190, 1);
	box-shadow: 0px 0px 5px 2px rgba(241, 139, 190, 0);
	opacity: 1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.distributor_cells:hover {
	box-shadow: 0px 0px 5px 2px rgba(128, 128, 128, 1);
	opacity: 0.3;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.distributor_cells.active:hover {
	box-shadow: 0px 0px 5px 2px rgba(241, 139, 190, 1);
	opacity: 1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

/* training page */

.training_left_video {
	position: absolute;
	z-index: 1000;
}

.training_subtitle {
	margin-top: -4%;
}

.training_left_video {
	padding-top: 5%;
	padding-left: 5%;
}

.training_page .training_title {

}

.training_page .training_title > img {
	width: 100%;
}

.training_page .swiper-slide {
	padding-top: 5%;
	height: 100%;
}

.training_page .swiper-slide .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1;
    background: rgb(204,198,187);
	background: -moz-linear-gradient(top,  rgba(204,198,187,1) 0%, rgba(255,255,255,1) 20%);
	background: -webkit-linear-gradient(top,  rgba(204,198,187,1) 0%,rgba(255,255,255,1) 20%);
	background: linear-gradient(to bottom,  rgba(204,198,187,1) 0%,rgba(255,255,255,1) 20%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc6bb', endColorstr='#ffffff',GradientType=0 );
    -webkit-transform: translateZ(0);
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.training_page .swiper-slide .parallax-bg > img {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.training_page .swiper-slide .parallax-bg > img.ver {
	position: absolute;
	top: 0;
	display: block;
	width: auto;
	height: 100%;
    left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}

.traing_product {
	background: white;
	padding: 10px;
	border-radius: 50%;
	box-shadow: 0px 1px 5px 5px #f18bbe;
	overflow: hidden;
}

.traing_product img {
	height: auto;
	width: 100%;
	left: 0;
	top: 0;
}

.training_button {
    height: 2.5em;
    width: 9em;
    border-radius: 15px;
    background: white;
    font-size: 2em;
    font-weight: bold;

	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.training_button:hover {
	box-shadow: 0px 0px 10px black;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

/* -------------mark color.------------------ */

.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
	background-color: #f2dede;
}

.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
	background-color: #f8d08f;
}

.table.sortable th {
	cursor: pointer;
}