html {
	font-size: 16px;
	-webkit-overflow-scrolling: touch;
}
a:hover {
	text-decoration: none;
	transition: all 0.5s linear 0s;
}
body, html {
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
body {
	overflow-x: hidden;
	font-size: 16px;
	line-height: 1;
	margin: 0;
	padding: 0;
	background:url(../images/bg.jpg) no-repeat center center ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100vh;
}
.loader{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/loader.gif) no-repeat center center #FFF;
	z-index:500000;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #173755;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #173755;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #173755;
}
:-moz-placeholder { /* Firefox 18- */
 color: #173755;
}
.italic {
	font-style: italic
}
.flex-row {
	display: flex;
	
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: center;
}
.flex-column {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	align-items: center;
}
.bounce-left {
	opacity: 0;
	-moz-transform: translate3d(200px, 0, 0px);
	-webkit-transform: translate3d(200px, 0, 0px);
	-o-transform: translate(200px, 0);
	-ms-transform: translate(200px, 0);
	transform: translate3d(200px, 0, 0px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bounce-right {
	opacity: 0;
	-moz-transform: translate3d(-200px, 0, 0px);
	-webkit-transform: translate3d(-200px, 0, 0px);
	-o-transform: translate(-200px, 0);
	-ms-transform: translate(-200px, 0);
	transform: translate3d(-200px, 0, 0px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bounce-up {
	opacity: 0;
	-moz-transform: translate3d(0px, 200px, 0px);
	-webkit-transform: translate3d(0px, 200px, 0px);
	-o-transform: translate(0px, 200px);
	-ms-transform: translate(0px, 200px);
	transform: translate3d(0px, 200, 0px);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.bounce {
	-moz-transition: all 700ms ease-out;
	-webkit-transition: all 700ms ease-out;
	-o-transition: all 700ms ease-out;
	transition: all 700ms ease-out;
}
.bounce1 {
	-moz-transition: all 900ms ease-out;
	-webkit-transition: all 900ms ease-out;
	-o-transition: all 900ms ease-out;
	transition: all 900ms ease-out;
}
.bounce2 {
	-moz-transition: all 1300ms ease-out;
	-webkit-transition: all 1300ms ease-out;
	-o-transition: all 1300ms ease-out;
	transition: all 1300ms ease-out;
}
.bounce3 {
	-moz-transition: all 1500ms ease-out;
	-webkit-transition: all 1500ms ease-out;
	-o-transition: all 1500ms ease-out;
	transition: all 1500ms ease-out;
}
.bounce-up.in-view, .bounce-left.in-view, .bounce-right.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	line-height: 1.2
}
.h100 {
	height: 100%;
}
.flex {
	display: flex
}
.font-16 {
	font-size: 1rem
}
.font-18 {
	font-size: 1.125rem
}
.font-20 {
	font-size: 1.25rem
}
.font-22 {
	font-size: 1.375rem
}
.font-24 {
	font-size: 1.5rem
}
.font-25 {
	font-size: 1.563rem
}
.font-26 {
	font-size: 1.625rem
}
.font-30 {
	font-size: 1.875rem
}
.font-33 {
	font-size: 2.063rem
}
.font-35 {
	font-size: 2.188rem
}
.font-40 {
	font-size: 2.5rem
}
.font-45 {
	font-size: 2.813rem
}
.font-68 {
	font-size: 4.25rem
}
.font-semibold {
	font-family: 'Raleway-SemiBold';
}
.font-medium {
	font-family: 'Raleway-Medium';
}
.font-extraitalic {
	font-family: 'Raleway-ExtraLightItalic';
}
.font-extralight {
	font-family: 'Raleway-ExtraLight';
}
.font-black {
	font-family: 'Raleway-Black';
}
.font-myriad {
	 font-family: 'MyriadPro-Regular';
}
.order1 {
	order: 1
}
.order2 {
	order: 2
}
/*on hoverrrrrrrr*/

/* Zoom In #1 */
figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
/* Zoom In #2 */
.hover02 figure img {
	width: 300px;
	height: auto;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover02 figure:hover img {
	width: 350px;
}
/* Zoom Out #1 */
.hover03 figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover03 figure:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
/* Zoom Out #2 */
.hover04 figure img {
	width: 400px;
	height: auto;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover04 figure:hover img {
	width: 300px;
}
/* Slide */
.hover05 figure img {
	margin-left: 30px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover05 figure:hover img {
	margin-left: 0;
}
/* Rotate */
.hover06 figure img {
	-webkit-transform: rotate(15deg) scale(1.4);
	transform: rotate(15deg) scale(1.4);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover06 figure:hover img {
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}
/* Blur */
.hover07 figure img {
	-webkit-filter: blur(3px);
	filter: blur(3px);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover07 figure:hover img {
	-webkit-filter: blur(0);
	filter: blur(0);
}
/* Gray Scale */
.hover08 figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover08 figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
/* Sepia */
.hover09 figure img {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover09 figure:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
}
/* Blur + Gray Scale */
.hover10 figure img {
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover10 figure:hover img {
	-webkit-filter: grayscale(100%) blur(3px);
	filter: grayscale(100%) blur(3px);
}
/* Opacity #1 */
.hover11 figure img {
	opacity: 1;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover11 figure:hover img {
	opacity: .5;
}
/* Opacity #2 */
.hover12 figure {
	background: #1abc9c;
}
.hover12 figure img {
	opacity: 1;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.hover12 figure:hover img {
	opacity: .5;
}
/* Flashing */
.hover13 figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
 0% {
 opacity: .4;
}
 100% {
 opacity: 1;
}
}
@keyframes flash {
 0% {
 opacity: .4;
}
 100% {
 opacity: 1;
}
}
/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
 100% {
 left: 125%;
}
}
@keyframes shine {
 100% {
 left: 125%;
}
}
/* Circle */
.hover15 figure {
	position: relative;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
 0% {
 opacity: 1;
}
 40% {
 opacity: 1;
}
 100% {
 width: 200%;
 height: 200%;
 opacity: 0;
}
}
@keyframes circle {
 0% {
 opacity: 1;
}
 40% {
 opacity: 1;
}
 100% {
 width: 200%;
 height: 200%;
 opacity: 0;
}
}
/**/
.float-right
{
	float:right;
	}
.page-wrapper {
/*	background: url(../images/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 100vh;*/
}
.logo-home {
	text-align: center;
	padding-top: 50px;
}
.pd-50
{
	padding-bottom:50px;
}
.pt-50
{
	padding-top:50px;
}
.Sub-Title
{
/*	padding-left:10%;
	border-left:1px solid #000*/
}
.min-width
{
	width: 70%;
		padding-left:0;
	border-left:0
}
.max-width
{
	width: 100%;
		padding-left:0;
	border-left:0
}
.inline-block
{
	display:inline-block
}

.Sub-Title {
	color: #000;
	vertical-align:top
	
}
.Sub-Title span{
color:#690755
}
.Sub-Title span a{
color:#690755
}

.Main-Title {
	color: #000;
	padding-bottom:5px;
}
.Main-Title span
{
	color:#690755
}
.main-container {
	margin: 0 auto;
	width: 80%;
}
.Fill-Form {
	color: #c95041;
	font-style:italic;
	padding-bottom:10px;
}
.Fill-Form i
{
	color:#690755;
	font-weight:bold
}

.Registration-Form {
	padding-top: 0;
}
.Registration-Form input[type=text], .Registration-Form input[type=tel], .Registration-Form input[type=email], .Registration-Form select {
	border-radius: 0;
	border: 0;
	background-color: #94bee5;
	display: inline-block;
	padding: 15px;
	width: 100%;
	height: 60px;
	color: #FFF;
	border-radius: 0;
	font-style: italic;
}
.Registration-Form select {
	padding-right: 0;
	padding-bottom: 13px;
	
}

select:required:invalid {
color: #173755;
}
option[value=””][disabled] {
display: none;
}
option {
color: #FFF;
}
/*.Registration-Form select option{
    color: #FFF;
}*/
.error-msg
{
	color:red
}
.input-right {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 0;
	margin-bottom: 1px;
}
.input-left {
	width: calc(50% - 1px);
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 1px;
	margin-bottom: 1px;
}
.Registration-Form .age {
	width: calc(30% - 1px);
	float: left;
	margin-right: 1px;
}
.Registration-Form .continue {
	width: 70%;
	float: left;
	margin: 0;
	padding: 0;
	background: #173755;
	color: #FFF;
	text-align: center;
	border: 0;
	border-radius: 0;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
	height: 60px;
}
.Registration-Form input[type=submit] {
	background: #173755;
	color: #FFF;
	padding: 9.5px 0;
	text-align: center;
	width: 100%;
	border: 0;
	border-radius: 0;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
	float: left;
	height: 60px;
}
.continue {
	background: #173755;
	color: #FFF;
	padding: 9.5px 0;
	text-align: center;
	width: 270px;
	border: 0;
	border-radius: 0;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
	float: right;
	height: 70px;
	margin-top: 45px;
	margin-bottom: 70px;
}
.do-over {
	background: #173755;
	color: #FFF;
	text-align: center;
	width: 100%;
	border: 0;
	border-radius: 0;
	transition: all 0.4s ease-in-out;
	cursor: pointer;
	float: right;
	height: 70px;
	margin-top: 70px;
}
.Footer {
	padding-bottom: 25px;
}
.Footer a {
	color: #181818
}
.Footer .info {
	displaY: inline-block;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}
.Footer .social {
	displaY: inline-block;
	width: 100%;
	text-align: center;
}
.main-wrapper {
	display: flex;
	flex-direction: column;
	height: 100vh;
}
.logo-inner img {
	max-width: 285px;
	padding-top: 50px;
	padding-bottom: 40px;
}
.Second-Title {
	color: #690755;
	padding-bottom: 15px;
}
.space-between {
	justify-content: space-between;
}
.box-data {
	color: #690755;
}
.box-data a {
	color: #690755;
}
.choose-material {
	color: #a33183;
	padding-bottom: 25px;
}
.categories-box {
	background: #94bee5;
	padding: 10px 10px 0 10px;
	border-right: 1px solid #FFF;
	text-align: center
}
.categories-box img
{
	max-width:100%
}
.categories-list h3, .categories-list-inner h4 {
	color: #173755;
	padding-top: 5px;
	padding-bottom: 5px;
}
.material-choosen {
	justify-content: left !important;
	padding-top: 10px;
}
.material-choosen span {
	margin-right: 30px;
}
.thank-you {
	color: #690755;
	padding-bottom: 30px;
}
.forth-list {
}
.category_box {
	width: 60%;
	float: left
}
.category_box.w100 {
	width: 100%;
}
.category_box h3 {
	background: #416b92;
	padding: 10px 60px;
	color: #94bee5;
	font-style: italic;
	width: calc(100% - 1px);
}
.video_box {
	width: 40%;
	float: left
}
.video_box h4 {
	background: #416b92;
	padding: 10px 15px;
	color: #94bee5;
}
.video_box iframe {
	border: 0;
	margin: 0
}
.categories-list-inner .categories-box {
	width: calc(33.33% - 1px);
	border-right: 0;
	float: left;
	margin: 1px 1px 0 0;
}
.pt-30 {
	padding-top: 30px
}
.finish {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 50;
	margin: 0
}
select {
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari and Chrome */
	appearance: none;
	background: url(../images/arrow.png) 90% center no-repeat
}
.input-group-addon {
	display: none
}
.ui-menu .ui-menu-item {
	padding: 10px 1em 10px .4em !important;
}
.categories-list-inner
{
	display:inline-block;
	width:100%
}
.ui-autocomplete-loading { background:url(../images/712.png) no-repeat 95% center }
.hbox
{
	height:185px;
	width:100%;
}
#buttons 
{
	padding-bottom:25px;
}
#buttons span
{
	background: #173755;
    color: #FFF;
    padding: 10px 15px;
	margin-right:5px;
    text-align: center;
	display:inline-block;
    border: 0;
    border-radius: 0;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
	margin-bottom:5px;
}
#buttons span.active
{
	background: #94bee5;

}
.category_box.w100 .categories-box
{
	width:calc(25% - 1px)
}

.category_box.w100 .categories-box
{
	width:calc(25% - 5px)
}
.leftarrows_clients 
{
    position: absolute;
    left: -60px;
    top: calc(50% - 32px);
    z-index: 50;
    cursor: pointer;
}
.rightarrows_clients 
{
    position: absolute;
    right: -60px;
    top: calc(50% - 32px);
    z-index: 50;
    cursor: pointer;
}