@font-face {
	font-family: PragmaticaLightC;
	src: url("../fonts/PragmaticaLightC.otf");
}
@font-face {
	font-family: PragmaticaLightCBold;
	src: url("../fonts/PragmaticaLightC-Bold.otf");
}

@font-face {
	font-family: GenevaCY;
	src: url("../fonts/Geneva.ttf");
}

body {
	font-family: GenevaCY;
	font-size: 18px;
	/*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
}

.red { color: #f00; }
.black { color: #000; }
.grey { color: #555; }

.cursor-pointer { cursor: pointer; }
.nounderline { text-decoration: none !important; }

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.small-text {
	font-family: PragmaticaLightCBold;
}

.small-light-text {
	font-size: 0.8em;
	font-family: PragmaticaLightC;
}

.text-uppercase { text-transform: uppercase; }
.text-white { color: #fff; }

section.dark {
	background-color: #34353A;
}

.image-button {
	display: block;
	margin: 0 auto;
}

.reflexed {
	-ms-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.image-button.image-button-down {
	background: url("../img/down-button.png") no-repeat scroll 0% 0% / 50px auto transparent;
	width: 50px;
	height: 50px;
}

.image-button.image-button-start {
	background: url("../img/way-start-button.png") no-repeat scroll 0% 0% / 180px auto transparent;
	width: 180px;
	height: 65px;
}

.image-button.image-button-std {
	background: url("../img/stoodliner-logo.png") no-repeat scroll 0% 0% / 180px auto transparent;
	width: 180px;
	height: 30px;
}

.image-button.image-button-next {
	background: url("../img/way-next-button.png") no-repeat scroll 0% 0% / 65px auto transparent;
	width: 65px;
	height: 65px;
}

.image-button.image-button-feedback {
	background: url("../img/way-feedback-button.jpg") no-repeat scroll 0% 0% / 190px auto transparent;
	width: 190px;
	height: 74px;
}

.image-button.image-button-buysub {
	background: url("../img/way-buysub-button.png") no-repeat scroll 0% 0% / 190px auto transparent;
	width: 190px;
	height: 74px;
}

.image-button.image-button-vk {
	background: url("../img/way-vk-button.png") no-repeat scroll 0% 0% / 233px auto transparent;
	width: 233px;
	height: 65px;
}

.image-button.image-button-sub {
	background: url("../img/way-sub-button.png") no-repeat scroll 0% 0% / 190px auto transparent;
	width: 190px;
	height: 74px;
}


/**
 * PhotoVeil
 */
div.photoVeil {
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	position: fixed;
	background-image: url("../img/veil-tile-transparent.png");
	background-repeat: repeat;
}

	div.photoVeil .photoEditBox {
		margin-top: 50px;
		opacity: 1;
		background: #ffffff;
	}
	
	.photoEditBox span.photoEditTitle {
		float: left;
		margin-top: 1em;
		margin-left: 1em;
		font-size:1.0em;
		font-family: GenevaCY;
	}
	
	.photoEditBox a.closeLnk {
		float: right;
		margin-top: 1em;
		margin-right: 1em;
		font-size:1.0em;
		font-family: GenevaCY;
	}
	
	.photoEditBox a.uploadPhotoBtn {
		position: absolute;
		width: 150px;
		height: 53px;
		background-image: url("../img/upload-photo-btn.png");
		background-size: 150px 53px;
		top: 570px;
		left: 50%;
		margin-left: -75px;
		z-index: 1000;
	}



/**
 * Way round nums
 */
.way-round-num {
	background-image: url("../img/way-round-num-sprite.png");
	background-repeat: no-repeat;
	display: block;
}

.way-round-num.num1 {
	width: 75px;
	height: 75px;
	background-position: -5px -5px;
}

.way-round-num.num2 {
	width: 75px;
	height: 75px;
	background-position: -90px -5px;
}

.way-round-num.num3 {
	width: 75px;
	height: 75px;
	background-position: -5px -90px;
}

.way-round-num.num4 {
	width: 75px;
	height: 75px;
	background-position: -90px -90px;
}

.way-round-num.num5 {
	width: 75px;
	height: 75px;
	background-position: -175px -5px;
}

/*
 * Photo icons
 */
 
.photo-icon {
	background-image: url(../img/photo-icons-sprite.png);
	background-repeat: no-repeat;
	display: block;
}

.photo-icon.captured {
	width: 38px;
	height: 35px;
	background-position: -5px -5px;
}

.photo-icon.paper {
	width: 38px;
	height: 35px;
	background-position: -53px -5px;
}

.photo-icon.photo {
	width: 38px;
	height: 35px;
	background-position: -5px -50px;
}

.photo-icon.triangle {
	width: 38px;
	height: 35px;
	background-position: -53px -50px;
}

.photo-icon.cam {
	width: 100px;
	height: 77px;
	background-position: -101px -5px;
}

/**
 * Pay way
 */
.pay-way, .pay-any-way {
	background-image: url('../img/pay-way-sprite.png');
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto;
	width: 425px;
	height: 125px;
	background-position: -5px -5px;
}

.pay-any-way {
	background-image: url('../img/pay-any-way-sprite.png');
}

.pay-way:hover, .pay-any-way:hover {
	width: 425px;
	height: 125px;
	background-position: -5px -134px;
}

/**
 * Blinking
 */
.blinking {
  -webkit-animation: blinking 2s linear infinite;
  animation: blinking 2s linear infinite;
}
@-webkit-keyframes blinking {
  0% { color: rgba(34, 34, 34, 1); }
  50% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 1); }
}
@keyframes blinking {
  0% { color: rgba(34, 34, 34, 1); }
  50% { color: rgba(34, 34, 34, 0); }
  100% { color: rgba(34, 34, 34, 1); }
}

/* ======================================================================== */
/* ! BS Callout
/* ======================================================================== */
.bs-callout { padding: 20px; border: 1px solid #eee; border-left-width: 5px; border-radius: 3px; }
.bs-callout h4 { margin-top: 0; margin-bottom: 5px; }
.bs-callout p:last-child { margin-bottom: 0; }
.bs-callout code { border-radius: 3px; }
.bs-callout+.bs-callout { margin-top: -5px; }
.bs-callout-primary { border-left-color: #428bca; }
.bs-callout-primary h4 { color:#428bca; }
.bs-callout-success { border-left-color: #5cb85c; }
.bs-callout-success h4 { color:#5cb85c; }
.bs-callout-danger { border-left-color: #d9534f; }
.bs-callout-danger h4 { color: #d9534f; }
.bs-callout-warning { border-left-color: #f0ad4e; }
.bs-callout-warning h4 { color:#f0ad4e; }
.bs-callout-info { border-left-color: #5bc0de; }
.bs-callout-info h4 { color:#5bc0de; }


/* ======================================================================== */
/* ! Margins
/* ======================================================================== */
.mt-0 { margin-top: 0; }
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-35 { margin-top: 35px; }
.mt-40 { margin-top: 40px; }
.mt-45 { margin-top: 45px; }
.mt-50 { margin-top: 50px; }
.mt-55 { margin-top: 55px; }
.mt-60 { margin-top: 60px; }
.mt-65 { margin-top: 65px; }
.mt-70 { margin-top: 70px; }
.mb-0 { margin-bottom: 0; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-35 { margin-bottom: 35px; }
.mb-40 { margin-bottom: 40px; }
.mb-45 { margin-bottom: 45px; }
.mb-50 { margin-bottom: 50px; }
.mb-55 { margin-bottom: 55px; }
.mb-60 { margin-bottom: 60px; }
.mb-65 { margin-bottom: 65px; }
.mb-70 { margin-bottom: 70px; }
.ml-0 { margin-left: 0; }
.ml-5 { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-20 { margin-left: 20px; }
.ml-25 { margin-left: 25px; }
.ml-30 { margin-left: 30px; }
.ml-35 { margin-left: 35px; }
.ml-40 { margin-left: 40px; }
.ml-45 { margin-left: 45px; }
.ml-50 { margin-left: 50px; }
.ml-55 { margin-left: 55px; }
.ml-60 { margin-left: 60px; }
.ml-65 { margin-left: 65px; }
.ml-70 { margin-left: 70px; }
.mr-0 { margin-right: 0; }
.mr-5 { margin-right: 5px; }
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-20 { margin-right: 20px; }
.mr-25 { margin-right: 25px; }
.mr-30 { margin-right: 30px; }
.mr-35 { margin-right: 35px; }
.mr-40 { margin-right: 40px; }
.mr-45 { margin-right: 45px; }
.mr-50 { margin-right: 50px; }
.mr-55 { margin-right: 55px; }
.mr-60 { margin-right: 60px; }
.mr-65 { margin-right: 65px; }
.mr-70 { margin-right: 70px; }


/* ======================================================================== */
/* ! Paddings
/* ======================================================================== */
.pt-0 { padding-top: 0; }
.pt-5 { padding-top: 5px; }
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pt-25 { padding-top: 25px; }
.pt-30 { padding-top: 30px; }
.pt-35 { padding-top: 35px; }
.pt-40 { padding-top: 40px; }
.pt-45 { padding-top: 45px; }
.pt-50 { padding-top: 50px; }
.pt-55 { padding-top: 55px; }
.pt-60 { padding-top: 60px; }
.pt-65 { padding-top: 65px; }
.pt-70 { padding-top: 70px; }
.pb-0 { padding-bottom: 0; }
.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-35 { padding-bottom: 35px; }
.pb-40 { padding-bottom: 40px; }
.pb-45 { padding-bottom: 45px; }
.pb-50 { padding-bottom: 50px; }
.pb-55 { padding-bottom: 55px; }
.pb-60 { padding-bottom: 60px; }
.pb-55 { padding-bottom: 65px; }
.pb-70 { padding-bottom: 70px; }
.pl-0 { padding-left: 0; }
.pl-5 { padding-left: 5px; }
.pl-10 { padding-left: 10px; }
.pl-15 { padding-left: 15px; }
.pl-20 { padding-left: 20px; }
.pl-25 { padding-left: 25px; }
.pl-30 { padding-left: 30px; }
.pl-35 { padding-left: 35px; }
.pl-40 { padding-left: 40px; }
.pl-45 { padding-left: 45px; }
.pl-50 { padding-left: 50px; }
.pl-55 { padding-left: 55px; }
.pl-60 { padding-left: 60px; }
.pl-65 { padding-left: 65px; }
.pl-70 { padding-left: 70px; }
.pr-0 { padding-right: 0; }
.pr-5 { padding-right: 5px; }
.pr-10 { padding-right: 10px; }
.pr-15 { padding-right: 15px; }
.pr-20 { padding-right: 20px; }
.pr-25 { padding-right: 25px; }
.pr-30 { padding-right: 30px; }
.pr-35 { padding-right: 35px; }
.pr-40 { padding-right: 40px; }
.pr-45 { padding-right: 45px; }
.pr-50 { padding-right: 50px; }
.pr-55 { padding-right: 55px; }
.pr-60 { padding-right: 60px; }
.pr-65 { padding-right: 65px; }
.pr-70 { padding-right: 70px; }

/*
 * Social buttons
 */
ul.social-buttons {
	margin-left: 0px;
	
}

	ul.social-buttons li {
		padding-right: 0;
		padding-left: 0;
		margin-left: -2px;
	}
	
	ul.social-buttons li:first-child {
		padding-left: 0;
	}

	.social-buttons a {
		width: 34px;
		height: 34px;
		display: block;
		background: url(../img/social-buttons.png) no-repeat scroll 0 0 transparent;
	}
	
	.social-buttons a.fb {
		background-position: 0 0;
	}
	
		.social-buttons a.fb:hover {
			background-position: 0 -36px;
		}
	
	.social-buttons a.vk {
		background-position: -35px 0;
	}
	
		.social-buttons a.vk:hover {
			background-position: -35px -36px;
		}
	
	.social-buttons a.twitter {
		background-position: -70px 0;
	}
	
		.social-buttons a.twitter:hover {
			background-position: -70px -36px;
		}
	
	.social-buttons a.google {
		background-position: -105px 0;
	}
	
		.social-buttons a.google:hover {
			background-position: -105px -36px;
		}


/*
 * Spinner
 */
.spinner .glyphicon-refresh-animate {
	display: none;
}

.spinner.active .glyphicon-refresh-animate {
	display: inline-block;
}

.glyphicon-refresh-animate {
	animation: spin .7s infinite linear;
	-webkit-animation: spin .7s infinite linear;
	-moz-animation: spin .7s infinite linear;
	-o-animation: spin .7s infinite linear;
}

@keyframes spin {
	from { 
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
	}
}
