/* =====================================================================================================================

	Author: @simonzitnik
	Created: 3 / 2014
	Based on: 320 and Up v3.0 (http://goo.gl/x8BNz)

======================================================================================================================*/
/* CSS reset */
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol,
ul,
li {
  list-style: none;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
@font-face {
  font-family: 'belzbd';
  src: url('fonts/belzbd-webfont.eot');
  src: url('fonts/belzbd-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/belzbd-webfont.woff') format('woff'), url('fonts/belzbd-webfont.ttf') format('truetype'), url('fonts/belzbd-webfont.svg#belzbd-n4') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'belzbd';
  src: url('fonts/belzbd-webfont.eot');
  src: url('fonts/belzbd-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/belzbd-webfont.woff') format('woff'), url('fonts/belzbd-webfont.ttf') format('truetype'), url('fonts/belzbd-webfont.svg#belzbd-n7') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'lightfont';
  src: url('fonts/nimbus_sans_becker_plig-webfont.eot');
  src: url('fonts/nimbus_sans_becker_plig-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/nimbus_sans_becker_plig-webfont.woff') format('woff'), url('fonts/nimbus_sans_becker_plig-webfont.ttf') format('truetype'), url('fonts/nimbus_sans_becker_plig-webfont.svg#lightfont-n4') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lightfont';
  src: url('fonts/nimbus_sans_becker_plig-webfont.eot');
  src: url('fonts/nimbus_sans_becker_plig-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/nimbus_sans_becker_plig-webfont.woff') format('woff'), url('fonts/nimbus_sans_becker_plig-webfont.ttf') format('truetype'), url('fonts/nimbus_sans_becker_plig-webfont.svg#lightfont-n7') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'icons';
  src: url('fonts/icons.eot');
  src: url('fonts/icons.eot?#iefix') format('embedded-opentype'), url('fonts/icons.woff') format('woff'), url('fonts/icons.ttf') format('truetype'), url('fonts/icons.svg#lightfont-n7') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-facebook:before {
  content: '\46';
}
/* 'F' */
.icon-gplus:before {
  content: '\47';
}
/* 'G' */
.icon-play:before {
  content: '\50';
}
/* 'P' */
.icon-twitter:before {
  content: '\54';
}
/* 'T' */
.icon-instagram:before {
  content: '';
  background: url(../images/icons/Poli-ikona-instagram.png) 50% 50% no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: baseline;
  margin-top: 2px;
}
/* Mixins */
.v-hidden.focusable:active,
.v-hidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
}
.big-more {
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
}
.big-more span {
  float: right;
}
/* typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'belzbd', Georgia, serif;
  font-weight: normal;
  text-rendering: optimizelegibility;
}
.ro-RO h1,
.ro-RO h2,
.ro-RO h3,
.ro-RO h4,
.ro-RO h5,
.ro-RO h6 {
  font-family: "Helvetica Neue", "Helvetica", Arial, Sans-serif;
}
.content h1,
.default h1,
.content h2,
.default h2,
.content h3,
.default h3,
.content h4,
.default h4,
.content h5,
.default h5 {
  color: #111;
}
small {
  font-size: 14px;
  font-size: 1.4rem;
}
.category {
  text-transform: uppercase;
  font-size: 24px !important;
  font-size: 2.4rem !important;
  border-bottom: 3px solid #ccc;
  padding-bottom: 5px;
}
div + .category {
  margin-top: 30px !important;
}
.RegistrationListPage .category {
  margin-bottom: 15px;
}
/*
.content {

	ul,
	ol {
		margin: 0 0 @baselineheight -@gutterwidth;
		padding: 0 0 0 @gutterwidth;
	}

	li ul,
	li ol {
		margin: 0;
		.font-size(16);
	}
}
*/
/*
blockquote  { 
	margin: 0 0 @baselineheight -@gutterwidth;
	padding-left: @gutterwidth;
	border-left: 2px solid @bordercolor;
	font-family: @altfont;
	font-style: normal;
}
*/
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
cite {
  font-style: normal;
}
/*
dl, 
dd { 
	margin-bottom: @baselineheight;
}

dt { 
	font-weight: bold;
}

.dl-horizontal {

	dt {
		float: left;
		clear: left;
		width: 20.25%;
		text-align: right;
	}

	dd {
		margin-left: 22.78%;
	}

}
*/
abbr[title] {
  border-bottom: 1px dotted #beb6b8;
  cursor: help;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
ins {
  background-color: #e2dedf;
  color: #111;
  text-decoration: none;
}
mark {
  background-color: #e2dedf;
  color: #111;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* colour */
/* Colour */
a {
  text-decoration: none;
  color: #d16700;
  /*
	&:visited {
		color: @linkcolorvisited;
	}
	*/
}
a:hover {
  color: #9e4e00;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
::-moz-selection {
  background-color: #cac3c5;
  color: #231f20;
  text-shadow: none;
}
::selection {
  background-color: #cac3c5;
  color: #231f20;
  text-shadow: none;
}
.lightblue {
  color: #0090cd;
}
/* elements */
/* Elements */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #beb6b8;
  border-bottom: 1px solid #ffffff;
}
img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure figcaption {
  display: block;
}
address {
  font-style: normal;
}
/* forms */
/* Forms  */
form fieldset {
  padding: 0;
  border-width: 0;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 2.4;
  *margin-left: -7px;
  padding: 0;
  color: #111;
  border: 0;
  border-bottom: 1px solid #8e8083;
  white-space: normal;
}
form legend small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bfbfbf;
}
form p {
  margin-bottom: 0.6;
}
form ul {
  list-style: none;
}
form br {
  display: none;
}
input[type=search] {
  -webkit-appearance: none;
}
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
  display: none;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: baseline;
  *vertical-align: middle;
}
input,
button,
select,
textarea {
  font-family: arial, helvetica, sans-serif;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: block;
  margin-bottom: 3px;
  font-weight: normal;
  color: #111;
  cursor: pointer;
}
label input,
label textarea,
label select {
  display: block;
}
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  background-color: #ffffff;
  border: 1px solid #8e8083;
}
input:hover,
textarea:hover,
select:hover {
  border-color: #594f51;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
select {
  width: auto;
  background-color: #ffffff;
  font-size: 12px;
  font-size: 1.2rem;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  resize: vertical;
  height: auto;
  overflow: auto;
  vertical-align: top;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
input:focus,
textarea:focus {
  border-color: #231f20, 40%;
  outline: 0;
  outline: thin dotted \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
::-webkit-input-placeholder {
  color: #231f20;
}
input:-moz-placeholder {
  color: #231f20;
}
#Form_EditForm li {
  list-style-type: none;
}
#Form_EditForm input.text {
  background-color: #00a65e;
}
/* tables */
/* Tables */
table {
  margin: 0 0 16px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #bbb;
  border-width: 1px 0;
  width: 100%;
}
table caption {
  border-top: 1px solid #bbb;
  padding: 9px 0;
  color: #231f20;
}
thead th {
  background: #e3e3e3;
}
th {
  padding: 10px 20px;
}
tbody th {
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
}
td {
  padding: 9px 20px;
  vertical-align: top;
}
.divided {
  border-top: 1px solid #bbb;
}
/*
table {
width : 100%;
max-width : 100%;
margin-bottom : @baselineheight;
border-collapse : collapse;
border-spacing : 0;
background-color : @tablebackground; 

th,
td {
padding : 8px;
vertical-align : top;
border-top : @tableborderwidth @tableborderstyle @tableborder; 
.font-size(14);
line-height : @baselineheight;
text-align : left; }

th {
font-weight : bold; }

thead th {
vertical-align : bottom; }

colgroup + thead tr:first-child th,
colgroup + thead tr:first-child td,
thead:first-child tr:first-child th,
thead:first-child tr:first-child td {
border-top : 0; }

tbody + tbody {
border-top : @tableborderwidth * 2 @tableborderstyle @tableborder; }

tbody tr td,
tbody tr th {
.transition(background-color .25s 0 linear); }

tbody tr:hover td,
tbody tr:hover th {
background-color : @tablehover; }
}

.table-condensed {

th,
td {
padding : 4px 5px; }
}

.table-bordered {
border : @tableborderwidth @tableborderstyle @tableborder;
border-left : 0;
border-collapse : separate;
*border-collapse : collapsed; 

th,
td {
border-left : @tableborderwidth @tableborderstyle @tableborder; }

thead:first-child tr:first-child th,
tbody:first-child tr:first-child th,
tbody:first-child tr:first-child td {
border-top : 0; }
}

.table-striped {

tbody tr:nth-child(odd) td,
tbody tr:nth-child(odd) th {
background-color : @tablestripe; }
}

*/
/* SELECT 2 */
.select2-container {
  position: relative;
  display: inline-block;
  min-height: 40px;
  height: 40px;
  float: left;
}
.select2-search {
  display: none !important;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-container .select2-search input {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-container .select2-choice {
  min-height: 1px;
  padding: 18px 20px;
  font-size: 12px;
  color: #444;
  font-weight: normal;
  text-decoration: none;
  background-color: #f2f2f2;
  display: block;
}
.select2-dropdown-open .select2-choice {
  border-bottom: 0;
}
.select2-container .select2-choice span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  line-height: 21px;
  font-size: 21px;
  font-size: 2.1rem;
  cursor: pointer;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url(../images/select2/select2.png) right top no-repeat;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
.select2-container .select2-drop {
  padding: 0 0 5px;
  background: #f2f2f2;
  position: absolute;
  top: 68px;
  z-index: 999;
  width: 100%;
  left: 0;
  border-radius: 0 0 2px 2px;
  margin-top: -11px;
}
.select2-container .select2-choice div {
  border-radius: 2px;
  height: 24px;
  width: 29px;
  background: transparent url(../images/sprite.png?v2) 0 0 no-repeat;
  background-position: -140px -1px;
  display: block;
  position: absolute;
  top: 14px;
  right: 10px;
}
.select2-container .select2-search {
  display: inline-block;
  white-space: nowrap;
  z-index: 1010;
  width: 100%;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.select2-container .select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}
.select2-container .select2-search input,
.dataTables_filter input {
  background: #fff url('../images/select2/select2.png') no-repeat 100% -22px;
  background: url('../images/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('../images/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('../images/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('../images/select2/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('../images/select2/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('../images/select2/select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  width: 100%;
  margin: 0;
  height: auto !important;
  box-shadow: none;
  border-radius: 0;
}
.dataTables_filter input {
  width: 200px;
}
.dataTables_filter label {
  color: #fff;
}
.select2-container .select2-search input.select2-active {
  background: #fff url('../images/select2/spinner.gif') no-repeat 100%;
  background: url('../images/select2/spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('../images/select2/spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('../images/select2/spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('../images/select2/spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('../images/select2/spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('../images/select2/spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: none;
}
.select2-dropdown-open .select2-choice {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open .select2-choice div {
  background-position: -177px -1px;
}
.select2-container .select2-results {
  margin: 4px 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
}
.select2-container .select2-results li {
  line-height: 80%;
  padding: 14px 20px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  display: list-item;
  white-space: nowrap;
  background: none;
}
.myadria .main .select2-container .select2-results {
  text-align: left;
}
.myadria .main .select2-container .select2-results li {
  padding: 7px 8px 8px;
  font-size: 12px;
  font-weight: normal;
}
.select2-container .select2-results .select2-highlighted {
  background-color: #ffea00;
  color: #000;
}
.select2-container .select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-container .select2-results .select2-highlighted em {
  background: transparent;
}
.select2-container .select2-results .select2-no-results {
  background: #f4f4f4;
  display: list-item;
}
.select2-container .select2-results .select2-disabled {
  display: none;
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('../images/select2/spinner.gif') no-repeat 100%;
}
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice div {
  border-left: 0;
}
.select2-container-multi .select2-choices {
  margin: 0;
  padding: 0;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
}
.select2-container-multi .select2-drop {
  margin-top: 0;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  color: #666;
  background: transparent !important;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.select2-default {
  color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  border-radius: 3px;
  background-color: #e4e4e4;
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
}
.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
.select2-search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(../images/select2/select2.png) right top no-repeat;
  outline: none;
}
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
.select2-container-multi .select2-results {
  margin: -1px 0 0;
  padding: 0;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background-image: none;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 3px 5px 3px 5px;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
}
/*
*  reset and custom selects
*/
.select2-container-disabled .select2-choice {
  border: 2px solid #e6e6e6;
  color: #ccc;
  background-color: #f9f9f9;
}
.shake {
  display: inline-block;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.shake:hover {
  -webkit-animation-name: shake-base;
  -ms-animation-name: shake-base;
  animation-name: shake-base;
  -webkit-animation-duration: 100ms;
  -ms-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.freez {
  animation-play-state: paused;
}
.shake.freez.shake-hard {
  -webkit-animation-name: shake-hard;
  -ms-animation-name: shake-hard;
  animation-name: shake-hard;
  -webkit-animation-duration: 100ms;
  -ms-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.freez.shake-slow {
  -webkit-animation-name: shake-slow;
  -ms-animation-name: shake-slow;
  animation-name: shake-slow;
  -webkit-animation-duration: 5s;
  -ms-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.freez.shake-little {
  -webkit-animation-name: shake-little;
  -ms-animation-name: shake-little;
  animation-name: shake-little;
  -webkit-animation-duration: 100ms;
  -ms-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.freez.shake-horizontal {
  -webkit-animation-name: shake-horizontal;
  -ms-animation-name: shake-horizontal;
  animation-name: shake-horizontal;
  -webkit-animation-duration: 100ms;
  -ms-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.freez.shake-vertical {
  -webkit-animation-name: shake-vertical;
  -ms-animation-name: shake-vertical;
  animation-name: shake-vertical;
  -webkit-animation-duration: 100ms;
  -ms-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.freez.shake-rotate {
  -webkit-animation-name: shake-rotate;
  -ms-animation-name: shake-rotate;
  animation-name: shake-rotate;
  -webkit-animation-duration: 100ms;
  -ms-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.freez.shake-opacity {
  -webkit-animation-name: shake-opacity;
  -ms-animation-name: shake-opacity;
  animation-name: shake-opacity;
  -webkit-animation-duration: 200ms;
  -ms-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.freez.shake-crazy {
  -webkit-animation-name: shake-crazy;
  -ms-animation-name: shake-crazy;
  animation-name: shake-crazy;
  -webkit-animation-duration: 100ms;
  -ms-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.freez:hover {
  animation-play-state: running;
}
.shake.shake-hard:hover {
  -webkit-animation-name: shake-hard;
  -ms-animation-name: shake-hard;
  animation-name: shake-hard;
  -webkit-animation-duration: 100ms;
  -ms-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.shake-slow:hover {
  -webkit-animation-name: shake-slow;
  -ms-animation-name: shake-slow;
  animation-name: shake-slow;
  -webkit-animation-duration: 5s;
  -ms-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.shake-little:hover {
  -webkit-animation-name: shake-little;
  -ms-animation-name: shake-little;
  animation-name: shake-little;
  -webkit-animation-duration: 100ms;
  -ms-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.shake-horizontal:hover {
  -webkit-animation-name: shake-horizontal;
  -ms-animation-name: shake-horizontal;
  animation-name: shake-horizontal;
  -webkit-animation-duration: 100ms;
  -ms-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.shake-vertical:hover {
  -webkit-animation-name: shake-vertical;
  -ms-animation-name: shake-vertical;
  animation-name: shake-vertical;
  -webkit-animation-duration: 100ms;
  -ms-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.shake-rotate:hover {
  -webkit-animation-name: shake-rotate;
  -ms-animation-name: shake-rotate;
  animation-name: shake-rotate;
  -webkit-animation-duration: 100ms;
  -ms-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.shake-opacity:hover {
  -webkit-animation-name: shake-opacity;
  -ms-animation-name: shake-opacity;
  animation-name: shake-opacity;
  -webkit-animation-duration: 200ms;
  -ms-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.shake-crazy:hover {
  -webkit-animation-name: shake-crazy;
  -ms-animation-name: shake-crazy;
  animation-name: shake-crazy;
  -webkit-animation-duration: 100ms;
  -ms-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.shake-constant {
  -webkit-animation-name: shake-base;
  -ms-animation-name: shake-base;
  animation-name: shake-base;
  -webkit-animation-duration: 100ms;
  -ms-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.shake-constant.shake-hard {
  -webkit-animation-name: shake-hard;
  -ms-animation-name: shake-hard;
  animation-name: shake-hard;
  -webkit-animation-duration: 100ms;
  -ms-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.shake-constant.shake-slow {
  -webkit-animation-name: shake-slow;
  -ms-animation-name: shake-slow;
  animation-name: shake-slow;
  -webkit-animation-duration: 5s;
  -ms-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.shake-constant.shake-little {
  -webkit-animation-name: shake-little;
  -ms-animation-name: shake-little;
  animation-name: shake-little;
  -webkit-animation-duration: 100ms;
  -ms-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.shake-constant.shake-horizontal {
  -webkit-animation-name: shake-horizontal;
  -ms-animation-name: shake-horizontal;
  animation-name: shake-horizontal;
  -webkit-animation-duration: 100ms;
  -ms-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.shake-constant.shake-vertical {
  -webkit-animation-name: shake-vertical;
  -ms-animation-name: shake-vertical;
  animation-name: shake-vertical;
  -webkit-animation-duration: 100ms;
  -ms-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.shake-constant.shake-rotate {
  -webkit-animation-name: shake-rotate;
  -ms-animation-name: shake-rotate;
  animation-name: shake-rotate;
  -webkit-animation-duration: 100ms;
  -ms-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.shake-constant.shake-opacity {
  -webkit-animation-name: shake-opacity;
  -ms-animation-name: shake-opacity;
  animation-name: shake-opacity;
  -webkit-animation-duration: 200ms;
  -ms-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.shake-constant.shake-crazy {
  -webkit-animation-name: shake-crazy;
  -ms-animation-name: shake-crazy;
  animation-name: shake-crazy;
  -webkit-animation-duration: 100ms;
  -ms-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
.shake.shake-constant.hover-stop:hover {
  animation-play-state: paused;
}
.shake.shake-delay {
  -webkit-animation-name: shake-base;
  -ms-animation-name: shake-base;
  animation-name: shake-base;
  -webkit-animation-duration: 100ms;
  -ms-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-delay: 4s;
  -ms-animation-delay: 4s;
  animation-delay: 4s;
}
@-webkit-keyframes shake-base {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    -webkit-transform: translate(0.5px, -2.5px) rotate(-1.5deg);
  }
  4% {
    -webkit-transform: translate(0.5px, -2.5px) rotate(-0.5deg);
  }
  6% {
    -webkit-transform: translate(0.5px, -2.5px) rotate(-1.5deg);
  }
  8% {
    -webkit-transform: translate(-2.5px, -0.5px) rotate(-0.5deg);
  }
  10% {
    -webkit-transform: translate(-2.5px, 0.5px) rotate(-0.5deg);
  }
  12% {
    -webkit-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  14% {
    -webkit-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  16% {
    -webkit-transform: translate(-1.5px, 0.5px) rotate(-1.5deg);
  }
  18% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
  }
  20% {
    -webkit-transform: translate(1.5px, -0.5px) rotate(-1.5deg);
  }
  22% {
    -webkit-transform: translate(1.5px, 1.5px) rotate(-1.5deg);
  }
  24% {
    -webkit-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  26% {
    -webkit-transform: translate(-0.5px, 0.5px) rotate(-0.5deg);
  }
  28% {
    -webkit-transform: translate(0.5px, -1.5px) rotate(-1.5deg);
  }
  30% {
    -webkit-transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
  }
  32% {
    -webkit-transform: translate(-1.5px, -2.5px) rotate(-0.5deg);
  }
  34% {
    -webkit-transform: translate(1.5px, 0.5px) rotate(-0.5deg);
  }
  36% {
    -webkit-transform: translate(0.5px, 1.5px) rotate(0.5deg);
  }
  38% {
    -webkit-transform: translate(-1.5px, -1.5px) rotate(-0.5deg);
  }
  40% {
    -webkit-transform: translate(-2.5px, -0.5px) rotate(-0.5deg);
  }
  42% {
    -webkit-transform: translate(-1.5px, -2.5px) rotate(-0.5deg);
  }
  44% {
    -webkit-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
  }
  46% {
    -webkit-transform: translate(-1.5px, 1.5px) rotate(-1.5deg);
  }
  48% {
    -webkit-transform: translate(-1.5px, 1.5px) rotate(-0.5deg);
  }
  50% {
    -webkit-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
  }
  52% {
    -webkit-transform: translate(-1.5px, 0.5px) rotate(-1.5deg);
  }
  54% {
    -webkit-transform: translate(-0.5px, -0.5px) rotate(-0.5deg);
  }
  56% {
    -webkit-transform: translate(-1.5px, -2.5px) rotate(-1.5deg);
  }
  58% {
    -webkit-transform: translate(-2.5px, -1.5px) rotate(-0.5deg);
  }
  60% {
    -webkit-transform: translate(-0.5px, 1.5px) rotate(-0.5deg);
  }
  62% {
    -webkit-transform: translate(-1.5px, -2.5px) rotate(-0.5deg);
  }
  64% {
    -webkit-transform: translate(-2.5px, 0.5px) rotate(0.5deg);
  }
  66% {
    -webkit-transform: translate(-0.5px, -0.5px) rotate(-0.5deg);
  }
  68% {
    -webkit-transform: translate(1.5px, -1.5px) rotate(-0.5deg);
  }
  70% {
    -webkit-transform: translate(-2.5px, 0.5px) rotate(-1.5deg);
  }
  72% {
    -webkit-transform: translate(0.5px, -2.5px) rotate(0.5deg);
  }
  74% {
    -webkit-transform: translate(-0.5px, -2.5px) rotate(-0.5deg);
  }
  76% {
    -webkit-transform: translate(-0.5px, 1.5px) rotate(-0.5deg);
  }
  78% {
    -webkit-transform: translate(-0.5px, -2.5px) rotate(-0.5deg);
  }
  80% {
    -webkit-transform: translate(-2.5px, 0.5px) rotate(-0.5deg);
  }
  82% {
    -webkit-transform: translate(-2.5px, -1.5px) rotate(-0.5deg);
  }
  84% {
    -webkit-transform: translate(-0.5px, -2.5px) rotate(0.5deg);
  }
  86% {
    -webkit-transform: translate(-2.5px, -0.5px) rotate(-1.5deg);
  }
  88% {
    -webkit-transform: translate(-0.5px, 1.5px) rotate(0.5deg);
  }
  90% {
    -webkit-transform: translate(-2.5px, -0.5px) rotate(0.5deg);
  }
  92% {
    -webkit-transform: translate(-0.5px, -0.5px) rotate(0.5deg);
  }
  94% {
    -webkit-transform: translate(-2.5px, 1.5px) rotate(0.5deg);
  }
  96% {
    -webkit-transform: translate(-1.5px, 1.5px) rotate(-0.5deg);
  }
  98% {
    -webkit-transform: translate(0.5px, -2.5px) rotate(-0.5deg);
  }
}
@-ms-keyframes shake-base {
  0% {
    -ms-transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    -ms-transform: translate(1.5px, -0.5px) rotate(-0.5deg);
  }
  4% {
    -ms-transform: translate(-0.5px, 1.5px) rotate(-1.5deg);
  }
  6% {
    -ms-transform: translate(0.5px, -1.5px) rotate(0.5deg);
  }
  8% {
    -ms-transform: translate(0.5px, -2.5px) rotate(-0.5deg);
  }
  10% {
    -ms-transform: translate(-1.5px, -2.5px) rotate(0.5deg);
  }
  12% {
    -ms-transform: translate(-1.5px, -2.5px) rotate(-0.5deg);
  }
  14% {
    -ms-transform: translate(1.5px, -1.5px) rotate(-1.5deg);
  }
  16% {
    -ms-transform: translate(0.5px, 1.5px) rotate(-0.5deg);
  }
  18% {
    -ms-transform: translate(-1.5px, -0.5px) rotate(-0.5deg);
  }
  20% {
    -ms-transform: translate(1.5px, 1.5px) rotate(0.5deg);
  }
  22% {
    -ms-transform: translate(-2.5px, -2.5px) rotate(-1.5deg);
  }
  24% {
    -ms-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
  }
  26% {
    -ms-transform: translate(-1.5px, -2.5px) rotate(-1.5deg);
  }
  28% {
    -ms-transform: translate(0.5px, 1.5px) rotate(-0.5deg);
  }
  30% {
    -ms-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
  }
  32% {
    -ms-transform: translate(0.5px, 1.5px) rotate(0.5deg);
  }
  34% {
    -ms-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
  }
  36% {
    -ms-transform: translate(-1.5px, 0.5px) rotate(0.5deg);
  }
  38% {
    -ms-transform: translate(-0.5px, -1.5px) rotate(-1.5deg);
  }
  40% {
    -ms-transform: translate(-0.5px, -1.5px) rotate(0.5deg);
  }
  42% {
    -ms-transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  44% {
    -ms-transform: translate(-2.5px, 0.5px) rotate(0.5deg);
  }
  46% {
    -ms-transform: translate(0.5px, -2.5px) rotate(-0.5deg);
  }
  48% {
    -ms-transform: translate(-1.5px, -0.5px) rotate(-1.5deg);
  }
  50% {
    -ms-transform: translate(1.5px, -2.5px) rotate(0.5deg);
  }
  52% {
    -ms-transform: translate(1.5px, 1.5px) rotate(-1.5deg);
  }
  54% {
    -ms-transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  56% {
    -ms-transform: translate(1.5px, 0.5px) rotate(-1.5deg);
  }
  58% {
    -ms-transform: translate(1.5px, -1.5px) rotate(0.5deg);
  }
  60% {
    -ms-transform: translate(0.5px, 1.5px) rotate(0.5deg);
  }
  62% {
    -ms-transform: translate(-1.5px, 0.5px) rotate(0.5deg);
  }
  64% {
    -ms-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
  }
  66% {
    -ms-transform: translate(-0.5px, 0.5px) rotate(0.5deg);
  }
  68% {
    -ms-transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  70% {
    -ms-transform: translate(1.5px, 0.5px) rotate(0.5deg);
  }
  72% {
    -ms-transform: translate(-1.5px, 0.5px) rotate(0.5deg);
  }
  74% {
    -ms-transform: translate(-2.5px, -0.5px) rotate(-1.5deg);
  }
  76% {
    -ms-transform: translate(-2.5px, -0.5px) rotate(-1.5deg);
  }
  78% {
    -ms-transform: translate(-2.5px, -1.5px) rotate(-0.5deg);
  }
  80% {
    -ms-transform: translate(1.5px, -1.5px) rotate(-1.5deg);
  }
  82% {
    -ms-transform: translate(-0.5px, -0.5px) rotate(-0.5deg);
  }
  84% {
    -ms-transform: translate(-2.5px, -1.5px) rotate(0.5deg);
  }
  86% {
    -ms-transform: translate(1.5px, 1.5px) rotate(-0.5deg);
  }
  88% {
    -ms-transform: translate(-2.5px, 0.5px) rotate(-0.5deg);
  }
  90% {
    -ms-transform: translate(-1.5px, -2.5px) rotate(-1.5deg);
  }
  92% {
    -ms-transform: translate(-1.5px, -1.5px) rotate(0.5deg);
  }
  94% {
    -ms-transform: translate(-0.5px, -2.5px) rotate(0.5deg);
  }
  96% {
    -ms-transform: translate(0.5px, 0.5px) rotate(-0.5deg);
  }
  98% {
    -ms-transform: translate(0.5px, -2.5px) rotate(-0.5deg);
  }
}
@keyframes shake-base {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    transform: translate(-0.5px, -0.5px) rotate(-1.5deg);
  }
  4% {
    transform: translate(1.5px, -0.5px) rotate(0.5deg);
  }
  6% {
    transform: translate(-2.5px, -0.5px) rotate(0.5deg);
  }
  8% {
    transform: translate(-1.5px, -2.5px) rotate(-1.5deg);
  }
  10% {
    transform: translate(1.5px, -0.5px) rotate(-1.5deg);
  }
  12% {
    transform: translate(-1.5px, -2.5px) rotate(-1.5deg);
  }
  14% {
    transform: translate(0.5px, -0.5px) rotate(-0.5deg);
  }
  16% {
    transform: translate(-1.5px, -0.5px) rotate(-1.5deg);
  }
  18% {
    transform: translate(-1.5px, 1.5px) rotate(0.5deg);
  }
  20% {
    transform: translate(-2.5px, -2.5px) rotate(-0.5deg);
  }
  22% {
    transform: translate(-2.5px, -0.5px) rotate(0.5deg);
  }
  24% {
    transform: translate(0.5px, 1.5px) rotate(-1.5deg);
  }
  26% {
    transform: translate(-2.5px, 0.5px) rotate(-0.5deg);
  }
  28% {
    transform: translate(-0.5px, -2.5px) rotate(-1.5deg);
  }
  30% {
    transform: translate(0.5px, -1.5px) rotate(-0.5deg);
  }
  32% {
    transform: translate(-1.5px, -0.5px) rotate(-1.5deg);
  }
  34% {
    transform: translate(1.5px, 1.5px) rotate(-1.5deg);
  }
  36% {
    transform: translate(1.5px, -1.5px) rotate(-1.5deg);
  }
  38% {
    transform: translate(-2.5px, 0.5px) rotate(-1.5deg);
  }
  40% {
    transform: translate(1.5px, -0.5px) rotate(0.5deg);
  }
  42% {
    transform: translate(0.5px, 0.5px) rotate(-0.5deg);
  }
  44% {
    transform: translate(-2.5px, 1.5px) rotate(0.5deg);
  }
  46% {
    transform: translate(-0.5px, 1.5px) rotate(0.5deg);
  }
  48% {
    transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  50% {
    transform: translate(1.5px, 1.5px) rotate(0.5deg);
  }
  52% {
    transform: translate(-1.5px, 1.5px) rotate(0.5deg);
  }
  54% {
    transform: translate(-2.5px, -2.5px) rotate(0.5deg);
  }
  56% {
    transform: translate(0.5px, 1.5px) rotate(-1.5deg);
  }
  58% {
    transform: translate(-1.5px, -2.5px) rotate(-0.5deg);
  }
  60% {
    transform: translate(-0.5px, -1.5px) rotate(0.5deg);
  }
  62% {
    transform: translate(0.5px, -0.5px) rotate(-0.5deg);
  }
  64% {
    transform: translate(1.5px, 1.5px) rotate(0.5deg);
  }
  66% {
    transform: translate(-0.5px, 0.5px) rotate(-0.5deg);
  }
  68% {
    transform: translate(1.5px, -2.5px) rotate(0.5deg);
  }
  70% {
    transform: translate(-0.5px, 0.5px) rotate(0.5deg);
  }
  72% {
    transform: translate(-2.5px, -0.5px) rotate(-1.5deg);
  }
  74% {
    transform: translate(-2.5px, -1.5px) rotate(-1.5deg);
  }
  76% {
    transform: translate(1.5px, -2.5px) rotate(0.5deg);
  }
  78% {
    transform: translate(-0.5px, -0.5px) rotate(-1.5deg);
  }
  80% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  82% {
    transform: translate(-0.5px, -0.5px) rotate(-1.5deg);
  }
  84% {
    transform: translate(1.5px, -2.5px) rotate(0.5deg);
  }
  86% {
    transform: translate(-0.5px, -2.5px) rotate(0.5deg);
  }
  88% {
    transform: translate(-0.5px, -2.5px) rotate(0.5deg);
  }
  90% {
    transform: translate(-1.5px, 0.5px) rotate(-0.5deg);
  }
  92% {
    transform: translate(-0.5px, 0.5px) rotate(-1.5deg);
  }
  94% {
    transform: translate(-1.5px, -0.5px) rotate(0.5deg);
  }
  96% {
    transform: translate(-0.5px, -2.5px) rotate(-0.5deg);
  }
  98% {
    transform: translate(-2.5px, -2.5px) rotate(-1.5deg);
  }
}
@-webkit-keyframes shake-little {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  4% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  6% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  8% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  10% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  12% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  14% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  16% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  18% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  20% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  22% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  24% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  26% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  28% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  30% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  32% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  34% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  36% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  38% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  40% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  42% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  44% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  46% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  48% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  50% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  52% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  54% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  56% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  58% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  60% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  62% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  64% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  66% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  68% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  70% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  72% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  74% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  76% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  78% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  82% {
    -webkit-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  84% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  86% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  88% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  90% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  92% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  94% {
    -webkit-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  96% {
    -webkit-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  98% {
    -webkit-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
}
@-ms-keyframes shake-little {
  0% {
    -ms-transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  4% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  6% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  8% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  10% {
    -ms-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  12% {
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  14% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  16% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  18% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  20% {
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  22% {
    -ms-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  24% {
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  26% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  28% {
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  30% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  32% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  34% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  36% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  38% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  40% {
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  42% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  44% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  46% {
    -ms-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  48% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  50% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  52% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  54% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  56% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  58% {
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  60% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  62% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  64% {
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  66% {
    -ms-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  68% {
    -ms-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  70% {
    -ms-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  72% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  74% {
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  76% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  78% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  80% {
    -ms-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  82% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  84% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  86% {
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  88% {
    -ms-transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  90% {
    -ms-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  92% {
    -ms-transform: translate(0px, -1px) rotate(-0.5deg);
  }
  94% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  96% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  98% {
    -ms-transform: translate(-1px, 0px) rotate(-0.5deg);
  }
}
@keyframes shake-little {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  4% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  6% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  8% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  10% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  12% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  14% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  16% {
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  18% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  20% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  22% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  24% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  26% {
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  28% {
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  30% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  32% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  34% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  36% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  38% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  40% {
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  42% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  44% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  46% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  48% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  50% {
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  52% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  54% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  56% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  58% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  60% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  62% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  64% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  66% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  68% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  70% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  72% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  74% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  76% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  78% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  82% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  84% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
  86% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  88% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  90% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  92% {
    transform: translate(-1px, 0px) rotate(-0.5deg);
  }
  94% {
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  96% {
    transform: translate(0px, -1px) rotate(-0.5deg);
  }
  98% {
    transform: translate(-1px, -1px) rotate(-0.5deg);
  }
}
@-webkit-keyframes shake-slow {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    -webkit-transform: translate(8px, -6px) rotate(1.5deg);
  }
  4% {
    -webkit-transform: translate(2px, 1px) rotate(0.5deg);
  }
  6% {
    -webkit-transform: translate(4px, -7px) rotate(-0.5deg);
  }
  8% {
    -webkit-transform: translate(8px, -3px) rotate(0.5deg);
  }
  10% {
    -webkit-transform: translate(0px, -4px) rotate(1.5deg);
  }
  12% {
    -webkit-transform: translate(5px, 2px) rotate(2.5deg);
  }
  14% {
    -webkit-transform: translate(9px, 8px) rotate(-3.5deg);
  }
  16% {
    -webkit-transform: translate(-2px, 6px) rotate(-3.5deg);
  }
  18% {
    -webkit-transform: translate(-8px, -6px) rotate(0.5deg);
  }
  20% {
    -webkit-transform: translate(0px, -3px) rotate(0.5deg);
  }
  22% {
    -webkit-transform: translate(9px, 8px) rotate(2.5deg);
  }
  24% {
    -webkit-transform: translate(1px, 4px) rotate(-3.5deg);
  }
  26% {
    -webkit-transform: translate(-3px, 6px) rotate(-0.5deg);
  }
  28% {
    -webkit-transform: translate(-4px, 5px) rotate(-1.5deg);
  }
  30% {
    -webkit-transform: translate(5px, -7px) rotate(0.5deg);
  }
  32% {
    -webkit-transform: translate(4px, -9px) rotate(-2.5deg);
  }
  34% {
    -webkit-transform: translate(-4px, -3px) rotate(0.5deg);
  }
  36% {
    -webkit-transform: translate(5px, -3px) rotate(-0.5deg);
  }
  38% {
    -webkit-transform: translate(2px, 0px) rotate(-3.5deg);
  }
  40% {
    -webkit-transform: translate(-3px, 6px) rotate(0.5deg);
  }
  42% {
    -webkit-transform: translate(6px, -5px) rotate(0.5deg);
  }
  44% {
    -webkit-transform: translate(-1px, -10px) rotate(-2.5deg);
  }
  46% {
    -webkit-transform: translate(4px, 7px) rotate(-3.5deg);
  }
  48% {
    -webkit-transform: translate(-5px, 8px) rotate(1.5deg);
  }
  50% {
    -webkit-transform: translate(9px, -5px) rotate(2.5deg);
  }
  52% {
    -webkit-transform: translate(-4px, 7px) rotate(-3.5deg);
  }
  54% {
    -webkit-transform: translate(6px, 1px) rotate(0.5deg);
  }
  56% {
    -webkit-transform: translate(2px, 2px) rotate(-0.5deg);
  }
  58% {
    -webkit-transform: translate(9px, 8px) rotate(2.5deg);
  }
  60% {
    -webkit-transform: translate(3px, 8px) rotate(2.5deg);
  }
  62% {
    -webkit-transform: translate(-1px, -8px) rotate(1.5deg);
  }
  64% {
    -webkit-transform: translate(5px, 0px) rotate(1.5deg);
  }
  66% {
    -webkit-transform: translate(4px, 3px) rotate(-2.5deg);
  }
  68% {
    -webkit-transform: translate(5px, -9px) rotate(-3.5deg);
  }
  70% {
    -webkit-transform: translate(-5px, 0px) rotate(-0.5deg);
  }
  72% {
    -webkit-transform: translate(3px, 3px) rotate(-1.5deg);
  }
  74% {
    -webkit-transform: translate(-7px, 5px) rotate(-2.5deg);
  }
  76% {
    -webkit-transform: translate(7px, 3px) rotate(-3.5deg);
  }
  78% {
    -webkit-transform: translate(3px, 9px) rotate(0.5deg);
  }
  80% {
    -webkit-transform: translate(-3px, -3px) rotate(-2.5deg);
  }
  82% {
    -webkit-transform: translate(4px, -10px) rotate(2.5deg);
  }
  84% {
    -webkit-transform: translate(-9px, -1px) rotate(0.5deg);
  }
  86% {
    -webkit-transform: translate(3px, 5px) rotate(-0.5deg);
  }
  88% {
    -webkit-transform: translate(-5px, -8px) rotate(-0.5deg);
  }
  90% {
    -webkit-transform: translate(5px, -6px) rotate(-0.5deg);
  }
  92% {
    -webkit-transform: translate(-8px, -5px) rotate(2.5deg);
  }
  94% {
    -webkit-transform: translate(-10px, -4px) rotate(-3.5deg);
  }
  96% {
    -webkit-transform: translate(-2px, 1px) rotate(-3.5deg);
  }
  98% {
    -webkit-transform: translate(-5px, -5px) rotate(-3.5deg);
  }
}
@-ms-keyframes shake-slow {
  0% {
    -ms-transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    -ms-transform: translate(0px, 5px) rotate(1.5deg);
  }
  4% {
    -ms-transform: translate(-1px, 9px) rotate(-1.5deg);
  }
  6% {
    -ms-transform: translate(3px, 3px) rotate(1.5deg);
  }
  8% {
    -ms-transform: translate(-5px, 2px) rotate(-1.5deg);
  }
  10% {
    -ms-transform: translate(4px, -9px) rotate(1.5deg);
  }
  12% {
    -ms-transform: translate(3px, -2px) rotate(1.5deg);
  }
  14% {
    -ms-transform: translate(-3px, -2px) rotate(-2.5deg);
  }
  16% {
    -ms-transform: translate(9px, -2px) rotate(0.5deg);
  }
  18% {
    -ms-transform: translate(9px, -8px) rotate(-3.5deg);
  }
  20% {
    -ms-transform: translate(7px, 0px) rotate(-1.5deg);
  }
  22% {
    -ms-transform: translate(5px, -10px) rotate(0.5deg);
  }
  24% {
    -ms-transform: translate(-8px, -9px) rotate(1.5deg);
  }
  26% {
    -ms-transform: translate(7px, -3px) rotate(2.5deg);
  }
  28% {
    -ms-transform: translate(-9px, -4px) rotate(0.5deg);
  }
  30% {
    -ms-transform: translate(2px, 5px) rotate(-3.5deg);
  }
  32% {
    -ms-transform: translate(-1px, -10px) rotate(0.5deg);
  }
  34% {
    -ms-transform: translate(3px, 7px) rotate(-3.5deg);
  }
  36% {
    -ms-transform: translate(-9px, -10px) rotate(-3.5deg);
  }
  38% {
    -ms-transform: translate(-4px, 7px) rotate(2.5deg);
  }
  40% {
    -ms-transform: translate(-9px, -10px) rotate(1.5deg);
  }
  42% {
    -ms-transform: translate(4px, -5px) rotate(2.5deg);
  }
  44% {
    -ms-transform: translate(-3px, -10px) rotate(0.5deg);
  }
  46% {
    -ms-transform: translate(5px, 9px) rotate(-2.5deg);
  }
  48% {
    -ms-transform: translate(8px, -3px) rotate(0.5deg);
  }
  50% {
    -ms-transform: translate(9px, 2px) rotate(-1.5deg);
  }
  52% {
    -ms-transform: translate(6px, -8px) rotate(-1.5deg);
  }
  54% {
    -ms-transform: translate(-3px, -4px) rotate(1.5deg);
  }
  56% {
    -ms-transform: translate(-3px, 2px) rotate(-1.5deg);
  }
  58% {
    -ms-transform: translate(-5px, -1px) rotate(2.5deg);
  }
  60% {
    -ms-transform: translate(4px, 5px) rotate(1.5deg);
  }
  62% {
    -ms-transform: translate(5px, -1px) rotate(-0.5deg);
  }
  64% {
    -ms-transform: translate(-1px, 6px) rotate(1.5deg);
  }
  66% {
    -ms-transform: translate(1px, 9px) rotate(1.5deg);
  }
  68% {
    -ms-transform: translate(9px, -9px) rotate(1.5deg);
  }
  70% {
    -ms-transform: translate(-4px, -3px) rotate(0.5deg);
  }
  72% {
    -ms-transform: translate(7px, 0px) rotate(2.5deg);
  }
  74% {
    -ms-transform: translate(0px, -7px) rotate(1.5deg);
  }
  76% {
    -ms-transform: translate(-2px, -10px) rotate(-1.5deg);
  }
  78% {
    -ms-transform: translate(-8px, -4px) rotate(-3.5deg);
  }
  80% {
    -ms-transform: translate(5px, 3px) rotate(-3.5deg);
  }
  82% {
    -ms-transform: translate(5px, -10px) rotate(-2.5deg);
  }
  84% {
    -ms-transform: translate(-1px, -7px) rotate(-3.5deg);
  }
  86% {
    -ms-transform: translate(-6px, -4px) rotate(-1.5deg);
  }
  88% {
    -ms-transform: translate(4px, 2px) rotate(1.5deg);
  }
  90% {
    -ms-transform: translate(2px, 5px) rotate(0.5deg);
  }
  92% {
    -ms-transform: translate(-5px, -5px) rotate(-0.5deg);
  }
  94% {
    -ms-transform: translate(-8px, -2px) rotate(1.5deg);
  }
  96% {
    -ms-transform: translate(-5px, -6px) rotate(-0.5deg);
  }
  98% {
    -ms-transform: translate(8px, -4px) rotate(1.5deg);
  }
}
@keyframes shake-slow {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    transform: translate(-6px, -7px) rotate(0.5deg);
  }
  4% {
    transform: translate(-7px, 9px) rotate(-2.5deg);
  }
  6% {
    transform: translate(-2px, -7px) rotate(-0.5deg);
  }
  8% {
    transform: translate(-10px, 6px) rotate(-3.5deg);
  }
  10% {
    transform: translate(1px, -1px) rotate(2.5deg);
  }
  12% {
    transform: translate(3px, 4px) rotate(-2.5deg);
  }
  14% {
    transform: translate(3px, -1px) rotate(-2.5deg);
  }
  16% {
    transform: translate(-3px, 4px) rotate(1.5deg);
  }
  18% {
    transform: translate(0px, 5px) rotate(-1.5deg);
  }
  20% {
    transform: translate(-4px, 7px) rotate(2.5deg);
  }
  22% {
    transform: translate(3px, -2px) rotate(-1.5deg);
  }
  24% {
    transform: translate(-7px, 3px) rotate(2.5deg);
  }
  26% {
    transform: translate(2px, 6px) rotate(1.5deg);
  }
  28% {
    transform: translate(-6px, 1px) rotate(0.5deg);
  }
  30% {
    transform: translate(-3px, -3px) rotate(-3.5deg);
  }
  32% {
    transform: translate(-7px, 4px) rotate(2.5deg);
  }
  34% {
    transform: translate(5px, 5px) rotate(-2.5deg);
  }
  36% {
    transform: translate(-5px, -1px) rotate(0.5deg);
  }
  38% {
    transform: translate(0px, 2px) rotate(1.5deg);
  }
  40% {
    transform: translate(0px, -6px) rotate(-2.5deg);
  }
  42% {
    transform: translate(9px, -10px) rotate(-2.5deg);
  }
  44% {
    transform: translate(9px, 2px) rotate(-2.5deg);
  }
  46% {
    transform: translate(8px, 5px) rotate(0.5deg);
  }
  48% {
    transform: translate(-7px, 4px) rotate(1.5deg);
  }
  50% {
    transform: translate(-3px, -6px) rotate(-3.5deg);
  }
  52% {
    transform: translate(7px, 9px) rotate(0.5deg);
  }
  54% {
    transform: translate(0px, 6px) rotate(-2.5deg);
  }
  56% {
    transform: translate(1px, -10px) rotate(-1.5deg);
  }
  58% {
    transform: translate(7px, 1px) rotate(-3.5deg);
  }
  60% {
    transform: translate(3px, -8px) rotate(1.5deg);
  }
  62% {
    transform: translate(-7px, 9px) rotate(-3.5deg);
  }
  64% {
    transform: translate(7px, -5px) rotate(2.5deg);
  }
  66% {
    transform: translate(7px, -2px) rotate(-1.5deg);
  }
  68% {
    transform: translate(-6px, -5px) rotate(-0.5deg);
  }
  70% {
    transform: translate(-9px, 8px) rotate(-2.5deg);
  }
  72% {
    transform: translate(-4px, 9px) rotate(-2.5deg);
  }
  74% {
    transform: translate(9px, 9px) rotate(1.5deg);
  }
  76% {
    transform: translate(7px, -9px) rotate(-1.5deg);
  }
  78% {
    transform: translate(-3px, 8px) rotate(1.5deg);
  }
  80% {
    transform: translate(-3px, 9px) rotate(0.5deg);
  }
  82% {
    transform: translate(-4px, 0px) rotate(-1.5deg);
  }
  84% {
    transform: translate(7px, -9px) rotate(2.5deg);
  }
  86% {
    transform: translate(-9px, 0px) rotate(-1.5deg);
  }
  88% {
    transform: translate(-5px, 6px) rotate(-0.5deg);
  }
  90% {
    transform: translate(-10px, -9px) rotate(2.5deg);
  }
  92% {
    transform: translate(1px, 1px) rotate(1.5deg);
  }
  94% {
    transform: translate(-1px, 0px) rotate(2.5deg);
  }
  96% {
    transform: translate(-2px, -7px) rotate(-0.5deg);
  }
  98% {
    transform: translate(0px, -5px) rotate(-2.5deg);
  }
}
@-webkit-keyframes shake-hard {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    -webkit-transform: translate(9px, 2px) rotate(-1.5deg);
  }
  4% {
    -webkit-transform: translate(-7px, -2px) rotate(0.5deg);
  }
  6% {
    -webkit-transform: translate(3px, 2px) rotate(1.5deg);
  }
  8% {
    -webkit-transform: translate(-7px, -4px) rotate(1.5deg);
  }
  10% {
    -webkit-transform: translate(0px, -5px) rotate(1.5deg);
  }
  12% {
    -webkit-transform: translate(1px, 9px) rotate(-3.5deg);
  }
  14% {
    -webkit-transform: translate(-4px, -6px) rotate(-1.5deg);
  }
  16% {
    -webkit-transform: translate(-6px, -9px) rotate(0.5deg);
  }
  18% {
    -webkit-transform: translate(2px, 1px) rotate(1.5deg);
  }
  20% {
    -webkit-transform: translate(-3px, 1px) rotate(0.5deg);
  }
  22% {
    -webkit-transform: translate(3px, 7px) rotate(-2.5deg);
  }
  24% {
    -webkit-transform: translate(0px, -4px) rotate(-0.5deg);
  }
  26% {
    -webkit-transform: translate(8px, 8px) rotate(2.5deg);
  }
  28% {
    -webkit-transform: translate(8px, -2px) rotate(1.5deg);
  }
  30% {
    -webkit-transform: translate(6px, -4px) rotate(0.5deg);
  }
  32% {
    -webkit-transform: translate(-3px, 4px) rotate(-0.5deg);
  }
  34% {
    -webkit-transform: translate(7px, -9px) rotate(1.5deg);
  }
  36% {
    -webkit-transform: translate(3px, 7px) rotate(-3.5deg);
  }
  38% {
    -webkit-transform: translate(1px, -10px) rotate(-0.5deg);
  }
  40% {
    -webkit-transform: translate(5px, -1px) rotate(0.5deg);
  }
  42% {
    -webkit-transform: translate(6px, -2px) rotate(-1.5deg);
  }
  44% {
    -webkit-transform: translate(5px, -6px) rotate(-1.5deg);
  }
  46% {
    -webkit-transform: translate(-3px, 7px) rotate(-2.5deg);
  }
  48% {
    -webkit-transform: translate(-8px, -8px) rotate(0.5deg);
  }
  50% {
    -webkit-transform: translate(-3px, -6px) rotate(-1.5deg);
  }
  52% {
    -webkit-transform: translate(8px, -1px) rotate(0.5deg);
  }
  54% {
    -webkit-transform: translate(6px, -6px) rotate(2.5deg);
  }
  56% {
    -webkit-transform: translate(5px, 7px) rotate(-3.5deg);
  }
  58% {
    -webkit-transform: translate(-4px, 6px) rotate(0.5deg);
  }
  60% {
    -webkit-transform: translate(5px, 0px) rotate(-3.5deg);
  }
  62% {
    -webkit-transform: translate(-6px, -9px) rotate(-1.5deg);
  }
  64% {
    -webkit-transform: translate(7px, 8px) rotate(-1.5deg);
  }
  66% {
    -webkit-transform: translate(2px, 8px) rotate(-1.5deg);
  }
  68% {
    -webkit-transform: translate(9px, -8px) rotate(-1.5deg);
  }
  70% {
    -webkit-transform: translate(-8px, -5px) rotate(2.5deg);
  }
  72% {
    -webkit-transform: translate(0px, 5px) rotate(-1.5deg);
  }
  74% {
    -webkit-transform: translate(-6px, 7px) rotate(-0.5deg);
  }
  76% {
    -webkit-transform: translate(-8px, -8px) rotate(-3.5deg);
  }
  78% {
    -webkit-transform: translate(-5px, -5px) rotate(0.5deg);
  }
  80% {
    -webkit-transform: translate(0px, 6px) rotate(1.5deg);
  }
  82% {
    -webkit-transform: translate(6px, 5px) rotate(-1.5deg);
  }
  84% {
    -webkit-transform: translate(-5px, -1px) rotate(2.5deg);
  }
  86% {
    -webkit-transform: translate(4px, -6px) rotate(2.5deg);
  }
  88% {
    -webkit-transform: translate(9px, 5px) rotate(-2.5deg);
  }
  90% {
    -webkit-transform: translate(-9px, -4px) rotate(-0.5deg);
  }
  92% {
    -webkit-transform: translate(-3px, 6px) rotate(-1.5deg);
  }
  94% {
    -webkit-transform: translate(7px, 5px) rotate(2.5deg);
  }
  96% {
    -webkit-transform: translate(1px, -8px) rotate(-0.5deg);
  }
  98% {
    -webkit-transform: translate(0px, 7px) rotate(2.5deg);
  }
}
@-ms-keyframes shake-hard {
  0% {
    -ms-transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    -ms-transform: translate(-10px, 6px) rotate(-0.5deg);
  }
  4% {
    -ms-transform: translate(0px, 7px) rotate(2.5deg);
  }
  6% {
    -ms-transform: translate(-1px, 8px) rotate(-0.5deg);
  }
  8% {
    -ms-transform: translate(-2px, 3px) rotate(2.5deg);
  }
  10% {
    -ms-transform: translate(-8px, -3px) rotate(1.5deg);
  }
  12% {
    -ms-transform: translate(9px, 0px) rotate(-0.5deg);
  }
  14% {
    -ms-transform: translate(8px, 8px) rotate(-2.5deg);
  }
  16% {
    -ms-transform: translate(9px, 2px) rotate(1.5deg);
  }
  18% {
    -ms-transform: translate(-4px, 8px) rotate(-0.5deg);
  }
  20% {
    -ms-transform: translate(-7px, -6px) rotate(0.5deg);
  }
  22% {
    -ms-transform: translate(-8px, -5px) rotate(0.5deg);
  }
  24% {
    -ms-transform: translate(-4px, -8px) rotate(2.5deg);
  }
  26% {
    -ms-transform: translate(9px, 1px) rotate(-3.5deg);
  }
  28% {
    -ms-transform: translate(-5px, -3px) rotate(0.5deg);
  }
  30% {
    -ms-transform: translate(3px, 5px) rotate(2.5deg);
  }
  32% {
    -ms-transform: translate(4px, 6px) rotate(1.5deg);
  }
  34% {
    -ms-transform: translate(-9px, -6px) rotate(1.5deg);
  }
  36% {
    -ms-transform: translate(7px, 4px) rotate(-2.5deg);
  }
  38% {
    -ms-transform: translate(9px, -2px) rotate(-2.5deg);
  }
  40% {
    -ms-transform: translate(5px, -6px) rotate(1.5deg);
  }
  42% {
    -ms-transform: translate(-7px, 1px) rotate(2.5deg);
  }
  44% {
    -ms-transform: translate(8px, 1px) rotate(0.5deg);
  }
  46% {
    -ms-transform: translate(7px, -9px) rotate(-2.5deg);
  }
  48% {
    -ms-transform: translate(3px, 2px) rotate(-3.5deg);
  }
  50% {
    -ms-transform: translate(6px, -2px) rotate(-0.5deg);
  }
  52% {
    -ms-transform: translate(4px, -4px) rotate(0.5deg);
  }
  54% {
    -ms-transform: translate(-9px, 1px) rotate(-2.5deg);
  }
  56% {
    -ms-transform: translate(1px, 3px) rotate(-0.5deg);
  }
  58% {
    -ms-transform: translate(-1px, -10px) rotate(-1.5deg);
  }
  60% {
    -ms-transform: translate(4px, 7px) rotate(0.5deg);
  }
  62% {
    -ms-transform: translate(-4px, -8px) rotate(1.5deg);
  }
  64% {
    -ms-transform: translate(3px, 6px) rotate(-3.5deg);
  }
  66% {
    -ms-transform: translate(6px, 6px) rotate(0.5deg);
  }
  68% {
    -ms-transform: translate(2px, 0px) rotate(-3.5deg);
  }
  70% {
    -ms-transform: translate(8px, -3px) rotate(0.5deg);
  }
  72% {
    -ms-transform: translate(7px, 8px) rotate(2.5deg);
  }
  74% {
    -ms-transform: translate(-8px, -2px) rotate(-0.5deg);
  }
  76% {
    -ms-transform: translate(8px, -3px) rotate(-0.5deg);
  }
  78% {
    -ms-transform: translate(-8px, 1px) rotate(2.5deg);
  }
  80% {
    -ms-transform: translate(7px, -9px) rotate(-3.5deg);
  }
  82% {
    -ms-transform: translate(1px, -8px) rotate(2.5deg);
  }
  84% {
    -ms-transform: translate(6px, -4px) rotate(-0.5deg);
  }
  86% {
    -ms-transform: translate(7px, -5px) rotate(1.5deg);
  }
  88% {
    -ms-transform: translate(-1px, 2px) rotate(-3.5deg);
  }
  90% {
    -ms-transform: translate(-3px, 5px) rotate(-0.5deg);
  }
  92% {
    -ms-transform: translate(-8px, -8px) rotate(-3.5deg);
  }
  94% {
    -ms-transform: translate(9px, 5px) rotate(-1.5deg);
  }
  96% {
    -ms-transform: translate(-7px, 5px) rotate(2.5deg);
  }
  98% {
    -ms-transform: translate(-4px, -10px) rotate(1.5deg);
  }
}
@keyframes shake-hard {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    transform: translate(-1px, 2px) rotate(-0.5deg);
  }
  4% {
    transform: translate(9px, 2px) rotate(1.5deg);
  }
  6% {
    transform: translate(7px, 3px) rotate(-1.5deg);
  }
  8% {
    transform: translate(8px, 9px) rotate(-1.5deg);
  }
  10% {
    transform: translate(2px, -9px) rotate(0.5deg);
  }
  12% {
    transform: translate(-8px, -4px) rotate(0.5deg);
  }
  14% {
    transform: translate(-2px, -10px) rotate(-2.5deg);
  }
  16% {
    transform: translate(-6px, 0px) rotate(-3.5deg);
  }
  18% {
    transform: translate(3px, -4px) rotate(-3.5deg);
  }
  20% {
    transform: translate(5px, -2px) rotate(-1.5deg);
  }
  22% {
    transform: translate(1px, -1px) rotate(-3.5deg);
  }
  24% {
    transform: translate(-7px, 8px) rotate(-1.5deg);
  }
  26% {
    transform: translate(6px, 6px) rotate(-3.5deg);
  }
  28% {
    transform: translate(1px, 8px) rotate(1.5deg);
  }
  30% {
    transform: translate(-2px, 2px) rotate(0.5deg);
  }
  32% {
    transform: translate(5px, 6px) rotate(-2.5deg);
  }
  34% {
    transform: translate(5px, 3px) rotate(-0.5deg);
  }
  36% {
    transform: translate(8px, -10px) rotate(-1.5deg);
  }
  38% {
    transform: translate(-6px, 9px) rotate(-3.5deg);
  }
  40% {
    transform: translate(-8px, 9px) rotate(1.5deg);
  }
  42% {
    transform: translate(-2px, -10px) rotate(-0.5deg);
  }
  44% {
    transform: translate(-8px, 6px) rotate(2.5deg);
  }
  46% {
    transform: translate(-3px, -5px) rotate(0.5deg);
  }
  48% {
    transform: translate(0px, 1px) rotate(-1.5deg);
  }
  50% {
    transform: translate(9px, -5px) rotate(-0.5deg);
  }
  52% {
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  54% {
    transform: translate(-7px, -2px) rotate(2.5deg);
  }
  56% {
    transform: translate(1px, 8px) rotate(1.5deg);
  }
  58% {
    transform: translate(-5px, -9px) rotate(0.5deg);
  }
  60% {
    transform: translate(-10px, -3px) rotate(1.5deg);
  }
  62% {
    transform: translate(-1px, -4px) rotate(-2.5deg);
  }
  64% {
    transform: translate(-5px, 2px) rotate(0.5deg);
  }
  66% {
    transform: translate(-6px, 9px) rotate(-0.5deg);
  }
  68% {
    transform: translate(-1px, 9px) rotate(-3.5deg);
  }
  70% {
    transform: translate(-8px, -9px) rotate(2.5deg);
  }
  72% {
    transform: translate(8px, -8px) rotate(-3.5deg);
  }
  74% {
    transform: translate(-3px, 4px) rotate(0.5deg);
  }
  76% {
    transform: translate(-8px, 2px) rotate(-3.5deg);
  }
  78% {
    transform: translate(2px, -10px) rotate(-1.5deg);
  }
  80% {
    transform: translate(-6px, 1px) rotate(2.5deg);
  }
  82% {
    transform: translate(1px, -1px) rotate(2.5deg);
  }
  84% {
    transform: translate(7px, -7px) rotate(0.5deg);
  }
  86% {
    transform: translate(6px, 0px) rotate(1.5deg);
  }
  88% {
    transform: translate(-7px, 9px) rotate(0.5deg);
  }
  90% {
    transform: translate(-5px, 4px) rotate(-2.5deg);
  }
  92% {
    transform: translate(7px, -3px) rotate(-1.5deg);
  }
  94% {
    transform: translate(-5px, -4px) rotate(1.5deg);
  }
  96% {
    transform: translate(5px, 4px) rotate(0.5deg);
  }
  98% {
    transform: translate(6px, 6px) rotate(2.5deg);
  }
}
@-webkit-keyframes shake-horizontal {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    -webkit-transform: translate(6px, 0px) rotate(0deg);
  }
  4% {
    -webkit-transform: translate(-8px, 0px) rotate(0deg);
  }
  6% {
    -webkit-transform: translate(-7px, 0px) rotate(0deg);
  }
  8% {
    -webkit-transform: translate(6px, 0px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(7px, 0px) rotate(0deg);
  }
  12% {
    -webkit-transform: translate(-7px, 0px) rotate(0deg);
  }
  14% {
    -webkit-transform: translate(-6px, 0px) rotate(0deg);
  }
  16% {
    -webkit-transform: translate(6px, 0px) rotate(0deg);
  }
  18% {
    -webkit-transform: translate(3px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(5px, 0px) rotate(0deg);
  }
  22% {
    -webkit-transform: translate(3px, 0px) rotate(0deg);
  }
  24% {
    -webkit-transform: translate(-5px, 0px) rotate(0deg);
  }
  26% {
    -webkit-transform: translate(9px, 0px) rotate(0deg);
  }
  28% {
    -webkit-transform: translate(6px, 0px) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(8px, 0px) rotate(0deg);
  }
  32% {
    -webkit-transform: translate(-7px, 0px) rotate(0deg);
  }
  34% {
    -webkit-transform: translate(-8px, 0px) rotate(0deg);
  }
  36% {
    -webkit-transform: translate(7px, 0px) rotate(0deg);
  }
  38% {
    -webkit-transform: translate(6px, 0px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(-10px, 0px) rotate(0deg);
  }
  42% {
    -webkit-transform: translate(3px, 0px) rotate(0deg);
  }
  44% {
    -webkit-transform: translate(1px, 0px) rotate(0deg);
  }
  46% {
    -webkit-transform: translate(1px, 0px) rotate(0deg);
  }
  48% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-10px, 0px) rotate(0deg);
  }
  52% {
    -webkit-transform: translate(-3px, 0px) rotate(0deg);
  }
  54% {
    -webkit-transform: translate(5px, 0px) rotate(0deg);
  }
  56% {
    -webkit-transform: translate(-2px, 0px) rotate(0deg);
  }
  58% {
    -webkit-transform: translate(-6px, 0px) rotate(0deg);
  }
  60% {
    -webkit-transform: translate(9px, 0px) rotate(0deg);
  }
  62% {
    -webkit-transform: translate(5px, 0px) rotate(0deg);
  }
  64% {
    -webkit-transform: translate(9px, 0px) rotate(0deg);
  }
  66% {
    -webkit-transform: translate(-7px, 0px) rotate(0deg);
  }
  68% {
    -webkit-transform: translate(9px, 0px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(8px, 0px) rotate(0deg);
  }
  72% {
    -webkit-transform: translate(-10px, 0px) rotate(0deg);
  }
  74% {
    -webkit-transform: translate(-3px, 0px) rotate(0deg);
  }
  76% {
    -webkit-transform: translate(-2px, 0px) rotate(0deg);
  }
  78% {
    -webkit-transform: translate(2px, 0px) rotate(0deg);
  }
  80% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  82% {
    -webkit-transform: translate(7px, 0px) rotate(0deg);
  }
  84% {
    -webkit-transform: translate(-3px, 0px) rotate(0deg);
  }
  86% {
    -webkit-transform: translate(5px, 0px) rotate(0deg);
  }
  88% {
    -webkit-transform: translate(-8px, 0px) rotate(0deg);
  }
  90% {
    -webkit-transform: translate(4px, 0px) rotate(0deg);
  }
  92% {
    -webkit-transform: translate(-5px, 0px) rotate(0deg);
  }
  94% {
    -webkit-transform: translate(5px, 0px) rotate(0deg);
  }
  96% {
    -webkit-transform: translate(1px, 0px) rotate(0deg);
  }
  98% {
    -webkit-transform: translate(8px, 0px) rotate(0deg);
  }
}
@-ms-keyframes shake-horizontal {
  0% {
    -ms-transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    -ms-transform: translate(2px, 0px) rotate(0deg);
  }
  4% {
    -ms-transform: translate(-7px, 0px) rotate(0deg);
  }
  6% {
    -ms-transform: translate(-9px, 0px) rotate(0deg);
  }
  8% {
    -ms-transform: translate(-8px, 0px) rotate(0deg);
  }
  10% {
    -ms-transform: translate(-6px, 0px) rotate(0deg);
  }
  12% {
    -ms-transform: translate(-1px, 0px) rotate(0deg);
  }
  14% {
    -ms-transform: translate(-7px, 0px) rotate(0deg);
  }
  16% {
    -ms-transform: translate(-1px, 0px) rotate(0deg);
  }
  18% {
    -ms-transform: translate(-9px, 0px) rotate(0deg);
  }
  20% {
    -ms-transform: translate(7px, 0px) rotate(0deg);
  }
  22% {
    -ms-transform: translate(-6px, 0px) rotate(0deg);
  }
  24% {
    -ms-transform: translate(8px, 0px) rotate(0deg);
  }
  26% {
    -ms-transform: translate(6px, 0px) rotate(0deg);
  }
  28% {
    -ms-transform: translate(-5px, 0px) rotate(0deg);
  }
  30% {
    -ms-transform: translate(7px, 0px) rotate(0deg);
  }
  32% {
    -ms-transform: translate(-7px, 0px) rotate(0deg);
  }
  34% {
    -ms-transform: translate(-10px, 0px) rotate(0deg);
  }
  36% {
    -ms-transform: translate(5px, 0px) rotate(0deg);
  }
  38% {
    -ms-transform: translate(-8px, 0px) rotate(0deg);
  }
  40% {
    -ms-transform: translate(-1px, 0px) rotate(0deg);
  }
  42% {
    -ms-transform: translate(-4px, 0px) rotate(0deg);
  }
  44% {
    -ms-transform: translate(1px, 0px) rotate(0deg);
  }
  46% {
    -ms-transform: translate(3px, 0px) rotate(0deg);
  }
  48% {
    -ms-transform: translate(2px, 0px) rotate(0deg);
  }
  50% {
    -ms-transform: translate(0px, 0px) rotate(0deg);
  }
  52% {
    -ms-transform: translate(-10px, 0px) rotate(0deg);
  }
  54% {
    -ms-transform: translate(1px, 0px) rotate(0deg);
  }
  56% {
    -ms-transform: translate(1px, 0px) rotate(0deg);
  }
  58% {
    -ms-transform: translate(-2px, 0px) rotate(0deg);
  }
  60% {
    -ms-transform: translate(-7px, 0px) rotate(0deg);
  }
  62% {
    -ms-transform: translate(-7px, 0px) rotate(0deg);
  }
  64% {
    -ms-transform: translate(-2px, 0px) rotate(0deg);
  }
  66% {
    -ms-transform: translate(-2px, 0px) rotate(0deg);
  }
  68% {
    -ms-transform: translate(1px, 0px) rotate(0deg);
  }
  70% {
    -ms-transform: translate(-6px, 0px) rotate(0deg);
  }
  72% {
    -ms-transform: translate(9px, 0px) rotate(0deg);
  }
  74% {
    -ms-transform: translate(2px, 0px) rotate(0deg);
  }
  76% {
    -ms-transform: translate(-5px, 0px) rotate(0deg);
  }
  78% {
    -ms-transform: translate(-9px, 0px) rotate(0deg);
  }
  80% {
    -ms-transform: translate(8px, 0px) rotate(0deg);
  }
  82% {
    -ms-transform: translate(7px, 0px) rotate(0deg);
  }
  84% {
    -ms-transform: translate(2px, 0px) rotate(0deg);
  }
  86% {
    -ms-transform: translate(-10px, 0px) rotate(0deg);
  }
  88% {
    -ms-transform: translate(-6px, 0px) rotate(0deg);
  }
  90% {
    -ms-transform: translate(4px, 0px) rotate(0deg);
  }
  92% {
    -ms-transform: translate(-4px, 0px) rotate(0deg);
  }
  94% {
    -ms-transform: translate(4px, 0px) rotate(0deg);
  }
  96% {
    -ms-transform: translate(2px, 0px) rotate(0deg);
  }
  98% {
    -ms-transform: translate(-1px, 0px) rotate(0deg);
  }
}
@keyframes shake-horizontal {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    transform: translate(-3px, 0px) rotate(0deg);
  }
  4% {
    transform: translate(1px, 0px) rotate(0deg);
  }
  6% {
    transform: translate(-8px, 0px) rotate(0deg);
  }
  8% {
    transform: translate(-6px, 0px) rotate(0deg);
  }
  10% {
    transform: translate(-9px, 0px) rotate(0deg);
  }
  12% {
    transform: translate(5px, 0px) rotate(0deg);
  }
  14% {
    transform: translate(7px, 0px) rotate(0deg);
  }
  16% {
    transform: translate(-8px, 0px) rotate(0deg);
  }
  18% {
    transform: translate(2px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(-4px, 0px) rotate(0deg);
  }
  22% {
    transform: translate(2px, 0px) rotate(0deg);
  }
  24% {
    transform: translate(-5px, 0px) rotate(0deg);
  }
  26% {
    transform: translate(-9px, 0px) rotate(0deg);
  }
  28% {
    transform: translate(4px, 0px) rotate(0deg);
  }
  30% {
    transform: translate(5px, 0px) rotate(0deg);
  }
  32% {
    transform: translate(-2px, 0px) rotate(0deg);
  }
  34% {
    transform: translate(-2px, 0px) rotate(0deg);
  }
  36% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  38% {
    transform: translate(-1px, 0px) rotate(0deg);
  }
  40% {
    transform: translate(-10px, 0px) rotate(0deg);
  }
  42% {
    transform: translate(-10px, 0px) rotate(0deg);
  }
  44% {
    transform: translate(-3px, 0px) rotate(0deg);
  }
  46% {
    transform: translate(6px, 0px) rotate(0deg);
  }
  48% {
    transform: translate(-5px, 0px) rotate(0deg);
  }
  50% {
    transform: translate(-9px, 0px) rotate(0deg);
  }
  52% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  54% {
    transform: translate(3px, 0px) rotate(0deg);
  }
  56% {
    transform: translate(-5px, 0px) rotate(0deg);
  }
  58% {
    transform: translate(-4px, 0px) rotate(0deg);
  }
  60% {
    transform: translate(7px, 0px) rotate(0deg);
  }
  62% {
    transform: translate(-9px, 0px) rotate(0deg);
  }
  64% {
    transform: translate(4px, 0px) rotate(0deg);
  }
  66% {
    transform: translate(7px, 0px) rotate(0deg);
  }
  68% {
    transform: translate(3px, 0px) rotate(0deg);
  }
  70% {
    transform: translate(-6px, 0px) rotate(0deg);
  }
  72% {
    transform: translate(-1px, 0px) rotate(0deg);
  }
  74% {
    transform: translate(-1px, 0px) rotate(0deg);
  }
  76% {
    transform: translate(-4px, 0px) rotate(0deg);
  }
  78% {
    transform: translate(-1px, 0px) rotate(0deg);
  }
  80% {
    transform: translate(-2px, 0px) rotate(0deg);
  }
  82% {
    transform: translate(1px, 0px) rotate(0deg);
  }
  84% {
    transform: translate(9px, 0px) rotate(0deg);
  }
  86% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  88% {
    transform: translate(1px, 0px) rotate(0deg);
  }
  90% {
    transform: translate(-5px, 0px) rotate(0deg);
  }
  92% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  94% {
    transform: translate(5px, 0px) rotate(0deg);
  }
  96% {
    transform: translate(-7px, 0px) rotate(0deg);
  }
  98% {
    transform: translate(-8px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes shake-vertical {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    -webkit-transform: translate(0px, -1px) rotate(0deg);
  }
  4% {
    -webkit-transform: translate(0px, -2px) rotate(0deg);
  }
  6% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  8% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(0px, -5px) rotate(0deg);
  }
  12% {
    -webkit-transform: translate(0px, 3px) rotate(0deg);
  }
  14% {
    -webkit-transform: translate(0px, -7px) rotate(0deg);
  }
  16% {
    -webkit-transform: translate(0px, -3px) rotate(0deg);
  }
  18% {
    -webkit-transform: translate(0px, -6px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(0px, 6px) rotate(0deg);
  }
  22% {
    -webkit-transform: translate(0px, -8px) rotate(0deg);
  }
  24% {
    -webkit-transform: translate(0px, -8px) rotate(0deg);
  }
  26% {
    -webkit-transform: translate(0px, -1px) rotate(0deg);
  }
  28% {
    -webkit-transform: translate(0px, 5px) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(0px, -9px) rotate(0deg);
  }
  32% {
    -webkit-transform: translate(0px, -10px) rotate(0deg);
  }
  34% {
    -webkit-transform: translate(0px, -6px) rotate(0deg);
  }
  36% {
    -webkit-transform: translate(0px, -1px) rotate(0deg);
  }
  38% {
    -webkit-transform: translate(0px, 8px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(0px, 9px) rotate(0deg);
  }
  42% {
    -webkit-transform: translate(0px, -1px) rotate(0deg);
  }
  44% {
    -webkit-transform: translate(0px, 8px) rotate(0deg);
  }
  46% {
    -webkit-transform: translate(0px, -6px) rotate(0deg);
  }
  48% {
    -webkit-transform: translate(0px, 8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0px, -2px) rotate(0deg);
  }
  52% {
    -webkit-transform: translate(0px, 8px) rotate(0deg);
  }
  54% {
    -webkit-transform: translate(0px, 7px) rotate(0deg);
  }
  56% {
    -webkit-transform: translate(0px, -1px) rotate(0deg);
  }
  58% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
  }
  60% {
    -webkit-transform: translate(0px, 9px) rotate(0deg);
  }
  62% {
    -webkit-transform: translate(0px, -5px) rotate(0deg);
  }
  64% {
    -webkit-transform: translate(0px, 7px) rotate(0deg);
  }
  66% {
    -webkit-transform: translate(0px, -8px) rotate(0deg);
  }
  68% {
    -webkit-transform: translate(0px, -4px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(0px, -4px) rotate(0deg);
  }
  72% {
    -webkit-transform: translate(0px, 3px) rotate(0deg);
  }
  74% {
    -webkit-transform: translate(0px, 3px) rotate(0deg);
  }
  76% {
    -webkit-transform: translate(0px, -3px) rotate(0deg);
  }
  78% {
    -webkit-transform: translate(0px, -1px) rotate(0deg);
  }
  80% {
    -webkit-transform: translate(0px, -10px) rotate(0deg);
  }
  82% {
    -webkit-transform: translate(0px, -2px) rotate(0deg);
  }
  84% {
    -webkit-transform: translate(0px, -9px) rotate(0deg);
  }
  86% {
    -webkit-transform: translate(0px, -1px) rotate(0deg);
  }
  88% {
    -webkit-transform: translate(0px, 1px) rotate(0deg);
  }
  90% {
    -webkit-transform: translate(0px, -1px) rotate(0deg);
  }
  92% {
    -webkit-transform: translate(0px, -3px) rotate(0deg);
  }
  94% {
    -webkit-transform: translate(0px, -3px) rotate(0deg);
  }
  96% {
    -webkit-transform: translate(0px, 6px) rotate(0deg);
  }
  98% {
    -webkit-transform: translate(0px, 7px) rotate(0deg);
  }
}
@-ms-keyframes shake-vertical {
  0% {
    -ms-transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    -ms-transform: translate(0px, 8px) rotate(0deg);
  }
  4% {
    -ms-transform: translate(0px, -6px) rotate(0deg);
  }
  6% {
    -ms-transform: translate(0px, -1px) rotate(0deg);
  }
  8% {
    -ms-transform: translate(0px, 3px) rotate(0deg);
  }
  10% {
    -ms-transform: translate(0px, 7px) rotate(0deg);
  }
  12% {
    -ms-transform: translate(0px, 8px) rotate(0deg);
  }
  14% {
    -ms-transform: translate(0px, -2px) rotate(0deg);
  }
  16% {
    -ms-transform: translate(0px, 4px) rotate(0deg);
  }
  18% {
    -ms-transform: translate(0px, 1px) rotate(0deg);
  }
  20% {
    -ms-transform: translate(0px, -1px) rotate(0deg);
  }
  22% {
    -ms-transform: translate(0px, 1px) rotate(0deg);
  }
  24% {
    -ms-transform: translate(0px, -6px) rotate(0deg);
  }
  26% {
    -ms-transform: translate(0px, 1px) rotate(0deg);
  }
  28% {
    -ms-transform: translate(0px, -6px) rotate(0deg);
  }
  30% {
    -ms-transform: translate(0px, -4px) rotate(0deg);
  }
  32% {
    -ms-transform: translate(0px, -4px) rotate(0deg);
  }
  34% {
    -ms-transform: translate(0px, 2px) rotate(0deg);
  }
  36% {
    -ms-transform: translate(0px, -4px) rotate(0deg);
  }
  38% {
    -ms-transform: translate(0px, 9px) rotate(0deg);
  }
  40% {
    -ms-transform: translate(0px, -3px) rotate(0deg);
  }
  42% {
    -ms-transform: translate(0px, -2px) rotate(0deg);
  }
  44% {
    -ms-transform: translate(0px, -5px) rotate(0deg);
  }
  46% {
    -ms-transform: translate(0px, -4px) rotate(0deg);
  }
  48% {
    -ms-transform: translate(0px, -10px) rotate(0deg);
  }
  50% {
    -ms-transform: translate(0px, -8px) rotate(0deg);
  }
  52% {
    -ms-transform: translate(0px, 6px) rotate(0deg);
  }
  54% {
    -ms-transform: translate(0px, -6px) rotate(0deg);
  }
  56% {
    -ms-transform: translate(0px, -7px) rotate(0deg);
  }
  58% {
    -ms-transform: translate(0px, -8px) rotate(0deg);
  }
  60% {
    -ms-transform: translate(0px, 2px) rotate(0deg);
  }
  62% {
    -ms-transform: translate(0px, -9px) rotate(0deg);
  }
  64% {
    -ms-transform: translate(0px, -8px) rotate(0deg);
  }
  66% {
    -ms-transform: translate(0px, -7px) rotate(0deg);
  }
  68% {
    -ms-transform: translate(0px, -7px) rotate(0deg);
  }
  70% {
    -ms-transform: translate(0px, 0px) rotate(0deg);
  }
  72% {
    -ms-transform: translate(0px, 1px) rotate(0deg);
  }
  74% {
    -ms-transform: translate(0px, 5px) rotate(0deg);
  }
  76% {
    -ms-transform: translate(0px, -2px) rotate(0deg);
  }
  78% {
    -ms-transform: translate(0px, -3px) rotate(0deg);
  }
  80% {
    -ms-transform: translate(0px, -3px) rotate(0deg);
  }
  82% {
    -ms-transform: translate(0px, 0px) rotate(0deg);
  }
  84% {
    -ms-transform: translate(0px, 5px) rotate(0deg);
  }
  86% {
    -ms-transform: translate(0px, -7px) rotate(0deg);
  }
  88% {
    -ms-transform: translate(0px, 5px) rotate(0deg);
  }
  90% {
    -ms-transform: translate(0px, 6px) rotate(0deg);
  }
  92% {
    -ms-transform: translate(0px, -8px) rotate(0deg);
  }
  94% {
    -ms-transform: translate(0px, -4px) rotate(0deg);
  }
  96% {
    -ms-transform: translate(0px, 1px) rotate(0deg);
  }
  98% {
    -ms-transform: translate(0px, -1px) rotate(0deg);
  }
}
@keyframes shake-vertical {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    transform: translate(0px, -6px) rotate(0deg);
  }
  4% {
    transform: translate(0px, -8px) rotate(0deg);
  }
  6% {
    transform: translate(0px, 6px) rotate(0deg);
  }
  8% {
    transform: translate(0px, 3px) rotate(0deg);
  }
  10% {
    transform: translate(0px, 2px) rotate(0deg);
  }
  12% {
    transform: translate(0px, 1px) rotate(0deg);
  }
  14% {
    transform: translate(0px, -3px) rotate(0deg);
  }
  16% {
    transform: translate(0px, -9px) rotate(0deg);
  }
  18% {
    transform: translate(0px, 8px) rotate(0deg);
  }
  20% {
    transform: translate(0px, 4px) rotate(0deg);
  }
  22% {
    transform: translate(0px, -7px) rotate(0deg);
  }
  24% {
    transform: translate(0px, 2px) rotate(0deg);
  }
  26% {
    transform: translate(0px, 5px) rotate(0deg);
  }
  28% {
    transform: translate(0px, 8px) rotate(0deg);
  }
  30% {
    transform: translate(0px, 2px) rotate(0deg);
  }
  32% {
    transform: translate(0px, -8px) rotate(0deg);
  }
  34% {
    transform: translate(0px, 5px) rotate(0deg);
  }
  36% {
    transform: translate(0px, 5px) rotate(0deg);
  }
  38% {
    transform: translate(0px, -5px) rotate(0deg);
  }
  40% {
    transform: translate(0px, 1px) rotate(0deg);
  }
  42% {
    transform: translate(0px, -4px) rotate(0deg);
  }
  44% {
    transform: translate(0px, -2px) rotate(0deg);
  }
  46% {
    transform: translate(0px, 8px) rotate(0deg);
  }
  48% {
    transform: translate(0px, -2px) rotate(0deg);
  }
  50% {
    transform: translate(0px, -10px) rotate(0deg);
  }
  52% {
    transform: translate(0px, 9px) rotate(0deg);
  }
  54% {
    transform: translate(0px, -4px) rotate(0deg);
  }
  56% {
    transform: translate(0px, -4px) rotate(0deg);
  }
  58% {
    transform: translate(0px, 8px) rotate(0deg);
  }
  60% {
    transform: translate(0px, -4px) rotate(0deg);
  }
  62% {
    transform: translate(0px, 9px) rotate(0deg);
  }
  64% {
    transform: translate(0px, 8px) rotate(0deg);
  }
  66% {
    transform: translate(0px, 1px) rotate(0deg);
  }
  68% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  70% {
    transform: translate(0px, 7px) rotate(0deg);
  }
  72% {
    transform: translate(0px, -2px) rotate(0deg);
  }
  74% {
    transform: translate(0px, 1px) rotate(0deg);
  }
  76% {
    transform: translate(0px, -6px) rotate(0deg);
  }
  78% {
    transform: translate(0px, 6px) rotate(0deg);
  }
  80% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  82% {
    transform: translate(0px, 9px) rotate(0deg);
  }
  84% {
    transform: translate(0px, -6px) rotate(0deg);
  }
  86% {
    transform: translate(0px, 8px) rotate(0deg);
  }
  88% {
    transform: translate(0px, 3px) rotate(0deg);
  }
  90% {
    transform: translate(0px, 4px) rotate(0deg);
  }
  92% {
    transform: translate(0px, 7px) rotate(0deg);
  }
  94% {
    transform: translate(0px, 7px) rotate(0deg);
  }
  96% {
    transform: translate(0px, 9px) rotate(0deg);
  }
  98% {
    transform: translate(0px, -9px) rotate(0deg);
  }
}
@-webkit-keyframes shake-rotate {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    -webkit-transform: translate(0px, 0px) rotate(5.5deg);
  }
  4% {
    -webkit-transform: translate(0px, 0px) rotate(-7.5deg);
  }
  6% {
    -webkit-transform: translate(0px, 0px) rotate(6.5deg);
  }
  8% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
  }
  10% {
    -webkit-transform: translate(0px, 0px) rotate(4.5deg);
  }
  12% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
  }
  14% {
    -webkit-transform: translate(0px, 0px) rotate(4.5deg);
  }
  16% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
  }
  18% {
    -webkit-transform: translate(0px, 0px) rotate(5.5deg);
  }
  20% {
    -webkit-transform: translate(0px, 0px) rotate(5.5deg);
  }
  22% {
    -webkit-transform: translate(0px, 0px) rotate(-5.5deg);
  }
  24% {
    -webkit-transform: translate(0px, 0px) rotate(-4.5deg);
  }
  26% {
    -webkit-transform: translate(0px, 0px) rotate(-6.5deg);
  }
  28% {
    -webkit-transform: translate(0px, 0px) rotate(6.5deg);
  }
  30% {
    -webkit-transform: translate(0px, 0px) rotate(3.5deg);
  }
  32% {
    -webkit-transform: translate(0px, 0px) rotate(-2.5deg);
  }
  34% {
    -webkit-transform: translate(0px, 0px) rotate(-7.5deg);
  }
  36% {
    -webkit-transform: translate(0px, 0px) rotate(-2.5deg);
  }
  38% {
    -webkit-transform: translate(0px, 0px) rotate(6.5deg);
  }
  40% {
    -webkit-transform: translate(0px, 0px) rotate(-2.5deg);
  }
  42% {
    -webkit-transform: translate(0px, 0px) rotate(-2.5deg);
  }
  44% {
    -webkit-transform: translate(0px, 0px) rotate(2.5deg);
  }
  46% {
    -webkit-transform: translate(0px, 0px) rotate(1.5deg);
  }
  48% {
    -webkit-transform: translate(0px, 0px) rotate(4.5deg);
  }
  50% {
    -webkit-transform: translate(0px, 0px) rotate(1.5deg);
  }
  52% {
    -webkit-transform: translate(0px, 0px) rotate(3.5deg);
  }
  54% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
  }
  56% {
    -webkit-transform: translate(0px, 0px) rotate(-7.5deg);
  }
  58% {
    -webkit-transform: translate(0px, 0px) rotate(6.5deg);
  }
  60% {
    -webkit-transform: translate(0px, 0px) rotate(-6.5deg);
  }
  62% {
    -webkit-transform: translate(0px, 0px) rotate(-1.5deg);
  }
  64% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
  }
  66% {
    -webkit-transform: translate(0px, 0px) rotate(5.5deg);
  }
  68% {
    -webkit-transform: translate(0px, 0px) rotate(-5.5deg);
  }
  70% {
    -webkit-transform: translate(0px, 0px) rotate(6.5deg);
  }
  72% {
    -webkit-transform: translate(0px, 0px) rotate(1.5deg);
  }
  74% {
    -webkit-transform: translate(0px, 0px) rotate(-1.5deg);
  }
  76% {
    -webkit-transform: translate(0px, 0px) rotate(5.5deg);
  }
  78% {
    -webkit-transform: translate(0px, 0px) rotate(5.5deg);
  }
  80% {
    -webkit-transform: translate(0px, 0px) rotate(6.5deg);
  }
  82% {
    -webkit-transform: translate(0px, 0px) rotate(-5.5deg);
  }
  84% {
    -webkit-transform: translate(0px, 0px) rotate(-2.5deg);
  }
  86% {
    -webkit-transform: translate(0px, 0px) rotate(2.5deg);
  }
  88% {
    -webkit-transform: translate(0px, 0px) rotate(-7.5deg);
  }
  90% {
    -webkit-transform: translate(0px, 0px) rotate(-4.5deg);
  }
  92% {
    -webkit-transform: translate(0px, 0px) rotate(-5.5deg);
  }
  94% {
    -webkit-transform: translate(0px, 0px) rotate(-4.5deg);
  }
  96% {
    -webkit-transform: translate(0px, 0px) rotate(-6.5deg);
  }
  98% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
  }
}
@-ms-keyframes shake-rotate {
  0% {
    -ms-transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    -ms-transform: translate(0px, 0px) rotate(4.5deg);
  }
  4% {
    -ms-transform: translate(0px, 0px) rotate(5.5deg);
  }
  6% {
    -ms-transform: translate(0px, 0px) rotate(-6.5deg);
  }
  8% {
    -ms-transform: translate(0px, 0px) rotate(-6.5deg);
  }
  10% {
    -ms-transform: translate(0px, 0px) rotate(-7.5deg);
  }
  12% {
    -ms-transform: translate(0px, 0px) rotate(1.5deg);
  }
  14% {
    -ms-transform: translate(0px, 0px) rotate(-4.5deg);
  }
  16% {
    -ms-transform: translate(0px, 0px) rotate(-3.5deg);
  }
  18% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  20% {
    -ms-transform: translate(0px, 0px) rotate(-6.5deg);
  }
  22% {
    -ms-transform: translate(0px, 0px) rotate(-1.5deg);
  }
  24% {
    -ms-transform: translate(0px, 0px) rotate(6.5deg);
  }
  26% {
    -ms-transform: translate(0px, 0px) rotate(-7.5deg);
  }
  28% {
    -ms-transform: translate(0px, 0px) rotate(-7.5deg);
  }
  30% {
    -ms-transform: translate(0px, 0px) rotate(1.5deg);
  }
  32% {
    -ms-transform: translate(0px, 0px) rotate(-4.5deg);
  }
  34% {
    -ms-transform: translate(0px, 0px) rotate(6.5deg);
  }
  36% {
    -ms-transform: translate(0px, 0px) rotate(-6.5deg);
  }
  38% {
    -ms-transform: translate(0px, 0px) rotate(-1.5deg);
  }
  40% {
    -ms-transform: translate(0px, 0px) rotate(-6.5deg);
  }
  42% {
    -ms-transform: translate(0px, 0px) rotate(4.5deg);
  }
  44% {
    -ms-transform: translate(0px, 0px) rotate(2.5deg);
  }
  46% {
    -ms-transform: translate(0px, 0px) rotate(-3.5deg);
  }
  48% {
    -ms-transform: translate(0px, 0px) rotate(5.5deg);
  }
  50% {
    -ms-transform: translate(0px, 0px) rotate(-7.5deg);
  }
  52% {
    -ms-transform: translate(0px, 0px) rotate(-5.5deg);
  }
  54% {
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
  }
  56% {
    -ms-transform: translate(0px, 0px) rotate(4.5deg);
  }
  58% {
    -ms-transform: translate(0px, 0px) rotate(-5.5deg);
  }
  60% {
    -ms-transform: translate(0px, 0px) rotate(1.5deg);
  }
  62% {
    -ms-transform: translate(0px, 0px) rotate(6.5deg);
  }
  64% {
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
  }
  66% {
    -ms-transform: translate(0px, 0px) rotate(6.5deg);
  }
  68% {
    -ms-transform: translate(0px, 0px) rotate(-3.5deg);
  }
  70% {
    -ms-transform: translate(0px, 0px) rotate(-4.5deg);
  }
  72% {
    -ms-transform: translate(0px, 0px) rotate(2.5deg);
  }
  74% {
    -ms-transform: translate(0px, 0px) rotate(6.5deg);
  }
  76% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  78% {
    -ms-transform: translate(0px, 0px) rotate(-1.5deg);
  }
  80% {
    -ms-transform: translate(0px, 0px) rotate(-5.5deg);
  }
  82% {
    -ms-transform: translate(0px, 0px) rotate(4.5deg);
  }
  84% {
    -ms-transform: translate(0px, 0px) rotate(6.5deg);
  }
  86% {
    -ms-transform: translate(0px, 0px) rotate(-7.5deg);
  }
  88% {
    -ms-transform: translate(0px, 0px) rotate(-0.5deg);
  }
  90% {
    -ms-transform: translate(0px, 0px) rotate(-1.5deg);
  }
  92% {
    -ms-transform: translate(0px, 0px) rotate(-1.5deg);
  }
  94% {
    -ms-transform: translate(0px, 0px) rotate(-7.5deg);
  }
  96% {
    -ms-transform: translate(0px, 0px) rotate(-5.5deg);
  }
  98% {
    -ms-transform: translate(0px, 0px) rotate(3.5deg);
  }
}
@keyframes shake-rotate {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    transform: translate(0px, 0px) rotate(-3.5deg);
  }
  4% {
    transform: translate(0px, 0px) rotate(-7.5deg);
  }
  6% {
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  8% {
    transform: translate(0px, 0px) rotate(4.5deg);
  }
  10% {
    transform: translate(0px, 0px) rotate(1.5deg);
  }
  12% {
    transform: translate(0px, 0px) rotate(-1.5deg);
  }
  14% {
    transform: translate(0px, 0px) rotate(2.5deg);
  }
  16% {
    transform: translate(0px, 0px) rotate(1.5deg);
  }
  18% {
    transform: translate(0px, 0px) rotate(-7.5deg);
  }
  20% {
    transform: translate(0px, 0px) rotate(4.5deg);
  }
  22% {
    transform: translate(0px, 0px) rotate(-4.5deg);
  }
  24% {
    transform: translate(0px, 0px) rotate(6.5deg);
  }
  26% {
    transform: translate(0px, 0px) rotate(2.5deg);
  }
  28% {
    transform: translate(0px, 0px) rotate(-3.5deg);
  }
  30% {
    transform: translate(0px, 0px) rotate(4.5deg);
  }
  32% {
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  34% {
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  36% {
    transform: translate(0px, 0px) rotate(6.5deg);
  }
  38% {
    transform: translate(0px, 0px) rotate(5.5deg);
  }
  40% {
    transform: translate(0px, 0px) rotate(3.5deg);
  }
  42% {
    transform: translate(0px, 0px) rotate(-5.5deg);
  }
  44% {
    transform: translate(0px, 0px) rotate(1.5deg);
  }
  46% {
    transform: translate(0px, 0px) rotate(4.5deg);
  }
  48% {
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  50% {
    transform: translate(0px, 0px) rotate(5.5deg);
  }
  52% {
    transform: translate(0px, 0px) rotate(4.5deg);
  }
  54% {
    transform: translate(0px, 0px) rotate(2.5deg);
  }
  56% {
    transform: translate(0px, 0px) rotate(3.5deg);
  }
  58% {
    transform: translate(0px, 0px) rotate(-4.5deg);
  }
  60% {
    transform: translate(0px, 0px) rotate(5.5deg);
  }
  62% {
    transform: translate(0px, 0px) rotate(5.5deg);
  }
  64% {
    transform: translate(0px, 0px) rotate(-6.5deg);
  }
  66% {
    transform: translate(0px, 0px) rotate(-6.5deg);
  }
  68% {
    transform: translate(0px, 0px) rotate(0.5deg);
  }
  70% {
    transform: translate(0px, 0px) rotate(-3.5deg);
  }
  72% {
    transform: translate(0px, 0px) rotate(-5.5deg);
  }
  74% {
    transform: translate(0px, 0px) rotate(3.5deg);
  }
  76% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  78% {
    transform: translate(0px, 0px) rotate(6.5deg);
  }
  80% {
    transform: translate(0px, 0px) rotate(5.5deg);
  }
  82% {
    transform: translate(0px, 0px) rotate(-0.5deg);
  }
  84% {
    transform: translate(0px, 0px) rotate(-5.5deg);
  }
  86% {
    transform: translate(0px, 0px) rotate(3.5deg);
  }
  88% {
    transform: translate(0px, 0px) rotate(1.5deg);
  }
  90% {
    transform: translate(0px, 0px) rotate(-4.5deg);
  }
  92% {
    transform: translate(0px, 0px) rotate(6.5deg);
  }
  94% {
    transform: translate(0px, 0px) rotate(-4.5deg);
  }
  96% {
    transform: translate(0px, 0px) rotate(5.5deg);
  }
  98% {
    transform: translate(0px, 0px) rotate(-4.5deg);
  }
}
@-webkit-keyframes shake-opacity {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    opacity: 0.2;
  }
  10% {
    -webkit-transform: translate(1px, -3px) rotate(-0.5deg);
    opacity: 0.7;
  }
  20% {
    -webkit-transform: translate(2px, -4px) rotate(-1.5deg);
    opacity: 0.4;
  }
  30% {
    -webkit-transform: translate(1px, -5px) rotate(-1.5deg);
    opacity: 0.7;
  }
  40% {
    -webkit-transform: translate(-1px, 0px) rotate(0.5deg);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: translate(-1px, 4px) rotate(1.5deg);
    opacity: 0.5;
  }
  60% {
    -webkit-transform: translate(-2px, 2px) rotate(-1.5deg);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: translate(0px, -2px) rotate(0.5deg);
    opacity: 0.9;
  }
  80% {
    -webkit-transform: translate(-2px, -3px) rotate(0.5deg);
    opacity: 0.1;
  }
  90% {
    -webkit-transform: translate(-2px, 0px) rotate(0.5deg);
    opacity: 0.1;
  }
}
@-ms-keyframes shake-opacity {
  0% {
    -ms-transform: translate(0px, 0px) rotate(0deg);
    opacity: 0.2;
  }
  10% {
    -ms-transform: translate(3px, 0px) rotate(0.5deg);
    opacity: 0.9;
  }
  20% {
    -ms-transform: translate(4px, 3px) rotate(-0.5deg);
    opacity: 0.8;
  }
  30% {
    -ms-transform: translate(2px, 2px) rotate(0.5deg);
    opacity: 0.9;
  }
  40% {
    -ms-transform: translate(-3px, 1px) rotate(0.5deg);
    opacity: 0.6;
  }
  50% {
    -ms-transform: translate(3px, -5px) rotate(1.5deg);
    opacity: 0.7;
  }
  60% {
    -ms-transform: translate(-3px, -2px) rotate(-1.5deg);
    opacity: 0.5;
  }
  70% {
    -ms-transform: translate(1px, -2px) rotate(1.5deg);
    opacity: 0.7;
  }
  80% {
    -ms-transform: translate(0px, 3px) rotate(0.5deg);
    opacity: 0.7;
  }
  90% {
    -ms-transform: translate(-5px, -3px) rotate(1.5deg);
    opacity: 0.8;
  }
}
@keyframes shake-opacity {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    opacity: 0.6;
  }
  10% {
    transform: translate(2px, -4px) rotate(-1.5deg);
    opacity: 0.3;
  }
  20% {
    transform: translate(0px, 0px) rotate(1.5deg);
    opacity: 0.3;
  }
  30% {
    transform: translate(0px, 2px) rotate(1.5deg);
    opacity: 0.4;
  }
  40% {
    transform: translate(0px, -5px) rotate(1.5deg);
    opacity: 0.1;
  }
  50% {
    transform: translate(2px, -4px) rotate(0.5deg);
    opacity: 0.1;
  }
  60% {
    transform: translate(-1px, 1px) rotate(1.5deg);
    opacity: 0.1;
  }
  70% {
    transform: translate(3px, -2px) rotate(1.5deg);
    opacity: 0.7;
  }
  80% {
    transform: translate(-5px, 4px) rotate(0.5deg);
    opacity: 0.7;
  }
  90% {
    transform: translate(-1px, 1px) rotate(-2.5deg);
    opacity: 0.7;
  }
}
@-webkit-keyframes shake-crazy {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    opacity: 0;
  }
  10% {
    -webkit-transform: translate(-8px, 18px) rotate(1deg);
    opacity: 0.7;
  }
  20% {
    -webkit-transform: translate(11px, 9px) rotate(2deg);
    opacity: 0.7;
  }
  30% {
    -webkit-transform: translate(3px, -11px) rotate(8deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: translate(-10px, -2px) rotate(5deg);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translate(-5px, -18px) rotate(-6deg);
    opacity: 0.2;
  }
  60% {
    -webkit-transform: translate(-16px, -12px) rotate(6deg);
    opacity: 0.1;
  }
  70% {
    -webkit-transform: translate(5px, 9px) rotate(-2deg);
    opacity: 0.5;
  }
  80% {
    -webkit-transform: translate(4px, 16px) rotate(-5deg);
    opacity: 0.7;
  }
  90% {
    -webkit-transform: translate(8px, -13px) rotate(3deg);
    opacity: 0.7;
  }
}
@-ms-keyframes shake-crazy {
  0% {
    -ms-transform: translate(0px, 0px) rotate(0deg);
    opacity: 0.6;
  }
  10% {
    -ms-transform: translate(-10px, -6px) rotate(-2deg);
    opacity: 0.8;
  }
  20% {
    -ms-transform: translate(7px, -4px) rotate(0deg);
    opacity: 0.4;
  }
  30% {
    -ms-transform: translate(-15px, 8px) rotate(-2deg);
    opacity: 0.5;
  }
  40% {
    -ms-transform: translate(5px, -18px) rotate(9deg);
    opacity: 0.4;
  }
  50% {
    -ms-transform: translate(-16px, -8px) rotate(2deg);
    opacity: 0.9;
  }
  60% {
    -ms-transform: translate(17px, 18px) rotate(-4deg);
    opacity: 0.6;
  }
  70% {
    -ms-transform: translate(9px, 15px) rotate(2deg);
    opacity: 0.2;
  }
  80% {
    -ms-transform: translate(2px, 6px) rotate(0deg);
    opacity: 0.5;
  }
  90% {
    -ms-transform: translate(-2px, -5px) rotate(-7deg);
    opacity: 0.5;
  }
}
@keyframes shake-crazy {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    opacity: 0.7;
  }
  10% {
    transform: translate(2px, -1px) rotate(-5deg);
    opacity: 0.9;
  }
  20% {
    transform: translate(-5px, -7px) rotate(6deg);
    opacity: 0.9;
  }
  30% {
    transform: translate(3px, 13px) rotate(9deg);
    opacity: 0.5;
  }
  40% {
    transform: translate(5px, -18px) rotate(-8deg);
    opacity: 0.3;
  }
  50% {
    transform: translate(-17px, 17px) rotate(-8deg);
    opacity: 0.4;
  }
  60% {
    transform: translate(-7px, 15px) rotate(-10deg);
    opacity: 0.8;
  }
  70% {
    transform: translate(8px, -12px) rotate(-7deg);
    opacity: 0.8;
  }
  80% {
    transform: translate(12px, -3px) rotate(-7deg);
    opacity: 0.5;
  }
  90% {
    transform: translate(-14px, 15px) rotate(-1deg);
    opacity: 0.8;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* site */
/* root */
#mq {
  width: auto;
}
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #e2dedf;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #ffffff;
  height: 100%;
}
body {
  position: relative;
  padding: 0;
  background-color: transparent;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #111;
  min-height: 100%;
}
body.ro-RO {
  font-family: "Helvetica Neue", "Helvetica", Arial, Sans-serif;
}
h1 {
  font-weight: normal;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
}
h2 {
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
h3 {
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}
h4 {
  font-family: arial;
}
a h1,
a h2,
a h3,
a h4 {
  color: #111;
}
.btn {
  display: block;
  float: left;
  padding: 20px 30px;
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: black;
  background: #ffe800;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn:hover {
  background: #fff166;
  -webkit-box-shadow: 0 0 2px #cca800;
  -moz-box-shadow: 0 0 2px #cca800;
  box-shadow: 0 0 2px #cca800;
}
.primary-trigger,
.login-trigger .icon,
.cart-trigger .icon {
  background: transparent url(../images/sprite.png?v2) 0 0 no-repeat;
}
.spriteNew,
.primary .lang li a {
  background: url('../images/sprite-new-v2.png?s=2') no-repeat;
}
.spriteShop {
  background: url('../images/sprite-shop.png?s=2') no-repeat;
}
.primary-trigger,
.login-trigger,
.cart-trigger,
.exposed-menu a {
  -webkit-transition: 0.2s background-color;
  -moz-transition: 0.2s background-color;
  -ms-transition: 0.2s background-color;
  -o-transition: 0.2s background-color;
  transition: 0.2s background-color;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  background-color: #fff;
  border-bottom: 1px solid #fae401;
  z-index: 100;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.header.white {
  background: #fff;
}
.brand {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 14px 17px;
}
.brand img {
  display: block;
  height: 25px;
}
.brand .visuallyhidden {
  display: none !important;
  display: none;
  visibility: hidden;
}
.primary-trigger,
.login-trigger,
.cart-trigger {
  position: relative;
  display: block;
  float: right;
  height: 50px;
  line-height: 50px;
  border-left: 1px solid #fae401;
  cursor: pointer;
}
.primary-trigger:hover,
.login-trigger:hover,
.cart-trigger:hover {
  background-color: #f2f2f2;
}
.primary-trigger {
  width: 50px;
  background-position: -32px 16px;
  overflow: hidden;
  text-indent: -999em;
  overflow: visible;
}
.primary-trigger.active {
  z-index: 11;
}
.primary-trigger.active:hover {
  background-color: #f2f2f2;
}
.primary-trigger.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #f2f2f2;
}
.login-trigger,
.cart-trigger {
  padding-right: 50px;
  max-width: 45%;
  color: #111;
}
.login-trigger .icon,
.cart-trigger .icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background-position: 15px 14px;
  overflow: hidden;
  text-indent: -999em;
}
.login-trigger .text,
.cart-trigger .text {
  display: none;
}
.login-trigger.active,
.cart-trigger.active {
  background-color: #fefeb2;
}
.login-trigger.active:after,
.cart-trigger.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -2px;
  background-color: #fefeb2;
}
.cart-trigger .icon {
  background-position: -78px 14px;
}
.primary {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  border-top: 1px solid #fae401;
  border-bottom: 1px solid #fae401;
  background: #fcfeae;
  overflow: hidden;
  z-index: 10;
}
.primary a {
  color: #000;
  display: block;
}
.primary .sections > li {
  width: 50%;
}
.primary .sections {
  padding: 10px 0;
  background: #fff;
}
.primary .sections:before,
.primary .sections:after {
  display: table;
  content: '';
}
.primary .sections:after {
  clear: both;
}
.lt-ie8 .primary .sections {
  zoom: 1;
}
.primary .sections > li > ul > li > a {
  font-weight: bold;
}
.primary .sections > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 10px 10px 8px;
  width: 50%;
  min-height: 150px;
}
.primary .sections > li li {
  padding: 0 10px 10px;
}
.primary .sections > li li li {
  padding: 10px 0 0;
}
.primary .support {
  padding: 10px 0;
  position: relative;
  background: #f2f2f2;
  height: 100%;
}
.primary .support:before,
.primary .support:after {
  display: table;
  content: '';
}
.primary .support:after {
  clear: both;
}
.lt-ie8 .primary .support {
  zoom: 1;
}
.primary .support > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 7px 20px 5px;
  width: 100%;
}
.primary .support > li:first-child {
  padding: 0 14px 5px;
}
.primary .support > li li li {
  padding: 10px 0 0;
}
.primary .social,
.primary .current > a {
  font-weight: bold;
}
.primary .social li {
  padding: 0;
  float: left;
  font-size: 30px;
  font-size: 3rem;
}
.primary .social li a:hover {
  opacity: 0.3;
}
.primary .lang li {
  float: left;
  margin-right: 10px;
}
.primary .lang li a {
  background-position: -20px -20px;
  width: 32px;
  height: 24px;
  text-indent: -9999px;
  opacity: 0.3;
}
.primary .lang li a:hover {
  opacity: 1;
}
.primary .lang li.currentLanguage {
  width: 100%;
  background: transparent;
  text-indent: 0;
  font-weight: bold;
  opacity: 1;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 0 10px;
}
.primary .lang li.current a {
  opacity: 1;
}
.primary .lang li.bs_BA a {
  background-position: -140px -20px;
}
.primary .lang li.en_US a {
  background-position: -320px -20px;
}
.primary .lang li.hr_HR a {
  background-position: -80px -20px;
}
.primary .lang li.mk_MK a {
  background-position: -260px -20px;
}
.primary .lang li.sr_RS a {
  background-position: -200px -20px;
}
.primary .lang li.ro_RO a {
  background-position: -382px -20px;
}
.exposed-menu {
  display: none;
  margin-left: 68px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  border-left: 1px solid #fae401;
}
.exposed-menu:before,
.exposed-menu:after {
  display: table;
  content: '';
}
.exposed-menu:after {
  clear: both;
}
.lt-ie8 .exposed-menu {
  zoom: 1;
}
.exposed-menu li {
  float: left;
  border-right: 1px solid #fae401;
}
.exposed-menu a {
  display: block;
  padding: 0 5px;
  height: 50px;
  line-height: 50px;
  color: #111;
}
.exposed-menu a:hover {
  background-color: #fefeb2;
}
.main-visual {
  display: none;
  position: relative;
  height: 240px;
  background: transparent url(../images/bg/visual.jpg) center center no-repeat;
  background-size: 150%;
}
.main-visual:hover .funky-visual img {
  margin-left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.main-visual.with-video-bg {
  height: 300px;
}
.main-visual.with-video-bg .container-with-video {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.main-visual.with-video-bg .container-with-video .extra-visual {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.main-visual.with-video-bg .video-wrapper {
  flex: auto;
  position: relative;
  overflow: hidden;
  padding-top: 46.25%;
  max-width: 80%;
}
.main-visual.with-video-bg .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.extra-visual {
  margin: 20px;
  max-width: 80%;
  max-height: 80%;
  z-index: 100;
}
.extra-visual img {
  display: block;
  max-width: 60%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.funky-visual {
  max-height: 100%;
  z-index: 100;
}
.funky-visual img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  max-width: 80%;
  max-height: 80%;
  margin-left: -80%;
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
}
.main {
  padding: 50px 0 0;
}
.HomePage {
  padding-top: 50px;
}
.HomePage .main-visual {
  display: block;
}
.HomePage .main {
  padding-top: 0;
}
.breadcrumbs {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #fae401;
  /*
    &:after { //xx
        content: "";
        display: block;
        position: absolute;
        right: -10px;
        top: -1px;
        top: 0;
        width: 10px;
        height: 18px;
        .imgBackground('bg/crumbs.png',100%,0,#fff);
    }*/
}
.breadcrumbs .seperator {
  display: none;
}
.breadcrumbs > div {
  float: left;
}
.breadcrumbs a {
  position: relative;
  display: block;
  padding: 0 5px 0 18px;
  height: 18px;
  line-height: 18px;
  color: #111;
}
.breadcrumbs a:after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: -1px;
  top: 0;
  width: 10px;
  height: 18px;
  background: #fff url(../images/bg/crumbs.png) 100% 0 no-repeat;
}
.breadcrumbs .first {
  z-index: 10;
}
.breadcrumbs .first a {
  padding: 0 10px 0 15px;
  background: transparent url(../images/icons/icon-home.png) 8px 4px no-repeat;
}
.breadcrumbs .first a:after {
  right: -7px;
}
.breadcrumbs .first a span {
  display: none;
}
.breadcrumbs .crumb-1 {
  z-index: 9;
}
.breadcrumbs .crumb-2 {
  z-index: 8;
}
.breadcrumbs .crumb-3 {
  z-index: 7;
}
.breadcrumbs .crumb-4 {
  z-index: 6;
}
.breadcrumbs .crumb-5 {
  z-index: 5;
}
.double-image .secondary-image {
  display: none;
}
.double-image img {
  display: block;
  width: 100%;
}
.videowrapper,
.media {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videowrapper iframe,
.media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list {
  border-top: 1px solid #fae401;
}
.list .item {
  position: relative;
  border-bottom: 1px solid #fae401;
  overflow: hidden;
}
.list .item:before,
.list .item:after {
  display: table;
  content: '';
}
.list .item:after {
  clear: both;
}
.lt-ie8 .list .item {
  zoom: 1;
}
.list .item > a {
  display: block;
}
.list .item > a:before,
.list .item > a:after {
  display: table;
  content: '';
}
.list .item > a:after {
  clear: both;
}
.lt-ie8 .list .item > a {
  zoom: 1;
}
.list .item .left {
  float: left;
  width: 50%;
}
.list .item .right {
  float: right;
  width: 50%;
}
.list .item .text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 25px 35px 15px;
}
.list .item h1 {
  padding-bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
}
.list .item img {
  width: 100%;
}
.list .item .date {
  position: absolute;
  left: 15px;
  bottom: 10px;
  color: #111;
  font-size: 12px;
  font-size: 1.2rem;
}
.list .item .icon {
  display: block;
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 20px;
  height: 20px;
}
.list .item .recipe-info {
  display: block;
  position: absolute;
  left: 15px;
  bottom: 10px;
  color: #111;
}
.list .facebook {
  padding: 15px 15px 50px;
  font-family: 'belzbd', Georgia, serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #3b5998;
  word-wrap: break-word;
}
.list .facebook a {
  color: #fff;
}
.list .facebook .icon {
  background: transparent url(../images/icons/icon-facebook.png) 0 0 no-repeat;
  background-size: 19px;
}
.list .facebook.with-image {
  display: table;
  padding: 0;
  width: 100%;
}
.list .facebook.with-image a {
  display: table-row;
}
.list .facebook.with-image .left {
  float: none;
  display: table-cell;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 15px 40px;
  word-wrap: break-word;
}
.list .facebook.with-image .right {
  position: relative;
  right: -1px;
  float: none;
  display: table-cell;
  background-position: center center;
  background-size: cover;
}
.list .facebook.with-image .right img {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.list .video {
  background-color: black;
}
.list .video h1 {
  color: #fff;
}
.list .video .icon {
  background: transparent url(../images/icons/icon-video.png) 0 0 no-repeat;
  background-size: 19px;
}
.list .game {
  color: #fff;
  background-color: #4eae70;
}
.list .game h1 {
  color: #fff;
}
.list .game .icon {
  background: transparent url(../images/icons/icon-game.png) 0 0 no-repeat;
  background-size: 19px;
}
.list .poli40let {
  position: relative;
  background: #ffffcc;
}
.list .poli40let h1 {
  color: #111;
}
.list .poli40let .date {
  color: #111;
}
.list .poli40let .right {
  position: relative;
}
.list .poli40let .tag-40 {
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  padding: 0 10px 0 5px;
  height: 24px;
  font-family: 'belzbd', Georgia, serif;
  line-height: 24px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background: #111;
}
.steps {
  margin: 0 0 10px !important;
  width: 100%;
  float: left;
}
.steps li {
  margin-right: 2px;
  width: 40px;
  height: 6px;
  overflow: hidden;
  background-color: #ccc;
  float: left;
}
.active-step-1 .step-1 {
  background-color: #000;
}
.active-step-2 .step-1 {
  background-color: #ffe401;
}
.active-step-2 .step-2 {
  background-color: #000;
}
.active-step-3 .step-1,
.active-step-3 .step-2 {
  background-color: #ffe401;
}
.active-step-3 .step-3 {
  background-color: #000;
}
.active-step-4 .step-1,
.active-step-4 .step-2,
.active-step-4 .step-3 {
  background-color: #ffe401;
}
.active-step-4 .step-4 {
  background-color: #000;
}
.store-list h2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 21px;
}
.store-list .first,
.store-list .item-left,
.store-list .item-right {
  width: 100%;
  float: left;
  position: relative;
}
.store-list .desc {
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
.store-list .list-price {
  margin-top: 3px;
  padding: 5px 10px;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: bold;
  color: #111;
  background: #ffe401;
  display: inline-block;
}
.store-list .list-price small {
  margin-left: -8px;
}
.store-list .list-price .decimal {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  font-weight: normal;
  position: relative;
  top: -20px;
  left: 8px;
}
.store-list .list-price .currency {
  font-size: 21px;
  font-size: 2.1rem;
  margin-left: -8px;
}
.store-list .img {
  position: relative;
}
.store-list .img:after {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(340deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.09) 75%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.09)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(340deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.09) 75%, rgba(0, 0, 0, 0.3) 100%);
  background: -o-linear-gradient(340deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.09) 75%, rgba(0, 0, 0, 0.3) 100%);
  background: -ms-linear-gradient(340deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.09) 75%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(160deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.09) 75%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=1);
}
.store-list .first .img:after {
  display: none;
}
.store-list .tag,
.store-item .tag {
  width: 92px;
  height: 92px;
  text-align: center;
  background: url('../images/sprite-shop.png?s=2') no-repeat;
  background-position: -3px -52px;
  position: absolute;
  top: 20px;
  right: 20px;
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 15px;
  font-weight: bold;
}
.store-list .tag span,
.store-item .tag span {
  padding: 0 14px;
  display: table-cell;
  width: 92px;
  height: 92px;
  vertical-align: middle;
}
.store-item {
  position: relative;
}
.store-item .img {
  margin-bottom: 40px;
}
.store-item h1 {
  margin-bottom: 10px;
}
.store-item .desc,
.store-item .item-form {
  padding: 0 30px;
}
.store-item .list-price {
  margin-bottom: 20px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 36px;
}
.store-item .intro {
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  float: left;
}
.store-item .intro p {
  margin-bottom: 20px;
}
.item-form fieldset {
  margin-bottom: 48px;
  width: 100%;
  float: left;
}
.item-form label {
  font-size: 15px;
  font-size: 1.5rem;
  color: #999;
  display: block;
}
.item-form input {
  padding: 18px 20px;
  font-size: 21px;
  font-size: 2.1rem;
  color: #000;
  border: none;
  background: #f2f2f2;
}
.item-form .middleColumn {
  float: left;
}
.item-form #Product {
  margin-bottom: 20px;
  width: 100%;
  float: left;
}
.item-form #Product .middleColumn {
  margin-right: 40px;
  height: 60px;
}
.item-form #Number {
  width: 100%;
  float: left;
}
.item-form #Number input {
  width: 200px;
}
.item-form .Actions {
  margin-bottom: 70px;
  border: 1px solid #fae401;
  border-width: 1px 0;
  padding: 20px 0;
  width: 100%;
  float: left;
  position: relative;
}
.item-form .Actions:after {
  content: ' ';
  width: 30px;
  height: 30px;
  display: block;
  background: url('../images/sprite-shop.png?s=2') no-repeat;
  background-position: -89px 2px;
  position: absolute;
  top: 34px;
  right: 11px;
}
.item-form .Actions .action {
  border: none;
  padding: 20px 50px 20px 20px;
  font-size: 15px;
  font-size: 1.5rem;
  background-color: #ffea00;
  float: right;
}
.table-head {
  display: none;
}
.products-list {
  border-bottom: 1px solid #ccc;
  margin: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.products-list .mobile {
  width: 30%;
  float: left;
  padding-left: 55px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.products-list .mobile li {
  height: 42px;
}
.products-list h3.special {
  color: #00a65e;
}
.products-list > li {
  border-top: 1px solid #ccc;
  position: relative;
}
.products-list > li:before,
.products-list > li:after {
  display: table;
  content: '';
}
.products-list > li:after {
  clear: both;
}
.lt-ie8 .products-list > li {
  zoom: 1;
}
.products-list > li:first-child {
  background-image: none;
}
.products-list > li > div {
  margin: 25px 0 20px;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  padding-left: 45px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.products-list > li > div:before,
.products-list > li > div:after {
  display: table;
  content: '';
}
.products-list > li > div:after {
  clear: both;
}
.lt-ie8 .products-list > li > div {
  zoom: 1;
}
.products-list .remove {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -11px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}
.products-list .remove a {
  display: block;
  width: 40px;
  height: 40px;
  color: #000;
  overflow: hidden;
}
.products-list .remove b {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  margin: 10px 0 0 10px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: url('../images/sprite-shop.png?s=2') no-repeat;
  background-color: #ffe401;
  background-position: -219px -4px;
}
.products-list strong,
.products-list .item-variant,
.products-list .item-cart-date {
  float: left;
}
.products-list strong {
  font-weight: bold;
  font-size: 16px;
  /*&:after {
            content: '\0000a0';
            display: inline;
        }*/
}
.products-list .item-variant {
  margin-top: 1px;
}
.products-list .item-cart-date {
  font-size: 12px;
  line-height: 1em;
  clear: both;
}
.products-list .cells {
  width: 60%;
  float: right;
  margin: 0 10px 0 0;
  min-width: 0;
}
.products-list .cells:before,
.products-list .cells:after {
  display: table;
  content: '';
}
.products-list .cells:after {
  clear: both;
}
.lt-ie8 .products-list .cells {
  zoom: 1;
}
.products-list .cells > li {
  width: 100%;
  float: left;
  display: block;
  text-align: right;
  height: 42px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
.products-list .cells > li + li {
  margin-top: 1px;
}
.products-list .cells > li small {
  font-size: 13px;
  font-size: 1.3rem;
}
.products-list .cells > li.input input {
  font-size: 13px;
  font-size: 1.3rem;
  border: none;
  background: #f2f2f2;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  width: 45px;
  margin-top: -10px;
}
.products-list .spinner-container {
  position: relative;
  float: right;
  clear: both;
}
.products-list .spinner-container span {
  background: url('../images/sprite-shop.png?s=2') no-repeat;
  display: none;
}
.products-list .old-price {
  color: #666;
  font-weight: normal;
}
.cart-step3 > li > div {
  padding-left: 0;
}
.cart-step3 .mobile {
  margin-bottom: 20px;
  padding-left: 0;
}
.cart-step3 .mobile li {
  height: 22px;
}
.cart-step3 .cells {
  margin-bottom: 20px;
}
.cart-step3 .cells > li {
  height: 22px;
}
.promo-code {
  margin: 20px 0;
  padding: 15px 20px;
  width: 100%;
  float: left;
  background: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.promo-code h3 {
  margin-bottom: 7px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffe401;
}
.promo-code div.promocode {
  float: left;
}
.promo-code div.promocode label {
  display: none;
}
.promo-code input.promocode {
  margin: 0 3px 8px 0;
  padding: 6px;
  height: 30px;
  line-height: 19px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  width: 140px;
  border: none;
}
.promo-code .action {
  border: none;
  padding: 7px 12px 8px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #ffea00;
  float: left;
}
.promo-check {
  background: transparent url(../images/sprite.png?v2) 0 0 no-repeat;
  width: 50px;
  height: 30px;
  float: left;
}
.promo-check.promo-valid {
  background-position: -247px 1px;
}
.promo-check.promo-invalid {
  background-position: -294px 1px;
}
.code-validation {
  width: 100%;
  float: left;
}
.code-validation p {
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
}
.order-form .order-total {
  width: 100%;
  float: left;
}
.order-form form br {
  display: block;
}
.order-form .Actions {
  margin: 0 20px 70px;
  border: 1px solid #fae401;
  border-width: 1px 0;
  padding: 20px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.order-form .Actions:before,
.order-form .Actions:after {
  display: table;
  content: '';
}
.order-form .Actions:after {
  clear: both;
}
.lt-ie8 .order-form .Actions {
  zoom: 1;
}
.order-form .Actions .action {
  border: none;
  padding: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  background-color: #ffea00;
  float: right;
}
.order-form .Actions .prev {
  padding: 20px 20px 20px 40px;
  font-size: 13px;
  font-size: 1.3rem;
  background: none;
  float: left;
}
.order-form .back-ico {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: url('../images/sprite-shop.png?s=2') no-repeat;
  background-color: #ffe401;
  background-position: -377px -4px;
  position: absolute;
  left: 10px;
  top: 37px;
  z-index: -1;
}
.select2-container .select2-choice span {
  overflow: visible;
}
.select2-container .select2-choice div {
  background: url('../images/sprite-shop.png?s=2') no-repeat;
  background-position: -140px -1px;
}
.select2-container.select2-dropdown-open div {
  background-position: -177px -1px !important;
}
.delivery-info {
  font-size: 13px;
  font-size: 1.3rem;
}
.delivery-info:before,
.delivery-info:after {
  display: table;
  content: '';
}
.delivery-info:after {
  clear: both;
}
.lt-ie8 .delivery-info {
  zoom: 1;
}
.delivery-info .item {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.delivery-info .item fieldset {
  display: block;
  border-top: 1px solid #ccc;
  padding: 35px 0;
}
.delivery-info .item h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 10px;
}
.delivery-info .item .field .required {
  display: none;
}
.delivery-info .item #PickupDate .left {
  display: block;
}
.delivery-info .item #PickupDate > .middleColumn {
  width: 74%;
}
.delivery-info .item + .item {
  float: right;
}
.delivery-info .item + .item .left {
  display: none;
}
.delivery-info .item + .item .textarea .left {
  display: block;
}
.delivery-info .field:before,
.delivery-info .field:after {
  display: table;
  content: '';
}
.delivery-info .field:after {
  clear: both;
}
.lt-ie8 .delivery-info .field {
  zoom: 1;
}
.delivery-info .field label,
.delivery-info .field .middleColumn,
.delivery-info .field input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.delivery-info .field label,
.delivery-info .field .middleColumn {
  float: left;
}
.delivery-info .field > label {
  width: 25%;
  min-width: 100px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  height: 40px;
  line-height: 32px;
  padding: 13px 0 13px;
  color: #343031;
  float: left;
}
.delivery-info .field > .middleColumn {
  width: 65%;
  min-width: 100px;
  float: right;
  padding: 0;
  margin: 5px 0;
}
.delivery-info .field > .middleColumn > input {
  line-height: 20px;
  width: 100%;
  padding: 9px 20px;
  font-size: 21px;
  font-size: 2.1rem;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
}
.delivery-info .field > .middleColumn > input.holder-required {
  border: solid 1px red;
}
.delivery-info .field > .middleColumn .select2-container {
  width: 204px !important;
}
.delivery-info .field > .middleColumn .select2-container .select2-choice {
  padding: 11px 20px 12px;
}
.delivery-info .field > .middleColumn .select2-container .select2-choice div {
  top: 8px;
}
.delivery-info .field > .middleColumn .select2-container .select2-choice span {
  color: #000;
}
.delivery-info .field > .middleColumn .select2-container .select2-drop {
  margin-top: -24px;
}
.delivery-info .field.holder-required > .middleColumn > input {
  border-color: red;
}
.delivery-info .complexoptionset:before,
.delivery-info .complexoptionset:after {
  display: table;
  content: '';
}
.delivery-info .complexoptionset:after {
  clear: both;
}
.lt-ie8 .delivery-info .complexoptionset {
  zoom: 1;
}
.delivery-info .complexoptionset .middleColumn {
  width: 80%;
  float: none;
  height: auto;
}
.delivery-info .complexoptionset ul li {
  margin: 10px;
  position: relative;
}
.delivery-info .complexoptionset ul li:before,
.delivery-info .complexoptionset ul li:after {
  display: table;
  content: '';
}
.delivery-info .complexoptionset ul li:after {
  clear: both;
}
.lt-ie8 .delivery-info .complexoptionset ul li {
  zoom: 1;
}
.delivery-info .complexoptionset ul li input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
}
.delivery-info .complexoptionset ul li label,
.delivery-info .complexoptionset ul li label + div {
  display: block;
  float: none;
  line-height: 13px;
  margin-left: 32px;
}
.delivery-info .complexoptionset ul li label {
  margin-top: 3px;
  font-weight: bold;
  color: #343031;
}
.delivery-info .complexoptionset ul li label + div {
  font-size: 12px;
  line-height: 25px;
}
.delivery-info .textarea .middleColumn {
  width: 65%;
  height: auto;
  margin: 0;
}
.delivery-info .textarea textarea {
  width: 100%;
  background: #f2f2f2;
  font-family: arial, helvetica, sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  border: none;
  padding: 12px;
  box-sizing: border-box;
}
.delivery-price {
  padding: 20px;
}
.delivery-price:before,
.delivery-price:after {
  display: table;
  content: '';
}
.delivery-price:after {
  clear: both;
}
.lt-ie8 .delivery-price {
  zoom: 1;
}
.delivery-price .left {
  width: 65%;
  float: left;
}
.delivery-price .right {
  margin-right: 10px;
  width: 30%;
  float: right;
  text-align: right;
}
.order-summary {
  border-top: solid 1px #ccc;
  margin: 0 20px 20px;
}
.order-summary.confirm {
  border-top: 0;
}
.order-summary h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-top: 25px;
}
.order-summary ul li {
  font-size: 14px;
}
.total-price {
  border-top: 1px solid #000;
  clear: both;
  margin: 0 20px 20px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #fefeb2;
}
.total-price:before,
.total-price:after {
  display: table;
  content: '';
}
.total-price:after {
  clear: both;
}
.lt-ie8 .total-price {
  zoom: 1;
}
.total-price .label {
  float: left;
  margin: 20px 0;
}
.total-price .label strong,
.total-price .label small {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  float: left;
  clear: both;
}
.total-price .label strong {
  font-weight: bold;
}
.total-price .price {
  float: right;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 20px 0 0;
  text-align: right;
}
.total-price .old-price {
  color: #666;
  font-weight: normal;
}
.total-price.confirm {
  background: none;
}
.payment-method {
  display: block;
  clear: both;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 20px 20px;
}
.payment-method:before,
.payment-method:after {
  display: table;
  content: '';
}
.payment-method:after {
  clear: both;
}
.lt-ie8 .payment-method {
  zoom: 1;
}
.payment-method.hidden {
  display: none;
}
.payment-method label {
  font-size: 13px;
  font-size: 1.3rem;
  float: left;
  margin: 8px 0 0 8px;
}
.payment-method .middleColumn {
  float: right;
  margin: 0 0 0 20px;
}
.payment-method .middleColumn .select2-container {
  width: 180px !important;
}
.payment-method .middleColumn .select2-container .select2-choice {
  padding: 8px 20px;
}
.payment-method .middleColumn .select2-container .select2-choice span {
  font-size: 13px;
  font-size: 1.3rem;
}
.payment-method .middleColumn .select2-container .select2-choice div {
  top: 5px;
}
.payment-method .middleColumn .select2-container .select2-drop {
  margin-top: -31px;
}
.content {
  padding: 20px;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content p,
.content ul,
.content ol {
  margin-top: 0;
  margin-bottom: 15px;
}
.content h1,
.content h2,
.content h3,
.content h4 {
  margin-top: 25px;
}
.content h1,
.content > h2,
.content > h3,
.content > h4 {
  margin-top: 0;
}
.content ul {
  margin-left: 18px;
  margin-bottom: 10px;
}
.content ul li {
  margin-bottom: 5px;
  list-style: disc;
}
.content .under-title-info {
  display: block;
  margin: -7px 0 20px;
  font-size: 15px;
  font-size: 1.5rem;
}
.content .files {
  margin-left: 0;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}
.content .files li {
  list-style: none;
  background: transparent url(../images/icons/icon-file.png) 0 0 no-repeat;
}
.content .files li a {
  padding: 0 0 0 24px;
  color: #111;
}
.content .files li span {
  font-weight: normal;
}
#Form_ProfileForm,
#Form_RegisterForm,
#OpauthLoginForm_LoginForm,
#MemberLoginForm_LoginForm,
.MemberProfilePage form,
.newsletter-subscription,
.forms,
#MarathonForm_Form,
#MarathonVirtualForm_Form {
  margin-bottom: 20px;
}
#Form_ProfileForm:before,
#Form_RegisterForm:before,
#OpauthLoginForm_LoginForm:before,
#MemberLoginForm_LoginForm:before,
.MemberProfilePage form:before,
.newsletter-subscription:before,
.forms:before,
#MarathonForm_Form:before,
#MarathonVirtualForm_Form:before,
#Form_ProfileForm:after,
#Form_RegisterForm:after,
#OpauthLoginForm_LoginForm:after,
#MemberLoginForm_LoginForm:after,
.MemberProfilePage form:after,
.newsletter-subscription:after,
.forms:after,
#MarathonForm_Form:after,
#MarathonVirtualForm_Form:after {
  display: table;
  content: '';
}
#Form_ProfileForm:after,
#Form_RegisterForm:after,
#OpauthLoginForm_LoginForm:after,
#MemberLoginForm_LoginForm:after,
.MemberProfilePage form:after,
.newsletter-subscription:after,
.forms:after,
#MarathonForm_Form:after,
#MarathonVirtualForm_Form:after {
  clear: both;
}
.lt-ie8 #Form_ProfileForm,
.lt-ie8 #Form_RegisterForm,
.lt-ie8 #OpauthLoginForm_LoginForm,
.lt-ie8 #MemberLoginForm_LoginForm,
.lt-ie8 .MemberProfilePage form,
.lt-ie8 .newsletter-subscription,
.lt-ie8 .forms,
.lt-ie8 #MarathonForm_Form,
.lt-ie8 #MarathonVirtualForm_Form {
  zoom: 1;
}
#Form_ProfileForm .field,
#Form_RegisterForm .field,
#OpauthLoginForm_LoginForm .field,
#MemberLoginForm_LoginForm .field,
.MemberProfilePage form .field,
.newsletter-subscription .field,
.forms .field,
#MarathonForm_Form .field,
#MarathonVirtualForm_Form .field {
  padding-bottom: 30px;
}
#Form_ProfileForm .field.checkbox,
#Form_RegisterForm .field.checkbox,
#OpauthLoginForm_LoginForm .field.checkbox,
#MemberLoginForm_LoginForm .field.checkbox,
.MemberProfilePage form .field.checkbox,
.newsletter-subscription .field.checkbox,
.forms .field.checkbox,
#MarathonForm_Form .field.checkbox,
#MarathonVirtualForm_Form .field.checkbox {
  padding-left: 0;
}
#Form_ProfileForm .field .field:last-child,
#Form_RegisterForm .field .field:last-child,
#OpauthLoginForm_LoginForm .field .field:last-child,
#MemberLoginForm_LoginForm .field .field:last-child,
.MemberProfilePage form .field .field:last-child,
.newsletter-subscription .field .field:last-child,
.forms .field .field:last-child,
#MarathonForm_Form .field .field:last-child,
#MarathonVirtualForm_Form .field .field:last-child {
  padding-bottom: 0;
}
#Form_ProfileForm fieldset,
#Form_RegisterForm fieldset,
#OpauthLoginForm_LoginForm fieldset,
#MemberLoginForm_LoginForm fieldset,
.MemberProfilePage form fieldset,
.newsletter-subscription fieldset,
.forms fieldset,
#MarathonForm_Form fieldset,
#MarathonVirtualForm_Form fieldset {
  overflow: hidden;
}
#Form_ProfileForm h2,
#Form_RegisterForm h2,
#OpauthLoginForm_LoginForm h2,
#MemberLoginForm_LoginForm h2,
.MemberProfilePage form h2,
.newsletter-subscription h2,
.forms h2,
#MarathonForm_Form h2,
#MarathonVirtualForm_Form h2 {
  padding: 0 0 5px;
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #999;
  border-bottom: 1px solid #fae401;
}
#Form_ProfileForm label,
#Form_RegisterForm label,
#OpauthLoginForm_LoginForm label,
#MemberLoginForm_LoginForm label,
.MemberProfilePage form label,
.newsletter-subscription label,
.forms label,
#MarathonForm_Form label,
#MarathonVirtualForm_Form label {
  font-size: 15px;
  font-size: 1.5rem;
  color: #999;
}
#Form_ProfileForm label.right,
#Form_RegisterForm label.right,
#OpauthLoginForm_LoginForm label.right,
#MemberLoginForm_LoginForm label.right,
.MemberProfilePage form label.right,
.newsletter-subscription label.right,
.forms label.right,
#MarathonForm_Form label.right,
#MarathonVirtualForm_Form label.right {
  padding-left: 20px;
}
#Form_ProfileForm input.text,
#Form_RegisterForm input.text,
#OpauthLoginForm_LoginForm input.text,
#MemberLoginForm_LoginForm input.text,
.MemberProfilePage form input.text,
.newsletter-subscription input.text,
.forms input.text,
#MarathonForm_Form input.text,
#MarathonVirtualForm_Form input.text,
#Form_ProfileForm select.dropdown,
#Form_RegisterForm select.dropdown,
#OpauthLoginForm_LoginForm select.dropdown,
#MemberLoginForm_LoginForm select.dropdown,
.MemberProfilePage form select.dropdown,
.newsletter-subscription select.dropdown,
.forms select.dropdown,
#MarathonForm_Form select.dropdown,
#MarathonVirtualForm_Form select.dropdown {
  display: block;
  padding: 15px 20px;
  max-width: 400px;
  height: 60px;
  line-height: 30px;
  font-size: 21px;
  font-size: 2.1rem;
  background: #f2f2f2;
  border: none;
  width: 100%;
}
#Form_ProfileForm input.text:focus,
#Form_RegisterForm input.text:focus,
#OpauthLoginForm_LoginForm input.text:focus,
#MemberLoginForm_LoginForm input.text:focus,
.MemberProfilePage form input.text:focus,
.newsletter-subscription input.text:focus,
.forms input.text:focus,
#MarathonForm_Form input.text:focus,
#MarathonVirtualForm_Form input.text:focus,
#Form_ProfileForm select.dropdown:focus,
#Form_RegisterForm select.dropdown:focus,
#OpauthLoginForm_LoginForm select.dropdown:focus,
#MemberLoginForm_LoginForm select.dropdown:focus,
.MemberProfilePage form select.dropdown:focus,
.newsletter-subscription select.dropdown:focus,
.forms select.dropdown:focus,
#MarathonForm_Form select.dropdown:focus,
#MarathonVirtualForm_Form select.dropdown:focus {
  -webkit-box-shadow: 0 0 3px #ffe800;
  -moz-box-shadow: 0 0 3px #ffe800;
  box-shadow: 0 0 3px #ffe800;
}
#Form_ProfileForm select.dropdown,
#Form_RegisterForm select.dropdown,
#OpauthLoginForm_LoginForm select.dropdown,
#MemberLoginForm_LoginForm select.dropdown,
.MemberProfilePage form select.dropdown,
.newsletter-subscription select.dropdown,
.forms select.dropdown,
#MarathonForm_Form select.dropdown,
#MarathonVirtualForm_Form select.dropdown {
  line-height: 60px;
}
#Form_ProfileForm .selectiongroup,
#Form_RegisterForm .selectiongroup,
#OpauthLoginForm_LoginForm .selectiongroup,
#MemberLoginForm_LoginForm .selectiongroup,
.MemberProfilePage form .selectiongroup,
.newsletter-subscription .selectiongroup,
.forms .selectiongroup,
#MarathonForm_Form .selectiongroup,
#MarathonVirtualForm_Form .selectiongroup {
  margin: 0;
  padding-bottom: 30px;
}
#Form_ProfileForm .selectiongroup:before,
#Form_RegisterForm .selectiongroup:before,
#OpauthLoginForm_LoginForm .selectiongroup:before,
#MemberLoginForm_LoginForm .selectiongroup:before,
.MemberProfilePage form .selectiongroup:before,
.newsletter-subscription .selectiongroup:before,
.forms .selectiongroup:before,
#MarathonForm_Form .selectiongroup:before,
#MarathonVirtualForm_Form .selectiongroup:before,
#Form_ProfileForm .selectiongroup:after,
#Form_RegisterForm .selectiongroup:after,
#OpauthLoginForm_LoginForm .selectiongroup:after,
#MemberLoginForm_LoginForm .selectiongroup:after,
.MemberProfilePage form .selectiongroup:after,
.newsletter-subscription .selectiongroup:after,
.forms .selectiongroup:after,
#MarathonForm_Form .selectiongroup:after,
#MarathonVirtualForm_Form .selectiongroup:after {
  display: table;
  content: '';
}
#Form_ProfileForm .selectiongroup:after,
#Form_RegisterForm .selectiongroup:after,
#OpauthLoginForm_LoginForm .selectiongroup:after,
#MemberLoginForm_LoginForm .selectiongroup:after,
.MemberProfilePage form .selectiongroup:after,
.newsletter-subscription .selectiongroup:after,
.forms .selectiongroup:after,
#MarathonForm_Form .selectiongroup:after,
#MarathonVirtualForm_Form .selectiongroup:after {
  clear: both;
}
.lt-ie8 #Form_ProfileForm .selectiongroup,
.lt-ie8 #Form_RegisterForm .selectiongroup,
.lt-ie8 #OpauthLoginForm_LoginForm .selectiongroup,
.lt-ie8 #MemberLoginForm_LoginForm .selectiongroup,
.lt-ie8 .MemberProfilePage form .selectiongroup,
.lt-ie8 .newsletter-subscription .selectiongroup,
.lt-ie8 .forms .selectiongroup,
.lt-ie8 #MarathonForm_Form .selectiongroup,
.lt-ie8 #MarathonVirtualForm_Form .selectiongroup {
  zoom: 1;
}
#Form_ProfileForm .selectiongroup li,
#Form_RegisterForm .selectiongroup li,
#OpauthLoginForm_LoginForm .selectiongroup li,
#MemberLoginForm_LoginForm .selectiongroup li,
.MemberProfilePage form .selectiongroup li,
.newsletter-subscription .selectiongroup li,
.forms .selectiongroup li,
#MarathonForm_Form .selectiongroup li,
#MarathonVirtualForm_Form .selectiongroup li {
  list-style: none;
}
#Form_ProfileForm .selectiongroup .selectiongroup_item,
#Form_RegisterForm .selectiongroup .selectiongroup_item,
#OpauthLoginForm_LoginForm .selectiongroup .selectiongroup_item,
#MemberLoginForm_LoginForm .selectiongroup .selectiongroup_item,
.MemberProfilePage form .selectiongroup .selectiongroup_item,
.newsletter-subscription .selectiongroup .selectiongroup_item,
.forms .selectiongroup .selectiongroup_item,
#MarathonForm_Form .selectiongroup .selectiongroup_item,
#MarathonVirtualForm_Form .selectiongroup .selectiongroup_item {
  display: none;
}
#Form_ProfileForm .button-red,
#Form_RegisterForm .button-red,
#OpauthLoginForm_LoginForm .button-red,
#MemberLoginForm_LoginForm .button-red,
.MemberProfilePage form .button-red,
.newsletter-subscription .button-red,
.forms .button-red,
#MarathonForm_Form .button-red,
#MarathonVirtualForm_Form .button-red {
  margin-top: 20px;
  display: block;
}
#Form_ProfileForm .Actions,
#Form_RegisterForm .Actions,
#OpauthLoginForm_LoginForm .Actions,
#MemberLoginForm_LoginForm .Actions,
.MemberProfilePage form .Actions,
.newsletter-subscription .Actions,
.forms .Actions,
#MarathonForm_Form .Actions,
#MarathonVirtualForm_Form .Actions {
  clear: both;
  padding: 20px 0 0;
}
#Form_ProfileForm .Actions:before,
#Form_RegisterForm .Actions:before,
#OpauthLoginForm_LoginForm .Actions:before,
#MemberLoginForm_LoginForm .Actions:before,
.MemberProfilePage form .Actions:before,
.newsletter-subscription .Actions:before,
.forms .Actions:before,
#MarathonForm_Form .Actions:before,
#MarathonVirtualForm_Form .Actions:before,
#Form_ProfileForm .Actions:after,
#Form_RegisterForm .Actions:after,
#OpauthLoginForm_LoginForm .Actions:after,
#MemberLoginForm_LoginForm .Actions:after,
.MemberProfilePage form .Actions:after,
.newsletter-subscription .Actions:after,
.forms .Actions:after,
#MarathonForm_Form .Actions:after,
#MarathonVirtualForm_Form .Actions:after {
  display: table;
  content: '';
}
#Form_ProfileForm .Actions:after,
#Form_RegisterForm .Actions:after,
#OpauthLoginForm_LoginForm .Actions:after,
#MemberLoginForm_LoginForm .Actions:after,
.MemberProfilePage form .Actions:after,
.newsletter-subscription .Actions:after,
.forms .Actions:after,
#MarathonForm_Form .Actions:after,
#MarathonVirtualForm_Form .Actions:after {
  clear: both;
}
.lt-ie8 #Form_ProfileForm .Actions,
.lt-ie8 #Form_RegisterForm .Actions,
.lt-ie8 #OpauthLoginForm_LoginForm .Actions,
.lt-ie8 #MemberLoginForm_LoginForm .Actions,
.lt-ie8 .MemberProfilePage form .Actions,
.lt-ie8 .newsletter-subscription .Actions,
.lt-ie8 .forms .Actions,
.lt-ie8 #MarathonForm_Form .Actions,
.lt-ie8 #MarathonVirtualForm_Form .Actions {
  zoom: 1;
}
#Form_ProfileForm .Actions .btn-back,
#Form_RegisterForm .Actions .btn-back,
#OpauthLoginForm_LoginForm .Actions .btn-back,
#MemberLoginForm_LoginForm .Actions .btn-back,
.MemberProfilePage form .Actions .btn-back,
.newsletter-subscription .Actions .btn-back,
.forms .Actions .btn-back,
#MarathonForm_Form .Actions .btn-back,
#MarathonVirtualForm_Form .Actions .btn-back {
  margin: 20px;
  display: inline-block;
}
#Form_ProfileForm .action,
#Form_RegisterForm .action,
#OpauthLoginForm_LoginForm .action,
#MemberLoginForm_LoginForm .action,
.MemberProfilePage form .action,
.newsletter-subscription .action,
.forms .action,
#MarathonForm_Form .action,
#MarathonVirtualForm_Form .action {
  display: block;
  float: left;
  padding: 20px 30px;
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: black;
  background: #ffe800;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#Form_ProfileForm .action:hover,
#Form_RegisterForm .action:hover,
#OpauthLoginForm_LoginForm .action:hover,
#MemberLoginForm_LoginForm .action:hover,
.MemberProfilePage form .action:hover,
.newsletter-subscription .action:hover,
.forms .action:hover,
#MarathonForm_Form .action:hover,
#MarathonVirtualForm_Form .action:hover {
  background: #fff166;
  -webkit-box-shadow: 0 0 2px #cca800;
  -moz-box-shadow: 0 0 2px #cca800;
  box-shadow: 0 0 2px #cca800;
}
#Form_ProfileForm #ForgotPassword,
#Form_RegisterForm #ForgotPassword,
#OpauthLoginForm_LoginForm #ForgotPassword,
#MemberLoginForm_LoginForm #ForgotPassword,
.MemberProfilePage form #ForgotPassword,
.newsletter-subscription #ForgotPassword,
.forms #ForgotPassword,
#MarathonForm_Form #ForgotPassword,
#MarathonVirtualForm_Form #ForgotPassword {
  padding: 20px 0 0;
  clear: both;
}
#Form_ProfileForm #MailingLists,
#Form_RegisterForm #MailingLists,
#OpauthLoginForm_LoginForm #MailingLists,
#MemberLoginForm_LoginForm #MailingLists,
.MemberProfilePage form #MailingLists,
.newsletter-subscription #MailingLists,
.forms #MailingLists,
#MarathonForm_Form #MailingLists,
#MarathonVirtualForm_Form #MailingLists {
  display: none;
}
#Form_ProfileForm .showOnClickContainer,
#Form_RegisterForm .showOnClickContainer,
#OpauthLoginForm_LoginForm .showOnClickContainer,
#MemberLoginForm_LoginForm .showOnClickContainer,
.MemberProfilePage form .showOnClickContainer,
.newsletter-subscription .showOnClickContainer,
.forms .showOnClickContainer,
#MarathonForm_Form .showOnClickContainer,
#MarathonVirtualForm_Form .showOnClickContainer {
  padding: 20px 0 0;
}
.UserDefinedForm #Form_Form .field {
  clear: left;
  float: none;
  width: 95%;
  margin-right: 0;
  padding-bottom: 30px;
}
.UserDefinedForm #Form_Form .field.checkbox {
  padding-left: 0;
  height: auto;
}
.UserDefinedForm #Form_Form .field.checkbox input.checkbox {
  height: auto;
}
.UserDefinedForm #Form_Form .field .field:last-child {
  padding-bottom: 0;
}
.UserDefinedForm #Form_Form .field input[type="checkbox"] {
  border: 1px solid #fae401 !important;
  margin-right: 5px;
}
.UserDefinedForm #Form_Form a {
  font-size: 14px;
  font-size: 1.4rem;
}
.UserDefinedForm #Form_Form label {
  display: block;
  margin-bottom: 3px;
  font-weight: 400;
  color: #999;
  cursor: pointer;
}
.UserDefinedForm #Form_Form input {
  display: block;
  padding: 15px 20px;
  height: 60px;
  font-size: 21px;
  font-size: 2.1rem;
  background: #f2f2f2;
  border: 0;
}
.UserDefinedForm #Form_Form #EditableLiteralField9 {
  margin: -50px 0 0 105px;
  clear: both;
  float: left;
}
.UserDefinedForm #Form_Form .Actions {
  clear: both;
  padding: 10px 0 0;
}
.UserDefinedForm #Form_Form .Actions:before,
.UserDefinedForm #Form_Form .Actions:after {
  display: table;
  content: '';
}
.UserDefinedForm #Form_Form .Actions:after {
  clear: both;
}
.lt-ie8 .UserDefinedForm #Form_Form .Actions {
  zoom: 1;
}
.UserDefinedForm #Form_Form .action {
  display: block;
  float: left;
  padding: 20px 30px;
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: black;
  background: #ffe800;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.UserDefinedForm #Form_Form .action:hover {
  background: #fff166;
  -webkit-box-shadow: 0 0 2px #cca800;
  -moz-box-shadow: 0 0 2px #cca800;
  box-shadow: 0 0 2px #cca800;
}
#OpauthLoginForm_LoginForm {
  margin: 0 0 30px;
  border-bottom: 1px solid #fae401;
}
#OpauthLoginForm_LoginForm .Actions {
  padding: 0 0 30px;
}
#OpauthLoginForm_LoginForm .action {
  color: #fff;
  background-color: #3b5998;
}
#OpauthLoginForm_LoginForm .action:hover {
  background-color: #5973a9;
  background-color: #284a91;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
}
#Form_WinnerForm {
  padding: 30px 0;
}
#Form_WinnerForm input.text,
#Form_WinnerForm select.dropdown {
  width: 100%;
  max-width: none;
}
#Form_WinnerForm #Motive > label {
  display: none;
}
#Form_WinnerForm #Form_WinnerForm_Motive {
  margin: 0 -10px;
}
#Form_WinnerForm #Form_WinnerForm_Motive li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin: 0;
  padding: 10px;
  width: 50%;
  list-style: none;
}
#Form_WinnerForm #Form_WinnerForm_Motive label {
  display: block;
  padding-top: 58.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
  text-indent: -999em;
  background-color: #131313 !important;
  background-size: contain !important;
  background-position: center center !important;
}
#Form_WinnerForm #Form_WinnerForm_Motive input {
  position: absolute;
  left: 20px;
  top: 20px;
}
#Form_WinnerForm #Form_WinnerForm_Motive .valmeter label {
  background: transparent url(../images/winnerform/shirt-meter.png) 0 0 no-repeat;
}
#Form_WinnerForm #Form_WinnerForm_Motive .valheadset label {
  background: transparent url(../images/winnerform/shirt-headset.png) 0 0 no-repeat;
}
#Form_WinnerForm #Form_WinnerForm_Motive .valdirection label {
  background: transparent url(../images/winnerform/shirt-direction.png) 0 0 no-repeat;
}
#Form_WinnerForm #Form_WinnerForm_Motive .valswiss label {
  background: transparent url(../images/winnerform/shirt-swiss.png) 0 0 no-repeat;
}
#Form_WinnerForm #Form_WinnerForm_Motive .valchinese label {
  background: transparent url(../images/winnerform/shirt-chinese.png) 0 0 no-repeat;
}
#Form_WinnerForm #Form_WinnerForm_Motive .valapple label {
  background: transparent url(../images/winnerform/shirt-apple.png) 0 0 no-repeat;
}
#Form_WinnerForm .holder-error input.text,
#Form_WinnerForm .holder-error select {
  padding: 19px;
  border: 1px solid red;
}
#Form_WinnerForm .holder-error .message.error {
  color: red;
}
.btn-wrap:before,
.btn-wrap:after {
  display: table;
  content: '';
}
.btn-wrap:after {
  clear: both;
}
.lt-ie8 .btn-wrap {
  zoom: 1;
}
.intro {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.product-weights {
  margin: 35px 0 15px 0 !important;
}
.product-weights:before,
.product-weights:after {
  display: table;
  content: '';
}
.product-weights:after {
  clear: both;
}
.lt-ie8 .product-weights {
  zoom: 1;
}
.product-weights li {
  margin: 0 15px 15px 0;
  padding: 18px 0 0;
  float: left;
  width: 51px;
  height: 26px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  list-style: none !important;
  background: transparent url(../images/icons/icon-weight.png) 0 0 no-repeat;
}
.product-table {
  margin: 35px 0 0;
  width: auto;
  background: #ffffe5;
  border: 2px solid #fae401;
  border-collapse: collapse;
  font-size: 12px;
  font-size: 1.2rem;
  width: 100% !important;
  max-width: 380px;
}
.product-table td,
.product-table th {
  width: 50%;
  padding: 10px;
  border-bottom: 1px solid #fae401;
}
.product-table td,
.product-table th {
  width: auto;
  padding: 10px 20px 10px 10px;
}
.product-table td:first-child,
.product-table th:first-child {
  width: 45%;
}
.recipe-info {
  font-size: 12px;
  font-size: 1.2rem;
}
.recipe-info.in-detail {
  margin-bottom: 20px;
}
.recipe-time {
  margin: 0 10px 0 0;
  padding: 0 0 0 20px;
  line-height: 20px;
  background: transparent url(../images/icons/icon-time.png) 0 center no-repeat;
  background-size: 14px;
}
.recipe-difficulty {
  position: relative;
  display: inline-block;
  top: 2px;
  width: 40px;
  height: 12px;
  line-height: 20px;
  background: transparent url(../images/icons/stars.png) 0 0 no-repeat;
  background-size: 40px;
  overflow: hidden;
  text-indent: -999em;
}
.recipe-difficulty.stars-2 {
  background-position: 0 -17px;
}
.recipe-difficulty.stars-1 {
  background-position: 0 -34px;
}
.recipe-difficulty-text {
  margin: 0 0 0 3px;
  line-height: 20px;
}
.recipe-table {
  margin: 35px 0 0;
  width: auto;
  background: #ffffe5;
  border: 2px solid #fae401;
  border-collapse: collapse;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 30px;
  width: auto !important;
}
.recipe-table td,
.recipe-table th {
  width: 50%;
  padding: 10px;
  border-bottom: 1px solid #fae401;
}
.map {
  height: 300px;
}
.footer {
  position: relative;
  top: -1px;
  padding: 10px 15px;
  font-size: 11px;
  font-size: 1.1rem;
  color: #9c9c9c;
  border-top: 1px solid #fae401;
}
.footer .left {
  float: left;
  margin-bottom: 5px;
}
.footer .right {
  float: right;
  margin-bottom: 5px;
}
.profile-header {
  position: relative;
  padding: 20px;
  background: #fefeb2;
  border-bottom: 1px solid #fae401;
}
.profile-header h1,
.profile-header h2,
.profile-header h3,
.profile-header h4,
.profile-header h5 {
  color: #111;
}
.profile-header h1,
.profile-header h2,
.profile-header h3,
.profile-header h4,
.profile-header p,
.profile-header ul,
.profile-header ol {
  margin-top: 0;
  margin-bottom: 15px;
}
.profile-header h1,
.profile-header h2,
.profile-header h3,
.profile-header h4 {
  margin-top: 25px;
}
.profile-header h1,
.profile-header > h2,
.profile-header > h3,
.profile-header > h4 {
  margin-top: 0;
}
.profile-header ul {
  margin-left: 18px;
  margin-bottom: 10px;
}
.profile-header ul li {
  margin-bottom: 5px;
  list-style: disc;
}
.profile-header .under-title-info {
  display: block;
  margin: -7px 0 20px;
  font-size: 15px;
  font-size: 1.5rem;
}
.profile-header .files {
  margin-left: 0;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}
.profile-header .files li {
  list-style: none;
  background: transparent url(../images/icons/icon-file.png) 0 0 no-repeat;
}
.profile-header .files li a {
  padding: 0 0 0 24px;
  color: #111;
}
.profile-header .files li span {
  font-weight: normal;
}
.profile-header:before,
.profile-header:after {
  display: table;
  content: '';
}
.profile-header:after {
  clear: both;
}
.lt-ie8 .profile-header {
  zoom: 1;
}
.profile-header h1 {
  margin: 0;
  line-height: 60px;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  font-size: 21px;
  font-size: 2.1rem;
}
.profile-header .btn {
  float: right;
}
.MemberProfilePage h2 {
  margin: 30px 0 20px;
  padding: 0 0 5px;
  font-family: arial, helvetica, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #999;
  border-bottom: 1px solid #fae401;
}
.MemberProfilePage .content > h2:first-child {
  margin-top: 0;
}
.museum-list {
  position: relative;
  overflow: hidden;
}
.museum-list:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  height: 100%;
  width: 4px;
  overflow: hidden;
  background: #fae401;
  z-index: 4;
}
.museum-item {
  position: relative;
  padding: 20px 0;
  margin: 60px 0 0;
  text-align: center;
  background: #fff;
  z-index: 10;
}
.museum-item h1 {
  margin-bottom: 30px;
}
.museum-item h2 {
  margin: -30px 0 30px;
}
.museum-item h2.no-title {
  margin-top: 0;
}
.museum-item .intro {
  margin: 0 0 30px;
}
.museum-item:first-child {
  margin-top: 0;
}
.museum-media,
.museum-item .image {
  margin: 0 auto 30px;
}
#marathon-countdown {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -37px 0 0 -127px;
  width: 254px;
  height: 140px;
  font-family: 'belzbd', Georgia, serif;
}
#marathon-countdown span {
  padding: 0 5px;
  color: #fff;
  background: #000;
}
#marathon-countdown h1 {
  position: absolute;
  left: -30px;
  top: -190px;
  height: 190px;
  width: 150%;
  background: 0 0 no-repeat;
  background-size: 0;
}
#marathon-countdown h1 span {
  position: absolute;
  bottom: 0;
  left: 50px;
}
#marathon-countdown #countdown {
  position: relative;
  padding: 10px;
  width: 234px;
  background: #000 url(../images/marathon/hand-shadow.png) 167px 40px no-repeat;
  font-family: arial, helvetica, sans-serif;
}
#marathon-countdown #countdown:before,
#marathon-countdown #countdown:after {
  display: table;
  content: '';
}
#marathon-countdown #countdown:after {
  clear: both;
}
.lt-ie8 #marathon-countdown #countdown {
  zoom: 1;
}
#marathon-countdown #countdown span {
  display: block;
  padding: 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: transparent;
}
#marathon-countdown #countdown .countdown-section {
  float: left;
  width: 33.33%;
}
#marathon-countdown #countdown .countdown-amount {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1;
}
#marathon-countdown #countdown .countdown-period {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
#marathon-countdown .marathon-datelocation {
  position: relative;
  top: 0;
  width: 160px;
  z-index: 2;
}
#marathon-countdown .marathon-datelocation .marathon-date {
  display: inline-block;
  padding: 7px 10px;
  margin: 0 0 0 -15px;
  font-size: 12px;
  font-size: 1.2rem;
}
#marathon-countdown .marathon-datelocation .marathon-location {
  display: inline-block;
  position: relative;
  top: -4px;
  margin: 0 0 0 25px;
  padding: 0 10px 5px;
  font-size: 19px;
  font-size: 1.9rem;
}
#marathon-countdown #marathon-form-link-left {
  display: block;
  position: absolute;
  left: 110px;
  top: 50px;
  width: 164px;
  z-index: 1;
  color: #fffe03;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 48px;
}
#marathon-countdown #marathon-form-link-left img {
  max-width: none;
  width: 100%;
}
.vinesContainer {
  width: 100%;
  margin: 0 auto;
}
#vines {
  background: transparent;
  padding: 0;
}
#vines .vine1,
#vines .vine2,
#vines .vine3,
#vines .vine4 {
  float: left;
  position: relative;
  margin-bottom: 10px;
  max-width: 260px;
}
#vines .vine1 img,
#vines .vine2 img,
#vines .vine3 img,
#vines .vine4 img {
  width: 100%;
}
#vines .vine1 .vine-time,
#vines .vine2 .vine-time,
#vines .vine3 .vine-time,
#vines .vine4 .vine-time {
  position: absolute;
  bottom: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffff00;
  padding: 8px 0 5px 10px;
  background: url(../images/bg/vine_bg.png) repeat-x 0 0 scroll transparent;
}
#vines .vine1 .vine-time span,
#vines .vine2 .vine-time span,
#vines .vine3 .vine-time span,
#vines .vine4 .vine-time span {
  margin-right: 10px;
  opacity: 1;
}
#vines .vine1,
#vines .vine3 {
  margin-right: 0;
}
#vines .vinesRow {
  max-width: 600px;
}
.marathon-bottom-visual {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  padding: 27.5% 0 0;
  background: url(../images/marathon/poli-silhueta.svg) 0 100% no-repeat;
  background-size: contain;
  opacity: .3;
  margin-bottom: -7%;
}
.marathon-helmet-visual {
  background: url(../images/marathon/14-maraton-celada.png) 100% 100% no-repeat;
  background-size: contain;
  width: 60%;
  height: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 160px;
}
.marathonPages,
.HomePage {
  background: #212121 url(../images/marathon/asphalt.jpg) center 0 repeat;
  color: #fff;
}
.marathonPages .main-visual,
.HomePage .main-visual {
  display: block;
  overflow: hidden;
}
.marathonPages .main-visual .mobile-main-visual,
.HomePage .main-visual .mobile-main-visual {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: center center / cover;
}
.marathonPages.MarathonHomePage,
.HomePage.MarathonHomePage {
  padding-top: 50px;
}
.marathonPages.MarathonHomePage .main,
.HomePage.MarathonHomePage .main {
  padding-top: 0;
}
.marathonPages .homepage-content,
.HomePage .homepage-content {
  position: relative;
  overflow: hidden;
}
.marathonPages #marathon-home,
.HomePage #marathon-home {
  width: 100%;
}
.marathonPages .marathon-section,
.HomePage .marathon-section {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fae401;
}
.marathonPages .marathon-section > img,
.HomePage .marathon-section > img {
  width: 100%;
  background: rgba(0, 255, 100, 0.2);
}
.marathonPages .marathon-section a img,
.HomePage .marathon-section a img {
  max-width: none;
  width: 100%;
}
.marathonPages .marathon-section .title-holder,
.HomePage .marathon-section .title-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
}
.marathonPages .marathon-section .title-holder a,
.HomePage .marathon-section .title-holder a {
  vertical-align: middle;
}
.marathonPages #section-info,
.HomePage #section-info,
.marathonPages #section-1,
.HomePage #section-1 {
  top: 8.5%;
}
.marathonPages #section-tracks,
.HomePage #section-tracks,
.marathonPages #section-2,
.HomePage #section-2 {
  top: 23.8%;
}
.marathonPages #section-3,
.HomePage #section-3 {
  top: 56.1%;
}
.marathonPages #section-history,
.HomePage #section-history,
.marathonPages #section-4,
.HomePage #section-4 {
  top: 61.05%;
}
.marathonPages #section-5,
.HomePage #section-5 {
  top: 75.25%;
}
.marathonPages #section-6,
.HomePage #section-6 {
  top: 88.25%;
}
.marathonPages .marathon-content-container,
.HomePage .marathon-content-container {
  position: relative;
}
.marathonPages .marathon-form-link,
.HomePage .marathon-form-link {
  display: block;
  position: fixed;
  right: -10px;
  top: 96px;
  text-align: right;
  z-index: 11;
}
.marathonPages .marathon-form-link img,
.HomePage .marathon-form-link img {
  max-width: 50%;
}
.marathonPages .title-img,
.HomePage .title-img {
  width: 80%;
}
.marathonPages .title-img img,
.HomePage .title-img img {
  max-width: none;
  width: 100%;
}
.marathonPages .marathon-back,
.HomePage .marathon-back {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
  height: 51px;
  background: rgba(255, 255, 0, 0.4);
  background: transparent url(../images/marathon/back-btn.png) 0 0 no-repeat;
  background-size: contain;
  z-index: 12;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 50px;
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  color: #333;
}
.marathonPages .marathon-back:hover,
.HomePage .marathon-back:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.marathonPages .content,
.HomePage .content {
  padding-top: 0;
  padding-bottom: 0;
}
.marathonPages .content h1,
.HomePage .content h1,
.marathonPages .content h2,
.HomePage .content h2,
.marathonPages .content h3,
.HomePage .content h3,
.marathonPages .content h4,
.HomePage .content h4 {
  color: #fff;
}
.marathonPages .content a,
.HomePage .content a {
  color: #fae401;
}
.marathonPages .content a:hover,
.HomePage .content a:hover {
  text-decoration: underline !important;
}
.marathonPages .marathon-list-item,
.HomePage .marathon-list-item {
  padding: 20px 0;
}
.marathonPages .marathon-list-item h1,
.HomePage .marathon-list-item h1 {
  font-size: 16px;
  font-size: 1.6rem;
}
.marathonPages .marathon-list-item h2,
.HomePage .marathon-list-item h2 {
  font-size: 22px;
  font-size: 2.2rem;
}
.marathonPages .marathon-list-item .image,
.HomePage .marathon-list-item .image,
.marathonPages .marathon-list-item .media,
.HomePage .marathon-list-item .media {
  margin: 20px 0 30px;
}
.marathonPages .marathon-list-item img,
.HomePage .marathon-list-item img {
  width: 100%;
}
.marathonPages .marathon-list-item blockquote,
.HomePage .marathon-list-item blockquote {
  position: relative;
  margin: 0 0 30px;
}
.marathonPages .marathon-list-item blockquote:before,
.HomePage .marathon-list-item blockquote:before,
.marathonPages .marathon-list-item blockquote:after,
.HomePage .marathon-list-item blockquote:after {
  content: '»';
  display: block;
  font-weight: bold;
  font-size: 60px;
  font-size: 6rem;
  color: #fff;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  font-family: fantasy;
}
.marathonPages .marathon-list-item blockquote:after,
.HomePage .marathon-list-item blockquote:after {
  content: '«';
  position: relative;
  top: -20px;
  text-align: right;
}
.marathonPages .marathon-list-item .marathon-sponsors,
.HomePage .marathon-list-item .marathon-sponsors {
  margin: 0 0 20px;
}
.marathonPages .marathon-list-item .marathon-sponsors li,
.HomePage .marathon-list-item .marathon-sponsors li {
  display: inline-block;
  list-style: none;
  margin: 0 0 -1px -4px;
  padding: 0;
}
.marathonPages .marathon-list-item .marathon-sponsors a,
.HomePage .marathon-list-item .marathon-sponsors a {
  display: inline-block;
}
.marathonPages .marathon-list-item .marathon-sponsors a img,
.HomePage .marathon-list-item .marathon-sponsors a img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.marathonPages .yellowTape img,
.HomePage .yellowTape img,
.marathonPages .stop-line img,
.HomePage .stop-line img,
.marathonPages .grayNoise img,
.HomePage .grayNoise img {
  width: 100%;
  max-width: none;
}
.marathonPages .gallery-item,
.HomePage .gallery-item {
  padding: 20px 20px 30px;
}
.marathonPages .gallery-item:before,
.HomePage .gallery-item:before,
.marathonPages .gallery-item:after,
.HomePage .gallery-item:after {
  display: table;
  content: '';
}
.marathonPages .gallery-item:after,
.HomePage .gallery-item:after {
  clear: both;
}
.lt-ie8 .marathonPages .gallery-item,
.lt-ie8 .HomePage .gallery-item {
  zoom: 1;
}
.marathonPages .gallery-item a,
.HomePage .gallery-item a {
  display: block;
}
.marathonPages .gallery-item h1,
.HomePage .gallery-item h1 {
  padding: 20px 0;
  color: #fff;
}
.marathonPages .gallery-item img,
.HomePage .gallery-item img {
  display: block;
  float: left;
  margin: 0 0 7px 7px;
}
.marathonPages.MarathonGalleryPage h2,
.HomePage.MarathonGalleryPage h2 {
  padding: 30px 20px 20px;
  font-size: 22px;
  font-size: 2.2rem;
}
.marathonPages .signup-content .content,
.HomePage .signup-content .content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.marathonPages #MarathonForm_Form,
.HomePage #MarathonForm_Form,
.marathonPages #MarathonVirtualForm_Form,
.HomePage #MarathonVirtualForm_Form {
  padding: 30px 0;
}
.marathonPages #MarathonForm_Form h2,
.HomePage #MarathonForm_Form h2,
.marathonPages #MarathonVirtualForm_Form h2,
.HomePage #MarathonVirtualForm_Form h2 {
  clear: both;
  color: #fff;
}
.marathonPages #MarathonForm_Form input.text,
.HomePage #MarathonForm_Form input.text,
.marathonPages #MarathonVirtualForm_Form input.text,
.HomePage #MarathonVirtualForm_Form input.text,
.marathonPages #MarathonForm_Form select.dropdown,
.HomePage #MarathonForm_Form select.dropdown,
.marathonPages #MarathonVirtualForm_Form select.dropdown,
.HomePage #MarathonVirtualForm_Form select.dropdown {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 20px;
  height: 50px;
  line-height: 30px;
}
.marathonPages #MarathonForm_Form label,
.HomePage #MarathonForm_Form label,
.marathonPages #MarathonVirtualForm_Form label,
.HomePage #MarathonVirtualForm_Form label {
  font-weight: bold;
  color: #fff;
}
.marathonPages #MarathonForm_Form .checkbox label,
.HomePage #MarathonForm_Form .checkbox label,
.marathonPages #MarathonVirtualForm_Form .checkbox label,
.HomePage #MarathonVirtualForm_Form .checkbox label {
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.marathonPages #MarathonForm_Form select.dropdown,
.HomePage #MarathonForm_Form select.dropdown,
.marathonPages #MarathonVirtualForm_Form select.dropdown,
.HomePage #MarathonVirtualForm_Form select.dropdown {
  width: 100%;
}
.marathonPages #MarathonForm_Form .marathon-person,
.HomePage #MarathonForm_Form .marathon-person,
.marathonPages #MarathonVirtualForm_Form .marathon-person,
.HomePage #MarathonVirtualForm_Form .marathon-person {
  position: relative;
  clear: both;
  margin: 0 0 20px;
}
.marathonPages #MarathonForm_Form .marathon-person:before,
.HomePage #MarathonForm_Form .marathon-person:before,
.marathonPages #MarathonVirtualForm_Form .marathon-person:before,
.HomePage #MarathonVirtualForm_Form .marathon-person:before,
.marathonPages #MarathonForm_Form .marathon-person:after,
.HomePage #MarathonForm_Form .marathon-person:after,
.marathonPages #MarathonVirtualForm_Form .marathon-person:after,
.HomePage #MarathonVirtualForm_Form .marathon-person:after {
  display: table;
  content: '';
}
.marathonPages #MarathonForm_Form .marathon-person:after,
.HomePage #MarathonForm_Form .marathon-person:after,
.marathonPages #MarathonVirtualForm_Form .marathon-person:after,
.HomePage #MarathonVirtualForm_Form .marathon-person:after {
  clear: both;
}
.lt-ie8 .marathonPages #MarathonForm_Form .marathon-person,
.lt-ie8 .HomePage #MarathonForm_Form .marathon-person,
.lt-ie8 .marathonPages #MarathonVirtualForm_Form .marathon-person,
.lt-ie8 .HomePage #MarathonVirtualForm_Form .marathon-person {
  zoom: 1;
}
.marathonPages #MarathonForm_Form .marathon-person:after,
.HomePage #MarathonForm_Form .marathon-person:after,
.marathonPages #MarathonVirtualForm_Form .marathon-person:after,
.HomePage #MarathonVirtualForm_Form .marathon-person:after {
  content: "";
  clear: both;
  display: block;
  margin: 0;
  height: 1px;
  overflow: hidden;
  border-bottom: 1px solid #fae401;
}
.marathonPages #MarathonForm_Form #addOne,
.HomePage #MarathonForm_Form #addOne,
.marathonPages #MarathonVirtualForm_Form #addOne,
.HomePage #MarathonVirtualForm_Form #addOne {
  clear: both;
  padding: 10px 0 30px;
  height: 44px;
}
.marathonPages #MarathonForm_Form #addOne a,
.HomePage #MarathonForm_Form #addOne a,
.marathonPages #MarathonVirtualForm_Form #addOne a,
.HomePage #MarathonVirtualForm_Form #addOne a {
  display: block;
  float: left;
  padding: 20px 30px;
  text-decoration: none;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: black;
  background: #ffe800;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 34px;
  font-size: 3.4rem;
  padding: 2px 12px;
  text-decoration: none !important;
}
.marathonPages #MarathonForm_Form #addOne a:hover,
.HomePage #MarathonForm_Form #addOne a:hover,
.marathonPages #MarathonVirtualForm_Form #addOne a:hover,
.HomePage #MarathonVirtualForm_Form #addOne a:hover {
  background: #fff166;
  -webkit-box-shadow: 0 0 2px #cca800;
  -moz-box-shadow: 0 0 2px #cca800;
  box-shadow: 0 0 2px #cca800;
}
.marathonPages #MarathonForm_Form .holder-error input.text,
.HomePage #MarathonForm_Form .holder-error input.text,
.marathonPages #MarathonVirtualForm_Form .holder-error input.text,
.HomePage #MarathonVirtualForm_Form .holder-error input.text,
.marathonPages #MarathonForm_Form .holder-error select,
.HomePage #MarathonForm_Form .holder-error select,
.marathonPages #MarathonVirtualForm_Form .holder-error select,
.HomePage #MarathonVirtualForm_Form .holder-error select {
  border: 1px solid red;
}
.marathonPages #MarathonForm_Form .holder-error .message.error,
.HomePage #MarathonForm_Form .holder-error .message.error,
.marathonPages #MarathonVirtualForm_Form .holder-error .message.error,
.HomePage #MarathonVirtualForm_Form .holder-error .message.error {
  color: red;
}
.marathonPages .footer,
.HomePage .footer {
  z-index: 10;
}
.HomePage {
  background: none;
  color: #111;
}
.box-list {
  width: 100%;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.box-list.actionList {
  position: relative;
  padding: 20px 0;
}
.box-list.actionList .item {
  width: calc((100% / 1) -60px);
  margin-right: 0;
  position: relative;
  padding-bottom: 15px;
}
.box-list.actionList .item:nth-of-type(2n+1) {
  margin-right: 0;
}
.box-list-items {
  margin: 0;
  padding: 0;
  -webkit-transition: height 3.3s ease-in-out;
  -moz-transition: height 3.3s ease-in-out;
  -ms-transition: height 3.3s ease-in-out;
  -o-transition: height 3.3s ease-in-out;
  transition: height 3.3s ease-in-out;
  position: relative;
}
.box-list-items .item {
  margin: 0 0 20px;
  width: 100%;
}
.box-list-items .item .link-item {
  color: #111;
}
.box-list-items .item .link-item:hover h3 {
  color: #5a5a5a;
}
.box-list-items .item > .adapt {
  padding-top: 30px;
  background: #fffce6;
}
.box-list-items h4 {
  padding: 0 30px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}
.box-list-items .info {
  margin: 0;
  padding: 0 30px 25px;
  font-size: 15px;
  font-size: 1.5rem;
}
.box-list-items .opening-hours {
  padding: 0 30px 25px;
  font-size: 15px;
  font-size: 1.5rem;
}
.box-list-items .opening-hours p {
  font-size: 15px;
  font-size: 1.5rem;
}
.box-list-items .actions {
  padding: 10px 30px;
  background: #fffad0;
  font-size: 15px;
  font-size: 1.5rem;
}
.box-list-items .actions:before,
.box-list-items .actions:after {
  display: table;
  content: '';
}
.box-list-items .actions:after {
  clear: both;
}
.lt-ie8 .box-list-items .actions {
  zoom: 1;
}
.box-list-items .open-map {
  padding-left: 28px;
  background: url('../images/location.png') 1px 0 no-repeat;
  display: none;
}
.box-list-items .distance {
  padding-left: 28px;
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
  background: url('../images/location.png') 1px -42px no-repeat;
  float: right;
}
.map-info-window .info {
  margin-bottom: 0 !important;
  min-height: 60px !important;
}
#gmap {
  display: none !important;
}
#gmap.open {
  display: none !important;
}
.mk-MK h1,
.mk-MK h2,
.mk-MK h3,
.mk-MK h4,
.mk-MK .content .intro {
  font-family: arial;
}
.mk-MK .list .facebook {
  font-family: arial;
}
.mk-MK .list .poli40let .tag-40 {
  font-family: arial;
}
.message.bad {
  color: red;
}
#TermsCheckbox {
  overflow: hidden;
  width: 100%;
}
#TermsCheckbox .checkbox {
  float: left;
}
#TermsCheckbox .left {
  float: left;
}
.add-break {
  clear: left;
}
/* 320px */
@media only screen and (min-width: 320px) {
  #mq {
    width: 320px;
  }
}
/* 480px */
@media only screen and (min-width: 480px) {
  #mq {
    width: 480px;
  }
  .main-visual {
    background-size: 100%;
  }
  .list .item h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .primary .sections > li {
    width: 25%;
  }
  .product-table td,
  .product-table th {
    padding: 20px;
  }
  .product-table td:first-child {
    width: auto;
  }
  .recipe-table {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .recipe-table td,
  .recipe-table th {
    padding: 20px;
  }
  .footer {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .footer:before,
  .footer:after {
    display: table;
    content: '';
  }
  .footer:after {
    clear: both;
  }
  .lt-ie8 .footer {
    zoom: 1;
  }
  .footer .left {
    float: left;
  }
  .footer .right {
    float: right;
  }
  #vines {
    background: transparent;
    padding: 0;
  }
  #vines .vine1,
  #vines .vine3 {
    margin-right: 10px;
  }
  .UserDefinedForm #Form_Form .field {
    clear: none;
    float: left !important;
    width: 43%;
    margin-right: 30px;
  }
  .UserDefinedForm #Form_Form #EditableLiteralField9 {
    float: none;
  }
}
/* 640px */
@media only screen and (min-width: 640px) {
  #mq {
    width: 640px;
  }
  .primary-trigger.active {
    background-color: #f2f2f2;
  }
  .primary-trigger.active:hover {
    background-color: #f2f2f2;
  }
  .primary-trigger.active:after {
    background-color: #f2f2f2;
  }
  .primary .primary-wrap {
    display: table;
    width: 100%;
  }
  .primary .sections {
    display: table-cell;
    vertical-align: top;
    width: 60%;
  }
  .primary .support {
    display: table-cell;
    vertical-align: top;
    width: 30%;
  }
  .primary .support > li {
    width: 70%;
    padding: 7px 15px 5px 0;
  }
  .primary .support > li:first-child {
    padding: 7px 0 5px 15px;
    width: 30%;
  }
  .primary .support .lang {
    float: right;
    margin-top: 4px;
  }
  .primary .support .lang li.currentLanguage {
    width: auto;
    padding-top: 7px;
  }
  .primary .support .lang li:last-child {
    margin-right: 0;
  }
  #Form_ProfileForm,
  #Form_RegisterForm,
  #OpauthLoginForm_LoginForm,
  #MemberLoginForm_LoginForm,
  .newsletter-subscription,
  .forms {
    /*
	.field {
		clear: left;
		float: left;
		width: 48%;

		&:nth-child(even) { // even?
			clear: none;
			float: none;
			float: right;
		}
	}
	*/
  }
  #MemberLoginForm_LoginForm .field#Email,
  #MemberLoginForm_LoginForm .field.CompositeField {
    clear: left;
    float: left;
    width: 48%;
  }
  #MemberLoginForm_LoginForm .field.password {
    float: right;
    width: 48%;
  }
  #MemberLoginForm_LoginForm .email {
    clear: left;
    float: left;
    width: 48%;
  }
  #MemberLoginForm_LoginForm #Remember {
    clear: both;
  }
  #MemberLoginForm_LoginForm .Actions {
    padding: 0;
  }
  #Form_RegisterForm .field.text {
    clear: left;
    float: left;
    width: 48%;
  }
  #Form_RegisterForm .field.text:before,
  #Form_RegisterForm .field.text:after {
    display: table;
    content: '';
  }
  #Form_RegisterForm .field.text:after {
    clear: both;
  }
  .lt-ie8 #Form_RegisterForm .field.text {
    zoom: 1;
  }
  #Form_RegisterForm .field.text:nth-child(even) {
    clear: right;
    float: none;
    float: right;
  }
  #Form_RegisterForm #Password {
    padding: 0;
  }
  #Form_RegisterForm #Password .middleColumn {
    clear: both;
  }
  #Form_RegisterForm #Password .middleColumn:before,
  #Form_RegisterForm #Password .middleColumn:after {
    display: table;
    content: '';
  }
  #Form_RegisterForm #Password .middleColumn:after {
    clear: both;
  }
  .lt-ie8 #Form_RegisterForm #Password .middleColumn {
    zoom: 1;
  }
  #Form_WinnerForm {
    margin: 0 -10px;
  }
  #Form_WinnerForm h2 {
    margin: 0 10px 15px;
    padding-top: 15px;
    clear: both;
  }
  #Form_WinnerForm .field.text,
  #Form_WinnerForm .field.dropdown {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
    padding-bottom: 0;
    width: 50%;
    height: 95px;
  }
  #Form_WinnerForm .field.checkbox {
    clear: both;
    margin: 0 10px;
    padding: 15px 0 0;
  }
  #Form_WinnerForm #Form_WinnerForm_Motive {
    margin: 0;
  }
  #Form_WinnerForm .Actions {
    margin: 0 10px;
  }
  .login-trigger .text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 0 0 24px;
    padding: 0 0 0 20px;
    font-size: 11px;
    font-size: 1.1rem;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .exposed-menu {
    margin-left: 68px;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 1px solid #fae401;
  }
  .exposed-menu:before,
  .exposed-menu:after {
    display: table;
    content: '';
  }
  .exposed-menu:after {
    clear: both;
  }
  .lt-ie8 .exposed-menu {
    zoom: 1;
  }
  .exposed-menu li {
    float: left;
    border-right: 1px solid #fae401;
  }
  .exposed-menu a {
    display: block;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    color: #111;
  }
  .exposed-menu a:hover {
    background-color: #fefeb2;
  }
  .marathonPages #MarathonForm_Form,
  .marathonPages #MarathonVirtualForm_Form {
    margin: 0 -15px;
  }
  .marathonPages #MarathonForm_Form h2,
  .marathonPages #MarathonVirtualForm_Form h2 {
    margin: 0 15px 20px;
  }
  .marathonPages #MarathonForm_Form .field,
  .marathonPages #MarathonVirtualForm_Form .field {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 5px 15px 20px;
    width: 50%;
  }
  .marathonPages #MarathonForm_Form .field:before,
  .marathonPages #MarathonVirtualForm_Form .field:before,
  .marathonPages #MarathonForm_Form .field:after,
  .marathonPages #MarathonVirtualForm_Form .field:after {
    display: table;
    content: '';
  }
  .marathonPages #MarathonForm_Form .field:after,
  .marathonPages #MarathonVirtualForm_Form .field:after {
    clear: both;
  }
  .lt-ie8 .marathonPages #MarathonForm_Form .field,
  .lt-ie8 .marathonPages #MarathonVirtualForm_Form .field {
    zoom: 1;
  }
  .marathonPages #MarathonForm_Form .field.text,
  .marathonPages #MarathonVirtualForm_Form .field.text,
  .marathonPages #MarathonForm_Form .field.dropdown,
  .marathonPages #MarathonVirtualForm_Form .field.dropdown {
    padding-bottom: 0;
    height: 95px;
  }
  .marathonPages #MarathonForm_Form .field.dropdown.nolabel,
  .marathonPages #MarathonVirtualForm_Form .field.dropdown.nolabel,
  .marathonPages #MarathonForm_Form .field.checkbox,
  .marathonPages #MarathonVirtualForm_Form .field.checkbox {
    float: none;
    clear: both;
  }
  .marathonPages #MarathonForm_Form .field.checkbox,
  .marathonPages #MarathonVirtualForm_Form .field.checkbox {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    padding-left: 15px;
    width: auto;
  }
  .marathonPages #MarathonForm_Form .marathon-person,
  .marathonPages #MarathonVirtualForm_Form .marathon-person {
    padding-bottom: 10px;
  }
  .marathonPages #MarathonForm_Form .marathon-person:after,
  .marathonPages #MarathonVirtualForm_Form .marathon-person:after {
    margin: 0 15px;
  }
  .marathonPages #MarathonForm_Form #addOne,
  .marathonPages #MarathonVirtualForm_Form #addOne {
    height: 44px;
    padding: 10px 15px 30px;
  }
  .marathonPages #MarathonForm_Form .Actions,
  .marathonPages #MarathonVirtualForm_Form .Actions {
    padding: 20px 15px 0;
  }
  .store-list .item-left,
  .store-list .item-right {
    width: 50%;
    float: left;
  }
  .store-list .item-right {
    float: right;
  }
  .item-form #Product,
  .item-form #Number {
    width: auto;
  }
  .item-form #Product {
    margin-bottom: 0;
  }
  .box-list-items {
    width: 100%;
    display: inline-table;
    font-size: 0;
  }
  .box-list-items:before,
  .box-list-items:after {
    display: table;
    content: '';
  }
  .box-list-items:after {
    clear: both;
  }
  .lt-ie8 .box-list-items {
    zoom: 1;
  }
  .box-list-items .item {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
  }
  .box-list-items .item > .adapt {
    min-height: 300px;
    position: relative;
  }
  .box-list-items .item:nth-of-type(2n+1) .adapt {
    margin-right: 15px;
  }
  .box-list-items .item:nth-of-type(2n+2) .adapt {
    margin-left: 15px;
  }
  .box-list-items .item .actions {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .hr-HR .box-list-items .item > .adapt {
    min-height: 200px;
  }
}
/* 768px */
@media only screen and (min-width: 768px) {
  #mq {
    width: 768px;
  }
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
  h1 {
    font-size: 54px;
    font-size: 5.4rem;
  }
  h2 {
    font-size: 34px;
    font-size: 3.4rem;
  }
  h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .styled-table td,
  .styled-table th {
    padding: 20px;
  }
  .header {
    height: 60px;
  }
  .brand {
    padding: 7px 23px 19px;
  }
  .brand img {
    height: 34px;
  }
  .primary-trigger,
  .login-trigger .icon,
  .cart-trigger .icon {
    width: 60px;
    height: 60px;
    background-position: 20px 19px;
  }
  .primary-trigger {
    background-position: -27px 21px;
  }
  .cart-trigger .icon {
    background-position: -73px 19px;
  }
  .login-trigger,
  .cart-trigger {
    padding-right: 60px;
    height: 60px;
    line-height: 60px;
  }
  .primary {
    top: 60px;
  }
  .primary .sections > li {
    width: 16%;
  }
  .primary .sections {
    display: table-cell;
    vertical-align: top;
    width: 40%;
  }
  .exposed-menu {
    margin-left: 100px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
    border-left: 1px solid #fae401;
  }
  .exposed-menu:before,
  .exposed-menu:after {
    display: table;
    content: '';
  }
  .exposed-menu:after {
    clear: both;
  }
  .lt-ie8 .exposed-menu {
    zoom: 1;
  }
  .exposed-menu li {
    float: left;
    border-right: 1px solid #fae401;
  }
  .exposed-menu a {
    display: block;
    padding: 0 35px;
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
    color: #111;
  }
  .exposed-menu a:hover {
    background-color: #fefeb2;
  }
  .main {
    padding-top: 60px;
  }
  .main-visual {
    height: 460px;
    background-size: cover;
  }
  .main-visual.with-video-bg {
    height: 460px;
  }
  .extra-visual img {
    max-width: none;
  }
  .breadcrumbs {
    margin: 0 0 35px;
  }
  .double-image:before,
  .double-image:after {
    display: table;
    content: '';
  }
  .double-image:after {
    clear: both;
  }
  .lt-ie8 .double-image {
    zoom: 1;
  }
  .double-image figure {
    float: left;
    width: 50%;
  }
  .double-image .secondary-image {
    display: block;
  }
  .list .item .text {
    padding: 35px 60px 75px 35px;
  }
  .list .item h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .list .item .icon {
    width: 39px;
    height: 39px;
    background-size: auto;
  }
  .list .item .date,
  .list .item .icon,
  .list .item .recipe-info {
    font-size: 16px;
    font-size: 1.6rem;
    left: 35px;
    bottom: 35px;
  }
  .list .facebook {
    padding: 35px 35px 95px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .list .facebook.with-image {
    padding: 0;
  }
  .list .facebook.with-image .left {
    padding: 35px 35px 90px ;
  }
  .list .poli40let .tag-40 {
    top: 35px;
    padding: 0 15px 0 5px;
    height: 34px;
    line-height: 34px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .content {
    padding: 35px;
  }
  .content .under-title-info {
    display: block;
    margin: -7px 0 30px;
    font-family: 'lightfont', "Helvetica Neue", "Helvetica", Arial, Sans-serif;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .intro {
    font-family: 'lightfont', "Helvetica Neue", "Helvetica", Arial, Sans-serif;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.3;
  }
  .HomePage {
    padding-top: 60px;
  }
  .recipe-info {
    font-family: 'lightfont', "Helvetica Neue", "Helvetica", Arial, Sans-serif;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .recipe-info.in-detail {
    margin: 0 0 35px;
  }
  .recipe-time {
    margin: 0 20px 0 0;
    padding: 0 0 0 30px;
    background-size: auto;
  }
  .recipe-difficulty {
    top: 3px;
    width: 74px;
    height: 22px;
    background-size: auto;
  }
  .recipe-difficulty.stars-2 {
    background-position: 0 -32px;
  }
  .recipe-difficulty.stars-1 {
    background-position: 0 -64px;
  }
  .recipe-difficulty-text {
    line-height: 20px;
  }
  .footer {
    padding: 10px 35px;
  }
  .profile-header {
    padding: 35px;
  }
  .profile-header .under-title-info {
    display: block;
    margin: -7px 0 30px;
    font-family: 'lightfont', "Helvetica Neue", "Helvetica", Arial, Sans-serif;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .museum-item {
    margin: 120px 0 0;
    padding: 30px;
  }
  .museum-media,
  .museum-item .image {
    margin: 0 auto 30px;
    max-width: 80%;
  }
  #marathon-countdown {
    margin: -37px 0 0 -127px;
  }
  #marathon-countdown h1 {
    margin: 0 0 0 23px;
    width: 177px;
    height: 180px;
    background: transparent url(../images/marathon/13-poli-maraton-2015.png) 0 100% no-repeat;
    background-size: contain;
  }
  #marathon-countdown h1 span {
    display: none;
  }
  #marathon-countdown h1 .big {
    font-size: 52px;
    font-size: 5.2rem;
  }
  #marathon-countdown #countdown .countdown-amount {
    font-size: 54px;
    font-size: 5.4rem;
  }
  #marathon-countdown #marathon-form-link-left {
    top: 69px;
  }
  .marathon-helmet-visual {
    max-width: 57%;
    max-height: 40%;
  }
  .marathonPages .marathon-form-link,
  .HomePage .marathon-form-link {
    right: -22px;
  }
  .marathonPages .marathon-form-link img,
  .HomePage .marathon-form-link img {
    max-width: 100%;
  }
  .marathonPages .marathon-back,
  .HomePage .marathon-back {
    width: 61px;
    height: 61px;
  }
  .marathonPages .marathon-list-item,
  .HomePage .marathon-list-item {
    padding: 60px 0;
  }
  .marathonPages .marathon-list-item h1,
  .HomePage .marathon-list-item h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .marathonPages .marathon-list-item h2,
  .HomePage .marathon-list-item h2 {
    font-size: 72px;
    font-size: 7.2rem;
  }
  .marathonPages .marathon-list-item .image,
  .HomePage .marathon-list-item .image,
  .marathonPages .marathon-list-item .media,
  .HomePage .marathon-list-item .media {
    margin: 30px 0 60px;
  }
  .marathonPages .marathon-list-item blockquote,
  .HomePage .marathon-list-item blockquote {
    position: relative;
    margin: 0 0 60px;
  }
  .marathonPages .marathon-list-item blockquote:before,
  .HomePage .marathon-list-item blockquote:before,
  .marathonPages .marathon-list-item blockquote:after,
  .HomePage .marathon-list-item blockquote:after {
    font-size: 100px;
    font-size: 10rem;
    height: 100px;
    line-height: 100px;
  }
  .marathonPages .gallery-item,
  .HomePage .gallery-item {
    padding: 35px 35px 70px;
  }
  .marathonPages .gallery-item h1,
  .HomePage .gallery-item h1 {
    padding: 35px 0;
    font-size: 72px;
    font-size: 7.2rem;
  }
  .marathonPages.MarathonGalleryPage h2,
  .HomePage.MarathonGalleryPage h2 {
    padding: 60px 35px 30px;
    font-size: 72px;
    font-size: 7.2rem;
  }
  .marathonPages #MarathonForm_Form,
  .HomePage #MarathonForm_Form,
  .marathonPages #MarathonVirtualForm_Form,
  .HomePage #MarathonVirtualForm_Form {
    padding: 60px 0 70px;
  }
  .marathonPages .signup-content .content,
  .HomePage .signup-content .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .table-head {
    border-top: 1px solid #ccc;
    margin: 0 35px;
    height: 27px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .table-head h2 {
    position: absolute;
    left: 0;
    font-size: 20px;
  }
  .table-head ol {
    float: right;
    width: 360px;
  }
  .table-head ol:before,
  .table-head ol:after {
    display: table;
    content: '';
  }
  .table-head ol:after {
    clear: both;
  }
  .lt-ie8 .table-head ol {
    zoom: 1;
  }
  .table-head li,
  .table-head .product {
    width: 29%;
    float: left;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 27px;
    text-align: right;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .table-head li:first-child,
  .table-head .product:first-child {
    width: 40.8%;
  }
  .table-head .product {
    text-align: left;
    width: auto;
    padding-left: 10px;
  }
  .table-head .l-1 {
    text-align: center;
  }
  .table-head .l-2 span,
  .table-head .l-3 span {
    padding-right: 10px;
  }
  .step-3 .table-head .l-1 {
    text-align: right;
  }
  .products-list {
    margin: 0 35px;
  }
  .products-list .mobile {
    display: none;
  }
  .products-list .cells {
    width: 360px;
    position: absolute;
    right: 0;
    top: 10px;
  }
  .products-list .cells > li {
    width: 29%;
    float: left;
    margin-top: 18px;
  }
  .products-list .cells > li + li {
    margin-top: 18px;
  }
  .products-list .cells > li.input {
    margin-top: 10px;
    width: 40.8%;
  }
  .products-list .cells > li.input input {
    margin: 0 35px;
  }
  .products-list .spinner-container span {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    left: 0;
    top: 5px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    color: #000;
    background-color: #ffe401;
  }
  .products-list .spinner-container .spin-up {
    background-position: -181px -5px;
    line-height: 22px;
    left: auto;
    right: 0;
  }
  .products-list .spinner-container .spin-down {
    background-position: -144px -3px;
  }
  .step-3 .products-list .cells > li.input {
    margin-top: 18px;
  }
  .order-summary {
    margin: 0 35px 30px;
  }
  .promo-code {
    padding: 15px 35px 8px;
  }
  .promo-code h3 {
    margin-right: 19px;
    line-height: 29px;
    float: left;
  }
  .promo-code .code-validation {
    width: auto;
    line-height: 29px;
  }
  .delivery-price {
    padding: 20px 35px 20px 45px;
  }
  .cart-step3 > li > div {
    padding-left: 10px;
  }
  .order-form .Actions {
    margin: 0 35px 70px;
  }
  .payment-method {
    margin: 0 35px 20px;
  }
  .total-price {
    margin: 0 35px 20px;
  }
  .delivery-info > .item {
    padding-left: 35px;
    width: 48%;
    float: left;
  }
  .delivery-info > .item + input + .item {
    padding-left: 0;
    padding-right: 35px;
    float: right;
  }
  .box-list-items {
    width: 100%;
    display: inline-table;
    font-size: 0;
  }
  .box-list-items:before,
  .box-list-items:after {
    display: table;
    content: '';
  }
  .box-list-items:after {
    clear: both;
  }
  .lt-ie8 .box-list-items {
    zoom: 1;
  }
  .box-list-items .item.open {
    min-height: 380px;
    padding-bottom: 180px;
  }
  .box-list-items .open-map {
    display: block;
    float: left;
  }
  .hr-HR .box-list-items .item.open {
    min-height: 280px;
  }
  .gmap {
    overflow: visible;
  }
  .gmap:before,
  .gmap:after {
    display: table;
    content: '';
  }
  .gmap:after {
    clear: both;
  }
  .lt-ie8 .gmap {
    zoom: 1;
  }
  .gmap .extend-map {
    background: #fffad0;
    height: 10px;
  }
  .gmap .map-outter {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    background: #fffad0;
    left: 0;
    right: 0;
    width: 100%;
    height: 220px;
  }
  .gmap .map-outter > div {
    width: 100%;
    height: 200px;
  }
  .gmap #picnic-map {
    width: 100%;
    height: 100%;
  }
  #gmap.open {
    display: block !important;
  }
}
/* 845px */
@media only screen and (min-width: 845px) {
}
/* 920 */
@media only screen and (min-width: 992px) {
  #mq {
    width: 920px;
  }
  body {
    padding-left: 50%;
  }
  .login-trigger,
  .cart-trigger {
    max-width: 10%;
  }
  .primary .sections > li {
    width: 25%;
  }
  .header {
    left: 50%;
    width: 50%;
  }
  .PoliCartPage .exposed-menu ul {
    display: none;
  }
  .main-visual {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: transparent url(../images/bg/visual-big.jpg) center center no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-right: solid 1px #fae401;
  }
  .main-visual.with-video-bg {
    height: 100%;
  }
  .main {
    padding-top: 60px;
  }
  .PoliCartPage {
    padding-left: 0;
  }
  .PoliCartPage .header {
    width: 100%;
    left: 0;
  }
  .PoliCartPage .main-visual {
    display: none;
  }
  .list .item .text {
    padding: 25px 50px 65px 25px;
  }
  .list .item h1 {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 0;
  }
  .list .item .date,
  .list .item .icon,
  .list .item .recipe-info {
    left: 25px;
    bottom: 25px;
  }
  .list .facebook {
    padding: 25px 25px 85px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .list .facebook.with-image .left {
    padding: 25px 25px 80px ;
  }
  .list .poli40let .tag-40 {
    top: 25px;
  }
  .content {
    padding: 25px;
  }
  .PoliCartPage .content {
    padding: 25px 35px;
  }
  .HomePage {
    padding-top: 0;
  }
  .HomePage .main {
    padding-top: 60px;
  }
  .footer {
    padding: 10px 25px;
  }
  .profile-header {
    padding: 25px;
  }
  #marathon-countdown h1 {
    margin: 0;
    width: 277px;
    left: -9px;
  }
  .marathonPages .main-visual .mobile-main-visual,
  .HomePage .main-visual .mobile-main-visual {
    display: none;
  }
  .box-list-items .item {
    width: 100%;
  }
  .box-list-items .item:nth-of-type(2n+1) .adapt {
    margin-right: 0;
  }
  .box-list-items .item:nth-of-type(2n+2) .adapt {
    margin-left: 0;
  }
}
/* 1024 */
@media only screen and (min-width: 1024px) {
  #mq {
    width: 1024px;
  }
}
/* 1200 */
@media only screen and (min-width: 1200px) {
  #mq {
    width: 1200px;
  }
  .login-trigger,
  .cart-trigger {
    max-width: 25%;
  }
  .exposed-menu {
    display: block;
  }
  .main-visual {
    background: transparent url(../images/bg/visual-big.jpg) center center no-repeat;
    background-size: cover;
  }
  .list .item .text {
    padding: 35px 50px 80px 35px;
  }
  .list .item h1 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 0;
  }
  .list .item .date,
  .list .item .icon,
  .list .item .recipe-info {
    left: 35px;
    bottom: 35px;
  }
  .list .facebook {
    padding: 35px 35px 95px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .list .facebook.with-image .left {
    padding: 35px 35px 90px ;
  }
  .list .poli40let .tag-40 {
    top: 35px;
  }
  .content {
    padding: 35px;
  }
  .footer {
    padding: 10px 35px;
  }
  .profile-header {
    padding: 35px;
  }
  #vines {
    background: url(../images/icons/40let_monitor.gif) no-repeat 0 0 transparent;
    background-size: 550px;
    min-height: 600px;
    padding: 50px 0 0 105px;
  }
  #vines .vine1,
  #vines .vine2,
  #vines .vine3,
  #vines .vine4 {
    float: left;
    max-width: 168px;
    position: relative;
    margin-bottom: 4px;
  }
  #vines .vine1 img,
  #vines .vine2 img,
  #vines .vine3 img,
  #vines .vine4 img {
    width: 168px;
    height: 168px;
  }
  #vines .vine1 .vine-time,
  #vines .vine2 .vine-time,
  #vines .vine3 .vine-time,
  #vines .vine4 .vine-time {
    font-size: 10px;
    font-size: 1rem;
  }
  #vines .vine1,
  #vines .vine3 {
    margin-right: 4px;
  }
  #vines .vinesRow {
    max-width: 500px;
  }
}
/* 1360 */
@media only screen and (min-width: 1360px) {
  .PoliCartPage {
    padding-left: 50%;
  }
  .PoliCartPage .header {
    width: 50%;
    left: 50%;
  }
  .PoliCartPage .main-visual {
    display: block;
  }
  .product-title {
    width: 40%;
    float: left;
  }
  .delivery-info > .item {
    padding: 0 35px;
    width: 100%;
  }
  .delivery-info > .item + input + .item {
    padding: 0 35px;
  }
  .delivery-info .field {
    max-width: 350px;
  }
  .delivery-info .field > .middleColumn .select2-container {
    width: 226px !important;
  }
  .box-list-items .item {
    width: 50%;
  }
  .box-list-items .item:nth-of-type(2n+1) .adapt {
    margin-right: 15px;
  }
  .box-list-items .item:nth-of-type(2n+2) .adapt {
    margin-left: 15px;
  }
}
/* 1400 */
@media only screen and (min-width: 1400px) {
  .product-title {
    width: 43%;
  }
}
/* 1450 */
@media only screen and (min-width: 1450px) {
  #mq {
    width: 1450px;
  }
  .login-trigger,
  .cart-trigger {
    max-width: 35%;
  }
  .list .item h1 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 0;
  }
  .primary .sections > li {
    width: 16%;
  }
  .product-title {
    width: 45%;
  }
}
/* 1600 */
@media only screen and (min-width: 1600px) {
  #mq {
    width: 1600px;
  }
  .login-trigger,
  .cart-trigger {
    max-width: 35%;
  }
  #vines {
    background: url(../images/icons/40let_monitor.gif) no-repeat 0 0 transparent;
    width: 622px;
    height: 655px;
    padding: 68px 140px;
  }
  #vines .vine1,
  #vines .vine2,
  #vines .vine3,
  #vines .vine4 {
    float: left;
    max-width: 220px;
    position: relative;
    margin-bottom: 4px;
  }
  #vines .vine1 img,
  #vines .vine2 img,
  #vines .vine3 img,
  #vines .vine4 img {
    width: 220px;
    height: 220px;
  }
  .product-title {
    width: 50%;
  }
}
/* 2x */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* 2x */
}
/* Helpers */
/* Helpers */
.hidden {
  display: none;
  visibility: hidden;
}
.v-hidden {
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  clip: rect(0 0 0 0);
}
.v-hidden.focusable:active,
.v-hidden.focusable:focus {
  margin: 0;
  width: auto;
  height: auto;
  overflow: visible;
  position: static;
  clip: auto;
}
.invisible {
  visibility: hidden;
}
.clear:before,
.clear:after,
.main:before,
.main:after,
.header:before,
.header:after,
.footer:before,
.footer:after,
.gallery:before,
.gallery:after {
  content: "";
  display: table;
}
.clear:after,
.main:after,
.header:after,
.footer:after,
.gallery:after {
  clear: both;
}
.lt-ie8 .clear,
.lt-ie8 .main,
.lt-ie8 .header,
.lt-ie8 .footer,
.lt-ie8 .gallery {
  zoom: 1;
}
/* print */
@media print {
  /* Print */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #808080;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
/*# sourceMappingURL=style.css.map */