/* CMS  */
legend{width:100%;display:block;font-weight:bold;border:0}input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],textarea{width:100%;display:inline-block;padding:3px 6px;background:#fff;border:1px solid #ccc;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;-moz-box-shadow:inset 0 1px 1px #eee;-webkit-box-shadow:inset 0 1px 1px #eee;box-shadow:inset 0 1px 1px #eee;-moz-transition:all .15s linear;-webkit-transition:all .15s linear;-o-transition:all .15s linear;transition:all .15s linear;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus{outline:0;background:#fcfcfc;border-color:#bbb}input[type="file"]{cursor:pointer}select,input[type="file"]{display:block}input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto}textarea,select[multiple],select[size]{height:auto}input[type="radio"],input[type="checkbox"]{margin:0 3px 0 0}input[type="radio"],input[type="checkbox"],label{vertical-align:middle}input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background:#eee}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background:transparent}input[type="submit"],.button{display:inline-block;padding:4px 15px 4px 14px;margin-bottom:0;text-align:center;vertical-align:middle;line-height:16px;font-size:11px;color:#000;cursor:pointer;border:1px solid #ccc;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#ececec;background-image:-moz-linear-gradient(top,#fff,#ececec);background-image:-webkit-linear-gradient(top,#fff,#ececec);background-image:-ms-linear-gradient(top,#fff,#ececec);background-image:-o-linear-gradient(top,#fff,#ececec);background-image:linear-gradient(to bottom,#fff,#ececec);background-repeat:repeat-x;-moz-transition:background .15s linear;-webkit-transition:background .15s linear;-o-transition:background .15s linear;transition:background .15s linear}input[type="submit"]:hover,.button:hover{text-decoration:none;background-position:0 -15px !important}input[type="submit"]:active,.button:active{background-color:#e6e6e6;background-position:0 -30px !important}input[type="submit"].blue,.button.blue{background-color:#2f96b4;background-image:-moz-linear-gradient(top,#5bc0de,#2f96b4);background-image:-webkit-linear-gradient(top,#5bc0de,#2f96b4);background-image:-ms-linear-gradient(top,#5bc0de,#2f96b4);background-image:-o-linear-gradient(top,#5bc0de,#2f96b4);background-image:linear-gradient(to bottom,#5bc0de,#2f96b4);border-color:#2f96b4;color:#fff}input[type="submit"].blue:active,.button.blue:active{background-color:#2e95b3}input[type="submit"].green,.button.green{background-color:#51a351;background-image:-moz-linear-gradient(top,#62c462,#51a351);background-image:-webkit-linear-gradient(top,#62c462,#51a351);background-image:-ms-linear-gradient(top,#62c462,#51a351);background-image:-o-linear-gradient(top,#62c462,#51a351);background-image:linear-gradient(to bottom,#62c462,#51a351);border-color:#51a351;color:#fff}input[type="submit"].green:active,.button.green:active{background-color:#4f9f4f}input[type="submit"].orange,.button.orange{background-color:#f89406;background-image:-moz-linear-gradient(top,#fbb450,#f89406);background-image:-webkit-linear-gradient(top,#fbb450,#f89406);background-image:-ms-linear-gradient(top,#fbb450,#f89406);background-image:-o-linear-gradient(top,#fbb450,#f89406);background-image:linear-gradient(to bottom,#fbb450,#f89406);border-color:#f89406;color:#fff}input[type="submit"].orange:active,.button.orange:active{background-color:#f28f04}input[type="submit"].red,.button.red{background-color:#bd362f;background-image:-moz-linear-gradient(top,#ee5f5b,#bd362f);background-image:-webkit-linear-gradient(top,#ee5f5b,#bd362f);background-image:-ms-linear-gradient(top,#ee5f5b,#bd362f);background-image:-o-linear-gradient(top,#ee5f5b,#bd362f);background-image:linear-gradient(to bottom,#ee5f5b,#bd362f);border-color:#bd362f;color:#fff}input[type="submit"].red:active,.button.red:active{background-color:#be322b}
@font-face {
  font-family: 'custom-icons';
  src: url("../../custom-plugins/custom-icons/font/custom-icons.eot?68677185");
  src: url("../../custom-plugins/custom-icons/font/custom-icons.eot?68677185#iefix") format('embedded-opentype'),
       url("../../custom-plugins/custom-icons/font/custom-icons.woff?68677185") format('woff'),
       url("../../custom-plugins/custom-icons/font/custom-icons.ttf?68677185") format('truetype'),
       url("../../custom-plugins/custom-icons/font/custom-icons.svg?68677185#custom-icons") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'custom-icons';
    src: url("../../custom-plugins/custom-icons/font/custom-icons.svg?68677185#custom-icons") format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "custom-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-quote-left:before { content: '\e928'; } /* '' */
.icon-deviantart:before { content: '\e81d'; } /* '' */
.icon-down-open:before { content: '\e92c'; } /* '' */
.icon-up-open:before { content: '\e92d'; } /* '' */
.icon-down-open-mini:before { content: '\e92b'; } /* '' */
.icon-left-open-mini:before { content: '\e804'; } /* '' */
.icon-right-open-mini:before { content: '\e805'; } /* '' */
.icon-up-open-mini:before { content: '\e92a'; } /* '' */
.icon-down-open-big:before { content: '\e92e'; } /* '' */
.icon-left-open-big:before { content: '\e765'; } /* '' */
.icon-right-open-big:before { content: '\e766'; } /* '' */
.icon-up-open-big:before { content: '\e92f'; } /* '' */
.icon-music-outline:before { content: '\e800'; } /* '' */
.icon-music:before { content: '\e801'; } /* '' */
.icon-search-outline:before { content: '\e802'; } /* '' */
.icon-search:before { content: '\e803'; } /* '' */
.icon-mail:before { content: '\e806'; } /* '' */
.icon-heart:before { content: '\e807'; } /* '' */
.icon-heart-filled:before { content: '\e80e'; } /* '' */
.icon-star:before { content: '\e812'; } /* '' */
.icon-star-filled:before { content: '\e818'; } /* '' */
.icon-user-outline:before { content: '\e814'; } /* '' */
.icon-user:before { content: '\e81b'; } /* '' */
.icon-users-outline:before { content: '\e823'; } /* '' */
.icon-users:before { content: '\e828'; } /* '' */
.icon-user-add-outline:before { content: '\e829'; } /* '' */
.icon-user-add:before { content: '\e82a'; } /* '' */
.icon-user-delete-outline:before { content: '\e82b'; } /* '' */
.icon-user-delete:before { content: '\e82c'; } /* '' */
.icon-video:before { content: '\e82d'; } /* '' */
.icon-videocam-outline:before { content: '\e82e'; } /* '' */
.icon-videocam:before { content: '\e82f'; } /* '' */
.icon-picture-outline:before { content: '\e80d'; } /* '' */
.icon-picture:before { content: '\e80c'; } /* '' */
.icon-camera-outline:before { content: '\e80b'; } /* '' */
.icon-camera:before { content: '\e80a'; } /* '' */
.icon-th-outline:before { content: '\e809'; } /* '' */
.icon-th:before { content: '\e808'; } /* '' */
.icon-th-large-outline:before { content: '\e80f'; } /* '' */
.icon-th-large:before { content: '\e810'; } /* '' */
.icon-th-list-outline:before { content: '\e813'; } /* '' */
.icon-th-list:before { content: '\e817'; } /* '' */
.icon-ok-outline:before { content: '\e822'; } /* '' */
.icon-ok:before { content: '\e824'; } /* '' */
.icon-cancel-outline:before { content: '\e825'; } /* '' */
.icon-cancel:before { content: '\e836'; } /* '' */
.icon-cancel-alt:before { content: '\e835'; } /* '' */
.icon-cancel-alt-filled:before { content: '\e834'; } /* '' */
.icon-cancel-circled-outline:before { content: '\e833'; } /* '' */
.icon-cancel-circled:before { content: '\e832'; } /* '' */
.icon-plus-outline:before { content: '\e831'; } /* '' */
.icon-plus:before { content: '\e830'; } /* '' */
.icon-minus-outline:before { content: '\e837'; } /* '' */
.icon-minus:before { content: '\e838'; } /* '' */
.icon-divide-outline:before { content: '\e839'; } /* '' */
.icon-divide:before { content: '\e83a'; } /* '' */
.icon-eq-outline:before { content: '\e83b'; } /* '' */
.icon-eq:before { content: '\e83c'; } /* '' */
.icon-info-outline:before { content: '\e83d'; } /* '' */
.icon-info:before { content: '\e83e'; } /* '' */
.icon-home-outline:before { content: '\e83f'; } /* '' */
.icon-home:before { content: '\e840'; } /* '' */
.icon-link-outline:before { content: '\e841'; } /* '' */
.icon-link:before { content: '\e842'; } /* '' */
.icon-attach-outline:before { content: '\e843'; } /* '' */
.icon-attach:before { content: '\e844'; } /* '' */
.icon-lock:before { content: '\e845'; } /* '' */
.icon-lock-filled:before { content: '\e846'; } /* '' */
.icon-lock-open:before { content: '\e847'; } /* '' */
.icon-lock-open-filled:before { content: '\e848'; } /* '' */
.icon-pin-outline:before { content: '\e849'; } /* '' */
.icon-pin:before { content: '\e84a'; } /* '' */
.icon-eye-outline:before { content: '\e84b'; } /* '' */
.icon-eye:before { content: '\e84c'; } /* '' */
.icon-tag:before { content: '\e84d'; } /* '' */
.icon-tags:before { content: '\e84e'; } /* '' */
.icon-bookmark:before { content: '\e84f'; } /* '' */
.icon-flag:before { content: '\e850'; } /* '' */
.icon-flag-filled:before { content: '\e851'; } /* '' */
.icon-thumbs-up:before { content: '\e852'; } /* '' */
.icon-thumbs-down:before { content: '\e853'; } /* '' */
.icon-download-outline:before { content: '\e854'; } /* '' */
.icon-download:before { content: '\e855'; } /* '' */
.icon-upload-outline:before { content: '\e856'; } /* '' */
.icon-upload:before { content: '\e857'; } /* '' */
.icon-upload-cloud-outline:before { content: '\e858'; } /* '' */
.icon-upload-cloud:before { content: '\e859'; } /* '' */
.icon-reply-outline:before { content: '\e85a'; } /* '' */
.icon-reply:before { content: '\e85b'; } /* '' */
.icon-forward-outline:before { content: '\e85c'; } /* '' */
.icon-forward:before { content: '\e85d'; } /* '' */
.icon-code-outline:before { content: '\e85e'; } /* '' */
.icon-code:before { content: '\e85f'; } /* '' */
.icon-export-outline:before { content: '\e860'; } /* '' */
.icon-export:before { content: '\e861'; } /* '' */
.icon-pencil:before { content: '\e862'; } /* '' */
.icon-pen:before { content: '\e863'; } /* '' */
.icon-feather:before { content: '\e866'; } /* '' */
.icon-edit:before { content: '\e865'; } /* '' */
.icon-print:before { content: '\e864'; } /* '' */
.icon-comment:before { content: '\e867'; } /* '' */
.icon-chat:before { content: '\e868'; } /* '' */
.icon-chat-alt:before { content: '\e869'; } /* '' */
.icon-bell:before { content: '\e86a'; } /* '' */
.icon-attention:before { content: '\e86b'; } /* '' */
.icon-attention-filled:before { content: '\e86c'; } /* '' */
.icon-warning-empty:before { content: '\e86d'; } /* '' */
.icon-warning:before { content: '\e86e'; } /* '' */
.icon-contacts:before { content: '\e86f'; } /* '' */
.icon-vcard:before { content: '\e870'; } /* '' */
.icon-address:before { content: '\e871'; } /* '' */
.icon-location-outline:before { content: '\e872'; } /* '' */
.icon-location:before { content: '\e885'; } /* '' */
.icon-map:before { content: '\e884'; } /* '' */
.icon-direction-outline:before { content: '\e883'; } /* '' */
.icon-direction:before { content: '\e882'; } /* '' */
.icon-compass:before { content: '\e881'; } /* '' */
.icon-trash:before { content: '\e880'; } /* '' */
.icon-doc:before { content: '\e87f'; } /* '' */
.icon-doc-text:before { content: '\e87e'; } /* '' */
.icon-doc-add:before { content: '\e87d'; } /* '' */
.icon-doc-remove:before { content: '\e87c'; } /* '' */
.icon-news:before { content: '\e87b'; } /* '' */
.icon-folder:before { content: '\e87a'; } /* '' */
.icon-folder-add:before { content: '\e879'; } /* '' */
.icon-folder-delete:before { content: '\e878'; } /* '' */
.icon-archive:before { content: '\e877'; } /* '' */
.icon-box:before { content: '\e876'; } /* '' */
.icon-rss-outline:before { content: '\e875'; } /* '' */
.icon-rss:before { content: '\e73a'; } /* '' */
.icon-phone-outline:before { content: '\e874'; } /* '' */
.icon-phone:before { content: '\e873'; } /* '' */
.icon-menu-outline:before { content: '\e886'; } /* '' */
.icon-menu:before { content: '\e887'; } /* '' */
.icon-cog-outline:before { content: '\e888'; } /* '' */
.icon-cog:before { content: '\e889'; } /* '' */
.icon-wrench-outline:before { content: '\e88a'; } /* '' */
.icon-wrench:before { content: '\e88b'; } /* '' */
.icon-basket:before { content: '\e88c'; } /* '' */
.icon-calendar-outlilne:before { content: '\e88d'; } /* '' */
.icon-calendar:before { content: '\e88e'; } /* '' */
.icon-mic-outline:before { content: '\e88f'; } /* '' */
.icon-mic:before { content: '\e890'; } /* '' */
.icon-volume-off:before { content: '\e891'; } /* '' */
.icon-volume-low:before { content: '\e892'; } /* '' */
.icon-volume-middle:before { content: '\e893'; } /* '' */
.icon-volume-high:before { content: '\e894'; } /* '' */
.icon-headphones:before { content: '\e895'; } /* '' */
.icon-wristwatch:before { content: '\e896'; } /* '' */
.icon-stopwatch:before { content: '\e897'; } /* '' */
.icon-lightbulb:before { content: '\e898'; } /* '' */
.icon-block-outline:before { content: '\e899'; } /* '' */
.icon-block:before { content: '\e89a'; } /* '' */
.icon-quote-right:before { content: '\e929'; } /* '' */
.icon-resize-full:before { content: '\e89c'; } /* '' */
.icon-resize-normal-outline:before { content: '\e89d'; } /* '' */
.icon-resize-normal:before { content: '\e89e'; } /* '' */
.icon-move-outline:before { content: '\e89f'; } /* '' */
.icon-move:before { content: '\e8a0'; } /* '' */
.icon-popup:before { content: '\e8a1'; } /* '' */
.icon-zoom-in-outline:before { content: '\e8a2'; } /* '' */
.icon-zoom-in:before { content: '\e8a3'; } /* '' */
.icon-zoom-out-outline:before { content: '\e8a4'; } /* '' */
.icon-zoom-out:before { content: '\e8a5'; } /* '' */
.icon-popup-1:before { content: '\e8a6'; } /* '' */
.icon-left-open-outline:before { content: '\e8a7'; } /* '' */
.icon-left-open:before { content: '\e8a8'; } /* '' */
.icon-right-open-outline:before { content: '\e8a9'; } /* '' */
.icon-right-open:before { content: '\e8aa'; } /* '' */
.icon-down:before { content: '\e8ab'; } /* '' */
.icon-left:before { content: '\e8ac'; } /* '' */
.icon-right:before { content: '\e8ad'; } /* '' */
.icon-up:before { content: '\e8ae'; } /* '' */
.icon-down-outline:before { content: '\e8af'; } /* '' */
.icon-left-outline:before { content: '\e8b0'; } /* '' */
.icon-right-outline:before { content: '\e8b1'; } /* '' */
.icon-up-outline:before { content: '\e8b2'; } /* '' */
.icon-down-small:before { content: '\e8b3'; } /* '' */
.icon-left-small:before { content: '\e8b4'; } /* '' */
.icon-right-small:before { content: '\e8b5'; } /* '' */
.icon-up-small:before { content: '\e8b6'; } /* '' */
.icon-cw-outline:before { content: '\e8b7'; } /* '' */
.icon-cw:before { content: '\e8b8'; } /* '' */
.icon-arrows-cw-outline:before { content: '\e8b9'; } /* '' */
.icon-arrows-cw:before { content: '\e8ba'; } /* '' */
.icon-loop-outline:before { content: '\e8bb'; } /* '' */
.icon-loop:before { content: '\e8bc'; } /* '' */
.icon-loop-alt-outline:before { content: '\e8bd'; } /* '' */
.icon-loop-alt:before { content: '\e8be'; } /* '' */
.icon-shuffle:before { content: '\e8bf'; } /* '' */
.icon-play-outline:before { content: '\e8c0'; } /* '' */
.icon-play:before { content: '\e8c1'; } /* '' */
.icon-stop-outline:before { content: '\e8c2'; } /* '' */
.icon-stop:before { content: '\e8c3'; } /* '' */
.icon-pause-outline:before { content: '\e8c4'; } /* '' */
.icon-pause:before { content: '\e8c5'; } /* '' */
.icon-fast-fw-outline:before { content: '\e8c6'; } /* '' */
.icon-fast-fw:before { content: '\e8c7'; } /* '' */
.icon-rewind-outline:before { content: '\e8c8'; } /* '' */
.icon-rewind:before { content: '\e8c9'; } /* '' */
.icon-record-outline:before { content: '\e8ca'; } /* '' */
.icon-record:before { content: '\e8cb'; } /* '' */
.icon-eject-outline:before { content: '\e8cc'; } /* '' */
.icon-eject:before { content: '\e8cd'; } /* '' */
.icon-eject-alt-outline:before { content: '\e8ce'; } /* '' */
.icon-eject-alt:before { content: '\e8cf'; } /* '' */
.icon-bat1:before { content: '\e8d0'; } /* '' */
.icon-bat2:before { content: '\e8d1'; } /* '' */
.icon-bat3:before { content: '\e8d2'; } /* '' */
.icon-bat4:before { content: '\e8d3'; } /* '' */
.icon-bat-charge:before { content: '\e8d4'; } /* '' */
.icon-plug:before { content: '\e8d5'; } /* '' */
.icon-target-outline:before { content: '\e8e0'; } /* '' */
.icon-target:before { content: '\e8e5'; } /* '' */
.icon-wifi-outline:before { content: '\e8e6'; } /* '' */
.icon-wifi:before { content: '\e8e7'; } /* '' */
.icon-desktop:before { content: '\e8f5'; } /* '' */
.icon-laptop:before { content: '\e8f4'; } /* '' */
.icon-tablet:before { content: '\e8f6'; } /* '' */
.icon-mobile:before { content: '\e8f7'; } /* '' */
.icon-contrast:before { content: '\e8f8'; } /* '' */
.icon-globe-outline:before { content: '\e90a'; } /* '' */
.icon-globe:before { content: '\e90b'; } /* '' */
.icon-globe-alt-outline:before { content: '\e90c'; } /* '' */
.icon-globe-alt:before { content: '\e90d'; } /* '' */
.icon-sun:before { content: '\e90e'; } /* '' */
.icon-sun-filled:before { content: '\e90f'; } /* '' */
.icon-cloud:before { content: '\e910'; } /* '' */
.icon-flash-outline:before { content: '\e911'; } /* '' */
.icon-flash:before { content: '\e912'; } /* '' */
.icon-moon:before { content: '\e913'; } /* '' */
.icon-waves-outline:before { content: '\e8d6'; } /* '' */
.icon-waves:before { content: '\e8df'; } /* '' */
.icon-rain:before { content: '\e8e4'; } /* '' */
.icon-cloud-sun:before { content: '\e8e8'; } /* '' */
.icon-drizzle:before { content: '\e8e9'; } /* '' */
.icon-snow:before { content: '\e8f2'; } /* '' */
.icon-cloud-flash:before { content: '\e8f3'; } /* '' */
.icon-cloud-wind:before { content: '\e8f9'; } /* '' */
.icon-wind:before { content: '\e8fa'; } /* '' */
.icon-plane-outline:before { content: '\e8fb'; } /* '' */
.icon-plane:before { content: '\e902'; } /* '' */
.icon-leaf:before { content: '\e905'; } /* '' */
.icon-lifebuoy:before { content: '\e906'; } /* '' */
.icon-briefcase:before { content: '\e907'; } /* '' */
.icon-brush:before { content: '\e908'; } /* '' */
.icon-pipette:before { content: '\e909'; } /* '' */
.icon-power-outline:before { content: '\e914'; } /* '' */
.icon-power:before { content: '\e915'; } /* '' */
.icon-check-outline:before { content: '\e916'; } /* '' */
.icon-check:before { content: '\e917'; } /* '' */
.icon-gift:before { content: '\e8d7'; } /* '' */
.icon-temperatire:before { content: '\e8de'; } /* '' */
.icon-chart-outline:before { content: '\e8e3'; } /* '' */
.icon-chart:before { content: '\e8ea'; } /* '' */
.icon-chart-alt-outline:before { content: '\e8eb'; } /* '' */
.icon-chart-alt:before { content: '\e8f1'; } /* '' */
.icon-chart-bar-outline:before { content: '\e8f0'; } /* '' */
.icon-chart-bar:before { content: '\e8fc'; } /* '' */
.icon-chart-pie-outline:before { content: '\e8fd'; } /* '' */
.icon-chart-pie:before { content: '\e8fe'; } /* '' */
.icon-credit-card:before { content: '\e904'; } /* '' */
.icon-clipboard:before { content: '\e918'; } /* '' */
.icon-key-outline:before { content: '\e919'; } /* '' */
.icon-key:before { content: '\e91a'; } /* '' */
.icon-flow-split:before { content: '\e91b'; } /* '' */
.icon-flow-merge:before { content: '\e91c'; } /* '' */
.icon-flow-parallel:before { content: '\e91d'; } /* '' */
.icon-flow-cross:before { content: '\e91e'; } /* '' */
.icon-certificate-outline:before { content: '\e8d8'; } /* '' */
.icon-certificate:before { content: '\e8dd'; } /* '' */
.icon-scissors-outline:before { content: '\e8e2'; } /* '' */
.icon-scissors:before { content: '\e8e1'; } /* '' */
.icon-flask:before { content: '\e8ec'; } /* '' */
.icon-wine:before { content: '\e8ed'; } /* '' */
.icon-coffee:before { content: '\e8ef'; } /* '' */
.icon-beer:before { content: '\e8ff'; } /* '' */
.icon-anchor-outline:before { content: '\e900'; } /* '' */
.icon-anchor:before { content: '\e901'; } /* '' */
.icon-puzzle-outline:before { content: '\e903'; } /* '' */
.icon-puzzle:before { content: '\e91f'; } /* '' */
.icon-tree:before { content: '\e920'; } /* '' */
.icon-calculator:before { content: '\e921'; } /* '' */
.icon-infinity-outline:before { content: '\e922'; } /* '' */
.icon-infinity:before { content: '\e923'; } /* '' */
.icon-pi-outline:before { content: '\e924'; } /* '' */
.icon-pi:before { content: '\e925'; } /* '' */
.icon-at:before { content: '\e926'; } /* '' */
.icon-at-circled:before { content: '\e927'; } /* '' */
.icon-looped-square-outline:before { content: '\e8d9'; } /* '' */
.icon-looped-square-interest:before { content: '\e8dc'; } /* '' */
.icon-sort-alphabet-outline:before { content: '\e8da'; } /* '' */
.icon-sort-alphabet:before { content: '\e8db'; } /* '' */
.icon-sort-numeric-outline:before { content: '\e8ee'; } /* '' */
.icon-gplus-1:before { content: '\e815'; } /* '' */
.icon-reddit:before { content: '\e821'; } /* '' */
.icon-dribbble:before { content: '\e816'; } /* '' */
.icon-flickr:before { content: '\e820'; } /* '' */
.icon-linkedin-1:before { content: '\e81c'; } /* '' */
.icon-rss-3:before { content: '\e81f'; } /* '' */
.icon-youtube:before { content: '\e81e'; } /* '' */
.icon-vimeo:before { content: '\e819'; } /* '' */
.icon-yahoo:before { content: '\e811'; } /* '' */
.icon-tumblr-1:before { content: '\e81a'; } /* '' */
.icon-facebook-1:before { content: '\e826'; } /* '' */
.icon-twitter-bird:before { content: '\e827'; } /* '' */
.icon-resize-full-outline:before { content: '\e89b'; } /* '' */
/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#swipebox-container{position:relative;width:100%;height:100%}#swipebox-slider{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease;height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none;cursor:pointer}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-inline-container,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;-webkit-box-sizing:border-box;box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-slider .slide-loading{background:url(../img/loader.gif) center center no-repeat}#swipebox-bottom-bar,#swipebox-top-bar{-webkit-transition:.5s;transition:.5s;position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-bottom-bar{bottom:-50px}#swipebox-bottom-bar.visible-bars{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}#swipebox-top-bar{top:-50px}#swipebox-top-bar.visible-bars{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}#swipebox-title{display:block;width:100%;text-align:center}#swipebox-close,#swipebox-next,#swipebox-prev{background-image:url(../img/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;width:50px;height:50px;top:0}#swipebox-arrows{display:block;margin:0 auto;width:100%;height:50px}#swipebox-prev{background-position:-32px 13px;float:left}#swipebox-next{background-position:-78px 13px;float:right}#swipebox-close{top:0;right:0;position:absolute;z-index:9999;background-position:15px 12px}.swipebox-no-close-button #swipebox-close{display:none}#swipebox-next.disabled,#swipebox-prev.disabled{opacity:.3}.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}.swipebox-touch #swipebox-container:after,.swipebox-touch #swipebox-container:before{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease;content:' ';position:absolute;z-index:999;top:0;height:100%;width:20px;opacity:0}.swipebox-touch #swipebox-container:before{left:0;-webkit-box-shadow:inset 10px 0 10px -8px #656565;box-shadow:inset 10px 0 10px -8px #656565}.swipebox-touch #swipebox-container:after{right:0;-webkit-box-shadow:inset -10px 0 10px -8px #656565;box-shadow:inset -10px 0 10px -8px #656565}.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before,.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after{opacity:1}@-webkit-keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@keyframes rightSpring{0%{left:0}50%{left:-30px}100%{left:0}}@-webkit-keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@keyframes leftSpring{0%{left:0}50%{left:30px}100%{left:0}}@media screen and (min-width:800px){#swipebox-close{right:10px}#swipebox-arrows{width:92%;max-width:800px}}#swipebox-overlay{background:#0d0d0d}#swipebox-bottom-bar,#swipebox-top-bar{text-shadow:1px 1px 1px #000;background:#000;opacity:.95}#swipebox-top-bar{color:#fff!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif}
