

/* css/fonts.css */

@font-face {
  font-family: 'PeaceSans';
  src: url('../fonts/peacesans/peacesans.eot?v=4.7.0');
  src: url('../fonts/peacesans/peacesans.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
       url('../fonts/peacesans/peacesans.woff2?v=4.7.0') format('woff2'), 
       url('../fonts/peacesans/peacesans.woff?v=4.7.0') format('woff'), 
       url('../fonts/peacesans/peacesans.ttf?v=4.7.0') format('truetype'), 
       url('../fonts/peacesans/peacesans.svg?v=4.7.0#peacesans') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/helveticaneue/helveticaneue.eot?v=4.7.0');
  src: url('../fonts/helveticaneue/helveticaneue.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
       url('../fonts/helveticaneue/helveticaneue.woff2?v=4.7.0') format('woff2'), 
       url('../fonts/helveticaneue/helveticaneue.woff?v=4.7.0') format('woff'), 
       url('../fonts/helveticaneue/helveticaneue.ttf?v=4.7.0') format('truetype'), 
       url('../fonts/helveticaneue/helveticaneue.svg?v=4.7.0#helveticaneue') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* css/reset.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
	}
:active {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
ol, ul {
	list-style: none;
	}

caption {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
table { 
    border-collapse: collapse; 
    border-spacing: 0; 
}
td { 
    vertical-align: top; 
}
th {
	text-align: left;
}

/* css/font-awesome.css */

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
       url('../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
       url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
       url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
       url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


/* css/select2.css */

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }


/* >> Theme Dafeult */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
/* << Theme Dafeult */


/* >> Theme Classic */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/* << Theme Classic */


/* >> Theme Trans */
.select2-container--trans .select2-selection--single {
    background-color: transparent;
    border: 1px solid rgba(0,0,0, 0.19);
    border-radius: 4px; 
}
.select2-container--trans .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; 
}
.select2-container--trans .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; 
}
.select2-container--trans .select2-selection--single .select2-selection__placeholder {
    color: #999; 
}
.select2-container--trans .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; 
}
.select2-container--trans .select2-selection--single .select2-selection__arrow b {
      border-color: #000000 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; 
}
.select2-container--trans[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; 
}
.select2-container--trans[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; 
}
.select2-container--trans.select2-container--disabled .select2-selection--single {
    background-color: rgba(0,0,0, 0.05);
    cursor: default; 
}
.select2-container--trans.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; 
}
.select2-container--trans.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000000 transparent;
    border-width: 0 4px 5px 4px; 
}

.select2-container--trans .select2-selection--multiple {
    background-color: transparent;
    border: 1px solid rgba(0,0,0, 0.19);
    border-radius: 4px;
    cursor: text; 
}
.select2-container--trans .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; 
}
.select2-container--trans .select2-selection--multiple .select2-selection__rendered li {
    list-style: none; 
}
.select2-container--trans .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; 
}
.select2-container--trans .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; 
}
.select2-container--trans .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; 
}
.select2-container--trans .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; 
}
.select2-container--trans .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333; 
}
.select2-container--trans[dir="rtl"] .select2-selection--multiple .select2-selection__choice, 
.select2-container--trans[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, 
.select2-container--trans[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; 
}
.select2-container--trans[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; 
}
.select2-container--trans[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; 
}

.select2-container--trans.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; 
}

.select2-container--trans.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; 
}
.select2-container--trans.select2-container--disabled .select2-selection__choice__remove {
    display: none; 
}

.select2-container--trans.select2-container--open.select2-container--above .select2-selection--single, 
.select2-container--trans.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; 
}
.select2-container--trans.select2-container--open.select2-container--below .select2-selection--single, 
.select2-container--trans.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; 
}
.select2-container--trans .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa; 
}

.select2-container--trans .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; 
}

.select2-container--trans .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; 
}

.select2-container--trans .select2-results__option[role=group] {
    padding: 0; 
}

.select2-container--trans .select2-results__option[aria-disabled=true] {
    color: #999; 
}

.select2-container--trans .select2-results__option[aria-selected=true] {
    background-color: #ddd; 
}

.select2-container--trans .select2-results__option .select2-results__option {
    padding-left: 1em; 
}
.select2-container--trans .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; 
}
.select2-container--trans .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; 
}
.select2-container--trans .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em; 
}
.select2-container--trans .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em; 
}
.select2-container--trans .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em; 
}
.select2-container--trans .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em; 
}
.select2-container--trans .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white; 
}
.select2-container--trans .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; 
}

/* << Theme Trans */

/* css/fotorama.css */

/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(../i/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}

/* css/jquery.datepicker.css */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("../i/ui/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff  50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc  50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6  50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada  50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(../i/ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee  50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(../i/ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(../i/ui/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(../i/ui/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(../i/ui/ui-icons_222222_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(../i/ui/ui-icons_222222_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(../i/ui/ui-icons_222222_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(../i/ui/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(../i/ui/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(../i/ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(../i/ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}


/* css/jquery.comiseo.daterangepicker.css */

/*!
 * Copyright (c) 2014 Tamble, Inc.
 * Licensed under MIT (https://github.com/tamble/jquery-ui-daterangepicker/raw/master/LICENSE.txt)
 */

.comiseo-daterangepicker-triggerbutton.ui-button {
	text-align: left;
	min-width: 18em;
}

.comiseo-daterangepicker {
	position: absolute;
	padding: 5px;
}

.comiseo-daterangepicker-mask {
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	/* required for IE */
	background-color: #fff;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.comiseo-daterangepicker-presets,
.comiseo-daterangepicker-calendar {
	display: table-cell;
	vertical-align: top;
	height: 230px;
}

.comiseo-daterangepicker-right .comiseo-daterangepicker-presets {
	padding: 2px 7px 7px 2px;
}

.comiseo-daterangepicker-left .comiseo-daterangepicker-presets {
	padding: 2px 2px 7px 7px;
}

.ui-menu {
	white-space: nowrap;
}

.comiseo-daterangepicker .ui-widget-content,
.comiseo-daterangepicker .ui-datepicker .ui-state-highlight {
	border-width: 0;
}

.comiseo-daterangepicker > .comiseo-daterangepicker-main.ui-widget-content {
	border-bottom-width: 1px;
}

.comiseo-daterangepicker .ui-datepicker .ui-datepicker-today .ui-state-highlight {
	border-width: 1px;
}

.comiseo-daterangepicker-right .comiseo-daterangepicker-calendar {
	border-left-width: 1px;
	padding-left: 5px;
}

.comiseo-daterangepicker-left .comiseo-daterangepicker-calendar {
	border-right-width: 1px;
	padding-right: 5px;
}

.comiseo-daterangepicker-right .comiseo-daterangepicker-buttonpanel {
	float: left;
}

.comiseo-daterangepicker-left .comiseo-daterangepicker-buttonpanel {
	float: right;
}

.comiseo-daterangepicker-buttonpanel > button  {
	margin-top: 6px;
}

.comiseo-daterangepicker-right .comiseo-daterangepicker-buttonpanel > button {
	margin-right: 6px;
}

.comiseo-daterangepicker-left .comiseo-daterangepicker-buttonpanel > button {
	margin-left: 6px;
}

/* themeable styles */
.comiseo-daterangepicker-calendar .ui-state-highlight a.ui-state-default {
	background: #b0c4de;
	color: #fff;
}

/* css/style_admin.css */



body {
    background-color: #ffffff;
}

a {
	color: #1f8ccd;
	/*text-decoration: none;*/
}

a.anchor {
    color: inherit;
    text-decoration: none !important;
}

a:visited { }

a:hover {
	text-decoration: underline;
	color: #000;
}

a:hover, 
a:active { 
    outline: 0;
}

a.noreload {
    text-decoration: none;
    border-bottom: 1px dashed;
}

sub, sup { 
    font-size: 75%; 
    line-height: 0; 
    position: relative;
    vertical-align: baseline; 
}
sup { 
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}

img { 
    border: 0; 
    -ms-interpolation-mode: bicubic; 
    vertical-align: middle; 
}

input.no-arrows[type=number] {
    -moz-appearance: textfield;
}
input.no-arrows[type="number"]::-webkit-outer-spin-button, 
input.no-arrows[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.main {
	width: 1020px;
	margin: 0 auto 0;
}

.action-icon {
    font-size: 20px;
    line-height: 16px;
    text-decoration: none;
    color: #777777;
}
.action-icon:hover {
    color: #000000;
    text-decoration: none;
}
.action-icon.cancel-action:hover {
    color: #f80000;
}
.action-icon.a-order-merge {
    padding-left: 7px;
    padding-right: 7px;
}


.header {
    margin-top: 10px;
    height: 70px;
    position: relative;
}
.header .nav {
    position: relative;
    /*top: 12px;*/
    width: 840px;
    height: 32px;
}
.header .nav li {
    display: inline-block;
    vertical-align: middle;
    
    padding: 5px 10px;
    height: 24px;
    
    position: relative;
    top: 4px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    *display: inline;
    *zoom: 1;
}
.header .nav li a {
    text-decoration: none;
}
.header .nav li.active {
    background-color: #F6F6F6;
    
    -webkit-box-shadow: 0 -1px 2px #ccc;
    -moz-box-shadow: 0 -1px 2px #ccc;
    box-shadow: 0 -1px 2px #ccc;
    
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	behavior: url('/f/pie/PIE.htc');
}
.header .nav li.active a {
    color: #3e3e3e!important;
}
.header .nav li.active a:hover {
    cursor: default;
}
.header .nav li.active a:hover {
	text-decoration: none;
}

.header .logo {
	white-space: nowrap;
	overflow: hidden;
    
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21px;
    height: 42px;
    width: 164px;
}
.header .logo .img {
	display: block;
    width: 164px;
	height: 42px;
	background: url(../i/logo.png) no-repeat 0 0;
    text-indent: 100%;
}


.subnav {
    padding: 5px 0 5px 0;
}
.subnav li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    
    padding: 5px 10px;
    height: 24px;
    
    position: relative;
    top: 4px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    *display: inline;
    *zoom: 1;
}
.subnav li a {
    text-decoration: none;
}
.subnav li span {
    cursor: pointer;
    color: #1f8ccd;
}
.subnav li span:hover {
    color: #3e3e3e;
}
.subnav li.active {
    background-color: #F6F6F6;
    
    -webkit-box-shadow: 0 -1px 2px #ccc;
    -moz-box-shadow: 0 -1px 2px #ccc;
    box-shadow: 0 -1px 2px #ccc;
    
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	behavior: url('/f/pie/PIE.htc');
}
.subnav li.active a {
    color: #3e3e3e!important;
}
.subnav li.active span {
    cursor: default;
    color: #3e3e3e;
}
.subnav li.active a:hover {
    cursor: default;
}
.subnav li.active a:hover {
	text-decoration: none;
}
.subnav li.has-changes:after {
    content: '*';
    position: absolute;
    right: 2px;
    top: 3px;
    
    font-size: 16px;
    color: #cc0000;
}


.content {
    padding: 0 10px 30px 10px;
}


h1 {
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
}
h1 span {
    font-size: 12px;
    color: #888888;
    font-weight: normal;
}
h2 {
    font-size: 20px;
	font-weight: bold;
	font-style: normal;
}
h2 span {
    font-size: 20px;
    font-weight: normal;
}
h3 {
    font-size: 16px;
	font-weight: bold;
	font-style: normal;
}

.form-indicator {
    font-size: 12px;
    margin: 0 20px;
}
.form-indicator-processing {
    color: #0e509e;
}
.form-indicator-ok {
    color: #00aa00;
}
.form-indicator-error {
    color: #cc0000;
}

.inner .actions .form-indicator {
    position: absolute;
    width: 18px;
    height: 20px;
    right: 0;
    top: 4px;
    font-size: 20px;
    overflow: hidden;
    color: transparent;
    
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.inner .actions .form-indicator-processing {
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
.inner .actions .form-indicator-processing:before {
    font-family: FontAwesome;
    content: "\f110";
    color: #0e509e;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.inner .actions .form-indicator-ok:before {
    font-family: FontAwesome;
    content: "\f05d";
    color: #00aa00;
}
.inner .actions .form-indicator-error:before {
    font-family: FontAwesome;
    content: "\f05e";
    color: #cc0000;
}



.like-link {
    color: #1f8ccd;
    border-bottom: 1px dashed;
    cursor: pointer;
}
.like-link:hover {
    color: #3e3e3e;
}


.order-form-fields,
.order-form-images {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    display: inline-block;
    
    vertical-align: top;
    width: 495px;
    padding: 10px;
    
    *display: inline;
    *zoom: 1;
}
.order-form-fields {
    padding-left: 0;
}
.order-form-images {
    padding-right: 0;
}

.partner-notice {
    font-size: 16px;
    color: #888888;
    margin-top: 15px;
}
.chosen-magnets {
	margin-top: 0px;
}
.custom-amount {
    font-size: 16px;
    /*color: #888888;*/
    margin-top: 15px;
}

.preview-image-item {
	display: inline-block;
	vertical-align: top;
	width: 118px;
	height: 118px;
	margin-bottom: 12px;
    
    *display: inline;
    *zoom: 1;
}
.chosen-magnets .magnet {
	width: 110px;
	height: 110px;
	box-shadow: 0 1px 1px #777;
	text-align: center;
	background-color: #f3f3f3;
	color: #777;
	margin-bottom: 10px;
    
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
    position: relative;
	overflow: hidden;
    cursor: default;
}
.chosen-magnets .magnet .preview-image {
    position: relative;
    z-index: 1;
}
.chosen-magnets .magnet .preview-brand {
    position: absolute;
    z-index: 10;
    width: 110px;
    height: 110px;
    left: 0;
    top: 0;
    
    background-size: 110px 110px;
}
.chosen-magnets .image-amount {
    position: absolute;
    z-index: 5;
    color: #eeeeee;
	text-shadow: 0 0px 4px #000000;
    font-size: 22px;
    width: 100%;
    top: 40px;
    left: 0;
    text-align: center;
}
.order-amount {
    margin-top: 10px;
    font-size: 20px;
}
.amount-box {
    text-align: right;
}
.cost-row td {
    padding: 5px 0 5px 0;
}
.cost-row:hover td {
    background-color: #f5f5f5;
}
.goods-option {
    display: block;
    font-size: 11px;
    color: #888888;
    padding-left: 10px;
}


.selection-notice {
    margin: 10px 0 0 0;
}
.buttons {
    padding: 0;
    margin: 20px 0 50px 0;
}
.buttons input {
    font-size: 20px;
    margin-right: 20px;
}
.buttons .form-indicator {
    display: block;
    height: 25px;
    line-height: 25px;
    margin-left: 0;
}



/* >> FORM */
.f-row {
    padding: 3px 0 7px 0;
}
.f-caption {
    display: inline-block;
    padding-top: 3px;
    
    vertical-align: top;
    width: 150px;
    
    *display: inline;
    *zoom: 1;
}
.f-field {
    display: inline-block;
    
    vertical-align: top;
    width: 300px;
    
    *display: inline;
    *zoom: 1;
}
.f-field .select2-container {
    width: 100% !important;
}
.f-label {
    font-size: 16px;
}
.f-error {
    color: #f90000;
}
.f-input,
.f-select,
.f-select option,
.f-textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Arial, sans-serif;
}
.f-input {
    max-width: 100%;
}
.f-select {
    max-width: 100%;
}
.f-textarea {
    max-width: 100%;
    resize: vertical;
}
.f-w-100p {
    width: 100%;
}
.f-amount {
    width: 80px;
    text-align: right;
}
.f-amount-m {
    width: 60px;
    text-align: right;
}
.f-number {
    width: 100px;
}
.f-count {
    width: 60px;
}
.f-count-m {
    width: 48px;
}
.f-buttons {
    padding: 20px 0 50px;
    text-align: center;
}
.f-button {
    font-size: 20px;
}
.f-buttons .form-indicator {
    display: block;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
}
.f-2parts-block {
    position: relative;
}
.f-2parts-block:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -10px;
    background: #cccccc;
}
.f-block {
    padding-bottom: 20px;
}
.f-block-title {
    padding-bottom: 10px;
    font-size: 18px;
    font-style: italic;
    text-decoration: underline;
}
.f-block-title + .notice {
    font-size: 13px;
    padding-bottom: 10px;
    transform: translateY(-6px);
    font-style: italic;
    opacity: 0.7;
}
.f-promo-row {
    display: block;
    margin-bottom: 7px;
}
.f-promo {
    width: 170px;
    text-transform: uppercase;
}
.codes-marker {
    margin-top: -10px;
}
.a-remove {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    
    cursor: pointer;
    color: #cc0000;
    font-size: 20px;
    line-height: 20px;
}

.price-block {
    padding-top: 12px;
}
.price-block .part {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: calc((100% - 60px)/4 - 5px);
    
    box-sizing: border-box;
}
.price-block .part:nth-child(4) {
    margin-right: 0;
}
.price-block .part .caption {
    padding: 0 0 4px 0;
    font-size: 16px;
}
.price-block .part .f-row span {
    margin-right: 15px;
}
.price-block .part .f-row .a-remove-price-option {
    color: #cc0000;
    cursor: pointer;
}
.price-block .part .f-row .a-add-price-option {
    display: none;
}
.price-block .part .f-row-tpl input {
    font-size: 0;
    visibility: hidden;
}
.price-block .part .f-row-tpl span {
    visibility: hidden;
    margin-right: 15px;
}
.price-block .part .f-row-tpl .fa {
    visibility: hidden;
}
.price-block .part .f-row-tpl .a-remove-price-option {
    display: none;
}
.price-block .part .f-row-tpl .a-add-price-option {
    visibility: visible;
    /*transform: translateX(calc(-100% - 0.5ex));*/
    color: #009900;
    cursor: pointer;
}

.f-label.fix-width {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
}
/* << /FORM */


/* >> TABLE */
.t-table {
    
}
.t-head {
    
}
.t-head th {
    padding: 5px 5px 5px 5px;
    background: #cccccc;
    color: #000000;
    border-left: 1px solid #fefefe;
    border-bottom: 1px solid #fefefe;
    line-height: 25px;
}
.t-head th:first-child {
    border-left: none;
}
.t-row {
    
}
.t-row td {
    padding: 5px 5px 5px 5px;
    vertical-align: top;
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background-color: #fefefe;
    
    line-height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.t-row-even td {
    border-color: #fefefe;
    background-color: #efefef;
}
.t-row:hover td {
    background-color: #FCF2CC!important;
    border-color: #DBD2AD!important;
}
.t-row td:first-child {
    border-left: none!important;
}
.t-empty-table {
    padding: 10px 10px 10px 10px;
    background: #efefef;
    text-align:  center;
}
.t-row .t-actions {
    font-size: 12px;
    padding-left: 20px;
    text-align: right;
    
    white-space: nowrap;
}
.t-ch-box {
    margin: 0;
}
.t-sub-row td {
    border: none!important;
    padding: 1px 5px 1px 5px;
}
.t-sub-row:hover td {
    background-color: #D9E9FC!important;
}
.t-amount {
    text-align: right;
}
.t-cell-notice {
    display: block;
    font-size: 12px;
    color: #888888;
}
.t-order-date {
    display: block;
    font-size: 10px;
    color: #888888;
}
.order-tracking-number {
    width: 120px;
    font-size: 12px;
}
.orders-table {
    width: 100%;
    /*margin-bottom: 130px;*/
}
/* << /TABLE */

.orders-actions-block {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.orders-actions-block .inner {
    position: relative;
    /*left: 35px;*/
    width: 1020px;
    margin: 0 auto;
    padding: 10px 15px;
    
    background: #ffffff;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.orders-actions-block p {
    margin: 0;
}
.orders-actions-block .buttons {
    padding: 20px 0 10px;
}


.o-in-process-notice {
    color: #009900;
    font-size: 14px;
    margin: 5px 0;
}
.o-in-process {
    display: block;
    text-align: center;
    font-weight: normal;
}

.orders-list-header {
    
    top: 0px;
    /*min-height: 105px;*/
    width: 1000px;
    
    margin: 5px 0 0 0;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.orders-list-header .inner {
    position: relative;
    top: 0;
    background: #D2DBE0;
    width: 1000px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.orders-list-header .inner.fixed {
    position: fixed;
}

.inner .filters {
    padding: 5px 5px;
    /*margin: 5px 0 0px 0;*/
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    width: 700px;
    display: inline-block;
    vertical-align: top;
}
.inner .filters .filter {
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.inner .filters .filter:last-child {
    padding-bottom: 5px;
    border-bottom: none;
}
.inner .filters .group-action {
    display: inline-block;
    font-size: 12px;
    margin-left: 25px;
    color: #1f8ccd;
    border-bottom: 1px dashed;
    cursor: pointer;
}
.inner .filters p {
    margin-bottom: 7px;
}
.inner .filters label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.inner .filters .filter-note {
    font-size: 10px;
    color: #777777;
}
.inner .filters .filter select {
    white-space: nowrap;
    max-width: 250px;
}

.inner .filters.inline {
    border-right: 1px solid #cccccc;
}
.inner .filters.inline .filter {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px 5px 0;
    
    white-space: nowrap;
    border: none;
}
.inner .filters.inline .filter label {
    margin-right: 5px;
}




.inner .actions {
    position: relative;
    padding: 5px 5px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    display: inline-block;
    vertical-align: top;
    width: 280px;
}
.inner .actions .counts {
    padding: 5px 0 0 0;
}
.inner .actions .action-buttons {
    padding: 10px 0 0 0;
}

.options-popup-shadow {
    background: #000000;
    opacity: 0.2;
    position: fixed;
    z-index: 3000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    
    display: none;
}
.options-popup {
    position: fixed;
    width: 450px;
    min-height: 150px;
    z-index: 3001;
    background: #ececec;
    
    left: 50%;
    margin-left: -225px;
    top: 50px;
    
    padding: 25px 25px 40px 25px;
    
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    display: none;
}
.options-popup h3 {
    padding-bottom: 20px;
}
.options-popup .options-block {
    padding-bottom: 10px;
}
.options-popup .options-buttons {
    position: absolute;
    width: 400px;
    left: 25px;
    bottom: 15px;
    text-align: center;
}
.options-popup .options-buttons input {
    margin: 0 10px;
}



.promo-code-options,
.promo-code-output {
    display: inline-block;
    vertical-align: top;
    
    padding-top: 25px;
    padding-bottom: 25px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.promo-code-options {
    width: 490px;
    padding-right: 20px;
}
.promo-code-output {
    width: 490px;
    padding-left: 20px;
}

/*>>goods*/
.goods-options{
    padding-left: 15px;
    color: #0000FF;
    font-size: 11px;
}
/*<<goods*/



.results .loader {
    padding: 50px;
    text-align: center;
    color: #aaaaaa;
    font-size: 36px;
}
.results .no-results {
    padding: 50px;
    text-align: center;
    color: #aaaaaa;
    font-size: 14px;
}


/* >> отчеты */
.reports-list-header .inner {
    background: #d2dbe0 none repeat scroll 0 0;
    box-sizing: border-box;
    position: relative;
    top: 0;
    width: 1000px;
}
#report-clients-list-header .filters {
    width: 800px;
}
#report-clients-list-header .actions {
    width: 180px;
}

#select2-rcl-partner-results .select2-results__option {
    white-space: nowrap;
}
#select2-rcl-status-results .select2-results__option {
    white-space: nowrap;
}
.select2-dropdown.big-drop {
    width: 450px !important;
    border-top: 1px solid #aaaaaa !important;
}

/* << отчеты */



/* >> список партнерок */
.partners-table {
    width: 100%;
}
/* << список партнерок */







.popup {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    
    display: none;
}
.popup .popup-fade {
    position: absolute;
    z-index: 1001;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    
    background-color: rgba(0,0,0,0.5);
}
.popup .popup-inner {
    position: absolute;
    z-index: 1002;
    width: 500px;
    max-height: 90vh;
    min-height: 200px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    overflow: auto;
    
    border-radius: 10px;
    background-color: #ffffff;
    
}
.popup .loading {
    width: 100%;
    height: 200px;
    
    background-image: url(../i/spinner-6.gif);
    background-repeat: no-repeat;
    background-position: center center;
    
}

.facebook-button {
    display: inline-block;
    padding: 6px 10px;
    
    background-color: #4066AE;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    line-height: 1.3em;
    cursor: pointer;
}
.facebook-button:hover {
    color: #ffffff;
    text-decoration: none;
}
.facebook-button > .fa {
    vertical-align: middle;
    margin-right: 7px;
    font-size: 1.4em;
}
.facebook-button > span {
    display: inline-block;
    vertical-align: middle;
}

.fb-button-row {
    margin-top: 10px;
}

.account-info {
    margin-bottom: 25px;
}
.account-info.no-auth {
    
}
.account-info .facebook-button {
    margin-top: 5px;
}
.accounts-list {
    margin: 20px 0;
}
.accounts-list .item {
    padding: 10px 0;
    font-size: 0;
    border-bottom: 1px dashed #dddddd;
}
.accounts-list .item:last-child {
    border-bottom: none;
}
.accounts-list .image {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    width: 50px;
    padding: 5px 0px;
}
.accounts-list .image img {
    display: block;
    width: 100%;
}
.accounts-list .pages {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 50px - 15px - 80px);
}
.accounts-list .actions {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    padding: 5px 0;
    
    text-align: right;
    font-size: 14px;
    line-height: 1.2em;
}
.accounts-list .actions.left-side {
    text-align: left;
    width: 30px;
}
.accounts-list .actions > i {
    margin-bottom: 4px;
    
    font-size: 20px;
    cursor: pointer;
}
.accounts-list .pages .page {
    padding: 5px 10px;
}
.accounts-list .pages .page:hover {
    background-color: #fcf2cc;
}
.accounts-list .pages .name {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 100px);
    width: 250px;
    padding-left: 20px;
    
    font-size: 14px;
    line-height: 1.3em;
}
.accounts-list .pages .name .fa {
    position: absolute;
    left: 0;
    top: 3px;
}
.accounts-list .pages .name .id {
    font-size: 10px;
}
.accounts-list .pages .name .id:before {
    content: '';
    display: block;
}
.accounts-list .pages .action {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    
    text-align: right;
    font-size: 16px;
}
.accounts-list .pages .action .fa {
    text-decoration: none;
    color: #3e3e3e;
}
.accounts-list .pages .action .tmp {
    font-size: 0.8em;
}
.no-accounts {
    padding: 20px 0;
    color: #aaaaaa;
}


.mentions-list {
    width: 100%;
}
.mentions-list th {
    padding-top: 10px;
    padding-bottom: 10px;
    
    background-color: #efefef;
}
.mentions-list td {
    padding-top: 10px;
    padding-bottom: 10px;
    
    border-bottom: 1px solid #fefefe;
    background-color: #efefef;
    
    line-height: 1.2em;
}
.mentions-list td:first-child,
.mentions-list th:first-child {
    padding-left: 10px;
}
.mentions-list td:last-child,
.mentions-list th:last-child {
    padding-right: 10px;
}
.mentions-list tr:nth-child(2n+1) td {
    background-color: #fefefe;
    border-color: #efefef;
}
.mentions-list tr:hover td {
    background-color: #FCF2CC!important;
    border-color: #DBD2AD!important;
}
.mentions-list tr.hidden-mention {
    opacity: 0.7;
}
.mentions-list .date {
    font-size: 12px;
    color: #888888;
}
.mentions-list td.actions {
    font-size: 16px;
    white-space: nowrap;
}
.mentions-list td.actions .fa {
    margin-left: 6px;
    text-decoration: none;
    font-size: 16px;
    color: #3e3e3e;
    cursor: pointer;
}
.mentions-list .cpt {
    font-size: 12px;
    color: #888888;
    display: block;
}
.mentions-list .code {
    text-transform: uppercase;
    font-family: monospace;
    font-size: 16px;
}

.account-info {
    clear: both;
}
.back-to-accounts {
    float: right;
    margin-left: 25px;
    text-decoration: none;
    color: #3e3e3e;
}

.tabs {
    margin: 10px 0 10px 0;
}
.tabs li {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    
    white-space: nowrap;
}
.tabs li.current {
    font-weight: bold;
}
.tabs li a {
    color: #3e3e3e;
}
.tabs li.current a {
    cursor: default;
    text-decoration: none;;
}


.webhook-form {
    
}
.webhook-form .data {
    padding: 10px;
    font-family: monospace;
}
.webhook-form .l0 {
    padding-left: 0;
}
.webhook-form .l1 {
    padding-left: 15px;
}
.webhook-form .l2 {
    padding-left: 30px;
}
.webhook-form .l3 {
    padding-left: 45px;
}
.webhook-form .l4 {
    padding-left: 60px;
}
.webhook-form .l5 {
    padding-left: 75px;
}
.webhook-form .l6 {
    padding-left: 90px;
}
.webhook-result {
    margin-top: 20px;
    padding: 10px;
}

/* css/v2-common.css */

/* >> colors */
.c-light-red {
    color: #F4A9BD;
}
.c-light-green {
    color: #b8e986;
}
/* << colors */


/* >> forms */
.form-wrap {
    font-size: 14px;
}
.form-wrap p {
    
}
.form-wrap .form-section-label {
    margin-top: 15px;
}
.form-row {
    padding: 13px 0;
}
.form-row.option-row {
    padding: 3px 0 7px 0;
}
.form-row label {
    display: block;
    margin-bottom: 5px;
}
.form-row label.in-field-label {
    width: auto!important;
}
.form-row .field label {
    vertical-align: middle!important;
}
.form-row .form-input {
    display: block;
    height: 42px;
    width: 100%;
    padding: 0 7px;
    
    font-size: 24px;
    font-family: 'HelveticaNeue';
    
    border: solid 1px #979797;
    border-radius: 2px;
}
.small .form-row .form-input {
    height: 27px;
    font-size: 14px;
}
.form-row .form-select {
    display: block;
    height: 42px;
    width: 100%;
    padding: 0 7px;
    
    font-size: 24px;
    font-family: 'HelveticaNeue';
    
    border: solid 1px #979797;
    border-radius: 2px;
}
.small .form-row .form-select {
    height: 27px;
    font-size: 14px;
}
.form-row .form-textarea {
    display: block;
    min-height: 4em;
    width: 100%;
    padding: 4px 7px;
	resize: vertical;
    
    font-size: 24px;
    font-family: 'HelveticaNeue';
    
    border: solid 1px #979797;
    border-radius: 2px;
}
.small .form-row .form-textarea {
    font-size: 14px;
}
.form-row .inline {
    display: inline-block;
    width: auto;
}
.form-row.with-error label {
    color: #d0011b;
}
.form-row.with-error .form-input,
.form-row.with-error .form-textarea {
    border-color: #d0011b;
}
.form-buttons {
    text-align: center;
}
.form-buttons.left {
    text-align: left;
}
.form-btn {
    display: inline-block;
    padding: 8px 21px 10px;
    
    font-size: 20px;
    font-family: 'HelveticaNeue';
    font-weight: bold;
    text-decoration: none;
    
    color: #000000;
    cursor: pointer;
    
    background-color: #f8e81c;
    border: none;
    border-radius: 30px;
}
.form-btn:hover {
    background-color: #eedf1a;
}
.form-btn:active {
    background-color: #dacd18;
}
.form-btn:disabled {
    background-color: #d1d4d0!important;
    cursor: not-allowed;
}

.form-attachments {
    margin-bottom: 13px;
    padding: 6px 7px;
    min-height: 40px;
    
    border: 1px dashed #cccccc;
    border-radius: 4px;
}
.form-attachments .attachment-promt {
    color: #888888;
    font-size: 12px;
}
.form-attachments ul {
    
}
.form-attachments .item {
    position: relative;
    margin-bottom: 10px;
}
.form-attachments .item > a {
    
}
.form-attachments .item > span {
    color: #cccccc;
    font-size: 80%;
}
.form-attachments .item .a-remove-attachment {
    color: #cccccc;
    cursor: pointer;
}
.form-attachments .item .a-remove-attachment:hover {
    color: #FBC2C4;
}
.form-attachments .item .jFiler-jProgressBar {
    display: inline-block;
    vertical-align: baseline;
    
    position: absolute;
    width: 100px;
    height: 8px;
    right: 0;
    top: 6px;
    
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 4px;
    overflow: hidden;
}
.form-attachments .item .jFiler-jProgressBar > .bar {
    float: left;
    height: 100%;
    width: 0;
    box-sizing: border-box;
    
    background-color: #eec252;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: width 0.3s ease 0s;
}


.form-row .form-input.date {
    max-width: 260px;
}
.form-row .form-input.full-domain {
    width: 360px;
}
.form-row .form-input.partial-domain {
    width: 150px;
    text-align: right;
}
.form-row .form-input.amount {
    width: 70px;
    text-align: right;
}
.form-row .form-input.amount-m {
    width: 60px;
    text-align: right;
}
.form-row .form-input.count-m {
    width: 48px;
}
.form-row .cur-text {
    display: inline-block;
    width: 20px;
}

.form-row .notice {
    color: #cccccc;
    font-size: 12px;
    font-style: italic;
}
.form-row .row-parts {
    padding-bottom: 7px;
}
.form-row .row-part {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    margin-right: 20px;
}
.form-row .row-part:last-child {
    margin-right: 0;
}
.form-row .row-part ul {
    position: relative;
}
.form-row .row-part li.placeholder {
    position: absolute;
    color: #cccccc;
    top: 0;
    left: 0;
    padding: 6px 0 7px;
    display: none;
}
.form-row .row-part ul.empty {
    padding-top: 4px;
}
.form-row .row-part ul.empty li.placeholder {
    display: block;
}
.form-row .row-part .a-remove-price-option {
    color: #cc0000;
    cursor: pointer;
}
.form-row .row-part .a-add-price-option {
    display: none;
}
.form-row .row-part .form-row-tpl input {
    font-size: 0;
    visibility: hidden;
}
.form-row .row-part .form-row-tpl span {
    visibility: hidden;
}
.form-row .row-part .form-row-tpl .a-remove-price-option {
    display: none;
}
.form-row .row-part .form-row-tpl .a-add-price-option {
    display: inline-block;
    color: #009900;
    cursor: pointer;
    visibility: visible;
}

.form-wrap.inline-form .form-row {
    padding: 15px 0 0 0;
}
.form-wrap.inline-form .form-row.option-row {
    padding: 3px 0 7px 0;
}
.form-wrap.inline-form .form-row > div {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 170px - 10px);
}
.form-wrap.inline-form .form-row label {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    margin-bottom: 0;
    
    line-height: 27px;
}

.form-tabs {
    
}
.form-tabs .form-tabs-nav {
    position: relative;
    z-index: 10;
    font-size: 0;
    margin-bottom: -4px;
}
.form-tabs .form-tabs-nav .tab {
    display: inline-block;
    vertical-align: top;
    padding: 4px 10px 4px 10px;
    
    font-size: 14px;
    border-style: solid;
    border-color: transparent;
    border-width: 1px 1px 4px 1px;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    
}
.form-tabs .form-tabs-nav .tab.selected {
    border-color: #f2f2ea;
    border-bottom-color: #ffffff;
    font-weight: bold;
}
.form-tabs .form-tabs-nav .tab.has-changes:after {
    content: '*';
    color: #f90000;
}
.form-tabs .form-tabs-nav .tab .fa-toggle-on,
.form-tabs .form-tabs-nav .tab.active .fa-toggle-off {
    display: none;
}
.form-tabs .form-tabs-nav .tab .fa-toggle-off,
.form-tabs .form-tabs-nav .tab.active .fa-toggle-on {
    display: inline-block;
}
.form-tabs .form-tab {
    position: relative;
    z-index: 9;
    padding: 10px;
    
    border: 1px solid #f2f2ea;
    border-radius: 4px;
}
.form-tabs .form-tab > .form-row:first-child {
    padding-top: 0;
}
/* << forms */


/* >> dropdown select */
.dd-select {
    display: inline-block;
    vertical-align: middle;
    
    position: relative;
    height: calc(1.46em + 2px);
    overflow: visible;
    
    line-height: 1.45em;
}
.dd-select .select-inner {
    min-height: calc(1.46em + 2px);
    height: calc(1.46em + 2px);
    overflow: hidden;
    cursor: pointer;
    
    background-color: rgba(216,216,216, 0.19);
    border: 1px solid rgba(0,0,0, 0.19);
    border-radius: calc(1.46em / 2);
}
.dd-select .select-inner .current {
    position: relative;
    padding: 0 20px 0 11px;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.dd-select .select-inner .current .fa {
    font-size: 75%;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.dd-select .select-inner .list {
    margin: 3px 0 0;
    border-top: 1px solid rgba(0,0,0, 0.19);
    
    background-color: #ffffff;
    border-radius: 0 0 calc(1.46em / 2) calc(1.46em / 2);
    
    font-size: 80%;
    line-height: 1.56em;
}
.dd-select .select-inner .list .item {
    display: block;
    padding: 3px 20px 3px 11px;
    position: relative;
    
    text-decoration: none;
    color: #000000;
}
.dd-select .select-inner .list span.item {
    cursor: default;
}
.dd-select .select-inner .list a.item:hover {
    background-color: #f8e81c;
}
.dd-select .select-inner .list .item:last-child {
    border-radius: 0 0 calc(1.46em / 2) calc(1.46em / 2);
}
.dd-select .select-inner .list .item.selected .fa {
    display: block;
}
.dd-select .select-inner .list .item .fa {
    display: none;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60%;
}
.dd-select .select-inner .i-close {
    display: none;
}
.dd-select.opened .select-inner {
    height: auto;
    overflow: visible;
}
/* << dropdown select */


/* >> tables */
.table-wrap {
    
}
.table-wrap .menu {
    position: relative;
    font-size: 0;
    padding: 15px 0;
}
.table-wrap .menu .part {
    display: inline-block;
    vertical-align: middle;
    width: calc((100% - 160px)/2);
    font-size: 14px;
}
.table-wrap .menu .part.left-part {
    text-align: left;
}
.table-wrap .menu .part.center-part {
    text-align: center;
    width: 160px;
}
.table-wrap .menu .part.right-part {
    text-align: right;
}
.table-wrap .menu .items {
    font-size: 0;
}
.table-wrap .menu .items .item {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
    margin: 0;
    
    font-size: 16px;
    line-height: 1.3em;
    text-decoration: underline;
    border-radius: 30px;
}
.table-wrap .menu .items .item a {
    color: #424242;
    text-decoration: underline;
}
.table-wrap .menu .items .item a:hover {
    text-decoration: none;
}
.table-wrap .menu .items .item.current {
    background-color: #ebebeb;
    font-weight: bold;
    text-decoration: none;
}
.table-wrap .menu .items .item.current a {
    text-decoration: none;
}

.table-wrap .menu .amounts {
    font-size: 0;
}
.table-wrap .menu .amounts > li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    
    font-size: 14px;
    text-align: right;
}
.table-wrap .menu .amounts > li > i {
    display: block;
    font-style: normal;
    font-size: 10px;
    line-height: 1.3em;
    color: #a4a082;
}
.table-wrap .menu .amounts > li > .amount {
    display: block;
    font-style: normal;
    font-size: 16px;
    font-family: 'PeaceSans';
    line-height: 1.3em;
}
.table-wrap .menu .amounts > li.total > .amount { 
    color: #a4a082;
    opacity: 0.4;
}
.table-wrap .menu .amounts .like-btn {
    padding: 5px 15px;
    
    font-weight: bold;
    background-color: #f8e81c;
    text-decoration: none;
    border-radius: 30px;
    cursor: pointer;
}
    
.table-wrap .filters {
    position: relative;
   
    font-size: 12px;
    background-color: #e5e3d2;
}
.table-wrap .filters ul {
    padding: 8px;
    font-size: 0;
}
.table-wrap .filters .filter {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 12px;
    
    font-size: 12px;
    text-decoration: underline;
    line-height: 1.3em;
    
    border-radius: 30px;
    border: none;
    cursor: pointer;
}
.table-wrap .filters .filter:hover {
    text-decoration: none;
}
.table-wrap .filters .filter.current {
    background-color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
}
.table-wrap .filters .filter a {
    color: #424242;
}
.table-wrap .filters .filter.current a {
    text-decoration: none;
}
.table-wrap .filters .filter.spacer {
    text-decoration: none;
    visibility: hidden;
    width: 0;
    overflow: hidden;
}
.table-wrap .filters .right-part {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px;
}
.table-wrap .filters .right-part .search-in-table {
    width: 120px;
    font-size: 12px;
}
.table-wrap table {
    width: 100%;
}
.table-wrap thead {
    background-color: #424242;
    
}
.table-wrap thead th {
    padding: 7px 10px 8px 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
}
.table-wrap tbody {
    
}
.table-wrap tbody .row:nth-child(2n),
.table-wrap tbody .row.even td {
    background-color: #f2f2ea;
    border-bottom: 1px solid #ffffff;
}
.table-wrap tbody .row:nth-child(2n+1),
.table-wrap tbody .row.odd td {
    background-color: #ffffff;
    border-bottom: 1px solid #f2f2ea;
}
.table-wrap tbody .row td {
    padding: 12px 10px 12px 10px;
    line-height: 1.3em;
}
.table-wrap tbody .row .cell-link {
    display: block;
    text-decoration: none;
    color: #424242;
}
.table-wrap tbody .row .actions {
    white-space: nowrap;
    text-align: right;
}
.table-wrap tbody .row .actions .fa {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 20px;
    line-height: 16px;
    text-decoration: none;
    cursor: pointer;
    color: #777777;
}
.table-wrap tbody .row .actions .fa:hover {
    color: #000000;
}
.table-wrap tbody .row .actions .fa.cancel-action:hover {
    color: #f80000;
}
.table-wrap tbody .row-empty td {
    padding: 20px 10px;
    text-align: center;
    
    font-size: 12px;
    color: #a4a082;
    border-bottom: 1px solid #f2f2ea;
}
.table-wrap tfoot .row-stat {

}
.table-wrap tfoot .row-stat td {
    padding: 12px 10px 12px 10px;
    
    line-height: 1.3em;
    font-size: 14px;
    font-family: 'PeaceSans';
    text-align: center;
    color: #a4a082;
}
.table-wrap tfoot .row-stat td .payed {
    color: #424242;
}
/* << tables */



/* >> tags list */
.tags-list {
    
}
.tags-list .items {
    font-size: 0!important;
}
.tags-list .item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 3px 10px;
    margin: 0 15px 15px 0;
    
    font-size: 14px;
    background-color: #e5e3d2;
    border-radius: 4px;
    cursor: default;
}
.tags-list .item .fa {
    cursor: pointer;
}
/* << tags list */


/* css/v2-style-normal.css */

body.v2 {
    background-color: #ffffff;
    min-width: 320px;
    
    font-family: 'HelveticaNeue', sans-serif;
    font-weight: 300;
}
body.v2 .block, body.v2 div, body.v2 p, body.v2 span, body.v2 a,
body.v2 ul, body.v2 li, 
body.v2 h1, body.v2 h2, body.v2 h3,
body.v2 label, body.v2 input, body.v2 button, body.v2 textarea,
body.v2 table, body.v2 td, body.v2 th {
    box-sizing: border-box;
}


body.v2 footer {
    height: auto;
    margin: 0;
}
body.v2 .footer {
    width: auto;
    /*max-width: 960px;
    padding: 0 20px;*/
}
body.v2 footer .support {
    left: auto;
    right: 20px;
}
body.v2 footer a {
    border: none;
    font-weight: normal;
}
/* <<< временные перекрытия стилей старой верстки */




.jvectormap-tip {
    z-index: 30;
}


.breadcrumbs {
    margin: 10px 0 10px 0;
    color: #888888;
}
.breadcrumbs a {
    color: #888888;
}
.breadcrumbs ul {
    list-style: none;
    font-size: 0;
}
.breadcrumbs li.item {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 12px;
}
.breadcrumbs li.item:after {
    content: '>';
    margin-left: 10px;
}
.breadcrumbs li.item:last-child:after {
    content:'';
    display: none;
}


.block {
    position: relative;
    color: #424242;
    z-index: 1;
    
}
.block b {
    font-weight: 600;
}
.block .wrap {
    max-width: 975px;
    margin: 0 auto;
    padding-left: 22px;
    padding-right: 22px;
    position: relative;
    z-index: 10;
    
    box-sizing: border-box;
}
.block h1,
.block .h1,
.block h2,
.block .h2,
.block h3,
.block .h3 {
    font-family: 'PeaceSans', sans-serif;
    font-weight: normal;
}

.plain-btn {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 25px;
    
    color: #000000;
    font-weight: bold;
    font-size: 20px;
    
    background-color: #f8e71c;
    border-radius: 74px;
    border: none;
}
.plain-btn:hover {
    
}
.plain-btn:active {
    
}


.block.promo-plate {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 64px;
    
    background-color: #f8e71c;
    
    box-sizing: border-box;
}
.block.promo-plate .wrap {
    height: 100%;
    box-sizing: border-box;
}
.block.promo-plate .txt {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 12px;
    
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    color: #000000;
    text-align: center;
}

.block.menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 20;
    padding-bottom: 15px;
}
.block.menu.w-pp {
    top: 64px;
}
.block.menu.normal {
    position: relative;
    top: 0;
}
.block.menu .row-1 {
    position: relative;
    padding-top: 15px;
}
.block.menu .row-2 {
    position: relative;
    padding: 15px 0 0 0;
}
.block.menu .row-3 {
    position: relative;
    padding: 15px 0 0 0;
}
.block.menu ul.langs {
    position: absolute;
    left: 0;
    top: 9px;
    /*padding-left: 12px;*/
    
    font-size: 0;
}
body.landing .block.menu ul.langs {
    padding-left: 12px;
}
.block.menu ul.langs > li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    
}
.block.menu ul.langs > li a,
.block.menu ul.langs > li span {
    display: inline-block;
    line-height: 24px;
}
.block.menu ul.langs > li a {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid rgba(66,66,66, 0.20);
    
    transition: border-color 0.2s ease;
}
.block.menu ul.langs > li a:hover {
    border-bottom: 1px solid rgba(66,66,66, 0.97);
}
.block.menu ul.langs > li span {
    font-weight: bold;
    border-bottom: 1px solid rgba(66,66,66, 0.97);
}

.white-header .block.menu ul.langs > li {
    color: #ffffff;
}
.white-header .block.menu ul.langs > li a {
    color: #ffffff;
    border-bottom: 1px solid rgba(255,255,255, 0.20);
}
.white-header .block.menu ul.langs > li a:hover {
    border-bottom: 1px solid rgba(255,255,255, 0.97);
}
.white-header .block.menu ul.langs > li span {
    border-bottom: 1px solid rgba(255,255,255, 0.97);
}

.block.menu .delivery {
    padding: 0 15px;
    
    text-align: center;
    
    font-size: 16px;
}
.block.menu .delivery a {
    color: #000000;
    text-decoration: none;
 }
 .white-header .block.menu .delivery a {
     color: #ffffff;
 }
.block.menu .parts {
    font-size: 0;
}
.block.menu .part {
    display: inline-block;
    vertical-align: middle
}
.block.menu .part.center-part {
    width: 65px;
}
.block.menu .part.left-part,
.block.menu .part.right-part {
    width: calc((100% - 65px)/2);
}
.block.menu .admin-menu .part.left-part {
    width: calc(100% - 160px);
}
.block.menu .admin-menu .part.right-part {
    width: 160px;
}


.block.menu .landing-select {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}
.block.menu .promo-select {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}
.block.menu .promo-manage {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 15px;
}
.block.menu .promo-manage a {
    color: #000000;
}
.block.menu .promo-manage a.fa {
    margin-right: 5px;
    text-decoration: none;
}
.block.menu .nav {
    text-align: left;
    font-size: 0;
}
.block.menu .nav > .item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    
    font-size: 16px;
    border-radius: 70px;
}
.block.menu .nav > .item.current {
    background-color: #ebebeb;
}
.block.menu .nav > .item a {
    display: inline-block;
    padding: 7px 10px;
    
    color: #424242;
    text-decoration: underline;
}
.block.menu .nav > .item a.fa {
    text-decoration: none;
}
.block.menu .nav > .item span {
    display: inline-block;
    padding: 7px 10px;
    
    color: #424242;
}
.block.menu .nav > .item.current a {
    text-decoration: none;
    font-weight: bold;
}
.block.menu .nav > .item b {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 5px 10px;
    
    background-color: #ebebeb;
    border-radius: 30px;
    color: #424242;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
}
.block.menu .nav > .item b:after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 11px;
    width: 0;
    height: 0;
    
    border: 6px solid transparent;
    border-bottom-color: #ebebeb;
}
.block.menu .nav > .item:hover b {
    display: block;
}
.block.menu .nav > .item.current b {
    display: none !important;
}

.block.menu .main-nav {
    text-align: left;
    font-size: 0;
}
.block.menu .main-nav > .item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
    
    font-size: 16px;
    text-align: left;
}
.block.menu .main-nav > .item:last-child {
    margin-right: 0;
}
.block.menu .main-nav.on-the-right {
    text-align: right;
}
.block.menu .main-nav.on-the-right > .item {
    margin-right: 0px;
    margin-left: 10px;
}
.block.menu .main-nav.on-the-right > .item:first-child {
    margin-left: 0px;
}
.block.menu .main-nav > .item.current {
    
}
.block.menu .main-nav > .item a {
    display: inline-block;
    padding-bottom: 2px;
    
    text-decoration: none;
    color: #000000;
    border-bottom: 1px solid rgba(66, 66, 66, 0.2);
    
    transition: border-color 0.2s ease;
}
.block.menu .main-nav > .item a:hover {
    border-bottom: 1px solid rgba(66, 66, 66, 0.97);
}
.block.menu .main-nav > .item.current a {
    font-weight: bold;
    /*border-bottom-color: transparent;*/
    border-bottom: 1px solid rgba(66, 66, 66, 0.97);
}

 .white-header .block.menu .main-nav > .item a {
     color: #ffffff;
     border-bottom: 1px solid rgba(255,255,255, 0.2);
 }
 .white-header .block.menu .main-nav > .item a:hover {
    border-bottom: 1px solid rgba(255,255,255, 0.97);
}
 .white-header .block.menu .main-nav > .item.current a {
    border-bottom: 1px solid rgba(255,255,255, 0.97);
}

.block.menu .logo {
    margin: 0;
}
.block.menu .logo a {
    display: block;
    width: 65px;
    height: 65px;
}
.block.menu .account-nav {
    text-align: right;
}
.block.menu .account-nav > a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    
    font-size: 16px;
    color: #000000;
    text-decoration: underline;
}
.block.menu .account-nav > a:first-child {
    margin-left: 0;
}
.block.menu .account-nav > a.like-btn {
    margin-left: 30px;
    padding: 5px 15px;
    
    background-color: #f8e81c;
    text-decoration: none;
    border-radius: 30px;
}
.block.menu .account-nav > a.current:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% + 20px);
    left: -15px;
    top: -10px;
    z-index: -1;
    
    background-color: #ebebeb;
    border-radius: 70px;
}
/* <<< .menu */



.block.footer {
    background-color: #e4e3de;
    text-align: center;
    font-size: 14px;
    color: #424242;
}
.block.footer .wrap {
    padding-top: 30px;
    padding-bottom: 15px;
}
.block.footer p {
    margin: 0;
}
.block.footer a {    
    display: inline-block;
    padding-bottom: 0px;
    
    color: #424242;
    text-decoration: none;
    
    border-bottom: 1px solid rgba(66, 66, 66, 0.0);
    transition: border-color 0.2s ease 0s;
}
.block.footer a:hover{
    border-bottom: 1px solid rgba(66, 66, 66, 0.97);
}
.block.footer .contacts {
    
}
.block.footer .copy {
    
}
.block.footer .links {
    margin-top: 10px;
    margin-bottom: 10px;
}
/* <<< .footer */

/* << common parts << */


/* >> partnership landing blocks >> */

.block.what-this {
    
}
.block.what-this .wrap {
    padding-left: 0;
    padding-right: 0;
}
.block.what-this:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 725px;
    left: 0;
    top: 0;
    z-index: -1;
    
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.block.what-this .title {
    display: table;
    width: 100%;
    height: 514px;
    color: #ffffff;
}
.block.what-this .title-inner {
    display: table-cell;
    vertical-align: bottom;
    padding: 22px 22px 10px 22px;
}
.block.what-this .title h1 {
    margin: 0;
    font-size: 36px;
    line-height: 1.28em;
    text-align: center;
}
.block.what-this .title h1 > span {
    display: block;
    font-size: 48px;
    line-height: 1.1em;
    
}
.block.what-this .description {
    background-color: #ffffff;
    padding: 30px 22px 30px 22px;
}
.block.what-this .description p {
    font-size: 18px;
    line-height: 1.56em;
}
.block.what-this .description .options {
    margin: 55px auto 55px auto;
    font-size: 0;
}
.block.what-this .description .options > li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    
    font-size: 16px;
    line-height: 1.2em;
    text-align: center;
}
.block.what-this .description .options > li:nth-child(3n) {
    margin-right: 0;
}
.block.what-this .description .options > li .fa {
    display: block;
    margin: 0 auto 20px auto;
    font-size: 48px;
    color: #000000;
}
/* <<< .what-this */



.block.partners {
    
}
.block.partners .wrap {
    padding-top: 40px;
    padding-bottom: 0px;
}
.block.partners h2 {
    margin: 0;
    font-size: 24px;
    
    text-align: center;
}
.block.partners .partners-list {
    padding: 35px 0 30px 0;
    font-size: 0;
    text-align: center;
}
.block.partners .partners-list > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 20px 20px;
}
/* <<< .partners */



.block.just-run {
    padding-bottom: 0px;
}
.block.just-run h2 {
    margin: 0;
    font-size: 24px;
    
    text-align: center;
}
.block.just-run .fotorama,
.block.just-run .fotorama__stage,
.block.just-run .fotorama__stage__shaft,
.block.just-run .fotorama__stage__frame,
.block.just-run .fotorama__html {
    height: 280px!important;
}
.block.just-run .slide {
    padding: 20px 0 30px 0;
    text-align: center;
    height: 100%;
}
.block.just-run .slide .link {
    border: none;
    
    font-size: 12px;
}
.block.just-run .slide .link a {
    display: inline-block;
    margin: 0 auto;
    text-decoration: none;
    color: #424242;
}
.block.just-run .slide .link img {
    display: block;
    height: 110px;
}
.block.just-run .slide .date {
    font-size: 12px;
}
.block.just-run .slide .text {
    font-size: 16px;
    line-height: 1.4em;
    padding-top: 7px;
}
.block.just-run .slide .text p {
    margin: 0;
}
/* <<< .just-run */



.block.how-dose {
    background-color: #e4e3de;
}
.block.how-dose .title > img {
    display: block;
    width: 100%;
}
.block.how-dose h2 {
    margin: 0;
    font-size: 36px;
    
    text-align: center;
}
.block.how-dose .steps {
    font-size: 0;
    padding: 45px 0 30px 0;
}
.block.how-dose .steps > div {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 35px)/2);
    margin-right: 35px;
    margin-bottom: 55px;
    
    font-size: 18px;
    line-height: 1.1em;
}
.block.how-dose .steps > div:nth-child(2n) {
    margin-right: 0;
}
.block.how-dose .steps h3 {
    margin-bottom: 25px;
    font-size: 22px;
    font-family: 'HelveticaNeue';
    font-weight: bold;
    line-height: 1.3em;
}
.block.how-dose .steps p {
    margin-bottom: 20px;
}
.block.how-dose .steps p:last-child {
    margin-bottom: 0;
}
/* <<< .how-dose */



.block.demo {
    min-height: 148px;
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.block.demo:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    
    background-color: rgba(216, 201, 19, 0.7);
}
.block.demo .wrap {
    padding: 29px 0;
}
.block.demo p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.3em;
    
    text-align: center;
    color: #ffffff;
}
.block.demo p.demo-link {
    margin-top: 15px;
    font-size: 36px;
    font-family: 'PeaceSans';
    line-height: 1em;
}
.block.demo p.demo-link .fa {
    margin: 0 10px;
    font-size: 24px;
    vertical-align: middle;
}
.block.demo p.demo-link a {
    color: #ffffff;
}
.block.demo p.demo-link a:hover {
    color: #424242;
}
/* <<< .demo */



.block.contact {
    
}
.block.contact .wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}
.block.contact h2,
.block.contact .h2 {
    margin-bottom: 20px;
    
    font-size: 36px;
    text-align: center;
}
.block.contact .form-wrap {
    max-width: 418px;
    margin: 0 auto;
}
.block.contact .request-complete {
    color: #008800;
    padding-bottom: 80px;
}
/* <<< .contact */

/* << partnership landing blocks << */





/* >> frontend page block >> */

.block.general {
    background-color: #e4e3de;
}
/*.block.general:before {
    content: "";
    position: absolute;
    height: 725px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    
    background-image: url(../i/bg/first-page-top.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}*/
.block.general .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 725px;
    z-index: 1;
    
    overflow: hidden;
    /*background: rgba(255,0,0,0.5);*/
}
.block.general .bg > img {
    position: relative;
    display: block;
    min-height: calc(100% + 4px);
    min-width: calc(100% + 4px);
    
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.block.general .inner {
    position: relative;
    height: 600px;
    padding-top: 111px;
    z-index: 10;
    
    font-size: 0;
}
.block.general .inner .prompt {
    display: inline-block;
    vertical-align: middle;
    width: 66.66%;
    transform: translateX(50%);
    padding-left: 50px;
    
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}
.block.general .inner .prompt h1 {
    font-size: 46px;
    line-height: 1.1em;
}
.block.general .inner .prompt .cost-block {
    font-size: 18px;
	line-height: 1.2em;
}
.block.general .inner .prompt .cost-block .amount {
    display: inline-block;
    font-family: PeaceSans, sans-serif;
    font-size: 28px;
    font-weight: normal;
	line-height: 1.4em;
}
.block.general .inner .prompt .cost-block .amount.old {
    position: relative;
    padding: 0 6px;
    color: #d0021b;
    opacity: 0.7;
}
.block.general .inner .prompt .cost-block .amount.old:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    
    border-top: 2px solid;
}
.block.general .inner .prompt .button {
    margin-top: 25px;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
}
.block.general .inner .prompt .step2-link {
    display: block;
    font-size: 14px;
}
.block.general .inner .prompt .step2-link a {
    color: #ffffff;
}

.block.general .inner .hand {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 33.33%;
    transform: translateX(-200%);
    
    /*background-color: rgba(255,0,0,0.5);*/
}
.block.general .inner .hand img {
    position: relative;
    max-width: 100%;
    top: calc(100% + 60px);
    transform: translateY(-100%);
}

.block.general .plate {
    position: relative;
    padding: 40px 15px;
    z-index: 12;
    
    background-color: #ffffff;
}
.block.general .steps {
    margin: 0px auto 0px auto;
    font-size: 0;
}
.block.general .steps > li {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 3*20px)/4);
    margin-right: 20px;
    
    font-size: 16px;
    line-height: 1.2em;
    text-align: center;
    color: #424242;
}
.block.general .steps > li:nth-child(4n) {
    margin-right: 0;
}
.block.general .steps > li .fa {
    display: block;
    margin: 0 auto 20px auto;
    font-size: 48px;
    color: #000000;
}
.block.general .steps > li a {
    color: #424242;
}
.block.general .photo-add-button {
    cursor: pointer;
}
/* <<<< .general */



.block.clients-feedback {
    background-color: #e4e3de;
}
.block.clients-feedback .picture {
    position: relative;
    z-index: 10;
}
.block.clients-feedback .picture > img {
    display: block;
    width: 100%;
}
.block.clients-feedback .plate {
    position: relative;
    padding: 40px 30px;
    margin-top: -100px;
    z-index: 12;
    
    background-color: #ffffff;
}
.block.clients-feedback h2 {
    font-size: 24px;
    text-align: center;
}
.block.clients-feedback .loading > img {
    display: block;
    margin: 25px auto 0 auto;
}
.block.clients-feedback .comments {
    font-size: 0;
    position: relative;
}
.block.clients-feedback .comments .item {
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 60px)/3);
    margin-right: 30px;
    
    text-align: center;
    font-size: 14px;
}
.block.clients-feedback .comments .item:nth-child(3n) {
    margin-right: 0;
}
.block.clients-feedback .comments .item .image > img {
    display: block;
    width: 90%;
    margin: 0 auto;
    
    transition: transform 0.5s ease;
}
.block.clients-feedback .comments .item > p {
    line-height: 1.2em;
}
.block.clients-feedback .comments .item > p.comment-link {
    display: block;
    margin: 15px 0;
    font-size: 20px;
    text-align: center;
    line-height: 1em;
}
.block.clients-feedback .comments .item > p.comment-link a {
    text-decoration: none!important;
}
.block.clients-feedback .comments .item > p.comment-link .fa.i-twitter {
    color: #1DA1F3;
}
.block.clients-feedback .comments .item > p.comment-link .fa.i-instagram {
    color: #962FBF;
}
.block.clients-feedback .comments .item > p.comment-link .fa.i-facebook {
    color: #3B5997;
}
.block.clients-feedback .comments .item.t0 { padding-top: 0px; }
.block.clients-feedback .comments .item.t1 { padding-top: 1px; }
.block.clients-feedback .comments .item.t2 { padding-top: 2px; }
.block.clients-feedback .comments .item.t3 { padding-top: 3px; }
.block.clients-feedback .comments .item.t4 { padding-top: 4px; }
.block.clients-feedback .comments .item.t5 { padding-top: 5px; }
.block.clients-feedback .comments .item.t6 { padding-top: 6px; }
.block.clients-feedback .comments .item.t7 { padding-top: 7px; }
.block.clients-feedback .comments .item.t8 { padding-top: 8px; }
.block.clients-feedback .comments .item.t9 { padding-top: 9px; }
.block.clients-feedback .comments .item.t10 { padding-top: 10px; }
.block.clients-feedback .comments .item.t11 { padding-top: 11px; }
.block.clients-feedback .comments .item.t12 { padding-top: 12px; }
.block.clients-feedback .comments .item.t13 { padding-top: 13px; }
.block.clients-feedback .comments .item.t14 { padding-top: 14px; }
.block.clients-feedback .comments .item.t15 { padding-top: 15px; }
.block.clients-feedback .comments .item.t16 { padding-top: 16px; }
.block.clients-feedback .comments .item.t17 { padding-top: 17px; }
.block.clients-feedback .comments .item.t18 { padding-top: 18px; }
.block.clients-feedback .comments .item.t19 { padding-top: 19px; }
.block.clients-feedback .comments .item.t20 { padding-top: 20px; }
.block.clients-feedback .comments .item.t21 { padding-top: 21px; }
.block.clients-feedback .comments .item.t22 { padding-top: 22px; }
.block.clients-feedback .comments .item.t23 { padding-top: 23px; }
.block.clients-feedback .comments .item.t24 { padding-top: 24px; }
.block.clients-feedback .comments .item.t25 { padding-top: 25px; }
.block.clients-feedback .comments .item.t26 { padding-top: 26px; }
.block.clients-feedback .comments .item.t27 { padding-top: 27px; }
.block.clients-feedback .comments .item.t28 { padding-top: 28px; }
.block.clients-feedback .comments .item.t29 { padding-top: 29px; }
.block.clients-feedback .comments .item.t30 { padding-top: 30px; }
.block.clients-feedback .comments .item.r0 .image > img { transform: rotate(-3.0deg); }
.block.clients-feedback .comments .item.r1 .image > img { transform: rotate(-2.8deg); }
.block.clients-feedback .comments .item.r2 .image > img { transform: rotate(-2.6deg); }
.block.clients-feedback .comments .item.r3 .image > img { transform: rotate(-2.4deg); }
.block.clients-feedback .comments .item.r4 .image > img { transform: rotate(-2.2deg); }
.block.clients-feedback .comments .item.r5 .image > img { transform: rotate(-2.0deg); }
.block.clients-feedback .comments .item.r6 .image > img { transform: rotate(-1.8deg); }
.block.clients-feedback .comments .item.r7 .image > img { transform: rotate(-1.6deg); }
.block.clients-feedback .comments .item.r8 .image > img { transform: rotate(-1.4deg); }
.block.clients-feedback .comments .item.r9 .image > img { transform: rotate(-1.2deg); }
.block.clients-feedback .comments .item.r10 .image > img { transform: rotate(-1.0deg); }
.block.clients-feedback .comments .item.r11 .image > img { transform: rotate(-0.8deg); }
.block.clients-feedback .comments .item.r12 .image > img { transform: rotate(-0.6deg); }
.block.clients-feedback .comments .item.r13 .image > img { transform: rotate(-0.4deg); }
.block.clients-feedback .comments .item.r14 .image > img { transform: rotate(-0.2deg); }
.block.clients-feedback .comments .item.r15 .image > img { transform: rotate(0.0deg); }
.block.clients-feedback .comments .item.r16 .image > img { transform: rotate(0.2deg); }
.block.clients-feedback .comments .item.r17 .image > img { transform: rotate(0.4deg); }
.block.clients-feedback .comments .item.r18 .image > img { transform: rotate(0.6deg); }
.block.clients-feedback .comments .item.r19 .image > img { transform: rotate(0.8deg); }
.block.clients-feedback .comments .item.r20 .image > img { transform: rotate(1.0deg); }
.block.clients-feedback .comments .item.r21 .image > img { transform: rotate(1.2deg); }
.block.clients-feedback .comments .item.r22 .image > img { transform: rotate(1.4deg); }
.block.clients-feedback .comments .item.r23 .image > img { transform: rotate(1.6deg); }
.block.clients-feedback .comments .item.r24 .image > img { transform: rotate(1.8deg); }
.block.clients-feedback .comments .item.r25 .image > img { transform: rotate(2.0deg); }
.block.clients-feedback .comments .item.r26 .image > img { transform: rotate(2.2deg); }
.block.clients-feedback .comments .item.r27 .image > img { transform: rotate(2.4deg); }
.block.clients-feedback .comments .item.r28 .image > img { transform: rotate(2.6deg); }
.block.clients-feedback .comments .item.r29 .image > img { transform: rotate(2.8deg); }
.block.clients-feedback .comments .item.r30 .image > img { transform: rotate(3.0deg); }
.block.clients-feedback .comments .item.hr0 .image > img:hover { transform: rotate(-3.0deg); }
.block.clients-feedback .comments .item.hr1 .image > img:hover { transform: rotate(-2.8deg); }
.block.clients-feedback .comments .item.hr2 .image > img:hover { transform: rotate(-2.6deg); }
.block.clients-feedback .comments .item.hr3 .image > img:hover { transform: rotate(-2.4deg); }
.block.clients-feedback .comments .item.hr4 .image > img:hover { transform: rotate(-2.2deg); }
.block.clients-feedback .comments .item.hr5 .image > img:hover { transform: rotate(-2.0deg); }
.block.clients-feedback .comments .item.hr6 .image > img:hover { transform: rotate(-1.8deg); }
.block.clients-feedback .comments .item.hr7 .image > img:hover { transform: rotate(-1.6deg); }
.block.clients-feedback .comments .item.hr8 .image > img:hover { transform: rotate(-1.4deg); }
.block.clients-feedback .comments .item.hr9 .image > img:hover { transform: rotate(-1.2deg); }
.block.clients-feedback .comments .item.hr10 .image > img:hover { transform: rotate(-1.0deg); }
.block.clients-feedback .comments .item.hr11 .image > img:hover { transform: rotate(-0.8deg); }
.block.clients-feedback .comments .item.hr12 .image > img:hover { transform: rotate(-0.6deg); }
.block.clients-feedback .comments .item.hr13 .image > img:hover { transform: rotate(-0.4deg); }
.block.clients-feedback .comments .item.hr14 .image > img:hover { transform: rotate(-0.2deg); }
.block.clients-feedback .comments .item.hr15 .image > img:hover { transform: rotate(0.0deg); }
.block.clients-feedback .comments .item.hr16 .image > img:hover { transform: rotate(0.2deg); }
.block.clients-feedback .comments .item.hr17 .image > img:hover { transform: rotate(0.4deg); }
.block.clients-feedback .comments .item.hr18 .image > img:hover { transform: rotate(0.6deg); }
.block.clients-feedback .comments .item.hr19 .image > img:hover { transform: rotate(0.8deg); }
.block.clients-feedback .comments .item.hr20 .image > img:hover { transform: rotate(1.0deg); }
.block.clients-feedback .comments .item.hr21 .image > img:hover { transform: rotate(1.2deg); }
.block.clients-feedback .comments .item.hr22 .image > img:hover { transform: rotate(1.4deg); }
.block.clients-feedback .comments .item.hr23 .image > img:hover { transform: rotate(1.6deg); }
.block.clients-feedback .comments .item.hr24 .image > img:hover { transform: rotate(1.8deg); }
.block.clients-feedback .comments .item.hr25 .image > img:hover { transform: rotate(2.0deg); }
.block.clients-feedback .comments .item.hr26 .image > img:hover { transform: rotate(2.2deg); }
.block.clients-feedback .comments .item.hr27 .image > img:hover { transform: rotate(2.4deg); }
.block.clients-feedback .comments .item.hr28 .image > img:hover { transform: rotate(2.6deg); }
.block.clients-feedback .comments .item.hr29 .image > img:hover { transform: rotate(2.8deg); }
.block.clients-feedback .comments .item.hr30 .image > img:hover { transform: rotate(3.0deg); }

.block.clients-feedback .comments.owl-carousel {
    
}
.block.clients-feedback .comments.owl-carousel .item {
    width: 100%;
}
.block.clients-feedback .comments.owl-carousel .owl-nav {
    
}
.block.clients-feedback .comments.owl-carousel .owl-prev,
.block.clients-feedback .comments.owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-150%);
    
    font-size: 33px;
    color: #f8e71c;
    transition: color 0.2s linear;
}
.block.clients-feedback .comments.owl-carousel .owl-prev:hover,
.block.clients-feedback .comments.owl-carousel .owl-next:hover {
    color: #424242;
}
.block.clients-feedback .comments.owl-carousel .owl-prev.disabled,
.block.clients-feedback .comments.owl-carousel .owl-next.disabled {
    color: #f8e71c!important;
    cursor: default;
    opacity: 0.3;
}
.block.clients-feedback .comments.owl-carousel .owl-prev {
    left: -22px;
}
.block.clients-feedback .comments.owl-carousel .owl-next {
    right: -22px;
}
/* <<< .clients-feedback */



.block.delivery-map {
    background-color: #e4e3de;
}
.delivery-page .block.delivery-map {
    background-color: transparent;
}
.block.delivery-map .wrap {
    padding-top: 44px;
    padding-bottom: 23px;
}
.block.delivery-map .map-container {
    position: relative;
    max-width: 756px;
    /*height: 362px;*/
    margin: 0 auto;
}
.block.delivery-map .map-holder {
    position: relative;
    width: 100%;
    padding-bottom: 48%;
}
.block.delivery-map .map-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.block.delivery-map .title {
    max-width: 400px;
    margin: 0 auto 30px auto;
    text-align: center;
    font-size: 24px;
    line-height: 1.3em;
}
.block.delivery-map .legend {
    margin-top: 55px;
}
.block.delivery-map .legend ul {
    font-size: 0;
    text-align: center;
}
.block.delivery-map .legend ul > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px 20px 0;
    
    font-size: 18px;
    white-space: nowrap;
}
.block.delivery-map .legend ul > li:last-child {
    margin-right: 0;
}
/* <<< .delivery-map */


.block.partnership {
    background-color: #e4e3de;
}
.block.partnership .picture {
    position: relative;
    z-index: 10;
}
.block.partnership .picture > img {
    display: block;
    width: 100%;
}
.block.partnership .plate {
    position: relative;
    padding: 40px 30px;
    z-index: 12;
    
    background-color: #ffffff;
}
.block.partnership .prompt {
    text-align: center;
    font-size: 18px;
}
.block.partnership .prompt .big-icon {
    font-size: 58px;
}
.block.partnership .prompt .title {
    max-width: 620px;
    margin: 0 auto 30px auto;
    
    font-size: 36px;
    line-height: 1.2em;
    text-align: center;
}
.block.partnership .prompt .dd-select {
    text-align: left;
}

/* << frontend page block << */





/* >> admin inner blocks >> */

.block.account-form {
    
}
.block.account-form .login-form {
    max-width: 418px;
    margin: 0 auto;
}
.block.account-form .register-form {
    max-width: 418px;
    margin: 0 auto;
}
.block.account-form .user-form {
    max-width: 418px;
    margin: 0 auto;
}
.block.account-form .user-promo-actions .item {
    padding: 5px 10px;
    font-size: 16px;
}
/* <<< .account-form */




.block.list-table {
    
}
.block.list-table .users-list .tags-list {
    padding-top: 10px;
}
.block.list-table .users-list .tags-list .item {
    margin: 0 5px 5px 0;
    font-size: 11px;
    
}

.block.list-table .orders-list td {
    white-space: nowrap;
}
.block.list-table .orders-list .col-order-id {
    
}
.block.list-table .orders-list .col-order-magnets-count {
    text-align: center;
}
.block.list-table .orders-list .col-order-status {
    text-align: center;
}
.block.list-table .orders-list .col-order-amount {
    text-align: right;
}
.block.list-table .orders-list .col-order-delivery {
    width: 50%;
}
.block.list-table .orders-list .col-order-delivery .country {
    color: #a4a082;
}
.block.list-table .orders-list .col-order-client {
    width: 50%;
}
.block.list-table .orders-list .order-wait .col-order-magnets-count,
.block.list-table .orders-list .order-wait .col-order-status,
.block.list-table .orders-list .order-wait .col-order-amount {
    color: #a4a082;
}
.block.list-table .orders-list .period-select .dates-range {
    visibility: hidden;
}
.block.list-table .orders-list .period-select .ui-button {
    min-width: 0;
    padding: 3px 25px 3px 10px;
    
    background-color: #f8e81c;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}
.block.list-table .orders-list .period-select .ui-button .ui-button-text {
    padding: 0;
}
/* <<< .list-table */




.block.promo-action-form {
    
}
.block.promo-action-form .domain-type {
    margin-left: 15px;
}




.block.ticket .ticket {
    max-width: 450px;
}
.block.ticket .comments + .form-wrap {
    margin-top: 15px;
}
.block.ticket .comment {
	/*margin: 0 -10px;*/
	padding: 20px 0px 5px 0;
	border-bottom: 1px solid #e3e2dd;
	position: relative;
}
.block.ticket .discussion .comment:last-child {
	border-bottom: none;
}
.block.ticket .comment .comment-view {
    font-size: 14px;
    
}
.block.ticket .comment .author {
    margin-bottom: 12px;
}
.block.ticket .comment .author .name {
	font-weight: bold;
    font-size: 16px;
}
.block.ticket .comment .position {
	color: #777
}
.block.ticket .comment .author-upic,
.block.ticket .comment .author-text {
	display: inline-block;
	vertical-align: middle;
}
.block.ticket .comment .author-upic img {
	border-radius: 32px;
	margin-right: 10px;
}
.block.ticket .comment p {
	margin: 0.25em 0;
}
.block.ticket .comment .date {
	color: #777;
	font-size: 12px;
}
.block.ticket .comment .main-block {
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.block.ticket .comment-edit {
	margin-top: 10px;
	margin-bottom: 20px;
}
.block.ticket .comment .attachments {
    margin-top: 10px;
    list-style: none;
}
.block.ticket .comment .attachments .item {
    margin-bottom: 10px;
    position: relative;
}
.block.ticket .comment .attachments .item > .fa {
    
}
.block.ticket .comment .attachments .item > a {
    
}
.block.ticket .comment .attachments .item > span {
    color: #cccccc;
    font-size: 80%;
}

/* << account inner blocks << */







@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}



@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE 10+ */
    
    
}

/* css/v2-style-small.css */

@media screen and (max-width: 980px) and (min-width: 769px) {

    /* >> common parts >> */
    
    .block.menu .nav > a {
        margin-left: 20px;
    }
    .block.menu .nav > a.like-btn { 
        margin-left: 20px;
    }
    /* <<< .menu */
    
    
    
    /* <<< .footer */

    /* << common parts << */

    
    
    
    /* >> partnership landing blocks >> */
    
    .block.just-run .fotorama,
    .block.just-run .fotorama__stage,
    .block.just-run .fotorama__stage__shaft,
    .block.just-run .fotorama__stage__frame,
    .block.just-run .fotorama__html {
        height: 330px!important;
    }
    /* <<< .just-run */
    
    /* << partnership landing blocks << */
    
    
    
    
    
    /* >> frontend page block >> */
    
    .block.general {
        
    }
    .block.general .inner .hand {
        transform: translateX(-150%);
        width: 40%;
    }
    .block.general .inner .prompt {
        width: 60%;
        transform: translateX(66.66%);
    }
    .block.general .inner .prompt h1 {
        font-size: 42px;
    }
    /* <<< .general */
    
    
    /* << frontend page block << */
    
    
    
}

/* css/v2-style-tablet.css */

@media screen and (max-width: 768px) and (min-width: 481px) {

    /* >> common parts >> */
    
    .jcrop-handle {
        width: 20px !important;
        height: 20px !important;
    }
    .jcrop-handle.ord-nw {
        margin-left: -10px;
        margin-top: -10px;
    }
    .jcrop-handle.ord-n {
        margin-left: -10px;
        margin-top: -10px;
    }
    .jcrop-handle.ord-ne {
        margin-right: -10px;
        margin-top: -10px;
    }
    .jcrop-handle.ord-e {
        margin-right: -10px;
        margin-top: -10px;
    }
    .jcrop-handle.ord-se {
        margin-bottom: -10px;
        margin-right: -10px;
    }
    .jcrop-handle.ord-s {
        margin-bottom: -10px;
        margin-left: -10px;
    }
    .jcrop-handle.ord-sw {
        margin-bottom: -10px;
        margin-left: -10px;
    }
    .jcrop-handle.ord-w {
        margin-left: -10px;
        margin-top: -10px;
    }
    /* << .jcrop */
    
    
    
    .block.menu .langs.on-pc {
        display: none;
    }
    .block.menu .langs.on-mobile {
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);

        font-size: 15px;
    }
    .block.menu .nav {
        display: none;
    }
    .block.menu .landing-select {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .block.menu .main-nav {
        display: none;
    }
    /* <<< .menu */
    
    
    .block.footer .main-nav {
        font-size: 0;
    }
    .block.footer .main-nav .item {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 7px;
        
        font-size: 16px;
    }
    .block.footer .main-nav .item:after {
        content: '·';
        display: inline-block;
        font-size: 14px;
        padding: 0 7px;
    }
    .block.footer .main-nav .item:last-child:after {
        display: none;
    }
    /* <<< .footer */
    
    /* << common parts << */
    
    
    

    /* >> partnership landing blocks >> */
    
    .block.what-this .description .options > li {
        display: block;
        width: 50%;
        min-width: 300px;
        margin: 0 auto 40px auto !important;
    }
    /* <<< .what-this */

    
    .block.how-dose .steps > div {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    /* <<< .how-dose */
    
    
    .block.just-run .fotorama,
    .block.just-run .fotorama__stage,
    .block.just-run .fotorama__stage__shaft,
    .block.just-run .fotorama__stage__frame,
    .block.just-run .fotorama__html {
        height: 400px!important;
    }
    /* <<< .just-run */
    
    /* << partnership landing blocks << */
    
    
    
    
    
    /* >> frontend page block >> */
    /*.block.general::before {
        height: 780px;
    }*/
    .block.general .bg {
        height: 780px;
    }
    .block.general .inner {
        height: 780px;
    }
    .block.general .inner .hand {
        display: block;
        width: 100%;
        transform: none;
        
        text-align: center;
    }
    .block.general .inner .hand img {
        top: 0;
        transform: none;
    }
    .block.general .inner .prompt {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
        transform: none;
    }
    
    
    .block.general .steps > li {
        width: calc((100% - 30px)/2);
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .block.general .steps > li:nth-child(2n) {
        margin-right: 0;
    }
    /* <<< .general */
    
    
    .block.delivery-map .legend ul {
        text-align: left;
    }
    .block.delivery-map .legend ul > li {
        display: block;
        margin: 0 0 10px 0;
    }
    /* <<< .delivery-map */
    
    
    .block.partnership .prompt .title {
        font-size: 30px;
    }
    /* <<< .partnership */
    
    
    /* << frontend page block << */
    
    
    
}

@media screen and (max-width: 600px) and (min-width: 481px) {
    
    .block.general .inner .prompt h1 {
        font-size: 30px;
    }
}


/* css/v2-style-mobile.css */

@media screen and (max-width: 480px) {
    
    /* >> common parts >> */
    
    .jcrop-handle {
        width: 20px !important;
        height: 20px !important;
    }
    .jcrop-handle.ord-nw {
        margin-left: -10px;
        margin-top: -10px;
    }
    .jcrop-handle.ord-n {
        margin-left: -10px;
        margin-top: -10px;
    }
    .jcrop-handle.ord-ne {
        margin-right: -10px;
        margin-top: -10px;
    }
    .jcrop-handle.ord-e {
        margin-right: -10px;
        margin-top: -10px;
    }
    .jcrop-handle.ord-se {
        margin-bottom: -10px;
        margin-right: -10px;
    }
    .jcrop-handle.ord-s {
        margin-bottom: -10px;
        margin-left: -10px;
    }
    .jcrop-handle.ord-sw {
        margin-bottom: -10px;
        margin-left: -10px;
    }
    .jcrop-handle.ord-w {
        margin-left: -10px;
        margin-top: -10px;
    }
    /* << .jcrop */
    
    
    
    
    .block .wrap {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    
    
    .dd-select.opened {
        transform: none!important;
    }
    .dd-select.opened .items {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .dd-select.opened .list {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        margin: 0;
        
        border: none;
        border-radius: 0;
    }
    .dd-select.opened .select-inner .list .item {
        text-align: center;
        font-size: 36px;
        line-height: 1.59em;
        
        border-radius: 0;
    }
    .dd-select.opened .select-inner .list span.item {
        background-color: #f8e81c;
    }
    .dd-select.opened .select-inner .list span.item .fa {
        display: none;
    }
    .dd-select.opened .i-close {
        display: block;
        position: absolute;
        left: 50%;
        bottom: 100px;
        width: 44px;
        height: 44px;
        transform: translateX(-50%);
        z-index: 110;
        
        /*font-size: 70px;
        cursor: help;*/
    }
    .dd-select.opened .i-close::before,
    .dd-select.opened .i-close::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: rotate(-45deg);
        z-index: -1;
        border-top: 1px solid #979797;
    }
    .dd-select.opened .i-close::after {
        transform: rotate(45deg);
    }
    /* <<< .dd-select */
    
    
    
    .block.promo-plate .txt {
        font-size: 14px;
    }
    
    
    .block.menu .logo {
        position: relative;
        z-index: 110;
        margin: 0;
        width: auto;
    }
    .block.menu .langs.on-mobile {
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);

        font-size: 14px;
    }
    .block.menu .landing-select {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
    }
    .block.menu .main-nav {
        display: none;
    }
    
    /* <<< .menu */
    
    
    .block.footer .main-nav {
        font-size: 0;
    }
    .block.footer .main-nav .item {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 7px;
        
        font-size: 16px;
    }
    .block.footer .main-nav .item:after {
        content: '·';
        display: inline-block;
        font-size: 14px;
        padding: 0 7px;
    }
    .block.footer .main-nav .item:last-child:after {
        display: none;
    }
    /* <<< .footer */
    
    /* << common parts << */
    
    
    

    /* >> partnership landing blocks >> */
    
    .block.what-this::before {
        min-height: 100vh;
    }
    .block.what-this .title {
        min-height: 100vh;
    }
    .block.what-this .title-inner {
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 130px;
    }
    .block.what-this .title h1 {
        font-size: 32px;
    }
    .block.what-this .title h1 > span {
        font-size: 46px;
    }
    .block.what-this .description {
        padding-left: 12px;
        padding-right: 12px;
    }
    .block.what-this .description .options > li {
        display: block;
        width: 100%;
        margin: 0 auto 40px auto !important;
    }
    /* <<< .what-this */

    
    .block.just-run .fotorama,
    .block.just-run .fotorama__stage,
    .block.just-run .fotorama__stage__shaft,
    .block.just-run .fotorama__stage__frame,
    .block.just-run .fotorama__html {
        height: 440px!important;
    }
    /* <<< .just-run */
    
    
    .block.how-dose .steps > div {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    /* <<< .how-dose */
    
    
    .block.demo {
        min-height: 120px;
    }
    .block.demo p.demo-link {
        font-size: 24px;
    }
    .block.demo p.demo-link .fa {
        display: none;
    }
    /* <<< .demo */
    
    /* << partnership landing blocks << */
    
    
    
    
    
    /* >> frontend page block >> */
    
    /*.block.general::before {
        height: 780px;
    }*/
    .block.general .bg {
        height: 780px;
    }
    .block.general .inner {
        height: 780px;
    }
    .block.general .inner .hand {
        display: block;
        width: 100%;
        transform: none;
        
        text-align: center;
    }
    .block.general .inner .hand img {
        top: 0;
        transform: none;
    }
    .block.general .inner .prompt {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
        transform: none;
    }
    .block.general .inner .prompt h1 {
        font-size: 30px;
    }
    .block.general .plate {
        width: calc(100% + 24px);
        transform: translateX(-12px);
    }
    .block.general .steps > li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .block.general .steps > li .fa {
        margin-bottom: 10px;
    }
    /* <<< .general */
    
    
    .block.clients-feedback .plate {
        margin-top: 0;
    }
    .block.clients-feedback .plate {
        width: calc(100% + 24px);
        transform: translateX(-12px);
    }
    /* <<< .clients-feedback */
    
    
    .block.delivery-map .legend ul {
        text-align: left;
    }
    .block.delivery-map .legend ul > li {
        display: block;
        margin: 0 0 10px 0;
    }
    /* <<< .delivery-map */
    
    
    .block.partnership .prompt .title {
        font-size: 24px;
    }
    .block.partnership .plate {
        width: calc(100% + 24px);
        transform: translateX(-12px);
    }
    /* <<< .partnership */
    
    /* << frontend page block << */
    
    
    
}