/*===============================
fonts
================================*/
@font-face {
	font-family: "Museo Sans Cyrl 100";
	font-weight: normal;  
	font-style: normal;
	src: url("../font/MuseoSansCyrl.otf") format("opentype");
}

@font-face {
	font-family: "Museo Sans Cyrl 500";
	font-weight: normal;  
	font-style: normal;
	src: url("../font/MuseoSansCyrl_0.otf") format("opentype");
}

@font-face {
	font-family: "Museo Sans Cyrl 700";
	font-weight: normal;  
	font-style: normal;
	src: url("../font/MuseoSansCyrl_1.otf") format("opentype");
}

@font-face {
	font-family: "Museo Sans Cyrl 900";
	font-weight: normal;  
	font-style: normal;
	src: url("../font/MuseoSansCyrl_2.otf") format("opentype");
}

@font-face {
	font-family: "Museo Cyrillic 300";
	font-weight: normal;  
	font-style: normal;
	src: url("../font/MuseoCyrl300.otf") format("opentype");
}

@font-face {
	font-family: "Museo Cyrillic 700";
	font-weight: normal;
	font-style: normal; 
	src: url("../font/MuseoCyrl700.otf") format("opentype");
}

@font-face {
	font-family: "Museo Cyrillic 900";
	font-weight: normal;
	font-style: normal; 
	src: url("../font/MuseoCyrl900.otf") format("opentype");
}

/*===============================
general settings
================================*/

body {
	background-color: #ffffff;
	font-size: 0;
	line-height: 1;
	font-weight: normal;
	font-family: "Museo Sans Cyrl 500", sans-serif;
	color: #353535;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	word-break: break-word;
	    -webkit-font-smoothing: antialiased;
	font-variant: normal;
  	text-rendering: auto;
}

section {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

footer,
header {
	overflow: hidden;
}

.container {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.dark-section {
	color: #ffffff;
	background-color: rgba(61, 45, 40, 0.94);
	position: relative;
	z-index: 0;
}

/*.white-section {
	background-color: transparent;
	color: #353535;
	position: relative;
	z-index: 1;
}

.white-section::before {
	width: auto;
	height: auto;
	position: absolute;
	top: 3px;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 1;
	background: red;
}*/

.white-section {
	background-color: transparent;
	color: #353535;
	position: relative;
	z-index: 1;
}

button,	
button:hover,
button:focus,
button:active,
a, 
a:hover,
a:focus,
a:active,
.nav-item:hover,
.nav-item:active,
.nav-item:focus {
	outline: none;
	border: none;
	text-decoration: none;
	cursor: pointer;
}

input,
input:focus,
input:active {
	outline: none;
	border: none;
	text-decoration: none;
}


h1 {
	color: #553525;
	font-family: "Museo Cyrillic 900", sans-serif;
	/*font-size: 42px;*/
	font-size: 26px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 20px;
	text-align: center;
}

h2 {
	color: #553525;
	font-family: "Museo Cyrillic 900", sans-serif;
	/*font-size: 30px;*/
	font-size: 26px;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 30px;	
}

h3 {
	color: #553525;
	font-family: "Museo Cyrillic 700", sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.3;
	margin-bottom: 13px;
}

.white-section h1,
.white-section h2,
.white-section h3 {
	color: #553525;
}

.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section p {
	color: #ffffff;
}

a, p {
	color: #353535;
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.3;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

a:hover {
	color: #fdaa49;
}

.subtitle {
	font-size: 18px;
	line-height: 1.27;
	margin-top: 30px;
	margin-bottom: 0;
}


.title-wrp {
	text-align: center;
	margin-bottom: 50px;
}

.title-img {
	display: block;
	margin: 0 auto;
}

.orange-btn-large {
	display: block;
	width: 99.7%;
	max-width: 465px;
	min-height: 64px;
	-webkit-box-shadow: 0 3px 24px rgba(253, 195, 57, 0.53), 0 3px 0 #e47f3f;
	        box-shadow: 0 3px 24px rgba(253, 195, 57, 0.53), 0 3px 0 #e47f3f;
	border-radius: 39px;
	background-color: #ef9257;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#ef9257), to(#fec637));
	background-image: -webkit-linear-gradient(bottom, #ef9257 0%, #fec637 100%);
	background-image: -o-linear-gradient(bottom, #ef9257 0%, #fec637 100%);
	background-image: linear-gradient(to top, #ef9257 0%, #fec637 100%);
	padding: 15px 25px;
	color: #292929;
	text-shadow: 1px 1px 0px #ffd966;
	font-family: "Museo Sans Cyrl 900", sans-serif;
	/*font-size: 18px;*/
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	cursor: pointer;
	margin: 0 auto;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out; 
	position: relative;
	overflow: hidden;
}

.orange-btn-large::after{
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.orange-btn-large:hover {
	color: #292929;
	/*add new */
	-webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
        transform: translateY(2px);
}

.orange-btn-large span,
.orange-btn-large input {
	position: relative;
	z-index: 2;
}


.orange-btn-large.icon-btn {
	max-width: 376px;
	padding: 7px 11px;
	text-align: left;
	margin: 0 0 5px;
}

.icon-btn-img-wrp {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
/*	width: 62px;
	height: 62px;*/
	-webkit-box-shadow: 0 0 7px rgba(205, 96, 11, 0.31);
	        box-shadow: 0 0 7px rgba(205, 96, 11, 0.31);
	background-color: #ffffff;
	border-radius: 50%;
	margin-right: 10px;
	/*margin-right: 20px;*/
	position: relative;
}

.icon-btn-img-wrp img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}

.icon-btn-text {
	display: inline-block;
	vertical-align: middle;
	/*width: calc(100% - 62px - 30px);*/
	width: calc(100% - 50px - 15px);
}


.dash-border-btn {
	color: #fdaa49;
	font-family: "Museo Cyrillic 700", sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.1;
	padding: 0 0 5px;
	border-bottom: 2px dashed #fdaa49;
	cursor: pointer;
	background: transparent;
	text-align: left;
}

.dash-border-btn:hover {
	color:  #fdaa49;
	border-bottom: 2px dashed #fdaa49;
}

.adjustWidth {
	display: inline-block;
	/*  max-width: none;*/
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	      transform: translate(-50%, -50%);
	min-width: 100%;
	height: 100%;
	width: auto;
}

.adjustHeight {
	display: inline-block;
	width: 100%;
	height: auto;
	min-height: 100%;
/*	height: 100%;
	min-width: 100%;
	width: auto;*/
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	  -ms-transform: translate(-50%, -50%);
	      transform: translate(-50%, -50%);
}

.clouds {
	display: inline-block;
	/*min-width: 100%;*/
	min-width: 120%;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	z-index: 1;
	-webkit-animation: movingCloudsRight;
	        animation: movingCloudsRight;
	-webkit-animation-duration: 75s;
	        animation-duration: 75s;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

.clouds.bottom {
	bottom: -1px;
}

.clouds.top {
	top: 0;
}

@media (min-width: 576px) {
	.container {
	  padding-right: 15px !important;
	  padding-left: 15px !important;
	}

	h1 {
		margin-bottom: 30px;
	}

	.orange-btn-large {
		font-size: 18px;
		min-height: 77px;
	}


	.icon-btn-img-wrp {
		width: 62px;
		height: 62px;
		margin-right: 20px;
	}

	.icon-btn-text {
		width: calc(100% - 62px - 30px);
	}
}

@media (min-width: 768px) {
	h1 {
		font-size: 42px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 22px;
	}

	a, p {
		font-size: 15px;
	}

	.subtitle {
		font-size: 22px;
	}

}

/*=============================
form
==============================*/

.form-wrp {
	background: transparent;
/*	padding: 27px 20px 30px;*/
	padding: 27px 15px 30px;
	max-width: 370px;
	-webkit-box-shadow: 0 0 36px rgba(0, 0, 0, 0.18);
	        box-shadow: 0 0 36px rgba(0, 0, 0, 0.18);
	border: 12px solid #fdc339;
	margin: 0 auto;
}


.form-wrp h2 {
	text-align: center;
}

form {
	display: inline-block;
	width: 100%;
	max-width: 306px;
	background-color: transparent;
/*	padding: 30px;*/
	text-align: left;
	position: relative;
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-weight: normal;
	line-height: 1.3;
}

.form-subtitle {
	font-size: 18px;
}

.input-title {
	font-size: 15px;
	margin-bottom: 12px;
}

.form-field-label {
	display: block;
	width: 100%;
	max-width: 305px;
	margin-bottom: 22px;
	text-align: left;
	position: relative;
	z-index: 1;
}

.form-field {
	display: block;
	width: 100%;
	max-width: 305px;
	height: 56px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	background-color: #ffffff;
	padding: 22px;
	font-size: 15px;
	line-height: 18px;
	color: #353535;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

input.form-field:-webkit-autofill {
	-webkit-box-shadow: inset 0 0 0 56px #ffffff !important;
	-webkit-text-fill-color: #353535 !important;
	color: #353535 !important;
	background-color: #ffffff !important;
}
input.form-field::-webkit-input-placeholder,
input.form-field:-moz-placeholder,
input.form-field::-moz-placeholder,
input.form-field::-moz-placeholder,
input.form-field:-ms-input-placeholder {
	color: #b5b5b5;
}
input.form-field:focus,
input.form-field:active,
input.form-field:hover {
	border: 1px solid #ffc63a;
	outline: none;
}

input[type="submit"] {
	background: transparent;;
	display: inline-block;
	width: 100%;
	color: inherit;
	padding: 0;
	margin: 0;
	white-space: normal;
	cursor: pointer;
}

button:disabled,
div.wpcf7 .wpcf7-submit:disabled,
input[type="submit"]:disabled {
	cursor: not-allowed;
}

.main-form-input-btn {
	margin-top: 10px;
}

.accept-policy {
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 0;
}


.form-field-label .valid-icon,
.form-field-label .invalid-icon {
	font-size: 16px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	z-index: 2;
	display: none;
}
.valid-icon {
	color: rgba(236, 191, 81, 255);
}
.invalid-icon {
	color: rgba(247, 77, 105, 255);
}

.form-field-label .invalid-message {
	display: none;
	height: auto;
	width: 200px;
	border: 1px solid #d7d7d7;
	background: #ffffff;
	-webkit-box-shadow: 0 9px 21px rgba(0, 0, 0, 0.12);
	box-shadow: 0 9px 21px rgba(0, 0, 0, 0.12);
	color: #686769;
	font-size: 13px;
	line-height: 1.2;
	padding: 20px 25px;
	position: absolute;
	left: 0;
	top: -14px;
	-webkit-transform: translate(0%, -100%);
	-ms-transform: translate(0%, -100%);
	transform: translate(0%, -100%);
	z-index: 1;
}

.form-field-label .invalid-message::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ffffff;
	z-index: -1;
}


.invalid .wpcf7-not-valid-tip {
	display: none;
}
.form-field-label .invalid-message::before {
	content: "";
	width: 20px;
	height: 20px;
	background: #ffffff;
	border: 1px solid #d7d7d7;
	-webkit-box-shadow: 0 9px 21px rgba(0, 0, 0, 0.12);
	box-shadow: 0 9px 21px rgba(0, 0, 0, 0.12);
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 50%) rotate(45deg);
	-ms-transform: translate(-50%, 50%) rotate(45deg);
	transform: translate(-50%, 50%) rotate(45deg);
	z-index: -2;
}

.form-field-label.invalid .invalid-icon, 
.form-field-label.invalid .invalid-message {
	display: inline-block;
}
.form-field-label.valid input.form-field {
	border: 1px solid rgba(236, 191, 81, 255);
}
.form-field-label.invalid input.form-field {
	border: 1px solid rgba(247, 77, 105, 255);
}
.form-field-label.valid .valid-icon {
	display: inline-block;
}
.wpcf7-validation-errors,
.wpcf7-acceptance-missing,
.form-wrp .wpcf7-response-output {
	margin: 0;
	border: none;
	height: 0;
}
.wpcf7-validation-errors, 
.wpcf7-acceptance-missing {
	display: none !important;
}

.form-wrp .wpcf7-mail-sent-ok {
	border: 2px solid #28a745;
	border-radius: 3px;
	font-size: 15px;
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-weight: normal;
	text-align: center;
	width: 100%;
	max-width: 305px;
	height: auto;
	margin: 25px auto 0;
	display: block;
/*	color: #686769;*/
	padding: 15px 10px;
	line-height: 1.2;
}
/*
.main-form .wpcf7 .ajax-loader,
.main-form .ajax-loader.is-active {
	display: block !important;
	margin: 10px auto 0 !important;
}*/

.wpcf7 .ajax-loader,
.wpcf7 .ajax-loader.is-active {
	display: block !important;
	margin: 10px auto 0 !important;
	position: absolute;
	top: 55%;
	left: 0;
	bottom: 0;
	right: 0;
}

@media (min-width: 576px) {
	.form-wrp {
		padding: 27px 20px 30px;
	}

}


@media (min-width:768px) {
	.form-wrp  .form-field-label .invalid-message {
		left: initial;
		right: -20px;
		top: 50%;
		-webkit-transform: translate(100%, -50%);
		-ms-transform: translate(100%, -50%);
		transform: translate(100%, -50%);
	}

	.form-wrp  .form-field-label .invalid-message::before {
		bottom: 50%;
		left: 0%;
		-webkit-transform: translate(-50%, 50%) rotate(45deg);
		-ms-transform: translate(-50%, 50%) rotate(45deg);
		transform: translate(-50%, 50%) rotate(45deg);
	}
}

/*--------------------
popup window
----------------------*/
.modal-content {
	position: relative;
	z-index: 0;
}

.modal-body {
	padding: 40px 15px 40px;
}

.close {
	position: absolute;
	top: 0px;
	right: 5px;
	opacity: 1;
	display: inline-block;
	color: #fdc339;
	text-shadow: 0 6px 12px #e47f3f;
	z-index: 2;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.close span {
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
	font-family: "Museo Sans Cyrl 900", sans-serif;
	color: #fdc339;
	text-shadow: 0 6px 12px #e47f3f;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.close:hover span {
	text-shadow: 2px 3px 12px #e47f3f;
	color: #ffc63a;
}


.modal-body h2 {
	text-align: center;
}

.form-modal .close {
	top: -4px;
}

.form-modal .close,
.form-modal .close span {
	color: #553525;
}

.form-modal .modal-body {
	padding: 0;
}

.form-modal .form-wrp {
	max-width: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

#policyModal h2 {
	font-size: 23px;
}

.explication-zoom {
	display: inline-block;
	width: 100%;
}


@media (min-width: 576px) {
	.modal-body {
		padding: 40px 30px 40px;
	}

	.form-modal .close,
	.close {
		top: 2px;
		right: -5px;
		-webkit-transform: translate(100%, -100%);
		-ms-transform: translate(100%, -100%);
		transform: translate(100%, -100%);
		color: #fdc339;
	}

	.form-modal .close span,
	.close span {
		font-size: 35px;
		line-height: 35px;
		color: #fdc339;
	}

	.form-modal .modal-body {
		padding: 1rem;
	}

	#policyModal h2 {
		font-size: 30px;
	}
}

/*=============================
header
==============================*/
header {
	margin-top: 20px;
	margin-bottom: 30px;
}

.logo-wrp {
	margin-right: 20px;
}

.logo-wrp img {
	max-width: 100%;
	height: auto;
	margin: 0;
}

.phone-num {
	display: inline-block;
	color: #fdaa49;
	font-family: "Museo Cyrillic 900", sans-serif;
	/*font-size: 22px;*/
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	/*margin-bottom: 5px;*/
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.phone-num:hover {
	color: #ffffff;
} 

header .phone-num + p {
	font-size: 13px;
	line-height: 1.1;
	margin-bottom: 0;
}

#main-navbar {
	padding: 0;
	position: relative;
}

#main-menu-btn {
	background-color: transparent;
	border-radius: 0;
	border: none;
	padding: 14px;
	color: #ffffff;
	font-family: "Museo Cyrillic 900", sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	margin: 0 auto;
}

#main-menu-btn:hover,
#main-menu-btn:active,
#main-menu-btn:focus {
	color: #fdaa49;
	text-shadow: 0 3px 24px rgba(253, 170, 73, 0,53);
	border: none;
}

#main-menu-btn:focus {
	border: none;
}

#navbar-main-togglet-external-content li {
	padding: 7px 5px 7px 15px;	
}

#navbar-main-togglet-external-content a {
	color: #ffffff;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.2;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#main-navbar .nav-link.active,
#navbar-main-togglet-external-content a:hover {
	color: #fdaa49;
	text-shadow: 0 3px 24px rgba(253, 170, 73, 0,53);
}

@media (min-width: 576px) {
	.logo-wrp {
		margin-right: 30px;
	}

	#main-menu-btn {
		font-size: 30px;
	}
}

@media (min-width: 768px) {
	header {
		margin-top: 30px;
	}
}

@media (min-width: 992px) {

	.phone-num {
		font-size: 22px;
		margin-bottom: 5px;
	}

	#navbar-main-togglet-external-content li {
	    padding: 7px 25px 7px 0;
	}
}




/*=============================
footer
==============================*/
#footer-inner {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
}

.footer-item {
	color: #353535;
	font-family: "Museo Sans Cyrl 100", sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.footer-item:not(:last-child){
	margin-bottom: 30px;
}

.company-logo img,
.developer-logo img {
	display: inline-block;
	max-width: 220px;
	height: auto;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#confidence-policy {
	display: block;
	color: #353535;
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.2;
	cursor: pointer;
	padding: 3px 5px;
	border-bottom: 1px solid #353535;
	background: transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin: 0 auto;
}

#confidence-policy:hover {
	color: #fdaa49;
	border-bottom-color: #fdaa49;
}

.developer-logo {
	display: block;
	margin-top: 5px;
}

.developer-logo:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

#back-to-top {
	position: fixed;
	bottom: 30px;
	right: 15px;
	z-index: 100;
	width: 50px;
	height: 50px;
	padding: 0;
	border-radius: 50%;
    background-color: #fdc339;
    -webkit-box-shadow: 0 3px 24px rgba(253, 195, 57, 0.53);
            box-shadow: 0 3px 24px rgba(253, 195, 57, 0.53);
    color: #553525;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    line-height: 44px;
	opacity: 0;
	text-align: center;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

#back-to-top.show {
	opacity: 1;
}

#back-to-top:hover {
	color: #ffffff;
}


@media (min-width: 768px) {
	#footer-inner {
		text-align: left;
		padding-bottom: 60px;
	}

	.footer-item:not(:last-child){
		margin-bottom: 0px;
	}
}

@media (min-width: 992px) {
		#confidence-policy {
		margin: 0 10px;
	}
}


/*=============================
animation
==============================*/

@-webkit-keyframes slideme { 
	0% { 
		left: -30px; 
		margin-left: 0px;
	}
	30% { 
  		left: 110%;
  		margin-left: 80px;

  	} 
  	100% { 
  		left: 110%; 
  		margin-left: 80px; 
  	}
}

@keyframes slideme { 
	0% { 
		left: -30px; 
		margin-left: 0px;
	}
	30% { 
  		left: 110%;
  		margin-left: 80px;

  	} 
  	100% { 
  		left: 110%; 
  		margin-left: 80px; 
  	}
}

@-webkit-keyframes flyingClouds { 
	0% {
		opacity: 0;
		bottom: 0;
		-webkit-transform: translate(-50%, 100%);
		        transform: translate(-50%, 100%);

	} 30% {
		opacity: 1

	} 60% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		bottom: 100%;
		-webkit-transform: translate(-50%, 0%);
		        transform: translate(-50%, 0%);
	}

}

@keyframes flyingClouds { 
	0% {
		opacity: 0;
		bottom: 0;
		-webkit-transform: translate(-50%, 100%);
		        transform: translate(-50%, 100%);

	} 30% {
		opacity: 1

	} 60% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		bottom: 100%;
		-webkit-transform: translate(-50%, 0%);
		        transform: translate(-50%, 0%);
	}

}


@-webkit-keyframes movingCloudsRight {
	0% {
		-webkit-transform: translate(-45%, 0);
		        transform: translate(-45%, 0);

	} 50% {
		-webkit-transform: translate(-55%, 0);
		        transform: translate(-55%, 0);

	} 100% {
		-webkit-transform: translate(-45%, 0);
		        transform: translate(-45%, 0);
	}
}


@keyframes movingCloudsRight {
	0% {
		-webkit-transform: translate(-45%, 0);
		        transform: translate(-45%, 0);

	} 50% {
		-webkit-transform: translate(-55%, 0);
		        transform: translate(-55%, 0);

	} 100% {
		-webkit-transform: translate(-45%, 0);
		        transform: translate(-45%, 0);
	}
}


