@charset "UTF-8";
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 1s both ease;
  -moz-animation: fadeOut 1s both ease;
  animation: fadeOut 1s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn 1s both ease;
  -moz-animation: fadeIn 1s both ease;
  animation: fadeIn 1s both ease;
}
/* fadeInAfterOut */
.owl-fadeInAfterOut-out {
  z-index: 10;
  -webkit-animation: fadeOut .35s both ease;
  -moz-animation: fadeOut .35s both ease;
  animation: fadeOut .35s both ease;
}
.owl-fadeInAfterOut-in {
  -webkit-animation: fadeIn .35s .35s both ease;
  -moz-animation: fadeIn .35s .35s both ease;
  animation: fadeIn .35s .35s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 1s ease both;
  -moz-animation: scaleUpFrom 1s ease both;
  animation: scaleUpFrom 1s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 1s ease both;
  -moz-animation: scaleUpTo 1s ease both;
  animation: scaleUpTo 1s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */
.slick-loading .slick-list {
    background: #fff url('../Content/Slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../Content/Slick/fonts/slick.eot');
    src: url('../Content/Slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../Content/Slick/fonts/slick.woff') format('woff'), url('../Content/Slick/fonts/slick.ttf') format('truetype'), url('../Content/Slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0px)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:1px solid rgba(0,0,0,.8);border-radius:5px;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:2em 0}.dropzone .dz-message .dz-button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom, #eee, #ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,.8);background-color:rgba(255,255,255,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{transform:scale(1.05, 1.05);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px;background:rgba(0,0,0,.8);border-radius:50%}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px;fill:#fff}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:20px;top:50%;margin-top:-10px;left:15%;right:15%;border:3px solid rgba(0,0,0,.8);background:rgba(0,0,0,.8);border-radius:10px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#fff;display:block;position:relative;height:100%;width:0;transition:width 300ms ease-in-out;border-radius:17px}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#b10606;padding:.5em 1em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #b10606}/*# sourceMappingURL=dropzone.css.map */

/*!
 * Datepicker for Bootstrap v1.10.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0;padding:4px}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(0,0,0,.15);border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid rgba(0,0,0,.15)}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker table tr td,.datepicker table tr th{text-align:center;width:30px;height:30px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.new,.datepicker table tr td.old{color:#777}.datepicker table tr td.day:hover,.datepicker table tr td.focused{background:#eee;cursor:pointer}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td.highlighted{color:#000;background-color:#d9edf7;border-color:#85c5e5;border-radius:0}.datepicker table tr td.highlighted.focus,.datepicker table tr td.highlighted:focus{color:#000;background-color:#afd9ee;border-color:#298fc2}.datepicker table tr td.highlighted:hover{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active,.datepicker table tr td.highlighted:active{color:#000;background-color:#afd9ee;border-color:#52addb}.datepicker table tr td.highlighted.active.focus,.datepicker table tr td.highlighted.active:focus,.datepicker table tr td.highlighted.active:hover,.datepicker table tr td.highlighted:active.focus,.datepicker table tr td.highlighted:active:focus,.datepicker table tr td.highlighted:active:hover{color:#000;background-color:#91cbe8;border-color:#298fc2}.datepicker table tr td.highlighted.disabled.focus,.datepicker table tr td.highlighted.disabled:focus,.datepicker table tr td.highlighted.disabled:hover,.datepicker table tr td.highlighted[disabled].focus,.datepicker table tr td.highlighted[disabled]:focus,.datepicker table tr td.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.highlighted.focus,fieldset[disabled] .datepicker table tr td.highlighted:focus,fieldset[disabled] .datepicker table tr td.highlighted:hover{background-color:#d9edf7;border-color:#85c5e5}.datepicker table tr td.highlighted.focused{background:#afd9ee}.datepicker table tr td.highlighted.disabled,.datepicker table tr td.highlighted.disabled:active{background:#d9edf7;color:#777}.datepicker table tr td.today{color:#000;background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focus,.datepicker table tr td.today:focus{color:#000;background-color:#ffc966;border-color:#b37400}.datepicker table tr td.today:hover{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active,.datepicker table tr td.today:active{color:#000;background-color:#ffc966;border-color:#f59e00}.datepicker table tr td.today.active.focus,.datepicker table tr td.today.active:focus,.datepicker table tr td.today.active:hover,.datepicker table tr td.today:active.focus,.datepicker table tr td.today:active:focus,.datepicker table tr td.today:active:hover{color:#000;background-color:#ffbc42;border-color:#b37400}.datepicker table tr td.today.disabled.focus,.datepicker table tr td.today.disabled:focus,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today[disabled].focus,.datepicker table tr td.today[disabled]:focus,.datepicker table tr td.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.today.focus,fieldset[disabled] .datepicker table tr td.today:focus,fieldset[disabled] .datepicker table tr td.today:hover{background-color:#ffdb99;border-color:#ffb733}.datepicker table tr td.today.focused{background:#ffc966}.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:active{background:#ffdb99;color:#777}.datepicker table tr td.range{color:#000;background-color:#eee;border-color:#bbb;border-radius:0}.datepicker table tr td.range.focus,.datepicker table tr td.range:focus{color:#000;background-color:#d5d5d5;border-color:#7c7c7c}.datepicker table tr td.range:hover{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active,.datepicker table tr td.range:active{color:#000;background-color:#d5d5d5;border-color:#9d9d9d}.datepicker table tr td.range.active.focus,.datepicker table tr td.range.active:focus,.datepicker table tr td.range.active:hover,.datepicker table tr td.range:active.focus,.datepicker table tr td.range:active:focus,.datepicker table tr td.range:active:hover{color:#000;background-color:#c3c3c3;border-color:#7c7c7c}.datepicker table tr td.range.disabled.focus,.datepicker table tr td.range.disabled:focus,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range[disabled].focus,.datepicker table tr td.range[disabled]:focus,.datepicker table tr td.range[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.focus,fieldset[disabled] .datepicker table tr td.range:focus,fieldset[disabled] .datepicker table tr td.range:hover{background-color:#eee;border-color:#bbb}.datepicker table tr td.range.focused{background:#d5d5d5}.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:active{background:#eee;color:#777}.datepicker table tr td.range.highlighted{color:#000;background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focus,.datepicker table tr td.range.highlighted:focus{color:#000;background-color:#c1d7e3;border-color:#4b88a6}.datepicker table tr td.range.highlighted:hover{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active,.datepicker table tr td.range.highlighted:active{color:#000;background-color:#c1d7e3;border-color:#73a6c0}.datepicker table tr td.range.highlighted.active.focus,.datepicker table tr td.range.highlighted.active:focus,.datepicker table tr td.range.highlighted.active:hover,.datepicker table tr td.range.highlighted:active.focus,.datepicker table tr td.range.highlighted:active:focus,.datepicker table tr td.range.highlighted:active:hover{color:#000;background-color:#a8c8d8;border-color:#4b88a6}.datepicker table tr td.range.highlighted.disabled.focus,.datepicker table tr td.range.highlighted.disabled:focus,.datepicker table tr td.range.highlighted.disabled:hover,.datepicker table tr td.range.highlighted[disabled].focus,.datepicker table tr td.range.highlighted[disabled]:focus,.datepicker table tr td.range.highlighted[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.highlighted.focus,fieldset[disabled] .datepicker table tr td.range.highlighted:focus,fieldset[disabled] .datepicker table tr td.range.highlighted:hover{background-color:#e4eef3;border-color:#9dc1d3}.datepicker table tr td.range.highlighted.focused{background:#c1d7e3}.datepicker table tr td.range.highlighted.disabled,.datepicker table tr td.range.highlighted.disabled:active{background:#e4eef3;color:#777}.datepicker table tr td.range.today{color:#000;background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.focus,.datepicker table tr td.range.today:focus{color:#000;background-color:#f4b747;border-color:#815608}.datepicker table tr td.range.today:hover{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today:active{color:#000;background-color:#f4b747;border-color:#bf800c}.datepicker table tr td.range.today.active.focus,.datepicker table tr td.range.today.active:focus,.datepicker table tr td.range.today.active:hover,.datepicker table tr td.range.today:active.focus,.datepicker table tr td.range.today:active:focus,.datepicker table tr td.range.today:active:hover{color:#000;background-color:#f2aa25;border-color:#815608}.datepicker table tr td.range.today.disabled.focus,.datepicker table tr td.range.today.disabled:focus,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today[disabled].focus,.datepicker table tr td.range.today[disabled]:focus,.datepicker table tr td.range.today[disabled]:hover,fieldset[disabled] .datepicker table tr td.range.today.focus,fieldset[disabled] .datepicker table tr td.range.today:focus,fieldset[disabled] .datepicker table tr td.range.today:hover{background-color:#f7ca77;border-color:#f1a417}.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:active{background:#f7ca77;color:#777}.datepicker table tr td.selected,.datepicker table tr td.selected.highlighted{color:#fff;background-color:#777;border-color:#555;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.focus,.datepicker table tr td.selected.highlighted.focus,.datepicker table tr td.selected.highlighted:focus,.datepicker table tr td.selected:focus{color:#fff;background-color:#5e5e5e;border-color:#161616}.datepicker table tr td.selected.highlighted:hover,.datepicker table tr td.selected:hover{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active,.datepicker table tr td.selected.highlighted.active,.datepicker table tr td.selected.highlighted:active,.datepicker table tr td.selected:active{color:#fff;background-color:#5e5e5e;border-color:#373737}.datepicker table tr td.selected.active.focus,.datepicker table tr td.selected.active:focus,.datepicker table tr td.selected.active:hover,.datepicker table tr td.selected.highlighted.active.focus,.datepicker table tr td.selected.highlighted.active:focus,.datepicker table tr td.selected.highlighted.active:hover,.datepicker table tr td.selected.highlighted:active.focus,.datepicker table tr td.selected.highlighted:active:focus,.datepicker table tr td.selected.highlighted:active:hover,.datepicker table tr td.selected:active.focus,.datepicker table tr td.selected:active:focus,.datepicker table tr td.selected:active:hover{color:#fff;background-color:#4c4c4c;border-color:#161616}.datepicker table tr td.selected.disabled.focus,.datepicker table tr td.selected.disabled:focus,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.highlighted.disabled.focus,.datepicker table tr td.selected.highlighted.disabled:focus,.datepicker table tr td.selected.highlighted.disabled:hover,.datepicker table tr td.selected.highlighted[disabled].focus,.datepicker table tr td.selected.highlighted[disabled]:focus,.datepicker table tr td.selected.highlighted[disabled]:hover,.datepicker table tr td.selected[disabled].focus,.datepicker table tr td.selected[disabled]:focus,.datepicker table tr td.selected[disabled]:hover,fieldset[disabled] .datepicker table tr td.selected.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted.focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,fieldset[disabled] .datepicker table tr td.selected:focus,fieldset[disabled] .datepicker table tr td.selected:hover{background-color:#777;border-color:#555}.datepicker table tr td.active,.datepicker table tr td.active.highlighted{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.focus,.datepicker table tr td.active.highlighted.focus,.datepicker table tr td.active.highlighted:focus,.datepicker table tr td.active:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td.active.highlighted:hover,.datepicker table tr td.active:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active,.datepicker table tr td.active.highlighted.active,.datepicker table tr td.active.highlighted:active,.datepicker table tr td.active:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td.active.active.focus,.datepicker table tr td.active.active:focus,.datepicker table tr td.active.active:hover,.datepicker table tr td.active.highlighted.active.focus,.datepicker table tr td.active.highlighted.active:focus,.datepicker table tr td.active.highlighted.active:hover,.datepicker table tr td.active.highlighted:active.focus,.datepicker table tr td.active.highlighted:active:focus,.datepicker table tr td.active.highlighted:active:hover,.datepicker table tr td.active:active.focus,.datepicker table tr td.active:active:focus,.datepicker table tr td.active:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td.active.disabled.focus,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.highlighted.disabled.focus,.datepicker table tr td.active.highlighted.disabled:focus,.datepicker table tr td.active.highlighted.disabled:hover,.datepicker table tr td.active.highlighted[disabled].focus,.datepicker table tr td.active.highlighted[disabled]:focus,.datepicker table tr td.active.highlighted[disabled]:hover,.datepicker table tr td.active[disabled].focus,.datepicker table tr td.active[disabled]:focus,.datepicker table tr td.active[disabled]:hover,fieldset[disabled] .datepicker table tr td.active.focus,fieldset[disabled] .datepicker table tr td.active.highlighted.focus,fieldset[disabled] .datepicker table tr td.active.highlighted:focus,fieldset[disabled] .datepicker table tr td.active.highlighted:hover,fieldset[disabled] .datepicker table tr td.active:focus,fieldset[disabled] .datepicker table tr td.active:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#777;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{color:#fff;background-color:#337ab7;border-color:#2e6da4;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover.focus,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active.focus,.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover.focus,.datepicker table tr td span.active:hover:focus{color:#fff;background-color:#286090;border-color:#122b40}.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{color:#fff;background-color:#286090;border-color:#204d74}.datepicker table tr td span.active.active.focus,.datepicker table tr td span.active.active:focus,.datepicker table tr td span.active.active:hover,.datepicker table tr td span.active.disabled.active.focus,.datepicker table tr td span.active.disabled.active:focus,.datepicker table tr td span.active.disabled.active:hover,.datepicker table tr td span.active.disabled:active.focus,.datepicker table tr td span.active.disabled:active:focus,.datepicker table tr td span.active.disabled:active:hover,.datepicker table tr td span.active.disabled:hover.active.focus,.datepicker table tr td span.active.disabled:hover.active:focus,.datepicker table tr td span.active.disabled:hover.active:hover,.datepicker table tr td span.active.disabled:hover:active.focus,.datepicker table tr td span.active.disabled:hover:active:focus,.datepicker table tr td span.active.disabled:hover:active:hover,.datepicker table tr td span.active:active.focus,.datepicker table tr td span.active:active:focus,.datepicker table tr td span.active:active:hover,.datepicker table tr td span.active:hover.active.focus,.datepicker table tr td span.active:hover.active:focus,.datepicker table tr td span.active:hover.active:hover,.datepicker table tr td span.active:hover:active.focus,.datepicker table tr td span.active:hover:active:focus,.datepicker table tr td span.active:hover:active:hover{color:#fff;background-color:#204d74;border-color:#122b40}.datepicker table tr td span.active.disabled.disabled.focus,.datepicker table tr td span.active.disabled.disabled:focus,.datepicker table tr td span.active.disabled.disabled:hover,.datepicker table tr td span.active.disabled.focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.disabled.focus,.datepicker table tr td span.active.disabled:hover.disabled:focus,.datepicker table tr td span.active.disabled:hover.disabled:hover,.datepicker table tr td span.active.disabled:hover[disabled].focus,.datepicker table tr td span.active.disabled:hover[disabled]:focus,.datepicker table tr td span.active.disabled:hover[disabled]:hover,.datepicker table tr td span.active.disabled[disabled].focus,.datepicker table tr td span.active.disabled[disabled]:focus,.datepicker table tr td span.active.disabled[disabled]:hover,.datepicker table tr td span.active:hover.disabled.focus,.datepicker table tr td span.active:hover.disabled:focus,.datepicker table tr td span.active:hover.disabled:hover,.datepicker table tr td span.active:hover[disabled].focus,.datepicker table tr td span.active:hover[disabled]:focus,.datepicker table tr td span.active:hover[disabled]:hover,.datepicker table tr td span.active[disabled].focus,.datepicker table tr td span.active[disabled]:focus,.datepicker table tr td span.active[disabled]:hover,fieldset[disabled] .datepicker table tr td span.active.disabled.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover,fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,fieldset[disabled] .datepicker table tr td span.active.focus,fieldset[disabled] .datepicker table tr td span.active:focus,fieldset[disabled] .datepicker table tr td span.active:hover,fieldset[disabled] .datepicker table tr td span.active:hover.focus,fieldset[disabled] .datepicker table tr td span.active:hover:focus,fieldset[disabled] .datepicker table tr td span.active:hover:hover{background-color:#337ab7;border-color:#2e6da4}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#777}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-group.date .input-group-addon{cursor:pointer}.input-daterange{width:100%}.input-daterange input{text-align:center}.input-daterange input:first-child{border-radius:3px 0 0 3px}.input-daterange input:last-child{border-radius:0 3px 3px 0}.input-daterange .input-group-addon{width:auto;min-width:16px;padding:4px 5px;line-height:1.42857143;border-width:1px 0;margin-left:-5px;margin-right:-5px}

/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
  direction: ltr;
  text-align: left;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url("../Scripts/jcrop/css/Jcrop.gif");
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}

/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */

.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #337ab7;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333333;
  background: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.chosen-select {
  width: 100%; }

.chosen-select-deselect {
  width: 100%; }

.chosen-container {
  display: inline-block;
  font-size: 14px;
  position: relative;
  vertical-align: middle; }
  .chosen-container .chosen-drop {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: -9000px;
    z-index: 1060; }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    right: 0; }
  .chosen-container .chosen-results {
    color: #555555;
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .chosen-container .chosen-results li {
      display: none;
      line-height: 1.42857;
      list-style: none;
      margin: 0;
      padding: 5px 6px; }
      .chosen-container .chosen-results li em {
        background: #feffde;
        font-style: normal; }
      .chosen-container .chosen-results li.group-result {
        display: list-item;
        cursor: default;
        color: #999;
        font-weight: bold; }
      .chosen-container .chosen-results li.group-option {
        padding-left: 15px; }
      .chosen-container .chosen-results li.active-result {
        cursor: pointer;
        display: list-item; }
      .chosen-container .chosen-results li.highlighted {
        background-color: #337ab7;
        background-image: none;
        color: white; }
        .chosen-container .chosen-results li.highlighted em {
          background: transparent; }
      .chosen-container .chosen-results li.disabled-result {
        display: list-item;
        color: #777777; }
    .chosen-container .chosen-results .no-results {
      background: #eeeeee;
      display: list-item; }
  .chosen-container .chosen-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1; }
    .chosen-container .chosen-results-scroll span {
      display: inline-block;
      height: 1.42857;
      text-indent: -5000px;
      width: 9px; }
  .chosen-container .chosen-results-scroll-down {
    bottom: 0; }
    .chosen-container .chosen-results-scroll-down span {
      background: url("../../Scripts/chosen/chosen-sprite.png") no-repeat -4px -3px; }
  .chosen-container .chosen-results-scroll-up span {
    background: url("../../Scripts/chosen/chosen-sprite.png") no-repeat -22px -3px; }

.chosen-container-single .chosen-single {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #555555;
  display: block;
  height: 34px;
  overflow: hidden;
  line-height: 34px;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap; }
  .chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .chosen-container-single .chosen-single abbr {
    background: url("../../Scripts/chosen/chosen-sprite.png") right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 12px;
    width: 12px; }
    .chosen-container-single .chosen-single abbr:hover {
      background-position: right -11px; }
  .chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
    background-position: right 2px; }
  .chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px; }
    .chosen-container-single .chosen-single div b {
      background: url("../../Scripts/chosen/chosen-sprite.png") no-repeat 0 7px;
      display: block;
      height: 100%;
      width: 100%; }
.chosen-container-single .chosen-default {
  color: #777777; }
.chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1000; }
  .chosen-container-single .chosen-search input[type="text"] {
    background: url("../../Scripts/chosen/chosen-sprite.png") no-repeat 100% -20px, #fff;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%; }
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.chosen-container-single-nosearch .chosen-search input[type="text"] {
  position: absolute;
  left: -9000px; }

.chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none; }
  .chosen-container-multi .chosen-choices .search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .chosen-container-multi .chosen-choices .search-field input[type="text"] {
      background: transparent !important;
      border: 0 !important;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #555555;
      height: 32px;
      margin: 0;
      padding: 4px;
      outline: 0; }
    .chosen-container-multi .chosen-choices .search-field .default {
      color: #999; }
  .chosen-container-multi .chosen-choices .search-choice {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    color: #333333;
    cursor: default;
    line-height: 13px;
    margin: 6px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative; }
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
      background: url("../../Scripts/chosen/chosen-sprite.png") right top no-repeat;
      display: block;
      font-size: 1px;
      height: 10px;
      position: absolute;
      right: 4px;
      top: 5px;
      width: 12px;
      cursor: pointer; }
      .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
        background-position: right -11px; }
  .chosen-container-multi .chosen-choices .search-choice-focus {
    background: #d4d4d4; }
    .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
      background-position: right -11px; }
.chosen-container-multi .chosen-results {
  margin: 0 0 0 0;
  padding: 0; }
.chosen-container-multi .chosen-drop .result-selected {
  display: none; }

.chosen-container-active .chosen-single {
  border: 1px solid #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #fff;
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  .chosen-container-active.chosen-with-drop .chosen-single div {
    background: transparent;
    border-left: none; }
    .chosen-container-active.chosen-with-drop .chosen-single div b {
      background-position: -18px 7px; }
.chosen-container-active .chosen-choices {
  border: 1px solid #66afe9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #66afe9;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  .chosen-container-active .chosen-choices .search-field input[type="text"] {
    color: #111 !important; }
.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important; }
  .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    padding: 0 8px 0 0;
    overflow: visible; }
    .chosen-rtl .chosen-single span {
      margin-left: 26px;
      margin-right: 0;
      direction: rtl; }
    .chosen-rtl .chosen-single div {
      left: 7px;
      right: auto; }
    .chosen-rtl .chosen-single abbr {
      left: 26px;
      right: auto; }
  .chosen-rtl .chosen-choices .search-field input[type="text"] {
    direction: rtl; }
  .chosen-rtl .chosen-choices li {
    float: right; }
  .chosen-rtl .chosen-choices .search-choice {
    margin: 6px 5px 3px 0;
    padding: 3px 5px 3px 19px; }
    .chosen-rtl .chosen-choices .search-choice .search-choice-close {
      background-position: right top;
      left: 4px;
      right: auto; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results .group-option {
    padding-left: 0;
    padding-right: 15px; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    background: url("../../Scripts/chosen/chosen-sprite.png") no-repeat -28px -20px, #fff;
    direction: rtl;
    padding: 4px 5px 4px 20px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
background-repeat: no-repeat !important; } }

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}
.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
}
.bootstrap-timepicker .input-group-addon i {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
  width: 100%;
}
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}
@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }
  .jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em; }
    .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
      display: block;
      font-size: .6em;
      margin: 0 -.5em -.8em -.5em; }
  .jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em; }
    .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
      height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }
  .jssocials-share-count-box.jssocials-share-no-count {
    display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }
  .jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }
  .jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }
  .jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }
  .jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }
  .jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f; }

.jssocials-share-email .jssocials-share-link {
  background: #3490F3; }
  .jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }
  .jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }
  .jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }
  .jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }
  .jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00; }

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d; }
  .jssocials-share-viber .jssocials-share-link:hover {
    background: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056; }
  .jssocials-share-pocket .jssocials-share-link:hover {
    background: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff; }
  .jssocials-share-messenger .jssocials-share-link:hover {
    background: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e; }
  .jssocials-share-vkontakte .jssocials-share-link:hover {
    background: #344d6c; }

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box:hover {
    background: gainsboro; }
    .jssocials-share-count-box:hover:after {
      border-color: transparent gainsboro transparent transparent; }
  .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444; }

.rangeslider,
.rangeslider__fill {
    display: block;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.rangeslider {
    background: #e6e6e6;
    position: relative;
}

.rangeslider--horizontal {
    height: 20px;
    width: 100%;
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    background: -webkit-linear-gradient(left, #f9ceb0, #f27a24);
    background: -o-linear-gradient(right, #f9ceb0, #f27a24);
    background: -moz-linear-gradient(right, #f9ceb0, #f27a24);
    background: linear-gradient(to right, #f9ceb0, #f27a24);
    position: absolute;
}

.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%;
}

.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}

.rangeslider__handle {
    background: white;
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

    .rangeslider__handle:after {
        content: "";
        display: block;
        width: 18px;
        height: 18px;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
        background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
        background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
        background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
        background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
        background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
    }

.rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08)}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9)}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
      /*rtl:begin:ignore*/left:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{/*
      /*rtl:begin:ignore*/right:0/*
      /*rtl:end:ignore*/}/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05)}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}

/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.intl-tel-input {
  position: relative;
  display: inline-block; }
  .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px; }
    .intl-tel-input .selected-flag .iti-flag {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .intl-tel-input .selected-flag .iti-arrow {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 6px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll; }
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 500px) {
      .intl-tel-input .country-list {
        white-space: normal; } }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CCC; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0; }
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table; }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
  width: 20px; }
  .iti-flag.be {
    width: 18px; }
  .iti-flag.ch {
    width: 15px; }
  .iti-flag.mc {
    width: 19px; }
  .iti-flag.ne {
    width: 18px; }
  .iti-flag.np {
    width: 13px; }
  .iti-flag.va {
    width: 15px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-size: 5630px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 13px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5241px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5307px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px; }
  .iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px; }

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url(/Scripts/intlTelInput/img/flags.png);
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0;
}
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-image: url(/Scripts/intlTelInput/img/flags@2x.png); } }

.iti-flag.np {
  background-color: transparent; }

/*
Template: 		REEN – Made for Designers
Description: 	Creative Portfolio Bootstrap 3 Template
Version: 		1.3.1
Author: 		fuviz
Demo URI: 		http://demo.fuviz.com/reen
*/

/*===================================================================================*/
/*	GENERAL
/*===================================================================================*/
html, body {
    margin: 0;
    padding: 0
}
body {
    position: relative
}
#cover {
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

:focus {
    outline: 0 !important;
}
figure {
    margin: 0;
    padding: 0;
}
figure img {
    width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
figure :not(.icon-overlay) a:hover,
figure:not(.icon-overlay) > a:hover {
    opacity: .7;
}
img[src*=".svg"] {
    height: 100%;
}
iframe {
    border: none;
}
* > p:last-child {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
::selection {
    background: #2F4052; /* Safari */
    color: #fff;
}
::-moz-selection {
    background: #2f4052; /* Firefox */
    color: #fff;
}
html:not(.no-csstransitions) main [class*="col-"] {
    opacity: 1; /* Hide content for animations on scroll in scripts.js */
}
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #283645;
    color: #506a85;
    font-size: 16px;
    line-height: 150%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    /*-moz-osx-font-smoothing: grayscale;*/
    text-rendering: optimizeLegibility;
    overflow-x: hidden !important;
}
body.simple-header{
    padding-top:60px;
}
.skrollr body {
    height: auto !important;
}
.navbar,
main {
    background-color: #fff;
}
.container {
    padding-right: 0;
    padding-left: 0;
}
.note{
    font-size:90%;
}
.note.color-black{
    color:#000;
}
p {
    margin-bottom: 10px;
}
p a {
    border-bottom: 1px solid #506a85;
}
p.red a {
    border-bottom: 1px solid #ff4000;
}
p a:hover {
    border-color: transparent;
}
a {
    cursor: pointer;
    color: inherit;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
a:hover,
a:focus {
    color: #1ABB9C;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6
{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 0.025em;
    color: #40556b;
    margin-top: 0;
    /*word-wrap: break-word;*/
}
h1, .h1 {
    font-size: 40px;
    line-height: 130%;
    margin-bottom: 30px;
}
h2, .h2 {
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 20px;
}
h3, .h3 {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 15px;
}
h4, .h4 {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 15px;
}
h5, .h5 {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 13px;
}
h6, .h6 {
    font-size: 12px;
    line-height: 160%;
    margin-bottom: 10px;
}
.job-list h1,
.job-post h1,
.tmen-list h1,
.h1-medium{
    font-size:28px;
}
.job-list h1,
.tmen-list h1,
.job-categories h1{
    padding-left:30px;
}
a .logo {
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
a:hover .logo {
    opacity: .8;
}
a.green:hover {
    background: #1ABB9C !important;
}
a.blue:hover {
    background: #3F8DBF !important;
}
a.red:hover {
    background: #FA6C65 !important;
}
a.orange:hover {
    background: #F27A24 !important;
}
a.purple:hover {
    background: #9B59B6 !important;
}
a.pink:hover {
    background: #D487BE !important;
}
a.navy:hover {
    background: #34495E !important;
}
a.gray:hover {
    background: #95A5A6 !important;
}
.row.circled {
    padding-left: 28px;
}
.row.circled div:before {
    font-family: 'fontello-circle';
    content: '\e800';
    font-size: 8px;
    font-weight: normal;
    color: #1ABB9C;
    padding-top: 1px;
    margin-left: -20px;
    vertical-align: top;
    position: absolute;
}
ol {
    position: relative;
    padding-left: 22px;
}
ul {
    list-style: none;
    position: relative;
    padding-left: 22px;
}
ul.arrowed li,
ul.circled li,
ol li {
    margin-bottom: 5px;
}
ul.arrowed li:before {
    font-family: 'fontello';
    font-size: 75%;
    font-weight: normal;
    color: #1ABB9C;
    vertical-align: baseline;
    content: '\e846';
    margin-top: 1px;
    margin-left: -20px;
    position: absolute;
}
ul.circled li:before {
    font-family: 'fontello-circle';
    content: '\e800';
    font-size: 8px;
    font-weight: normal;
    color: #1ABB9C;
    padding-top: 1px;
    margin-left: -20px;
    vertical-align: top;
    position: absolute;
}
ul.footer-nav {
    padding-left: 0;
}
ul.footer-nav li {
    margin-bottom: 10px;
}
ul.footer-nav li ul.social li{
    display: table-cell;
}
ul.footer-nav li ul.social li a i {
    padding-right: 20px;
    font-size: 20px;
}

footer ul.contacts li {
    margin-bottom: 2px;
}
.social-network {
    position: relative;
    z-index: 0;
    padding-top: 25px;
}
.social-network .social li {
    display: table-cell;
}
.social-network .social li a i {
    width: 55px;
    height: 80px;
    font-size: 20px;
}
.social-network .social li a i.fa-instagram {
    font-size: 22px;
}
.contactus-address {
    padding-top: 25px;
}
ul.contacts {
    padding-left: 0;
}
ul.contacts li {
    margin-bottom: 5px;
}
#hero h1 {
    font-size: 78px;
    line-height: 110%;
    font-weight: 900;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-transition: font 200ms ease-out;
       -moz-transition: font 200ms ease-out;
         -o-transition: font 200ms ease-out;
            transition: font 200ms ease-out;
}
#hero #owl-main .caption {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
#hero #owl-main .caption h1.light-bg,
#hero #owl-main .caption h1.medium-bg,
#hero #owl-main .caption h1.dark-bg,
#hero #owl-main .caption h1.tint-bg {
    font-size: 73px;
}
#hero h4 {
    font-size: 33px;
    line-height: 120%;
}
#hero p {
    font-size: 24px;
    line-height: 150%;
    font-weight: 400;
    letter-spacing: .015em;
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 0;
    -webkit-transition: font 200ms ease-out, margin 200ms ease-out;
       -moz-transition: font 200ms ease-out, margin 200ms ease-out;
         -o-transition: font 200ms ease-out, margin 200ms ease-out;
            transition: font 200ms ease-out, margin 200ms ease-out;
}
#hero .btn {
    margin-top: 60px;
    margin-bottom: 0;
    -webkit-transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
       -moz-transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
         -o-transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
            transition: background 200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
}
#hero .btn-large {
    font-size: 18px;
    padding: 18px 70px 20px;
}
header p {
    font-size: 22px;
    line-height: 150%;
}
p + h2,
p + h3 {
    padding-top: 15px;
}
.text-small {
    font-size: 16px;
    line-height: 160%;
}
.text-xs {
    font-size: 14px;
    line-height: 160%;
}
.text-normal {
    font-size: inherit;
    line-height: inherit;
}
h2 + .text-small {
    margin-top: -5px;
}
header h2 + .text-small {
    margin-top: 0;
}
.post-title {
    margin: 0 0 15px 0;
}
h1.post-title {
    font-size: 22px;
    line-height: 24px;
}
.bordered .post-title {
    margin-bottom: 5px;
}
main header + * {
    margin-top: 35px !important;
}
/**margins and paddings**/
.inner {
    padding-top: 120px;
    padding-bottom: 120px;
}
.inner-md {
    padding-top: 100px;
    padding-bottom: 100px;
}
.inner-sm {
    padding-top: 80px;
    padding-bottom: 80px;
}
.inner-xs {
    padding-top: 40px;
    padding-bottom: 40px;
}
.inner-xxs {
    padding-top: 20px;
    padding-bottom: 20px;
}
.inner-top {
    padding-top: 120px;
}
.inner-top-md {
    padding-top: 100px;
}
.inner-top-sm {
    padding-top: 80px;
}
.inner-top-xs {
    padding-top: 30px;
}
.inner-bottom {
    padding-bottom: 120px;
}
.inner-bottom-md {
    padding-bottom: 100px;
}
.inner-bottom-sm {
    padding-bottom: 80px;
}
.inner-bottom-xs {
    padding-bottom: 40px;
}
.inner-bottom-xxs {
    padding-bottom: 20px;
}
.inner-left {
    padding-left: 75px;
}
.inner-left-md {
    padding-left: 60px;
}
.inner-left-sm {
    padding-left: 45px;
}
.inner-left-xs {
    padding-left: 30px;
}
.inner-right {
    padding-right: 75px;
}
.inner-right-md {
    padding-right: 60px;
}
.inner-right-sm {
    padding-right: 45px;
}
.inner-right-xs {
    padding-right: 30px;
}
.outer {
    margin-top: 120px;
    margin-bottom: 120px;
}
.outer-md {
    margin-top: 100px;
    margin-bottom: 100px;
}
.outer-sm {
    margin-top: 80px;
    margin-bottom: 80px;
}
.outer-xs {
    margin-top: 40px;
    margin-bottom: 40px;
}
.outer-top {
    margin-top: 120px;
}
.outer-top-md {
    margin-top: 100px;
}
.outer-top-sm {
    margin-top: 80px;
}
.outer-top-xs {
    margin-top: 40px;
}
.outer-bottom {
    margin-bottom: 120px;
}
.outer-bottom-md {
    margin-bottom: 100px;
}
.outer-bottom-sm {
    margin-bottom: 80px;
}
.outer-bottom-xs {
    margin-bottom: 40px;
}
/**END margins and paddings**/
.center-block {
    float: none;
}
.height-xs {
    height: 30vh;
}
.height-sm {
    height: 44vh;
}
.height-md {
    height: 61vh;
}
.height-lg {
    height: 90vh;
}
.dropcap {
    float: left;
    display: inline-block;
    width: 44px;
    height: 44px;
    background: #F2F5F7;
    font-size: 28px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    color: #40556b;
    margin: 6px 15px 0 0;
}
.dropcap-lg {
    float: left;
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #F2F5F7;
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    color: #40556b;
    margin: 6px 15px 0 0;
}
blockquote {
    padding: 0;
    margin: 0;
    border: none;
}
blockquote p {
    font-size: 22px;
    line-height: 160%;
    font-style: italic;
}
blockquote footer,
blockquote small,
blockquote .small {
    color: #40556b;
    font-size: 14px;
    line-height: 150%;
    font-weight: 700;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before,
blockquote footer:after,
blockquote small:after,
blockquote .small:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #40556b;
    margin-bottom: .28em;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    margin-right: 10px;
}
blockquote footer:after,
blockquote small:after,
blockquote .small:after {
    margin-left: 10px;
}
hr {
    border: 0;
    border-bottom: 1px solid #CED7E0;
    margin: 40px 0;
}
hr.thin {
    margin: 20px 0;
}
hr.no-margin {
    margin: 0;
}
.map iframe {
    display: block;
    max-width: 100%;
}
h1 + figure,
p + figure {
    padding-top: 15px;
}
h2 + figure,
h3 + figure,
h2 + .thumbs,
h3 + .thumbs,
h2 + .thumb,
h3 + .thumb {
    padding-top: 10px;
}
h4 + figure {
    padding-top: 5px;
}
h2 + .owl-carousel,
p + .owl-carousel,
h2 + .panel-group,
p + .panel-group {
    padding-top: 20px;
}
figure figcaption {
    font-size: 14px;
    line-height: 150%;
}
figure figcaption h4 {
    margin-bottom: 10px;
}
figure * + figcaption {
    padding-top: 20px;
}
figure + *,
.thumb + figure {
    padding-top: 25px;
}
.classic-blog figure + * {
    padding-top: 35px;
}
figure.post-media + * {
    padding-top: 0;
}
.member .icon-overlay {
    display: inline-block;
}
.member .icon-overlay span {
    border-radius: 50%;
}
.member .img-circle {
    width: 170px;
    height: 170px;
    /*border: rgba(242, 122, 36, 0.9) solid 3px;*/
}
.member .member-image {
    position: relative;
}
.member figcaption {
    position: relative;
    padding-top: 0px;
    z-index: 0;
}
.member figcaption.bordered {
    padding: 20px 15px 15px;
}
.member figcaption h2 span,
.member figcaption h3 span {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 0.015em;
}
.member figcaption h3 {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 10px;
}
.member figcaption h2 span {
    font-size: 18px;
    line-height: 140%;
    margin-top: 5px;
}
.member figcaption h3 span {
    font-size: 14px;
    line-height: 120%;
    margin-top: 4px;
}
.member figcaption blockquote {
    font-size: 14px;
    font-style: italic;
    line-height: 160%;
    margin-bottom: 20px;
}
.member figcaption blockquote:before {
    display: inline;
    position: relative;
    content: "\201C";
    font-family: inherit;
    font-size: inherit;
    margin-right: 2px;
}
.member figcaption blockquote:after {
    content: "\201D";
    margin-left: 2px;
}
.member .social {
    display: inline-block;
}
.member .social li {
    display: table-cell;
}
.member .social li a i {
    width: 33px;
    height: 45px;
    font-size: 15px;
}
.member .text-overlay .info .social li a i {
    color: #FFF;
}
.member .text-overlay .info .social li a:hover .icon-s-facebook {
    color: #3B5998;
    color: #4668B3;
}
.member .text-overlay .info .social li a:hover .icon-s-gplus {
    color: #DD4B39;
    color: #DE5745;
}
.member .text-overlay .info .social li a:hover .icon-s-twitter {
    color: #00ACED;
    color: #2FBBED;
}
.member .text-overlay .info .social li a i:after {
    background: #FFF;
}
.img-bg,
.img-bg-center {
    background-position: center !important;
    background-size: cover;
}
.img-bg-top {
    background-position: top !important;
    background-size: cover;
}
.img-bg-bottom {
    background-position: bottom !important;
    background-size: cover;
}
.img-bg-soft,
.img-bg-softer {
    background-position: center;
    position: relative;
}
.img-bg-soft:before,
.img-bg-softer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.light-bg.img-bg-soft:before {
    background-color: #F2F5F7;
    opacity: .66;
}
.dark-bg.img-bg-soft:before {
    background-color: #2F4052;
    opacity: .57;
}
.tint-bg.img-bg-soft:before {
    background-color: #1ABB9C;
    opacity: .90;
}
.light-bg.img-bg-softer:before {
    background-color: #F2F5F7;
    opacity: .95;
}
.dark-bg.img-bg-softer:before {
    background-color: #2F4052;
    opacity: .87;
}
.tint-bg.img-bg-softer:before {
    background-color: #1ABB9C;
    opacity: .96;
}
.screen-container {
    position: relative;
    width: 100%;
    height: auto !important;
    background: url(/Content/images/art/screen-container.png) no-repeat top / 100%;
    overflow: hidden;
}
.screen-container:before{
    content: "";
    display: block;
    padding-top: 47%;
}
.screen-container .tab-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 5% 4.5%;
    padding-bottom: 0;
}
.sidelines {
    position: relative;
    line-height: 100%;
    border-bottom: 1px solid #CED7E0;
    margin-top: -.35em;
    margin-bottom: 1.5em;
}
.sidelines span {
    position: relative;
    top: .5em;
    background: #FFF;
    padding: 0 .5em 0 0;
}
.sidelines.text-right span,
.text-right .sidelines span {
    padding: 0 0 0 .5em;
}
.sidelines.text-center span,
.text-center .sidelines span {
    padding: 0 .5em;
}
.team-headline.sidelines {
    margin-top: -20px;
    margin-bottom: 40px;
}
.light-bg .sidelines {
    border-color: #BCC7D1;
}
.light-bg .sidelines span {
    background: #F2F5F7;
}
.dark-bg .sidelines {
    border-color: #506a85;
}
.dark-bg .sidelines span {
    background: #2F4052;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
iframe + iframe {
    margin-top: 10px;
}
.isotope, .owl-carousel .owl-wrapper-outer {
    z-index: 0;
}
.green-bg {
    background-color: #1ABB9C !important;
    color: #FFF !important;
    padding: 2px 8px 4px;
    margin-top: -2px;
}
.blue-bg {
    background-color: #3F8DBF !important;
    color: #FFF !important;
    padding: 2px 8px 4px;
    margin-top: -2px;
}
.red-bg {
    background-color: #FA6C65 !important;
    color: #FFF !important;
    padding: 2px 8px 4px;
    margin-top: -2px;
}
.orange-bg {
    background-color: #F27A24 !important;
    color: #FFF !important;
    padding: 2px 8px 4px;
    margin-top: -2px;
}
.purple-bg {
    background-color: #9B59B6 !important;
    color: #FFF !important;
    padding: 2px 8px 4px;
    margin-top: -2px;
}
.pink-bg {
    background-color: #D487BE !important;
    color: #FFF !important;
    padding: 2px 8px 4px;
    margin-top: -2px;
}
.navy-bg {
    background-color: #34495E !important;
    color: #FFF !important;
    padding: 2px 8px 4px;
    margin-top: -2px;
}
.gray-bg {
    background-color: #95A5A6 !important;
    color: #FFF !important;
    padding: 2px 8px 4px;
    margin-top: -2px;
}
.light-bg {
    background-color: #F2F5F7;
}
.lighter-bg {
    background-color: #fcfcfc;
}
.dark-bg {
    background-color: #2F4052;
}
.dark-bg-numbers{
    background-color:#283645;
}
.dark-bg,
.dark-bg p,
.dark-bg .item-details li:before {
    color: #A3B1BF;
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4 {
    color: #FFF;
}
.dark-bg .widget h1,
.dark-bg .widget h2,
.dark-bg .widget h3,
.dark-bg .widget h4 {
    color: #FFF;
}
.tint-bg {
    background-color: #1ABB9C;
    color: #FFF;
    padding: 2px 8px;
    margin-top: -2px;
}
.tint-bg,
.tint-bg h1,
.tint-bg h2,
.tint-bg h3,
.tint-bg h4,
.tint-bg p,
.tint-bg .item-details li:before,
.tint-bg .icon i.icn,
.tint-bg .index-popular__cat__count,
.tint-bg ul.arrowed li:before,
.tint-bg ul.circled li:before
{
    color: #FFF;
}
.tint-bg a:hover {
    color: #40556b;
}
.light-color,
.light-color .dark-bg {
    color: #FFF !important;
}
.medium-color {
    color: #A3B1BF !important;
}
.dark-color {
    color: #40556b !important;
}
.tint-color {
    color: #1ABB9C !important;
}
.green {
    color: #1ABB9C !important;
}
.blue {
    color: #3F8DBF !important;
}
.red {
    color: #ff4000 !important;
}
.pink {
    color: #D487BE !important;
}
.purple {
    color: #9B59B6 !important;
}
.orange {
    color: #F27A24 !important;
}
.navy {
    color: #34495E !important;
}
.gray {
    color: #95A5A6 !important;
}
.icon {
    display: inline-block;
    margin-bottom: 20px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.icon.circle {
    padding: 30px;
    border: 1px solid #1ABB9C;
    border-radius: 50%;
}
.icon.circle.xs {
    padding: 15px;
}
.icon.circle.sm {
    padding: 20px;
}
.icon.circle.lg {
    padding: 35px;
}
.icon i.icn {
    display: block;
    color: #1ABB9C;
    font-size: 65px;
    line-height: 100%;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.icon i.icn.xs {
    font-size: 20px;
}
.icon i.icn.sm {
    font-size: 35px;
}
.icon i.icn.lg {
    font-size: 85px;
}
i.contact {
    margin-right: 5px;
    width: auto;
    height: auto;
    line-height: 18px;
    font-size: 18px;
}
.tagcloud {
    line-height: 25px;
}
footer {
    font-size: 14px;
    line-height: 22px;
}
footer.dark-bg {
    color: #A3B1BF;
}
footer .inner {
    padding-top: 45px;
    padding-bottom: 35px;
}
footer .container > .row {
    margin-left: -25px;
    margin-right: -25px;
}
footer .row .inner {
    padding: 25px;
}
footer .logo {
    height: auto;
    max-height: 100%;
}
footer h4 {
    margin-bottom: 10px;
}
footer p {
    margin-bottom: 15px;
}
.footer-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-menu li {
    display: inline;
    padding-left: 10px;
}
.footer-menu li:before {
    display: inline-block;
    content: "·";
    padding-right: 12px;
}
.footer-menu li:first-child:before {
    display: none;
}
.footer-bottom {
    background: #283645;
    color: #707E8C;
}
.footer-bottom .container.inner {
    padding-top: 30px;
    padding-bottom: 30px;
}
.footer-bottom p,
.footer-bottom a {
    color: #707E8C;
}
.footer-bottom p {
    padding: 0;
    margin: 0;
}
.footer-links {
    background: #2b3a4a;
    color: #707E8C;
}
.footer-links .container.inner {
    padding-top: 30px;
    padding-bottom: 30px;
}
    .footer-links p,
    .footer-links a {
        color: #707E8C;
    }
.footer-links p {
    padding: 0;
    margin: 0;
}
.meta,
.more {
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    cursor: default;
}
.meta span:before {
    display: inline-block;
    content: "|";
    padding: 0 10px 0 7px;
}
.meta span:first-child:before {
    display: none;
    padding: 0;
}
.meta a ,
.meta i{
    display: inline !important;
}
.meta a:hover,
.more:hover {
    color: #1ABB9C;
}
.meta.tags a:before {
    content: "#";
    display: inline-block;
}
.bloq .meta{
    padding-left:0;
}
.bordered .info {
    text-align: center;
}
.bordered .info h3,
.bordered .info h4 {
    margin-bottom: 5px;
}
.bordered .info h3 a,
.bordered .info h4 a {
    color: #40556b;
}
.bordered .info h3 a:hover,
.bordered .info h4 a:hover {
    color: #1ABB9C;
}
.bordered .info p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
.bordered {
    border: 1px solid #E6E9ED;
    border-bottom-width: 2px;
    border-radius: 3px;
    padding: 25px;
    background: #F5F7FA;
}
.light-bg .bordered {
    background: #FFF;
}
.dark-bg .bordered .info h3,
.dark-bg .bordered .info h4,
.tint-bg .bordered .info h3,
.tint-bg .bordered .info h4 {
    color: #40556b;
}
.dark-bg .bordered .info p,
.tint-bg .bordered .info p {
    color: #506a85;
}
.no-top-border {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.no-bottom-border {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.border {
    border: 1px solid #CED7E0;
}
.border-radius {
    border-radius: 4px;
}
.border-top-lg,
.border-top-md,
.border-top-sm,
.border-top-xs,
.border-top {
    border-top: 1px solid #CED7E0;
}
.border-right-lg,
.border-right-md,
.border-right-sm,
.border-right-xs,
.border-right {
    border-right: 1px solid #CED7E0;
}
.border-bottom-lg,
.border-bottom-md,
.border-bottom-sm,
.border-bottom-xs,
.border-bottom {
    border-bottom: 1px solid #CED7E0;
}
.border-left-lg,
.border-left-md,
.border-left-sm,
.border-left-xs,
.border-left {
    border-left: 1px solid #CED7E0;
}
.border-lg,
.border-top-lg,
.border-right-lg,
.border-bottom-lg,
.border-left-lg {
    border-width: 20px;
}
.border-md,
.border-top-md,
.border-right-md,
.border-bottom-md,
.border-left-md {
    border-width: 10px;
}
.border-sm,
.border-top-sm,
.border-right-sm,
.border-bottom-sm,
.border-left-sm {
    border-width: 5px;
}
.border-xs,
.border-top-xs,
.border-right-xs,
.border-bottom-xs,
.border-left-xs {
    border-width: 3px;
}
.light-bg .border,
.light-bg .border-lg,
.light-bg .border-md,
.light-bg .border-sm,
.light-bg .border-xs,
.light-bg .border-top-lg,
.light-bg .border-top-md,
.light-bg .border-top-sm,
.light-bg .border-top-xs,
.light-bg .border-top,
.light-bg .border-right-lg,
.light-bg .border-right-md,
.light-bg .border-right-sm,
.light-bg .border-right-xs,
.light-bg .border-right,
.light-bg .border-bottom-lg,
.light-bg .border-bottom-md,
.light-bg .border-bottom-sm,
.light-bg .border-bottom-xs,
.light-bg .border-bottom,
.light-bg .border-left-lg,
.light-bg .border-left-md,
.light-bg .border-left-sm,
.light-bg .border-left-xs,
.light-bg .border-left {
    border-color: #BCC7D1;
}
.dark-bg .border,
.dark-bg .border-lg,
.dark-bg .border-md,
.dark-bg .border-sm,
.dark-bg .border-xs,
.dark-bg .border-top-lg,
.dark-bg .border-top-md,
.dark-bg .border-top-sm,
.dark-bg .border-top-xs,
.dark-bg .border-top,
.dark-bg .border-right-lg,
.dark-bg .border-right-md,
.dark-bg .border-right-sm,
.dark-bg .border-right-xs,
.dark-bg .border-right,
.dark-bg .border-bottom-lg,
.dark-bg .border-bottom-md,
.dark-bg .border-bottom-sm,
.dark-bg .border-bottom-xs,
.dark-bg .border-bottom,
.dark-bg .border-left-lg,
.dark-bg .border-left-md,
.dark-bg .border-left-sm,
.dark-bg .border-left-xs,
.dark-bg .border-left {
    border-color: #506a85;
}
.tint-bg .border,
.tint-bg .border-lg,
.tint-bg .border-md,
.tint-bg .border-sm,
.tint-bg .border-xs,
.tint-bg .border-top-lg,
.tint-bg .border-top-md,
.tint-bg .border-top-sm,
.tint-bg .border-top-xs,
.tint-bg .border-top,
.tint-bg .border-right-lg,
.tint-bg .border-right-md,
.tint-bg .border-right-sm,
.tint-bg .border-right-xs,
.tint-bg .border-right,
.tint-bg .border-bottom-lg,
.tint-bg .border-bottom-md,
.tint-bg .border-bottom-sm,
.tint-bg .border-bottom-xs,
.tint-bg .border-bottom,
.tint-bg .border-left-lg,
.tint-bg .border-left-md,
.tint-bg .border-left-sm,
.tint-bg .border-left-xs,
.tint-bg .border-left {
    border-color: #FFF;
}
.last-bottom {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.last-right {
    padding-right: 0 !important;
    margin-right: 0 !important;
}
.reset-margin {
    margin: 0;
}
.reset-margin-left {
    margin-left: 0;
}
.reset-margin-right {
    margin-right: 0;
}
.reset-padding {
    padding: 0;
}
.reset-padding-left {
    padding-left: 0;
}
.reset-padding-right {
    padding-right: 0;
}
.single-block {
    padding: 0;
    border: 0;
    margin: 0;
}
h1 + .single-line,
h2 + .single-line,
h3 + .single-line,
h4 + .single-line {
    margin-top: -.5em;
}
.img-intext {
    margin-bottom: 15px;
}
aside {
    font-size: 16px;
    line-height: 160%;
}
aside p {
    margin-bottom: 15px;
}
aside .txt-btn {
    font-size: 100%;
}
aside .thumb figure {
    margin: 0;
}
.thumbs.no-gap {
    margin-left: 0;
    margin-right: 0;
}
.thumbs.no-gap .thumb {
    padding: 0;
}
.thumbs.gap-xs {
    margin-left: -5px;
    margin-right: 0;
}
.thumbs.gap-xs .thumb {
    padding: 0 0 5px 5px;
}
.thumbs.gap-sm {
    margin-left: -10px;
    margin-right: 0;
}
.thumbs.gap-sm .thumb {
    padding: 0 0 10px 10px;
}
.thumbs.gap-md {
    margin-left: -20px;
    margin-right: 0;
}
.thumbs.gap-md .thumb {
    padding: 0 0 20px 20px;
}
.thumbs.gap-lg {
    margin-left: -30px;
    margin-right: 0;
}
.thumbs.gap-lg .thumb {
    padding: 0 0 30px 30px;
}


/*===================================================================================*/
/*	HEADER
/*===================================================================================*/

.navbar .container {
    display: table;
    padding: 0;
}
.navbar {
    margin: 0;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 8000;
    min-height: inherit;
}
.navbar ul {
    list-style: none;
}
.navbar-brand {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    max-width: 300px;
}
.navbar-brand img {
    display:inline-block;
    max-height: 35px;

}
.navbar-brand img.logo-lg {
    max-height: 40px;
}
.navbar-header .navbar-brand {
    display: none;
}
.navbar-header {
    float: none !important;
    position: relative;
    background: #F5F7FA;
    border-bottom: 1px solid #E6E9ED;
    z-index: 0;
}
.navbar-header li,
.navbar-header a {
    display: table-cell;
    vertical-align: middle;
    height: 30px;
}
.navbar-collapse {
    position: relative;
    background-color: #FFF;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E9ED;
}
.navbar-collapse.collapse.stuck {
    position: fixed;
    top: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.1);
       -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.1);
            box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
.navbar-collapse.collapse.stuck .navbar-brand img {
    max-height: 20px;
}
.navbar-nav {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    margin: 0;
}
.navbar-nav > li > a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #40556b;
    padding: 10px 15px;
    border: 1px solid rgba(255,255,255,0);
    border-radius: 3px;
    bottom: -1px;
    z-index: 1;
}
.navbar-nav > li.dropdown > a {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.navbar-right > li > a {
    font-size:13px;
}
.navbar-right.profile-meta > li > a {
    padding:5px 10px;
}
.navbar-nav > li > a.outline {
    border-color: #F27A24;
    border-width: 2px;
    border-radius: 3px;
    padding: 8px 13px;
}
.skrollable-after .navbar-nav > li > a {
    border-radius: 0;
    margin-top: 0px;
}
.nav > li.active > a {
    color: #f27a24;
    position:relative;
}
.nav > li.active > a:after{
    content: '';
    display: block;
    margin-top:2px;
    border-bottom: 1px solid #f27a24;
}
.nav > li.active > a:hover:after{
    border-bottom-color: #f27a24;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.nav > li > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.nav > li > a:hover {
    background-color: #F5F7FA;
    border-color: #E6E9ED;
    color: #1ABB9C;
}
.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    width: 210px;
    background: #F5F7FA;
    border: none;
    border: 1px solid #E6E9ED;
    border-bottom-width: 2px;
    border-bottom-color: #CED2D6;
    -webkit-border-radius: 3px !important;
       -moz-border-radius: 3px !important;
            border-radius: 3px !important;
    -webkit-border-top-left-radius: 0 !important;
        -moz-border-radius-topleft: 0 !important;
            border-top-left-radius: 0 !important;
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.15);
       -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.15);
            box-shadow: 0 10px 10px rgba(0,0,0,0.15);
    z-index: 0;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li {
    background: transparent;
    border: none;
    border-top: 1px solid #E6E9ED;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li:first-child {
    border: none;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a {
    line-height: 18px;
    padding: 13px 20px;
    color: #506a85;
    font-weight: 700;
    white-space: normal;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a.active {
    filter: none;
    background-color: #F5F7FA;
    color: #1ABB9C;
}
.navbar .nav .open > a,
.navbar .nav .open > a:hover,
.navbar .nav .open > a:focus {
    background-color: #F5F7FA;
    border-color: #E6E9ED;
}
.navbar .nav > li > .dropdown-menu:not(.yamm-dropdown-menu):after {
    display: none;
}
.navbar .nav > li > .dropdown-menu:not(.yamm-dropdown-menu):before {
    display: none;
}
.navbar .dropdown-submenu .dropdown-menu {
    top: -1px !important;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:focus {
    background: #1ABB9C;
    color: #FFF !important;
}
.language-mobile {
    display: inline-block;
    height: 17px;
    padding-left: 0px;
    text-decoration: underline;
    padding-left: 90%;
}
.language-mobile li, .language-mobile li a {

}
.navbar-header .language {
    padding-left: 0;
    margin: 0;
}
.navbar-header .language li {
    font-size: 12px;
    font-weight:700;
    padding:0 6px;
}

.navbar-header .language li a {
    font-size: 12px;
    color: #40556b;

}
.navbar-header .language li:hover {
    color: #fff;
    background: #f27a24;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.navbar-header .language li:hover a{
    color:#fff;
}
.navbar-header .language li.active{
    text-decoration:underline;
    color: #000;
}
.navbar-header .language li.active:hover{
    background:none;
}
.navbar-form {
    padding: 0;
    margin: 0;
}
.btn.responsive-menu {
    display: none;
    width: 40px;
    height: 40px;
    font-size: 15px;
    padding: 0;
    margin: 0;
}

.simple-header-navbar{
    position:			fixed;
    top:				0;
    width:				100%;
    z-index:			1000;
    background-color:	#fff;
    height:60px;
    box-shadow:0 10px 10px rgba(0%, 0%, 0%, 0.1);
}
.simple-header-navbar .container{
    padding: 15px 0 15px;
    line-height:1;
}

.simple-header-navbar img{
    max-height:30px;
}

.simple-header main{
    padding-top:30px;
}

.navbar-nav .icon-attention {
    margin-left: 0px;
    float: right;
}
/*===================================================================================*/
/*	MEGA MENU
/*===================================================================================*/

.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse {
    position: static;
}
.yamm .navbar-inner,
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    top: auto;
    left: auto;
    -webkit-border-top-left-radius: 3px !important;
        -moz-border-radius-topleft: 3px !important;
            border-top-left-radius: 3px !important;
}
.yamm .dropdown-menu > li {
    display: block;
}
.yamm .nav.pull-right .dropdown-menu {
    right: 0;
}
.yamm .yamm-content {
    font-size: 14px;
    line-height: 22px;
    padding: 30px 40px;
    margin-left: -20px;
    margin-right: -20px;
}
.yamm .yamm-content .inner {
    padding: 0 20px;
}
.yamm .yamm-content li {
    line-height: inherit;
}
.yamm .yamm-content:before,
.yamm .yamm-content:after {
    display: table;
    content: "";
    line-height: 0;
}
.yamm .yamm-content:after {
    clear: both;
}
.yamm .nav > li > .dropdown-menu:after,
.yamm .nav > li > .dropdown-menu:before {
    display: none;
}
.yamm .yamm-content img {
    width: 100%;
}
.yamm .yamm-content a {
    color: inherit;
}
.yamm .yamm-content h4 {
    text-transform: uppercase;
    margin-bottom: 20px;
}
.yamm .yamm-content p {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 15px;
}
.yamm .yamm-content .btn {
    margin: 10px 0;
}
.yamm .yamm-content a:hover {
    color: #1ABB9C;
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}


/*===================================================================================*/
/*	BUTTONS
/*===================================================================================*/

#buttons .btn {
    margin: 5px 3px;
}
#buttons .btn-wrapper {
    margin: 30px 0;
}
.btn {
    color: #fff;
    padding: 11px 20px 13px;
    margin: 15px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.03em;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}

.btn-small {
    padding: 5px 13px 6px;
    font-size: 13px;
}
.btn-medium {
    padding: 8px 13px 8px 13px;
    font-size: 14px;
}
.btn-large {
    padding: 14px 26px 16px;
    font-size: 15px;
}
.btn-outline {
    padding: 9px 18px 11px;
}
.btn-outline.btn-large {
    padding:12px 24px 14px;
}
.btn-outline.btn-medium {
    padding: 6px 13px 6px 13px;
}
.btn-outline.btn-small {
    padding: 4px 11px 3px;
    font-size: 13px;
}
.btn-dimmed {
    opacity: 0.8;
}
.btn-input {
    padding: 6px 13px 7px 13px;
    font-size: 14px;
}
.switch-btn,
.job-start-when,
.job-start .job-start-when_date,
.job-start .job-start-when_time {
    display: inline-block;
}

.switch-btn .btn{
    margin:0;
    background-color:#f5f5f5;
    color:#506a85;
    text-transform:none;
    font-weight:400;
    box-shadow:none;
    height:34px;
    border:solid 1px #ced7e0;
    border-radius:0;
    -webkit-border-radius:0;
    margin-bottom:2px;
    padding:6px 16px 12px;
}
.switch-btn .btn-orange,
.switch-btn .btn-green{
    color:#fff;
}
.switch-btn .btn-orange.active {
    border-color:#d96716;
}
.switch-btn .btn-green.active {
    border-color:#00ca77;

}
.switch-btn .btn:first-child{
    border-radius:5px 0 0 5px;
    -webkit-border-radius:5px 0 0 5px;
    margin-right:-1px;
}
.switch-btn .btn:last-child{
    border-radius:0 5px 5px 0;
    -webkit-border-radius:0 5px 5px 0;
    margin-right:-1px;
}
.job-start .switch-btn .btn:last-child{
    border-radius:0;
    -webkit-border-radius:0;
}
.job-start .job-start-when_date,
.job-start .job-start-when_time{
    display:inline-block;
    position:relative;
}
.job-start .job-start-when_date{
    width:120px;
    margin-right:10px;
}
.job-start .job-start-when_time{
    width:120px;
}
.job-start .job-start-when input{
    height:34px;
}
.job-start .job-start-when_date input{
    width:100%;
    border-radius:0 3px 3px 0;
    -webkit-border-radius:0 3px 3px 0;
    padding-right: 30px;
}
.job-start .job-start-when_time input{
    width:100%;
    padding-right: 30px;
}
.job-start-when_date label,
.job-start-when_time label {
    height: 17px;
    margin-top: -9px;
    right: 8px;
    width: 17px;
    z-index: 3;
    display: block !important;
    position: absolute !important;
    top: 50%;
}
.job-start-when_date label,
.job-start-when_time label{
    background:url(/Content/images/sprite-job-create.png) no-repeat;
}
.job-start-when_date label{
    background-position: 0 0;
}
.job-start-when_time label{
    background-position: -18px 0;
}
.job-start .job-start-when_time input{
    margin-right:10px;
    width:100%;
}
.btn.btn-green {
    background: #00ca77;
}
.btn.btn-blue {
    background: #3F8DBF;
}
.btn.btn-red {
    background: #ff4000;
}
.btn.btn-google {
    background: #db4437;
}
.btn.btn-pink {
    background: #D487BE;
}
.btn.btn-purple {
    background: #9B59B6;
}
.btn.btn-orange {
    background: #F27A24;
}
.btn.btn-navy {
    background: #34495E;
}
.btn.btn-gray {
    background: #95A5A6;
}
.btn.btn-light {
    background-color: #F5F7FA;
    color: #546A83;
    box-shadow: none;
    text-transform: initial;
    line-height: 1.9em;
}
.btn i {
    display: inline-block;
    position: relative;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    background: #17A78B;
    color: #FFF !important;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
    background: #00ae66!important;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
    background: #387EAA !important;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
    background: #CF4C45 !important;
}
.btn-google:hover,
.btn-google:focus,
.btn-google:active,
.btn-google.active {
    background: #cc181e !important;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
    background: #BD78A9 !important;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active {
    background: #8A4FA2 !important;
}
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
    background: #D96716 !important;
}
.btn-navy:hover,
.btn-navy:focus,
.btn-navy:active,
.btn-navy.active {
    background: #2C3E50 !important;
}
.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light:active,
.btn.btn-light.active {
    box-shadow: none;
    background-color: #E0E6F0;
    color: #546A83 !important;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active {
    background: #859394 !important;
}
.tint-bg .btn {
    background: #FFF !important;
    color: #1ABB9C !important;
}
.tint-bg .btn:hover {
    background: #E9E9E9 !important;
    color: #40556b !important;
}
.btn.share-facebook {
    background: #3d5b9b !important
}
.btn.share-facebook:hover {
    background: #334c8e !important
}
.btn.share-twitter {
    background: #5aa8cd !important
}
.btn.share-twitter:hover {
    background: #499ac8 !important
}
.btn.share-googleplus {
    background: #3b3b3b !important
}
.btn.share-googleplus:hover {
    background: #2e2e2e !important
}
.btn.share-pinterest {
    background: #c53942 !important
}
.btn.share-pinterest:hover {
    background: #bc2d32 !important
}
.btn-share-lg,
.btn-share-md,
.btn-share-sm,
.btn-share-xs {
    display: table;
    position: relative;
    z-index: 0;
    width: 100%;
    text-align: center;
}
.btn-share-lg i,
.btn-share-md i,
.btn-share-sm i,
.btn-share-xs i {
    display: table-cell;
    vertical-align: middle;
}
.btn-share-lg {
    height: 250px;
}
.btn-share-lg i {
    font-size: 80px;
}
.btn-share-md,
.btn-link-md {
    height: 180px;
}

.btn-share-md i {
    font-size: 60px;
}

.btn-share-sm {
    height: 120px;
}
.btn-share-sm i {
    font-size: 40px;
}
.btn-share-xs {
    height: 80px;
}
.btn-share-xs i {
    font-size: 28px;
}
.btn-share-lg i:after,
.btn-share-md i:after,
.btn-share-sm i:after,
.btn-share-xs i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.btn-share-lg:hover i:after,
.btn-share-md:hover i:after,
.btn-share-sm:hover i:after,
.btn-share-xs:hover i:after {
    height: 100%;
}
.btn-share-lg:hover .icon-s-facebook:after,
.btn-share-md:hover .icon-s-facebook:after,
.btn-share-sm:hover .icon-s-facebook:after,
.btn-share-xs:hover .icon-s-facebook:after {
    background: #3B5998;
    background: #4668B3;
}
.btn-share-lg:hover .icon-s-gplus:after,
.btn-share-md:hover .icon-s-gplus:after,
.btn-share-sm:hover .icon-s-gplus:after,
.btn-share-xs:hover .icon-s-gplus:after {
    background: #DD4B39;
    background: #DE5745;
}
.btn-share-lg:hover .icon-s-twitter:after,
.btn-share-md:hover .icon-s-twitter:after,
.btn-share-sm:hover .icon-s-twitter:after,
.btn-share-xs:hover .icon-s-twitter:after {
    background: #00ACED;
    background: #2FBBED;
}
.btn-share-lg p,
.btn-share-md p,
.btn-share-sm p,
.btn-share-xs p {
    position: absolute;
    height: 1.1em;
    font-family: 'Roboto', sans-serif;
    line-height: 100%;
    color: #FFF;
    margin: auto;
    opacity: 0;
}
.btn-share-lg p,
.btn-share-md p {
    top: 20px;
}
.btn-share-sm p,
.btn-share-xs p {
    top: 0;
    bottom: 0;
}
.btn-share-sm p {
    font-size: 16px;
}
.btn-share-xs p {
    font-size: 15px;
}
.btn-share-lg:hover p,
.btn-share-md:hover p,
.btn-share-sm:hover p,
.btn-share-xs:hover p {
    opacity: 1;
}
.btn-share-lg .name,
.btn-share-md .name,
.btn-share-sm .name,
.btn-share-xs .name {
    left: 25px;
}
.btn-share-lg .counter,
.btn-share-md .counter,
.btn-share-sm .counter,
.btn-share-xs .counter {
    right: 25px;
}
.btn-share-lg:hover,
.btn-share-md:hover,
.btn-share-sm:hover,
.btn-share-xs:hover {
    color: #FFF;
}
h1 .btn,
h2 .btn,
h3 .btn,
h4 .btn,
p .btn {
    margin-left: 15px;
}
.txt-btn {
    font-size: 105%;
    font-weight: 700;
}
.txt-btn:after {
    font-family: 'fontello';
    font-size: 75%;
    content: '\e846';
    margin-left: 7px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.txt-btn:hover:after {
    margin-left: 12px;
}

/*===================================================================================*/
/*	SOCIAL ICONS
/*===================================================================================*/
.social {
    padding: 0;
    margin: 0;
}
.social li {
    font-family: 'fontello-social';
    margin-right: 4px;
}
.social li {
    position: relative;
}
.text-center .social li {
    margin: 0 2px;
}
.social li a {
    display: table;
    position: relative;
}
.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #506a85;
    width: 30px;
    height: 30px;
    font-size: 12px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.social li a i:after {
    content: '';
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.social li a:hover i {
    color: #FFF;
}
.social li a:hover i:after {
    height: 100%;
}
.social a .fa-instagram{
    font-size: 14px;
}
.social a .icon-s-draugiem:after {
    background: #f27a24;
    background: #ff6700;
}
.social a .fa-facebook-f:after {
    background: #3B5998;
    background: #4668B3;
}
.social a .fa-google-plus-g:after {
    background: #DD4B39;
    background: #DE5745;
}
.social a .fa-youtube:after {
    background: #cc0000;
    background: #D11919;
}
 .social a .fa-instagram:after {
    background: #D10869;
    background: #DF3968;
}
.social a .icon-s-twitter:after {
    background: #00ACED;
    background: #2FBBED;
}
.social a .icon-s-pinterest:after {
    background: #CB2027;
    background: #D94348;
}
.social a .icon-s-behance:after {
    background: #1769FF;
    background: #3079FF;
}
.social a .icon-s-dribbble:after {
    background: #EA4C89;
    background: #EB6397;
}


/*===================================================================================*/
/*	TABS ON SIDE
/*===================================================================================*/

.tabs-side .etabs {
    float: left;
    width: 20%;
    padding: 0;
    margin: 0 -1px 0 0;
}
.tabs-side .tab {
    display: block;
    position: relative;
    z-index: 0;
}
.tabs-side .tab a {
    display: block;
    background: #F5F7FA;
    color: #40556b;
    font-size: 14px;
    line-height: 130%;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;
    border: 1px solid #E6E9ED;
    border-right-color: #CED7E0;
    border-bottom: none;
    overflow: hidden;
}
.tabs-side .tab:first-child a {
    border-top-left-radius: 3px;
}
.tabs-side .tab:last-child a {
    border-bottom: 1px solid #E6E9ED;
    border-bottom-left-radius: 3px;
}
.tabs-side .tab a:hover {
    background: #1ABB9C;
    color: #FFF;
    border-color: #1ABB9C;
}
.tabs-side .tab:hover,
.tabs-side .tab.active {
    z-index: 2;
}
.tabs-side .tab.active a {
    background: #FFF !important;
    color: #1ABB9C;
    border-color: #CED7E0 !important;
    border-right-color: #FFF !important;
}
.tabs-side .tab.active + .tab a {
    border-top-color: #CED7E0;
}
.tabs-side .tab.active + .tab a:hover {
    border-top-color: #1ABB9C;
}
.tabs-side .tab a div {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    line-height: 100%;
    font-weight: 200;
    margin: -10px 0 5px;
}
.tabs-side.tab-container .panel-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-left: 70px;
    border-left: 1px solid #CED7E0;
}
.tabs-side.tab-container .panel-container p {
    margin: 0;
    padding-bottom: 20px;
}


/*===================================================================================*/
/*	TABS ON TOP
/*===================================================================================*/

.tabs-top .etabs {
    padding: 0;
    margin: 0;
}
.tabs-top .etabs:after {
    content: '';
    display: block;
    position: relative;
    z-index: 1;
    border-top: 1px solid #CED7E0;
    margin-top: -1px;
}
.tabs-top .tab {
    display: inline-block;
    position: relative;
    z-index: 0;
    max-width: 40%;
    margin: 0 3px;
}
.tabs-top .tab a {
    display: inline-block;
    vertical-align: bottom;
    background: #F5F7FA;
    color: #40556b;
    font-size: 14px;
    line-height: 130%;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;
    border: 1px solid #E6E9ED;
    border-bottom: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
}
.tabs-top .tab a div {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    line-height: 100%;
    font-weight: 200;
    margin: -10px 0 5px;
}
.tabs-top .tab a:hover {
    background: #1ABB9C;
    color: #FFF;
    border-color: #1ABB9C;
}
.tabs-top .tab.active {
    z-index: 2;
}
.tabs-top .tab.active a {
    background: #FFF !important;
    color: #1ABB9C;
    border-color: #CED7E0 !important;
}
.tabs-top.tab-container .panel-container {
    padding-top: 30px;
}
.tabs-top.tab-container .panel-container p {
    margin: 0;
    padding-bottom: 20px;
}


/*===================================================================================*/
/*	TABS CIRCLED ON TOP
/*===================================================================================*/

.tabs-circle-top .etabs {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2;
}
.tabs-circle-top .etabs:before {
    content: '';
    display: block;
    border-bottom: 1px solid #CED7E0;
    margin: 65px 0 -65px;
}
.tabs-circle-top .tab {
    display: inline-block;
    height: 160px;
    position: relative;
    top: 0;
    margin: 0 15px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}

.tabs-circle-top .tab a {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    height: 130px;
    max-width: 130px;
    background: #FFF;
    color: #40556b;
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px;
    border: 1px solid #CED7E0;
    border-radius: 50%;
    overflow: hidden;
    margin:0 auto;

}
.tabs-circle-top .tab a span{
    display:table-cell;
    height: 104px;
    width:130px;
    text-align:center;
    vertical-align:middle;
}
.tabs-circle-top .tab a div {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    line-height: 110%;
    font-weight: 200;
    margin: -10px 0 5px;
}
.tabs-circle-top .tab a:hover {
    background-color: #F5F7FA;
    border-color: #a3b1bf !important;
}
.tabs-circle-top .tab.active a:hover{
    border-color: #f27a24 !important;
}
.tabs-circle-top .tab.active {
    top: -15px;
}
.tabs-circle-top .tab.active a {

    height: 160px;
    width: 160px;
    max-width: 160px;
    font-size: 15px;
    line-height: 140%;
    color: #40556b;
    border: 2px solid #1ABB9C;
}
 .tabs-circle-top .tab.active a span{
     height:134px;
     width:160px;
 }
.tabs-circle-top .tab.active a div {
    font-size: 50px;
    margin: -13px 0 8px;
}
.tabs-circle-top.tab-container .panel-container {
    position: relative;
    margin-top: 30px;
    z-index: 1;
}
.tabs-circle-top.tab-container .panel-container p {
    margin: 0;
    padding-bottom: 20px;
}

.how-it-works-icon{
    max-width:40px;
    max-height:40px !important;
}
.tabs-circle-top .tab.active .how-it-works-icon {
    max-width:50px;
    max-height:50px;
}
.figure-width-auto img{
    width: auto;
}
/*===================================================================================*/
/*	TABS 2-BIG ON TOP
/*===================================================================================*/
.tabs-2-big-top .etabs {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2;
}
.tabs-2-big-top .tab {
    position: relative;
    display: inline-block;
    width: 40%;
    border-bottom: 2px solid transparent;
    border-radius: 3px;
    margin: 0 15px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.tabs-2-big-top .tab:before, .tabs-2-big-top .tab:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 0;
    width: 0;
    border: solid transparent;
    pointer-events: none;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.tabs-2-big-top .tab:before {
    border-width: 23px;
    margin-left: -23px;
}
.tabs-2-big-top .tab:after {
    border-width: 20px;
    margin-left: -20px;
}
.tabs-2-big-top .tab a {
    display: block;
    padding: 35px;
    color: #40556b;
    opacity: .5;
}
.tabs-2-big-top .tab:hover {
    background: #F7F9FA;
    border-color: #E6EBF0;
}
.tabs-2-big-top .tab:hover:before {
    border-top-color: #E6EBF0;
}
.tabs-2-big-top .tab:hover:after {
    border-top-color: #F7F9FA;
}
.tabs-2-big-top.light .tab.active {
    background: #FFF;
    border-color: #E1E7ED;
}
.tabs-2-big-top .tab.active:before {
    border-top-color: #E1E7ED;
}
.tabs-2-big-top.light .tab.active:after {
    border-top-color: #FFF;
}
.tabs-2-big-top .tab.active {
    background: #F7F9FA;
    border-color: #E1E7ED;
}
.tabs-2-big-top .tab.active:after {
    border-top-color: #F7F9FA;
}
.tabs-2-big-top .tab:hover a,
.tabs-2-big-top .tab.active a {
    opacity: 1;
}
.tabs-2-big-top .tab a p {
    margin-bottom: 0;
}
.tabs-2-big-top.tab-container .panel-container {
    position: relative;
    margin-top: 80px;
    z-index: 1;
}
.tabs-2-big-top.tab-container .panel-container p {
    margin: 0;
    padding-bottom: 20px;
}


/*===================================================================================*/
/*	TESTIMONIALS / QUOTES
/*===================================================================================*/

.format-quote {
    position: relative;
}
.format-quote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(/Content/images/art/pattern-background01.jpg);
    opacity: .05;
}
#testimonials #owl-testimonials {
    margin-top: 10px;
}
blockquote {
    position: relative;
}
#testimonials #owl-testimonials:before,
blockquote:before {
    display: block;
    position: relative;
    font-family: 'fontello';
    content: '\275e';
    font-size: 40px;
    line-height: 100%;
}
#testimonials #owl-testimonials:before {
    top: -10px;
    opacity: .3;
}
#testimonials #owl-testimonials blockquote:before {
    display: none;
}
blockquote:before {
    position: absolute;
    right: 0;
    bottom: 0;
}
.post.format-quote {
    background-color: #1ABB9C;
}
.format-quote .meta,
.format-quote blockquote,
.format-quote blockquote footer,
.format-quote blockquote small,
.format-quote blockquote .small {
    color: #FFF;
}
.format-quote blockquote footer:before,
.format-quote blockquote small:before,
.format-quote blockquote .small:before,
.format-quote blockquote footer:after,
.format-quote blockquote small:after,
.format-quote blockquote .small:after {
    background-color: #FFF;
}
.format-quote .meta a:hover {
    color: #40556b;
}


/*===================================================================================*/
/*	ACCORDION / TOGGLE
/*===================================================================================*/

.panel-group {
    margin-bottom: 0;
}
.panel-group + .panel-group {
    margin-top: 20px;
}
.panel-group .panel {
    background: #F5F7FA;
    border: 1px solid #E6E9ED;
    border-bottom-width: 2px;
    border-radius: 3px;
    box-shadow: none;
}
.panel-group .panel + .panel {
    margin-top: 10px;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top-color: #E6E9ED;
}
.panel-body {
    padding: 25px;
}
.panel-heading {
    background-color: inherit !important;
    color: inherit !important;
    padding: 0;
    border-color: inherit !important;
}
.panel-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    line-height: 1.42857;
    font-weight: 700;
    text-transform: uppercase;
}
.panel-title > a {
    display: block;
    padding: 15px 25px 15px;
}
.panel-title > a.collapsed {
    background: #F5F7FA;
    color: #40556b;
}
.panel-title > a,
.panel-title > a:hover {
    background: #EDF0F2;
}
.panel-title > a {
    color: #40556b;
}
.panel-title > a:hover {
    color: #1ABB9C;
}
.panel-title > a span {
    display: block;
    position: relative;
    top: 0;
    color: #40556b;
    padding-right: 25px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.text-right .panel-title > a span {
    padding-left: 25px;
    padding-right: 0;
}
.text-center .panel-title > a span {
    padding-left: 0;
    padding-right: 0;
}
.panel-title > a:hover span {
    color: inherit;
}
.text-center .panel-title > a:hover span {
    top: .5em;
    color: transparent;
}
.panel-title > a span:after {
    font-family: "fontello";
    content: "\e849";
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.text-right .panel-title > a span:after {
    left: 0;
    right: auto;
}
.text-center .panel-title > a span:after {
    top: -.75em;
    left: 0;
    opacity: 0;
}
.panel-title > a.collapsed span:after {
    content: "\e84c";
}
.text-center .panel-title > a:hover span:after {
    color: #1ABB9C;
    top: -.5em;
    opacity: 1;
}
.panel-group .bordered {
    background: #FFF;
}


.light-bg .panel-group .panel,
.job-bids .panel-group .panel {
    background: #FFF;
}
.light-bg .panel-title > a.collapsed,
.light-bg .blank .panel-title > a.collapsed {
    background: #F8FAFD;
}
.light-bg .panel-title > a,
.light-bg .blank .panel-title > a,
.light-bg .panel-title > a:hover,
.light-bg .blank .panel-title > a:hover {
    /*background: #E6E9ED;*/
    background: #FFF;
}

.dark-bg .panel-group .panel,
.dark-bg .panel-group .panel-heading + .panel-collapse .panel-body {
    border-color: #485867;
}
.dark-bg .panel-group .panel {
    background: #3A4A59;
}
.dark-bg .panel-title > a.collapsed {
    background: #566473;
}
.dark-bg .panel-title > a,
.dark-bg .panel-title > a:hover {
    /*background: #E6E9ED;*/
    background: #485867;
}
.dark-bg .panel-title > a,
.dark-bg .panel-title > a span {
    color: #FFF;
}
.dark-bg .blank .panel-title > a.collapsed {
    background: #2F4052;
}
.dark-bg .blank .panel-title > a.collapsed,
.dark-bg .blank .panel-title > a {
    border-color: #566473;
}
.dark-bg .blank .panel-title > a,
.dark-bg .blank .panel-title > a:hover {
    background: #485867;
}

.blank .panel-title > a.collapsed {
    background: #FFF;
}
.panel-group.blank .panel {
    background: none;
}
.panel-group.blank .panel {
    border: none;
}
.blank .panel-title > a.collapsed,
.blank .panel-title > a {
    border: 1px solid #E6E9ED;
}
.blank .panel-title > a,
.blank .panel-title > a:hover {
    background: #F5F7FA;
}
.blank .panel-heading,
.blank .panel-title > a {
    border-radius: 3px;
}
.panel-group.blank .panel-heading + .panel-collapse .panel-body {
    border: none;
}
.blank .panel-body {
    padding: 35px 0;
}
.blank.panel-group .bordered,
.light-bg .panel-group .bordered,
.dark-bg .panel-group .bordered {
    background: #F5F7FA;
}
.light-bg .blank.panel-group .bordered {
    background: #FFF;
}


/*===================================================================================*/
/*	PORTFOLIO
/*===================================================================================*/

.items {
    list-style: none;
    margin: 0;
    padding: 0;
}
.items:before,
.items:after {
    display: table;
    content: "";
    line-height: 0;
}
.items:after {
    clear: both
}
.items li {
    float: left;
    min-height: 1px;
    position: relative;
}
.items.col-3 {
    margin-left: -8px;
    margin-bottom: -8px;
}
.items.col-3 li {
    width: 318px;
    margin-left: 8px;
    margin-bottom: 8px;
}
.items.col-3.gap {
    margin-left: -20px;
    margin-bottom: -20px;
}
.items.col-3.gap li {
    width: 310px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.items.col-4 {
    margin-left: -10px;
    margin-bottom: -10px;
}
.items.col-4 li {
    width: 235px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.items.col-4 .post-title {
    font-size: 16px;
    margin-bottom: 3px;
}
.items.fullscreen {
    width: 100%;
    clear: both;
    margin: 0 0 -1px 0;
    padding: 0;
    list-style: none;
}
.items.fullscreen li {
    float: left;
    position: relative;
    background: none;
    padding: 0;
    width: 16.666666666%;
}
.items.fullscreen li img {
    display: block;
    /*position: relative;*/
    width: 100%;
    height: auto;
}
.items.fullscreen:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.items li img {
    display: block;
    width: 100%;
}
.items li,
.items li img,
.thumbs .thumb figure,
.owl-carousel .item figure {
    display: block;
    position: relative;
}
.items li {
    overflow: hidden;
}
.items li .text-overlay,
.thumbs .thumb .text-overlay,
.owl-carousel .item .text-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 10%;
    font: 0px/0 a; /* remove the gap between inline(-block) elements */
    background-color: rgba(26,187,156, 0.9);
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
    opacity: 0;
}
.items li .text-overlay:before,
.thumbs .thumb .text-overlay:before,
.owl-carousel .item .text-overlay:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.items li:hover .text-overlay,
.thumbs .thumb:hover .text-overlay,
.owl-carousel .item:hover .text-overlay {
    opacity: 1;
}
.thumbs .thumb:hover .member .text-overlay {
    opacity: 0;
}
.thumbs .thumb .member .member-image:hover .text-overlay {
    opacity: 1;
}
.items li .text-overlay .info,
.thumbs .thumb .text-overlay .info,
.owl-carousel .item .text-overlay .info {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 22px;
    /*color: #FFF;*/
    text-align: center;
}
.items li .text-overlay .info h2,
.thumbs .thumb .text-overlay .info h2,
.owl-carousel .item .text-overlay .info h2,
.items li .text-overlay .info h3,
.thumbs .thumb .text-overlay .info h3,
.owl-carousel .item .text-overlay .info h3,
.items li .text-overlay .info h4,
.thumbs .thumb .text-overlay .info h4,
.owl-carousel .item .text-overlay .info h4 {
    color: #FFF;
    margin-bottom: 2px;
}
.items li .text-overlay .info p,
.thumbs .thumb .text-overlay .info p,
.owl-carousel .item .text-overlay .info p {
    font-size: 14px;
    line-height: 22px;
    color: #FFF;
    margin-bottom: 0;
}
.items li .text-overlay .info.big p,
.thumbs .thumb .text-overlay .info.big p,
.owl-carousel .item .text-overlay .info.big p,
#hero .items li .text-overlay .info.big p,
#hero .thumbs .thumb .text-overlay .info.big p,
#hero .owl-carousel .item .text-overlay .info.big p {
    font-size: 18px;
    line-height: 140%;
    padding-top: 10px;
    margin-top: 0;
}

#owl-clients .item .text-overlay,
#clients .thumb .text-overlay {
    background: none;
}

#owl-clients .item img,
#clients .thumb img {
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}

#owl-clients .item:hover img,
#clients .thumb:hover img {
    opacity: .1;
}

#owl-clients .item .text-overlay .info h4,
#owl-clients .item .text-overlay .info p,
#clients .thumb .text-overlay .info h4,
#clients .thumb .text-overlay .info p {
    color: inherit;
}

#owl-media .item .text-overlay,
#media .thumb .text-overlay {
    background: none;
}

#owl-media .item img,
#media .thumb img {
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

#owl-media .item:hover img,
#media .thumb:hover img {
    opacity: .1;
}

#owl-media .item .text-overlay .info h4,
#owl-media .item .text-overlay .info p,
#media .thumb .text-overlay .info h4,
#media .thumb .text-overlay .info p {
    color: inherit;
}
#media header {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #40556b;
    white-space: nowrap;
}
.filter,
.format-filter {
    padding: 0;
    margin-bottom: 40px;
}
.filter:before,
.format-filter:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    border-bottom: 1px solid #CED7E0;
}
.filter li,
.format-filter li {
    display: inline;
    position: relative;
    background: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: .031em;
    text-transform: uppercase;
    margin: 0 -2px;
}
.light-bg .format-filter li {
    background: #F2F5F7;
}
.filter li:after,
.format-filter li:after {
    content: "\00b7";
}
.filter li:last-child:after,
.format-filter li:last-child:after {
    content: "";
}
.filter li a,
.format-filter li a {
    padding: 0 15px;
}
.filter li a h3,
.format-filter li a h3 {
    color: inherit;
    display: inline;
    font-size: 15px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: .031em;
}
.light-bg .filter:before {
    border-color: #BCC7D1;
}
.light-bg .filter li {
    background: #F2F5F7;
}
.dark-bg .filter:before {
    border-color: #506a85;
}
.dark-bg .filter li {
    background: #2F4052;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 600ms;
       -moz-transition-duration: 600ms;
         -o-transition-duration: 600ms;
            transition-duration: 600ms;
}
.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
         -o-transition-property: height, width;
            transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property: -moz-transform, opacity;
         -o-transition-property: top, left, opacity;
            transition-property: transform, opacity;
}
.isotope figure,
.items figure {
    margin: 0;
}
.post-content .isotope figure {
    margin: auto;
}


/*===================================================================================*/
/*	OVERLAY
/*===================================================================================*/

.icon-overlay {
    display: block;
    position: relative;
}
.icon-overlay img {
    display: block;
    max-width: 100%;
}
.icon-overlay a .icn-more {
    opacity: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-decoration: none;
    width: 100%;
    z-index: 100;
    background-color: rgba(26,187,156, 0.9);
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    overflow: hidden;
}
.icon-overlay a:hover .icn-more {
    opacity: 1;
}
.icon-overlay a .icn-more:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    text-align: center;
    content: '\2b';
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 1;
    color: #FFF;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -30px 0 0 -30px;
    -moz-transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.icon-overlay a:hover .icn-more:before {
    font-size: 30px;
    padding-top: 15px;
}
.icon-overlay.icn-link a .icn-more:before {
    content: '\2b';
}


/*===================================================================================*/
/*	PORTFOLIO POST
/*===================================================================================*/

.item-details {
    list-style: none;
    font-size: 16px;
    line-height: 140%;
    padding-left: 0;
    margin-bottom: 0;
}
.item-details li + li {
    margin-top: 6px;
}
.item-details li:before {
    content: "";
    font-family: "fontello";
    color: #40556b;
    margin-right: 10px;
}
.item-details li.date:before {
    content: "\e82c";
}
.item-details li.categories:before {
    content: "\e70d";
}
.item-details li.client:before {
    content: "\f464";
}
.item-details li.url:before {
    content: "\f30e";
}
.item-details li.position:before {
    content: "\e869";
}
.item-details li.mobile:before {
    content: "\f4f1";
}
.text-center .item-details li {
    display: inline-block;
    margin: 0 15px 6px;
}


/*===================================================================================*/
/*	OWL CAROUSEL
/*===================================================================================*/

.owl-carousel {
    text-align: center;
    cursor: default;
}
.owl-controls {
    display: inline-block;
    position: relative;
    margin-top: 40px;
}
.panel-group .panel .owl-controls {
    margin-top: 25px;
}
.panel-group.blank .panel .owl-controls {
    margin-top: 40px;
}
.owl-pagination {
    position: relative;
    line-height: 30px;
}
.owl-buttons {
    display: none;
}
.owl-prev,
.owl-next {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #FFF;
    background-color: #40556b;
    border: none;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    margin: auto;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
    opacity: 0;
}
.owl-prev {
    left: -35px;
}
.owl-next {
    right: -35px;
}
.owl-carousel:hover .owl-prev {
    left: -40px;
    opacity: .25;
}
.owl-carousel:hover .owl-next {
    right: -40px;
    opacity: .25;
}
.owl-carousel:hover .owl-prev:hover,
.owl-carousel:hover .owl-next:hover {
    color: #1ABB9C;
    opacity: 1;
}
.owl-outer-nav:after {
    content: "";
    position: absolute;
    top: 0;
    left: -15%;
    width: 130%;
    height: 100%;
    z-index: 0;
}
.owl-outer-nav .owl-wrapper-outer,
.owl-outer-nav .owl-pagination,
.owl-outer-nav .owl-prev,
.owl-outer-nav .owl-next {
    z-index: 1;
}
.owl-outer-nav .owl-controls {
    position: static;
}
.owl-outer-nav .owl-prev {
    left: -65px;
}
.owl-outer-nav .owl-next {
    right: -65px;
}
.owl-outer-nav:hover .owl-prev {
    left: -80px;
}
.owl-outer-nav:hover .owl-next {
    right: -80px;
}


.owl-ui-md .owl-pagination {
    line-height: 45px;
}
.owl-ui-md .owl-prev,
.owl-ui-md .owl-next {
    width: 45px;
    height: 45px;
    font-size: 45px;
}
.owl-ui-md .owl-prev {
    left: -55px;
}
.owl-ui-md .owl-next {
    right: -55px;
}
.owl-ui-md:hover .owl-prev {
    left: -60px;
}
.owl-ui-md:hover .owl-next {
    right: -60px;
}

.owl-outer-nav.owl-ui-md:after {
    left: -18%;
    width: 136%;
}
.owl-outer-nav.owl-ui-md .owl-prev {
    left: -45px;
}
.owl-outer-nav.owl-ui-md .owl-next {
    right: -45px;
}
.owl-outer-nav.owl-ui-md:hover .owl-prev {
    left: -20px;
}
.owl-outer-nav.owl-ui-md:hover .owl-next {
    right: -20px;
}

.owl-ui-lg .owl-pagination {
    line-height: 60px;
}
.owl-ui-lg .owl-prev,
.owl-ui-lg .owl-next {
    width: 60px;
    height: 60px;
    font-size: 60px;
}
.owl-ui-lg .owl-prev {
    left: -75px;
}
.owl-ui-lg .owl-next {
    right: -75px;
}
.owl-ui-lg:hover .owl-prev {
    left: -80px;
}
.owl-ui-lg:hover .owl-next {
    right: -80px;
}

.owl-outer-nav.owl-ui-lg:after {
    left: -22%;
    width: 144%;
}
.owl-outer-nav.owl-ui-lg .owl-prev {
    left: -105px;
}
.owl-outer-nav.owl-ui-lg .owl-next {
    right: -105px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-prev {
    left: -120px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-next {
    right: -120px;
}

.owl-outer-nav.owl-ui-services:hover .owl-prev {
    left: 15px;
    opacity: .7;
}

.owl-outer-nav.owl-ui-services:hover .owl-next {
    right: 15px;
    opacity: .7;
}
.owl-inner-nav .owl-controls {
    position: static;
}
.owl-inner-nav .owl-prev {
    left: 45px;
}
.owl-inner-nav .owl-next {
    right: 45px;
}
.owl-inner-nav:hover .owl-prev {
    left: 30px;
}
.owl-inner-nav:hover .owl-next {
    right: 30px;
}

.owl-outer-nav .owl-prev,
.owl-outer-nav .owl-next,
.owl-inner-nav .owl-prev,
.owl-inner-nav .owl-next {
    bottom: 70px;
}

.owl-outer-nav.owl-ui-md .owl-prev,
.owl-outer-nav.owl-ui-md .owl-next,
.owl-inner-nav.owl-ui-md .owl-prev,
.owl-inner-nav.owl-ui-md .owl-next {
    bottom: 85px;
}

.owl-outer-nav.owl-ui-lg .owl-prev,
.owl-outer-nav.owl-ui-lg .owl-next,
.owl-inner-nav.owl-ui-lg .owl-prev,
.owl-inner-nav.owl-ui-lg .owl-next {
    bottom: 100px;
}

.owl-inner-pagination .owl-pagination,
.owl-inner-pagination .owl-prev,
.owl-inner-pagination .owl-next {
    margin-top: -40px;
    top: -60px;
}

.owl-inner-pagination.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-ui-md .owl-prev,
.owl-inner-pagination.owl-ui-md .owl-next {
    margin-top: -50px;
    top: -65px;
}

.owl-inner-pagination.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-ui-lg .owl-prev,
.owl-inner-pagination.owl-ui-lg .owl-next {
    margin-top: -60px;
    top: -75px;
}

.owl-inner-pagination.owl-outer-nav .owl-prev,
.owl-inner-pagination.owl-outer-nav .owl-next,
.owl-inner-pagination.owl-inner-nav .owl-prev,
.owl-inner-pagination.owl-inner-nav .owl-next {
    margin: auto;
    top: 0;
    bottom: 43px;
}

.owl-inner-pagination .owl-pagination {
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
    opacity: 0;
}

.owl-inner-pagination:hover .owl-pagination {
    opacity: 1;
}

.owl-inner-pagination.owl-inner-nav .owl-pagination,
.owl-inner-pagination.owl-outer-nav .owl-pagination {
    top: -45px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination {
    top: -50px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination {
    top: -60px;
}

.owl-inner-pagination.owl-inner-nav:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav:hover .owl-pagination {
    top: -60px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination {
    top: -65px;
}

.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
    top: -75px;
}

#owl-main .item {
    height: 44vh;
    background-color: #FFF;
    background-position: center 55%;
    background-repeat:no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.owl-carousel .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #40556b;
    opacity: .2;
    z-index: 8; }
#owl-main.height-md .item {
    height: 61vh;
}
#owl-main.height-lg .item {
    height: 90vh;
}
#owl-main .container {
    display: table;
    height: 100%;
    position:relative;
}

#owl-main .caption-wrap{
    width:100%;
    text-align:left;
    background: rgba(47, 64, 82, 0.8);
    padding:25px;
    float: left;
}
#owl-main .caption-wrap h1{font-size:28px !important;}
#owl-main .caption-wrap p{font-size:18px;}
#owl-main .caption-wrap button{padding-top:10px; display:block;}
#owl-main .caption-wrap .last-job {
    margin-top: 30px;
    font-size: 14px;
}
#owl-main .caption-wrap .last-job span {
    font-size: 20px;
    color: #F27A24;
    font-weight: 700;
}
#owl-main .caption-wrap p strong {
    text-decoration: underline;
    font-weight: 700;
}

#owl-main .caption {
    display: table-cell;
    z-index: 10;
    position: relative;
}
#owl-main .caption.vertical-center {
    vertical-align: middle;
    padding-bottom: 3vh;
}
#owl-main .caption.vertical-top {
    vertical-align: top;
    padding-top: 8vh;
}
#owl-main .caption.vertical-bottom {
    vertical-align: bottom;
    padding-bottom: 14vh;
}
#owl-main .caption.text-center {
    padding-left: 10%;
    padding-right: 10%;
}
#owl-main .caption.text-left {
    padding-right: 20%;
}
#owl-main .caption.text-right {
    padding-left: 20%;
}
#owl-main .caption h1,
#owl-main .caption p,
#owl-main .caption div {
    position: relative;
}
#owl-main .caption p{
    font-weight:600;
}

#owl-main .caption .caption-tradesmen p{
    font-size: 22px;
}
#owl-main .caption .caption-tradesmen i{
    font-size: 30px;
    margin-right: 15px;
}

#owl-main .caption h1 span {
    padding: .250em 0;
    line-height: 180%;
}
#owl-main .caption .light-bg,
#owl-main .caption .medium-bg,
#owl-main .caption .dark-bg,
#owl-main .caption .tint-bg {
    background: none;
}
#owl-main .caption h1.light-bg span,
#owl-main .caption p.light-bg span {
    background: #FFF;
    box-shadow: -.500em 0 0 #FFF, .500em 0 0 #FFF;
}
#owl-main .caption h1.medium-bg span,
#owl-main .caption p.medium-bg span {
    background: #A3B1BF;
    box-shadow: -.500em 0 0 #A3B1BF, .500em 0 0 #A3B1BF;
}
#owl-main .caption h1.dark-bg span,
#owl-main .caption p.dark-bg span {
    /*background: #40556b;*/
    background: rgba(47, 64, 82, 0.6);
    /*box-shadow: -.500em 0 0 #40556b, .500em 0 0 #40556b;*/
}
#owl-main .caption h1.tint-bg span,
#owl-main .caption p.tint-bg span {
    background: #1ABB9C;
    box-shadow: -.500em 0 0 #1ABB9C, .500em 0 0 #1ABB9C;
}
#owl-main .owl-controls {
    display: block;
    position: static;
    margin-top: -47px;
}
#owl-main .owl-pagination {
    background: #FFF;
    line-height: inherit;
    position: relative;
    bottom: -40px;
    padding: 10px;
    display: inline-block;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
#owl-main:hover .owl-pagination {
    bottom: -25px;
    opacity: 1;
}
#owl-main .owl-prev,
#owl-main .owl-next {
    bottom: 0;
}

.owl-controls .owl-page {
    display: inline-block;
}
.owl-pagination .owl-page span {
    display: block;
    width: 15px;
    height: 15px;
    background: #40556b;
    border: none;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}
.owl-pagination .owl-page.active span,
.owl-pagination .owl-page:hover span {
    background: #1ABB9C;
}
.owl-item-gap .item {
    margin: 0 15px;
}
.owl-item-gap-sm .item {
    margin: 0 10px;
}
/* preloading images */
.owl-item.loading {
    min-height: inherit;
    background: none;
}


/*===================================================================================*/
/*	PRICING TABLES
/*===================================================================================*/

.pricing .plan {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
}
.pricing .plan header {
    background: #2F4052;
    text-align: center;
    padding: 50px;
}
.pricing .plan h2 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #FFF;
}
.pricing .plan .btn {
    margin-bottom: 0;
}
.pricing .plan .price {
    margin-bottom: 15px;
}
.pricing .plan .price * {
    font-family: 'Roboto', sans-serif;
    line-height: 100%;
}
.pricing .plan .price .amount {
    font-size: 120px;
    font-weight: 900;
    color: #FFF;
}
.pricing .plan .price .original-amount {
    text-decoration: line-through;
    font-size: 38px;
    font-weight: 500;
    color: #FFF;
}
.pricing .plan .price .currency {
    position: relative;
    top: 16px;
    font-size: 24px;
    vertical-align: top;
    margin-right: 5px;
}
.pricing .plan .price .period {
    font-size: 16px;
    text-transform: uppercase;
}
.pricing .plan .price .discount-period {
    font-size: 14px;
    text-transform: none;
}
.pricing .plan .features {
    background: #F5F7FA;
    padding: 25px 35px;
    border: 1px solid #E6E9ED;
    border-top: none;
    border-bottom-width: 2px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: 0 !important;
}
.pricing .plan .features li {
    padding: 15px 0;
    /*border-top: 1px solid #CED7E0;*/
    border-top: 1px solid #BCC7D1;
}
.pricing .plan .features li:first-child {
    border: none;
}
.pricing .plan .features li i {
    margin-right: 10px;
}
.pricing.col-4 .plan header {
    padding: 40px;
}
.pricing.col-4 .plan h2 {
    font-size: 18px;
}
.pricing.col-4 .plan .price .amount {
    font-size: 90px;
}
.pricing.col-4 .plan .features {
    padding: 20px 30px;
}


/*===================================================================================*/
/*	FORMS
/*===================================================================================*/

.forms {
    position: relative;
    padding: 0;
    width: 100%;
}
.forms .row{
    margin-bottom: 15px;
}
.form-group.multiple-select{
    position:relative;
    z-index:2;
}
.form-horizontal .control-label	{
    text-align:left;
}
.form-group .required-label::after {
    content: "*";
    color: #a94442;
    margin-left: 5px;
}
.form-container .response {
    display: none;
}
textarea,
.uneditable-input,
.form-inline .form-control,
.navbar-form .form-control {
    width: 100%;
}
select.form-control,
textarea,
textarea.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.chosen-container-multi .chosen-choices {
    -webkit-font-smoothing: antialiased;
    padding: 0 10px;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 25px;
    color: #506a85;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #f5f5f5;
    border: 1px solid #ced7e0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
}
.chosen-container .chosen-drop{
    color:#506a85;
    background-color:#f5f5f5;
}
.chosen-container-multi .chosen-choices .search-field input[type="text"],
.chosen-container .chosen-results,
.chosen-container-multi .chosen-choices .search-choice{
    color:#506a85;
}
.form-control.check-box {
    width:auto;
    height: auto;
    margin-top:10px;
}
.input-group-addon{
    padding:0 10px;
    height:34px;
    line-height:22px;
    border-collapse:collapse;
    color:#506a85;
    font-weight:700;
}
.input-range {
    display:inline-block;
}
.input-range .label{
    float:left;
}
.input-range .input-group{
    display:inline-table;
    width:120px;
}
@media(max-width:767px) {
    .input-range .input-group {
        width: 95px;
    }
}

.form-control:focus,
textarea:focus,
textarea.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.chosen-container-active .chosen-choices {
    border: 1px solid #f27a24;
    box-shadow:none;
}
textarea {
    height: 100%;
    padding: 10px;
    margin-bottom: 15px;
    min-height: 150px;
    resize: vertical;
}
textarea.form-control {
    padding: 10px;
}
.btn-submit {width: auto;}

.forms .btn-submit {margin-bottom: 0;}

.forms .input-validation-error,
.forms .input-validation-error:focus {
    border: 1px solid #d99898;
    -webkit-box-shadow: 0px 0px 4px 2px #d99898;
    -moz-box-shadow:0px 0px 2px 1px #d99898;
    box-shadow: 0px 0px 2px 1px #d99898;
}

.forms label, .label {
    display: block;
    position:relative;

    padding-top: 7px;
    padding-bottom:4px;
    font-size: 14px;
    line-height:1.3;
    font-weight:600;
    color:#506a85;
}

.forms label span:not(.control) {
    font-size:90%;
    font-weight:normal;
    color:#a3b1bf;
    display:block;
}
.forms label span a{
    text-decoration: underline;
    color: #506a85;
}
.forms label span b{
    font-weight: 500;
    color: #506a85;
}
.forms label span.text-warning {
color: #F27A24;
}
.forms label span.text-warning b {
    font-weight: 700;
    color: #F27A24;
}
.forms label span.text-warning a {
    color: #F27A24;
}
.forms label span.text-warning a:hover {
    text-decoration: none;
}
.forms label .tip{
    position:relative;
    font-size:16px;
    text-decoration:none;
    top:-2px;
    left:2px;
    color:#f27a24;
}
.forms .radio label{
    padding-top:0;
    padding-bottom:0;
    font-weight:400;

}
.forms .radio input[type="radio"]{
    position:relative;
    margin-right:5px;
}
.forms input,
.forms textarea,
.forms select {
    border-radius: 3px;
}
select.first-as-placeholder option {
    color: #506a85;
}
select.first-as-placeholder option:first-child {
    color: #cccccc;
}

.light-bg .forms input,
.light-bg .forms select,
.light-bg .forms textarea,
.light-bg .input-group-addon {
    background: #FFF;
}
.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.newsletter {
    position: relative;
}
.newsletter input[type="email"] {
    background: rgba(255,255,255,0.15);
    padding-right: 100px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    color: #FFF !important;
}
.newsletter input[type="email"]:focus {
    background: rgba(255,255,255,0.20);
}
.navbar .searchbox .dropdown-menu {
    width: 270px;
}
.search {
    position: relative;
    margin: 15px;
    margin-bottom: 0;
}
.search input[type="search"] {
    background: #FFF;
    padding-right: 40px;
}
.newsletter .btn-submit,
.search .btn-submit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin-top: 5px;
    margin-right: 5px;
    color: #FFF !important;
    line-height: 1;
}
.navbar-form.search .btn-submit {
    width: 30px;
    height: 30px;
}
footer .newsletter .btn-submit {
    width: 88px;
    height: 30px;
    font-size: 13px;
}
#response ul.errors {
    margin-bottom: 25px;
}
#response .btn i {
    font-size: 12px;
}
.dark-bg input,
.dark-bg button,
.dark-bg select,
.dark-bg textarea {
    color: #A3B1BF;
}

.registered-login {
    margin-bottom:10px;
    margin-top:20px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.registered-login a{
    color: #40556b;
}
.login-through span{
    display:inline-block;
    vertical-align:top;
}
.login-through--logo .btn{
    margin:0 5px;
}
.create-job{
    padding-top:20px;
}
.form-control-static{
    font-size:14px;
}
.form-control::-webkit-input-placeholder {
    color: #C2C7CC;
}
.form-control:-moz-placeholder {
    color: #C2C7CC;
}
.form-control::-moz-placeholder {
    color: #C2C7CC;
}
.form-control:-ms-input-placeholder {
    color: #C2C7CC;
}
.dark-bg .form-control::-webkit-input-placeholder {
    color: #828E99;
}
.dark-bg .form-control:-moz-placeholder {
    color: #828E99;
}
.dark-bg .form-control::-moz-placeholder {
    color: #828E99;
}
.dark-bg .form-control:-ms-input-placeholder {
    color: #828E99;
}
.white-bg .form-control {
    background-color: #fff;
}
.search .form-control::-webkit-input-placeholder {
    color: #C2C7CC;
}
.search .form-control:-moz-placeholder {
    color: #C2C7CC;
}
.search .form-control::-moz-placeholder {
    color: #C2C7CC;
}
.search .form-control:-ms-input-placeholder {
    color: #C2C7CC;
}
input:focus::-webkit-input-placeholder {
    color: transparent !important;
}
input:focus:-moz-placeholder {
    color: transparent !important;
}
input:focus::-moz-placeholder {
    color: transparent !important;
}
input:focus:-ms-input-placeholder {
    color: transparent !important;
}

/*File attach*/
.file-attach{
    clear:both;
    min-height:40px;
}
.file-attach.empty .attach{
    line-height: 20px;
}
.file-attach .uploaded{
    float:left;
    margin-right:10px;
}
.file-attach .uploaded .pic-wrap {
    display: inline-block;
    height: 40px;
    margin-right: 5px;
    position: relative;
    width: 40px;

}
.file-attach .uploaded .pic{
    width:40px;
    height:40px;
    overflow:hidden;
}
.file-attach .uploaded .pic img{
    max-width:100%;
    width:100%;
}
.file-attach .uploaded .pic-wrap .close {
    background-color: #000;
    border-radius: 50%;
    cursor: pointer;
    height: 13px;
    opacity: 0;
    position: absolute;
    right: -5px;
    top: -5px;
    transition: opacity 0.2s ease 0s;
    width: 13px;
}
.file-attach .uploaded .pic-wrap .close::before, .file-attach .uploaded .pic-wrap .close::after {
    background-color: #fff;
    content: "";
    height: 1px;
    left: 2px;
    position: absolute;
    top: 6px;
    transform: rotate(45deg);
    width: 9px;
}
.file-attach .uploaded .pic-wrap .close::after {
    transform: rotate(-45deg);
}
.file-attach .uploaded .pic-wrap:hover .close {
    opacity: 1;
}
.file-attach .uploaded .pic-wrap .link-provider {
    cursor: pointer;
}
.file-attach .attach{
    cursor: pointer;
    float: left;
    position: relative;
}
.file-attach .attach-label{
    cursor: pointer;
    font-weight:normal;
    float: left;
    position: relative;
    color:#506a85;
    font-size:14px;
}
.file-attach .attach-label:hover{
    color:#506a85;
}
.file-attach .attach-label span{
    border-bottom: dashed 1px #506a85;
}
.file-attach .attach-label:hover span{
    border-bottom-color:#f27a24;
}
/*===================================================================================*/
/*	BLOG
/*===================================================================================*/

.blog.no-sidebar .post,
.blog.no-sidebar #comments,
.blog.no-sidebar .pagination,
.blog.no-sidebar .comment-form-wrapper {
    width: 770px;
    margin: 0px auto !important;
}
.blog.no-sidebar .post-title,
.blog.no-sidebar .meta {
    text-align: center
}
.format-filter li {
    font-size: 24px;
}
.format-filter li:after {
    content: "";
}
.format-filter li a {
    padding: 0 35px;
}
.classic-blog .meta {
    margin-right: -5px;
    margin-left: -5px;
}
.classic-blog .post-content .meta {
    padding-left: 80px;
    padding-right: 80px;
    margin-bottom: 25px;
}
.meta li {
    display: inline-block;
    margin: 0 6px;
}
.meta li.categories:before,
.meta li a:before,
.meta li i:before {
    content: "";
    font-family: "fontello";
    margin-right: 6px;
}
.meta li.categories a:before,
.meta li.categories:before {
    margin-right: 0;
}
/*.meta li.categories:before {
    content: "\e70d";
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}*/
.meta li.categories:hover:before {
    color: #1ABB9C;
    cursor: pointer;
}
.meta li.url a:before {
    content: "\f30e";
}
.meta li.author-posts a:before {
    content: "\27a6";
}
.meta li.comments a:before {
    content: "\e718";
}
.meta li.comments a:after {
    content: "Comments";
    margin-left: 4px;
}
.meta li.likes a:before {
    content: "\2665";
}
.meta li.likes a:after {
    content: "Likes";
    margin-left: 4px;
}
.meta li:after {
    /*content: "\0399";*/
    content: "|";
    margin-left: 12px;
}
.meta li:last-child:after {
    content: "";
}
.classic-blog .sidemeta,
.classic-blog .pagination {
    padding-left: 59px;
    border-left: 1px solid #CED7E0;
    margin-left: 30px;
}
.classic-blog .post .date-wrapper {
    text-align: center;
    /*display: table;*/
    float: left;
    margin-right: 20px;
}
.classic-blog .post .date {
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
    width: 60px;
    height: 60px;
    border: 1px solid #1ABB9C;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #1ABB9C;
    font-weight: bold;
    color: #FFF;
    line-height: 1;
    text-transform: uppercase;
}
.classic-blog .post .date .day {
    font-size: 20px;
    margin-bottom: 1px;
    display: block;
}
.classic-blog .post .date .month {
    font-size: 12px;
    display: block;
}
.classic-blog .sidemeta .format-wrapper {
    /*display: table;*/
}
.classic-blog.sidebar-left .sidemeta,
.classic-blog.sidebar-left .pagination {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    padding-right: 59px;
    border-right: 1px solid #CED7E0;
    margin-right: 30px;
}
.classic-blog.sidebar-left .post .date-wrapper {
    margin-right: 0;
    margin-left: 20px;
}
.classic-blog.no-sidebar .sidemeta,
.classic-blog.no-sidebar .pagination {
    position: relative;
    left: -30px;
}
#blog-post .classic-blog .post {
    width: 100%;
}
.classic-blog .post {
    width: 750px;
}
.classic-blog .post-title {
    font-size: 40px;
    line-height: 120%;
}
.classic-blog .isotope {
    overflow: visible !important;
}
.classic-blog #share {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
}
.classic-blog .panel-group {
    margin-bottom: 40px;
}
.post {
    position: relative;
    background: #FFF;
    padding-bottom: 60px;
    border: 1px solid #E6E9ED;
    border-bottom-width: 2px;
    border-radius: 3px;
    margin-bottom: 40px;

}
.sidemeta .format-wrapper a {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: #FFF;
    text-align: center;
    color: #1ABB9C;
    line-height: 1;
    border: 1px solid #1ABB9C;
    border-radius: 50%;
}
.sidemeta .format-wrapper a:hover {
    background: #1ABB9C;
    color: #FFF;
}
.post-content > * {
    margin-left: 80px;
    margin-right: 80px;
}
.post-content *:last-child {
    margin-bottom: 0;
}
.post-content > .post-media {
    margin-left: 0;
    margin-right: 0;
}
.post-content > *:first-child,
.post-media + * {
    margin-top: 60px;
}
.post-content > .post-media:first-child {
    margin-top: 0;
}
.owl-carousel.post-media + * {
    margin-top: 20px;
}
.post-media iframe {
    margin-bottom: -7px;
}
.sidemeta .date-wrapper {
    position: absolute;
    top: 0;
    left: -90px;
}
.sidemeta .format-wrapper {
    position: absolute;
    top: 75px;
    left: -80px;
    font-size: 15px;
}
.classic-blog.sidebar-left .sidemeta .date-wrapper {
    left: auto;
    right: -90px;
}
.classic-blog.sidebar-left .sidemeta .format-wrapper {
    left: auto;
    right: -80px;
}
.grid-blog .post figure {
    margin-bottom: -1px;
}
.grid-blog .post .date {
    display: inline;
}
.grid-blog:before,
.grid-blog:after {
    display: table;
    content: "";
    line-height: 0;
}
.grid-blog:after {
    clear: both;
}
.grid-blog .post {
    float: left;
    min-height: 1px;
    position: relative;
}
.grid-blog.col-2 .post,
.grid-blog.col-3.no-sidebar .post {
    padding-bottom: 40px;
}
.grid-blog.col-2 .post-content > *,
.grid-blog.col-3.no-sidebar .post-content > * {
    margin-left: 40px;
    margin-right: 40px;
}
.grid-blog.col-2 .post-content > .post-media,
.grid-blog.col-3.no-sidebar .post-content > .post-media {
    margin-left: 0;
    margin-right: 0;
}
.grid-blog.col-2 .post-content > *:first-child,
.grid-blog.col-2 .post-media + *,
.grid-blog.col-3.no-sidebar .post-content > *:first-child,
.grid-blog.col-3.no-sidebar .post-media + * {
    margin-top: 40px;
}
.grid-blog.col-2 .post-content > .post-media:first-child,
.grid-blog.col-2 .owl-carousel.post-media + *,
.grid-blog.col-3.no-sidebar .post-content > .post-media:first-child,
.grid-blog.col-3.no-sidebar .owl-carousel.post-media + * {
    margin-top: 0;
}
.grid-blog.col-2 .post-title,
.grid-blog.col-3.no-sidebar .post-title {
    font-size: 30px;
}
.grid-blog.col-2 .post-content .meta,
.grid-blog.col-3.no-sidebar .post-content .meta {
    padding-left: 40px;
    padding-right: 40px;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 25px;
}
.grid-blog.col-2.no-sidebar .post {
    padding-bottom: 50px;
}
.grid-blog.col-2.no-sidebar .post-content > * {
    margin-left: 50px;
    margin-right: 50px;
}
.grid-blog.col-2.no-sidebar .post-content > .post-media {
    margin-left: 0;
    margin-right: 0;
}
.grid-blog.col-2.no-sidebar .post-content > *:first-child,
.grid-blog.col-2.no-sidebar .post-media + * {
    margin-top: 45px;
}
.grid-blog.col-2.no-sidebar .post-content > .post-media:first-child,
.grid-blog.col-2.no-sidebar .owl-carousel.post-media + * {
    margin-top: 0;
}
.grid-blog.col-2.no-sidebar .post-title {
    font-size: 33px;
}
.grid-blog.col-2.no-sidebar .post-content .meta {
    padding-left: 50px;
    padding-right: 50px;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 25px;
}
.post.format-link {
    background: #2F4052;
    color: #A3B1BF;
}
.post.format-link .post-title {
    color: #FFF;
}


/*===================================================================================*/
/*	AUTHOR
/*===================================================================================*/

.author {
    font-size: 14px;
    font-weight: 700;
    line-height: 160%;
    color: #40556b;
    margin-bottom: 0px;
}
.author a {
    border-bottom: none;
}
.post-author,
#comments,
.bloq {
    background: #FFF;
    padding: 30px;
    border: 1px solid #E6E9ED;
    border-bottom-width: 2px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.post-author .author-image {
    float: left;
}
.post-author .author-image img {
    width: 120px;
}
.bloq .tmen-list-item__details,
.post-author .author-details {
    position: relative;
    font-size: inherit;
    padding-top: 0;
    padding-left: 30px;
    z-index: 0;
}
.post-author .author-details {
    overflow: hidden;
}
.tmen-list-item__details {
    overflow: initial;
}
.tmen-list-item__details .score-name {
    font-size: 14px;
}
.tmen-list-item .left-block{
    padding: 0px;
}
.post-author .author-details p a,
.bloq p a {
    font-weight: 700;
    border-bottom: none;
}
.post-author .author-details .social li {
    display: table-cell;
}
.post-author .author-details .social li a i {
    width: 33px;
    height: 45px;
    font-size: 15px;
}
.post-author .author-details .meta {
    padding-left: 0;
    margin-top: 12px;
}
.post-author .author-details .social,
.post-author .author-details .meta,
.bloq ul.meta {
    float: left;
    display: inline-block;
}


/*===================================================================================*/
/*	SIDEBAR
/*===================================================================================*/

.sidebar {
    padding-left: 25px !important
}
.sidebar.left-sidebar {
    padding: 15px !important
}
.sidebox + .sidebox {
    margin-top: 60px;
}
.sidebox h3 {
    font-size: 16px;
    margin-bottom: 15px;
}
.sidebox.widget form,
.sidebox.widget input {
    margin: 0;
}
.sidebox.widget input {
    border-radius: 3px;
}
.widget .list {
    list-style: none;
    margin: 0;
}
.sidenav {
    background: #F5F7FA;
    padding: 0;
    border: 1px solid #E6E9ED;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    margin: 0;
}
.sidenav li {
    border-bottom: 1px solid #E6E9ED;
}
.sidenav li a {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: #40556b;
    padding: 13px 18px;
}
.sidenav li a:hover {
    background: #1ABB9C;
    color: #FFF;
}
.sidenav li a:after {
    position: absolute;
    right: 18px;
    content: "\e762";
    font-family: 'fontello';
    font-size: 18px;
    -webkit-transition: all 200ms ease-out;
       -moz-transition: all 200ms ease-out;
         -o-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
    opacity: 0;
}
.sidenav li a:hover:after {
    opacity: 1;
}


/*===================================================================================*/
/*	TOOLTIPS
/*===================================================================================*/
.tooltip-inner {
    color: #fff;
    background-color: #1ABB9C;
    padding: 5px 12px;
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #1ABB9C;
}
.tooltip.right .tooltip-arrow {
    border-right-color: #1ABB9C;
}
.tooltip.left .tooltip-arrow {
    border-left-color: #1ABB9C;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #1ABB9C;
}
.tooltip.in{
    opacity: 1;
}
/*===================================================================================*/
/*	PAGINATION
/*===================================================================================*/
.pagination-gtp {
    display: block;
    border-radius: 0;
    margin: 0;
    text-align: center;
}
.pagination-gtp ul {
    padding-left: 0px;
}
.pagination-gtp > li {
    display: inline-block;
    margin-left: 0;
}
.pagination-gtp > li:first-child {
    margin-left: 0;
}
.pagination-gtp > li > a,
.pagination-gtp > li > span {
    float: none;
    display: inline-block;
    color: #40556b;
    background-color:transparent;
    margin-left: 0;
    padding:4px 10px;
    font-weight: 700;
    font-size: 18px;
    text-shadow: none;
    border: none;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.pager li > a, .pager li > span {
    border-radius: 3px;
}

.pagination-gtp > .active > a,
.pagination-gtp > .active > span,
.pagination-gtp > .active > a:hover,
.pagination-gtp > li > a:hover,
.pagination-gtp > li > a:focus {
    background: #F27A24;
    color: #FFF;
    border-color: #FFF;
}


.pagination-gtp  .active > span,
.pagination-gtp  .active > a:hover {
    background: #F27A24;
    color: #FFF;
}

.pagination-gtp > li > span:hover{
    background:none;
}
.pagination-gtp > li:first-child > a,
.pagination-gtp > li:last-child > a {
    border-radius: 3px;
}



/*===================================================================================*/
/*	COMMENTS
/*===================================================================================*/

#comments {
    position: relative;
}
#comments .commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
#comments .commentlist > .comment {
    padding-top: 10px;
    margin-top: 5px;
}
#comments .commentlist > .comment:first-child {
    border-top: none;
    padding-top: 0;
}
#comments .comment *:last-child {
    margin-bottom: 0;
}
#comments .commentlist .children {
    padding-left: 80px;
}
#comments .commentlist .children .comment {
    padding-top: 40px;
}
#comments .avatar,
.avatar-wrap {
    float: left;
}
.bid-wrapper .avatar-wrap {
    float: none;
}
.avatar-wrap-catalogue .avatar img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
}
.avatar img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
#comments .commentbody {
    padding-left: 22px;
    overflow: hidden;
}

#comments .author h3,
#comments .author h4 {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
    color:#506a85;
}
#comments .author h4{
    font-size:14px;
    font-weight:700;
}
#comments .author .meta,
.tradesman-name .meta {
    display: inline-block;
    /*opacity: .5;*/
    color: #BCC7D1;
    margin: 0;
}
#comments .message .meta {
    text-align: right;
    /*opacity: .5;*/
    color: #BCC7D1;
    padding-left: 0;
}
#comments .message .meta li {
    padding-top: 0;
    border-top: none;
    margin-top: 0;
}
#comments .message .meta li.reply {
    float: left;
}
#comments .message .meta li.reply a:before {
    font-family: 'fontello';
    content: "\e712";
    margin-right: 6px;
}
#comments .message .meta li a:before,
#comments .message .meta li:after {
    content: "";
    margin-left: 0;
    margin-right: 0;
}
#comments .showmore{
    margin-top:20px;
}
#comments .showmore a{
    border-bottom:dotted 1px;
}
.comment-form-wrapper p {
    padding-bottom: 20px
}
.blog.no-sidebar #comments .meta {
    text-align: left
}

.feedback-list #comments .commentbody,
.tab-content #comments .commentbody {
    padding-left: 0px;
    overflow: unset;
}
.feedback-list #comments .partial-content .message-wrap,
.tman-profile .tab-content #comments .message-wrap {
    margin-left: 0px;
}
.feedback-list #comments .avatar,
.tab-content #comments .avatar {
    margin-right: 15px;
}
.feedback-list #comments .partial-content .message-wrap,
.tman-profile .tab-content #comments .message-wrap {
    padding: 25px;
    background: #F5F7FA;
    border-radius: 0px;
    border: 0px;
}
.feedback-list #comments .partial-content .message-wrap::before,
.tman-profile .tab-content #comments .message-wrap::before {
    border: 0px;
    transform: rotate(0deg);
    z-index: 2;
    display: block;
    content: '';
    width: 63px;
    height: 10px;
    background: url(/Content/images/quote-item.png) left top no-repeat;
    background-size: 63px;
    top: -10px;
    left: 0px;
    position: absolute;
}
.feedback-list #comments .partial-content .message-wrap::after,
.tman-profile .tab-content #comments .message-wrap::after {
    display: none;
}


/*===================================================================================*/
/*	GO TO TOP / SCROLL UP
/*===================================================================================*/

#scrollUp {
    bottom: 20px;
    right: 20px;
    font-size: 36px;
    line-height: 100%;
    color: #FFF;
    background-color: #40556b;
    padding: 3px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    opacity: .5;
}
#scrollUp:hover {
    color: #1ABB9C;
    opacity: 1;
}


/*===================================================================================*/
/*	FEATURES / STYLES
/*===================================================================================*/

.font-icons {
    list-style: none;
    margin: 0;
    padding: 0;
}
.font-icons li {
    display: inline-block;
    font-size: 25px;
    margin-bottom: 10px;
    padding: 0 10px;
}
.alert .close {
    line-height: 28px;
}
.retina-icons-code i {
    font-size: 18px;
}
.retina-icons-code tr td:first-child,
.retina-icons-code tr th:first-child {
    text-align: center;
}
.retina-icons-code code {
    color: #506a85;
    background: none;
}
.table-bordered {
    border: 1px solid #E6E9ED;
    border-left: none;
    background: #FFF;
}
.table-bordered th,
.table-bordered td {
    border-left: 1px solid #E6E9ED;
}
.table th,
.table td {
    border-top: 1px solid #E6E9ED;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #F5F7FA;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border-color: #E6E9ED;
}


/*===================================================================================*/
/*	MODALS
/*===================================================================================*/

.modal {
    z-index: 9000;
    background: none;
}
.modal p{
    padding:10px 0;
}
.modal.fade {
    -webkit-transition: opacity 200ms ease-out;
         -o-transition: opacity 200ms ease-out;
            transition: opacity 200ms ease-out;
}
.modal.fade .modal-dialog {
    -webkit-transition: none;
         -o-transition: none;
            transition: none;
     -webkit-transform: translate(0);
         -ms-transform: translate(0);
          -o-transform: translate(0);
             transform: translate(0);
}
.modal-open .modal {
    overflow: hidden;
}
.modal-backdrop {
    background-color: #F2F5F7;
}
.modal-backdrop.in {
    opacity: .95;
}
.modal .container {
    width: 100%;
    max-width: 1170px;
    padding-left: 25px;
    padding-right: 25px;
}
.modal-dialog {
    position: absolute;
    top: 35px;
    bottom: 35px;
    left: 35px;
    right: 35px;
    margin: auto;
}
.modal-dialog {
    width: calc(100% - 70px);
}
.modal-full {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.modal-lg {
    max-width: 100%;
    max-height: 100%;
}
.modal-md {
    max-width: 1170px;
    max-height: 800px;
}
.modal-sm {
    max-width: 750px;
    max-height: 500px;
}
.modal-xs {
    max-width: 480px;
    max-height: 350px;
}
.modal-xs-tall {
    max-width: 450px;
    max-height: 450px;
}
.bootbox-modal-xs .modal-dialog {
    max-width: 480px;
    max-height: 350px;
}
@media(max-width:767px) {
    .bootbox-modal-xs .modal-dialog {
        max-height: 450px;
    }
}
.modal-content {
    width: 100%; /* Can use left: 0; right: 0; with position: absolute; as well */
    height: 100%; /* Can use top: 0; bottom: 0; with position: absolute; as well */
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    border-bottom: 2px solid #CED2D6;
    border-radius: 3px;
    -webkit-box-shadow: 0 30px 30px rgba(0,0,0,0.1);
    box-shadow: 0 30px 30px rgba(0,0,0,0.1);
    overflow: hidden;
}
.modal-full .modal-content {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.modal-header {
    position: relative;
    z-index: 1;
    height: 70px;
    padding: 22px 25px;
    background-color: #FFF;
    border-bottom: 1px solid #E6E9ED;
}
.modal-header.orange{
    background-color: #F27A24;
    color: #FFF;
}
.modal-header.orange .modal-title{
    color: #FFF !important;
}
.modal-header.orange .close{
    color: #FFF;
}
.modal-header .close {
    float: right;
    font-size: 24px;
    font-weight: 400;
    color: #40556b;
    text-shadow: none;
    margin-top: 0;
    margin-left: 25px;
    -webkit-transition: opacity 200ms ease-out;
         -o-transition: opacity 200ms ease-out;
            transition: opacity 200ms ease-out;
}
.modal-header.normal-width {
    min-width: 560px;
}
@media ( max-width: 480px) {
    .modal-header.normal-width {
        min-width: 340px;
    }
}
.dark-bg.no-modal-header .modal-header .close,
.tint-bg.no-modal-header .modal-header .close {
    color: #FFF;
    opacity: .4;
}
.modal-header .close:hover,
.modal-header .close:focus {
    opacity: 1 !important;
}
.modal-title {
    color: #40556b !important;
    line-height: 150%;
}
.no-modal-header .modal-header {
    background-color: transparent;
    padding-right: 40px;
    border-bottom: none;
}
.no-modal-header .modal-header .modal-title {
    display: none;
}
.no-modal-footer .modal-footer {
    display: none;
}
.no-modal-header .modal-body {
    top: 0;
}
.no-modal-footer .modal-body {
    bottom: 0;
}
.modal-body {
    position: absolute;
    top: 70px;
    bottom: 75px;
    width: 100%; /* Can use left: 0; right: 0; as well */
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-body.with-padding {
    padding: 20px;
}
.modal-footer {
    position: absolute;
    bottom: 0;
    width: 100%; /* Can use left: 0; right: 0; as well */
    height: 75px;
    background-color: #FFF;
    border-top: 1px solid #E6E9ED;
    text-align:center;
}
.modal-footer .btn {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.modal-open #scrollUp {
    -webkit-transition: none;
         -o-transition: none;
            transition: none;
    opacity: 0;
}
.btn-modal {
    background: #F5F7FA !important;
    color: #40556b !important;
    border: 1px solid #E6E9ED;
    border-bottom-width: 2px;
    box-shadow: none !important;
}
.btn-modal:hover,
.btn-modal:focus,
.btn-modal:active,
.btn-modal.active {
    background: #EDF0F2 !important;
    color: #1ABB9C !important;
}
.modal-auth{
    max-width: 480px;
    max-height: 630px;
}
.modal-auth-body{
    position: absolute;
    height: 100%;
    width: 100%; /* Can use left: 0; right: 0; as well */
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-auth-body .login-through btn{
    min-width: 131px;
}

.modal-auth-login-form{
    margin-top:10px;
}
.modal-auth-login-form .lite-input-container {
    margin-bottom: 15px;
}
@media(max-width: 991px) {
    .modal-auth-register-form .form-group {
        margin-bottom: 0px;
    }
}

.modal-overflowing .modal-content, .modal-overflowing .modal-body {
    overflow: visible;
}

.social-login-btn {
    margin-top: 10px;
    margin-bottom: 10px;
}
/**=====================================================================*/
/*CUSTOM STYLES*/
/**=====================================================================*/
[class^="icon-"]:after,
[class*=" icon-"]:after {
    font-family: 'fontello';
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    line-height: 1em;
    padding-left: 0.5em;
}
.icon-more:after{
    font-size:16px;
    content: '\27a1';
    font-weight:600;
    color:#f27a24;
}
/*404 PAGE*/
.links-404 a{
    display:block;
    margin-bottom:4px;
    font-size:14px;
    color:#f27a24;
}
.img-404{
    position:relative;
    width:100%;
    color:#fff;
}

.img-404-text{
    position:absolute;
    top:35%;
    width:100%;
    max-width:515px;
}
.img-404-text .in{
    text-align:center;
}
.img-404-text .title{
    line-height:1;
    font-size:14px;
}
.img-404-text .text{
    line-height:1;
    font-size:3em;
    font-weight:700;
}

.thumbs {
    padding-left:0;
}
.thumbs li{
    display:inline-block;
    margin-right:3px;
}
.thumbs .positive{
    color: #337ab7;
}
.thumbs .negative{
    color: #F27A24;
}
.thumbs-medium li {
    font-size:22px;
}
.feedback-thumbs{
    padding-top:6px;
}
.feedback-thumbs li:last-child{
    padding-left:10px;
}
.inline-row-blocks {
    display:table;
    width:100%;
}
.inline-row-blocks .inline-row-block{
    display:table-cell;
}

/*COMMENTS*/
.comments .tab-content-title,
.comments .tab-content-content{
    display:block;
}
.comments .tab-content-title span{
    border-bottom:none;
}
.comments .tab-content-content{
    padding:0;
}

.feedback-list #comments,
.tman-profile #comments,
.job-post #comments {
    padding: 0;
    border: none;
}
.feedback-list #comments .avatar,
.tman-profile #comments .avatar,
.job-post #comments .avatar,
.feedback-list #comments .avatar img,
.tman-profile #comments .avatar img,
.job-post #comments .avatar img{
    width:50px;
    height:50px;
    margin-bottom:12px;
}
.feedback-list #comments .comment,
.tman-profile #comments .comment,
.job-post #comments .comment{
    padding-bottom:10px;
}
.feedback-list #comments .comment:last-child,
.tman-profile #comments .comment:last-child,
.job-post #comments .comment:last-child{
    border-bottom:none;
}
.feedback-list #comments .children,
.tman-profile #comments .children,
.job-post #comments .children{
    padding-left:120px;
    padding-bottom:20px;
}
.feedback-list #comments .children li,
.tman-profile #comments .children li,
.job-post #comments .children li{
    border-bottom:none;
}
.feedback-list #comments .children .commentbody,
.tman-profile #comments .children .commentbody,
.job-post #comments .children .commentbody{
    padding-left:10px;
}
.feedback-list #comments .commentbody,
.tman-profile #comments .commentbody,
.job-post #comments .commentbody{
    font-size:14px;
}
.feedback-list #comments .message-title,
.tman-profile #comments .message-title,
.job-post #comments .message-title{
    padding-bottom:3px;
    font-size:13px;
    line-height:normal;
    color:#506a85;
}
.feedback-list #comments .message-wrap,
.tman-profile #comments .message-wrap,
.job-post #comments .message-wrap{
    border:solid 1px #ced7e0;
    border-radius: 10px;
    clear: both;
    line-height: 18px;
    margin: 12px 0 8px 0;
    padding: 10px 20px 10px;
    pointer-events: auto !important;
    position: relative;
    word-wrap: break-word;
    z-index:0
}
.feedback-list #comments .message-wrap:before,
.tman-profile #comments .message-wrap:after,
.job-post #comments .message-wrap:before,
.job-post #comments .message-wrap:after {
    display:none;
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    width: 0;

}
.feedback-list #comments .message-wrap:before,
.tman-profile #comments .message-wrap:before,
.job-post #comments .message-wrap:before {
    border-color: transparent transparent #ced7e0;
    border-width: 0 8px 18px;
    left: -9px;
    top: -10px;
    transform: rotate(-45deg);
    z-index: 2;
}
.feedback-list #comments .message-wrap:after,
.tman-profile #comments .message-wrap:after,
.job-post #comments .message-wrap:after {
    border-color: transparent transparent #fff;
    border-width: 0 8px 18px;
    left: -7px;
    top: -8px;
    transform: rotate(-45deg);
    z-index: 3;
}
.job-close-reasons{
    padding-left: 50px;
}
/*HOMEPAGE*/
.home-stats {
    margin: auto;
    width: 65%;
    padding: 10px;
}

.home-stats .stat-item {
    list-style-type: none;
    padding: 5px;
    font-weight: 600;
    text-transform: capitalize;
}

.home-stats .stat-item i{
    color: #f27a24;
    font-size: 25px;
    margin-right: 20px;
}
.how-it-works__steps {
    margin-top: 20px;
    margin-bottom: 5px;
}
.how-it-works__steps .step{
    display:table;
    margin-bottom: 15px;
}
.how-it-works__steps-title,
.how-it-works__steps-digit{
    display:table-cell;
    vertical-align:middle;
}
.how-it-works__steps .h2 {
    line-height: 26px;
    margin-bottom: 0;
    font-size: 18px;
}
.how-it-works__steps p{
    margin-top:15px;
}
.how-it-works__steps .more-link{
    font-weight:700;
}
.how-it-works__steps .step-icon{
    font-size:30px;
}
.how-it-works__steps .step-details{
    margin-top:10px;
    min-height: 50px;
}
.how-it-works__steps .step-text {
    font-size: 14px;
    line-height: 20px;
}
.heading-digit{
    border: 3px solid #f27a24;
    border-radius: 50%;
    color: #f27a24;
    display: block;
    font-size: 30px;
    font-weight:600;
    height: 60px;
    line-height: 52px;
    margin-right: 0.5em;
    text-align: center;
    width: 60px;
}
.how-it-works__steps .steps-stats{
    margin-left: 75px;
    margin-top: -10px;
}
.how-it-works__steps .steps-stats span {
    color: #f27a24;
    font-size: 25px;
    font-weight: 700;
}
.step-text {
    color: #40556b;
}
/*popular categories*/
.index-popular__cat__link{
    display:inline-block;
    position:relative;

}
.index-popular__cat.main-cat .index-popular__cat__link{
    margin-bottom:185px;
    font-size:18px;
    line-height:1;
    font-weight:700;
    color:#40556b;
    white-space:nowrap;
}
.index-popular__cat.main-cat .index-popular__cat__link:hover,
.index-popular__cat.add-cat .index-popular__cat__link:hover{
    color:#f27a24;
}
.index-popular__cat.main-cat .index-popular__cat__link:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 80px;
    height: 80px;
    bottom: -100px;
    margin-bottom: -40px;
    left: 50%;
    margin-left: -40px;
    background: url(/Content/images/icons/cat_delivery.svg) no-repeat;
    background-size: contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_car_delivery:before{
    background: url(/Content/images/icons/cat_car_delivery.svg) no-repeat;
    background-size:contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_building:before{
    background: url(/Content/images/icons/cat_building.svg) no-repeat;
    background-size:contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_interior:before{
    background: url(/Content/images/icons/cat_interior.svg) no-repeat;
    background-size:contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_furniture_doors_stairs:before {
    background: url(/Content/images/icons/cat_furniture_doors_stairs.svg) no-repeat;
    background-size: contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_decor:before{
    background: url(/Content/images/icons/cat_decor.svg) no-repeat;
    background-size:contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_home_services:before{
    background: url(/Content/images/icons/cat_home_services.svg) no-repeat;
    background-size:contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_domestic_services:before{
    background: url(/Content/images/icons/cat_domestic_services.svg) no-repeat;
    background-size:contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_home_repair:before{
    background: url(/Content/images/icons/cat_home_repair.svg) no-repeat;
    background-size:contain;
}
.index-popular__cat.main-cat  .index-popular__cat__link.cat_prof_services:before{
    background: url(/Content/images/icons/cat_prof_services.svg) no-repeat;
    background-size:contain;
}
.index-popular__cat.main-cat  .index-popular__cat__link.cat_car_repair:before{
    background: url(/Content/images/icons/cat_car_repair.svg) no-repeat;
    background-size:contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_beauty:before{
    background: url(/Content/images/icons/cat_beauty.svg) no-repeat;
    background-size:contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_delivery:before{
    background: url(/Content/images/icons/cat_delivery.svg) no-repeat;
    background-size:contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_event:before {
    background: url(/Content/images/icons/cat_event.svg) no-repeat;
    background-size: contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_teacher:before {
    background: url(/Content/images/icons/cat_teacher.svg) no-repeat;
    background-size: contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_it:before {
    background: url(/Content/images/icons/cat_it.svg) no-repeat;
    background-size: contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_design_art_ads:before {
    background: url(/Content/images/icons/cat_design_art_ads.svg) no-repeat;
    background-size: contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_garden_soil:before {
    background: url(/Content/images/icons/cat_garden_soil.svg) no-repeat;
    background-size: contain;
}
.index-popular__cat.main-cat .index-popular__cat__link.cat_photo_video_audio:before {
    background: url(/Content/images/icons/cat_photo_video_audio.svg) no-repeat;
    background-size: contain;
}
.index-popular__cat.main-cat .index-popular__cat__link:after{
    content: "";
    display: block;
    position: absolute;
    bottom: -175px;
    left: 50%;
    margin-left: -78px;
    width: 156px;
    height: 156px;
    border-radius: 50%;
    background-color: #f7f9fa;
    border:solid 1px #cad7de;
}
.index-popular__cat.main-cat .index-popular__cat__link.right-floated:before {
    margin-left: 40px;
}
.index-popular__cat.main-cat .index-popular__cat__link.right-floated:after {
    margin-left: initial;
}
.index-popular__subcategory{
    text-align:left;
    font-size:14px;
    padding-left:10px;
    overflow:hidden;
    white-space:nowrap;
}
.index-popular__subcategory ul{
    padding-left:0;
}
.index-popular__subcategory-expanded{
    min-height: 346px;
}
.index-popular__showmore {
    font-size: 13px;
    border-bottom: dotted 1px;
}
.index-popular__cat.add-cat {
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding: 0 20px 12px 95px;
    position: relative;
}

.index-popular__cat.add-cat .index-popular__cat__link {
    font-size:18px;
    font-weight:500;
    color: #40556b;
    white-space: nowrap;
}
@media(max-width: 420px) {
    .index-popular__cat.add-cat {
        padding-left: 70px;
    }
    .index-popular__cat.add-cat .index-popular__cat__link {
        font-size: 16px;
    }
}
.index-popular__cat.add-cat .index-popular__cat__link:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 35px;
    height: 35px;
    margin-left:-45px;
    top: 0;
    left: 0;
    background: url(/Content/images/icons/services/cat_delivery.svg) no-repeat;
}
.positions-tbl-area-icon.cat_prof_services,
.index-popular__cat.add-cat .index-popular__cat__link.cat_prof_services:before {
    background: url(/Content/images/icons/services/cat_prof_services.svg) no-repeat;
    background-size: contain;
}

.positions-tbl-area-icon.cat_car_repair,
.index-popular__cat.add-cat .index-popular__cat__link.cat_car_repair:before {
    background: url(/Content/images/icons/services/cat_car_repair.svg) no-repeat;
    background-size: contain;
}

.positions-tbl-area-icon.cat_other,
.index-popular__cat.add-cat .index-popular__cat__link.cat_other:before {
    background: url(/Content/images/icons/services/cat_other.svg) no-repeat;
    background-size: contain;
}

.positions-tbl-area-icon.cat_car_delivery,
.index-popular__cat.add-cat .index-popular__cat__link.cat_car_delivery:before {
    background: url(/Content/images/icons/services/cat_car_delivery.svg) no-repeat;
    background-size: contain;
}

.positions-tbl-area-icon.cat_building,
.index-popular__cat.add-cat .index-popular__cat__link.cat_building:before {
    background: url(/Content/images/icons/services/cat_building.svg) no-repeat;
    background-size: contain;
}

.positions-tbl-area-icon.cat_interior,
.index-popular__cat.add-cat .index-popular__cat__link.cat_interior:before {
    background: url(/Content/images/icons/services/cat_interior.svg) no-repeat;
    background-size: contain;
}

.positions-tbl-area-icon.cat_furniture_doors_stairs,
.index-popular__cat.add-cat .index-popular__cat__link.cat_furniture_doors_stairs:before {
    background: url(/Content/images/icons/services/cat_furniture_doors_stairs.svg) no-repeat;
    background-size: contain;
}

.positions-tbl-area-icon.cat_decor,
.index-popular__cat.add-cat .index-popular__cat__link.cat_decor:before {
    background: url(/Content/images/icons/services/cat_decor.svg) no-repeat;
    background-size: contain;
}

.positions-tbl-area-icon.cat_home_services,
.index-popular__cat.add-cat .index-popular__cat__link.cat_home_services:before {
    background: url(/Content/images/icons/services/cat_home_services.svg) no-repeat;
    background-size: contain;
}
.positions-tbl-area-icon.cat_domestic_services,
.index-popular__cat.add-cat .index-popular__cat__link.cat_domestic_services:before {
    background: url(/Content/images/icons/services/cat_domestic_services.svg) no-repeat;
    background-size: contain;
}
.positions-tbl-area-icon.cat_home_repair,
.index-popular__cat.add-cat .index-popular__cat__link.cat_home_repair:before {
    background: url(/Content/images/icons/services/cat_home_repair.svg) no-repeat;
    background-size: contain;
}

.positions-tbl-area-icon.cat_beauty,
.index-popular__cat.add-cat .index-popular__cat__link.cat_beauty:before {
    background: url(/Content/images/icons/services/cat_beauty.svg) no-repeat;
    background-size: contain;
}

.positions-tbl-area-icon.cat_delivery,
.index-popular__cat.add-cat .index-popular__cat__link.cat_delivery:before {
    background: url(/Content/images/icons/services/cat_delivery.svg) no-repeat;
    background-size: contain;
}

.positions-tbl-area-icon.cat_event,
.index-popular__cat.add-cat .index-popular__cat__link.cat_event:before {
    background: url(/Content/images/icons/services/cat_event.svg) no-repeat;
    background-size: contain;
}

.positions-tbl-area-icon.cat_electricals,
.index-popular__cat.add-cat .index-popular__cat__link.cat_electricals:before {
    background: url(/Content/images/icons/services/cat_electricals.svg) no-repeat;
    background-size: contain;
}

.positions-tbl-area-icon.cat_it,
.index-popular__cat.add-cat .index-popular__cat__link.cat_it:before {
    background: url(/Content/images/icons/services/cat_it.svg) no-repeat;
    background-size: contain;
}

.positions-tbl-area-icon.cat_teacher,
.index-popular__cat.add-cat .index-popular__cat__link.cat_teacher:before {
    background: url(/Content/images/icons/services/cat_teacher.svg) no-repeat;
    background-size: contain;
}

.positions-tbl-area-icon.cat_design_art_ads,
.index-popular__cat.add-cat .index-popular__cat__link.cat_design_art_ads:before {
    background: url(/Content/images/icons/services/cat_design_art_ads.svg) no-repeat;
    background-size: contain;
}

.positions-tbl-area-icon.cat_garden_soil,
.index-popular__cat.add-cat .index-popular__cat__link.cat_garden_soil:before {
    background: url(/Content/images/icons/services/cat_garden_soil.svg) no-repeat;
    background-size: contain;
}

.positions-tbl-area-icon.cat_photo_video_audio,
.index-popular__cat.add-cat .index-popular__cat__link.cat_photo_video_audio:before {
    background: url(/Content/images/icons/services/cat_photo_video_audio.svg) no-repeat;
    background-size: contain;
}

.index-popular__cat__count{
    font-size: 12px;
    font-weight: 100;
    color: darkgray;
}
.index-popular__cat__price{
    font-size: 16px;
    font-weight: 100;
}
/*latest reviews*/
.index-latest-review{
    line-height:1.3;
    background: #fff;
}
.index-latest-review .header{
    height:70px;
    width:100%;
    padding:10px;
    background: #F2F5F7;
    border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
    text-align: center;
}

.index-latest-review .name a{font-weight:bold;}
.index-latest-review .name i{
    font-size:20px;
}
.index-latest-review .name i.positive {
    color:#00ca77;
}
.index-latest-review .name i.negative {
    color: #f27a24;
}
.index-latest-review__rate {
    font-size: 10px;
}

.index-latest-review .content{
    min-height:290px;
    position:relative;
    text-align:left;
    font-size:14px;
    padding:15px 20px;
    border: solid 3px #F2F5F7;
}
.index-latest-review .content.no-date {
    min-height:271px;
}
.index-latest-review .content-contractor{
    margin-bottom:20px;
}

.index-latest-review__avatar{
    border-radius: 70px;
    margin: auto;
    height: 140px;
    width: 140px;
    overflow: hidden;
}
.index-latest-review__avatar img{
    display:block;
    width:100%;
}

.index-latest-review .content-details a{
    font-size:14px;
    font-style:italic;
    display:block;
    position:relative;
    padding-left:20px;
    padding-bottom:20px;
}
.index-latest-review .content-details blockquote:before{
    font-size:20px;
    left:0;
    top:0;
}
.index-latest-review__time{
    position:absolute;
    bottom:10px;
    left:40px;
    font-size:90%;
}

.index-latest-review__likes {
    background: #F2F5F7;
    padding: 5px;
    line-height: 1;
}
.index-latest-review__likes span{
    padding-right:8px;
}
.index-latest-review__likes .negative {
    color: #f27a24;
}

h1.create-order{
    font-size:30px;
    margin-bottom:0;
}
h1.latest-review-title{
    margin-bottom: 0px;
}
/*Latest registrations*/
.index-registrations .bordered .info{
    white-space: nowrap;
    overflow: hidden;
}
.index-registrations .bordered .info p{
    font-size: 12px;
}
.index-registrations figcaption.bordered{
    padding-left: 10px;
    padding-right: 10px;
}
.no-bottom-margin{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.index-popular-services {
    margin-top: 2px;
    margin-bottom: 2px
}
.index-popular-services img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.index-popular-services figcaption {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 97px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index-popular-services:hover {
    border-radius: 10px;
    box-shadow: 0 0 0 1px #f27a24 !important;
}
/*Numbers*/

.numbers{
    text-align:center;
    font-weight:700;
    color:#fff;
    line-height:1.5;
}
.numbers__number{
    font-size:40px;
}
.numbers__text{
    min-height:48px;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    text-transform:uppercase;
    letter-spacing:1px;
}
/*ALL CATEGORIES*/
.all-cats-item{
    position:relative;
    padding-left:50px;
    line-height:1.2;
}
.all-cats-item__parent{
    font-size:16px;
    margin-bottom:8px;
    font-weight:700;
}
.all-cats-item__link{
    color:#000;
    min-height: 42px;
    padding-top: 18px;
}
.all-cats-item:before{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    position: absolute;
}
.all-cats-item_cat_delivery:before{
    background: url(/Content/images/icons/cat_delivery.svg) no-repeat;
    background-size:contain;
}
.all-cats-item_cat_building:before{
    background: url(/Content/images/icons/cat_building.svg) no-repeat;
    background-size:contain;
}
.all-cats-item_cat_interior:before {
    background: url(/Content/images/icons/cat_interior.svg) no-repeat;
    background-size: contain;
}
.all-cats-item_cat_furniture_doors_stairs:before {
    background: url(/Content/images/icons/cat_furniture_doors_stairs.svg) no-repeat;
    background-size: contain;
}
.all-cats-item_cat_decor:before {
    background: url(/Content/images/icons/cat_decor.svg) no-repeat;
    background-size: contain;
}
.all-cats-item_cat_home_services:before{
    background: url(/Content/images/icons/cat_home_services.svg) no-repeat;
    background-size:contain;
}
.all-cats-item_cat_domestic_services:before {
    background: url(/Content/images/icons/cat_domestic_services.svg) no-repeat;
    background-size: contain;
}
.all-cats-item_cat_home_repair:before{
    background: url(/Content/images/icons/cat_home_repair.svg) no-repeat;
    background-size:contain;
}
.all-cats-item_cat_prof_services:before{
    background: url(/Content/images/icons/cat_prof_services.svg) no-repeat;
    background-size:contain;
}
.all-cats-item_cat_car_repair:before{
    background: url(/Content/images/icons/cat_car_repair.svg) no-repeat;
    background-size:contain;
}
.all-cats-item_cat_other:before{
    background: url(/Content/images/icons/cat_other.svg) no-repeat;
    background-size:contain;
}
.all-cats-item_cat_car_delivery:before{
    background: url(/Content/images/icons/cat_car_delivery.svg) no-repeat;
    background-size:contain;
}
.all-cats-item_cat_beauty:before {
    background: url(/Content/images/icons/cat_beauty.svg) no-repeat;
    background-size:contain;
}
.all-cats-item_cat_event:before {
    background: url(/Content/images/icons/cat_event.svg) no-repeat;
    background-size: contain;
}
.all-cats-item_cat_electricals:before {
    background: url(/Content/images/icons/cat_electricals.svg) no-repeat;
    background-size: contain;
}
.all-cats-item_cat_it:before {
    background: url(/Content/images/icons/cat_it.svg) no-repeat;
    background-size: contain;
}
.all-cats-item_cat_teacher:before {
    background: url(/Content/images/icons/cat_teacher.svg) no-repeat;
    background-size: contain;
}
.all-cats-item_cat_design_art_ads:before {
    background: url(/Content/images/icons/cat_design_art_ads.svg) no-repeat;
    background-size: contain;
}
.all-cats-item_cat_garden_soil:before {
    background: url(/Content/images/icons/cat_garden_soil.svg) no-repeat;
    background-size: contain;
}
.all-cats-item_cat_photo_video_audio:before {
    background: url(/Content/images/icons/cat_photo_video_audio.svg) no-repeat;
    background-size: contain;
}

.all-cats-children{
    padding-left:0;
    font-size:14px;
     white-space: nowrap;
}
.all-cats-children__item{
    margin-bottom:4px;
}
/*JOB POSTS*/

.job-list-item{
    display: block;
    padding:40px 10px 10px;
    background-color:#fff;
    margin-bottom:20px;
    position:relative;
    border-right:solid 1px #e6e9ed;
    border-bottom:solid 1px #e6e9ed;
    border-left:solid 1px #e6e9ed;
    border-top:solid 1px #e6e9ed;
}
.job-list .job-list-item:hover,
.job-list .job-list-item:focus {
    border-color: #F27A24;
    cursor: pointer;
    color: #506a85;
}
.job-list .job-post-tags:hover {
    cursor: pointer;
}
.job-unseen-event .job-list-item{
    border-color: #f27a24;
    box-shadow: 0px 0px 10px #F27A24;
}
.job-unseen-event .job-list-item:hover{
    box-shadow: 0px 0px 15px #F27A24;
}
.job-events-label{
    font-size: 14px;
    font-weight: 700;
}
.job-list__rush-icon {
    position: absolute;
    left: 30px;
    top: 0;
    font-size: 20px;
    color: #f27a24;
    padding-top: 10px;
}
.job-list__label{
    position:absolute;
    right:30px;
    top:0;
    font-size:13px;
    text-align:center;
    line-height:1;
}
.job-list-item .job-details-blob {
    clear: both;
    padding: 15px;
    background: #f2f5f7;
    position: relative;
    border-radius: 5px;
    margin-top: 20px;
    overflow: hidden;
}
.job-list-item .job-post-tags {
    margin-top: -10px;
}

.job-list-item.unseen::after {
    content: "";
    position: absolute;
    top: -3px;
    right: -3px;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #007bff;
    box-shadow: 0 0 0 2px #fff;
    pointer-events: none;
    z-index: 2;
}

.jobs-mark-all-seen {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #007bff;
    border: 1px solid #ddd;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.jobs-mark-all-seen i {
    font-size: 16px;
}

.jobs-mark-all-seen:hover {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
    text-decoration: none;
}

.jobs-mark-all-seen:active {
    transform: scale(0.92);
}
@media (prefers-reduced-motion: reduce) {
    .job-list-item.unseen::after { animation: none; }
}
@media (max-width: 760px) {
    .job-list__label {
        right: 13px;
    }
}
.job-list__label .cat-badge {display: inline-block; padding:10px 5px 8px 5px; position: relative; width: 150px;
-webkit-box-shadow: 0 4px 2px rgba(0,0,0,0.2);
           -moz-box-shadow: 0 4px 2px rgba(0,0,0,0.2);
                box-shadow: 0 4px 2px rgba(0,0,0,0.2);}
.job-list__label .cat-badge:before {border-top: 5px solid; border-left: 75px solid transparent; border-right: 75px solid transparent; content: "";
 height: 0; left: 0; position: absolute; bottom: -5px; width: 0;
 }

.job-list__label .cat-badge.Posted{background: #f27a24; color:#fff;}
.job-list__label .cat-badge.Posted:before{border-top-color:#f27a24;}

.job-list__label .cat-badge.Progressed{background: #337ab7; color:#fff;}
.job-list__label .cat-badge.Progressed:before{border-top-color:#337ab7;}

.job-list__label .cat-badge.Approved{background: #00ca77; color:#fff;}
.job-list__label .cat-badge.Approved:before{border-top-color:#00ca77;}

.job-list__label .cat-badge.Applied{background: #f27a24; color:#fff;}
.job-list__label .cat-badge.Applied:before{border-top-color:#f27a24;}

.job-list__label .cat-badge.Declined{background: #ff4000; color:#fff;}
.job-list__label .cat-badge.Declined:before{border-top-color:#ff4000;}

.job-list__label .cat-badge.FeedbackPending{background: #337ab7; color:#fff;}
.job-list__label .cat-badge.FeedbackPending:before{border-top-color:#337ab7;}

.job-list__label .cat-badge.Canceled{background: #999; color:#fff;}
.job-list__label .cat-badge.Canceled:before{border-top-color:#999;}

.job-list__label .cat-badge.DraftClosed,
.job-list__label .cat-badge.Finished {
    background: #999;
    color: #fff;
}
.job-list__label .cat-badge.DraftClosed,
.job-list__label .cat-badge.Finished:before {
    border-top-color: #999;
}
.job-list-item .address{
    font-size :0.9em;
    font-weight: 700;
    color: #40556b;
    padding: 0px;
    vertical-align: sub;
}
.tradesman-bids-info {
    float: right;
    text-align: right;
    font-size: 20px;
}
.customer-job-list .job-list-item .bids-info{
    padding: 0px;
    display: block;
}

.job-list-item .bids-link{
    font-size: 0.9em;
    text-decoration: underline;
    color: #40556b;
    font-weight: 700;

    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
}
.job-list-item .bids-link:hover{
    color: #F27A24;
}
.job-post{
    font-size:15px;
}
.job-post-tags{
    padding-left:2px;
}
.job-post-tags li.cat_prof_services,
.job-post-tags li.cat_car_repair,
.job-post-tags li.cat_other,
.job-post-tags li.cat_car_delivery,
.job-post-tags li.cat_delivery,
.job-post-tags li.cat_building,
.job-post-tags li.cat_interior,
.job-post-tags li.cat_furniture_doors_stairs,
.job-post-tags li.cat_decor,
.job-post-tags li.cat_home_services,
.job-post-tags li.cat_domestic_services,
.job-post-tags li.cat_home_repair,
.job-post-tags li.cat_beauty,
.job-post-tags li.cat_event,
.job-post-tags li.cat_electricals,
.job-post-tags li.cat_it,
.job-post-tags li.cat_teacher,
.job-post-tags li.cat_design_art_ads,
.job-post-tags li.cat_garden_soil,
.job-post-tags li.cat_photo_video_audio {
    padding-left: 24px;
}
.job-post-tags li:first-child{
    margin-left:0;
}
.job-post-tags li i{
    position:relative;
}
.job-post-tags li i.bg-icon:before{
    content: "";
    display: block !important;
    height: 20px;
    position: absolute;
    top: 0;
    left:-24px;
    width: 20px;
    z-index: 2;
}

.job-post-tags li.cat_prof_services i:before, .account-jobs li.cat_prof_services i:before{
    background: url(/Content/images/icons/cat_prof_services.svg) no-repeat scroll 0 0;
    background-size:contain;
}
.job-post-tags li.cat_car_repair i:before, .account-jobs li.cat_car_repair i:before{
    background: url(/Content/images/icons/cat_car_repair.svg) no-repeat scroll 0 0;
    background-size:contain;
}
.job-post-tags li.cat_other i:before, .account-jobs li.cat_other i:before{
    background: url(/Content/images/icons/cat_other.svg) no-repeat scroll 0 0;
    background-size:contain;
}
.job-post-tags li.cat_car_delivery i:before, .account-jobs li.cat_car_delivery i:before{
    background: url(/Content/images/icons/cat_car_delivery.svg) no-repeat scroll 0 0;
    background-size:contain;
}
.job-post-tags li.cat_delivery i:before, .account-jobs li.cat_delivery i:before{
    background: url(/Content/images/icons/cat_delivery.svg) no-repeat scroll 0 0;
    background-size:contain;
}
.job-post-tags li.cat_building i:before, .account-jobs li.cat_building i:before{
    background: url(/Content/images/icons/cat_building.svg) no-repeat scroll 0 0;
    background-size:contain;
}
.job-post-tags li.cat_interior i:before, .account-jobs li.cat_interior i:before{
    background: url(/Content/images/icons/cat_interior.svg) no-repeat scroll 0 0;
    background-size:contain;
}
.job-post-tags li.cat_furniture_doors_stairs i:before, .account-jobs li.cat_furniture_doors_stairs i:before {
    background: url(/Content/images/icons/cat_furniture_doors_stairs.svg) no-repeat scroll 0 0;
    background-size: contain;
}
.job-post-tags li.cat_decor i:before, .account-jobs li.cat_decor i:before{
    background: url(/Content/images/icons/cat_decor.svg) no-repeat scroll 0 0;
    background-size:contain;
}
.job-post-tags li.cat_home_services i:before, .account-jobs li.cat_home_services i:before{
    background: url(/Content/images/icons/cat_home_services.svg) no-repeat scroll 0 0;
    background-size:contain;
}
.job-post-tags li.cat_domestic_services i:before, .account-jobs li.cat_domestic_services i:before{
    background: url(/Content/images/icons/cat_domestic_services.svg) no-repeat scroll 0 0;
    background-size:contain;
}
.job-post-tags li.cat_home_repair i:before, .account-jobs li.cat_home_repair i:before{
    background: url(/Content/images/icons/cat_home_repair.svg) no-repeat scroll 0 0;
    background-size: contain;
}
.job-post-tags li.cat_beauty i:before, .account-jobs li.cat_beauty i:before{
    background: url(/Content/images/icons/cat_beauty.svg) no-repeat scroll 0 0;
    background-size: contain;
}
.job-post-tags li.cat_event i:before, .account-jobs li.cat_event i:before {
    background: url(/Content/images/icons/cat_event.svg) no-repeat scroll 0 0;
    background-size: contain;
}
.job-post-tags li.cat_electricals i:before, .account-jobs li.cat_electricals i:before {
    background: url(/Content/images/icons/cat_electricals.svg) no-repeat scroll 0 0;
    background-size: contain;
}
.job-post-tags li.cat_it i:before, .account-jobs li.cat_it i:before {
    background: url(/Content/images/icons/cat_it.svg) no-repeat scroll 0 0;
    background-size: contain;
}
.job-post-tags li.cat_teacher i:before, .account-jobs li.cat_teacher i:before {
    background: url(/Content/images/icons/cat_teacher.svg) no-repeat scroll 0 0;
    background-size: contain;
}
.job-post-tags li.cat_design_art_ads i:before, .account-jobs li.cat_design_art_ads i:before {
    background: url(/Content/images/icons/cat_design_art_ads.svg) no-repeat scroll 0 0;
    background-size: contain;
}
.job-post-tags li.cat_garden_soil i:before, .account-jobs li.cat_garden_soil i:before {
    background: url(/Content/images/icons/cat_garden_soil.svg) no-repeat scroll 0 0;
    background-size: contain;
}
.job-post-tags li.cat_photo_video_audio i:before, .account-jobs li.cat_photo_video_audio i:before {
    background: url(/Content/images/icons/cat_photo_video_audio.svg) no-repeat scroll 0 0;
    background-size: contain;
}
.account-jobs li i.bg-icon{
    padding-left: 40px;
    font-style: normal;
}
.account-jobs li i.bg-icon:before{
    content: "";
    display: block !important;
    height: 20px;
    position: absolute;
    top: 0;
    left: 24px;
    width: 20px;
    z-index: 2;
}

.meta li i:before{
    font-style:normal;
}
.meta li.time i:before {
    content: "\f554";
}
.meta li.price i:before {
    content: "\f0d6";
}
.meta li.meta-cat a{
    position:relative;
}

.job-categories-heading{
    display:none;
    padding-left:20px;
}
.filters-container {
    display: none;
}
.filters-trigger {
    cursor: pointer;
    display: block;
    font-size: 20px !important;
    position: relative;
    height: 40px;
    margin-bottom: 10px;
}

.filters-trigger img {
    width: 35px;
    position: absolute;
    right: 0px;
    border: solid 1px;
    padding: 5px;
    border-radius: 3px;
}

.filters-icon-wrap.has-unseen::after {
    content: "";
    position: absolute;
    top: -3px; /* tweak to sit on the corner */
    right: -3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #007bff;
    box-shadow: 0 0 0 2px #fff;
    animation: pulse 1s 1;
}

.location-filter-predefined {
    text-align: center;
    padding-left: 0;
}
.job-categories-menu{
    text-align:center;
    padding-left:0;
}
.job-categories ul li{
    font-weight:700;
    font-size:14px;
    background-color:#fff;

}
.job-categories ul li a,
.job-categories ul li ul.submenu li a{
    display:block;
    padding:4px;
    border-bottom:solid 1px #e6e9ed;
}
.job-categories ul li ul.submenu li{
    font-size:13px;
    font-weight: 500;
}
.job-categories ul > li.active,
.job-categories ul > li.active .submenu li.active{
    color:#f27a24;
}
.job-categories ul > li.active .submenu{
    color:#506a85;
}

.job-post .job-post-tags .delivery.hidden-xs{
    display:inline-block !important;
}

dt{
    font-size:14px;
}
.dl-horizontal dt{
    text-align:left;
    white-space:normal;
    width:200px;
}

.dl-horizontal dt,
.dl-horizontal dd{
    margin-bottom:10px;
    position: relative;
}
.close-job-post{
    position:relative;
}
.close-job-post .btn{
    margin:0;
}
.close-job-post span{
    position:absolute;
    top:0;
    right:0;
}

.job-post-gallery{
    padding-left:0;
    margin-top:10px;
}
.job-post-gallery__item{
    display: block;
    float: left;
    height: 60px;
    margin: 0 10px 10px 0;
    width: 76px;
    overflow:hidden;
}
.job-post-gallery__link{
    display: block;
    min-height: 58px;
    width: 76px;
}
.job-post-gallery__link img{
    max-width:100%;
}

/*post bid form*/
.bid-form-container {
    background-color: white;
    padding: 25px;
}

.client .client-name {
    padding-top: 6px;
    line-height: 1.3;
}
.client .client-avatar{
    border-radius: 40px;
    float: left;
    height: 80px;
    margin-right: 20px;
    overflow: hidden;
    width: 80px;
    border:solid 1px #e6e9ed;
}
.client .client-avatar img{
    width:100%;
    display:block;
}
.client .client-contacts{
    margin-top: 30px;
    padding-top: 10px;
}
.bid-post-form {
    padding: 30px;
}
.ad-banner-container {
    margin-top: 10px;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .bid-form-container {
        padding: 10px;
    }
    #bid-form .form-group {
        margin-bottom: 10px;
    }
}
/*Job bids*/
.bids-list-container {
    margin-top: 25px;
}
.job-bids .panel-body {
    padding: 0 15px 15px;
}
.job-bids .panel-group .panel{
    border:0;
}
.job-post-client{margin-top:20px;}
.job-bids h3{
    margin-bottom:30px;
}
.tab-content-in{
    display:block;
    width:100%;
    margin-bottom:10px;
}

.tab-content-title{
    padding-bottom:5px;
    line-height:1.3;
}
.tab-content-content{
    padding-bottom:1px;
    line-height:1.3;
}
.tab-content-content{
    font-weight:700;
}
.tab-content-title span{
    display:block;
    border-bottom:dotted 1px #ccc;
}
/*rating stars*/

.score{
    margin-top:20px;
}
.score-name span{
    font-size:90%;
    padding-left:8px;
    font-weight:400;
}
.score-item{
    margin-bottom:10px;
}
.score-title{
    font-weight:700;
    vertical-align:middle;
    padding:0 5px 7px 0;

}
.score-title,
.rating-container{
    display:inline-block;
}
.rating-container .caption{
    margin-top:0 !important;
}
.rating .star{
    padding:0 !important;
}
.rating-container .caption .label{
    color:#fff;
    padding-top:5px;
}
/*end rating stars*/
.tab-content-about {
    overflow: hidden;
}
/*job post comments*/
#comments .commentlist .children .comment {
    padding: 10px;
    background-color: #f2f5f7;
    border-radius: 4px;
    margin-top: 5px;
}
.job-post .selected-bid #comments .commentlist .children .comment{
    background-color:#fff;
}
.selected-bid #comments{
    background-color:#f2f5f7 ;
}

.job-post .selected-bid #comments .message-wrap:after {
    border-color: transparent transparent #f2f5f7;
}

/*end Job post comments*/

/* job form*/
.job-create-form textarea{
    min-height: initial;
}

.selected-bid{
    position:relative;
    padding-top:40px !important;
    padding-bottom:30px;
    background:#f2f5f7;
}
.selected-bid .label{
    position:absolute;
    right:0;
    top:0;
    font-weight:400;
    font-size:13px;
    color:#fff;
    background-color:#00ca77;
    border-radius:0;
}
.bid-actions{
    padding-top:10px;
    border-top:solid 1px #e6e9ed;
    font-size:14px;
}
.bid-actions span,
.bid-actions button{
    margin-right:15px;
    white-space:nowrap;}
.bid-actions .bid-phone,.bid-email{
    text-decoration: underline;
    text-decoration-color: #f27a24;
    font-weight: 700;
}
.bid-send-email,
.bid-send-email i:before {
    font-style:italic;
}

form.contacts-exchange-form{
    margin-top:15px;
    font-size:14px;
}
.modal-xs form.contacts-exchange-form label{
    width:160px;
}

/*===================================================================================*/
/*	Tradesmen list
/*===================================================================================*/
.tradesman-name h3,
.tradesman-name h2 {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
}
.tradesman-name .meta .accent{
    font-weight:700;
    color:#40556b;
}
.tradesman-name .meta .accent i{
    color:#00ca77;
}
.tradesman-name .tradesman-badge{
    display: inline-block;
}
.tmen-list-items .tmen-list-item {
    margin-bottom: 20px;
}
.tmen-list-items .tmen-list-item .meta:hover{
    border-color: #F27A24;
    cursor: pointer;
}
.tmen-list-item__add,
.tradesman-details__add{
    margin-bottom:10px;
    font-size:14px;
    line-height:1.3;
}
.tmen-list-item__add .tradesman-accessed-info .meta{
    display: inline-block;
    color: #BCC7D1;
    margin: 0;
}
.tradesman-accessed-info .meta.accent{
    color:#40556b;
}
.tradesman-accessed-info .meta.accent i{
    color:#00ca77;
}
.tradesman-details__add div{
    margin-bottom:4px;
}
.tradesman-details__add i{
    font-size: 20px;
}
.tradesman-details__add .filled-stars .star .icon-star:before,
.message-wrap .filled-stars .star .icon-star:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(/Content/images/star.png) left top no-repeat;
    background-size: 16px;
}
.tradesman-details__add .empty-stars .star .icon-star-empty:before,
.message-wrap .empty-stars .star .icon-star-empty:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(/Content/images/star.png) left bottom no-repeat;
    background-size: 16px;
}
.tradesman-details__bid__rate{
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 10px;
    text-align: center;
}

.tradesman-details__status,
.tradesman-details__registered{
    font-weight: 700;
    line-height: 1.5;
}

.tradesman-badge{
    margin-left: 10px;
}
.tradesman-badge i{
    font-size: 22px;
    line-height: 1.2;
}
.tradesman-badge i.larger{
    font-size: 25px;
}
.tradesman-badge i.contacts-checked{
    color: #00ca77;
}
.tradesman-badge i.approved{
    color: #00ca77;
}
.tradesman-badge i.registered{

}
.tradesman-badge i.recomended{
    color: #f27a24;
}
.tradesman-badge i.portfolio{
    color: #f27a24;
}
.tradesman-badge i.facebook{
    color: #3b5998;
}
.tradesman-badge a.link{
    text-decoration: underline;
}
.tradesman-badge h3{
    margin-bottom: 15px;
}
.tmen-list .thumbs{
    margin-top:5px;
}

/*Tradesman profile*/
.tman-profile-translate{
        padding: 9px 18px 11px;
}
.avatar.big,
.tman-profile .thumbs,
.job-post .thumbs{
    width:160px;
}
.avatar.big img{
    width:160px;
    height:160px;
}
.avatar.tiny img{
    width:40px;
    height:40px;
}
.avatar.editable{
    position: relative;
}
.avatar a .edit {
    font-size: 25px;
    position: absolute;
    right: 0;
    top: 0;
}
.profile-meta .avatar
{
    display:inline-block;
}
.profile-meta .money{
    padding-top:15px;
}
.profile-meta .bell {
    padding-top:13px;
    padding-right:10px;

}
.profile-meta .bell .icon{
    margin-bottom:0;
}
.badge-container {
  position: relative;
  display:inline-block;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  width:40px;
  height: 20px;

}

.badge-num {
  background: #f27a24;
  cursor: default;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  height: 30px;
  line-height: 1.75em;
  top: -14px;
  right: 5px;
  border: 2px solid #fff;
  position: absolute;
  text-align: center;
  width: 30px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  animation: pulse 1.5s 1;
}
.badge-num:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  border: 2px solid rgba(242, 122, 36, 0.5);
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s 1;
}
@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.4);
  }
  50% {
    transform: scale(0.9);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#badge-envelope :before {
  font-size: 26px;
  text-decoration: none;
}
#badge-envelope {
    cursor:pointer;
}




.tman-profile .tradesman-details{
    margin-bottom:40px;
}
.tman-profile-bid .tradesman-details__status,
.tman-profile .tradesman-details__status,
.tman-profile .tradesman-details__registered {
    font-weight: 500;
}
.tradesman-details dl{
    margin-top:20px;
}
.tradesman-details dl{
    font-size:14px;
}
.tradesman-details .job-category-title{
    font-size:13px;
    font-weight:700;
}

.score-item{
    font-size:13px;
}
.score-item{
    line-height:18px;
}
.tradesman-job-types {
    padding-left:0;
    margin-left:-10px;
    margin-top:-10px;
}

.tman-profile .tabs{
    margin-bottom:30px;
}
.score{
    margin-top:5px;
}
.tman-profile .rating-xs,
.job-post .rating-xs,
.feedback-details .rating-xs{
    font-size: 14px;
}
.tradesman-details__bid__rate .rating-xs{
    font-size: 1.8em;
}
.tman-profile .score-title,
.job-post .score-title,
.feedback-details .score-title{
    padding-bottom:1px;
}
.tman-profile .rating{
    padding-bottom:3px;
}

/*Profile gallery*/
#tab-3{
    padding-left:0;
    padding-right:0;
}
.profile-imgs{
    padding-left:0;
    margin-left:0;
}
.profile-imgs {
    margin-left: -5px;
    margin-right:-5px;
    margin-bottom: -15px;
}
.profile-imgs li {
    width:100%;
    padding-left:5px;
    padding-right:5px;
    margin-bottom: 10px;
}

.profile-imgs li {
    float: left;
    min-height: 1px;
    position: relative;
}
.profile-imgs li a{
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
    color:#fff;
    position:relative;
}
.profile-imgs img{
    width:100%;
    height:auto;
    max-width:100%;
}
.profile-imgs .info{
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left:0;
    right:0;
    color: #fff;
    padding: 10px;
    position: absolute;
    text-align: left;

}
.profile-imgs .info .count{
    float:right;
    margin-left:10px;
}
.profile-imgs .info .count:before{
    font-family: 'fontello';
    content: "\f4f7";
    display: inline-block;
    height: 14px;
    width: 20px;
    padding-right:2px;
}
.profile-imgs .delete{
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    right:0;
    color: #fff;
    position: absolute;
    height:36px;
    width:36px;
}
.profile-imgs .delete span:before{
    font-family: 'fontello';
    content: "\e819";
    display: inline-block;
    font-size:35px;
    width:35px;
    line-height:35px;
    text-align:center;
}
.tradesman-gallery{
    margin-bottom:30px;
}

/*===================================================================================*/
/*	Tradesman profile account
/*===================================================================================*/
.account-jobs{
    padding-left:0;
    padding-top:7px;
    font-size:14px;

}
.account-jobs span{
    position:relative;
    cursor:pointer;
}

.account-jobs li ul{
    padding-left:15px;
}
.account-jobs > li{
    margin-bottom:10px;
}
.account-jobs  label{
    font-weight:400;
    float:none !important;
    margin:0;
    padding-top:2px;
}
.reply-comment{
    padding:10px;
    font-size:13px;
    font-weight:700;
}
.form-horizontal .payment-logos .radio{
    padding-top:0;
    height:40px;
}
.form-horizontal .payment-logos img{
    height:auto;
}

/*===================================================================================*/
/*	SOCIAL LOGINS
/*===================================================================================*/

.social-login-unactive, .social-login-active{
    width:50%;
    float:left;
}
.social-login-active{
    padding-left:10px;
    border-left:1px solid #ccc;
}


/*===================================================================================*/
/*	FEEDBACK
/*===================================================================================*/

.feedback h3{
    margin-bottom:5px;
}
.feedback-details .content{
    margin-bottom:10px;
}
.feedback-tman-type{
    display:block;
    margin:10px 0;
    font-size:14px;
}
.feedback .job-list-item{
    padding-top:20px;
}
/*===================================================================================*/
/*	How it works
/*===================================================================================*/
.help-links ul{
    padding-left:0px;
}
.help-links ul li{
    display:block;
    position:relative;
}
.help-links ul li{
    padding-left:20px;
}
.help-links ul li:after{
    display:none;
}
.help-links ul li:last-child:after{
    content:'';
}

/* DATEPICKER */

.datepicker td, .datepicker th{
    font-size:12px;
    padding-top:3px !important;
    padding-bottom:3px !important;
}

/*===================================================================================*/
/*	FAQ
/*===================================================================================*/
figure img.faq{
    margin-left: 100px;
    margin-right: 100px;
    -ms-interpolation-mode: bicubic;
    width: auto;
}
.input-warning{
    color: #a94442;
    font-style: italic;
    font-size: 80%;
}
.faq-content ol li{
    padding-top: 10px;
    padding-bottom: 10px;
}
.faq-content a {
    border-bottom: 1px solid #506a85;
}

.faq-content a:hover {
    border-color: transparent;
}
.faq-wrapper a.decorated-link{
    text-decoration: underline;
}

.faq .panel-heading{
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.faq .panel-heading h2{
    margin-bottom: 0px;
}
.faq .panel-body ul li i{
    font-size: 30px;
    margin-right: 25px;
}
.faq-nav .sidenav li a {
    text-transform: initial;
}
.back-link:hover {
    color: #f27a24;
    cursor: pointer;
}
/*===================================================================================*/
/*	TandCs
/*===================================================================================*/
.TandCs-sm {
    font-style: italic;
    font-size: 12px;
    margin-top: 20px;
}
.TandCs{
    font-style: italic;
    font-size: 14px;
}
.TandCs label{
    font-weight: 100;
    float: inherit !important;
    width: 100%;
}
.landing-price-item{
    margin-bottom: 10px;
    font-size: 15px;
}
.profile-completeness ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
}

.profile-completeness li {
    border-radius: 50px;
    background-color: #00c774;
    font-weight: 700;
    padding: 12px 15px;
    font-size: 20px;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.profile-completeness li span i {
    color: white;
}
.profile-completeness li span i.glyphicon {
    margin: 0 2px 0 -2px;
}

.profile-completeness li::before {
    content: '';
    position: absolute;
    top: 23px;
    left: -20px;
    width: 20px;
    height: 4px;
    background: #506a85;
}
.profile-completeness li:first-child::before {
    display: none;
}
.profile-completeness ul li:not(:last-child) {
    border-right-width: 0px;
}

.profile-completeness li.fail {
    background-color: #dc3545;
    font-weight: 100;
}
.profile-completeness li.partial {
    background-color: #ffc107;
    font-weight: 100;
}
.profile-completeness-description{
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}
.tooltip-passed-icon {
    font-size: 16px;
    color: #28a745;
}
.tooltip-failed-icon {
    font-size: 16px;
    color: #dc3545;
}
.tooltip-partial-pass-icon {
    font-size: 16px;
    color: #ffc107;
}
.char-count-indicator {
    position: absolute;
    right: 18px;
    font-size: 90%;
}
.counter-min-warning {
    font-weight: 600;
    color: #dc3545;
}
/*===================================================================================*/
/*	RESPONSIVE
/*===================================================================================*/
@media (min-width: 1200px) {
    .container {
        padding-right: 0;
        padding-left: 0;
    }
    .owl-buttons {
        display: block;
    }

    .items.col-4 {
        margin-left: -10px;
        margin-bottom: -10px;
    }
    .items.col-4 li {
        width: 285px;
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .items.col-3 {
        margin-left: -9px;
        margin-bottom: -9px;
    }
    .items.col-3 li {
        width: 384px;
        margin-left: 9px;
        margin-bottom: 9px;
    }
    .items.col-3.gap {
        margin-left: -21px;
        margin-bottom: -21px;
    }
    .items.col-3.gap li {
        width: 376px;
        margin-left: 21px;
        margin-bottom: 21px;
    }
    .items.col-4.gap {
        margin-left: -18px;
        margin-bottom: -18px;
    }
    .items.col-4.gap li {
        width: 279px;
        margin-left: 18px;
        margin-bottom: 18px;
    }
    .grid-blog.col-2 {
        margin-left: -40px;
    }
    .sidebar-left .grid-blog.col-2 {
        margin-left: -20px;
    }
    .sidebar-left .pagination {
        margin-left: 20px;
    }
    .grid-blog.col-2 .post {
        width: 390px;
        margin-left: 40px;
        margin-bottom: 40px;
    }
    .grid-blog.col-2.no-sidebar .post {
        width: 565px;
    }
    .grid-blog.col-3 {
        margin-left: -30px;
    }
    .grid-blog.col-3 .post {
        margin-left: 30px;
        margin-bottom: 30px;
    }
    .grid-blog.col-3.no-sidebar .post {
        width: 370px;
    }
    .sidebar {
        padding-left: 35px !important;
    }
    .navbar .dropdown-submenu > a:after {
        display: none;
    }
    .navbar .dropdown-submenu > .dropdown-menu:not(.yamm-dropdown-menu) {
        margin-top: 0;
    }
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu>.dropdown-menu:not(.yamm-dropdown-menu) {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }
    .dropdown-submenu:hover>.dropdown-menu:not(.yamm-dropdown-menu) {
        display: block;
    }
    .dropdown-submenu>a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        margin-top: 5px;
        margin-right: -10px;
    }
    .dropdown-submenu.pull-left {
        float: none;
    }
    .dropdown-submenu.pull-left>.dropdown-menu:not(.yamm-dropdown-menu) {
        left: -100%;
        margin-left: 10px;
    }
    .open > .dropdown-menu,
    .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
        animation-name: slidenavAnimation;
        animation-duration: 200ms;
        animation-iteration-count: 1;
        animation-timing-function: ease-out;
        animation-fill-mode: forwards;
        -webkit-animation-name: slidenavAnimation;
        -webkit-animation-duration: 200ms;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: slidenavAnimation;
        -moz-animation-duration: 200ms;
        -moz-animation-iteration-count: 1;
        -moz-animation-timing-function: ease-out;
        -moz-animation-fill-mode: forwards;
    }
    .modal-dialog {
        top: 50px;
        bottom: 50px;
        left: 50px;
        right: 50px;
        width: calc(100% - 100px);
    }
}

@media (min-width: 1025px) {
    .navbar-collapse.collapse {
        padding-bottom: 30px;
    }
}
@keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0;
    }

    to {
        margin-top: 0;
        opacity: 1;
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
        margin-top: -30px;
        opacity: 0;
    }

    to {
        margin-top: 0;
        opacity: 1;
    }
}
@media (min-width: 1025px) and (max-width: 1199px) {

/*	br {
        display: none;
    }*/

    #team .inner-left {
        padding-left: 40px;
    }

    #team .inner-right {
        padding-right: 40px;
    }

    .classic-blog .post {
        width: 601px;
        padding-bottom: 50px;
    }
    .classic-blog .post-content > * {
        margin-left: 50px;
        margin-right: 50px;
    }
    .classic-blog .post-content > .post-media {
        margin-left: 0;
        margin-right: 0;
    }
    .classic-blog .post-content > *:first-child,
    .classic-blog .post-media + * {
        margin-top: 45px;
    }
    .classic-blog .post-content > .post-media:first-child,
    .classic-blog .owl-carousel.post-media + * {
        margin-top: 0;
    }
    .classic-blog .post-title {
        font-size: 33px;
    }
    .classic-blog .post-content .meta {
        padding-left: 50px;
        padding-right: 50px;
        margin-right: -5px;
        margin-left: -5px;
        margin-bottom: 25px;
    }
    .grid-blog.col-2 {
        margin-left: -30px;
    }
    .grid-blog.col-2 .post {
        width: 330px;
        margin-left: 30px;
        margin-bottom: 30px;
    }
    .grid-blog.col-2 .post-title {
        font-size: 28px;
    }
    .grid-blog.col-2.no-sidebar {
        margin-left: -40px;
    }
    .grid-blog.col-2.no-sidebar .post {
        width: 465px;
        margin-left: 40px;
        margin-bottom: 40px;
    }
    .grid-blog.col-3.no-sidebar {
        margin-left: -25px;
    }
    .grid-blog.col-3.no-sidebar .post {
        width: 306px;
        margin-left: 25px;
        margin-bottom: 25px;
    }
    .grid-blog.col-3.no-sidebar .post-title {
        font-size: 24px;
    }
    .grid-blog.col-3.no-sidebar p {
        font-size: 16px;
    }
    .tabs-circle-top .etabs:before {
        margin: 55px 0 -55px;
    }
    .tabs-circle-top .tab {
        height: 140px;
        margin: 0 10px;
    }
    .tabs-circle-top .tab a {
        font-size: 12px;
    }
    .tabs-circle-top .tab a div {
        font-size: 36px;
    }
    .tabs-circle-top .tab.active a {
        height: 140px;
        width: 140px;
        max-width: 140px;
        font-size: 14px;
    }
    .tabs-circle-top .tab.active a div {
        font-size: 46px;
    }
    .navbar .dropdown-submenu > a:after {
        display: none;
    }
    .navbar .dropdown-submenu > .dropdown-menu:not(.yamm-dropdown-menu) {
        margin-top: 0;
    }
    .dropdown-submenu {
        position: relative;
    }
    .dropdown-submenu>.dropdown-menu:not(.yamm-dropdown-menu) {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }
    .dropdown-submenu:hover>.dropdown-menu:not(.yamm-dropdown-menu) {
        display: block;
    }
    .dropdown-submenu>a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        margin-top: 5px;
        margin-right: -10px;
    }
    .dropdown-submenu.pull-left {
        float: none;
    }
    .dropdown-submenu.pull-left>.dropdown-menu:not(.yamm-dropdown-menu) {
        left: -100%;
        margin-left: 10px;
    }
    .open > .dropdown-menu,
    .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
        animation-name: slidenavAnimation;
        animation-duration: 200ms;
        animation-iteration-count: 1;
        animation-timing-function: ease-out;
        animation-fill-mode: forwards;
        -webkit-animation-name: slidenavAnimation;
        -webkit-animation-duration: 200ms;
        -webkit-animation-iteration-count: 1;
        -webkit-animation-timing-function: ease-out;
        -webkit-animation-fill-mode: forwards;
        -moz-animation-name: slidenavAnimation;
        -moz-animation-duration: 200ms;
        -moz-animation-iteration-count: 1;
        -moz-animation-timing-function: ease-out;
        -moz-animation-fill-mode: forwards;
    }
}

@media (max-width: 1024px) {
    .navbar-right > li > a.outline {
        border-color: #F27A24;
        border-width: 2px;
        border-radius: 3px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    html {
        overflow-x: hidden;
    }

    .navbar-nav > li > a.outline {
        color: #F27A24;
        text-decoration: underline;
        font-size: 15px;
        padding: 8px 0px;
    }
    #hero .info,
    #hero .info,
    #hero .info,
    .items li .text-overlay .info.big,
    .thumbs .thumb .text-overlay .info.big,
    .owl-carousel .item .text-overlay .info.big {
        margin-top: -35px;
    }

    .retina-icons-code code {
        font-size: 11.5px;
    }

    .tabs-side.tab-container .panel-container {
        padding-left: 50px;
    }

    #team .inner-left {
        padding-left: 30px;
    }

    #team .inner-right {
        padding-right: 30px;
    }

    .classic-blog .post {
        width: 630px;
        padding-bottom: 50px;
    }

    .classic-blog .post-content > * {
        margin-left: 50px;
        margin-right: 50px;
    }

    .classic-blog .post-content > .post-media {
        margin-left: 0;
        margin-right: 0;
    }

    .classic-blog .post-content > *:first-child,
    .classic-blog .post-media + * {
        margin-top: 45px;
    }

    .classic-blog .post-content > .post-media:first-child,
    .classic-blog .owl-carousel.post-media + * {
        margin-top: 0;
    }

    .classic-blog .post-title {
        font-size: 33px;
    }

    .classic-blog .post-content .meta {
        padding-left: 50px;
        padding-right: 50px;
        margin-right: -5px;
        margin-left: -5px;
        margin-bottom: 25px;
    }

    .classic-blog.no-sidebar .sidemeta, .classic-blog.no-sidebar .pagination {
        left: auto;
    }

    .sidebar-left .grid-blog.col-2,
    .sidebar-left .grid-blog.col-2 + .pagination {
        padding-left: 20px;
        padding-right: 0;
    }

    .grid-blog.col-2 {
        padding-right: 20px;
        margin-left: 0;
        margin-bottom: 0;
    }

        .grid-blog.col-2 .post {
            width: 100%;
            margin-left: 0;
            margin-bottom: 30px;
        }

        .grid-blog.col-2 .post-title {
            font-size: 28px;
        }

        .grid-blog.col-2.no-sidebar,
        .grid-blog.col-3.no-sidebar {
            padding-right: 0;
            margin-left: -25px;
        }

            .grid-blog.col-2.no-sidebar .post,
            .grid-blog.col-3.no-sidebar .post {
                width: 347px;
                padding-bottom: 40px;
                margin-left: 25px;
                margin-bottom: 25px;
            }

            .grid-blog.col-2.no-sidebar .post-content > *,
            .grid-blog.col-3.no-sidebar .post-content > * {
                margin-left: 40px;
                margin-right: 40px;
            }

                .grid-blog.col-2.no-sidebar .post-content > *:first-child,
                .grid-blog.col-2.no-sidebar .post-media + *,
                .grid-blog.col-3.no-sidebar .post-content > *:first-child,
                .grid-blog.col-3.no-sidebar .post-media + * {
                    margin-top: 35px;
                }

            .grid-blog.col-2.no-sidebar .post-content .meta,
            .grid-blog.col-3.no-sidebar .post-content .meta {
                padding-left: 40px;
                padding-right: 40px;
                margin-right: -5px;
                margin-left: -5px;
                margin-bottom: 25px;
            }

            .grid-blog.col-2.no-sidebar .post-title,
            .grid-blog.col-3.no-sidebar .post-title {
                font-size: 24px;
            }

            .grid-blog.col-2.no-sidebar p,
            .grid-blog.col-3.no-sidebar p {
                font-size: 16px;
            }

    .format-filter li a {
        padding: 0 25px;
    }

    .blog.no-sidebar .post,
    .blog.no-sidebar #comments,
    .blog.no-sidebar .pagination,
    .blog.no-sidebar .comment-form-wrapper {
        width: 100%;
    }

    .classic-blog .pagination,
    .classic-blog .comment-form-wrapper {
        margin-bottom: 120px;
    }

    .classic-blog.no-sidebar .pagination,
    .classic-blog.no-sidebar .comment-form-wrapper {
        margin-bottom: 0;
    }

    [class*="col-md"][class*="inner-left"],
    [class*="col-md"][class*="inner-right"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    [class*="col-md"][class*="border-left"] {
        border-left: none;
    }

    [class*="col-md"][class*="border-right"] {
        border-right: none;
    }

    .tabs-circle-top .etabs:before {
        margin: 50px 0 -50px;
    }

    .tabs-circle-top .tab {
        height: 130px;
        margin: 0 5px;
    }

        .tabs-circle-top .tab a {
            width: 110px;
            height: 110px;
            max-width: 110px;
            font-size: 11px;
        }

            .tabs-circle-top .tab a div {
                font-size: 33px;
            }

        .tabs-circle-top .tab.active a {
            height: 130px;
            width: 130px;
            max-width: 130px;
            font-size: 13px;
        }

            .tabs-circle-top .tab.active a div {
                font-size: 44px;
            }

    #owl-main .caption.text-center,
    #owl-main .caption.text-left,
    #owl-main .caption.text-right {
        padding-left: 0;
        padding-right: 0;
    }

    figure img.faq {
        margin-left: 50px;
        margin-right: 50px;
    }
}
@media (max-width: 1200px) {
    .navbar-header .navbar-brand {
        display: inline-block;
    }
    .navbar-collapse .navbar-brand {
        display: none;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar .container {
        display: block;
    }

    .navbar .social,
    .navbar .language-desktop {
        display: none;
    }

    .navbar-header {
        background: #FFF;
        padding: 25px 0;
    }
    .navbar-header .burger-menu-icon svg{
        display: none;
    }
    .navbar-header .burger-menu-icon {
        padding-top: 6px;
    }

    .navbar-header .burger-menu-icon .bar1,
    .navbar-header .burger-menu-icon .bar2,
    .navbar-header .burger-menu-icon .bar3 {
        width: 24px;
        height: 3px;
        background-color: white;
        margin: 5px 0;
        margin-left: 8px;
        
    }

    .navbar-header .burger-menu-icon.change .bar1 {
        transform: translate(0, 8px) rotate(-45deg);
        transition: 0.4s;
    }

    .navbar-header .burger-menu-icon.change .bar2 {
        opacity: 0;
        transition: 0.4s;
    }

    .navbar-header .burger-menu-icon.change .bar3 {
        transform: translate(0, -8px) rotate(45deg);
        transition: 0.4s;
    }
    .btn.responsive-menu {
        display: table;
    }
    .btn.responsive-menu i {
        display: table-cell;
        vertical-align: middle;
    }
    .navbar-collapse {
        position: static !important;
        background: #F5F7FA;
        max-height: inherit;
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-collapse:after {
        content: '';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .yamm .nav,
    .yamm .dropup,
    .yamm .dropdown,
    .yamm .collapse {
        float: none;
        position: relative;
    }
    .yamm .dropdown-menu {
        position: relative;
        left: inherit;
        top: inherit;
        float: none;
        width: 100%;
       /* display: block !important;*/
    }
    .yamm .yamm-content {
        padding: 12px 0;
        font-size: 13px;
    }
    .navbar-nav {
        float: none !important;
        display: block;
        padding: 15px 0;
    }
    .navbar-nav.navbar-right{
        padding-top:0;
    }
    .navbar-nav > li {
        float: none;
        display: block;
    }
    .navbar-nav > li + li,
    .navbar-nav li.bell
    {
        border-top: 1px solid #E6E9ED;
    }

    .navbar-nav > li > a {
        padding-left: 0;
        padding-right: 0;
        border: none;
        border-radius: 0;
    }
    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus {
        background: none;
    }
    .navbar-nav .dropdown-menu {
        border: none;
        box-shadow: none;
    }
    .navbar-nav .dropdown-submenu .dropdown-menu {
        top: 0 !important;
        padding-left: 20px;
    }
    .navbar-nav .dropdown-menu > li:last-child {
        margin-bottom: 20px;
    }
    .navbar-nav .searchbox {
        float: left !important;
        display: block;
        width: 100%;
    }
    .navbar-nav .icon-attention {
        margin-left: 10px;
        float: initial;
    }
    .navbar-header {
        float: left;
        width: 100%;
    }
    .navbar-header:after {
        content: '';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .navbar .dropdown-submenu:hover > a {
        color: #40556b !important;
        background-color: initial !important;
    }
    .job-post-client{
        margin-bottom:20px;
    }
    .all-cats-children{
     white-space: normal;
    }
}
@media (min-width: 1200px) and (max-width: 1621px) {
    .navbar .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: -100%;
        margin-top: -6px;
        margin-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    .how-it-works-details figure img {
        max-width: 100%;
    }
}


@media (max-width: 969px) {
    .yamm .dropdown.yamm-fullwidth .dropdown-menu {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 979px) {

    .navbar .container,
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .tabs-side .etabs {
        width: 240px;
    }
    .tabs-side.tab-container .panel-container {
        width: 480px;
    }
    .tabs-top.left .tab {
        margin-right: 2px;
    }
    .tabs-top.left .tab a {
        padding: 5px 10px;
    }
    .items.col-4 {
        margin-left: -9px;
        margin-bottom: -9px;
    }
    .items.col-4 li {
        width: 234px;
        margin-left: 9px;
        margin-bottom: 9px;
    }
    .items.col-3 {
        margin-left: -9px;
        margin-bottom: -9px;
    }
    .items.col-3 li {
        width: 234px;
        margin-left: 9px;
        margin-bottom: 9px;
    }
    .items.col-3.gap {
        margin-left: -18px;
        margin-bottom: -18px;
    }
    .items.col-3.gap li {
        width: 351px;
        margin-left: 18px;
        margin-bottom: 18px;
    }
    .items.col-4.gap {
        margin-left: -18px;
        margin-bottom: -18px;
    }
    .items.col-4.gap li {
        width: 351px;
        margin-left: 18px;
        margin-bottom: 18px;
    }

    .how-it-works-details figure img {
        max-width: 100%;
    }
}

@media (max-width: 767px) {

    /*body {
        height: 100vh;
    }*/

    h1,
    h2,
    h3,
    h4,
    .h1,
    .h2,
    .h3,
    .h4{
        letter-spacing: .0125em;
    }

    h1,
    .h1{
        font-size: 33px;
        line-height: 120%;
        margin-bottom: 20px;
    }

    header p {
        font-size: 20px;
    }

    footer .inner {
        padding-top: 35px;
        padding-bottom: 25px;
    }

    footer .row .inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    footer .container > .row {
        margin-left: -20px;
        margin-right: -20px;
    }

    #share {
        overflow: hidden;
    }

    #share .container {
        width: auto;
        padding: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    /*.owl-controls {
        display: inline;
    }

    .owl-pagination {
        top: 0 !important;
    }*/

    .last-bottom {
        padding-bottom: 20px !important;
    }

    .last-bottom + .last-bottom {
        padding-bottom: 0 !important;
    }

    .thumbs.gap-lg {
        margin-left: -15px;
    }

    .thumbs.gap-lg .thumb {
        padding: 0 0 15px 15px;
    }

    .icon.pull-right {
        margin-left: 10px;
    }

    .inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .inner-md {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .inner-sm {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .inner-xs {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .inner-top {
        padding-top: 80px;
    }
    .inner-top-md {
        padding-top: 65px;
    }
    .inner-top-sm {
        padding-top: 50px;
    }
    .inner-top-xs {
        padding-top: 20px;
    }
    .inner-bottom {
        padding-bottom: 80px;
    }
    .inner-bottom-md {
        padding-bottom: 65px;
    }
    .inner-bottom-sm {
        padding-bottom: 50px;
    }
    .inner-bottom-xs {
        padding-bottom: 40px;
    }
    .inner-bottom-xxs {
        padding-bottom: 20px;
    }
    .height-xs,
    .height-sm,
    .height-md,
    .height-lg,
    #owl-main .item,
    #owl-main.height-md .item,
    #owl-main.height-lg .item {
        height: 88vh;
    }

    #hero h1 {
        font-size: 38px;
        line-height: 115%;
        letter-spacing: 0.031em;
    }

    #hero p {
        font-size: 20px;
        line-height: 135%;
        margin-top: 15px;
    }

    #hero #owl-main .caption h1.light-bg,
    #hero #owl-main .caption h1.medium-bg,
    #hero #owl-main .caption h1.dark-bg,
    #hero #owl-main .caption h1.tint-bg {
        font-size: 33px;
    }

    #hero .btn {
        margin-top: 25px;
    }

    #hero .btn-large {
        font-size: 16px;
        padding: 12px 30px 15px;
    }

    .retina-icons-code tr td:first-child,
    .retina-icons-code tr th:first-child {
        max-width: 30px;
    }

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        line-height: 100%;
        padding-left: 4px;
        padding-right: 4px;
    }

    .table > thead > tr > th {
        font-size: 11px;
    }

    .retina-icons-code i {
        font-size: 14px;
    }

    .retina-icons-code code {
        font-size: 10px;
    }

    .tabs-side .etabs {
        float: none;
        width: 100%;
    }

    .tabs-side .tab a {
        border-right-color: #E6E9ED;
    }

    .tabs-side .tab:first-child a {
        border-top-right-radius: 3px;
    }

    .tabs-side .tab:last-child a {
        border-bottom-right-radius: 3px;
    }

    .tabs-side .tab.active a {
        border-right-color: #CED7E0 !important;
    }

    .tabs-side.tab-container .panel-container {
        padding-left: 0;
        border-left: none;
        margin-top: 30px;
    }

    .tabs-top .etabs:after {
        display: none;
    }
    .tabs-top .tab {
        display: block;
        max-width: 100%;
        margin: 0;
    }
    .tabs-top .tab a {
        display: block;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .tabs-top .tab:first-child a {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .tabs-top .tab:last-child a {
        border-bottom: 1px solid #E6E9ED;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    .tabs-top .tab.active + .tab a {
        border-top-color: #CED7E0;
    }
    .tabs-top .tab.active + .tab a:hover {
        border-top-color: #1ABB9C;
    }

    .filter:before, .format-filter:before {
        display: none;
    }

    h1.single-block .btn {
        margin-left: 0;
    }

    .sidemeta .date-wrapper,
    .classic-blog.sidebar-left .sidemeta .date-wrapper {
        top: -80px;
        left: 50%;
        margin-left: -60px;
    }

    .sidemeta .format-wrapper,
    .classic-blog.sidebar-left .sidemeta .format-wrapper {
        top: -70px;
        left: 50%;
        margin-left: 10px;
    }

    .classic-blog .sidemeta,
    .classic-blog .pagination {
        padding-left: 0;
        border-left: none;
        margin-left: 0;
    }
    .classic-blog.sidebar-left .sidemeta,
    .classic-blog.sidebar-left .pagination {
        padding-right: 0;
        border-right: none;
        margin-right: 0;
    }
    .classic-blog.no-sidebar .sidemeta,
    .classic-blog.no-sidebar .pagination {
        left: 0;
    }
    .classic-blog .post {
        margin-top: 80px;
        width: 100%;
    }

    .grid-blog.col-2 {
        padding-right: 0;
    }

    .sidebar-left .grid-blog.col-2,
    .sidebar-left .grid-blog.col-2 + .pagination {
        padding-left: 0;
    }

    .classic-blog .post,
    .grid-blog.col-2 .post,
    .grid-blog.col-3 .post,
    .grid-blog.col-2.no-sidebar .post,
    .grid-blog.col-3.no-sidebar .post {
        padding-bottom: 30px;
    }

    .classic-blog .post-content > *,
    .grid-blog.col-2 .post-content > *,
    .grid-blog.col-3 .post-content > *,
    .grid-blog.col-2.no-sidebar .post-content > *,
    .grid-blog.col-3.no-sidebar .post-content > * {
        margin-left: 30px;
        margin-right: 30px;
    }

    .classic-blog .post-content .meta,
    .grid-blog.col-2 .post-content .meta,
    .grid-blog.col-3 .post-content .meta,
    .grid-blog.col-2.no-sidebar .post-content .meta,
    .grid-blog.col-3.no-sidebar .post-content .meta {
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 20px;
    }

    .classic-blog .post-content > *:first-child,
    .classic-blog .post-media + *,
    .grid-blog.col-2 .post-content > *:first-child,
    .grid-blog.col-2 .post-media + *,
    .grid-blog.col-3 .post-content > *:first-child,
    .grid-blog.col-3 .post-media + *,
    .grid-blog.col-2.no-sidebar .post-content > *:first-child,
    .grid-blog.col-2.no-sidebar .post-media + *,
    .grid-blog.col-3.no-sidebar .post-content > *:first-child,
    .grid-blog.col-3.no-sidebar .post-media + * {
        margin-top: 30px;
    }

    .classic-blog .post-title,
    .grid-blog.col-2 .post-title,
    .grid-blog.col-3 .post-title,
    .grid-blog.col-2.no-sidebar .post-title,
    .grid-blog.col-3.no-sidebar .post-title {
        font-size: 24px;
    }

    .classic-blog p,
    .grid-blog.col-2 p,
    .grid-blog.col-3 p,
    .grid-blog.col-2.no-sidebar p,
    .grid-blog.col-3.no-sidebar p {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 10px;
    }

    .classic-blog .pagination,
    .classic-blog .comment-form-wrapper,
    .pagination {
        margin-bottom: 100px;
    }

    .grid-blog.col-2.no-sidebar + .pagination,
    .grid-blog.col-3.no-sidebar + .pagination {
        margin-bottom: 0;
    }

    .classic-blog .pagination,
    .classic-blog.sidebar-left .pagination,
    .grid-blog.col-2 + .pagination,
    .grid-blog.col-3 + .pagination,
    .grid-blog.col-2.no-sidebar + .pagination,
    .grid-blog.col-3.no-sidebar + .pagination {
        margin-left: -10px;
    }

    .pagination > li:first-child {
        margin-left: 10px;
    }

    .pagination li {
        margin-bottom: 10px;
    }

    #blog-post .post h2 {
        font-size: 19px;
        margin-bottom: 15px;
    }

    #blog-post .post h3 {
        font-size: 16px;
    }

    #blog-post .post h4 {
        font-size: 14px;
    }

    #blog-post .post figure figcaption p {
        font-size: 14px;
        line-height: 150%;
    }

    [class*="col"] > figcaption:first-child {
        padding-top: 20px;
    }

    .post-author, #comments,
    .bloq{
        padding: 30px;
    }

    .post-author .author-image{
        float: none;
        display: inline-block;
        margin-bottom: 20px;
    }

    .post-author .author-details,
    .bloq .tradesman-details{
        padding-left: 0;
    }

    #comments .commentbody {
        padding-left: 0;
    }

    #comments .commentlist .children {
        padding-left: 0;
    }

    [class*="col"][class*="border-left"] {
        border-left: none;
    }

    [class*="col"][class*="border-right"] {
        border-right: none;
    }

    .filter li {
        display: block;
    }

    .filter li + li {
        margin-top: 15px;
    }

    .filter li:after {
        display: none;
    }

    #hero .info,
    #hero .info,
    #hero .info,
    .items li .text-overlay .info.big,
    .thumbs .thumb .text-overlay .info.big,
    .owl-carousel .item .text-overlay .info.big {
        margin-top: -25px;
    }
    .items li .text-overlay .info h2,
    .thumbs .thumb .text-overlay .info h2,
    .owl-carousel .item .text-overlay .info h2,
    .items li .text-overlay .info h3,
    .thumbs .thumb .text-overlay .info h3,
    .owl-carousel .item .text-overlay .info h3,
    .items li .text-overlay .info h4,
    .thumbs .thumb .text-overlay .info h4,
    .owl-carousel .item .text-overlay .info h4 {
        font-size: 16px;
        line-height: 150%;
    }
    .items li .text-overlay .info p,
    .thumbs .thumb .text-overlay .info p,
    .owl-carousel .item .text-overlay .info p,
    .items li .text-overlay .info.big p,
    .thumbs .thumb .text-overlay .info.big p,
    .owl-carousel .item .text-overlay .info.big p,
    #hero .items li .text-overlay .info.big p,
    #hero .thumbs .thumb .text-overlay .info.big p,
    #hero .owl-carousel .item .text-overlay .info.big p {
        font-size: 14px;
        line-height: 140%;
        padding-top: 0;
    }

    .tabs-2-big-top .tab {
        width: 100%;
        margin: 0 0 50px 0;
    }
    .tabs-2-big-top .tab a {
        padding: 25px;
    }
    .tabs-2-big-top.tab-container .panel-container {
        margin-top: 0;
    }

    [class*="col"][class*="inner-left"],
    [class*="col"][class*="inner-right"],
    [class*="col"][class*="reset-padding"] {
        padding-left: 15px;
        padding-right: 15px;
    }

    [class*="inner-top"].reset-xs {
        padding-top: 0 !important;
    }

    .tabs-circle-top .etabs:before {
        border-bottom: none;
        margin: 0;
    }
    .tabs-circle-top .tab {
        display: table;
        width: 100%;
        height: auto;
        margin: 0;
    }
    .tabs-circle-top .tab.active {
        top: 0;
    }
    .tabs-circle-top .tab a,
    .tabs-circle-top .tab.active a {
        width: 100%;
        max-width: 100%;
        height: auto;
        font-size: 18px;
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 0;
    }
    .tabs-circle-top .tab a:hover {
        border-color: #CED7E0 !important;
    }

    .tabs-circle-top .tab:first-child a {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .tabs-circle-top .tab:last-child a {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    .tabs-circle-top .tab a div,
    .tabs-circle-top .tab.active a div {
        display: inline-block;
        vertical-align: middle;
        font-size: 30px;
        line-height: 120%;
        padding-bottom: 5px;
        margin: 0 10px 0 0;
    }
    .tabs-circle-top .tab a span,
    .tabs-circle-top .tab.active a span{
        width:auto;
        height:auto;
    }
    .yamm-content {
        margin-top: 25px;
    }

    .yamm-content > [class*="col"] {
        margin-bottom: 50px;
    }
    .navbar .container,
    .simple-header-navbar .container,
    .container {
        padding-right: 20px;
        padding-left: 20px;
    }
    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    .container.max-width .job-list-item{
        margin-left: -13px;
        margin-right: -13px;
    }
    .container.max-width .tmen-list-item {
        margin-left: -13px;
        margin-right: -13px;
        padding: 20px;
    }
    .footer-bottom p.pull-left,
    .footer-bottom ul.pull-right {
        float: none !important;
        text-align: center;
    }
    .footer-bottom p {
        margin-bottom: 20px;
    }
    .footer-menu li {
        padding: 0 5px;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .filter li a:before {
        display: none;
    }
    .items {
        margin-left: 0 !important;
        /*margin-bottom: -20px !important;*/
    }
    .items li {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 20px !important;
    }
    .items.fullscreen li {
        margin: 0 !important;
    }
    .sidebar {
        margin-top: 70px;
        padding-left: 15px !important;
    }
    .blog.no-sidebar .post,
    .blog.no-sidebar #comments,
    .blog.no-sidebar .pagination,
    .blog.no-sidebar .comment-form-wrapper {
        width: 100%
    }
    .blog.no-sidebar .pagination ul {
        margin: 0
    }
    .grid-blog {
        margin-left: 0 !important;
        margin-bottom: 20px !important;
    }
    .grid-blog .post {
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 20px !important;
    }
    #comments ul.children {
        padding: 0 0 0 20px;
    }
    #comments .arrow-box {
        margin-left: 0;
    }
    .panel-title {
        line-height: 18px;
    }
    .yamm .yamm-content.row {
        margin-bottom: -30px
    }
    .modal .container {
        padding-left: 35px;
        padding-right: 35px;
    }
    .modal-dialog {
        top: 25px;
        bottom: 25px;
        left: 25px;
        right: 25px;
        width: calc(100% - 50px);
    }
    .modal-open {
        background-color: #F2F5F7;
    }

    .bloq .tmen-list-item__details,
    .post-author .author-details {

        padding-left: 0px;

    }
    .job-list__rush-icon {
        left: 10px;
        padding-top: 8px;
    }
    .job-create-form {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (min-width:640px) {
    .profile-imgs li {
        width: 50%;
    }

}
@media (min-width: 768px) {
    #hero h1 {
        font-size: 48px;
        line-height: 115%;
    }
    .modal-open {
        margin-left: -17px;
        margin-right: -17px;
    }
        .modal-open .navbar-collapse.stuck {
            padding-right: 32px;
            right: 0;
        }
    .form-outer {
        max-width:80%;
        margin:0 auto;
    }
        .form-outer h1 {text-align:center;}

    /*404*/
    .img-404-text{
    top:32%;
    }
    .img-404-text .title{
        font-size:16px;
    }
    .img-404-text .text{
        font-size:4em;
    }
    /*job list*/
    .job-list-item{
        padding:40px 30px 30px;
    }

    .job-post h1{
        margin-bottom:15px;
    }
    .job-post .dl-horizontal dd{
        margin-left:220px;
    }
    .job-post-client{
        padding-left:20px;
    }
    /*job-post*/
    .tab-content{
        padding:0 30px 30px;
    }
    .tman-profile .tab-container .panel-container {
        border-bottom:1px solid #ced7e0;
    }
    .tab-content-in{
        display:table;
        width:100%;
    }
    .tab-content-content{
        padding:0 0 2px 4px;

    }
    .tab-content-title,
    .tab-content-content{
        display:table-cell;
        vertical-align:bottom;
    }
    .tab-content-title{
        width:70%;

    }
    .tab-content-title span{
        padding-right:30px;
    }
    /*Tradesman*/
    .dl-horizontal dd{
        margin-left:220px;
    }
    .feedback-list #comments .message-wrap,
    .tman-profile #comments .message-wrap,
    .job-post #comments .message-wrap {
        margin-left: -12px;
    }
    .feedback-list #comments .message-wrap:before,
    .feedback-list #comments .message-wrap:after,
    .tman-profile #comments .message-wrap:before,
    .tman-profile #comments .message-wrap:after,
    .job-post #comments .message-wrap:before,
    .job-post #comments .message-wrap:after{
        display:block;
    }
    .modal-auth-body .tab-content-sm{
        padding: 0 70px 30px;
    }
    .modal-auth-body .tab-content-modal-auth {
        padding: 0 30px 0px;
    }
}
@media (min-width: 992px) {
    #owl-main .caption-wrap{
        width:45%;
        margin-left:10px;
    }
    .landing-floor.lv #owl-main .caption-wrap {
        width: 50%;
    }
    #owl-main .caption-wrap .last-job {
        margin-top: 30px;
    }
    .forms label {
        float: left;
    }
    /*404*/
    .img-404-text .text{
        font-size:5em;
    }
    /*first page steps*/
    .how-it-works__steps .h2 {
        line-height: 26px;
        margin-bottom: 0;
        font-size: 24px;
    }
    .profile-imgs li{
        width:33.333333%;
    }
    .job-post-client{
        padding-left:0;
    }
    .form-outer {
        padding-left:5em;
        padding-right:5em;
    }
    .job-categories-heading{
        padding-left:0;
        display:block;
    }
    .filters-trigger{
        display:none;
    }
    .location-filter-predefined {
        display: block;
        text-align: left;
    }
    .job-categories-menu{
        display:block;
        text-align:left;
    }
    .job-categories ul li{
        background-color:transparent;
        padding:0;
    }
    .job-categories ul li a{
        padding:0;
        border-bottom:none;
    }
    .filters-container{
        display: block;
    }
    .home-stats {
        margin: 0px;
        width: 100%;
    }
    .home-stats .stat-item+.stat-item {
        border-left: 1px solid;
    }
    .home-stats .stat-item {
        text-align: center;
        border-bottom: none;
        padding-left: 0px;
    }
    .home-stats .stat-item i{
        margin-right: 10px;
    }

    .landing-stats {
        margin: 0px;
        width: 100%;
    }
    .landing-stats .stat-item + .stat-item {
        border-left: 1px solid;
    }
    .landing-stats .stat-item {
        text-align: center;
        border-bottom: none;
        padding-left: 0px;
    }
    .landing-stats .stat-item i {
        margin-right: 10px;
    }
    .tmen-list-item .right-block .btn {
        margin-top: 35px;
    }
}
@media (min-width:1201px) {
    .navbar .language.language-mobile{
        display:none;
    }

}
@media (min-width:1200px) {
    .help-links ul li{
        padding-left:20px;
        display:inline-block;
    }
    .help-links ul li:after{
        display:inline;
        content:'|';
        margin-left:20px;
        color:#f27a24;
    }
}
@media (max-width: 1024px) and (max-height: 768px) {
    .form-outer {
        padding-left:0;
        padding-right:0;
    }
    #owl-main .caption-wrap .last-job span {
        font-size: 18px;
    }
}
@media (min-width: 768px) and (max-height: 1024px) {

    .height-xs,
    .height-sm,
    #owl-main .item {
        height: 380px;
    }

    #hero p {
        font-size: 22px;
        line-height: 135%;
        margin-top: 17px;
    }

    #hero #owl-main .caption h1.light-bg,
    #hero #owl-main .caption h1.medium-bg,
    #hero #owl-main .caption h1.dark-bg,
    #hero #owl-main .caption h1.tint-bg {
        font-size: 40px;
    }

    #hero .btn {
        margin-top: 25px;
    }

    #hero .btn-large {
        font-size: 16px;
        padding: 15px 35px 17px;
    }
}

@media (min-width: 768px) and (max-height: 768px) {

    .height-xs,
    .height-sm,
    .height-md,
    .height-lg,
    #owl-main .item,
    #owl-main.height-md .item,
    #owl-main.height-lg .item {
        height: 300px;
    }

}

@media (max-width: 480px) {
    .modal .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .modal-dialog {
        top: 15px;
        bottom: 15px;
        left: 15px;
        right: 15px;
        width: calc(100% - 30px);
    }
    .modal-header {
        padding: 14px 15px;
    }
    .modal-title {
        font-size: 16px;
        line-height: 120%;
    }
    .modal-tall{
        max-height: 400px;
    }
    .two-buttons-modal .modal-footer {
        height: 120px;
    }
    .two-buttons-modal .modal-footer a{
        margin-bottom: 5px
    }
    .two-buttons-modal .modal-footer .btn+.btn {
        margin-bottom: 5px;
    }
    figure img.faq {
        margin-left: 0px;
        margin-right: 0px;
    }
    .job-close-reasons{
        padding-left: 0px;
    }
    .faq .panel-body{
        padding: 15px;
    }
    .faq .panel-body ul{
        padding-left: 0px;
    }
    .faq .panel-body ul li i{
        margin-right: 15px
    }
    .how-it-works__steps .more-link-container{
        margin-top: 25px;
    }
    .how-it-works__steps .step-details{
        min-height: 0px;
    }
    .profile-completeness li {
        margin-right: 10px;
        padding: 6px 9px;
    }

    .profile-completeness li::before {
        left: -10px;
        width: 10px;
        top: 17px;
    }
    .bid-post-form {
        padding: 10px;
    }
    .bid-submit-controls {
        text-align: center;
    }
    .index-popular__cat.add-cat .index-popular__cat__link{
        white-space:initial;
    }
}
@media (max-width: 320px){
    .login-through--logo .btn{
        margin:0px;
    }
    .start-date-picker{
        width: 90%;
    }
}


/*===================================================================================*/
/*	SKROLLR ANIMATIONS
/*===================================================================================*/

.navbar .navbar-collapse {
    -skrollr-animation-name: shrink-header;
}

.navbar .navbar-brand {
    height: auto;
    min-width:120px;
}

.navbar .navbar-brand img {
    -skrollr-animation-name: shrink-logo;
    height: 35px;
}

@-skrollr-keyframes shrink-header {
    35 {
        padding-top: 30px;
        padding-bottom: 30px;
        -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0);
           -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.0);
                box-shadow: 0 10px 10px rgba(0,0,0,0);
    }

    300 {
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: 0 10px 10px rgba(0,0,0,0.1);
           -moz-box-shadow: 0 10px 10px rgba(0,0,0,0.1);
                box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    }
}

@-skrollr-keyframes shrink-logo {
    35 {
        max-height: 40px;
    }

    300 {
        max-height: 20px;
    }
}

.main-heading {
    margin-bottom: 30px;
}
.main-heading__title {
    margin-bottom: 0;
}
.main-heading__subtitle {
    font-size: 21px;
}

.specialists .row {
    display: flex;
    flex-wrap: wrap;
}

.specialist {
    position: relative;
    padding-bottom: 30px;
    border: solid 3px #f7f9fa;
    height: 100%;
    line-height: 1.5;
    overflow: hidden;
}
.specialist__header {
    padding: 20px 15px;
}
.specialist__avatar, .specialist__title {
    display: block;
    vertical-align: middle;
    text-align: center;
}
.specialist__title {
    padding-top: 5px;
}
.specialist__img {
    max-width: 80px;
    max-height: 80px;
}
.specialist__name {
    font-weight: 700;
}
.specialist__rating {
    font-size: 14px;
    line-height: 14px;
}
.specialist__rating .rating-xs {
    font-size: 16px;
}
.specialist__details {
    font-size: 14px;
    padding: 0 15px 20px;
}
.specialist__thumbs {
    background: #f7f9fa;
    padding: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.landing-banner-tradesmen {
    float: right;
    text-align: left;
    font-size: 90%;
    max-width: 300px;
}
.landing-banner-tradesmen .tradesman__item + .tradesman__item {
    margin-top: 10px;
}
.landing-banner-tradesmen .tradesman__item {
    width: 300px;
    padding: 10px;
    background: rgba(47, 64, 82, 0.8);
    padding: 3px 3px 3px 15px;
    border: solid white 1px;
}
.landing-banner-tradesmen .tradesman__avatar, .landing-banner-tradesmen .tradesman__title {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.landing-banner-tradesmen .tradesman__avatar {
    margin-right: 10px;
}
.landing-banner-tradesmen .tradesman__title {
    padding-left: 10px;
}
.landing-banner-tradesmen .tradesman__img {
    width: 60px;
    height:60px;
}
.landing-banner-tradesmen .tradesman__name {
    font-weight: 700;
}
.landing-banner-tradesmen .tradesman__rating {
    font-size: 14px;
    line-height: 14px;
}
.landing-banner-tradesmen .tradesman__rating .rating-xs {
    font-size: 16px;
}
.landing-banner-tradesmen .tradesman__type {
    margin-top: 5px;
    font-size: 13px;
}
.landing-stats {
    margin: auto;
    padding: 10px 0px;
    text-align: center;
}

.landing-stats .stat-item {
list-style-type: none;
padding: 5px;
font-weight: 600;
}

.landing-stats .stat-item i {
    color: #f27a24;
    font-size: 25px;
    margin-right: 20px;
}
.landing-stats .stat-item strong {
    color: #f27a24;
}
.item.tradesmen-container {
    padding-top: 50px;
}

.ads figure img {
    width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
.ads .panel-body.light {
    background-color: white;
}
.ads .select-btn {
    padding-top: 30px;
    text-align: center;
}
.ads-bullets {
    text-align: left;
    margin: 0 auto;
    width: 85%;
}
.ads-bullets.narrow {
    width: 50%;
}
.share-buttons {
    padding-top: 15px;
    text-align: center;
}
.share-buttons .jssocials-share{
    margin-right: 0.3em;
    font-size: 15px;
}

@media(max-height: 768px) {
    .item.tradesmen-container {
        padding-top: 10px;
    }
}
.landing-seo-text table {
    border-collapse: collapse;
}

.landing-seo-text table th td {
    border: 1px solid #506a85;
    padding-left: 10px;
    padding-right: 10px;
}
.landing-popular__subcategory {
    text-align: left;
    font-size: 14px;
    padding-left: 60px;
    padding-top: 50px;
}
.landing-popular__subcategory_4rows {
    text-align: left;
    font-size: 14px;
    padding-left: 60px;
    padding-top: 35px;
}
/*.landing-popular__subcategory ul.circled li{
    margin-left: 60px;
}*/

@media (min-width: 768px) {
    .specialist__title {
        padding-left: 10px;
    }
}
@media (min-width: 992px) {
    .specialist__avatar, .specialist__title {
        display: inline-block;
        text-align: left;
    }

    .specialist__title {
        padding-top: 0;
    }
}
@media (max-width: 480px) {
    .landing-popular__subcategory {
        padding-left: 30px;
        padding-top: 0px;
    }
    .landing-popular__subcategory ul.circled li{
        margin-left: inherit;
    }
    #owl-main .caption-wrap .last-job span {
        font-size: 24px;
        color: #F27A24;
        font-weight: 700;
    }
    #owl-main .caption-wrap .last-job {
        margin-top: 10px;
    }
    #owl-main .caption-wrap .last-job span {
        font-size: 18px;
    }
}

.latest-maps__content {
    align-items: top;
    display: flex;
    flex-flow: column wrap;
    justify-content: left;
}
.latest-maps__item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    line-height: 1;
    cursor: pointer;
    text-align: center;
}
.latest-maps__item img {
    margin: auto;
    margin-bottom: 10px;
    width: 100%;
    border: solid 1px #40556b;
}
.latest-maps__item h4 {
    margin-bottom: 5px;
}
.latest-maps__meta {
    margin-top: 10px;
}
.latest-maps__item img:hover {
    border-color: #F27A24;

}

@media (min-width: 768px) {
    .latest-maps__content {
        /*flex-flow: row wrap;*/
    }

    .latest-maps__item {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .latest-maps__content {
        max-width: 900px;
        margin: auto;
    }

    .latest-maps__item {
        width: 50%;
    }
}


.truncateLine{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.inputfile-hidden {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.faded {
    opacity: .5;
}

.bootstrap-switch.bootstrap-switch-focused{
    border-color:#F27A24;
      outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(242, 122, 36, 0.1);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(242, 122, 36, 0.1);
}

.bootstrap-timepicker-widget table td input{
    width: 40px;
}

.footnote{
    margin-top: 50px;
}

.footnote p{
    font-size: 85%;
    font-weight: normal;
    font-style: italic;
    display: block;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #F27A24;
}

.select2-selection__rendered{
    color: #506a85 !important;
}

.select2-selection{
        height: 34px !important;
        border: 1px solid #ced7e0 !important;
}
.select2-dropdown{
    border: 1px solid #ced7e0 !important;
}
.add-rhs{
    width: 80%;
}
.add-banner {
    width: 100%;
    height: 90px;
    background-color: white;
    text-align: center;
}
.intl-tel-input.iti-container {
    z-index: 9999 !important;
}
.fb-like button {
    font-size: 16px !important;
    height: 44px;
    min-width: 100px;
}
.nowrap {
    white-space: nowrap;
}

.help-tip {
    position: absolute;
    cursor: default;
    margin-left: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 26px;
    border: solid 2px #F27A24;
    width: 26px;
    height: 26px;
    line-height: 22px;
    font-size: 16px;
    opacity: 0.8;
    cursor: pointer;
}

.help-tip:before{
    content:'?';
    font-weight: bold;
    color:#F27A24;
}
.popover-content a {
    color: #337ab7;
    text-decoration: underline;
}

.social-profile-facebook {
    font-size: 13px;
    font-weight: 600;
    background-color: #3b5998;
    color: white;
    padding: .5em .6em;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    border-radius: 3px;
}
.social-profile-facebook i {
    width: 1em;
    vertical-align: middle;
    font-size: 1.5em;
}
.social-profile-switch-label {
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    color: #506a85;
}
.bid-social-profile i {
    font-size: 30px;
    color: #3b5998;
}
.budget .budget-slider{
    padding-top: 7px;
    padding-bottom: 7px;
}
.budget .budget-input {
    font-weight:400;
    font-size: 14px;
    padding-top: 7px;
}
.budget .budget-input input{
    width: 80px;
}
.budget-value {
    font-size: 14px;
    margin-bottom: 10px;
}
.budget .help-tip {
    margin-left: 5px;
    left: 170px;
}
.noUi-wrapper {
    position: relative;
    height: 45px;
}
.price-range .noUi-connect {
    background: -webkit-linear-gradient(left, #f9ceb0, #f27a24);
    background: -o-linear-gradient(right, #f9ceb0, #f27a24);
    background: -moz-linear-gradient(right, #f9ceb0, #f27a24);
    background: linear-gradient(to right, #f9ceb0, #f27a24);
}
.price-range .noUi-value {
    font-size: 14px;
}
.price-range .noUi-marker-horizontal.noUi-marker-large {
    height: 10px;
}
.price-range .noUi-value-horizontal {
    -webkit-transform: translate(-50%,30%);
    transform: translate(-50%,30%);
}
@media (max-width: 480px){
    .price-range .noUi-value {
        display: none;
    }
}
.warning-label {
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: underline;
}
@media (max-width: 480px) {
    #profile-waring-modal .modal-header {
        padding: 22px 15px;
        padding-left: 14px;
    }
}

.job-approved-modal-icon {
    font-size: 40px;
    color: #00ca77;
    padding-top: 3px;
}
.job-approved-modal-section-header {
    font-weight: 700;
    margin-bottom: 20px;
}
.job-approved-modal-section-label {
    font-weight: 600;
}
.job-approved-modal-section-italic {
    font-style: italic;
}
.job-approved-modal-moderation {
    position: absolute;
    bottom: 10px;
    font-size: 12px;
}
.job-approved-modal-help a {
    border-bottom: 1px solid #506a85;
}
.job-approved-modal-help a:hover {
    border-color: transparent;
}

@media (min-width: 1025px) {
    .job-approved-modal-content {
        padding-left: 75px;
    }
}

@media (max-width: 480px) {
    .job-approved-modal-icon {
        font-size: 20px;
    }
    .job-approved-modal-icon {
        padding-left: 0px;
    }
    .job-approved-modal-section-body {
        padding-left: 0px;
    }
}
.btn span {
    margin: 0px;
}
/*===================================================================================*/
/*	Chat
/*===================================================================================*/
.chat {
    background: #FFF;
    padding: 0;
    border: none;
    border-radius: 3px;
    margin-top: 20px;
    position: relative;
}
.chat .chatList {
    list-style: none;
    margin: 0;
    padding: 0;
}
.chat .avatar img {
    width: 50px;
    height: 50px;
}
.chat .avatar {
    float: left;
}
.chat .author h4 {
    font-size: 14px;
    font-weight: 700;
}

.chat .author h3, #comments .author h4 {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
    color: #506a85;
}
.chat .commentbody {
    font-size: 14px;
    padding-left: 22px;
    overflow: hidden;
}
.chat .message-wrap {
    border: solid 1px #ced7e0;
    border-radius: 10px;
    clear: both;
    line-height: 18px;
    margin: 12px 0 8px 0;
    padding: 10px 20px;
    pointer-events: auto !important;
    position: relative;
    word-wrap: break-word;
    z-index: 0;
}
.chat .message-wrap:before {
    border-color: transparent transparent #ced7e0;
    border-width: 0 8px 18px;
    left: -9px;
    top: -10px;
    transform: rotate(-45deg);
    z-index: 2;
}
.chat .message-wrap:after {
    border-color: transparent transparent #fff;
    border-width: 0 8px 18px;
    left: -7px;
    top: -8px;
    transform: rotate(-45deg);
    z-index: 3;
    display: block;
}
.chat .message-wrap:before, .chat .message-wrap:after {
    display: block;
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}

.comms-options .dropdown-menu > li > a {
    line-height: 30px;
}
@media (max-width: 767px) {
    .comms-options .dropdown-menu {
        left: -330px;
        top: 90px;
    }
}
/*===================================================================================*/
/*	Notifications popover
/*===================================================================================*/
.notifications-control .popover {
    max-width: 320px;
    max-height: 490px;
    overflow-y: auto;
    overflow-x: hidden;
}
.events-badge .badge-num {
    cursor: pointer;
}
.notfications-popover {
    width: 268px;
}
.notfications-popover ul {
    padding: 0px;
}
.notfications-popover ul li{
    padding: 10px;
    box-shadow: 0 0;
    border: 1px solid #dadce0;
    border-radius: 8px;
    display: list-item;
    height: initial;
}
.notfications-popover ul li.highlighted {
    box-shadow: 0px 0px 15px #F27A24;
    border-color: #F27A24;
}
.notfications-popover ul li:not(:last-child) {
        margin-bottom: 9px;
}

.notification-header {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #40556b;
}
.notification-details {
    padding-top: 5px;
}
.notification-btns {
    margin-top: 17px;
    margin-bottom: 5px;
}
.notification-btn {
    padding: 7px 7px;
    color: #1a73e8;
    font-weight: 500;
    margin: 0 8px 0 0px;
    background-color: rgba(200, 200, 200, 0.2);
    border-radius: 2px;
}

.notification-btn:hover{
    background-color: rgba(158, 158, 158, 0.2);
    cursor: pointer;
}
@media(max-width: 1200px){
    .bell {
        padding-top: 10px;
        padding-right: 10px;
    }
    .navbar-nav .bell{
        display: none;
    }
}
@media(min-width: 1200px) {
    .bell {
        display: none;
    }
}

.landing-cat-path{
    font-size: 14px;
}
.landing-cat-path a:first-child {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #40556b;
}
.landing-cat-path span:first-child {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #40556b;
}

.index-popular__cat.main-cat .index-popular__cat__link.cat_interior:before {
    width: 90px;
    height: 90px;
    margin-left: 53px;
}
.anchor-encoded:hover{
    cursor: pointer;
}
.landing-categories_showmore {
    font-size: 14px;
    border-bottom: dotted 1px;
    cursor: pointer;
}
.landing-categories_showmore:hover {
    color: #F27A24;
}

.price-tags li {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 7px;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
}
.job-list__bids{
    margin-top: 20px;
}
.job-list__bids .strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 0.025em;
    color: #40556b;
}
/*===================================================================================*/
/*	Landing bids
/*===================================================================================*/
.landing-bid {
    background: #FFF;
    padding: 0;
    border: none;
    border-radius: 3px;
    margin-top: 20px;
    position: relative;
}
.landing-bid .landing-bid-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.landing-bid .avatar img {
    width: 50px;
    height: 50px;
}
.landing-bid .avatar {
    float: left;
}
.landing-bid .author h4 {
    font-size: 14px;
    font-weight: 700;
}

.landing-bid .author h3, #comments .author h4 {
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
    color: #506a85;
}
.landing-bid .commentbody {
    font-size: 14px;
    padding-left: 22px;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
}
.landing-bid .message-wrap {
    border: solid 1px #ced7e0;
    border-radius: 10px;
    clear: both;
    line-height: 18px;
    margin: 12px 20px 8px 0;
    padding: 10px 20px;
    pointer-events: auto !important;
    position: relative;
    word-wrap: break-word;
    z-index: 0;
}
.landing-bid .message-wrap:before {
    border-color: transparent transparent #ced7e0;
    border-width: 0 8px 18px;
    left: -9px;
    top: -10px;
    transform: rotate(-45deg);
    z-index: 2;
}
.landing-bid .message-wrap:after {
    border-color: transparent transparent #fff;
    border-width: 0 8px 18px;
    left: -7px;
    top: -8px;
    transform: rotate(-45deg);
    z-index: 3;
    display: block;
}
.landing-bid .message-wrap:before, .landing-bid .message-wrap:after {
    display: block;
    border-style: solid;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
}
.landing-bid__showmore_wrapper{
    margin-top: 10px;
    margin-bottom: 10px;
}
.landing-bid__showmore {
    font-size: 14px;
    border-bottom: dotted 1px;
    cursor: pointer;
}
.landing-bid__showmore:hover {
    color: #F27A24;
}

.partial-content .loader {
    position: relative;
    font-size: 5px;
    top: 0px;
    left: 0px;
    margin: auto;
}

@media (max-width: 767px){
    .landing-bid{
        margin-left: 20px;
    }
}

.news-count-badge {
    background: #f27a24;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    height: 26px;
    border: 1px solid #fff;
    text-align: center;
    width: 26px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    animation: pulse 1.5s 1;
    line-height: 1.75em;
    display: inline-block;
    margin-left: 10px;
}
.post.highlighted {
    box-shadow: 0px 0px 12px #F27A24;
    border-color: #F27A24;
}
.delete-profile-link {
    font-size: 13px;
}
.action-job-link {
    font-size: 13px;
    white-space: nowrap;
    color: #59718a;
    margin-bottom: 10px;
}

.action-job-link .action-name{
    border-bottom: dotted 1px;
}
.action-job-link.left{
    float: left;
}
.action-job-link.right{
    float: right;
}
.action-job-link.full-width{
    display: block;
    margin: auto;
}
/*===================================================================================*/
/*	Contacts
/*===================================================================================*/
.contacts-actions-customer {
    font-size: 14px;
}
.contacts-actions {
    padding-top: 10px;
    border-top: solid 1px #e6e9ed;
    font-size: 14px;
}
.contacts-block {
    margin-top: 20px;
}
@media (min-width: 768px){
    .contacts-actions .contacts-block {
        margin-left: 30px;
    }
    .bid-wrapper.highlighted {
        border: solid 2px #F27A24;
        position: relative;
        margin-top: 28px;
    }
    .bid-wrapper.winner {
        box-shadow: 3px 3px 5px 6px #ccc;
    }
}
@media (max-width: 768px) {
    .contacts-actions {
        text-align: center;
    }
    .contacts-actions-customer {
        text-align: center;
    }
    .contacts-block {
        display: inline-flex;
    }
    .action_contact_link_details{
        display: none;
    }
}
.action_contact_link_wrapper {
    position: relative;
}
.action_contact_link a {
    position: relative;
}
.action_contact_link_details{
    position: absolute;
    top: 15px;
    font-weight: 600;
}
.action_contact_link:before {
    margin-right: 15px;
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: contain;
}

.action_contact_link.action_email:before {
    background: url(/Content/images/icons/email.svg) no-repeat;
    background-size: contain;
}
.action_contact_link.action_phone:before {
    background: url(/Content/images/icons/phone.svg) no-repeat;
    background-size: contain;
}
.action_contact_link.action_whatsapp:before {
    background: url(/Content/images/icons/whatsapp.svg) no-repeat;
    background-size: contain;
}
.job-images-upload {
    border: 2px dashed #ced7e0;
    padding: 5px 5px;
    min-height: 80px;
}
.job-images-upload .dz-message{
        margin: 0.5em;
        font-size: 14px;
        font-weight: 400;
}
.dz-message-icon {
    font-size: 30px;
    opacity: 0.5;
}
.dz-message-filetypes {
    white-space: nowrap;
}
.tab-content .job-images-upload {
    min-height: 154px;
}
.tab-content .dz-message {
    margin: 2em 0;
}
.tab-content .dz-message-icon {
    font-size: 50px;
}
.tab-content .dz-preview {
    margin: 12px;
}

/*===================================================================================*/
/*	Checkboxes
/*===================================================================================*/
/* Customize the label (the container) */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.checkbox-container {
    font-weight: initial;
}
/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}
.checkbox-container input.green:checked ~ .checkmark {
    background-color: #5cb85c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.avatar.verified {
    position: relative;
}
.avatar.verified img {
    border: 3px solid #00dd80;
}
.icon-verified {
    position: absolute;
    left: 130px;
    top: 100px;
}
.icon-verified:before {
    background: url(/Content/images/icons/verified.svg) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: contain;
}
.verification-header-icon{
    float: left;
    margin-right: 40px;
}
.tradesman-badge .icon-verified{
    position: relative;
    left: 0;
    top: 0;
}
.tradesman-badge .icon-verified:before {
    width: 25px;
    height: 25px;
    margin-bottom: -3px;
}
.decorated-link {
    border-bottom: 1px solid #506a85;
}

.decorated-link:hover {
    border-color: transparent;
}

@media (max-width: 767px){
    .modal-mob-lg {
        max-width: 100%;
        max-height: 100%;
    }
}
.request-invoice-tradesman h3,
.close-job-tradesman h3 {
    margin-bottom: 0px;
}
.request-invoice-tradesman:hover,
.close-job-tradesman:hover {
    border-color: #CED7E0 !important;
    cursor: pointer;
}
.request-invoice-tradesman.selected,
.close-job-tradesman.selected {
    background-color: #00c774;
    color: white;
}
.request-invoice-tradesman.selected h3,
.close-job-tradesman.selected h3 {
    color: white;
}
.modal-body-content{
    padding: 10px;
}
.request-invoice-tradesman,
.close-job-tradesman {
    background: #FFF;
    padding: 5px;
    border: 1px solid #E6E9ED;
    border-bottom-width: 2px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.request-invoice-tradesman-details,
.close-job-tradesman-details {
    padding: 10px;
    margin-right: 180px;
}
.request-invoice-tradesman .avatar-wrap,
.close-job-tradesman .avatar-wrap {
    margin-left: 180px;
    margin-top: 7px;
    margin-right: 10px;
}
.close-job-cancel{
    min-height: 107px;
    padding: 20px;
}
.selected-confirmation-header {
    padding: 20px;
}

.selected-confirmation .avatar-wrap {
    display: inline-block;
    float: none;
}
.modal-body-content .cancel-body {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.modal-body-content .cancel-body .cancel-warning img {
    margin-right: 10px;
    float: left;
}
.feedback-form {
    padding: 30px
}
@media (max-width: 767px) {
    .request-invoice-tradesman .avatar-wrap,
    .close-job-tradesman .avatar-wrap {
        float: left;
        margin-left: 0px;
    }
    .request-invoice-tradesman-details,
    .close-job-tradesman-details {
        margin-right: 0px;
    }
    .selected-confirmation-header {
        padding: 10px;
    }
    .cancel-body {
        margin-left: 0px;
    }
    .feedback-form {
        padding: 10px
    }
    .bid-wrapper .highlighted {
        border: solid 2px #F27A24;
        position: relative;
    }
    .bid-wrapper .winner {
        box-shadow: 3px 3px 5px 6px #ccc;
    }
}
.balance-form-amount{
    margin-right: 20px;
    font-size: 16px;
}
.balance-form-amount:after {
    content: '\20AC';
}
.balance-form-amount.negative {
    color: red;
    font-weight: 700;
}
.balance-form-card {
    margin-right: 20px;
}
.balance-form-card:before {
    content: 'XXXX-XXXX-XXXX-'
}
.linked-card-icon{
    height: 35px;
}
.linked-card-icon.visa{
    padding: 8px;
    border: 1px solid;
    border-radius: 3px;
    margin-right: 5px;
}
.bid-balance-amount:after {
    content: '\20AC';
}
.bid-balance{
    margin-left: 10px;
}
.bid-balance-label.insufficient{
    color: red;
}
.bid-balance-label.insufficient .bid-balance-amount{
    color: red;
}
.bid-balance-insufficient-actions {
    padding-top: 10px;
    display: block;
}
.bid-card-linked-icon {
    font-size: 24px;
    color: #00ca77;
}
/*===================================================================================*/
/*	Price tag
/*===================================================================================*/
.tag {
    display: inline-block;
    width: auto;
    height: 38px;
    background-color: #506a85;
    -webkit-border-radius: 3px 4px 4px 3px;
    -moz-border-radius: 3px 4px 4px 3px;
    border-radius: 3px 4px 4px 3px;
    border-left: 1px solid #979797;
    /* This makes room for the triangle */
    margin-left: 19px;
    position: relative;
    color: white;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    line-height: 38px;
    padding: 0 10px 0 10px;
}

    /* Makes the triangle */
    .tag:before {
        content: "";
        position: absolute;
        display: block;
        left: -19px;
        width: 0;
        height: 0;
        border-top: 19px solid transparent;
        border-bottom: 19px solid transparent;
        border-right: 19px solid #506a85;
    }

    /* Makes the circle */
    .tag:after {
        content: "";
        background-color: white;
        border-radius: 50%;
        width: 4px;
        height: 4px;
        display: block;
        position: absolute;
        left: -9px;
        top: 17px;
    }

.comission-info-item {
    margin-top: 20px;
}
.comission-info-right .comission-info-item {
    margin-right: initial;
    margin-left: initial;
}
.comission-info-text {
    padding-top: 12px;
}

@-webkit-keyframes swal2-show {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.page-swal-icon.swal2-icon {
    margin: 1.25em auto 1.875em;
}
.swal2-icon {
    position: relative;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 2.5em auto 0.6em;
    border: .25em solid transparent;
    border-radius: 50%;
    line-height: 5em;
    cursor: default;
    box-sizing: content-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    zoom: normal
}
.swal2-icon.swal2-success {
    border-color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
    position: absolute;
    width: 3.75em;
    height: 7.5em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
    top: -.4375em;
    left: -2.0635em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 3.75em 3.75em;
    transform-origin: 3.75em 3.75em;
    border-radius: 7.5em 0 0 7.5em
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
    top: -.6875em;
    left: 1.875em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 3.75em;
    transform-origin: 0 3.75em;
    border-radius: 0 7.5em 7.5em 0
}

.swal2-icon.swal2-success .swal2-success-ring {
    position: absolute;
    top: -.25em;
    left: -.25em;
    width: 100%;
    height: 100%;
    border: .25em solid rgba(165,220,134,.3);
    border-radius: 50%;
    z-index: 2;
    box-sizing: content-box
}

.swal2-icon.swal2-success .swal2-success-fix {
    position: absolute;
    top: .5em;
    left: 1.625em;
    width: .4375em;
    height: 5.625em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 1
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    height: .3125em;
    border-radius: .125em;
    background-color: #a5dc86;
    z-index: 2
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
    top: 2.875em;
    left: .875em;
    width: 1.5625em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
    top: 2.375em;
    right: .5em;
    width: 2.9375em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.swal2-animate-success-icon .swal2-success-line-tip {
    -webkit-animation: swal2-animate-success-line-tip .75s;
    animation: swal2-animate-success-line-tip .75s
}

.swal2-animate-success-icon .swal2-success-line-long {
    -webkit-animation: swal2-animate-success-line-long .75s;
    animation: swal2-animate-success-line-long .75s
}

.swal2-animate-success-icon .swal2-success-circular-line-right {
    -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
    animation: swal2-rotate-success-circular-line 4.25s ease-in
}
.swal2-animate-error-icon {
    -webkit-animation: swal2-animate-error-icon .5s;
    animation: swal2-animate-error-icon .5s
}

.swal2-animate-error-icon .swal2-x-mark {
    -webkit-animation: swal2-animate-error-x-mark .5s;
    animation: swal2-animate-error-x-mark .5s
}
.swal2-icon.swal2-error {
    border-color: #f27474
}

.swal2-icon.swal2-error .swal2-x-mark {
    position: relative;
    flex-grow: 1
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    display: block;
    position: absolute;
    top: 2.3125em;
    width: 2.9375em;
    height: .3125em;
    border-radius: .125em;
    background-color: #f27474
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
    left: 1.0625em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
    right: 1em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@keyframes swal2-show {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    80% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(.5);
        transform: scale(.5);
        opacity: 0
    }
}

@-webkit-keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: .0625em;
        width: 0
    }

    54% {
        top: 1.0625em;
        left: .125em;
        width: 0
    }

    70% {
        top: 2.1875em;
        left: -.375em;
        width: 3.125em
    }

    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em
    }

    100% {
        top: 2.8125em;
        left: .875em;
        width: 1.5625em
    }
}

@-webkit-keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0
    }

    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em
    }

    100% {
        top: 2.375em;
        right: .5em;
        width: 2.9375em
    }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }

    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg)
    }
}

@-webkit-keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    80% {
        margin-top: -.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1
    }
}

.swal2-popup {
    font-size: 1.6rem !important;
    padding: 1.25em;
}
.swal2-popup .swal2-input-label {
    font-weight: initial;
}
.swal2-popup .swal2-title {
    font-weight: 500;
    font-size: 1.775em;
}
.swal2-popup .swal2-title.title-small {
    font-size: 1.475em;
}
@media(max-width:480px) {
    .swal2-popup .content-wide {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
}
input.swal2-file, input.swal2-input, input.swal2-textarea {
    box-sizing: border-box;
    width: auto;
    transition: border-color .1s,box-shadow .1s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    background: inherit;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
    color: inherit;
    font-size: 1.125em;
}
.swal2-container {
    z-index: 9000;
}
.colored-toast {
    z-index: 9999999;
}
.colored-toast.swal2-icon-success {
    background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
  background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
  background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
  background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
  background-color: #87adbd !important;
}

.colored-toast .swal2-title {
  color: white;
}

.colored-toast .swal2-close {
  color: white;
}

.colored-toast .swal2-html-container {
  color: white;
}
.swal-content .swal-content__input,
.swal-content .swal-content__textarea {
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    font-size: 14px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgba(0,0,0,.14);
    padding: 10px 13px;
    border-radius: 2px;
    transition: border-color .2s;
}
.payment {
    background-color: #08c !important;
    color: white;
}
.payment td{
    background-color: #08c !important;
}
.payment td a {
    border-bottom: 1px solid white;
}
.payment td a:hover {
    border-color: transparent;
    color: lightgrey;
}
.ledger-table a {
    border-bottom: 1px solid #506a85;
}

@media (max-width: 767px) {
    .ledger-table > tbody > tr > td {
        line-height: 22px;
    }
}
.ledger-amount:after {
    content: '\20AC';
}
.copy-to-clipboard {
    font-size: 34px;
    padding-left: 5px;
    color: #40556b;
}
.copy-to-clipboard:hover {
    cursor: pointer;

}
.copy-to-clipboard:active {
    color: #506a85;
}
.text-faded {
    font-size: 90%;
    font-weight: normal;
    color: #a3b1bf;
    display: block;
}

.fade-bottom {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 30px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9) 100%);
}
.profile-gallery{
    margin-bottom: 20px;
}
.app-download-buttons-container {
    width: 200px;
    display: inline-block;
}

.app-download-buttons-container.narrow {
    width: 170px;
    display: inline-block;
}

.app-download-buttons-container.ios.narrow {
    width: 161px;
}
.app-download-buttons-container a img {
    max-width: 100%;
    height: auto;
}
.ios-download-button {
    margin: 5% 0;
    width: 90%;
}
.app-download-screens {
    max-width: 400px;
}
.set-tman-benefits-icon{
    font-size: 24px;
    text-align: right;
}

@media (max-width: 991px){
    .app-download-buttons-container {
        width: 150px;
    }

    .app-download-buttons-container.narrow {
        width: 150px;
    }

    .app-download-buttons-container.ios.narrow {
        width: 141px;
    }
}
/*===================================================================================*/
/*	Typeahead
/*===================================================================================*/
.twitter-typeahead {
    width: 100%;
}
.tt-hint {
    color: #999
}

.tt-menu {
    width: 100%;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

    .tt-suggestion:hover {
        cursor: pointer;
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }

.gist {
    font-size: 14px;
}


.services-tree {
    font-size: 14px;
}

#tradesman-services-tree {
    margin-top: 20px;
}
span.badge.badge-highlighted {
    background-color: #428bca;
}
span.badge.badge-orange {
    background-color: #f27a24;
}
.location-tag {
    cursor: pointer
}
.location-tag:hover{
    color: #F27A24;
}
.location-map:hover {
    outline: 1px solid #F27A24;
    border-radius: 8px;
}
/*===================================================================================*/
/*	Refundable
/*===================================================================================*/
.icon-refundable:before {
    background: url(/Content/images/icons/refundable.svg) no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: contain;
    cursor: pointer;
}
.bid-refundable{
    position: relative;
}
.bid-refundable-label {
    position: absolute;
    color: #40556b;
    font-weight: 700;
    padding-left: 10px;
}
.bid-refundable-label a{
    font-weight: normal;
    font-size: 14px;
    border-bottom: solid 1px;
}
@media (min-width: 769px){
    .bid-refundable-label {
        top: 12px;
    }
}


.rectangle {
    width: 100%;
    min-height: 135px;
    background-color: #FFA53C;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
    padding: 0px;
    padding-left: 30px;
}


.container-baner {
    margin-right: auto;
    margin-left: auto;
    min-height: 135px;
}

@media (min-width:768px) {
    .container-baner {
        width: 750px
    }
}

@media (min-width:992px) {
    .container-baner {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container-baner {
        width: 1170px
    }
}


.b_ot {
    width: 9%;
    float: left;
    position: relative;
    display: block;
}

.r_img {
    background-image: url(/Content/images/landing/refund/secure-01.svg);
    background-size: 72px;
    width: 8%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 135px;
    float: left;
    position: relative;
    display: block;
}

.dtxt {
    width: 45%;
    float: left;
    min-height: 135px;
    padding-left: 0px;
    padding-top: 0px;
}

.txt1 {
    color: #ffffff;
    /*font-family: "SFUI Display";*/
    font-size: 25px;
    font-weight: 700;
    margin-top: 35px;
    padding-bottom: 7px;
    padding-right: 0px;
    padding-left: 10px;
}


.txt2 {
    color: #ffffff;
    /*font-family: "SFUI Display";*/
    font-size: 22px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 10px;
    margin: 0px;
}

.txt2 .popover {
    color: #40556b;
}

.txt21 {
    /*font-family: "SF UI Display Light";*/
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    border-bottom: solid 1px;
}

.txt22 {
    /*font-family: "SF UI Display";*/
    font-weight: 300;
}

.fon {
    background-image: url(/Content/images/landing/refund/sloy_m_3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 38%;
    float: left;
    max-height: 135px;
}

.banner {
    width: 0%;
    min-height: 135px;
}

.banner2 {
    background-image: url(/Content/images/landing/refund/shutterstock_226401742.png);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 135px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: block;
}

/*-------mobile------*/

@media (min-width: 640px) and (max-width: 991px) {
    .r_img {
        background-size: 62px;
        width: 10%
    }
    .dtxt {
        width: 55%;
    }
    .fon {
        width: 35%;
    }
    .rectangle {
        padding-left: 15px;
    }
}

@media (max-width: 639px) {

    .rectangle {
        width: 100%;
        background-color: #FFA53C;
        background-size: cover;
        margin: 0px;
        padding: 0px;
    }

    .container-baner {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        float: none;
        padding: 0px;
        margin: 0px;
    }

    .r_img {
        background-image: url(/Content/images/landing/refund/secure-01.svg);
        background-size: 25%;
        height: 20vh;
        width: 100%;
        float: none;
        background-repeat: no-repeat;
        background-position: center;
    }


    .dtxt {
        width: 100%;
        float: none;
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
        padding-left: 0px;
        letter-spacing: normal;
        line-height: normal;
        min-height: initial;
    }

    .txt1 {
        /*font-family: "SFUI Display";*/
        font-size: 25px;
        padding-top: 0px;
        margin: 0px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
        letter-spacing: normal;
        font-size: 7.8vw;
    }

    .txt2 {
        color: #ffffff;
        /*font-family: "SFUI Display";*/
        font-size: 27px;
        padding: 0px;
        margin: 0px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
        letter-spacing: normal;
        font-size: 6.2vw;
    }

    .txt21 {
        /*font-family: "SF UI Display Light";*/
        font-weight: 300;
    }

    .txt21 {
        /*font-family: "SF UI Display";*/
        font-weight: 700;
    }

    .fon {
        background-image: url(/Content/images/landing/refund/sloy_m_4.png);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100%;
        float: none;
        padding-right: 0px;
        padding-left: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        margin: 0px;
        display: block;
        width: 100%;
        max-height: none;
    }

    .banner {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        display: block;
    }

    .banner2 {
        min-height: 0%;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        display: block;
    }
}

/*===================================================================================*/
/*	Refundable END
/*===================================================================================*/

.faq-tax-table {
    table-layout: auto;
}
    .faq-tax-table td, .faq-tax-table th {
        white-space: initial;
        font-weight: normal;
        font-size: 14px;
    }

    .faq-tax-table th {
        font-weight: 700;
    }
    .faq-tax-table thead {
        background-color: #40556b;
        color: white;
    }
td.faq-tax-table-col1 {
    background-color: cornsilk;
    font-weight: 600;
    color: #40556b;
}
#faq-tax-tabs-container{
    overflow: auto;
}
#faq-tax-tabs-container.panel-container {
    margin-top: 40px;
}
@media (max-width: 767px) {
    #faq-tax-tabs-container.panel-container {
        margin-top: 0;
    }
}
.invoice-details-container span {
    font-size: 14px;
    display: block;
    cursor: pointer;
}
.invoice-details-container .edit {
    position: absolute;
    top: 0px;
    right: 20px;
}
span.badge.badge-new {
    background-color: #f27a24;
}
.remark-block {
    display:inline-block;
}
.remark-block p {
    font-size: 14px;
    text-align: center;
    margin: 0;
}

.btn-circle {
    width: 54px;
    height: 54px;
    padding: 5px 5px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
    margin: 15px 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-out;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
}
.self-allocaton-btns {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    border-radius: 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.self-allocaton-btns.details-card{
    margin-top: 20px;
    margin-bottom: 10px;
}
.self-allocaton-btns .btn{
    margin-top: 0px;
    margin-bottom: 0px;
}
.self-allocaton-btns span{
    display: inline-block;
}
.self-allocaton-label {
    margin-right: 10px;
}
@media (max-width: 767px) {
    .self-allocaton-btns {
        margin-top: 10px;
    }
}

.tradesman-details-badges {
    margin-top: 0px;
}
.col-md-3 .tradesman-details-badges {
    width: 160px;
    margin-top: 0px;
    text-align: center;
}

.tradesman-details-badges .tradesman-details-badge:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: contain;
}
.tradesman-details-badges .gicon-contactless {
    font-size: 36px;
    color: #EA4A71;
    vertical-align: top;
}
@media (max-width: 767px) {
    .tradesman-details-badges .tradesman-details-badge:before {
        width: 30px;
        height: 30px;
    }
    .tradesman-details-badges .gicon-contactless {
        font-size: 30px;
    }
    .tradesman-details-badges {
        margin-bottom: 10px;
    }
}
.badge-verified:before {
    background: url(/Content/images/icons/verified.svg) no-repeat;
}
.badge-trusted:before {
    background: url(/Content/images/icons/trusted.svg) no-repeat;
}
.badge-business:before {
    background: url(/Content/images/icons/business.svg) no-repeat;
}
.badge-certified:before {
    background: url(/Content/images/icons/certificate3.png) no-repeat;
}
.badge-deactivated{
    opacity: 0.5;
}
.model-validation-panel ul {
    padding-left: 10px;
    margin-right: 12px;
}

.field-validation-error.text-danger{
    font-size: 14px;
}
.volume-input {
    max-width: 80px;
}
.radius-slider {
    height: 56px;
}
.slider-output {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 0.025em;
    color: #40556b;
    font-size: 14px;
    margin: 10px;

}
.location-filter .submenu{
    padding-left: 0px;
}

.index-category-large .index-popular__cat__title {
    color: #40556b;
    font-size: 18px;
    vertical-align: sub;
}
.index-popular__cat__title:hover {
    color: #f27a24;
}
.job-create-calc {
    font-size: 14px;
    border: 1px solid #E6E9ED;
    border-bottom-width: 2px;
    border-radius: 3px;
    box-shadow: none;
    padding: 13px 25px;
    min-height: 174px;
}
.job-create-calc-label {
    display: block;
    position: relative;
    padding-top: 7px;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    color: #506a85;
}
.job-create-calc-message {
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 10px;
    color: #a94442;
}
.job-create-calc p {
    font-size: 90%;
    font-weight: normal;
    color: #a3b1bf;
    display: block;
}
.job-create-calc-price span .value {
    max-width: 100px;
}
.job-create-calc-value {
    padding-top: 4px;
}
.job-create-calc-value .help-tip{
    margin-left: 10px;
}
.job-create-calc-price {
    position: relative;
}
.job-create-calc-message.severity-normal {
    color: #506a85;
}
.job-create-calc-price span .value.tooltiped{
    border-bottom: 1px dashed;
    cursor: pointer;
}
.geolocation-btn {
    font-size: 16px;
    margin-top: 10px;
    color: #40556b;
}
.geolocation-btn i {
    font-size: 16px;
}
.geolocation-btn span {
    vertical-align: text-bottom;
    cursor: pointer;
    font-style: oblique;
    font-size: 14px;
    border-bottom: dotted 1px;
}
.geolocation-btn:hover {
    color: #f27a24;
}
/*===================================================================================*/
/*	Job Breadcrumb
/*===================================================================================*/
.breadcrumb-container {
    cursor: pointer;
    font-style: oblique;
    font-size: 14px;
}
.breadcrumb-container:hover {
    color: #F27A24;
}
.breadcrumb-items {
    width:95%;
    float:left;
}
i.breadcrumb-edit {
    font-size: 1.1em;
    float: right;
}
.breadcrumb-container:hover i.breadcrumb-edit {
    color: #F27A24;
}
.breadcrumb-divider {
    padding-left: .5rem;
    padding-right: .5rem;
    font-size: 1.2em;
}
.service-selection select{
    background-color: white;
}

/*===================================================================================*/
/*	Bootbox
/*===================================================================================*/
.bootbox-padded .modal-sm {
    width: 480px;
    height: 300px;
}

.bootbox-padded .bootbox-body {
    padding: 20px 35px 0 35px;
}

.bootbox-padded .bootbox-body .text1 {
    font-size: 1.25rem;
}

.bootbox-padded .bootbox-body .text2 {
    font-weight: bold;
    padding-top: 1.2em;
    font-size: 1.25rem;
}

.bootbox-padded .modal-footer {
    height: 80px;
}

.bootbox-padded .modal-footer .btn {
    margin-top: 3px;
    font-size: 1.25rem;
}

@media (max-width:567px) {
    .bootbox-padded .modal-sm {
        width: 350px;
        height: 480px;
    }

    .bootbox-padded .twoBtnFooter {
        height: 130px;
    }

    .bootbox-padded .modal-footer .btn {
        margin: 3px 0 0 0;
        width: 85%;
        font-size: 1.25rem;
    }
}

@media (max-width:400px) {
    .bootbox-padded .modal-sm {
        width: 90%;
        height: 480px;
    }

    .bootbox-padded .modal-footer .btn {
        font-size: 1rem;
    }
}
@media (min-width:564px) {
    .bootbox-padded.date-changed-modal .modal-sm {
        height: 410px;
    }
}

/*===================================================================================*/
/*	Site Stats
/*===================================================================================*/
.stats-container {
    padding: 0;
}

.stats-content {
    display: flex;
    justify-content: center;
}

.stats-container .row {
    width: 100%;
}

@media(max-width:991px) and (min-width:768px) {
    .stats-container .row {
        width: 65%;
    }
}

@media(max-width:767px) {
    .stats-container .row {
        width: 240px;
    }
}
.stats-content {
    color: #40556b;
    text-transform: uppercase;
}
.stats-column {
    display: flex;
    align-items: center;
    height: 56px;
    min-width: 240px;
    padding: 0;
}

.stats-counter {
    font-size: 38px;
}

.stats-details {
    font-weight: 700;
    padding: 0 5px;
    font-size: 14px;
    line-height: 16px;
    max-width: 150px;
}
.multi-button-footer {
    height: initial;
}
@media(max-width:767px) {
    .multi-button-footer .btn, .multi-button-footer a {
        min-width: 230px;
        margin-bottom: 10px !important;
        margin-left: 0px !important;
    }
}
#job-done-modal .modal-dialog {
    max-height: 400px;
}
.job-done-option {
    line-height: 200%;
}
.job-done-option label {
    font-weight: 600;
    color: #40556b;
}
@media(min-width:767px) {
    .container.job-done-options-container {
        margin: auto;
        width: 75%;
    }
    .job-done-options {
        margin-left: 20px;
    }
    .job-done-sm-container {
        margin-left: 150px;
    }
}
.bid-message-action-link {
    font-size: 13px;
    border-bottom: dotted 1px;
    float: right;
}
.bid-message-action-link.inactive {
    opacity: 0.5;
}
.bid-message-action-link.inactive:hover {
    color: #506a85;
    cursor: default;
}

.feedback-btn-section {
    font-size: 26px;
    height: 64px;
}
.feedback-btn {
    border-radius: 50%;
    border: 2px solid #40556b;
    color: #40556b;
    background-color: white;
    width: 50px;
    height: 50px;
    transition: all 0.3s ease;
}
.feedback-btn:hover, .feedback-btn.active{
    width: 60px;
    height: 60px;
}
.btn-positive:hover, .btn-positive.active{
    border: 2px solid #5cb85c;
}
.btn-positive:hover{
    color: #00ca77;
}
.btn-positive.active {
    background-color:#5cb85c;
    color: #fff;
}
.btn-negative:hover, .btn-negative.active {
    border: 2px solid #a94442;
}
.btn-negative:hover {
    color: #a94442;
}
.btn-negative.active {
    background-color: #a94442;
    color: #fff;
}

/*===================================================================================*/
/*	HIW for tradesman
/*===================================================================================*/
.hiw-blog-post {
    margin-top: 20px;
}

    .hiw-blog-post .text-small {
        font-size: 12px;
    }

.hiw-quote p {
    font-size: 14px;
}

.hiw-quote footer .avatar img {
    width: 30px;
    height: 30px;
}

.hiw-quote footer cite {
    font-size: 12px;
}

.hiw-quote footer cite,
.hiw-quote footer .avatar {
    display: inline-block;
}

.hiw-blog-post .btn {
    margin-top: 27px;
    margin-bottom: 27px;
}

@media(max-width:400px) {
    .hiw-quote:before {
        display: none;
    }
}

@media(min-width:768px) and (max-width:978px) {
    .hiw-quote:before {
        display: none;
    }
}
/*===================================================================================*/
/*	HIW for tradesman END
/*===================================================================================*/

@media all and (max-width: 1024px) {
    #owl-main.index-head .caption-wrap {
        max-width: 65%;
    }
}

@media all and (max-width: 767px) {
    #owl-main.index-head .caption-wrap {
        max-width: 100%;
    }

    #owl-main.index-head .item {
        position: relative;
    }

    #owl-main.index-head .item,
    #owl-main.index-head {
        height: auto !important;
    }

    #owl-main.index-head .container {
        display: table;
        height: 100%;
        position: relative;
        padding: 0px 10px;
        padding-top: 270px;
    }
}

@media all and (max-width: 360px) {
    #owl-main.index-head .caption-wrap h1 {
        font-size: 24px !important;
    }
}
/*===================================================================================*/
/*	INDEX HERO - END
/*===================================================================================*/

a.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}
.feedback-form-amount-paid input {
    max-width: 115px;
}
.feedback-form-amount-paid .help-tip {
    top: 5px;
}
.tman-badges .tradesman-badge i {
    vertical-align: bottom;
}
span.pro-badge {
    color: #fff;
    background-color: #007bff;
    font-size: 14px;
    padding: 5px 10px;
}
span.business-badge {
    background-color: #F27A24;
    text-transform: uppercase;
}
span.badge-sm {
    width: 100px;
    width: initial;
    font-weight: 700;
    font-size: 12px;
    padding: 6px 8px 5px 8px;
    vertical-align: text-bottom;
}
span.delayed-badge {
    color: #fff;
    background-color: #007bff;
    font-size: 14px;
    padding: 5px 10px;
    vertical-align: middle;
    cursor: pointer;
}
span.delayed-badge:hover{
    background-color: #007bf0;
}
@media (min-width: 768px) {
    span.pro-badge {
        vertical-align: text-bottom;
    }
    h2 span.pro-badge,
    h3 span.pro-badge {
        vertical-align: text-top;
    }
}
.pricing .plan .features li i {
    color: #00ca77;
    font-size: 18px;
}
p.feature-description {
    font-size: 14px;
}
@media (min-width: 768px) {
    p.feature-description {
        margin-left: 33px;
    }
}
.subscription-details {
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    max-width: 300px;
    min-width: 225px;
    margin: auto;
    padding: 5px;
}
.subscription-info{
    margin-top: 5px;
}
span.subscription-menu-badge {
    color: #fff;
    background-color: #007bff;
    font-size: 12px;
    padding: 3px 7px;
}
span.subscription-menu-badge.expired,
span.pro-badge.expired{
    background-color: #999;
}
span.subscription-menu-badge.expiresSoonWarning,
span.pro-badge.expiresSoonWarning{
    background-color: #f27a24;
    animation: pulse 0.5s 2;
}
span.subscription-menu-badge.expiresSoonDanger,
span.pro-badge.expiresSoonDanger{
    background-color: #ff4000;
    animation: pulse 0.5s 2;
}
span.subscription-menu-badge.expiredRecentlyDanger,
span.pro-badge.expiredRecentlyDanger{
    background-color: #ff4000;
    animation: pulse 0.5s 2;
}
span.subscription-menu-info {
    font-size: 12px;
    font-weight: 600;
    vertical-align: text-bottom;
}
.featured-bid {
    color: white;
    background: #F27A24;
    position: absolute;
    right: -2px;
    top: -25px;
    padding: 0px 10px;
    font-size: 14px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.featured-bid-demo {
    color: white;
    background: #F27A24;
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: 600;
    white-space: nowrap;
}
.featured-bid-demo i{
    color: white !important;
    margin-right: 2px !important;
}

#service-selection-group.warning {
    border-radius: 3px;
    padding: 1px 1px;
    margin-bottom: 5px;
    border: 1px solid #e89a61;
    box-shadow: 0px 0px 2px 1px #e89a61;
}
.input-validation-warning {
    border: 1px solid #e89a61 !important;
    box-shadow: 0px 0px 2px 1px #e89a61 !important;
}
.job-create-warning {
    color: #F27A24;
    font-size: 14px;
}
.input-group-btn .btn {
    margin: -1px;
    padding: 7px 10px 6px 10px;
}
.subscription-menu-info.expiresSoonWarning {
    color: #f27a24;
}
.subscription-menu-info.expiresSoonDanger {
    color: #ff4000;
}
.subscription-menu-info.expiredRecentlyDanger {
    color: #ff4000;
}
.subscription-menu-info.expiredRecently {
    color: #999;
}
.subscription-menu-info.healthy {
    color: #506a85;
}
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover .subscription-menu-info,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:focus .subscription-menu-info{
    color: #FFF !important;
}
.set-winner-modal-checkbox-label {
    margin-top: 10px;
    display: block;
}
.set-winner-modal-checkbox {
    margin-left: 10px !important;
    height: 40px;
    width: 40px;
}
.set-winner-modal{
    min-height: 400px;
}
.job-edit-form-control{
    margin-bottom: 10px;
}
.pricing .plan .features-accordion {
    background: #F5F7FA;
    padding: 25px 0px;
    border: 1px solid #E6E9ED;
    border-top: none;
    border-bottom-width: 2px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: 0 !important;
}

.features-accordion .panel-group .panel {
    border: none;
}
.features-accordion .panel-title > a span i {
    margin-right: 10px;
    color: #F27A24;
}
.features-accordion .panel-title{
    text-transform: none;
}
.features-accordion .panel-title > a,
.features-accordion .panel-title > a:hover {
    background: initial;
}
.features-accordion span.pro-badge {
    color: #fff;
    background-color: #007bff;
    font-size: 14px;
    padding: 5px 10px;
}
.features-accordion .panel .inactive {
    opacity: 0.5;
}
.features-accordion .panel-title > a.inactive span i {
    color: #ff4000;
}
.features-accordion .panel-title-content {
    display: inline-block !important;
    padding-right: initial !important;
    vertical-align: top;
}
.features-accordion .panel-title-content:after {
    content: none !important;
}
.features-accordion span.panel-title-content.icon {
    width: 10%;
    margin-bottom: 0px;
}
.features-accordion span.panel-title-content.text {
    width: 80%;
}
.features-accordion .panel-group hr {
    margin: 0px 25px;
}
.features-accordion .panel-group hr:last-of-type {
    display: none;
}
.dl-horizontal.dl-small dt {
    margin-bottom: 5px;
}
.subscription-unavailable header {
    opacity: .5;
}
.subscription-payment-details {
    font-size: 90%;
    font-weight: normal;
    color: #a3b1bf;
    display: block;
}
/*===================================================================================*/
/*	Jobs list banners
/*===================================================================================*/
.cabinet-item .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cabinet-item {
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.ci-right {
    text-align: center;
}

.ci-right img {
    max-height: 200px;
    width: auto;
}

.col-md-7.ci-left {
    padding: 25px 0px 15px 45px;
    text-align: left;
}

.ci-title {
    color: #516b84;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 1.2;
}

.ci-text {
    padding-bottom: 10px;
    color: #516b84;
    font-size: 14px;
}

.ci-btn a {
    display: inline-block;
}

    .ci-btn a span {
        background: url(/Content/images/art/cabinet-arrow.png) right center no-repeat;
        padding-right: 30px;
        background-size: 10px;
    }

.slider-hide {
    padding: 0px !important;
    margin: 0px;
    border: 0px;
    position: relative;
}

.slider-hide .close {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    background: url(/Content/images/art/close-icon.png) center center no-repeat;
    background-size: cover;
    width: 10px;
    height: 10px;
    z-index: 10;
    opacity: 1;
}

@media all and (max-width: 767px) {
    .col-md-7.ci-left {
        padding: 25px 40px;
        text-align: center;
        order: 2;
    }

    .ci-right {
        width: 100%;
        text-align: center;
        padding-top: 30px;
    }

    .slider-hide .close {
        display: block;
    }
}

/*===================================================================================*/
/*	Jobs list banners - END
/*===================================================================================*/

/*===================================================================================*/
/*	Options list
/*===================================================================================*/

.gp-radio-wrapper {
    display: inline-flex;
    background: #fff;
    height: 34px;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 5px;
}

.gp-radio-wrapper .option {
    background: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0;
    border-radius: 3px;
    cursor: pointer;
    padding: 0 10px;
    border: 1px solid lightgrey;
    transition: all 0.3s ease;
    white-space: nowrap;
}
.gp-radio-wrapper .option:not(:last-child) {
    margin-right: 5px;
}

.gp-radio-wrapper .option .dot {
    height: 20px;
    width: 20px;
    background: #d9d9d9;
    border-radius: 50%;
    position: relative;
}

.gp-radio-wrapper .option .dot::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #0069d9;
    border-radius: 50%;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.3s ease;
}

.gp-radio-wrapper input[type="radio"] {
    display: none;
}

#option-0:checked:checked ~ .option-0,
#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2 {
    border-color: #0069d9;
    background: #0069d9;
}

#option-0:checked:checked ~ .option-0 .dot,
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot {
    background: #fff;
}

#option-0:checked:checked ~ .option-0 .dot::before,
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before {
    opacity: 1;
    transform: scale(1);
}

.gp-radio-wrapper .option span {
    font-size: 14px !important;
    color: #808080;
}

#option-0:checked:checked ~ .option-0 span,
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span {
    color: #fff;
}
@media (max-width: 500px) {
    .gp-radio-wrapper.gp-radio-options-3 .option .dot {
        display: none;
    }
}
.option.option-1.active,
.option.option-2.active {
    border-color: #0069d9;
    background: #0069d9;
}
.option.option-1.active .dot,
.option.option-2.active .dot {
    background: #fff;
    opacity: 1;
    transform: scale(1);
}
.option.option-1.active .dot:before,
.option.option-2.active .dot:before {
    opacity: 1;
    transform: scale(1);
}
.option.option-1.active span,
.option.option-2.active span {
    color: #fff;
}
/*===================================================================================*/
/*	Options list - END
/*===================================================================================*/

.job-create-user-type {
    text-align: center;
    margin-bottom: 20px;
}
.job-create-user-type li{
    width: 50%;
}

.job-favourites-bins {
    float: right;
    font-size: 22px;
    display: block;
}
.job-favourites-btn {
    margin-right: 5px;
}
.job-favourites-btn:hover {
    cursor: pointer;
}
.job-favourites-btn .active {
    color: #fdd841;
}
.move-to-bin {
    color: #ab1b3ec4;
}
.toggle-favourites {
    color: #f27a24;
}
.job-restore-bin {
    color: #ff4000;
    font-size: 22px;
}
.job-details-restore-bin {
    position: sticky;
    z-index: 999;
}
.job-details-favourites-bins {
    font-size: 22px;
    z-index: 999;
    position: sticky;
}
.job-details-faq ul {
    margin-top: 20px;
    display: inline-block;
    border-top: solid 1px;
    border-bottom: solid 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}
.job-details-faq.xs-block {
    background: white;
    padding: 10px;
    padding-left: 30px;
}

@media (max-width: 991px) {
    .job-details-restore-bin,
    .job-details-favourites-bins {
        float: right;
        margin-left: 15px;
    }
}
@media (min-width: 1200px){
    .job-details-restore-bin,
    .job-details-favourites-bins {
        position: absolute;
    }
}
.form-control.select-light {
    background-color: white;
}
/*===================================================================================*/
/*	Subscriptions Management
/*===================================================================================*/
.subs-manage-tab {
    border-radius: 6px;
    padding: 15px 30px;
    color: inherit;
    background-color: #eee;
    margin-bottom: 10px;
}
.subs-manage-header{
    font-size: 18px;
}
.subs-manage-text {
    font-size: 16px;
}
.subs-manage-text a {
    font-size: 16px;
    border-bottom: dashed 1px;
}

/*===================================================================================*/
/*	Subscriptions Management - END
/*===================================================================================*/
/*===================================================================================*/
/*	Suggested tradesmen
/*===================================================================================*/
.suggested-tmen-list {
    margin-top: 20px;
}
@media (max-width: 991px) {
    .suggested-tmen {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.tman-selection {
    padding: 20px;
    border: 1px solid #E6E9ED;
    border-radius: 3px;
    margin-bottom: 20px;
}
.tman-selection .avatar-wrap {
    margin-right: 15px;
    display: inline-block;
    float: left;
}
.tman-name-el h4 {
    margin-bottom: 0px;
    margin-right: 5px;
}
.tman-name-el .pro-badge {
    font-size: 12px;
    padding: 4px 5px;
    border-radius: 6px;
    margin-right: 10px;
}
.tman-selection-btn {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
}
.tman-selection.selected {
    border-color: #00ca77;
}
.tman-selection.unselected {
    opacity: 0.8;
}
.tman-selection.selected .tman-selection-btn{
    padding-top: 6px;
    padding-bottom: 6px;
}
.tmen-list-item.suggested {
    border: solid 2px #F27A24;
    position: relative;
    margin-bottom: 40px;
    border-top-right-radius: 0px;
}
.suggested-badge {
    color: white;
    background-image: linear-gradient(to right, #f25d24, #ffb612);
    position: absolute;
    padding: 5px 20px;
    font-size: 13px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    top: -35px;
    right: -2px;
}
.suggested-badge i {
    border-radius: 50%;
    border: solid 1px white;
    padding: 0px 3px;
    padding-bottom: 2px;
    font-size: 12px;
    margin-right: 5px;
}

.best-item.suggested {
    border: solid 2px #F27A24;
    position: relative;
    border-top-left-radius: 0px;
}
.best-item .suggested-badge{
    left: -2px;
    right: initial;
}
.tmen-title {
    margin-bottom: 40px;
}
@media(max-width: 991px) {
    .suggested-badge {
        left: -2px;
        right: initial;
    }
}
/*===================================================================================*/
/*	Suggested tradesmen - END
/*===================================================================================*/
/*===================================================================================*/
/*	Subscription Banners
/*===================================================================================*/
.job-list-banner {
    margin-bottom: 20px;
}
body .subscription-banner .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
body .subscription-banner {
    background: #fff;
    border-radius: 6px;
    box-shadow: unset;
}
body .subscription-banner-beginner {
    background-color: #e3e3e3;
}
body .subscription-banner-expert {
    background-color: #ffd564;
}
body .subscription-banner-super {
    background: rgb(182,220,255);
    background: -moz-linear-gradient(left, rgba(182,220,255,1) 0%, rgba(149,204,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(182,220,255,1) 0%,rgba(149,204,255,1) 100%);
    background: linear-gradient(to right, rgba(182,220,255,1) 0%,rgba(149,204,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6dcff', endColorstr='#95ccff',GradientType=1 );
}
body .ci-right {
    text-align: center;
    padding: 10px 50px 0px 15px;
}
body .ci-right img {
    max-height: 200px;
    width: auto;
    max-width: 100%;
    height: auto;
}
.col-md-7.ci-left {
    padding: 25px 0px 15px 45px;
    text-align: left;
}
body .ci-title {
    color: #3a434b;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    padding: 5px 0px 5px 40px;
    margin-bottom: 10px;
}
.ci-title-beginner {
    background: url(/Content/images/art/banner-beginner-icon.svg) left center no-repeat;
}
.ci-title-expert {
    background: url(/Content/images/art/banner-expert-icon.svg) left center no-repeat;
}
.ci-title-super {
    background: url(/Content/images/art/banner-super-icon.svg) left center no-repeat;
}
body .ci-title-lg {
    font-size: 26px;
}

body .ci-text {
    padding-bottom: 10px;
    color: #3a434b;
    font-size: 14px;
}
body .ci-btn a {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    background-color: #ec833e;
    text-transform: unset;
    margin: 10px 0px 10px 0px;
}
body .ci-btn a span {
    background: url(/Content/images/art/cabinet-arrow.png) right center no-repeat;
    padding-right: 25px;
    background-size: 10px;
}

body .slider-hide .close {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    background: url(/Content/images/art/close-icon.svg) center center no-repeat;
    background-size: cover;
    width: 10px;
    height: 10px;
    z-index: 10;
    opacity: 1;
}

@media all and (max-width: 767px) {
    .job-list-banner {
        margin-left: -13px;
        margin-right: -13px;
    }
    body .col-md-7.ci-left {
        padding: 25px 40px;
        text-align: left;
        order: 2;
    }

    body .ci-right {
        text-align: center;
        padding: 20px 30px 0px 30px;
        order: 1;
    }

    body .ci-title {
        font-size: 18px;
    }

    .slider-hide .close {
        display: block;
    }
}
@media (min-width: 1201px){
    .ci-text.long {
        font-size: 13px;
    }
}
/*===================================================================================*/
/*	Subscription Banners - END
/*===================================================================================*/
/*===================================================================================*/
/*	Business
/*===================================================================================*/
.verification-result-placeholder{
    min-height: 25px;
    font-size: 14px;
}
.business-status {
    width: 160px;
    margin: 10px 0px;
    text-align: center;
}
#status-description {
    display: inline;
}
.job-list-business {
    margin-bottom: 10px;
}
.od-business {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    text-align: center;
    cursor: pointer;
}
@media(max-width: 767px){
    .od-business {
        text-align: left;
        margin-left: -5px;
        margin-right: 5px;
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: left;
    }
}
.bank-selection {
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
}
.bank-selection.left-aligned {
    text-align: left;
}
.bank-selection .bank.error {
    border: 1px solid #d99898;
    box-shadow: 0px 0px 2px 1px #d99898;
    border-radius: 3px;
}
.bank-selection .bank {
    cursor: pointer;
    display: inline-block;
    margin: 10px 4px;
    border: 1px solid #40556b;
    border-radius: 4px;
    padding: 4px 10px;
    width: 148px;
    text-align: center;
}
.bank-selection .bank img {
    height: 32px;
}
.bank-selection .bank:hover {
    background-color: #efefef;
}
.bank-selection .bank.selected {
    background-color: #e8e8e8;
}
.business-filter {
    margin-bottom: 20px;
}
.business-logo {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
}
.business-logo:after {
    display: block;
    content: '';
    width: 86px;
    height: 26px;
    background: url(/Content/images/art/business-icon.png) no-repeat center/contain;
    position: absolute;
    top: -20px;
    left: 200px;
}
.business-text {
    font-family: 'Roboto', sans-serif;
}
.business-text .bt-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 115%;
    letter-spacing: 0.031em;
    color: #40556b;
}
.business-text .bt-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #506a85;
}
.business-links a {
    min-width: 200px;
}
@media(max-width:991px){
    .business-text {
        margin-bottom: 10px;
    }
    .business-text .bt-title {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}
@media(min-width:991px) and (max-width:1200px) {
    .business-text {
        text-align: right;
    }
}
/*===================================================================================*/
/*	Business tradesman - END
/*===================================================================================*/
.multiline {
    white-space: pre-wrap;
}
.btn-full-width{
    width: 100%;
}
/*===================================================================================*/
/*	Invoices
/*===================================================================================*/
.invoice {
    aspect-ratio: 210 / 297;
    padding: 8.4% 12%;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.invoice .section{
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 30px;
}
.invoice .paid-stamp {
    padding: 3px 10px;
    border: solid 3px;
    border-radius: 3px;
    position: absolute;
    color: rgb(151, 1, 1);
    font-weight: 900;
    font-size: 14px;
    opacity: 0.6;
}
.invoice .section.download {
    margin-bottom: 40px;
}
.invoice .download a {
    float: right;
    font-size: 16px;
}
.invoice .title {
    margin-bottom: 45px;
    text-align: right;
}
.invoice .title .input-group{
    text-align: right !important;
}
.invoice .title .title-label {
    margin: 15px 0 10px;
    padding-bottom: 10px;
    font-size: 2.75em;
    font-weight: 200;
    color: #232e38;
    text-align: right;
    height: auto;
}
.invoice .parties .header {
    border-bottom: 1px solid #CED7E0;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.invoice .parties .invoice-party{
    font-size: 14px;
}
.invoice .parties .invoice-party-label{
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    color: #506a85;
}
.invoice .invoice-items .items-table-header {
    background-color: #232e38;
    color: #fff;
    padding: 1px 15px;
    font-size: 16px;
    line-height: 150%;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.025em;
}
.invoice .invoice-items .items-table-header .column {
    display: inline-block;
    padding: 1px 10px;
}
.invoice .invoice-item{
    position: relative;
    margin: 4px 0 4px 0;
}
.invoice .invoice-items .column.item
{
    width: 52%;
}
.invoice .invoice-items .column.quantity {
    width: 15%;
}
.invoice .invoice-items .column.rate{
    width: 15%;
}
.invoice .invoice-items .column.amount{
    width: 15%;
}
.invoice .invoice-item .field .amount {
    padding: 5px 15px;
    white-space: nowrap;
}
.invoice .invoice-item .field .amount-label{
    display: none;
}
.invoice .invoice-item .field {
    padding-right: 2px;
    padding-left: 0px;
    vertical-align: sub;
}
.invoice .invoice-item .invoice-item-value{
    text-align: center;
}
.invoice .invoice-item .invoice-item-label {
    display: none;
}
.invoice .invoice-item .invoice-item-remove{
    position: absolute;
    top: 3px;
    right: -35px;
    padding-left: 20px;
    padding-right: 10px;
    cursor: pointer;
    display: none;
}
.invoice .invoice-item:hover .invoice-item-remove.active{
    display: block;
}
.invoice .invoice-item .invoice-item-remove.active:hover{
    display: block;
}

.invoice .totals{
    float: right;
    margin-right: 15px;
}
.invoice .totals table,
.invoice .totals tr,
.invoice .totals td{
    border: none;
}
.invoice .totals .totals-value{
    width: 80px;
    text-align: right;
}

.invoice .totals .value-container{
    text-align: right;
    width: 100px;
}
.invoice .totals .total-amount-container{
    border-bottom: 1px solid;
}
#invoice-reference-addon{
    padding-left: 14px;
    padding-right: 11px;
}
.invoice .footer {
    width: 310px;
    margin-right: 15px;
    float: right;
}
.invoice .footer .info{
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    color: #506a85;
    text-align: right;
}
@media (max-width: 992px) {
    .invoice-form {
        padding-right: 0px;
        padding-left: 0px;
    }
    .invoice .parties .issuer{
        margin-bottom: 15px;
    }
}
@media(max-width:767px) {
    .invoice .invoice-item {
        margin-bottom: 15px;
    }
    .invoice .invoice-item .invoice-item-remove.active{
        display: block;
    }
    .invoice .invoice-item .field .amount-label{
        display: initial;
    }
    .invoice .footer {
        width: 170px;
    }
    .invoice .footer .label{
        text-align: left;
    }
    .invoice .invoice-item .invoice-item-label {
        display: initial;
    }
    .invoice .invoice-item .item-title {
        font-family: 'Roboto', sans-serif;
        font-weight: 600;
        letter-spacing: 0.025em;
        color: #40556b;
        margin-top: 0;
    }
    .invoice .invoice-item .invoice-item-value{
        text-align: left;
    }
    .invoice .item-diplay-rows {
        border-top: solid 1px;
        border-bottom: solid 1px;
    }
}
.issued-invoices {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ced7e0;
    border-radius: 3px;
    display: none;
}
.issued-invoices .issued-invoices-header{
    margin-bottom: 5px;
}
.invoice-status {
    min-width: 130px;
    display: inline-block;
    text-align: right;
    font-size: 14px;
}
.issued-invoices a {
    display: block;
}
.issued-invoices a {
    display: block;
}
.invoice-paid i {
    color: #00ca77;
}
.invoice-unpaid i {
    color: #F27A24;
}
.issued-invoices a .pay-link {
    border-bottom: dotted 1px;
}
.issue-invoice-container {
    position: relative;
}
.issue-invoice-container span.help-tip {
    top: 24px;
}
/*===================================================================================*/
/*	Invoices - END
/*===================================================================================*/

/*===================================================================================*/
/*	Customer Profile
/*===================================================================================*/
.customer-profile .avatar-wrap {
    display: block;
}
.customer-profile .avatar {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.customer-profile .customer-name {
    text-align: center;
    margin-top: 10px;
}
.customer-profile .customer-name h2{
    margin-bottom: 0px;
}
.customer-profile .business-status {
    margin-left: auto;
    margin-right: auto;
}
.customer-profile .business-signup {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
}
/*===================================================================================*/
/*	Customer Profile - END
/*===================================================================================*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container {
    padding-left: 0px;
    padding-right: 0px;
}
/*===================================================================================*/
/*	Certificates
/*===================================================================================*/
.certificates hr{
    margin: 20px;
}
.cert-download span {
    display: block;
}
.cert-download img {
    max-height: 100px;
    margin-bottom: 5px;
}
.cert-item {
    margin-top: 10px;
    margin-bottom: 20px;
}
.cert-download-link {
    font-weight: 500;
    font-size: 14px;
}
.cert-all {
    margin: 40px;
}
.frame-example {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 20px;
    background: white;
}
.frame-example iframe::-webkit-scrollbar {
    display: none;
}
/*===================================================================================*/
/*	Certificates - END
/*===================================================================================*/
/*===================================================================================*/
/*	Job create form
/*===================================================================================*/
@media (max-width: 767px) {
    .job-create-form-header {
        font-size: 32px;
    }
}
#job-create-auth {
    text-align: center;
}
#job-create-auth .modal-dialog{
    max-width: 450px;
    max-height: 650px;
}
#job-create-auth .modal-header {
    border: none;
    height: initial;
}
#job-create-auth .modal-header .close {
    position: absolute;
    right: 10px;
}
#job-create-auth .modal-body {
    top: 140px;
    bottom: 0px;
}
@media (min-width: 1200px) {
    #job-create-auth .modal-dialog {
        top: 35px;
        bottom: 35px;
        overflow: hidden;
    }
}
@media (max-width: 480px) {
    #job-create-auth .modal-title {
        font-size: 20px;
    }
}
.already-registered-link {
    margin-top: -15px;
}

    .already-registered-link a {
        font-weight: 600;
    }
.menu-pill {
    display: inline-block;
}
.menu-pill .menu-pill-content input {
    height: 36px;
    line-height: 36px;
    width: 100%;
    padding: 8px;
    max-width: 360px;
    border-radius: 3px;
    background: #fff;
}
#location-pill.menu-pill input {
    min-width: 275px;
}
.menu-pill-btn {
    background-color: #e8f0fe;
    border: none;
    color: #081726;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 14px;
}
.menu-pill.validation-failed .menu-pill-btn {
    border: 1px solid #d99898;
    -webkit-box-shadow: 0 0 4px 2px #d99898;
    -moz-box-shadow: 0 0 2px 1px #d99898;
    box-shadow: 0 0 2px 1px #d99898;
    color: #a94442;
}
.menu-pill-content {
    padding: 10px 7px;
}
.menu-pill-btn-cancel {
    margin-left: 10px;
}
.menu-pill-budget-icon {
    font-weight: 700;
    font-size: 17px;
}
.menu-pill-help-text {
    background-color: #e8f0fe;
    border: none;
    color: #081726;
    padding: 8px 15px;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 14px;
    min-width: 200px;
}
@media(max-width: 460px) {
    .menu-pill-content.dropdown-menu {
        position: static;
    }
}
/*===================================================================================*/
/*	Job create form - END
/*===================================================================================*/
/*===================================================================================*/
/*	Safe deal
/*===================================================================================*/
.l-radio {
  padding: 8px!important;
  border-radius: 14px;
  display: inline-flex;
  cursor: pointer;
  transition: background 0.2s ease;
  margin: 8px 0;
  -webkit-tap-highlight-color: transparent;
}
.l-radio:hover, .l-radio:focus-within {
  background: rgba(159, 159, 159, 0.1);
}
.l-radio input {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: none;
  border: 0;
  box-shadow: inset 0 0 0 1px #9F9F9F;
  box-shadow: inset 0 0 0 1.5px #9F9F9F;
  appearance: none;
  padding: 0;
  margin: 0;
  transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
  pointer-events: none;
}
.l-radio input:focus {
  outline: none;
}
.l-radio input:checked {
  box-shadow: inset 0 0 0 6px #0069d9;
}
.l-radio span {
  vertical-align: middle;
  display: inline-block;
  line-height: 20px;
  padding: 0 8px;
}
label.l-radio span.help-tip {
    top: 6px;
    line-height: 22px;
    display: inline-block;
    font-size: 16px;
    pointer-events: initial;
}
.deal-type-ind {
    position: relative;
    margin: 10px 0px;
    font-size: 14px;
    font-weight: bold;
}
.deal-type-ind img {
    margin-right: 15px;
}
.swal2-html-container .bank-selection .bank {
    width: 170px;
}
.swal2-html-container .bank-selection .bank img {
        height: 34px;
}
@media(max-width:480px) {
    .swal2-html-container .bank-selection .bank {
        width: 138px;
    }

    .swal2-html-container .bank-selection .bank img {
        height: 30px;
    }
}
.payment-details {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ced7e0;
    border-radius: 3px;
}
.transfers-header {
    margin-bottom: 0px;
}
.transfers-placeholder .item span:not(last-child) {
    margin-right: 20px;
}
.transfers-placeholder .item i{
    color: #00ca77;
}
.transfers-placeholder table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.transfers-placeholder td, .transfers-placeholder th {
    border: none;
    text-align: left;
    padding: 8px;
}

.transfers-placeholder tr:nth-child(odd) {
    background-color: #e8f0fe;
}
.paysera-consent {
    font-size: 14px;
}
.phone-popup-input .exchange-fee-info {
    font-size: 14px;
    margin-top: 30px;
    display: flex;
    text-align: left;
    padding: 5px 20px !important;
    background-color: #f2f5f7;
}
.exchange-fee-info i {
    font-size: 22px;
    margin-right: 10px;
    color: #007bff;
}
.swal2-html-container ul.circled {
    margin-left: auto;
    margin-right: auto;
    width: 349px;
    font-size: 14px;
    text-align: left;
}
.exchange-success-content ul.circled {
    width: 340px;
}
.exchange-success-content ul {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 310px;
    padding-left: initial;
}
.exchange-success-content li {
    display: flex;
}
.exchange-success-content li img {
    margin-right: 15px;
    margin-bottom: 10px;
}
.exchange-success-content li span.exch-short {
    margin-top: auto;
    margin-bottom: auto;
}
@media(max-width:480px) {
    .exchange-success-content ul {
        width: 300px;
    }
    .exchange-success-content li img {
        width: 45px;
    }
    .swal2-html-container ul.circled {
        width: initial;
    }
}
.swal2-html-container ul.circled li:before {
    font-size: 14px;
}

.safe-deal-container {
    margin: 0px;
    font-size: 16px;
}
.safe-deal-content div {
    width: 350px;
    margin: auto;
}
@media(max-width:480px) {
    .safe-deal-content div {
        width: 256px;
    }
}

.safe-deal-content p {
    border-top: 2px dashed;
    border-color: #007bff !important;
    margin: 0;
    padding: 30px;
    counter-increment: section;
    position: relative;
}

.safe-deal-content p:nth-child(even):before {
    content: counter(section);
    right: 100%;
    margin-right: -20px;
    position: absolute;
    border-radius: 50%;
    padding: 8px;
    height: 40px;
    width: 40px;
    background-color: #007bff;
    text-align: center;
    color: white;
    font-size: 110%;
}

.safe-deal-content p:nth-child(odd):before {
    content: counter(section);
    left: 100%;
    margin-left: -20px;
    position: absolute;
    border-radius: 50%;
    padding: 8px;
    height: 40px;
    width: 40px;
    background-color: #007bff;
    text-align: center;
    color: white;
    font-size: 110%;
}

.safe-deal-content p:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px;
  padding-right: 0;
}

.safe-deal-content p:nth-child(odd) {
    border-right: 2px dashed;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-left: 30px;
    padding-left: 0;
}

.safe-deal-content p:first-child {
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.safe-deal-content p:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.safe-deal-section h1 {
    margin-bottom: 10px;
}
.safe-deal-status {
    font-size: 16px;
    line-height: 150%;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.025em;
}
.job-safe-deal-status:before,
.safe-deal-status:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-bottom: 3px;
}
.job-safe-deal-status.active:before,
.safe-deal-status.active:before {
    background: #1fc97a;
}
.job-safe-deal-status.processing:before,
.safe-deal-status.processing:before {
    background: #f27a24;
}
.job-safe-deal-status.finished:before,
.safe-deal-status.finished:before {
    background: grey;
}
.job-safe-deal-status.action:before,
.safe-deal-status.action:before {
    background: #ff4000;
}
.safe-deal-section label {
    font-family: 'Roboto', sans-serif;
    color: #40556b;
    font-weight: 600;
    letter-spacing: 0.025em;
}

.safe-deal-transactions table {
    font-family: arial, sans-serif;
    color: #40556b;
    border-collapse: collapse;
    width: 100%;
}
.safe-deal-transactions table thead tr{
    background-color: white;
    border-bottom: solid 1px;
}
.safe-deal-transactions td, .safe-deal-transactions th {
    border: none;
    text-align: left;
    padding: 8px;
}

.safe-deal-transactions tbody tr:nth-child(odd) {
    background-color: #e8f0fe;
}
.safe-deal-amount-input {
    margin-top: 0px;
}
.safe-deal-bank-waring {
    font-size: 0.9em;
}
@media only screen and (max-width: 760px) {
    .safe-deal-transactions table td, .safe-deal-transactions table tr {
        display: block;
    }
    .safe-deal-transactions table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }


    .safe-deal-transactions table tr + tr {
        margin-top: 1.5em;
    }

    .safe-deal-transactions table td {
        /* make like a "row" */
        border: none;
        border-bottom: 1px solid white;
        position: relative;
        padding-left: 50%;
        text-align: left;
    }

    .safe-deal-transactions table td:before {
        content: attr(data-label);
        display: inline-block;
        line-height: 1.5;
        margin-left: -100%;
        width: 100%;
        white-space: nowrap;
        font-weight: 600;
    }
}
.job-safe-deal {
    font-size: 14px;
}
.job-safe-deal h3 {
    margin-bottom: 0px;
}
.job-safe-deal .job-safe-deal-details {
    margin-top: 10px;
}
.job-safe-deal .job-safe-deal-details .dl-horizontal {
    display: flex;
}
.safe-deal-tag {
    font-size: 14px;
    font-weight: 600;
    color: #40556b;
    float: right;
    background-color: rgba(242, 122, 36, 0.1);
    padding: 2px 10px;
    border-radius: 10px;
    border: solid 1px rgba(242, 122, 36, 0.3);
}
.job-list-safe-deal .safe-deal-tag {
    float: initial;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.job-deal-type-val .help-tip {
    margin-left: 8px;
    top: -2px;
}
.order-details .tradesman-details .dl-horizontal dt {
    width: 110px;
    font-size: 13px;
    margin-bottom: 4px;
}
.order-details .tradesman-details .dl-horizontal dd {
    font-size: 13px;
    margin-bottom: 4px;
}
@media (max-width: 1200px) {
    .order-details .tradesman-details .dl-horizontal dt {
        width: 35%;
    }
    .order-details .tradesman-details .dl-horizontal dd {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        max-width: 65%;
    }
}
.sd-tman-consent {
    position: sticky;
    bottom: 0;
    background-color: white;
}
.swal2-label a {
    color: #D96716;
    border-bottom: 1px solid;
}
/*===================================================================================*/
/*	Safe deal - END
/*===================================================================================*/
table.responsive-table {
    font-family: arial, sans-serif;
    color: #40556b;
    border-collapse: collapse;
    width: 100%;
}
table.responsive-table thead tr {
    background-color: white;
    border-bottom: solid 1px;
}
.responsive-table td, .responsive-table th {
    border: none;
    text-align: left;
    padding: 8px;
}

.responsive-table tbody tr:nth-child(odd) {
    background-color: #e8f0fe;
}

@media only screen and (max-width: 760px) {
    table.responsive-table td, table.responsive-table tr {
        display: block;
    }
    table.responsive-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }


    table.responsive-table tr + tr {
        margin-top: 1.5em;
    }

    table.responsive-table td {
        /* make like a "row" */
        border: none;
        border-bottom: 1px solid white;
        position: relative;
        padding-left: 50%;
        text-align: left;
    }

    table.responsive-table td:before {
        content: attr(data-label);
        display: inline-block;
        line-height: 1.5;
        margin-left: -100%;
        width: 100%;
        white-space: nowrap;
        font-weight: 600;
    }
}

.cert-status.approved {
    color: #00ca77;
}
.cert-status.declined {
    color: #ff4000;
}
.cert-details i {
    color: #00ca77;
}
.cert-details .cert-name {
    cursor: pointer;
}
.services-popular .item {
    display: inline-flex;
    margin-right: 10px;
    margin-bottom: 10px;
}
.services-popular .item:hover {
    border-radius: 10px;
    box-shadow: 0 0 0 1px #f27a24 !important;
}
.services-popular img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-width: 276px;
}
.services-popular figcaption {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 10px;
    height: 90px;
    max-width: 276px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.services-popular figcaption h3 {
    line-height: 125%;
}
.services-all .item {
    display: inline-flex;
    padding: 10px 20px;
    border: 1px solid;
    margin: 4px 0px;
    border-radius: 5px;
    color: #2d7af1;
    font-weight: 600;
}
.services-all .item:hover {
    color: #F27A24;
    text-decoration: underline;
}
.services-all .services-group {
    margin-bottom: 25px;
}
@media (max-width: 650px) {
    .services-popular {
        text-align: center;
    }
    .services-popular .item {
        max-width: 190px;
    }
}
@media (max-width: 445px) {
    .services-popular .item {
        max-width: 150px;
        margin-right: 5px;
    }
    .services-popular figcaption {
        padding: 8px;
        height: 80px;
    }
    .services-popular .info h3 {
        font-size: 18px;
        margin-bottom: 0px;
        word-break: break-word;
    }
    .services-all .item {
        padding: 8px 10px;
        font-size: 14px;
    }
}

#onetrust-cookies #cookie-policy-title {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 0.025em;
    color: #40556b;
    margin-top: 0;
}
#onetrust-cookies #ot-sdk-cookie-policy-v2 {
    font-size: 18px;
}
#onetrust-cookies #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group {
    font-size: 0.9em;
}
#ot-sdk-btn-floating {
    display: none;
}

/* notifications tree view badges/price links */
.treeview span.node-text {
    display: inline-block;
    max-width: calc(100% - 45px);
}
.treeview span.indent {
    float: left;
    height: 1px;
}
.treeview .badge {
    margin-left: 10px;
}
.treeview:not(.show-badges) .badge {
    display: none;
}
.treeview .price-link {
    float: right;
}
.treeview .price-link a:hover {
    text-decoration: underline;
}
.treeview .price-link .glyphicon {
    margin-right: 5px;
}
.treeview .price-link .glyphicon-warning-sign:before {
    color: #2F7EF6;
}
.treeview .price-link .glyphicon-ok:before {
    color: #4CA669;
}
.treeview .node-selected .price-link .glyphicon:before {
    color: #fff;
}
.treeview .node-selected .price-link a:hover {
    color: #fff;
}

.treeview .list-group-item .indent + .indent {
    display: inline-block;
    width: 10px;
    margin: 0;
}
.treeview .node-selected.node-tradesman-services-tree.unlicensed {
    background-color: #f8d7da!important;
    color: #721c24!important;
}
@media (max-width: 768px) {
    .treeview span.icon {
        margin-right: 0;
    }
    .treeview span.indent {
        margin-left: 0;
    }
    .treeview .price-link {
        max-width: 20px;
        max-height: 20px;
        overflow: hidden;
        padding-left: 3px;
    }
}

.modal .modal-full-message {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #f2ffeeed;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-size: 1.2em;
    font-weight: 600;
    color: #070;
    opacity: 0;
    visibility: hidden;
    transition: opacity ease-in-out 0.3s;
}
.modal .modal-full-message.show {
    visibility: initial;
    opacity: 1;
}

.flex-row .input-group .form-control:last-child {
    border-radius: 4px;
    padding-right: 12px;
    min-width: 95px;
}


/* set price modal */
#set-price-modal .modal-dialog {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    max-height: 50%;
}
#set-price-modal .modal-body {
    position: initial;
    margin: 20px 0 70px 0;
}

#set-price-modal .categories {
    font-size: 0.9em;
    max-height: 200px;
    margin: 10px 0 20px 0;
    overflow-x: hidden;
}
#set-price-modal .categories > div {
    white-space: nowrap;
    width: 100%;
    background: #EEEEEE;
    margin: 1px;
    padding: 0 5px;
    border-radius: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #447AB2;
}
#set-price-modal .categories > div small {
    color: #95a9bd;
    max-width: 33%;
    display: inline-block;
    overflow: hidden;
    line-height: 23px;
    vertical-align: bottom;
    text-overflow: ellipsis;
}

/* tradesman price-list */
.price-list {
    font-family: Roboto, serif;
    color: #546A83;
}
.price-list .title {
    font-size: 18px;
    font-weight: 400;
    white-space: nowrap;
    margin: 0 0;
    width: 100%;
    overflow: hidden;
}
.price-list .title:after {
    content: ' ';
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #D0D7DF;
    margin: 0 0 5px 10px;
}
.price-list ul {
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0;
    padding: 0;
    max-width: 950px;
}
.price-list > .group > ul > li > a {
    margin-left: -14px;
    padding-left: 22px;
}
.price-list ul li:before {
    display: inline-block;
    font-family: 'fontello';
    content: '\e75c';
    font-weight: normal;
    transition: all ease-in-out 0.1s;
    pointer-events: none;
}
.price-list ul li[data-service-id] {
    color: #77869A;
    font-weight: 500;
    margin: 10px 15px;
    padding: 2px 0 0 5px;
    transition: all 0.2s ease-in-out;
    clear: both;
}
.price-list li[data-service-id]:before {
    content: ' ';
    position: absolute;
    width: calc(100% - 40px);
    height: 17px;
    border-bottom: 2px dotted #77869A;
}
.price-list li[data-service-id].unavailable:before {
    border-bottom: none;
}
.price-list ul li[data-service-id]:hover {
    box-shadow: 0 0 2px 4px #fff, 0 0 2px 4px #ccc;
}
.price-list ul li[data-service-id] ul {
    margin: 0;
}
.price-list ul li[data-service-id] ul li {
    margin: 5px 0 5px 15px;
}
.price-list ul li[data-service-id] ul li:hover {
    box-shadow: none;
}

.price-list ul li.hideChildren ul, .price-list ul li.hideChildren > div {
    display: none;
}
.price-list ul li.hideChildren:before {
    transform: rotate(-180deg);
}
.price-list ul ul li {
    margin: 10px;
}
.price-list li .category {
    position: relative;
    padding-right: 5px;
    background-color: #fff;
    white-space: nowrap;
}
.price-list .group > ul > li[data-service-id] {
    margin-left: 0;
}

.price-list .pull-right {
    font-weight: 600;
    font-size: 13px;
    background-color: #fff;
    position: relative;
    padding: 0 5px;
}
.tman-profile .price-list .actions {
    padding-left: 30px;
    display: inline-block;
    min-width: 75px;
    text-align: right;
    margin-top: 0;
}
.price-list .actions a {
    background-color: #F5F7FA;
    color: #546A83;
    border-radius: 2px;
    width: 21px;
    display: inline-block;
    line-height: 21px;
    text-align: center;
    vertical-align: middle;
    margin-top: -4px;
}
.price-list .actions a:hover {
    background-color: #546A83;
    color: #F5F7FA;
}
.price-list .price {
    display: inline-block;
}

.price-list .dropdown {
    display: inline-block;
}
.price-list .dropdown-menu {
    right: 0;
    position: relative;
    margin: 0 -25px -100px -100px !important;
    top: 25px;
    min-width: 0;
}
.price-list .dropdown-menu li:before {
    display: none;
}
.price-list .dropdown-menu li {
    margin: 4px 0 0 0 !important;
    padding: 0 1px 1px 1px;
}
.price-list .dropdown-menu li a {
    width: 100% !important;
}

.price-list .glyphicon-warning-sign {
    color: #2F7EF6;
    font-size: 18px;
    line-height: 12px;
}

@media (max-width: 768px) {
    .price-list ul li[data-service-id] {
        margin: 17px -10px 0 0;
    }
    .price-list .actions {
        padding-left: 5px;
        padding-bottom: 10px;
    }
    .price-list .actions > a, .price-list .actions a[data-toggle] {
        font-size: 1.5em;
        width: 32px;
        line-height: 32px;
        margin-top: -5px;
        margin-left: 5px;
    }
}


/* NEW PROFILE NEW STYLES */
.tman-profile .row {
    width: calc(100% - 40px);
    margin: 0 auto;
}
/* cover photo */
.tman-profile .cover-photo {
    width: 100%;
    height: 200px;
    margin-top: 20px;
}
.tman-profile .cover-photo .photo {
    width: 100%;
    height: 100%;
    background: #dee2e8 no-repeat center center;
    background-size: cover;
}
.tman-profile .cover-photo .btn-circle {
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    box-shadow: none;
    color: #546A83;
}
.tman-profile .cover-photo .btn-circle i {
    margin: 1px 0 0 1px;
}
.tman-profile .cover-photo .btn-circle .gicon-forward {
    font-size: 14px;
    margin: -3px 0 0 3px;
}
.tman-profile .cover-photo .badge {
    background-color: #F5F7FA;
    color: #546A83;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    padding: 5px 10px;
    line-height: 19px;
}
.tman-profile .cover-photo .badge i {
    font-size: 20px;
    float: left;
    margin-right: 8px;
}
/* profile */
.tman-profile .profile-header .avatar {
    transform: translateY(-25%);
    margin-bottom: -4%;
    flex-shrink: 0;
}
.tman-profile .avatar img {
    box-shadow: 0 0 0 3px #fff;
}
.tman-profile .avatar .edit {
    background: #F5F7FA;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    box-shadow: none;
    color: #546A83;
    border-radius: 50%;
    margin: 70% 5% 0 0;

}
.tman-profile .avatar .edit i {
    margin: 1px 0 0 1px;
}
.tman-profile .avatar .pro-badge {
    float: right;
    margin: -24px 8px 0 0;
    position: relative;
    font-weight: 600;
    font-family: Roboto, serif;
}

.tman-profile .date {
    color: #BCC7D1;
}
.score {
    background-color: #F5F7FA;
    border-radius: 4px;
    padding: 3px 8px 2px 8px;
    display: inline-block;
    font-size: 10px;
    color: #546A83;
    position: relative;
    display: inline-block;
    white-space: nowrap;
}
.ratings-total .score {
    background-color: #f2f5f7;
}
.score .rating-bar {
    position: relative;
    margin: 2px 5px 0 2px;
}
.score .rating-bar:before, .score .rating-bar > span:before {
    font-weight: bold;
    content: "★★★★★";
    font-size: 24px;
    color: #b2bac4;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 4px;
}
.score .rating-bar > span:before {
    color: #f8cc60;
    position: absolute;
    left: 0;
    top: -10px;
    width: inherit;
}
.score .rating-score {
    vertical-align: super;
    margin: 2px 0;
}
.tman-profile .badges {
    margin-top: 10px;
}
.tman-profile .certificates {
    align-items: flex-start;
}
.tman-profile .certificates > div {
    text-align: center;
    color: #546A83;
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto, serif;
    flex-grow: 1;
}
.tman-profile .certificates div.disabled {
    filter: grayscale(100%);
    color: #999;
}
.tman-profile .certificates div.disabled i {
    opacity: 0.7;
}
.tman-profile .certificates i {
    color: #fff;
    background-color: #4CA669;
    width: 49px;
    height: 49px;
    display: block;
    margin: 0 auto 5px auto;
    border-radius: 50%;
    font-size: 28px;
    line-height: 49px;
}
.tman-profile .certificates i.gicon-top, .tman-profile .certificates i.gicon-certificate {
    background-color: transparent;
    font-size: 38px;
}
.tman-profile .certificates i.gicon-top {
    color: #E47F3C;
}
.tman-profile .certificates small {
    color: #77869A;
    font-size: 12px;
    display: block;
}
.tman-profile .certificates a:not([data-toggle]) {
    text-decoration: underline;
}
.tman-profile .certificates i.gicon-contactless {
    font-size: 36px;
    background-color: white;
    color: #EA4A71;
}

.tman-profile .certificates .disabled i.gicon-contactless {
    color: white;
    border-color: #999;
    background-color: #999;
    font-weight: 400;
    border-radius: 5px;
    width: 65px;
    height: 44px;
    font-size: 27px;
    line-height: 45px;
    margin-bottom: 8px;
    margin-top: 3px;
    cursor: pointer;
}
.tman-profile .certificates .btn-badge-action a {
    background-color: #f27a24;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    border-radius: 4px;
    padding: 8px 6px;
    display: inline-block;
    text-decoration: none !important;
}
.tman-profile .certificates .btn-badge-action.Requested a,
.tman-profile .certificates .btn-badge-action.ImageCorrected a {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.tman-profile .certificates .btn-badge-action.Requested a:hover,
.tman-profile .certificates .btn-badge-action.Requested a:focus,
.tman-profile .certificates .btn-badge-action.Requested a:active,
.tman-profile .certificates .btn-badge-action.ImageCorrected a:hover,
.tman-profile .certificates .btn-badge-action.ImageCorrected a:focus,
.tman-profile .certificates .btn-badge-action.ImageCorrected a:active {
    color: #155724;
    background-color: #b8d1be;
}
.tman-profile .certificates .btn-badge-action.Declined a,
.tman-profile .certificates .btn-badge-action.ImageDeclined a,
.tman-profile .certificates .btn-badge-action.FinalDecline a,
.tman-profile .certificates .btn-badge-action.Withdrawn a {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.tman-profile .certificates .btn-badge-action.Declined a:hover,
.tman-profile .certificates .btn-badge-action.ImageDeclined a:hover,
.tman-profile .certificates .btn-badge-action.FinalDecline a:hover,
.tman-profile .certificates .btn-badge-action.Withdrawn a:hover,
.tman-profile .certificates .btn-badge-action.Declined a:focus,
.tman-profile .certificates .btn-badge-action.ImageDeclined a:focus,
.tman-profile .certificates .btn-badge-action.FinalDecline a:focus,
.tman-profile .certificates .btn-badge-action.Withdrawn a:focus,
.tman-profile .certificates .btn-badge-action.Declined a:active,
.tman-profile .certificates .btn-badge-action.ImageDeclined a:active,
.tman-profile .certificates .btn-badge-action.FinalDecline a:active,
.tman-profile .certificates .btn-badge-action.Withdrawn a:active {
    color: #721c24;
    background-color: #f7c7cb;
}
.tman-profile .certificates .btn-badge-action a:focus,
.tman-profile .certificates .btn-badge-action a:hover {
    background-color: #D96716;
    border-color: #adadad;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
}
.tman-profile .business-status {
    width: auto;
}
.tman-profile .profile-header .btn {
    min-width: 45%;
}
.tman-profile .actions {
    flex-grow: 1;
    text-align: right;
    margin-top: auto;
    margin-bottom: auto;
}

.tman-profile .btn-box {
    padding: 2px 10px;
    margin: 10px 0;
}
.tman-profile .btn-box .flex, .tman-profile .btn-box .flex-row {
    margin: 5px 0 10px 0;
}
.tman-profile .btn-box .btn {
    width: 100%;
    text-align: left;
    margin: 0;
    font-weight: normal;
}
.tman-profile .btn-box i {
    font-size: 14px;
    float: left;
    margin: 5px 8px 0 0;
}
.tman-profile .btn-box small {
    color: #546A83;
    font-size: 14px;
    font-weight: 400;
    font-family: Roboto, serif;
}
.tman-profile-bid .widget .avatar,
.tman-profile .widget .avatar {
    transform: none;
}
.tman-profile .profile-btns a:not(:last-child) {
    margin-bottom: 0px;
}
.share-modal .swal2-popup {
    background-color: #F5F7FA;
    padding: 0 0 20px 0;
    max-width: 310px;
}
.share-modal #swal2-title {
    text-align: left;
    color: #546A83;
    font-family: Roboto, serif;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #EBEBEB;
    padding: 16px 0 11px 0;
    margin: 0 20px;
}
.share-modal #share-modal-content {
    text-align: left;
}
.share-modal #share-modal-content small {
    color: #77869A;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    font-family: Roboto, serif;
}
.share-modal #swal2-html-container {
    margin: -10px 20px 0 20px;
}

@media (max-width: 768px) {
    .tman-profile .row {
        width: auto;
    }
    .tman-profile .flex-row {
        flex-direction: column;
        align-content: center;
        align-items: center !important;
        text-align: center;
    }
    .tman-profile .profile-header .avatar {
        margin-bottom: -50px;
    }
    .tman-profile .badges {
        display: none;
    }

    .tman-profile .actions .btn {
        width: 100%;
    }
    .tman-profile .profile-header {
        margin: 0 -15px;
    }
    .tman-profile .profile-header hr {
        margin: 0 0 5px 0;
    }
    .tman-profile .certificates {
        align-items: baseline !important;
        flex-wrap: wrap;
        flex-direction: initial;
    }
    .tman-profile .certificates > div {
        max-width: calc(33% - 10px);
        line-height: 1.2em;
    }
    .tman-profile i.gicon-top, .tman-profile i.gicon-certificate {
        height: 54px;
    }
    .commentlist .avatar {
        margin-bottom: 0;
        margin-top: 0px;
    }
}

/* pricing pages */
#pricing-tables .box-gray,
#pricing-tables .box-white {
    margin-bottom: 10px;
}
#pricing-tables .box-white a,
#pricing-tables .box-gray a {
    font-weight: 700;
}
#pricing-tables .box-white dl,
#pricing-tables .box-gray dl {
    margin-bottom: 0px;
}
#pricing-tables .box-white  dd:last-child,
#pricing-tables .box-gray dd:last-child {
    margin-bottom: 0px;
}

#pricing-tables .prices {
    width: 100%;
    margin: 3rem 0 20rem 0;
    font-family: Roboto, serif;
    font-size: 16px;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #546A83;
    border-radius: 4px 0 4px 4px;
}
#pricing-tables .prices thead th {
    border-top-left-radius: 4px;
}
#pricing-tables .prices tbody tr:last-child th {
    border-bottom-left-radius: 4px;
}
#pricing-tables .prices col {
    width: 33%;
}
#pricing-tables .prices th,
#pricing-tables .prices td {
    width: 33%;
    box-sizing: border-box;
    padding: 2rem 3rem;
}
#pricing-tables .prices th {
    font-weight: 500;
    background-color: #fff;
}
#pricing-tables .prices thead td,
#pricing-tables .prices thead th {
    vertical-align: top;
    padding: 2rem 3rem;
}
#pricing-tables .prices thead th {
    padding-top: 8rem;
}
#pricing-tables .prices th i {
    line-height: 23px;
    vertical-align: bottom;
}
#pricing-tables .prices td {
    text-align: center;
    position: relative;
}
#pricing-tables .prices col:not(:first-child) {
    background-color: #F3F5F7;
}
#pricing-tables .prices thead td {
    text-align: left;
}
#pricing-tables .prices td.selected:after {
    content: ' ';
    border-left: 2px solid #E37F3C;
    border-right: 2px solid #E37F3C;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    z-index: 2;
    left: -1px;
    top: -1px;
}
#pricing-tables .prices thead td.selected:after {
    border-top: 2px solid #E37F3C;
}
#pricing-tables .prices i {
    font-size: 26px;
}
#pricing-tables .prices .popular {
    float: left;
    background-color: #E37F3C;
    font-weight: 800;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 1rem;
    border: 1px solid #E37F3C;
    border-radius: 4px 4px 0 0;
    width: calc(100% + 6rem + 2px);
    margin: -2rem calc(-3rem - 1px) -6rem calc(-3rem - 1px);
    text-align: center;
    transform: translateY(-100%);
}

#pricing-tables .prices .purchase {
    display: none;
    float: left;
    padding: 2rem 3rem 1rem 3rem;
    width: calc(100% + 6rem + 2px);
    margin: 2rem 0 -30rem calc(-3rem - 1px);
    text-align: left;
    background-color: #fef9f5;
    border: 2px solid #E37F3C;
    border-top: 1px solid #546A83;
    color: #324050;
    font-size: 16px;
    border-radius: 0 0 4px 4px;
}
#pricing-tables .prices .purchase .you-save {
    text-decoration: line-through;
    color: #A6B1BE;
    font-size: 18px;
    font-weight: 500;
}
#pricing-tables .prices .purchase .btn {
    width: 100%;
    white-space: normal;
}
#pricing-tables .prices td.selected .purchase {
    display: block;
}
#pricing-tables .prices col:last-child {
    border-right: 2px solid #546A83;
}
#pricing-tables .prices col.selected {
    background-color: #fef9f5;
    border-left: 2px solid #E37F3C;
    border-right: 2px solid #E37F3C;
}
#pricing-tables .icon-ok {
    color: #4CA669;
}
#pricing-tables .time {
    font-weight: 700;
    font-size: 18px;
    color: #546A83;
    display: block;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
}
#pricing-tables .amount {
    font-weight: 800;
    font-size: 48px;
    color: #324050;
    white-space: nowrap;
}
#pricing-tables .period {
    color: #324050;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
}
#pricing-tables .original {
    text-decoration: line-through;
    font-weight: 500;
    font-size: 18px;
    color: #A6B1BE;
}
#pricing-tables .saving {
    font-weight: 500;
    font-size: 20px;
    color: #324050;
    margin-top: 10px;
}
#pricing-tables input[type="checkbox"] {
    transform: scale(1.5);
}
#pricing-tables tfoot {
    display: none;
}
#pricing-tables .disabled-content {
    opacity: .4;
    cursor: not-allowed !important;
}
#pricing-tables .disabled-content a {
    cursor: not-allowed !important;
}
#pricing-tables .recurring-info {
    line-height: 16px;
    font-size: 14px;
    margin-top: 10px;
    color: #324050;
    font-weight: 400;
}
@media (max-width: 996px) {
    #pricing-tables .prices {
        border-radius: 0;
    }
    #pricing-tables .prices th, #pricing-tables col:first-child {
        display: none;
    }
    #pricing-tables .prices thead td {
        padding: 1rem;
    }
    #pricing-tables .amount {
        font-size: 26px;
        margin-bottom: -5px;
        display: block;
    }
    #pricing-tables .period,
    #pricing-tables .original {
        font-size: 12px;
        line-height: 12px;
        margin-top: 12px;
    }
    #pricing-tables .prices col:last-child {
        border-right: 1px solid #546A83;
    }
    #pricing-tables .prices col.selected {
        background-color: #fef9f5;
    }
    #pricing-tables .prices .popular {
        width: calc(100% + 2rem + 2px);
        margin: -1rem calc(-1rem - 1px) -5rem calc(-1rem - 1px);
        text-align: center;
        font-size: 12px;
        line-height: 1.2em;
        padding: 0.5rem;
    }
    #pricing-tables tbody {
        display: none;
    }
    #pricing-tables .prices thead td.selected::after {
        border-width: 1px;
        z-index: 5;
        border-bottom: 2px solid #fef9f5;
    }
    #pricing-tables .prices tfoot {
        display: table-footer-group;
    }
    #pricing-tables .prices tfoot td {
        background-color: #fef9f5;
        text-align: left;
        padding: 2rem 1rem;
    }
    #pricing-tables .prices tfoot td:after {
        content: ' ';
        border-left: 1px solid #E37F3C !important;
        border-right: 1px solid #E37F3C !important;
        display: block;
        width: calc(100% + 2px);
        height: calc(100% + 2px);
        position: absolute;
        z-index: 1;
        left: -1px;
        top: -1px;
    }
    #pricing-tables .prices tfoot tr:first-child td:after {
        border-top: 1px solid #E37F3C;
    }
    #pricing-tables .prices .purchase {
        border-width: 1px;
        width: calc(100% + 2rem + 2px);
        padding: 2rem 2rem 1rem 2rem;
        margin: 2rem 0 -30rem calc(-1rem - 1px);
        display: block;
        border-radius: 0;
    }
    #pricing-tables .prices .purchase > div {
        display: none;
    }
}

/* licence prices */
#pricing-categories {
    max-width: 700px;
}
#pricing-categories select#price-band {
    border: none;
    background-color: transparent;
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
}
#pricing-categories .box-gray.current-package-info {
    margin-bottom: 10px;
}
#pricing-categories .box-gray a {
    font-weight: 700;
}
#pricing-categories .price-table {
    display: flex;
    border: 1px solid #546A83;
    border-radius: 4px;
    margin-bottom: 20px;
}
#pricing-categories .price-table .col {
    width: 33%;
    flex-grow: 1;
    border-right: 1px solid #546A83;
}
#pricing-categories .price-table .col:first-child {
    border-radius: 4px 0 0 4px;
}
#pricing-categories .price-table .col:last-child {
    border: none;

}
#pricing-categories .price-table .col > div {
    padding: 1rem 2rem;
    border-bottom: 1px solid #546A83;
}
#pricing-categories .price-table .col.selected > div:last-child {
    border-bottom: none;
}
#pricing-categories .price-table hr {
    border-color: #546A83;
    margin: 1rem 0;
}
#pricing-categories .price-table .col div.month3 {
    display: none;
    padding: 0;
}
#pricing-categories .price-table .col.selected {
    background-color: #FEF9F5;
    border: 2px solid #E47F3C;
    margin: -2px;
    font-weight: 700;
}
#pricing-categories .price-table .col.selected div.month3 {
    display: block;
}

#pricing-categories .fee-info {
    display: block;
}
#pricing-categories .treeview span.icon {
    float: left;
    margin: 2px 0 0 0;
}
@media (max-width: 996px) {
    #pricing-categories .price-table {
        flex-direction: column;
    }
    #pricing-categories .box-gray {
        margin: 0 -3rem
    }
    #pricing-categories .price-table .col {
        width: auto;
        border-right: 0;
        display: flex;
        font-size: 13px;
    }
    #pricing-categories .price-table .col div {
        flex-grow: 1;
        width: 100%;
        line-height: 1.4rem;
        padding: 2rem;
    }
    #pricing-categories .price-table .col:last-child div,
    #pricing-categories .price-table .col.selected div {
        border-bottom: none;
    }
    #pricing-categories .price-table .col div.price {
        border-left: 1px solid #546A83;
    }
    #pricing-categories .price-table .col.selected {
        margin: -1px;
    }
    #pricing-categories .price-table .col.selected div.title {
        border-right: 1px solid #E47F3C;
    }
    #pricing-categories .price-table .col.selected div.price {
        border-left: 1px solid #E47F3C;
    }
    #pricing-categories .price-table .col:first-child {
        border-radius: 4px 4px 0 0;
    }
    #pricing-categories .price-table .col:last-child {
        border-radius: 0 0 4px 4px;
    }
    #pricing-categories .price-table hr {
        margin: 2rem 0;
    }
}
@media(max-width:510px) {
    #pricing-tables .time{
        font-size: 14px;
        margin-bottom: 8px;
    }
    #pricing-tables .time.one-liner {
        margin-bottom: 19px;
        white-space: nowrap;
    }
    #pricing-tables .time.two-liner {
        font-size: 14px;
        line-height: 18px;
        overflow: hidden;
        white-space: break-spaces;
        text-overflow: ellipsis;
    }
    #pricing-tables .amount {
        font-size: 22px;
        margin-bottom: -5px;
        display: block;
    }

    #pricing-tables .recurring-info {
        font-size: 12px;
    }
    #pricing-tables .saving {
        font-size: 15px;
    }
}
@media(max-width:375px) {
    #pricing-tables .time.two-liner {
        font-size: 13px;
    }
}
.pricing-totals-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: white;
    text-align: center;
    padding: 10px 0 4px 0;
    border-top: 1px solid #ddd;
}
@media(max-width:480px) {
    .pricing-totals-bar {
        height: 90px;
    }
}
#pricing-tables .tfoot-benefit {
    display: inline-block;
    width: 80%;
}
#pricing-tables .tfoot-benefit-value {
    display: inline-block;
}
.pricing-totals-bar .pricing-totals-info {
    margin-right: 20px;
    font-size: 14px;
}
.pricing-totals-bar .pricing-totals-info .totals-price {
    font-size: 22px;
}

.pricing-totals-bar a {
    margin: 0px;
}
.free-license-offer {
    border: solid 1px #e6e9ed;
    padding: 3rem;
    margin-bottom: 40px;
}
.license-new-package-info {
    border-radius: 3px;
    background-color: white;
    border: 1px solid;
}
.custom-checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom-checkbox-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox-container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cookies-list td,
.cookies-list th {
    padding: 10px;
}
.achievements-progress {
    display: inline-block;
    font-size: 14px;
}

.achievements-missing-icon {
    font-size: 16px;
    color: #f27a24;
}

.achievements-pass-icon {
    font-size: 16px;
    color: #28a745;
}

/* Profile bottom floating bar */
.bottom-bar {
    background-color: #F5F7FA;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
.bottom-bar .inner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    gap: 15px
}
.bottom-bar .inner .img-circle {
    height: 48px;
    box-shadow: 0 0 0 3px #fff;
}
.bottom-bar .inner .main-actions {
    flex-grow: 1;
}
.bottom-bar .inner .actions {
    display: flex;
    gap: 10px;
    padding-left: 20px;
}

.bottom-bar h2 {
    font-size: 18px;
    margin: 0;
}
.bottom-bar .tmen-status {
    white-space: nowrap;
}
.bottom-bar .inner .gicon-chat {
    margin: -2px -5px;
    float: left;
    font-size: 24px;
}
.bottom-bar .score, .bottom-bar .score .rating-bar {
    margin: 0;
    padding: 0;
}
.bottom-bar .inner .btn {
    margin: 0;
}
@media(max-width:480px) {
    .bottom-bar .inner {
        gap: 10px;
    }
    .bottom-bar .inner h2 {
        max-width: calc(100vw - 300px);
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 17px;
    }

    .bottom-bar .inner .actions {
        padding-left: 0;
    }

    .bottom-bar .score .rating-bar:before, .bottom-bar .score .rating-bar span:before {
        font-size: 20px;
        top: -8px;
        letter-spacing: 0;
    }
    .bottom-bar .inner .btn {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px;
    }
}
@media(max-width:420px) {
    .bottom-bar .inner h2 {
        max-width: calc(100vw - 245px);
    }
    .bottom-bar .inner .actions a:nth-child(n+2) {
        display: none;
    }
}


/* creating new modal version "auto" which autoresize everything*/
.modal[aria-hidden="true"] {
    display: flex !important;
    opacity: 0;
    pointer-events: none;
}
.modal[aria-hidden="false"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.modal-auto {
    min-width: 340px;
    max-width: calc(100vw - 50px);
    width: auto;
    position: initial;
}
.modal-auto .modal-body {
    position: initial;
    max-height: calc(100vh - 100px);
    overflow: auto;
}
.modal-dark .modal-backdrop {
    background-color: #546A8380;
}
.modal-dark .modal-content, .modal-dark .modal-header {
    background-color: #F5F7FA;
}
@media(max-width:480px) {
    .modal-auto {
        max-width: calc(100vw - 10px);
    }
}
.login-act {
    display: flex;
    justify-content: space-between;
}

.login-act label {
    padding-top: 0px;
    font-weight: 300;
}

.progress-steps {
    display: flex;
    width: 100%;
    max-width: 750px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 50px auto;
    position: relative;
}
.progress-steps > div {
    background-color: #77869A;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    box-sizing: border-box;
    white-space: nowrap;
    text-align: center;
    padding-top: 22px;
    display: flex;
    justify-content: center;
    line-height: 35px;
    position: relative;
    font-size: 14px;
}
.progress-steps > div:first-child {
    justify-content: start;
}
.progress-steps > div:last-child {
    justify-content: end;
}
.progress-steps > div.active {
    background-color: #E47F3C;
}
.progress-steps > div.active.current {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 0.025em;
    color: #40556b;
    margin-top: 0;
    background-color: #F27A24;
}
.progress-steps:before, .progress-steps:after {
    content: ' ';
    background-color: #77869A;
    height: 2px;
    width: 100%;
    position: absolute;
}
.progress-steps:after {
    width: 0;
    background-color: #E47F3C;
}
.progress-steps.percent-50:after {
    width: 50%;
}
.progress-steps.percent-100:after {
    width: 100%;
}
span.stats-value {
    font-size: 50px;
    font-weight: 600;
    color: #F27A24;
    line-height: 125%;
}
.license-stats .stats-value {
    font-size: 40px;
}
.license-stats h3 {
    margin-bottom: 0px;
}
.package-details a {
    color: #538BC5;
    font-weight: 700;
}
.license-stats .stats-block {
    margin-bottom: 20px;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
}
.license-stats header span {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 0.025em;
    color: #40556b;
    font-size: 16px;
    line-height: 160%;
}
.stats-advice {
    padding: 15px;
}
.stats-advice h3 {
    margin-bottom: 5px;
}
.stats-block.usage-low {
    border-color: #ebccd1;
}
.stats-block.usage-medium {
    border-color: #faebcc;
}
.stats-block.usage-high {
    border-color: #d6e9c6;
}
.usage-low .stats-advice {
    background-color: #f2dede;
    border-color: #ebccd1;
}
.usage-medium .stats-advice {
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.usage-high .stats-advice {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

@media(min-width:768px) {
    .stats-block {
        display: flex;
        align-items: center; /* Vertically center items */
        align-items: stretch;
    }

    .license-stats-column {
        padding: 15px 10px;
        display: flex;
        flex-direction: column;
        justify-content: center; /* Center content vertically */
        align-items: center; /* Center content horizontally */
    }
    .stats-advice {
        flex-grow: 1; /* Allow this column to grow and fill available space */
    }
}
@media(max-width:768px) {
    .stats-block {
        padding-top: 5px;
    }
    .stats-advice {
        margin-top: 20px;
    }
}
.tman-help-contacts {
    display: block;
    max-width: 310px;
    background-color: #F5F7FA;
    padding: 15px;
    margin-top: 20px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.tman-help-contacts a.btn.btn-light {
    margin: 0px;
    text-decoration: none;width: 100%;
    text-align: left;    
    background-color: #eaf0f7;
    margin-bottom: 5px;
    padding-top: 7px;
}
.tman-help-contacts-header {
    display: block;
    padding: 0px 10px 10px 0px;
}
.forms .tman-help-contacts .tman-help-contacts-header span,
.tman-help-contacts .tman-help-contacts-header span {
    color: #40556b;
    box-shadow: none;
    text-transform: initial;
    line-height: 1.5em;
    font-size: 14px;
    font-weight: 700;
}
.tman-help-contacts a.btn.btn-light:hover {
    background-color: #E0E6F0;
}
.tman-help-contacts-work-hours {
    font-size: 90%;
    font-weight: normal;
    color: #a3b1bf;
    display: block;
}

/*gallery editor modal*/
.upload-area {
    width: 100%;
    min-height: 150px;
    border: 1px dashed #D0D7DF;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.drop-message {
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.gallery-items {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding-bottom: 5px;
    justify-content: space-between;
    max-width: 520px;
}
.gallery-items::after {
    content: '';
    flex: auto;
}
.gallery-items .item {
    background-color: #ffffff;
    border: 1px dashed #D0D7DF;
    width: 32%;
    max-width: 167px;
    height: 130px;
    flex-shrink: 1;
    box-sizing: border-box;
    position: relative;
    border-radius: 4px;
    cursor: grab;
}
.gallery-items .item.ui-sortable-helper {
    cursor: grabbing;
    position: fixed;
}
.gallery-items .item img {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    object-fit: cover;
    margin: -1px;
    border-radius: 4px;
}
.gallery-items .item:before {
    font-family: 'gicon', serif;
    font-size: 36px;
    color: #546A83;
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 1px dashed #D0D7DF;
    margin: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff99;
    border-radius: 4px;
}
.gallery-items .item:hover:before {
    display: none;
}
.gallery-items .item-image:before {
    content: "\e91a";
}
.gallery-items .item-video:before {
    content: "\e915";
    font-size: 42px;
}
.gallery-items .item .btn, .gallery-list .item .btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #00000080;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 32px;
    height: 32px;
    font-size: 24px;
    margin: 0;
    box-shadow: none;
}
.gallery-items .item .btn:hover, .gallery-list .item .btn:hover {
    background-color: #000000cc;
}
.gallery-items .item .btn i, .gallery-list .item .btn i {
    margin: 0;
}
.gallery-items .item.placeholder, .gallery-list .item.placeholder {
    background-color: #fff;
    border: 1px dashed #D0D7DF;
}

@media(max-width: 480px) {
    .gallery-items .item {
        max-width: unset;
        width: 48%;
    }
}

/*gallery list*/
.gallery-list {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px 0;
}
.gallery-list::after {
    content: '';
    flex: auto;
}
.gallery-list .item {
    width: 24%;
    max-width: 260px;
    min-width: 200px;
    height: 160px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.gallery-list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-list .item .btn {
    font-size: 20px;
    align-items: baseline;
    display: none;
}
.gallery-list .item .btn i {
    margin: 1px -1px 0 0;
}
.gallery-list .item .title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: #00000080;
    color: #fff;
    font-size: 16px;
    pointer-events: none;
}
.gallery-list .item.ui-sortable-helper .title {
    cursor: grabbing;
}
.gallery-list .item .title:after {
    display: none;
}
.gallery-list .item.placeholder:after {
    content: '...';
    color: #a6b1be;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    padding-top: 30%;
}
.gallery-list .item .actions {
    display: none;
    position: absolute;
    background-color: #F5F7FA;
    border-radius: 4px;
    box-shadow: 0 8px 24px #00000006;
    right: 5px;
    top: 40px;
    padding: 5px;
    z-index: 9999;
}
.gallery-list .item .actions.active {
    display: block;
}
.gallery-list .item .actions a {
    display: block;
    white-space: nowrap;
    padding: 2px 5px;
    margin: 0;
    width: auto;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
}
.gallery-list .item img {
    cursor: pointer;
}
.gallery-list .item .title .title-text {
    text-wrap: wrap;
}
.gallery-list.editor-mode .item .btn {
    display: flex;
}
.gallery-list.editor-mode .item .title {
    pointer-events: initial;
    cursor: grab;
}
.gallery-list.editor-mode .item .title i {
    float: right;
}
.gallery-list .add-gallery-btn {
    font-size: 48px;
    margin: auto 50px;
}
@media(max-width: 480px) {
    .gallery-list .item {
        width: 100%;
        max-width: 100%;
        height: 240px;
    }
    .gallery-list .add-gallery-btn {
        margin: 20px auto;
    }
}

/*lightgallery customisation*/
.lg-container {
    position: relative;
    z-index: 9000;
}
.tman-profile-short.job-offer-item .content {
    max-width: 850px;
}

.tman-profile-short.job-offer-item .photos .items {
    gap: 2px;
}

.job-controls .dropdown-menu > li > a {
    line-height: 2.5em;
    color: #40556b;
}
.job-controls .dropdown-menu > li > a .action-name {
    margin-right: 10px;
}
.job-controls .dropdown-menu > li > a i {
    float: right;
}
.forms label span.create-job-offer-warning {
    font-size: 14px;
    font-weight: normal;
    color: #8a6d3b;
    margin: 10px 0px;
}

.tman-profile-short.job-offer-item .avatar img {
    width: 120px;
    height: 120px;
    vertical-align: middle;
}
/*===================================================================================*/
/*	Partners
/*===================================================================================*/
.partners-item {
    padding: 30px 0px;
    border-bottom: 1px solid #CED7E0;
    border-top: 1px solid #CED7E0;
    margin-bottom: 30px;
}
.partners-item h2 {
    margin-bottom: 10px;
}
.partners-item figure img {
    max-width: 300px;
}
.partners-item figure:hover {
    opacity: 0.5;
}
.partners-item .link-container {
    margin-top: 15px;
}
@media(max-width: 414px) {
    .partners-item figure {
        margin-bottom: 20px;
    }

    .partners-item {
        margin-bottom: 0px;
    }
}
/*===================================================================================*/
/*	Partners - END
/*===================================================================================*/

a.td-actionable-content {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
}
.positions-info i.icon-attention,
a.td-actionable-content i.icon-attention {
    color: #a94442;
}
.positions-info i.icon-attention-circle,
a.td-actionable-content i.icon-attention-circle {
    color: #f27a24;
}
.positions-info i.icon-ok-circle,
a.td-actionable-content i.icon-ok-circle {
    color: #28a745;
}
td .featured-icon {
    color: #f8cc60;
    font-size: 24px;
    display: block;
}
td .featured-clmn-info {
    font-size: 14px;
}
.dataTable tbody td span.text-center {
    display: block;
}
.positions-info .icons-info {
    padding-bottom: 10px;
}
.positions-info .icons-info .item {
    display: block;
}
.positions-tbl-area-icon {
    display: block;
    width: 20px;
    height: 20px;
    color: #40556b;
}
.positions-tbl-active-cnt {
    border-bottom: 1px dashed;
    font-size: 12px;
    white-space: nowrap;
}
.subservices-pos-table th {
    text-align: center;
    white-space: nowrap;
}
.subservices-pos-table td {
    font-size: 14px;
}
.subservices-pos-table th:first-child,
.subservices-pos-table td:first-child {
    text-align: left;
}
@media(min-width: 490px) {
    .positions-info .icons-info {
        display: inline-block;
    }

    .positions-info .icons-info .item {
        display: inline;
    }

    .positions-info .icons-info .item:not(:last-child)::after {
        content: " |";
        margin-left: 5px;
    }
}
@media(max-width: 767px) {
    div.dataTables_wrapper div.dataTables_filter {
        text-align: right !important;
    }
}
@media(min-width: 1200px) {
    .positions-info .icons-info {
        padding-bottom: 0px;
    }
}
@media(max-width: 414px) {
    a.td-actionable-content {
        display: initial;
    }
    a.td-actionable-content i {
        margin-left: 10px;
    }
    .dataTable tbody td span.text-center {
        display: initial;
    }

}

#SpokenLanguageIds_chosen {
    max-width: 100%;
}

.feedback-request-jobs .item {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    border: solid 1px #e6e9ed;
    border-radius: 3px;
    margin-bottom: 10px;
}
.feedback-request-jobs .item:hover,
.feedback-request-jobs .item:focus {
    border-color: #F27A24;
    color: inherit;
}
.feedback-request-jobs .item:hover .control,
.feedback-request-jobs .item:focus .control {
    color: #F27A24;
}
.feedback-request-jobs .item span.title {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 0.025em;
    color: #40556b;
    margin-top: 0;
}
.feedback-request-jobs .item span.date {
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
}
.feedback-request-jobs .item span.date i:before {
    font-family: "fontello";
    margin-right: 6px;
    font-style: normal;
    content: "\f554";
}

.feedback-request-jobs .item span.control {
    font-size: 35px;
    margin-top: auto;
    margin-bottom: auto;
}

.qr-code .qr-title {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media(max-width: 767px) {
    .qr-code {
        text-align: center;
    }
}

.sticker-share-id {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: 0.025em;
    color: #40556b;
    padding: 15px 15px;
    border: 1px dashed;
    display: inline-block;
    border-radius: 3px;
    margin-top: 10px;
}
.feedbacks-swal {
    width: 42em;
}
.feedbacks-swal .swal2-close {
    position: absolute;
    top: 0px;
    right: 0px;
}
.cust-details.active {
    cursor: pointer;
}
.cust-details.active .od-reviews {
    text-decoration: underline dashed;
    opacity: 1;
}

.etabs .tab span.bonus-value {
    color: #f27a24;
    margin-left: 5px;
}
.tabs-top .tab a:not(.active):hover i.icon-attention,
.tabs-top .tab a:not(.active):hover span.bonus-value {
    transition: all 200ms ease-out;
    color: white;
}

.boost-basket-bar {
    bottom: -100px;
    z-index: 99999;
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
}

.swal-boost-modal .swal2-title {
    font-size: 24px;
    line-height: initial;
    padding-top: 10px;
} 

.swal-boost-picker {
    display: flex;
    justify-content: center;
    height: 3rem;
    margin: 20px 0px;
}
.swal-boost-picker > * {
    height: 100%;
    border: 1px solid #e1dee3;
    line-height: 1.15;    
}
.swal-boost-picker .swal-boost-input_control {
    flex: 0 0 3rem;
    font-size: 20px;
    border: 1px solid #e1dee3;
    min-width: 50px;
    min-height: 50px;
}
.swal-boost-picker .swal-boost-input_control.minus {
    border-radius: 6px 0 0 6px;
    border-right: none;
}
.swal-boost-picker .swal-boost-input_control.plus {
    border-radius: 0 6px 6px 0;
    border-left: none;
}
.swal-boost-picker .swal-boost-input_control:hover {
    color: #42006a;
    cursor: pointer;
}
.swal-boost-picker .swal-boost-input_control:disabled {
    cursor: not-allowed;
}
.swal-boost-picker .swal-boost-input {
    text-align: center;
    border-radius: 0;
    background: none;
    width: 56px;
    height: 50px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 1.125em;
    line-height: normal;
}
.boost-basket-bar a {
    margin-top: 9px;
    margin-bottom: 10px;
    padding: 9px 12px 8px;
}
@media(min-width:1024px) {
    .swal-boost-picker .swal-boost-input {
        text-align: end;
        padding-right: 5px;
    }
    .boost-basket-bar {
        justify-content: center;
    }
    .boost-basket-bar div {
        margin-right: 20px;
    }
}
.boost-disclaimer {
    font-size: 0.75em;
    line-height: 1.3em;
}
.boost-icon-container {
    margin-top: 5px;
    margin-bottom: 0px;
}
.allocated-boosts img.boost-allocated {
    filter: grayscale();
}
.boosts-expiry {
    font-size: 12px;
    line-height: 20px;
    display: block;
}
.period-dropdown {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 25px 5px 10px;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.period-dropdown-container {
    display: inline-block;
    position: relative;
}

.period-dropdown-container::after {
content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    transform: translateY(-50%);
}
.boost-btn {
    display: inline-block;
    border-bottom: 1px dashed;
    font-size: 14px;
    white-space: nowrap;    
}
.boost-btn i {
    color: #f27a24;
}
.pos-val {
    font-weight: 600;
}
@media(max-width:400px) {
    #positions-table {
        font-size: 90%;
    }

    .boost-btn {
        margin-top: 3px;
        font-size: 90%;
    }
    .positions-tbl-area-icon {
        width: 16px;
        height: 16px;
    }
}
.job-categories-menu .divider {
    display: block;
    height: 1px;
    margin: 10px 0;
    background-color: #ccc; /* Light gray color */
}
.job-navigation {
    display: flex;
    justify-content: space-between;
}
.job-navigation-btn {
    font-size: 30px;
    margin-bottom: 10px;
}
.job-navigation-btn span {
    font-size: 14px;
    vertical-align: middle;
}
.job-navigation-btn.list i {
    font-size: 24px;
}

.job-navigation-btn.previous i,
.job-navigation-btn.next i {
    color: #7066e0;
}
.job-navigation-btn.disabled {
    opacity: 0.3;
}
.report-btn {
    display: flex;
    justify-content: flex-end;
    color: #337ab7;
    text-decoration: underline;
    font-size: 12px;
    line-height: 12px;
}
@media(max-width:400px) {
    .report-btn {
        margin-bottom: 10px;
    }
}

.chat {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 600px;
}

.chat-message {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3px;
}

/* Avatar Styling */
.chat-avatar {
    flex-shrink: 0;
    margin-right: 10px;
}

.chat-avatar img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

/* Message Wrapper */
.chat-message-wrap {
    max-width: 75%;
    display: flex;
    flex-direction: column;
}

/* Name & Timestamp */
.chat-message-info {
    font-size: 12px;
    color: #888;
    text-align: left;
    margin-bottom: -2px;
}

/* Chat Bubble */
.chat-message-content {
    background: #f1f1f1;
    padding: 10px 14px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word;
    position: relative;
}

/* Bubble Pointer - Top Left */
.chat-message-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0; /* Top-left triangle */
    border-color: #f1f1f1 transparent transparent transparent;
}

.chat-message-content a:hover,
.chat-message-content a:active,
.chat-message-content a:focus {
    color: #506a85;
    text-decoration: underline;
}
.chat-message.owner .chat-message-content a:hover,
.chat-message.owner .chat-message-content a:active,
.chat-message.owner .chat-message-content a:focus {
    color: white;
}

/* Alternate Styling for User Messages */
.chat-message.owner {
    flex-direction: row-reverse;
}

.chat-message.owner .chat-avatar {
    margin-right: 0;
    margin-left: 10px;
}

.chat-message.owner .chat-message-wrap {
    align-items: flex-end;
}

.chat-message.owner .chat-message-info {
    text-align: right;
}

.chat-message.owner .chat-message-content {
    background: #0084FF;
    color: white;
    text-align: left;
}
.chat-message.owner .chat-message-name {
    display: none;
}
/* Bubble Pointer for owner Messages - Top Right */
.chat-message.owner .chat-message-content::before {
    top: 0;
    right: 0;
    left: initial;
    border-width: 10px 0 0 10px;
    border-color: #0084FF transparent transparent transparent;
}
.chat-message-file {
    font-size: 14px;
}
.upload-progress {
    width: 100%;
    height: 4px;
    background: #ddd;
    border-radius: 2px;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    min-width: 270px;
}

.progress-bar {
    width: 0%;
    height: 100%;
    background: #4caf50;
    transition: width 0.3s ease;
}

/* Wrapper for input and button */
.chat-input-wrapper {
    display: flex;
    align-items: flex-end;
    width: 100%;
    max-width: 600px;
    margin-top: 10px;
    margin-bottom: 3px;
}

/* Chat Input Container */
.chat-input-container {
    display: flex;
    align-items: center;
    flex: 1;
    background: #f1f1f1;
    border-radius: 25px;
    padding: 6px 7px 6px 15px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

textarea.chat-input {
    margin-bottom: initial;
    vertical-align: initial;
    -webkit-box-shadow: initial;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: initial;
    border: initial;
    border-radius: initial;
    width: 100%;
    height: 36px; /* Auto height */
    min-height: 36px; /* Single-line height */
    max-height: 150px; /* Limit max expansion */
    border: none;
    background: transparent;
    font-size: 14px;
    outline: none;
    padding: 8px;
    color: #333;
    resize: none; /* Prevent manual resizing */
    overflow-y: hidden; /* Hide scrollbar unless necessary */
    line-height: 1.4; /* Controls spacing inside the textarea */
    transition: height 0.2s ease-out; /* Smooth transition */
}


/* Send Button */
.chat-send-button {
    background: #0084FF;
    border: none;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    transition: background 0.2s ease-in-out;
    flex-shrink: 0;
    margin-left: 10px;
}

.chat-send-button:hover {
    background: #006FCC;
}

.chat-send-button span {
    display: inline-block;
    transform: translate(2px, -1px);
}
/* Attachment Button */
.chat-attach-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20px;
    padding: 6px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease-in-out;
}

.chat-attach-button:hover {
    background: rgba(0, 132, 255, 0.1);
}

.chat-file-input {
    display: none;
}
.chat-file-preview {
    display: flex;
    align-items: center;
    background: #f1f1f1;
    padding: 6px 10px;
    margin-top: 5px;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
}
.chat-file-display {
    font-size: 14px;
}
.chat-file-remove {
    background: none;
    border: none;
    color: #a94442;
    font-size: 20px;
    vertical-align: bottom;
    margin-left: 5px;
    cursor: pointer;
}

.chat-typing-indicator {
    font-style: italic;
    color: gray;
    font-size: 12px;
    margin-bottom: -8px;    
}
.chat-typing-indicator-ellipse {
    animation: typing-indicator-blink 2s infinite;
}
@keyframes typing-indicator-blink {
    0% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
.chat-list-item-container {
    max-width: 600px;
    margin: auto;
}

.chat-list-item-card {
    display: flex;
    align-items: center;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    background-color: #fff;
    transition: background 0.2s ease-in-out;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.chat-list-item-card:hover {
    background-color: #f9f9f9;
}

.chat-list-item-avatar {
    margin-right: 12px;
    min-width: 50px;
}

.chat-list-item-avatar-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.chat-list-item-info {
    flex-grow: 1;
    overflow: hidden;
}

.chat-list-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.chat-list-item-header .move-to-bin {
    margin-left: 10px;
}
.chat-list-item-header .move-to-bin i {
    margin-bottom: 5px;
    display: block;
}
.chat-list-item-name {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.chat-list-item-time {
    font-size: 12px;
    color: #888;
    margin-left: auto;
}

.chat-list-item-message {
    font-size: 14px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 40px);
}

.chat-list-item-unread {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.chat-list-item-unread-count {
    background-color: #007bff;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chat-pagination {
    margin-top: 20px;
    text-align: center;
}

.chat-page-link {
    padding: 8px 14px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #333;
}

.chat-page-link.active {
    background-color: #007bff;
    color: #fff;
}
.chat-read {
    display: none;
}
.chat-message.owner .chat-read {
    display: inline;
    vertical-align: top;
}
.chat-action-button {
    flex: 1;
    background-color: #eaf5ff;
    border: 1px solid #0084FF;
    color: #0084FF;
    padding: 7px 8px;
    border-radius: 25px;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    transition: background 0.2s ease-in-out;
    text-align: center;
    max-width: 265px;
}

.chat-action-button:hover {
    background-color: #006FCC;
    color: white;
}

.chat-action-buttons {
    max-width: 541px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.unread-badge {
    display: inline-block;
    margin-left: 6px;
    min-width: 18px;
    padding: 0 6px;
    line-height: 18px;
    font-size: 12px;
    border-radius: 999px;
    background: #007bff;
    color: #fff;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    border: solid 1px;
}


#navigation a.has-unread {
    font-weight: 600;
}

#job-select-tradesman-card-container {
    max-height: 500px;
    overflow-y: auto;
    margin-top: 10px;
}

.job-select-tradesman-card {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    background-color: #fff;
    transition: all 0.1s ease;
    text-align: left;
}

.job-select-tradesman-card.selected {
    border: 1px solid #3085d6;
    background-color: #e9f5ff;
}

.job-select-tradesman-card img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 12px;
}

.job-select-tradesman-card-info {
    font-size: 0.9em;
    color: #555;
}

.lite-input-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.lite-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #fff;
}

.lite-input-container .currency-symbol {
    font-size: 16px;
    margin-left: 10px;
    color: #555;
}

.lite-input-container .lite-input {
    background-color: white;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 10px;
    flex: 1;
    max-width: 100%;
    min-width: 0;
    color: #506a85;
}
.lite-input-container .lite-input:focus,
.lite-input-container .lite-input:focus,
.lite-input-container .lite-input:focus {
    border: none;
    box-shadow: none;
}
.lite-input-wrapper .divider {
    width: 1px;
    height: 20px;
    background-color: #ccc;
    margin: 0 10px;
}
.lite-input-wrapper .currency-symbol,
.lite-input-wrapper .divider {
    flex-shrink: 0;
}
input.lite-input:-webkit-autofill {
    background-color: white !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    color: #000 !important;
}

.lite-input:focus {
  border: none;
  outline: none;
}

.lite-input-wrapper:focus-within {
    border-color: #F27A24;
    box-shadow: 0 0 3px rgba(242, 122, 36, 0.5);
}
.lite-input-wrapper .intl-tel-input {
    display: flex;
}
.lite-input-container .floating-label {
    position: absolute;
    top: -10px;
    left: 10px;
    background: #fff;
    padding: 0 5px;
    font-size: 14px;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: .025em;
    color: #40556b;
}
.lite-static-val {
    margin-top: 14px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.025em;
    color: #40556b;
    font-size: 18px;
}

.lite-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.lite-checkbox input[type="checkbox"] {
    display: none; /* Hide the default checkbox */
}
.lite-checkbox label {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    letter-spacing: .025em;
    color: #40556b;
    line-height: 1.4;
}
.lite-checkbox label::before {
    content: '';
    width: 24px; /* Adjust size for larger checkbox */
    height: 24px;
    border: 1px solid #007bff; 
    border-radius: 4px; /* Rounded corners */
    background-color: #fff;
    transition: all 0.2s ease;
    margin-right: 8px;
    display: inline-block;
    box-sizing: border-box;
    flex-shrink: 0;
}

/* Checkmark when selected */
.lite-checkbox input[type="checkbox"]:checked + label::before {
    background-color: #007bff; /* Fill color when checked */
    border-color: #007bff;
}

.lite-checkbox label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 12px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
}

/* Show the checkmark */
.lite-checkbox input[type="checkbox"]:checked + label::after {
    opacity: 1;
}
#loanContactFormModal .modal-sm {
    max-height: initial;
}

.lite-input-invalid {
    border: 1px solid red !important;
}

.bid-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 6px 10px;
    margin-top: 10px;
    background-color: white;
    gap: 5px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.025em;
}
@media (max-width: 480px) {
    .bid-stats {
        margin: -20px 15px 0px 15px;
    }
}
.bid-stats .stats-item {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
    
}
@media (min-width: 768px) {
    .bid-stats {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 75%;
        padding: 0px 15px;
    }
    .bid-stats .stats-item {
        position: relative;
    }
}
.bid-stats i {
    font-size: 1em;
    color: #506a85;
}
.bid-stats .stats-info {
    border-bottom: 1px dashed;
    line-height: 1.5;
    cursor: pointer;
}

.tooltip-text {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 8px;
    font-size: 0.75em;
    line-height: 1.5em;
    color: #40556b;
    border-radius: 4px;
    width: 220px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin-top: 4px;
    margin-left: 15px;
    white-space: normal;
}
.rf-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
}

.rf-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 10px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-align: left;
    box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.rf-btn span.icon {
    font-size: 22px;
    width: 28px;
    text-align: center;
}

.rf-sms {
    background: #e0f2fe;
    color: #075985;
}

.rf-wa {
    background: #dcfce7;
    color: #065f46;
}

.rf-mail {
    background: #eef2ff;
    color: #3730a3;
}

.rf-copy {
    background: #f3f4f6;
    color: #111827;
}
.rf-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
}

.rf-status {
    display: none;
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14px;
}

.rf-status.show {
    display: block;
}

.rf-status.success {
    background: #dcfce7;
    color: #065f46;
}

.rf-status.error {
    background: #fee2e2;
    color: #991b1b;
}

.bid-visibility-toggle {
	z-index: 1;
	position: absolute;
	right: 30px;
	top: 25px;
}

.bid-visibility-toggle__btn {
    padding: 0;
    color: #98a2b3;
    text-decoration: none;
    background: transparent;
    border: none;
}

.bid-visibility-toggle__btn i {
    font-size: 16px;
}
.bid-visibility-toggle__btn span {
	font-size: 13px;
    vertical-align: bottom;
    text-decoration: underline;
}
.bid-visibility-toggle__btn:focus,
.bid-visibility-toggle__btn:hover {
    color: #4e617b;
}

.bid-wrapper {
    position: relative;
}

.hidden-bids-container {
    margin-top: 20px;
    border: 1px solid #e1e4ea;
    border-radius: 6px;
    padding: 12px 16px;
    background: #f9fafb;
}

.hidden-bids-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    cursor: pointer;
    font-weight: 600;
    color: #384250;
    outline: none;
}

.hidden-bids-header:focus {
    box-shadow: 0 0 0 2px rgba(56, 66, 80, 0.15);
}

.hidden-bids-counter {
    font-weight: 400;
    color: #6e8098;
}

.hidden-bids-list {
    margin-top: 16px;
}
@media(max-width:599px) {
	.bid-visibility-toggle {
		right: 10px;
		top: 10px;
	}
	.bid-visibility-toggle__btn i {
		font-size: 20px;
	}
}

/*!
 * bootstrap-star-rating v4.0.2
 * http://plugins.krajee.com/star-rating
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2016, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
 */
.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: transparent url(/Scripts/star_rating/img/loading.gif) top left no-repeat;
    border: none;
}

/*
 * Stars
 */
.rating-container .rating {
    cursor: default;
    position: relative;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.rating-disabled .rating {
    cursor: not-allowed;
}

.rating-container .star {
    display: inline-block;
    margin: 0 3px;
    text-align: center;
}

.rating-container .empty-stars {
    color: #aaa;
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999;
}

.rating-rtl {
    float: right;
}

.rating-animate .filled-stars {
    transition: width 0.25s ease;
    -o-transition: width 0.25s ease;
    -moz-transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0) translate3d(0, 0, 0);
}

.rating-rtl.is-star .filled-stars {
    right: 0.06em;
}

.rating-rtl.is-heart .empty-stars {
    margin-right: 0.07em;
}

/**
 * Sizes
 */
.rating-xl {
    font-size: 4.89em;
}

.rating-lg {
    font-size: 3.91em;
}

.rating-md {
    font-size: 3.13em;
}

.rating-sm {
    font-size: 2.5em;
}

.rating-xs {
    font-size: 1.8em;
}

.rating-xl {
    font-size: 4.89em;
}

/**
 * Clear
 */
.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
}

.clear-rating-active {
    cursor: pointer !important;
}

.clear-rating-active:hover {
    color: #843534;
}

.rating-container .clear-rating {
    padding-right: 5px;
}

/**
 * Caption
 */
.rating-container .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%;
    margin-top: -0.6em;
}

.rating-container .caption {
    margin-left: 5px;
    margin-right: 0;
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0;
}

/**
 * Print
 */
@media print {
    .rating-container .clear-rating {
        display: none;
    }
}

a:hover,
a:focus,
.bordered .info h3 a:hover,
.bordered .info h4 a:hover,
.icon i.icn,
.meta a:hover,
.meta li.categories:hover:before,
.more:hover,
.navbar.basic .nav > li > a:hover,
.navbar.basic .nav > li > a:focus,
.navbar.basic .nav .open > a,
.navbar.basic .nav .open > a:hover,
.navbar.basic .nav .open > a:focus,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) li a.active,
.navbar-header .info a:hover,
.nav > li > a:hover,
.owl-carousel:hover .owl-next:hover,
.owl-carousel:hover .owl-prev:hover,
.panel-title > a:hover,
#scrollUp:hover,
.sidemeta .format-wrapper a,
.tabs-side .tab.active a,
.tabs-top .tab.active a,
.text-center .panel-title > a:hover span:after,
ul.arrowed li:before,
ul.circled li:before,
.row.circled div:before,
.yamm .yamm-content a:hover {
    color: #F27A24;
}

.tint-bg .btn,
.tint-color {
	color: #F27A24 !important;
}

.btn,
.classic-blog .post .date,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:focus,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > .active > a:hover,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:focus,
.navbar .dropdown-menu:not(.yamm-dropdown-menu) > li > a:hover,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-submenu:hover > a,
.owl-pagination .owl-page.active span,
.owl-pagination .owl-page:hover span,
#owl-main .caption h1 span.tint-bg,
#owl-main .caption p span.tint-bg,
.post.format-quote,
.sidemeta .format-wrapper a:hover,
.sidenav li a:hover,
.tabs-side .tab a:hover,
.tabs-top .tab a:hover,
.tint-bg,
.tint-bg.img-bg-soft:before,
.tint-bg.img-bg-softer:before,
.tooltip-inner {
	background-color: #F27A24;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.pagination-gtp > .active > a,
.pagination-gtp > .active > span,
.pagination-gtp > .active > a:hover,
.pagination-gtp > li > a:hover,
.pagination-gtp > li > a:focus {
	background-color: #D96716;
}
.btn.btn-outline{
	background:none;
	border-width:2px;
	border-style:solid;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn.btn-outline.black{
	border-color:#000;
	color:#000;
}
.btn.btn-outline.black:hover{
	background-color:#f2f5f7;
	color:#000 !important;
}
.dark-bg .btn.btn-outline.black:hover,
.light-bg .btn.btn-outline.black:hover
{
	background-color:#fff;
}
.btn.btn-outline.light-blue{
	border-color:#40556b;
	color:#40556b;
}
.btn.btn-outline.light-blue:hover,
.btn.btn-outline:focus.light-blue{
	color:#40556b !important;
}

.btn.btn-outline.orange{
	border-color:#f27a24;
	color:#f27a24;
}
.btn.btn-outline.orange:hover,
.btn.btn-outline:focus.orange{
    background: #F27A24 !important;
}
.btn.btn-outline.light-blue:hover,
.btn.btn-outline:focus.light-blue{
	color:#40556b !important;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.icon-overlay a .icn-more,
.items li .text-overlay,
.owl-carousel .item .text-overlay,
.thumbs .thumb .text-overlay {
	background-color: rgba(242, 122, 36, 0.9);
}

.classic-blog .post .date,
.icon.circle,
.sidemeta .format-wrapper a,
.tabs-circle-top .tab.active a,
.tabs-circle-top .tab a:hover,
.tabs-side .tab a:hover,
.tabs-top .tab a:hover {
	border-color: #F27A24;
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
	border-top-color: #F27A24;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #F27A24;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #F27A24;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #F27A24;
}

#owl-main .caption h1 span.tint-bg,
#owl-main .caption p span.tint-bg  {
	box-shadow: -.500em 0 0 #F27A24, .500em 0 0 #F27A24;
}

.btn-fb {
	background-color: #333c6c;
}
.btn-fb:hover {
	background-color: #2b335d;
}
.btn-fb i, .btn-google i {
	font-size: 20px;
	line-height: 23px;
	margin-top: -5px;
	vertical-align: middle;
}
#appleid-signin {
	cursor: pointer;
	position: relative;
}
#appleid-signin > div {
	max-width: 1000px !important;
}
#appleid-signin > div > div:nth-child(2) {
	display: none;
}
#appleid-signin > div:before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 2px solid #aaa;
	border-radius: 3px;
	transition: all 0.2s ease-in-out;
}
#appleid-signin:hover > div:before {
	background-color: #eee;
	border-color: #666;
}


/* tree-search */
.tree-search {
	position: relative;
}
.tree-search input {
	background-color: #fff;
	border: 1px solid #f27a24b8;
	padding: 22px 22px 22px 40px;
	display: block;
}
.tree-search:before {
	font-family: 'Font Awesome 5 Free', serif;
	font-weight: 900;
	content: "\f002";
	position: absolute;
	font-size:20px;
	color: #f27a24;
	opacity: 0.7;
	margin: 10px;
}
.tree-search ul {
	display: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	border-radius: 0 0 4px 4px;
	z-index: 1;
	margin: -3px 0 0 0;
	padding: 0;
	box-shadow: 0 0 5px #ffffff99;
	max-width: 100%;
	width: 100%;
}
.tree-search:hover ul, .tree-search input:focus + ul {
	display: block;
}
.tree-search ul li {
	border-top: 1px solid #ccc;
	padding: 8px 10px;
	font-size: 14px;
	display: flex;
}
.tree-search ul li:hover, .tree-search ul li.hover {
	background-color: #F5F7FA;
}
.tree-search ul li small {
	color: #77869A;
	flex-shrink: 1;
	white-space: nowrap;
	margin-right: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: calc(100% - 150px);
}
.tree-search ul li span {
	flex-shrink: 0;
	white-space: nowrap;
	color: #447AB2;
	margin-left: 5px;
}
.tree-search ul li[data-node-id] {
	cursor: pointer;
}
.tree-search ul li.selected {
	background-color: #428bca;
	color: #fff;
}
.tree-search ul li.selected.hover {
	background-color: #40556b;
}
.tree-search ul li.selected small, .tree-search ul li.selected span {
	color: #fff;
}
#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
	font-family: 'Open Sans', sans-serif !important;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-size-adjust: 100% !important;
	text-rendering: optimizeLegibility !important;
	font-size: 14px !important;
	line-height: 22px !important;
	list-style: none !important;
	box-sizing: border-box !important;
	background-color: transparent !important;
	text-decoration: none !important;
	cursor: pointer !important;
	color: inherit !important;
	transition: all 200ms ease-out !important;
	border: initial !important;
	height: initial !important;
	white-space: initial !important;
	word-wrap: initial !important;
	padding: initial !important;
}
#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover {
    color: #F27A24;
    background-color: inherit;
}
