/*-------------------------------------------------------------------------- 
[Master Stylesheet] 
 
Project:		urki v1 landing template
Version:		v1.1.0
Last change:	25.08.2017
--------------------------------------------------------------------------*/

@font-face {
	font-family: 'BebasNeueBold';
	src: url('fonts/BebasNeueBold.eot');
	src: url('fonts/BebasNeueBold.woff2') format('woff2'),
	url('fonts/BebasNeueBold.woff') format('woff'),
	url('fonts/BebasNeueBold.ttf') format('truetype'),
	url('fonts/BebasNeueBold.svg#BebasNeueBold') format('svg'),
	url('fonts/BebasNeueBold-.eot#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.mt-10{
	margin-top: 10px;
}

.mt-20{
	margin-top: 20px;
}

.mt-30{
	margin-top: 30px;
}

.mt-40{
	margin-top: 40px;
}

.mt-50{
	margin-top: 50px;
}

.rwd-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 84.25%;
    padding-top: 30px;
    position: relative;
}
.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
} 

.check{
	text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 50px;
    padding-bottom: 10px;
}

body { color: #1f1f1f; font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif; font-size: 16px; }

h1, h2, h3 { font-weight: normal; font-family: 'BebasNeueBold', sans-serif; }

h1 {
	font-size: 52px;
	color: #dde1e9;
	padding: 30px 0 10px;
	line-height: 1;
}

h2 {
	font-size: 44px;
	text-align: center;
	margin: 0 0 44px;
	color: #56627a;
}
h2 span { color: #A1AABD; }

p { line-height: 1.5; padding-top: 1.5em; }

ul, ol { padding-top: 1.5em; }

li { line-height: 1.6; }

a:link, a:visited {}
a:hover { text-decoration: none; }

img { display: block; }
a img { border: 0; }

b { font-weight: bold; }

.wrap { width: 100%; overflow: hidden;  }

/*--------------------------------------------------------------------------
#header
*/

.intro {
	background: #015db9;
	color: #dde1e9;
}
.intro .wrap {
	width: 1200px;
	margin: 0 auto;
}
.intro_content {
	padding: 0 40px 0 0;
	text-align: right;
}
.section_order .intro_content  { padding: 100px 40px 0 0; }
.img_main { max-width: 100%; }
.img_max { max-width: 100%; }
.ribbon_wrap {
	padding: 1em 0 0;
	margin: 0 -40px 0 0;
	line-height: 1;
}
.ribbon {
	background: #fff;
	color: #015db9;
	padding: 15px 40px 5px 52px;
	font-size: 32px;
	font-family: 'BebasNeueBold', sans-serif;
	display: inline-block;
	text-align: right;
	line-height: 1;
	position: relative;
	overflow: hidden;
}
.ribbon_main {
	background: #FFD700;
	font-size: 64px;
	margin-bottom: 0.15em;
}
.ribbon span {
	font-size: 30px;
	text-decoration: line-through;
}
.ribbon::after {
	content: '';
	position: absolute;
	z-index: 4;
	top: 50%;
	margin: -75px 0 0 0;
	left: 0;
	width: 0;
	height: 0;
	border-top: 75px solid transparent;
	border-left: 30px solid #015db9;
	border-bottom: 75px solid transparent;
}
.color { color: #56627a; }
.color_price { color: #FFD700; }
.shaded { color: #6D7890; }

.awesome {
	line-height: 1;
	padding: 4px 0 0;
}
.assistance {
	padding: 9px 40px 7px 28px;
	margin: 0 -40px 0 0;
	background: url("img/ico-assistance.png") center left no-repeat;
	border-top: 1px dashed #6D7890;
	border-bottom: 1px dashed #6D7890;
}
.ico_payment {
	display: inline;
	text-align: right;
}
.main-carousel { position: relative; z-index: 4; }
.intro_btn_wrap { padding-top: 1.2em; }
.carousel-cell { width: 100%; }
.carousel-cell img { width: 100%; }

.gallery-cell { width: 25%; }
.gallery-cell img { width: 100%; }

.gallery-carousel .gallery-cell { width: 24%; margin: 0 1% 0 0; }

.quotes-carousel .carousel-cell {
	height: 200px;
	overflow: hidden;
	width: 325px;
	margin: 0 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------------------------------------------------------------------------
#main
*/

.title_bg {
	position: absolute;
	font-size: 256px;
	color: #ffffff;
	width: auto;
	text-align: center;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 1;
	text-shadow: 0 0 23px rgba(0,0,0,0.11);
}
.clmn_2 {
	width: 50%;
	float: left;
}
.clmn_2_margin {
	width: 60%;
	margin: 0 auto;
}
.clmn_2_no_margin_wrap {
	width: 70%;
	margin: 0 auto;
}
.product_img { margin: 0 50px 0 0; }
.clmn_3 {
	width: 33%;
	float: left;
}
.clmn_4 {
	width: 25%;
	float: left;
}
.clmn_6 {
	width: 16.66%;
	float: left;
}
.clmn_gallery img { width: 100%; }
.badges_wrap { width: 98%; margin: 0 auto; }
.badge {
	max-width: 100%;
	margin: 0 auto;
}
.section {
	padding: 45px 0;
	position: relative;
}
.section_padding_small { padding: 40px 0; }
.section_extra_padding { padding-bottom: 80px; }
.section_bg { 
	background: rgba(58,93,167,0.17); color: #56627a; 
	background-image: url('img/line-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.section_bg_2 { background: #015db9; color: #dde1e9; }
.section_bg_3 { background: #DFE2E7; color: #dde1e9; }

.section_list {
	position: relative;
	height: 381px;
	display: table;
	width: 100%;
	z-index: 2;
}
.absolute {
	display: table-cell;
	vertical-align: middle;
}
.list_wrap {
	width: 762px;
	margin: 0 auto;
}
.list_pointer {

	list-style-type: none;
	padding: 0 0 0 0;
	position: relative;
}
.list_pointer li {
	margin: 0.75em 0 0;
	line-height: 30px;
	position: relative;
}

.list_pointer li span {
	background: #e0e0e0;
	padding: 7px 10px 7px 50px;
	border-radius: 25px;
}

.list_pointer li:before {
	content: '';
	position: absolute;
	top: 14px;
	left: 12px;
	z-index: 1;
	width: 19px;
	height: 16px;
	background: url("img/ico-checks.png") left -83px no-repeat;
}
.list {
	list-style-type: none;
	padding: 0 0 0 32px;
	position: relative;
}
.list li {
	font-family: 'BebasNeueBold', sans-serif; font-weight: normal;
	font-size: 25px;
	padding: 0 0 0 32px;
	line-height: 32px;
	position: relative;
}
.list li:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	z-index: 1;
	width: 28px;
	height: 24px;
	background: url("img/ico-checks.png") left top no-repeat;
}
.list .fa { color: #ffffff; }
.section_list_alt { color: #dde1e9; }
.section_list_alt .list li:before { background: url("img/ico-checks.png") left -24px no-repeat; }

/*************************************************************** vecje/daljse alineje ***************************************************************/
.list { padding: 0 1em 0 25px; }
.list li { font-size: 25px; padding: 5px 0 0 27px; line-height: 30px; word-spacing: -1px; }
.list li:before {
	top: 7px;
	left: 0;
	width: 23px;
	height: 19px;
	background: url("img/ico-checks.png") -28px top no-repeat;
}
.section_list_alt .list li:before { background: url("img/ico-checks.png") -28px -24px no-repeat; }
/****************************************************************************************************************************************************/

.img_list_top { position: relative; }
.img_list_bottom { position: relative; }
.img_list_top::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(39, 48, 67, 0.075);
	top: -11px;
	right: -392px;
	z-index: 1;
	border-radius: 0 11px 0 0;
}
.img_list_bottom::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(39, 48, 67, 0.075);
	background: #56627a;
	bottom: -11px;
	left: -392px;
	z-index: 1;
	border-radius: 0 0 0 11px;
}
.img_list_top .img_list { border-radius: 11px 0 0 0; }
.img_list_bottom .img_list { border-radius: 0 0 11px 0; }
.img_list {
	width: 100%;
	margin: 0 auto;
}
.gift_wrap {
	color: #56627A;
	background: rgba(39, 48, 67, 0.075);
	padding: 25px;
	border-radius: 11px;
}
.faq_wrap { margin: 60px 0 0; }
.faq_wrap p:first-child { padding-top: 0; }
.gift_img img { width: 100%; padding-bottom: 20px;}
.gift_img {
	float: left;
	width: 45%;
	margin: 0 5% 0 0;
}
.gift_txt {
	float: left;
	width: 75%;
}
.gift_txt p { padding: 0.5em 0 0; padding-left: 20px; }
.section_icon {
	color: #015db9;
	font-size: 84px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -64px;
	width: 125px;
}
.section_btn {
	background: #015db9;
	padding: 40px 0;
	color: white;
	text-align: center;
	font-family: 'BebasNeueBold', sans-serif;
	overflow: hidden;
}
/*
.section_btn p span { color: #6D7890; }
*/

.link:link, .link:visited {
	font-style: normal;
	background: #56627a;
	color: #eef0f4;
	padding: 0.20em 0.35em 0.10em;
	margin: 0.10em 0 0;
	display: inline-block;
	text-decoration: none;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
.link:hover { background: #d10039; }
.btn:link, .btn:visited {
	background: #d10039;
	padding: 0.20em 0.85em 0.10em;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 50px;
	font-family: 'BebasNeueBold', sans-serif;
	box-shadow:
			0 1px 0 #FD2D66 inset,
			1px 1px 0 #940028,
			2px 2px 0 #940028,
			3px 3px 0 #940028,
			4px 4px 0 #940028,
			4px 4px 8px rgba(0,0,0,0.55);
}
.btn:hover { background: #FC0045; }

.quotes {
	width: 325px;
	margin: 0 auto;
	padding: 25px 15px;
	border: 11px solid #ffffff;
	border-radius: 11px;
	color: #56627A;
	font-size: 32px; font-family: 'BebasNeueBold', sans-serif;
	line-height: 1;
	text-align: center;
	position: relative;
	background: #ffffff;
}
.quotes::after {
	content: '';
	position: absolute;
	bottom: -31px;
	left: 50%;
	z-index: 1;
	width: 0;
	height: 0;
	border-top: 20px solid #ffffff;
	border-right: 20px solid transparent;
}
.quote_txt { padding-top: 0; }
.quote_txt span {
	color: #A1AABD;
	display: block;
}
.quote {
	color: #BEC5D3;
	position: absolute;
	z-index: 1;
	width: 40px;
	padding: 0;
	background: #eef0f4;
	border-radius: 50%;
}
.quote_left {
	top: 7px;
	left: -30px;
}
.quote_right {
	bottom: 7px;
	right: -30px;
}
.video_wrap {
	position: relative;
	margin: 0 auto 0;
	width: 708px;
}
.video_wrap img {
	max-width: 100%;
	height: auto;
}
.video {
	height: 360px;
	width: 640px;
	position: absolute;
	z-index: 4;
	top: 34px;
	left: 34px;
}
.list_dot { list-style-type: none; padding: 1.5em 0 0; }
.list_dot:first-child { padding: 0.5em 0 0; }
.list_dot li { padding: 0 0 0 18px; }
.list_dot li:first-child {
	background: url('img/dot.png') left 4px no-repeat;
}

/*--------------------------------------------------------------------------
#contactform
*/

.contactForm {
	width: 100%;
	position: relative;
	z-index: 2;
	padding: 20px 0 35px;
	margin: 40px auto 0;
	color: #1f1f1f;
	background: #DDE1E9;
	border-top: 11px solid #6d7890;
	border-bottom: 11px solid #6d7890;
	border-radius: 11px 11px 11px 11px;
}
.img_order {
	width: 303px;
	position: absolute;
	z-index: 3;
	right: -303px;
	top: 49px;
	border-radius: 0 11px 11px 0;
	box-shadow: 0 0 66px rgba(255, 255, 255, 0.17);
}

.field-wrap2 {
	float: left;
	margin: 0 0 10px 2.6%;
	width: 10.5%;
}
.field-wrap3 {
	float: left;
	margin: 0 0 10px 6%;
	width: 28%;
}
.field-wrap {
	float: left;
	margin: 0 0 10px 6%;
	width: 41%;
}
.field-wrap_full { width: 88%; }

.field-wrap-half {
	float: left;
	width: 20%;
}

.field-wrap-half-first {
	margin: 0 0 10px 6%;
}
.field-wrap-half-last {
	margin: 0 0 10px 9px;
}

@media (max-width:1366px){
	.field-wrap-half-last {
		margin: 0 0 10px 6%;
	}
}

div .finput-initial-hide label {
	display: none;
}
div .finput-initial-hide.active label {
	display: inline-block;
}

.contactForm .brand, .alarm { color: #FC0045; }
label.error {
	color: #FC0045;
	text-align: right;
	font-weight: 400;
	text-shadow: none;
	padding: 7px 0 0;
	-webkit-animation: shake 1s;
	animation: shake 1s;
}
input[type="submit"] {
	border: 0;
	display: block;
	text-align: center;
	font-weight: normal;
	float: none;
	font-size: 22px;
	margin: 0 0 0 29%;
	width: 41%;
	background: #d10039;
	padding: 0.25em 0.65em 0.10em;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.5;
	border-radius: 50px;
	font-family: 'BebasNeueBold', sans-serif;
	box-shadow:
			0 1px 0 #FD2D66 inset,
			1px 1px 0 #940028,
			2px 2px 0 #940028,
			3px 3px 0 #940028,
			4px 4px 0 #940028,
			4px 4px 8px rgba(0,0,0,0.55);

	appearance: none;
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari and Chrome */
	clear: both;
}
input[type="submit"]:hover {
	text-decoration: none;
	cursor: pointer;
	background: #FC0045;
}

@keyframes shakeInf {
	0%, 50%, 100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	5%, 15%, 25%, 35%, 45% {
		-webkit-transform: translateX(-2px);
		-ms-transform: translateX(-2px);
		transform: translateX(-2px);
	}

	10%, 20%, 30%, 40% {
		-webkit-transform: translateX(2px);
		-ms-transform: translateX(2px);
		transform: translateX(2px);
	}
}

@-webkit-keyframes shakeInf {
	0%, 50%, 100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	5%, 15%, 25%, 35%, 45% {
		-webkit-transform: translateX(-2px);
		-ms-transform: translateX(-2px);
		transform: translateX(-2px);
	}

	10%, 20%, 30%, 40% {
		-webkit-transform: translateX(2px);
		-ms-transform: translateX(2px);
		transform: translateX(2px);
	}
}

.shakeInf {
	-webkit-animation: shakeInf 3s infinite;
	animation: shakeInf 3s infinite;
}

@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	20%, 60% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	40%, 80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.shake {
	-webkit-animation: shake 1s;
	animation: shake 1s;
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		opacity: 1;
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0;
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1;
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		opacity: 1;
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation: flipInY 1s;
	animation: flipInY 1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes bounceIn {
	from, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97);
	}

	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.bounceIn {
	-webkit-animation: bounceIn 0.75s;
	animation: bounceIn 0.75s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation: zoomIn 0.75s;
	animation: zoomIn 0.75s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

label {
	position: relative;
	z-index: 2;
	display: block;
	line-height: 1.25;
	padding: 7px 0 4px;
	color: #6D7890;
}
.subscriptionForm label {
	color: black;
	font-variant: small-caps;
}
.input-text {
	outline: none;
	height: 36px;
	line-height: 36px;
	color: black;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	font-weight: 400;
	border: 1px solid #AFB7C8;
	margin: 0 -1px;
	background: white;
	padding: 0 0 0 5%;
	width: 95%;
	-webkit-transition: background 131ms linear 0s;
	transition: background 131ms linear 0s;
}
.input-text:focus { background: #f9f9f9; }
.field-wrap_full .input-text {
	padding: 0 0 0 2.5%;
	width: 97.5%;
}
.poljeSelect {
	height: 38px;
	line-height: 38px;
	border: 1px solid #AFB7C8;
	color: #000000;
	width: 100%;
	margin: 31px 0 0;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	top: -2px;
	background: white;
}

.poljeSelect4 {
	height: 38px;
	line-height: 38px;
	border: 1px solid #AFB7C8;
	color: #000000;
	width: 100%;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	top: -2px;
	background: white;
	margin-top: 2px;
}

.logo {
	width: 100px;
	margin: 60px 0 0;
}

.heart {
	margin: 1.75em 0 0;
	width: 90px;
	-webkit-animation: pound .25s infinite alternate;
	animation: pound .25s infinite alternate;
	-webkit-transform-origin: center;
	transform-origin: center;
}

@-webkit-keyframes pound {
	to { -webkit-transform: scale(1.1); }
}

@keyframes pound {
	to { transform: scale(1.1); }
}

.float_icon {
	width: 20%;
	float: left;
	position: relative;
}
.float_text {
	width: 80%;
	float: left;
}

.sep {
	border-top: 1px dashed #bec5d3;
	margin-top: 1.5em;
}

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

.footer { background: #015db9; color: #6D7890; padding: 1em 1.5em; }
.footer a {	color: #6D7890; }
.copyd {font-size: 12px;float:right;text-align: right;clear: right;}
.copy {font-size: 16px;float:none;text-align: right;clear: right;margin-top:-10px;margin-bottom:-25px;}
.copy a:link, .copy a:visited { color: #6D7890; text-decoration: none; }
.copy a:hover { color: #ffffff; }

/*--------------------------------------------------------------------------
#flipclock
*/

/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-clock-wrapper a {
	cursor: pointer;
	text-decoration: none;
	color: #ccc; }

.flip-clock-wrapper a:hover {
	color: #fff; }

.flip-clock-wrapper ul {
	list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
	content: " ";
	display: table; }

.flip-clock-wrapper.clearfix:after {
	clear: both; }

.flip-clock-wrapper.clearfix {
	*zoom: 1; }

/* Main */
.flip-clock-wrapper {
	font: normal 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
	-webkit-user-select: none;  }

.flip-clock-meridium {
	background: none !important;
	box-shadow: 0 0 0 !important;
	font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
	text-align: center;
	position: relative;
	width: 100%;
	margin: 1em;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.flip-clock-wrapper:after {
	clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
	position: relative;
	float: left;
	margin: 5px;
	width: 40px;
	height: 60px;
	font-size: 80px;
	font-weight: bold;
	line-height: 87px;
	border-radius: 6px;
	background: #000;
}

.flip-clock-wrapper ul li {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 60px;
	text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
	z-index: 2; }

.flip-clock-wrapper ul li a {
	display: block;
	height: 100%;
	-webkit-perspective: 200px;
	-moz-perspective: 200px;
	perspective: 200px;
	margin: 0 !important;
	overflow: visible !important;
	cursor: default !important; }

.flip-clock-wrapper ul li a div {
	z-index: 1;
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
	font-size: 64px;
	overflow: hidden;
	outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2; }

.flip-clock-wrapper ul li a div.up {
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	top: 0; }

.flip-clock-wrapper ul li a div.up:after {
	content: "";
	position: absolute;
	top: 29px;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 3px;

	background-color: #000;
	background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	bottom: 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 200%;
	color: #ccc;
	text-shadow: 0 1px 2px #000;
	text-align: center;
	background-color: #333;
	border-radius: 6px;
	font-size: 48px;
}

.flip-clock-wrapper ul li a div.up div.inn {
	top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
	bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
	z-index: 3; }

.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
	-webkit-animation: asd 0.5s 0.5s linear both;
	-moz-animation: asd 0.5s 0.5s linear both;
	animation: asd 0.5s 0.5s linear both;
	z-index: 5; }

.flip-clock-divider {
	float: left;
	display: inline-block;
	position: relative;
	width: 20px;
	height: 60px;
}

.flip-clock-divider:first-child {
	width: 0; }

.flip-clock-dot {
	display: block;
	background: #323434;
	width: 10px;
	height: 10px;
	position: absolute;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	left: 5px; }

.flip-clock-divider .flip-clock-label {
	position: absolute;
	/*top: -1.5em;*/
	bottom: -2em;
	right: -95px;
	color: #6D7890;
	text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
	right: -95px;
}
.flip-clock-divider.seconds .flip-clock-label {
	right: -95px; }

.flip-clock-dot.top {
	top: 20px; }

.flip-clock-dot.bottom {
	bottom: 10px; }

@-webkit-keyframes asd {
	0% {
		z-index: 2; }

	20% {
		z-index: 4; }

	100% {
		z-index: 4; } }

@-moz-keyframes asd {
	0% {
		z-index: 2; }

	20% {
		z-index: 4; }

	100% {
		z-index: 4; } }

@-o-keyframes asd {
	0% {
		z-index: 2; }

	20% {
		z-index: 4; }

	100% {
		z-index: 4; } }

@keyframes asd {
	0% {
		z-index: 2; }

	20% {
		z-index: 4; }

	100% {
		z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
	z-index: 2;
	-webkit-animation: turn 0.5s 0.5s linear both;
	-moz-animation: turn 0.5s 0.5s linear both;
	animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
	0% {
		-webkit-transform: rotateX(90deg); }

	100% {
		-webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
	0% {
		-moz-transform: rotateX(90deg); }

	100% {
		-moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
	0% {
		-o-transform: rotateX(90deg); }

	100% {
		-o-transform: rotateX(0deg); } }

@keyframes turn {
	0% {
		transform: rotateX(90deg); }

	100% {
		transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
	z-index: 2;
	-webkit-animation: turn2 0.5s linear both;
	-moz-animation: turn2 0.5s linear both;
	animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
	0% {
		-webkit-transform: rotateX(0deg); }

	100% {
		-webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
	0% {
		-moz-transform: rotateX(0deg); }

	100% {
		-moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
	0% {
		-o-transform: rotateX(0deg); }

	100% {
		-o-transform: rotateX(-90deg); } }

@keyframes turn2 {
	0% {
		transform: rotateX(0deg); }

	100% {
		transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
	z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
	background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
	-webkit-animation: show 0.5s linear both;
	-moz-animation: show 0.5s linear both;
	animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
	background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
	background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
	-webkit-animation: hide 0.5s 0.3s linear both;
	-moz-animation: hide 0.5s 0.3s linear both;
	animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
	background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
	background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
	background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
	-webkit-animation: show 0.5s linear both;
	-moz-animation: show 0.5s linear both;
	animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
	background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
	background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
	background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
	background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
	-webkit-animation: hide 0.5s 0.3s linear both;
	-moz-animation: hide 0.5s 0.3s linear both;
	animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
	0% {
		opacity: 0; }

	100% {
		opacity: 1; } }

@-moz-keyframes show {
	0% {
		opacity: 0; }

	100% {
		opacity: 1; } }

@-o-keyframes show {
	0% {
		opacity: 0; }

	100% {
		opacity: 1; } }

@keyframes show {
	0% {
		opacity: 0; }

	100% {
		opacity: 1; } }

@-webkit-keyframes hide {
	0% {
		opacity: 1; }

	100% {
		opacity: 0; } }

@-moz-keyframes hide {
	0% {
		opacity: 1; }

	100% {
		opacity: 0; } }

@-o-keyframes hide {
	0% {
		opacity: 1; }

	100% {
		opacity: 0; } }

@keyframes hide {
	0% {
		opacity: 1; }

	100% {
		opacity: 0; } }

.mycounter { width: 340px; margin: 30px auto 0; }
.mycounter__wrap { padding: 10px 0 40px; display: none; }
.flip-clock-wrapper ul { padding-top: 0; }

/*--------------------------------------------------------------------------
#flickity
*/

/*! Flickity v2.0.9
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
	position: absolute;
	bottom: 0;
	width: 74px;
	height: 74px;
	border: none;
	background: rgba(0,0,0,0.2);
	cursor: pointer;
}
.gallery-carousel-1 .flickity-prev-next-button { background: rgba(109,120,144,0.25); }

.flickity-prev-next-button:hover { background: #6d7890; }

.flickity-prev-next-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
	opacity: 0.6;
}

.flickity-prev-next-button.previous { right: 76px; }
.flickity-prev-next-button.next { right: 0; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}
.flickity-prev-next-button:disabled {
	opacity: 0.3;
	cursor: auto;
}
.flickity-prev-next-button svg {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

.flickity-prev-next-button .arrow {
	fill: #ffffff;
}

/* ---- page dots ---- */

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

/*--------------------------------------------------------------------------
#various
*/

.arw {
	position: absolute;
	z-index: 11;
	left: 40px;
	bottom: 40px;
	background: url("img/ico-checks.png") left -48px no-repeat;
	width: 37px;
	height: 35px;

	animation: down 1s infinite;
	animation-timing-function: ease-in-out;
}
@-webkit-keyframes down {
	0% {-webkit-transform: translateY(0); }
	100% {-webkit-transform: translateY(40px); }
}
@keyframes down {
	0% {transform: translateY(0); }
	100% {transform: translateY(40px); }
}

.font_larger { font-size: 30px; font-family: 'BebasNeueBold', sans-serif; font-weight: normal; line-height: 1.1; }
.font_large { font-size: 32px; font-family: 'BebasNeueBold', sans-serif; font-weight: normal; line-height: 1.1; }
.font_huge { font-size: 48px; font-family: 'BebasNeueBold', sans-serif; font-weight: normal; line-height: 1.1; }

.bold { font-weight: bold; }

em {
	font-style: normal;
	font-weight: normal;
	background: #eef0f4;
	padding: 0.20em 0.35em 0.10em;
	margin: 0.10em 0 0;
	display: inline-block;
	text-decoration: none;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.tiskane { text-transform: uppercase; }

.float-right { float: right; }

.align-center { text-align: center; }
.align-right { text-align: right; }

.em-padding { padding-top: 1em; }

.no-padding-top { padding-top: 0; }
.no-padding-bottom { padding-bottom: 0; }

.no-mrg-top { margin-top: 0; }
.no-mrg-bottom { margin-bottom: 0; }
.no-mrg-right { margin-right: 0; }

.inline-block { display: inline-block; }

.spacer { clear: both; }

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInDown {
	-webkit-animation: fadeInDown 0.75s;
	animation: fadeInDown 0.75s;

	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;

}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation: fadeInRight 0.75s;
	animation: fadeInRight 0.75s;

	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;

	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}



@-webkit-keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

@keyframes bounce {
	from, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

.bounce {
	-webkit-animation: bounce 0.75s;
	animation: bounce 0.75s;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-delay: 1.25s;
	animation-delay: 1.25s;
}

@-webkit-keyframes jello {
	from, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

@keyframes jello {
	from, 11.1%, to {
		-webkit-transform: none;
		transform: none;
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg);
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg);
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg);
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg);
	}

	66.6% {
		-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg);
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg);
	}

	88.8% {
		-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
	}
}

.jello {
	-webkit-animation: jello 1.25s;
	animation: jello 1.25s;
	-webkit-transform-origin: center;
	transform-origin: center;
}
.jello_delay {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.intro .intro_content, .main-carousel { opacity: 0; }

.youtube-player {
	position: relative;
	padding-bottom: 54.23%;

	/* Use 75% for 4:3 videos */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("https://i.imgur.com/TxzC70f.png") no-repeat;
	cursor: pointer;
}

.kaj_wrap {
	float: left;
	width: 88%;
	margin: 31px 0 0 6%;
}
.slika-form {
	width: 100%;
	border:1px solid grey;
	border-radius: 15px;
	box-shadow: 5px 5px 5px #888888;
	max-width: 350px;
	margin: 0 auto 20px;
}

@media all and (min-width: 900px) {
	.no-mobile {
		display: none;
	}
}

/* ------------------------ */

.popust {
	color: white;
	position: relative;
	left:11px;
	top:-68px;
	font-size: 35px;
	font-family: 'BebasNeueBold', sans-serif;
	transform: rotate(-45deg); }
.triangle-topleft {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 100px solid #015db9;
	border-right: 100px solid transparent;
}
.toggle-button {
	position: relative;
	display: inline-block;
	color: #383B41;
	font-size:12px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0 20px;
}
.toggle-button label {
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
	text-align: left;
}
.toggle-button input {
	display: none;
}
.toggle-button__icon {
	cursor: pointer;
	pointer-events: none;
}
.toggle-button__icon:before, .toggle-button__icon:after {
	content: "";
	position: absolute;
	transition: 1s ease-out;
}

@media only screen and (max-width: 480px) {
	.toggle-button--valo {
		display: block;
		width: 110px;
		margin: 0 auto 10px auto; }
}

.toggle-button--valo label {
	width: 110px;
	height: 20px;
	line-height: 20px;
	transition: all 0.2s; }
.toggle-button--valo label:before, .toggle-button--valo label:after {
	position: absolute;
	top: 0;
	left: 30px;
	width: 110px;
	transition: all 0.2s .1s ease-out; }
.toggle-button--valo label:before {
	content: attr(data-text); }

.toggle-button--valo input:checked ~ .toggle-button__icon:after {
	transform: translate(0, 0);
	animation: show .2s; }

.toggle-button--valo .toggle-button__icon {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	height: 25px;
	width: 25px;
	overflow: hidden;
	border-radius: 50%; }
.toggle-button--valo .toggle-button__icon:before, .toggle-button--valo .toggle-button__icon:after {
	border-radius: 50%; }
.toggle-button--valo .toggle-button__icon:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #C0CADE;
	box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.15); }
.toggle-button--valo .toggle-button__icon:after {
	top: 5px;
	left: 5px;
	width: 60%;
	height: 60%;
	background: #009CDE;
	animation: hide .2s ease-out;
	transform: translate(0, 200%);
	transition: none; }

.toggle-button--valo:hover input:not(:checked) ~ .toggle-button__icon {
	animation: hover .2s; }

.toggle-button--valo:hover input:not(:checked) ~ label:before {
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }

@keyframes hide {
	0% {
		transform: translate(0, 0); }
	100% {
		transform: translate(0, -200%); } }

@keyframes show {
	0% {
		transform: translate(0, 200%); }
	100% {
		transform: translate(0, 0); } }

@keyframes hover {
	0% {
		transform: scale(1); }
	30% {
		transform: scale(1.1); }
	100% {
		transform: scale(1); } }

div.table-title {

	text-align: center;
	display: block;
	margin: auto;
	max-width: 600px;
	padding:5px;
	width: 100%;
}

.table-title h3 {
	color: #015db9;
	font-size: 40px;
	font-weight: 400;
	font-style:normal;
	font-family: 'BebasNeueBold', sans-serif;
	text-shadow: -2px -2px 2px rgba(0, 0, 0, 0.1);
	text-transform:uppercase;
}

/*** Table Styles **/

.table-fill {
	background: white;
	border-radius:3px;
	border-collapse: collapse;
	height: 420px;
	margin: auto;
	margin-bottom:15px;
	max-width: 600px;
	padding:5px;
	width: 100%;
	box-shadow: 0 7px 12px rgba(0, 0, 0, 0.4);
	animation: float 5s infinite;
}

th {
	color:#D5DDE5;;
	background:#015db9;
	border-bottom:4px solid #9ea7af;
	border-right: 1px solid #343a45;
	font-size:23px;
	font-weight: 100;
	padding:24px;
	text-align:left;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	vertical-align:middle;
}

th:first-child {
	border-top-left-radius:3px;
}

th:last-child {
	border-top-right-radius:3px;
	border-right:none;
}

tr {
	border-top: 1px solid #C1C3D1;
	border-bottom: 1px solid #C1C3D1;
	color:#666B85;
	font-size:16px;
	font-weight:normal;
	text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

tr:hover td {
	background:#4E5066;
	color:#FFFFFF;
	border-top: 1px solid #22262e;
	border-bottom: 1px solid #22262e;
}

tr:first-child {
	border-top:none;
}

tr:last-child {
	border-bottom:none;
}

tr:nth-child(odd) td {
	background:#EBEBEB;
}

tr:nth-child(odd):hover td {
	background:#4E5066;
}

tr:last-child td:first-child {
	border-bottom-left-radius:3px;
}

tr:last-child td:last-child {
	border-bottom-right-radius:3px;
}

td {
	background:#FFFFFF;
	padding:20px;
	text-align:left;

	font-weight:300;
	font-size:18px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
	border-right: 1px solid #C1C3D1;
}

td:last-child {
	border-right: 0;
}

th.text-left {
	padding:20px 0 20px 00px;
	text-align: center;
	font-weight: bold;
}
@media only screen and (max-width: 480px) {
	th.text-left {
		font-size: 13px;
	}
}

th.text-center {
	text-align: center;
}

th.text-right {
	text-align: right;
}

td.text-left {
	padding:13px 00px 13px 00px;
	text-align: center;
	font-weight: bold;
}

td.text-center {
	text-align: center;
}

td.text-right {
	text-align: right;
}
span {
	display: inline-block;
}

.cow {
	color: #015db9 ;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	font-size: 30px;
	text-align:center;
	font-weight: 400;
	font-style:normal;
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
	40% {-webkit-transform: translateY(-30px);}
	60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
	40% {-moz-transform: translateY(-30px);}
	60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

#ket {text-decoration: none}
.field1 {display:inline-block;padding-right: 15px}
.field2 {display:inline-block}
#metoda {font-size: 45px;margin: 20px}
#bla {margin-bottom: 50px;padding-bottom: 20px;}
#premik {margin:-15px;}
#bla:hover {
	color: #000035;
	text-decoration: none
}
#krk {max-width: 100%;
	height: auto;}

#radius {
	border-color: #015db9;
	border-width: 20px;
}

#slikce {padding:10px;  text-decoration: none;}
#cena {display:inline-block; text-decoration: none;}
#german {
	border-color:#000035;
	border-width:2px;
	border-style: groove;
	width:170px;
	height:55px;
	text-align: center;
	vertical-align: middle; text-decoration: none;
	line-height: 55px;
	margin-top: -25px;
	border-radius:10px;
	margin-bottom: 55px;
	font-size: 22px; font-family: 'BebasNeueBold', sans-serif;
	font-weight: normal;
}

* { margin: 0; padding: 0 }

.layout {
	width: 100%; height: 100%;
	position: relative;
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 400;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.inner {
	max-width: 100%;
	padding: 0 0.5em;
	padding-top: 0.5em;
	transition: all 0.3s;
}

.grid { margin: 0 0 0 -0.5em; list-style-type: none; transition: all 0.3s }
.grid:before, .grid:after { content: " "; display: table }
.grid:after { clear: both }
.grid-tile {
	width: 100%;
	position: relative; float: left;
	padding: 0 0 0.5em 0.5em;
	box-sizing: border-box;
	transition: all 0.3s;
}

.item {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #fff;
	border-radius: 15px;
	border: 2px solid #eee;
	box-sizing: border-box;
}

.item-img {
	width: 100%;
	padding-bottom: 99%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.item-imgB {
	width: 100%;
	padding-bottom: 99%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	pointer-events: none;
	cursor: default;
}

.item-pnl {
	border-top: 2px solid #eeeeee;
    width: 100%;
    height: 75px;
}

.pnl-wrapper {
	width: 100%;
	height: 60px;
	display: table;
}

.pnl-wrapper > div {
	display: table-cell;
	vertical-align: middle;
}

.pnl-description {
	position: relative;
	padding: 0;
	padding-left: 0.5em;
}

.pnl-label {
	color: #424346;
	line-height: 16px;
	max-height: 2.6em;
	font-size: 0.75em;
	overflow: hidden;
	display: block;
}

.pnl-price {
	line-height: 16px;
	color: #111;
	font-weight: 700;
	font-size: 0.75em;
	display: block;
	/*margin-top: 0.125em;*/
}

.pnl-ic-wrapper {
	width: 32px; height: 32px;
	line-height: 0;
	position: relative;
	margin: 0 auto;
	transform: scale(0.5);
}

.pnl-ic-wrapper svg {
	fill: none;
	stroke-width: 2.0;
	stroke-linecap: round;
	stroke-miterlimit: 4;
	stroke-location: outside;
}

.pnl-ic {
	display: inline-block;
	vertical-align: middle;
	width: 100%; height: 100%;
}

.pnl-favorites svg {
	stroke: #a1a8ad;
}

.pnl-favorites {
	width: 32px;
	cursor: pointer;
	position: relative;
}

.pnl-tocart svg {
	stroke: #a1a8ad;
}

.pnl-tocart {
	width: 82px;
	cursor: pointer;
	position: relative;
}

@media screen and (min-width: 320px) {
	.pnl-wrapper { height: 70px }
	.pnl-label, .pnl-price { font-size: 1em; line-height: 20px; }
	.pnl-favorites, .pnl-tocart { width: 56px }
	.pnl-ic-wrapper { transform: scale(0.75) }
	.pnl-description { padding-left: 1.0em }
}

@media screen and (min-width: 360px) {
	.inner { padding: 0 1.0em; padding-top: 1.0em }
	.grid { margin: 0 0 0 -1.0em }
	.grid-tile { padding: 0 0 1.0em 1.0em }
	.pnl-description { padding-left: 1.5em }
	.pnl-wrapper { height: 70px }
}

/* PORTRAIT MOBILE MODE
 */

@media screen and (min-width: 480px) {
	.inner { padding: 0 0.5em; padding-top: 0.5em }
	.grid { margin: 0 0 0 -0.5em }
	.grid-tile { padding: 0 0 0.5em 0.5em }
	.grid-tile { width: 50% }
	.pnl-wrapper { height: 60px }
	.pnl-description { padding-left: 0.5em }
	.pnl-label, .pnl-price { font-size: 0.75em; line-height: 18px; }
	.pnl-ic-wrapper { transform: scale(0.5) }
	.pnl-favorites, .pnl-tocart { width: 40px }
}

/* LANDSCAPE MOBILE MODE (~416px)
 */

@media (max-height: 26em) {
	.pnl-wrapper { height: 48px }
	.grid-tile { width: 33.3333% }
	.pnl-label { font-size: 0.7em; line-height: 14px; }
	.pnl-price { font-size: 0.7em; line-height: 14px; }
	.pnl-favorites { position: absolute; width: 40px; height: 40px; top:0; right: 0 }
	.pnl-ic-wrapper { transform: scale(0.5) }
}

@media screen and (min-width: 600px) {
	.inner { padding: 0 1.0em; padding-top: 1.0em }
	.grid { margin: 0 0 0 -1.0em }
	.grid-tile { padding: 0 0 1.0em 1.0em }
	.pnl-wrapper { height: 70px }
	.pnl-label, .pnl-price { font-size: 1em; line-height: 20px; }
	.pnl-favorites, .pnl-tocart { width: 56px }
	.pnl-ic-wrapper { transform: scale(0.75) }
	.pnl-description { padding-left: 1.0em }
}

@media screen and (min-width: 768px) {
	.inner { padding: 0 1.5em; padding-top: 1.5em }
	.grid { margin: 0 0 0 -1.5em }
	.grid-tile { padding: 0 0 1.5em 1.5em }
}

@media screen and (min-width: 1024px) {
	.grid-tile { width: 33% }
}

@media screen and (min-width: 1300px) {
	.pnl-description { padding-left: 1.5em }
}

@media screen and (min-width: 1440px) {
	.inner { width: 1400px; margin: 0 auto }
}
#section_products .btn1 {
	border: 1px solid #ebebeb;
	padding: 4px 14px;
	background-color: #343436;
	color: #fff;
	text-transform: uppercase;
	float: right;
	margin: 9px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 4px;
	font-size: 15px;
}

.btn-disabled {
	opacity: 0.3 !important;
}

/* sm Testimonials */
.sm-testimonial-slide-wrapper{
	border: 1px solid;
	border-color: #e5e6e9 #dfe0e4 #d0d1d5;
	border-radius: 3px;
	padding: 12px;
	font-size: 11px;
	background: transparent;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.28;
	overflow: hidden;
	-webkit-text-size-adjust: none;
	margin: 0 auto;
}
.sm-testimonial-slide-wrapper span{
	color: #4267b2;
	font-weight: 700;
}
.sm-testimonial-slide-head{
	border-bottom: 1px solid #e9ebee;
	color: #90949c;
	font: 12px/1.358 Helvetica, Arial, sans-serif;
}
.sm-testimonial-slide-head-left{
	margin-top: 4px;
	float: left;
	line-height: 16px;
	max-width: calc(100% - 32px);
	color: #90949c;
}
.sm-testimonial-slide-head-right{
	float: right;
}
.sm-testimonial-slide-sm-icon{
	background-image: url("img/testimonials/icons.png");
	background-size: auto;
	background-repeat: no-repeat;
	display: inline-block;
	width: 24px;
	height: 24px;
	background-position: 0 0;
}
.sm-testimonial-slide-sm-clearfix{
	zoom: 1;
}
.sm-testimonial-slide-sm-clearfix:after{
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.sm-testimonial-slide-body{
	padding-top: 12px;
}
.sm-testimonial-slide-img{
	float: left;
	margin-right: 8px;
	display: block;
	height: 32px;
	width: 32px !important;
	border: 0;
}
.sm-testimonial-slide-body-right{
	overflow: hidden;
	color: #1d2129;
	font-size: 11px;
	text-align: left;
}
.sm-testimonial-slide-body-right-first{
	margin-bottom: 4px;
	font-size: 14px;
	color: #1d2129;
	line-height: 20px;
}
.sm-testimonial-slide-body-right-first span{
	font-weight: bold;
	color: #365899;
}
.sm-testimonial-slide-body-right-second{
	color: #90949c;
	font-size: 12px;
}
.sm-testimonial-slide-body-right-second span{
	font-weight: normal;
}
.sm-testimonial-slide-body-right-second-like-icon{
	width: 13px;
	height: 15px;
	background-image: url("img/testimonials/icons.png");
	background-position: 0 -234px;
	background-size: auto;
	background-repeat: no-repeat;
	display: inline-block;
	margin-bottom: -2px;
	margin-right: 3px;
	-ms-high-contrast-adjust: none;
}
.sm-testimonial-slide-body-right-second-timestamp{
	color: #90949c !important;
}

.sold_out_title {    font-size: 25px;
	position: absolute;
	z-index: 99;
	background-color: #d10039;
	width: 126%;
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: white;
	font-family: monospace;
	-ms-transform: rotate(-22deg);
	-webkit-transform: rotate(-22deg);
	transform: rotate(-22deg);
	top: 150px;
	right: -41px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d10039+45,d10039+51,d10039+58&0+0,0.8+35,1+39,1+61,0.8+65,0+100 */
	background: -moz-linear-gradient(left, rgba(209,0,57,0) 0%, rgba(209,0,57,0.8) 35%, rgba(209,0,57,1) 39%, rgba(209,0,57,1) 45%, rgba(209,0,57,1) 51%, rgba(209,0,57,1) 58%, rgba(209,0,57,1) 61%, rgba(209,0,57,0.8) 65%, rgba(209,0,57,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(209,0,57,0) 0%,rgba(209,0,57,0.8) 35%,rgba(209,0,57,1) 39%,rgba(209,0,57,1) 45%,rgba(209,0,57,1) 51%,rgba(209,0,57,1) 58%,rgba(209,0,57,1) 61%,rgba(209,0,57,0.8) 65%,rgba(209,0,57,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(209,0,57,0) 0%,rgba(209,0,57,0.8) 35%,rgba(209,0,57,1) 39%,rgba(209,0,57,1) 45%,rgba(209,0,57,1) 51%,rgba(209,0,57,1) 58%,rgba(209,0,57,1) 61%,rgba(209,0,57,0.8) 65%,rgba(209,0,57,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d10039', endColorstr='#00d10039',GradientType=1 ); /* IE6-9 */}

.popust {
	color: white;
	position: relative;
	left:11px;
	top:-68px;
	font-size: 35px;
	font-family: 'BebasNeueBold', sans-serif;
	transform: rotate(-45deg);
}
.top_seller {transform: rotate(-45deg);color: white;width: 234px;height: 30px;background-color: #015db9;text-align: center;line-height: 30px;position: absolute;left: -53px;top:46px;}

.razprodano {top:-45px;left:14px;font-size: 19px;color: white;
	position: relative;
	font-family: 'BebasNeueBold', sans-serif;
	transform: rotate(-45deg);
}

.telstyle {
    color: inherit !important;
    text-decoration: none !important;
}
.mailstyle{
	color: inherit !important;
    text-decoration: none !important;
}

/*AOV-START*/
.order-bump-box{
	margin-left:6%;
	margin-right:6%;
	margin-top: 8px;
	padding:4px;
	border-style: dashed;
    	border-color: #283042;
   	border-width: 2px;
}
.order-bump-box .extra-strong-font{
	font-weight: 600;
	color: red;
}
.order-bump-box .aov-hack{
	text-align: center;
	background-color: #6d7890;
	padding: 2px;
	margin-bottom: 4px;
}
.order-bump-box input[type="checkbox"] {
    display:none;
}
.order-bump-box input[type="checkbox"] + label {
    color:#f2f2f2;
	cursor: pointer;
}
.order-bump-box input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url("img/aov-check-radio-sheet.png") left top no-repeat;
    cursor:pointer;
}
.order-bump-box input[type="checkbox"]:checked + label span {
    background:url("img/aov-check-radio-sheet.png") -19px top no-repeat;
}
.order-bump-box .ob-arrow {
	position: absolute;
    margin: 8px -161px;
    width: 100%;
    height: 18px;
    background-image: url("img/animated-arrow-image-8.gif");
    background-size: contain;
    background-repeat: no-repeat;
}
/*AOV-END*/

.section_btn{ line-height:normal; }

.order-bump-box{
	border: 0;
}

.bump-el{
	background-color: #6d7890;
	margin-bottom: 4px;

	display: flex;
	flex-wrap: wrap;
	padding: 10px 10px;

	cursor: pointer;
}

.bump-el-arrow .arrow{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 15px;
	border-color: transparent transparent transparent #ffffff;
	flex: 1;
	transition: transform .5s;
	cursor: pointer;

}

.bump-el-arrow .arrow-active{
	transform: rotateZ(90deg);

}

.bump-el-title{
	color: #ffffff;
	font-family: "BebasNeueBold", sans-serif;
	font-size: 20px;
    padding-left: 20px;
    cursor: pointer;
}

.bump-el-price{
	font-size: 16px;
    color: #ffffff;
    display: inline-block;
    padding-right: 10px;
    cursor: pointer;
    position: relative;
    top: 2px;
}

.bump-el-body{
	color: #ffffff;
	font-size: 16px;
	display: none;
	width: 100%;
	padding-top: 10px;
}

.bump-el-button{
	flex: 1;
	text-align: right;
}

.bump-el-button button{
	cursor: pointer;
	padding: 0.20em 0.85em 0.10em;
	display: inline-block;
	color: #ffffff;
	background: #d10039;
	text-decoration: none;
	line-height: 1;
	border-radius: 50px;
	font-family: "BebasNeueBold", sans-serif;
    width: 67px;
	box-shadow:
			0 1px 0 #FD2D66 inset,
			1px 1px 0 #940028,
			2px 2px 0 #940028,
			3px 3px 0 #940028,
			4px 4px 0 #940028,
			4px 4px 8px rgba(0,0,0,0.55);

	transition: box-shadow .5s, background .5s;
}

.bump-el-button .button-active{
	box-shadow: none;
	background: rgb(65, 204, 2);
}

@media screen and (max-width: 980px) {
	.bump-el-title{
		font-size: 13px;
		position: relative;
		top: 5px;
		padding-left: 6px;
	}

	.bump-el-button button{
		transform: scale(0.8);
	}

	.bump-el-price{
	    font-size: 12px;
	    position: relative;
	    top: -1px;
	}

	.bump-el-arrow .arrow{
    	border-width: 4px 0 3px 8px;
	}

	.bump-el-body {
		font-size: 14px;
	}
}

#buy_form {
	display: flex;
}

@media screen and (max-width: 1300px) {
	.clmn_3.buy_form_advert {
		width: 30%;
	}
	.clmn_3.buy_form {
		width: 60%;
	}
}

@media screen and (max-width: 900px) {
	.clmn_3.buy_form_advert {
		float: left;
	}
	.clmn_3.buy_form {
		float: left;
	}
	.buy_form_advert .ribbon.ribbon_main {
		text-align: center;
	}
	.contactForm {
		width: 100% !important;
	}
}

@media screen and (max-width: 700px) {
	.clmn_3.buy_form_advert {
		width: 100%;
	}
	.clmn_3.buy_form {
		width: 100%;
	}

	.contactForm {
		padding-bottom: 0 !important;
	}
}