
/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
.pure-button{display:inline-block;zoom:1;line-height:normal;white-space:nowrap;vertical-align:middle;text-align:center;cursor:pointer;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.pure-button::-moz-focus-inner{padding:0;border:0}.pure-button{font-family:inherit;font-size:100%;padding:.5em 1em;color:#444;color:rgba(0,0,0,.8);border:1px solid #999;border:0 rgba(0,0,0,0);background-color:#E6E6E6;text-decoration:none;border-radius:2px}.pure-button-hover,.pure-button:hover,.pure-button:focus{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);background-image:-webkit-gradient(linear,0 0,0 100%,from(transparent),color-stop(40%,rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));background-image:-moz-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1));background-image:-o-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))}.pure-button:focus{outline:0}.pure-button-active,.pure-button:active{box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;border-color:#000\9}.pure-button[disabled],.pure-button-disabled,.pure-button-disabled:hover,.pure-button-disabled:focus,.pure-button-disabled:active{border:0;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);filter:alpha(opacity=40);-khtml-opacity:.4;-moz-opacity:.4;opacity:.4;cursor:not-allowed;box-shadow:none}.pure-button-hidden{display:none}.pure-button::-moz-focus-inner{padding:0;border:0}.pure-button-primary,.pure-button-selected,a.pure-button-primary,a.pure-button-selected{background-color:#0078e7;color:#fff}
/* Images */
.pure-img-eliptical {
	border-radius: 80%;
}
.pure-img-rounded {
	border-radius: 3px;
}
.pure-img-bordered {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
}


/* Thumbnails */
.pure-thumbnails li {
    text-align: center;
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5em;
}
.pure-thumbnails {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pure-thumbnails a:focus {
    outline: 0 none;
}

.pure-thumb {
    display: block;
    text-decoration: none;
    color: inherit;
}
.pure-thumb img {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle; /* this will remove a thin line below the image */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pure-thumb-bordered {
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.pure-thumb .caption {
    text-align: left;
    display: block;
    margin: 0 5px 6px;

}
.pure-thumb .caption p {
    margin: 0.3em 0 0;
    font-size: 75%;
}
.pure-thumb .caption .caption-head {
    font-weight: bold;
    margin-top: 0.3em;
}

.pure-thumb-eliptical img {
	border-radius: 50%;
}
.pure-thumb-rounded img {
	border-radius: 3px;
}

/* Badges/Pills */
.pure-badge,
.pure-badge-error,
.pure-badge-warning,
.pure-badge-success,
.pure-badge-info,
.pure-badge-inverse {
    padding: 0.35em 0.9em 0.35em;
    background-color: #9D988E;
    color: #fff;
    display: inline-block;
    font-size: 11.844px;
    font-weight: bold;
    line-height: 1.2em;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 20px;
    margin: 0.2em;
}
.pure-badge-error {
    background-color: #D13C38;
}
.pure-badge-warning {
    background-color: #E78C05;
}
.pure-badge-success {
    background-color: rgb(83, 180, 79);
}
.pure-badge-info {
    background-color: rgb(18, 169, 218);
}
.pure-badge-inverse {
    background-color: #4D370C;
}

/* Alerts */
.pure-alert {
    position: relative;
    margin-bottom: 1em;
    padding: 1em;
    background: #ccc;
    border-radius: 3px;
}
.pure-alert li{
    margin-left: 20px;
}

.pure-alert label {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    white-space: nowrap;
}

.pure-alert {
    background-color: rgb(209, 235, 238);
    color: rgb(62, 91, 105);
}
.pure-alert-error {
    background-color: #D13C38;
    color: #fff;
}

.pure-alert-warning {
    background-color: rgb(255, 201, 113);
    color: rgb(111, 56, 0);
}

.pure-alert-success {
    background-color: rgb(83, 180, 79);
    color: #fff;
}


/* Contextual Modals */

.pure-popover {
    position: relative;
    width: 300px;
    background-color: #f0f1f3;
    color: #2f3034;
    padding: 15px;
    border: 1px solid #bfc0c8;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-padding: border-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.pure-arrow-border, .pure-arrow {
    border-style: solid;
    border-width: 10px;
    height:0;
    width:0;
    position:absolute;
}


/* POPOVER ARROW POSITIONING BOTTOM */

.pure-popover.bottom .pure-arrow-border {
    border-color: #bfc0c8 transparent transparent transparent;
    bottom: -20px;
    left: 50%;
}
.pure-popover.bottom .pure-arrow {
    border-color: #f0f1f3 transparent transparent transparent;
    bottom:-19px;
    left: 50%;
}

/* POPOVER ARROW POSITIONING TOP*/

.pure-popover.top .pure-arrow-border {
    border-color: transparent transparent #bfc0c8 transparent;
    top: -21px;
    left: 50%;
}
.pure-popover.top .pure-arrow {
    border-color: transparent transparent #f0f1f3 transparent;
    top:-20px;
    left: 50%;
}

/* POPOVER ARROW POSITIONING RIGHT*/

.pure-popover.right .pure-arrow-border {
    border-color: transparent transparent transparent #bfc0c8;
    top: 45%;
    right: -21px;
}
.pure-popover.right .pure-arrow {
    border-color: transparent transparent transparent #f0f1f3;
    top:45%;
    right: -20px;
}


/* POPOVER ARROW POSITIONING LEFT*/

.pure-popover.left .pure-arrow-border {
    border-color: transparent #bfc0c8 transparent transparent;
    top: 45%;
    left: -21px;
}
.pure-popover.left .pure-arrow {
    border-color: transparent #f0f1f3 transparent transparent;
    top:45%;
    left: -20px;
}


/* BUTTON IMPROVEMENTS */
.pure-button-block {
    display: block;
}
.pure-button-small {
    padding: .6em 2em .65em;
    font-size:70%;
}
.pure-button-large {
    padding: .8em 5em .9em;
    font-size:110%;
}
.pure-button-selected {
    background-color: #345fcb;
    color: #fff;
}
.pure-button-secondary {
    background: rgb(161, 195, 238);
    color: rgb(26, 88, 122);
}
.pure-button-error {
    background: rgb(214, 86, 75);
    color: white;
}
.pure-button-success {
    background: rgb(54, 197, 71);
    color: white;
}
.pure-button-warning {
    background: rgb(255, 163, 0);
    color: white;
}


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

/* *************** */
/* COMMON */
*{
    margin: 0;
    padding: 0;
    outline: 0;
}
html, body{height: 100%;}
body{
    padding: 0;
    background: #ffffff;
    color: #000000;
    font-size: 12px;
    font-family: Tahoma, Arial;
}
.clear{clear: both;}
.left{float: left;margin-right: 10px}
.right{float: right;margin-left: 10px}
.center{display: block; margin: 0 auto}
img.left{}
img.right{}
a img{
    border: 0;
}
.container{
    width: 1000px;
    /*border: 1px solid #dadada;*/
    /*min-height: 100%;*/
    height: auto;
    margin: 0 auto;
    position: relative;
}
#loading_layer{
    display: none;
    z-index: 10000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background: url("/media/css/images/loading.gif") no-repeat center 150px #ccc;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

/* *************** */
/* COLUMNS  */
.first{
    margin-left: 0;
    /* margin-right:5px;  */
}
.inner{
    margin-left: 5px;
    margin-right:5px;
}
.last{
    margin-left: 5px;
    margin-right:0;
}

.col_main, .col_tools{float: left;}
.col_main{
    width: 728px;
    margin-right: 32px;
}
.col_tools{
    width: 240px;
}
.enter_col{
    margin-right: 20px;
}

/* *************** */
/* BLOCKS */
.hspacer_10{
    clear: both;
    height: 10px;
}
.hspacer_20{
    clear: both;
    height: 20px;
}
.line_bo{
    clear: both;
    background-color: #0094d9;
    height: 1px;
    margin: 10px 0 0 0;
}

.line, .line-5-10, .line-0-10{
    clear: both;
    background-color: #0094d9;
    height: 1px;
    margin: 10px 0;
}
.line-0-10{
    margin: 0px 0 10px;
}
.line-5-10{
    margin: 5px 0 10px;
}

.line_nobg{
    clear: both;
    height: 1px;
    margin: 5px 0;
}

.margin {
    margin-top: 8px;
    margin-bottom: 8px;
}
.text_block{
    margin: 10px 0px 10px 0px;
    line-height: 24px;
    color: #505253;
    font-size:14px;
}
ul.text_ul_d {
margin-left:20px;
}
.hide{
    display: none;
}
.g-recaptcha{
    margin: 15px 0;
}

/* *************** */
/* FONTS & HEADERS */
a{color: #1565c0;}
a:hover{text-decoration: none; color: #F06939;}
.quiet{color: #686666; line-height: 17px; font-size:13px;}
.quiet1{color: #686666; line-height: 17px; margin-right:10px;}
.quiet a{color: #777777;}
.quiet1 a{color: #777777;}
.bold{font-weight: bold;}

h1 {
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 3px;
}


h1.small_12 {
    font-size: 12px;
    color: #777777;
}

h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 5px 0;
}
.h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 5px 0;
}

.small_12_left{
    font-size: 12px;
    color: #000000;
    float: left;
    font-weight: bolder;
}

.h21 {
    float:left;
    font-size: 18px;
    font-weight: normal;
    margin-right: 5px;
}
h2.small_12 {
    font-size: 12px;
    color: #777777;
}
.small_cat {
    font-size: 12px;
    color: #777777;
    font-weight: bolder;
    margin-left:20px;
    margin-top:10px;
}

.h2 div {
    float: left;
    margin-right: 6px;
}

.detail-desc {
    font-size: 16px;
    line-height: 26px;
    margin-top:0px;
    color:#000000;
}
.alcenter {
    text-align: center;
}

/* *************** */
/* OVERALL HEADER */
header{
    background: #00aaff;
    color: #fff;
    margin-bottom: 0px;
    height: 25px;
}
    .toplinks ul{
        list-style: none;
    }
    .toplinks li{
        display: inline-block;
        margin: 4px 15px 0 0;
    }
    .toplinks li span{
        font-size: 14px;
    }
    .toplinks li a{
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        /*font: 14px Tahoma, Verdana;*/
    }
    .toplinks li a:hover{
        text-decoration: underline;
    }
    .topcat_links{
        list-style: none;
        float: left;
        margin: 13px 0 0 20px;
    }
    .topcat_links li{
        display: inline-block;
        margin: 0 15px 0 0;
        position: relative;
    }
    .topcat_links li a{
        /*color: #008acf;*/
        font-size: 16px;
        /*font-family: Tahoma, Arial;*/
        /*font-weight: bold;*/
        text-decoration: none;
    }
    .topcat_links li a:hover{
        text-decoration: underline;
    }
        .topcat_links li ul{
            width: 150px;
            z-index: 15;
            position: absolute;
            display: none;
            padding: 15px;
            background: #fff;
            -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
            box-shadow: 0 6px 12px rgba(0,0,0,.175);
            background-clip: padding-box;
        }
        .topcat_links li:hover ul{
            display: block;
        }
    .topcat_links li ul li{
        display: block;
        margin: 0 0 8px 0;
    }
    .topcat_links li ul a{
        font-size: 14px;

    }

.logo_150{
    background: transparent url("/media/css/images/yula-logo.png") no-repeat scroll 0 0;
    color: #777777;
    font-size: 12px;
    font-weight: bolder;
    /*height: 0px;*/
    padding-top: 40px;
    text-decoration: none;
    width: 165px;
    margin: 2px 0 5px;
}
.add_but {
        position: absolute;
        display: block;
        right: 0;
        top:8px;
        padding: 5px 0 0 0;
        background: #f20101 none repeat scroll 0 0;
        border-radius: 3px;
        font-size: 16px;
        font-weight: bolder;
        height: 26px;
        text-align: center;
        width: 238px;
}
.add_text_but{
    color: white;
    text-decoration: none;
}
    .add_text_but:hover{
        color: #b9f94a;
    }
    .auth_links{
        position: absolute;
        top: 5px;
        right: 260px;
        list-style: none;
        height: 28px;
        margin: 4px 0;
    }
    .auth_links li{
        display: inline-block;
        vertical-align: top;
    }
    .auth_links .fa{
        font-size: 16px;
        color: #00a0de;
    }
    .auth_links, .auth_links a{
        font-size: 14px;
       /* color: #00a0de; */
    }
    .auth_links span{
        display: block;
        font: 10px Verdana;
        color: #888;
        text-align: right;
    }
    .auth_links a{
        text-decoration: none;
    }
    .auth_links a:hover{
        text-decoration: underline;
    }

    .auth_links i{
        color: #0091d0;
        font-size: 20px;
        margin-left: 10px;
    }
    .login_icon_favorite {
        position: relative;
        margin-right: 8px;
    }
    .login_icon_favorite i{
        color: #ffb300;
        font-size: 22px;
    }
    .login_icon_favorite span{
        display: inline-block;
        position: absolute;
        bottom: 8px;
        left: 28px;
        font-size: 10px;
    }
    .pure-badge-info i{
        color: #ffffff;
        font-size: 14px;
        margin: 0;
    }
    .profile-menu{
        width: 220px;
    }
        .profile-menu .fa{
            color: #353535;
        }
        .profile-menu a{
            color: #353535;
        }
        .profile-menu i{
            color: #5a5a5a;
            font-size: 16px;
        }
        #profileLabel{
            position: relative;
            height: 28px;
        }
            #profileLabel:hover #profileLabelMenu{
                display: block !important;
                position: absolute;
                z-index: 100;
                right: 0;
                top: 20px;
            }

    .toplinks {float:left;}
    .list-group {
        margin-bottom: 20px;
        padding-left: 0;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        background-clip: padding-box;
    }
        .list-group-item {
            position: relative;
            display: block;
            padding: 10px 10px;
            margin-bottom: -1px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            text-decoration: none;
        }
        .list-group-item:hover{
            background: #eeeeee;
            text-decoration: none !important;
        }
        .list-group-item:first-child {
            border-top-right-radius: 4px;
            border-top-left-radius: 4px;
        }
        .list-group-item:last-child {
            margin-bottom: 0;
            border-bottom-right-radius: 4px;
            border-bottom-left-radius: 4px;
        }
        .list-group-item i{
            margin: 0 5px;
        }
        a.list-group-item-dark .fa{
            color: #ffffff;
        }
        a.list-group-item-dark{
            background: #5e5e5e;
            color: #ffffff;
        }
        a.list-group-item-dark:hover{
            background: #4e4e4e;
        }
        .list-group-item-dark i{
            color: #ffffff;
        }

.main_search{
    position: relative;
    height: 50px;
    float: right;
    width: 738px;
    margin: 5px 0 15px;
}
    .main_search .query_field{
        margin-top: 5px;
        float: left;
        width: 570px;
        height: 18px; 
        font-size: 16px;
        border: 1px solid #AEAEAE;
        padding: 11px 55px 10px 10px;
        border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        -khtml-border-radius: 3px 0 0 3px;
    }
    .main_search .search_button{
        margin-top: 5px;
        float: left;
        background: url("/assets/board/css/images/search_but.png");
        width: 98px;
        height: 41px;
        border: 1px solid #2462a0;
        border-radius: 0 3px 3px 0;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        -khtml-border-radius: 0 3px 3px 0;
        cursor: pointer;
    }

/* *************** */
/* FORMS & INPUT   */
textarea {
    border: 2px solid #9DC8DB;
    min-height: 200px;
    min-width: 460px;
}

input {
    font-size: 15px;
}

select {
    font-size: 14px;
}
.pure-form legend{
    font-size: 18px;
}
.field_suffix{
    display: inline-block;
    background-color: #eaeaea;
    color: #777;
    border: 1px solid #dadada;
    font-size: 10px;
    line-height: 28px;
    margin: 3px 0 3px -3px;
    height: 32px;
    padding: 0 6px;
    min-width: 20px;
    border-radius: 0 4px 4px 0;
}
.pagination{
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}
    .pagination li{
        display: inline;
        margin: 0;
    }
    .pagination li a{
        float: left;
        padding: 6px 12px;
        text-decoration: none;
        color: #428bca;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-left: -1px;
    }
    .pagination li.active a{
        background: #002240;
        color: white;
    }
.breadcrumbs{
   /* margin: 0 0 10px; */
    color: #353535;
    font-size: 13px;
    padding: 8px 0;
    /* border-top: 1px solid #dadada; */
   /* border-bottom: 1px solid #dadada; */
}
    .breadcrumbs a{
        font-size: 12px;
        /* color: #353535; */
    }
    .bread_crumbs_search{
        border-top: 0;
        margin-top: 0;
    }
    .bread_crumbs_message{
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

/* CONTENT */
.submenu {
    background:url("/media/css/images/submenu_top_bg.gif") top right no-repeat;
    width:254px;
    float:right;

}
    .submenu h2{
        text-transform: uppercase;
        margin: 20px 0 0 45px;
        color: #da4a4a;
        font-weight: bold;
        font-size: 14px;
        font-family: Verdana;
    }
    .submenu ul {
        background:url("/media/css/images/submenu_bottom_bg.gif") bottom right no-repeat;
        margin:0;
        padding: 16px 0 11px;
        width:254px;
        float:right;
        display:inline;
    }
    
    
    .submenu ul li {
        display:inline;
    }
    .submenu ul li a {
        /* font-family:Dax-Regular, Arial, Helvetica, sans-serif;*/
        color:#3F3F3F;
        text-transform:uppercase;
        text-decoration:none;
        padding:10px 24px 10px 44px;
        margin:0;
        width:186px;
        float:left;
        display:inline;
        font-size: 13px;
    }
    .submenu ul li a:hover {
        text-decoration:underline;
    }
    .submenu ul li.selected a {
        background:url("/media/css/images/submenu_item_over_bg.gif") top left no-repeat;
        color:#fcfcfc;
        padding:10px 24px 16px 44px;
        height:11px;
    }
    .submenu ul li.selected a:hover {
        text-decoration:none;
    }

table {
    max-width: 750px;
}
    table.content_full{
        width: 730px;
    }
    td.center{
        text-align: center;
        display: table-cell;
    }

    table.gray {
        border-collapse: separate;
        border-spacing: 1px;
    }

    table.gray td {
        background: #ffffff;
        padding: 8px 3px;
    }

    table.gray tr:nth-child(2n) td {
        background-color: #F2F2F2;
    }

    table.gray thead td, table.gray thead th {
        background: #EEEDE8;
        color: #000000;
        font-size: 12px;
        font-weight: bold;
        padding: 7px;
        border-bottom: 1px solid #D8D6C6;
        text-align: center;
    }

    table.gray thead tr:nth-child(2n) td {
        background-color: #EEEDE8;
    }

    table.gray td.noborder {
        border: 0;
        background: none;
    }
    table.gray td.message{
        font-weight: bold;
        text-align: center;
    }
.content ul{
    margin: 10px 0;
}
    .content li{
        margin-left: 25px;
        list-style: circle;
    }
    .content p{
        margin: 10px 0;
    }

/* FOOTER */
.footer{
    border: 2px solid #0094d9;
    margin: 10px auto;
    padding: 10px;
}
    .footer_logo{
        display: block;
        float: left;
        margin: 5px 15px 0 0 ;
        background: url("/media/css/images/logo_footer.png");
        width: 90px;
        height: 20px;
    }
    .footer a{
        font-size: 12px;
        line-height: 25px;
        color: #0f579f
    }
    .footer .alcenter a{
        font-size: 12px;
    }
    .footer_counters{
        float: right;
        height: 31px;
        width: 200px;
        text-align: right;
    }


/* ========================================================================
   Component: Tab
 ========================================================================== */
.uk-tab {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #dddddd;
}
/*
 * Micro clearfix on the deepest container
 */
.uk-tab:before,
.uk-tab:after {
    content: "";
    display: table;
}
.uk-tab:after {
    clear: both;
}
/*
 * Items
 * 1. Create position context for dropdowns
 */
.uk-tab > li {
    margin-bottom: -1px;
    float: left;
    /* 1 */
    position: relative;
}
.uk-tab > li > a {
    display: block;
    padding: 8px 12px 8px 12px;
    border: 1px solid transparent;
    border-bottom-width: 0;
    color: #0077dd;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
    text-shadow: 0 1px 0 #ffffff;
}
.uk-tab > li:nth-child(n+2) > a {
    margin-left: 5px;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-tab > li > a:hover,
.uk-tab > li > a:focus,
.uk-tab > li.uk-open > a {
    border-color: rgba(0, 0, 0, 0.06);
    background: #f5f5f5;
    color: #005599;
    /* 2 */
    outline: none;
}
.uk-tab > li:not(.uk-active) > a:hover,
.uk-tab > li:not(.uk-active) > a:focus,
.uk-tab > li.uk-open:not(.uk-active) > a {
    margin-bottom: 1px;
    padding-bottom: 7px;
}
/* Active */
.uk-tab > li.uk-active > a {
    border-color: #dddddd;
    border-bottom-color: transparent;
    background: #ffffff;
    color: #444444;
}
/* Disabled */
.uk-tab > li.uk-disabled > a {
    color: #999999;
    cursor: text;
}
.uk-tab > li.uk-disabled > a:hover,
.uk-tab > li.uk-disabled > a:focus,
.uk-tab > li.uk-disabled.uk-active > a {
    background: none;
    border-color: transparent;
}
/* Modifier: 'tab-flip'
 ========================================================================== */
.uk-tab-flip > li {
    float: right;
}
.uk-tab-flip > li:nth-child(n+2) > a {
    margin-left: 0;
    margin-right: 5px;
}
/* Modifier: 'tab-responsive'
 ========================================================================== */
.uk-tab > li.uk-tab-responsive > a {
    margin-left: 0;
    margin-right: 0;
}
/*
 * Icon
 */
.uk-tab-responsive > a:before {
    content: "\f0c9\00a0";
    font-family: FontAwesome;
}
/* Modifier: 'tab-center'
 ========================================================================== */
.uk-tab-center {
    border-bottom: 1px solid #dddddd;
}
.uk-tab-center-bottom {
    border-bottom: none;
    border-top: 1px solid #dddddd;
}
.uk-tab-center:before,
.uk-tab-center:after {
    content: "";
    display: table;
}
.uk-tab-center:after {
    clear: both;
}
/*
 * 1. Using `right` to prevent vertical scrollbar caused by centering if to many tabs
 */
.uk-tab-center .uk-tab {
    position: relative;
    right: 50%;
    border: none;
    float: right;
}
.uk-tab-center .uk-tab > li {
    position: relative;
    right: -50%;
}
.uk-tab-center .uk-tab > li > a {
    text-align: center;
}
/* Modifier: 'tab-bottom'
 ========================================================================== */
.uk-tab-bottom {
    border-top: 1px solid #dddddd;
    border-bottom: none;
}
.uk-tab-bottom > li {
    margin-top: -1px;
    margin-bottom: 0;
}
.uk-tab-bottom > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom-width: 1px;
    border-top-width: 0;
}
.uk-tab-bottom > li:not(.uk-active) > a:hover,
.uk-tab-bottom > li:not(.uk-active) > a:focus,
.uk-tab-bottom > li.uk-open:not(.uk-active) > a {
    margin-bottom: 0;
    margin-top: 1px;
    padding-bottom: 8px;
    padding-top: 7px;
}
.uk-tab-bottom > li.uk-active > a {
    border-top-color: transparent;
    border-bottom-color: #dddddd;
}
/* Modifier: 'tab-grid'
 ========================================================================== */
/*
 * 1. Create position context to prevent hidden border because of negative `z-index`
 */
.uk-tab-grid {
    margin-left: -5px;
    border-bottom: none;
    /* 1 */
    position: relative;
    z-index: 0;
}
.uk-tab-grid:before {
    display: block;
    position: absolute;
    left: 5px;
    right: 0;
    bottom: -1px;
    border-top: 1px solid #dddddd;
    /* 1 */
    z-index: -1;
}
.uk-tab-grid > li:first-child > a {
    margin-left: 5px;
}
.uk-tab-grid > li > a {
    text-align: center;
}
/*
 * If `uk-tab-bottom`
 */
.uk-tab-grid.uk-tab-bottom {
    border-top: none;
}
.uk-tab-grid.uk-tab-bottom:before {
    top: -1px;
    bottom: auto;
}
/* Modifier: 'tab-left', 'tab-right'
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
    .uk-tab-left,
    .uk-tab-right {
        border-bottom: none;
    }
    .uk-tab-left > li,
    .uk-tab-right > li {
        margin-bottom: 0;
        float: none;
    }
    .uk-tab-left > li > a,
    .uk-tab-right > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .uk-tab-left > li:nth-child(n+2) > a,
    .uk-tab-right > li:nth-child(n+2) > a {
        margin-left: 0;
        margin-top: 5px;
    }
    .uk-tab-left > li.uk-active > a,
    .uk-tab-right > li.uk-active > a {
        border-color: #dddddd;
    }
    /*
       * Modifier: 'tab-left'
       */
    .uk-tab-left {
        border-right: 1px solid #dddddd;
    }
    .uk-tab-left > li {
        margin-right: -1px;
    }
    .uk-tab-left > li > a {
        border-bottom-width: 1px;
        border-right-width: 0;
    }
    .uk-tab-left > li:not(.uk-active) > a:hover,
    .uk-tab-left > li:not(.uk-active) > a:focus {
        margin-bottom: 0;
        margin-right: 1px;
        padding-bottom: 8px;
        padding-right: 11px;
    }
    .uk-tab-left > li.uk-active > a {
        border-right-color: transparent;
    }
    /*
       * Modifier: 'tab-right'
       */
    .uk-tab-right {
        border-left: 1px solid #dddddd;
    }
    .uk-tab-right > li {
        margin-left: -1px;
    }
    .uk-tab-right > li > a {
        border-bottom-width: 1px;
        border-left-width: 0;
    }
    .uk-tab-right > li:not(.uk-active) > a:hover,
    .uk-tab-right > li:not(.uk-active) > a:focus {
        margin-bottom: 0;
        margin-left: 1px;
        padding-bottom: 8px;
        padding-left: 11px;
    }
    .uk-tab-right > li.uk-active > a {
        border-left-color: transparent;
    }
}
/* Modifier: `uk-tab-bottom'
     ========================================================================== */
.uk-tab-bottom > li > a {
    border-radius: 0 0 4px 4px;
}
/* Modifier: `uk-tab-left', `uk-tab-right'
    ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
    /*
           * Modifier: `uk-tab-left'
           */
    .uk-tab-left > li > a {
        border-radius: 4px 0 0 4px;
    }
    /*
           * Modifier: `uk-tab-right'
           */
    .uk-tab-right > li > a {
        border-radius: 0 4px 4px 0;
    }
}
/* MAINPAGE */
.map{
    margin: 0 auto;
    display: block;
}
.mainPageCategories{
   margin-left: 40px;
}

    .mainPageCategories .category_list{}
        .mainPageCategories .category_list:after{
            content: " ";
            display: block;
            clear: both;
        }
        .mainPageCategories .category_list a{
            display: block;
            position: relative;
            width: 180px;
            height: 70px;
            float: left;
            padding: 20px 0 0 60px;
            background-repeat: no-repeat;
            color: #ff6800;
            font-weight: bolder;
            font-size: 16px;
            text-decoration: none;
        }
        .mainPageCategories .category_list a:hover{
            color: #f00;
        }
        .mainPageCategories .category_list a.active:before{
            content: "";
            display: block;
            width: 25px;
            height: 12px;
            background: url("/assets/board/css/images/mp_active_category.png") no-repeat;
            bottom: -1px;
            left: 12px;
            position: absolute;
        }
    .mainPageCategories .subcategory_list{
        display: none;
        background: #fff;
        border: 1px solid #efefef;
        padding: 23px 26px 10px;
        -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.08);
        -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,.08);
        -ms-box-shadow: 0 0 4px 0 rgba(0,0,0,.08);
        -o-box-shadow: 0 0 4px 0 rgba(0,0,0,.08);
        box-shadow: 0 0 4px 0 rgba(0,0,0,.08);
        margin-bottom: 20px;
    }
        .mainPageCategories .subcategory_list .subcategory_list_title{
            border-bottom: 1px solid #e8e8e8;
            padding: 0 0 18px;
            margin-bottom: 20px;
            font-size: 15px;
            line-height: 20px;
            color: #ababab;
            margin-top: -3px;
        }
        .mainPageCategories .subcategory_list .subcategory_list_title i{
            color: #0098d0;
            font-weight: bold;
        }
        .mainPageCategories .subcategory_list .subcategory_list_title a{
            color: #0098d0;
            font-weight: bold;
            text-decoration: none;
            padding: 2px 1px;
        }
        .mainPageCategories .subcategory_list .subcategory_list_title a:hover{
            color: #fff;
            background-color: #0098d0;
        }
        .mainPageCategories .subcategory_list ul{
            list-style: none;
        }
        .mainPageCategories .subcategory_list ul:after{
            content: " ";
            display: block;
            clear: both;
        }
        .mainPageCategories .subcategory_list ul li{
            display: block;
            float: left;
            width: 225px;
            height: 50px;
            font-size: 15px;
            line-height: 20px;
        }
            .mainPageCategories .subcategory_list ul li i{
                color: #1565c0;
                display: inline-block;
                vertical-align: top;
                margin-top: 5px;
            }
            .mainPageCategories .subcategory_list ul li a{
                color: #1565c0;
                padding: 2px 1px;
                display: inline-block;
                max-width: 205px;
            }
            .mainPageCategories .subcategory_list ul li a:hover{
                color: #fff;
                background-color: #1565c0;
            }
    .mainPageCategories .cat_icon1{
        background-image: url("/assets/board/css/images/icon1.png");
    }
    .mainPageCategories .cat_icon2{
        background-image: url("/assets/board/css/images/icon2.png");
    }
    .mainPageCategories .cat_icon3{
        background-image: url("/assets/board/css/images/icon3.png");
    }
    .mainPageCategories .cat_icon4{
        background-image: url("/assets/board/css/images/icon4.png");
    }
    .mainPageCategories .cat_icon5{
        background-image: url("/assets/board/css/images/icon5.png");
    }
    .mainPageCategories .cat_icon6{
        background-image: url("/assets/board/css/images/icon6.png");
    }
    .mainPageCategories .cat_icon7{
        background-image: url("/assets/board/css/images/icon7.png");
    }
    .mainPageCategories .cat_icon8{
        background-image: url("/assets/board/css/images/icon8.png");
    }
    .mainPageCategories .cat_icon9{
        background-image: url("/assets/board/css/images/icon9.png");
    }
    .mainPageCategories .cat_icon10{
        background-image: url("/assets/board/css/images/icon10.png");
    }
    .mainPageCategories .cat_icon11{
        background-image: url("/assets/board/css/images/icon11.png");
    }
    .mainPageCategories .cat_icon12{
        background-image: url("/assets/board/css/images/icon12.png");
    }

.add_but_main {
    /* display: block; */
    padding: 12px 0 0 0;
    background: #a71212 none repeat scroll 0 0;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bolder;
    height: 40px;
    text-align: center;
    width: 350px;
}
 a .add_but_main{
    color: white;
    text-decoration: none;
}
.add_but_main:hover{
    background: #dd2222 none repeat scroll 0 0;
    color: #b9f94a;
    text-decoration: none;
}

.main_lastest{

}
    .main_lastest:after{
        display: block;
        content: " ";
        clear: both;
        height: 1px;
    }
    h1.main{
        color: #64605f;
        font: 24px/26px Arial,Helvetica,sans-serif;
    }
    .main_lastest h2{
        color: #64605f;
        font: 24px/26px Arial,Helvetica,sans-serif;
    }
    h2.obl{
        color: #64605f;
        font: 24px/26px Arial,Helvetica,sans-serif;
    }
    h2.small_16 {font-size: 16px;}
    h4 { 
        color: #858585;
        font-weight: 400;
        margin: 0 0 10px 0;
        font-size: 14px;
       }
.desc-h2 {
        color: #8c8c8c;
        font-size: 16px;
        font-weight: normal;
        margin: 0 0 10px 0;
}
.gray14{
        color: #8c8c8c;
        font-size: 14px;
        font-weight: normal;
        margin: 0 0 10px 0;
}

.formlink input{
        border: 1px solid #ebebeb;
        color: #4a4a4a;
        height: 20px;
        padding: 4px 6px;
        font-size: 14px;
        width: 690px;
     }
    .text_block_footerad {
        margin: 35px 0px 35px 0;
        line-height: 24px;
        color: #8c8c8c;
        font-size: 14px;
     }
    .main_lastest div{
        position: relative;
        width: 180px;
        height: 220px;
        float: left;
        margin: 10px;
        -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.15);
        -moz-box-shadow: 0 0 4px 0 rgba(0,0,0,.15);
        -ms-box-shadow: 0 0 4px 0 rgba(0,0,0,.15);
        -o-box-shadow: 0 0 4px 0 rgba(0,0,0,.15);
        box-shadow: 0 0 4px 0 rgba(0,0,0,.15);
    }
    .main_lastest .img_wrapper {
        display: block;
        background-color: #f7f7f7;
        position: relative;
        height: 160px;
    }
    .main_lastest .img_wrapper img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        /* width: 170px; */
        max-height: 160px;
    }
.wrapper img:hover{
    -webkit-filter: brightness(80%);   
    }

.bx-wrapper img:hover{
    -webkit-filter: brightness(80%);   
    }
    .main_lastest div a.last_link{
        display: block;
        overflow: hidden;
        font-size: 12px;
        font-weight: bolder;
        text-decoration: underline;
        margin: 5px;
    }
    .main_lastest div b{
        display: block;
        position: absolute;
        left: 5px;
        bottom: 5px;
        color: #64605f;
        font: 18px/22px Arial,Helvetica,sans-serif;
    }
.categoryList{}
    .categoryList h3{
        margin: 10px 0 5px;
    }
    .categoryList li {
        list-style: none;
        margin-left: 5px;
    }
    .categoryList li:before {
        content: "• ";
        color: #0F579F;

        margin-right: 5px;
    }
.region_bg{
    background-color:#ececec;
    min-height: 406px;
}
    .region_holder{
        width: 800px;
        margin: 10px auto;
    }
    .w1000{
        width: 1000px;
        margin: 10px auto;
    }
    .region_holder ul{
        float: left;
        width: 200px;
        margin: 10px 0 10px 0;

    }
    .region_holder ul li{
        list-style: none;
        margin: 2px 0 0 ;
    }
    .region_holder ul li a{
        line-height: 15px;
        font-size: 12px;
        font-weight: bold;
        color: #0f579f
    }
    .region_holder ul.h150{
        width: 160px;
        height: auto;
    }
   .footer_des {
    margin-left:105px;
    font-size: 12px;
    }
   .footer_des a{
    font-size: 12px;
    }
#tooltip {
    background: #FFFFFF;
    border: 1px solid #666666;
    color: #333333;
    font: menu;
    margin: 10px;
    padding: 3px 5px;
    position: absolute;
    visibility: hidden
}
.city_list li{
    float: left;
    height: 20px;
    list-style: outside none none;
    margin-bottom: 5px;
    width: 166px;
}
    .city_list li a{
        font-size: 12px;
        font-weight: bold;
        color: #0f579f
    }

/* CATEGORY */
.subcatList{
    margin: 0 0 10px 0;
}
    .subcatList li{
        list-style: none;
        float: left;
        width: 190px;
    }
    .subcatList li:before {
        content: "• ";
        color: #0F579F;
        margin-right: 5px;
    }
    .subcatList li a{
        font-size: 11px;
    }
    .subcatList:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }


/* FORM */
#catMain{
    float: left;
    margin-right: 10px;
}
    #catChild{
        float: left;
        margin-right: 10px;
    }
    #region{
        float: left;
        margin-right: 10px;
    }
    #city{
        float: left;
        margin-right: 10px;
    }
    .field_arrow_div{
        display: block;
        float: left;
        margin: 0 10px;
        line-height: 40px;
        font-weight: bold;
        font-size: 16px;
    }
    #filter_holder{
        clear: both;
    }
    .error-input{
        border: 1px solid #ff0000 !important;
    }
    #region-styler{
        float: left;
    }
    #catMain-styler{
        float: left;
    }
    #trade_styler{
        margin: 10px 0 0 10px;
        float: left;
    }
    .price_label{
        display: block;
        float: left;
        margin: 0 15px 0 5px;
    }
#addForm{}
    #addForm #titleInput{
        width: 600px;
    }
    #addForm #textInput{
        width: 600px;
    }
/* GALLERY */
.board_gallery{
margin-top:7px;
margin-bottom:10px;

}
    .thumbs li{
        margin-left: 0;
    }
    .showroom{
        position: relative;
        width: 720px;
        height: 480px;
        border: 4px solid #0094d9;
        margin: 5px 0 0 0;
        text-align: center;
    }
    .showroom img{
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        max-width: 720px;
        max-height: 480px;
        margin: auto;
    }
    .showstack{
        display: none;
    }
    .board_gallery .thumbs{
        width: 550px;
        list-style: none;
    }
    .board_gallery .thumbs li{
        float: left;
        width: 100px;
        border: 1px solid #dadada;
        margin-right: 7px;
        margin-left: 0;
    }
    .board_gallery .thumbs li:last-child{
        margin-right: 0;
    }
    .board_gallery .bx-wrapper {
        margin-bottom: 20px;
    }


/* SEARCH */
h1.category_small{
    font-size: 24px;
    font-weight: normal;
    /* margin-top:10px; */
}
.small_14{
    font-size: 14px;
    font-weight: bolder;
}
.small_24{
    color: #64605f;
    font: 24px/26px Arial,Helvetica,sans-serif;
    margin-bottom: 15px;
    margin-top: 3px;
    text-align: center;
}
.goroda{
    background-color: #CCCCCC;
    border-bottom: 0 none;
    color: #000000;
    cursor: default;
    margin: 0;
    padding: 4px 8px;

}
.showcity .active{
    background-color: #CCCCCC;
    border-bottom: 0 none;
    color: #000000;
    cursor: default;
    margin: 0;
    padding: 4px 8px;
    text-decoration: none

}
#showBigCity{
    padding: 4px 8px;
}
#showAllCity{
    padding: 4px 8px;
}
.smallcity{
    display: none;
}
.bigcity{

}
.col_type_selection{
    margin-top: 15px; 
    position: relative;
    width: 73%;
    margin-right: 22px; 
    /*border-top: 1px solid #dadada;*/
    padding: 5px 0 0; 
    border-top-left-radius: 0;
}
.type_selector{
    /*position: absolute;*/
    height: 27px;
    /*left: -1px;*/
    border-bottom: 1px solid #dadada;
}
    .type_selector a{
        font-size: 13px;
        display: block;
        float: left;
        padding: 5px 15px;
        height: 17px;
        text-decoration: none;
    }
    .type_selector a:hover{
        text-decoration: underline;
    }
    .type_selector a.active{
        z-index: 1000;
        font-weight: bold;
        border-top: 1px solid #dadada;
        border-left: 1px solid #dadada;
        border-right: 1px solid #dadada;
        background-color: #ffffff;
    }

.tableccat{
    margin-right: 12px;
    float:left;
}

table.tableccat tr:nth-child(2n) td {

}
.tableccat table{
     width: 730px; 
}
.tableccat_full table{
    width: 750px;
}
.tableccat_full_user table{
     width: 750px; 
    border-bottom: 1px solid #eaeaea; 
}
.google_ad {
    width: 300px;
    float:left;
}
.centrovka {
    text-align: center;
    margin: 10px auto 10px;
}
.centrovka div{
     display: inline-block;
}
.proreklamu {
    float: left;
    width: 100%;
    border: 1px solid #d9d9d9 !important;
    margin-top:10px;
    margin-bottom:10px;
}
.yandex_ad {
    width: 250px;
    float:left;
    margin-bottom: 10px;
}
.yandex_734 {
    width: 734px;
    float: left;
    margin-right: 12px;
}

.detail-also-item {
    float: left;
   /* height: 165px; */
   /* margin-bottom: 15px;*/
    margin-left: 4px;
    margin-right: 6px;
    padding: 3px 1px;
    width: 170px;
}

    .detail-also-item-img{
        margin: 0 auto;
        width: 140px;
        min-height: 105px;
        text-align: center;
        border: 1px solid #dadada;
        position: relative;
    }
    .detail-also-item-img a{
        display: block;
        position: relative;
        width: 140px;
        height: 105px;
    }

    .detail-also-item-img img {
        position: absolute; 
        top: 0;
        bottom: 0;
        left: 0; 
        right: 0;
        margin: auto; 
        width: 140px;
        height: 105px;
    }
    .detail-also-item a span{
        display: block;
        position: absolute;
        width: 19px;
        height: 17px;
        left: 7px;
        top:7px;
        background: url("/assets/board/css/images/foto_pic.png") no-repeat scroll 0 0;
        color: #ffffff;
        font-size: 11px;
        line-height: 20px;
        text-align: center;
    }
    .detail-also-item-price {
        text-align: center;
        margin-top:3px;
    }
    .detail-also-item .h3 {
        font-size: 14px;
        font-weight: normal;
        line-height: 1.4;
        text-align: center;
        height: 20px;
        overflow: hidden; 
        white-space: nowrap;
    }
    .detail-also-item .h3 a{
        text-decoration: none;
    }
        .map_show {
        font-size: 14px;
        float:right;
        background: #0094d9;
        text-align: center;
        width: 150px;
        height: 24px;
        border-radius:3px;
        padding: 0 0 5px 0;
    }
.map_show a{
        color: white;
    }

.h3 {
    margin-bottom: 3px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    }
 div .h3 a:hover {
        text-decoration: underline;
}
a.others_ad {
    color: #1565c0;
    font-size: 15px;
    line-height: 28px;
    text-decoration: none;
    border-bottom: 1px solid #e4e4e4;
    margin-right:10px;
}
a.others_ad:hover {
    color: #F06939;
    border: medium none;
}

.moreads{
    width: 148px;
    text-align: center;
    vertical-align: top;
}
    .moreads h3 a{
        font-size: 12px;
        line-height: 16px;
        text-decoration: none;
    }
    .moreads img {
        border: 1px solid #eaeaea;
    }

.tableccat .dashed{
    padding: 5px 0;
}
    .tableccat table td{
         vertical-align: top;
    }
    .list_fav{
        vertical-align: top;
        padding: 5px 0 0 10px;
        width: 20px;
        text-align: center;
    }
    .list_date{
        padding-top: 15px;
        width: 90px;
        line-height: 20px;
        text-align: center;
    }
    .list_date b{
        font-size: 11px;
        color: #7a7a7a;
    }
    .list_img{
        width: 142px;
        text-align: center;
        position: relative;
        height: 105px;
    }
    .list_img a{
        display: block;
        position: relative;
        /*border: 1px solid #cacaca;*/
        width: 140px;
        height: 105px;
    }
    .list_img a span{
        display: block;
        position: absolute;
        width: 19px;
        height: 17px;
        left: 7px;
        top:7px;
        background: url("/assets/board/css/images/foto_pic.png") no-repeat scroll 0 0;
        color: #ffffff;
        font-size: 11px;
        line-height: 20px;
        text-align: center;
    }
    .list_img img{
        position: absolute; 
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border: 1px solid #1565c0;
        width: 100%;
        height: auto;
    }
    .list_title{
        padding-left: 10px;
        width: auto;
    }
    .list_title h3{
        margin-bottom: 3px;
        font-size: 16px;
    }
    .list_title_cab h3{
        margin-bottom: 3px;
    }
    .list_title_cab{
         padding-left:10px;
        
    }
    .list_title h3 a{
        text-decoration: underline;
        font-weight: normal;
    }
    .list_title_cab h3 a{
        text-decoration: underline;
        font-weight: normal;
    }

    .list_price{
           color: #414141;
           font-size: 16px;
           text-align: left;
           margin: 5px 0 5px;
          /* font-weight: bolder; */
    }
    .list_desk{
           /* font-family:"proxima_nova_rgregular",arial,helvetica,sans-serif;*/
           padding-top: 1px;
           margin-bottom: 10px;
           margin-top: 10px;
           line-height: 20px;
           font-size: 14px;
           color:#3c3c3b;
    }
    span.quiet b {
           float: right;
    }
    .list_box{
        width: 100px;
        text-align: center;
    }
    .list_button{
        text-align: right;
        padding: 10px;
    }

.search_list{margin-top: 10px;}
    .search_row{
        margin: 0;
        padding-top: 0px;
        padding-bottom: 20px;
    }
    .search_row:after{
        display: block;
        content: "";
        clear: both;
    }
    .search_col{
        float: left;
    }
    .scol_img{
        width: 140px;
        min-height: 105px;
    }
    .scol_img a span{
        display: block;
        position: absolute;
        width: 19px;
        height: 17px;
        left: 7px;
        top:7px;
        background: rgba(0, 0, 0, 0) url("/assets/board/css/images/foto_pic.png") no-repeat scroll 0 0;
        color: #ffffff;
        font-size: 11px;
        line-height: 20px;
        text-align: center;
    }
    .scol_fav{
        padding: 0 0 0 10px;
    }
    .scol_desc{
        width: 77%;
        padding: 0 0 0 20px;
    }
    .ad_scol{
        width: 550px;
        padding: 0 5px 0 20px;
    }
    .scol_desc h3{
        margin-bottom: 3px;
        font-size: 16px;
        /*text-overflow: ellipsis;*/
        /*white-space: nowrap;*/
        width: 545px;
        overflow: hidden;
    }
    .scol_desc h3 a{
        text-decoration: none;
        font-weight: bolder; 
    }

#adList a.ico_favorite, #adList a.ico_out_favorite{
    display: block;
    font-size: 11px;
    height: 20px;
    color: #5a5a5a;
    width: 20px;
    text-align: center;
}
    #adList a.ico_favorite {background: url("/assets/board/css/images/zvezda.png") top center no-repeat;}
    #adList a.ico_out_favorite {background: url("/assets/board/css/images/zvezda_act.png") top center no-repeat;}

/* ******************** */
/*     ADS STYLE   */

.mess_h1{
    font-size: 36px;
    font-weight: 400;
    line-height: 40px;
}
.message{
    font-size: 13px;
}
    .message h1{
        font-size: 32px;
        font-weight: normal;
        margin-left: 47px; 
        padding-top:4px; 
        color:#393939;
        /* padding-bottom: 7px; */
    }

.tool_ad{
        font-size: 12px;
        padding-left:47px;
        margin-bottom:15px;
        margin-top:5px;
        color: #5c5a5a;
        float:left;
        }

.tool_ad .fa {margin-right:5px;}

.tool_ad .ya-share2 {
        float:right;
        }

.next_prev {
            float:right;
            font-size: 12px;
           }

a.next_link, a.prev_link {
    text-decoration: none;
}

a.next_link:before {
    content: "←";
    font-size: 14px;
    padding-right: 5px;
}
a.prev_link:after {
    content: "→";
    font-size: 14px;
    padding-left: 5px;
}



    .message a.active{
        border: 1px dashed #9a9a9a;
    }
    .message .tableccat{
        width: 730px;
    }
    .message dl{
        vertical-align: baseline;
        overflow: hidden;
        line-height: 22px;
    }
    .message dt{
        display: block;
        float: left;
        width: 250px;
        clear: both;
        font-size: 100%;
        font-weight: bolder;
    }
    .message dd{
        display: block;
        float: left;
        width: 450px;
    }
    .message .price{
        background: #0d9d0d;
        color: white;
        font-weight: bold;
        padding: 4px 10px;
    }
    .price_1{
        text-align: center;
        font-size: 32px;
        margin:5px 0 10px 0;
        width: 240px;
        color: #393939;
        font-weight: 600;
    }
    .price_1 span{
        display: block;
        font-size: 11px;
    }
.add_favorite{
        /*padding: 10px 0 0 0;*/
        text-align: center;
        font-size: 14px;
        font-weight: normal;
        margin-bottom:10px;
        width: 240px;
        /*height: 45px;*/

    }
.add_favorite a{
        display: inline-block;
        background: url(/assets/board/css/images/ico_favorite.png) center left no-repeat;
        padding: 10px 15px 0 45px;
        height: 27px;
    }
.add_favorite a.delfav{
    background: url(/assets/board/css/images/ico_out_favorite.png) center left no-repeat;
    padding: 10px 0 0 45px;
}

.right_bottom {
        padding: 8px 0 8px 0;
        text-align: center;
        font-size: 18px;
        font-weight: normal;
        margin-bottom:10px;
        width: 238px;
        border-radius:3px;
        border: 1px solid #0094d9;
        text-decoration: none;
    }

.right_bottom:hover {
    background: rgba(3,154,211,.1);
}
a.action_mail, a.num_contact {
        text-decoration: none;
}
.send_mail a{
        /*color: white;*/
    }

.autor_2 {
        padding: 5px 0 0 0;
       /* font-size: 18px; */
        color: #2a2e2e;
        font-weight: normal;
        margin-bottom:10px;
        width: 238px;
        height: auto;
        border-radius:3px;
    }
    .autor_name span
{
    font-size: 12px;
    padding-top: 10px;
    padding-left: 14px;
}

.avatar_pic{
        width: 60px;
        border-radius:30px;
        float:left;
        margin-left:5px;
}

.autor_name {
        width: 238px;
        min-height: 70px;
}
.autor_name div{
        font-size: 18px;
        padding-top:10px;
        padding-left:80px; 
}
.us_ad_blok {
       margin:10px 0 10px 6px;
    }
    .us_ad{
        width: 70px;
        border: 1px solid #dadada;
    }
    .us_ad:hover{
        -webkit-filter: brightness(80%);   
    }
.all_autor a{
       margin-left:5px;
       font-size: 18px;
      /* text-transform: uppercase; */
      /* font-weight: bolder; */
      /* color: #039ad3; */
       text-decoration:none;
}

.social {
        float:left;
    }
.abuse {
        font-size: 14px;
        float:right;
        background: #0094d9;
        text-align: center;
        width: 150px;
        height: 24px;
        border-radius:3px;
        padding: 3px 0 0 0;
    }
.abuse a{
        color: white;
    }

.sprint{
        font-size: 14px;
        float:left;
        background: #f7f7f7;
        text-align: center;
        width: 100px;
        height: 21px;
        border: 1px solid #0094d9;
        border-radius:3px;
        padding: 2px 0 0 0;
        margin-left:3px;
    }
    .message_icons{
    }
    .message_icons li{
        list-style: none;
        display: block;
        float: left;
    }
    .message_icons li a{
        display: block;
        font-size: 11px;
        height: 11px;
        padding-top: 36px;
        color: #5a5a5a;
        width: 60px;
        margin-bottom: 20px;
        text-align: center;
    }
    .message_icons #ico_favorite{background: url("/assets/board/css/images/ico_favorite.png") top center no-repeat; width: 70px}
    .message_icons #ico_out_favorite{background: url("/assets/board/css/images/ico_out_favorite.png") top center no-repeat; width: 70px}
    .message_icons #ico_print{background: url("/assets/board/css/images/ico_print.png") top center no-repeat;}
    .message_icons #ico_edit{background: url("/assets/board/css/images/ico_edit.png") top center no-repeat;}
    .message_icons #ico_note{background: url("/assets/board/css/images/ico_note.png") top center no-repeat; color: #bb0000;}
.message_yandex{
    background: #f3fafd;
    border: 1px solid #9ad5e7;
    padding: 0px;
    margin-bottom: 10px;
}
.message_actions{
    background: #f3fafd;
    border: 1px solid #9ad5e7;
    padding: 10px;
    margin: 10px auto;
}
    .message_actions:after{
         content: '.';
         display: block;
         height: 0;
         clear: both;
         visibility: hidden;
     }
    .message_actions a.action_mail, .message_actions a.action_favorite, .message_actions a.action_abuse, .message_actions a.action_shared, .message_actions a.action_print{
        display: block;
        float: left;
        margin-right: 20px;
        padding-left: 20px;
    }
    .message_actions a.action_mail{
        background: url("/assets/board/css/images/message_icon_mail.png") no-repeat;
    }
    .message_actions a.action_favorite{
        background: url("/assets/board/css/images/message_icon_favorite.png") no-repeat;
    }
    .message_actions a.action_abuse{
        background: url("/assets/board/css/images/message_icon_abuse.png") no-repeat;
    }
    .message_actions a.action_shared{
        background: url("/assets/board/css/images/message_icon_shared.png") no-repeat;
    }
    .message_actions a.action_print{
        background: url("/assets/board/css/images/message_icon_print.png") no-repeat;
    }
    .message_actions .ya-share2{
        float: right;
    }

.message_actions li{
    margin-left: 10px;
}
.tags_block{
  /*  border: 1px solid #dadada; */
  /*  border-radius: 5px; */
    padding: 10px;
    margin: 10px auto;
}
    .tags_block h3{
        color: #314545;
        font-weight: normal;
        font-size: 18px;
        border-bottom: 1px solid #dadada;
        margin-bottom: 5px;
    }
    .tags_block a{
        line-height: 20px;
        font-size: 13px;
    }
.showAddress{
    display: none;
    height: 400px;
    width: 720px;
    border: 4px solid #cacaca;
    font-size: 12px;
}
.seeAlso{
    padding: 10px 0 0 20px;
}
    .seeAlso li {
        list-style: circle;
        float: left;
        width: 170px;
        margin-bottom: 5px;
        margin-left: 5px;
    }
    .seeAlso li a{
        font-weight: bold;
        font-size: 11px;
    }
    .seeAlso li span{
        font-size: 11px;
        color: #555;
        padding-left: 5px;
    }
.note-block {
    background-color: #EEEFEF;
    /* margin-top: 15px; */
    padding: 8px 12px;
}
.print{
    width: 540px;
}
.ad_print{
    width: 530px;
    margin: 5px 10px;
}
    .ad_print dl{
        width: 500px;
    }
    .ad_print dt{}
    .ad_print dd{
        width: 370px;
    }

.searchform{
    background: #5AABE1;
    border: 1px solid #9DC8DB;
    /*  border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -khtml-border-radius: 3px; */
    padding: 12px 5px;
}
    .searchform input[type="submit"]{
        width: 65px;
    }
    .searchform input[type="text"]{
        width: 370px;
        margin-right: 10px;
        height: 20px;
        font-size: 14px;
    }
    .searchform select{
        width: 250px;
        margin-right: 10px;
        height: 20px;
        /*background: #f2f2f2;*/
    }
    .searchform select option.top_level{
        font-size: 14px;
        font-weight: bold;
        background: #eaeaea;
    }
/* Search page category/city list (ROW style)*/
.search_sub_row {
    margin-top:10px;
    margin-bottom:10px;
    padding-left: 0;
}

.search_sub_row li {
    float: left;
    list-style: outside none none;
    margin-right: 10px;
    overflow: hidden;
    width: 190px;
    }
.search_sub_row li a {
    color: #1565c0;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    }
    .search_sub_row li a:hover{
        text-decoration: none;
        color: #F06939;
    }
    .search_sub_row_4 li {
        width: 24%;
    }

/* Search page category/city list (COL style)*/
.search_sub_col {
    float: left;
    margin: 10px 10px 10px 0;
    padding-left: 0;
    width: 172px;
}
    .search_sub_col li {
        list-style: outside none none;
    }
    .search_sub_col li a {
        color: #1565c0;
        font-size: 15px;
        line-height: 28px;
        text-decoration: none;
        border-bottom: 1px solid #e4e4e4;
    }
    .search_sub_col li a:hover{
        text-decoration: none;
        color: #F06939;
        border: medium none;
    }
    .search_sub_col_4 {
        width: 24%;
    }
.search_sub_col span, .search_sub_row span {
    color: #808080;
    font: 13px Arial,sans-serif;
    padding: 0;
}


/****************
   SEARCH FORM
*****************/
.board_search_form{
    min-width: 900px;
    padding: 15px;
    background: #f2f0f0;
    position: relative;
    margin-top: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
}
    .board_search_form .boardSubmit::-moz-focus-inner {
        border: 0px;
        padding: 0px;
    }
    .board_search_form .boardSubmit{
        background: #039ad3;
        padding: 0 13px;
        border: 3px solid #ffffff;
        font-size: 13px;
        line-height: 30px;
        font-weight: bold;
        color: #ffffff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
       /* float: right; */
        cursor: pointer;
    }
    .board_search_form .query{
        float: left;
        margin-right: 10px;
    }
    .board_search_form .selector{
        float: left;
        margin-right: 3px;
        z-index: 100;
        background: #ffffff;
        width: 29%;
        padding: 0 5px;
        border: 1px solid #dadada;
    }
    .board_search_form .selector-last{
        margin-right: 0;
    }
    .board_search_form .selector input{
        border: 0;
        width: 100%;
        height: 35px;
        cursor: pointer;
    }
    .board_search_form .selector h3{
        letter-spacing: 0;
        padding-bottom: 10px;
        color: #333333;
        border-bottom: 1px solid #333333;
    }
    .board_search_form .selector .top_link{
        float: right;
        letter-spacing: 0;
    }
    .board_search_form .selector .top_link li{
        float: right;
        margin-left: 15px;
    }
    .board_search_form .checkboxLabel{
        margin: 10px 10px 0 0;
        float: left;
    }
    .board_search_form .checkboxLabel label{
        color: #333333;
        position: relative;
    }
    .board_search_form .checkboxLabel input{
        margin-top: 3px;
    }
    .board_search_form .advancedSearch{
        float: right;
    }
    .board_search_form .advancedSearch .fa{
        color: #1565c0;
        display: block;
        float: left;
        font-size: 16px;
        margin: 2px 0 0 2px;
    }
    .board_search_form .advancedSearch a{
        display: block;
        float: left;
        padding-top: 5px;
        cursor: pointer;
    }
.board_search_form .selector .selectorWrapper{
    display: none;
    position: absolute;
    left: 15px;
    top: 51px;
    background: #fff;
    padding: 10px;
    width: 944px;
    border: 1px  solid #dadada;
    z-index: 99;
}
    /*.board_search_form .selector:hover .selectorWrapper{*/
        /*display: block;*/
    /*}*/

    .board_search_form .selectorWrapper li {
        list-style: none;
        margin: 0;
        padding: 5px 5px 5px 20px;
        cursor: pointer;
        position: relative;
    }
    .board_search_form .selectorWrapper li span {
        font-weight: bold;
        /*font-size: 1.3em;*/
        position: absolute;
        color: #5a5a5a;
        left: 0;
    }
    .board_search_form .selector:hover .selectorWrapper ul > li:hover {
        background: #333;
        color: #fff;
    }
    .board_search_form .selector:hover .sub-level{
        display: none;
        position: absolute;
    }
    .board_search_form .selector:hover .selectorWrapper .sub-level li{
        background: #fff;
        color: #333;
    }

    /*********************************
        BOARD SEARCH FORM FILTERS
    *********************************/
    #filtersList{
        margin-top: 10px;
    }
    .board_search_form .filter{
        float: left;
        margin-bottom: 7px;
        width: 194px;
        font-size: 12px;
        /*font-family: Verdana;*/
    }
        .board_search_form .filter label{
            font-weight: bold;
            color: #fff;
            margin: 0;
            display: block;
        }
        .board_search_form .ms-drop li {
            margin-left: 0;
        }
        .board_search_form .ms-drop label {
            color: #333333;
            font-weight: normal;
        }
        .board_search_form .filter input[type=text]{

        }
        .board_search_form .filter select{
            width: 185px;
            height: 30px;
            border-radius: 0;
            font-size: 12px;
            background: #fff;
        }
.region_tree {
    margin-top: 20px;
}
    .region_tree ul {
        clear: both;
        margin: 0 0 10px 20px;
    }
    .region_tree li{
        list-style: none;
        display: inline-block;
        margin: 5px;
    }
    .region_tree li a{
        font-size: 12px;
        font-weight: normal;
    }
.category_bg{
    background: #eaeaea;
    overflow: hidden;
    margin: 10px 0;
}
    .category_holder{
        margin: 0 0 15px 0;
    }
    .category_menu{
        margin-left: 48px;
    }
    .category_menu li{
        list-style: none;
        width: 230px;
        float: left;
        margin: 15px 8px 0 0;
    }
    .category_menu li ul{
        height: 380px;
        overflow: hidden;
    }
    .category_menu li a{
        font-weight: bold;
    }
    .category_menu li ul li{
        list-style: circle;
        margin: 3px 0 0 15px;
    }
    .category_menu li ul li a{
        font-weight: normal;
    }

/*
    PROFILE
*/
.profile_legend{
    clear: both;
    margin: 20px 0 0 30px;
   /* float: right; */
}
    .profile_legend h3{
        color: #5a5a5a;
        margin-bottom: 5px;
        font-size: 16px;
    }
    .profile_legend .pure-button{
        width: 35px;
        margin: 0 10px 5px 0;
    }

/*  FAVORITES */

.h1_favorite{
    display: block;
    float: left;
    background: url("/assets/board/css/images/ico_favorite.png") center center no-repeat;
    width: 41px;
    height: 39px;
    margin-right: 5px;
    margin-top: 0px;
    /* margin-bottom: 5px; */
}
    .h1_favorite_out{
        background: url("/assets/board/css/images/ico_out_favorite.png") center center no-repeat;
    }
    .favorite_tooltip{
        position: fixed;
        visibility: hidden;
        top: 0;
        left: 0;
        right: 0;
        padding: 15px !important;
        margin: 5px auto;
    }
    .favorite_tooltip .tip-arrow{
        display: none;
    }
    .favorite_tooltip .tip-inner{
        font-weight: bold !important;
        text-align: center;
    }

.jq-selectbox__select{
    width: 180px;
}
/*!
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
.pure-g{letter-spacing:-.31em;*letter-spacing:normal;*word-spacing:-.43em;text-rendering:optimizespeed;font-family:FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;display:-webkit-flex;-webkit-flex-flow:row wrap;display:-ms-flexbox;-ms-flex-flow:row wrap;-ms-align-content:flex-start;-webkit-align-content:flex-start;align-content:flex-start}.opera-only :-o-prefocus,.pure-g{word-spacing:-.43em}.pure-u{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-g [class *="pure-u"]{font-family:sans-serif}.pure-u-1,.pure-u-1-1,.pure-u-1-2,.pure-u-1-3,.pure-u-2-3,.pure-u-1-4,.pure-u-3-4,.pure-u-1-5,.pure-u-2-5,.pure-u-3-5,.pure-u-4-5,.pure-u-5-5,.pure-u-1-6,.pure-u-5-6,.pure-u-1-8,.pure-u-3-8,.pure-u-5-8,.pure-u-7-8,.pure-u-1-12,.pure-u-5-12,.pure-u-7-12,.pure-u-11-12,.pure-u-1-24,.pure-u-2-24,.pure-u-3-24,.pure-u-4-24,.pure-u-5-24,.pure-u-6-24,.pure-u-7-24,.pure-u-8-24,.pure-u-9-24,.pure-u-10-24,.pure-u-11-24,.pure-u-12-24,.pure-u-13-24,.pure-u-14-24,.pure-u-15-24,.pure-u-16-24,.pure-u-17-24,.pure-u-18-24,.pure-u-19-24,.pure-u-20-24,.pure-u-21-24,.pure-u-22-24,.pure-u-23-24,.pure-u-24-24{display:inline-block;*display:inline;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-1-24{width:4.1667%;*width:4.1357%}.pure-u-1-12,.pure-u-2-24{width:8.3333%;*width:8.3023%}.pure-u-1-8,.pure-u-3-24{width:12.5%;*width:12.469%}.pure-u-1-6,.pure-u-4-24{width:16.6667%;*width:16.6357%}.pure-u-1-5{width:20%;*width:19.969%}.pure-u-5-24{width:20.8333%;*width:20.8023%}.pure-u-1-4,.pure-u-6-24{width:25%;*width:24.969%}.pure-u-7-24{width:29.1667%;*width:29.1357%}.pure-u-1-3,.pure-u-8-24{width:33.3333%;*width:33.3023%}.pure-u-3-8,.pure-u-9-24{width:37.5%;*width:37.469%}.pure-u-2-5{width:40%;*width:39.969%}.pure-u-5-12,.pure-u-10-24{width:41.6667%;*width:41.6357%}.pure-u-11-24{width:45.8333%;*width:45.8023%}.pure-u-1-2,.pure-u-12-24{width:50%;*width:49.969%}.pure-u-13-24{width:54.1667%;*width:54.1357%}.pure-u-7-12,.pure-u-14-24{width:58.3333%;*width:58.3023%}.pure-u-3-5{width:60%;*width:59.969%}.pure-u-5-8,.pure-u-15-24{width:62.5%;*width:62.469%}.pure-u-2-3,.pure-u-16-24{width:66.6667%;*width:66.6357%}.pure-u-17-24{width:70.8333%;*width:70.8023%}.pure-u-3-4,.pure-u-18-24{width:75%;*width:74.969%}.pure-u-19-24{width:79.1667%;*width:79.1357%}.pure-u-4-5{width:80%;*width:79.969%}.pure-u-5-6,.pure-u-20-24{width:83.3333%;*width:83.3023%}.pure-u-7-8,.pure-u-21-24{width:87.5%;*width:87.469%}.pure-u-11-12,.pure-u-22-24{width:91.6667%;*width:91.6357%}.pure-u-23-24{width:95.8333%;*width:95.8023%}.pure-u-1,.pure-u-1-1,.pure-u-5-5,.pure-u-24-24{width:100%}
.tipcomplete{
    position: relative;
    border: 1px solid #dadada;
    background: #fff;
    width: 183px;
    height: 25px;
    font-size: 12px;
    color: #aaaaaa;
    margin-bottom: 7px;
}
    .tipcomplete a{

    }
    .tipcomplete span{
        display: block;
        margin: 5px;
        font-size: 12px;
        font-family: Verdana;
    }
    .tipcomplete label{
        display: none;
    }
    .tipcomplete input{
        display: none;
        width: 95%;
        border: 0;
        margin: 5px;
        font-size: 12px;
        font-family: Verdana;
    }
    .tipcomplete ul{
        display: none;
        position: absolute;
        top: 26px;
        left: -1px;
        width: 183px;
        background: #fff;
        z-index: 100;
        border: 1px solid #dadada;
        max-height: 150px;
        overflow-y: scroll;
    }
    .tipcomplete ul li{
        color: #333;
        height: 25px;
        display: block;
        cursor: pointer;
        border-bottom: #fafafa;
        line-height: 24px;
    }
    .tipcomplete ul li:hover{
        background: #dadada;
    }
/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */

.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ms-choice {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #dadada;
    text-align: left;
    white-space: nowrap;
    line-height: 34px;
    color: #444;
    text-decoration: none;
    /*-webkit-border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*border-radius: 4px;*/
    background-color: #fff;
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.ms-choice > span {
    position: absolute;
    top: 0;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px;
}

.ms-choice > span.placeholder {
    color: #999;
}

.ms-choice > div {
    position: absolute;
    top: 5px;
    right: 0;
    width: 20px;
    height: 25px;
    background: url("/assets/board/js/multiple-select/multiple-select.png") left top no-repeat;
}

.ms-choice > div.open {
    background: url("/assets/board/js/multiple-select/multiple-select.png") right top no-repeat;
}

.ms-drop {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ms-drop.bottom {
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.ms-drop.top {
    bottom: 100%;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url("/assets/board/js/multiple-select/multiple-select.png") no-repeat 100% -22px;
    background: url("/assets/board/js/multiple-select/multiple-select.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url("/assets/board/js/multiple-select/multiple-select.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url("/assets/board/js/multiple-select/multiple-select.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url("/assets/board/js/multiple-select/multiple-select.png") no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url("/assets/board/js/multiple-select/multiple-select.png") no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url("/assets/board/js/multiple-select/multiple-select.png") no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

.ms-search, .ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}

.ms-drop ul > li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static;
}

.ms-drop ul > li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
}

.ms-drop ul > li.multiple {
    display: block;
    float: left;
}

.ms-drop ul > li.group {
    clear: both;
}

.ms-drop ul > li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-drop ul > li label {
    font-weight: normal;
    display: block;
    white-space: nowrap;
}

.ms-drop ul > li label.optgroup {
    font-weight: bold;
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
}

.ms-drop .ms-no-results {
    display: none;
}

/*! jQuery UI - v1.12.1 - 2016-09-19
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("/media/libs/jquery-ui-1.12.1.custom/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/media/libs/jquery-ui-1.12.1.custom/images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/media/libs/jquery-ui-1.12.1.custom/images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("/media/libs/jquery-ui-1.12.1.custom/images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("/media/libs/jquery-ui-1.12.1.custom/images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("/media/libs/jquery-ui-1.12.1.custom/images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/media/libs/jquery-ui-1.12.1.custom/images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("/media/libs/jquery-ui-1.12.1.custom/images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
.toast-title {
  font-weight: bold;
  font-size: 1.2em;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-size: 1.1em;
}
.toast-message a,
.toast-title a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("/media/libs/toastr/build/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("/media/libs/toastr/build/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("/media/libs/toastr/build/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("/media/libs/toastr/build/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
