@charset "UTF-8";
/* FONT AWESOME */
.fa, .fa-ul > li {
  position: relative; }

.fa.fa-pull-left, .fa.pull-left {
  margin-right: .3em; }

.fa, .fa-stack {
  display: inline-block; }

.fa-fw, .fa-li {
  text-align: center; }

@font-face {
  font-family: FontAwesome;
  src: url(/static/fonts/fontawesome-webfont.eot?v=4.5.0);
  src: url(/static/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format("embedded-opentype"), url(/static/fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"), url(/static/fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"), url(/static/fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"), url(/static/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal; }
.fa {
  vertical-align: middle;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa.fa-pull-right, .fa.pull-right {
  margin-left: .3em; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: .08em solid #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right, .pull-right {
  float: right; }

.pull-left {
  float: left; }

.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(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  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 {
  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-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
  filter: none; }

.fa-stack {
  position: relative;
  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: #fff; }

.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-close:before, .fa-remove: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-cog:before, .fa-gear: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-repeat:before, .fa-rotate-right: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-image:before, .fa-photo: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-exclamation-triangle:before, .fa-warning: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-cogs:before, .fa-gears: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-floppy-o:before, .fa-save:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-bars:before, .fa-navicon:before, .fa-reorder: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-sort:before, .fa-unsorted:before {
  content: "\f0dc"; }

.fa-sort-desc:before, .fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-asc:before, .fa-sort-up:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-gavel:before, .fa-legal:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-bolt:before, .fa-flash:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-clipboard:before, .fa-paste: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-chain-broken:before, .fa-unlink: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-caret-square-o-down:before, .fa-toggle-down:before {
  content: "\f150"; }

.fa-caret-square-o-up:before, .fa-toggle-up:before {
  content: "\f151"; }

.fa-caret-square-o-right:before, .fa-toggle-right:before {
  content: "\f152"; }

.fa-eur:before, .fa-euro:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-inr:before, .fa-rupee:before {
  content: "\f156"; }

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
  content: "\f157"; }

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
  content: "\f158"; }

.fa-krw:before, .fa-won: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-caret-square-o-left:before, .fa-toggle-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-try:before, .fa-turkish-lira: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-bank:before, .fa-institution:before, .fa-university:before {
  content: "\f19c"; }

.fa-graduation-cap:before, .fa-mortar-board: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: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-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
  content: "\f1c5"; }

.fa-file-archive-o:before, .fa-file-zip-o:before {
  content: "\f1c6"; }

.fa-file-audio-o:before, .fa-file-sound-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-ring:before, .fa-life-saver:before, .fa-support:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-empire:before, .fa-ge:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-paper-plane:before, .fa-send:before {
  content: "\f1d8"; }

.fa-paper-plane-o:before, .fa-send-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-futbol-o:before, .fa-soccer-ball-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-ils:before, .fa-shekel:before, .fa-sheqel: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-bed:before, .fa-hotel:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-y-combinator:before, .fa-yc: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-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-paper-o:before, .fa-hand-stop-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-television:before, .fa-tv: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"; }

/* OWL CAROUSEL */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -moz-transition: height .5s ease-in-out;
  -ms-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale .1s ease;
  -moz-transition: scale .1s ease;
  -ms-transition: scale .1s ease;
  -o-transition: scale .1s ease;
  transition: scale .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -moz-transition: opacity .4s ease;
  -ms-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/* LIGHT GALLERY */
.lg-actions .lg-next, .lg-actions .lg-prev, .lg-sub-html, .lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1080; }

#lg-counter, .lg-outer .lg-video-cont {
  vertical-align: middle;
  display: inline-block; }

@font-face {
  font-family: lg;
  src: url(../js/lightGallery/fonts/lg.eot?n1z373);
  src: url(../js/lightGallery/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../js/lightGallery/fonts/lg.woff?n1z373) format("woff"), url(../js/lightGallery/fonts/lg.ttf?n1z373) format("truetype"), url(../js/lightGallery/fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal; }
.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }

.lg-actions .lg-next:before {
  content: "\e095"; }

.lg-actions .lg-prev {
  left: 20px; }

.lg-actions .lg-prev:after {
  content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0%,100% {
    left: 0; }
  50% {
    left: -30px; } }
@-moz-keyframes lg-right-end {
  0%,100% {
    left: 0; }
  50% {
    left: -30px; } }
@-ms-keyframes lg-right-end {
  0%,100% {
    left: 0; }
  50% {
    left: -30px; } }
@keyframes lg-right-end {
  0%,100% {
    left: 0; }
  50% {
    left: -30px; } }
@-webkit-keyframes lg-left-end {
  0%,100% {
    left: 0; }
  50% {
    left: 30px; } }
@-moz-keyframes lg-left-end {
  0%,100% {
    left: 0; }
  50% {
    left: 30px; } }
@-ms-keyframes lg-left-end {
  0%,100% {
    left: 0; }
  50% {
    left: 30px; } }
@keyframes lg-left-end {
  0%,100% {
    left: 0; }
  50% {
    left: 30px; } }
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  -o-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  -o-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative; }

.lg-toolbar {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0; }

.lg-toolbar .lg-icon:hover {
  color: #FFF; }

.lg-toolbar .lg-close:after {
  content: "\e070"; }

.lg-toolbar .lg-download:after {
  content: "\e0f2"; }

.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center; }

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700; }

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0; }

#lg-counter {
  color: #999;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px; }

.lg-next, .lg-prev, .lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
  -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
  -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
  transition: transform 250ms ease 0s, opacity 250ms !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease; } }
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707; }

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  -o-transition: bottom .25s ease;
  transition: bottom .25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff"; }

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF; }

.lg-outer .lg-video-cont {
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../js/lightGallery/img/vimeo-play.png) no-repeat; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../js/lightGallery/img/vimeo-play.png) 0 -58px no-repeat; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../js/lightGallery/img/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../js/lightGallery/img/youtube-play.png) no-repeat; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../js/lightGallery/img/youtube-play.png) 0 -60px no-repeat; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -moz-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s; }

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0; }

.lg-progress-bar.lg-start .lg-progress {
  width: 100%; }

.lg-show-autoplay .lg-progress-bar {
  opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform .3s ease 0s;
  -moz-transition: -moz-transform .3s ease 0s;
  -o-transition: -o-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
  transition: transform 0.3s ease 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-zoom-out {
  opacity: .5;
  pointer-events: none; }

#lg-zoom-out:after {
  content: "\e312"; }

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
  -moz-transition: opacity .15s ease 0s,-moz-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s,-o-transform .15s ease 0s;
  transition: opacity .15s ease 0s,transform .15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  width: 12px; }

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-outer, .lg-outer .lg, .lg-outer .lg-inner {
  width: 100%;
  height: 100%; }

.lg-fullscreen:after {
  content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d"; }

.group:after, .group:before {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.lg-outer.lg-visible {
  opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1; }

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%; }

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap; }

.lg-outer .lg-item {
  background: url(../js/lightGallery/img/loading.gif) center center no-repeat;
  display: none !important; }

.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important; }

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%; }

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

.lg-outer .lg-img-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px; }

.lg-outer .lg-item.lg-complete {
  background-image: none; }

.lg-outer .lg-item.lg-current {
  z-index: 1060; }

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1; }

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download {
  display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s; }

.lg-backdrop.in {
  opacity: 1; }

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  -moz-transition: opacity .1s ease 0s;
  -o-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/* SWIPER */
.swiper-slide, .swiper-wrapper {
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  width: 100%; }

.swiper-pagination, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0); }

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-slide, .swiper-wrapper {
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d; }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-fles-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0; }

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px; }

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px); }

.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s step-end infinite;
  -moz-animation: swiper-preloader-spin 1s step-end infinite;
  animation: swiper-preloader-spin 1s step-end infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0); }
  8.33333333% {
    -webkit-transform: rotate(30deg); }
  16.66666667% {
    -webkit-transform: rotate(60deg); }
  25% {
    -webkit-transform: rotate(90deg); }
  33.33333333% {
    -webkit-transform: rotate(120deg); }
  41.66666667% {
    -webkit-transform: rotate(150deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  58.33333333% {
    -webkit-transform: rotate(210deg); }
  66.66666667% {
    -webkit-transform: rotate(240deg); }
  75% {
    -webkit-transform: rotate(270deg); }
  83.33333333% {
    -webkit-transform: rotate(300deg); }
  91.66666667% {
    -webkit-transform: rotate(330deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0); }
  8.33333333% {
    transform: rotate(30deg); }
  16.66666667% {
    transform: rotate(60deg); }
  25% {
    transform: rotate(90deg); }
  33.33333333% {
    transform: rotate(120deg); }
  41.66666667% {
    transform: rotate(150deg); }
  50% {
    transform: rotate(180deg); }
  58.33333333% {
    transform: rotate(210deg); }
  66.66666667% {
    transform: rotate(240deg); }
  75% {
    transform: rotate(270deg); }
  83.33333333% {
    transform: rotate(300deg); }
  91.66666667% {
    transform: rotate(330deg); }
  100% {
    transform: rotate(360deg); } }
/* EDITABLE SELECT */
input.es-input {
  padding-right: 20px !important;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAG2YAABzjgAA4DIAAIM2AAB5CAAAxgwAADT6AAAgbL5TJ5gAAABGSURBVHjaYvz//z8DOYCJgUzA0tnZidPK8vJyRpw24pLEpwnuVHRFhDQxMDAwMPz//x+OOzo6/iPz8WFGuocqAAAA//8DAD/sORHYg7kaAAAAAElFTkSuQmCC) right center no-repeat; }

input.es-input:focus {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0; }

.es-list {
  display: block;
  position: absolute;
  padding: 0;
  margin: 0;
  border: 1px solid #d1d1d1;
  display: none;
  z-index: 1000;
  background: #fff;
  max-height: 160px;
  overflow-y: auto;
  -moz-box-shadow: 0 2px 3px #ccc;
  -webkit-box-shadow: 0 2px 3px #ccc;
  box-shadow: 0 2px 3px #ccc; }

.es-list li {
  display: block;
  padding: 5px 10px;
  margin: 0; }

.es-list li.selected {
  background: #f3f3f3; }

* {
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  font-family: Arial, Verdana, Tahoma;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: normal;
  color: #333;
  outline: medium none;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  border: 0; }

a:hover, a:focus {
  text-decoration: none;
  color: inherit;
  outline: none; }

ul {
  list-style: none; }

input {
  line-height: normal;
  border: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

textarea {
  line-height: normal;
  border: 0;
  border-radius: 0;
  resize: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

#lightGallery-action a:before, a:after {
  bottom: 7px !important; }

#lightGallery-close:after {
  top: 7px !important; }

/* V├üLTOZ├ôK ELEJE */
/* V├üLTOZ├ôK V├ëGE */
/* MIXIN ELEJE */
/* TRANSFORM */
/* TRANSFORM ORIGIN */
/* TRANSLATE */
/* ROTATE */
/* SKEW */
/* SCALE */
/* PLACEHOLDER */
/* MIXIN V├ëGE */
/* MODALOK STYLE ELEJE */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }

.fade.in {
  opacity: 1; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0 auto; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #333333; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

/* MODALOK STYLE V├ëGE */
/* CUSTOM FORM STYLE eleje */
input[type=checkbox].css-checkbox {
  display: none; }

input[type=checkbox].css-checkbox + label.checkbox-label {
  display: inline-block;
  height: 20px;
  padding: 0;
  background: url(/static/images/checkbox.svg) no-repeat left top;
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #666;
  vertical-align: middle;
  cursor: pointer; }

input[type=checkbox].css-checkbox:checked + label.checkbox-label {
  background-position: left bottom; }

input[type=radio].css-radio {
  display: none; }

input[type=radio].css-radio + label.radio-label {
  display: inline-block;
  height: 20px;
  padding: 0;
  background: url(/static/images/radio.svg) no-repeat left top;
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #666;
  vertical-align: middle;
  cursor: pointer; }

input[type=radio].css-radio:checked + label.radio-label {
  background-position: left bottom; }

/* CUSTOM FORM STYLE V├ëGE */
/* FONTS ELEJE */
.os_light, .categoryItem .detailsBox p {
  font-family: "Open Sans";
  font-weight: 300; }

.os_normal, .infoList li p, .infoList li a, .changeList > li > a, .subMenu li a, .additionalBox ul li a, .searchBox .inputBox input, .mainCaroItem .textBox p, .titleBox h1, .productsItem .descriptionBox p, .productsItem .descriptionBox div h5.beforeSale, #bannerSection > div .textBox h2, .blogItem .descriptionBox time, .blogItem .descriptionBox p, footer .topBox > div .titleBox h1, footer .topBox > div ul li a, footer .topBox > div > p, .copyright, input, textarea, label, .contactList li p, .contactList li a, #breadcrumbsSection ul li a, .mainTextBox p, .mainTextBox ul li, .mainTextBox ol li, .myPager li a, #errorSection p, .blogDetailsBox .dateBox span.day p, .shareBox a, .blog2List li a .descriptionBox time, .searchResultsBox > p, .searchResultsBox ul p, .searchResultsBox ul li > span p, .searchResultsBox ul li > div p, #pricetableModal table td, .btn2, .errorMsg, .cc_container .cc_message {
  font-family: "Open Sans";
  font-weight: 400; }

.os_semibold, .productsItem .mainBox .hoverBox > div p, .collapsedList > li a, .collapsed2List > li a, .selectList > li a, .btn {
  font-family: "Open Sans";
  font-weight: 600; }

.os_bold, .mobileHeaderNav .menu li a, .langList li a, .headerNav .menu > li > a, .langBox a, .menuOpenBox h6, .mainCaroItem .textBox h1, .categoryItem .detailsBox h3, .productsItem .mainBox .imgBox span, .productsItem .descriptionBox h6, .productsItem .descriptionBox div h5, #bannerSection > div .textBox h1, .blogItem .descriptionBox h3, #breadcrumbsSection h1, .mainTextBox h1, .mainTextBox h2, .mainTextBox h3, .mainTextBox h4, .mainTextBox h5, .mainTextBox h6, .mainTextBox strong, .mainTextBox a, #productSiteSection .textBox h1, #productSiteSection .textBox h3, #errorSection h1, #errorSection h2, .blogDetailsBox .dateBox span.month p, .blogDetailsBox .textBox h1, .blogDetailsBox .textBox > div h6, .blog2List li a .descriptionBox h5, .searchResultsBox > p strong, .searchResultsBox ul li > div h1, .searchResultsBox ul li > div p strong, #orderModal .productList .product h6, #pricetableModal table thead th, .cc_container .cc_message a, .cc_container .cc_btn {
  font-family: "Open Sans";
  font-weight: 700; }

.os_extrabold {
  font-family: "Open Sans";
  font-weight: 800; }

/* FONTS V├ëGE */
/* ICONS ELEJE */
@font-face {
  font-family: 'icomoon';
  src: url("/static/fonts/icomoon.eot?dz3k64");
  src: url("/static/fonts/icomoon.eot?dz3k64#iefix") format("embedded-opentype"), url("/static/fonts/icomoon.ttf?dz3k64") format("truetype"), url("/static/fonts/icomoon.woff?dz3k64") format("woff"), url("/static/fonts/icomoon.svg?dz3k64#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-upLogo:before {
  content: "\e900"; }

.icon-ccLogo:before {
  content: "\e901"; }

/* ICONS V├ëGE */
html {
  position: relative;
  display: block;
  width: 100%; }

body {
  position: relative; }
  body.out .mobileHeaderNav {
    right: 0; }
  body.out .wrapper {
    right: 320px; }

.mobileHeaderNav {
  z-index: 50;
  position: fixed;
  top: 0;
  right: -320px;
  display: none;
  width: 320px;
  height: 100%;
  padding: 30px 35px 30px 40px;
  text-align: right;
  background: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .mobileHeaderNav > a {
    display: inline-block;
    padding: 5px;
    margin-bottom: 30px; }
    .mobileHeaderNav > a i {
      font-size: 16px;
      color: #FFF; }
  .mobileHeaderNav .menu {
    margin: 0 5px 25px 0; }
    .mobileHeaderNav .menu li {
      display: block;
      width: 100%;
      margin-bottom: 15px;
      text-align: right; }
      .mobileHeaderNav .menu li a {
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1px;
        color: #FFF; }
        .mobileHeaderNav .menu li a i {
          position: absolute;
          top: calc(50% - 5px);
          right: -20px;
          font-size: 10px;
          color: #FFF;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
      .mobileHeaderNav .menu li .subMenu {
        position: static;
        margin: 20px 0;
        background: transparent; }
        .mobileHeaderNav .menu li .subMenu li a {
          width: auto;
          text-align: right;
          padding: 0;
          font-size: 12px;
          line-height: 14px;
          border-bottom: none; }
      .mobileHeaderNav .menu li:last-child {
        margin-bottom: 0; }
      .mobileHeaderNav .menu li.opened i {
        top: calc(50% - 3px);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .mobileHeaderNav .menu li.active a {
        color: #E57925; }

.langList {
  float: right;
  margin-right: 5px; }
  .langList li {
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px dashed #FFF; }
    .langList li a {
      text-transform: uppercase;
      font-size: 13px;
      line-height: 14px;
      letter-spacing: 1px;
      color: #FFF; }
    .langList li:last-child {
      margin-right: 0;
      padding-right: 0;
      border-right: none; }
    .langList li.active a {
      color: #E57925; }

.wrapper {
  overflow: hidden;
  z-index: 0;
  position: relative;
  right: 0;
  display: block;
  width: 100%;
  background: #e9e9e9;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.menuClose {
  z-index: 40;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.7);
  cursor: pointer; }

.contentBox {
  overflow: hidden;
  position: relative;
  display: block;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  background: #FFF; }

.contentBox2 {
  display: block;
  width: 400px;
  margin: 0 auto; }

/* F┼ÉOLDAL ELEJE */
/* HEADER ELEJE */
header {
  padding-bottom: 22px; }
  header > div {
    display: block;
    width: 100%;
    padding: 0 50px; }
  header .topBox {
    height: 40px;
    background: #F4F4F4; }
  header .middleBox {
    height: auto;
    padding: 20px 50px 20px 50px; }
    header .middleBox > div {
      height: 100%; }
    header .middleBox .contentLeft {
      float: left;
      width: auto;
      margin-right: 50px;
      padding-top: 0px;
      text-align: left; }
    header .middleBox .contentRight {
      float: right;
      width: auto;
      padding-top: 5px; }

.mainTextBox.intro * {
  text-align: center; }

.infoList {
  float: left;
  margin-top: 12px; }
  .infoList li {
    float: left;
    margin-right: 30px; }
    .infoList li:last-child {
      margin-right: 0; }
    .infoList li i {
      float: left;
      margin: 1px 10px 0 0;
      font-size: 14px;
      color: #BFBFBF; }
      .infoList li i.fa-phone {
        font-size: 15px; }
    .infoList li p, .infoList li a {
      float: left;
      font-size: 13px;
      line-height: 16px;
      color: #BFBFBF; }
    .infoList li a {
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      .infoList li a:hover {
        color: #E57925; }

.socialList, .shareList {
  float: right;
  height: 100%; }
  .socialList li, .shareList li {
    float: left; }
    .socialList li a, .shareList li a {
      display: block;
      width: 40px;
      padding: 12px 0;
      text-align: center;
      -webkit-transition: background 0.2s ease-in-out;
      -moz-transition: background 0.2s ease-in-out;
      -ms-transition: background 0.2s ease-in-out;
      -o-transition: background 0.2s ease-in-out;
      transition: background 0.2s ease-in-out; }
      .socialList li a i, .shareList li a i {
        display: inline-block;
        font-size: 15px;
        color: #BFBFBF;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
      .socialList li a:hover, .shareList li a:hover {
        background: #E57925; }
        .socialList li a:hover i, .shareList li a:hover i {
          color: #FFF; }

.shareList {
  float: left;
  height: 43px; }
  .shareList li {
    height: 100%;
    margin-right: 1px; }
    .shareList li a {
      height: 100%;
      padding: 13px 0 0 0;
      background: #E57925; }
      .shareList li a i {
        color: #FFF; }
      .shareList li a:hover {
        background: #BFBFBF; }
    .shareList li:last-child {
      margin-right: 0; }

.changeList {
  float: right;
  margin-top: 12px;
  margin-right: 30px; }
  .changeList > li {
    float: left;
    position: relative;
    margin-right: 30px;
    padding-bottom: 12px; }
    .changeList > li > a {
      display: block;
      font-size: 13px;
      line-height: 16px;
      color: #BFBFBF;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      .changeList > li > a i {
        position: relative;
        top: -1px;
        display: inline-block;
        margin-left: 8px;
        text-align: center;
        font-size: 8px;
        color: #BFBFBF;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .changeList > li > a:hover {
        color: #E57925; }
        .changeList > li > a:hover i {
          color: #E57925; }
    .changeList > li:last-child {
      margin-right: 0; }
    .changeList > li.opened > a {
      color: #E57925; }
      .changeList > li.opened > a i {
        top: 1px;
        color: #E57925;
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

.subMenu {
  z-index: 10;
  position: absolute;
  top: 28px;
  left: 0;
  display: none;
  background: #606060; }
  .subMenu li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 30px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    color: #FFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
    .subMenu li a:hover {
      background: #E57925; }
  .subMenu li:last-child a {
    border-bottom: none; }

.logo {
  display: block;
  max-height: 100%;
  height: 50px; }
  .logo img {
    display: block;
    height: 100%; }

.headerNav {
  display: block;
  width: 100%; }
  .headerNav .menu {
    display: block;
    width: 100%;
    background: #111; }
    .headerNav .menu > li {
      float: left;
      position: relative;
      height: 50px; }
      .headerNav .menu > li > a {
        display: block;
        height: 100%;
        padding: 17px 20px 0 20px;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1px;
        color: #FFF;
        background: #111;
        -webkit-transition: background 0.2s ease-in-out;
        -moz-transition: background 0.2s ease-in-out;
        -ms-transition: background 0.2s ease-in-out;
        -o-transition: background 0.2s ease-in-out;
        transition: background 0.2s ease-in-out; }
        .headerNav .menu > li > a:hover {
          background: #E57925; }
        .headerNav .menu > li > a i {
          font-size: 16px;
          color: #FFF; }
          .headerNav .menu > li > a i.fa-chevron-down {
            position: relative;
            top: -1px;
            display: inline-block;
            margin-left: 8px;
            font-size: 10px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
      .headerNav .menu > li:first-child > a {
        background: #111; }
        .headerNav .menu > li:first-child > a:hover {
          background: #E57925; }
      .headerNav .menu > li.opened > a {
        background: #E57925; }
        .headerNav .menu > li.opened > a i.fa-chevron-down {
          top: 0;
          -moz-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
      .headerNav .menu > li.active a {
        background: #E57925; }
  .headerNav .subMenu {
    top: 51px;
    min-width: 100%; }
    .headerNav .subMenu li a {
      padding: 15px 40px;
      text-transform: uppercase;
      font-size: 13px; }

.additionalBox {
  width: 100%;
  height: 60px;
  padding-top: 22px; }
  .additionalBox ul {
    float: right; }
    .additionalBox ul li {
      float: left;
      margin-right: 30px; }
      .additionalBox ul li a {
        font-size: 13px;
        line-height: 16px;
        color: #BFBFBF;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
        .additionalBox ul li a:hover {
          color: #E57925; }
      .additionalBox ul li:last-child {
        margin-right: 0; }
      .additionalBox ul li.active a {
        color: #E57925; }

.additional2Box {
  width: 100%; }

.langBox {
  float: right;
  margin-left: 20px; }
  .langBox a {
    float: left;
    position: relative;
    height: 40px;
    padding: 12px 15px 0 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    color: #FFF;
    background: #606060;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
    .langBox a i {
      display: inline-block;
      font-size: 16px;
      color: #FFF; }
    .langBox a:hover, .langBox a.active {
      background: #E57925; }
      .langBox a:hover span, .langBox a.active span {
        background: #505050; }

.searchBox {
  float: right;
  width: 300px;
  height: 40px; }
  .searchBox .formBox {
    display: block;
    width: 100%;
    height: 100%; }
    .searchBox .formBox form {
      display: block;
      width: 100%;
      height: 100%; }
  .searchBox .inputBox {
    float: left;
    width: calc(100% - 40px);
    height: 100%;
    background: #F4F4F4; }
    .searchBox .inputBox input {
      width: 100%;
      height: 100%;
      padding: 0 15px;
      font-size: 13px;
      color: #BFBFBF;
      background: transparent; }
  .searchBox .buttonBox {
    float: left;
    width: 40px;
    height: 100%; }
    .searchBox .buttonBox button {
      display: block;
      width: 100%;
      height: 100%;
      padding-top: 2px;
      text-align: center;
      background: #BFBFBF;
      border: none;
      box-shadow: none;
      cursor: pointer;
      -webkit-transition: background 0.2s ease-in-out;
      -moz-transition: background 0.2s ease-in-out;
      -ms-transition: background 0.2s ease-in-out;
      -o-transition: background 0.2s ease-in-out;
      transition: background 0.2s ease-in-out; }
      .searchBox .buttonBox button i {
        display: inline-block;
        font-size: 16px;
        color: #FFF; }
      .searchBox .buttonBox button:hover {
        background: #E57925; }

.menuOpenBox {
  position: relative;
  display: none;
  width: 100%;
  height: 40px;
  background: #606060; }
  .menuOpenBox h6 {
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #FFF; }

.menuOpen {
  float: left;
  display: block;
  width: 40px;
  height: 100%;
  margin-right: 15px;
  padding-top: 19px;
  text-align: center;
  background: #505050; }
  .menuOpen span {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 2px;
    vertical-align: top;
    background: #FFF; }
    .menuOpen span:before, .menuOpen span:after {
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      background: #FFF;
      content: ''; }
    .menuOpen span:before {
      top: -5px; }
    .menuOpen span:after {
      bottom: -5px; }

/* HEADER V├ëGE */
/* SLIDER SECTION ELEJE */
#sliderSection {
  padding: 0; }
  #sliderSection .sliderPager {
    opacity: 0;
    z-index: 30;
    position: absolute;
    top: calc(50% - 25px);
    display: block;
    width: 50px;
    height: 50px;
    padding-top: 17px;
    text-align: center;
    background: #FFF;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #sliderSection .sliderPager.prev {
      left: 0;
      padding-right: 4px; }
    #sliderSection .sliderPager.next {
      right: 0;
      padding-left: 4px; }
    #sliderSection .sliderPager i {
      display: inline-block;
      font-size: 18px;
      color: #606060;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
    #sliderSection .sliderPager:hover {
      background: #E57925; }
      #sliderSection .sliderPager:hover i {
        color: #FFF; }
  #sliderSection:hover .sliderPager {
    opacity: 1; }

#mainCaro {
  overflow: hidden;
  display: block;
  width: 100%; }

.mainCaroItem {
  overflow: hidden;
  position: relative;
  display: table;
  width: 100%;
  height: 500px; }
  .mainCaroItem .imgBox {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%; }
    .mainCaroItem .imgBox img {
      display: block;
      width: 100%; }
  .mainCaroItem .textBox {
    z-index: 20;
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center; }
    .mainCaroItem .textBox h1 {
      margin-bottom: 15px;
      text-align: center;
      text-transform: uppercase;
      font-size: 52px;
      line-height: 54px;
      letter-spacing: 1px;
      color: #FFF; }
    .mainCaroItem .textBox p {
      margin-bottom: 30px;
      text-align: center;
      text-transform: uppercase;
      font-size: 32px;
      line-height: 34px;
      color: #FFF; }

/* SLIDER SECTION V├ëGE */
/* CATEGORY SECTION ELEJE */
.titleBox {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 30px; }
  .titleBox h1 {
    display: inline-block;
    padding-right: 15px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #606060; }
    .titleBox h1:after {
      position: absolute;
      top: 50%;
      right: 0;
      height: 1px;
      background: rgba(191, 191, 191, 0.2);
      content: ''; }
  .titleBox.sub h1 {
    font-size: 19px; }
    .titleBox.sub h1:after {
      display: none; }

.categoryCaroBox {
  overflow: hidden;
  width: 100%; }

#categoryCaro {
  width: calc(100% + 20px); }

.categoryItem {
  overflow: hidden;
  position: relative;
  display: block;
  margin-right: 20px; }
  .categoryItem .imgBox {
    overflow: hidden;
    display: block;
    width: 100%; }
    .categoryItem .imgBox img {
      display: block;
      width: 100%; }
  .categoryItem .detailsBox {
    z-index: 20;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: rgba(17, 17, 17, 0.3);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .categoryItem .detailsBox h3 {
      margin-bottom: 2px;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 18px;
      letter-spacing: 1px;
      color: #FFF; }
    .categoryItem .detailsBox p {
      opacity: 0;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 1px;
      color: #FFF;
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      -ms-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
  .categoryItem:hover .detailsBox {
    bottom: 0 !important;
    background: #E57925; }
    .categoryItem:hover .detailsBox p {
      opacity: 1; }

/* CATEGORY SECTION V├ëGE */
/* PRODUCTS SECTION ELEJE */
.productsCaroBox {
  overflow: hidden;
  width: 100%; }

#productsCaro {
  width: calc(100% + 20px); }

.productsItem {
  overflow: hidden;
  margin-right: 20px; }
  .productsItem .mainBox {
    overflow: hidden;
    position: relative; }
    .productsItem .mainBox .imgBox {
      overflow: hidden;
      display: block;
      width: 100%; }
      .productsItem .mainBox .imgBox img {
        display: block;
        width: 100%; }
      .productsItem .mainBox .imgBox span {
        z-index: 10;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        padding: 8px 9px 8px 10px;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 1px;
        color: #FFF;
        background: #E57925; }
    .productsItem .mainBox .hoverBox {
      z-index: 10;
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 40px;
      padding-top: 12px;
      text-align: center;
      background: rgba(29, 27, 27, 0.6);
      -moz-transform: translate(0, 50px);
      -o-transform: translate(0, 50px);
      -ms-transform: translate(0, 50px);
      -webkit-transform: translate(0, 50px);
      transform: translate(0, 50px);
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .productsItem .mainBox .hoverBox > div {
        display: inline-block; }
        .productsItem .mainBox .hoverBox > div i {
          float: left;
          margin-right: 10px;
          font-size: 16px;
          color: #FFF; }
        .productsItem .mainBox .hoverBox > div p {
          float: left;
          text-transform: uppercase;
          font-size: 14px;
          line-height: 16px;
          letter-spacing: 1px;
          color: #FFF; }
      .productsItem .mainBox .hoverBox:hover {
        background: #E57925; }
  .productsItem .descriptionBox {
    display: block;
    padding: 25px;
    text-align: center;
    background: #F4F4F4; }
    .productsItem .descriptionBox h6 {
      margin-bottom: 10px;
      text-align: center;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 22px;
      color: #606060; }
    .productsItem .descriptionBox p {
      margin-bottom: 10px;
      text-align: center;
      font-size: 14px;
      line-height: 16px;
      color: #606060; }
    .productsItem .descriptionBox div {
      display: inline-block;
      height: 18px; }
      .productsItem .descriptionBox div h5 {
        display: inline-block;
        font-size: 16px;
        line-height: 18px;
        color: #606060; }
        .productsItem .descriptionBox div h5.beforeSale {
          margin-right: 5px;
          text-decoration: line-through;
          font-size: 14px;
          color: #BFBFBF; }
  .productsItem:hover .mainBox .hoverBox {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }

/* PRODUCTS SECTION V├ëGE */
/* BANNER SECTION ELEJE */
#bannerSection {
  overflow: hidden;
  display: block;
  margin-top: 50px;
  padding: 0;
  background: url(/static/images/parallax1.jpg) 0 0/100% auto fixed; }
  #bannerSection > div {
    position: relative;
    display: table;
    width: 100%;
    height: 200px; }
    #bannerSection > div .imgBox {
      z-index: 0;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%; }
      #bannerSection > div .imgBox img {
        display: block;
        width: 100%; }
    #bannerSection > div .textBox {
      z-index: 20;
      position: relative;
      display: table-cell;
      width: 100%;
      height: 100%;
      vertical-align: middle;
      text-align: center; }
      #bannerSection > div .textBox h1 {
        margin-bottom: 5px;
        text-align: center;
        text-transform: uppercase;
        font-size: 40px;
        line-height: 42px;
        letter-spacing: 1px;
        color: #FFF; }
      #bannerSection > div .textBox h2 {
        text-align: center;
        text-transform: uppercase;
        font-size: 28px;
        line-height: 30px;
        letter-spacing: 1px;
        color: #FFF; }

/* BANNER SECTION V├ëGE */
/* BLOG MAIN SECTION ELEJE */
.blogMainList {
  display: block;
  width: calc(100% + 20px); }
  .blogMainList li {
    float: left;
    width: calc(25% - 20px);
    margin-right: 20px; }

.blogItem {
  display: block; }
  .blogItem .imgBox {
    overflow: hidden;
    display: block;
    width: 100%; }
    .blogItem .imgBox img {
      display: block;
      width: 100%;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
  .blogItem .descriptionBox {
    padding: 25px;
    background: #F4F4F4; }
    .blogItem .descriptionBox h3 {
      margin-bottom: 10px;
      text-transform: uppercase;
      font-size: 16px;
      line-height: 24px;
      color: #606060;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
    .blogItem .descriptionBox time {
      display: inline-block;
      margin-bottom: 15px;
      font-size: 13px;
      line-height: 14px;
      color: #BFBFBF;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
    .blogItem .descriptionBox p {
      margin-bottom: 15px;
      font-size: 14px;
      line-height: 22px;
      color: #606060; }
    .blogItem .descriptionBox .btn {
      padding: 10px 15px;
      font-size: 13px;
      color: #FFF;
      background: #BFBFBF; }
  .blogItem:hover .descriptionBox .btn {
    background: #E57925; }

.blogBox {
  margin-bottom: 50px; }

/* BLOG MAIN SECTION V├ëGE */
/* PARTNERS SECTION ELEJE */
.partnersItem {
  display: table;
  width: 100%;
  height: 80px;
  table-layout: fixed; }
  .partnersItem > div {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 0 40px;
    vertical-align: middle;
    text-align: center; }
  .partnersItem a {
    display: inline-block; }
  .partnersItem img {
    width: 100%;
    max-width: 100% !important;
    max-height: 100% !important; }

/* PARTNERS SECTION V├ëGE */
/* FOOTER ELEJE */
footer > div {
  display: block;
  width: 100%;
  padding: 0 50px; }
footer .topBox {
  width: calc(100% + 20px);
  padding: 50px;
  background: #606060; }
  footer .topBox > div {
    float: left;
    position: relative;
    width: calc(30% - 20px);
    margin-right: 20px; }
    footer .topBox > div:last-child {
      width: calc(40% - 20px); }
    footer .topBox > div .titleBox {
      margin-bottom: 20px; }
      footer .topBox > div .titleBox h1 {
        display: inline-block;
        padding-right: 15px;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 22px;
        letter-spacing: 1px;
        color: #FFF; }
        footer .topBox > div .titleBox h1:after {
          position: absolute;
          top: 10px;
          right: 0;
          height: 1px;
          background: rgba(191, 191, 191, 0.2);
          content: ''; }
    footer .topBox > div ul li {
      margin-bottom: 10px; }
      footer .topBox > div ul li a {
        display: inline-block;
        font-size: 14px;
        line-height: 16px;
        color: #BFBFBF;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        footer .topBox > div ul li a i {
          margin: -2px 10px 0 0;
          font-size: 8px;
          color: #BFBFBF;
          -webkit-transition: color 0.2s ease-in-out;
          -moz-transition: color 0.2s ease-in-out;
          -ms-transition: color 0.2s ease-in-out;
          -o-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out; }
        footer .topBox > div ul li a:hover {
          color: #FFF;
          -moz-transform: translate(5px, 0);
          -o-transform: translate(5px, 0);
          -ms-transform: translate(5px, 0);
          -webkit-transform: translate(5px, 0);
          transform: translate(5px, 0); }
          footer .topBox > div ul li a:hover i {
            color: #FFF; }
      footer .topBox > div ul li:last-child {
        margin-bottom: 0; }
    footer .topBox > div > p {
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 22px;
      color: #BFBFBF;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
footer .bottomBox {
  height: 50px;
  padding-top: 17px;
  background: #111; }
footer .btn {
  padding: 13px 20px;
  font-size: 13px; }

.copyright {
  float: left;
  font-size: 14px;
  line-height: 16px;
  color: #BFBFBF; }

.logoList {
  float: right; }
  .logoList li {
    float: left;
    margin-right: 20px; }
    .logoList li a {
      display: block; }
      .logoList li a i {
        font-size: 16px;
        color: #BFBFBF;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
        .logoList li a i.icon-ccLogo {
          position: relative;
          top: -1px;
          font-size: 18px; }
      .logoList li a:hover i {
        color: #E57925; }
    .logoList li:last-child {
      margin-right: 0; }

/* FOOTER V├ëGE */
/* F┼ÉOLDAL V├ëGE */
/* ALOLDALAK ELEJE */
/* MAP SECTION ELEJE */
#mapSection {
  padding: 0; }

#mapBox {
  display: block;
  width: 100%;
  height: 400px; }

/* MAP SECTION V├ëGE */
/* CONTACT SECTION ELEJE */
#contactSection > div {
  width: 100%; }
  #contactSection > div > div {
    float: left; }
  #contactSection > div .contentLeft {
    width: 300px;
    margin-right: 30px; }
  #contactSection > div .contentRight {
    width: calc(100% - 330px); }
#contactSection .submitBox {
  position: absolute;
  bottom: 1px;
  right: 1px; }
  #contactSection .submitBox .btn {
    color: #FFF;
    background: #606060; }
    #contactSection .submitBox .btn:hover {
      background: #E57925; }

.inputBox, .textareaBox {
  position: relative;
  display: block;
  width: 100%; }
  .inputBox.error input, .inputBox.error textarea, .textareaBox.error input, .textareaBox.error textarea {
    border-color: #ED3737; }

.inputBox {
  margin-bottom: 15px; }
  .inputBox:last-child {
    margin-bottom: 0; }
  .inputBox > i {
    position: absolute;
    top: 42px;
    right: 15px;
    font-size: 8px;
    color: #BFBFBF; }

input, textarea {
  display: block;
  width: 100%;
  font-size: 13px;
  color: #BFBFBF;
  background: #F4F4F4;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  input:focus, textarea:focus {
    border-color: #606060; }

input {
  height: 40px;
  padding: 0 15px; }

textarea {
  height: 202px;
  padding: 15px; }

label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  color: #606060; }

.submitBox {
  display: inline-block; }
  .submitBox .btn {
    padding: 10px 15px;
    font-size: 13px;
    line-height: normal; }
  .submitBox.hide {
    display: none; }

.contactList li {
  display: block;
  width: 100%;
  margin-bottom: 15px; }
  .contactList li i {
    float: left;
    width: 20px;
    text-align: center;
    margin-top: 1px;
    margin-right: 10px;
    font-size: 14px;
    color: #606060; }
  .contactList li p, .contactList li a {
    float: left;
    font-size: 13px;
    line-height: 16px;
    color: #606060; }
  .contactList li a {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    .contactList li a:hover {
      color: #E57925; }
  .contactList li:last-child {
    margin-bottom: 0; }

.leftSide {
  float: left;
  width: calc(45% - 15px);
  margin-right: 30px; }

.rightSide {
  float: left;
  width: calc(55% - 15px); }

/* CONTACT SECTION V├ëGE */
/* BREADCRUMBS SECTION ELEJE */
#breadcrumbsSection {
  padding: 30px 50px;
  height: 150px;
  display: table; }
  #breadcrumbsSection .imgBox {
    overflow: hidden;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%; }
    #breadcrumbsSection .imgBox img {
      display: block;
      width: 100%; }
  #breadcrumbsSection .textBox {
    z-index: 10;
    position: relative;
    display: table-cell;
    vertical-align: middle; }
  #breadcrumbsSection h1 {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 32px;
    color: white; }
  #breadcrumbsSection ul li {
    float: left;
    margin-right: 10px; }
    #breadcrumbsSection ul li a {
      font-size: 13px;
      line-height: 16px;
      color: white;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
      #breadcrumbsSection ul li a:hover {
        color: #E57925; }
    #breadcrumbsSection ul li i {
      margin-top: 2px;
      font-size: 8px;
      color: #FFF; }
    #breadcrumbsSection ul li:last-child {
      margin-right: 0; }
      #breadcrumbsSection ul li:last-child a {
        cursor: default; }
        #breadcrumbsSection ul li:last-child a:hover {
          color: #FFF; }

/* BREADCRUMBS SECTION V├ëGE */
/* FAQ + CONTENT SECTION ELEJE */
#faqSection > div, #contentSection > div {
  display: block;
  width: 100%; }
  #faqSection > div > div, #contentSection > div > div {
    float: left; }
#faqSection .contentLeft, #contentSection .contentLeft {
  width: calc(100% - 330px); }
#faqSection .contentRight, #contentSection .contentRight {
  width: 280px;
  margin-left: 50px; }
#faqSection #productsCaro, #contentSection #productsCaro {
  width: 100%; }
#faqSection .productsItem, #contentSection .productsItem {
  margin-right: 0; }

.collapsedList, .collapsed2List, .selectList {
  display: block;
  width: 100%; }
  .collapsedList > li, .collapsed2List > li, .selectList > li {
    position: relative;
    margin-bottom: 10px; }
    .collapsedList > li a, .collapsed2List > li a, .selectList > li a {
      display: block;
      width: 100%;
      height: 50px;
      padding: 17px 20px 0 20px;
      font-size: 14px;
      line-height: 16px;
      color: #888;
      background: #F4F4F4;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .collapsedList > li a i, .collapsed2List > li a i, .selectList > li a i {
        float: right;
        margin-top: 3px;
        font-size: 10px;
        color: #888;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .collapsedList > li a span, .collapsed2List > li a span, .selectList > li a span {
        font-family: inherit;
        font-weight: inherit;
        font-size: inherit;
        line-height: inherit;
        color: inherit; }
      .collapsedList > li a:hover, .collapsed2List > li a:hover, .selectList > li a:hover {
        color: #FFF;
        background: #E57925; }
        .collapsedList > li a:hover i, .collapsed2List > li a:hover i, .selectList > li a:hover i {
          color: #FFF;
          -moz-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
    .collapsedList > li .hideBox, .collapsed2List > li .hideBox, .selectList > li .hideBox {
      display: none;
      padding: 20px; }
    .collapsedList > li:last-child, .collapsed2List > li:last-child, .selectList > li:last-child {
      margin-bottom: 0; }
    .collapsedList > li.active a, .collapsed2List > li.active a, .selectList > li.active a {
      color: #FFF;
      background: #E57925; }
      .collapsedList > li.active a i, .collapsed2List > li.active a i, .selectList > li.active a i {
        color: #FFF;
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }

.collapsed2List > li, .selectList > li {
  margin-bottom: 7px; }
  .collapsed2List > li a, .selectList > li a {
    height: 44px;
    padding-top: 14px;
    font-size: 13px; }
    .collapsed2List > li a i, .selectList > li a i {
      font-size: 8px; }
    .collapsed2List > li a span, .selectList > li a span {
      opacity: 0.5; }
  .collapsed2List > li ul, .selectList > li ul {
    width: 100%;
    background: #F4F4F4; }
    .collapsed2List > li ul li, .selectList > li ul li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      .collapsed2List > li ul li:last-child, .selectList > li ul li:last-child {
        border-bottom: none; }
  .collapsed2List > li.opened > a, .selectList > li.opened > a {
    color: #FFF;
    background: #E57925; }
    .collapsed2List > li.opened > a i, .selectList > li.opened > a i {
      color: #FFF;
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

.collapsed2List > li > div {
  display: none;
  margin-top: 1px; }
  .collapsed2List > li > div ul {
    display: block; }
.collapsed2List > li.active > div ul li a {
  color: #888;
  background: #F4F4F4; }
  .collapsed2List > li.active > div ul li a:hover {
    color: #FFF;
    background: #E57925; }
.collapsed2List > li.active > div ul li.active a {
  color: #FFF;
  background: #E57925; }

.selectList {
  display: inline-block;
  width: auto;
  min-width: 200px;
  margin-bottom: 20px; }
  .selectList > li ul {
    z-index: 10;
    position: absolute;
    top: 45px;
    left: 0;
    display: none; }

.mainTextBox h1, .mainTextBox h2, .mainTextBox h3, .mainTextBox h4, .mainTextBox h5, .mainTextBox h6 {
  color: #606060; }
.mainTextBox h1 {
  font-size: 24px;
  line-height: 26px; }
.mainTextBox h2 {
  font-size: 22px;
  line-height: 24px; }
.mainTextBox h3 {
  font-size: 20px;
  line-height: 22px; }
.mainTextBox h4 {
  font-size: 18px;
  line-height: 20px; }
.mainTextBox h5 {
  font-size: 17px;
  line-height: 20px; }
.mainTextBox h6 {
  font-size: 16px;
  line-height: 18px; }
.mainTextBox p {
  font-size: 14px;
  line-height: 22px;
  color: #606060; }
.mainTextBox strong {
  font-size: inherit;
  line-height: inherit;
  color: inherit; }
.mainTextBox em {
  font-family: inherit;
  font-weight: inherit;
  font-style: italic;
  font-size: inherit;
  line-height: inherit;
  color: inherit; }
.mainTextBox span {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit; }
.mainTextBox ul li, .mainTextBox ol li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  color: #606060; }
  .mainTextBox ul li:last-child, .mainTextBox ol li:last-child {
    margin-bottom: 0; }
.mainTextBox ul li {
  position: relative;
  padding-left: 14px; }
  .mainTextBox ul li:before {
    position: absolute;
    top: 6px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    background: #606060;
    border-radius: 50%;
    content: ''; }
.mainTextBox ol li {
  list-style-position: outside;
  margin-left: 14px; }
.mainTextBox a {
  font-size: 14px;
  line-height: 16px;
  color: #606060;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  .mainTextBox a:hover {
    color: #E57925; }
.mainTextBox img {
  display: block;
  max-width: 100%; }

#gallery #gallerySlider {
  margin-bottom: 5px; }
  #gallery #gallerySlider .sliderPager {
    z-index: 10;
    position: absolute;
    top: calc(50% - 23px); }
    #gallery #gallerySlider .sliderPager.prev {
      left: 20px; }
    #gallery #gallerySlider .sliderPager.next {
      right: 20px; }
    #gallery #gallerySlider .sliderPager i {
      font-size: 46px;
      color: #BFBFBF;
      -webkit-transition: color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out; }
    #gallery #gallerySlider .sliderPager:hover i {
      color: #E57925; }
#gallery #galleryThumb ul li {
  position: relative; }
  #gallery #galleryThumb ul li:after {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    content: '';
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
  #gallery #galleryThumb ul li:hover:after {
    background: rgba(255, 255, 255, 0.3); }
#gallery ul li {
  margin-bottom: 0;
  padding-left: 0;
  cursor: pointer; }
  #gallery ul li:before {
    display: none; }
  #gallery ul li img {
    display: block;
    width: 100%; }

/* FAQ + CONTENT SECTION V├ëGE */
.myPager {
  display: inline-block;
  margin-top: 10px;
  text-align: center; }
  .myPager li {
    float: left;
    margin-right: 10px; }
    .myPager li a {
      display: block;
      padding: 8px 12px;
      font-size: 14px;
      color: #BFBFBF;
      background: transparent;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .myPager li a i {
        position: relative;
        top: -1px;
        font-size: 8px;
        color: #BFBFBF;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
      .myPager li a:hover {
        color: #FFF;
        background: #E57925; }
        .myPager li a:hover i {
          color: #FFF; }
    .myPager li:last-child {
      margin-right: 0; }
    .myPager li.active a {
      color: #FFF;
      background: #E57925; }

/* CATEGORY SITE SECTION ELEJE */
#categorySiteSection {
  padding-bottom: 30px; }
  #categorySiteSection > div > div {
    width: calc(100% + 20px); }
    #categorySiteSection > div > div .categoryItem {
      float: left;
      width: calc(50% - 20px);
      margin-bottom: 20px; }

/* CATEGORY SITE SECTION V├ëGE */
/* PRODUCTS SITE SECTION ELEJE */
#productsSiteSection > div {
  width: 100%;
  text-align: center; }
  #productsSiteSection > div > div {
    width: 100%; }
  #productsSiteSection > div .contentLeft {
    width: 300px;
    margin-right: 30px; }
  #productsSiteSection > div .contentRight {
    width: calc(100% - 330px);
    text-align: center; }
    #productsSiteSection > div .contentRight > div {
      overflow: hidden;
      width: 100%; }
      #productsSiteSection > div .contentRight > div > div {
        width: calc(100% + 20px); }
#productsSiteSection .productsItem {
  float: left;
  width: calc(25% - 20px);
  margin-bottom: 20px; }

/* PRODUCTS SITE SECTION V├ëGE */
/* PRODUCT SITE SECTION ELEJE */
#productSiteSection > div {
  display: block;
  width: 100%; }
  #productSiteSection > div > div {
    float: left;
    width: calc(50% - 25px); }
#productSiteSection .contentLeft {
  margin-right: 50px; }
#productSiteSection .textBox {
  display: block;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(191, 191, 191, 0.2); }
  #productSiteSection .textBox h1 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 26px;
    color: #606060; }
  #productSiteSection .textBox h3 {
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
    color: #606060; }
    #productSiteSection .textBox h3.beforeSale {
      margin-right: 5px;
      text-decoration: line-through;
      font-family: inherit;
      font-weight: inherit;
      font-size: 16px;
      line-height: inherit;
      color: #BFBFBF; }
#productSiteSection .detailsBox {
  display: block;
  width: 100%;
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid rgba(191, 191, 191, 0.2); }
  #productSiteSection .detailsBox .btn {
    margin-right: 20px;
    padding: 13px 20px;
    font-size: 13px; }
    #productSiteSection .detailsBox .btn i {
      position: relative;
      top: -2px;
      margin-right: 10px;
      font-size: 15px;
      color: #FFF; }
    #productSiteSection .detailsBox .btn:last-of-type {
      margin-right: 0; }

/* PRODUCT SITE SECTION ELEJE */
/* ERROR SECTION ELEJE */
#errorSection {
  text-align: center; }
  #errorSection > div {
    display: inline-block;
    text-align: center; }
  #errorSection h1 {
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 52px;
    line-height: 54px;
    color: #606060; }
  #errorSection h2 {
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    color: #606060; }
  #errorSection p {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #606060; }
  #errorSection .btn {
    padding: 13px 20px;
    font-size: 13px; }

/* ERROR SECTION V├ëGE */
/* BLOG + BLOGINNER SECTION ELEJE */
#blogSection > div, #blogInnerSection > div {
  display: block;
  width: 100%; }
  #blogSection > div > div, #blogInnerSection > div > div {
    float: left; }
#blogSection .contentLeft, #blogInnerSection .contentLeft {
  width: calc(100% - 330px); }
#blogSection .contentRight, #blogInnerSection .contentRight {
  width: 280px;
  margin-left: 50px; }

.headBox {
  display: block;
  width: 100%;
  margin-bottom: 25px; }
  .headBox img {
    display: block;
    width: 100%; }

.blogDetailsBox {
  position: relative;
  padding-left: 75px; }
  .blogDetailsBox .dateBox {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px; }
    .blogDetailsBox .dateBox span {
      display: block;
      width: 100%;
      text-align: center; }
      .blogDetailsBox .dateBox span.day {
        padding: 15px 0;
        background: #F4F4F4; }
        .blogDetailsBox .dateBox span.day p {
          display: inline-block;
          font-size: 16px;
          line-height: 18px;
          color: #BFBFBF; }
      .blogDetailsBox .dateBox span.month {
        padding: 5px 0;
        background: #BFBFBF; }
        .blogDetailsBox .dateBox span.month p {
          display: inline-block;
          text-transform: uppercase;
          font-size: 12px;
          line-height: 14px;
          letter-spacing: 1px;
          color: #FFF; }
  .blogDetailsBox .textBox {
    margin-bottom: 16px;
    display: block;
    width: 100%; }
    .blogDetailsBox .textBox h1 {
      text-transform: uppercase;
      font-size: 24px;
      line-height: 26px;
      letter-spacing: 1px;
      color: #606060; }

.shareBox {
  display: block;
  width: 100%;
  margin-top: 25px; }
  .shareBox a {
    display: inline-block;
    margin-right: 5px;
    font-size: 12px;
    line-height: 14px;
    color: #606060;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    .shareBox a:hover {
      color: #E57925; }

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices, .stButton .chicklets {
  height: 22px !important; }

.stButton .stButton_gradient {
  height: 22px !important; }

/* BLOG + BLOGINNER SECTION V├ëGE */
/* BLOG SECTION ELEJE */
#blogSection .socialList {
  float: left; }
  #blogSection .socialList li a {
    color: #888;
    background-color: #F4F4F4; }
    #blogSection .socialList li a:hover {
      color: #FFF;
      background-color: #E57925; }
#blogSection .blogList > li > div {
  float: left; }
#blogSection .blogList > li .headBox {
  width: 260px;
  margin-right: 40px;
  margin-bottom: 0; }
#blogSection .blogList > li .blogDetailsBox {
  width: calc(100% - 300px); }

.blogList {
  display: block;
  width: 100%; }
  .blogList > li {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(191, 191, 191, 0.2); }
    .blogList > li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }

.blogDetailsBox .textBox h1 {
  margin-bottom: 5px; }
.blogDetailsBox .textBox > div h6 {
  font-size: 14px;
  line-height: 16px;
  color: #606060; }
.blogDetailsBox .btn {
  margin-top: 20px;
  padding: 10px 15px;
  font-size: 13px; }

.tagsList li, .filter li {
  float: left;
  margin: 0 7px 7px 0; }
  .tagsList li a, .filter li a {
    padding: 8px 15px 10px 15px;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0;
    color: #888; }
  .tagsList li:last-child, .filter li:last-child {
    margin-right: 0; }
  .tagsList li.active a, .filter li.active a {
    color: #FFF;
    background: #E57925; }

.facebookBox {
  position: relative;
  top: -8px;
  left: -8px;
  display: block;
  width: calc(100% + 8px);
  height: 260px; }
  .facebookBox iframe {
    width: 100% !important;
    height: 100% !important; }

/* BLOG SECTION V├ëGE */
/* BLOG INNER SECTION ELEJE */
#blogInnerSection .socialList {
  float: left; }
  #blogInnerSection .socialList li a {
    color: #888;
    background-color: #F4F4F4; }
    #blogInnerSection .socialList li a:hover {
      color: #FFF;
      background-color: #E57925; }

.blog2List {
  display: block;
  width: 100%; }
  .blog2List li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(191, 191, 191, 0.2); }
    .blog2List li a {
      display: block; }
      .blog2List li a .imgBox {
        float: left;
        width: 80px;
        margin-right: 20px; }
        .blog2List li a .imgBox img {
          display: block;
          width: 100%; }
      .blog2List li a .descriptionBox {
        float: left;
        width: calc(100% - 100px); }
        .blog2List li a .descriptionBox h5 {
          margin-bottom: 10px;
          text-transform: uppercase;
          font-size: 16px;
          line-height: 24px;
          color: #606060;
          -webkit-transition: color 0.2s ease-in-out;
          -moz-transition: color 0.2s ease-in-out;
          -ms-transition: color 0.2s ease-in-out;
          -o-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out; }
        .blog2List li a .descriptionBox time {
          font-size: 13px;
          line-height: 14px;
          color: #BFBFBF; }
      .blog2List li a:hover .descriptionBox h5 {
        color: #E57925; }
    .blog2List li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }

/* BLOG INNER SECTION V├ëGE */
/* FAQ + CONTENT + SPONSORS SECTION ELEJE */
#sponsorsSection {
  padding-bottom: 50px; }
  #sponsorsSection > div {
    display: block;
    width: 100%; }
    #sponsorsSection > div > div {
      float: left; }
  #sponsorsSection .contentLeft {
    width: calc(100% - 330px); }
  #sponsorsSection .contentRight {
    width: 280px;
    margin-left: 50px; }
  #sponsorsSection #productsCaro {
    width: 100%; }
  #sponsorsSection .productsItem {
    margin-right: 0; }

/* FAQ + CONTENT + SPONSORS SECTION V├ëGE */
/* SPONSORS SECTION ELEJE */
#sponsorsSection {
  padding-bottom: 30px; }

.sponsorsList {
  display: block;
  width: calc(100% + 20px); }
  .sponsorsList li {
    float: left;
    width: calc(33.33333% - 20px);
    margin-right: 20px;
    margin-bottom: 20px; }
    .sponsorsList li a {
      display: table;
      table-layout: fixed;
      width: 100%;
      height: 140px;
      background: #FFF;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .sponsorsList li a .imgBox {
        display: table-cell;
        width: 100%;
        height: 100%;
        padding: 0 20px;
        vertical-align: middle;
        text-align: center; }
        .sponsorsList li a .imgBox img {
          max-width: 100% !important;
          max-height: 70px !important; }
      .sponsorsList li a:hover {
        -webkit-box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.2);
        -moz-box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.2);
        box-shadow: 0px 0px 15px 0px rgba(17, 17, 17, 0.2); }

/* SPONSORS SECTION V├ëGE */
/* SEARCH RESULTS SECTION ELEJE */
#searchResultsSection > div {
  display: block;
  width: 100%; }
  #searchResultsSection > div > div {
    float: left; }
#searchResultsSection .contentLeft {
  width: calc(100% - 330px);
  text-align: center; }
  #searchResultsSection .contentLeft .myPager {
    margin-top: 30px; }
#searchResultsSection .contentRight {
  width: 280px;
  margin-left: 50px; }

.searchResultsBox > p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 16px;
  color: #606060; }
  .searchResultsBox > p strong {
    font-size: inherit;
    line-height: inherit;
    color: inherit; }
.searchResultsBox ul {
  display: block;
  width: 100%; }
  .searchResultsBox ul p {
    font-size: 14px;
    line-height: 16px;
    color: #606060; }
  .searchResultsBox ul li {
    position: relative;
    margin-bottom: 25px;
    padding: 0 0 25px 75px;
    border-bottom: 1px solid rgba(191, 191, 191, 0.2); }
    .searchResultsBox ul li > span {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 50px;
      padding: 15px 0;
      text-align: center;
      background: #F4F4F4; }
      .searchResultsBox ul li > span p {
        display: inline-block;
        font-size: 16px;
        line-height: 18px;
        color: #BFBFBF; }
    .searchResultsBox ul li > div h1 {
      margin-bottom: 10px;
      font-size: 24px;
      line-height: 26px;
      color: #606060; }
    .searchResultsBox ul li > div p {
      margin-bottom: 14px;
      font-size: 14px;
      line-height: 22px;
      color: #606060; }
      .searchResultsBox ul li > div p strong {
        font-size: inherit;
        line-height: inherit;
        color: inherit; }
    .searchResultsBox ul li > div .btn {
      padding: 10px 15px;
      font-size: 13px; }
    .searchResultsBox ul li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }

/* SEARCH RESULTS SECTION V├ëGE */
/* ALOLDALAK V├ëGE */
/* MODALS ELEJE */
.modal-dialog {
  position: relative;
  width: 800px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
  background: #FFF; }
  .modal-dialog .modal-content {
    position: relative;
    padding: 50px;
    background: transparent; }
    .modal-dialog .modal-content .close {
      z-index: 10;
      position: absolute;
      top: -25px;
      right: -25px;
      display: block;
      width: 50px;
      height: 50px;
      padding-top: 17px;
      text-align: center;
      background: #E57925;
      -webkit-transition: background 0.2s ease-in-out;
      -moz-transition: background 0.2s ease-in-out;
      -ms-transition: background 0.2s ease-in-out;
      -o-transition: background 0.2s ease-in-out;
      transition: background 0.2s ease-in-out; }
      .modal-dialog .modal-content .close i {
        color: #FFF;
        font-size: 16px;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
      .modal-dialog .modal-content .close:hover {
        background: #BFBFBF; }

/* ORDER MODAL ELEJE */
#orderModal .productList {
  margin-bottom: 50px; }
  #orderModal .productList .product {
    padding: 10px 0;
    border-bottom: 1px solid rgba(128, 128, 128, 0.1); }
    #orderModal .productList .product:last-child {
      border-bottom: none; }
    #orderModal .productList .product h6 {
      float: left;
      padding-top: 12px;
      font-size: 14px;
      line-height: 16px;
      color: #606060; }
    #orderModal .productList .product input {
      float: right;
      width: 60px;
      padding: 0 10px;
      text-align: center;
      font-size: 14px; }
#orderModal .inputs {
  width: calc(100% + 20px);
  margin-bottom: 30px; }
  #orderModal .inputs .inputBox {
    float: left;
    width: 50%;
    padding-right: 20px; }
#orderModal .infoBox {
  text-align: center; }
  #orderModal .infoBox .btn {
    width: auto;
    line-height: 0; }

/* ORDER MODAL V├ëGE */
/* PRICE TABLE MODAL ELEJE */
#pricetableModal table {
  display: table;
  width: 100%;
  border-collapse: collapse; }
  #pricetableModal table thead {
    background: #111; }
    #pricetableModal table thead th {
      display: table-cell;
      padding: 15px 10px;
      text-align: center;
      font-size: 14px;
      line-height: 16px;
      color: #FFF; }
  #pricetableModal table tr {
    border-bottom: 1px solid rgba(191, 191, 191, 0.2); }
    #pricetableModal table tr:last-child {
      border-bottom: none; }
  #pricetableModal table td {
    display: table-cell;
    padding: 15px 10px;
    text-align: center;
    font-size: 14px;
    line-height: 16px; }

/* PRICE TABLE MODAL V├ëGE */
/* MODALS V├ëGE */
/* EGYEBEK ELEJE */
a {
  cursor: pointer; }

section {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 50px 50px 0 50px; }
  section.site {
    padding-bottom: 50px; }

a[href="https://maps.google.com/maps?ll=47.357933,18.909144&z=14&t=m&hl=hu-HU&gl=US&mapclient=apiv3"] {
  display: none !important; }

.gmnoprint, .gm-style-cc {
  display: none !important; }

.btn {
  display: inline-block;
  padding: 15px 25px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #606060;
  background: #FFF;
  border-color: transparent !important;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .btn:hover {
    color: #FFF;
    background: #E57925; }
  .btn.blue {
    color: #FFF;
    background: #E57925; }
    .btn.blue:hover {
      background: #BFBFBF; }
  .btn.grey {
    background: #F4F4F4; }
    .btn.grey:hover {
      background: #E57925; }

.btn2 {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #E57925 !important;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  .btn2:hover {
    color: #606060 !important; }

.errorMsg {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 16px;
  color: #ED3737; }
  .errorMsg.success {
    color: #68C3A3; }

.gradient {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.2); }

.spBox {
  z-index: 30;
  position: absolute;
  top: -3px;
  right: 0;
  padding-left: 15px;
  background: #FFF; }
  .spBox .sliderPager {
    float: left;
    width: 28px;
    height: 28px;
    padding-top: 5px;
    text-align: center;
    background: #BFBFBF;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out; }
    .spBox .sliderPager.prev {
      padding-right: 2px;
      margin-right: 2px; }
    .spBox .sliderPager.next {
      padding-left: 2px; }
    .spBox .sliderPager i {
      display: inline-block;
      font-size: 18px;
      color: #FFF; }
    .spBox .sliderPager:hover {
      background: #E57925; }

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }

.lg-outer * {
  color: #999; }

#cookieBox {
  display: none; }

.cc_container {
  padding: 20px 20px 80px 20px !important;
  background-color: #606060 !important; }
  .cc_container .cc_message {
    font-size: 15px !important;
    line-height: 24px !important;
    color: #FFF !important; }
    .cc_container .cc_message a {
      font-size: inherit !important;
      line-height: inherit !important;
      color: inherit !important; }
      .cc_container .cc_message a:hover {
        color: #E57925 !important; }
  .cc_container .cc_btn {
    bottom: 20px !important;
    height: 40px !important;
    padding-top: 10px !important;
    font-size: 15px !important;
    line-height: 18px !important;
    color: #FFF !important;
    background-color: #E57925 !important;
    border-radius: 0 !important; }
    .cc_container .cc_btn:hover {
      color: #606060 !important;
      background-color: #FFF !important; }
  .cc_container .cc_logo {
    display: none !important; }

input[type=checkbox].css-checkbox:checked + label.checkbox-label span i {
  opacity: 1 !important; }

input[type=radio].css-radio:checked + label.radio-label > span > span {
  background: #606060 !important; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.margin-bottom-50 {
  margin-bottom: 50px !important; }

/* EGYEBEK V├ëGE */
/* QUERIES ELEJE */
/* 1024-ES / T├üBLA FEKV┼É N├ëZET ELEJE */
@media (max-width: 1365px) {
  .contentBox {
    width: 100%; }

  .shareBox a {
    display: none; } }
/* 1024-ES / T├üBLA FEKV┼É N├ëZET V├ëGE */
@media (max-width: 1199px) {
  .mainCaroItem .imgBox, #bannerSection > div .imgBox {
    left: 50%;
    width: auto;
    height: 100%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    .mainCaroItem .imgBox img, #bannerSection > div .imgBox img {
      width: auto;
      height: 100%; }

  .categoryItem:hover .detailsBox {
    bottom: auto !important; }
    .categoryItem:hover .detailsBox p {
      display: none; }

  .productsItem .mainBox .hoverBox {
    display: none; }

  .sponsorsList li a .imgBox img {
    max-height: 50px !important; }

  #productSiteSection .detailsBox .btn {
    margin-bottom: 20px; }
    #productSiteSection .detailsBox .btn:last-of-type {
      margin-bottom: 0; } }
@media (max-width: 1050px) {
  .mainCaroItem {
    height: 450px; } }
/* 768-AS / T├üBLA ├üLL├ô N├ëZET ELEJE */
@media (max-width: 1023px) {
  header .middleBox .contentLeft {
    width: 150px; }
  header .middleBox .contentRight {
    width: calc(100% - 200px); }

  .infoList li, .changeList > li, .additionalBox ul li {
    margin-right: 20px; }

  .searchBox {
    width: 200px; }

  .headerNav .menu > li > a {
    padding: 17px 20px 0 20px; }

  .home {
    display: none !important; }

  #sliderSection .sliderPager {
    opacity: 1; }

  .mainCaroItem .textBox {
    max-width: 600px;
    margin: 0 auto; }
    .mainCaroItem .textBox h1 {
      font-size: 40px;
      line-height: 42px; }
    .mainCaroItem .textBox p {
      font-size: 20px;
      line-height: 22px; }

  #bannerSection > div .textBox h2 {
    font-size: 20px;
    line-height: 22px; }

  .blogMainList li {
    width: calc(50% - 20px);
    margin-bottom: 20px; }

  footer .topBox > div ul li a {
    position: relative;
    padding-left: 15px; }
    footer .topBox > div ul li a i {
      position: absolute;
      top: 4px;
      left: 0;
      margin: 0; }

  #faqSection .contentLeft, #contentSection .contentLeft, #searchResultsSection .contentLeft, #blogSection .contentLeft, #blogInnerSection .contentLeft {
    float: none;
    width: 100%; }
  #faqSection .contentRight, #contentSection .contentRight, #searchResultsSection .contentRight, #blogSection .contentRight, #blogInnerSection .contentRight {
    display: none; }

  .leftSide {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px; }

  .rightSide {
    width: 100%; }

  #productSiteSection > div > div {
    float: none;
    width: 100%; }
  #productSiteSection .contentLeft {
    margin-right: 0;
    margin-bottom: 50px; }
  #productSiteSection .detailsBox .btn {
    margin-bottom: 0; }

  #productsSiteSection > div .contentLeft {
    width: 200px; }
  #productsSiteSection > div .contentRight {
    width: calc(100% - 230px); }
  #productsSiteSection .productsItem {
    width: calc(50% - 20px); }

  .selectList {
    min-width: 180px; }

  #sponsorsSection .contentLeft {
    width: 100%; }
  #sponsorsSection .contentRight {
    display: none; } }
/* 768-AS / T├üBLA ├üLL├ô N├ëZET V├ëGE */
@media (max-width: 950px) {
  .mainCaroItem {
    height: 400px; }

  .modal-dialog {
    width: calc(100% - 100px); } }
/* 320-AS / MOBIL ├üLL├ô N├ëZET ELEJE */
@media (max-width: 767px) {
  .mobileHeaderNav {
    display: block; }

  header {
    padding-bottom: 0; }
    header > div {
      padding: 30px 20px !important; }
    header .topBox {
      height: auto; }
    header .middleBox {
      height: auto;
      padding-bottom: 20px !important; }
      header .middleBox .contentLeft {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding-top: 0; }
      header .middleBox .contentRight {
        float: left;
        width: 100%; }
    header .bottomBox {
      padding-top: 0 !important; }
    header .menuOpenBox {
      display: block; }

  .infoList {
    display: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px; }
    .infoList li {
      float: none;
      display: block;
      margin-right: 0; }
      .infoList li:first-child {
        margin-bottom: 5px; }

  .socialList, .changeList {
    float: left;
    width: 100%;
    height: auto;
    margin: 0; }

  .socialList {
    margin-bottom: 0; }
    .socialList li {
      margin-right: 15px;
      padding-right: 15px;
      border-right: 1px dashed #BFBFBF; }
      .socialList li a {
        width: auto;
        padding: 0; }
      .socialList li:last-child {
        margin-right: 0;
        padding-right: 0;
        border-right: none; }

  .changeList > li {
    padding-bottom: 0; }

  .additionalBox {
    float: left;
    height: auto;
    margin-bottom: 20px;
    padding-top: 0; }
    .additionalBox ul {
      float: left; }

  .langBox {
    display: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0; }
    .langBox a {
      font-size: 13px;
      line-height: 14px; }

  .searchBox {
    float: left;
    width: 100%; }
    .searchBox .inputBox {
      margin-bottom: 0; }

  .headerNav {
    display: none; }

  section {
    padding: 30px 20px 0 20px; }

  .titleBox {
    margin-bottom: 20px; }
    .titleBox h1 {
      font-size: 16px !important;
      line-height: 18px !important; }

  .spBox .sliderPager {
    width: 24px;
    height: 24px;
    padding-top: 3px; }
    .spBox .sliderPager i {
      font-size: 15px; }

  .productsItem .descriptionBox {
    padding: 20px; }

  #categoryCaro, #productsCaro, .blogMainList {
    width: 100%; }

  .categoryItem, .productsItem, .blogMainList li {
    margin-right: 0; }

  .categoryItem .detailsBox h3 {
    font-size: 14px;
    line-height: 16px; }

  #bannerSection {
    margin-top: 30px;
    background: url(/static/images/parallax1.jpg) 0 0/100% auto; }
    #bannerSection > div {
      height: 160px; }
      #bannerSection > div .textBox {
        max-width: none;
        width: 100%;
        padding: 0 20px; }
        #bannerSection > div .textBox h1 {
          font-size: 26px;
          line-height: 34px; }
        #bannerSection > div .textBox h2 {
          font-size: 16px;
          line-height: 24px; }

  .blogMainList li {
    width: 100%; }
    .blogMainList li a .descriptionBox {
      padding: 20px; }
    .blogMainList li:last-child {
      margin-bottom: 0; }

  .partnersItem {
    height: 60px; }
    .partnersItem > div {
      padding: 0 20px; }

  footer > div {
    padding: 30px 20px !important; }
  footer .topBox {
    width: 100%; }
    footer .topBox > div {
      width: 100% !important;
      margin-right: 0;
      margin-bottom: 30px; }
      footer .topBox > div:last-of-type {
        margin-bottom: 0; }
  footer .bottomBox {
    position: relative;
    height: auto;
    text-align: center; }

  .copyright {
    float: none;
    margin-bottom: 20px;
    text-align: center; }

  .logoList {
    float: none;
    display: inline-block; }

  #breadcrumbsSection {
    height: 120px;
    padding: 30px 20px; }
    #breadcrumbsSection ul li {
      float: none;
      display: inline-block; }
      #breadcrumbsSection ul li i {
        margin-top: -1px; }
    #breadcrumbsSection h1 {
      font-size: 20px;
      line-height: 22px; }

  .mainTextBox h1 {
    font-size: 20px;
    line-height: 22px; }
  .mainTextBox h2 {
    font-size: 19px;
    line-height: 22px; }
  .mainTextBox h3 {
    font-size: 18px;
    line-height: 20px; }
  .mainTextBox h4 {
    font-size: 17px;
    line-height: 20px; }
  .mainTextBox h5 {
    font-size: 16px;
    line-height: 18px; }
  .mainTextBox h6 {
    font-size: 15px;
    line-height: 18px; }
  .mainTextBox ul li, .mainTextBox ol li {
    margin-bottom: 5px; }

  #gallery #gallerySlider .sliderPager {
    top: calc(50% - 16px); }
    #gallery #gallerySlider .sliderPager.prev {
      left: 10px; }
    #gallery #gallerySlider .sliderPager.next {
      right: 10px; }
    #gallery #gallerySlider .sliderPager i {
      font-size: 32px; }

  section.site {
    padding-bottom: 30px; }

  .contentBox2 {
    width: 100%; }

  .collapsedList > li a, .collapsed2List > li a, .selectList > li a {
    height: 44px;
    padding: 14px 15px 0 15px; }
  .collapsedList > li .hideBox, .collapsed2List > li .hideBox, .selectList > li .hideBox {
    padding: 15px; }

  #errorSection h1 {
    font-size: 38px;
    line-height: 40px; }
  #errorSection h2 {
    font-size: 16px;
    line-height: 18px; }

  .headBox {
    margin-bottom: 20px; }

  .blogDetailsBox {
    padding-left: 0; }
    .blogDetailsBox .textBox {
      margin-bottom: 10px; }
      .blogDetailsBox .textBox h1 {
        font-size: 20px;
        line-height: 22px; }
    .blogDetailsBox .dateBox {
      display: none; }

  #contactSection > div .contentLeft {
    width: 100%;
    margin-bottom: 30px; }
  #contactSection > div .contentRight {
    width: 100%; }

  #categorySiteSection > div > div {
    width: 100%; }
    #categorySiteSection > div > div .categoryItem {
      width: 100%; }
      #categorySiteSection > div > div .categoryItem:last-of-type {
        margin-bottom: 0; }

  .searchResultsBox ul li {
    margin-bottom: 20px;
    padding: 0 0 20px 0; }
    .searchResultsBox ul li > div h1 {
      font-size: 20px;
      line-height: 22px; }
    .searchResultsBox ul li span {
      display: none; }

  #productsSiteSection > div > div {
    float: none; }
  #productsSiteSection > div .contentLeft {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px; }
  #productsSiteSection > div .contentRight {
    float: none;
    width: 100%; }
  #productsSiteSection .productsItem {
    float: none;
    width: 100%; }

  .selectList {
    min-width: 0;
    width: 100%; }

  #productSiteSection .contentLeft {
    margin-bottom: 15px; }
  #productSiteSection .textBox {
    margin-bottom: 20px;
    padding-bottom: 20px; }
    #productSiteSection .textBox h1 {
      font-size: 20px;
      line-height: 22px; }
    #productSiteSection .textBox h3 {
      font-size: 18px;
      line-height: 20px; }
  #productSiteSection .detailsBox .btn {
    float: none !important;
    margin-bottom: 20px; }
    #productSiteSection .detailsBox .btn:last-of-type {
      margin-bottom: 0; }

  .stepsList {
    margin-bottom: 30px; }
    .stepsList li {
      float: none;
      margin-right: 0;
      margin-bottom: 20px; }
      .stepsList li a p {
        display: inline-block; }
      .stepsList li:last-child {
        margin-bottom: 0; }

  .labelBox label {
    position: relative;
    height: auto !important;
    padding-left: 26px !important;
    line-height: 22px !important; }
  .labelBox span {
    float: none;
    position: absolute;
    top: 3px;
    left: 0; }

  .navBox {
    margin-top: 30px; }
    .navBox.cbChecked {
      margin-top: 10px; }

  .modal-dialog {
    width: calc(100% - 40px) !important;
    margin-top: 50px;
    margin-bottom: 50px; }
    .modal-dialog .modal-content {
      padding: 30px 20px; }
      .modal-dialog .modal-content .close {
        top: -20px;
        right: -20px;
        width: 40px;
        height: 40px;
        padding-top: 13px; }
        .modal-dialog .modal-content .close i {
          font-size: 12px; }

  #basketModal .infoBox p {
    line-height: 22px; }
  #basketModal .infoBox .btn {
    padding: 10px 15px; }
    #basketModal .infoBox .btn:first-of-type {
      float: none;
      margin-right: 0;
      margin-bottom: 20px; }

  #orderModal .inputs {
    width: 100%; }
    #orderModal .inputs .inputBox {
      width: 100%;
      padding-right: 0; }

  #blogSection .blogList > li > div {
    float: none;
    width: 100% !important; }
  #blogSection .blogList > li .headBox {
    margin-bottom: 20px; }

  .blogList > li {
    margin-bottom: 20px;
    padding-bottom: 20px; }

  #sponsorsSection {
    padding-bottom: 10px; }

  .sponsorsList {
    width: 100%; }
    .sponsorsList li {
      width: calc(50% - 10px);
      margin-right: 0; }
      .sponsorsList li a {
        height: 100px; }
        .sponsorsList li a .imgBox img {
          max-height: 40px !important; }
      .sponsorsList li:nth-child(odd) {
        margin-right: 20px; }

  .tableBox {
    width: 600px; }

  .cc_container .cc_message {
    font-size: 14px !important;
    line-height: 22px !important; }
  .cc_container .cc_btn {
    padding-top: 11px !important;
    font-size: 14px !important;
    line-height: 16px !important; } }
@media (max-width: 720px) {
  #sliderSection .sliderPager {
    display: none; }

  .mainCaroItem {
    height: 300px; }
    .mainCaroItem .textBox {
      max-width: none;
      width: 100%;
      padding: 0 20px; }
      .mainCaroItem .textBox h1 {
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 34px; }
      .mainCaroItem .textBox p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px; }
      .mainCaroItem .textBox .btn {
        padding: 10px 15px;
        font-size: 13px; }

  .stButton {
    margin-bottom: 15px; } }
/* 320-AS / MOBIL ├üLL├ô N├ëZET V├ëGE */
/* QUERIES V├ëGE */

/*# sourceMappingURL=style.css.map */
