@import url('https://fonts.googleapis.com/css?family=Yellowtail');

body.stop-scrolling{height:100%;overflow:hidden;}
input[type="text"], input[type="passowrd"], input[type="number"], input[type="email"], textarea {letter-spacing: .2px;} 
.sweet-overlay{background-color:black;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";background-color:rgba(0, 0, 0, 0.4);position:fixed;left:0;right:0;top:0;bottom:0;display:none;z-index:10000;}
.sweet-alert{background-color:white;font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;width:478px;padding:17px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;text-align:center;position:fixed;left:50%;top:50%;margin-left:-256px;margin-top:-200px;overflow:hidden;display:none;z-index:99999;}
@media all and (max-width:540px){.sweet-alert{width:auto;margin-left:0;margin-right:0;left:15px;right:15px;}
}
.sweet-alert h2{color:#575757;font-size:25px;text-align:center;font-weight:400;text-transform:none;position:relative;margin:6px 0;padding:0;line-height:40px;display:block;}
.sweet-alert p{color:#797979;font-size:16px;text-align:center;font-weight:300;position:relative;text-align:inherit;float:none;margin:0;padding:0;line-height:normal;}
.sweet-alert fieldset{border:none;position:relative;}
.sweet-alert .sa-error-container{background-color:#f1f1f1;margin-left:-17px;margin-right:-17px;overflow:hidden;padding:0 10px;max-height:0;webkit-transition:padding 0.15s, max-height 0.15s;transition:padding 0.15s, max-height 0.15s;}
.sweet-alert .sa-error-container.show{padding:10px 0;max-height:100px;webkit-transition:padding 0.2s, max-height 0.2s;transition:padding 0.25s, max-height 0.25s;}
.sweet-alert .sa-error-container .icon{display:inline-block;width:24px;height:24px;border-radius:50%;background-color:#ea7d7d;color:white;line-height:24px;text-align:center;margin-right:3px;}
.sweet-alert .sa-error-container p{display:inline-block;}
.sweet-alert .sa-input-error{position:absolute;top:29px;right:26px;width:20px;height:20px;opacity:0;-webkit-transform:scale(0.5);transform:scale(0.5);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:all 0.1s;transition:all 0.1s;}
.sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after{content:"";width:20px;height:6px;background-color:#f06e57;border-radius:3px;position:absolute;top:50%;margin-top:-4px;left:50%;margin-left:-9px;}
.sweet-alert .sa-input-error::before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
.sweet-alert .sa-input-error::after{-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.sweet-alert .sa-input-error.show{opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.sweet-alert input{width:100%;box-sizing:border-box;border-radius:3px;border:1px solid #d7d7d7;height:43px;margin-top:10px;margin-bottom:17px;font-size:18px;box-shadow:inset 0px 1px 1px rgba(0, 0, 0, 0.06);padding:0 12px;display:none;-webkit-transition:all 0.3s;transition:all 0.3s;}
.sweet-alert input:focus{outline:none;box-shadow:0px 0px 3px #c4e6f5;border:1px solid #b4dbed;}
.sweet-alert input:focus::-moz-placeholder{transition:opacity 0.3s 0.03s ease;opacity:0.5;}
.sweet-alert input:focus:-ms-input-placeholder{transition:opacity 0.3s 0.03s ease;opacity:0.5;}
.sweet-alert input:focus::-webkit-input-placeholder{transition:opacity 0.3s 0.03s ease;opacity:0.5;}
.sweet-alert input::-moz-placeholder{color:#bdbdbd;}
.sweet-alert input::-ms-clear{display:none;}
.sweet-alert input:-ms-input-placeholder{color:#bdbdbd;}
.sweet-alert input::-webkit-input-placeholder{color:#bdbdbd;}
.sweet-alert.show-input input{display:block;}
.sweet-alert .sa-confirm-button-container{display:inline-block;position:relative;}
.sweet-alert .la-ball-fall{position:absolute;left:50%;top:50%;margin-left:-27px;margin-top:4px;opacity:0;visibility:hidden;}
.sweet-alert button{background-color:#8CD4F5;color:white;border:none;box-shadow:none;font-size:17px;font-weight:500;-webkit-border-radius:4px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;padding:5px 32px;margin:26px 5px 0 5px;cursor:pointer;}
.sweet-alert button:focus{outline:none;box-shadow:0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);}
.sweet-alert button:hover{background-color:#7ecff4;}
.sweet-alert button:active{background-color:#5dc2f1;}
.sweet-alert button.cancel{background-color:#C1C1C1;}
.sweet-alert button.cancel:hover{background-color:#b9b9b9;}
.sweet-alert button.cancel:active{background-color:#a8a8a8;}
.sweet-alert button.cancel:focus{box-shadow:rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;}
.sweet-alert button[disabled]{opacity:.6;cursor:default;}
.sweet-alert button.confirm[disabled]{color:transparent;}
.sweet-alert button.confirm[disabled] ~ .la-ball-fall{opacity:1;visibility:visible;transition-delay:0s;}
.sweet-alert button::-moz-focus-inner{border:0;}
.sweet-alert[data-has-cancel-button=false] button{box-shadow:none !important;}
.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false]{padding-bottom:40px;}
.sweet-alert .sa-icon{width:80px;height:80px;border:4px solid gray;-webkit-border-radius:40px;border-radius:40px;border-radius:50%;margin:20px auto;padding:0;position:relative;box-sizing:content-box;}
.sweet-alert .sa-icon.sa-error{border-color:#F27474;}
.sweet-alert .sa-icon.sa-error .sa-x-mark{position:relative;display:block;}
.sweet-alert .sa-icon.sa-error .sa-line{position:absolute;height:5px;width:47px;background-color:#F27474;display:block;top:37px;border-radius:2px;}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left{-webkit-transform:rotate(45deg);transform:rotate(45deg);left:17px;}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);right:16px;}
.sweet-alert .sa-icon.sa-warning{border-color:#F8BB86;}
.sweet-alert .sa-icon.sa-warning .sa-body{position:absolute;width:5px;height:47px;left:50%;top:10px;-webkit-border-radius:2px;border-radius:2px;margin-left:-2px;background-color:#F8BB86;}
.sweet-alert .sa-icon.sa-warning .sa-dot{position:absolute;width:7px;height:7px;-webkit-border-radius:50%;border-radius:50%;margin-left:-3px;left:50%;bottom:10px;background-color:#F8BB86;}
.sweet-alert .sa-icon.sa-info{border-color:#C9DAE1;}
.sweet-alert .sa-icon.sa-info::before{content:"";position:absolute;width:5px;height:29px;left:50%;bottom:17px;border-radius:2px;margin-left:-2px;background-color:#C9DAE1;}
.sweet-alert .sa-icon.sa-info::after{content:"";position:absolute;width:7px;height:7px;border-radius:50%;margin-left:-3px;top:19px;background-color:#C9DAE1;left:50%;}
.sweet-alert .sa-icon.sa-success{border-color:#A5DC86;}
.sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after{content:'';-webkit-border-radius:40px;border-radius:40px;border-radius:50%;position:absolute;width:60px;height:120px;background:white;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.sweet-alert .sa-icon.sa-success::before{-webkit-border-radius:120px 0 0 120px;border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;transform-origin:60px 60px;}
.sweet-alert .sa-icon.sa-success::after{-webkit-border-radius:0 120px 120px 0;border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0px 60px;transform-origin:0px 60px;}
.sweet-alert .sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(165, 220, 134, 0.2);-webkit-border-radius:40px;border-radius:40px;border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2;}
.sweet-alert .sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:white;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
.sweet-alert .sa-icon.sa-success .sa-line{height:5px;background-color:#A5DC86;display:block;border-radius:2px;position:absolute;z-index:2;}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
.sweet-alert .sa-icon.sa-custom{background-size:contain;border-radius:0;border:none;background-position:center center;background-repeat:no-repeat;}
@-webkit-keyframes showSweetAlert{0%{transform:scale(0.7);-webkit-transform:scale(0.7);}
45%{transform:scale(1.05);-webkit-transform:scale(1.05);}
80%{transform:scale(0.95);-webkit-transform:scale(0.95);}
100%{transform:scale(1);-webkit-transform:scale(1);}
}
@keyframes showSweetAlert{0%{transform:scale(0.7);-webkit-transform:scale(0.7);}
45%{transform:scale(1.05);-webkit-transform:scale(1.05);}
80%{transform:scale(0.95);-webkit-transform:scale(0.95);}
100%{transform:scale(1);-webkit-transform:scale(1);}
}
@-webkit-keyframes hideSweetAlert{0%{transform:scale(1);-webkit-transform:scale(1);}
100%{transform:scale(0.5);-webkit-transform:scale(0.5);}
}
@keyframes hideSweetAlert{0%{transform:scale(1);-webkit-transform:scale(1);}
100%{transform:scale(0.5);-webkit-transform:scale(0.5);}
}
@-webkit-keyframes slideFromTop{0%{top:0%;}
100%{top:50%;}
}
@keyframes slideFromTop{0%{top:0%;}
100%{top:50%;}
}
@-webkit-keyframes slideToTop{0%{top:50%;}
100%{top:0%;}
}
@keyframes slideToTop{0%{top:50%;}
100%{top:0%;}
}
@-webkit-keyframes slideFromBottom{0%{top:70%;}
100%{top:50%;}
}
@keyframes slideFromBottom{0%{top:70%;}
100%{top:50%;}
}
@-webkit-keyframes slideToBottom{0%{top:50%;}
100%{top:70%;}
}
@keyframes slideToBottom{0%{top:50%;}
100%{top:70%;}
}
.showSweetAlert[data-animation=pop]{-webkit-animation:showSweetAlert 0.3s;animation:showSweetAlert 0.3s;}
.showSweetAlert[data-animation=none]{-webkit-animation:none;animation:none;}
.showSweetAlert[data-animation=slide-from-top]{-webkit-animation:slideFromTop 0.3s;animation:slideFromTop 0.3s;}
.showSweetAlert[data-animation=slide-from-bottom]{-webkit-animation:slideFromBottom 0.3s;animation:slideFromBottom 0.3s;}
.hideSweetAlert[data-animation=pop]{-webkit-animation:hideSweetAlert 0.2s;animation:hideSweetAlert 0.2s;}
.hideSweetAlert[data-animation=none]{-webkit-animation:none;animation:none;}
.hideSweetAlert[data-animation=slide-from-top]{-webkit-animation:slideToTop 0.4s;animation:slideToTop 0.4s;}
.hideSweetAlert[data-animation=slide-from-bottom]{-webkit-animation:slideToBottom 0.3s;animation:slideToBottom 0.3s;}
@-webkit-keyframes animateSuccessTip{0%{width:0;left:1px;top:19px;}
54%{width:0;left:1px;top:19px;}
70%{width:50px;left:-8px;top:37px;}
84%{width:17px;left:21px;top:48px;}
100%{width:25px;left:14px;top:45px;}
}
@keyframes animateSuccessTip{0%{width:0;left:1px;top:19px;}
54%{width:0;left:1px;top:19px;}
70%{width:50px;left:-8px;top:37px;}
84%{width:17px;left:21px;top:48px;}
100%{width:25px;left:14px;top:45px;}
}
@-webkit-keyframes animateSuccessLong{0%{width:0;right:46px;top:54px;}
65%{width:0;right:46px;top:54px;}
84%{width:55px;right:0px;top:35px;}
100%{width:47px;right:8px;top:38px;}
}
@keyframes animateSuccessLong{0%{width:0;right:46px;top:54px;}
65%{width:0;right:46px;top:54px;}
84%{width:55px;right:0px;top:35px;}
100%{width:47px;right:8px;top:38px;}
}
@-webkit-keyframes rotatePlaceholder{0%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg);}
100%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg);}
}
@keyframes rotatePlaceholder{0%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
5%{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
12%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg);}
100%{transform:rotate(-405deg);-webkit-transform:rotate(-405deg);}
}
.animateSuccessTip{-webkit-animation:animateSuccessTip 0.75s;animation:animateSuccessTip 0.75s;}
.animateSuccessLong{-webkit-animation:animateSuccessLong 0.75s;animation:animateSuccessLong 0.75s;}
.sa-icon.sa-success.animate::after{-webkit-animation:rotatePlaceholder 4.25s ease-in;animation:rotatePlaceholder 4.25s ease-in;}
@-webkit-keyframes animateErrorIcon{0%{transform:rotateX(100deg);-webkit-transform:rotateX(100deg);opacity:0;}
100%{transform:rotateX(0deg);-webkit-transform:rotateX(0deg);opacity:1;}
}
@keyframes animateErrorIcon{0%{transform:rotateX(100deg);-webkit-transform:rotateX(100deg);opacity:0;}
100%{transform:rotateX(0deg);-webkit-transform:rotateX(0deg);opacity:1;}
}
.animateErrorIcon{-webkit-animation:animateErrorIcon 0.5s;animation:animateErrorIcon 0.5s;}
@-webkit-keyframes animateXMark{0%{transform:scale(0.4);-webkit-transform:scale(0.4);margin-top:26px;opacity:0;}
50%{transform:scale(0.4);-webkit-transform:scale(0.4);margin-top:26px;opacity:0;}
80%{transform:scale(1.15);-webkit-transform:scale(1.15);margin-top:-6px;}
100%{transform:scale(1);-webkit-transform:scale(1);margin-top:0;opacity:1;}
}
@keyframes animateXMark{0%{transform:scale(0.4);-webkit-transform:scale(0.4);margin-top:26px;opacity:0;}
50%{transform:scale(0.4);-webkit-transform:scale(0.4);margin-top:26px;opacity:0;}
80%{transform:scale(1.15);-webkit-transform:scale(1.15);margin-top:-6px;}
100%{transform:scale(1);-webkit-transform:scale(1);margin-top:0;opacity:1;}
}
.animateXMark{-webkit-animation:animateXMark 0.5s;animation:animateXMark 0.5s;}
@-webkit-keyframes pulseWarning{0%{border-color:#F8D486;}
100%{border-color:#F8BB86;}
}
@keyframes pulseWarning{0%{border-color:#F8D486;}
100%{border-color:#F8BB86;}
}
.pulseWarning{-webkit-animation:pulseWarning 0.75s infinite alternate;animation:pulseWarning 0.75s infinite alternate;}
@-webkit-keyframes pulseWarningIns{0%{background-color:#F8D486;}
100%{background-color:#F8BB86;}
}
@keyframes pulseWarningIns{0%{background-color:#F8D486;}
100%{background-color:#F8BB86;}
}
.pulseWarningIns{-webkit-animation:pulseWarningIns 0.75s infinite alternate;animation:pulseWarningIns 0.75s infinite alternate;}
@-webkit-keyframes rotate-loading{0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}
@keyframes rotate-loading{0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left{-ms-transform:rotate(45deg) \9;}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right{-ms-transform:rotate(-45deg) \9;}
.sweet-alert .sa-icon.sa-success{border-color:transparent\9;}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{-ms-transform:rotate(45deg) \9;}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long{-ms-transform:rotate(-45deg) \9;}
.la-ball-fall,
.la-ball-fall > div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.la-ball-fall{display:block;font-size:0;color:#fff;}
.la-ball-fall.la-dark{color:#333;}
.la-ball-fall > div{display:inline-block;float:none;background-color:currentColor;border:0 solid currentColor;}
.la-ball-fall{width:54px;height:18px;}
.la-ball-fall > div{width:10px;height:10px;margin:4px;border-radius:100%;opacity:0;-webkit-animation:ball-fall 1s ease-in-out infinite;-moz-animation:ball-fall 1s ease-in-out infinite;-o-animation:ball-fall 1s ease-in-out infinite;animation:ball-fall 1s ease-in-out infinite;}
.la-ball-fall > div:nth-child(1){-webkit-animation-delay:-200ms;-moz-animation-delay:-200ms;-o-animation-delay:-200ms;animation-delay:-200ms;}
.la-ball-fall > div:nth-child(2){-webkit-animation-delay:-100ms;-moz-animation-delay:-100ms;-o-animation-delay:-100ms;animation-delay:-100ms;}
.la-ball-fall > div:nth-child(3){-webkit-animation-delay:0ms;-moz-animation-delay:0ms;-o-animation-delay:0ms;animation-delay:0ms;}
.la-ball-fall.la-sm{width:26px;height:8px;}
.la-ball-fall.la-sm > div{width:4px;height:4px;margin:2px;}
.la-ball-fall.la-2x{width:108px;height:36px;}
.la-ball-fall.la-2x > div{width:20px;height:20px;margin:8px;}
.la-ball-fall.la-3x{width:162px;height:54px;}
.la-ball-fall.la-3x > div{width:30px;height:30px;margin:12px;}
@-webkit-keyframes ball-fall{0%{opacity:0;-webkit-transform:translateY(-145%);transform:translateY(-145%);}
10%{opacity:.5;}
20%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
80%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
90%{opacity:.5;}
100%{opacity:0;-webkit-transform:translateY(145%);transform:translateY(145%);}
}
@-moz-keyframes ball-fall{0%{opacity:0;-moz-transform:translateY(-145%);transform:translateY(-145%);}
10%{opacity:.5;}
20%{opacity:1;-moz-transform:translateY(0);transform:translateY(0);}
80%{opacity:1;-moz-transform:translateY(0);transform:translateY(0);}
90%{opacity:.5;}
100%{opacity:0;-moz-transform:translateY(145%);transform:translateY(145%);}
}
@-o-keyframes ball-fall{0%{opacity:0;-o-transform:translateY(-145%);transform:translateY(-145%);}
10%{opacity:.5;}
20%{opacity:1;-o-transform:translateY(0);transform:translateY(0);}
80%{opacity:1;-o-transform:translateY(0);transform:translateY(0);}
90%{opacity:.5;}
100%{opacity:0;-o-transform:translateY(145%);transform:translateY(145%);}
}
@keyframes ball-fall{0%{opacity:0;-webkit-transform:translateY(-145%);-moz-transform:translateY(-145%);-o-transform:translateY(-145%);transform:translateY(-145%);}
10%{opacity:.5;}
20%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);}
80%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);}
90%{opacity:.5;}
100%{opacity:0;-webkit-transform:translateY(145%);-moz-transform:translateY(145%);-o-transform:translateY(145%);transform:translateY(145%);}
}

.datepicker {
  direction: ltr;
  padding: 0;
  width: 210px !important;
}
.datepicker.datepicker-inline {
  border: 1px solid #eee;
  display: inline-block;
  position: relative;
}
.datepicker > div {
  display: none;
}
.datepicker thead{
	    background: rgb(255, 111, 114);
    color: #fff;
	
}

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

@font-face {
  font-family: 'icomoon';
  src:  url('new-font/icomoon.eot?2oifkg');
  src:  url('new-font/icomoon.eot?2oifkg#iefix') format('embedded-opentype'),
    url('new-font/icomoon.ttf?2oifkg') format('truetype'),
    url('new-font/icomoon.woff?2oifkg') format('woff'),
    url('new-font/icomoon.svg?2oifkg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fiksbox_icon .path1:before {
  content: "\e901";
  color: rgb(174, 184, 191);
}
.icon-fiksbox_icon .path2:before {
  content: "\e904";
  margin-left: -0.8486328125em;
  color: rgb(255, 255, 255);
}
.icon-document:before {
  content: "\e902";
}
.icon-circular-graphic-of-business-cycle-or-circuit:before {
  content: "\e903";
}
.icon-locked:before {
  content: "\e905";
}
.icon-user-plus:before {
  content: "\e973";
}
.hidden-xs:after,
.sidebar-toggle:after {
    font-style: normal;
    text-decoration: inherit
}

.skin-blue .sidebar-form {
    border-radius: 3px;
    width: 26px;
    float: left;
    background: #fff;
    border: none!important;
    margin: 20px 0 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

form.sidebar-form.search-area {
    width: 250px;
    margin-top: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 53px
}

button#search-btn,
button#search-btn:active,
button#search-btn:focus,
button#search-btn:hover {
    BACKGROUND: TRANSPARENT;
    PADDING: 0;
    padding-left: 0!important;
    margin: 2px 0 0;
    border: none!important;
    outline: 0!important;
    font-size: 22px
}

.sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini {
    margin-top: 13px
}

.sidebar-mini.sidebar-collapse .main-header .logo>.logo-mini b {
    display: none
}

.skin-blue .sidebar-form input[type=text] {
    color: #666;
    background: 0 0;
    position: absolute;
    left: -100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 42px;
    border-radius: 2px 0 0 2px
}

.skin-blue .sidebar-form.search-area input[type=text] {
    color: #666;
    background: 0 0;
    position: absolute;
    left: 0;
    padding-right: 13px;
    border: 1px solid #ccc;
    border-radius: 23px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.sidebar-form.search-area button#search-btn {
    margin-right: 10px;
    margin-top: 3px
}

button#search-btn .fa {
    color: #474747
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 24px 15px;
    font-family: fontAwesome;
    font-size: 20px
}

.sidebar-toggle:after {
    content: "\f0d9";
    font-family: FontAwesome;
    font-weight: 400;
    color: #00aff0;
    font-size: 16px;
    padding-right: .5em;
    position: absolute;
    top: 27px;
    left: 5px
}

.sidebar-toggle:hover,
.sidebar-toggle:hover:before {
    background: 0 0!important;
    color: #00aff0
}

.main-header .logo .logo-lg {
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    line-height: 16px;
    text-align: right;
    margin-top: 18px;
    font-size: 30px
}

.main-header .logo .logo-lg b {
    font-weight: 300;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 35px
}

.custom-user-menu {
    padding-top: 8px
}

.hidden-xs {
    font-size: 15px;
    color: #051826;
    font-weight: 700;
    position: relative
}

.hidden-xy {
    font-size: 14px;
    color: #919191;
    font-weight: 300
}

.hidden-xs:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-weight: 400;
    color: #051826;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: -19px
}

.skin-blue .main-header .navbar .nav>li>.dropdown-toggle .custom-user-menu {
    padding-right: 34px!important
}

.hidden-xs b {
    font-size: 10px;
    font-weight: 300;
    display: block;
    line-height: 20px
}

.skin-blue .main-header .navbar .nav>li>.btn-job-post,
.skin-blue .main-header .navbar .nav>li>.btn-job-post:active,
.skin-blue .main-header .navbar .nav>li>.btn-job-post:focus,
.skin-blue .main-header .navbar .nav>li>.btn-job-post:hover {
    background: #00aff0;
    color: #fff;
    font-size: 16px;
    padding: 9px 41px;
    border-radius: 27px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    display: inline-block
}

.skin-blue .main-header .navbar .nav>li>.btn-switch-account,
.skin-blue .main-header .navbar .nav>li>.btn-switch-account:active,
.skin-blue .main-header .navbar .nav>li>.btn-switch-account:focus {
    border: 2px solid #7fba00;
    color: #7fba00;
    font-size: 16px;
    padding: 8px 21px;
    border-radius: 27px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    display: inline-block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.skin-blue .main-header .navbar .nav>li>.btn-switch-account:hover {
    border: 2px solid #7fba00;
    color: #fff;
    font-size: 16px;
    padding: 8px 21px;
    border-radius: 27px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    display: inline-block;
    background: #7fba00;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.content-wrapper,
.quate-submit-btn>a,
.right-side {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s
}

.skin-blue .main-header .navbar {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6
}

.navbar-nav {
    float: left;
    padding-right: 10px;
    padding-left: 10px
}

.skin-blue .sidebar-menu>li.active>a,
.skin-blue .sidebar-menu>li:hover>a {
    color: #00aff0;
    background: #fafafa;
    border-left-color: #00aff0
}

.content-wrapper,
.right-side {
    min-height: 100%;
    background-color: #fafafa;
    z-index: 800;
    transition: all 1s
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.skin-blue .main-header .navbar .nav>li>a,
.skin-blue .main-header .navbar .nav>li>a:active,
.skin-blue .main-header .navbar .nav>li>a:focus,
.skin-blue .main-header .navbar .nav>li>a:hover {
    background: 0 0;
    color: #273951;
    padding: 19px 10px
}

.btn-list {
    position: relative;
    padding: 20px 10px
}

.navbar-custom-menu>.navbar-nav>li a i {
    font-size: 23px;
    color: #2b3950;
    margin-top: 10px;
    display: block
}

.main-header .navbar .nav>li>a>.label {
    position: absolute;
    top: 23px;
    right: 5px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
    border: 2px solid #fff;
    border-radius: 7px
}

.skin-blue .left-side,
.skin-blue .main-header .logo,
.skin-blue .main-sidebar,
.skin-blue .wrapper {
    border-right: 1px solid #e6e6e6
}

.navbar-nav>.user-menu .user-image {
    float: left;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    margin-right: 3px;
    margin-top: -3px
}

.navbar-custom-menu>.navbar-nav>li a span i {
    font-size: 12px;
    color: #8492af;
    margin-right: 4px
}

.fa-map-marker {
    color: #30c3ff!important
}

.icon-clock {
    color: #ff644b!important;
    margin-right: 8px
}

.fa-thumbs-up {
    color: #ffb93e!important
}

.skin-blue .main-header .logo {
    height: 80px
}

.left-side,
.main-sidebar {
    padding-top: 80px;
    transition: all 1s
}

.skin-blue .sidebar-menu>li>.treeview-menu li a {
    color: #2b3950
}

.skin-blue .sidebar a {
    color: #2b3950;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding-left: 24px
}

body.skin-blue.sidebar-collapse .sidebar a {
    padding-left: 14px!important
}

.skin-blue .sidebar-menu>li>.border-top {
    border-top: 1px solid #e6e6e6
}

.sidebar-menu .treeview-menu>li>a {
    padding: 14px 5px 14px 15px;
    display: block;
    font-size: 16px
}

.skin-blue .sidebar a i {
    font-size: 17px;
    margin-right: 10px
}

.skin-blue .sidebar-menu>li>.treeview-menu li a i {
    font-size: 10px;
    color: #7fba00
}

.skin-blue .sidebar-menu>li>.treeview-menu {
    padding-left: 7px;
    position: relative
}

.skin-blue .sidebar-menu>li>.treeview-menu:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 1px;
    left: 26px;
    top: 0;
    background: #e6e6e6
}

.skin-blue .sidebar-menu>li>.treeview-menu li a:hover,
.skin-blue .sidebar-menu>li>.treeview-menu li a:hover i {
    color: #00aff0
}

.skin-blue .main-header .navbar .nav .open>a,
.skin-blue .main-header .navbar .nav .open>a:focus,
.skin-blue .main-header .navbar .nav .open>a:hover,
.skin-blue .main-header .navbar .nav>.active>a,
.skin-blue .main-header .navbar .nav>li>a:active,
.skin-blue .main-header .navbar .nav>li>a:focus,
.skin-blue .main-header .navbar .nav>li>a:hover {
    background: 0 0;
    color: #273951
}

.navbar-custom-menu>.navbar-nav>li>.dropdown-menu>li.header span {
    position: absolute;
    right: 24px;
    background: #ff7b66;
    padding: 1px 8px;
    color: #fff;
    border-radius: 50%
}

.log-out-btn a,
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4>small {
    position: relative
}

.navbar-nav>.messages-menu>.dropdown-menu>li.header,
.navbar-nav>.notifications-menu>.dropdown-menu>li.header,
.navbar-nav>.tasks-menu>.dropdown-menu>li.header {
    padding: 15px 10px
}

.navbar-nav>.messages-menu>.dropdown-menu,
.navbar-nav>.notifications-menu>.dropdown-menu,
.navbar-nav>.tasks-menu>.dropdown-menu {
    width: 323px;
    padding: 0;
    margin: 8px 0 0;
    top: 100%;
    box-shadow: 0 0 21px 2px rgba(204, 204, 204, .75);
    -moz-box-shadow: 0 0 21px 2px rgba(204, 204, 204, .75)
}

.alert-warning,
.bg-yellow,
.callout.callout-warning,
.label-warning,
.modal-warning .modal-body {
    background-color: #ff644b!important
}

.log-out-btn a:before {
    content: "";
    position: absolute;
    display: block;
    width: 217px;
    height: 1px;
    background: #e6e6e6;
    left: -68px;
    top: -60px
}

.content-title>p {
    font-size: 18px;
    color: #2b3950;
    margin: 0 0 0 20px;
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.content-title>p>b {
    font-size: 24px;
    font-family: Roboto, sans-serif;
    font-weight: 300
}

.content-right-option>span {
    font-size: 14px;
    color: #2b3950;
    font-weight: 400;
    margin-right: 10px
}

.content-right-option>select {
    font-size: 14px;
    color: #2b3950;
    font-weight: 400;
    padding: 3px 56px 3px 10px;
    border: none;
    border: 1px solid #e6e6e6
}

.content-right-option>select>option {
    padding: 5px 0 5px 10px
}

.content-right-option>select>option:hover {
    background: #00aff0
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.content-right-option {
    text-align: right;
    position: relative;
    margin-right: 3px
}

.content-right-option span:after,
.content-right-option span:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #7fba00;
    font-size: 22px;
    position: absolute;
    top: 0
}

.content-right-option span:before {
    content: "\f0d7";
    padding-right: .5em;
    right: 0
}

.content-right-option span:after {
    content: "";
    background: #e6e6e6;
    height: 100%;
    width: 1px;
    right: 35px
}

.content p,
.content small,
.job-descriptions>p {
    font-family: Roboto, sans-serif
}

.content-header,
.content-rows .client-img {
    position: relative
}

.content-header {
    padding: 8px 15px 6px
}

.content {
    min-height: 0;
    padding: 15px;
    background: #fff;
    margin: 3px 10px 0;
    border: 1px solid #e6e6e6
}

.custom-row {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    padding-top: 4px
}

.content p {
    font-size: 18px;
    color: #2b3950;
    margin: 0;
    font-weight: 600
}

.content small {
    font-size: 16px;
    color: #7fba00;
    font-weight: 400
}

.content p i {
    color: #7fba00;
    font-size: 21px
}

.content-rows {
    float: left
}

.content-rows>.client-img:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    display: block;
    background: #7fba00;
    top: -6px;
    right: -2px;
    border-radius: 50%;
    border: 2px solid #fff
}

.content-row-caption {
    margin: 5px 0 0 65px
}

.sidebar-menu>li>a {
    padding: 16px 5px 16px 15px;
    display: block
}

.job-info {
    margin-top: 11px
}

.job-info>ul {
    text-align: right
}

.job-info>ul>li {
    list-style: none;
    display: inline-block
}

.job-info>ul>li>a {
    text-decoration: none;
    font-size: 14px;
    color: #636363;
    padding: 13px 10px;
    font-weight: 400
}

.job-info>ul>li>a b,
.job-info>ul>li>a i {
    font-size: 20px;
    color: #7fba00;
    margin-right: 8px
}

.job-descriptions>p {
    margin: 15px 0 0;
    font-size: 14px;
    color: #636363;
    font-weight: 400;
    text-align: justify;
    line-height: 24px
}

.padding-left-zero {
    padding-left: 0
}

.quate-submit-btn {
    text-align: right;
    margin-top: 27px
}

.quate-submit-btn>a {
    font-size: 14px;
    color: #7fba00;
    padding: 9px 16px;
    border: 2px solid #7fba00;
    border-radius: 20px;
    font-weight: 400;
    transition: all 1s
}

.main-header,
.quate-submit-btn>a:hover {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s
}

.quate-submit-btn>a:hover {
    background: #7fba00;
    color: #fff;
    transition: all 1s
}

.quote-section {
    margin-bottom: 20px
}

.log-out-btn {
    position: absolute;
    bottom: 30px;
    left: 70px
}

.log-out-btn a .fa-sign-out {
    font-size: 30px!important;
    color: #2b3950
}

.sidebar-collapse .log-out-btn {
    display: none
}

@media (max-width:768px) {
    .skin-blue .sidebar-form {
        text-align: center;
        margin: 0 auto;
        padding: 0 15px;
        float: inherit
    }
    .sidebar-form .input-group {
        width: 100%;
        margin-bottom: 17px
    }
    .sidebar-form .input-group-btn {
        position: absolute;
        font-size: 0;
        white-space: nowrap;
        background: 0 0!important;
        right: 22px
    }
    .skin-blue .sidebar-form input[type=text] {
        width: 100%;
        position: relative;
        left: 0;
        border: 1px solid #ccc
    }
    .main-header .sidebar-toggle {
        float: left;
        background-color: transparent;
        background-image: none;
        font-family: fontAwesome;
        position: absolute;
        right: 0!important;
        top: 0
    }
    .nav.navbar-nav {
        text-align: center
    }
    .navbar-custom-menu .navbar-nav>li {
        float: left
    }
    .dropdown.user.user-menu {
        float: right
    }
    .job-info>ul {
        padding-left: 0!important
    }
    .job-info>ul>li {
        list-style: none;
        display: block;
        text-align: left
    }
    .job-info>ul>li>a .fa,
    .job-info>ul>li>a b,
    .job-info>ul>li>a span {
        width: 30px;
        display: inline-block
    }
    .main-header {
        max-height: inherit
    }
    .navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
        left: 0
    }
    .left-side,
    .main-sidebar {
        padding-top: 243px
    }
    .main-header .logo .logo-lg {
        display: block;
        text-align: left
    }
    .skin-blue .sidebar-form {
        width: 100%
    }
    .btn-list {
        width: 50%
    }
    .content-title>p {
        font-size: 14px;
        margin: 0
    }
    .content-title>p>b {
        font-size: 15px
    }
    .content-right-option>span {
        font-size: 13px
    }
    .content-right-option>select {
        font-size: 14px;
        padding: 2px 10px
    }
    .content-header {
        padding: 12px 15px 0
    }
    .skin-blue .main-header .logo-desktop {
        display: none!important;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s
    }
    .skin-blue .main-header .logo-mobile {
        display: block!important
    }
    .fixed .navbar-custom-menu,
    .main-header .navbar-right {
        float: right;
        margin-right: 0!important
    }
    .menu-inner-wraooer {
        position: relative;
        top: 0;
        z-index: 1
    }
    .fixed .menu-inner-wraooer {
        position: absolute;
        top: -180px;
        opacity: 0;
        z-index: -9
    }
    .job-info>ul>li>a {
        padding: 13px 10px 13px 5px
    }
    .job-descriptions>p {
        padding: 0 5px
    }
    .content-right-option span::before {
        display: none
    }
}

.content-right-option span:after {
    display: none
}

@media (max-width:510px) {
    .btn-list,
    .content-right-option {
        text-align: center;
        display: block
    }
    .btn-list {
        padding: 0;
        width: 50%;
        margin-left: -5px
    }
    .content-title {
        text-align: center
    }
    .content-right-option>span {
        position: relative
    }
    .content-right-option span::before {
        content: "\f0d7";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        text-decoration: inherit;
        color: #273951;
        font-size: 11px;
        padding-right: .5em;
        position: absolute;
        top: 1px;
        right: -132px;
        display: none
    }
    .navbar-nav>.messages-menu>.dropdown-menu,
    .navbar-nav>.notifications-menu>.dropdown-menu,
    .navbar-nav>.tasks-menu>.dropdown-menu {
        width: 280px
    }
}

@media (max-width:992px) {
    .hidden-xs,
    .hidden-xy {
        display: none!important
    }
    .skin-blue .main-header .navbar .nav>li>.btn-job-post,
    .skin-blue .main-header .navbar .nav>li>.btn-job-post:active,
    .skin-blue .main-header .navbar .nav>li>.btn-job-post:focus,
    .skin-blue .main-header .navbar .nav>li>.btn-job-post:hover {
        padding: 9px 25px
    }
    .skin-blue .main-header .navbar .nav>li>.btn-switch-account,
    .skin-blue .main-header .navbar .nav>li>.btn-switch-account:active,
    .skin-blue .main-header .navbar .nav>li>.btn-switch-account:focus,
    .skin-blue .main-header .navbar .nav>li>.btn-switch-account:hover {
        padding: 8px 15px
    }
}

.fixed,
.main-header {
    top: 0;
    width: 100%;
    padding: 0
}

@media (min-width:992px) and (max-width:1192px) {
    .content-row-caption {
        margin: 5px 0 0 53px
    }
    .content p {
        font-size: 15px
    }
    .content p i {
        font-size: 17px
    }
    .padding-right-zero {
        padding-right: 0
    }
    .content small {
        font-size: 14px
    }
}

.main-header {
    background: 0 0;
    border: 0;
    position: relative;
    display: block;
    z-index: 999999;
    transition: all 1s
}

.fixed,
.skin-blue .main-header .logo-desktop {
    display: block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s
}

.fixed {
    position: fixed;
    z-index: 999999990;
    background: #fff;
    border-radius: 0;
    transition: all 1s
}

.skin-blue .main-header .logo-desktop {
    transition: all 1s
}

.skin-blue .main-header .logo-mobile {
    display: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.fixed .navbar-custom-menu,
.main-header .navbar-right {
    float: right;
    margin-right: 230px
}

@media (max-width:767px) {
	.check_details {
	    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
	}
	.chck_mob {
		display:block !important;
	}
	.chck_dsk{
		display:none !important;
	}
    .lSAction > a {
        width: 32px;
        display: block;
        top: 51%;
        height: 32px;
        background: url(../img/controls-mob.png);
        cursor: pointer;
        position: absolute;
        z-index: 99;
        margin-top: -16px;
        opacity: 0.5;
        -webkit-transition: opacity 0.35s linear 0s;
        transition: opacity 0.35s linear 0s;
    }
    .lSAction > .lSNext {
        background-position: -45px -1px !important;
        right: 9px !important;
        right: -18px !important;
    }
    .lSAction > .lSPrev {
        background-position: -5px 0px !important;
        left: -12px !important;
    }
    .category-pill .lSAction > .lSPrev:before {
        background: transparent !important;
    }
    .category-pill .lSAction > .lSNext:before {
        background: transparent !important;
    }
}

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.lightSlider:before,
.lightSlider:after {
    content: " ";
    display: table;
}

.lightSlider {
    margin: 0;
}

.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
}

.lSSlideWrapper > .lightSlider:after {
    clear: both;
}

.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
    position: relative;
}

.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
    display: none;
}

.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}

.lSSlideOuter .media {
    opacity: 0.8;
}

.lSSlideOuter .media.active {
    opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}

.lSAction > a {
    width: 32px;
    display: block;
    top: 30%;
    height: 32px;
    background: url('../img/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top:-2px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
    opacity: 1;
}

.lSAction > .lSPrev {
    background-position: 0 0;
    left: -40px;
}

.lSAction > .lSNext {
    background-position: -50px 0;
    right: -49px;
}

.lSAction > a.disabled {
    pointer-events: none;
}

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}

.lSSlideOuter.vertical {
    position: relative;
}

.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}

.lSSlideOuter.lSrtl {
    direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
    opacity: 1 !important;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}

.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
    float: left !important;
}

.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
    float: left !important;
}

.lSSlideOuter .lightSlider .item_block {
    opacity: 1 !important;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
}

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }
    50% {
        left: -15px;
    }
    100% {
        left: 0;
    }
}

@keyframes rightEnd {
    0% {
        left: 0;
    }
    50% {
        left: -15px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }
    50% {
        top: -15px;
    }
    100% {
        top: 0;
    }
}

@keyframes topEnd {
    0% {
        top: 0;
    }
    50% {
        top: -15px;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    100% {
        left: 0;
    }
}

@keyframes leftEnd {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -15px;
    }
    100% {
        bottom: 0;
    }
}

@keyframes bottomEnd {
    0% {
        bottom: 0;
    }
    50% {
        bottom: -15px;
    }
    100% {
        bottom: 0;
    }
}

.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}

.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}

.lightSlider.lsGrab > * {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.lightSlider.lsGrabbing > * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

@media (min-width:1025px) {
    .category-pill > .lSAction > a {
        background: none !important;
    }
    .category-pill .lSAction > .lSPrev {
        background-position: 0 0;
        left: -20px !important;
    }
    .category-pill .lSAction > .lSNext {
        background-position: -50px 0;
        right: -28px;
    }
}

@media (max-width:1024px) {
    .category-pill .lSAction > .lSPrev {
        background-position: 0 0;
        left: 0px !important;
        top: 2px;
    }
    .category-pill .lSAction > .lSNext {
        background-position: -50px 0;
        right: -8px !important;
        top:2px;
    }
	
	.fiksbox-grid-view .jm-item-overlay	{
	opacity:.5 !important;
}
	
}

.category-pill #fake_prev,
.category-pill #fake_next {
    display: none;
}

@media (min-width:1025px) {
    .category-pill .lSAction > a {
        display: none;
    }
} 

.ui-helper-reset,
.ui-menu {
    outline: 0;
    list-style: none
}

.ui-button,
.ui-spinner,
.ui-spinner-input {
    vertical-align: middle
}

.ui-helper-hidden {
    display: none
}

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

.ui-helper-zfix,
.ui-widget-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default!important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin-top: 2px;
    padding: .5em .5em .5em .7em;
    min-height: 0
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-noicons {
    padding-left: .7em
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    text-align: center;
    overflow: visible
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2.2em
}

button.ui-button-icon-only {
    width: 2.4em
}

.ui-button-icons-only {
    width: 3.4em
}

button.ui-button-icons-only {
    width: 3.7em
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-icon,
.ui-button-icons-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-icons-only .ui-button-icon-primary,
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary {
    left: .5em
}

.ui-button-icons-only .ui-button-icon-secondary,
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary {
    right: .5em
}

.ui-buttonset {
    margin-right: 7px
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-menu {
    padding: 0;
    margin: 0;
    display: block
}

.ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-image: url('data:image/gif; base64, R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7')
}

.ui-menu .ui-menu-divider {
    margin: 5px -2px;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0
}

.ui-menu .ui-menu-item a,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a.ui-state-focus {
    font-weight: 300;
    /*border-bottom: 1px solid #e6e6e6*/
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 5px .6em;
    line-height: 1.5;
    min-height: 0
}

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

.ui-menu .ui-state-disabled a {
    cursor: default
}

.ui-menu-icons {
    position: relative
}

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

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

.ui-menu .ui-menu-icon {
    position: static;
    float: right
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(images/animated-overlay.gif);
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
    bottom: 0
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #273951
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0;
    margin: .2em 22px .2em .4em
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none
}

.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0
}

.ui-spinner-up {
    top: 0
}

.ui-spinner .ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    background: #fff;
    color: #222;
   min-height:150px;
   max-height:200px;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: 0 1px 3px 2px rgba(0, 0, 0, .05);
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    z-index: 9999
}

.ui-widget-content a {
    font-family: Avenir;
    color: #222;
    font-weight: 300;
    font-size: 14px
}

.ui-widget-header {
    border: 1px solid #e78f08;
    background: url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x #f6a828;
    color: #fff;
    font-weight: 700
}

.ui-widget-header a {
    color: #fff
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #ccc;
    background: url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x #f6f6f6;
    font-weight: 700;
    color: #1c94c4
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    background: #fafafa;
    font-weight: 300;
    color: #222
}

.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #c77405;
    text-decoration: none
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #fbd850;
    background: url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x #fff;
    font-weight: 700;
    color: #eb8f00
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fed22f;
    background: url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x #ffe45c;
    color: #363636
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% #b81900;
    color: #fff
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
    color: #fff
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_222222_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-state-active .ui-icon,
.ui-state-default .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_ef8c08_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_228ef1_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_ffd27a_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-first,
.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-widget-overlay {
    background: url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% #666;
    opacity: .5;
    filter: Alpha(Opacity=50)
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x #273951;
    opacity: .2;
    filter: Alpha(Opacity=20);
    border-radius: 5px
}




@font-face {
    font-family: 'revol-icon';
    src: url('fonts/revol-icon.eot?vvlypg');
    src: url('fonts/revol-icon.eot?vvlypg#iefix') format('embedded-opentype'), url('fonts/revol-icon.ttf?vvlypg') format('truetype'), url('fonts/revol-icon.woff?vvlypg') format('woff'), url('fonts/revol-icon.svg?vvlypg#revol-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.revol-icon {
    font-family: 'revol-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}




html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
		font-family:'Avenir';
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 400
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #273951;
    background: #ff0
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}

@media print {
    *,
    :after,
    :before {
        color: #273951!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #273951!important
    }
    .label {
        border: 1px solid #273951
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    color: #273951;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 15px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 0px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: -60px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
       width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1300px
    }
}

@media (min-width:1150px) and (max-width:1300px) {
    .container {
        width: 1200px !important;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-lg-13,
.col-md-13,
.col-sm-13,
.col-xs-13,
.col-lg-map,
.col-lg-listview,
.col-md-map,
.col-md-listview,
.col-sm-map,
.col-sm-listview,
.col-xs-map,
.col-xs-listview,
.credit-plan,
.trdng-nv-blk,
.blog-indi-cnt,
.blog-left-wrap,
.blog-right-wrap,
.top-pk-img,
.top-pk-cnt,
.singl-blg-img,
.singl-blg-cnt,
.col-md70,
.col-md30,
.col-category-block,
.col-categorysm-block,
.col-cate-6,
.col-loc-4,
.col-src-2,
.col-xs-0,
.col-md-locamap,
.col-md-prolist_view,
.job-done-date,
.job-done-time {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-13,
.col-xs-map,
.col-xs-listview,
.top-pk-img,
.top-pk-cnt,
.col-xs-0,
.col-md-locamap,
.col-md-prolist_view {
    float: left;
}

.col-md-locamap {
    width: 73%;
}

.col-md-prolist_view {
    width: 27%;
}

.col-xs-0 {
    width: 0%;
}

.top-pk-img {
    width: 18%;
}

.top-pk-cnt {
    width: 82%;
}

.col-xs-13 {
    width: 20%
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-13,
    .col-sm-map,
    .col-sm-listview,
    .singl-blg-img,
    .singl-blg-cnt,
    .col-categorysm-block,
    .job-done-date,
    .job-done-time {
        float: left
    }
    .col-categorysm-block {
        width: 14.285714285714285714285714285714%;
    }
    .singl-blg-img {
        width: 8%;
    }
    .singl-blg-cnt {
        width: 92%;
    }
    .job-done-date {
        width: 32%;
    }
    .job-done-time {
        width: 34%;
    }
    .col-sm-13 {
        width: 20%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-13,
    .col-md-map,
    .col-md-listview,
    .credit-plan,
    .trdng-nv-blk,
    .blog-indi-cnt,
    .blog-left-wrap,
    .blog-right-wrap,
    .col-md70,
    .col-md30,
    .col-category-block,
    .col-cate-6,
    .col-loc-4,
    .col-src-2 {
        float: left
    }
    .col-cate-6 {
        width: 46%;
    }
    .col-loc-4 {
        width: 36%;
    }
    .col-src-2 {
        width: 18%;
    }
    .col-category-block {
        width: 14.285714285714285714285714285714%;
    }
    .blog-indi-cnt {
        width: 100%;
    }
    .blog-left-wrap {
        width: 70%
    }
    .blog-right-wrap {
        width: 30%
    }
    .col-md70 {
        width: 70%
    }
    .col-md30 {
        width: 30%
    }
    .trdng-nv-blk {
        width: 25%;
    }
    .credit-plan {
        width: 20%;
    }
    .col-md-13 {
        width: 20%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
	
	.post-form-wrap .col-md-8{
		width:65%;
	}
	.post-form-wrap .col-md-4{
		width:35%;
	}
	
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-13,
    .col-lg-map,
    .col-lg-listview {
        float: left
    }
    .col-lg-map {
        width: 73%
    }
    .col-lg-listview {
        width: 27%
    }
    .col-lg-13 {
        width: 20%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-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
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group-one {
        display: inline-block;
        margin-top: -4px;
        margin-bottom: 0px;
        vertical-align: middle
    }
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: !important;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10001;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0;
    margin: 4px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {
    .navbar-brand {
        float: left;
        height: 50px;
        padding: 15px 15px;
        font-size: 18px;
        line-height: 45px;
    }
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 7px !important;
    margin-bottom: 8px !important;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 26px;
    height: 4px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #00aff0
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-dismissable .close-sml,
.alert-dismissible .close-sml {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    background-color: #fff;
}

.panel-body {
    padding: 0px 50px 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 0px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    position: absolute;
    font-size: 70px;
    margin-top: -22px;
    line-height: 1;
    color: #273951;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    right: 5px;
}

.close:focus,
.close:hover {
    color: #273951;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.close-sml {
    position: absolute;
    line-height: 1;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    right: 5px;
    z-index: 10;
}

.close-sml:focus,
.close-sml:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close-sml {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999999999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog,
.modal.fade .modal-dialog-pro,
.modal.fade .modal-dialog2 {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog,
.modal.in .modal-dialog-pro,
.modal.in .modal-dialog2 {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
}

.modal-dialog2 {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-dialog-pro {
    position: relative;
    width: auto;
    margin: 0px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999999;
    background-color: #273951
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 35px 30px 10px 30px;
    border-bottom: 0px;
}

.pro-header {
    min-height: 16.43px;
    padding: 2px;
    border-bottom: 1px solid #e0e7ee;
}

.pro-header button {
    position: absolute;
    width: 32px;
    height: 32px;
    opacity: 1;
    z-index: 15;
    top: -14px !important;
    right: 7px !important;
    background: transparent !important;
    border: none !important;
}

.modal-header .close {}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 20px;
    font-weight: 300;
    padding-right: 27px;
}

.modal-body {
    position: relative;
    padding: 0px 30px 0px 30px;
}

.modal-body p {
    text-align: left;
}

.portfolio-body {
    position: relative;
    padding: 5px 25px 5px 25px;
    height: 460px;
    overflow: auto;
}

@media (max-width:400px) {
    .portfolio-body {
        position: relative;
        padding: 5px 5px 5px 5px;
        height: 400px;
        overflow: auto;
    }
}

.portfolio-body p {
    text-align: left;
}

.modal-footer {
    padding: 5px 15px 5px 25px;
    text-align: right;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog2 {
        width: 400px;
        margin: 150px auto 30px;
    }
    .modal-dialog {
        width: 550px;
        margin: 80px auto
    }
    .modal-dialog-pro {
        width: 100%;
        margin: 0px auto 0px;
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
    .modal-pay {
        width: 700px;
        margin: 80px auto;
    }
}

@media (min-width:768px) {
    .modal-lg-pro {
        max-width: 100%
    }
}

@media (min-width:992px) {
    .modal-lg-pro {
        width: 1020px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #273951;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #273951
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #273951
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #273951
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #273951
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #273951
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #273951
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #273951
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #273951
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    max-width: 500px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    line-break: auto
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative;
    margin-top: 10px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0;
    margin-bottom: 10px;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
    display: block;
}

.carousel-control.left {}

.carousel-control.right {
    right: 0;
    left: auto;
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 14;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0px 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #273951\9;
    background-color: #cccccc;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    background-color: #7fba00
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 7px
    }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}
@font-face {
	font-family: 'Avenir';
	src: url('../../site/fiksable/css/fonts/Avenir-Roman.eot');
	src: url('../../site/fiksable/css/fonts/Avenir-Roman.eot?#iefix') format('embedded-opentype'),
		url('../../site/fiksable/css/fonts/Avenir-Roman.woff') format('woff'),
		url('../../site/fiksable/css/fonts/Avenir-Roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url('../../site/fiksable/css/fonts/Avenir-Light.eot');
	src: url('../../site/fiksable/css/fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'),
		url('../../site/fiksable/css/fonts/Avenir-Light.woff') format('woff'),
		url('../../site/fiksable/css/fonts/Avenir-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}



@font-face {
	font-family: 'Avenir';
	src: url('../../site/fiksable/css/fonts/Avenir-Medium.eot');
	src: url('../../site/fiksable/css/fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
		url('../../site/fiksable/css/fonts/Avenir-Medium.woff') format('woff'),
		url('../../site/fiksable/css/fonts/Avenir-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir Book';
	src: url('fonts/Avenir-Book.eot');
	src: url('fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'),
		url('fonts/Avenir-Book.woff') format('woff'),
		url('fonts/Avenir-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir';
	src: url('fonts/Avenir-Heavy.eot');
	src: url('fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),
		url('fonts/Avenir-Heavy.woff') format('woff'),
		url('fonts/Avenir-Heavy.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}



@font-face {
    font-family: 'Gotham Rounded';
    src: url('fonts/GothamRounded-Bold.eot');
    src: url('fonts/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/GothamRounded-Bold.woff') format('woff'), url('fonts/GothamRounded-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('fonts/GothamRounded-Light.eot');
    src: url('fonts/GothamRounded-Light.eot?#iefix') format('embedded-opentype'), url('fonts/GothamRounded-Light.woff') format('woff'), url('fonts/GothamRounded-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('fonts/GothamRounded-Medium.eot');
    src: url('fonts/GothamRounded-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/GothamRounded-Medium.woff') format('woff'), url('fonts/GothamRounded-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}



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

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a:focus {
    text-decoration: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

*:focus {
    outline: none;
}

textarea {
    resize: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #fff;
    background-image: none;
    color: rgb(0, 0, 0);
}

.left-bar-open {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: hidden !important;
}

.none-scroll {
    overflow: hidden;
}

.left-bar-open .overlay-bg {
    width: 100%;
    position: fixed;
    z-index: 1111;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.left-bar-open .overlay-bg .navbar-toggle {
    display: block !important;
    position: relative !important;
    float: none !important;
    margin: 0px !important;
    padding: 0px !important;
}

.regsucss .reg-sucss {
    max-width: 450px;
    margin: 160px auto 30px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    text-align: center;
}

.regsucss .reg-sucss h2 {
    font-weight: 400;
    color: #273951;
    margin-bottom: 35px;
}

.regsucss .reg-sucss h4 {
    font-weight: 300;
    color: #273951;
    margin-bottom: 25px;
    font-size:18px;
    line-height: 22px;
}

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    @include animation(bounce 2s infinite);
}

@include keyframes(bounce) {
    0%,
    20%,
    50%,
    80%,
    100% {
        @include transform(translateY(0));
    }
    40% {
        @include transform(translateY(-30px));
    }
    60% {
        @include transform(translateY(-15px));
    }
}

.leaflet-popup-close-button {
    width: 12px !important;
    height: 18px !important;
    right: 0px;
    top: 0px !important;
    padding: 0px!important;
    text-align: center;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
    text-indent: -999999px;
    position: absolute;
}

.leaflet-popup-close-button:hover {
    opacity: 1;
}

.leaflet-popup-close-button:before,
.leaflet-popup-close-button:after {
    position: absolute;
    left: 0px;
    top: 5px;
    content: ' ';
    height: 12px;
    width: 1px;
    background-color: #999;
}

.leaflet-popup-close-button:before {
    transform: rotate(45deg);
}

.leaflet-popup-close-button:after {
    transform: rotate(-45deg);
}

.leaflet-routing-alt,
.leaflet-routing-geocoders {
    font-size: 12px !important;
    font-family: Avenir !important;
    font-weight: 300 !important;
}

.leaflet-bar a:first-child {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
}

.leaflet-bar a:last-child {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
    border-bottom: none;
}

.rc-anchor-normal {
    height: 74px;
    width: 100% !important;
}

.flag {
    margin-top: -3px;
}

.cf {
    *zoom: 1;
}

.smobitrigger,
.mnuclose {
    display: none;
}

header {
    background: #441B0A;
}

.logo {
    float: left;
}

.navigation {
    float: right;
}

.navigation nav ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.navigation nav ul li {
    display: inline-block;
}

.navigation nav ul li a {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.navigation nav ul li a:hover {
    background: rgb(234, 214, 54);
    color: #441B0A;
}

@media (max-width:600px) {
    .container > .navbar-header {
        margin-right: -10px !important;
        margin-left: -10px !important;
    }
}

@media all and (max-width:768px) {
    .smobitrigger,
    .mnuclose {
        display: inline-block;
    }
    .smobitrigger {
        color: #fff;
        font-size: 30px;
        line-height: 12px;
        padding: 10px;
    }
    .mnuclose {
        font-size: 20px;
        padding: 10px 20px;
        width: 100%;
        background: rgba(0, 0, 0, 0.18);
    }
    .smobitrigger span,
    .mnuclose span {
        font: 0/0 a;
        text-shadow: none;
        color: transparent;
    }
    .navigation nav ul {
        padding-bottom: 40px;
        overflow-y: auto;
    }
    .navigation nav ul li,
    .navigation nav ul li a {
        width: 100%;
    }
    .navigation nav ul li a {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .navigation nav ul li a:hover {
        background: rgba(0, 0, 0, 0.29);
    }
    .mobimenu {
        list-style: none;
        padding: 20px;
        margin: 0px;
        width: 210px;
        position: fixed;
        height: 100%;
        top: 0px;
        left: -250px;
    }
    .mnuopn {
        left: 0px !important;
    }
    .ovrActv {
        position: fixed;
        background: rgba(0, 0, 0, 0.79);
        width: 100%;
        height: 100%;
        z-index: 9998;
        transition: 0.5s;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
    }
}

a,
a:active,
a:focus {
    outline: none;
}

html {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body {
    padding: 0px;
    margin: 0px;   
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
	-webkit-font-smoothing:subpixel-antialiased !important;	
	 -moz-osx-font-smoothing: grayscale;
}

body {
    -webkit-backface-visibility: hidden;
    overflow-x: hidden;
    letter-spacing: .2px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: .2px;
}

* {
    margin: 0px;
    padding: 0px;
}

a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
}

::-moz-focus-inner,
::-moz-focus-outer {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
}

p {
   font-family: 'Avenir';
    color: #273951;
    font-weight:300;
    font-size:15px;	
    line-height: 24px;
    letter-spacing: .2px;
}

.white-wrap {
    background: #fff;
    padding: 10px 0px;
    width: 100%;
}

.global-inner {
    max-width: 1000px;
    margin: 0px auto;
}

.skippr {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.skippr > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 62.5%;
}

.skippr > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    min-height: 100%;
}

.skippr-nav-container {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    bottom: 25px;
    overflow: auto;
    z-index: 12;
}

.skippr-nav-element {
    cursor: pointer;
    float: left;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

.skippr-nav-element-bubble {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 4px;
}

.skippr-nav-element-block {
    width: 15px;
    height: 15px;
    margin: 5px 5px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.skippr-nav-element:hover,
.skippr-nav-element-active {
    background-color: rgba(255, 255, 255, 1);
}

@media (min-width:300px) and (max-width:600px) {
    .skippr-arrow {
        width: 20px !important;
        height: 20px !important;
        top: 68% !important;
    }
}

@media (min-width:601px) and (max-width:1024px) {
    .skippr-arrow {
        width: 30px !important;
        height: 30px !important;
        top: 63% !important;
    }
}

.skippr-arrow {
    position: absolute;
    z-index: 999;
    top: 56%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 50px;
    height: 50px;
    transform-origin: center center;
    -webkit-transform-origin: top left;
    cursor: pointer;
}

.skippr-previous {
    left: 140px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top: 2px solid white;
    border-left: 2px solid white;
}

.skippr-next {
    right: 160px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 2px solid white;
    border-right: 2px solid white;
}

@media (max-width:600px) {
    .skippr-arrow {
        position: absolute;
        z-index: 999;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        width: 20px;
        height: 20px;
        transform-origin: center center;
        -webkit-transform-origin: top left;
        cursor: pointer;
    }
    .skippr-previous {
        left: 3%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-top: 2px solid white;
        border-left: 2px solid white;
    }
    .skippr-next {
        right: 6%;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-bottom: 2px solid white;
        border-right: 2px solid white;
    }
}

.fiksable-slider {
    width: 100%;
    height: 80%;
    min-height: 505px;
    position: relative;
}

.fiksable-slider .container {
    margin-top: 10%;
    text-align: center;
}

.fiksable-slider .container h1 {
    font-family: 'Avenir', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 40px;
}

.fiksable-slider .container p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    padding: 5px 10%;
    font-family: 'Avenir', sans-serif;
    line-height: 24px;
}

@media (max-width:360px) {
    .fiksable-slider .container {
        margin-top: 15%;
        text-align: center;
    }
    .fiksable-slider .container h1 {
        font-family: 'Avenir', sans-serif;
        color: #fff;
        font-weight: 400;
        font-size: 25px;
    }
    .fiksable-slider .container p {
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        padding: 5px 10%;
        font-family: 'Avenir', sans-serif;
    }
    .fiksable-slider .container .cover-btn {
        background: #7fba00;
        display: inline-block;
        border-radius: 30px;
        padding: 5px 20px !important;
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        margin-top: 10px !important;
        text-decoration: none;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
        font-family: 'Avenir', sans-serif;
        text-shadow: none !important;
    }
    .skippr-nav-element {
        display: none;
    }
}

.navbar-brand.logo-white {}

.fiksable-slider .container .cover-btn {
    background: #7fba00;
    display: inline-block;
    border-radius: 30px;
    padding: 10px 30px;
    color: #fff;
    font-size: 17px !;
    font-weight: 400;
    margin-top: 40px;
    text-decoration: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    font-family: 'Avenir', sans-serif;
    text-shadow: none !important;
}

@media (max-width:360px) {
    .fiksable-slider {
        width: 100%;
        height: 50%;
        min-height: 300px;
        position: relative;
    }
}

@media (min-width:361px) and (max-width:992px) {
    .fiksable-slider {
        width: 100%;
        height: 40%;
        min-height: 200px;
        position: relative;
    }
}

.fiksable-slider img {
    max-width: 100%;
    height: auto;
}

@media (max-width:1450px) {
    .fiksable-slider .tagline p {
        font-size: 2.8rem;
        line-height: 2.8rem;
        letter-spacing: -2px;
    }
}

@media (max-width:600px) {
    .fiksable-slider .tagline p {
        font-size: 2rem;
    }
}

.fiksable-slider .tagline h1 {
    font-weight: bold;
    font-size: 7rem;
    letter-spacing: -0.25rem;
    line-height: 7rem;
}

@media (max-width:1450px) {
    .fiksable-slider .tagline h1 {
        font-size: 5rem;
        line-height: 5rem;
    }
}

@media (max-width:1450px) {
    .fiksable-slider .tagline {
        padding: 9% 0 0 0;
    }
}

@media (max-width:800px) {
    .fiksable-slider .tagline {
        float: none;
        width: 100%;
        margin-bottom: 70px;
    }
}

.content {
    width: 80%;
    height: auto;
    margin: 0 auto;
    color: #464646;
    letter-spacing: -1px;
    padding: 75px 0 75px 0;
}

.content h2 {
    font-size: 3rem;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.content p {
    font-size: 1.4rem;
    font-weight: normal;
}

.content code {
    display: block;
    min-height: 100px;
    width: 100%;
    margin: 20px 0 20px 0;
    padding: 10px 0;
}

code {
    background-color: #464646;
    color: #ffdb56;
    font-size: 1rem;
}

@media (max-width:800px) {
    code {
        font-size: .8rem;
    }
}

@media (max-width:600px) {
    code {
        font-size: .5rem;
    }
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}



.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

.navigmenu {
    height: 100%;
    width: 250px;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 20;
    position: fixed;
    overflow-y: auto;
    overflow-x: visible;
    transform: translate(-280px, 0);
}

.ssm-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 10;
}

@media (max-width:1024px) {
    .f-box-blank {
        width: 100% !important;
    }
    .top_headline_mob {
        display: block;
    }
    .ask-quote-form-wrap h1 {
        margin-top: 20px !important;
        padding-bottom: 10px !important;
    }
    .ssm-toggle-nav {
        float: right;
        display: block;
    }
}

@media (min-width:1025px) {
    .navbar-default.nav-down .logo-blk {
        display: none;
    }
    .navbar-default.fixed .logo-blk {
        display: block;
    }
    .navbar-default.fixed .logo-white {
        display: none;
    }
    .ssm-toggle-nav {
        display: none;
    }
    .nav .language a label {
        cursor: pointer;
		padding: 2px 0px 0px 0px;
    }
}

li.mobile-logo {
    display: none;
}

@media (max-width:1024px) {
    .nav .language a label {
        padding-left: 3px;
    }
    /*.nav>li>a>img{max-width: none; position: relative !important; margin-left: -31px !important; width: 22px !important; height: 22px !important; top: 0px !important;}*/
    body .navbar-collapsee {
        display: block !important;
    }
    ul.nav.navbar-nav.custom-navbar-nav.desktop-menu {
        width:220px;
        display: block;
        background: #fff;
        padding: 0px;
        margin: 0;
        top: 0;
        position: fixed;
        height: 100%;
        left: -250px;
        overflow: auto;
        bottom: 0;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-overflow-scrolling: touch;
    }
    .in.collapse ul.nav.navbar-nav.custom-navbar-nav.desktop-menu {
        left: 0
    }
    ul.nav.navbar-nav.custom-navbar-nav.desktop-menu li {
        display: block;
        position: relative;
        width: 100%;
    }
    ul.nav.navbar-nav li.mobile-logo {
        display: block;
        position: relative;
        overflow: hidden;
    }
    body .mobile-logo .navbar-brand {
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
        font-size: 40px !important;
        margin-left: !important;
        float: none;
    }
    .desktop-menu .mobile-logo a.navbar-brand {
        font-size: 35px !important;
        color: #00aff0 !important;
        font-family: GOTHAM ROUNDED;
        font-weight: 700 !important;
        padding: 14px 16px 14px 10px !important;
    }
    .desktop-menu .mobile-logo a.navbar-brand label span {
        color: #777 !important;
    }
    body .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0 !important;
        margin-top: 0 !important;
        padding: 10px 10px 0px;
        height: auto !important;
        display: inline-block;
    }
	
	
	
    ul.nav.navbar-nav.custom-navbar-nav.mbl-language {
        position: absolute;
        margin: 0 auto;
        left: 0;
    }
    ul.nav.navbar-nav.custom-navbar-nav.mbl-language {
        position: absolute;
        margin: 0 auto;
        left: 20%;
        right: 20%;
        width: 60%;
        bottom: 25px;
    }
    .navbar-default .navbar-nav > li > a {
        width: 100%;
        color: #4a576d !important;
        display: block !important;
        vertical-align: middle;
        font-size:15px !important;
        font-weight:400 !important;
        padding: 12px 0px 12px 35px;
        border-left: 3px solid transparent;
        border-bottom: 1px solid #fafafa !important;
    }
    .navbar-default .navbar-nav > .sign-up-btn a {
        margin-top: 0px !important;
    }
    .navbar-default .navbar-nav > .login-btn a {
        margin-top: 0px !important;
    }
    .navbar-default .navbar-nav > li > a.active,
    .navbar-default .navbar-nav > li > a:hover {
        background: #fafafa !important;
        color: #00aff0 !important;
        border-left: 3px solid #00aff0;
    }
    .navbar-default .navbar-nav > li > a > span {
        margin-top: -2px;
        position: absolute;
        margin-left: -33px;
    }
    .navbar-default.nav-down .logo-blk {
        display: none;
    }
    .navbar-default.fixed .logo-blk {
        display: block;
    }
    .navbar-default.fixed .logo-white {
        display: none;
    }
    .icon-document {
        font-size: 21px;
        position: absolute;
        top: 4px;
        left: 5px;
    }
    .icon-upload {
        font-size: 21px;
        position: absolute;
        left: 2px;
        top: 2px;
    }
    .icon-circular-graphic-of-business-cycle-or-circuit {
        font-size: 18px;
        position: absolute;
        top: 5px;
        left: 7px;
    }
    .icon-user-plus {
        font-size: 22px;
        position: absolute;
        top: 2px;
        left: 2px;
    }
    .icon-locked {
        font-size: 20px;
        position: absolute;
        top: 1px;
        left: 4px;
    }
    .navbar-default .navbar-nav > .sign-up-btn a {
        border: none !important;
        border-radius: 0px !important;
        color: #4a576d !important;
        background: #fff !important;
        padding: 12px 0px 12px 41px !important;
        border-bottom: 1px solid #fafafa !important;
    }
    .navbar-default .navbar-nav > .login-btn a {
        border: none !important;
        border-radius: 0px !important;
        color: #4a576d !important;
        background: #fff !important;
        padding: 12px 0px 12px 38px !important;
        border-bottom: 1px solid #fafafa !important;
    }
    .in.collapse ul.nav.navbar-nav.custom-navbar-nav.desktop-menu li {
        margin-left: 0;
    }
    .navbar-default .navbar-nav > .login-btn a,
    .navbar-default .navbar-nav > .sign-up-btn a {
        border-radius: 0 !important;
    }
    li.mobile-logo {
        display: block;
    }
    .navbar-toggle {
        display: block !important;
    }
}

html {
    height: 100%;
}

body {
   font-family: 'Avenir';
    height: 100%;
    padding: 0px;
    margin: 0px;
    background-color: #f0f5f9;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width:600px) {
    .scrollup {
        width: 35px;
        height: 35px;
        border-radius: 100%;
        background: #2196f3;
        color: #fff;
        display: block;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.50);
        position: fixed;
        right: 0px;
        bottom: 15px;
        right: 15px;
        z-index: 99
    }
    .scrollup:after {
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        content: '';
        display: block;
        height: 12px;
        pointer-events: none;
        position: absolute;
        right: 0px;
        left: -3px;
        top: 45%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        width: 12px;
        margin: 0px auto 0px;
    }
}

@media (max-width:640px) {
    .logo-brand {
        margin: 10px 0px 10px 10px !important;
    }
    .logo-brand a {
        font-family: GOTHAM ROUNDED !important;
        font-weight: 700 !important;
        font-size: 35px !important;
        color: #00aff0 !important;
        text-align: left !important;
        margin: 10px 0px 0px -18px !important;
    }
}

.logo-brand {
    font-family: GOTHAM ROUNDED !important;
    font-weight: 700 !important;
    font-size: 35px !important;
    color: #00aff0 !important;
    text-align: left !important;
    margin: 10px 0px 0px 25px !important;
}

.logo-brand .logo-white {
    width: 150px;
    height: 30px;
}

.logo-brand a {
    color: #00aff0 !important;
}

.logo-brand a:hover {
    text-decoration: none !important;
}

.logo-brand a label {
    cursor: pointer;
    font-size: 28px;
    text-transform: uppercase;
}

.logo-brand a span {
    color: #fff !important;
}

.navbar-default {
    background: transparent;
    border: 0;
    padding: 5px 0;
    position: absolute;
    width: 100%;
    top: 0;
    display: block;
    z-index: 999999;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 60px;
}

.navbar-default .navbar-brand {
    color: #00aff0 !important;
}

.navbar-default .navbar-brand label {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 0px !important;
}

.navbar-default .navbar-brand label span {
    color: #fff;
}

@media (max-width:1024px) {
    .pc-lng {
        display: none;
    }
    .navbar-default .navbar-nav > li > a.flag {
        background: url(../img/earth-globe.png) no-repeat left 47% !important;
        background-size: 17px 17px !important;
        padding-left: 22px !important;
        display: block !important;
        margin-left: 9px;
    }
    .fixed {
        height: 53px !important;
    }
}

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    z-index: 99999;
    background: #fff;
    border-radius: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    height: 60px;
}

.fixed .navbar-brand label span {
    color: #777 !important;
}

.navbar-default .navbar-toggle {
    border: 0 !important;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: transparent;
}

.fixed .navbar-nav > li > a,
.fixed .navbar-nav > li > a:hover,
.fixed .navbar-nav > li > a:active,
.fixed .navbar-nav > li > a:focus {
    color: #273951 !important;
}

@media (min-width:1025px) {
    .mob-lng {
        display: none;
    }
    .fixed .navbar-nav > li > a:hover {
        border: 2px solid #273951 !important;
    }
    .nav-header .navbar-nav > li > a:hover {
        border: 2px solid #273951 !important;
    }
    .fixed .navbar-nav > .login-btn a:hover {
        color: #273951 !important;
        border: 2px solid #273951 !important;
    }
    .fixed .navbar-nav > .sign-up-btn a:hover {
        color: #273951 !important;
        border: 2px solid #273951 !important;
    }
}

.fixed .navbar-brand,
.fixed .navbar-brand:hover,
.fixed .navbar-brand:active,
.fixed .navbar-brand:focus {
    color: #00aff0 !important;
}

@media(min-width:767px) {
    .header-section-home {
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 70% !important;
        position: relative;
        display: block;
        overflow: hidden;
    }
    .fiksbox-header-wrap {
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 40% !important;
        position: relative;
        display: block;
        overflow: hidden;
    }
}

.baner-overlay {
    background-color: rgba(39, 57, 81, 0.55);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}
.how-it-work-overlay {
    background-color: rgba(33, 150, 243, 0.12);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}

.signup_baner_overlay {
    background-color: rgba(51, 122, 183, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
	bottom:0px;
}

@media (max-width:499px) {
    .header-section-home {
        background: url(../img/header-mob.jpg) no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: 37% center;
        position: relative;
        width: 100%;
        height: 568px !important;
        box-sizing: border-box;
        transform: scale(1);
    }
}

@media (min-width:500px) and (max-width:767px) {
    .header-section-home {
        background: url(../img/header.jpg) no-repeat fixed;
        background-size: cover;
        height: auto !important;
        position: relative;
    }
    .form-inline .form-group-one .form-control {
        width: 70% !important;
        margin: 0px auto;
    }
    .form-inline .form-group .form-control {
        width: 70% !important;
        margin: 0px auto;
    }
    .header-btn {
        width: 70% !important;
        margin: 5px auto !important;
    }
    .header-section-home .col-md-12,
    .header-allcategory .col-md-12,
    .fiksbox-header-wrap .col-md-12 {
        display: block !important;
    }
    .header-inner-content {
        padding-top: 5px;
        display: block !important;
        padding-bottom: 20px;
    }
    .header-inner-content .last-caption {
        margin-top: 70px !important;
    }
    .form-inline {
        width: 100%;
        position: relative;
        margin-bottom: 20px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .header-section-home .col-md-12 {
        display: block !important;
    }
    .header-inner-content {
        display: block !important;
    }
    .header-inner-content > h1 {
        margin-top: 80px;
        padding: 0px 10px !important;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .form-inline .form-group-one {
        width: 42% !important;
        margin-right: 20px;
    }
    .header-btn {
        width: 12% !important;
    }
 .contactleftdet {
        width: 100%;
        padding: 10px 30px !important;
        margin: 5px 0px 0px 0px !important;
    }
    
    .contactaddress {
        width: 100%;
        padding: 10px 30px !important;
    }	
	
}

@media (min-width:500px) and (max-width:767px) {
    .header-section-home {
        background: url(../img/header.jpg) no-repeat;
        background-size: cover;
        position: relative;
        display: block;
        height: auto !important;
        padding: 0px 0px;
    }
    .header-inner-content > h1 {
        margin-top: 80px !important
    }
    ul.home-last-cap {
        margin: 20px 0px !important;
    }
}

@media (max-width:1024px) {
    .nav-up {
        top: -53px;
    }
    .nav-down {
        width: 100%;
    }
    .nav-up {
        width: 100%;
        padding: 0px;
    }
    .navbar-default {
        height: 53px !important;
    }
}

@media (min-width:1025px) {
    .slideUp,
    .slideDown {
        display: none !important;
    }
}

.header-allcategory {
    background: url(http://fiksable.com/18793418/assets/img/icon-bg5.jpg) no-repeat 60%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 350px;
}

.header-allcategory h1 {
    font-size: 45px;
    font-weight: 200;
    color: #fff;
    padding-top: 20px;
    font-family: 'Avenir';
}

.header-allcategory h2 {
    font-size: 30px;
    font-weight: 200;
    color: #fff;
    line-height: 40px;
    font-family: 'Avenir';
}

.header-section {
    background: url(../img/header.jpg) no-repeat fixed;
    background-size: cover;
    position: relative;
}

.banner-section {
    background: url(../img/privacy.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    height: 250px;
}

@media (min-width:1025px) {
    .banner-section {
        display: none;
    }
}

@media (min-width:300px) and (max-width:600px) {
    .banner-section {
        height: 200px !important;
    }
    .top-banner {
        max-height: 200px !important;
    }
    .fiks-how-works-head {
        height: 200px;
        padding: 60px 0px 50px !important;
    }
}

@media (min-width:601px) and (max-width:1024px) {
    .banner-section {
        height: 250px !important;
    }
    .top-banner {
        max-height: 250px !important;
    }
    .fiks-how-works-head {
        height: 250px;
        padding: 80px 0px 50px !important;
    }
    .top-banner .testimonials-banner-text h1 {
        margin-top: 70px !important;
    }
}

.banner-section h1 {
    text-align: center;
    font-size: 35px;
    color: #fff;
    margin-top: 120px;
    font-weight: 300;
}

@media (min-width:300px) and (max-width:600px) {
    .banner-section h1 {
        font-size: 25px !important;
        margin-top: 118px !important;
    }
    .top-banner h1 {
        font-size: 25px !important;
        margin-top: 119px !important;
    }
}

@media (max-width:330px) {
    .cate-img-sldr {
        height: 240px !important
    }
	
    
	
}

@media (min-width:300px) and (max-width:400px) {
  
	 .banner-pro .pro-tab-block .address {
        line-height: 24px !important;
		padding-right:100px !important;
	
    }
    
	
}

@media (min-width:401px) and (max-width:420px) {
  
	 .banner-pro .pro-tab-block .address {
        line-height: 24px !important;
		padding-right:80px !important;
	
    }
    
	
}

@media (max-width:767px) {
	.blg_fr_lgo .blog_lg_brnd:after {  
    top: 16px !important;
    right: -35px !important;
}
	
    ul.home-last-cap li a {
        padding-bottom: 0px !important
    }
    
    .quote-form-group .budget-filed-block h4 {
        position: absolute;
        top: 1px !important;
    }
    .clnt-testimonials-wrapper h2 {
        font-size: 15px !important;
        font-family: 'Avenir' !important;
        color: #333;
        font-weight: 300 !important;
        padding-bottom: 15px;
        line-height: 25px !important;
        margin-top: 0px;
    }
    .top-banner h1 {
        font-size: 25px !important;
        line-height: 25px !important;
    }
    .cate-img-sldr {
        margin: 20px auto 0px !important;
        max-height: 280px !important;
    }
    .top-item-sldr {
        position: relative;
        overflow: hidden;
        padding: 0px 10px 0px!important;
    }
    .testimonials-banner-text h1 {
        font-size: 16px !important;
        line-height: 24px !important;
        margin-top: 40px !important
    }
}

@media (min-width:601px) and (max-width:1024px) {
    .banner-section h1 {
        font-size: 30px !important;
        margin-top: 138px !important;
    }
    .top-banner h1 {
        margin-top: 105px !important;
    }
}

.header-inner-sec,
.header-inner-sec .container,
.header-inner-sec .container .row {
    height: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
}

.top-banner {
    background-size: cover;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    max-height: 310px;
}

.top-banner h1 {
    text-align: center;
    font-size: 35px;
    color: #fff;
    margin-top: 160px;
    font-weight: 300;
}

.contact-banner {
    background-size: cover;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    max-height: 400px;
    background:#95cff5 url(../img/fiksable_contact.jpg) no-repeat;
    background-position: 100% 20%;
}
.contact-banner .container{
    max-width:900px;
}
.contact-banner h1 {
    text-align: left;
    font-size: 35px;
    color: #fff;
    margin-top: 160px;
    font-weight: 300;
}

.header-inner-sec,
.header-inner-sec .container,
.header-inner-sec .container .row {
    height: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
}

.custom-navbar-nav {
    padding-right: 0;
    float: right;
}
.login_page_info .custom-navbar-nav {
	display:none;
}
.navbar-brand>img {
    width: 150px;
    height: 30px;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand:focus {
    font-size: 35px;
    color: #ffffff;
    font-family: GOTHAM ROUNDED;
    font-weight: 700;
    margin-top: -5px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing:subpixel-antialiased;
}

.navbar-default .navbar-brand strong {
    font-variant: small-caps
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus {
    font-size: 17px;
    color: white;
}


/*.nav>li>a>img{top: 3px; width: 29px; height: 29px;}*/

.navbar-default .navbar-nav > .login-btn a {
    margin-top: 8px;
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
    outline: none;
    border: 2px solid transparent;
}

.navbar-default .navbar-nav > .login-btn a:hover {
    text-decoration: none;
    outline: none;
    color: #fff;
    border: 2px solid #fff;
}

.navbar-default .navbar-nav > .language a:hover {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    text-decoration: none;
    color: #fff;
    border: 2px solid transparent !important;
}

.navbar-default .navbar-nav > .sign-up-btn a {
    margin-top: 8px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
    outline: none;
    border: 2px solid transparent;
}

.navbar-default .navbar-nav > .sign-up-btn a:hover {
    color: #fff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    text-decoration: none;
    outline: none;
    border: 2px solid #fff;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 15px 16px;
}

.login-btn {
    margin-left: 0px;
}

.sign-up-btn {
    margin-left: 0px;
}

.header-section-home .col-md-12,
.header-allcategory .col-md-12,
.fiksbox-header-wrap .col-md-12 {
    height: 100%;
    display: table;
    position: relative;
	margin:0px auto;
}

.header-section-home2 .col-md-12,
.header-allcategory2 .col-md-12 {
    height: 100%;
    display: table;
    position: relative;
}

.header-inner-content {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.button-wrap {
    width: 160px;
    margin: 0px auto 0;
    cursor: pointer;
}

.button-bg {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    padding: 3px;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.button-switch {
    position: relative;
    left: 0px;
    width: 40px;
    height: 40px;
    border-radius: 36px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.button-active .button-switch {
    left: 80px;
}

.button-on,
.button-off {
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding-top: 15px;
    font-size: 2.4em;
    font-weight: bold;
}

.button-on {
    margin-left: 110px;
}

.button-off {
    margin-left: 30px;
    color: #dd2222;
}

.button-active .button-off {
    color: #fff;
}

.button-active .button-on {
    color: #22dd22;
}

.button-active .button-bg {}

.six {
    margin-top: 17px;
}

.six .button-wrap {
    width: 33px;
    margin: 0px auto 0;
    cursor: pointer;
    margin-top: 12px;
    margin-left: 13px;
}

.six .button-bg {
    width: 30px;
    height: 30px;
    border-radius: 40px;
    padding: 3px;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
}

.six .button-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
}

.six .button-bg:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
}

.six .button-switch {
    position: relative;
    left: 0px;
    width: 28px;
    height: 32px;
    background: url(../img/1.png) no-repeat;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-size: 100%;
    top: -8px;
}

.six .button-active .button-switch {
    left: px;
    background: url(../img/2.png) no-repeat;
    z-index: 99999;
}

.six .button-in,
.six .button-out {
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding-top: 15px;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
}

.six .button-in {
    margin-left: 76px;
}

.six .button-out {
    margin-left: 18px;
}

.header-inner {
    text-align: center;
    padding: 0 99px 11px;
    ;
    margin-top: 237px;
}

@media (min-width:600px) and (max-width:768px) {
    .header-inner-content > p {
        font-size: 30px !important;
        color: #fff;
        font-weight: 300;
        font-family: Avenir;
        line-height: 40px !important;
        letter-spacing: -.04em;
        font-family: 'Avenir';
        margin-top: 30px !important;
        margin-bottom: 10px !important;
    }
    .header-inner-content .last-caption {
        margin-bottom: 15px !important;
        font-size: 20px !important;
        font-weight: 300 !important;
        letter-spacing: -.04em;
    }
}

.header-inner-content > h1 {
   font-size: 44px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Avenir';
    line-height: 60px;
    margin-bottom: 50px;
    padding: 0px 200px;
    margin-top: 40px;
  
}
.header-inner-content > h3 {
  display: inline-block;
    font-size: 30px;
    font-weight:300;
    color: #fff;
    -moz-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased;
	margin-bottom:40px;
  
}
.header-inner-content > h3 > a{
	color:#fff;
}
.header-inner-content > h4 {
  display: inline-block;
    font-size:20px;
    font-weight:300;
    color: #fff;
    -moz-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased;
	margin:30px 0px 10px 0px;
	
  
}
.header-inner-content > h4 > a{
	color:#fff;
}


.header-inner-content .last-caption {
    margin-bottom: 40px;
    font-size: 28px;
    letter-spacing: -.04em;
    color: white !important;
    margin-top: 45px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing:subpixel-antialiased;
}

.header-inner-content .last-caption a {
    color: #fff;
    transition: all ease-in 300ms;
}

.header-inner-content .last-caption a:hover {
    text-decoration: underline;
    color: #00aff0
}

.header-left-option {
    width: 355px;
    float: left;
    margin-right: 21px;
    position: relative;
}

.header-left-option:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #90a4ae;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 5px;
}

.header-left-option .form-control,
.header-right-option .form-control {
    height: 46px;
    border-radius: 25px;
    font-size: 18px;
    box-shadow: none;
    border: none;
    font-weight: 300;
    padding: 0 20px;
}

.header-right-option {
    width: 388px;
    float: left;
    position: relative;
}

.header-right-option:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #90a4ae;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 5px;
}

.header-btn {
    background: #0ac97e;
    color: #fff;
   border-radius:0px 3px 3px 0px;
	-webkit-border-radius:0px 3px 3px 0px;
	-moz-border-radius:0px 3px 3px 0px;
    font-size:18px;
    line-height:49px;
    height:50px;
    text-decoration: none;
    outline: none;
    width: 10%;
    border: none;   
    font-weight:300;
    margin-left: -4px; 
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
}

.form-inline {
    width: 80%;
    margin: 0px auto;
}

.header-allcategory .form-inline {
    width: 100%;
    margin-top: 30px;
    margin: 0px auto;
}

.inner-form-arrow:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #90a4ae;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    right: 5px;
    display: block;
}

.form-inline .form-group-one {
    width: 40%;
    margin-right: 20px;
}

.form-inline .form-group-one .form-control {
    width: 100%;
    height:50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 14px;
    box-shadow: none;
    border: none;
    font-weight: 300;
    padding: 0 0px;
    background: #fff;
    background-position: 96% 17px;
	position:relative;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
}
#skills_reset_btn{
	display:none;
}
.resset_fiel_btn{
	width:17px;
    height:17px;
    border: none;
    position: absolute;
    display: block;
    background: none;
    right: 10px;
    z-index: 9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    top:17px;    
	background: url(../img/filter-cross.png) no-repeat;  
    background-size: 17px 17px;
}

.header-inner-content .form-inline .form-group {
    width: 30%;
    margin-right: 0px !important;
    margin-bottom:26px !important;
    height: 28px;
	
}

.form-inline .form-group .form-control {
    width: 100%;
    height:50px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-size: 15px;
    box-shadow: none;
    border: none;
    font-weight: 300;
    padding: 0px 0px 0px 0px;
    background: #fff;
    background-position: 96%;
    -webkit-font-smoothing: subpixel-antialiased;
    position: relative;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.2);
}

.auto-location {
    position: absolute;
    top:13px;
    right: 10px;
    display: block;
    z-index: 999;
   
    padding-bottom: 8px;
}

.auto-location img {
    width:18px;
    height:18px;
	margin-top:3px;
   
}

.form-inline .form-group-two {
    width: 40%;
    display: block;
    margin: 20px auto;
}

.form-inline .form-group-one .form-control .feild-autocplt,
.form-inline .form-group .form-control .feild-autocplt {
    background: none !important;
    padding: 0px 10px;
	color:#283b52;
	font-size:16px;
	font-weight:300;
}

@media (max-width:767px) {
	.resset_fiel_btn{
		top:12px !important;
	}
    .fiksbox-header-wrap .col-md-12 {
        display: block !important;
    }
    .fiksbox-header-wrap .header-inner-content {
        display: block !important;
        padding: 40px 0px 40px 0px;
    }
    .form-inline .form-group-two {
        width: 100% !important;
        display: block;
        margin: 20px auto;
    }
    .form-inline .form-group-one {
        width: 100%;
        margin: 10px auto;
    }
    .form-inline .form-group-one .form-control {
        width: 100%;
        height: 40px !important;
        font-size: 16px;
    }
    .form-inline .form-group-one .form-control .feild-autocplt {
        width: 100%;
        height: 40px !important;
        margin: 0px !important;
		    padding: 0px 30px 0px 10px !important;
    }
    .form-inline .form-group .form-control {
        width: 100%;
        height: 40px !important;
        font-size: 16px;
    }
    .form-inline .form-group .form-control .feild-autocplt {
        width: 100%;
        height: 40px !important;
        margin: 0px !important
    }
    .header-btn {
        height: 40px !important;
        line-height: 40px !important
    }
}

@media (max-width:1024px) {
    .form-inline .form-group-two {
        width: 53%;
        display: block;
        margin: 20px auto;
    }
}

.form-inline .form-group-two .form-control {
    width: 100%;
    height: 46px;
    border-radius: 25px;
    font-size: 15px;
    box-shadow: none;
    border: none;
    font-weight: 300;
    padding: 0 20px;
    background: #fff;
    background-position: 96% 17px;
}

.scroll-down-btn a {
    font-size: 25px;
    color: #fff;
}

.top-categories-section {
    background: #fff;
    padding: 0px 0 40px;
    overflow: hidden;
}

.top-categories-section .top-categories-section-title {
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0px 0px 20px rgba(145, 145, 145, 0.1);
    position: relative;
    margin-bottom: 5px;
    padding: 20px 0px 15px;
}

.category-pill {
    max-width: 1050px;
    margin: 0px auto;
    position: relative;
}

ul.all_cate_home {
    list-style: none;
    text-align: left;
    margin-bottom: 0px;
    float: left;
}

ul.all_cate_home li {
    display: table;
    width: 200px;
}

ul.all_cate_home li span {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
}

ul.all_cate_home li a {
    color: rgba(39, 57, 81, 0.8);
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    position: relative;
}

ul.all_cate_home li img {
    width:35px;
    height:35px;
    margin-right: 4px;
    vertical-align: middle;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	opacity:.5;
}

ul.all_cate_home li h4 {
    margin: 4px 0px 0px 0px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 500;
    font-size:16px;
    line-height: 18px;
    padding: 0px 10px;
    text-align: left;
    
}

@media(max-width:1024px) {
    ul.all_cate_home {
        display: none;
    }
}

@media (min-width:1025px) {
    .top-categories-section-title ul.top-cate-listing {
        list-style: none;
        text-align: left;
        margin-bottom: 0px;
        background: #fff;
        width:850px !important;
    }
    .top-categories-section-title ul.top-cate-listing li {
        display: table-cell;
        position: relative;
        text-align: center;
        width:200px !important;
        vertical-align: middle;
    }
	
	
	
	
}

ul.top-cate-listing {
    list-style: none;
    text-align: left;
    margin-bottom: 0px;
    background: #fff;
}

ul.top-cate-listing li {
    display: table-cell;
    position: relative;
    text-align: left;
    width: 170px;
    vertical-align: middle;
}

ul.top-cate-listing li span {
    display: table-cell;
    vertical-align: middle;
    width:35px;
}

ul.top-cate-listing li img {
    width:35px;
    height:35px;
    margin-right: 4px;
    vertical-align: middle;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	opacity:.5;
}

ul.top-cate-listing li a {
    color:rgba(39, 57, 81, 0.8);
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    position: relative;
    cursor: pointer;
}

ul.top-cate-listing li.active a {
    color: rgb(82, 97, 116) !important;
	
}

ul.top-cate-listing li.activve a {
    color: rgba(11, 100, 183, 0.87) !important;
}

ul.top-cate-listing li.active img {
    /*color: rgb(82, 97, 116)  !important;*/
    -webkit-filter: grayscale(0%);   
    filter: grayscale(100%);
	opacity:1;
}

ul.top-cate-listing li.activve img {
    color: #0b64b7 !important;
    -webkit-filter: grayscale(0%);   
    filter: grayscale(0%);
	opacity:1;
}

ul.top-cate-listing li .active a {
    color: #065196;
    font-weight: 300;
    font-size: 14px;
    text-align: left;
    position: relative;
}

ul.top-cate-listing li h4 {
    margin: 4px 0px 0px 0px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 500;
    font-size:16px;
    line-height: 18px;
    padding: 0px 10px;
    text-align: left;
   
}

ul.top-cate-listing li a.more {
    color: #00aff0
}

.top-categories-section-title h1 {
    text-align: center;
    margin-bottom: 20px !important;
    font-weight: 300;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px !important;
}

.section-title > h1 {
    font-size:35px;
    font-weight: 500;
    color: #273951;
    font-family:'Avenir';
    margin: 0;
    padding: 0;
   
}

.top-categories-item {
    text-align: center;
    background: #fff;
}

.top-categories-item > a {
    font-size: 30px;
    color: #7fba00;
    text-decoration: none;
}

.top-categories-item > p {
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: #435a64;
    margin: 10px 0 0 0;
    padding-top: 21px;
}

.top-categories-item > p:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100px;
    height: 1px;
    background: #ccc;
    margin: 0 auto;
}

.categories-sec-wrapper {
    padding: 0px 15px;
    position: relative;
}

.categories-sec-wrapper .col-md-3,
.categories-sec-wrapper .col-category-block {
    padding: 0;
}

.top-categories-item {
    border: 1px solid #e0e7ee;
    padding: 23px 0;
}

.top-categories-item:hover {
    display: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.border-bottom {
    border-bottom: none;
}

.border-right-bottom {
    border-right: none !important;
    border-bottom: none !important;
}

.cat-front {
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

.cat-back> h2 {
    font-size: 18px;
    color: #7fba00;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 0 15px;
}

.cat-back > p {
    font-size: 16px;
    color: #7fba00;
    font-weight: 300;
    margin: 0;
    padding: 0 10px 10px;
}

.cat-back > a {
    font-size: 15px;
    color: #7fba00;
    font-weight: 300;
    text-decoration: none;
    outline: none;
}

.top-categories-see-btn {
    text-align: center;
    margin-top: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.top-categories-see-btn > a {
    font-size: 16px;
    color: #7fba00;
    border: 2px solid #7fba00;
    padding: 10px 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    border-radius: 25px;
    line-height: 80px;
    text-decoration: none;
    outline: none;
    text-transform: uppercase
}

.top-categories-see-btn > a:hover {
    background: #7fba00;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    color: #fff;
}

.categories-sec-wrapper .col-md-3 {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    padding: 0px 0px !important;
}

.categories-sec-wrapper .col-md-3:hover {
    box-shadow: 0 0 15px 4px #ccc;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.cat-items {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 160px;
    z-index: 0;
}

.cat-items-next {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 150px;
    z-index: 0;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    margin: 10px 0px;
    cursor: pointer;
    background: #fff;
    text-align: center;
    padding: 25px 10px;
    font-weight: 300;
}

.cat-items-next h6 {
    font-size: 14px;
    font-weight: 300;
    color: #7fba00;
    border-top: 1px solid #7fba00;
    padding-top: 10px !important;
    display: block;
}

.cat-items-next span {
    width: 50px;
    height: 50px;
    margin: 0px auto 15px;
    font-size: 60px;
    font-weight: 200;
    border: 1px solid #7fba00;
    display: block;
    line-height: 40px;
    border-radius: 100%;
    color: #7fba00;
    display: block;
}

.cat-front {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    border: 1px solid #e0e7ee;
    padding: 0px 10px;
}

.cat-front:nth-child(4) {
    border-right: 1px solid #e0e7ee !important;
}

.cat-back {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    border-top: 1px solid #e0e7ee;
    border-left: 1px solid #e0e7ee;
    padding: 0px 10px;
}

.borderightcate {
    border-right: 1px solid #e0e7ee !important;
}

.bordebottomcate {
    border-bottom: 1px solid #e0e7ee!important;
}

@media (max-width:768px) {
    .cat-front,
    .cat-back {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        display: block;
        border: 1px solid #e0e7ee;
        padding: 0px 5px;
    }
}

.border-bottom {
    border-bottom: none;
}

.border-right-bottom {
    border-right: none !important;
    border-bottom: none !important;
}

.cat-front {
    background: #fff;
    opacity: 1;
    text-align: center;
}

.cat-back {
    background: #fff;
    opacity: 0;
    text-align: center;
}

.cat-items:hover .cat-front {
    opacity: 0
}

.cat-items:hover .cat-back {
    opacity: 1
}

.cat-front a {
    font-size: 40px;
    color: #7fba00;
    position: relative;
    margin-top: 24px;
    display: block;
    text-decoration: none;
    outline: none;
}

.cat-back a {
    font-size: 40px;
    color: #7fba00;
    position: relative;
    margin-top: 24px;
    display: block;
    text-decoration: none;
    outline: none;
}

.cat-front span {
    display: block;
    border-bottom: 1px solid #e0e7ee;
    padding: 0px 0px 10px;
}

.cat-front span img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-bottom: 4px;
}

.cat-back span {
    display: block;
    border-bottom: 1px solid #e0e7ee;
    padding: 0px 0px 10px;
}

.cat-back span img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-bottom: 4px;
}

.cat-front p {
    font-size: 15px;
    color: #435a64;
    font-weight: 300;
    font-family: Avenir;
    margin-top: 15px;
}

.cat-back p {
    font-size: 15px;
    color: #435a64;
    font-weight: 300;
    margin-top: 15px;
}

.home-category-popup {
    padding: 0px 0px;
    background: #fff;
    position: absolute;
    display: none;
    z-index: 12;
    width: 98%;
    left: 0;
    top: 0;
    right: 0;
    border: 1px solid #e6e6e6;
    height: 100%;
    display: block;
    margin: 0px auto;
}

.home-category-popup .col-md-3:hover {
    box-shadow: none;
    position: relative;
}

.home-category-popup .fiks-service-wrap {
    width: 100%;
    padding: 10px;
    height: 300px;
    overflow: auto;
}

.home-category-popup .home-subcate-list {
    width: 100%;
    padding: 20px 20px;
    overflow: auto;
    max-height: 300px;
}

.home-subcate-list .col-md-3 {
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.home-category-popup .sub-cate-head {
    background: #fff;
    min-height: 100px;
    width: 100%;
}

.home-category-popup .sub-cate-head h2 {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 32px;
    padding: 20px 20px;
    font-family: 'Avenir', sans-serif;
    color: #455a64;
    margin-top: 65px;
}

.home-category-popup .sub-cate-head .close {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #2196f3;
    color: #fff;
    display: block;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.50);
    position: absolute;
    right: 11px;
    bottom: 1px;
    z-index: 10;
    opacity: 1 !important;
    top: 41px;
}

.home-category-popup .sub-cate-head .closebtn {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    z-index: 10;
    background: transparent;
    border: none;
    right: 10px;
    bottom: 10px;
}

.home-category-popup .sub-cate-head .closebtn::before,
.home-category-popup .sub-cate-head .closebtn::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
}

.home-category-popup .sub-cate-head .closebtn::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.home-category-popup .sub-cate-head .closebtn::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.home-category-popup .sub-cate-head .row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.home-category-popup .sub-cate-head .cat-items {
    border-right: 1px solid #e6e6e6 !important;
    border-bottom: 1px solid #e6e6e6 !important;
}

.home-category-popup .sub-cate-head .cat-front,
.home-category-popup .sub-cate-head .cat-back {
    border: none !important;
}

.home-subcate-list .col-md-3:hover {
    box-shadow: none;
}

.home-subcate-list .sub-category-select {
    width: 100%;
    color: #00aff0;
    padding: 5px 10px;
    border: 1px solid #00aff0;
    font-size: 16px;
    font-weight: 300;
    margin: 5px 0px;
    display: inline-block;
    line-height: 33px;
}

.sub-category-select .icono-cross {
    color: #00aff0 !important;
    float: right;
}

.home-category-popup .home-subcate-list .sub-category-dselect {
    width: 100%;
    color: #576064;
    padding: 5px 10px;
    border: 1px solid #576064;
    font-size: 16px;
    font-weight: 300;
    margin: 5px 0px;
    display: inline-block;
    line-height: 33px;
}

.sub-category-dselect .icono-plus {
    color: #576064 !important;
    float: right
}

.cate-pop {
    display: none;
}

@media (min-width:1150px) and (max-width:1300px) {
    .how-fiksable-works .inner-wrap {
        padding: 0px 100px !important;
    }
    .fiksable-works-video {
        width: 560px !important;
        height: 376px !important;
    }
    .why-fiksable-section .inner-wraper {
        width: 100%;
        padding: 0px 100px !important;
    }
    .why-fiksable-section .left-features-block {
        width: 100%;
        padding: 0px 0px !important;
        margin: 0px;
    }
}

.how-fiksable-works {
    padding: 63px 0 45px;
 
}

.how-fiksable-works .inner-wrap {
    padding: 0px 80px;
}




.fiksable-works-sec-title {
    margin-bottom: 60px;
	text-align:center;
}

ul.fiks-wrok-list {
    list-style: none;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 0px;
	position:relative;
}
ul.fiks-wrok-list:before{
	content:"";
	width:1px;
	height: 93%;
    position: absolute;
    background: #e6e6e6;
    display: block;
    left:47px;
	
}
ul.fiks-wrok-list li {
    margin:0px 0px 50px 0px;   
    padding-left:85px;
  
}

ul.fiks-wrok-list li p {
    font-size: 17px;
    line-height: 26px;
	color:#273951 
}

ul.fiks-wrok-list li.f-1 {   
	position:relative;
}
ul.fiks-wrok-list li.f-1:before{
	content: "";
    background: #fff url(../img/hiw-1.png) no-repeat 5px 3px;
    background-size:45px 50px;
    width:55px;
    height:55px;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px; 
    border-radius: 100%;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
	
}
ul.fiks-wrok-list li.f-2 {
   position:relative;
}

ul.fiks-wrok-list li.f-2:before{
	content: "";
    background: #fff url(../img/hiw-2.png) no-repeat 3px 3px;
    background-size:50px 50px;
    width: 55px;
    height: 55px;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px; 
    border-radius: 100%;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
	
}

ul.fiks-wrok-list li.f-3 {
   position:relative;
}

ul.fiks-wrok-list li.f-3:before{
	content: "";
    background: #fff url(../img/hiw-3.png) no-repeat 8px 8px;
    background-size: 40px 40px;
    width: 55px;
    height:55px;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px; 
    border-radius: 100%;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
	
}

.fiksable-works-read-btn {
   margin:0px 0px 0px 47px;
}

.fiksable-works-read-btn > a {
    font-size: 17px;
    color:#0b64b7;
    padding: 0px 25px 0px 58px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
    position: relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    display: inline-block;      
    position: relative;
}
.fiksable-works-read-btn > a:before{
	    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 2px;
    border-top: 1px solid #0b64b7;
    top: 10px;
    right: 0px;   
}

.fiksable-works-read-btn > a:after{
	position: absolute;
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    border-right: 1px solid #0b64b7;
    border-bottom: 1px solid #0b64b7;
    top: 6px;
    right: 1px;
    transform: rotate(-45deg);
}

/*.fiksable-works-read-btn > a:before{content: ""; position: absolute; display: block; width: 10px; height: 10px; border-bottom: 2px solid #666; border-right: 2px solid #666; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); right: 0px; top: 6px;}.fiksable-works-read-btn > a:after{content: ""; position: absolute; display: block;width:15px;height:2px;background:#666;right: 1px; top: 10px;}*/

.fiksable-works-video {
   width: 642px;
    height: 430px;
    background: #fff;
    box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, .25), 0 2px 6px rgba(0, 21, 64, .14), 0 10px 20px rgba(0, 21, 64, .05);
    -webkit-box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, .25), 0 2px 6px rgba(0, 21, 64, .14), 0 10px 20px rgba(0, 21, 64, .05);
    -moz-box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, .25), 0 2px 6px rgba(0, 21, 64, .14), 0 10px 20px rgba(0, 21, 64, .05);
    background-size: 100% 100%;
    border-radius: 35px;
    -webkit-border-radius: 35px;
}

.fiksable-works-video img {
   padding: 28px 0px 32px 0px;  
    width: 535px;
    height: 431px;
    margin: 0px 0px 0px 51px;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 256px;
    padding: 0;
    overflow: hidden;
}

.embed-responsive.embed-responsive-16by9 {
    opacity: .5;
}

.youtube-vedio-show {
    opacity: 1 !important;
}

.button {
    width: 48px;
    height: 48px;
    cursor: pointer;
    &:hover {
        fill: white;
    }
}

iframe {
    float: left;
    width: 304px;
}

.buttons {
    padding: 1rem;
    background: #f06d06;
    float: left;
}

#polina {
    font-weight: 100;
    color: white;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#polina button {
    display: inline-block;
    border: none;
    font-size: 1.3rem;
    background: url(../img/play.png);
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: .3s -webkit-background;
    -moz-transition: .3s -moz-background;
    -o-transition: .3s -o-background;
    transition: .3s background;
    position: relative;
    z-index: 99;
    outline: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#polina button.video-play-btn {
    background: transparent center !important;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}


#polina button .fa {
    font-size: 30px;
}

.why-fiksable-section {
    background: #fff;
    position: relative;
    padding: 62px 0 40px;
    overflow-x: hidden;
}

.why-fiksable-section .inner-wraper {
    width: 100%;
    padding: 0px 80px;
}

.why-fiksable-section .section-title {
    text-align: center;
    margin-bottom: 60px;
}



.section-title > p {
    font-size: 20px;
    font-weight: 300;
    padding: 0 10%;
    margin-top: 20px;
    font-family: 'Avenir';
    line-height: 28px;
    color: #273951;
}

.why-fiksable-section .left-features-block {
    width: 100%;
    padding: 0px 50px;
    margin: 0px;
}

ul.features {
    list-style: none;
    margin: 0px;
	position:relative;
}

ul.features:before {
    content: "";
    width: 1px;
    height: 90%;
    position: absolute;
    background: #f5f6f7;
    display: block;
    left: 25px;
    top: 0px;
}

ul.features li h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px 0;
    padding: 0;
    color: #273951;
    font-family: 'Avenir';
    line-height: 30px;
}

ul.features li {
    margin-bottom: 30px;
    background-repeat: no-repeat;
    padding-left: 85px;
}

ul.features li span {
    display: flex;
    float: left;
}

ul.features li:hover h2 {
    color: #6772e5
}

ul.features li.f-1 {
   position:relative;
}
ul.features li.f-1:before{
	content: "";
    background: #fbfcfc url(../img/f-1.png) no-repeat 2px 3px;
    background-size: 45px 45px;
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    border-radius: 100%;
       box-shadow: 1px 3px 10px rgba(0,0,0,.1);
}

ul.features li.f-2 {
   position:relative;
}

ul.features li.f-2:before{
	content: "";
    background: #fbfcfc url(../img/f-2.png) no-repeat 2px 3px;
    background-size: 45px 45px;
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    border-radius: 100%;
       box-shadow: 1px 3px 10px rgba(0,0,0,.1);
}

ul.features li.f-3 {
   position:relative;
}
ul.features li.f-3:before{
	content: "";
    background: #fbfcfc url(../img/f-4.png) no-repeat 2px 3px;
    background-size: 45px 45px;
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    border-radius: 100%;
       box-shadow: 1px 3px 10px rgba(0,0,0,.1);
}
ul.features li.f-4 {
    position:relative;
}
ul.features li.f-4:before{
	content: "";
    background: #fbfcfc url(../img/f-3.png) no-repeat 2px 3px;
    background-size: 45px 45px;
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    border-radius: 100%;
       box-shadow: 1px 3px 10px rgba(0,0,0,.1);
}
ul.features li p {
  font-size: 17px;
    color:#273951;
    margin: 0;
    text-align: left;
    padding-right: 10px;
    font-weight:300;   
    line-height: 26px;
}

.why-fiks-home-tab {
    width: 100%;
}

.tab-tab-struc {
    max-width: 100%;
    box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, .25), 0 2px 6px rgba(0, 21, 64, .14), 0 10px 20px rgba(0, 21, 64, .05);
    background: #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    padding: 40px 10px;
}

.tab-tab-struc img {
    border: 1px solid #eee;
    border-radius: 5px;
	width:100%;
}

@media(max-width:1024px) {
    .blog-post-block .blog-post-image {
        position: relative;
    }
    .blog-post-image .post-date {
        left: 0px !important
    }
    .blog-post-image .post-date h5 {
        font-size: 13px !important;
        line-height: 18px !important;
        background: #fff;
    }
    .why-fiksable-item {
        padding: 10px 10px !important;
    }
}

@media(max-width:992px) and (min-width:767px) {
    .why-fiksable-item {
        min-height: 280px !important;
    }
}

.why-fiksable-item {
    background: #ffffff;
    margin-bottom: 30px;
    padding: 25px 15px;
    position: relative;
    border-radius: 20px;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.why-fiksable-item:after {
    content: "";
    position: absolute;
    display: block;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 10px;
    background-size: 100%;
}

.why-fiksable-item:hover {
    box-shadow: -1px 2px 30px -1px #cccccc;
    background: #f9f9f9;
}

@media(max-width:1024px) {
    .why-fiksable-item-icon {
        text-align: center;
        margin-top: 0px !important;
        padding: 0px !important;
    }
    .why-fiksable-item-text > h2 {
        text-align: center !important;
    }
    .why-fiksable-item-text > p {
        text-align: center !important;
    }
}

.why-fiksable-item-icon {
    text-align: center;
    margin-top: 43px;
    padding-left: 20px;
}

.why-fiksable-item-icon > a {
    font-size: 50px;
    color: #11b4f1;
    text-decoration: none
}

.why-fiksable-item-text > h2 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 12px 0;
    padding: 0;
    color: #010101;
    font-family: 'Avenir', sans-serif;
    line-height: 28px;
}

.why-fiksable-item-text > p {
    font-size: 14px;
    color: #010101;
    margin: 0;
    text-align: left;
    padding-right: 10px;
    font-weight: 300;
    font-family: 'Avenir', sans-serif;
    line-height: 24px
}

.counter-section {
    padding: 80px 0 80px;
    background: url(../img/icon-bg.png) no-repeat fixed;
    background-size: cover;
}

.counter-section-items {
    width: 25%;
    float: left;
    text-align: center;
    height: 200px;
}

.counter-section-items {
    display: inline-block;
    border: 0;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -o-transform: scale(1);
    transform: scale(1);
}

.counter-section-items:hover {
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.counter-section-items > span {
    font-size: 75px;
    color: #7fba00;
}

.counter-section-items > h4 {
    font-size: 35px;
    color: #7fba00;
    font-weight: 700;
    margin: 18px 0 6px 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.counter-section-items > p {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.counter-inner-count {
    position: relative;
    width: 150px;
    height: 150px;
    background: #fff;
    color: #7fba00;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    padding: 13px 0 0 0;
}

.counter-inner-count:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height: 5px;
    background: #00aff0;
    display: block;
}

.counter-inner-count span {
    font-size: 75px;
}

.counter-inner-count h4 {
    font-size: 30px;
    font-weight: 300;
}

.google-location-section {
    background: url(../img/map.png) no-repeat center top;
}

.get-map-container {
    margin: 0 auto
}

.get-tuch-hello {}

.map-contact-inner h1 {
    font-size: 22px;
    color: #00aff0;
    font-weight: 300;
    font-family: Avenir;
    margin: 0 0 35px 0;
    padding: 0;
    text-align: LEFT;
    margin-left: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.get-tuch-address {
    margin-top: 18px;
}

.office-details {
    margin-bottom: 35px;
}

.office-details h3 {
    font-size: 20px;
    color: #505769;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
}

.office-details p {
    font-size: 16px;
    color: #273951000;
    font-weight: 300;
    margin: 0;
}

.get-tuch-hello form .form-control {
    display: block;
    width: 100%;
    height: 52px;
    padding: 6px 0px;
    font-size: 14px;
    background-image: none;
    border: none;
    border-bottom: 1px solid #e0e7ee;
    border-radius: 0;
    box-shadow: none;
    font-weight: 300;
}

.get-tuch-hello form .map-form-btn {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 10px 30px;
    background: #00aff0;
    border-radius: 25px;
    border: none;
    margin-top: 25px;
    text-transform: uppercase
}

.map-inner-location {
    background: url(../img/location-bg.png) no-repeat;
    width: 140px;
    height: 200px;
    margin: 0 auto;
    margin-top: 35%;
    text-align: center;
    right: 0;
}

.map-inner-location h2 {
    text-align: center;
    margin: 0;
    padding: 52px 20px 0 11px;
    font-size: 22px;
    color: #fff;
}

.client-testimonial-section {
    padding: 63px 0 40px;
}
.client-testimonial-section .container{
	max-width:1200px;
}

.client-testimonial-section .more-clnt-tst {
    font-size: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;  
    font-family: 'Avenir', sans-serif;  
    text-align: center;
	position:relative;
}

.client-testimonial-section .more-clnt-tst a {   
    color: #273951;
    padding: 0px 23px;  
    font-size: 17px;
    font-weight:500;
    transition: .4s ease-in;
    -webkit-transition: .4s ease-in;
    -moz-transition: .4s ease-in;
	display:inline-block;
	position:relative;
}

.client-testimonial-section .more-clnt-tst a:after{
	position: absolute;
    display: block;
    content: "";
    width: 9px;
    height:9px;
    border-right: 1px solid #273951;
    border-bottom: 1px solid #273951;
    top: 6px;
    right:1px;
    transform: rotate(-45deg);
	transition: .4s ease-in;
    -webkit-transition: .4s ease-in;
    -moz-transition: .4s ease-in;
}
.client-testimonial-section .more-clnt-tst a:before{
	    position: absolute;
    display: block;
    content: "";
    width: 16px;
    height: 2px;
    border-top: 1px solid #273951;
    top: 10px;
    right: 0px;
	transition: .4s ease-in;
    -webkit-transition: .4s ease-in;
    -moz-transition: .4s ease-in;
   
}
.client-testimonial-section .more-clnt-tst a:hover{
	 color: #0ac97e
}
.client-testimonial-section .more-clnt-tst a:hover:before {
   border-top: 1px solid #0ac97e;
   
}
.client-testimonial-section .more-clnt-tst a:hover:after {
   border-right: 1px solid #0ac97e;
    border-bottom: 1px solid #0ac97e;
}

.client-testimonial-section .inner-wraper {
    width: 100%;
    padding: 0px 80px;
}

.client-testimonial-section .clnt-tst-block {
    width: 100%;
    padding: 10px;
    background: #fff;
    min-height: 200px;
    margin-bottom: 20px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    display: block;
	min-height:355px;
}

.clnt-tst-block .cli-img-top {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.cli-img-top .chceck-block {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: -18px;
    text-align: center;
    line-height: 34px;
    z-index: 15;
}

.cli-img-top .chceck-block img {
    width: 40px;
    height: 36px;
    background: #fff;
    padding: 5px 5px;
    border-radius: 100% !important;
}

.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.item-overlay {
    background: #273951;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.5s ease-in 0s;
    -moz-transition: opacity 0.5s ease-in 0s;
    -o-transition: opacity 0.5s ease-in 0s;
    transition: opacity 0.5s ease-in 0s;
    z-index: 5;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.clnt-tst-block:hover .item-overlay {
    opacity: 0.3;
}

.clnt-tst-block .cli-img-top img {
    border-radius: 5px;
	width:100%;
}

.clnt-tst-block .text-middle-block {
    width: 100%;
    padding: 10px 0px;
}

.clnt-tst-block .text-middle-block h2 {
    font-size: 15px;
    font-weight: 500;
    margin: 0px;
    line-height: 30px;
    text-align: center;
    color: #273951
}

.clnt-tst-block .text-middle-block h4 {
    font-size: 13px;
    font-weight: normal;
    margin: 0px;
    color: #999;
    text-align: center
}

.clnt-tst-block .text-middle-block p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    position: relative;
	color: #273951;
	
}

.clnt-tst-block .text-middle-block p .fa {
    color: #ccc;
}

.clnt-tst-block .text-middle-block p .fa-quote-left {
    margin-right: 4px;
}

.testimonials-banner-text {
    max-width: 700px;
    padding: 5px 0px;
    position: relative;
    margin: 20px auto 0px;
}

.testimonials-banner-text h1 {
    padding: 0px 0px;
    font-family: 'Avenir';
    font-size: 28px;
    line-height: 35px;
    margin-top: 80px;
}

.clnt-testimonials-wrapper {
    width: 100%;
    padding: 20px 0px;
}

.clnt-testimonials-wrapper .container {
    max-width: 1024px;
    margin: 0px auto;
}

.clnt-testimonials-wrapper h2 {
    text-align: center;
    font-weight: 300;
    font-size: 22px;
    font-family: 'Avenir';
    color: #333;
    padding-bottom: 15px;
    line-height: 28px;
}

.clnt-testimonials-wrapper .row {
    margin: 0px -10px;
}

.clnt-testimonials-wrapper .col-sm-6 {
    padding: 0px 10px;
}

.clnt-testimonials-wrapper .clint-say-block {
    width: 100%;
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    display: block;
}

.clint-say-block .row {
    margin: 0px -8px;
}

.clint-say-block .col-xs-10,
.clint-say-block .col-xs-2,
.clint-say-block .col-xs-12 {
    padding: 0px 8px;
}

.clint-say-block .clnt-img-blk {
    width: 100%;
    margin: 0px;
}

.clint-say-block .clnt-img-blk img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-top: 3px;
}

.clint-say-block .clnt-cmnt-block {
    width: 100%;
    padding: 0px;
}

.clint-say-block .clnt-cmnt-block h3 {
    font-size: 15px;
    font-weight: 300;
    margin: 0px;
    color: #333;
}

.clint-say-block .clnt-cmnt-block h6 {
    font-size: 14px;
    font-weight: 300;
    color: #24b47e;
    margin: 5px 0px;
}

.clint-say-block .clnt-cmnt-block p {
    line-height: 20px;
    font-size: 13px;
    margin-top: 4px;
}

.client-text p {
    line-height: 20px;
    font-size: 13px;
    margin-top: 4px;
}

.clnt-cmnt-block .clnt-dtls {
    width: 100%;
}

.clnt-cmnt-block .clnt-dtls .col-sm-12 {
    padding: 0px 8px;
}

.clnt-cmnt-block .clnt-dtls .reviews-blk {
    text-align: right;
}

.clnt-dtls .rating-reviews {
    text-decoration: none;
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 2px;
}

.clnt-dtls .star-rating {
    width: auto;
    min-height: 11px;
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 90%;
}

.clnt-dtls .star-rating .i.star-rating-highlight {
    background: url(../../images/star.png) no-repeat center top;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    margin-right: 3px;
}

.clnt-dtls .star-rating .i.star-rating-grey {
    background: url(../../images/grey-star.png) no-repeat center top;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    margin-right: 3px;
}

.clnt-dtls .star-rating .i.star-rating-half {
    background: url(../../images/half-star.png) no-repeat center top;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    margin-right: 3px;
}

.clnt-dtls .rating-reviews .count-rating {
    font-size: 12px;
    color: #333;
    font-weight: 300;
}

@media (max-width:420px) {
    .clint-say-block .web-text {
        display: none;
    }
}

@media (min-width:421px) and (max-width:767px){
    .client-text {
        display: none;
    }
}
@media (min-width:768px) and (max-width:1024px){
    .client-text {
        display:block;
    }
	 .clint-say-block .web-text {
        display: none;
    }
}
@media (min-width:1025px) {
     .client-text {
        display: none;
    }
}
.slick-slide.slick-current.slick-active.slick-center {
    color: #273951;
}

.slick-slide.slick-current.slick-active.slick-center img {
    width: 150px;
    height: 150px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.slick-initialized .slick-slide {
    text-align: center;
    height: 183px;
}

.slick-initialized .slick-slide img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 auto;
}

.slick-initialized .slick-slide {
    text-align: center;
    height: 183px;
    opacity: 0.5;
    margin-top: 18px;
    outline: none;
}

.slider-caption.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
    margin-top: 0;
    outline: none;
}

.slick-slider {
    margin-bottom: 30px;
    width: 95%;
    margin: 0 auto;
}

.slick-list.draggable {
    padding: 0 0px !important;
}

.client-testimonial-section .section-title {
    text-align: center;
}

.client-testimonial-section .section-title p {
    padding: 0 10%;
    margin: 20px 0 40px 0;
 
}

@media(min-width:768px) and (max-width:991px) {
    .what-writing-section .back-cover {
        width: 64% !important;
    }
    .what-writing-section .front-cover {
        width: 61% !important;
    }
    .what-writing-section .back-cover-2 {
        width: 60%!important;
    }
    .what-writing-section {
        text-align: center;
        padding: 30px 0 30px !important;
        background: url(../img/get-started.jpg) no-repeat -122px -15px !important;
    }
    .footer-inner .news-letter-group .mail-feild {
        height: 40px !important;
    }
    .footer-inner .news-letter-group .mail-button {
        height: 40px !important;
    }
    .footer-section .row {
        margin: 0px -15px !important;
    }
    .form-inline {
        width: 100% !important;
        margin: 0px auto;
    }
}

.what-writing-section {
    text-align: center;
    padding: 50px 0 50px;
    background: url(../img/get-started.jpg) no-repeat;
    max-height: 400px;
    overflow: hidden;
    background-size: cover;
    position: relative;
}

.what-writing-section .back-cover {
    background: #f7c416;
    height: 400px;
    width: 56%;
    top: -6px;
    right: 0px;
    position: absolute;
    z-index: 1000;
    border-top-left-radius: 298px;
    border-bottom-left-radius: 182px;
}

.what-writing-section .front-cover {
    background: #ffd751;
    height: 400px;
    width: 50%;
    top: -19px;
    right: 0px;
    position: absolute;
    z-index: 1001;
    border-top-left-radius: 298px;
    border-bottom-left-radius: 298px;
}

.what-writing-section .back-cover-2 {
    background: rgba(235, 186, 21, .7);
    height: 400px;
    width: 56%;
    top: -160px;
    right: 0px;
    position: absolute;
    z-index: 999;
    border-top-left-radius: 298px;
    border-bottom-left-radius: 182px;
}

.ger-started-wrap {
    position: relative;
    z-index: 1005;
}

.what-writing-section h1 {
    font-size: 28px;
    font-weight:500;
    color: #333;
    padding: 0 0 10px 0 !important;
    margin: 0;
    font-family:'Avenir';
}
.what-writing-section h5 {
      font-size: 15px;
    line-height:25px;
    padding: 0 15px 20px 15px !important;
    color: #273951;
    font-weight: 400;
	 font-family:'Avenir';
}

.what-writing-section p {
        font-size: 17px;
    line-height: 28px;
    padding: 10px 0px 40px 0px !important;
    color: #273951;
    font-weight: 500;
}

.get-start-btn,
.get-start-btn:hover,
.get-start-btn:active,
.get-start-btn:focus {
    background: #0ac97e;   
    font-size:18px;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;   
    font-family: 'Avenir';
	line-height:26px;   
    font-weight:300;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.footer-section {
    padding-top: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(218, 223, 228, 0.7)
}

.footer-section .inner-wraper {
    max-width: 1000px;
    margin: 0px auto;
}

.training-footer-section {
    background: #fafafa;
}

.footer-inner {
    margin-bottom: 40px;
}

.footer-inner .navbarbrandfooter {
    font-size: 35px;
    color: #00aff0 !important;
    font-family: GOTHAM ROUNDED;
    font-weight: 700;
}

.footer-inner .navbarbrandfooter label {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 0px !important;
}

.footer-inner .navbarbrandfooter label span {
    color: #777 !important;
}

.news-letter-mrgin {
    margin-top: 10px;
}

.footer-inner .news-letter-group {
    width: 100%;
    height: 46px;
    display: inline-block;
    position: relative;
}

.footer-inner .news-letter-group #subscribe-loader {
    position: absolute;
    right: 75px;
    top: 10px;
    display: none;
}

.footer-inner .news-letter-group .mail-feild {
    float: left;
    height: 46px;
    width: 80%;
    border: 1px solid rgba(51, 122, 183, 0.1);
    background: rgba(51, 122, 183, 0.07);
    padding: 0px 15px;
    font-size:15px;
    font-weight: normal;
    color:#273951;
    opacity: 1;
	font-family: Avenir Book;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -moz-border-top-right-radius: 0px !important;
    -moz-border-bottom-right-radius: 0px !important;
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px
}

.footer-inner .news-letter-group .mail-button {
    float: left;
    height: 46px;
    width: 20%;
    background: #0ac97e;
    color: #fff;
    border: none;
    padding: 0px !important;
    font-size: 20px;
    border-radius:0px 3px 3px 0px;
	-webkit-border-radius:0px 3px 3px 0px;
	-moz-border-radius:0px 3px 3px 0px;
	
}

.footer-inner > h1 {
    font-size: 16px;
    color:  #273951;
    font-weight:500;
    font-family:'Avenir';
    margin: 20px 0 15px 0;
    padding: 0;
   
}

.footer-inner > h1 > a {
    color: #273951;
    display: block !important;
}

.footer-inner h3 {
    font-size:16px;
    color: #273951;
    font-weight:500;
    font-family:'Avenir';
}

.footer-inner > p {
    font-size: 14px;
    color: #282528;
    font-weight: 300;
    font-family:'Avenir';
    margin: 0;
    line-height: 24px;
    text-align: left;
    padding-right: 94px;
}

.footer-inner-form {
    margin-top: 22px;
}

.footer-inner > h3 {
    font-size: 14px;
    color: #061322;
    font-weight: 400;
    font-family: Avenir;
    margin: 0 0 0px 0;
    padding: 10PX;
    margin-top: 25px;
    margin-left: -10px;
    line-height: 24px;
}

.company {
    margin: 0;
    padding: 0;
}

.company > li {
    list-style: none;
}

.company > li > a {
    font-size: 14px;
    color: #273951;
    font-weight: normal;
    font-family: Avenir Book;
    text-decoration: none;
    line-height: 30px;
}

.company > li > a:hover {
    color: #00aff0;
}

.usefull-links {
    margin: 0;
    padding: 0;
}

.usefull-links > li {
    list-style: none;
}

.usefull-links > li > a {
     font-size: 14px;
    color: #273951;
    font-weight: normal;
    font-family: Avenir Book;
    text-decoration: none;
    line-height: 30px;
}

.usefull-links > li > a:hover {
    color: #00aff0;
}

.footer-subscriber .form-control {
    height: 50px;
    padding: 6px 12px;
    font-size: 17px;
    color: #b0bec4;
    background-color: #f0f1f3;
    position: relative;
    outline: none;
    box-shadow: none;
    border: none;
    width: 80%;
    float: left;
}

.footer-subscriber .btn-default,
.footer-subscriber .btn-default:hover,
.footer-subscriber .btn-default:active,
.footer-subscriber .btn-default:focus {
    width: 20%;
    float: left;
    background: #7fba00;
    color: #fff;
    padding: 6px 16px;
    font-size: 25px;
    border-radius: 0;
    border-color: #7fba00;
}

.footer-media-icon {
    padding: 0;
    margin: 10px 0 0 0;
    width: 100%;
    display: block;
}

.footer-media-icon > li {
    list-style: none;
    display: inline-block;
}

.footer-media-icon > li > a {
    font-size: 18px;
    color: #f4f4f4;
    margin-right: 5px;
    padding: 0;
	-webkit-font-smoothing: antialiased !important;
}

.footer-media-icon > li > a > .fa {
    border-radius: 3px;
    transition: all ease-in 300ms;
}

.footer-media-icon > li > a > .fa-facebook {
    width: 30px;
    height: 30px;
    background: #a8b6bc;
    text-align: center;
    line-height: 32px;
}

.footer-media-icon > li > a > .fa-facebook:hover {
    background: #3b5998;
    color: #fff;
}

.footer-media-icon > li > a > .fa-twitter {
    width: 30px;
    height: 30px;
    background: #a8b6bc;
    text-align: center;
    line-height: 32px;
}

.footer-media-icon > li > a > .fa-twitter:hover {
    background: #2cccff;
    color: #fff;
}

.footer-media-icon > li > a > .fa-instagram {
    width: 30px;
    height: 30px;
    background: #a8b6bc;
    text-align: center;
    line-height: 32px;
}

.footer-media-icon > li > a > .fa-instagram:hover {
    background: #9d7144;
    color: #fff;
}

.footer-media-icon > li > a > .fa-youtube {
    width: 30px;
    height: 30px;
    background: #a8b6bc;
    text-align: center;
    line-height: 32px;
}

.footer-media-icon > li > a > .fa-youtube:hover {
    background: #c4302b;
    color: #fff;
}

.footer-media-icon > li > a > .fa-google-plus {
    width: 30px;
    height: 30px;
    background: #a8b6bc;
    text-align: center;
    line-height: 32px;
}

.footer-media-icon > li > a > .fa-google-plus:hover {
    background: #dd4c3b;
    color: #fff;
}

.footer-media-icon > li > a:hover {
    color: #fff;
    background: transparent
}

.footer-media-icon > li > a:hover {
    color: #fff;
    background: transparent
}

@media(max-width:767px) {
    .footer-section .col-xs-5,
    .footer-section .col-xs-7 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.main-footer > p {
    font-size: 14px;
    color: #333;
    margin: 0;
    font-weight:400;
    text-align: center;
    border-top: 1px solid #e6e6e6;
    padding: 15px 0;
}

.main-footer > p i {
    color: #f74b6f;
    font-size: 15px;
}

@media(max-width:991px) {
    .footer-inner {
        margin-bottom: 0px;
        padding: 15px 0px;
        border-bottom: 1px solid #e6e6e6;
    }
    .footer-inner > h1 {
        margin: 0 0 0px 0;
        position: relative;
    }
    .company,
    .usefull-links {
        margin-top: 10px;
    }
    .foot-nav-hed {
        display: none;
    }
    .foot-nav-hed:before {
        border-bottom: 2px solid #666666;
        border-right: 2px solid #666666;
        content: '';
        display: block;
        height: 12px;
        margin-top: -11px;
        pointer-events: none;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        width: 12px;
    }
    .footer-open {
        color: #00aff0 !important;
    }
    .footer-open:before {
        transform: rotate(225deg) !important;
        -webkit-transform: rotate(225deg) !important;
        -ms-transform: rotate(225deg) !important;
        transform: rotate(225deg) !important;
        border-bottom: 2px solid #00aff0 !important;
        border-right: 2px solid #00aff0 !important;
        margin-top: -6px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .footer-inner h3 {
        margin-top: 0px;
    }
    .news-letter-mrgin {
        width: 85%;
        display: table;
        margin: 0px auto;
    }
    .news-letter-mrgin .news_letter_blk {
        display: table-cell;
        width: 60%;
        vertical-align: top;
        float: right;
    }
    .news-letter-mrgin .footer_socl_blk {
        display: table-cell;
        vertical-align: top;
        float: left;
    }
    .footer-media-icon {
        margin: 28px 0 0 0 !important;
        text-align: right;
    }
}

@media (min-width:992px) {
    .foot-nav-hed {
        display: block !important;
    }
    .foot-nav-wrp {
        display: block !important;
    }
}

@media (max-width:1024px) {
    .scroll-down-btn {
        display: none!important;
    }
}

.scroll-down-btn {
    text-align: center;
    display: inline;
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.scroll-down-btn > a.scroll-to-down {
    display: block;
    width: 100%;
    background: transparent;
    border: none !important;
    margin: 0px auto;
    padding: 40px;
    background: url(../img/bottom-arrow.png) no-repeat;
    background-position: center;
    outline: none;
    width: 26px;
}

.scroll-down-btn > a.go-to-bottom {
    display: block;
    background: transparent;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
    z-index: 99999;
    left: 0;
    right: 0;
    bottom: 6%;
    outline: none;
    border: none !important
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    -o-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}

@media (min-width:1025px) {
    .navbar-default .navbar-nav > li > a > span {
        display: none;
    }
}

@media (max-width:420px) {
    .header-inner-content > h1 {
        font-size: 20px;
        color: #f9b807;
        font-weight: 300;
        font-family: Avenir;
        line-height: 24px;
        letter-spacing: -.04em;
        margin-bottom: 0px;
        padding: 0px 0px !important;
        margin-top: 0px !important;
    }
    .header-inner-content .last-caption,
    .header-inner-content > p {
        margin-bottom: 15px !important;
        font-size: 16px !important;
        font-weight: 300 !important;
        line-height: 25px !important;
        margin-top: 44px !important;
        letter-spacing: 0 !important;
    }
    ul.home-last-cap {
        margin-top: 30px !important;
    }
}

@media (min-width:421px) and (max-width:767px) {
    .header-inner-content .last-caption,
    .header-inner-content > p {
        margin-bottom: 15px !important;
        font-size: 16px !important;
        font-weight: 300 !important;
        line-height: 25px !important;
        margin-top: 10px !important;
        letter-spacing: 0 !important;
    }
	
.fiksable-works-video img {
	width: 100% !important;
    height: 100% !important;
    padding:30px 50px;
    margin: 0px auto;
}	
	
	
}

@media (min-width:450px) and (max-width:767px) {
    .how-fiksable-works {
        padding: 30px 20px !important;
    }
    .why-fiksable-section {
        padding: 30px 20px 10px !important;
    }
    .client-testimonial-section {
        padding: 30px 20px 10px !important;
    }
}

@media (max-width:767px) {
    ul.top-cate-listing {
        opacity: 0;
    }
    .nav.navbar-nav {
        width: 100%;
    }
    .navbar-default .navbar-nav > li > a {
        width: 100%;
        text-align: center;
    }
    .header-section {
        background-size: cover;
    }
    .six .button-bg {
        margin: 0 auto !important;
    }
    .six .button-wrap {
        margin: 0 auto !important;
        margin-top: 11px !important;
    }
    .header-inner {
        text-align: center;
        padding: 0 0;
        margin-top: 106px;
    }
    .header-inner > p {
        font-size: 24px;
        line-height: 40px;
        margin-top: 133px;
    }
    .header-btn {
        width: 100%;
        display: block;
        margin: -3px auto 0px !important;
        border-radius: 3px !important;
        -webkit-border-radius: 3px !important;
        -moz-border-radius: 3px !important;
    }
    .header-btn > a {
        padding: 12px 25px;
        line-height: 24px;
        width: 100%;
        display: block;
    }
    .form-inline .form-group {
        width: 100% !important;
        margin-right: 0;
    }
    .border-right-bottom {
        border-right: 1px solid #e0e7ee !important;
        border-bottom: none !important;
    }
    .border-right {
        border-right: 1px solid #e0e7ee !important;
        border-bottom: none !important;
    }
    .border-none {
        border: none !important;
    }
    .top-categories-section {
        padding: 0px 0 0px;
    }
    .top-item-sldr .item_block {
        width: 100% !important;
    }
    .top-categories-section-title h1 {
        margin-bottom: 30px !important;
        margin-top: 20px !important;
        font-size: 20px !important;
    }
    .top-categories-see-btn {
        margin-top: 24px;
    }
    .postjob-body-wrap .subcatepoppup {
         padding: 20px 0px 0px !important;
    }
    .flexslider {
        margin: 0 0px 30px !important;
    }
    .header-inner-content > h1 {
        font-size: 20px;
        color: #ffffff;
        font-weight: 300;
        font-family: Avenir;
        line-height: 24px;
        letter-spacing: -.04em;
        margin-bottom: 0px;
        padding: 0px 0px !important;
        margin-top: 100px;
    }
    .how-fiksable-works {
        padding: 30px 0;
    }
    .how-fiksable-works .inner-wrap {
        padding: 0px 0px !important;
    }
    .how-fiksable-works .section-title p {
        padding: 0 0 !important;
    }
    .section-title > p {
        margin: 14px 0 0;
    }
    .fiksable-works-list {
        margin-top: 30px;
        padding-left: 0px;
    }
    .section-title > h1 {
        font-size: 18px;
        line-height: 26px;
    }
    .fiksable-works-read-btn {
        margin-top:10px;
      
    }
  
    .why-fiksable-section {
        padding: 30px 0 10px;
    }
    .why-fiksable-section .inner-wraper {
        width: 100%;
        padding: 0px 0px !important;
    }
    .why-fiksable-section .left-features-block {
        width: 100%;
        padding: 0px 15px !important;
        margin: 0px;
    }
    ul.fiks-wrok-list {
        padding-left: 0px !important;
    }
    .why-fiks-home-tab {
        width: 100%;
        padding: 10px 15px 30px!important;
    }
    .why-fiksable-section .desk-f-b {
        display: none;
    }
	ul.fiks-wrok-list:before{
		left:22px !important;
	}
    ul.fiks-wrok-list li {
        padding-left:60px !important;
        padding-top: 0px !important;
		    margin: 0px 0px 30px 0px !important;
    }
	
	
   ul.fiks-wrok-list li.f-1:before, ul.fiks-wrok-list li.f-2:before{
	 background-size: 40px 40px !important;
    width: 45px !important;
    height: 45px !important;
	   
   }
	
	ul.fiks-wrok-list li.f-3:before{
		 background-size: 30px 30px !important;
    width: 45px !important;
    height: 45px !important;
	}
	
	

ul.features li.f-1:before, ul.features li.f-2:before, ul.features li.f-3:before, ul.features li.f-4:before{
	 background-size: 40px 40px !important;
    width: 45px !important;
    height: 45px !important;
}
    ul.features li {
        margin-bottom: 20px;
    background-repeat: no-repeat;
    padding-left: 65px !important;
    }
    ul.features li h2 {
        font-size: 16px !important;
        line-height: 24px;
        padding: 12px 0px 5px 0px;
    }
    ul.features li.f-1 {
        background-size: 35px !important;
        min-height: 50px;
    }
    ul.features li.f-2 {
        background-size: 35px !important;
        min-height: 50px;
    }
    ul.features li.f-3 {
        background-size: 35px !important;
        min-height: 50px;
    }
    ul.features li.f-4 {
        background-size: 35px !important;
        min-height: 50px;
    }
    .section-title > p {
        padding: 0 0%;
      line-height: 26px !important;
    font-size: 16px;
    }
    .fiksable-works-list > p {
        line-height: 24px;
    }
    .fiksable-works-sec-title {
        margin-bottom: 0px;
    }
    .fiksable-works-video {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        background-size: 100% 100%;
		 margin-top: 30px;
    }
  
    .fiksable-works-list > p span {
        height: 80px !important;
    }
    .why-fiksable-section .section-title {
        margin-bottom: 20px;
    }
    .why-fiksable-item-text {
        text-align: center;
    }
    .why-fiksable-item-text > p {
        padding: 0px 0px !important;
        line-height: 24px;
    }
    .why-fiksable-item {
        padding: 19px 0;
    }
    .counter-section-items {
        width: 50%;
        float: left;
        text-align: center;
        margin-bottom: 0;
    }
    .counter-section-items-5 {
        width: 100%;
        margin-bottom: 0;
    }
    .col_fourth h4 {
        margin: 9px 0 0px 0 !important;
    }
    .counter-section {
        padding: 30px 0 12px;
    }
    .client-testimonial-section {
        padding: 30px 0 ;
    }
    .client-testimonial-section .inner-wraper {
        width: 100%;
        padding: 0px 0px !important;
    }
    .client-testimonial-section .section-title p {
        margin: 12px 0 24px 0;
        line-height: 24px;
        padding: 0px 0px;
    }
    .what-writing-section {
        padding: 19px 0 40px;
        background-size: cover;
        height: auto;
        background: #ffd751
    }
    .what-writing-section .front-cover,
    .what-writing-section .back-cover-2,
    .what-writing-section .back-cover {
        display: none;
    }
    .what-writing-section h1 {
        font-size: 22px !important;
        padding: 20px 0 5px 0 !important;
    }
   
    .get-tuch-hello {
        padding: 20px 10px 0;
        width: 250px;
        margin-top: 15%;
        left: 5%;
        width: 100% !important;
    }
    .get-tuch-address {
        margin-top: 0;
    }
    .get-tuch-hello h1 {
        font-size: 18px;
        margin: 0 0 0 0;
    }
    .office-details h3 {
        font-size: 14px;
        margin: 0 0 0 0;
    }
    .office-details p {
        font-size: 14px;
        margin-top: 10px;
    }
    .office-details {
        margin-bottom: 13px;
    }
    .get-tuch-hello form .form-control {
        height: 30px;
        font-size: 14px;
    }
    .get-tuch-hello form .map-form-btn {
        font-size: 14px;
        padding: 10px 30px;
        margin-top: 6px;
    }
    .get-tuch-hello form {
        padding: 0 0 25px 0;
    }
    .map-inner-location {
        width: 75px;
        height: 101px;
        left: 20%;
        top: 44%;
        background-size: cover;
    }
    .map-inner-location h2 {
        padding: 26px 13px 0 11px;
        font-size: 14px;
    }
    .footer-section {
        padding-top: 30px;
    }
    .footer-inner > p {
        padding-right: 0;
    }
    .footer-subscriber .btn-default,
    .footer-subscriber .btn-default:hover,
    .footer-subscriber .btn-default:active,
    .footer-subscriber .btn-default:focus {}
    .footer-subscriber {
        display: block;
        width: 100%;
        overflow: hidden;
    }
    .six .button-bg {
        left: 0 !important;
    }
    .custom-navbar-default {
        background: rgba(67, 90, 100, 1);
        width: 100%;
        height: 60% !important;
        display: block;
    }
    .header-inner > p span {
        font-size: 26px;
    }
    .map-contact-inner h1 {
        font-size: 22px;
    }
    .form-inline .form-group .form-control {
        border-radius: 3px !important;
        -webkit-border-radius: 3px !important;
        -moz-border-radius: 3px !important;
    }
    .form-inline {
        width: 100% !important;
        margin: 0px auto;
    }
    .scroll-down-btn {
        display: none;
    }
    .what-writing-section .col-md-12 > h1 {
        font-size: 24px;
    }
   
    .navbar-default {
        padding: 0;
    }
    .cat-back > h2 {
        font-size: 15px;
        padding: 20px 0 14px;
    }
    .cat-back > p {
        font-size: 12px;
        padding: 0 0px 0px;
    }
    .cat-back > a {
        font-size: 12px;
    }
    .counter-inner-count {
        width: 120px;
        height: 120px;
    }
    .counter-inner-count span {
        font-size: 52px;
    }
    .counter-inner-count h4 {
        font-size: 22px;
    }
    .counter-section-items > p {
        font-size: 18px;
    }
    .counter-section-items {
        height: 166px;
    }
    .fiksable-works-list > p {
        font-size: 14px;
    }
    .footer-inner > p {
        font-size: 14px;
    }
    .company > li > a {
        font-size: 14px;
    }
    .usefull-links > li > a {
        font-size: 14px;
    }
    .cat-front p {
        font-size: 14px;
    }
    .cat-back p {
        font-size: 14px;
    }
    .top-categories-see-btn > a {
        font-size: 16px;
    }
    .fiksable-works-read-btn > a {
        font-size: 15px;
        padding: 0px 25px 0px 13px !important;
    }
    .fiksable-works-read-btn > a > .material-icons {
        display: none;
    }
    .footer-inner > h3 {
        font-size: 14px;
        margin-top: 5px !important;
    }
    .footer-subscriber .form-control {
        font-size: 14px;
    }
    .main-footer > p {
        font-size: 14px;
    }
}

@media (max-width:420px) {
	.fiksable-works-video img {
		width:100% !important;
		height:100% !important;
		padding:20px 30px;
		margin:0px;
	}
    ul.top-cate-listing {
        list-style: none;
        text-align: center !important;
        padding: 0px 0px !important;
    }
    ul.top-cate-listing li {
        padding: 0px 0px 0px 5px !important;
        display: table;
        margin: 0px 0px;
        vertical-align: middle;
		text-align: center !important;
    }
    ul.top-cate-listing li img {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }
    ul.top-cate-listing li span {
        width: 30px;
        vertical-align: middle;
        display: table-cell;
    }
    ul.top-cate-listing li h4 {
        vertical-align: middle;
        display: table-cell;
    }
    ul.top-cate-listing li a {
        text-transform: none !important;
        font-size: 13px;
    }
}

@media (min-width:450px) and (max-width:767px) {
    ul.top-cate-listing {
        list-style: none;
        text-align: left !important;
        padding: 0px 0px !important;
    }
    ul.top-cate-listing li {
        padding: 0px 0px 0px 0px !important;
        display: table;
        margin: 0px 0px;
        vertical-align: middle;
        text-align: center;
    }
    ul.top-cate-listing li img {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }
    ul.top-cate-listing li span {
        width: 30px;
        vertical-align: middle;
        display: table-cell;
    }
    ul.top-cate-listing li h4 {
        vertical-align: middle;
        display: table-cell;
    }
    ul.top-cate-listing li a {
        text-transform: none !important;
        font-size: 13px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
	.blg_fr_lgo .blog_lg_brnd:after {  
    top: 8px !important;
  
}
	
	
    ul.top-cate-listing {
        list-style: none;
        padding: 0px !important;
    }
    ul.top-cate-listing li {
        padding: 0px 5px !important;
        margin: 0px;
        vertical-align: top;
        text-align: center;
    }
    ul.top-cate-listing li img {
        width: 35px !important;
        height: 35px !important;
    }
    ul.top-cate-listing li a {
        font-size: 14px !important;
        text-transform: none !important;
    }
}

@media (max-width:538px) {
    .get-tuch-hello {
        padding: 20px 10px 0;
        margin-top: 0;
        left: 3%;
    }
    .map-inner-location {
        width: 61px;
        height: 84px;
        left: 76%;
        top: 45%;
        background-size: cover;
    }
    .map-inner-location h2 {
        padding: 20px 7px 0 4px;
        font-size: 14px;
    }
    .counter-section-items > span {
        font-size: 55px;
    }
    .counter-section-items > h4 {
        font-size: 25px;
    }
    .counter-section-items > p {
        font-size: 17px;
    }
    .header-inner > p {
        font-size: 23px;
        line-height: 30px;
        margin-top: 0;
        margin-bottom: 30px !important;
    }
    .header-inner > p span {
        font-size: 20px;
    }
    .header-inner p > small {
        font-size: 18px;
    }
    .custom-navbar-default {
        background: rgba(67, 90, 100, 1);
        width: 100%;
        height: 63% !important;
        display: block;
    }
    .form-inline .form-group .form-control {
        width: 100%;
        height: 40px;
        font-size: 16px;
    }
    .header-btn {
        font-size: 16px;
        line-height: 40px;
    }
    .map-contact-inner h1 {
        font-size: 18px;
        margin-bottom: 20px;
        padding-left: 7px;
    }
}

@media (max-width:411px) {
    .custom-navbar-default {
        background: rgba(67, 90, 100, 1);
        width: 100%;
        height: 72% !important;
        display: block;
    }
    .counter-inner-count {
        width: 100px;
        height: 100px;
    }
    .counter-inner-count span {
        font-size: 40px;
    }
    .counter-inner-count h4 {
        font-size: 18px;
    }
    .counter-section-items > p {
        font-size: 16px;
    }
}

@media (max-width:350px) {
    .custom-navbar-default {
        background: rgba(67, 90, 100, 1);
        width: 100%;
        height: 82% !important;
        display: block;
    }
}

@media (min-width:360px) and (max-width:538px) {
    .header-inner {
        text-align: center;
        padding: 0 0;
        margin-top: 44%;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .navbar-header {
        width: 100%;
    }
    .navbar-default .navbar-brand {
        width: 100%;
        text-align: center;
    }
    .custom-navbar-nav {
        padding: 0 50px;
    }
    .get-tuch-hello {
        padding: 28px 9px 0;
        margin-top: 0%;
    }
    .get-tuch-hello h1 {
        font-size: 30px;
        margin: 0 0 12px 0;
    }
    .map-inner-location {
        left: 52%;
    }
    .header-section {
        background-size: cover;
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .get-tuch-hello {
        margin-top: 8%;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .get-tuch-hello {
        padding: 40px 30px 0;
        margin-top: 10%;
    }
    .get-tuch-hello h1 {
        font-size: 30px;
        margin: 0 0 12px 0;
    }
}

@media (min-width:768px) {
    .header-inner {
        text-align: center;
        padding: 0;
        margin-top: 35%;
    }
    .header-left-option,
    .header-right-option {
        width: 264px;
    }
    .cat-back > h2 {
        padding: 17px 0 9px;
    }
    .why-fiksable-item {
        padding: 37px 0 37px 0px;
    }
    .counter-section-items > span {
        font-size: 55px;
    }
    .counter-section-items > h4 {
        font-size: 25px;
    }
    .counter-section-items > p {
        font-size: 17px;
    }
    .embed-responsive {
        height: 204px;
    }
    .footer-inner > p {
        padding-right: 0px;
    }
    .embed-responsive.embed-responsive-16by9 {
        opacity: .5;
        position: relative;
        height: 345px;
    }
    #polina {
        font-weight: 100;
        color: white;
        margin: 0 auto;
        height: 100%;
        height: 345px;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
    }
    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        width: 124%;
        height: 345px;
        border: 0;
        display: block;
    }
    #polina button {
        display: inline-block;
        border: none;
        font-size: 1.3rem;
        background: url(../img/play.png);
        background-position: center;
        background-repeat: no-repeat;
        color: #fff;
        border-radius: 3px;
        -webkit-transition: .3s -webkit-background;
        -moz-transition: .3s -moz-background;
        -o-transition: .3s -o-background;
        transition: .3s background;
        position: relative;
        z-index: 99;
        outline: none;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (min-width:992px) {
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:active,
    .navbar-default .navbar-nav > li > a:focus {
        font-size: 16px;
    }
    .nav > li > a {
        padding: 15px 7px;
    }
    .navbar-default .navbar-nav > .login-btn a {
        padding: 6px 30px;
        text-decoration: none;
    }
    .login-btn {
        margin-left: 0px;
    }
    .navbar-default .navbar-nav > .sign-up-btn a {
        padding: 7px 26px;
        text-decoration: none;
    }
    .sign-up-btn {
        margin-left: 0px;
    }
    .header-left-option,
    .header-right-option {
        width: 260px;
    }
    .navbar-toggle {
        display: none;
        text-align: right;
    }
    .collapse.in {
        display: block;
    }
    .header-inner {
        text-align: center;
        padding: 0 99px 11px;
        margin-top: 27%;
    }
    .cat-back > h2 {
        padding: 20px 0 15px;
    }
    .why-fiksable-item-text {
        padding: 0px 0px 0px 0px;
    }
    .why-fiksable-item {
        padding: 37px 0 37px 0px;
    }
    .counter-section-items > span {
        font-size: 75px;
    }
    .counter-section-items > h4 {
        font-size: 35px;
    }
    .counter-section-items > p {
        font-size: 21px;
    }
    .embed-responsive {
        height: 256px;
    }
    .footer-inner > p {
        padding-right: 94px;
    }
    .cat-front1 {
        border-right: 0;
    }
    .embed-responsive.embed-responsive-16by9 {
        opacity: .5;
        position: relative;
        height: 465px;
    }
    #polina {
        font-weight: 100;
        color: white;
        margin: 0 auto;
        height: 100%;
        width: 465px;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
    }
    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        width: 124%;
        height: 391px;
        border: 0;
        display: block;
    }
    #polina button {
        display: inline-block;
        border: none;
        font-size: 1.3rem;
        background: url(../img/play.png);
        background-position: center;
        background-repeat: no-repeat;
        color: #fff;
        border-radius: 3px;
        -webkit-transition: .3s -webkit-background;
        -moz-transition: .3s -moz-background;
        -o-transition: .3s -o-background;
        transition: .3s background;
        position: relative;
        z-index: 99;
        outline: none;
        height: 100%;
        width: 100%;
        position: absolute;
        top: -49px;
        left: 0px;
    }
}

@media (min-width:1200px) {
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:active,
    .navbar-default .navbar-nav > li > a:focus {
        font-size: 16px;
        font-weight:300;       
        -webkit-font-smoothing: subpixel-antialiased !important;
        -moz-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .nav > li > a {
        padding: 4px 8px;
        margin-top: 9px;
        border: 2px solid transparent;
        border-radius: 4px !important;
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        margin-left: 3px;
        margin-right: 3px;
    }
    .nav > li > a:hover {
        border: 2px solid #fff;
    }
    .login-btn {
        margin-left: 0px;
    }
    .nav-header .navbar-nav > li a.flag {
        background: url(../img/earth-globe.png) no-repeat left 60% !important;
    }
    .fixed .navbar-nav > li a.flag {
        background: url(../img/earth-globe.png) no-repeat left 60% !important;
    }
    .navbar-default .navbar-nav > li a.flag {
        background: url(../../site/dist/img/earth-globe-white.png) no-repeat left 60%;
        background-size: 20px 20px !important;
        padding-left: 24px !important;
        display: block !important;
        margin-left: 10px !important;
    }
    .navbar-default .navbar-nav > .login-btn a {
        padding: 4px 10px;
        margin-top: 9px;       
       
    }
    .sign-up-btn {
        margin-left: 0px;
    }
    .navbar-default .navbar-nav > .sign-up-btn a {
        padding: 4px 10px;
        margin-top: 9px;     
        margin-left: 5px;
        margin-right: 5px;
    }
    .header-left-option,
    .header-right-option {
        width: 355px;
    }
    .navbar-toggle {
        display: none;
    }
    .header-inner {
        text-align: center;
        padding: 0 99px 11px;
        margin-top: 18%;
    }
    .cat-back > h2 {
        padding: 20px 0 15px;
    }
    .why-fiksable-item {}
    .counter-section-items > span {
        font-size: 75px;
    }
    .counter-section-items > h4 {
        font-size: 35px;
    }
    .counter-section-items > p {
        font-size: 21px;
    }
    .embed-responsive {
        height: 256px;
    }
    .footer-inner > p {
        padding-right: 44px;
    }
    .embed-responsive.embed-responsive-16by9 {
        opacity: .5;
        position: relative;
        height: 465px;
    }
    #polina {
        font-weight: 100;
        color: white;
        margin: 0 auto;
        height: 100%;
        width: 465px;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
    }
    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        width: 124%;
        height: 391px;
        border: 0;
        display: block;
    }
    #polina button {
        display: inline-block;
        border: none;
        font-size: 1.3rem;
        background: url(../img/play.png);
        background-position: center;
        background-repeat: no-repeat;
        color: #fff;
        border-radius: 3px;
        -webkit-transition: .3s -webkit-background;
        -moz-transition: .3s -moz-background;
        -o-transition: .3s -o-background;
        transition: .3s background;
        position: relative;
        z-index: 99;
        outline: none;
        height: 100%;
        width: 100%;
        position: absolute;
        top: -49px;
        left: 49px;
    }
}

.cover-section {
    background: url(../img/training/cover-bg.jpg);
    background-size: cover;
    display: block;
    padding: 130px 0;
    text-align: center;
}

.cover-section h2 {
    color: #fff;
    font-weight: 300;
    font-size: 40px;
}

.cover-section p {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 20px;
    line-height: 24px;
}

.cover-section .cover-btn a {
    background: #7fba00;
    display: inline-block;
    border-radius: 30px;
    padding: 10px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 40px;
    text-decoration: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.cover-section .cover-btn a:hover {
    background: #5B8500;
}

.trading-menu-section {
    text-align: center;
    background: #fafafa;
}

.cover-section-pri {
    background: url(../img/privacy.jpg);
    background-size: cover;
    display: block;
    padding: 130px 0;
    text-align: center;
}

.cover-section-pri h2 {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 30px;
}

.cover-section-pri p {
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    font-family: 'Roboto';
    color: #fff;
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 20px;
}

.cover-section-pri .cover-btn a {
    background: #7fba00;
    display: inline-block;
    border-radius: 30px;
    padding: 10px 30px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-top: 40px;
    text-decoration: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.cover-section-pri.cover-btn a:hover {
    background: #5B8500;
}

.trading-menu-section {
    text-align: center;
    background: #fafafa;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    width: 100%;
}

.trading-menu {
    display: inline-block;
    margin: 0;
    padding-left: 0;
}

.trading-menu > li {
    display: inline-block;
    list-style: none;
    margin: 0 auto;
}

.trading-menu > li > a {
    font-size: 16px;
    font-weight: 300;
    padding: 20px 48px;
    color: #263238;
    border-bottom: 2px solid transparent;
    display: block;
}

.trading-menu > li > a:hover,
.trading-menu > li.active a {
    color: #7fba00;
    border-bottom: 2px solid #7fba00;
    text-decoration: none;
    position: relative;
}

@media (max-width:991px) {
    .trading-menu > li > a {
        font-size: 16px !important;
        font-weight: 300;
        padding: 5px 10px !important;
        color: #263238;
        border-bottom: 2px solid transparent;
        display: block;
    }
    .trdng-men-wrap .container {
        padding: 0px !important;
    }
    .trading-menu-container {
        width: 100% !important;
        margin: 0px auto !important;
        padding: 0px !important;
    }
    .trdng-nv-blk a {
        padding: 10px 0px !important;
        display: block;
        color: #273951;
        font-size: 15px;
        font-weight: 300;
        text-align: center;
        border-bottom: 1px solid #e6e6e6 !important;
    }
    .trdng-nv-blk a:hover,
    .trdng-nv-blk a.active {
        text-decoration: none;
        color: #fff !important;
        z-index: 15px !important;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
        background: #7fba00 !important;
    }
}

@media(max-width:1025px) {
    .trdng-men-wrap {
        display: none;
    }
}

.trdng-men-wrap {
    text-align: center;
    /*border-bottom: 1px solid #dadfe4;*/
    width: 100%;
    margin-top: 59px;
    /*background: #e1f0f7*/
}

.trading-menu-container {
    width: 84%;
    margin: 0px auto !important;
    padding: 0px !important;
}

.trading-menu-container .row {
    margin: 0px 0px !important;
}

.trading-menu-container .trdng-nv-blk {
    padding: 0px 0px !important;
    border-right: 1px solid #eceaea;
}

.trdng-nv-blk a {
    padding: 21px 0px;
    display: block;
    color: #273951;
    font-size: 16px;
    font-weight:400;
    text-align: center;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    border-bottom: 2px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
}

.trading-menu-container .trdng-nv-blk:last-child {
    border-right: none;
}

.trdng-nv-blk a:hover,
.trdng-nv-blk a.active {
    text-decoration: none;
    border-bottom: 2px solid #7fba00;
    border-right: 1px solid transparent !important;
    color: #273951;  
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.trading-menu-2 > li {
    display: inline-block;
    list-style: none;
    margin: 0 auto;
}

.trading-menu-2 > li > a {
    font-size: 16px;
    font-weight: 300;
    padding: 20px 48px;
    color: #263238;
    border-bottom: 2px solid transparent;
    display: block;
}

.trading-menu-2 > li > a:hover,
.trading-menu-2 > li.active a {
    color: #7fba00;
    border-bottom: 2px solid #7fba00;
    text-decoration: none;
    position: relative;
}

.quote-section {
    display: block;
    width: 100%;
    padding: 60px 0 44px;
    margin-bottom: 0;
}

.title-section {
    display: block;
    margin-bottom: 30px;
}

.title-section h2 {
    font-size: 35px;
    font-weight: 300;
    text-align: left;
    color: #333333;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.quote-item-new {
    padding-right: 15px;
}

.quote-item > p {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #263238;
    margin: 0;
    padding: 0;
    line-height: 24px;
}

.quote-item > h3 {
    font-size: 22px;
    font-weight: 300;
    text-align: left;
    color: #263238;
    margin: 20px 0;
    padding: 0;
}

.quote-item > ul {
    padding: 0;
    margin: 0;
    padding-left: 15px
}

.quote-item > ul > li {
    color: #7fba00
}

.quote-item > ul > li > span {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #263238;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    display: block;
}

.quote-thum {}

.quote-thum1 {
    padding: 52px 0px 0px 0px;
}

.quote-thum2 {
    padding: 52px 0px 0px 0px;
}

.quote-thum .quote-item-thum {
    padding: 0;
    border: 1px solid #e0e7ee;
    text-align: center;
    padding: 50px 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    background: #fafafa;
    margin: 0px 0px 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.quote-thum .quote-item-thum:hover {
    box-shadow: 0 0 15px 2px #CCCCCC;
    background: #fff;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.quote-thum > a {}

.quote-thum .quote-item-thum .img-responsive {
    height: 100px;
    width: auto;
    display: inline-block;
}

.quote-content {
    display: block;
    margin-top: 20px;
}

.quote-content > p {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #263238;
    margin-right: 30px;
    padding: 0;
    margin-bottom: 20px;
    display: block;
    line-height: 24px;
}

@media (max-width:992px) {
    .quote-thum .quote-item-thum {
        margin: 15px !important;
        display: block;
        border-left: 1px solid #e0e7ee !important;
        border-right: 1px solid #e0e7ee !important;
        border-top: 1px solid #e0e7ee !important;
        border-bottom: 1px solid #e0e7ee !important;
    }
    .quote-thum .quote-item-thum1 {
        margin: 15px 0 !important;
    }
    .quoting-thumb-item {
        text-align: center !important;
    }
}

.quote-thum .quote-item-thum1 {
    background: #fff;
}

.introducing-section {
    display: block;
    width: 100%;
    padding: 63px 0 46px;
    background: #fafafa;
}

.template-section {
    text-align: center;
    display: block;
    padding: 62px 0 55px;
}

.template-section .title-section > h2 {
    font-size: 35px;
    font-weight: 300;
    text-align: center;
    color: #273951;
    margin: 0;
    padding: 0;
}

.template-section .title-section > p {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #263238;
    margin: 20PX 0;
    padding: 0;
    margin-bottom: 20px;
    display: block;
    line-height: 24px;
}

.template-item {
    text-align: center;
    margin: 25px 0px 40px;
}

.template-item img {
    display: inline-block;
}

.template-item img {
    display: inline-block;
    border: 0;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -o-transform: scale(1);
    transform: scale(1);
}

.template-item img:hover {
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.template-item > a {}

.template-item > h3 {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    color: #263238;
    margin: 20PX 0;
    padding: 0;
    margin-bottom: 0px !important;
    display: block;
    line-height: 28px;
}

.template-item > p {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #263238;
    margin: 10PX 0;
    padding: 0;
    display: block;
    line-height: 24px;
}

.quoting-section {
    display: block;
    width: 100%;
    padding: 64px 0 0px;
    background: #fafafa;
}

.quoting-title-item {}

.quoting-title-item > h3 {
    font-size: 35px;
    font-weight: 300;
    text-align: left;
    color: #273951;
    margin: 0;
    padding: 0;
}

.quoting-title-item > p {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #263238;
    margin: 20PX 0;
    padding: 0;
    display: block;
    line-height: 24px;
}

.quoting-item {
    display: block;
    background: #fff;
    margin-bottom: 30px;
    padding: 30px 30px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 1px solid #e6e6e6;
}

.quoting-item:hover {
    box-shadow: -1px 2px 30px -1px #ccc;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.quoting-item a img {
    display: block;
    margin-top: 20px;
}

.quoting-item2 a img {
    margin-top: 48px;
}

.quoting-item h3 {
    font-size: 22px;
    font-weight: 300;
    text-align: left;
    color: #263238;
    margin: 0 0 10PX 0;
    padding: 0;
    display: block;
    line-height: 28px;
}

.quoting-item p {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #263238;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 24px;
}

.quoting-thumb-item {
    text-align: center;
    margin-top: 40px;
}

.quoting-thumb-item img {
    display: inline-block;
}

@media (max-width:768px) {
    .quote-section {
        padding: 30px 0;
    }
    .quote-item > ul > li {
        list-style: none
    }
    .quote-thum img,
    .quoting-item a img {
        display: inline-block;
        margin-top: 4px;
        margin-bottom: 15px;
    }
    .trading-menu > li > a {
        padding: 10px 14px;
        font-size: 16px;
    }
    .title-section h2 {
        font-size: 24px;
        padding-bottom: 0px;
    }
    .neg-feed-inner-sec h2 {
        font-size: 24px !important;
    }
    .title-section {
        margin-bottom: 17px;
    }
    .quote-item > h3 {
        margin: 20px 0 20px;
        font-size: 22px;
    }
    .quote-item > ul > li > span {
        margin-bottom: 12px;
    }
    .quote-section {
        margin-bottom: 0;
    }
    .introducing-section {
        padding: 30px 0;
    }
    .template-section .title-section > h2 {
        font-size: 24px;
    }
    .template-section {
        padding: 30px 0;
    }
    .template-section .title-section > p {
        margin: 10PX 0;
    }
    .quoting-section {
        padding: 30px 0;
    }
    .quoting-title-item > h3 {
        font-size: 24px;
    }
    .cover-section p {
        text-align: justify;
        line-height: 24px;
    }
    .quote-item-new {
        padding-right: 0 !important;
    }
    .quote-thum1 {
        margin-right: 0;
        margin: 0 auto;
    }
    .quote-content > p {
        margin-right: 0;
    }
    .quote-item > ul {
        padding-left: 0;
    }
    .quoting-item {
        text-align: center;
    }
    .profile-item {
        padding: 0 20px !important;
    }
    .quote-thum .quote-item-thum {
        margin: 15px 0 !important;
    }
    .managing-item {
        text-align: center;
        padding: 35px 25px;
        border-left: 1px solid #e0e7ee;
        border-top: 1px solid #e0e7ee;
        margin: 0 15px 15px;
        border-right: 1px solid #e0e7ee !important;
        border-bottom: 1px solid #e0e7ee;
    }
    .cover-section .cover-btn a {
        font-size: 16px;
    }
    .template-item img {
        width: 130px;
        height: auto;
    }
    .template-item > h3 {
        font-size: 22px;
    }
    .quoting-item h3 {
        font-size: 22px;
    }
    .quoting-thumb-item {
        text-align: center !important;
        display: none;
    }
    .quoting-item2 {
        margin-bottom: 0;
    }
}

.section {
    display: block;
    width: 100%;
    padding: 0px 0 0px;
}

.managing-section {
    text-align: center;
    display: block;
    width: 100%;
    background: #fafafa;
    padding: 30px 0px 10px;
}

.title-section > h2 {
    text-align: left;
}

.training-section-title > h2 {
    text-align: center;
}

.training-section-title > h4,
.training-section-title > h4 > a {
    text-align: center;
    font-weight: 300;
    color: #00aff0;
    margin: 0;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 29px;
}

.title-section > p {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #263238;
    padding: 0;
    display: block;
    line-height: 24px;
}

.managing-item {
    text-align: center;
    padding: 30px 30px;
    border: 1px solid #e6e6e6 !important;
    border-right: none;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    margin: 0px 0px 30px;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.managing-item:hover {
    box-shadow: -1px 2px 30px -1px #cccccc;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    z-index: 99;
}

.managing-item > a {
    color: #263238;
    text-decoration: none !important
}

.managing-item > a img {
    display: inline-block;
    height: 105px;
    width: auto;
}

.managing-item > a > h4 {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    color: #273951000;
    margin: 10PX 0;
    padding: 0;
    display: block;
    line-height: 28px;
}

.managing-item > a > p {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #263238;
    margin: 10PX 0;
    padding: 0;
    display: block;
    line-height: 24px;
}

.follow-section {
    background: #fff;
    padding-bottom: 40px;
}

.follow-section .time-row {
    position: relative;
}

.follow-section .time-row:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 2px;
    height: 100%;
    background: #68b0ea;
    left: 0;
    right: 0;
    position: absolute;
    top: 0px;
}

.col-item {
    display: block;
    position: relative;
    padding: 0px;
}

.col-item_2 {
    padding: 0px 15px;
}

.col-item-last {
    margin: 100px 0 0 0;
}

.date-timeline {
    width: 75px;
    height: 75px;
    background: #fafafa;
    border-radius: 50%;
    position: absolute;
    margin-top: 60px;
    display: block;
    text-align: center;
    padding-top: 15px;
    box-shadow: 0px 1px 2px 0px #BDBDBD;
}

.date-timeline p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    color: #263238;
    padding: 0;
    display: block;
    line-height: 20px;
}

.col-item:nth-child(odd) .date-timeline {
    right: -52px;
}

.col-item:nth-child(even) .date-timeline {
    left: -52px;
}

.col-item:nth-child(even) {
    position: relative;
    top: 155px;
}

.timeline-item-content {}

.blog-time-line-content {
    background: #fafafa;
    padding: 15px 15px;
    box-shadow: 0px 1px 2px 0px #CFCFCF;
    position: relative;
    z-index: 9999;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.blog-time-line-content:before {
    content: "";
    position: absolute;
    right: -10px;
    height: 20px;
    width: 20px;
    background: #fafafa;
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: 1px -1px 1px -1px #808080;
    top: 43%;
    z-index: -9;
}

.blog-time-line-content:nth-child(even):before {
    left: -10px;
    box-shadow: -1px 1px 1px -1px #808080;
}

.thumb img {
    display: block;
    margin-top: 50px;
}

.in > p {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    color: #263238;
    margin: 10PX 0;
    padding: 0;
    display: block;
    line-height: 24px;
}

.media-heading {
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    color: #263238;
    margin: 10PX 0;
    padding: 0;
    display: block;
    line-height: 28px;
}

.tips-section {
    display: block;
    padding: 40px 0;
    background: #fafafa
}

.tips-title {
    display: block;
    margin-top: 35px;
}

.tips-title h1 {
    font-size: 75px;
    font-weight: 200;
    text-align: center;
    color: #fff;
    padding: 0;
    display: block;
    background: #7fba00;
    width: 90px;
    height: 90px;
    line-height: 82px;
    margin: 0px auto;
    border-radius: 100%;
    b
}

.tips-title h2 {
    font-size: 60px;
    font-weight: 200;
    text-align: center;
    color: #7fba00;
    padding: 0;
    display: block;
    margin: 0;
}

.tips-item {
    display: block;
    margin-top: 40px;
}

.tips-item h3 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 300;
    text-align: left;
    color: #263238;
    padding: 0;
    display: block;
    line-height: 28px;
    margin-bottom: 10px;
}

.tips-item p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
    line-height: 24px;
    color: #263238;
    padding: 0;
    display: block;
    margin: 0;
}

.tips-item a {
    background: #7fba00;
    border-radius: 50%;
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
}

.tips-item a img {
    display: inline-block;
    margin-top: 15px;
}

.tips-item.light a img {
    display: inline-block;
    margin-top: 6px;
}

@media (max-width:1000px) {
    .follow-section .time-row:before {
        display: none;
    }
    .col-md-2.date-area {
        display: none;
    }
    .thumb img {
        display: inline-block;
    }
    .blog-time-line-content,
    .media-heading,
    .in > p {
        text-align: center;
    }
    .col-item {
        margin: 20px 0 !important
    }
    .thumb img {
        margin-top: 50px;
        height: 100px;
        width: auto;
    }
    .col-item:nth-child(odd) {
        margin-top: 0px;
    }
    .col-item:nth-child(even) {
        position: relative;
        top: 5px;
    }
    .blog-time-line-content:before {
        display: none;
    }
    .tips-item a {
        margin: 0 auto;
    }
    .tips-item h3,
    .tips-item p,
    .tips-title h1 {
        text-align: center;
        margin-top: 10px;
    }
    .profile-desktop {
        display: none !important;
    }
    .profile-mobile {
        display: block !important;
    }
}

.profile-desktop {
    background: #fafafa;
    padding-bottom: 30px;
}

.exercise-row {}

.exercie-item {
    text-align: center;
    padding: 30px 30px;
    border: 1px solid #e6e6e6;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    background: #fff;
    margin: 0px 0px 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.ext-hgt-item1 {
    min-height: 360px;
}

.ext-hgt-item3 {
    min-height: 340px;
}

.ext-hgt-item2 {
    min-height: 440px;
}

.exercie-item:hover {
    box-shadow: -1px 2px 30px -1px #cccccc;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.exercie-item > a {
    color: #263238;
    text-decoration: none !important
}

.exercie-item > a img {
    display: inline-block;
    height: 90px;
    width: auto;
}

.exercie-item > a > h4 {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    color: #273951000;
    margin: 25px 0 10px;
    padding: 0;
    display: block;
    line-height: 28px;
}

.exercie-item > a > p {
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
    color: #263238;
    margin: 10PX 0;
    padding: 0;
    display: block;
    line-height: 24px;
}

@media (max-width:992px) {
    .exercie-item {
        margin: 15px;
        border-left: 1px solid #e0e7ee !important;
        border-right: 1px solid #e0e7ee !important;
        border-bottom: 1px solid #e0e7ee !important;
        border-top: 1px solid #e0e7ee !important;
    }
}

.section {}

.profile-section {}

.profile-section .row .profile-item {
    position: relative;
}

.profile-thumb img {
    border-radius: 10px;
}

.profile-section .row:nth-child(even) .profile-thumb:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fafafa;
    display: block;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 5px;
    top: 47%
}

.profile-section .row:nth-child(odd) .profile-thumb:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #fafafa;
    display: block;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 38px;
    top: 47%
}

.custom-row-bg {
    background: #fafafa;
}

.profile-item {
    display: block;
    overflow: hidden;
    padding: 0 0px;
}

.profile-item > h2 {
    margin: 0;
    font-size: 30px;
    color: #11b4f1;
    font-weight: 300;
    display: block;
    margin-top: 40px;
}

.profile-item > h3 {
    margin: 0;
    font-size: 22px;
    color: #263238;
    font-weight: 300;
    margin-top: 15px;
}

.profile-item > p {
    margin: 0;
    font-size: 14px;
    color: #263238;
    font-weight: 300;
    line-height: 24px;
    display: block;
    margin-top: 20px;
    text-align: left;
}

.profile-mobile {
    display: none !important;
}

@media (max-width:768px) {
    .profile-section .row:nth-child(even) .profile-thumb:before,
    .profile-section .row:nth-child(odd) .profile-thumb:before {
        display: none;
    }
    .profile-thumb {
        display: block;
        margin: 15px 20px
    }
    .profile-thumb img {
        width: 100%;
        height: auto;
    }
    .profile-desktop {
        display: none !important;
    }
    .profile-mobile {
        display: block !important;
    }
    .section {
        padding: 30px 0 10px !important;
    }
    .navbar-toggle {
        display: block !important;
    }
    .cat-items1 .border-left1 {
        border-left: none;
    }
    .section {
        padding: 30px 0;
    }
    .thumb img {
        margin-top: 24px;
    }
    .thumb img {
        margin-top: 10px;
    }
    .tips-section {
        padding: 0px 0 40px;
    }
    .exercie-item {
        min-height: auto;
    }
    .profile-item > h2 {
        font-size: 40px;
        margin-top: 10px;
    }
    .profile-item > h3 {
        margin-top: 15px;
        font-size: 22px;
    }
    .col-item {
        margin: 20px 15px !important;
    }
    .nb-section-row {
        margin: 0;
    }
    .title-section > p {
        font-size: 14px;
        line-height: 24px;
    }
    .managing-item > a > p {
        font-size: 14px;
        line-height: 24px;
    }
    .tips-item p {
        font-size: 14px;
        line-height: 24px;
    }
    .exercie-item > a > p {
        font-size: 14px;
        line-height: 24px;
    }
    .profile-item > p {
        font-size: 14px;
        line-height: 24px;
    }
    .nb-training-alart p {
        font-size: 16px;
    }
    .managing-item > a > h4 {
        font-size: 20px;
    }
    .tips-item h3 {
        min-height: 26px;
    }
}

@media (min-width:1025px) {
    .navbar-toggle {
        display: none !important;
    }
}

.navbar-header .navbar-collapse.collapse {
    display: none !important;
}

.navbar-collapsee {
    display: none !important;
}

.collapse.in {
    display: block !important;
}

div#bs-example-navbar-collapse-1.in {
    display: block !important;
}

@media (min-width:992px) {
    div#bs-example-navbar-collapse-1 {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapsee {
        display: block !important;
    }
}

@media (max-width:992px) {
    .navbar-default .navbar-nav > li > a {
        width: 100%;
        text-align: left;
    }
    .nav.navbar-nav {
        width: 100%;
        padding: 0;
        margin: 0;
        display: block;
    }
    .navbar-nav>li {
        float: none;
    }
    .six .button-wrap {
        width: 100px;
        margin-left: 0;
        margin: 0px auto;
        cursor: pointer;
        margin-top: 12px;
    }
    .six .button-bg {
        left: 27px;
    }
    .custom-navbar-default {
        background: rgba(67, 90, 100, 1);
        width: 100%;
        height: 48%;
        display: block;
    }
    .managing-item-training5 {
        height: 435px;
        border-right: 1px solid #e0e7ee;
        border-bottom: 1px solid #e0e7ee !important;
    }
    .managing-item-training5 {
        height: auto !important;
    }
    .quote-item > ul {
        padding: 0;
    }
    .quote-item > ul > li > span img {
        display: block !important;
        margin-right: 10px;
        float: left;
    }
    .quote-thum1 {
        display: none !important;
    }
    .quote-thum2 {
        display: none;
    }
}

@media (max-width:1024px) and (min-width:768px) {
    .navbar-default .navbar-brand {
        width: auto;
        text-align: center;
    }
    .navbar-collapse.collapse {
        display: none!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
}

.custom-navbar-default {
    background: rgba(67, 90, 100, 1);
}

@media (max-width:767px) {
    .map-contact-inner {
        padding: 20px 10px 10px !important;
    }
}

.map-contact-inner {
    background: #fff;
    overflow: hidden;
    margin: 80px 0;
    padding: 36px 20px 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.get-tuch-hello {
    width: 50%;
    float: left;
    padding: 0 10px 0px 0px;
    position: relative
}

.get-tuch-hello form {
    margin-top: 20px;
}



.fiksable-works-list > p span {
    color: #f74b6f !important;
    margin-right: 8px;
    font-size: 29px;
    float: left;
    line-height: 45px;
    height: 60px;
}

@media (max-width:1000px) {
    .profile-desktop {
        display: none !important;
    }
    .profile-mobile {
        display: block !important;
    }
    .profile-thumb img {
        width: 100%;
        height: auto;
    }
    .profile-thumb {
        display: block;
        margin: 15px 20px;
    }
}

.managing-item-training5 {
    border: 1px solid #e6e6e6 !important;
    background: #fff;
    margin: 0px 0px 30px;
}

.mg-hght-one {
    min-height: 406px;
}

.mg-hght-two {
    min-height: 340px;
}

.mg-hght-three {
    min-height: 360px;
}

.mg-hght-four {
    min-height: 315px;
}

.mg-border-none {
    border-bottom: none;
}

.mg-border-right {
    border-right: 1px solid #e0e7ee;
}

.training5-row1 {}

.avoiding-neg-feeed-sec {
    background: #fafafa;
}

.avoiding-neg-feeed-sec .avoiding-row {}

.negative-feed-sec {
    margin-top: 60px;
}

.neg-feed-inner-sec h2 {
    font-size: 30px;
}

.negative-feed {
    background: #fafafa;
}

.nb-section-row {}

.nb-training-alart {
    text-align: left;
    background: #fff;
    border: 1px solid #e0e7ee;
    padding: 25px 25px;
    margin: 0px 0px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.nb-training-alart p {
    font-size: 14px;
    margin: 0;
    padding: 0px 0px;
    text-align: left;
    color: #263238;
    font-weight: 300;
    line-height: 24px;
}

.nb-training-alart p span {
    color: #69b8f6;
}

.nb-training-alart {}

.quote-item > ul > li > span img {
    display: none;
}

.nav-header {
    background: #fff;
    border-bottom: 1px solid #dadfe4;
    color: #273951;
}

.nav-header .navbar-brand {
    color: #02a8f3 !important;
	position:relative;
}

.blg_fr_lgo .blog_lg_brnd{
	position:relative;
}
.blg_fr_lgo .blog_lg_brnd:after{
	display: block;
    position: absolute;
    content: "Blog";
    color: rgb(16, 36, 62);
    font-weight: 300;
    font-family: "Yellowtail";
    font-size: 20px;
    top: 13px;
    right: -29px;
	
}


.nav-header .navbar-brand span {
    color: #777 !important;
}

.nav-header a {
    color: #333 !important;
}

.nav-header a span {
    color: #4a576d !important;
}

.nav-header .navbar-brand .logo-blk {
    display: block;
}

.nav-header .navbar-brand label {
    font-variant: small-caps
}

.nav-header .login-btn a {
    color: #fff;
}

.nav-header .login-btn a:hover {
    color: #273951 !important;
}

.nav-header .sign-up-btn a {
    color: #fff;
}

.nav-header .sign-up-btn a:hover {
    color: #273951 !important;
}

.provider-top {
    max-width: 600px;
    margin:120px auto 20px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding:40px 50px 10px;
    box-sizing: border-box;
    box-shadow: 0 3px 10px rgba(49, 58, 73, .1), 0 3px 10px rgba(49, 58, 73, .1);
}

.provider-subcate-top {
    max-width: 900px;
    margin: 20px auto;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 20px 50px 20px;
    box-sizing: border-box;
    box-shadow: 0 3px 10px rgba(49, 58, 73, .1), 0 3px 10px rgba(49, 58, 73, .1);
}

.provider-subcate-top .categorylisting {
    height: 230px;
    overflow: auto;
}

.provider-subcate-top h3 {
    font-size: 13px;
    font-weight: 300;
    text-align: left;
    margin: 20px 0px 30px;
}

.provider-subcate-top h3 img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    margin-right: 5px;
}

.seeker-wraper {
    padding: 0px;
    margin: 0px;
    font-family: "Avenir";
    background: #f2f5f7 url(../img/seekerbg.jpg) no-repeat center top 60%;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
   
}

.signup-seeker {
    width: 100%;
    padding: 100px 0px 20px 0px;
}


.pro-busi {
   padding: 90px 0px 0px;
    margin: 0px;  
    font-family: "Avenir";
    background-size: cover;
    display: block;
   
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    z-index:999;
    position: relative;  
    bottom: 0px;
}

.sign-feild-area-large {
    max-width: 900px;
    margin: 0px auto;
    margin-bottom: 20px;
}

.sign-feild-large {
    max-width: 100%;
    margin: auto;
}

.sign-feild-area {
    max-width: 100%;
    margin: auto;
}

.sign-feild-area-two {
    max-width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

.continue-btn {
    border: none;
    border: 1px solid #00aff0;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Avenir';
    font-weight: 300;
    padding: 8px 30px;
    border-radius: 25px;
    cursor: pointer;
    background: transparent;
    color: #fff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    margin: 20px auto 0px;
    display: block;
    background: #00aff0
}

.continue-btn:hover {
    background: #00aff0;
    color: #fff;
    border: 1px solid #00aff0;
}

@media(max-width:400px) {
    
    .signup-seeker .wrap-effect {
        padding: 30px 20px !important;
    }
  
    .or-separator {
        width: 100% !important;
    }
}

.signup-seeker h1 {
    text-align: center;
    font-size:30px;
       color: #273951;
    font-weight: 500;
    margin: 0;
    padding: 0;
    font-family: 'Avenir';
	margin-top:20px;
}

.signup-seeker h3 {
    text-align: center;
    font-weight: 300;
    color: #273951;
    margin-bottom: 35px;
    font-size: 25px;
	    word-break: break-all;
    line-height: 35px;
   
}

.signup-seeker h5 {
    display: block;
    text-align: center;
    color: #273951;
    text-decoration: none;
    font-weight: 400;
    margin-top: 20px;
    font-size: 14px;
	line-height:20px;
}



.signup-seeker h5 span a {
       color: #0b64b7;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    margin-left: 5px;
    text-decoration: underline;
}

.signup-social {   
    padding: 10px 0px;   
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    margin: 0px auto 20px;
}



.signup-social .signup-fb {
       width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-border-box: border-box;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 10px 0px;
    display: block;
    color: #4c66a3;
    text-align: center;
    -webkit-font-smoothing: subpixel-antialiased !important;
    font-weight: 400;
    font-size: 15px;
    border: none;
    line-height: 35px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    border: 2px solid #4c66a3;
}

.signup-social .signup-fb:hover {
    background: #4c66a3;
    color: #fff;
    border: 2px solid #4c66a3
}

.signup-social .signup-fb .fa {
    padding: 0px 10px;
    border-right: 2px solid #4c66a3;
    width: 40px;
    float: left;
    height: 35px;
    line-height: 35px;
  
    left: 18px;
}

.signup-social .signup-fb a,
.signup-social .signup-gplus a {
    color: #fff;
}

.signup-social .signup-gplus {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-border-box: border-box;
    line-height: 35px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 10px 0px;
    color: #d14a2c;
    text-align: center;
    -webkit-font-smoothing: subpixel-antialiased !important;
    font-weight: 400;
    font-size: 15px;
    display: block;
    border: 2px solid #d14a2c;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.signup-social .signup-gplus:hover {
    border: 2px solid #d14a2c;
    color: #fff;
    background: #d14a2c;
}


.signup-social .signup-gplus .fa {
   padding: 0px 10px;
    border-right: 2px solid #d14a2c;
    width: 40px;
    float: left;
    height: 35px;
    line-height: 35px;
   
    left:18px;
}
.signup-seeker .create-account {
    border: 1px solid #00aff0;
    font-size: 17px;   
    font-weight: 300;
    padding: 5px 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    cursor: pointer;   
    color: #fff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    margin: 0px auto 10px !important;
    display: block;
    background: #00aff0;    
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.signup-seeker .privacy-check {
    position: relative;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 300;
    margin-top: 20px !important;
}

ul.privacy-check {
    list-style: none;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.privacy-check li {
    display: inline-block;
    position: relative;
    float: left;
    margin: 0px 0px 0px 0px;
}

ul.privacy-check li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

ul.privacy-check li input[type=checkbox] {
    position: absolute;
    top: 15px;
    visibility: hidden;
}

ul.privacy-check li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 13px;
    padding: 0px 0px 0px 19px;
    margin: 0px auto 10px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

ul.privacy-check li a {
    color: #1165b7
}

ul.privacy-check li .boxcheck {
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    height: 15px;
    width: 15px;
    top: 1px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

ul.privacy-check li:hover .boxcheck {
    border: 1px solid #88bfff;
}

ul.privacy-check li .boxcheck::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    height: 9px;
    width: 9px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

ul.privacy-check li input[type=checkbox]:checked ~ .boxcheck {
    border: 1px solid #88bfff;
}

ul.privacy-check li input[type=checkbox]:checked ~ .boxcheck::before {
    background: #88bfff;
}

ul.privacy-check li input[type=radio]:checked ~ label {
    color: #88bfff;
}

.create-account:hover {
    background: #00aff0;
    color: #fff;
    border: 1px solid #00aff0
}



.or-separator {
    font-size: 16px;
    text-align: center;
    position: relative;
    font-weight: 300;
    color: #fff;
    width: 60%;
    margin:10px auto 30px;
}

.or-separator:before {
    content: "";
    width: 47%;
    height: 1px;
    background: #e5e3e4;
    position: absolute;
    left: 0;
    top: 7px;
}

.or-separator:after {
    content: "";
    width: 47%;
    height: 1px;
    background: #e5e3e4;
    position: absolute;
    right: 0;
    top:7px;
}

.signup-seeker .wrap-effect {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding:20px 50px 20px;
    box-sizing: border-box;
    box-shadow: 0 52px 64px rgba(0, 0, 0, 0.5);
}

.signup-seeker .feild-info {
    max-width: 700px;
    margin: 20px auto;
    position: relative;
}

.feild-info .group {
    margin-bottom: 20px;
}

.signup-seeker .wrap-effect .group {
    margin-bottom: 30px;
}

.feild-info input {
    font-size:15px;
    padding: 0px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #b8d0ea;
    font-weight: 300;
    margin-top: 0px;
    padding: 17px 0px 4px 0px;
    background: transparent;
    border-radius: 0px !important;
	color: #283b52;
}



.feild-info b {
    color: #999;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    pointer-events: none;
    top: 10px;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    font-weight: 300 !important
}

.feild-info input:focus ~ b,
.feild-info input:valid ~ b {
    top: -12px;
    font-size: 14px;
    color: #88bfff;
    padding-left: 0px;
}

.feild-info .bar {
    position: relative;
    display: block;
    width: 100%;
}

.feild-info .bar:before,
.feild-info .bar:after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #88bfff;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
}

.feild-info .bar:before {
    left: 50%;
}

.feild-info .bar:after {
    right: 50%;
}

.feild-info input:focus ~ .bar:before,
.feild-info input:focus ~ .bar:after {
    width: 50%;
}

.feild-info .highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

.feild-info h4 {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 20px;
}

.feild-info input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.5s ease;
    -moz-animation: inputHighlighter 0.5s ease;
    animation: inputHighlighter 0.5s ease;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #e4e4e4;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #e4e4e4;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #e4e4e4;
    }
    to {
        width: 0;
        background: transparent;
    }
}

.feild-info dt {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 10px
}

.feild-info h6 {
    font-size: 13px;
    font-weight: 300;
    color: #8b9ba3;
}

.feild-info h6 sup {
    color: #900
}

.select-style {
    width: 100%;
    height: 36px;
    margin: 0px 0px;
    border: 1px solid #cfd8dd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0px 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    display: inline-block;
    background: #fff url("http://www.scottgood.com/jsg/blog.nsf/images/arrowdown.gif") no-repeat 100% 50%;
    line-height: 36px;
    color: #999;
}

.select-style select {
    width: 100% !important;
    padding: 0px 0px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-style select:focus {
    outline: none;
}



.signup-seeker .feild-info h5 sup {
    color: #900
}

.signup-seeker .feild-info .personal-info,
.signup-seeker .feild-info .address-info {
    width: 100%;
    padding: 0px 0px;
}

.mobile-ver {
    width: 100%;
}

.mobile-ver input[type="text"] {
    margin: 0px 0px 0px 0px !important;
}

.mobile-ver > p {
    font-size: 14px;
    color: #999;
    text-decoration: underline;
    padding: 0px;
    margin: 0px;
    font-weight: 300;
}

.mobile-ver .left {
    width: 50%;
    float: left;
}

.mobile-ver .right {
    width: 50%;
    float: left;
}

.mobile-ver .date-fe {
    width: 50%;
    float: left;
    margin-top: -10px
}

.mobile-ver .time-fe {
    width: 50%;
    float: left;
    margin-top: -10px
}

@media(max-width:991px) {
    .mobile-ver .date-fe {
        width: 50%;
        float: left;
        margin-bottom: 12px;
    }
    .mobile-ver .time-fe {
        width: 50%;
        float: left;
        margin-bottom: 12px;
    }
}

.mobile-ver .right {
    width: 50%;
    float: left;
}

.mobile-ver .col-fst {
    width: 33.33333%;
    float: left;
}

.privacy-wrap {
    padding: 0px 38px;
    width: 100%;
}

.privacy-wrap h2 {
    font-size: 22px;
    font-weight: 300;
}

.privacy-wrap p {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

.privacy-wrap h3{
	font-size:18px;
	font-weight:400;
	color:#273951;
	line-height: 26px;
	margin-top:30px;
    margin-bottom:0px;
	text-transform
	
}
.privacy-wrap h4{
	font-size:16px;
	font-weight:400;
	color:#273951;
	line-height: 26px;
	    margin-top:10px;
    margin-bottom: 0px;
	
}


ul.privacy-ul{
	 width:100%;
	 padding-left:20px;
	 margin:10px 0px 10px 0px;
	 
}
ul.privacy-ul li{
	 font-weight: 300;
    font-size: 15px;
    line-height: 24px;
	margin-bottom:10px;
	color:#273951;
}

@media (min-width:768px) and (max-width:991px) {
    .header-section-home {      
        background-size: cover;
        position: relative;
        display: block;
        height: auto !important;
        padding: 30px 0px;
    }
    .header-section-home {
        height: 40% !important;
    }
	
	ul.features:before {
		left:74px !important;
	}
	
	
	
	
	
	
}

@media (min-width:992px) and (max-width:1024px) {
    .header-section-home {
        height: 50% !important;
    }
}

@media (min-width:768px) and (max-width:1100px) {
    ul.fiks-wrok-list li {
        padding-left: 65px !important;
    }
    ul.fiks-wrok-list li.f-1 {
        background-size: 40px 40px;
    }
    ul.fiks-wrok-list li.f-2 {
        background-size: 40px 40px;
    }
    ul.fiks-wrok-list li.f-3 {
        background-size: 40px 40px;
    }
    ul.features li {
        margin-bottom: 20px;
        background-repeat: no-repeat;
        padding-left: 65px !important;
    }
    ul.features li.f-1 {
        background-size: 40px !important;
    }
    ul.features li.f-2 {
        background-size: 40px !important;
    }
    ul.features li.f-3 {
        background-size: 40px !important;
    }
    ul.features li.f-4 {
        background-size: 40px !important;
    }
    .top-categories-section {
        padding: 0px 0 0px;
    }
    .header-inner-content > h1 {
        padding: 0px 10px !important;
    }
    ul.home-last-cap {
        margin-top: 40px !important;
    }
    .top-item-sldr {
        padding: 20px 20px !important
    }
    .privacy-wrap {
        padding: 10px 15px !important;
        width: 100%;
    }
    .why-fiksable-section .inner-wraper,
    .how-fiksable-works .inner-wrap,
    .client-testimonial-section .inner-wraper {
        width: 100%;
        padding: 0px 0px;
    }
    .why-fiksable-section .left-features-block {
        padding: 0px 15px;
    }
    .why-fiksable-section .col-sm-9 {
        width: 65%;
    }
    .why-fiksable-section .col-sm-3 {
        width: 35%;
    }
    .privacy-wrap .prvcy-inner .panel-body {
        border-top: 1px solid #fff !important;
        padding: 0px 20px 5px !important;
    }
    .privacy-wrap .panel-title a {
        display: block;
        padding: 15px 20px 15px 20px !important;
    }
    .privacy-wrap .prvcy-inner {
        width: 100% !important;
        margin: 0px auto;
        background: #fff;
        padding: 0px 0px !important;
    }
    .privacy-wrap .prvcy-inner .panel-heading {
        padding: 0px 0px!important;
    }
    .fiksble_how_wrks .scnd_step .bus-pro-blk .fa,
    .fiksble_how_wrks .scnd_step .rvw-blk .fa,
    .fiksble_how_wrks .scnd_step .estimate-blk .fa,
    .fiksble_how_wrks .scnd_step .mssg-blk .fa {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
    }
	
	.lSAction > .lSPrev {
      left: -16px !important;
}

.lSAction > .lSNext {   
    right: -25px !important;
}
	
}

@media (min-width:768px) and (max-width:991px) {
    .top-item-sldr .item_block {
        width: 210.5px !important;
    }
    .cate-img-sldr {
        max-height: 240px !important;
    }
    ul.fiks-wrok-list {
        padding-right: 20px;
    }
    .fiksable-works-video {
        width: 666px !important;
        height: 445px !important;
        margin: 0px auto;
    }
    .fiksable-works-video img {
          width: 560px;
    height: 448px;
    }
    .section-title > p {
        padding: 0px 30px!important;
    }
  
    .why-fiks-tab {
        display: none;
    }
    .why-fiksable-section .container {
        width: 100% !important;
        padding: 0px 0px !important;
    }
    ul.features {
        list-style: none;
        margin: 0px;
        padding-left: 50px !important;
    }
    .fiksable-works-list {
        padding: 0px 30px !important;
    }
    .client-testimonial-section .col-sm-4 {
        padding: 0px 5px;
		width:100% !important;
    }
	.client-testimonial-section .clnt-tst-block{
		display: table;
       min-height:1px !important;
    vertical-align: top;
	}
	.clnt-tst-block .cli-img-top {  
    display: table-cell !important;
    width: 200px !important;
    vertical-align: top;
}
	
	.clnt-tst-block .text-middle-block {
width:auto !important;		   
    display: table-cell;
   padding:0px 0px 0px 15px !important;
   vertical-align: top;
}

.clnt-tst-block .text-middle-block p {
   margin-top:0px !important; 
    margin-bottom: 5px !important;
    font-size: 14px !important;
    line-height: 24px !important;
    text-align: left !important;
    
}

.clnt-tst-block .text-middle-block h2 {
  
    text-align: left !important;
  
}
    .client-testimonial-section .inner-wraper .row {
        margin: 0px -5px;
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .top-item-sldr .item_block {
        width: 283.5px !important;
    }
    .cate-img-sldr {
        max-height: 300px !important;
    }
    .section-title > p {
        padding: 0px 140px!important;
    }
    .fiksable-works-list {
        padding-left: 0px !important;
        margin-top: 5px !important;
    }
    .fiksable-works-video {
        width: auto !important;
        height: auto !important;
        text-align: left;
    }
    .fiksable-works-video img {
     
	 width: 460px;
    height: 380px;
    margin: 0px auto;
    }
  .fiksable-works-read-btn {
    margin-left: 27px !important;
    margin-top: 15px !important;
}
}

@media(max-width:767px) {
    .or-separator:before {
        content: "";
        width: 42% !important;
        height: 1px;
        background: #e5e3e4;
        position: absolute;
        left: 0;
        top: 12px;
    }
    .or-separator:after {
        content: "";
        width: 42% !important;
        height: 1px;
        background: #e5e3e4;
        position: absolute;
        right: 0;
        top: 12px;
    }
    .privacy-wrap .prvcy-inner {
        width: 100% !important;
        margin: 0px auto;
        background: #fff;
        padding: 0px 0px !important;
    }
    .privacy-wrap .prvcy-inner .panel-heading {
        padding: 0px 10px!important;
    }
    .privacy-wrap .prvcy-inner .panel-body {
        border-top: 1px solid #fff !important;
        padding: 20px 10px 5px !important;
    }
    .privacy-wrap .panel-title a {
        display: block;
        padding: 15px 30px 15px 0px !important;
    }
    .accordion .panel-heading a:before {
        border-bottom: 1px solid #666666;
        border-right: 1px solid #666666;
        content: '';
        display: block;
        height: 13px !important;
        margin-top: 20px !important;
        pointer-events: none;
        position: absolute;
        right: 18px !important;
        top: 0px !important;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        width: 13px !important;
    }
    .accordion .panel-heading a:hover:before {
        border-bottom: 1px solid #00aff0;
        border-right: 1px solid #00aff0;
    }
    .accordion .panel-heading.active a:before {
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        border-bottom: 1px solid #00aff0;
        border-right: 1px solid #00aff0;
        margin-top: 24px !important;
    }
}

@media (min-width:768px) {
    .why-fiksable-section .mob-f-b {
        display: none;
    }
}

.privacy-wrap .prvcy-inner {
    width: 75%;
    margin: 0px auto;
    background: #fff;
    padding: 0px 50px 0px;
}

.privacy-wrap .prvcy-inner .panel-heading {
    padding: 0px 0px;
}

.privacy-wrap .prvcy-inner .panel-body {
    padding: 20px 0px;
    border-top: none !important;
}

.accordion .panel-heading a:before {
    border-bottom: 2px solid #777777;
    border-right: 2px solid #777777;
    content: '';
    display: block;
    height: 12px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 11px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 12px;
    z-index: 999;
}

.accordion .panel-heading a:hover:before {
    border-bottom: 2px solid #444444;
    border-right: 2px solid #444444;
}

.accordion .panel-heading a:hover:after {
    border: 1px solid #00aff0;
}

.accordion .panel-heading.active a:before {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-bottom: 2px solid #444444;
    border-right: 2px solid #444444;
}

.accordion .panel-heading.active a:after {
    border: 1px solid #00aff0;
}

.privacy-wrap .panel-title {
    width: 100%;
    font-weight:400;
    font-size: 16px;
    position: relative;
    line-height: 22px;
}

.privacy-wrap .panel-title a {
    display: block;
    padding: 15px 0px;
    border-bottom: 1px solid #e6e6e6;
}

.privacy-wrap .panel-title a:hover {
    color: #444444;
    text-decoration: none;
}

.privacy-wrap .panel .active {
    color: #444444;
    text-decoration: none;
}

.privacy-wrap .privacy-block {
    width: 100%;
    padding: 10px;
    margin: 5px 0px 10px 0px;
    background: #fff;
    border: 1px solid #e0e7ee;
}

@media (max-width:767px) {
    .terms-use {
        width: 100% !important;
        padding: 10px 10px !important;
    }
    .privacy-wrap h2 {
        font-size: 18px !important;
    }
}

@media (min-width:768px) and (max-width:1100px) {
    .privacy-wrap h2 {
        font-size: 18px !important;
    }
    .terms-use {
        width: 100% !important;
        padding: 20px 20px !important;
    }
}

.terms-use {
    width:75%;
    padding: 30px 50px 0px;
    background: #fff;
    margin: 0px auto 10px;
    font-weight: 300;
    overflow: hidden;
}

.terms-use h2 {
    color: #273951;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.terms-use p {
    padding:10px 0px;
}

@media (max-width:767px) {
    .global-wrap {
        width: 100%;
        padding: 0px 0px !important;
    }
    .privacy-wrap {
        padding: 10px 5px !important;
        width: 100%;
    }
	
	 .contactleftdet {
        width: 100%;
        padding: 10px 15px 30px !important;
        margin: 5px 0px 0px 0px !important;
    }
    
    .contactaddress {
        width: 100%;
        padding: 10px 15px !important;
		min-height:320px !important
    }	
}

@media (min-width:768px) and (max-width:1024px) {
    .global-wrap {
        width: 100%;
        padding: 0px 0px !important;
    }
}

.global-wrap {
    width: 100%;
    padding: 0px 38px 30px;
    width: 100%;
}

.support-banner {
    background: url(../img/suport-ban.jpg);
    background-size: cover;
    display: block;
    padding: 130px 0;
    text-align: center;
}

.support-banner h2 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 30px;
}

.support-banner p {
    font-size: 17px;
    font-weight: 300;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 20px;
}

.support-banner .cover-btn a {
    background: #7fba00;
    display: inline-block;
    border-radius: 30px;
    padding: 10px 30px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    margin-top: 40px;
    text-decoration: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.support-banner .cover-btn a:hover {
    background: #5B8500;
}

.support-ban-form {
    width: 70%;
    margin: 40px auto;
    min-height: 50px;
}

.support-ban-form input[type="text"] {
    background: #fff;
    border: 1px solid #fff;
    padding: 10px 10px;
    width: 70%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    float: left;
    font-size: 16px;
    margin: 10px 0px;
}

.support-ban-form button {
    background: #00aff0;
    border: 2px solid #00aff0;
    padding: 9px 10px;
    width: 25%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    float: right;
    color: #fff;
    font-size: 16px;
    margin: 10px 0px;
}

@media (max-width:767px) {
    .support-ban-form {
        margin: 40px auto;
    }
    .support-ban-form input[type="text"] {
        width: 100%;
        display: block;
    }
    .support-ban-form button {
        width: 100%;
    }
	
.contact-banner{
	background-position: 85% 4% !important;
}	
	
}

.support-wrap {
    width: 100%;
    padding: 15px 0px 90px 0px;
}

.support-wrap .icono-caretLeft {
    font-size: 30px;
}

.support-wrap .support-cont-block {
    width: 100%;
    min-height: 120px;
    background: #fff;
    margin: 15px 0px;
    vertical-align: middle;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
}

.support-wrap .support-cont-block .support-table {
    display: table;
}

.support-wrap .support-cont-block .support-row {
    display: table-row;
}

.support-wrap .support-cont-block .support-cell-icon,
.support-wrap .support-cont-block .support-cell-content {
    display: table-cell;
}

.support-wrap .support-cont-block .support-cell-icon {
    background: #00aff0;
    min-height: 120px;
    line-height: 120px;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0px 20px;
    border-top-left-radius: 5px;
    -webkit-border-top-lef-radius: 5px;
    -moz-border-top-lef-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-lef-radius: 5px;
    -moz-border-bottom-lef-radius: 5px;
}

.support-wrap .support-cont-block .support-cell-content {
    min-height: 120px;
    padding: 5px 10px;
    vertical-align: top
}

.support-wrap .support-cont-block .support-cell-content h3 {
    font-weight: 300;
    font-size: 20px;
}

@media (max-width:767px) {
    .support-wrap .support-cont-block {
        width: 100%;
        min-height: 120px;
        background: #fff;
        margin: 15px 0px;
        vertical-align: middle;
        position: relative;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        cursor: pointer;
        border-bottom: 2px solid #00aff0;
        border-top: 5px solid #00aff0
    }
    .support-wrap .support-cont-block .support-cell-icon {
        width: 100%;
        display: block;
        line-height: 0;
        min-height: 50px;
        border-radius: 0px;
        padding: 5px 0px;
        display: none;
    }
    .support-wrap .support-cont-block .support-cell-content {
        display: block;
        width: 100%;
    }
}

.icono-cross {
    color: #273951 !important;
}

.support-pop-body {
    margin-bottom: 10px;
}

.support-pop-foot {
    background: #fafafa;
    border-top: 1px solid #e0e7ee
}

.support-pop-foot ul {
    list-style: none;
    text-align: left;
    padding: 0px;
}

.support-pop-foot ul li {
    float: left;
    margin-right: 10px;
}

.support-pop-foot ul li p {
    margin-top: 6px;
}

.support-pop-foot ul li .fa-check {
    background: #7fba00;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    line-height: 25px;
    text-align: center;
    margin-top: 6px;
}

.support-pop-foot ul li .fa-times {
    background: #00aff0;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    line-height: 25px;
    text-align: center;
    margin-top: 6px;
}

#scroll {
    position: fixed;
    right: 10px;
    bottom: 50px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: url(../img/scrolltop.png) no-repeat;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 9999999;
}

@media(max-width:1024px) {
    .about-wrap {
        width: 100% !important;
        padding: 10px 15px !important;
    }
    .about-wrap p {
        padding: 5px 5px !important;
    }
    .about-wrap h1 {
        padding: 5px 5px !important;
        font-size: 18px !important;
    }
}

.about-wrap {
    width: 84%;
    margin: 0px auto;
    background: #f0f5f9;
    padding: 0px 30px;
}

.about-wrap .image-bg {
    padding: 20px;
}

.about-wrap h1 {
    color: #273951;
    font-weight:400;
    font-size: 20px;
    padding: 20px;
    margin: 10px 0px 0px 0px;
}

.about-wrap p {
    color: #273951;
    font-weight: 300;
    font-size: 15px;
    text-align: left;
    line-height: 24px;
    padding: 15px 20px;
}

.about-wrap p b {
    color: #00aff0;
    font-weight: 300;
}

.about-wrap p a {
    color: #00aff0;
    font-weight: 300;
}

@media (max-width:767px) {
    .plan-pricing-wrap {
        width: 100% !important;
        padding: 10px !important;
    }
	
.credit_extra_features {
	width:91% !important;
	padding: 20px 5px !important;
}	
	.credit_more_info{
	min-width: 300px;
    position: relative;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    background: #fff;
    overflow: auto;
    border-radius: 0px !important;
    -webkit-border-radius: 0px important;
	display:block !important;
	}
}

@media (min-width:768px) and (max-width:1100px) {
    .plan-pricing-wrap {
        width: 100% !important;
        padding: 20px !important;
    }
}



.plan-pricing-wrap {
    width: 84%;
    margin: 0px auto;
    background: #f0f5f9;
    padding: 30px 50px 0px;
}


.plan-pricing-wrap .business-plan-pro h1 {
    font-weight:400;
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    color: #273951;
}

.plan-pricing-wrap .business-plan-pro p {
    text-align: center;
   line-height: 24px;
    font-size: 16px;
}

@media (min-width:768px) and (max-width:1024px) {
    .media-wrap {
        width: 100% !important;
        padding: 10px 10px !important;
    }
}

@media(max-width:767px) {
    .media-wrap {
        width: 100% !important;
        padding: 10px 15px !important;
    }
    .media-wrap h2 {
        color: #273951;
        font-weight: 300;
        font-size: 18px !important;
    }
}

.media-wrap {
    width: 84%;
    padding: 30px 50px;
    background: #fff;
    margin: 0px auto;
    font-weight: 300;
    overflow: hidden
}

.media-wrap h2 {
    color: #273951;
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.media-wrap .press-enq {
    width: 100%;
    padding: 0px 0px;
}

.media-wrap .press-enq h3 {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
}

.media-wrap .press-enq h2 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 300;
}

.press-enq ul {
    list-style: none;
    margin-top: 5px;
    width: 100%;
    padding-bottom: 10px;
}

.press-enq ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}

.channel-wrap {
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    vertical-align: middle;
}

.channel-wrap:last-child {
    border-bottom: none;
}

.channel-wrap .media-logo {
    width: 100%;
    padding: 5px 5px;
    margin: 10px 0px 0px 0px;
}

.channel-wrap .content-wrap {
    padding: 2px 0px;
}

.channel-wrap h5 {
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    color: #999999;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
}

.channel-wrap h5 .fa-calendar {
    color: #999999 !important;
}

.channel-wrap h3 {
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    color: #273951000;
    font-size: 15px;
    margin: 5px 0px;
    line-height: 24px;
}

.channel-wrap h3 a {
    color: #00aff0
}

.channel-wrap h3 a:hover {
    text-decoration: none;
}

.channel-wrap p {
    font-size: 14px;
    line-height: 24px;
}

.logo-guideline {
    width: 100%;
    padding: 10px 0px;
}

.logo-guideline .left {
    width: 100%;
    padding: 10px 0px;
}

.logo-guideline .right {
    width: 100%;
    padding: 10px 0px;
}

.logo-guideline .right h1 {
    text-align: center;
    padding: 20px 0px;
    background: #e5f0f4;
}

.logo-guideline .right h5 {
    font-size: 13px;
    font-weight: 300;
    color: #273951;
}

.logo-guideline .right h5 span {
    color: #00aff0
}

@media (max-width:767px) {
    .sitemap-wrap {
        width: 100% !important;
        padding: 10px 15px!important;
    }
}

@media (min-width:768px) and (max-width:1100px) {
    .sitemap-wrap {
        width: 100% !important;
        padding: 20px!important;
    }
}

.sitemap-wrap {
    width: 84%;
    padding: 30px 50px;
    background: #fff;
    margin: 0px auto;
    font-weight: 300;
    overflow: hidden
}

.sitemap-wrap .maping-dv {
    width: 100%;
    margin: 10px 0px;
    height: 100%;
    display: block
}

.sitemap-wrap .maping-dv h4 {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 10px;
    color: #273951;
}

.sitemap-wrap .maping-dv ul {
    list-style: none;
    margin-top: 5px;
    width: 100%;
    margin-bottom: 40px !important;
}

.sitemap-wrap .maping-dv ul li a {
    line-height: 25px;
    font-weight: 300;
    font-size: 14px;
    color: #273951;
}

.sitemap-wrap .maping-dv ul li a:hover {
    text-decoration: none;
    color: #00aff0
}

@media (max-width:767px) {
    .provider-signup {
        overflow: auto !important;
    }
    .provider-top {
        padding: 30px 20px 30px !important;
		    margin: 80px auto 20px !important;
    }
    .provider-subcate-top {
        padding: 30px 20px 30px !important;
    }
    .prosignup-pagination {
        margin-top: 10px !important;
    }
    #provider_register_header h1 {
        font-size: 22px !important;
        margin-top:20px !important;
    }
	.signup-seeker h1 {
    font-size: 22px !important;
}
.signup-seeker {
    width: 100%;
    padding: 60px 0px 20px 0px !important;
}
.provider-signup h5, .signup-seeker h5{
	margin-top:10px !important;
}
.provider-signup h5 span, .signup-seeker h5 span{
	display:block;
}
}

@media (max-width:480px) {
    .provider-signup h1 {
        font-size: 22px !important;
    }
}
.pro-signup-wraper {
    padding: 0px;
    margin: 0px;
    font-family: "Avenir";
     background: #f2f5f7 url(/home/assets/images/login-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}
.provider-signup {
    padding: 0px 0px 0px;
    margin: 0px;   
    overflow: hidden;
}

.provider-signup h1 {
       text-align: center;
    font-size: 30px;
    color: #273951;
    font-weight: 500;
    margin: 0;
    padding: 0;
    font-family: 'Avenir';
}

.provider-signup h5 {
   display: block;
    text-align: center;
    color: #273951;
    text-decoration: none;
    font-weight: 400;
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
	margin-bottom:30px;
}



.provider-signup h5 span a {
    color: #0b64b7;
	text-decoration:underline;
}

.busi-plan-small {
    padding: 5px 0px 10px;
    margin: 0px;
    background: #0a6da6 url(../img/bg2.jpg) no-repeat center top 100%;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}

.busi-plan-small .create-account {
    border: none;
    border: 1px solid #f44336 !important;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Avenir';
    font-weight: 300;
    padding: 5px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    cursor: pointer;
    background: transparent;
    color: #fff !important;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    margin: 5px auto 0px;
    display: block;
    background: #f44336
}

.busi-plan-small .create-account:hover {
    background: #f44336;
    color: #fff !important;
    border: 1px solid #f44336
}

.busi-plan-small .container {
    padding-right: 15px;
    padding-left: 15px;
}

.busi-plan-small h3 {
    font-size: 25px;
    font-weight:300;
    text-align: center;
    margin-bottom: 20px;  
    color: #fff !important;
}

ul.rtabs {
    text-align: left;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border: 1px solid #e0e7ee;
    text-align: center
}

ul.rtabs li {
    margin: 0;
    padding: 0;
    display: inline;
    text-align: center;
    margin: 0px 45px;
}

ul.rtabs li:last-child {
    float: right;
    margin: 0px !important;
}

ul.rtabs li:first-child {
    float: left;
    margin: 0px !important;
}

ul.rtabs li a {
    padding: 8px 30px;
    display: inline-block;
    font-weight: normal;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 34px;
    text-decoration: none;
    color: #273951;
    outline: none;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    position: relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

ul.rtabs li a:link,
ul.rtabs li a:visited {
    color: #222;
}

ul.rtabs li a:hover {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    background-color: #00aff0;
    color: #fff !important;
}

ul.rtabs li.selected a {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    background-color: #00aff0;
    color: #fff !important;
    z-index: 3;
}

ul.rtabs li.selected a:hover {
    text-decoration: none;
}

.busi-plan-small .table-head {
    width: 100%;
    display: table;
}

.busi-plan-small .table-row {
    width: 100%;
    display: table-row;
}

.busi-plan-small .table-cell {
    margin: 0px;
    padding: 0px;
    display: table-cell;
}

.busi-plan-small .plan-price {
    width: 30%;
    background: #f2f2f2 url(../img/small-plan-bg.jpg) repeat center top;
    padding: 10px 20px;
    text-align: center;
}

.busi-plan-small .plan-price h2 {
    font-size: 120px;
    font-weight: 300;
    color: #7fba00;
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    margin: 0px;
    letter-spacing: -10px;
}

.busi-plan-small .plan-price hr {
    border-bottom: 2px solid #7fba00;
    border-top: 0px;
    padding: 0px;
    margin: 0px;
}

.busi-plan-small .plan-price p {
    text-align: left;
    margin-top: 5px;
}

.busi-plan-small .plan-price h2 sub {
    font-size: 20px;
    letter-spacing: 0 !important;
}

.busi-plan-small .plan-price .credits-list {
    width: 100%;
    margin: 20px 0px 10px 0px;
    text-align: left;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.busi-plan-small .plan-price .credits-list h4 {
    font-weight: 400;
    color: #7fba00;
    font-size: 16px;
    padding: 0px 0px 0px 10px;
    line-height: 15px;
}

.busi-plan-small .plan-price .credits-list .col-xs-7 {
    line-height: 15px;
}

.busi-plan-small .plan-price .credits-list .col-xs-5 {
    line-height: 15px;
}

.busi-plan-small .plan-price .credits-list p {
    font-size: 16px;
    padding: 0px 0px 0px 10px;
}

.busi-plan-small .plan-details {
    width: 70%;
    background: #fff;
    padding: 20px 5px;
    vertical-align: top;
}

.busi-plan-small .plan-details .select {
    display: block;
    text-align: center;
    line-height: 34px;
    border: 2px solid #00aff0;
    color: #00aff0;
    margin: 25px auto !important;
    background: none;
    font-size: 17px;
    font-weight: 400;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    height: 38px;
    padding: 0px 35px;
}

.busi-plan-small .plan-details .select:hover {
    background: #00aff0;
    color: #fff;
}

.busi-plan-small .plan-details ul {
    list-style: none;
    margin: 0px !important;
    padding: 5px 10px;
}

.busi-plan-small .plan-details ul li {
    font-size: 16px;
    font-weight: 300;
    margin: 10px 0px;
    line-height: 25px;
    display: flex;
    align-items: flex-start;
    padding-left: 4px;
}

.busi-plan-small .plan-details ul li:before {
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f00c";
    color: #00aff0;
    padding: 0px 3px;
    margin-top: 3px;
    width: 25px;
    height: 25px;
    margin-left: 0;
    margin-right: 4px;
    vertical-align: middle;
    line-height: 25px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #aeb3ac;
    text-align: center
}

.busi-plan-small .plan-details h3 {
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    color: #00aff0
}

div.ajaxLoading {
    background: transparent url(loading.gif) no-repeat center center;
    height: 150px;
    width: 20px;
    font-size: 0;
    padding: 0;
    margin: 0 auto;
}

@media only screen and (max-width:767px) {
    ul.rtabs {
        box-sizing: border-box;
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        min-width: 260px;
        border-radius: 0px !important;
        overflow: hidden;
    }
    ul.rtabs li {
        display: inline-block;
        box-sizing: border-box;
        margin-right: 0;
        width: 50%;
        margin: 0px !important;
        padding: 0px !important;
    }
    ul.rtabs li:last-child:nth-child(odd) {
        width: 100%;
    }
    ul.rtabs li a {
        border: none;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        display: block;
        margin: 0px !important;
        padding: 0px !important;
        text-align: center;
        border-radius: 0px !important;
        background-color: #fff;
        background-image: linear-gradient(#fff, #fff 50%, #f4f4f4 50%, #fafafa);
        color: #00aff0 !important;
    }
    ul.rtabs li.selected a,
    ul.rtabs li a:hover {
        background-color: #08bcff;
        background-image: linear-gradient(#08bcff, #08bcff 50%, #00aff0 50%, #02a7e4);
        margin: 0px;
        padding: 0px;
    }
    div.panel-container {
        border-radius: 0;
        min-width: 260px;
        box-sizing: border-box;
    }
    .busi-plan-small .table-head {
        width: 100%;
        display: block;
    }
    .busi-plan-small .table-row {
        width: 100%;
        display: block;
    }
    .busi-plan-small .table-cell {
        margin: 0px;
        padding: 0px;
        display: block;
    }
    .busi-plan-small .plan-price {
        width: 100% !important;
        padding: 10px 5px;
    }
    .busi-plan-small .plan-details {
        width: 100% !important;
    }
}

.business-cate {
    max-width: 800px;
    margin: 0px auto;
    padding: 0px 0px;
}
.business-cate textarea {
    font-size:14px;
    padding: 20px 0px 0px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d0dae5;
    font-weight: 300;
    line-height: 18px;
    border-radius: 0px !important;
	height: 43px;
    overflow: hidden;
}

.already-register-block {
    max-width: 100%;
    display: none;
}

.already-register-block h3 {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #ea4024
}

.already-register-block .redirect_login_btn {
    background: #00aff0;
    color: #fff;
    border: 1px solid #00aff0;
    font-size:17px;
    padding: 5px 25px;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    font-weight: 300;
    display: block;
    text-align: center;   
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    margin: 20px auto;
    width: 142px;
}

.business-cate .col-md-13,
.business-cate .col-sm-13,
.business-cate .col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

@media (max-width:640px) {
    .business-cate h3 {
        font-size: 17px !important;
    }
}

.business-cate h3 {
    text-align:left;
    font-weight:400;
    font-size: 18px;
    margin-bottom: 20px;   
	margin-top:5px;
	color:#273951
}

.business-cate .cate-items {
    width: 100%;
    padding: 20px 20px;
    border: 1px solid #e4eaf0;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 5px 0px;
    min-height: 165px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    cursor: pointer;
    box-shadow: 0px 0px 4px #e4eaf0;
    perspective: 1000;
    transform-style: preserve-3d;
    transition: all 1.0s linear;
}

.face {
    position: absolute;
    width: 90%;
    height: 100%;
    backface-visibility: hidden;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.face.back {
    display: block;
    transform: rotateY(180deg);
    box-sizing: border-box;
    color: white;
    text-align: center;
    background-color: #7fba00;
    width: 100%;
    top: 0;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
    position: absolute;
}

.face.back .select-now {
    color: #fff;
    padding: 5px 10px;
    border: 2px solid #fff;
    margin-top: 30%;
    display: inline-block;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    font-size: 16px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.face.back .select-now:hover {
    background: #fff;
    color: #7fba00;
    text-decoration: none;
}

@media (max-width:400px) {
    .face.back .select-now {
        color: #fff;
        padding: 5px 10px;
        border: 2px solid #fff;
        margin-top: 50%;
        display: inline-block;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        font-size: 16px;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
}

.col-md-13:hover .cate-items {
    transform: rotateY(180deg);
}

.business-cate .cate-items a span {
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.business-cate .cate-items h6 {
    font-size: 17px;
    font-weight: 300;
    color: #20282c;
}

.business-cate .cat-front,
.business-cate .cat-back {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
}

.business-cate .cat-front {
    vertical-align: middle;
    position: relative;
    display: block;
    padding: 10px 10px;
}

.business-cate .cat-front span {
    border-bottom: 1px solid #e6e6e6;
    display: block;
    padding: 10px 10px;
}

.business-cate .cat-front h6 {
    font-size: 14px;
    font-weight: 300;
}

.business-cate .cat-back {
    vertical-align: middle;
    position: relative;
    display: block;
    padding: 10px 10px;
}

.business-cate .cat-back span {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 10px 10px;
}

.business-cate .cat-back h6 {
    font-size: 14px;
    font-weight: 300;
}

.business-cate .row {
    margin: 0px -15px !important;
}

.business-cate .col-md-13 {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.business-cate .cat-items {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    margin: 10px 0px;
    cursor: pointer;
    background: #fff;
}

.business-cate .cat-items .select-now {
    color: #fff;
    padding: 5px 10px;
    border: 2px solid #7cb80c;
    background: #7cb80c;
    margin-top: 25%;
    display: inline-block;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    font-size: 16px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.business-cate .cat-items .select-now:hover {
    color: #fff;
    text-decoration: none;
}

@media (max-width:400px) {
    .business-cate .cat-items .select-now {
        color: #fff;
        padding: 5px 10px;
        border: 2px solid #7cb80c;
        background: #7cb80c;
        margin-top: 40%;
        display: inline-block;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        font-size: 16px;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
}

.business-cate .cat-items:hover {
    position: relative;
    z-index: 9999;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.business-cate .cat-items-next:hover {
    position: relative;
    z-index: 9999;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    text-decoration: none;
}

.business-cate .cat-items {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 150px;
    z-index: 0
}

.business-cate .cat-front,
.business-cate .cat-back {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    border: none;
}

.business-cate .border-bottom {
    border-bottom: none;
}

.business-cate .border-right-bottom {
    border-right: none !important;
    border-bottom: none !important;
}

.business-cate .border-right {
    border-right: none;
}

.business-cate .cat-front {
    background: #fff;
    opacity: 1;
    text-align: center;
}

.business-cate .cat-back {
    background: #fff;
    opacity: 0;
    text-align: center;
}

.business-cate .cat-items:hover .cat-front {
    opacity: 0;
    border: 0 !important;
}

.business-cate .cat-items:hover .cat-back {
    opacity: 1;
}

.business-cate .cat-front a {
    font-size: 40px;
    color: #7fba00;
    position: relative;
    margin-top: 24px;
    display: block;
    text-decoration: none;
    outline: none;
}

.business-cate .cat-front a:after {
    content: "";
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    background: #cccccc;
    width: 100px;
    height: 1px;
}

.business-cate .cat-front p {
    font-size: 17px;
    color: #435a64;
    font-weight: 300;
    margin-top: 20px;
}

.cate-listed-wrap {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 36px;
}

.cate-listed-wrap .feild-wrap {
    width: 85% !important;
    border-radius: 0 !important;
    float: left;
    vertical-align: middle;
    line-height: 36px;
    height: 36px;
}

.cate-listed-wrap .add-cate-button {
    width: 15%;
    border-radius: none;
    float: right;
    vertical-align: middle;
    line-height: 36px;
    background: #7fba00;
    border: none;
    color: #fff;
    font-weight: 300px;
    font-size: 16px;
    height: 36px;
    padding: 0px;
}

.pop-busicate-select {
    width: 100%;
    color: #00aff0;
    padding: 10px;
    border: 1px solid #00aff0;
    font-size: 16px;
    font-weight: 300;
    margin: 5px 0px;
    display: block;
}

.pop-busicate-select .icono-cross {
    color: #00aff0 !important;
    font-weight: 100;
}

.pop-busicate-select span {
    float: right;
    margin-top: -5px;
    color: #00aff0
}

@media (max-width:600px) {
    .all-category-mod {
        padding: 0px !important;
    }
}

.all-category-mod {
    padding: 57px 0px 16px 0px;
}

.all-category-mod .back_button {
    background: #85c60c;
    border: none;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 300;
}

.pop-busicate-diselect {
    width: 100%;
    color: #576064;
    padding: 10px;
    border: 1px solid #576064;
    font-size: 16px;
    font-weight: 300;
    margin: 5px 0px;
    display: block;
}

.pop-busicate-diselect span {
    float: right;
    margin-top: -5px;
    color: #00aff0
}

.pop-busicate-diselect i {
    color: #576064;
}

@media (max-width:600px) {
    .cate-listed-wrap .feild-wrap {
        width: 100% !important;
        border-radius: 0 !important;
        margin: 5px 0px;
        vertical-align: middle;
        line-height: 36px;
        display: block;
    }
    .cate-listed-wrap .add-cate-button {
        width: 100% !important;
        border-radius: none;
        vertical-align: middle;
        line-height: 36px;
        background: #7fba00;
        border: none;
        color: #fff;
        font-weight: 300px;
        font-size: 16px;
        display: block;
        margin: 5px 0px;
    }
}

.travel-pre {
    width: 100%;
}

.travel-pre ul.radio-list li {
    margin: 0px 0px 10px 0px !important;
}

.travel-pre .block {
    width: 50%;
    float: left;
    height: 36px;
    background: #fff;
    padding: 0px 5px;
    font-weight: 300;
    font-size: 14px;
    line-height: 35px;
    position: relative;
    z-index: 8;
    margin-bottom: 20px;
}

.travel-pre .block:first-child {
    border-right: none;
}

.travel-pre .block label {
    min-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
    padding-left: 13px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
}

.travel-pre .block input[type="radio"] {
    position: absolute;
    margin-left: -16px;
    margin-top: 10px !important;
    padding: 0px !important;
    line-height: 0px !important;
    width: auto !important;
}

@media (max-width:767px) {
    .travel-pre .block {
        width: 100%;
        float: none;
        height: 30px;
        line-height: 31px;
        background: #fff;
        padding: 0px 5px;
        font-weight: 300;
        font-size: 14px;
        text-align: left;
        margin: 2px 0px;
    }
    .margin-refer {
        margin: 10px 0px;
    }
    .margin-ranger {
        margin: 20px 0px 0px 0px;
    }
    .slider-ranger-block {
        width: 100%;
        display: block;
        margin: 15px 0px;
    }
}

.range-slider-wrap {
    background: #fff;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-weight: 300;
}

.range-slider-wrap .start-value {
    float: left;
    width: 5%;
    text-align: center
}

.range-slider-wrap .end-value {
    float: left;
    width: 15%;
    text-align: center
}

.range-slider-wrap .show-value {
    float: right;
    width: 15%;
    text-align: center;
    color: #00aff0;
    font-weight: 300;
}

.range-slider {
    margin: 13px 0 0 0px;
    width: 65%;
    float: left;
}

@media (max-width:360px) {
    .range-slider-wrap .start-value {
        float: left;
        width: 5%;
        text-align: center
    }
    .range-slider-wrap .end-value {
        float: left;
        width: 22%;
        text-align: center
    }
    .range-slider-wrap .show-value {
        float: right;
        width: 18%;
        text-align: center;
        color: #00aff0;
        font-weight: 400;
    }
    .range-slider {
        margin: 13px 0 0 0%;
        width: 55%;
        float: left;
    }
}

.range-slider__range {
    -webkit-appearance: none;
    width: calc(100% - (53px));
    height: 10px;
    border-radius: 5px;
    background: #00aff0;
    outline: none;
    padding: 0px !important;
    margin: 12px 0px 0px 0px;
    border-bottom: none !important;
}

.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #59cbf6;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.range-slider__range::-webkit-slider-thumb:hover {
    background: #1abc9c;
}

.range-slider__range:active::-webkit-slider-thumb {
    background: #59cbf6;
}

.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #00aff0;
    cursor: pointer;
    -webkit-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
    box-shadow: 0px 0px 2px #065978
}

.range-slider__range::-moz-range-thumb:hover {
    background: #7fba00;
}

.range-slider__range:active::-moz-range-thumb {
    background: #59cbf6;
}

.range-slider__value {
    position: absolute;
    width: 40px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #00aff0;
    padding: 5px 0px;
    margin-left: 8px;
    right: 55px;
    top: 2px
}

.range-slider__value:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #00aff0;
    border-bottom: 7px solid transparent;
    content: '';
}

::-moz-range-track {
    background: #00aff0;
    border: 0;
}

a::-moz-focus-inner,
a::-moz-focus-outer {
    border: 0;
}

button::-moz-focus-inner,
button::-moz-focus-outer {
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.1em;
    height: 1.1em;
    float: left;
    margin-right: .8em;
    margin: 10px 0px 0px 0px;
    z-index: 15
}

@media(max-width:767px) {
    .checkbox .cr,
    .radio .cr {
        position: relative;
        display: inline-block;
        border: 1px solid #a9a9a9;
        border-radius: .25em;
        width: 1.1em;
        height: 1.1em;
        float: left;
        margin-right: .8em;
        margin: 10px 0px 0px 0px;
    }
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 40%;
    left: 9%;
}

.radio .cr .cr-icon {}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.close-pop {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

.close-pop:hover::before,
.close-pop:hover::after {
    background: #1ebcc5;
}

.close-pop::before,
.close-pop::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #273951;
}

.close-pop::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-pop::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-pop.big {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}

.close-pop.hairline::before,
.close-pop.hairline::after {
    height: 1px;
}

.close.thick::before,
.close.thick::after {
    height: 4px;
    margin-top: -2px;
}

.close.black::before,
.close.black::after {
    height: 8px;
    margin-top: -4px;
}

.close.heavy::before,
.close.heavy::after {
    height: 12px;
    margin-top: -6px;
}

.close.pointy::Before,
.close.pointy::after {
    width: 200%;
    left: -50%;
}

.close.rounded::before,
.close.rounded::after {
    border-radius: 5px;
}

.close.blades::before,
.close.blades::after {
    border-radius: 5px 0;
}

.close.warp::before,
.close.warp::after {
    border-radius: 120% 0;
}

.close.fat::before,
.close.fat::after {
    border-radius: 100%;
}

small a {
    color: #1ebcc5;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}

small a:hover {
    border-bottom-color: #222;
}

@media (max-width:767px) {
    .blog-post-block {
        padding: 0px 10px !important;
    }
    .blog-post-right-block {
        padding: 20px 10px !important;
    }
    .single-blogger-wrap .bloger-content {
        width: 100%;
        padding: 10px 10px !important;
    }
    .cmnt-desk {
        display: none;
    }
    .single-blogger-wrap .singl-blg-img {
        width: 48px;
        height: 48px;
        float: left;
        margin-right: 10px;
    }
}

@media (max-width:1024px) {
    .blog-wraper {
        width: 100% !important;
    }
}

@media (min-width:768px) and (max-width:1100px) {
    .blog-post-block {
        padding: 0px 15px !important;
    }
    .blog-post-right-block {
        padding: 20px 15px !important;
    }
}

@media (max-width:992px) {
    .blog-wraper .blog-left-wrap {
        padding: 0px 0px !important
    }
    .blog-wraper .blog-right-wrap {
        padding: 0px 10px !important
    }
    .blog-post-image .post-date h3 {
        padding: 5px 0px !important;
        font-size: 20px !important;
    }
}

.blog-wraper {
    width: 80%;
    padding: 0px 5px;
    margin: 60px auto 10px;
}

.blog-wraper .blog-left-wrap,
.blog-wraper .blog-right-wrap {
    padding: 0px 20px;
}

.blog-wraper .blog-post-mnblk {
    width: 100%;
}

.blog-wraper .blog-post-mnblk .row {
    margin: 0px -5px !important;
}

.blog-wraper .blog-indi-cnt {
    padding: 0px 5px 10px !important;
    border-top: 1px solid #e6e6e6;
}
.blog-wraper .blog-indi-cnt:nth-child(1){
	 border-top: 0px;
}
.blog-wraper .all-cmnts-list {
    border-top: none !important;
    margin-top: 20px;
}

.blog-wraper .blog-cmnts-field {
    border-top: none !important;
}

.blog-post-block {
    width: 100%;
    padding: 5px 0px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}

.blog-post-block .blog-post-image {
    width: 100%;
}

.blog-post-image figure {
    position: relative;
}

.blog-post-image figure:before {
    position: absolute;
    content: "";
    display: block;
    background: linear-gradient(rgba(186, 80, 19, 0.286) 5%, rgba(45, 48, 53, 0.667) 65%, rgba(47, 49, 55, 0.86));
    opacity: .5;
    width: 100%;
    height: 100%;
    transition: opacity 0.12s ease-out 0s;
}

.blog-post-image .post-date {
    width: 50px;
    border: 1px solid #F1F0EE;
    position: absolute;
    left: -55px;
    z-index: 999;
    text-align: center;
    font-weight: 300;
}

.blog-post-image .post-date h3 {
    margin: 0px;
    padding: 10px 0px;
    background: #F1F0EE;
    font-weight: 400;
    color: #ff644b;
    font-size: 26px;
}

.blog-post-image .post-date h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 0px;
    margin: 0px;
}

.blog-post-block .blog-post-image .posting-details {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    bottom: 0px;
    height: 30px;
    padding: 5px 5px;
}

.blog-post-image .posting-details h6 {
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    font-weight: 300;
    line-height: 22px;
    color: #fff
}

.blog-post-image .posting-details h6 span {
    float: right;
    color: #00aff0
}

.blog-post-image .posting-details h6 i {
    color: #fff !important;
}

.blog-post-block .top-text-area,
.blog-post-block .bottom-text-area {
    width: 100%;
    padding: 0px 0px;
}

.blog-post-block .top-text-area h1,
.blog-post-block .top-text-area h1 a {
    font-size: 26px;
    font-weight: 500;
    color: rgb(16, 36, 62);
    line-height: 30px;
   
}

.blog-post-block .top-text-area h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    padding: 0px;
    margin-top: 0px;
}

.blog-post-block .top-text-area h3 {
    font-size: 15px;
    font-weight: 100;
    margin-bottom: 10px;
    padding: 0px;
    margin-top: 0px;
    font-weight: 300;
}

.blog-post-block .top-text-area h3 span {
    color: #5a5a5a;
    font-size: 13px;
}

.blog-post-block .top-text-area h3 a {
    color: #eb5116;
    float: right;
    font-size: 13px;
    line-height: 20px;
}

@media (max-width:424px) {
    .blog-post-block .top-text-area h3 a {
        float: right !important;
        margin: 0px 0px !important;
    }
}

.top-text-area a {
    color: #5a5a5a;
    font-weight: 200;
    font-size: 16px;
}

.top-text-area a:hover {
    color: #00aff0;
}

.blog-post-block .top-text-area h6 .fa {
    color: #636363 !important;
}

.blog-post-block .bottom-text-area p {
    line-height: 26px;
    font-weight: 300;
    font-size: 16px;
    text-align: left;
    margin: 30px 0px 10px;
}

.blog-post-block .bottom-text-area p img {
    float: left;
    margin-right: 10px;
    margin-top: 10px
}

.blog-post-block .bottom-text-area .continue-reading {
    display: inline-block;
    color: #337ab7;   
    background: none;
    font-size: 15px;
    font-weight:400;  
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;   
    padding: 0px 0px 10px;
}

.blog-post-block .bottom-text-area .continue-reading .fa-hand-o-right {
    margin-right: 3px;
}

.blog-post-block .footer-area {
    padding: 0px 0px 10px;
    width: 100%;
    display: block;
    margin-top: 0px;
    clear: both;
}

.blog-post-block .footer-area .col-md-6 {
    padding: 0px 5px;
}

ul.share-like-list {
    margin: 0px 0px;
    padding: 0px;
}

ul.share-like-list li {
    display: inline;
    margin-right: 10px;
}

ul.share-like-list li a {
    color: #333;
    font-size:14px;
    line-height: 30px;
    font-weight: 300;
}

ul.share-like-list li a:hover {
    text-decoration: none;
    color: #00aff0
}

ul.share-like-list li a .fa {
    color: #00aff0;
    margin-right: 0px;
}

ul.blog-footer-social {
    margin: 8px 0px;
    padding: 0px;
    width: 100%;
    text-align: right
}

ul.blog-footer-social li {
    display: inline;
    margin: 0px 0px 0px 7px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

@media (max-width:767px) {
    ul.share-like-list {
        text-align: center;
        margin: 0px 0px !important;
        padding: 0px;
        padding: 0px 0px 10px !important;
    }
    ul.share-like-list li {
        display: inline !important;
        margin: 5px 4px;
    }
    ul.blog-footer-social {
        margin: 5px 4px;
        padding: 0px;
        text-align: center !important;
        padding: 10px 0px;
    }
    ul.blog-footer-social li a {
        display: inline;
        margin: 5px 2px;
        font-size: 16px;
    }
    .social-share-icon {
        float: none !important;
        right: 0px;
        display: block;
        margin-top: 3px;
        text-align: center !important;
    }
}

.blog-post-right-block {
    width: 100%;
    padding: 10px 15px;
    margin: 10px 0px 10px 0px;
    height: 100%;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.first-block-top {
    margin-top: 72px;
}

ul.listing-post {
    width: 100%;
    margin-top: 10px;
    padding: 0px;
    list-style: none;
    margin-bottom: 0px !important
}

ul.listing-post li {
    padding: 10px 0px;
    border-bottom: 1px solid #e1e4e6;
}

ul.listing-post li:last-child {
    border-bottom: none;
}

ul.listing-post li a {
    color: #333;
    font-weight: 300;
    font-size: 14px;
}

ul.listing-post li.fa {
    float: left
}

ul.listing-post li a:hover {
    color: #00aff0
}

.blog-post-right-block h4 {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
}

.blog-post-right-block p {
    line-height: 24px;
    font-size: 14px;
}

ul.blog-side-bar-social {
    margin: 15px 4px;
    padding: 0px;
    text-align: center;
}

ul.blog-side-bar-social li {
    display: inline;
    margin: 0px 7px;
    font-size: 16px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

ul.blog-side-bar-social li a .fa-facebook {
    border: 1px dotted #3b5997;
    color: #3b5997;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

ul.blog-side-bar-social li a .fa-facebook:hover {
    background: #3b5997;
    color: #fff;
}

ul.blog-side-bar-social li a .fa-twitter {
    border: 1px dotted #36a1ec;
    color: #36a1ec;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

ul.blog-side-bar-social li a .fa-twitter:hover {
    background: #36a1ec;
    color: #fff;
}

ul.blog-side-bar-social li a .fa-google-plus {
    border: 1px dotted #da3123;
    color: #da3123;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

ul.blog-side-bar-social li a .fa-google-plus:hover {
    background: #da3123;
    color: #fff;
}

ul.blog-side-bar-social li a .fa-linkedin {
    border: 1px dotted #0f81b6;
    color: #0f81b6;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

ul.blog-side-bar-social li a .fa-linkedin:hover {
    background: #0f81b6;
    color: #fff;
    text-decoration: none;
}

ul.blog-side-bar-social li a .fa-instagram {
    border: 1px dotted #cf1f16;
    color: #cf1f16;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

ul.blog-side-bar-social li a .fa-instagram:hover {
    background: #cf1f16;
    color: #fff;
}

.side-blog-newsletter {
    width: 100%;
}

.side-blog-newsletter p {
    text-align: left;
}

.side-blog-newsletter .feild-wrap {
    width: 100%;
    background: #f3f3f3;
    height: 42px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 42px;
    padding: 0px 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.side-blog-newsletter .feild-wrap .text-feild {
    float: left;
    height: 40px;
    width: 80%;
    font-size: 13px;
    font-weight: 300;
    border: none;
    background: transparent;
    margin-left: 4px;
    padding: 0px 10px;
}

.side-blog-newsletter .feild-wrap button {
    color: #fff;
    border: none;
    float: right;
    font-size: 20px;
    width: 18%;
    background: #0ac97e;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
}

.blog-side-help-feild dl:first-child {
    padding-top: 10px
}

.blog-side-help-feild dt {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 10px
}

.blog-side-help-feild input[type="text"] {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin: 0px 0px;
    border: 1px solid #cfd8dd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0px 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.blog-side-help-feild input[type="text"]:focus {
    border: 1px solid #00aff0
}

.blog-side-help-feild .search-button {
    background: #7fba00 !important;
    display: block;
    text-align: center;
    line-height: 34px;
    border: 2px solid #7fba00;
    color: #fff;
    margin: 25px auto !important;
    background: none;
    font-size: 17px;
    font-weight: 400;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    height: 38px;
    padding: 0px 35px;
}

.side-blog-cate {
    width: 100%;
    height: 100%;
}

.side-blog-cate ul {
    list-style: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 20px
}

.side-blog-cate ul li {
    border-bottom: 1px dashed #e6e6e6;
    display: block;
}

.side-blog-cate ul li:last-child {
    border-bottom: none;
}

.side-blog-cate ul li a {
    color: #333;
    font-weight: 300;
    line-height: 30px;
}

.side-blog-cate ul li a span {
    float: right
}

.blog-top-pick-block {
    border-bottom: 1px solid #e1e4e6;
    padding: 8px 10px;
}

.blog-top-pick-block:last-child {
    border: none;
}

.side-blog-top-pick {
    width: 100%;
    padding: 5px 0px;
    vertical-align: top;
}

.side-blog-top-pick a {
    color: #273951;
    font-weight: 300;
}

.side-blog-top-pick a:hover {
    color: #00aff0;
}

.side-blog-top-pick img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    width: 40px;
    height: 40px;
}

.blog-top-pick-block .row {
    margin: 0x -5px !important;
}

.blog-top-pick-block .top-pk-img,
.blog-top-pick-block .top-pk-cnt {
    padding: 0px 5px;
}

.side-blog-top-pick h5 {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    padding: 0px;
    margin: 0px;
}

.side-blog-top-pick h6 {
    font-size: 12px;
    font-weight: 300;
    color: #666;
    padding-top: 8px;
    margin: 0px;
}

.single-blogger-wrap {
    width: 100%;
    padding: 15px 0px;
}

.single-blogger-wrap:last-child {
    border-bottom: none;
}

.single-blogger-wrap h3 {
    margin-top: 0px;
}

.single-blogger-wrap .row {
    margin: 0px -5px;
}

.single-blogger-wrap .singl-blg-img,
.single-blogger-wrap .singl-blg-cnt {
    padding: 0px 5px;
}

.single-blogger-wrap .bloger-content {
    width: 100%;
    padding: 0px 10px;
}

.single-blogger-wrap .bloger-image {
    width: 48px;
    height: 48px;
    padding: 0px 0px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    text-transform: uppercase;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
}

.single-blogger-wrap .bloger-image img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    margin-top: 8px;
}

ul.single-bloger-social {
    margin: 15px 4px;
    padding: 0px;
    text-align: left;
}

ul.single-bloger-social li {
    display: inline;
    margin: 0px 14px 0px 0px;
    font-size: 16px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

ul.single-bloger-social li a {
    color: #90a4ae
}

@media (max-width:700px) {
    .single-blogger-wrap .bloger-image img {
        margin: 15px 0px 0px 0px;
    }
}

.commnets-typo {
    font-size: 20px;
	line-height:30px;
   
}

.single-blogger-wrap .bloger-content h3 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0px;
}

.single-blogger-wrap .bloger-content h5 {
    font-size: 12px;
    font-weight: 300;
    color: #5a5a5a;
    text-align: left;
    margin: 7px 0px 10px 0px;
}

.blog-comments-wrap {
    width: 100%;
    padding: 0px 10px;
}

.blog-comments-wrap h3 {
    font-size: 17px;
    font-weight: 400;
}

.blog-comments-wrap h3 b {
    float: right;
}

.blog-comments-wrap h3 b a {
    color: #333
}

.comment-view-sec {
    width: 100%;
    margin: 10px 0px;
}

.comment-view-sec .image-wrap {
    width: 100%;
    padding: 10px 0px;
}

.comment-view-sec .image-wrap img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    margin-left: 10px;
    width: 100px;
    height: 100px;
}

@media (max-width:767px) {
    .comment-view-sec .image-wrap img {
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        margin-left: 10px;
        max-width: 100%;
        height: auto;
    }
}

.comment-view-sec .content-wrap {
    padding: 5px 10px;
}

.comment-view-sec .content-wrap h3 {
    padding: 0px;
    margin: 5px 0px;
}

.comment-view-sec .content-wrap h3 span {
    display: block;
    font-size: 14px;
    color: #999999;
    margin-top: 4px;
}

.commnet-reply-blog {
    width: 80%;
    padding: 10px 0px;
    margin: 0px auto;
    border-top: 1px dashed #cfd8dd;
    border-bottom: 1px dashed #cfd8dd;
}

.blog-comment-form {
    width: 100%;
    padding: 0px 0px;
}

.blog-comment-form h3 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom:20px;
  
}

.blog-comment-form form {
    margin: 10px 0px;
}

.blog-comment-form .field_block {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.blog-comment-form .error-messg {
    font-weight: 300;
    color: #d50000;
    font-size: 11px;
}

.blog-comment-form .textarea {
    width: 100%;
    padding: 10px 10px;
    font-size:14px;
    font-weight: 300;
    border: 1px solid #cfd8dd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog-comment-form .textarea:focus,
.blog-comment-form .inputfield:focus {
    border: 1px solid #00aff0;
}

.blog-comment-form .inputfield {
    width: 100%;
    padding: 10px 10px;
    font-size:14px;
    font-weight: 300;
    border: 1px solid #cfd8dd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog-comment-form .row {
    margin: 0px -5px;
}

.blog-comment-form .col-sm-4,
.blog-comment-form .col-sm-12 {
    padding: 0px 5px;
}

.blog-comment-form .post-comment-btn {
    color: #fff;  
    font-weight:400;
    padding: 5px 15px;  
    border: 1px solid #00aff0;
    margin-top: 10px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    background: #00aff0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size:15px;
    float: right;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.show_hide {
    display: none;
}

.blog-navigate-wrap {
    width: 100%;
    margin: 20px 0px 50px;
}

.blog-navigate-wrap ul {
    list-style: none;
    text-align: center;
}

.blog-navigate-wrap ul li {
    display: inline-block;
}

.blog-navigate-wrap ul li a {
    width: 35px;
    height: 35px;
    border: 1px solid #c5c5c5;
    display: inline-block;
    line-height: 33px;
    color: #505769;
    border-radius: 4px;
    font-weight: 300;
    font-size: 16px;
    margin: 0px 4px;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
}

.blog-navigate-wrap ul li a:hover {
    background: #ff644b;
    color: #fff;
    border: 1px solid #ff644b
}

.blog-navigate-wrap ul li a:first-child {
    float: left;
}

.blog-navigate-wrap ul li a.prev-btn {
    position: relative;
    text-indent: -99999px;
}

.blog-navigate-wrap ul li a.nxt-btn {
    position: relative;
    text-indent: -99999px;
}

.blog-navigate-wrap ul li a.prev-btn:before {
    border-top: 1px solid #505769;
    border-left: 1px solid #505769;
    content: '';
    display: block;
    height: 10px;
    pointer-events: none;
    position: absolute;
    right: 0px;
    left: 5px;
    top: 33%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 10px;
    margin: 0px auto 0px;
}

.blog-navigate-wrap ul li a.prev-btn:hover:before,
.blog-navigate-wrap ul li a.nxt-btn:hover:before {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.blog-navigate-wrap ul li a.nxt-btn:before {
    border-top: 1px solid #505769;
    border-left: 1px solid #505769;
    content: '';
    display: block;
    height: 10px;
    pointer-events: none;
    position: absolute;
    right: 11px;
    left: 0px;
    top: 33%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 10px;
    margin: 0px auto 0px;
}

.map-search-wrap {
    width: 100%;
    background: #fff;
}

.map-search-wrap .top-blue-block {
    position: relative;
    z-index: 10;
    background: #00aff0;
    width: 100%;
    padding: 75px 0px 25px 0px;
    vertical-align: middle;
    min-height: 150px;
}

@media (max-width:400px) {
    .map-search-wrap .top-blue-block {
        position: relative;
        z-index: 10;
        background: #00aff0;
        width: 100%;
        padding: 47px 0px 12px 0px !important;
        vertical-align: middle;
        min-height: 150px;
    }
    .map-search-wrap .top-blue-block h1 {
        font-size: 17px !important;
        line-height: 20px !important;
        font-weight: 300;
        text-align: left !important;
        color: #fff;
    }
    .map-search-wrap .top-blue-block .map-icon {
        position: absolute;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        left: 0px;
        right: 0px;
        margin: 0px auto !important;
    }
    .map-search-wrap .top-blue-block .map-icon img {
        width: 120px !important;
        height: 25px !important;
        border-radius: 25px !important;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border: 2px solid #00aff0 !important;
    }
    .map-search-wrap .job-sub-cate {
        width: 100%;
        padding: 25px 0px 0px 0px !important;
        min-height: 200px;
    }
    .map-search-wrap .post-job-btn {
        height: 38px;
        font-weight: 400;
        margin: 20px auto !important;
        display: block;
        color: #fff;
        background: #7fba00;
        border: none;
        padding: 0px 35px;
        line-height: 38px;
        font-size: 17px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px
    }
    .map-indicater-per .pro-right-block .profile-btn {
        width: 76px;
        height: 26px;
        line-height: 25px;
        font-size: 14px;
        font-weight: 400;
        color: #59cbf6;
        border: 1px solid #59cbf6;
        display: block;
        text-align: center;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        float: right;
        margin: 12px 12px 0px 0px !important;
        border: 1px solid #59cbf6;
        transition: all ease 300ms;
        -webkit-transition: all ease 300ms;
        -moz-transition: all ease 300ms;
    }
    .bottom-blue-block {
        position: relative;
        z-index: 2 !important;
        background: #00aff0;
        width: 100%;
        padding: 42px 0px 5px 0px !important;
        text-align: center;
        margin-top: -42px !important;
    }
    .bottom-blue-block h1 {
        font-size: 17px !important;
        line-height: 20px !important;
        font-weight: 300;
        text-align: left !important;
        color: #fff;
    }
    .service-form-area .serv-blue-block h1 {
        font-size: 17px !important;
        line-height: 20px !important;
        font-weight: 300;
        text-align: left !important;
        color: #fff;
        padding: 10px 0px !important;
    }
    .down {
        display: none !important;
    }
    .mob-down {
        position: absolute !important;
        bottom: 0;
        left: 0px;
        right: 0px;
        margin: 0px auto;
        width: 60px;
        z-index: 9999 !important;
        display: block !important;
    }
    .bottom-blue-block .half_up {
        width: 94px;
        margin: 0px auto;
        text-align: center;
    }
    .bottom-blue-block .half_up img {
        width: 60px !important;
    }
    .map-indicater-per {
        width: 100%;
        padding: 48px 0px 30px 0px !important;
        height: 771px !important;
        overflow-y: auto;
        overflow-x: hidden;
        margin-top: -45px !important;
    }
    .mapsearchDiv {
        max-width: 100%;
        background: #fff;
        margin: 0px auto;
        box-shadow: 0px 0px 5px #999;
        height: 100% !important;
        overflow: hidden;
        position: relative;
        z-index: 5;
    }
}

@media (min-width:500px) and (max-width:568px) {
    .map-search-wrap .top-blue-block {
        position: relative;
        z-index: 10;
        background: #00aff0;
        width: 100%;
        padding: 47px 0px 12px 0px !important;
        vertical-align: middle;
        min-height: 150px;
    }
    .map-search-wrap .top-blue-block h1 {
        font-size: 17px !important;
        line-height: 20px !important;
        font-weight: 300;
        text-align: left !important;
        color: #fff;
    }
    .map-search-wrap .top-blue-block .map-icon {
        position: absolute;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        left: 0px;
        right: 0px;
        margin: 0px auto !important;
    }
    .map-search-wrap .top-blue-block .map-icon img {
        width: 120px !important;
        height: 25px !important;
        border-radius: 25px !important;
        -moz-border-radius: 25px;
        -webkit-border-radius: 25px;
        border: 2px solid #00aff0 !important;
    }
    .map-search-wrap .job-sub-cate {
        width: 100%;
        padding: 25px 0px 0px 0px !important;
        min-height: 200px;
    }
    .map-search-wrap .post-job-btn {
        height: 38px;
        font-weight: 400;
        margin: 20px auto !important;
        display: block;
        color: #fff;
        background: #7fba00;
        border: none;
        padding: 0px 35px;
        line-height: 38px;
        font-size: 17px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px
    }
    .map-indicater-per .pro-right-block .profile-btn {
        width: 76px;
        height: 26px;
        line-height: 25px;
        font-size: 14px;
        font-weight: 400;
        color: #59cbf6;
        border: 1px solid #59cbf6;
        display: block;
        text-align: center;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        float: right;
        margin: 12px 12px 0px 0px !important;
        border: 1px solid #59cbf6;
        transition: all ease 300ms;
        -webkit-transition: all ease 300ms;
        -moz-transition: all ease 300ms;
    }
    .bottom-blue-block {
        position: relative;
        z-index: 2 !important;
        background: #00aff0;
        width: 100%;
        padding: 42px 0px 5px 0px !important;
        text-align: center;
        margin-top: -42px !important;
    }
    .bottom-blue-block h1 {
        font-size: 17px !important;
        line-height: 20px !important;
        font-weight: 300;
        text-align: left !important;
        color: #fff;
    }
    .service-form-area .serv-blue-block h1 {
        font-size: 17px !important;
        line-height: 20px !important;
        font-weight: 300;
        text-align: left !important;
        color: #fff;
        padding: 10px 0px !important;
    }
    .down {
        display: none !important;
    }
    .mob-down {
        position: absolute !important;
        bottom: 0;
        left: 0px;
        right: 0px;
        margin: 0px auto;
        width: 60px;
        z-index: 9999 !important;
        display: block !important;
    }
    .bottom-blue-block .half_up {
        width: 94px;
        margin: 0px auto;
        text-align: center;
    }
    .bottom-blue-block .half_up img {
        width: 60px !important;
    }
    .map-indicater-per {
        width: 100%;
        padding: 48px 0px 30px 0px !important;
        height: 771px !important;
        overflow-y: auto;
        overflow-x: hidden;
        margin-top: -45px !important;
    }
    .mapsearchDiv {
        max-width: 100%;
        background: #fff;
        margin: 0px auto;
        box-shadow: 0px 0px 5px #999;
        height: 100% !important;
        overflow: hidden;
        position: relative;
        z-index: 5;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .map-search-wrap .top-blue-block {
        position: relative;
        z-index: 10;
        background: #00aff0;
        width: 100%;
        padding: 60px 0px 50px 0px !important;
        vertical-align: middle;
        min-height: 150px;
    }
    .map-search-wrap .top-blue-block h1 {
        font-size: 20px !important;
        line-height: 24px !important;
        font-weight: 300;
        text-align: left !important;
        color: #fff;
    }
    .map-search-wrap .top-blue-block .map-icon {
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 100%;
        left: 0px;
        right: 0px;
        margin: 10px auto;
    }
    .map-search-wrap .top-blue-block .map-icon img {
        width: 30px;
        height: 30px;
        border-radius: 100%;
        border: 2px solid #fff;
    }
    .map-search-wrap .job-sub-cate {
        width: 100%;
        padding: 40px 0px 0px 0px !important;
        min-height: 200px;
    }
    .map-search-wrap .post-job-btn {
        height: 38px;
        font-weight: 400;
        margin: 20px auto !important;
        display: block;
        color: #fff;
        background: #7fba00;
        border: none;
        padding: 0px 35px;
        line-height: 38px;
        font-size: 17px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px
    }
    .map-indicater-per .pro-right-block .profile-btn {
        width: 76px;
        height: 26px;
        line-height: 25px;
        font-size: 14px;
        font-weight: 400;
        color: #59cbf6;
        border: 1px solid #59cbf6;
        display: block;
        text-align: center;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        float: right;
        margin: 12px 12px 0px 0px !important;
        border: 1px solid #59cbf6;
        transition: all ease 300ms;
        -webkit-transition: all ease 300ms;
        -moz-transition: all ease 300ms;
    }
    .bottom-blue-block {
        position: relative;
        z-index: 2 !important;
        background: #00aff0;
        width: 100%;
        padding: 42px 0px 5px 0px !important;
        text-align: center;
        margin-top: -42px !important;
    }
    .bottom-blue-block h1 {
        font-size: 20px !important;
        line-height: 24px !important;
        font-weight: 300;
        text-align: left !important;
        color: #fff;
    }
    .service-form-area .serv-blue-block h1 {
        font-size: 20px !important;
        line-height: 24px !important;
        font-weight: 300;
        text-align: left !important;
        color: #fff;
        padding: 10px 0px !important;
    }
    .down {
        display: none !important;
    }
    .mob-down {
        position: absolute !important;
        bottom: 0;
        left: 0px;
        right: 0px;
        margin: 0px auto;
        width: 80px;
        z-index: 9999 !important;
        display: block !important;
    }
    .map-indicater-per {
        width: 100%;
        padding: 60px 0px 30px 0px !important;
        height: 771px !important;
        overflow-y: auto;
        overflow-x: hidden;
        margin-top: -45px !important;
    }
    .mapsearchDiv {
        max-width: 100%;
        background: #fff;
        margin: 0px auto;
        box-shadow: 0px 0px 5px #999;
        height: 100% !important;
        overflow: hidden;
        position: relative;
        z-index: 5;
    }
}

@media (min-width:769px) {
    .mob-down {
        display: none !important;
    }
}

.map-search-wrap .top-blue-block h1 {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

.map-search-wrap .top-blue-block h1 span {
    font-weight: 400;
}

.map-search-wrap .top-blue-block h1:last-child {
    border-bottom: none;
}

.map-search-wrap .top-blue-block .map-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    left: 76px;
    right: 0px;
    top: 32%;
}

.map-search-wrap .top-blue-block .map-icon img {
    width: 60px;
    height: 60px;
    border-radius: 7px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 5px #133a48;
}

.bottom-blue-block {
    position: relative;
    z-index: 2;
    background: #00aff0;
    width: 100%;
    padding: 60px 0px 20px 0px;
    text-align: center;
    margin: 0px;
    margin-top: -60px
}

.bottom-blue-block .half_up {
    width: 94px;
    margin: 0px auto;
    text-align: center;
}

.bottom-blue-block .half_up img {
    width: 80px;
}

.bottom-blue-block h1 {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}

.bottom-blue-block h1 span {
    font-weight: 400;
}

.map-search-wrap .job-sub-cate {
    width: 100%;
    padding: 110px 0px 0px 0px;
    min-height: 200px;
}

.map-search-wrap .job-sub-cate .cate-dselect {
    width: 100%;
    color: #728289;
    padding: 5px 5px;
    border: 1px solid #728289;
    font-size: 16px;
    font-weight: 300;
    margin: 5px 0px;
    display: block;
    overflow: hidden;
    line-height: 32px;
}

.map-search-wrap .job-sub-cate .cate-dselect a {
    color: #728289;
}

.map-search-wrap .job-sub-cate .cate-dselect a span {
    float: left;
    width: 78%;
}

.map-search-wrap .job-sub-cate .cate-dselect a i {
    float: right;
    width: 15%;
    line-height: 28px;
    color: #5b676c
}

.map-search-wrap .job-sub-cate .cate-select {
    width: 100%;
    color: #00aff0;
    padding: 5px 5px;
    border: 1px solid #00aff0;
    font-size: 16px;
    font-weight: 300;
    margin: 5px 0px;
    display: block;
    overflow: hidden;
    line-height: 32px;
}

.map-search-wrap .job-sub-cate .cate-select a {
    color: #00aff0;
}

.map-search-wrap .job-sub-cate .cate-select a span {
    float: left;
    width: 78%;
}

.map-search-wrap .job-sub-cate .cate-select a i {
    float: right;
    width: 15%;
    line-height: 28px;
    color: #00aff0 !important
}

.map-search-wrap .post-job-btn {
    height: 38px;
    font-weight: 400;
    margin: 80px auto;
    display: block;
    color: #fff;
    background: #7fba00;
    border: none;
    padding: 0px 35px;
    line-height: 38px;
    font-size: 17px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px
}

.mapsearchDiv {
    max-width: 100%;
    background: #fff;
    margin: 0px auto;
    box-shadow: 0px 0px 5px #999;
    height: 758px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.mapsearchDiv .row {
    padding: 0px !important;
    margin: 0px !important;
}

.mapsearchDiv .col-md-8,
.mapsearchDiv .col-lg-9 {
    padding: 0px !important;
    margin: 0px !important;
}

.mapsearchDiv .col-xs-9 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media (max-width:320px) {
    .mapsearchDiv {
        width: 100%;
        background: #fff;
        margin: 0px auto;
        box-shadow: 0px 0px 5px #999;
        height: auto;
    }
    .mapsearchDiv .col-md-8,
    .mapsearchDiv .col-md-4,
    .mapsearchDiv .col-lg-9,
    .mapsearchDiv .col-lg-3 {
        padding: 0px !important;
        margin: 0px !important;
    }
    .mapsearchDiv .col-xs-9,
    .mapsearchDiv .col-xs-3 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (min-width:768px) {
    .mapsearchDiv {
        width: 100%;
        background: #fff;
        margin: 0px auto;
        box-shadow: 0px 0px 5px #999;
        height: 1100px;
    }
    .cmnt-mobl {
        display: none;
    }
}

@media (min-width:992px) {
    .mapsearchDiv {
        width: 100%;
        background: #fff;
        margin: 0px auto;
        box-shadow: 0px 0px 5px #999;
        height: 625px;
        overflow: hidden;
        position: relative;
    }
}

@media (min-width:1200px) {
    .mapsearchDiv {
        width: 100%;
        background: #fff;
        margin: 0px auto;
        box-shadow: 0px 0px 5px #999;
        height: 758px;
        overflow: hidden;
        position: relative;
        z-index: 5;
    }
}

.show_hide {
    display: none;
}

.reply_hide {
    display: none;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    min-height: 500px !important;
}

.map-indicater-heading {
    width: 100%;
    padding: 0px 0px;
    border-bottom: 1px solid #e6e6e6;
}

.map-indicater-heading .toogle-button {
    display: block;
    width: 25px;
    height: 25px;
    border: 1px solid #666;
    font-size: 21px !important;
    line-height: 18px;
    text-align: center;
    color: #666;
    border-radius: 9px;
    margin-top: 10px;
    margin-left: 7px;
}

.map-indicater-per {
    width: 100%;
    padding: 5px 0px;
    height: 752px;
    overflow-y: auto;
    overflow-x: hidden
}

.col-lg-listview {
    padding: 0px !important;
}

.col-lg-listview h4 {
    font-size: 14px;
    font-weight: 400;
    color: #2e3e45;
    padding: 5px 0px 13px 0px;
    margin-bottom: 0px !important;
}

.map-indicater-per .ser-pro-block {
    width: 100%;
    padding: 0px 0px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0px auto;
}

.map-indicater-per .ser-pro-block .col-xs-3 {
    padding: 0px !important;
}

.map-indicater-per .ser-pro-block .col-xs-9 {
    padding: 0px !important;
}

.map-indicater-per .ser-pro-block .pro-left-block {
    width: 100%;
    padding: 5px 0px;
    color: #ffe000;
    text-align: center;
}

.map-indicater-per .ser-pro-block .pro-left-block .location-review-list {
    margin-bottom: 5px;
    font-size: 12px;
}

.map-indicater-per .ser-pro-block .pro-left-block p {
    font-size: 12px;
    line-height: 14px;
    margin-top: 0px;
}

.map-indicater-per .ser-pro-block .pro-img img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    width: 65%;
    height: 65%;
}

.map-indicater-per .pro-right-block {
    width: 100%;
    padding: 0px 0px;
    position: relative;
}

.map-indicater-per .pro-right-block .row {
    margin: 0px -15px !important;
}

.map-indicater-per .pro-right-block h5 {
    font-size: 14px;
    font-weight: 300;
    color: #222b30;
    line-height: 18px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.map-indicater-per .pro-right-block h5 .fa-check {
    float: right;
    position: absolute;
    right: 0;
    font-size: 13px;
    color: #00aff0;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border: 1px solid #00aff0;
    font-weight: 300;
}

.map-indicater-per .pro-right-block h5 .fa-times {
    float: right;
    position: absolute;
    right: 0;
    font-size: 13px;
    color: #999999;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border: 1px solid #999999;
    font-weight: 300;
}


}
.map-indicater-per .pro-right-block .cli-reviews {
    margin: 0px !important;
    padding: 0px !important;
}
.pro-right-block .cli-reviews .fa-star {
    color: #ffe000;
    font-size: 12px !important;
}
.pro-right-block .cli-reviews small {
    font-size: 12px !important;
}
.map-indicater-per .pro-right-block h6 {
    font-size: 13px;
    font-weight: 300;
    color: #222b30;
    padding-top: 3px !important;
    margin-top: 2px !important;
}
.map-indicater-per .pro-right-block h6 label {
    margin-right: 10px;
    color: #ffe000;
    font-size: 10px !important;
    float: right;
}
.map-indicater-per .pro-right-block small {
    font-size: 12px;
    font-weight: 300;
    color: #505769;
    line-height: 10px;
    margin-left: 4px;
}
.map-indicater-per .pro-right-block h6 span {
    font-size: 13px;
    font-weight: 300;
    color: #00aff0
}
.map-indicater-per .pro-right-block h6 span b {
    font-size: 12px;
    font-weight: 300 !important;
    color: #464646
}
.map-indicater-per .pro-right-block h6 a {
    font-size: 14px;
    font-weight: 300;
    color: #00aff0;
    text-decoration: underline
}
.map-indicater-per .pro-right-block .distance-show {
    float: left;
    color: #00aff0;
    background: url(../img/belun-ico.png) no-repeat left center;
    line-height: 37px;
    padding-left: 20px;
    margin: 3px 0px 0px 8px;
    font-weight: 300;
    font-size: 12px;
    padding: 4px 0px 0px 20px;
}
.map-indicater-per .pro-right-block .profile-btn {
    width: 76px;
    height: 26px;
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
    color: #59cbf6;
    border: 1px solid #59cbf6;
    display: block;
    text-align: center;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    float: right;
    margin: 12px 78px 0px 0px;
    border: 1px solid #59cbf6;
    transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
}
.map-indicater-per .pro-right-block .profile-btn:hover {
    background: #59cbf6;
    color: #fff;
}
.service-form-area {
    width: 100%;
    height: 100%;
}
.service-form-area .serv-blue-block {
    background: #00aff0;
    width: 100%;
    padding: 0px 0px;
    vertical-align: middle;
    margin-top: 4px;
}
.service-form-area .serv-blue-block h1 {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    padding: 50px 0px;
}
.service-form-area .service-feild-wrap {
    width: 100%;
    padding: 10px 0px;
    margin: 10px 0px;
}
.service-feild-wrap dt {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #505769;
}
.service-feild-wrap p {
    margin-top: 10px;
}
.service-feild-wrap h6 {
    font-size: 13px;
    font-weight: 300;
    color: #8b9ba3;
}
.service-feild-wrap .service-feild-wrap h6 sup {
    color: #900
}
.service-feild-wrap input[type="text"],
.service-feild-wrap input[type="password"] {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin: 0px 0px;
    border: 1px solid #cfd8dd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0px 5px;
    font-family: Avenir;
    font-weight: 300;
    font-size: 14px;
    position: relative;
    z-index: 5;
}
.service-feild-wrap textarea {
    width: 100%;
    height: 110px;
    margin: 0px 0px;
    border: 1px solid #cfd8dd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 2px 5px;
    font-family: Avenir;
    font-weight: 300;
    font-size: 14px;
}
.service-feild-wrap .one-sep-block {
    width: 100%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0px 0px 5px 0px;
    border: 1px solid #cfd8dd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0px 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 34px;
}
.service-feild-wrap .two-sep-block {
    width: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #cfd8dd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0px 5px;
    font-family: Avenir;
    font-weight: 300;
    font-size: 14px;
    line-height: 35px;
}
.service-feild-wrap .sep-blok-wrap {
    width: 100%;
    height: 100%;
}
.service-feild-wrap .single-block {
    width: 100%;
    display: block;
    height: 36px;
    line-height: 36px;
    margin: 0px 0px 10px 0px;
    border: 1px solid #cfd8dd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0px 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 35px;
}
.service-feild-wrap .sep-blok-wrap .two-sep-block-feild {
    width: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0px 0px 10px 0px;
}
.service-feild-wrap .checkbox,
.service-feild-wrap .radio {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px
}
.service-feild-wrap .checkbox label,
.service-feild-wrap .radio label {
    min-height: 20px;
    padding-left: 5px !important;
    margin-bottom: 0;
    font-weight: 300;
    cursor: pointer;
    font-size: 14px;
}
.service-feild-wrap .checkbox input[type=checkbox],
.service-feild-wrap .checkbox-inline input[type=checkbox],
.service-feild-wrap .radio input[type=radio],
.service-feild-wrap .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -30px
}
.service-feild-wrap .checkbox+.checkbox,
.service-feild-wrap .radio+.radio {
    margin-top: -5px
}
.service-feild-wrap span {
    display: inline-block;
    margin-right: 14px;
}
.service-feild-wrap .checkbox label:after,
.service-feild-wrap .radio label:after {
    content: '';
    display: table;
    clear: both;
}
.service-feild-wrap .checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.1em;
    height: 1.1em;
    float: left;
    margin-right: .8em;
    margin: 9px 4px 0px 0px;
    z-index: 11
}
@media(max-width:767px) {
    .service-feild-wrap .checkbox .cr,
    .service-feild-wrap .radio .cr {
        position: relative;
        display: inline-block;
        border: 1px solid #a9a9a9;
        border-radius: .25em;
        width: 1.1em;
        height: 1.1em;
        float: left;
        margin-right: .8em;
        margin: 9px 4px 0px 0px;
    }
}
.service-feild-wrap .radio .cr {
    border-radius: 50%;
}
.service-feild-wrap .checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 9%;
}
.service-feild-wrap .radio .cr .cr-icon {}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
@media(max-width:400px) {
    .service-feild-wrap .two-sep-block {
        width: 100%;
        display: block;
        height: 36px;
        line-height: 36px;
        margin: 0px 0px 10px 0px;
        border: 1px solid #cfd8dd;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding: 0px 5px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 14px;
        line-height: 35px;
    }
}
#map {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.map-overlay {
    background: rgba(255, 255, 255, .9);
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    pointer-events: none;
    display: none;
    top: 0px;
}
.map-overlay h1 {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 40%;
}
#map .map-icon4 {
    position: absolute;
    border-radius: 100%;
    left: 7%;
    right: 0px;
    z-index: 10;
    top: 10px;
}
#map .map-icon4 img {
    width: 54px !important;
    height: 54px !important;
    border-radius: 10px !important;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 2px solid #fff !important;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    -webkit-transform: rotate(181deg);
    -moz-transform: rotate(181deg);
    -ms-transform: rotate(181deg);
    -o-transform: rotate(181deg);
    transform: rotate(181deg);
}
.pop-pro-ban {
    background: url(../img/pro-banner.jpg) no-repeat center top;
    max-width: 100%;
    min-height: 200px;
    background-size: cover;
    padding: 0px 30px;
    position: relative;
}
.pop-pro-ban .pro-img-block {
    width: 100%;
    padding: 5px 10px;
    margin: 0px 0px 0px 0px;
    position: absolute;
    z-index: 10;
}
.pop-pro-ban .pro-img-block img {
    border: 2px solid #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    margin-top: 100px;
}
.pop-pro-ban .pro-img-block h5 {
    font-weight: 300;
    color: #fff;
}
.pop-pro-ban .provider-nav-block {
    width: 100%;
    padding: 0px 10px;
}
.pop-pro-ban .provider-nav-block h1 {
    font-size: 25px;
    font-weight: 300;
    color: #fff;
    line-height: 28px;
    position: absolute;
    top: 26px;
    left: 64px;
}
.pop-pro-ban .provider-nav-block h2 {
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    margin-top: 135px;
    line-height: 27px;
}
.pop-pro-ban .provider-nav-block h6 {
    font-size: 14px;
    font-weight: 300;
    color: #ffe000;
}
.pop-pro-ban .provider-nav-block h6 label {
    color: #fff !important;
    font-weight: 300;
}
.cross-btn {
    position: absolute;
    width: 32px;
    height: 32px;
    opacity: 1;
    z-index: 15;
    top: 0px !important;
    right: 7px !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important
}
.cross-btn:hover {
    opacity: 1;
}
.cross-btn:before,
.cross-btn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
}
.cross-btn:before {
    transform: rotate(45deg);
}
.cross-btn:after {
    transform: rotate(-45deg);
}
.close-pop-sml {
    position: relative;
    display: inline-block;
    width: 39px;
    height: 39px;
    overflow: hidden;
}
.pop-pro-container {
    width: 100%;
    padding: 0px 0px;
    position: relative;
}
.pop-pro-container .pro-top-menu {
    width: 100%;
    height: 48px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}
.pro-top-menu ul {
    list-style: none;
    margin-left: 185px;
}
.pro-top-menu ul li {
    display: inline-block;
    line-height: 45px;
    padding: 0px 10px;
    margin: 0px 20px 0px 0px;
}
.pro-top-menu ul li a {
    color: #666;
    font-weight: 300;
}
.pro-top-menu ul li.active {
    border-bottom: 3px solid #85c60c;
}
.propanel-container {
    width: 100%;
    padding: 10px 30px;
}
.propanel-container h3 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px
}
.scrollcontent {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.propanel-container .overview-block {
    width: 100%;
    padding: 0px 0px 10px 0px;
    overflow: hidden;
}
.overview-block .left-text-block {
    width: 100%;
    padding: 0px 10px;
}
.overview-block .right-text-block {
    width: 100%;
    padding: 0px 10px;
}
.right-text-block ul.about-contact {
    width: 100%;
    padding: 0px 0px;
    list-style: none;
}
.right-text-block ul.about-contact li {
    font-size: 14px;
    line-height: 33px;
    font-weight: 300;
}
ul.about-contact li .fa-map-marker {
    font-size: 14px;
    line-height: 33px;
    font-weight: 300;
}
ul.about-contact li .fa-phone {
    color: #f5a822;
    height: 20px;
    border: 2px solid #f5a822;
    border-radius: 100%;
    font-size: 15px !important;
    line-height: 17px;
    text-align: center;
}
ul.about-contact li .fa-at {
    color: #7fb40d;
}
ul.about-contact li .fa-globe {
    color: #f44427;
}
ul.about-contact li .fa {
    font-size: 14px;
    font-weight: 300;
    font-size: 20px;
    margin-right: 0px;
    width: 20px;
}
.propanel-container .prof-project-block {
    width: 100%;
    padding: 0px;
    overflow: hidden;
}
.prof-project-block .col-md-3,
.prof-project-block .col-md-9,
.prof-project-block .col-md-6,
.prof-project-block .col-xs-6,
.prof-project-block .col-md-12 {
    padding: 0px 15px !important;
}
.prof-project-block .portfolio-ind-block {
    padding: 0px 0px 0px 0px;
    border: 1px solid #e6e6e6;
    width: 100%;
    margin: 0px 0px 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.prof-project-block .portfolio-ind-block h4 {
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    line-height: 20px;
    margin: 0px;
    font-weight: 300;
}
.prof-project-block .portfolio-ind-block h4 span {
    display: block;
}
.propanel-container .prof-project-block .propanel-container .prof-project-block .project-all-list {
    width: 100%;
    margin: 10px 0px 0px 0px;
}
.project-all-list ul {
    list-style: none;
}
.project-all-list ul li {
    padding: 0px 0px 8px 0px;
}
.project-all-list ul li a {
    word-wrap: break-word;
    color: #333;
    line-height: 16px;
    font-size: 13px;
    font-weight: 300;
}
.propanel-container .prof-project-block .project-all-block {
    width: 100%;
    margin: 10px 0px 0px 0px;
}
.propanel-container .overview-projects {
    width: 100%;
    padding: 0px;
    overflow: hidden
}
.overview-projects .col-md-4 {
    padding: 0px 15px !important;
}
.overview-projects .portfolio-ind-block {
    padding: 0px 0px 0px 0px;
    border: 1px solid #e6e6e6;
    width: 100%;
    margin: 15px 0px 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.overview-projects .portfolio-ind-block h4 {
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    line-height: 20px;
    margin: 0px;
    font-weight: 300;
}
.overview-projects .portfolio-ind-block h4 span {
    display: block;
}
.propanel-container .overview-projects .all-projects-btn {
    display: block;
    margin: 5px auto 20px;
    color: #333;
}
.propanel-container .overview-review-block {
    width: 100%;
    padding: 0px;
    overflow: hidden
}
.propanel-container .overview-review-block .all-revew-btn {
    display: block;
    margin: 5px auto 20px;
    color: #333;
}
.overview-review-block .row {
    margin: 0px -15px
}
.overview-review-block .col-md-6 {
    padding: 0px 15px;
}
.propanel-container .overview-review-block .ind-revw-block {
    width: 100%;
    padding: 20px 0px 15px 0px;
}
.overview-review-block .ind-revw-block .reviewer {
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}
.ind-revw-block .reviewer .reviewer-photo {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px
}
.ind-revw-block .reviewer .reviewer-photo img {
    border-radius: 100%;
}
.ind-revw-block .reviewer .reviewer-info {
    margin: 0px;
}
.ind-revw-block .reviewer .reviewer-info h3 {
    font-size: 14px;
    margin: 5px 0px 5px 0px;
    font-weight: 400;
}
.ind-revw-block .reviewer .reviewer-info h6 {
    font-size: 12px;
    margin: 5px 0px 0px 5px;
    color: #ffe000;
}
.ind-revw-block .reviewer .reviewer-info h6 span {
    float: right;
    color: #999;
    font-weight: 300;
}
.ind-revw-block .rev-txt-block {
    width: 100%;
    padding: 0px 0px;
}
.ind-revw-block .rev-txt-block h3 {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 0px;
    margin: 0px;
}
.ind-revw-block .rev-txt-block h3 b {
    font-weight: 400;
}
.ind-revw-block .rev-txt-block p {
    line-height: 22px;
    font-size: 14px;
    font-weight: 300;
    margin: 0px;
    padding: 0px;
}
.ind-revw-block .rev-txt-block .likes-see a {
    color: #999 !important;
    font-size: 12px !important;
    line-height: 10px;
    font-weight: 300;
    margin-top: 5px;
    display: block;
    clear: both;
    padding: 5px 0px;
    text-transform: uppercase;
}
.propanel-container .review-block {
    width: 100%;
    padding: 0px;
    overflow: hidden
}
.propanel-container .review-block .rev-ind-block {
    width: 100%;
    padding: 15px 0px 0px 0px;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden
}
.propanel-container .review-block .rev-ind-block:last-child {
    border-bottom: 0px;
}
.review-block .rev-ind-block .reviewer {
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

.rev-ind-block .reviewer .reviewer-photo img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
	width:45px;
	height:45px;
}
.rev-ind-block .reviewer .reviewer-info h3 {
    font-size: 15px;
    margin: 5px 0px 5px 10px;
}
.rev-ind-block .reviewer .reviewer-info h3 label {
    float: right;
    font-weight:400;
    font-size: 13px;
    color: #4a576d;
}
.rev-ind-block .reviewer .reviewer-info h6 {
    font-size: 14px;
    margin: 5px 0px 0px 10px;
    color: #ffe000;
}
.rev-ind-block .reviewer .reviewer-info h6 span {
    float: right;
    color: #999;
    font-size: 12px;
    font-weight: 300;
}
.review-block .rev-ind-block .rev-txt-block {
    width: 100%;
    padding: 0px 0px;
}
.rev-txt-block .left-content {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.review-block .rev-ind-block .rev-txt-block h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 0px;
    margin: 0px;
}
.review-block .rev-ind-block .rev-txt-block h4 b {
    font-weight: 400;
}
.rev-txt-block .right-content {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 57px;
}
.review-block .rev-ind-block .rev-txt-block p {
    padding: 0px;
    margin: 0px;
}
.replies-btn {
    color: #666 !important;
    font-weight: 300;
    line-height: 34px;
    font-size: 12px;
    text-transform: uppercase
}
.rev-ind-block .likes-see {
    color: #999 !important;
    font-size: 11px !important;
    line-height: 15px;
    font-weight: 300;
    display: block;
    clear: both;
    padding: 5px 0px;
    padding: 0px;
}
.rev-ind-block .likes-see a {
    color: #666 !important;
}
.propanel-container .service-block {
    width: 100%;
}
.propanel-container .service-block .select-subcate {
    width: 100%;
    color: #00aff0;
    padding: 0px 5px;
    border: 1px solid #00aff0;
    font-size: 14px;
    font-weight: 300;
    margin: 0px 0px 20px 0px;
    display: inline-block;
    line-height: 35px;
    background: #f6f9fa;
}
.propanel-container .service-block .row {
    margin-right: -10px;
    margin-left: -10px;
}
.propanel-container .service-block .col-md-3,
.propanel-container .service-block .col-md-9,
.propanel-container .service-block .col-md-8,
.propanel-container .service-block .col-md-7,
.propanel-container .service-block .col-md-6,
.propanel-container .service-block .col-md-5,
.propanel-container .service-block .col-md-4,
.propanel-container .service-block .col-md-3,
.propanel-container .service-block .col-md-2,
.propanel-container .service-block .col-md-1 {
    padding: 0px 10px !important
}
.separation_brd {
    border-top: 1px solid #e6e6e6;
}
.propanel-container .team-block {
    width: 100%;
    padding: 0px;
}
.propanel-container .team-block .team-indi-block {
    width: 100%;
    padding-left: 10px;
    margin: 0px;
    margin-bottom: 45px;
    margin-top: 15px;
}
.team-block .team-indi-block img {
    float: left;
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin-right: 5px;
}
.team-block .team-indi-block .team-content {
    width: 100%;
    padding: 2px 0px 0px 10px;
    margin-bottom: 10px;
}
.team-block .team-indi-block .team-content h5 {
    font-size: 14px;
    font-weight: 300;
    padding: 0px;
    color: #273951;
    line-height: 8px;
}
.team-block .team-indi-block .team-content h6 {
    font-size: 13px;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    color: #999999;
    font: 400;
}
.propanel-container .team-block .all-mem-btn {
    display: block;
    margin: 5px auto 20px;
    color: #333;
}
@media(max-width:568px) {
    .pop-pro-ban .pro-img-block {
        width: 100%;
        padding: 2px 5px;
        margin: 0px 0px 0px 13px !important;
        text-align: left !important;
    }
    
    .pop-pro-ban .pro-img-block img {
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        width: 70px !important;
        height: 70px !important;
    }
    
    .pop-pro-ban .provider-nav-block h2 {
        font-size: 17px !important;
        font-weight: 300;
        color: #fff;
        line-height: 24px;
        margin: 0px 0px 0px 9px !important;
        text-align: left !important;
    }
    
    .pop-pro-ban .provider-nav-block h6 {
        font-size: 12px !important;
        font-weight: 300;
        color: #ffe000;
        margin: 0px 0px 0px 9px !important;
        text-align: left !important;
        line-height: 28px;
    }
}
.close-pop-sml:hover::before,
.close-pop-sml:hover::after {
    background: #1ebcc5;
}
.close-pop-sml::before,
.close-pop-sml::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #273951;
}
.close-pop-sml::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-pop-sml::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close-pop-sml.big {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}
.close-pop-sml.hairline::before,
.close-pop-sml.hairline::after {
    height: 1px;
}
.close.thick::before,
.close.thick::after {
    height: 4px;
    margin-top: -2px;
}
.close.black::before,
.close.black::after {
    height: 8px;
    margin-top: -4px;
}
.close.heavy::before,
.close.heavy::after {
    height: 12px;
    margin-top: -6px;
}
.close.pointy::Before,
.close.pointy::after {
    width: 200%;
    left: -50%;
}
.close.rounded::before,
.close.rounded::after {
    border-radius: 5px;
}
.close.blades::before,
.close.blades::after {
    border-radius: 5px 0;
}
.close.warp::before,
.close.warp::after {
    border-radius: 120% 0;
}
.close.fat::before,
.close.fat::after {
    border-radius: 100%;
}
.catetag {
    cursor: pointer;
}
ul.protabs {
    text-align: left;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin: 71px 0px 0px 0px;
}
ul.protabs li {
    margin: 0;
    margin-right: 4px;
    padding: 0;
    display: inline;
}
ul.protabs li a {
    padding: 0 16px;
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    text-decoration: none;
    color: #fff;
    outline: none;
    border-bottom: none;
    border-radius: 3px 3px 0 0;
    position: relative;
}
ul.protabs li a:link,
ul.protabs li a:visited {
    color: #fff;
}
ul.protabs li a:hover {
    color: #273951;
    background-color: #fff;
}
ul.protabs li.selected a {
    color: #273951;
    font-weight: normal;
    border-color: #DDD;
    background: white;
    z-index: 3;
}
ul.protabs li.selected a:hover {
    text-decoration: none;
}
div.prodet-container {}
.prodet-container h2 {
    font-size: 20px;
    font-weight: 300;
}
div.prodet-container > div {}
div.prodet-container div.inactive {
    display: none;
}
div.jqueryloading {
    background: transparent url(loading.gif) no-repeat center center;
    height: 150px;
    width: 20px;
    font-size: 0;
    padding: 0;
    margin: 0 auto;
}
@media only screen and (max-width:482px) {
    ul.protabs {
        box-sizing: border-box;
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        min-width: 260px;
        margin: 5px 0px 0px 0px !important;
    }
    
    ul.protabs li {
        display: inline-block;
        box-sizing: border-box;
        margin-right: 0;
        width: 25%;
        background-color: #fff;
        background-image: linear-gradient(#fff, #fff 50%, #f4f4f4 50%, #fafafa);
    }
    
    ul.protabs li:last-child:nth-child(odd) {
        width: 100% !important;
    }
    
    ul.protabs li a {
        border: none;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        display: block;
        padding: 0;
        text-align: center;
        border-radius: 0;
        color: #273951 !important;
        font-size: 15px !important;
    }
    
    ul.protabs li.selected a {
        background-color: #fff;
        background-image: linear-gradient(#fff, #fff 50%, #f4f4f4 50%, #fafafa);
    }
    
    div.prodet-container {
        border-radius: 0;
        min-width: 260px;
        box-sizing: border-box;
        padding: 0px 10px;
    }
}
@media only screen and (min-width:560px) and(max-width:568px) {
    ul.protabs {
        box-sizing: border-box;
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc !important;
        min-width: 260px !important;
        margin: 5px 0px 0px 0px !important;
    }
    
    ul.protabs li {
        display: inline-block !important;
        box-sizing: border-box;
        margin-right: 0;
        width: 20% !important;
        background-color: #fff !important;
        background-image: linear-gradient(#fff, #fff 50%, #f4f4f4 50%, #fafafa);
    }
    
    ul.protabs li a {
        border: none;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        display: block;
        padding: 0;
        text-align: center;
        border-radius: 0;
        color: #273951 !important;
        font-size: 15px !important;
    }
    
    ul.protabs li.selected a {
        background-color: #fff;
        background-image: linear-gradient(#fff, #fff 50%, #f4f4f4 50%, #fafafa);
    }
    
    div.prodet-container {
        border-radius: 0;
        min-width: 260px;
        box-sizing: border-box;
        padding: 0px 10px;
    }
}
.prodet-container .portfolio-list-wrap {
    width: 100%;
    padding: 0px 0px;
}
.prodet-container .portfolio-list-wrap .pro-block {
    width: 100%;
    padding: 0px 0px;
    border: 1px solid #e2e2e2;
    margin: 6px 0px;
}
.prodet-container .portfolio-list-wrap .pro-block h5 {
    font-size: 14px;
    font-weight: 300;
    color: #1f282d;
    padding: 0px 4px;
}
.prodet-container .row {
    padding: 0px;
    margin: 0px;
}
@media (max-width:767px) {
    .all-cate-top-space {
        margin-top: 50px;
    }
    
    .pop-pro-ban .pro-img-block img {
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        width: 100px;
        height: 100px;
        margin-top: 2px;
    }
    
    .pop-pro-ban .provider-nav-block {
        width: 100%;
        padding: 0px 10px;
        text-align: center;
    }
    
    .pop-pro-ban .provider-nav-block h2 {
        font-size: 20px;
        font-weight: 300;
        color: #fff;
    }
    
    .pop-pro-ban .provider-nav-block h6 {
        font-size: 16px;
        font-weight: 300;
        color: #ffe000;
        margin: 10px 0px;
    }
}
.gloabalfeild {
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.gloabalfeild dt {
    margin-top: 10px;
}
.feildwrap {
    width: 50%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #cfd8dd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0px 5px;
    font-family: 'Avenir', sans-serif;
    font-weight: 300;
    font-size: 16px;
    float: left;
}
.service-feild-wrap .post-jb-lrg {
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-border-box: border-box;
    background: #85c50c;
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 20px 0px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-family: Avenir;
    font-weight: 300;
    display: block;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.port-team-wrap {
    width: 100%;
    padding: 0px 0px;
}
.port-team-wrap h3 {
    font-size: 18px;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
}
.port-team-wrap h6 {
    font-size: 16px;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    color: #00aff0;
    font: 400;
}
.port-team-wrap .image-wrap {
    width: 100%;
    padding: 0px;
    margin: 10px 0px;
}
.port-team-wrap .image-wrap img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.port-team-wrap .text-wrap {
    width: 100%;
    padding: 0px;
    margin: 10px 0px;
    padding: 0px 0px 0px 10px;
}
.port-team-wrap .text-wrap h3 {
    margin-bottom: 3px;
}
.port-team-wrap .text-wrap h6 {
    margin-bottom: 3px;
}
.port-reviews-wrap {
    width: 100%;
    padding: 0px 0px;
}
.port-reviews-wrap .review-block {
    width: 100%;
    padding: 0px 0px;
    border-bottom: 1px solid #e6e6e6
}
.all-reviews {
    width: 100%;
    padding: 0px 0px;
    margin: 10px 0px;
}
.all-reviews .cli-pic {
    width: 100%;
    padding: 5px 0px;
}
.all-reviews .cli-pic img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
.all-reviews .cli-rev {
    width: 100%;
    padding: 5px 0px;
}
.all-reviews .cli-rev h4 {
    font-size: 16px;
    font-weight: 400;
    color: #053c50
}
.all-reviews .cli-rev h6 {
    color: #ffe000
}
.reply-tag {
    display: inline;
}
.reply-tag a {
    color: #273951;
    padding-left: 5px;
    border-left: 1px solid #b2b2b2;
}
.all-reply-block {
    width: 90%;
    padding: 10px 0px;
    margin: 0px auto;
}
.all-reply-block .reply-img img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
.all-reply-block .reply-cont {
    width: 100%;
    padding: 5px 0px;
}
.all-reply-block.cli-rev h4 {
    font-size: 16px;
    font-weight: 400;
    color: #053c50
}
.all-reply-block.cli-rev h6 {
    color: #ffe000
}
@include keyframes(bounce) {
    0%,
    20%,
    50%,
    80%,
    100% {
        @include transform(translateY(0));
    }
    
    40% {
        @include transform(translateY(-30px));
    }
    
    60% {
        @include transform(translateY(-15px));
    }
}
.down {
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 80px;
    z-index: 8;
}
.down img {}
.bounce {
    @include animation(bounce 2s infinite);
}
.sepr-indi-block {
    width: 50%;
    float: left;
    height: 36px;
    line-height: 36px;
    margin: 0px 0px 10px 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 0px 0px;
    font-family: 'Avenir', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 35px;
}
@media(max-width:400px) {
    .sepr-indi-block {
        width: 100%;
        display: block;
        height: 36px;
        line-height: 36px;
        margin: 0px 0px 10px 0px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        padding: 0px 0px;
        font-family: 'Avenir', sans-serif;
        font-weight: 300;
        font-size: 14px;
        line-height: 35px;
    }
}
.fiksbox_wrap {
    width: 100%;
    padding: 15px 0px 15px 0px;
}
.fiksbox_wrap .fiksbox_block {
    max-width: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    margin: 6px 0px;
    padding: 5px;
    display: block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    position: relative;
    min-height: 300px;
}
.fiksbox_block .category_img {
    width: 100%;
    margin-bottom: 10px;
    position: relative
}
.fiksbox_block h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 35px;
}
.fiksbox_block .bottom_sc {
    width: 100%;
    padding: 0px 0px 0px;
    border-top: 1px solid #e6e6e6;
    display: block;
}
.fiksbox_block .bottom_sc h5 {
    color: #b7b7b7;
    font-weight: 300;
    font-size: 16px;
}
.fiksbox_block .bottom_sc h5 span {
    margin-left: 10px;
    font-size: 14px;
}
.fiksbox_block .bottom_sc h5 label {
    float: right;
    font-size: 18px;
    color: #29b6f6;
    font-weight: 400
}
.fiksbox_wrap .fiksbox_block:hover {
    color: #7fba00
}
.fiksbox_wrap .fiksbox_block:hover .fa-heart {
    color: #7fba00
}
.overlay {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.overlay-img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.ic_caption {
    position: absolute;
    overflow: hidden;
    margin: 0px;
    padding: 0px 5px;
    left: 0px;
    right: 0px;
    cursor: default;
}
.img_caption {
    position: absolute;
    overflow: hidden;
    margin: 0px;
    padding: 0px 5px;
    left: 0px;
    right: 0px;
    cursor: default;
}
.ic_caption h4 {
    font-weight: 300;
    color: #273951;
    font-size: 14px;
    padding: 10px 0px;
    margin: 0px;
}
.ic_caption h4 span {
    float: right;
    color: #ffe000;
}
.ic_caption h4 span label {
    margin-left: 5px;
    color: #1c2225
}
.ic_category {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 3px;
    margin: 0px;
}
.ic_caption h3 {
    margin: 0px;
    font-size: 18px;
}
.ic_text {
    margin: 0px;
    text-align: justify;
    font-size: 11px;
}
.img_text {
    margin: 0px;
    text-align: justify;
    font-size: 11px;
}
.fiks-how-works-head {
    width: 100%;
    padding: 147px 0px 50px;  
    background: #081f2c;
    background: -webkit-linear-gradient(top left, #081f2c, #0a2534, #417685);
    background: linear-gradient(to bottom right, #081f2c, #0a2534, #417685);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1);
    color: #bcd4d8;
    overflow: hidden;
    text-align: center;
    position: relative
}
.fiks-how-works-head .icon-top {
    width: 55px;
    border-radius: 5px;
    margin: 0px auto;
    background-color: #df9d4a;
    background-image: -webkit-linear-gradient(top left, #64bc3c, #53ac31, #348a19);
    background-image: linear-gradient(to bottom right, #64bc3c, #53ac31, #348a19);
    text-shadow: 0 1px 2px #1c5908;
    color: #fff;
}
.icon-top .material-icons {
    font-size: 30px !important;
    line-height: 55px;
}
.fiks-how-works-head h2 {
    font-weight:300;
    font-size:35px;
    color: white !important;
    position: relative;    

}
.fiks-how-works-head p {
    color: #fff;
    text-shadow: none;
    font-size: 14px;
    margin: 15px 0px 0px;
    font-weight: 300;
    padding: 0px 250px;
}
.fiks-how-works-head h4 {
    margin: 0px;
    display: inline-block;
    padding: 10px 342px 20px;
    position: relative;
}
.fiks-how-works-head a {
    color: #7fba00; 
    font-size: 20px;
	font-weight:300;
	border-bottom: 1px solid;
}
.fiksble_how_wrks {
    width: 100%;
}
.fiksble_how_wrks p {
    font-size: 15px;
    line-height: 24px;
}
.fiksble_how_wrks .fst_step {
    width: 100%;
    padding: 40px 0px 40px;
    margin: 0px 0px;
    background: #fff
}
.fiksble_how_wrks .fst_step .container {
    max-width: 980px
}
.fiksble_how_wrks .fst_step ul {
    list-style: none;
    display: block;
    height: 100%;
    margin: 0px;
}
.fiksble_how_wrks .fst_step ul li {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 0px;
    background: url(../../images/checkmark.png) no-repeat 0px 13px;
    padding-left: 28px;
    background-size: 20px 20px;
}
.fiksble_how_wrks .fst_step .icon-top {
    width: 55px;
    border-radius: 5px;
    margin: 0px auto;
    background-color: #fbac3c;
    background-image: -webkit-linear-gradient(top left, #fbac3c, #eb971e, #d47f07);
    background-image: linear-gradient(to bottom right, #fbac3c, #eb971e, #d47f07);
    text-shadow: 0 1px 2px #985e0a;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}
.fiksble_how_wrks .fst_step .icon-top .material-icons {
    font-size: 30px !important;
    line-height: 55px;
}
.fiksble_how_wrks .fst_step h3 {
    font-weight:300;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: center;
    color: #eb971e;
	font-size:30px;
}
.fiksble_how_wrks .fst_step p {
    font-size:18px;
    margin: 15px auto 30px;  
    font-weight: 300;
    padding: 0px 140px 20px;
    color: #273951;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
	line-height:30px;
}
.fiksble_how_wrks .fst_step .step_cntr {
    width: 100%;
    padding: 10px 0px;
}
.fst_step .step_cntr .left {
    width: 100%;
    height: 100%;
    padding: 30px 0px 20px;
    display: block;
}
.fst_step .step_cntr .right {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, .25), 0 2px 6px rgba(0, 21, 64, .14), 0 10px 20px rgba(0, 21, 64, .05);
    -webkit-box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, .25), 0 2px 6px rgba(0, 21, 64, .14), 0 10px 20px rgba(0, 21, 64, .05);
    -moz-box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, .25), 0 2px 6px rgba(0, 21, 64, .14), 0 10px 20px rgba(0, 21, 64, .05);
    background-size: 100% 100%;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    background-color: white;
    text-align: center;
    padding: 20px 10px;
	margin-bottom:10px;
}
.fst_step .step_cntr .right img {
    padding: 0px 30px;
}
.fiksble_how_wrks .scnd_step {
    width: 100%;
    padding: 40px 0px 0px;
    margin: 0px 0px;
}
.fiksble_how_wrks .scnd_step .container {
    max-width: 980px;
}
.fiksble_how_wrks .scnd_step h3 {
    font-weight:300;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: center;
    color: #e8617e;
	font-size:30px;
}
.fiksble_how_wrks .scnd_step p {
   font-size: 18px;
    margin: 15px auto 30px;
    -webkit-font-smoothing: subpixel-antialiased !important;
    font-weight: 300;
    padding: 0px 140px 20px;
    color: #273951;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    line-height: 30px;
}
.fiksble_how_wrks .scnd_step .icon-top {
    width: 55px;
    border-radius: 5px;
    margin: 0px auto;
    background-color: #ff839d;
    background-image: -webkit-linear-gradient(top left, #ff839d, #e8617e, #c54964);
    background-image: linear-gradient(to bottom right, #ff839d, #e8617e, #c54964);
    text-shadow: 0 1px 2px #c54964;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}
.fiksble_how_wrks .scnd_step .icon-top .material-icons {
    font-size: 30px !important;
    line-height: 55px;
}
.fiksble_how_wrks .scnd_step .left {
    width: 100%;
    height: 100%;
    display: block;
}
.fiksble_how_wrks .scnd_step .right {
    width: 100%;
    height: auto;
    display: block;
    padding: 0px 0px 20px;
}
.fiksble_how_wrks .scnd_step .cmpre-prof {
    padding-top: 10px;
}
.fiksble_how_wrks .scnd_step .cmpre-prof .row {
    margin: 0px -5px;
}
.fiksble_how_wrks .scnd_step .cmpre-prof .col-xs-2,
.fiksble_how_wrks .scnd_step .cmpre-prof .col-xs-10 {
    padding: 0px 5px;
}
.fiksble_how_wrks .scnd_step .cmpre-prof .col-xs-2 {
    width: 14%;
}
.fiksble_how_wrks .scnd_step .cmpre-prof .col-xs-10 {
    width: 86%;
}
.fiksble_how_wrks .scnd_step .border-bottom {
    border-bottom: none !important;
}
.fiksble_how_wrks .scnd_step .border-right {
    border-right: 1px solid rgba(0, 0, 0, .03);
}
.fiksble_how_wrks .scnd_step .cmpre-prof:nth-child(2n+1) {
    border-right: 1px solid rgba(0, 0, 0, .03);
}
.fiksble_how_wrks .scnd_step .cmpre-prof:nth-child(3n+1) {
    border-bottom: 1px solid rgba(0, 0, 0, .03);
}
.fiksble_how_wrks .scnd_step .cmpre-prof:nth-child(4n+1) {
    border-right: 1px solid rgba(0, 0, 0, .03)
}
.fiksble_how_wrks .scnd_step .cmpre-prof:nth-child(2n) {
    border-bottom: 1px solid rgba(0, 0, 0, .03)
}
.fiksble_how_wrks .scnd_step .cmpre-prof h4 {
    font-weight: 400;
}
.fiksble_how_wrks .scnd_step .cmpre-prof p {
    font-weight: 300;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: none;
    color: #273951;
    font-size:15px;
    line-height:26px;
}
.fiksble_how_wrks .scnd_step .estimate-blk {
    width: 100%;
    margin-bottom: 20px;
}
.fiksble_how_wrks .scnd_step .estimate-blk .fa {
    font-size: 20px;
    border: 1px solid #9251ac;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    margin-top: 10px;
    color: #9251ac;
    font-size: 25px;
    background: #fff3fd
}
.fiksble_how_wrks .scnd_step .estimate-blk h4 {
    color: #9251ac;
}
.fiksble_how_wrks .scnd_step .mssg-blk {
    width: 100%;
    margin-bottom: 20px;
}
.fiksble_how_wrks .scnd_step .mssg-blk .fa {
    font-size: 20px;
    border: 1px solid #5f6ad9;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    margin-top: 13px;
    color: #5f6ad9;
    font-size: 25px;
    background: #eff0fb
}
.fiksble_how_wrks .scnd_step .mssg-blk h4 {
    color: #3F51B5;
}
.fiksble_how_wrks .scnd_step .rvw-blk {
    width: 100%;
    margin-bottom: 20px;
}
.fiksble_how_wrks .scnd_step .rvw-blk .fa {
    font-size: 20px;
    border: 1px solid #ff8948;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    margin-top: 13px;
    color: #ff8948;
    font-size: 25px;
    background: #fcf1eb
}
.fiksble_how_wrks .scnd_step .rvw-blk h4 {
    color: #ff8948;
}
.fiksble_how_wrks .scnd_step .bus-pro-blk {
    width: 100%;
    margin-bottom: 20px;
}
.fiksble_how_wrks .scnd_step .bus-pro-blk .fa {
    font-size: 20px;
    border: 1px solid #50a91a;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    margin-top: 13px;
    color: #50a91a;
    font-size: 25px;
    background: #f5fbf1
}
.fiksble_how_wrks .scnd_step .bus-pro-blk img,
.fiksble_how_wrks .scnd_step .rvw-blk img,
.fiksble_how_wrks .scnd_step .estimate-blk img,
.fiksble_how_wrks .scnd_step .mssg-blk img {
    margin-top: 13px;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}
.fiksble_how_wrks .scnd_step .bus-pro-blk h4 {
    color: #50a91a;
}
.fiksble_how_wrks .scnd_step .cont-blk {
    width: 100%;
    margin-bottom: 20px;
}
.fiksble_how_wrks .scnd_step .cont-blk .material-icons {
    font-size: 20px;
    border: 1px solid #0083db;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 100%;
    margin-top: 13px;
    color: #0083db;
    font-size: 25px;
    background#eef7fd
}
.fiksble_how_wrks .scnd_step .cont-blk h4 {
    color: #0083db;
}
.fiksble_how_wrks .scnd_step ul {
    list-style: none;
    display: block;
    height: 100%;
    margin-top: 10px;
}
.fiksble_how_wrks .scnd_step ul li {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    margin: 5px 0px;
    width: 40%;
    float: left;
}
.fiksble_how_wrks .scnd_step ul li .fa {
    color: #9caab2;
    margin-right: 2px;
    width: 25px;
    height: 25px;
    border: 1px solid #9caab2;
    text-align: center;
    line-height: 23px;
    border-radius: 100%;
}
.fiksble_how_wrks .thrd_step {
    width: 100%;
    padding: 40px 0px 20px;
    margin: 0px 0px;
    background: #fff
}
.fiksble_how_wrks .thrd_step .container {
    max-width: 980px;
}
.fiksble_how_wrks .thrd_step h3 {
    font-weight:300;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: center;
    color: #3F51B5;
	font-size:30px;
}
.fiksble_how_wrks .thrd_step p {
  font-size: 18px;
    margin: 15px auto 30px; 
    font-weight: 300;
    padding: 0px 140px 20px;
    color: #273951;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    line-height: 30px;
}
.fiksble_how_wrks .thrd_step .icon-top {
    width: 55px;
    border-radius: 5px;
    margin: 0px auto;
    background-color: #7983ea;
    background-image: -webkit-linear-gradient(top left, #7983ea, #5e69e2, #424dbb);
    background-image: linear-gradient(to bottom right, #7983ea, #5e69e2, #424dbb);
    text-shadow: 0 1px 2px #2f389d;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}
.fiksble_how_wrks .thrd_step .left {
    width: 100%;
    height: 100%;
    padding: 30px 0px 20px;
    display: block;
}
.fiksble_how_wrks .thrd_step .right {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, .25), 0 2px 6px rgba(0, 21, 64, .14), 0 10px 20px rgba(0, 21, 64, .05);
    -webkit-box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, .25), 0 2px 6px rgba(0, 21, 64, .14), 0 10px 20px rgba(0, 21, 64, .05);
    -moz-box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, .25), 0 2px 6px rgba(0, 21, 64, .14), 0 10px 20px rgba(0, 21, 64, .05);
    background-size: 100% 100%;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    background-color: white;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 40px;
}
.fiksble_how_wrks .thrd_step .right img {
    padding: 0px 30px;
}
.fiksble_how_wrks .thrd_step ul {
    list-style: none;
    display: block;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
}
.fiksble_how_wrks .thrd_step ul li {
    font-weight: 300;
    font-size:15px;
    line-height:24px;
    padding: 10px 0px;
    background: url(../../images/checkmark.png) no-repeat 0px 13px;
    padding-left: 28px;
    background-size: 20px 20px;
}
.fiksble_how_wrks .frth_step {
    width: 100%;
    padding: 40px 0px 60px;
    margin: 0px 0px;
    background: #f5f7f9
}
.fiksble_how_wrks .frth_step h3 {
    font-weight:300;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: center;
    color: #e8617e;
	font-size:30px;
}
.fiksble_how_wrks .frth_step p {
       font-size: 18px;
    margin: 15px auto 30px;  
    font-weight: 300;
    padding: 0px 140px 20px;
   color: #273951;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    line-height: 30px;
}
.fiksble_how_wrks .frth_step .container {
    max-width: 980px
}
.fiksble_how_wrks .frth_step .icon-top {
    width: 55px;
    border-radius: 5px;
    margin: 0px auto;
    background-color: #ff839d;
    background-image: -webkit-linear-gradient(top left, #ff839d, #e8617e, #c54964);
    background-image: linear-gradient(to bottom right, #ff839d, #e8617e, #c54964);
    text-shadow: 0 1px 2px #c54964;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}
.fiksble_how_wrks .frth_step .icon-top .material-icons {
    font-size: 30px !important;
    line-height: 55px;
}
.fiksble_how_wrks .frth_step .left {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, .25), 0 2px 6px rgba(0, 21, 64, .14), 0 10px 20px rgba(0, 21, 64, .05);
    -webkit-box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, .25), 0 2px 6px rgba(0, 21, 64, .14), 0 10px 20px rgba(0, 21, 64, .05);
    -moz-box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, .25), 0 2px 6px rgba(0, 21, 64, .14), 0 10px 20px rgba(0, 21, 64, .05);
    background-size: 100% 100%;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    background-color: white;
    text-align: center;
    padding: 20px 10px;
}
.fiksble_how_wrks .frth_step .left img {
    padding: 0px 30px;
}
.fiksble_how_wrks .frth_step .right {
    width: 100%;
    height: auto;
    display: block;
    padding: 0px 0px 50px;
}
.fiksble_how_wrks .frth_step ul {
    list-style: none;
    display: block;
    height: 100%;
    margin-top: 30px;
}
.fiksble_how_wrks .frth_step ul li {
    font-weight: 300;
    font-size:15px;
    line-height:24px;
    padding: 10px 0px;
    background: url(../../images/checkmark.png) no-repeat 0px 13px;
    padding-left: 28px;
    background-size: 20px 20px;
}
.fiksble_how_wrks .sxth_step {
    width: 100%;
    padding: 40px 0px 60px;
    margin: 0px 0px;
    background: #f5f7f9
}
.fiksble_how_wrks .sxth_step h3 {
    font-weight:300;
    margin-bottom: 10px;
    margin-top: 0px;
    text-align: center;
    color: #15bbc1;
	font-size:30px;
	
}
.fiksble_how_wrks .sxth_step p {
   font-size: 18px;
    margin: 15px auto 30px;
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: 300;
    padding: 0px 140px 20px;
    color: #273951;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    line-height: 30px;
}
.fiksble_how_wrks .sxth_step .container {
    max-width: 980px
}
.fiksble_how_wrks .sxth_step .icon-top {
    width: 55px;
    border-radius: 5px;
    margin: 0px auto;
    background-color: #1dc5ca;
    background-image: -webkit-linear-gradient(top left, #1dc5ca, #15bbc1, #09a1a7);
    background-image: linear-gradient(to bottom right, #1dc5ca, #15bbc1, #09a1a7);
    text-shadow: 0 1px 2px #09a1a7;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}
.fiksble_how_wrks .sxth_step .icon-top .material-icons {
    font-size: 30px !important;
    line-height: 55px;
}
.fiksble_how_wrks .sxth_step .left {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, .25), 0 2px 6px rgba(0, 21, 64, .14), 0 10px 20px rgba(0, 21, 64, .05);
    -webkit-box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, .25), 0 2px 6px rgba(0, 21, 64, .14), 0 10px 20px rgba(0, 21, 64, .05);
    -moz-box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, .25), 0 2px 6px rgba(0, 21, 64, .14), 0 10px 20px rgba(0, 21, 64, .05);
    background-size: 100% 100%;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    background-color: white;
    text-align: center;
    padding: 20px 10px;
}
.fiksble_how_wrks .sxth_step .left img {
    padding: 0px 30px;
}
.fiksble_how_wrks .sxth_step .right {
    width: 100%;
    height: auto;
    display: block;
    padding: 0px 0px 50px;
}
.fiksble_how_wrks .sxth_step ul {
    list-style: none;
    display: block;
    height: 100%;
    margin-top:30px;
}
.fiksble_how_wrks .sxth_step ul li {
    font-weight: 300;
    font-size:15px;
    line-height:24px;
    padding: 10px 0px;
    background: url(../../images/checkmark.png) no-repeat 0px 13px;
    padding-left: 28px;
    background-size: 20px 20px;
}
.fiksble-getstart {
    width: 100%;
    text-align: center;
    padding: 5px 0 44px;
    background: #0078CA url(../img/map-srch-head.png) repeat;
    overflow: hidden;
}
.fiksble-getstart .header-inner-content {
    display: block;
    vertical-align: middle;
    position: relative;
}
.fiksble-getstart input {
    width: 100%;
    line-height: 50px;
    border: none;
}
.fiksble-getstart h1 {
    font-weight:300;
    color: #fff;
    margin-bottom: 30px;
    font-size: 30px;
    font-family: Avenir;
    line-height:34px;   
    padding: 0px 300px;
   
}
.fiksble-getstart .sgnup_btn {
    background: #fff;
    padding:10px 15px;
    font-size:18px;
    color: #00aff0;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;   
    display: inline-block;
    margin-top: 10px;  
    font-weight:300;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.business-plan {
    max-width: 1000px !important;
    padding: 0px 15px;
    margin: 10px auto;
}
.business-plan .plan-wrap {
    text-align: center;
    background: #fff;
    margin: 25px 0px 10px;
    padding: 20px 15px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	min-height: 280px;
}
.hover-effect {
    box-shadow: none;
    position: relative;
}
.hover-effect:hover {
    box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2);
    z-index: 10;
}
@media (max-width:767px) {
    .business-plan .free-plan h5,
    .business-plan .free-plan p {
        text-align: center !important;
    }
}
@media screen and (max-width:991px) and (min-width:768px) {
    .business-plan .try-free {
        margin: 29px 0px 0px 0px !important;
    }
}
.free-plan {
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 20px 15px;
    background: #fff;
    border-right: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    margin: 20px 0px 25px;
}
.business-plan .free-plan h4 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}
.business-plan .free-plan h5 {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #999999;
    font-weight: 100;
    font-size: 12px;
    margin-top: 0px !important;
}
.free-plan:hover {
    background: #d6faf4;
}
.business-plan .free-plan h2 {
    color: #404040;
    font-weight: 300;
    font-size: 50px;
    margin: 10px 0px;
    position: relative;
}
.business-plan .free-plan h2 sup {
    font-size: 14px;
    color: #999999;
    vertical-align: super;
}
.business-plan .free-plan h2 span {
    display: block;
    text-transform: uppercase;
    position: absolute;
    font-size: 12px;
    font-weight: 300;
    color: #404040;
    text-align: center;
    display: block;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    margin-top: 10px;
    letter-spacing: 1px;
}
.business-plan .free-plan h5 {
    text-align: left;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #999999;
    font-weight: 100;
    font-size: 12px;
}
.business-plan .free-plan p {
    font-weight: 300;
    line-height: 24px;
    text-align: left;
}
.other-plan {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.other-plan:hover {
    background: #d6faf4;
}
.other-plan:hover h2 {
    color: #eb415b
}

.hover_credit_blk{
	background: #d6faf4 !important;
	box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2);
    z-index: 10;
}
.business-plan .plan-wrap:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.business-plan .plan-wrap:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.business-plan .plan-wrap h4 {
    text-transform: uppercase;
    font-weight:500;
    font-size: 14px;
}
.business-plan .plan-wrap h2 {
    color: #404040;
    font-weight: 300;
    font-size: 50px;
    margin: 10px 0px;
    position: relative;
}
.business-plan .plan-wrap h2 sup {
    font-size: 14px;
    color: #999999;
    vertical-align: super;
}
.business-plan .plan-wrap h2 span {
    display: block;
    text-transform: uppercase;
  
    font-size: 12px;
    font-weight: 300;
    color: #404040;
    text-align: center;
    display: block;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    margin-top: 10px;
    letter-spacing: 1px;
}
.business-plan .plan-wrap h3 {
    display: block;
    text-transform: uppercase;   
    font-size: 12px;
    font-weight: 300;
    color: #404040;
    text-align: center;
    display: block;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    margin-top: 10px;
    letter-spacing: 1px;
}
.business-plan .plan-wrap h5 {
    margin-top: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #999999;
    font-weight: 100;
    font-size: 12px;
}
.business-plan .plan-wrap p {
    font-weight: 300;
       line-height: 24px;
    font-size: 15px;
}
.business-plan .try-free {
    
    color: #fff;
    letter-spacing: 1px;
    padding:5px 15px;
    background: #00a65a;
    margin: 29px 0px 0px 22px;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: 'Avenir', sans-serif;
    -webkit-font-smoothing:subpixel-antialiased  !important;
    font-weight: 500;
    font-size: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.business-plan .try-free:hover {
    text-decoration: none !important;
}
.business-plan .purchase {
   
    color: #fff;
    letter-spacing: 1px;
    padding:5px 0px;
    background: #50a92f;
    margin: 20px auto 0px;
    display: block;
    width: 110px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: 'Avenir', sans-serif;   
    font-weight: 500;
    font-size: 15px;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.business-plan .more_info_lnk{
	font-size: 11px;
    font-weight:400;
    text-transform: uppercase;
    margin: 15px 0px 0px 0px;
    display: inline-block;
    color: #337ab7;
    border-bottom: 1px solid #3370b7;
}

.business-plan .purchase:hover {
    text-decoration: none;
}
.niceselectwrp {
    z-index: 99;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    border-bottom: solid 1px #e6e6e6;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-weight: 300;
    height: 36px;
    line-height: 39px;
    outline: none;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #999
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-bottom: 2px solid #88bfff;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 10px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 10px;
}
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-bottom: 2px solid #88bfff;
    border-right: 2px solid #88bfff;
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #e7ecf2;
    color: #90a1b5;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #cdd5de;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 20;
    width: 99%;
    max-height: 250px;
    overflow: auto;
    margin: 4px 0px 0px 1px;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 300;
    line-height: 30px;
    list-style: none;
    min-height: 30px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f7f9;
}
.nice-select .option.selected {
    font-weight: 300;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #90a1b5;
    cursor: default;
}
.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}
.get-tuch-hello .group {
    margin-bottom: 20px;
    position: relative
}
.get-tuch-hello .group input {
    font-size: 14px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 300;
    background: transparent;
    border-radius: 0px !important
}
.get-tuch-hello input:focus {
    outline: none;
}
.get-tuch-hello b {
    color: #999;
    font-size: 14px;
    position: absolute;
    pointer-events: none;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    font-weight: 300 !important;
}
.get-tuch-hello input:focus ~ b,
.get-tuch-hello input:valid ~ b {
    top: -20px;
    font-size: 14px;
    color: #11b4f1;
}
.get-tuch-hello .bar {
    position: relative;
    display: block;
    width: 100%;
}
.get-tuch-hello .bar:before,
.get-tuch-hello .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #11b4f1;
    transition: 90ms ease all;
    -moz-transition: 90ms ease all;
    -webkit-transition: 90ms ease all;
}
.get-tuch-hello .bar:before {
    left: 50%;
}
.get-tuch-hello .bar:after {
    right: 50%;
}
.get-tuch-hello input:focus ~ .bar:before,
.get-tuch-hello input:focus ~ .bar:after {
    width: 50%;
}
.get-tuch-hello .highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
.get-tuch-hello h4 {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 20px;
}
.get-tuch-hello input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
@-webkit-keyframes inputHighlighter {
    from {
        background: #e4e4e4;
    }
    
    to {
        width: 0;
        background: transparent;
    }
}
@-moz-keyframes inputHighlighter {
    from {
        background: #e4e4e4;
    }
    
    to {
        width: 0;
        background: transparent;
    }
}
@keyframes inputHighlighter {
    from {
        background: #e4e4e4;
    }
    
    to {
        width: 0;
        background: transparent;
    }
}
@media (max-width:1024px) {
    .contacuswrap {
        width: 100% !important;
        padding: 0px 0px !important;
        margin: 0px auto !important;
    }
    
   
}
.contacuswrap {
    width: 900px;
    padding: 0px 0px;
    margin: -80px auto 50px;
    background: #fff;  
    position: relative;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.contacuswrap .row{
    margin:0px -0px;
}
.contacuswrap .col-md-7,
.contacuswrap .col-md-5 {
    padding: 0px 0px !important;
}
.contactleftdet {
    width: 100%;
    padding: 20px 30px;
    background: #fff;
    margin:0px 0px 0px 0px;
    overflow: hidden;
}
.contactleftdet .row {
    margin: 0px -15px;
}
.contactleftdet .col-sm-6,
.contactleftdet .col-sm-12 {
    padding: 0px 15px !important;
}
.contactleftdet h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}
.contactleftdet .post-comment-btn {
    display: block;
    text-align: center;
    border: 1px solid #00aff0;
    background: #00aff0 url(../img/paper-plane.png) no-repeat;
    background-size: 20px 20px;
    color: #fff;
    float: right;
    font-size: 15px;
    -webkit-font-smoothing: subpixel-antialiased !important;
    font-weight: 400;
    border-radius: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding: 0px;
    margin-top: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    width:45px;
    height:45px;
    text-indent: -9999px;
    position: relative;
    line-height: 50px;
    background-position: 45% 50%;
}


.contactleftdet .post-comment-btn:hover {
    text-decoration: none;
}
.contactaddress {
    width: 100%;
    background: rgba(16, 63, 110, 0.9);
    padding:20px 30px;
    margin:0px 0px 0px 0px;
    height: 100%;
    min-height:390px;
}
.contactaddress h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    color:#fff;
}
ul.fiks_cont_info {
    width: 100%;
    padding-top: 30px;
    list-style:none;
}

ul.fiks_cont_info li {
    padding-bottom: 25px;
}

ul.fiks_cont_info li.address, ul.fiks_cont_info li.email, ul.fiks_cont_info li.phn {
    width: 100%;
    padding-left: 60px;
    position: relative;
}
ul.fiks_cont_info li.address:before {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/address.png) no-repeat center top 50%;
    width: 40px;
    height: 40px;
    left: 0px;
    top: 0px;
    background-size: 20px 20px;
    border: 1px solid #0081DA;
    border-radius: 50%;
}
ul.fiks_cont_info li.email:before {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/email.png) no-repeat center top 50%;
    width: 40px;
    height: 40px;
    left: 0px;
    top: 0px;
    background-size: 20px 20px;
    border: 1px solid #0081DA;
    border-radius: 50%;
}

ul.fiks_cont_info li.phn:before {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/phone.png) no-repeat center top 50%;
    width: 40px;
    height: 40px;
    left: 0px;
    top: 0px;
    background-size: 20px 20px;
    border: 1px solid #0081DA;
    border-radius: 50%;
}



ul.fiks_cont_info li > h3 {
   font-weight:400;
   font-size:16px;
    color: #fff;
    margin: 0px;
    padding:0px;
    font-family: 'Avenir';
}

ul.fiks_cont_info li > p {
    font-size:15px;
    line-height: 26px;
    color:#fff;
}
.settings-wrap .group {
    position: relative;
    margin-bottom: 30px;
}
.settings-wrap input {
    font-size:14px;
    padding: 0px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #b8d0ea;
    font-weight: 300;
    padding: 17px 0px 4px 0px;
    color: #273951;
    border-radius: 0px !important
}

.settings-wrap textarea {
    font-size:14px;
    padding: 20px 0px 20px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d0dae5;
    font-weight: 300;
    line-height: 18px;
    border-radius: 0px !important
}
.settings-wrap textarea:focus {
    border-bottom: 1px solid #88bfff;
}
.settings-wrap label {
    color: #999;
    font-size: 15px;
    font-weight: 300;
    position: absolute;
    top: 14px;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
}
.settings-wrap small {
    color: #999;
    font-size: 15px;
    font-weight:300;
    position: absolute;
    pointer-events: none;
    top: 8px;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    font-weight: 300;
    padding-left: 5px;
    display: block;
    font-size: 11px;
    float: right;
    right: 4px;
    margin-top: 6px;
}
.settings-wrap label span {
    font-size: 11px;
    float: right;
    right: 4px;
    margin-top: 6px;
}
/*
.settings-wrap input:focus ~ label,
.settings-wrap input:valid ~ label {
    top: -12px;
    font-size: 12px;
    color: #273951;
    padding-left: 0px;
    font-weight:500;
}

.settings-wrap textarea:focus ~ label,
.settings-wrap textarea:valid ~ label {
    top: -12px;
    font-size: 12px;
    color: #88bfff;
    padding-left: 0px;
}
.settings-wrap input:focus ~ label span,
.settings-wrap textarea:focus ~ label span {
    top: 0px !important;
    font-size: 12px;
    color: #88bfff;
    padding-left: 0px;
    border: none;
}
*/
.settings-wrap .bar {
    position: relative;
    display: block;
    width: 100%;
}
.settings-wrap .bar:before,
.settings-wrap .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 0px;
    position: absolute;
    background: #88bfff;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
}
.settings-wrap .bar:before {
    left: 50%;
}
.settings-wrap .bar:after {
    right: 50%;
}
.settings-wrap input:focus ~ .bar:before,
.settings-wrap input:focus ~ .bar:after,
.settings-wrap textarea:focus ~ .bar:before,
.settings-wrap textarea:focus ~ .bar:after {
    width: 50%;
}
.settings-wrap .highlight {
    position: absolute;
    height: 60%;
    width: 100%;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
.settings-wrap h4 {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 20px;
}
.settings-wrap input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.5s ease;
    -moz-animation: inputHighlighter 0.5s ease;
    animation: inputHighlighter 0.5s ease;
}
.allcate_pagination {
    text-align: center;
    background: #fafafa;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    width: 100%;
    padding: 20px 0px;
}
.allcate_pagination ul {
    list-style: none;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.allcate_pagination ul li {
    display: inline-block;
    margin: 0px 10px;
}
.allcate_pagination ul li a {
    color: #263238
}
.all-categories-section {
    max-width: 100%;
    padding: 0px 0px;
}
.allcategoryinner {
    max-width: 1100px;
    margin: 0px auto;
    position: relative
}
.allcategoryinner .row {
    margin: 0px 0px;
}
.catepopbtn {
    display: none;
}
.subcatepoppup .headsub h2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    margin: 0px;
    margin-top: 0px;
}
.subcatepoppup .headsub h3 {
    padding: 8px 0px 25px;
    border-bottom: 1px solid #e6e6e6;  
    text-align: center;
    font-size:21px;
    margin: 0px 0px 20px;
    line-height: 26px;
	font-weight:300;
	    color: #273951;
}
.subcatepoppup .fiks-service-wrap {
    width: 100%;
    margin-top: 30px;
}
.subcatepoppup .fiks-service-wrap h3 {
    font-size:16px;
    font-weight: 400;
    margin-bottom: 10px;
    display: table;
    line-height:26px;
    vertical-align: middle;
	font-family: 'Avenir';
	color: #273951;
}
@media (max-width:640px) {
    #subcat_error {
        display: block !important;
        float: none !important;
    }
}
#subcat_error {
    color: #d50000;
    font-size: 12px;
    margin-bottom: 20px;
    position: absolute;
    top: 48px;
    right: 53px;
}
.subcatepoppup .fiks-service-wrap h3 img {
    width: 40px;
    height: 40px;
    margin-right: 4px;
    display: table-cell;
}
.subcatepoppup .fiks-service-wrap h3 span {
    display: table-cell;
    padding-left: 5px;
    vertical-align: middle;
}
.subcatepoppup .hidebtn {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #2196f3;
    color: #fff;
    display: block;
    position: absolute;
    right: 0px;
    bottom: -18px;
    z-index: 10;
}
.subcatepoppup .closebtn {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    z-index: 10;
    background: transparent;
    border: none;
    right: 8px;
    bottom: 8px;
}
.subcatepoppup .closebtn::before,
.subcatepoppup .closebtn::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #3992d8;
}
.subcatepoppup .closebtn::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.subcatepoppup .closebtn::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.allcategoryinner {
    width: 100%;
    margin-bottom: 0px;
}
.categoriessecwrapper {
    padding: 0px 0px;
    position: relative;
    width: 100%;
}

ul.allprocategory {
    list-style: none;
    text-align: left;
    margin:50px 0px 0px;
}
ul.allprocategory li {
    display: inline-block;
    float: none;
    width: 19%;
    padding: 5px 0px;
    vertical-align: top;
}
ul.allprocategory li h6 span {
    display: block;
    line-height: 18px;
}
.categoriessecwrapper .fiksallprocate {
    width: 100%;
    margin: 0px 0px 20px;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    text-align: left;
    display: -ms-flexbox;
    -ms-flex-align: center;
    padding-bottom: 5px;
    display: table;
}
.categoriessecwrapper .fiksallprocate img {
    width: 35px;
    height:35px;
}
.categoriessecwrapper .fiksallprocate span {
    margin-right: 5px;
    width:35px;
    display: table-cell;
    vertical-align: top;
}
.categoriessecwrapper .fiksallprocate:hover {}
.categoriessecwrapper .fiksallprocate a {
    color: #555;
}
.categoriessecwrapper .fiksallprocate img {
    margin-top: 0px;
}
.categoriessecwrapper .fiksallprocate h6 {
    font-size:15px;
    font-weight: 400;  
    color:#273951;
    padding: 0px 10px;
    text-align: left;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
	font-family: 'Avenir';
}
@media (max-width:991px) {
    .all-cate-search-head .header-inner-content {
        display: block !important;
    }
    
    .all-cate-search-head .col-md-12 {
        display: block !important;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .all-cate-search-head .form-inline {
        margin-top: 10px !important;
    }
}
@media (max-width:499px) {
    ul.allprocategory {
        text-align: left !important;
        margin: 20px 0px 0px !important;
    }
    
    ul.allprocategory li {
        display: inline-block;
        float: none;
        width: 49% !important;
        padding: 0px 0px !important;
        vertical-align: top;
    }
    
    .categoriessecwrapper .fiksallprocate span {
        float: none !important;
        display: block !important;
        margin: 0px !important;
        width: 100% !important;
    }
    
    .categoriessecwrapper .fiksallprocate {
        text-align: center !important;
        display: block !important;
    }
    
    .categoriessecwrapper .fiksallprocate h6 {
        text-align: center !important;
        font-size: 13px !important;
        display: block !important;
        padding: 0px 0px !important;
    }
}
@media (min-width:500px) and (max-width:767px) {
    ul.allprocategory {
        margin: 32px 20px 0px !important;
    }
    
    ul.allprocategory li {
        display: inline-block;
        float: none;
        width: 49% !important;
        padding: 0px 0px !important;
        vertical-align: top;
    }
}
@media (min-width:768px) and (max-width:991px) {
    ul.allprocategory {
        margin: 20px 0px 0px !important;
    }
    
    ul.allprocategory li {
        width: 31% !important;
    }
	.contactleftdet{
		    padding: 10px 30px 30px!important;
	}
	 .contactaddress {
       
		min-height:320px !important
    }	
	
	
}
.categoriessecwrapper .col-md-3,
.categoriessecwrapper .col-md-2 {
    padding: 0;
}
.categoriessecwrapper .col-category-block {
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.categoriessecwrapper .col-md-2:hover {
    box-shadow: 0 0 5px 4px #e1e0e0;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}
.categoryfront {
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    padding: 5px 5px;
    text-align: center;
    min-height: 140px;
}
.categoryfront img {
    width: 50px;
    height: 50px;
}
.categoryfront:nth-child(1) {
    border-left: 1px solid #e0e7ee;
    border-top: 1px solid #e0e7ee;
}
.caterght {
    border-right: 1px solid #e0e7ee;
}
.catebottom {
    border-bottom: 1px solid #e0e7ee;
}
.categoryfront a {
    display: block;
    text-align: center;
    color: #333;
}
.categoryfront a:hover {
    text-decoration: none;
}
.categoryfront span {
    display: block;
    border-bottom: 1px solid #e0e7ee;
    padding: 10px 0px 0px;
}
.categoryfront p {
    padding: 5px 0px 0px;
    font-size: 13px;
    line-height: 18px;
}
ul.categorylisting {
    width: 100%;
    position: relative;
    margin: 20px 0px;
    list-style: none;
}
ul.categorylisting li {
    padding: 0px 3px;
}
ul.categorylisting .tag {
    width: auto;
    position: relative;
    min-width: 80px;
    min-height: 10px;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
}
.select-subcate {
    width: 100%;
    color: #576064 !important;
    padding: 5px 20px 5px 32px;
    border: 1px solid rgba(119, 119, 119, 0.15);
    font-size: 14px;
    font-weight: 300;
    margin: 0px 0px 10px 0px;
    display: block;
    line-height: 20px;
    background: #e7f8ff;
    transition: all .2s ease-in-out;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-ardius: 2px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}
.select-subcate:hover {
    text-decoration: none;
}
.select-subcate .closed::before,
.select-subcate .closed::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #00aff0;
}
.icon {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 16px;
}
.icon .name {
    width: 32px;
    position: absolute;
    text-align: center;
    top: 18px;
    left: -8px;
}
.icon-plus {
    background-color: #273951;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    width: 16px;
    height: 16px;
    position: relative;
    top: 0;
    left: 0;
}
.icon-plus:after {
    background-color: #fff;
    width: 8px;
    height: 2px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    position: absolute;
    top: 7px;
    left: 4px;
    content: "";
}
.icon-plus:before {
    background-color: #fff;
    width: 2px;
    height: 8px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    position: absolute;
    top: 4px;
    left: 7px;
    content: "";
}
.closed {
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    z-index: 10;
    background: transparent;
    border: none;
    top: 9px;
    transition: all 0.2s 0.25s;
}
.closed::before,
.closed::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #cccccc;
}
.closed::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(90deg);
}
.closed::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-180deg);
}
.closed.big {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}
.closes.hairline::before,
.closes.hairline::after {
    height: 1px;
}
.select-subcate i {
    color: #00aff0 !important;
    font-weight: 100;
    float: left;
    line-height: 16px;
    padding-left: 5px;
    position: absolute;
    left: 10px;
    transition: all 0.75s 0.25s;
    transform: rotate(-45deg);
}
.deselect-subcate {
    width: 100%;
    color: #576064;
    padding: 5px 20px 5px 32px;
    border: 1px solid rgba(119, 119, 119, 0.15);
    font-size:14px;
    font-weight: 300;
    margin: 0px 0px 10px 0px;
    display: inline-block;
    line-height: 20px;
    background: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-ardius: 2px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}
.deselect-subcate:hover {
    color: #576064;
    text-decoration: none;
}
.deselect-subcate i {
    color: #b1b2b3 !important;
    font-weight: 100;
    float: left;
    line-height: 16px;
    padding-left: 15px;
    position: absolute;
    left: 10px;
    transition: all 0.75s 0.25s;
    transform: rotate(0deg);
}

#register_btn{
	    background: #00aff0;
    color: #fff;
    border: 1px solid #00aff0;
    font-size: 17px;
    padding: 5px 15px;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    font-weight: 400;
    display: block;
    margin:20px auto 0px;
    text-transform: capitalize;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	width:100px;
}


ul.catepagination {
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 20px 0px !important;
}
ul.catepagination li {
    display: inline-block;
}
ul.catepagination li a {
    margin: 0px 5px;
    width: 18px;
    background: #d0d0d0;
    height: 18px;
    display: block;
    line-height: 28px;
    border: 1px solid #d0d0d0;
    color: #333;
    font-weight: 300;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
ul.catepagination li a:hover,
ul.catepagination li a.active {
    color: #fff;
    background: #7fba00;
    text-decoration: none;
    border: 1px solid #7fba00;
}
.prosignup-pagination {
    text-align: center;
    margin: 0px;
    list-style: none;
}
.prosignup-pagination li {
    display: inline-block;
}
.prosignup-arrow-bot {
    width: 35px;
    height: 35px;
    /* background: #2196f3 !important; */
    
    color: #fff;
    display: block;
    margin: 10px auto 0px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    position: relative;
    cursor: pointer;
}
.prosignup-arrow-bot:after {
    border-bottom: 1px solid #777;
    border-right: 1px solid #777;
    content: '';
    display: block;
    height: 15px;
    pointer-events: none;
    position: absolute;
    right: 0px;
    left: -4px;
    top: 28%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 15px;
    margin: -5px auto 0px;
}
.prosignup-arrow-top {
    width: 35px;
    height: 35px;
    display: block;
    margin: 10px auto 0px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    position: relative;
    cursor: pointer;
}
.prosignup-arrow-top:after {
    border-top: 1px solid #777;
    border-left: 1px solid #777;
    content: '';
    display: block;
    height: 15px;
    pointer-events: none;
    position: absolute;
    right: 0px;
    left: -4px;
    top: 48%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 15px;
    margin: 0px auto 0px;
    ;
}
ul.prosignpagination {
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 40px 0px 20px!important;
}
ul.prosignpagination li {
    display: inline-block;
}
ul.prosignpagination li a {
    margin: 0px 5px;
    width: 18px;
    background: #d0d0d0;
    height: 18px;
    display: block;
    line-height: 28px;
    border: 1px solid #d0d0d0;
    color: #333;
    font-weight: 300;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
ul.prosignpagination li a:hover,
ul.prosignpagination li a.active {
    color: #fff;
    background: #7fba00;
    text-decoration: none;
    border: 1px solid #7fba00;
}
.form-group {
    height: 36px;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 30px !important;
}
.form-group label {
    color: #999;
    font-size: 15px;
    font-weight: 300;
    position: absolute;
    pointer-events: none;
    top: -6px;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    left: 0px;
}
.control-label {
    color: #999;
    font-size: 15px;
    font-weight: 300;
    pointer-events: none;
    position: absolute;
    transform: translate3d(0, 22px, 0) scale(1);
    transform-origin: left top;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
}
.form-group.focused .control-label {
    opacity: 1;
    transform: scale(1);
    color: #273951;
    font-size: 15px;
    font-weight:500;
}
.formcontrol {
    align-self: flex-end;
}
.formcontrol::-webkit-input-placeholder {
    color: transparent;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
}
.formcontrol:focus::-webkit-input-placeholder {
    transition: none;
}
.form-group.focused .formcontrol::-webkit-input-placeholder {
    color: #bbb;
}
.form-group .bar {
    position: relative;
    display: block;
    width: 50%;
    margin: 1px auto 0px;
}
.form-group .bar:before,
.form-group .bar:after {
    content: '';
    height: 2px;
    width: 0;
    position: absolute;
    background: #88bfff;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
}
.form-group .bar:before {
    left: 50%;
}
.form-group.bar:after {
    right: 50%;
}
.form-group input:focus ~ .bar:before,
.form-group input:focus ~ .bar:after {
    width: 100%;
}
.form-group textarea:focus ~ .bar:before,
.form-group textarea:focus ~ .bar:after {
    width: 100%;
}
.form-group .error-messg {
    position: absolute;
    border-top: 1px solid #d50000;
    width: 100%;
    font-weight: 300;
    color: #d50000;
    font-size: 11px;
    text-align: left;
    margin-top: -1px;
}
.quote-filed-block .error-messg {
    position: absolute;
    border-top: 1px solid #d50000;
    width: 100%;
    font-weight: 300;
    color: #d50000;
    font-size: 11px;
    display: none;
    text-align: left;
    margin-top: 0px;
    left: 0px;
}

.fiksbox-serv-modal .error-messg {
  width: 100%;
    font-weight: 300;
    color: #d50000;
    font-size: 11px;
}
.fiksbox-serv-modal #time_slot_error{
	text-align:center;
}
.fiksbox-serv-modal #error_confirm {
    border-top: 0px;
    width: 100%;
    font-weight: 300;
    color: #d50000;
    font-size: 11px;
    display: none;
    text-align: left;
    margin-top: 0px;
    padding-left: 22px;
}
#repatcha_code_error {
    position: absolute;
    width: 100%;
    font-weight: 300;
    color: #d50000;
    font-size: 11px;
    display: none;
    bottom: -37px;
}
#g-recaptcha_error {
    position: absolute;
    width: 100%;
    font-weight: 300;
    color: #d50000;
    font-size: 11px;
    display: none;
    text-align: left;
    bottom: 0px;
}
.login-panel .settings-wrap .form-group {
    margin: 40px 0px!important;
}
.rc-anchor-light {
    background: #fff !important;
    border: 0px !mportant;
    color: #273951;
}
@media (max-width:767px) {
    .g-recaptcha {
        width: desired_width;
        border-radius: 4px;
        border-right: 0px !important;
        overflow: hidden;
        font-family: 'Avenir';
        transform: scale(0.90);
        -webkit-transform: scale(0.90);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
@media (max-width:340px) {
    .rc-anchor-logo-portrait {
        margin: 10px 0 0 -13px !important;
    }
    
    .rc-anchor-normal .rc-anchor-pt {
        right: 35px !important;
    }
    
    .rc-anchor-normal-footer {
        margin-left: -34px !important;
    }
}
@media screen and (max-height: 575px) {
    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}
.g-recaptcha {
    width: desired_width;
    border-radius: 4px;
    border-right: 1px solid #d8d8d8;
    overflow: hidden;
    font-family: 'Avenir';
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
#rc-imageselect {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
#provider_register_header {
    display: none;
}
#cateblocktop {
    display: none;
}
#subcateblocktop {
    display: none;
}
#travelperfblock {
    display: none;
}
#probusinfo {
    display: none;
}
#probusiplan {
    display: none;
}
.trvl-prf {
    width: 100%;
    position: relative;
    padding: 10px 25px;
    margin-bottom: 10px;
}
.trvl-prf h5 {
    font-weight: 300;
    font-size: 14px;
}
.trvl-prf input[type="radio"] {
    position: absolute;
    margin-left: -16px;
    margin-top: -9px !important;
    padding: 0px !important;
    line-height: 0px !important;
    width: auto !important;
}
.stripe-button-el {
    text-transform: uppercase !important;
    color: #fff !important;
    padding: 3px 15px !important;
    background: #7fba00 !important;
    margin: 50px 0px 0px 0px !important;
    display: inline-block !important;
    border-radius: 20px !important;
    font-weight: 100 !important;
    font-size: 14px !important;
    font-family: Avenir !important;
}
.stripe-button-el span {
    text-transform: uppercase !important;
    color: #fff !important;
    background: #7fba00 !important;
    font-family: Avenir !important;
    text-shadow: none !important;
    border-radius: 20px !important;
    font-weight: 100 !important;
    font-size: 14px !important;
    border: none !important;
    padding: 0px !important;
    box-shadow: none !important;
}
.modal-dialog2 .modal-content {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 20px 20px;
}
.gateway-block {
    width: 100%;
}
.gateway-block .modal-header {
    text-align: center;
    overflow: hidden !important;
    padding: 20px 0px 10px 0px;
    border-bottom: 0px !important;
}
.gateway-block h1 {
    font-size: 40px;
    font-family: GOTHAM ROUNDED;
    font-weight: 700;
    color: #02a8f3;
    padding: 0px;
    margin: 0px;
}
.gateway-block h3 {
    font-size: 18px;
    color: #777 !important;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    line-height: 38px;
}
.gateway-block h1 label {
    font-variant: small-caps;
}
.gateway-block h1 label span {
    color: #777 !important;
}
.gateway-block .pay-btn {
    text-transform: uppercase !important;
    color: #fff !important;
    padding: 8px 25px !important;
    background: #7fba00 !important;
    margin: 20px auto 0px!important;
    display: block !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    border: 1px solid #7fba00;
}
.gateway-block .closed {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    z-index: 10;
    background: transparent;
    border: none;
    top: 20px;
    transition: all 0.2s 0.25s;
    transform: rotate(45deg);
    right: 20px
}
.gateway-block .closed::before,
.gateway-block .closed::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #cccccc;
}
.gateway-block .closed::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(90deg);
}
.gateway-block .closed::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-180deg);
}
.follow {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background: #03A9F4;
    display: inline-block;
    margin: 0px calc(50% - 21px);
    white-space: nowrap;
    box-sizing: border-box;
    color: white;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.2);
}
.follow i {
    margin-right: 20px;
    -webkit-transition: margin-right 0.2s ease;
    transition: margin-right 0.2s ease;
}
.follow:hover {
    width: 134px;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    color: #fff;
    text-align: center;
}
.follow:hover i {
    margin-right: 10px;
}
.social-share-icon {
    float: right;
    right: 0px;
    display: block;
    margin-top: 3px
}
.social-share-icon a {
    text-decoration: none;
    color: #fff;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    display: inline-block;
    background-color: #7fba00;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-left: 5px;
}
.social-share-icon a:hover {
    background-color: #7fba00;
    color: #fff
}
.social-share-icon a i {
    line-height: inherit;
}
.social-share-icon a.a1 {
    background-color: #3B5998;
}
.social-share-icon a.a2 {
    background-color: #33ccff;
}
.social-share-icon a.a3 {
    background-color: #BD3518;
}
.social-share-icon a.a4 {
    background-color: #007bb7;
}
.social-share-icon a.a5 {
    background-color: #654636;
}
@media(max-width:767px) {
	
.all_cate_head{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
	background:#fff;
	}
	.all_cate_head .logo-white{
	  display:none;
	}
	.all_cate_head .logo-blk{
	  display:block !important;
	}
    .post-form-wrap h1 {
        font-weight: 200;
        font-size: 20px !important;
        padding: 10px 0px 0px 0px !important;
        line-height: 25px !important;
        font-family: 'Avenir';
    }
    
    .pro-loctnsrch-wrap .col-xs-0 .trigerwrap {
        right: 26px !important;
    }
    
    .col-md-locamap {
        width: 0% !important;
    }
    
    .col-md-prolist_view {
        width: 100% !important;
    }
    
    .top-map-cntntwrap {
        padding: 10px 0px !important;
    }
    
    .top-map-cntntwrap h1 {
        padding-top: 50px !important;
        font-size: 20px !important;
        line-height: 25px !important;
    }
    
    .top-map-cntntwrap h2 {
        font-size: 18px !important;
        line-height: 24px !important;
        padding: 40px 0px 10px 0px !important;
    }
    
    .top-map-cntntwrap h3 {
        font-size: 18px !important;
        line-height: 24px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
        padding-top: 15px !important;
    }
    
    .post-form-wrap {
        max-width: 1000px;
        padding: 0px 10px !important;
        margin: 30px auto 20px;
    }
    
    .ask-quote-form-wrap h1 {
        font-weight: 200;
        font-size: 18px !important;
        padding-bottom: 20px !important;
        line-height: 27px !important;
        font-family: 'Avenir';
        margin-bottom: 0px !important;
    }
    
    .ask-quote-form-wrap .post-form-wrap {
        max-width: 1000px;
        padding: 0px 0px !important;
        margin: 30px auto 20px;
    }
    
    .ask-quote-form-wrap .post-form-wrap .post_field-block {
        padding: 15px 15px;
    }
    
    .post-form-wrap .post_field-block {
        padding: 15px 15px !important;
    }
    
    .quote-form-group .chrctr-limit h6 {
        padding-bottom: 10px !important;
    }
    
    .right_top_blk_mobile {
        padding: 15px 15px !important;
    }
    
    .ask-quote-form-wrap .post-form-wrap .right_top_blk {
        padding: 15px 15px !important;
    }
    
    .post-form-wrap .post_text-block {
        padding: 10px 15px 54px !important;
    }
    
    .post_field-block h4 {
        padding-top: 5px !important;
    }
    
    .personal-filed-block h4 {
        padding-top: 0px !important;
    }
    
    .post-form-wrap .post_field-block .nice-select {
        margin-top: 0px !important;
    }
    
    .post-form-wrap .right_top_blk {
        padding: 15px 15px !important;
    }
    
    ul.radio-list li label {
        padding: 10px 22px 0px 22px !important;
        margin: 0px auto !important;
    }
    
    ul.radio-list li .check,
    ul.radio-list li .boxcheck {
        top: 12px !important;
    }
    
    ul.radio-list {
        margin-bottom: 0px !important;
    }
    
    .post_field-block .post_btn {
        margin: 25px auto 10px !important;
    }
}
.top-map-cntntwrap {
    max-width: 100%;
    padding: 50px 0px 30px;
    position: relative;
    background: #0078CA url(../img/map-srch-head.png) repeat;
    z-index: 10;
}


.all-cate-search-head {
    max-width: 100%;
    padding: 10px 0px;
    position: relative;
    background: #0078CA url(../img/map-srch-head.png) repeat top;
}
@media (max-width:767px) {
    .all-cate-search-head {
        display: none;
    }
}
.all-cate-search-head .col-md-12 {
    height: 100%;
    display: table;
    position: relative;
}
.all-cate-search-head h1 {
    text-align: center;
    color: #fff;
    font-weight: 200;
    font-size: 30px;
    padding-top: 70px;
    padding-bottom: 30px;
    line-height: 30px;
    font-family: 'Avenir'; 
}
.all-cate-search-head h2 {
    text-align: center;
    color: #fff;
    font-weight:300;
    font-size: 30px;
    padding: 55px 40px 0px 40px;
    line-height: 25px;
    -moz-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased;
}
.all-cate-search-head h3 {
    text-align: center;
    color: #fff;
    font-weight: 200;
    font-size: 28px;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 35px;
    font-family: 'Avenir';
}
.all-cate-search-head .header-inner-sec {}
.all-cate-search-head .filed-wrp {
    padding-bottom: 20px;
    padding-top: 20px;
}
@media (max-width:1024px) {
    .all-cate-search-head .filed-wrp {
        padding-bottom: 20px !important;
        padding-top: 60px;
    }
    
    .all-cate-search-head h2 {
        display: none;
    }
}
@media (min-width:1025px) {
    .cate-srch-head {
        max-width: 100%;
        height: 90px;
        position: fixed;
        left: 0px;
        right: 0px;
        top: 60px;
        z-index: 999;
        padding: 5px 0px 0px !important;
        background: #0078CA url(../img/map-srch-head.png) repeat top;
    }
    
    .all-cate-padding {
        padding-top: 85px;
    }
    
    .down-srch {
        transition: all 1s;
    }
    
    .search-up {
        top: -90px;
        transition: all 1s;
    }
}
.top-map-cntntwrap .col-md-12 {
    height: 100%;
    display: table;
    position: relative;
}
.top-map-cntntwrap h1 {
    text-align: center;
    color: #fff;
    font-weight: 200;
    font-size: 30px;
    padding-top: 70px;
    padding-bottom: 30px;
    line-height: 30px;
    font-family: 'Avenir';
}
.top-map-cntntwrap h2 {
    text-align: center;
    color: #fff;
    font-weight:300;
    font-size: 24px;
    padding: 40px 40px 10px 40px;
    line-height: 25px;
  
}
.top-map-cntntwrap h3 {
    text-align: center;
    color: #fff;
    font-weight:300;
    font-size: 26px;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 35px;
   
}
.pro-loctnsrch-wrap {
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 600px;
    overflow-x: hidden;
    position: relative;
    z-index: 10;
}
.map_blank_load_blk {
    width: 100%;
    padding: 30px 0px;
    text-align: center;
    display: block;
}
.map_blank_load_blk h4 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 85px;
    display: block;
}
#map_search_block {
    display: none;
}
.pro-loctnsrch-wrap .row {
    margin: 0px;
}
.pro-loctnsrch-wrap .col-md-8,
.pro-loctnsrch-wrap .col-md-4 {
    padding: 0px;
}
#prolocmap {
    padding: 0px;
    margin: 0px;
}
#prolistdtl {
    padding: 0px;
    margin: 0px;
    width: 364px;
    display: block;
    position: absolute;
    z-index: 1001;
    right: 0px;
    top: 0px;
    height: 600px;
}
.pro-loctnsrch-wrap #map {
    height: 600px;
    position: relative;
}
#map .map-indi-ico {
    position: absolute;
    border-radius: 100%;
    left: 0px;
    right: 0px;
    z-index: 10;
    top: 12px;
    margin: 0px auto;
    width: 60px;
    height: 60px;
}
#map .map-indi-ico img {
    width: 60px;
    height: 60px;
    border-radius: 7px;
    border: 2px solid #fff;
    box-shadow: 0px 0px 5px #133a48;
}
.pro-loctnsrch-wrap .prvdr-list-wrap {
    width: 100%;
    height: 600px;
    background: #fff;
}
#fake_route_icon {
    width: 43px;
    height: 40px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #fff;
    position: absolute;
    top: 5px;
    right: 60px;
    text-align: center;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    line-height: 38px;
}
#fake_route_icon img {
    width: 35px;
    height: 29px;
}
.map-indicater-heading .trigerwrap {
    color: #222b30;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65) !important;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 20px;
    margin: 0px auto !important;
    font-size: 10px;
    line-height: 55px;
    text-align: center;
    position: absolute;
    box-shadow: none;
    top: -2px !important;
    right: 9px !important;
}
.pro-loctnsrch-wrap .trigerwrap {
    color: #2e3e45;
    display: block;
    width: 40px;
    height: 40px;
    margin: 5px auto;
    font-size: 10px;
    line-height: 58px;
    text-align: center;
    background: #fff;
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 0px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 20px;
    display: none;
}
.col-md-prolist_view .trigerwrap {
    display: none;
}
.prvdr-list-wrap .map-indicater-heading {
    width: 100%;
    padding: 7px 0px;
    border-bottom: 1px solid #e6e6e6;
    height: 52px;
}
.map-indicater-heading .col-xs-3,
.map-indicater-heading .col-xs-12 {
    padding: 0px 5px;
}
.map-indicater-heading .trig-wrp {
    color: #2e3e45;
    border: 1px solid #2e3e45;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -safari-border-radius: 100%;
    margin: 5px auto;
    font-size: 10px;
    line-height: 43px;
    text-align: center;
}
.map-indicater-heading .trig-wrp a {
    color: #2e3e45;
}
.map-indicater-heading h4 {
    font-size: 20px;
    font-weight: 300;
    color: #2e3e45;
    padding: 10px 0px 10px 25px;
    margin-bottom: 0px !important;
    margin-top: 0px;
    text-align: left;
}
.map-indicater-heading h4 span {
    width: 100%;
    color: #ff644b !important;
}
.map-indicater-heading h4 label {
    position: absolute;
    margin-top: 3px;
    left: 77px;
    text-transform: uppercase;
    font-family: 'Avenir';
    font-weight: 300;
    font-size: 15px;
}
@media (max-width:400px) {
    .map-indicater-heading h4 {
        font-size: 15px !important;
    }
    
    .map-indicater-heading h4 label {
        position: absolute;
        left: 81px !important;
    }
}
.prvdr-list-wrap .map-indicater-wraper {
    width: 100%;
    padding: 0px 0px;
    height: 548px;
    overflow: auto;
}
.map-indicater-wraper .pro-indi-view .col-xs-3 {
    width: 22%;
}
.map-indicater-wraper .pro-indi-view .col-xs-9 {
    width: 78%;
}
.map-indicater-wraper .pro-indi-view {
    width: 100%;
    padding: 12px 0px;
    border-bottom: 1px solid rgba(96, 125, 139, 0.2);
    margin: 0px auto;
    overflow-x: hidden;
}
.locationtrac {
    position: absolute;
    bottom: 8px;
    right: 80px;
}
.locationtrac img {
    width: 30px;
    height: 24px;
    right: 10px;
}
.pro-indi-view .row {
    margin: 0px 0px !important;
}
.pro-indi-view .col-xs-3,
.pro-indi-view .col-xs-9 {
    padding: 0px 0px !important;
}
.pro-indi-view .pro-left-block {
    width: 100%;
    padding: 5px 0px;
    text-align: center;
}
.pro-indi-view .pro-left-block h6 {
    margin: 0px;
}
.pro-indi-view .pro-left-block .pro_log_block {
    width: 52px;
    text-align: center;
    height: 52px;
    margin: 0px auto;
}
.pro-indi-view .pro-left-block .pro_log_block img {
    width: 52px;
    height: 52px;
}
.pro-indi-view .pro-left-block .pro_log_block .pro-initial {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 52px;
    text-transform: upercase;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    margin: 0px auto;
}
.pro-indi-view .pro-right-block {
    width: 100%;
    padding: 2px 5px 0px 0px;
    position: relative;
}
.pro-indi-view .pro-right-block #star-rating-count-list-view {
    background: #ea4024;
    font-weight: 300;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    color: #fff;
    margin: 0px 4px;
}
.pro-indi-view .pro-right-block .list-view-rating-count {
   font-weight: 300;
    font-size: 12px;
    padding: 2px 5px;   
    color: #fff;
    line-height: 18px;
    margin-right: 4px;
    width: 38px;
    border-radius: 10px;
    height: 20px;
    text-align: center;
}
.pro-indi-view .pro-right-block h4,
.pro-indi-view .pro-right-block h4 a {
    font-size:15px;
    font-weight: 400;
    color: #4d321a;
    line-height: 18px;
    padding-bottom: 0px;
    margin: 0px;
    padding-right: 5px;
}
.pro-indi-view .pro-right-block h6 {
    line-height: 18px;
    font-weight: 500;
    margin: 4px 0px 0px 0px;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.pro-indi-view .pro-right-block h6 span:last-child {
    color: #222b30
}
.pro-indi-view .pro-right-block h5 {
    line-height: 23px;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    color: #0078CA;
    margin: 0px;
    position: relative;
}
.search-result-point {
    position: absolute;
    right: 10px;
    z-index: 2;
    background: url(../img/marker_hole.png)no-repeat;
    font-size: 11px;
    width: 24px;
    height: 35px;
    text-align: center;
    color: #fff !important;
    display: block;
    background-size: 24px 30px;
    top: 25px;
}
@media (max-width:767px) {
    .search-result-point {
        font-size: 11px;
        font-weight: 400 !important;
    }
}
.search-result-point label {
    display: block;
    margin-left: 0px;
    color: #fff !important;
    border-radius: 5px;
    border-radius: 100%;
    margin: 0px auto;
    line-height: 28px;
    text-align: center;
}
.pro-indi-view .pro-right-block h5 span {
    text-transform: capitalize !important;
    color: #222b30 !important;
    font-size: 12px !important;
}
.pro-indi-view .pro-right-block h6 .fa-star {
    color: #ffe000;
    font-size: 12px !important;
}
@media (max-width:767px) {
    #prolistdtl {
        max-width: 100% !important;
        padding: 0px;
        margin: 0px;
        display: block;
        position: absolute;
        z-index: 1001;
        right: 0px;
        top: 0px;
    }
}
@media (min-width:768px) and (max-width:1024px) {
    .post-form-wrap {
        padding: 0px 10px !important;
        margin: 30px auto 20px;
    }
.credit_extra_features {    
    padding: 20px 15px !important;
  
}	
	
}
.post-form-wrap {
    max-width: 1100px;
    padding: 0px 0px;
    margin: 15px auto 20px;
}
#map_page_form_block {
    display: none;
}
@media (min-width:1025px) {
    .right-job-post-form {
        padding-top: 30px !important;
    }
    
    .post-info-right-block {
        padding-top: 30px;
    }
}
.post-form-wrap h1 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 20px;   
    color: #337AB7;
	
    text-align: center;
    line-height: 35px;
    padding: 10px 40px 0px 40px;
}
#lower_text.affix {
    position: relative !important;
}
.fixed-sidebar {
    width: 326px;
    border: 1px solid red;
    font-size: 11px;
    padding: 4px;
    top: 50px
}
.post-form-wrap .row {
    margin: 0px -5px;
}
.post-form-wrap .col-md-8,
.post-form-wrap .col-sm-8,
.post-form-wrap .col-md-4,
.post-form-wrap .col-sm-6,
.post-form-wrap .col-sm-4,
.post-form-wrap .col-sm-12,
.post-form-wrap .col-sm-5,
.post-form-wrap .col-sm-3,
.job-done-date,
.job-done-time {
    padding: 0px 5px;
}
.post-form-wrap .form-group {
    height: 36px;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 28px !important;
}
.post-form-wrap .post_field-block {
    width: 100%;
    padding: 20px 30px;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0px 1px 30px 0px rgba(208, 218, 229, 0.3);
    -webkit-box-shadow: 0px 1px 30px 0px rgba(208, 218, 229, 0.3);
    -moz-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid rgba(218, 223, 228, 0.7)
}
.post-form-wrap .job-quest-blk {
    position: relative;
    overflow: hidden;
}
.post-form-wrap .post_field-block select {
    width: 100%;
    border-radius: 0px;
    padding: 5px 0px;
    border-bottom: 1px solid #d0dae5;
    font-weight: 300;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    height: 36px;
    position: relative;
    background: #fff url(/home/assets/site/fiksable/img/downarrow.jpg) no-repeat 99% 57%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 13px;
}
.post-form-wrap .post_field-block select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 10px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 10px;
}
.post-form-wrap .post_field-block select option {
    font-weight: 300;
    max-height: 150px;
}
.right_top_blk_mobile {
    width: 100%;
    padding: 20px 30px;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.opn-qst {
    color: #00aff0;
    text-align: center;
    display: block;
    font-weight: 300;
    font-size: 13px;
    margin-top: 5px;
    position: relative;
}
.opn-qst:hover,
.opn-qst:focus {
    color: #00aff0;
}
.right_top_blk_mobile h2 {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding-bottom: 15px;
    margin: 0px;
}
.right_top_blk_mobile h4 {
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
    padding-bottom: 10px;
    margin: 0px;
}
.post-form-wrap .post_field-block .nice-select {
    margin-top: 6px;
}
.post_field-block .settings-wrap textarea {
    font-size: 13px;
    padding: 20px 0px 20px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d0dae5;
    font-weight: 300;
    line-height: 18px;
}
.post-form-wrap .post_text-block {
    padding: 20px 30px 70px;
}
.post-form-wrap .post_field-block .settings-wrap {
    width: 100%;
    padding: 0px 0px;
}
.post-form-wrap .bootom-block {
    padding: 20px 30px;
}
.post-form-wrap .bootom-block p {
    margin-top: 0px;
    font-size: 13px;
    line-height: 18px;
}
.post_field-block h4 {
    font-size: 15px;
    font-weight: 300;
    padding-top: 15px;
    padding-bottom: 10px;
    line-height: 24px;
    margin: 0px;
}
.post_field-block p {
    margin-bottom: 10px;
}
ul.term-condi-check {
    list-style: none;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.term-condi-check li {
    display: inline-block;
    position: relative;
    float: left;
    margin: 0px 0px 0px 0px;
}
ul.term-condi-check li a {
    color: #1165b7 !important;
}
ul.term-condi-check li input[type=radio] {
    position: absolute;
    visibility: hidden;
}
ul.term-condi-check li input[type=checkbox] {
    position: absolute;
    top: 15px;
    visibility: hidden;
}
ul.term-condi-check li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: .89em;
    padding: 0px 25px 0px 22px;
    margin: 6px auto 10px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    letter-spacing: .2px;
}
ul.term-condi-check li .boxcheck {
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    height: 15px;
    width: 15px;
    top: 8px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
ul.term-condi-check li:hover .boxcheck {
    border: 1px solid #88bfff;
}
ul.term-condi-check li .boxcheck::before {
    display: block;
    position: absolute;
    content: '';
    height: 9px;
    width: 9px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
ul.term-condi-check li input[type=checkbox]:checked ~ label {
    color: #333;
}
ul.term-condi-check li input[type=checkbox]:checked ~ .boxcheck {
    border: 1px solid #88bfff;
}
ul.term-condi-check li input[type=checkbox]:checked ~ .boxcheck::before {
    background: #88bfff;
}
ul.term-condi-check li input[type=radio]:checked ~ label {
    color: #88bfff;
}
ul.radio-list {
    list-style: none;
    height: 100%;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0;
    overflow: hidden;
}
ul.radio-list li {
    display: inline-block;
    position: relative;  
    margin: 0px 0px 0px 3px;
}
ul.radio-list li input[type=radio] {
    position: absolute;
    visibility: hidden;
}
ul.radio-list li input[type=checkbox] {
    position: absolute;
    top: 15px;
    visibility: hidden;
}
ul.radio-list li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size:14px;
    padding:4px 25px 0px 22px;
    margin: 5px auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}
ul.radio-list li:hover label {
    color: #333;
}
ul.radio-list li .check {
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    height: 15px;
    width: 15px;
    top: 11px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
ul.radio-list li .boxcheck {
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    height: 15px;
    width: 15px;
    top: 10px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
ul.radio-list li:hover .check,
ul.radio-list li:hover .boxcheck {
    border: 1px solid #88bfff;
}
ul.radio-list li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 9px;
    width: 9px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
ul.radio-list li .boxcheck::before {
    display: block;
    position: absolute;
    content: '';
    height: 9px;
    width: 9px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
ul.radio-list li input[type=radio]:checked ~ .check {
    border: 1px solid #88bfff;
}
ul.radio-list li input[type=checkbox]:checked ~ .boxcheck {
    border: 1px solid #88bfff;
}
ul.radio-list li input[type=radio]:checked ~ .check::before {
    background: #88bfff;
}
ul.radio-list li input[type=radio]:checked + .check::before {
    background: #88bfff;
}
ul.radio-list li input[type=checkbox]:checked ~ .boxcheck::before {
    background: #88bfff;
}
ul.radio-list li input[type=radio]:checked ~ label {
    color: #333;
}
ul.radio-list li input[type=checkbox]:checked ~ label {
    color: #333;
}
.post_field-block .post_btn {
    background: #00aff0;
    color: #fff;
    border: 1px solid #00aff0;
    font-size: 17px;
    padding: 5px 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;   
    font-weight:300;
    display: block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
       margin: 10px auto 10px;
  
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.post-form-wrap .right_top_blk {
    width: 100%;
    padding: 0px 0px 20px 30px;   
    margin-bottom: 10px;
 
}
.post-form-wrap .transparent_top_blk {
    width: 100%;
    padding: 20px 20px;
    background: transparent !important;
    margin-bottom: 10px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
.post-form-wrap .stick-side {
    position: fixed;
    top: 70px;
    width:379px;
    z-index: 9;
}
.post-form-wrap .right_top_blk h2 {
    font-size:16px;
    font-weight:500;
    line-height: 22px;
    padding-bottom: 10px;
    margin: 0px;
}
.post-form-wrap .right_top_blk h4 {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    padding-bottom: 10px;
    margin: 0px;
}
.post-form-wrap .right_top_blk ul {
    list-style: none;
    margin: 0px;
}
.post-form-wrap .right_top_blk ul li.circle-check {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0px;
    color: #eb971e;
}
.right_top_blk ul.sub-list-block {
    width: 100%;
}
.right_top_blk ul.sub-list-block li {
    line-height:22px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
    background: url(../../images/checking.png) no-repeat 0px 4px;
    padding-left: 17px;
    background-size: 12px 12px;
    font-weight: 300;
}
@media (max-width:767px) {
    .scroll-block {
        overflow: hidden;
    }
}
@media (max-width:1024px) {
    .post-form-wrap .right_top_blk {
        display: block;
    }
}
@media (max-width:991px) {
    .post-form-wrap .right_top_blk {
        display: none !important;
    }
}
@media (min-width:1025px) {
    .right_top_blk_mobile {
        display: none;
    }
}
.leaflet-popup-content h4,
.leaflet-popup-content h4 a {
    font-size: 15px;
    font-weight:500;
    color: #4d321a;
    line-height: 18px;
    padding-bottom: 5px;
    margin: 0px;
    font-family: Avenir;
	word-break:break-word;
}
.leaflet-popup-content h3,
.leaflet-popup-content h3 a {
    font-size: 13px;
    font-weight: 400;
    color: #2c84cb;
    line-height: 16px;
    padding-bottom: 0px;
    margin: 0px;
    font-family: Avenir;
    margin-top: 5px;
    text-decoration: underline;
    display: block;
}
.leaflet-popup-content h3 .fa-user {
    padding-right: 4px;
    font-size: 13px;
    width: 18px;
    line-height: 17px;
    color: #00aff0;
    display: inline;
}
.leaflet-popup-content h3 label {
    float: left;
}

.leaflet-popup-content h6 {
    line-height: 18px;
    font-weight: 300;
    margin: 0px;
    font-family: Avenir;
    display: flex;
    display: -webkit-flex;
}
.leaflet-popup-content h6 > span[id^=star-rating-count-popup]{
	font-weight: 300;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 2px;
    color: #fff;
    line-height: 18px;  
    width: 38px;
    border-radius: 10px;
    height: 20px;
    text-align: center;
}
.leaflet-popup-content h6 span:nth-child(2) {
    font-weight: 300;
    font-size: 12px;
    padding: 2px 0px 2px 5px;
    border-radius: 2px;
    color: #fff;
    line-height: 15px;
   
}
.leaflet-popup-content #star-rating-count-popup {
    line-height: 15px;
}
.leaflet-popup-content h6 .fa-star {
    color: #ffe000;
    font-size: 12px !important;
}
.leaflet-popup-content h5 {
    line-height: 22px;
    font-weight: 300;
    font-size: 12px;
    color: #0078CA;
    margin: 0px;
    font-family: Avenir;
}
.leaflet-popup-content h5 span {
    text-transform: capitalize !important;
    color: #222b30 !important;
    font-size: 11px !important;
}
.my-profile-block {
    max-width: 1100px;
    padding: 80px 0px 20px;
    margin: 0px auto 0px;
    overflow-x: hidden;
}
.my-profile-block .container {
    max-width: 100%;
    padding: 0px 0px;
    overflow-x: hidden;
}
.dash-myprofile {
    width:1100px;
    margin: 3px auto;
    display: block;
}
.dash-myprofile p {
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
}
.dash-myprofile .banner-pro {
    background-size: cover !important;
    min-height: 200px;
    max-height: 200px;
    padding: 0px;
    padding: 0px 30px;
    position: relative;
}
.dash-myprofile .banner-pro .banner-overlay {
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    background: linear-gradient(to bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, .4));
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.banner-pro .pro-img-block {
    width: 100%;
    padding: 5px 0px 5px 0px;
    height: 100%;
    position: absolute;
    z-index: 10;
}
.banner-pro .pro-img-block img {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 8px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    width: 135px;
    height: 135px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.banner-pro .pro-tab-block {
    width: 100%;
    padding: 0px 0px;
    height: 100%;
}
.banner-pro .pro-tab-block a {
    color: #ffffff;
}
.banner-pro .pro-tab-block h2 {
    font-weight:400;
    line-height: 24px;
    font-size: 20px;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 0px;
}
.get-quote {
    float: right;
    margin-top: 87px;
}
.get-quote .get-qt-btn {
    color: #fff;
    border: 1px solid #0ac97e;
    background: #0ac97e;
    font-size:17px;
    padding: 5px 15px;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    font-weight:300;    
    margin: 41px auto 0px;  
    display: block !important;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.get-quote .quote-btn-mod {
    display: none;
}
.banner-pro .pro-tab-block .rating-reviews {
    text-decoration: none;
    color: inherit;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 10px;
}
.star-rating {
    width: auto;
    min-height: 11px;
    margin-right: 0px;
    display: inline;
    font-size: 90%;
    vertical-align: -webkit-baseline-middle;
}
.star-rating .i.star-rating-highlight {
    background: url(../../images/star.png) no-repeat center top;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    margin-right: 3px;
}
.star-rating .i.star-rating-grey {
    background: url(../../images/grey-star.png) no-repeat center top;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    margin-right: 3px;
}
.star-rating .i.star-rating-half {
    background: url(../../images/half-star.png) no-repeat center top;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    margin-right: 3px;
}
.banner-pro .pro-tab-block .rating-reviews #star-rating-count {
   font-weight: 300;
    font-size: 12px;
    padding:0px 5px;
    border-radius: 10px;
    color: #fff;
    line-height: 18px;
    margin-right:4px;
    text-align: center;
    width: 38px;
	    height: 20px;
    line-height: 20px;
}
.banner-pro .pro-tab-block .rating-reviews .count-rating {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    margin-left: 4px;
}
.banner-pro .pro-tab-block .rating-reviews .write-review,
.banner-pro .pro-tab-block .rating-reviews .write-review a {
    font-size: 14px;
    font-weight:400;
    color: #fff;
    margin-left: 4px;
    text-decoration: underline;
   
}
.banner-pro .pro-tab-block h6 {
    font-size: 14px;
    font-weight: 300;
    line-height: 35px;
    color: #ffe000;
    margin: 0px;
}
.banner-pro .pro-tab-block h6 label {
    color: #fff
}
.banner-pro .pro-tab-block .address {
    font-size:14px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}
.banner-pro .pro-tab-block .pers-cntct {
    font-size: 14px;
    line-height: 28px;
    font-weight:400;
    color: white !important;
    margin: 0px 0px 10px 0px;
    padding: 0px;
}
.pers-cntct .contact-no {
    color: white !important;
}
.pers-cntct .contact-no .fa-phone {
    color: #f5a822;
    height: 17px;
    border-radius: 100%;
    font-size: 20px !important;
    line-height: 18px;
    text-align: center;
    width: 17px;
    margin-right: 0px;
}
.pers-cntct .cvr-dtls {
    margin-left: 8px;
    font-weight: 300;
    color: white !important;
}
.pers-cntct .cvr-dtls .fa-briefcase {
    color: #fafafa;
    line-height: 16px !important;
    font-size: 18px;
    width: 17px !important;
    height: 17px !important;
    border-radius: 100%;
    text-align: center;
    margin-right: 6px;
}
.pers-cntct .website-lnk,
.pers-cntct .website-lnk a {
    color: #fff;
    margin-left: 3px;
    position: relative;
}
.pers-cntct .website-lnk .fa-globe {
    color: #7fb40d;
    border-radius: 100%;
    font-size: 20px !important;
    line-height: 15px;
    text-align: center;
}
.banner-pro .pro-tab-block .address .fa-map-marker {
    color: #00aff0;
    line-height: 16px !important;
    font-size: 20px !important;
    width: 17px !important;
    height: 17px !important;
    margin-top: 4px;
    border-radius: 100%;
    text-align: center;
    margin-right: 3px;
    float: left;
}
.banner-pro .pro-tab-block .address .full-address {
    display: block;
    overflow: hidden;
}
div.panel-container {
    border-radius: 0 0px 0px 0px;
    position: relative;
    padding: 0px 0px;
    margin: 0px;
    outline: none;
    margin-top: -2px;
}
div.panel-container h2 {
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0px 5px 0px;
    margin: 0px;
}
.panel-container .profiletop-menu {
    width: 100%;
    height: 45px;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 0px 0px rgba(208, 218, 229, 0.3);
    -webkit-box-shadow: 0px 0px 0px 0px rgba(208, 218, 229, 0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    padding: 0px 30px;
    border: 1px solid rgba(218, 223, 228, 0.7);
}
.panel-container .profiletop-menu .non-fiksable-head {
    width: 50%;
    float: left;
    text-align: left;
}
.panel-container .profiletop-menu .non-fiksable-head h2 {
    line-height: 24px;
    font-size:14px;
    padding: 0px;
    margin: 10px 0px 10px 0px;
    text-transform: uppercase;
    color: #337AB7;
}
.panel-container .profiletop-menu .content-wrap {
    width: 40%;
    float: right;
    font-size:15px;
    line-height: 45px;
    font-weight:400;
    text-align: right
}
.panel-container .profiletop-menu .content-wrap h3 {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    font-weight: 300;
    line-height: 40px;
}
.panel-container .profiletop-menu .content-wrap h3 img {
    margin-right: 4px;
}
.panel-container .profiletop-menu .content-wrap a {
    color: #337AB7;
    text-transform: uppercase;
    font-size: 14px;
    margin-left: 10px;
}
.panel-container .profiletop-menu .content-wrap .fa-briefcase {
    color: #00aff0;
    line-height: 20px !important;
    font-size: 16px !important;
    color: #666;
    margin-right: 3px;
}
.profiletop-menu ul {
    list-style: none;
    text-align: left;
}
.profiletop-menu ul li {
    display: inline-block;
    line-height: 45px;
    padding: 0px 0px;
    margin: 0px 30px 0px 0px;
}
.profiletop-menu ul li a {
  color: #333;
    font-weight: 400;
    font-size: 15px;
}
.panel-container .profiletop-menu ul li.active {
    border-bottom: 3px solid #85c60c;
}
div.panel-container > div {
    padding: 0px 0px;
    display: block;
    margin: 0px;
}
.tab-content {
    background: #fff;
}
.dash-myprofile .dash-pro-about {
    width: 100%;
    padding: 20px 30px 25px !important;
    background: #fff;
    border: 1px solid rgba(218, 223, 228, 0.7);
}
ul.ask-for-quote {
    width: 100%;
    text-align: center;
    margin: 20px 0px;
    list-style: none;
}
ul.ask-for-quote li {
    display: inline-block;
    margin: 0px 5px;
}
ul.ask-for-quote li h3 {
    font-size: 15px;
    font-weight: 300;
    margin: 15px 0px 0px 0px;
    padding: 0px;
}
ul.ask-for-quote li .get-qt-btn {
    background: #00aff0;
    color: #fff;
    border: 1px solid #00aff0;
    font-size: 14px;
    padding: 6px 0px;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    font-weight: 300;
    display: block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    margin: 10px auto 0px;
    width: 170px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.dash-myprofile .dash-pro-about .left-content {
    width: 100%;
    padding: 0px 0px;
}
.dash-myprofile .dash-pro-about .left-content p {
    border-right: 1px solid #e6e6e6;
    padding-right: 20px;
    word-break: break-all;
}
.dash-myprofile .dash-pro-about .right-contact-det {
    width: 100%;
    padding: 0px 0px;
}
.verification_dtls {
    width: 100%;
    height: 100%;
}
ul.verfication-list {
    width: 100%;
    list-style: none;
    margin-bottom: 20px;
    margin-top: 10px;
}
ul.verfication-list li {
   line-height: 22px;
    font-weight: 300;
    font-size: 14px;
    background: url(../img/verfi-tick.png) no-repeat center left;
    padding: 0 0 0px 20px;
    background-size: 14px 14px;
}
.verification_dtls h4 {
    font-size: 16px;
    font-weight:400;
    padding: 20px 0px 5px 0px;
    margin: 0px;
}
.right-contact-det .get-quote h3 {
    font-size: 15px;
    font-weight: 300;
    margin: 15px 0px 0px 0px;
    padding: 0px;
    text-align: center
}
.right-contact-det .get-quote p {
    margin-top: 5px;
    color: #02a8f3;
    font-size: 13px;
    text-align: center
}
.right-contact-det .get-quote .get-qt-btn {
    background: #00aff0;
    color: #fff;
    border: 1px solid #00aff0;
    font-size: 14px;
    padding: 6px 0px;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    font-weight: 300;
    display: block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    margin: 10px auto 0px;
    width: 170px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
ul.about-contact {
    list-style: none;
    margin-top: 5px;
    margin-bottom: 0px;
}
ul.about-contact li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    position: relative;
}
ul.about-contact li span {
    margin-left: 22px;
}
ul.about-contact li .fa-map-marker {
    color: #00aff0;
    line-height: 16px !important;
    font-size: 13px !important;
    border: 1px solid #00aff0;
    width: 17px !important;
    height: 17px !important;
    margin-top: 4px;
    border-radius: 100%;
    text-align: center;
}
ul.about-contact li .fa-briefcase {
    color: #00aff0;
    line-height: 20px !important;
    font-size: 16px !important;
    color: #666;
}
ul.about-contact li .fa {
    font-size: 20px;
    margin-right: 0px;
    width: 20px;
    position: absolute;
}
ul.about-contact li .fa-phone {
    color: #f5a822;
    height: 17px;
    border: 1px solid #f5a822;
    border-radius: 100%;
    font-size: 12px !important;
    line-height: 18px;
    text-align: center;
    width: 17px;
    margin-right: 4px;
}
ul.about-contact li .fa-at {
    color: #7fb40d;
    font-size: 19px;
    margin-top: 2px;
}
ul.about-contact li .fa-globe {
    color: #f44427;
}
ul.cont-bot-det {
    list-style: none;
    float: left;
    position: relative;
    margin-bottom: 0px;
}
ul.cont-bot-det li {
    float: left;
    margin: 10px 15px 10px 0px;
    color: #00aff0;
    font-size: 40px;
    font-weight: 400;
}
ul.cont-bot-det li h6 {
    font-size: 12px;
    font-weight: 700;
    border: 3px solid #00aff0;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    margin-top: 15px;
    position: relative;
    margin-right: 8px;
}
ul.cont-bot-det li .fa-check {
    position: absolute;
    font-size: 12px !important;
    font-weight: 100;
    border: 2px solid #fff;
    display: block;
    top: 16px;
    color: #fff;
    background: #00aff0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    line-height: 16px;
    text-align: center;
    margin-left: 18px;
}
ul.cont-bot-det li .fa-mobile {
    font-weight: bold;
    position: relative;
    width: 28px;
    height: 35px;
    margin-top: 15px;
}
ul.cont-bot-det li:nth-child(2) .fa-check {
    margin-left: 8px !important;
}
.dash-portfolio-prof {
    width: 100%;
    padding: 10px 30px 10px!important;
    margin: 1px 0px 0px;
    background: #fff;
    border: 1px solid rgba(218, 223, 228, 0.7);
}
.project-all-block {
    width: 100%;
    margin: 15px 0px 0px 0px;
    position: relative;
}
.portfolio-ind-block {
    padding: 0px 0px 0px 0px;
    border: 1px solid #e6e6e6;
    width: 100%;
    font-size: 16px;
    margin: 0px 0px 30px;
    cursor: pointer !important;
    position: relative;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 20px;
}
.portfolio-ind-block img {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 20px;
}
.pic {
    position: relative;
    overflow: hidden;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.portfolio-ind-block .pro-dtls-txt {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    padding: 0px 10px;
}
.portfolio-ind-block .pro-dtls-txt h5,
.portfolio-ind-block .pro-dtls-txt h5 a {
    text-align: right;
    font-size: 14px;
    padding: 10px 0px 10px 0px;
    line-height: 20px;
    margin: 0px;
    font-weight: 300;
    color: #333;
}
.portfolio-ind-block h4,
.portfolio-ind-block h4 a {
    font-size: 14px;
    padding: 10px 0px 10px 0px;
    line-height: 20px;
    margin: 0px;
    font-weight: 300;
    color: #333;
}
.portfolio-ind-block h4 span {
    display: block;
}
.portfolio-ind-block a {
    color: #273951;
    cursor: pointer;
}
.project-block-popup {
    width: 100%;
    padding: 10px 30px 30px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    margin: 1px 0px 0px;
    background: #fff;
}
.project-block-popup h2 {
 
    font-weight: 300;
    margin: 0px;
}
.project-block-popup .project-details {
    width: 100%;
    height: 100%;
    font-size: 13px;
    line-height: 22px;
}
.project-block-popup .project-details p {
    font-size: 15px;
    line-height: 24px;
}
ul.indi-proj-det {
    list-style: none;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0px;
}
ul.indi-proj-det li {
    display: inline-block;
    font-weight: 300;
    margin-right: 10px;
}
ul.indi-proj-det li .fa-map-marker {
    font-size: 16px;
    color: #2196f3;
    margin-right: 4px;
}
ul.indi-proj-det li .fa-calendar {
    font-size: 16px;
    color: #9a60c2 !important;
    margin-right: 4px;
}
ul.indi-proj-det li .fa-money {
    font-size: 16px;
    color: #74a40c;
    margin-right: 4px;
}
.project-block-popup .port-img-link {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #fff;
    color: #3992d8;
    display: block;
    border: 2px solid #3992d8;
    position: absolute;
    right: 30px;
    top: 70px;
    z-index: 10;
}
.port-img-link {
    display: none;
}
.port-img-link .closebtn {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    z-index: 10;
    background: transparent;
    border: none;
    right: 5px;
    top: 6px;
}
.port-img-link .closebtn::before,
.port-img-link .closebtn::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -2px;
    background: #3992d8;
}
.port-img-link .closebtn::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.port-img-link .closebtn::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ekko-lightbox .modal-dialog .modal-header {
    padding: 0px !important;
    border-bottom: 0px;
    min-height: 0px !important
}
.ekko-lightbox .modal-body {
    position: relative;
    padding: 0px !important;
}
.ekko-lightbox .modal-title {
    display: none;
}
.ekko-lightbox .modal-header .close {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 10;
    background: transparent;
    border: none;
    right: 6px;
    top: 6px;
    z-index: 99999;
    color: #fff;
    margin: 0px !important;
    text-indent: -99999px;
    opacity: 1
}
.ekko-lightbox .modal-header .close::before,
.ekko-lightbox .modal-header .close::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fc576b;
}
.ekko-lightbox .modal-header .close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ekko-lightbox .modal-header .close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ekko-lightbox-nav-overlay .glyphicon-chevron-left {
    left: 10px !important;
    -moz-transform: rotate(-45deg)!important;
    -webkit-transform: rotate(-45deg)!important;
    transform: rotate(-45deg)!important;
    border-top: 1px solid #fc576b !important;
    border-left: 1px solid #fc576b !important;
    text-indent: -99999px !important;
}
.ekko-lightbox-nav-overlay .glyphicon {
    position: absolute !important;
    z-index: 999 !important;
    top: 50% !important;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 50px !important;
    height: 50px !important;
    transform-origin: center center;
    -webkit-transform-origin: top left;
    cursor: pointer;
}
.ekko-lightbox .glyphicon-chevron-right {
    right: 0;
    float: right;
    padding-right: 15px;
    text-align: right;
}
.ekko-lightbox .modal-dialog {
    width: 600px;
    margin: 70px auto !important;
}
.ekko-lightbox-nav-overlay .glyphicon-chevron-right {
    right: 30px !important;
    -webkit-transform: rotate(-45deg)!important;
    transform: rotate(-45deg)!important;
    border-bottom: 1px solid #fc576b !important;
    border-right: 1px solid #fc576b !important;
    text-indent: -99999px !important;
}
.ekko-lightbox-nav-overlay .glyphicon {
    position: absolute !important;
    z-index: 999 !important;
    top: 50% !important;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 50px !important;
    height: 50px !important;
    transform-origin: center center;
    -webkit-transform-origin: top left;
    cursor: pointer;
}
.glyphicon-chevron-right:before {
    content: no-close-quote;
}
.project-all-block .all-prjt-btn {
    margin: 0px auto 15px;
    color: #333333;
    display: block;
    font-size: 15px;
    text-transform: capitalize
}
.pic-image,
.pic-caption,
.pic:hover .pic-caption,
.pic:hover img {
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.dash-myprofile .dash-review {
    width: 100%;
    padding: 10px 30px 10px !important;
    margin: 1px 0px 0px;
    background: #fff;
    border: 1px solid rgba(218, 223, 228, 0.7);
}
.dash-myprofile .dash-review h2 {
    padding: 20px 0px;
   
}
.dash-myprofile .dash-review .rev-ind-block {
    width: 100%;
    padding: 15px 0px 15px 0px;
    overflow: hidden;
    min-height: 125px;
}
.rev-ind-block:last-child {
    border-bottom: none;
}
.dash-review .rev-ind-block .reviewer {
    overflow: hidden;
    margin-bottom: 0px;
    width: 100%;
    display: block;
}
.rev-ind-block .reviewer .reviewer-photo {
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
.rev-ind-block .reviewer .rebwr-fst-ltr {
    border-radius:100%;
    -webkit-border-radius: 100%;
    -moz-border-radius:100%;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    -webkit-font-smoothing:subpixel-antialiased;
}
.dash-review .rev-ind-block .rev-txt-block {
    width: 100%;
    padding: 0px 0px;
}
.dash-review .rev-ind-block .rev-txt-block h3 {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin: 0px;
}
.dash-review .rev-ind-block .rev-txt-block h3 b {
    font-weight: 400;
}
.dash-review .rev-ind-block .rev-txt-block p {
    padding: 0px;
    margin: 0px;
    line-height: 20px;
    font-size: 14px;
}
.dash-review .rev-ind-block .rev-txt-block h6 {
    line-height: 20px;
    color: #ffe000;
    font-size: 16px;
    margin: 0px;
}
.rev-ind-block .likes-see {
    color: #999 !important;
    font-size: 11px !important;
    line-height: 15px;
    font-weight: 300;
    display: block;
    clear: both;
    padding: 5px 0px;
    text-transform: uppercase;
}
.dash-myprofile .dash-review .all-revew-btn {
    margin: 0px auto 15px;
    color: #333333;
    display: block;
    font-size: 15px;
    text-transform: capitalize
}
.dash-myprofile .dash-services {
    width: 100%;
    padding: 10px 30px 10px !important;
    margin: 1px 0px 0px;
    background: #fff;
    border: 1px solid rgba(218, 223, 228, 0.7);
}
.dash-myprofile .dash-services .subcate-modal .categorylink {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #2196f3;
    color: #fff;
    display: block;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    position: absolute;
    right: 30px;
    top: 26px;
    z-index: 10;
}
.dash-myprofile .dash-services .subcate-modal h3 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 25px;
    text-align: left;
    margin-top: 10px;
}
.dash-myprofile .dash-services .subcate-modal h3 img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-right: 4px
}
.dash-myprofile .dash-services h2 {
    padding: 20px 0px;
    font-weight: 400;
    font-size: 16px;
}
.dash-myprofile .dash-services .services-categ {
    text-decoration: none;
    padding: 10px 0px;
    color: #555;
    list-style: none;
    text-align: left;
    margin-bottom: 10px;
    background: #fff;
    display: block;
    width: 100%;
    position: relative;
    display: table;
    overflow: hidden;
    margin-top: 10px;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
}
.dash-myprofile .dash-services .services-categ a {
    color: #555;
}
.dash-myprofile .dash-services .services-categ span {
    display: table-cell;
    vertical-align: middle;
    width: 35px;
}
.dash-myprofile .dash-services .services-categ img {
    width: 35px;
    height: 35px;
    margin: 0px auto;
}
.dash-myprofile .dash-services .services-categ h6 {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 5px;
}
.dash-myprofile .dash-services .all-serv-btn {
    margin: 20px auto 15px;
    color: #333333;
    display: block;
    font-size: 15px;
    text-transform: capitalize
}
.dash-myprofile .fiksable-services-pro {
    background: #fff;
    width: 100%;
    margin: 1px 0px 0px;
    height: 100%;
    display: block;
    padding: 10px 30px 10px;
    border: 1px solid rgba(218, 223, 228, 0.7);
}
.dash-myprofile .fiksable-services-pro .service-cate-wrap {
    margin: 15px 0px 0px 0px;
    width: 100%;
    position: relative;
}
ul.allcategorylist {
    list-style: none;
    text-align: left;
    margin: 10px 0px 0px;
}
ul.allcategorylist li {
    display: inline-block;
    float: none;
    width: 24%;
    padding: 5px 2px;
    vertical-align: top;
}
.dash-myprofile .fiksable-services-pro .service-cate-wrap .fikscategory {
    width: 100%;
    margin: 0px 0px 20px;
    border-radius: 2px;
    padding: 5px 0px;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    background: #fff;
    text-align: left;
    display: table;
}
.dash-myprofile .fiksable-services-pro .service-cate-wrap .fikscategory span {
    width:35px;
    display: table-cell;
    vertical-align: middle;
}
.dash-myprofile .fiksable-services-pro .service-cate-wrap .fikscategory a {
    color: #555;
}
.fiksable-services-pro .categorylink {
    display: none;
}
.dash-myprofile .fiksable-services-pro .service-cate-wrap .fikscategory img {
    width: 35px;
    height:35px;
}
.dash-myprofile .fiksable-services-pro .service-cate-wrap .fikscategory h6 {
    font-size: 15px;
    font-weight:300;
    line-height: 22px;
    color: #555;
    padding: 0px 5px;
    margin: 0px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}
.fiksable-services-pro .subcate-modal {
    display: block;
    padding: 0px 0px;
    background: #fff;
    width: 100%;
    left: 0px;
    right: 0px;
    z-index: 99;
    padding: 0px 0px;
}
.subcate-modal .categorylink {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #fff;
    color: #3992d8;
    display: block;
    border: 2px solid #3992d8;
    position: absolute;
    right: 30px;
    top: 70px;
    z-index: 10;
}
.closecate {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    z-index: 10;
    background: transparent;
    border: none;
    right: 5px;
    bottom: 6px;
}
.closecate::before,
.closecate::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #3992d8;
}
.closecate::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.closecate::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.fiksable-services-pro .subcate-modal h3 {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 25px;
    text-align: left;
    margin-top: 30px;
}
.fiksable-services-pro .subcate-modal h3 img {
    width: 35px;
    height:35px;
}
.cat_click_block {
    cursor: pointer;
}
.subcate_list_block {
    width: 100%;
    margin: 0px 0px;
    display: none;
}
ul.profile-subcate-list {
    width: 100%;
    position: relative;
    margin: 10px 0px;
    list-style: none;
}
ul.profile-subcate-list .catetag {
    width: auto;
    position: relative;
    min-width: 80px;
    display: inline-block;
}
ul.profile-subcate-list li {
    color: #576064;
    font-size: 13px;
    font-weight: 300;
    margin: 0px 10px 0px 0px;
    display: inline-block;
    line-height: 22px;
}
.dash-myprofile .dash-team {
    width: 100%;
    padding: 10px 30px 10px !important;
    margin: 1px 0px 0px;
    background: #fff;
    border: 1px solid rgba(218, 223, 228, 0.7);
}
.dash-myprofile .dash-team .team-ind-block {
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.dash-myprofile .dash-team .team-ind-block .mem-pic {
    float: left;
     border-radius:100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
.dash-myprofile .dash-team .team-ind-block .rebwr-fst-ltr {
    float: left;
    border-radius:100%;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    -webkit-font-smoothing:subpixel-antialiased;
}
.team-ind-block .row {
    margin: 0px -5px;
}
.team-ind-block .col-xs-3,
.team-ind-block .col-xs-9 {
    padding: 0px 5px;
}
.dash-myprofile .team-content {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
}
.dash-myprofile .team-content h3 {
    font-size: 15px;
    font-weight: 300;
    padding: 0px;
    line-height: 25px;
    color: #273951;
    margin: 0px;
}
.dash-myprofile .team-content h6 {
    font-size: 14px;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
    color: #999999;
}
.dash-myprofile .dash-team .all-mem-btn {
    margin: 20px auto 15px;
    color: #333333;
    display: block;
    font-size: 15px;
}
.dash-myprofile .team-img {
    width: 100%;
    padding: 0px 0px;
    margin-bottom: 5px;
}
.dash-myprofile .team-img img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
}
@media (max-width:330px) {
    .banner-pro .pro-tab-block h2 {
        min-height: 60px !important;
        margin-top: 28px !important;
    }
    
    .banner-pro .pro-tab-block .rating-reviews {
        margin-top: 10px !important;
        margin-bottom: 5px;
    }
}
@media (max-width:420px) and (min-width:331px) {
    .banner-pro .pro-tab-block h2 {
        min-height: 40px !important;
        margin-top: 28px !important;
    }
    
    .banner-pro .pro-tab-block .rating-reviews {
        margin-top: 24px !important;
        margin-bottom: 5px;
    }
}
@media (max-width:767px) and (min-width:500px) {
    .banner-pro .pro-tab-block .rating-reviews {
        margin-top: 5px !important;
        margin-left: 83px !important;
    }
    
    .banner-pro .pro-tab-block .address {
        font-size: 14px;
        line-height: 24px !important;
        margin: 5px 0px 5px 83px !important;
    }
}
@media (max-width:767px) {
    .pro-tab-block .cvr-dtls label {
        display: none;
    }
    
    .my-profile-block {
        max-width: 1000px;
        padding: 52px 10px 20px !important;
        margin: 5px auto 0px !important;
    }
    
    .dash-myprofile {
        width: 100%;
        margin: 4px 0px;
        display: block;
    }
    
    .banner-pro .pro-img-block {
        width: 100%;
        padding: 5px 0px 5px 10px !important;
        height: 100%;
        z-index: 10;
    }
    
    .dash-myprofile .banner-pro {
        padding: 0px 5px!important;
        min-height: 155px !important;
        max-height: 100%;
    }
    
    .banner-pro .pro-img-block {
        width: 100%;
        padding: 5px 0px 5px 10px !important;
        height: 100%;
        z-index: 10;
    }
    
    .banner-pro .pro-img-block img {
        border-radius: none !important;
        width: 70px;
        height: 70px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 8px;
    }
    
    .get-quote {
        padding: 0px 10px;
        position: absolute;
        top: -54px;
        right: 15px;
        margin-top: 0px !important;
    }
    
    .banner-pro .pro-tab-block {
        width: 100%;
        padding: 0px 10px;
        height: 100%;
    }
    
    .banner-pro .pro-tab-block h2 {
        font-weight: 300;
        line-height: 20px;
        font-size: 15px;
        color: #fff;
        margin-top: 11px;
        margin-left: 83px;
        margin-bottom: 6px;
    }
    
    .pers-cntct .website-lnk,
    .pers-cntct .website-lnk a {
        display: block !important;
        margin-left: 0px !important;
    }
    
    .banner-pro .pro-tab-block .address {
        line-height: 24px !important;
	
    }
    
    .pers-cntct .cvr-dtls {
        float: none;
        font-weight: 300;
        display: block;
        margin-bottom: 10px;
        margin-left: 0px !important;
    }
    
    .get-quote .get-qt-btn {
        font-size: 13px !important;
        margin: 5px auto 20px;
    }
    
    .banner-pro .pro-tab-block .rating-reviews .write-review,
    .banner-pro .pro-tab-block .rating-reviews .write-review a {
        font-size: 11px !important;
    }
    
    div.panel-container {
        border-radius: 0 0px 0px 0px;
        position: relative;
        padding: 0px 0px !important;
        margin: 0px;
        outline: none;
        margin-top: -2px;
    }
    
    .dash-myprofile .dash-pro-about {
        width: 100%;
        padding: 0px 15px 0px!important;
    }
    
    .dash-myprofile .dash-pro-about .left-content p {
        border-right: 0px;
        padding-right: 0px;
    }
    
    .dash-portfolio-prof {
        width: 100%;
        padding: 0px 15px 20px!important;
    }
    
    .dash-myprofile .dash-review {
        width: 100%;
        padding: 0px 15px 20px!important;
    }
    
    .dash-myprofile .dash-services {
        width: 100%;
        padding: 0px 15px 20px!important;
    }
    
    .dash-myprofile .dash-services .subcate-modal {
        margin-top: 25px;
    }
    
    .dash-myprofile .dash-services .services-categ {
        padding: 0px !important;
        margin: 10px 0px 10px 0px !important;
        display: block;
        text-align: left;
    }
    
    .dash-myprofile .dash-services .col-xs-6 {
        padding: 0px 15px;
    }
    
    .dash-myprofile .dash-team {
        width: 100%;
        padding: 0px 15px 20px!important;
    }
    
    .project-block-popup {
        padding: 0px 15px 30px !important;
    }
    
    .project-block-popup .port-img-link {
        right: 15px !important;
        top: 15px !important;
        z-index: 10;
    }
    
    .ekko-lightbox .modal-header .close {
        width: 30px !important;
        height: 30px !important;
    }
    
    .ekko-lightbox-nav-overlay .glyphicon {
        width: 28px !important;
        height: 28px !important;
    }
    
    .dash-myprofile .fiksable-services-pro {
        width: 100%;
        padding: 0px 15px 20px!important;
    }
    
    .fiksable-services-pro .subcate-modal h3 {
        text-align: left !important;
    }
    
    .subcate-modal .categorylink {
        right: 15px !important;
        top: 15px !important;
        z-index: 99;
    }
    
    .ask-quote-form-wrap {
        width: 100%;
        padding: 0px 0px 0px!important;
    }
    
    .panel-container .profiletop-menu .non-fiksable-head {
        width: 100%;
        text-align: left;
        float: none;
        order: 2;
    }
    
    .panel-container .profiletop-menu .content-wrap {
        width: 100%;
        text-align: left;
        float: none;
        line-height: 20px;
        padding-bottom: 0px;
        padding-top: 10px;
        order: 1;
    }
    
    .non-fiks-pro .profiletop-menu {
        display: flex !important;
        height: 100% !important;
        padding: 0px 10px !important;
        flex-flow: column;
    }
    
    .review-provider-wrap {
        padding: 20px 15px !important;
    }

    .review-provider-wrap .write-review-block {
        border-right: none !important;
        padding: 0px !important;
        overflow: hidden;
    }
    
    ol.reviewinstruction {
        padding: 30px 0px 0px 24px !important;
    }
    
    ul.profile-subcate-list {
        margin: 0px 0px !important;
    }
    
    ul.term-condi-check li label {
        padding: 0px 0px 0px 22px !important;
    }
    
    .submit-review {
        float: none !important;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .get-quote {
        position: absolute;
        top: 90px;
        right: 10px;
        margin-top: 0px !important;
    }
}
@media (min-width:992px) {
    .dash-myprofile .dash-review .col-md-6 {
        display: table-cell;
    }
    
    .dash-myprofile .dash-review .row {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: left;
        justify-content: left;
    }
}
@media (max-width:767px) {
    ul.allcategorylist {
        list-style: none;
        text-align: left !important;
        margin: 30px 0px 0px;
    }
    
    ul.allcategorylist li {
        display: inline-block;
        float: none;
        width: 100%;
        padding: 0px 0px !important;
        vertical-align: top;
        margin: 0px 0px;
    }
    
    .profiletop-menu {
        display: none !important;
    }
}
@media (max-width:991px) {
    .rev-txt-block .left-content {
        width: 100%;
        float: left;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    
    .rev-txt-block .right-content {
        width: 100%;
        float: left;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }
    
    .review-provider-wrap .faq-block {
        display: none;
    }
    
    .review-provider-wrap .write-review-block {
        width: 100%;
        width: 100%;
        border-right: 0px !important;
        padding: 0px !important;
    }
}
@media (max-width:767px) {
    .dash-myprofile .dash-review .row {
        display: block;
    }
    
    .backtomypro {
        width: 30px;
        height: 30px;
        background: #fff !important;
        color: #3992d8;
        display: block;
        border: 2px solid #3992d8;
        margin-top: -5px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        position: relative;
        cursor: pointer;
        float: right;
        z-index: 99;
    }
    
    .backtomypro:after {
        border-top: 2px solid #3992d8;
        border-left: 2px solid #3992d8;
        content: '';
        display: block;
        height: 10px;
        pointer-events: none;
        position: absolute;
        right: 0px;
        left: 5px;
        top: 28%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        width: 10px;
        margin: 0px auto 0px;
    }
}
.ask-quote-form-wrap {
    width: 100%;
    padding: 0px 0px 10px;
    margin: 1px 0px 0px;
    display: none;
}
.ask-quote-form-wrap h1 {
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 0px;
    font-family: 'Avenir';
    margin-top: 25px;
    color: #337AB7;
    text-align: center;
    line-height: 36px;
}
.ask-quote-form-wrap .post-form-wrap {
    margin: 0px;
}
.ask-quote-form-wrap .post-form-wrap .post_field-block {
    box-shadow: none;
    padding: 20px 30px;
    box-shadow: 0px 1px 30px 0px rgba(208, 218, 229, 0.3);
    -webkit-box-shadow: 0px 1px 30px 0px rgba(208, 218, 229, 0.3);
    -moz-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(218, 223, 228, 0.9);
}
.ask-quote-form-wrap .post-form-wrap .right_top_blk {   
    padding: 0px 0px 20px 30px;
  
}
.ask-quote-form-wrap .post-form-wrap .post_text-block {
    padding: 20px 30px 70px;
}
.quote-form-group {
    width: 100%;
}
.quote-form-group #calling_details {
    display: none;
    margin-top: 10px;
}
.quote-form-group h3 {
    font-size:16px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    clear: both;
    line-height: 22px;
}
.quote-form-group small {
    font-size: 14px;
    font-weight: 300;
    padding-top: 7px;
    display: block;
    padding-bottom: 10px;
}
.quote-form-group .quote-filed-block {
    width: 100%;
    padding: 0px 0px 10px;
    margin-top: 0px;
    position: relative;
}
.quote-form-group .attach-feild-quote {
    padding: 0px 0px 0px !important;
}
.job-done-date .quote-filed-block {
    height: 45px;
}
#job_to_be_done_form_group {
    height: 45px;
}
.quote-form-group .budget-filed-block {
    width: 100%;
    padding: 0px 0px 10px;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    height: 50px;
}
.quote-form-group .budget-filed-block h4 {
    position: absolute;
    top: 6px;
}
.quote-form-group .budget-filed-block h4 strong {
    font-weight: 500;
    padding-left: 2px;
    font-size: 14px;
}
.quote-form-group .budget-filed-block .calc-field {
    padding: 5px 0px 5px 74px !important;
}
.quote-form-group .budget-filed-block .calc-rate-per-unit {
    padding: 5px 0px 5px 97px !important;
}
.quote-form-group .budget-filed-block .calc-rate-hrs {
    padding: 5px 0px 5px 97px !important;
}
.quote-form-group .budget-filed-block .calc-unit-field {
    padding: 5px 0px 5px 110px !important;
}
.quote-form-group .budget-filed-block .calc-unit-field-hrs {
    padding: 5px 0px 5px 120px !important;
}
.quote-form-group .personal-filed-block {
    width: 100%;
    padding: 0px 0px 14px;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    height: 50px;
    display: table;
}
.quote-form-group .personal-filed-block:after{
	width:100%;
	display:block;
	position:absolute;
	height:1px;
	background:#b8d0ea;
	left:0px;
	right:0px;
	bottom:14px;
	content:"";
	
}
.quote-form-group .personal-filed-block .input-field-control{
	border-bottom:0px !important;
}
.personal-filed-block h4 {
    font-size:14px;
    font-weight: 400;
    display: table-cell;   
    padding: 0px;
    white-space: nowrap;
    line-height: 36px;
}
.personal-filed-block h4 strong {
    font-weight: 500;
    padding-left: 2px;
    font-size: 14px;
}
.personal-filed-block .quote-form-group .input-field-control {
    width: 100%;
    border-bottom:0px;
    font-weight: 300;
    background: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    height: 36px;
    border-radius: 0px !important;
    font-size: 13px;
    display: table-cell;
    padding: 0px 5px;
}
.personal-filed-block .bar:before,
.personal-filed-block .bar:after {
    content: '';
    height: 1px;
    width: 0;
    position: absolute;
    background: #b8d0ea;
    transition: .5s ease all !important;
    -moz-transition: .5s ease all !important;
    -webkit-transition: .5s ease all !important;
    bottom: 13px !important;
}
.personal-filed-block .error-messg {
    bottom:0px !important;
}
.personal-filed-block .email-field {
    padding: 5px 0px 5px 10px !important;
}
.personal-filed-block .address-field-blk {
    padding: 10px 0px 5px 10px !important;
}
.personal-filed-block .address-field-blk:focus {
    border-bottom: 1px solid #d0dae5 !important;
}
.personal-filed-block .mob-field {
    padding: 5px 0px 5px 10px !important;
}
.personal-filed-block .name-field {
    padding: 5px 0px 5px 10px !important;
}
.personal-filed-block .psot-code {
    padding: 5px 0px 5px 10px !important;
}
.personal-filed-block .verification-code {
    padding: 5px 0px 5px 10px !important;
}
.quote-form-group .attachment-field {
    padding: 0px 0px 0px !important;
}
#budget_hide_block {
    display: none;
}
.post_field-block .date-pkr {
    margin-top: 0px;
    display: none;
}
.quote-form-group .quote-filed-block .nice-select {
    margin-top: 0px;
    font-size: 13px;
}
.quote-form-group .quote-filed-block h4 {
    font-size:14px;
    margin: 0px;
    padding: 0px;
    font-weight: 300;
}
.quote-form-group .chrctr-limit {
    width: 100%;
    font-weight: 300;
    font-size: 12px;
}
.quote-form-group .chrctr-limit h6 {
    float: right;
    font-size:12px;
    font-weight: 300;
    padding: 0px;
    margin: 0px;
}
#chrctrlmt {
    position: absolute;
    left: 0px;
    font-size: 11px;
    font-weight: 300;
    bottom: -87px;
}
#chrctrlmt h6 {
    margin: 0px;
    font-size: 11px;
    font-weight: 300;
}
.quote-form-group .chrctr-left {
    width: 100%;
    font-weight: 300;
    font-size: 11px;
    margin-top: 8px;
}
.quote-form-group .chrctr-left h6 {
    float: right;
    font-size: 11px;
    font-weight: 300;
    padding-top: 8px;
    margin: 0px;
}
.quote-form-group .input-field-control {
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #d0dae5;
    font-weight: 300;
    background: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    height: 36px;
    border-radius: 0px !important;
    font-size:14px;
}
.quote-form-group .input-field-control::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 300;
}
.cal-field::-webkit-input-placeholder {
    font-size: 13px !important;
    font-weight: 300;
    color: #333;
}
.quote-form-group .text-field-control {
    width: 100%;
    padding: 0px 0px 4px;
    border-bottom: 1px solid #d0dae5;
    font-weight: 300;
    background: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    position: relative;
    font-size:14px;
    border-radius: 0px !important;
    margin-top: 10px;
    min-height: 30px!important;
    overflow: hidden;
}
.quote-form-group .title-text-field {
    width: 100%;
    padding: 0px 0px 4px;
    border-bottom: 1px solid #b8d0ea;
    font-weight: 300;
    background: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    position: relative;
    font-size:14px;
    border-radius: 0px !important;
    margin-top: 10px;
    overflow: hidden;
}
.quote-form-group .attachment-field .bar {
    position: relative;
    display: block;
    width: 50%;
    margin: -7px auto 0px !important;
}
.quote-form-group .category-title .bar {
    position: relative;
    display: block;
    width: 50%;
    margin: -6px auto 0px;
}
@media (max-width:769px) {
    .quote-form-group .category-title .bar {
        position: relative;
        display: block;
        width: 50%;
        margin: -4px auto 0px !important;
    }
}
.quote-form-group .bar {
    position: relative;
    display: block;
    width: 50%;
    margin: -1px auto 0px
}
.quote-form-group .bar:before,
.quote-form-group .bar:after {
    content: '';
    height: 2px;
    width: 0;
    position: absolute;
    background: #88bfff;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
	z-index:99;
}
.quote-form-group .bar:before {
    left: 50%;
}
.quote-form-group .bar:after {
    right: 50%;
}
.quote-form-group input:focus ~ .bar:before,
.quote-form-group input:focus ~ .bar:after {
    width: 50%;
}
.quote-form-group textarea:focus ~ .bar:before,
.quote-form-group textarea:focus ~ .bar:after {
    width: 100%;
}
.quote-form-group .upload-images {
    margin-top: 5px;
}
.quote-form-group .upload-images .upload-photo {
    width: 170px;
    height: 30px;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 0px;
    color: #00aff0;
    position: absolute;
    left: 0px;
}
.quote-form-group .upload-images .file-Upload {
    position: relative !important;
    margin: 0px 0px;
    width: 25px;
    height: 100%;
    margin-top: 0px;
    line-height: 23px !important;
    padding: 0px 0px 0px;
    font-size: 20px;
    background: none;
    color: #00aff0 !important;
}
.quote-form-group .upload-images .fa-paperclip {
    position: absolute;
    padding: 4px 0px;
    cursor: pointer;
}
.quote-form-group .upload-images .btn {
    text-transform: none !important
}
.quote-form-group .upload-images .file-Upload span label {
    color: #00aff0;
    font-weight: 300;
    font-size: 13px;
    margin-left: 24px;
}
#multiple_attachments_div strong {
    font-weight: 300;
    font-size: 13px;
    margin-left: 24px;
    color: #333;
    display: block;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   
    float: left;
    text-align: left;
}
.attachment-cell {
    display: block;
    position: relative;
    margin-top: 0px;
}
.delt-attach {
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    margin: 0px 0px 4px 0px;
    padding: 0px 4px;
    display: none;
}
.delt-attach a {
    color: #fc576b;
}
.delt-attach2 {
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    margin: 0px 0px 4px 0px;
    padding: 0px 4px;
}
.delt-attach2 a {
    color: #fc576b;
}
.quote-form-group .submt_btn {
    background: #00aff0;
    color: #fff;
    border: 1px solid #00aff0;
    font-size: 15px;
    padding: 5px 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 300;
    display: block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    margin: 15px auto;
    width: auto;
    float: right;
    text-transform: uppercase;
}
ul.input-field-list {
    width: 100%;
    display: table;
    border-bottom: 1px solid #d0dae5;
    margin-bottom: 0px;
}
ul.input-field-list li {
    display: table-cell;
}
ul.input-field-list li .input-field-control {
    border-bottom: 0px;
}
@media (max-width:640px) {
    .pro-loctnsrch-wrap {
        width: 100%;
        padding: 0px;
        margin: 0px;
        height: 430px !important;
        overflow-x: hidden;
        position: relative;
    }
    
    .pro-loctnsrch-wrap #map {
        height: 430px !important;
        position: relative;
    }
    
    #prolistdtl {
        height: 430px !important;
    }
    
    .pro-loctnsrch-wrap .prvdr-list-wrap {
        height: 430px !important;
    }
    
    .prvdr-list-wrap .map-indicater-wraper {
        height: 377px !important;
    }
}
@media (max-width:420px) {
    #prolistdtl {
        width: 100% !important;
    }
	.fiksable-team .col-xs-6{
	width:100%;
}	

.project-thumb .col-xs-6, .project-all-block .col-xs-6, .dash-myprofile .dash-services .col-xs-6, .dash-team .col-xs-6{
	width:100%;
}

	
}
@media (max-width:767px) {
    .fst_step .step_cntr .right {
        border-radius: 20px !important;
        -webkit-border-radius: 20px !important;
        padding: 15px 10px !important;
    }
    
    .fst_step .step_cntr .right img {
        padding: 0px 20px !important;
    }
    
    .fiksble_how_wrks .thrd_step .right {
        border-radius: 20px !important;
        -webkit-border-radius: 20px !important;
        padding: 15px 10px !important;
    }
    
    .fiksble_how_wrks .thrd_step .right img {
        padding: 0px 20px !important;
    }
    
    .fiksble_how_wrks .frth_step .left {
        border-radius: 20px !important;
        -webkit-border-radius: 20px !important;
        padding: 15px 10px !important;
    }
    
    .fiksble_how_wrks .frth_step .left img {
        padding: 0px 20px !important;
    }
    
    .fiksble_how_wrks .sxth_step .left {
        border-radius: 20px !important;
        -webkit-border-radius: 20px !important;
        padding: 15px 10px !important;
    }
    
    .fiksble_how_wrks .sxth_step .left img {
        padding: 0px 20px !important;
    }
    
    .quote-form-group .quote-filed-block{
		    padding: 0px 0px 15px !important;
	}
    
   
    
    .fiksble_how_wrks .scnd_step .cmpre-prof h4 {
        font-size: 16px !important;
    }
    
    .cmpre-prof .row {
        margin: 0px -5px !important;
    }
    
    .cmpre-prof .col-xs-2,
    .cmpre-prof .col-xs-10 {
        padding: 0px 5px !important;
    }
    
    .cmpre-prof .col-xs-2 {
        width: 14% !important;
    }
    
    .cmpre-prof .col-xs-10 {
        width: 86% !important;
    }
    
    .fiksble_how_wrks .scnd_step .bus-pro-blk .fa,
    .fiksble_how_wrks .scnd_step .rvw-blk .fa,
    .fiksble_how_wrks .scnd_step .estimate-blk .fa,
    .fiksble_how_wrks .scnd_step .estimate-blk .fa,
    .fiksble_how_wrks .scnd_step .mssg-blk .fa {
        width: 35px !important;
        height: 35px !important;
        line-height: 35px !important;
        font-size: 20px !important;
    }
    
    .fiksble_how_wrks .scnd_step .cmpre-prof:nth-child(3n+1) {
        border-bottom: 0px !important;
    }
    
    .fiksble_how_wrks .scnd_step .cmpre-prof:nth-child(2n) {
        border-bottom: 0px !important;
    }
    
    .fiksble_how_wrks .scnd_step .bus-pro-blk,
    .fiksble_how_wrks .scnd_step .rvw-blk,
    .fiksble_how_wrks .scnd_step .estimate-blk,
    .fiksble_how_wrks .scnd_step .mssg-blk {
        width: 100%;
        margin-bottom: 0px !important;
    }
    
    .fiks-how-works-head h2 {
        font-size: 22px !important;
    }
    
    .fiks-how-works-head h4 {
        padding: 10px 0px 20px !important;
    }
    
    .fiksble_how_wrks .fst_step p,
    .fiksble_how_wrks .scnd_step p,
    .fiksble_how_wrks .thrd_step p,
    .fiksble_how_wrks .frth_step p,
    .fiksble_how_wrks .sxth_step p {
        padding: 0px 0px 20px !important;
    }
    
    .fiksble_how_wrks {
        width: 100%;
        padding: 0px 0px 0px!important;
    }
    
    .fiksble_how_wrks .title-section h2 {
        font-size: 22px;
        padding-bottom: 0px;
        text-align: left;
    }
	.fiksble_how_wrks .fst_step .step_cntr {
		padding:0px 0px 10px !important;
		
	}
    
    .fiksble_how_wrks .training-section-title h4,
    .fiksble_how_wrks .training-section-title h4 a {
        text-align: left;
        font-size: 15px;
        margin-bottom: 5px !important;
        line-height: 24px;
        margin-top: 8px;
    }
    
    .fst_step .step_cntr .left {
        width: 100%;
        height: 100%;
        padding:0px 0px 20px !important;
        display: block;
    }
    
    .fiksble_how_wrks .fst_step h3 {
        font-weight: 300;
        font-size: 20px;
        margin: 0px 0px 20px 0px;
    }
    
    .fiksble_how_wrks .scnd_step h3 {
        font-weight: 300;
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .fiksble_how_wrks .scnd_step ul li {
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;
        margin: 10px 0px !important;
        width: auto;
        float: none;
    }
    
    .fiksble_how_wrks .scnd_step ul {
        padding-bottom: 30px !important;
    }
    
    .fiksble_how_wrks .thrd_step h3 {
        font-weight: 300;
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    
    .fiksble_how_wrks .thrd_step .left {
        width: 100%;
        height: 100%;
        padding: 0px 0px 20px !important;
        display: block;
    }
    
    .fiksble-getstart h1 {
        font-weight: 200;
        color: #fff;
        margin-bottom: 15px;
        font-size: 18px;
        font-family: 'Avenir';
        margin-top: 20px !important;
        padding: 0px 0px !important;
        line-height: 24px !important;
    }
    
    .fiksble-getstart .header-inner-content {
        padding-top: 0px !important;
    }
    
    .fiksble_how_wrks .sxth_step h3 {
        font-weight: 300;
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    
    .fiksble-getstart .form-inline {
        width: 100%;
        position: relative;
        margin-bottom: 0px !important;
    }
    
    .fiksble_how_wrks .frth_step h3 {
        font-weight: 300;
        margin-bottom: 20px;
        font-size: 20px;
    }
    
    .fiksble-getstart {
        width: 100%;
        text-align: center;
        padding: 0px 0 40px !important;
    }
    
    .auto-location {
        padding-bottom: 2px !important;
        top: 7px !important;
    }
}
@media (min-width:768px) and (max-width:1024px) {
    .fst_step .step_cntr .left {
        padding: 10px 0px 20px;
    }
    
    .fiksble_how_wrks .fst_step h3 {
        font-size: 20px;
    }
    
    .fiksble_how_wrks .scnd_step .right {
        padding: 0px 0px 20px;
    }
    
    .fiksble_how_wrks .scnd_step h3 {
        font-size: 20px;
    }
    
    .fiksble_how_wrks .thrd_step .left {
        padding: 0px 0px 20px;
    }
    
    .fiksble_how_wrks .thrd_step h3 {
        font-size: 20px;
    }
    
    .fiksble_how_wrks .frth_step .right {
        padding: 0px 0px 20px;
    }
    
    .fiksble_how_wrks .frth_step h3 {
        font-size: 20px;
    }
    
    .fiksble-getstart h1 {
        font-weight: 200;
        color: #fff;
        margin-bottom: 20px;
        font-size: 25px;
        font-family: 'Avenir';
        margin-top: 20px !important;
        padding: 0px 30px !important;
    }
}
@media (max-width:1024px) and (min-width:768px) {
    .fiks-how-works-head h4 {
        padding: 10px 0px 20px !important;
    }
    
    .fiksble_how_wrks .scnd_step ul li {
        font-weight: 300;
        font-size: 14px;
        line-height: 22px;
        margin: 5px 0px;
        width: 50%;
        float: left;
    }
    
    .fiksble_how_wrks .scnd_step ul li:last-child {
        width: 100%;
    }
    
    .fiksble_how_wrks {
        width: 100%;
        padding: 0px 0px 0px!important;
    }
}
.flex-container a:hover,
.flex-slider a:hover {
    outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
@media (max-width:1024px) {
    .top-item-sldr .item_block h4 {
        padding: 10px 0px 3px 0px !important;
    }
    
    .top-item-sldr .item_block p {
        padding: 0px 0px !important;
    }
}
@media (min-width:370px) and (max-width:450px) {
    .top-item-sldr .item_block {
        min-height: 188px !important;
    }
}
@media (min-width:451px) and (max-width:700px) {
    .top-item-sldr .item_block {
        min-height: 216px !important;
    }
}
.cate-img-sldr {
    max-width: 1150px;
    margin: 0px auto;
    max-height: 250px;
    position: relative;
}
@media (min-width:1025px) {
    #top_headline {
        display: block;
    }
    
    .cate-img-sldr #fake_prev {
        border-top: 1px solid #333;
        border-left: 1px solid #333;
        content: '';
        display: none;
        height: 18px;
        position: absolute;
        left: -5px;
        top: 35%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        width: 18px;
        margin: 0px auto 0px;
    }
    
    .cate-img-sldr #fake_next {
        border-top: 1px solid #333;
        border-left: 1px solid #333;
        content: '';
        display: none;
        height: 18px;
        position: absolute;
        right: -3px;
        top: 35%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        width: 18px;
        margin: 0px auto 0px;
    }
}
.top-item-sldr {
    max-width: 100%;
    position: relative;
    overflow: hidden;
    padding: 30px 45px;
}
.box-sldr .home-slider {
    display: none;
}
.box-sldr .active {
    display: block !important;
}
.all-cate-link-row {
    text-align: center;
    display: block;
    margin-bottom: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.all-cate-link-row img {
    max-width: 40px;
}
.top-item-sldr .item_block {
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -o-border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -o-border-bottom-right-radius: 3px;
    min-height: 225px;
    width:249.5px;
    opacity: 0;
    margin-bottom: 15px;
}
.top-item-sldr .item_block:hover {
    /*box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08); -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);*/
}
.top-item-sldr .item_block .img-inner-shadow {
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.87) 100%);
    bottom: 0;
    display: block;
    height: 30%;
    opacity: .4;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.top-item-sldr .item_block img {
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    height: auto;
    width: 100%;
}
.top-item-sldr .item_block .dark-overlay {
    background: black;
    display: none;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all .5s cubic-bezier(.23, 1, .32, 1);
    -webkit-transition: all .5s cubic-bezier(.23, 1, .32, 1);
    width: 100%;
    z-index: 2;
}
.item_block .description-box {
    padding-bottom: 10px;
    /*border-radius: 0px 0px 3px 3px; -webkit-border-radius: 0px 0px 3px 3px; -moz-border-radius: 0px 0px 3px 3px;*/
    
    min-height: 84px;
}
.item_block:hover h4 {
    color: #1c66bd
}
.top-item-sldr .item_block:hover p {
    color: #1c66bd
}
.item_block .get-btn {
    width: 100%;
    text-align: center;
}
.item_block .get-btn a {
    color: #00aff0;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    margin-top: 5px;
    display: block;
}
.top-item-sldr .item_block h4 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 0px;
    padding: 10px 0px 3px 0px;
    line-height: 20px;
}
.top-item-sldr .item_block h4 > a {
    color: rgba(39, 57, 81, 0.8);
}
.top-item-sldr .item_block p {
    font-size: 12px;
    line-height: 18px;
    padding: 0px 0px;
    text-align: left;
    color: #999;
    margin: 0px;
}
.fiksbox-header-wrap {
    background-position: 50%;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.fiksbox-category-filtr {
    width: 100%;
    padding: 15px 0px 10px;
    border-bottom: 1px solid #eeeeee;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(145, 145, 145, 0.1);
    -webkit-box-shadow: 0px 0px 20px rgba(145, 145, 145, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(145, 145, 145, 0.1)
}

.fiksbox-category-filtr .container {
    max-width: 1100px;
    margin: 0px auto;
}
.fiksbox-category-filtr .category-pill {
    max-width: 100%;
    margin: 0px auto;
    position: relative;
}
.fiksbox-category-filtr ul.fiksbox-filter-list {
    width: 100%;
    list-style: none;
    margin: 0px;
    display: flex;
    -webkit-justify-content: center;
}
ul.fiksbox-filter-list li {
    display: inline-flex;
}
ul.fiksbox-filter-list li a {
    color: #333;
    font-weight: 300;
    padding: 15px 25px;
    border-bottom: 2px solid transparent;
}
ul.fiksbox-filter-list li:last-child {
    border-right: 0px;
}
ul.fiksbox-filter-list li a:hover {
    border-bottom: 2px solid #238df8
}
@media (max-width:450px) {
    .fiks-filter-top {
        padding: 20px 0px 0px !important;
    }
}
@media (min-width:451px) and (max-width:767px) {
    .fiks-filter-top {
        padding: 20px 10px 0px !important;
    }
}
@media(max-width:767px) {
    .fiksbox-container {
        padding: 0px 0px 20px !important;
    }
    
    .filter-head-left {
        display: none !important;
    }
    
    .fiksbox-cate-mob {
        background: #fff;
        padding: 10px 0px;
    }
    
    .fiksbox-cate-mob a {
        color: #333;
        text-transform: uppercase;
        font-weight: 300;
    }
    
    .fiksbox-cate-mob .fa-bars {
        font-size: 20px;
        float: left;
        margin-right: 5px;
        line-height: 25px;
    }
    
    .fiksbox-cate-mob span {
        padding-top: 4px;
        line-height: 24px;
    }
    
    .fiksbox-category-filtr ul.fiksbox-filter-list {
        width: 100%;
        list-style: none;
        margin: 0px;
        display: block;
        -webkit-justify-content: center;
    }
    
    .fiksbox-cate-list-mob {
        display: none;
        padding: 0px 15px 20px;
        position: absolute;
        z-index: 999;
        left: 0px;
        right: 0px;
        background: #fff;
        width: 100%;
    }
    
    ul.fiksbox-filter-list li {
        display: block;
        line-height: 24px;
    }
    
    ul.fiksbox-filter-list li a {
        padding: 5px 0px !important;
        display: block;
    }
    
    .fiks-filter-top .list-option-wrap {
        float: none !important;
        display: none !important;
    }
    
    .fiks-filter-top .filter-head-left h3 {
        background: #ffffff !important;
    }
    
    .more-cate-btn {
        display: block;
    }
    
    .jm-item-button .text-pro {
        min-height: 100% !important;
    }
    
    .jm-item-button .text-pro h3 {
        margin: 10px 0px 5px 0px !important;
    }
    
    .sold-bot-wrap {
        bottom: 0px !important;
        height: inherit !important;
        padding: 0px 0px !important;
    }
    
    .fiksbox-grid-view .sold-bot-wrap {
        bottom: 0px !important;
        height: inherit !important;
        padding: 0px 15px !important;
    }
    
    .jm-item-button {
        top: 0px !important
    }
}
@media (max-width:991px) {
    .fiks-filter-top .filter-head-right {
        width: 100% !important;
    }
    
    .fiks-filter-top .filter-head-right .filtering-select-blk select {
        background: transparent;
        border: 0px;
        padding: 5px 25px 5px 10px;
        font-weight: 300;
        background: #ffffff url(../img/down-arrow.png) no-repeat 96% 61%;
        -webkit-appearance: none;
        background-size: 14px 14px;
        width: 100%;
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    }
}
@media (min-width:768px) and (max-width:991px) {
    .fiks-filter-top .list-option-wrap {
        display: none !important;
    }
}
@media (min-width:768px) and (max-width:1024px) {
	  .header-inner-content > h1 {
        font-size: 28px !important;
        margin-top:50px;
		margin-bottom:10px;
    }
	
    .fiks-filter-top .filter-head-right .filtering-select-blk select {
        background: transparent;
        border: 0px;
        padding: 5px 25px 5px 10px;
        font-weight: 300;
        background: #ffffff url(../img/down-arrow.png) no-repeat 96% 61%;
        appearance: none;
        -webkit-appearance: none;
        background-size: 14px 14px;
        width: 100%;
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    }
    
    .fiksbox-container {
        padding: 0px 0px 20px !important;
    }
    
    .filter-head-left {
        display: none !important;
    }
    
    .fiks-filter-top .list-option-wrap {
        float: none !important;
    }
    
    .fiks-filter-top {
        padding: 20px 12px 0px !important;
    }
    
    .list-option-wrap ul li {
        margin-left: 0px !important;
        background: #f5f7f9 !important;
    }
    
    .fiksbox-cate-mob {
        background: #fff;
        padding: 10px 0px;
    }
    
    .fiksbox-cate-mob a {
        color: #333;
        text-transform: uppercase;
        font-weight: 300;
    }
    
    .fiksbox-cate-mob .fa-bars {
        font-size: 20px;
        float: left;
        margin-right: 5px;
        line-height: 25px;
    }
    
    .fiksbox-cate-mob span {
        padding-top: 4px;
        line-height: 24px;
    }
    
    .fiksbox-category-filtr ul.fiksbox-filter-list {
        width: 100%;
        list-style: none;
        margin: 0px;
        display: block;
        -webkit-justify-content: center;
    }
    
    .fiksbox-cate-list-mob {
        display: none;
        position: absolute;
        z-index: 99999;
        left: 0px;
        right: 0px;
        background: #fff;
        width: 100%;
        padding: 0px 41px 20px !important;
    }
    
    ul.fiksbox-filter-list li {
        display: block;
        line-height: 24px;
    }
    
    ul.fiksbox-filter-list li a {
        padding: 5px 0px !important;
        display: block;
    }
    
    .jm-item-button {
        top: 0px !important
    }
    
    .sold-bot-wrap {
        bottom:15px !important;
        height: inherit !important;
        padding: 0px 15px 0px 0px !important;
    }
    
    .fiksbox-grid-view .sold-bot-wrap {
        padding: 0px 15px !important;
    }
}
@media (min-width:768px) and (max-width:992px) {
    .fiksbox-grid-view .sold-bot-wrap .col-xs-6 {
        width: 100% !important;
    }
    
    .fiksbox-grid-view .sold-bot-wrap h3 {
        margin-top: 0px !important;
		margin-bottom:0px;
        line-height: 20px !important;
    }
    
    .fiksbox-grid-view .sold-bot-wrap .fiks-sold {
        text-align: left !important;
    }
    
    ul.home-last-cap li {
        font-size: 20px !important;
    }
    
  
}
@media (min-width:1025px) {
	
	
    .fiksbox-cate-mob {
        display: none;
    }
}
.fiksbox-container {
    max-width: 100%;
    padding: 20px 0px 10px;
    margin: 0px auto 0px;
}
.fiksbox-container .container {
    max-width: 1100px;
    margin: 0px auto;
}
.fiksbox-container .col-md-12 {
    padding: 0px 5px;
}
.fiksbox-srch-wrap {
    width: 100%;
    margin: 2px 0px 10px;
    padding: 0px;
    height: 48px;
    border-top-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
}
.fiksbox-srch-wrap .cate-drop-left {
    background: #fff;
    padding: 0px 0px;
    border-right: 1px solid #eee;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}
.fiksbox-srch-wrap .cate-drop-left .nice-select {
    height: 48px !important;
    border-bottom: none !important;
    line-height: 48px !important;
    font-size: 14px;
    color: #333;
    padding: 0px 15px;
}
.fiksbox-srch-wrap .cate-drop-left .nice-select:after {
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    content: '';
    display: block;
    height: 10px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 10px;
}
.fiksbox-srch-wrap .cate-drop-left .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-bottom: 1px solid #88bfff;
    border-right: 1px solid #88bfff;
}
.fiksbox-srch-wrap .cate-drop-left .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.fiksbox-srch-wrap .cate-drop-left .nice-select.disabled {
    border-color: #e7ecf2;
    color: #90a1b5;
    pointer-events: none;
}
.fiksbox-srch-wrap .cate-drop-left .nice-select.disabled:after {
    border-color: #cdd5de;
}
.fiksbox-srch-wrap .cate-drop-left h3 {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 50px;
    margin: 0px;
}
.fiksbox-srch-wrap .search-pan-right {
    width: 100%;
    padding: 0px;
    margin: 0px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    height: 48px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}
.fiksbox-srch-wrap .search-pan-right input[type="search"] {
    width: 88%;
    float: left;
    height: 48px;
    background: #fff;
    border: none;
    padding: 0px 10px;
    font-weight: 300;
    font-size: 14px;
}
.fiksbox-srch-wrap .search-pan-right input[type="search"]::-webkit-input-placeholder {
    font-size: 15px;
    font-weight: 200;
    font-family: 'Avenir';
}
.fiksbox-srch-wrap .search-pan-right .srch-btn {
    width: 12%;
    float: left;
    height: 48px;
    background: #7fba00;
    border: none;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
    border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    line-height: 45px;
    font-weight: 300;
    font-size: 15px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
}
.fiksbox-container .row {
    margin: 0px -5px;
}
.fiksbox-container .col-md-3,
.fiksbox-container .col-md-9 {
    padding: 0px 5px;
}
.filter-aside-panel {
    width: 100%;
    background: #fff;
    min-height: 600px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}
.filter-aside-panel .heading-wrap {
    width: 100%;
}
.filter-aside-panel .filter-cate-panel {
    width: 100%;
    padding: 15px;
}
ul.filter-catelist {
    list-style: none;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
ul.filter-catelist li {
    display: block;
    position: relative;
}
ul.filter-catelist li input[type=radio] {
    position: absolute;
    visibility: hidden;
}
ul.filter-catelist li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 14px;
    padding: 0px 25px 7px 27px;
    margin: 10px auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}
ul.filter-catelist li:hover label {
    color: #00aff0
}
ul.filter-catelist li .check {
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    border-radius: 100%;
    height: 16px;
    width: 16px;
    top: 2px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
ul.filter-catelist li:hover .check {
    border: 1px solid #00aff0;
}
ul.filter-catelist li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 8px;
    width: 8px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
ul.filter-catelist li input[type=radio]:checked ~ .check {
    border: 1px solid #00aff0;
}
ul.filter-catelist li input[type=radio]:checked ~ .check::before {
    background: #00aff0
}
ul.filter-catelist li input[type=radio]:checked ~ label {
    color: #00aff0
}
.filter-aside-panel .heading-wrap h3 {
    font-size: 16px;
    font-weight: 300;
    margin: 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    padding: 15px 15px;
}
.fiksbox-container .fiksbox-search-bar {
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    left: -5px;
}
.fiks-filter-top {
    width: 100%;
    padding: 0px 10px;
    height: 30px;
}
.fiks-filter-top .filter-head-left {
    width: 5%;
    display: inline;
    float: left;
    padding: 0px 0px 0px 0px
}
.fiks-filter-top .filter-head-left h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 0px;
    line-height: 36px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    background: #f5f7f9;
    display: inline-block;
    padding: 0px 13px;
}
.fiks-filter-top .filter-head-left h3 a {
    color: #333;
}
.fiks-filter-top .filter-head-right {
    width: 92%;
    float: left;
    padding: 0px 0px;
}
.fiks-filter-top .filter-head-right .row {
    margin: 0px -5px;
}
.fiks-filter-top .filter-head-right .col-sm-4,
.fiks-filter-top .filter-head-right .col-sm-2 {
    padding: 0px 5px;
    float: right;
}
.fiks-filter-top .filter-head-right .filtering-select-blk {
    width: 100%;
    padding: 0px 0px;
}
.filter-head-right .service-selet-option .selecty-options {
    width: 300px;
    left: 0px;
}
.filtering-select-blk .selecty .selecty-selected {
    height: 30px;
    line-height: 30px;
    border-bottom: 0px !important;
    padding: 0px 25px 0px 10px !important;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}
.filtering-select-blk .selecty .selecty-selected:after {
    right: 12px !important;
    margin-top: -10px !important;
}
.fiks-filter-top .list-option-wrap {
    width: 8%;
    display: inline;
    float: right;
}
.list-option-wrap ul {
    list-style: none;
    text-align: right;
    margin: 0px;
}
.list-option-wrap ul li {
    display: inline-block;
    font-size: 20px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    line-height:33px;
    background: #ffffff;
    margin-left: 5px;
    height: 30px;
    padding: 0px 6px;
}
.list-option-wrap ul li a {
    color: #333;
    transition: all ease-in 500ms;
    -webkit-transition: all ease-in 500ms;
    -moz-transition: all ease-in 500ms;
}
.list-option-wrap ul li a:hover,
.list-option-wrap ul li a.active {
    color: #7fba00
}
.filter-head-right .nice-select {
    border-bottom: none;
    color: #333;
}
ul.filter-fiks-list {
    list-style: none;
}
ul.filter-fiks-list li {
    display: inline-block;
    margin-right: 20px;
    padding: 0px 10px;
}
#fiksbox-view-container {
    width: 100%;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
	position:relative;
    
}

.fiksbox-grid-view .fiks-produ-wrap {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.fiks-produ-wrap center {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
}
.fiks-produ-wrap .row {
    margin: 0px -5px;
}
.fiksbox-grid-view .fiks-produ-wrap .fiksbox-ind-block {
    margin: 10px 10px 10px;
    width: 247px;
    -ms-flex-preferred-size: 220px;
    flex-basis: 247px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: flex;
    max-width: 247px;
    flex-direction: column;
    padding: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #fff;
    transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -webkit-box-shadow: 0px 1px 30px 0px rgba(208, 218, 229, 0.3);
    box-shadow: 0px 1px 30px 0px rgba(208, 218, 229, 0.3);
    border: 1px solid rgba(218, 223, 228, 0.7);
}
@media (max-width:450px) {
    .fiksbox-grid-view .fiks-produ-wrap .fiksbox-ind-block {
        max-width: 100% !important;
        margin: 10px 0px !important;
    }
}
@media (min-width:451px) and (max-width:767px) {
    .fiksbox-grid-view .fiks-produ-wrap .fiksbox-ind-block {
        max-width: 340px !important;
        margin: 10px 10px !important;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .fiksbox-cate-list-mob {
        padding: 0px 41px 20px !important;
    }
    
    .fiksbox-header-wrap .header-inner-sec {
        margin-top: 60px;
    }
    
    .fiksbox-header-wrap .header-inner-sec .col-md-12 {
        display: block !important;
        width: 100%
    }
    
    .fiksbox-header-wrap .header-inner-sec .header-inner-content {
        display: block !important;
        width: 100%;
    }
    
    .fiksbox-header-wrap {
        height: 300px !important;
    }
    
    .fiksbox-cate-list-mob {
        padding: 0px 25px 20px !important;
    }
    
    .fiksbox-grid-view .fiks-produ-wrap .fiksbox-ind-block {
        width: 220px !important;
        -ms-flex-preferred-size: 220px !important;
        flex-basis: 220px !important;
        max-width: 220px !important;
    }
    
    .fiksbox-list-view .fiksbox-ind-block .text-mddl-wrap {
        padding: 0px 10px !important;
    }
    
    .fiksbox-list-view .fiksbox-ind-block .text-mddl-wrap h5,
    .fiksbox-list-view .fiksbox-ind-block .text-mddl-wrap h5 a {
        margin: 0px !important;
        font-size: 13px !important;
        padding: 2px 0px !important;
    }
    
    .fiksbox-list-view .sold-bot-wrap h3 {
        margin: 10px 0px 0px 0px !important;
    }
    
    .fiksbox-list-view .sold-bot-wrap .fiks-sold {
        text-align: right !important;
    }
    
    .fiksbox-list-view .fiksbox-ind-block .footer-block {
        position: absolute;
        bottom: 10px !important;
        right: 0px !important;
    }
    
    .fiksbox-list-view .sold-bot-wrap .fiks-like {
        text-align: right !important;
    }
    
    .fiksbox-list-view .fiksbox-ind-block .footer-block h3 {
        font-size: 16px !important;
        margin: 14px 0px 0px !important;
    }
    
    .fiksbox-list-view .jm-item-button {
        top: 15px !important;
        padding: 5px 0px !important;
        left: 15% !important;
        z-index: 10;
    }
    
    .list-option-wrap ul {
        position: absolute;
        top: -51px;
        right: 0px;
    }
}
@media (min-width:992px) and (max-width:1024px) {
    .fiksbox-grid-view .fiks-produ-wrap .fiksbox-ind-block {
        width: 292px !important;
        -ms-flex-preferred-size: 292px !important;
        flex-basis: 292px !important;
        max-width: 292px !important;
    }
    
    .fiksbox-list-view .jm-item-button {
        top: 38px !important;
    }
    
    .fiksbox-list-view .fiksbox-ind-block .footer-block {
        bottom: 14px !important;
    }
}
.fiksbox-grid-view .fiks-produ-wrap .fiksbox-ind-block:hover {
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
   -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
   -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.fiksbox-grid-view .fiks-produ-wrap .fiksbox-ind-block:hover.text-mddl-wrap h5 a {
    color: #ff644b;
}
.fiksbox-grid-view .fiks-produ-wrap .fiksbox-ind-block .top-image-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 188px;
}
.fiksbox-grid-view .fiks-produ-wrap .fiksbox-ind-block .top-image-wrap img {
    border-top-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-top-right-radius: 2px;
	width:100%;
}
.fiksbox-grid-view .jm-item-button .profile-dtl {
    width: 100%;
    padding: 0px;
}
.fiksbox-grid-view .jm-item-button .row {
    margin: 0px -5px;
}
.fiksbox-grid-view .jm-item-button .col-xs-7,
.jm-item-button .col-xs-5 {
    padding: 0px 5px;
}
.fiksbox-grid-view .jm-item-button h5 {
    font-size: 13px;
    text-align: left;
    color: #4a576d;
    font-weight: 300;
    line-height: 20px;
    padding-bottom: 5px;
}
.fiksbox-grid-view .jm-item-button h4 {
    font-size: 11px;
    color: #ccc;
    line-height: 18px;
    margin-top: 2px;
    font-weight:400;
    margin-left: 2px;
}
.fiksbox-grid-view .jm-item-button .fa-star {
    color: #ffe000
}
.fiksbox-grid-view .jm-item-button .pro-btn-block {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.fiksbox-grid-view .jm-item-button .view-pro {
    display: inline-block;
    padding: 0px 8px;
    color: #02a8f3;
    text-decoration: underline;
    font-weight: 300;
    font-size: 12px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    float: right;
    height: 30px;
    line-height: 30px;
    margin-top: 0px;
}
.fiksbox-grid-view .jm-item-button {
    -webkit-transition: all 0.3s ease-in 0.3s;
    -moz-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    top: -90px;
    line-height: 35px;
    height: 40px;
    width: 100%;
    text-align: center;
    position: absolute;
    padding: 5px 0px;
    z-index: 10
}
.fiksbox-grid-view .jm-item-button .img-pro {
    width: 40px;
    float: left;
    text-align: left;
    margin-top: -5px;
}
.fiksbox-grid-view .jm-item-button .img-pro img {
    width: 30px;
    height: 30px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-align: left;
}
.fiksbox-grid-view .jm-item-button .text-pro {
    float: left;
    color: #fff;
    text-align: left;
    width: 100%;
}
.fiksbox-grid-view .jm-item-button .review-pro {
    display: block;
    width: 100%;
    text-align: left;
    padding-top: 5px;
    text-decoration: none;
    color: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 10px;
    display: flex;
    display: -webkit-flex;
}
.fiksbox-grid-view .jm-item-button .review-pro .star-rating-count-popup {
    background: #ea4024;
    font-weight: 300;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 2px;
    color: #fff;
}
.fiksbox-grid-view .jm-item-button .review-pro .review_text_popup {
    font-weight: 300;
    font-size: 12px;
    padding: 2px 5px;
    color: #fff;
}
.fiksbox-grid-view .jm-item-button .review-pro h4 {
    color: #fff;
    display: flex;
    display: -webkit-flex;
}
.fiksbox-grid-view .jm-item-button .review-pro h4 .star-rating-count {
    font-weight: 300;
    font-size: 12px;
    padding:0px 5px;
    border-radius: 10px;
    color: #fff;
    line-height: 18px;
    margin-right:4px;
    text-align: center;
    width: 38px;
	    height: 20px;
    line-height: 20px;
}
.fiksbox-grid-view .jm-item-button .text-pro h3 {
    font-size:14px;
    font-weight:500;
    margin: 10px 0px 0px 0px;
    line-height: 20px;
}
.fiksbox-grid-view .fiksbox-ind-block:hover .jm-item-button {
    top: 0%;
}
.fiksbox-grid-view .sold-bot-wrap {
    height: 40px;
    width: 100%;
    text-align: center;
    position: absolute;
    padding: 0px 15px 0px 15px;
    z-index: 10;
}
.fiksbox-grid-view .sold-bot-wrap .col-xs-6 {
    padding: 0px 5px;
}
.fiksbox-grid-view .sold-bot-wrap .fiks-like {
    text-align: left;
}
.fiksbox-grid-view .sold-bot-wrap .fiks-like .fa-heart {
    font-size: 14px;
   
    color: #f74b6f !important;
}
.fiksbox-grid-view .sold-bot-wrap .fiks-sold {
    text-align: right;
    line-height: 22px;
}
.fiksbox-grid-view .sold-bot-wrap .fiks-sold h3 {
    line-height: 24px;
}
.fiksbox-grid-view .sold-bot-wrap .fiks-sold .fa-shopping-basket {
    font-size: 16px;
    margin-right: 5px;
    color: #7fba00
}
.fiksbox-grid-view .sold-bot-wrap h3 {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    line-height: 24px;
    white-space: nowrap;
}
.fiksbox-grid-view .sold-bot-wrap,
.sold-bot-wrap a {
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    text-decoration: none !important;
    display: block;
    color: #fff;
}
.fiksbox-grid-view .sold-bot-wrap {
    -webkit-transition: all 0.3s ease-in 0.3s;
    -moz-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    bottom: -10%;
}
.fiksbox-grid-view .fiksbox-ind-block:hover .sold-bot-wrap {
    bottom: 10%;
    padding: 0px 15px;
}
.fiksbox-grid-view .fiksbox-ind-block .img-top-shadow {
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .87) 100%);
    top: 0;
    display: block;
    height: 60%;
    opacity: .7;
    position: absolute;
    width: 100%;
    z-index: 1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.fiksbox-grid-view .fiksbox-ind-block .img-inner-shadow {
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .87) 100%);
    bottom: 0;
    display: block;
    height:60%;
    opacity: .7;
    position: absolute;
    width: 100%;
    z-index: 1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.fiksbox-grid-view .jm-item-overlay {
    background: #273951;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.5s ease-in 0s;
    -moz-transition: opacity 0.5s ease-in 0s;
    -o-transition: opacity 0.5s ease-in 0s;
    transition: opacity 0.5s ease-in 0s;
    z-index: 5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.fiksbox-grid-view .fiksbox-ind-block:hover .jm-item-overlay {
    opacity: 0.6;
}
.fiksbox-grid-view .fiksbox-ind-block .text-mddl-wrap {
    width: 100%;
    padding: 10px 15px;
    flex-grow: 1;
}
.fiksbox-grid-view .fiksbox-ind-block .text-mddl-wrap h5,
.fiksbox-grid-view .fiksbox-ind-block .text-mddl-wrap h5 a {
    font-size: 15px;
    font-weight:500;
    line-height: 22px;
    color:  #273951 ;
    margin: 0px 0px;
	
}
.fiksbox-grid-view .fiksbox-ind-block .text-mddl-wrap h5 span{
	display:none;
}
.fiksbox-grid-view .fiksbox-ind-block:hover .text-mddl-wrap h5 a {
    color: #1c66bd;
}
.fiksbox-grid-view .fiksbox-ind-block .footer-block {
    width: 100%;
    padding: 2px 15px;
    border-top: 1px solid #e6e6e6;
    margin-bottom: 10px
}
.fiksbox-grid-view .fiksbox-ind-block .footer-block .row {
    margin: 0px -5px;
}
.fiksbox-grid-view .fiksbox-ind-block .footer-block .col-xs-6 {
    padding: 0px 5px;
}
.fiksbox-grid-view .fiksbox-ind-block .footer-block ul {
    list-style: none;
    margin-top: 3px;
}
.fiksbox-grid-view .fiksbox-grid-view .fiksbox-ind-block .footer-block ul li {
    display: inline-block;
    margin-right: 5px;
    color: #999;
    font-weight: 300;
    font-size: 13px;
    line-height: 42px;
}
.fiksbox-grid-view .fiksbox-ind-block .footer-block h3 {
    font-size: 18px;
    font-weight:900;
    color: #273951;
    margin:15px 0px 0px;
}
.fiksbox-grid-view .fiksbox-ind-block .footer-block h3 sup {
    position: relative;
    font-size: 12px;
    line-height: 0;
    vertical-align: baseline;
    top: -.7em;
}
.fiksbox-grid-view .fiksbox-ind-block .footer-block h3 span {
    font-size: 12px;
}
.fiksbox-grid-view .fiksbox-ind-block .footer-block h4 {
    margin-top: 9px;
    text-align: right;
    font-size: 15px;
    font-weight: 500;
    color: #1c66bd;
    margin-bottom: 0px;
    border: 1px solid #1c66bd;
    display: inline-block;
    float: right;
    padding: 5px 15px;
    border-radius: 2px;  
    transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
}
.fiksbox-grid-view .fiksbox-ind-block:hover .footer-block h4{
    color: #fff;
    background: #1c66bd;
}
.fiksbox-grid-view .fiksbox-ind-block .footer-block h4 span {
    font-size: 16px;
    margin-left: 1px;
    font-weight: 400;
}
.fiksbox-grid-view .fiksbox-ind-block:hover .fa-heart {
    color: #ff644b
}
.f-box-blank {
    width: 98%;
    background: #fff;
    margin: 10px auto;
    padding: 80px 20px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}
.f-box-blank .emty-folder {
    width: 70px;
    height: 70px;
    margin: 0px auto;
    position: relative;
}
.f-box-blank .emty-folder .icon-fiksbox_icon {
    font-size: 70px;
    color: #aeb8bf;
}
.f-box-blank .emty-page-blk .emty-folder img {
    width: 80px;
}
.f-box-blank .emty-page-blk .emty-folder .ety-crs-wrp {
    width: 25px;
    height: 25px;
}
.f-box-blank .ety-crs {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    z-index: 10;
    background: transparent;
    border: none;
    top: 49px;
    transition: all ease-in 500ms;
    border-radius: 100%;
    right: 0px;
    background: #ffffff;
}
.f-box-blank .ety-crs::before,
.f-box-blank .ety-crs::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 60%;
    top: 54%;
    left: 5px;
    margin-top: -2px;
    background: #AEB8BF;
}
.f-box-blank .ety-crs::before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.f-box-blank .ety-crs::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.f-box-blank .ety-crs.big {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}
.f-box-blank h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
	margin-bottom:0px;
}
.f-box-blank p {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    margin-top: 5px;
    color: #0b64b7;
    line-height: 24px;
}
.f-box-blank h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #0b64b7;
    margin-top: 10px;
}
.fiks-pagi-blck {
    width: 100%;
}
.fiks-pagi-blck ul {
    margin: 0px;
    text-align: center;
    list-style: none;
    display: block;
}
.fiks-pagi-blck ul li {
    display: inline-block;
    margin: 0px 5px;
}
.fiks-pagi-blck ul li.disabled span {
    background: transparent;
    border: 1px solid #1c66bd;
    border-radius: 2px !important;
    color: #1c66bd;
    background: transparent !important;
}
.fiks-pagi-blck ul li a {
    color: #1c66bd;
    border: 1px solid #1c66bd;
    padding: 5px 10px !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 13px;
    transition: all ease-in .4s;
    -webkit-transition: all ease-in .4s;
    -moz-transition: all ease-in .4s;
    background: transparent;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    border: 1px solid #1c66bd !important;
}
.pagination>li>span {
    background: #1c66bd !important;
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 4px 11px !important;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.fiks-pagi-blck ul li a.next {
    position: relative;
    text-indent: -999999px;
    padding: 4px 15px;
}
.fiks-pagi-blck ul li a.next:after {
    border-top: 1px solid #1c66bd;
    border-left: 1px solid #1c66bd;
    content: '';
    display: block;
    height: 8px;
    pointer-events: none;
    position: absolute;
    left: 0px;
    right: 10px;
    top: 33%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 8px;
    margin: 0px auto 0px;
    top: 7px;
}
.fiks-pagi-blck ul li a.prev {
    position: relative;
    text-indent: -999999px;
    padding: 4px 15px;
}
.fiks-pagi-blck ul li a.prev:after {
    border-top: 1px solid #1c66bd;
    border-left: 1px solid #1c66bd;
    content: '';
    display: block;
    height: 8px;
    pointer-events: none;
    position: absolute;
    right: 0px;
    left: 8px;
    top: 33%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 8px;
    margin: 0px auto 0px;
    top: 7px;
}
.fiks-pagi-blck ul li a.prev:hover:after {
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    content: '';
}
.fiks-pagi-blck ul li a.next:hover:after {
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    content: '';
}
.fiks-pagi-blck ul li a:hover {
    background: #1c66bd;
    color: #fff;
}
.fiksbox-list-view .fiks-produ-wrap {
    width: 100%;
    margin-top: 0px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.fiksbox-list-view .fiksbox-ind-block {
    margin: 10px 10px 0;
    padding: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #fff;
    transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.04);
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}
.fiksbox-list-view .fiksbox-ind-block .text-mddl-wrap {
    padding: 5px 20px;
    float: right;
    width: 85%;
}
.fiksbox-list-view .fiksbox-ind-block .text-mddl-wrap h5 a {
    font-size:16px;
    font-weight:500;
    line-height: 24px;
    color: #273951;
    margin: 0px 0px;
    border-bottom: 1px solid #fafafa;   
    padding-bottom: 10px;
}
.fiksbox-list-view .fiksbox-ind-block .text-mddl-wrap h5 span{
	float:right;
	font-size: 24px;
    font-weight: 900;
    color: #273951;
    margin:2px 0px 0px;
}
.fiksbox-list-view .fiksbox-ind-block .text-mddl-wrap h5 span sup {
    position: relative;
    font-size: 12px;
    line-height: 0;
    vertical-align: baseline;
    top: -.7em;
}

.fiksbox-list-view .fiksbox-ind-block .footer-block {
    z-index: 10;
    position: absolute;
    bottom: 20px;
    right: 15px;
}
.fiksbox-list-view .fiksbox-ind-block:hover .text-mddl-wrap h5 a {
    color: #1c66bd
}
.fiksbox-list-view .top-image-wrap {
    width: 15%;
    float: left;
}
.fiksbox-list-view .jm-item-button {
    -webkit-transition: all 0.3s ease-in 0.3s;
    -moz-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    top:45px;
    line-height: 35px;
    height: 40px;
    width: 100%;
    text-align: left;
    position: absolute;
    padding: 5px 0px;
    left: 16%;
    z-index: 10;
}
.fiksbox-list-view .sold-bot-wrap {
    width: 170px;
    text-align: center;
    position: absolute;
    padding: 0px 5px 0px 0px;
    z-index: 9999;
    left: 380px;
    bottom:8px;
}
.fiksbox-list-view .sold-bot-wrap,
.fiksbox-list-view .sold-bot-wrap a {
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    text-decoration: none !important;
    display: block;
    color: #333;
}
.fiksbox-list-view .sold-bot-wrap .col-xs-6 {
    padding: 0px 5px;
}
.fiksbox-list-view .fiksbox-ind-block .img-top-shadow {
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .87) 100%);
    top: 0;
    display: block;
    height: 30%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.fiksbox-list-view .fiksbox-ind-block .img-inner-shadow {
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .87) 100%);
    bottom: 0;
    display: block;
    height: 30%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.fiksbox-list-view .jm-item-button .text-pro h3 {
  font-size: 15px;
    font-weight: 500;
    margin: 5px 0px 4px 0px;
    line-height: 20px;
    color: #273951;
}
.fiksbox-list-view .jm-item-button h4 {
    font-size: 12px;
    color: #333;
    line-height: 18px;
    margin-top: 10px;
    font-weight: 600;
  
}
.fiksbox-list-view .jm-item-button .review-pro h4 {
    color: #333;
    display: flex;
    display: -webkit-flex;
}
.fiksbox-list-view .jm-item-button .review-pro h4 .star-rating-count {
      font-weight: 300;
    font-size: 12px;
    padding:0px 5px;
    border-radius: 10px;
    color: #fff;
    line-height: 18px;
    margin-right:4px;
    text-align: center;
    width: 38px;
	    height: 20px;
    line-height: 20px;
	
}
.fiksbox-list-view .jm-item-button .review-pro .star-rating-count-popup {
    background: #ea4024;
    font-weight: 300;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 2px;
    color: #fff;
}
.fiksbox-list-view .jm-item-button .review-pro .review_text_popup {
    font-weight: 300;
    font-size: 12px;
    padding: 2px 5px;
    color: #333333;
}
.fiksbox-list-view .sold-bot-wrap .fiks-like {
    text-align: left;
}

.fiksbox-list-view .sold-bot-wrap .fiks-like .fa-heart {
   font-size: 14px;
    margin-right: 5px;
    color: #A1A9B3 !important;
}
.fiksbox-list-view .sold-bot-wrap .fiks-sold {
    text-align: left;
    line-height: 22px;
}
.fiksbox-list-view .sold-bot-wrap h3 {
   font-size: 15px;    
    display: inline-block;
    position: relative;
    color: #273951;
    font-weight: 500;
}
.fiksbox-list-view .sold-bot-wrap .fiks-sold .fa-shopping-basket {
   font-size: 14px;
    margin-right: 5px;
    color: #A1A9B3 !important;
}
.fiksbox-list-view .fiksbox-ind-block .footer-block h3 {
    font-size: 24px;
    font-weight:900;
    color:#273951;
    margin: 10px 0px 0px;
	display:none;
}
.fiksbox-list-view .fiksbox-ind-block .footer-block h3 sup {
    position: relative;
    font-size: 12px;
    line-height: 0;
    vertical-align: baseline;
    top: -.7em;
}
.fiksbox-list-view .fiksbox-ind-block .footer-block h4 {
    margin-top: 9px;
    text-align: right;
    font-size: 15px;
    font-weight: 500;
    color: #1c66bd;
    margin-bottom: 0px;
    border: 1px solid #1c66bd;
    display: inline-block;
    float: right;
    padding: 5px 15px;
    border-radius: 2px;
   
    transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
}
.fiksbox-list-view .jm-item-overlay {
    background: #273951;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.5s ease-in 0s;
    -moz-transition: opacity 0.5s ease-in 0s;
    -o-transition: opacity 0.5s ease-in 0s;
    transition: opacity 0.5s ease-in 0s;
    z-index: 5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.fiksbox-list-view .fiksbox-ind-block:hover .jm-item-overlay {
    opacity: 0;
}
.fiksbox-list-view .fiks-produ-wrap .fiksbox-ind-block:hover {
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.fiksbox-list-view .fiksbox-ind-block:hover .footer-block h4 {
    color: #fff;
    background: #1c66bd;
}
.postjob-body-wrap {
    max-width: 100%;
    position: relative;
    margin-bottom: 0px;
}
.postjob-body-wrap .container {
    max-width: 1100px;
}
.postjob-body-wrap h1 {    
    text-align: center;
    font-size:28px;   
    margin: 20px 0px 50px;
	font-weight:500;
	color:#273951;
}
.postjob-body-wrap h2 {   
    text-align: center;
    font-size:21px;
    margin: 0px 0px 20px;
	font-weight:normal;
	color:#273951;
	font-family: 'Avenir Book';
}
.postjob-body-wrap .subcatepoppup {
    display: none;
    z-index: 18;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0px;
    padding:20px 30px 0px;
    position: relative;
}
.postjob-body-wrap .subcatepoppup .headsub {
    width: 100%;
    position: relative;
}
.postjob-body-wrap .subcatepoppup .hidebtn {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: #f2f5f7;
    color: #3992d8;
    display: block;
    position: absolute;
    right: 0px;
    bottom: -16px;
    z-index: 10;
    border: 2px solid #3992d8;
}
.subcatepoppup .closebtn {
    position: absolute;
    display: inline-block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    z-index: 10;
    background: transparent;
    border: none;
    right: 8px;
    bottom: 8px;
}
#popup_plan_name {
    text-align: left;
    font-size: 18px;
    font-weight: 300;
    margin-top: 24px;
    margin-bottom: 0px;
}
#popup_plan_name h1 {
    margin-top: 10px;
    text-align: center;
}
.logo-brand-fiks {
    color: #00aff0 !important;
    font-family: GOTHAM ROUNDED !important;
    font-weight: 700;
    font-size: 25px !important;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
    margin-top: -19px
}
.logo-brand-fiks label {
    text-transform: uppercase;
    font-size: 20px;
}
.logo-brand-fiks label span {
    color: #777 !important;
}
.payment-pros-wrap {
    width: 100%;
}
.payment-pros-wrap .plan-wrap {
    text-align: center;
    background: #fcfcfc;
    margin: 20px 0px 10px;
    padding: 10px 15px;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.payment-pros-wrap .plan-wrap .pay-now-amt sub {
    font-size: 20px;
    color: #e44a1b;
    vertical-align: super;
    font-weight: 300;
    position: absolute;
    top: 13px;
}
.payment-pros-wrap .plan-wrap h3 {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px;
}
.payment-pros-wrap .plan-wrap .plan-heading {
    padding-bottom: 20px;
    text-transform: uppercase;
}
.payment-pros-wrap .plan-wrap .paying-head {
    font-size: 15px;
}
.payment-pros-wrap .plan-wrap .pay-now-amt {
    font-size: 35px;
    font-weight: 300;
    margin-top: 5px;
    color: #e44a1b;
    margin-bottom: 30px;
    position: relative;
}
.payment-pros-wrap .plan-wrap .pay-now-amt sup {
    font-size: 15px;
    color: #404040;
    vertical-align: sub;
    font-weight: 300;
    padding-left: 5px;
}
.payment-pros-wrap .plan-wrap .tool-tip-wrp {
    position: absolute;
}
.payment-pros-wrap .plan-wrap .tool-tip-wrp a {
    color: #333;
}
.payment-pros-wrap .plan-wrap .tool-tip-wrp .fa-question-circle {
    font-size: 15px;
    margin-left: 5px;
}
.payment-pros-wrap .plan-wrap .tax-inclde {
    font-size: 12px;
    margin-top: 15px;
    text-align: center;
}
.payment-pros-wrap .plan-wrapp h3 {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.payment-pros-wrap .plan-wrap h4 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 13px;
    margin: 0px;
}
.payment-pros-wrap .plan-wrap h2 {
    color: #404040;
    font-weight: 100;
    font-size: 30px;
    margin: 5px 0px 10px;
    position: relative;
}
.payment-pros-wrap .plan-wrap h2 sup {
    font-size: 14px;
    color: #404040;
    vertical-align: sub;
    font-weight: 300;
}
.payment-pros-wrap .plan-wrap h2 label {
    font-weight: 100 !important;
}
.payment-pros-wrap .plan-wrap h2 span {
    font-size: 12px;
    font-weight: 300;
    color: #404040;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.payment-pros-wrap .plan-wrap h5 {
    margin-top: 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #999999;
    font-weight: 100;
    font-size: 13px;
}
.payment-pros-wrap .plan-wrap p {
    font-weight: 300;
    line-height: 24px;
}
.payment-pros-wrap .plan-wrap .pay-now-amt {
    font-size: 28px;
    font-weight: 300;
    margin-top: 5px;
    color: #e44a1b;
    margin-bottom: 30px;
}
.expiry-detls {
    position: relative;
}
.expiry-detls .fa-question-circle {
    color: #999;
    position: absolute;
    top: 36px;
    right: 11px;
}
.expiry-detls .row {
    margin: 0px -5px;
}
.expiry-detls .col-sm-6,
.expiry-detls .col-sm-5,
.expiry-detls .col-sm-8,
.expiry-detls .col-sm-4 {
    padding: 0px 5px !important;
}
.expiry-detls .month_credit,
.expiry-detls .year_credit,
.expiry-detls .month,
.expiry-detls .year {
    width: 100% !important;
    height: 30px !important;
    padding: 0px 6px !important;
    font-size: 14px !important;
    border: 1px solid #cfd8dd !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px;
    font-weight: 100 !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: 300;
    background: #fff;
    line-height: 28px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.expiry-detls .month_credit option {
    font-weight: 300;
}
.expiry-detls .year_credit option {
    font-weight: 300;
}
.card-details-block {
    width: 100%;
    margin: 0px;
}
.card-details-block .stripe-logo {
    width: 40px;
}
.card-details-block .stripe-logo img {
    width: 40px;
}
.card-details-block .nice-select.open .list {
    max-height: 150px !important;
}
.card-details-block p {
    font-weight: 300;
    line-height: 20px;
    font-size: 12px;
    margin-top: 5px;
    text-align: left
}
.card-details-block .project-group {
    width: 100%;
    margin: 20px 0px;
}
.card-details-block h5 {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 5px;
    text-transform: uppercase
}
.card-details-block input[type="text"],
.card-details-block input[type="password"] {
    width: 100%;
    display: inline-block;
    height: 30px;
    padding: 4px 6px;
    font-size: 14px;
    border: 1px solid #cfd8dd;
    border-radius: 3px;
    font-weight: 100;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
}
.card-details-block input[type="text"]:focus,
.card-details-block input[type="password"]:focus {
    border: 1px solid #88bfff !important;
}
.pay-btn {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    padding: 8px 25px;
    background: #0ac97e;
    margin: 10px 0px 0px 0px;
    display: block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 14px;
    border: none;
    width: 100%;
    font-family: 'Avenir', sans-serif;
    -webkit-font-smoothing: subpixel-antialiased !important;
    font-weight: 300;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.closes {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    z-index: 10;
    background: transparent;
    border: none;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.closes:hover::before,
.closes:hover::after {
    background: #7fba02;
}
.closes::before,
.closes::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #cccccc;
}
.closes::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.closes::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.close.big {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}
.closes.hairline::before,
.closes.hairline::after {
    height: 1px;
}
.plan-promocode {
    width: 100%;
    margin: 10px 0px;
    overflow: hidden;
}
.plan-promocode .codefield {
    width: 70%;
    float: left;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
    padding: 4px 8px;
    font-weight: 300;
    border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    text-transform: uppercase;
    height: 30px;
}
.plan-promocode .codefield::-webkit-input-placeholder {
    font-size: 12px;
}
.plan-promocode .codefield::-moz-placeholder {
    font-size: 12px;
}
.plan-promocode .codefield:-ms-input-placeholder {
    font-size: 12px;
}
.plan-promocode .codefield:-moz-placeholder {
    font-size: 12px;
}
.plan-promocode .apl-btn {
    padding: 4px;
    width: 30%;
    float: left;
    background: #0ac97e;
    font-weight: 300;
    color: #fff;
    border: 1px solid #0ac97e;
    border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    height: 30px;
    text-transform: uppercase;
    line-height: 22px;
}
.tax-inclde {
    text-align: center !important;
    padding: 0px 0px 20px;
    font-size: 12px;
}
#review_block {
    display: none;
}
.review-provider-wrap {
    max-width: 1100px;
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.08);
    margin: 20px auto 20px;
}

 .review-provider-wrap .error-messg{
	font-size: 11px;
    font-weight: 300;
    color: #ea4024;
}


.review-provider-wrap .write-review-block {
    width: 100%;
    width: 100%;
    border-right: 1px solid #e6e6e6;
    padding: 0px 20px 0px 0px;
    overflow: hidden;
}
.write-review-block .personal-details {
    width: 100%;
    margin: 10px 0px 20px;
    display: block;
    clear: both;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
}
.write-review-block h4 {
    font-size: 17px;
    font-weight:400;
    margin-bottom: 10px;
    padding: 0px;
    margin-top: 0px;
}
.write-review-block .personal-details .details-block {
    width: 100%;
    clear: both;
    overflow: hidden;
}
.personal-details .details-block .infor-detl {
    margin-left: 5px;
}
.personal-details .details-block .infor-detl h3 {
    font-weight: 300;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}
.personal-details .details-block .infor-detl h6 {
    font-size: 14px;
    margin: 5px 0px 0px 10px;
    color: #ffe000;
    padding: 0px;
}
.personal-details .details-block .infor-detl h6 span {
    color: #666;
    font-weight: 300;
    font-size: 12px;
}
.personal-details .details-block .lgo-img {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.select-star-rating {
    width: 100%;
    margin: 0px 0px 5px 0px;
    padding-bottom: 5px;
    position: relative;
}
.review-provider-wrap .review-right {
    width: 100%;
}
ol.reviewinstruction {
    padding: 0px 0px 0px 14px;
    margin: 0px 0px;
}
ol.reviewinstruction li {
    font-weight: 300;
    line-height: 23px;
    font-size: 13px;
}
.review_text {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    margin: 10px 0px 10px 0px;
}
.review_text .col-sm-7,
.review_text .col-sm-5 {
    padding: 0px 10px !important;
}
.review_text .comment_flds {
    width: 100%;
    padding: 0px 5px;
    margin: 0px;
}
.review_text .comment_flds .rvw-chrct-lmt {
    font-size: 11px;
    line-height: 18px;
    text-align: right;
    float: right;
}
.review_text .comment_flds .rvw-chrct-lmt-50 {
    font-size: 11px;
    font-weight: 300;
    color: #ea4024;
}
.review_text .comment_flds textarea {
    border: 1px solid #cfd8dd;
    height: 120px;
    padding: 10px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100%;
    font-size: 13px;
}
.project-stretaddress {
    width: 100%;
    display: inline-block;
    height: 30px;
    padding: 4px 10px;
    font-size: 13px;
    border: 1px solid #cfd8dd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 10px
}
.project-field_group {
    width: 100%;
    margin: 5px 0px 20px 0px;
}
.write-review-block .relationship {
    width: 100%;
    margin-top: 10px
}
.write-review-block .radio-sel {
    position: relative;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    font-weight: 300;
}
.write-review-block .radio-sel label {
    min-height: 20px;
    font-weight: 300;
    margin-bottom: 0;
    padding-left: 20px;
    cursor: pointer;
    display: inline-block;
}
.write-review-block .radio-sel input[type="radio"],
.write-review-block .radio-sel input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px;
    appearance: none;
}
.write-review-block .othercomment {
    width: 40%;
    display: inline-block;
    height: 30px;
    padding: 4px 6px;
    font-size: 14px;
    border: 1px solid #cfd8dd;
    border-radius: 3px;
}
.write-review-block .relationship-pro {
    width: 89%;
    margin: 10px 0px;
    display: inline-block;
}
.write-review-block .other-fild {
    width: 89%;
    margin: 10px 0px;
    display: inline-block;
}
.write-review-block input[type="text"]:focus {
    border-color: #88bfff;
}
.write-review-block textarea:focus {
    border-color: #88bfff;
}
.write-review-block .project-group {
    width: 100%;
    margin: 10px 0px;
    height: 60px;
}
.write-review-block .project-group .dropdown-block {
    width: 100%;
    clear: both;
}
.write-review-block h5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 5px;
}
.write-review-block .project-group h5 b {
    font-weight: 300;
    color: red;
    font-size: 16px;
}
.project-group .dropdown-block .project-date {
    width: 49%;
    position: relative;
    display: inline-block;
}
.write-review-block .project-group .select-pro {
    background: #fff url(http://fiksable.dk/18793418/assets/site/fiksable/img/downarrow.jpg) no-repeat 99% 50%;
    width: 100%;
    height: 35px;
    padding: 4px 6px;
    font-size: 14px;
    border: 1px solid #cfd8dd;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 300;
}
.write-review-block .project-group .select-pro:focus {
    border-color: #88bfff;
}
.write-review-block .project-group .select-pro option {
    font-weight: 300;
}
.write-review-block .project-group .select-date {
    background: #fff url(http://fiksable.dk/18793418/assets/site/fiksable/img/downarrow.jpg) no-repeat 95% 50%;
    width: 100%;
    height: 35px;
    padding: 4px 6px;
    font-size: 14px;
    border: 1px solid #cfd8dd;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 300;
    cursor: pointer;
}
.write-review-block .project-group .select-date:focus {
    border-color: #88bfff;
}
.write-review-block .project-group .select-date option {
    font-weight: 300;
}
.write-review-block .project-group .dropdown-block .project-date .nice-select.open .list {
    height: 200px;
    overflow: auto;
}
.write-review-block .project-group .dropdown-block .project-cost {
    width: 250px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.write-review-block .project-group .text_field,
.other-fild .text_field {
    width: 100%;
    display: inline-block;
    height: 33px;
    padding: 4px 10px;
    font-size: 13px;
    border: 1px solid #cfd8dd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: 300;
}
.select-star-rating #rate_text {
    font-weight: 300;
    font-size: 14px;
    padding: 0px 5px;   
    margin-top: -2px;
    display:block;
    text-transform: uppercase;
    color: #337AB7;
}
.review-select {
    width: 100%;
    padding: 0px 29px 0px 6px;
    font-size: 14px;
    border: 1px solid #cfd8dd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-weight: 300;
    line-height: 34px;
    height: 35px;
    background: #fff url(https://fiksable.dk/assets/site/fiksable/img/downarrow.jpg) no-repeat 96% 57%;
}
.write-review-block .project-group .nice-select:active,
.write-review-block .project-group .nice-select.open,
.write-review-block .project-group .nice-select:focus {
    border-bottom: 1px solid #88bfff !important
}
.review-select option {
    font-weight: 300;
}
.review-select:focus {
    border-color: #88bfff;
}
.submit-review {
    background: #00aff0;
    color: #fff;
    border: 1px solid #00aff0;
    font-size: 17px;
    padding: 5px 15px;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    font-weight: 300;
    display: block;    
    margin: 15px auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    float: right;   
}
.submit-review:hover {
    background: #00aff0;
    color: #fff;
    border: 1px solid #00aff0
}
.review-provider-wrap .faq-block {
    width: 100%;
    padding: 5px 0px 0px 0px;
}
.review-provider-wrap .faq-block h2 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-top: 0px;
    display: none;
}
.review-provider-wrap .faq-block h4 {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 5px;
}
.review-provider-wrap .faq-block p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.review-provider-wrap .faq-item {
    width: 100%;
    margin: 10px 0px 20px;
    line-height: 22px;
}
ul.pro-rating-list {
    width: 100%;
    list-style: none;
    text-align: left;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
ul.pro-rating-list li {
    float: left;
    margin-right:5px;
}
ul.pro-rating-list li h4 {
    padding-right: 10px;
    margin-top:5px;
    color: #337AB7;
    text-transform: uppercase;
}
.claim-business-mail .modal-content {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 20px 0px !important;
}
.claim-business-mail .modal-body {
    padding: 0px 20px;
}
.claim-business-mail .modal-body h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.claim-business-mail .modal-body h5 {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 5px;
}
.claim-business-mail .submit-message {
    background: #00aff0;
    color: #fff;
    border: 1px solid #00aff0;
    font-size:17px;
    padding: 5px 25px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    font-weight: 300;
    display: block;  
    margin: 15px auto;
    width: 120px;
  
}
#upload_image_loader {
    display: none;
}
#upload_image_loader img {
    transform:rotate(-45deg);
	-webkit-transform:roate(-45deg);
   margin-left:4px;
}

@media (max-width:767px) {
	.dsktop_show {
		display:none;
	}
    .job-done-time {
        width: 50%;
        float: left;
        padding: 0px 10px 0px 5px;
    }
    
    .job-done-date {
        padding: 0px 10px 6px 5px;
    }
    
    .post_field-block .date-pkr {
        width: auto !important;
        margin: 0px -9px 0px -5px;
        display: none;
    }
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
@media screen and (max-height:450px) {
    .overlay {
        overflow-y: auto;
    }
    
    .overlay a {
        font-size: 20px
    }
    
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}
.job-quest-blk .quote-form-group h3 {
    background: #fff;
    position: relative;
    z-index: 9999;
}
.job-quest-blk .quote-form-group small {
    background: #fff;
    position: relative;
    z-index: 9999;
}
.q-a-field-block {
    width: 100%;
    height: 100%;
    position: relative;
}
.q-a-field-block .fs-numbers {
    position: absolute;
    top:67px;
    right: 0px;
    overflow: hidden;
    color: #777;
    width: 2.8em;
    font-weight:500;
    font-size: 13px;
    cursor: default;
    z-index: 1000;
}
.q-a-field-block .fs-numbers .fs-number-current {
    float: left;
}
.q-a-field-block .fs-numbers span {
    float: right;
    width: 40%;
    text-align: center;
}
.q-a-field-block .fs-numbers:after {
    position: absolute;
    width: 100%;
    text-align: center;
    content: '/';
    font-weight: 300;
    opacity: 0.4;
    left: -1px;
}
.q-a-field-block .input-box {
    width: 100%;
    padding: 5px 2px;
    font-weight: 300;
    background: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    height: 30px;
    border-radius: 0px !important;
    border: none !important;
    color: #333;
    font-size:14px;
}
.q-a-field-block .static-field-block {
    border-bottom: 1px solid #d0dae5;
    position: relative;
    width: 100%;
}
.q-a-field-block .static-field-block #questions {}
.q-a-field-block .static-field-block .fs-continue {
    width: 20px;
    height: 20px;
    box-shadow: none;
    border: none;
    bottom: 5px;
}
.q-a-field-block .static-field-block .fs-progress {
    position: absolute;
    top: 53px;
    height: 2px;
    background: #88bfff;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    z-index: 99999;
    display: block;
    bottom: 0px;
    visibility: visible;
}
.quest {
    display: none;
    position: relative;
    z-index: 50;
}
.active {
    display: block;
}
.focus {
    background-color: #FFEEAA;
}
.quest label {
    display: block !important;
}
.quest p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    font-weight: 400
}
.static-field-block .error-mssg {
    position: absolute;
    display: none;
    width: 100%;
    font-weight: 300;
    color: #d50000;
    font-size: 11px;
    bottom: -28px;
    text-align: left;
    z-index: 1039
}
.q-a-field-block ul.radio-list {
    list-style: none;
    height: 100%;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    z-index: 999;
    position: relative;
}
.q-a-field-block ul.radio-list li {
    display: inline-block;
    position: relative;
    float: none;
    margin: 0px 0px 0px 0px;
}
.q-a-field-block ul.radio-list li input[type=radio] {
    position: absolute;
    visibility: hidden;
    margin: 13px 6px 0px -8px;
}
.q-a-field-block ul.radio-list li input[type=checkbox] {
    position: absolute;
    top: 15px;
    visibility: hidden;
}
.q-a-field-block ul.radio-list li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 13px;
    padding: 18px 7px 0px 7px;
    margin: 6px 7px 0px 7px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}
.q-a-field-block ul.radio-list li:hover label {
    color: #333;
}
.q-a-field-block ul.radio-list li .check {
    display: block;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    height: 21px;
    width: 21px;
    top: 7px;
    left: 4px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.q-a-field-block ul.radio-list li .boxcheck {
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    height: 15px;
    width: 15px;
    top: 10px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
.q-a-field-block ul.radio-list li:hover .check,
.q-a-field-block ul.radio-list li:hover .boxcheck {
    border: 1px solid #fff;
}
.q-a-field-block ul.radio-list li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 14px;
    width: 14px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    background: #bbb;
}
.q-a-field-block ul.radio-list li .boxcheck::before {
    display: block;
    position: absolute;
    content: '';
    height: 9px;
    width: 9px;
    top: 0px;
    left: 0px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
.q-a-field-block ul.radio-list li input[type=radio]:checked ~ .check {
    border: 1px solid #fff;
}
.q-a-field-block ul.radio-list li input[type=checkbox]:checked ~ .boxcheck {
    border: 1px solid #fff;
}
.q-a-field-block ul.radio-list li input[type=radio]:checked ~ .check::before {
    background: #02a8f3;
}
.q-a-field-block ul.radio-list li input[type=checkbox]:checked ~ .boxcheck::before {
    background: #02a8f3;
}
.q-a-field-block ul.radio-list li input[type=radio]:checked ~ label {
    color: #333;
}
.q-a-field-block ul.radio-list li input[type=checkbox]:checked ~ label {
    color: #333;
}
@media (max-width:450px) {
    ul.pro-rating-list {
        display: block !important;
        text-align: center;
    }
    
    ul.pro-rating-list li {
        float: none !important;
        margin-right: 0px !important;
        margin-top: 5px;
    }
    
    ul.pro-rating-list li h4 {
        padding-right: 0px !important;
    }
    
    .quest p {
        height: 40px;
    }
    
    .q-a-field-block .static-field-block .fs-progress {
        top: 70px !important;
    }
    
    .q-a-field-block .static-field-block .fs-continue {
        bottom: 0px !important;
    }
    
    .q-a-field-block ul.radio-list {
        padding: 20px 0px 5px 0px !important;
    }
    
    .q-a-field-block ul.radio-list li label {
        padding: 10px 11px 0px 11px !important;
        margin: 0px auto !important;
    }
    
    .q-a-field-block ul.radio-list li .check {
        top: 0px !important;
    }
    
    .q-a-field-block .fs-numbers {
        top: 56px !important;
    }
    
    .banner-pro .pro-tab-block .rating-reviews .write-review,
    .banner-pro .pro-tab-block .rating-reviews .write-review a {
        margin-left: 5px !important;
        text-decoration: underline;
        display: block;
    }
}
@media (min-width:500px) and (max-width:767px) {
    .q-a-field-block .fs-numbers {
        margin: 0px !important;
        top: 56px !important;
    }
    
    .q-a-field-block ul.radio-list {
        padding: 20px 0px 5px 0px !important;
    }
    
    .q-a-field-block ul.radio-list li label {
        padding: 10px 15px 0px 15px !important;
        margin: 0px auto !important;
    }
    
    .q-a-field-block ul.radio-list li .check {
        top: 0px !important;
    }
    
    .q-a-field-block .fs-numbers {
        top: 56px !important;
    }
    
    .q-a-field-block ul.radio-list li .check::before {
        top: 0px !important;
        left: 0px !important;
    }
}
.gt-strd-btn {
    display: block;
    text-align: center;
    background: #00aff0;
    color: #fff;
    -webkit-font-smoothing:subpixel-antialiased !important;
    font-weight: 300;
    font-size: 14px;
    border: none;
    padding: 7px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin: 18px auto 0px;
    text-transform: uppercase;
    text-align: center;
    width: 120px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.gt-strd-btn:hover,
.gt-strd-btn:focus {
    color: #fff;
}
.support-txt-blk {
    width: 100%;
}
.support-txt-blk p {
    font-size: 14px;
    line-height: 24px;
}
.support-txt-blk h3 {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 24px;
    color: #00aff0;
    font-weight: 300;
}
.support-txt-blk .col-xs-6 {
    padding: 0px 5px;
}
@media (min-width:1025px) {
    .selecty-select {
        width: 100%;
        display: block;
        border: none;
        border-bottom: 1px solid #d9d6d4;
        background: transparent;
        height: 36px;
        line-height: 36px;
        text-align: left;
        font-size: 14px;
        color: #1b1919;
        border-radius: 0;
        position: relative;
        outline: 0 none;
    }
    
    .selecty-select[disabled] {
        cursor: not-allowed;
        color: #8d8480;
        border-bottom: 1px dashed #d9d6d4;
    }
    
    .selecty-arrow {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px dashed #8d8480;
    }
    
    .selecty {
        width: 100%;
        position: relative;
        font-size: 13px;
        color: #1b1919;
    }
    
    .selecty.disabled .selecty-selected {
        border-bottom: 1px dashed #d9d6d4;
        cursor: not-allowed;
        color: #8d8480;
    }
    
    .selecty .selecty-selected {
        display: block;
        border: none;
        width: 100%;
        cursor: pointer;
        background: none;
        outline: none !important;
        height: 36px;
        line-height: 36px;
        text-align: left;
        font-size: 14px;
        color: #1b1919;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 300;
        padding: 0px 20px 0px 0px;
        border-bottom: 1px solid #d0dae5;
    }
    
    .selecty .selecty-selected:after {
        border-bottom: 2px solid #666666;
        border-right: 2px solid #666666;
        content: '';
        display: block;
        height: 8px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 4px;
        top: 20px;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        width: 8px;
    }
    
    .selecty .selecty-selected:hover,
    .selecty .selecty-selected:active,
    .selecty .selecty-selected:focus {
        text-decoration: none;
    }
    
    .project-field_group .selecty .selecty-selected {
        height: 35px;
        border: 1px solid #cfd8dd;
        border-radius: 3px;
        font-weight: 300;
        font-size: 13px;
        text-align: left;
        padding: 5px 5px;
        line-height: 24px;
    }
    
    .project-field_group .selecty .selecty-options li {
        padding: 2px 15px !important;
        height: 100% !important;
        line-height: 22px !important;
    }
    
    .project-field_group .selecty .selecty-selected:after {
        border-bottom: 1px solid #666666;
        border-right: 1px solid #666666;
        right: 8px;
        top: 20px;
    }
    
    .selecty .selecty-options {
        position: absolute;
        top: 0;
        right: 0;
        background-color: #fff;
        margin: 0;
        max-height: 400px;
        width: 100%;
        overflow-y: auto;
        z-index: 99999;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        padding: 0px 0;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
        transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1), -o-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
        transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1);
        transition: transform 0.45s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1), -o-transform 0.45s cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 7px 0px rgba(0, 0, 0, 0.12);
        box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 7px 0px rgba(0, 0, 0, 0.12);
        visibility: hidden;
        padding: 5px 0px;
    }
    
    .selecty .selecty-options.active {
        visibility: visible;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
    
    .selecty .selecty-options li {
        text-align: left;
        padding: 0 15px;
        height: 25px;
        line-height: 25px;
        font-weight: 300;
        font-size:14px;
        cursor: pointer
    }
    
    .selecty .selecty-options li:hover,
    .selecty .selecty-options li.active {
        background-color: #fafafa;
    }
    
    .selecty .selecty-options li > span > label {
        top: 1px;
        left: 3px;
        height: 18px;
    }
    
    .selecty .selecty-options li.selected {
        color: #4285f4;
    }
    
    .selecty .selecty-options li.disabled {
        color: #8d8480;
        cursor: default;
    }
    
    .selecty .selecty-options li.disabled:hover {
        background: none;
    }
    
    .selecty .selecty-options li.optgroup {
        cursor: default;
        color: #8d8480;
        height: 32px;
        line-height: 32px;
    }
    
    .selecty .selecty-options li.optgroup:hover {
        background: none;
    }
    
    .selecty .selecty-options li.optgroup-option {
        padding-left: 40px;
    }
    
    .expiry-detls .selecty .selecty-selected {
        border: 1px solid #cfd8dd;
        border-radius: 3px;
        height: 30px;
        line-height: 22px;
        padding: 4px 5px;
    }
    
    .expiry-detls .selecty .selecty-selected:after {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        content: '';
        display: block;
        height: 8px;
        margin-top: -7px;
        pointer-events: none;
        position: absolute;
        right: 8px;
        top: 18px;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        width: 8px;
    }
    
    .quote-form-group .quote-filed-block .selecty .selecty-options li {
        font-size: 14px;
    }
    
    .quote-form-group .quote-filed-block .selecty .selecty-selected {
        border-bottom: 1px solid #d0dae5;
        text-align: left;
        padding: 0px;
        font-size:14px;
    }
}
.all-jobs-emty {
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px 0px;
}
.blank-jobs-emty {
    padding: 0px 0px 30px;
    max-height: 100%;
    width: 100%;
    position: relative;
    margin-top: 0px;
}
.emty-page-blk {
    width: 100%;
    padding: 20px 0px;
}
.emty-page-blk h3 {
    font-size: 15px;
    text-align: center;
    font-weight: 300;
    color: #337AB7;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 0px;
}
.emty-page-blk h4 {
    font-size: 13px;
    text-align: center;
    font-weight: 300;
    color: #aeaeae;
    margin-top: 4px;
}
.emty-page-blk .emty-folder {
    width: 64px;
    height: 64px;
    margin: 0px auto;
    position: relative;
}
.emty-page-blk .emty-folder img {
    width: 80px;
}
.emty-page-blk .emty-folder .ety-crs-wrp {
    width: 25px;
    height: 25px;
}
.ety-crs {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    z-index: 10;
    background: transparent;
    border: none;
    top: 42px;
    transition: all ease-in 500ms;
    border-radius: 100%;
    right: 0px;
    background: #fff;
}
.ety-crs::before,
.ety-crs::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 60%;
    top: 54%;
    left: 4px;
    margin-top: -2px;
    background: #AEB8BF;
}
.ety-crs::before {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.ety-crs::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.ety-crs.big {
    -webkit-transform: scale(3);
    -moz-transform: scale(3);
    -ms-transform: scale(3);
    -o-transform: scale(3);
    transform: scale(3);
}
.emty-page-blk .emty-pro-folder {
    width: 120px;
    height: 64px;
    margin: 0px auto;
    position: relative;
    text-align: center;
}
.emty-page-blk .emty-pro-folder img {
    width: 64px;
    height: 64px;
}
.emty-page-blk .emty-pro-folder .ety-crs {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    z-index: 10;
    background: transparent;
    border: none;
    top: 47px;
    transition: all ease-in 500ms;
    border-radius: 100%;
    right: 25px;
    background: #fff;
}
.emty-page-blk .emty-revw-folder {
    width: 120px;
    height: 64px;
    margin: 0px auto;
    position: relative;
    text-align: center;
}
.emty-page-blk .emty-revw-folder img {
    width: 64px;
    height: 64px;
}
.emty-page-blk .emty-revw-folder .ety-crs {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    overflow: hidden;
    z-index: 10;
    background: transparent;
    border: none;
    top: 44px;
    transition: all ease-in 500ms;
    border-radius: 100%;
    right: 33px;
    background: #fff;
}
@media (max-width:767px) {
    .ser-calc-wrp-mobile .booking-procs-dtls {
        padding: 0px 0px 10px !important
    }
    
    .fiksbox-dtls-section .left-dtls-block {
        padding: 10px 20px !important;
    }
    
    .booking-form-dtls {
        padding: 20px 20px !important;
    }
    
    .addinl-serv-dtls h2 {
        font-size: 16px !important;
    }
    
    .addinl-serv-dtls .hedng-title-wrp {
        width: 100%;
        padding: 20px 20px !important;
    }
    
    .addinl-serv-dtls .add-serv-ind-blk {
        padding: 20px 20px !important;
    }
    
    .fiksbox-serv-dtls .srvc-dtls {
        margin-top: 10px;
    }
    
    .left-dtls-block h1 {
        font-size: 18px !important;
        line-height: 22px !important;
        margin-top: 25px !important;
        min-height: 100% !important;
    }
    
    .fiksbox-serv-dtls .srvc-dtls h3 {
        font-size: 18px !important;
    }
    
    .what-you-get h2,
    .what-you-not-get h2 {
        font-size: 16px !important;
    }
    
    .fiksbox-serv-dtls .srvc-dtls #service-duration {
        display: none;
    }
    
    .fiksbox-serv-dtls .srvc-dtls .duratin_blk .fa-clock-o {
        margin-right: 4px;
        color: #333;
    }
    
    .fiksbox-serv-dtls .srvc-img img {       
        width: 100% !important;
    }
    
    .ser-calc-wrp-pc {
        display: none;
    }
	.fiksbox-how-works {
		display:none;
	}
    
    .fiksbox-dtls-section .seeker-review-wrap {
        padding: 10px 20px !important
    }
    
    hr {
        display: none;
    }
    
    .fiksbox-serv-dtls .srvc-img .pro-dtls {
        padding: 20px 10px !important;
    }
    
    .add-serv-ind-blk .right-cont .dur-tm {
        float: left;
    }
    
    .add-serv-ind-blk .right-cont .qt-amt {
        float: right;
        font-size: 16px !important;
        margin: 13px 0px 0px 0px !important;
    }
}
@media (min-width:768px) {
	.mobile_show {
		display:none;
	}
    .ser-calc-wrp-mobile {
        display: none;
    }
    
    .fiksbox-serv-dtls .srvc-dtls .duratin_blk .fa-clock-o {
        display: none;
    }
}
@media (min-width:768px) and (max-width:1024px) {
    .fiksbox-dtls-section .left-dtls-block {
        padding: 20px 20px !important;
    }
	
	.addinl-serv-dtls .hedng-title-wrp {   
    padding: 20px 20px !important;
}

.addinl-serv-dtls .add-serv-ind-blk {
    padding: 20px 20px !important;
}

.fiksbox-dtls-section .seeker-review-wrap{
	  padding: 20px 20px !important;
}

}
@media (min-width:768px) and (max-width:991px) {
    .fiksbox-dtls-section .col-sm-9 {
        width: 70% !important;
    }
    
    .fiksbox-dtls-section .col-sm-3 {
        width: 30% !important;
    }
}
.fiksbox-dtls-section {
    width: 100%;
    background: #f2f5f7;
    padding: 0px 0px 20px 0px;
}
.fiksbox-dtls-section .container {
    max-width: 1024px;
    margin: 0px auto;
}
.fiksbox-serv-modal {
    display: block;
}
.fiksbox-serv-modal .modal-footer {
    padding: 0px 15px 20px 15px;
}
.fiksbox-serv-modal .fiks-book-btn {
    margin: 0px auto 15px;
}
.f-box-srv-com-dtl {
    width: 100%;
    margin: 20px 0px 40px;
}
.f-box-srv-com-dtl .date-pkr {
    display: none;
}
.f-box-srv-com-dtl .selecty .selecty-selected {
    font-size: 13px;
}
.f-box-srv-com-dtl #select1_block .selecty .selecty-options {
    width: 170px;
    left: 0px;
}
.f-box-srv-com-dtl .selecty .selecty-options {
    max-height: 350px;
}
.f-box-srv-com-dtl .selecty .selecty-options li {
    padding: 0 5px;
}
.f-box-srv-com-dtl .row {
    margin: 0px -10px;
}
.f-box-srv-com-dtl .input-field-control {
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #d0dae5;
    font-weight: 300;
    background: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    height: 36px;
    border-radius: 0px !important;
    font-size: 13px;
}
.f-box-srv-com-dtl .col-sm-8,
.f-box-srv-com-dtl .col-sm-4 {
    padding: 0px 10px;
}
.f-box-srv-com-dtl .hide-field {
    width: 100%;
}
.f-box-srv-com-dtl #error_date,
.f-box-srv-com-dtl #error_start_time {
    border-top: 1px solid #d50000;
    width: 100%;
    font-weight: 300;
    color: #d50000;
    font-size: 11px;
    display: none;
    text-align: left;
    margin-top: -2px;
}
.f-box-srv-com-dtl select {
    width: 100%;
    border-radius: 0px;
    padding: 5px 0px;
    border-bottom: 1px solid #d0dae5;
    font-weight: 300;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    height: 36px;
    position: relative;
    background: #fff url(https://fiksable.dk/assets/site/fiksable/img/downarrow.jpg) no-repeat 99% 57%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 13px;
}
.f-box-srv-com-dtl option {
    font-weight: 300;
}
.f-box-srv-com-dtl h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    clear: both;
    line-height: 22px;
}
.fiksbox-serv-modal .f-box-pers-dtl {
    width: 100%;
    margin: 20px 0px;
}

.fiksbox-serv-modal .f-box-pers-dtl .personal-filed-block {
    width: 100%;
    padding: 0px 0px 14px;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
    height: 50px;
    display: flex;
}
.fiksbox-serv-modal .f-box-pers-dtl .quote-filed-block {
    position: relative;
}
.fiksbox-serv-modal .f-box-pers-dtl .personal-filed-block:after {
    width: 100%;
    display: block;
    position: absolute;
    height: 1px;
    background: #d0dae5;
    left: 0px;
    right: 0px;
    bottom: 14px;
    content: "";
}


.f-box-pers-dtl .quote-filed-block .input-field-control {
	border-bottom:0px !important;
}

.f-box-pers-dtl .quote-filed-block textarea {
       width: 100%;
    padding: 0px 0px 4px;
    border-bottom: 1px solid #d0dae5;
    font-weight: 300;
    background: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    display: block;
    position: relative;
    font-size:14px;
    overflow: hidden;
    min-height: 30px !important;
    margin-top: 20px;
	
}
.fiksbox-serv-modal .f-box-pers-dtl .personal-filed-block h4 {
    margin: 0px;
}
.fiksbox-serv-modal .f-box-pers-dtl h5 {
    margin-bottom: 0px;
}
.fiksbox-serv-modal .modal-title {
    font-weight: 400;
}
.f-box-pers-dtl h3 {
    font-size:15px;
    font-weight:500;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    clear: both;
}
.f-box-pers-dtl .form-group {
    height: 32px;
}
.fiksbox-serv-modal ul.check-radio-list {
    list-style: none;
    height: 100%;
    width: 100%;
    margin: 20px 0px 0px 0px;
    padding: 0;
    overflow: hidden;
}
ul.check-radio-list li {
    display: inline-block;
    position: relative;
    float: left;
    margin: 0px 0px 0px 0px;
}
ul.check-radio-list li:hover{
	color: #273951;
}
ul.check-radio-list li input[type=radio] {
    position: absolute;
    visibility: hidden;
}
ul.check-radio-list li input[type=checkbox] {
    position: absolute;
    top: 15px;
    visibility: hidden;
}
ul.check-radio-list li label {
    display: block;
    position: relative;
    font-weight:400 !important;
    font-size: 14px !important;
    padding:2px 6px 0px 20px !important;
    margin: 0px auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    pointer-events: pointer !important;
    -webkit-pointer-events: pointer !important;
    -moz-pointer-events: pointer !important;
    text-transform: none !important;
    pointer-events: visiblePainted;
    color: #273951 !important;
    top: -4px !important;
}
ul.check-radio-list li:hover label {
    color: #777 !important;
}
ul.check-radio-list li .boxcheck {
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    height: 15px;
    width: 15px;
    top: 0px;
    left: 0px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}
ul.check-radio-list li:hover .check,
ul.check-radio-list li:hover .boxcheck {
    border: 1px solid #88bfff;
}
ul.check-radio-list li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 9px;
    width: 9px;
    top: 3px;
    left: 3px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
ul.check-radio-list li .boxcheck::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    height: 9px;
    width: 9px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}
ul.check-radio-list li input[type=checkbox]:checked ~ label {
    color: #555555 !important;
    font-weight: 300;
}
ul.check-radio-list li input[type=radio]:checked ~ .check {
    border: 1px solid #88bfff;
}
ul.check-radio-list li input[type=checkbox]:checked ~ .boxcheck {
    border: 1px solid #88bfff;
}
ul.check-radio-list li input[type=radio]:checked ~ .check::before {
    background: #88bfff;
}
ul.check-radio-list li input[type=checkbox]:checked ~ .boxcheck::before {
    background: #88bfff;
}
ul.check-radio-list li input[type=radio]:checked ~ label {
    color: #88bfff;
}
ul.check-radio-list li input[type=checkbox]:checked ~ label {
    color: #88bfff;
}
.fiksbox-dtls-section .left-dtls-block {
    width: 100%;
    background: #fff;
    padding: 20px 30px;
    box-shadow: 0px 1px 30px 0px rgba(208, 218, 229, 0.3);
    -webkit-box-shadow: 0px 1px 30px 0px rgba(208, 218, 229, 0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 3px;
    margin-bottom: 20px;
    border: 1px solid rgba(218, 223, 228, 0.7);
}
.left-dtls-block h1 {
    font-weight:500;
    font-size: 20px;
    line-height: 26px;
    padding: 0px;
    margin: 0px;
    color:  #273951;
    min-height: 86px;
}
.left-dtls-block .fiksbox-serv-dtls {
    width: 100%;
    margin-bottom: 10px;
}
.booking-form-dtls {
    width: 100%;
    background: #fff;
    padding: 20px 30px;
    box-shadow: 0px 1px 30px 0px rgba(208, 218, 229, 0.3);
    -webkit-box-shadow: 0px 1px 30px 0px rgba(208, 218, 229, 0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 3px;
    margin-bottom: 20px;
    display: none;
    border: 1px solid rgba(218, 223, 228, 0.7);
}
.booking-form-dtls h2 {
    font-size: 18px;
    font-weight: 400;
    color: #061322;
    margin-bottom: 30px;
    padding-top: 10px;
    margin-top: 0px;
}
@media (min-width:1025px) {
    .left-dtls-block .fiksbox-serv-dtls .col-sm-4 {
        width: 38%;
    }
    
    .left-dtls-block .fiksbox-serv-dtls .col-sm-8 {
        width: 62%;
    }
}
@media (min-width:767px) and (max-width:991px) {
    .left-dtls-block .fiksbox-serv-dtls .col-sm-4 {
        width: 51%;
    }
    
    .left-dtls-block .fiksbox-serv-dtls .col-sm-8 {
        width: 49%;
    }
}
@media (min-width:992px) and (max-width:1024px) {
    .left-dtls-block .fiksbox-serv-dtls .col-sm-4 {
        width: 40%;
    }
    
    .left-dtls-block .fiksbox-serv-dtls .col-sm-8 {
        width: 60%;
    }
}
.fiksbox-serv-dtls .srvc-img {
    width: 100%;
    margin-top: -70px;
    position: relative;
}
.fiksbox-serv-dtls .srvc-img .pro-dtls {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    padding: 10px 10px;
    z-index: 9999;
}
.fiksbox-serv-dtls .srvc-img .pro-dtls .row {
    margin: 0px -5px;
}
.pro-dtls .like-sold-wrp,
.pro-dtls .like-sold-wrp a {
    line-height: 20px;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    text-decoration: none !important;
    display: block;
    color: #fff;
    padding: 5px 10px 5px 10px;
    margin-top: 24px;
    position: absolute;
    bottom: -9px;
    width: 100%;
    left: 0px;
    right: 0px;
}
.pro-dtls .like-sold-wrp .col-xs-6 {
    padding: 0px 5px;
}
.pro-dtls .like-sold-wrp .fiks-sold {
    text-align: right;
    line-height: 22px;
}
.pro-dtls .like-sold-wrp .fiks-sold h3 {
    line-height: 24px;
}
.pro-dtls .like-sold-wrp .fiks-sold .fa-shopping-basket {
    font-size:14px;
    margin-right: 5px;
    color: #7fba00;
}
.pro-dtls .like-sold-wrp .fiks-like {
    text-align: left;
}
.pro-dtls .like-sold-wrp h3 {
    font-size:14px;
    font-weight:400;
    display: inline-block;
    position: relative;
    line-height: 24px;
    white-space: nowrap
}
.pro-dtls .like-sold-wrp .fiks-like .fa-heart {
    font-size:14px;
    margin-right: 5px;
    color: #f74b6f !important;
}
.fiksbox-serv-dtls .srvc-img .pro-dtls .rating-reviews {
    text-decoration: none;
    color: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 0px;
    display: flex;
    display: -webkit-flex;
}
.fiksbox-serv-dtls .srvc-img .pro-dtls .count-rating {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
}
.fiksbox-serv-dtls .srvc-img .pro-dtls .rating-reviews #star-rating-count {
    font-weight: 300;
    font-size: 12px;
    padding:0px 5px;
    border-radius: 10px;
    color: #fff;   
    margin-right:4px;
    text-align: center;
    width: 38px;
	height: 20px;
    line-height: 20px;
}
.fiksbox-serv-dtls .srvc-img .pro-dtls .rating-reviews #total_reviews {
    font-size:12px;
	color:#fff;
	font-weight:400;
}
.fiksbox-serv-dtls .srvc-img .pro-dtls h2 {
    font-size: 14px;
    font-weight:500;
    line-height: 20px;
    margin-top: 0px;
    color: #ffffff;
    margin-bottom: 5px;
}
.fiksbox-serv-dtls .srvc-img .overlay-bg {
    background: #273951;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.5s ease-in 0s;
    -moz-transition: opacity 0.5s ease-in 0s;
    -o-transition: opacity 0.5s ease-in 0s;
    transition: opacity 0.5s ease-in 0s;
    z-index: 5;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.fiksbox-serv-dtls .srvc-img img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.fiksbox-serv-dtls .srvc-dtls {
    width: 100%;
}
.fiksbox-serv-dtls .srvc-dtls h3 {
    font-weight:400;
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    line-height: 26px;
    color: #53af51;
    margin-top: 5px;
}
.fiksbox-serv-dtls .srvc-dtls #duration {
    color: #53af51;
    font-weight: 400;
}
.fiksbox-serv-dtls .srvc-dtls h3 span {
    color:  #273951 ;
    font-weight: 500;
    font-size: 18px;
}
.fiksbox-serv-dtls .srvc-dtls .duratin_blk {
    float: right;
}
.what-you-get {
    width: 100%;
    margin: 10px 0px;
}
.what-you-get h2 {
    font-size:18px;
    font-weight: 500;
    color:#273951;
    margin-bottom: 20px;
    margin-top: 0px;
}
.what-you-get ul {
    list-style: none;
    margin: 0px;
}
.what-you-get ul li {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom:15px;
    background: url(../img/get-check.png) no-repeat 0px 5px;
    background-size: 16px 16px;
    padding-left: 25px;
}
.what-you-not-get {
    width: 100%;
    margin: 10px 0px;
}
.what-you-not-get h2 {
    font-size: 18px;
    font-weight: 500;
    color:#273951;
    margin-bottom: 20px;
    margin-top: 0px;
}
.what-you-not-get ul {
    list-style: none;
    margin: 0px;
}
.what-you-not-get ul li {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom:15px;
    background: url(../img/cancel-cross.png) no-repeat 0px 5px;
    background-size: 16px 16px;
    padding-left: 25px;
}
.fiksbox-dtls-section .book-now-wrap {
    width: 100%;
    padding: 0px 15px;
}
.book-now-wrap h1 {
    text-align: left;
    font-weight: 300;
    font-size: 18px;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.ser-calc-wrp-pc.stick-side {
    position: fixed;
    top: 55px;
    width: 228px;
    z-index: 1;
}
.all-share-wrp.stick-side {
    padding-top: 185px;
    position: relative;
    top: 0px;
}
.btm-frz-blk.stick-side {
    padding-top: 80px;
    position: fixed;
    width: 228px;
}
.btm-frz-blk.btm-scrll {
    position: relative;
}
.booking-procs-dtls {
    width: 100%;
    padding: 10px 0px;
    background: #f2f5f7;
}
.booking-procs-dtls h3 {
    font-size: 14px;
    font-weight: 300;
    color: #061322;
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
}
.booking-procs-dtls .counter {
    width: 160px;
    margin: 0px auto;
    border: 1px solid #ccc;
    overflow: hidden;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.qt-mns {
    width: 34px;
  
    background: none;
    border: 0px;
    color:#A1A9B3;
    font-size: 30px;
    float: left;
    height: 32px;
    font-weight: 500;
    text-align: center;
    line-height: 29px;
}
.qt-mns button,
.qt-pls button {
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}
.qt-pls {
   width: 34px;
    background: transparent;
    border: 0px;
    color: #A1A9B3;
    font-size: 27px;
    float: right;
    height: 32px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
}
.count-value {
    width: 40px;
    border: 0px;
    font-size: 16px;
    float: left;
    height: 32px;
    line-height: 33px;
    text-align: center;
    font-weight: 300;
    border-left: 1px solid #ccc;
}
.count-value input {
    border: none;
    padding: 0px 15px;
    color:#A1A9B3;
    background: transparent;
    line-height: 26px;
	font-weight:500;
}
.count-unit {
    width: 48px;
    border: 0px;
    color:#A1A9B3;
    font-size: 16px;
    float: left;
    height: 32px;
    line-height: 33px;
    text-align: left;
    font-weight: 500;
    border-right: 1px solid #ccc;
}
.estimate-value {
    font-size: 36px;
    font-weight:900;
    color:  #273951;
    text-align: center;
    margin-bottom: 20px;
}
.fiks-book-btn {
    background: #00aff0;
    color: #fff;
    border: 1px solid #00aff0;
    font-size: 17px;
    padding: 5px 15px;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    font-weight:400;
    display: block;
    margin: 20px auto 10px;
    text-transform: capitalize;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.all-share-wrp {
    width: 100%;
    margin: 20px 0px 0px;
}
.all-share-wrp h3 {
    font-size: 15px;
    font-weight: 400;
    margin: 0px 0px 15px 0px;
    color: #061322;
}
.share-social-wrp .share-icon {
    color: #ffffff;
    background: #0ac97e;
    padding: 5px 20px;
    display: inline-block;
}
.share-social-wrp .share-icon .fa-share-alt {
    margin-left: 10px;
}
ul.sharing-list {
    list-style: none;
    margin: 0px;
    padding-bottom: 10px;
    text-align: center;
}
ul.sharing-list li {
    display: inline-block;
    margin: 0px 5px;
}
ul.sharing-list li a {
    color: #ea4024;
    font-size: 14px;
    font-weight:500;
}
ul.sharing-list li a .fa {
    padding-right: 5px;
}
.rport-blk {
    width: 100%;
    margin: 10px 0px;
    display: none;
    background: #fff;
    padding: 15px 15px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.rport-blk .error-messg {
    width: 100%;
    font-weight: 300;
    color: #d50000;
    font-size: 11px;
    text-align: left;
    margin-top: -1px;
}
.rport-blk label {
    width: 100%;
    margin-top: 10px;
}
.rport-blk label h4 {
    font-size:14px;
    margin: 0px;
    font-weight:400;
    margin-bottom: 4px;
}
.rport-blk input[type="text"] {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 5px;
    font-weight: 300;
    font-size: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: transparent;
}
.rport-blk textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 5px;
    font-weight: 300;
    font-size: 13px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: transparent;
}
.rport-blk button {
    background: #00aff0;
    color: #fff;
    border: 1px solid #00aff0;
    font-size:16px;
    padding: 5px 10px;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    font-weight: 300;
    display: block;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    margin: 5px auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    float: right;
}
.share-social-wrp {
    width: 100%;
    padding: 0px 0px 10px 0px;
    display: none;
}
.share-social-wrp .field-wrap {
    width: 100%;
    margin-bottom: 15px;
}
.share-social-wrp .field-wrap input[type="text"] {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px 5px;
    font-weight:400;
    font-size:14px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: transparent;
}
.share-social-wrp ul {
    list-style: none;
    margin: 0px;
    text-align: center;
}
.share-social-wrp ul li {
    display: inline-block;
    margin-right: 5px;
}
.share-social-wrp ul li a {
    font-size: 18px;
}
.share-social-wrp ul li a .fa-facebook {
    background: #3b5998;
    color: #fff;
    border: 1px solid #3b5998;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
}
.share-social-wrp ul li a .fa-twitter {
    background: #00bae8;
    color: #fff;
    border: 1px solid #00bae8;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
}
.share-social-wrp ul li a .fa-linkedin {
    background: #007bb6;
    color: #fff;
    border: 1px solid #007bb6;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
}
.share-social-wrp ul li a .fa-google-plus {
    background: #f44636;
    color: #fff;
    border: 1px solid #f44636;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
}
.share-social-wrp ul li a .fa-clone {
    color: #00aff0;
    border: 1px solid #00aff0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
}
.fiksbox-how-works {
    width: 100%;
    background: #f2f5f7;
    padding: 15px 0px 15px 40px;
}
.fiksbox-how-works h2 {
    font-weight:500;
    font-size: 16px;
    padding: 0px;
    margin: 0px 0px 20px 0px;
    color: #273951
}
.fiksbox-how-works ul {
    list-style: none;
    margin: 0px;
}
.fiksbox-how-works ul li {
    font-size:14px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 10px;
    background: url(../img/get-check.png) no-repeat 0px 3px;
    background-size: 16px 16px;
    padding-left: 25px;
}
.fiksbox-dtls-section .seeker-review-wrap {
    width: 100%;
    background: #fff;
    padding: 20px 30px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 20px;
}
.fiksbox-dtls-section  .seeker-review-wrap h2 {
   font-size: 18px;
    font-weight: 500;
    color: #273951;
    padding: 0px;
    margin: 10px 0px 20px 0px;
   
}
.seeker-review-wrap .rev-ind-block {
    width: 100%;
    padding: 15px 0px 15px 0px;
    overflow: hidden;
}
.seeker-review-wrap .rev-ind-block .reviewer {
    overflow: hidden;
    margin-bottom: 0px;
    width: 100%;
    display: block;
}
.seeker-review-wrap .rev-ind-block .reviewer .rebwr-fst-ltr {
    border-radius:100%;
    -webkit-border-radius: 100%;
    -moz-border-radius:100%;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    -webkit-font-smoothing:subpixel-antialiased;
}
.seeker-review-wrap .rev-ind-block .reviewer .reviewer-photo {
    float: left;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
.seeker-review-wrap .rev-ind-block .reviewer .reviewer-info h3 {
    font-size: 15px;
    margin: 5px 0px 5px 0px;
}
.seeker-review-wrap .rev-ind-block .reviewer .reviewer-info h6 {
    font-size: 14px;
    margin: 5px 0px 0px 10px;
    color: #ffe000;
}
.seeker-review-wrap .rev-ind-block .rev-txt-block {
    width: 100%;
    padding: 0px 0px;
}
.seeker-review-wrap .rev-ind-block .rev-txt-block .left-content {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.seeker-review-wrap .rev-ind-block .rev-txt-block h3 {
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
    margin: 0px;
}
.seeker-review-wrap .rev-ind-block .rev-txt-block .right-content {
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 56px;
    font-size: 13px;
}
.seeker-review-wrap .rev-ind-block .rev-txt-block .right-content p {
    font-size:14px;
    line-height: 20px;
}
.seeker-review-wrap .rev-ind-block .rev-txt-block p {
    padding: 0px;
    margin: 0px;
}
.fiksbox-banner {
    background-size: cover;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    height: 140px;
    background: #0078CA url(../img/map-srch-head.png) repeat;
}
hr {
    margin-top: 0px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #ccc;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #29bc79;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark__circle_2 {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    fill: none;
    animation: stroke 0.8s cubic-bezier(0.95, 0, 0.85, 1) forwards;
}
.checkmark {
    width:100px;
    height:100px;
    border-radius: 0px !important;
    display: block;
    stroke-width: 2;
    stroke: #29bc79;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px $color--green;
	-webkit-box-shadow: inset 0px 0px 0px $color--green;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke .3s $curve .8s forwards;
    border-radius: 4px;
}
@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes scale {
    0%,
    100% {
        transform: none;
    }
    
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 0px $color--green;
    }
}
ul.home-last-cap {
    width: 100%;
    display: inline-block;
    text-align: center;
    list-style: none;
    margin-top: 80px;
    margin-bottom: 40px;
}
ul.home-last-cap li {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    -moz-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased;
}
ul.home-last-cap li:first-child {
    width: 40%;
    text-align: right;
}
ul.home-last-cap li:last-child {
    width: 40%;
    text-align: left;
}
ul.home-last-cap li a {
    color: #fff;
    border-bottom: 2px solid transparent;
    position: relative;
    display: inline-block;
    padding-bottom: 6px;
    vertical-align: middle;
}
ul.home-last-cap li a.active {
    border-bottom: 2px solid #fff;
}
ul.home-last-cap li a.inactive {
    border-bottom: none !important;
}
ul.home-last-cap li a {
    position: relative;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
}
ul.home-last-cap li a:hover::after,
ul.home-last-cap li a:hover::before {
    width: 100%;
    left: 0px;
    right: 0px;
}
ul.home-last-cap li a::after,
ul.home-last-cap li a::before {
    content: '';
    position: absolute;
    top: calc(100% + 0px);
    width: 0;
    right: 0;
    height: 2px;
}
ul.home-last-cap li a::before {
    -webkit-transition: width .50s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
    transition: width .50s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
    background: #fff;
}
ul.home-last-cap li a::after {
    -webkit-transition: width .5s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    transition: width .5s cubic-bezier(0.29, 0.18, 0.26, 0.83);
    background: #fff;
}
.fiksbox_page_link {
    display: block;
    position: relative;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
}
.fiksbox_page_link:after {
    content: '';
    position: absolute;
    top: calc(100% + 0px);
    width: 0;
    right: 0px;
    height: 2px;
    left: 0px;
    -webkit-transition: width .50s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
    transition: width .50s cubic-bezier(0.51, 0.18, 0, 0.88) .1s;
    background: #fff;
}
@media (min-width:768px) {
    ul.home-last-cap li >.or {
        position: relative;
        padding: 0px 10px;
        color: #fff;
        font-size: 14px;
    }
    
    ul.home-last-cap li >.or:before {
        content: "";
        display: block;
        width: 1px;
        background: #fff;
        height: 25px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: 0px auto;
        bottom: 20px;
    }
    
    ul.home-last-cap li >.or:after {
        content: "";
        display: block;
        width: 1px;
        background: #fff;
        height: 25px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: 0px auto;
        top: 20px;
    }
}
@media (max-width:767px) {
    ul.home-last-cap li {
        display: block!important;
        font-size: 18px !important;
        font-weight: 300;
        color: #fff;
    }
    
    ul.home-last-cap li:first-child {
        width: 100%!important;
        text-align: center !important;
    }
    
    ul.home-last-cap li:last-child {
        width: 100%!important;
        text-align: center !important;
    }
    
    ul.home-last-cap li >.or {
        padding: 10px 0px 4px;
        width: 159px;
        margin: 0px auto;
        position: relative;
    }
    
    ul.home-last-cap li >.or:before {
        content: "";
        display: block;
        height: 1px;
        background: #fff;
        width: 55px;
        position: absolute;
        right: 0px;
        bottom: 14px;
    }
    
    ul.home-last-cap li >.or:after {
        content: "";
        display: block;
        height: 1px;
        background: #fff;
        width: 55px;
        position: absolute;
        left: 0px;
        bottom: 14px;
    }
}
/*---time-setting-block---*/
.f-bx-time-bkng {
    width: 100%;
    margin: 20px 0px 30px;
  
}
.f-bx-time-bkng h3 {
    font-size: 18px;
    font-weight:500;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    clear: both;
}
.f-bx-time-bkng .part-dt-tm-blk {
    width: 100%;
    margin: 20px 0px 10px;
    position: relative;
}
.part-dt-tm-blk .backbtn {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #fff;
    color: #3992d8;
    display: block;
    position: absolute;
    left: -3px;
    top: 15px;
    line-height: 42px;
    text-align: center;
    opacity: 1;
    z-index: 999;
}
.part-dt-tm-blk .backbtn:after {
    border-top: 2px solid #333333;
    border-left: 2px solid #333333;
    content: '';
    display: block;
    height: 10px;
    pointer-events: none;
    position: absolute;
    right: 0px;
    left: -5px;
    top: 28%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 10px;
    margin: 0px auto 0px;
}
.part-dt-tm-blk .nextbtn {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #fff;
    color: #3992d8;
    display: block;
    position: absolute;
    right: 0px;
    top: 16px;
    line-height: 42px;
    text-align: center;
    opacity: 1;
    z-index: 999;
}
.part-dt-tm-blk .nextbtn:after {
    border-bottom: 2px solid #333333;
    border-right: 2px solid #333333;
    content: '';
    display: block;
    height: 10px;
    pointer-events: none;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 28%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 10px;
    margin: 0px auto 0px;
}
#timeslots_loader {
    display: none;
}
.part-dt-tm-blk .bkng-time-indi-blk {
    width: 100%;
}
.f-bx-time-bkng .part-dt-tm-blk .top-head-time-cal {
    width: 100%;
    margin: 10px 0px 0px;
}
.top-head-time-cal ul.time-cal-list {
    width: 100%;
    list-style: none;
    margin: 0px auto;
    text-align: center;
    padding: 10px 0px 0px;
}
.top-head-time-cal ul.time-cal-list li {
    display: inline-block;
    font-weight: 300;
}
.top-head-time-cal ul.time-cal-list li a {
    color: #333;
}
.top-head-time-cal ul.time-cal-list li .week-no {
    text-transform: uppercase;
}

ul.weekday-list {
    width: 100%;
    list-style: none;
    margin: 10px auto;
    display: block;
    padding: 10px 0px;
	text-align:center;
}
ul.weekday-list li {
    display: inline-block;
    margin-right: 5px;
}
ul.weekday-list li a {
    font-size: 14px;
    font-weight: 300;
    color: #333;
    margin: 0px 0px;
    border: 1px solid #ccc;
    padding: 5px 17px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: all ease-in .5s;
    -webkit-transition: all ease-in .5s;
    -moz-transition: all ease-in .5s;
}
ul.weekday-list li a:hover {
    border-color: #88bfff;
    color: #88bfff;
}
ul.weekday-list li a.passed-day {
    pointer-events: none;
    opacity: .5;
}
ul.weekday-list li a.select-border {
    border-color: #88bfff !important;
    background: #88bfff;
    color: #fff;
}
.part-dt-tm-blk .time-blk {
    width: 100%;
}
.part-dt-tm-blk .time-blk ul.radio-list {
    display: none;
	text-align:center;
}
.part-dt-tm-blk .time-blk ul.radio-list li {
    width: 10%;
	margin: 0px 0px 0px 0px;
}
.part-dt-tm-blk .time-blk .time-active {
    display: block !important;
}
.part-dt-tm-blk .time-blk ul.radio-list li label {
       padding:5px 20px 0px 19px;
}
.urgent-bkng-blk {
    width: 100%;
    margin:20px 0px 30px;
    display: none;
}
.preferd_time_sch{
	max-width:500px;
	padding:0px 0px 10px;
}
.preferd_time_sch .selecty .selecty-options{
	width:180px;
	height:300px;
}

.preferd_time_sch .date_select{
	width:100%;
}
.preferd_time_sch .date_select .cal-field{
	width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #d0dae5;
    font-weight: 300;
    background: none;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    height: 36px;
    border-radius: 0px !important;
    font-size: 14px;
}

.preferd_time_sch .time_select{
	width:100%;
	
}

.preferd_time_sch .time_select select {
    width: 100%;
    border-radius: 0px;
    padding: 5px 0px;
    border-bottom: 1px solid #d0dae5;
    font-weight: 300;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    height: 36px;
    position: relative;
    background: #fff url(https://fiksable.dk/assets/site/fiksable/img/downarrow.jpg) no-repeat 99% 57%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size:14px;
}

.preferd_time_sch .selecty .selecty-selected{
	font-size:14px;
}
.urgent-bkng-blk h5 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
    line-height: 18px;
}
.urgent-bkng-blk h4 {
    font-size: 13px;
    font-weight: 300;
    margin-top: 15px;
    line-height: 20px;
}
.urgent-bkng-blk h5 span {
    font-weight: 400;
}
.urgent-bkng-blk h6 {
    font-size: 14px;
    font-weight: 300;
    margin-top: 15px;
    line-height: 20px;
    font-style: italic;
}
.flxble-bkng-blk {
    width: 100%;
    margin: 20px 0px 30px;
    display: none;
}
.flxble-bkng-blk h4 {
    font-size: 14px;
    font-weight: 300;
    margin-top: 15px;
    line-height: 20px;
}
@media (max-width:500px) {
    .part-dt-tm-blk .time-blk ul.radio-list li {
        width: 30% !important;
    }
    
    ul.weekday-list {
        padding: 5px 0px 0px !important;
    }
    
    ul.weekday-list li {
        display: inline-block;
        margin: 4px 5px 10px 0px !important;
    }
    
    ul.weekday-list li a {
        padding: 5px 8px !important;
    }
    
    .top-head-time-cal ul.time-cal-list li {
        display: block !important;
        float: none !important;
        line-height: 24px;
    }
    
    .top-head-time-cal ul.time-cal-list li:first-child {
        float: none !important;
        padding-left: 0px !important;
    }
    
    .top-head-time-cal ul.time-cal-list li:last-child {
        float: none !important;
        padding-right: 0px !important;
    }
    
    .part-dt-tm-blk .backbtn, .part-dt-tm-blk .nextbtn  {
        top: 19px !important;
    }
  
    
    .add-serv-ind-blk .right-cont .dur-tm {
        font-size: 13px;
        font-weight: 300;
        margin: 15px 0px 0px 0px !important;
        text-align: left !important;
    }
    
    .add-serv-ind-blk .right-cont .qt-amt {
        text-align: left !important;
    }
}
@media (min-width:501px) and (max-width:767px) {
    .part-dt-tm-blk .time-blk ul.radio-list li {
        width: 15% !important;
    }
    
    ul.weekday-list li {
        display: inline-block;
        margin: 4px 5px 10px 0px !important;
    }
    
    ul.weekday-list {
        width: 100%;
        margin: 10px auto 0px !important;
        padding: 10px 0px 0px !important;
    }
    
    .add-serv-ind-blk .right-cont .dur-tm {
        font-size: 13px;
        font-weight: 300;
        margin: 15px 0px 0px 0px !important;
        text-align: left !important;
    }
    
    .add-serv-ind-blk .right-cont .qt-amt {
        margin: 10px 0px 0px 0px !important;
        text-align: left !important;
    }
}
@media (min-width:768px) and (max-width:1200px) {
    ul.weekday-list {
        width: 100%;
        margin: 10px auto 0px !important;
        padding: 10px 0px 0px !important;
    }
    
    ul.weekday-list li {
        display: inline-block;
        margin: 4px 2px 10px 0px !important;
    }
    
    ul.weekday-list li a {
        padding: 5px 10px !important;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .part-dt-tm-blk .time-blk ul.radio-list li {
        width: 15%;
    }
    
    .fiksbox-how-works {
        padding: 15px 0px 15px 20px !important;
    }
}
/*---time-setting-block---*/
.addinl-serv-dtls {
    width: 100%;
    width: 100%;
    background: #fff;
    padding: 0px 0px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-top: 20px;
}
.addinl-serv-dtls .hedng-title-wrp {
    width: 100%;
    padding: 20px 30px;
}
.addinl-serv-dtls h2 {
    font-size:18px;
    font-weight:500;
    color:#273951;
    margin: 0px;
}
.addinl-serv-dtls .add-serv-ind-blk {
    width: 100%;
    padding: 20px 30px;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
	cursor:pointer;
	transition:all ease-in .4s;
	-webkit-transition:all ease-in .4s;
	
}
@media (min-width:768px){
	.addinl-serv-dtls .add-serv-ind-blk .row{	
	display:table;
	vertical-align:middle;
	margin:0px -10px;
	
}

.addinl-serv-dtls .add-serv-ind-blk .col-sm-1{
	float:none;
	display:table-cell;
	vertical-align:middle;
	width:4%;
	padding:0px 10px;
}
.addinl-serv-dtls .add-serv-ind-blk .col-sm-8{
	float:none;
	display:table-cell;
	vertical-align:top;
	width:70%;
	padding:0px 10px;
}

.addinl-serv-dtls .add-serv-ind-blk .col-sm-3{
	float:none;
	display:table-cell;
	vertical-align:top;
	width:26%;
	padding:0px 10px;
}

}

.add-serv-ind-blk .check_details{
	width:18px;
	height:18px;
	border:1px solid #ccc;
	border-radius:3px;
	transition:all ease-in .4s;
	-webkit-transition:all ease-in .4s;
	
}
@media (min-width:768px){
.chck_mob {
	display:none !important;
}
}
.add-serv-ind-blk.selected .check_details{
	
	border:1px solid #88bfff !important;
	border-radius:3px;
	background:#88bfff;
	display:block;
	position:relative;
	
}
.add-serv-ind-blk.selected .check_details:after {
  content: '';
    display: block;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);  
    left: 0px;
    right: 0px;
    position: absolute;
    margin:1px auto;
}

.add-serv-ind-blk:nth-of-type(1) {
    border-top: none;
}
.add-serv-ind-blk h3 {
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0px 5px 0px;
    line-height: 22px;
}
.add-serv-ind-blk .left-cont {
    width: 100%;
    position: relative;
}
.add-serv-ind-blk .left-cont input[type="checkbox"] {
    position: absolute;
}
.add-serv-ind-blk .left-cont .add-serv-head {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #273951;
	line-height:26px;
    
}
.add-serv-ind-blk .left-cont p {
    margin-top: 10px;
}
.add-serv-ind-blk .right-cont {
    width: 100%;
    text-align: right;
}
.add-serv-ind-blk .right-cont .dur-tm {
    font-size: 17px;
    font-weight: 500;
    margin: 5px 0px 0px 0px;
}
.add-serv-ind-blk .right-cont .dur-tm span {
    font-weight: 500;
    padding-right: 4px;
}
.dur-tm .additional-service-duration {
    font-weight: 300;
    padding-left: 2px;
}
.add-serv-ind-blk .right-cont .qt-amt {
    font-size: 20px;
    font-weight:400;
    color: #53af51;
    margin: 20px 0px 0px 0px;
}
/*----- style-checkbox---------*/
/*.styled-checkbox{position: absolute; opacity: 0;}*/
.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin-bottom: 10px;
}
.styled-checkbox + label:before {
    content: '';
    margin-right: 8px;
    display: inline-block;
    vertical-align: text-top;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    transition: all ease-in .5s;
    -moz-transition: all ease-in .5s;
}
.styled-checkbox:hover + label:before {
    background: #7fba00;
    border: 1px solid #7fba00;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.styled-checkbox:focus + label:before {}
.styled-checkbox:checked + label:before {
    background: #7fba00;
    border: 1px solid #7fba00;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}
/*.styled-checkbox:checked + label:after{content: ''; position: absolute; left:4px; top: 9px; background: white; width: 2px; height: 2px; box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white; -webkit-transform: rotate(45deg); transform: rotate(45deg); transition:all ease-in .5s;-moz-transition:all ease-in .5s;}*/
/*---- style-checkbox-----*/
.loader,
.loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
}
.loader {
    margin: 0px auto;
    font-size: 10px;
    position: absolute;
    text-indent: -9999em;
    border-top: .7em solid rgba(0, 175, 240, 1);
    border-right: .7em solid rgba(0, 175, 240, 1);
    border-bottom: .7em solid rgba(0, 175, 240, 1);
    border-left: .7em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    left: 0px;
    right: 0px;
    top: 40%;
    z-index: 9999999;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#loadingDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d9e0e7;
    z-index: 9999999;
    overflow: hidden;
}
.no_time_slots_available {
    width: 100%;
    text-align: center;
    margin: 10px 0px 0px;
    font-size: 14px;
    font-weight: 300;
    color: #ff644b
}
.rc-anchor-logo-img-portrait {
    background-size: 32px;
    height: 32px;
    margin: 0 0px 0 -13px !important;
    width: 32px;
}
.loader {
  border:8px solid #ccc;
  border-radius: 50%;
  border-top:8px solid #00aff0;
  width:60px;
  height:60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin:10px auto 50px;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.plan_comparison_blk{
	width:100%;
	margin:20px 0px 0px;
	padding: 0px 15px;
	display:none;
}
.comprsn_table {
	display:none;
}
.comprs_btn {
	text-align:center;
}
.comprs_btn a{
	text-transform: uppercase;
    color: #333;   
    padding:2px 0px;  
	border-bottom:1px solid #333;
    margin: 10px 0px 20px 0px;
    display: inline-block;  
    font-family: 'Avenir', sans-serif;
    -webkit-font-smoothing:subpixel-antialiased !important;
    font-weight: 400;
    font-size: 15px;
   
  
}


.plan_compr_head{
	width:100%;
	display:table;
	vertical-align:middle;	
	    border-collapse: collapse;
	
}

.plan_compr_head .blank_hd{
	width:25%;
	display:table-cell;
	vertical-align:middle;
    	border-bottom:1px solid #e6e6e6;
			border-right:1px solid #e6e6e6;
}

.plan_compr_head .plan_blk_hd{
	width:15%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
		border-right:1px solid #e6e6e6;
			border-top:1px solid #e6e6e6;
				border-bottom:1px solid #e6e6e6;
}
.plan_blk_hd h4 {
    text-transform: uppercase;
    font-weight:400;
    font-size: 14px;
}
.plan_blk_hd h2 {
    color: #404040;
    font-weight: 300;
    font-size:35px;
    margin: 10px 0px;
    position: relative;
}
.plan_blk_hd h2 sup {
    font-size: 14px;
    color: #999999;
    vertical-align: super;
}
.plan_blk_hd h2 span {
    display: block;
    text-transform: uppercase;   
    font-size: 12px;
    font-weight: 300;
    color: #404040;
    text-align: center;
    display: block;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    margin-top: 10px;
    letter-spacing: 1px;
}
.plan_comprs_row{
	width:100%;
	display:table;
	vertical-align:middle;
	border-bottom:1px solid #e6e6e6;
		border-collapse:collapse;
}

.plan_comprs_row:nth-child(odd){
   background:#fafafa;
}


.plan_comprs_row .plan_option_col{
	width:25%;
	display:table-cell;
	vertical-align:middle;
		border-left:1px solid #e6e6e6;
		border-right:1px solid #e6e6e6;
		padding:5px 10px;
}
.plan_option_col h5{
	font-size:13px;
	font-weight:300;
	line-height:20px;
	margin:0px;
	
}

.plan_option_col h4{
	font-size:13px;
	font-weight:400;
	line-height:20px;
	margin:0px;
	
}

.plan_comprs_row .plan_avail_col{
	width:15%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
border-right:1px solid #e6e6e6;
}
.plan_avail_col h4 {
	font-size:13px;
	font-weight:300;
}
.plan_avail_col h2{
	font-size:20px;
	font-weight:400;
	    margin: 10px 0px;
		padding: 0px 0px 0px 12px;
}
.plan_avail_col h2 span{
	font-size:12px;
	font-weight:300;
}
.plan_avail_col .plan_close{
	    width: 14px;
    height: 14px;
}

.plan_avail_col .plan_check{
	    width: 18px;
    height: 18px;
}
.plan_footer_blk{
	    width: 100%;
    display: table;
    vertical-align: middle;
}
.plan_footer_blk .blank_btm{
    width: 25%;
    display: table-cell;
    vertical-align: middle;

}

.plan_footer_blk .plan_blk_btm {
    width: 15%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
   
}

.plan_blk_btm .purchase{
text-transform: uppercase;
    color: #50a92f;
    letter-spacing: 1px;
    padding: 3px 10px;
    border: 1px solid #50a92f;
    margin: 10px 0px 0px 0px;
    display: inline-block;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: 'Avenir', sans-serif;
    -webkit-font-smoothing:subpixel-antialiased !important;
    font-weight: 300;
    font-size: 13px;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}
.plan_blk_btm .purchase:hover{
	  color: #fff;
	   background: #50a92f;
	    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.loaderspring {
  border:5px solid #ccc;
  border-radius: 50%;
  border-top:5px solid #7fba00;
  width:40px;
  height:40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin:60px auto 80px;

}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#grid_list_view {
	position:absolute;
	z-index:999;
	background:#f2f5f7;
	width:100%;
	height:100%;
	left:0px;
	right:0px;
	display:none;
}

.gridloader {
  border:5px solid #ccc;
  border-radius: 50%;
  border-top:5px solid #7fba00;
  width:40px;
  height:40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin:60px auto 80px;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.pac-item-query, .pac-item, .pac-item-container, .pac-item-matched  {font-family: 'Avenir'; }
    
.preferd_time_sch .error-messg {
    border-top: 1px solid #d50000;
    width: 100%;
    font-weight: 300;
    color: #d50000;
    font-size: 11px;
    display: none;
    margin-top: 0px;
}

#estimate_loader{
	width:100%;
	height:100%;
	top:0px;
	right:0px;
	position:fixed;
	background-color: rgba(39,57,81,.8);
	z-index:9999;
	display:none;
	text-align:center;	
}
#estimate_loader h2{
	font-size:14px;
	font-weight:400;
	color: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 30%;
	antialiased
}
#estimate_loader .loader{
	 margin:20px auto 0px;
	
}

#estimate_loader  .loader {
  border:5px solid #ccc;
  border-radius: 50%;
  border-top:5px solid #7fba00;
  width:40px;
  height:40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin:20px auto 80px;
}


.credit_more_info{
	width: 97%;
    background: #fff;
    border-radius: 10px;
    padding: 20px 45px; 
    margin: 20px auto 20px;
	display:none;
	
}
ul.info_list {
    width: 100%;
    padding-left: 20px;
    margin: 10px 0px 10px 0px;
}

ul.info_list li {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #273951;
	list-style:circle;
}
.credit_extra_features{
	width: 97%;
    background: #fff;
    border-radius: 10px;
    padding: 20px 45px;  
    margin: 10px auto 20px;
	
}

.credit_extra_features .packeage_row{
	width:100%;
	display:table;
	vertical-align:top;
	padding:10px 0px;
}
.credit_extra_features h2{
	font-weight: 400;
    font-size: 20px;
    text-align: center;
    padding-bottom: 10px;
    color: #273951;
	margin: 10px 0px 10px 0px;
}
.credit_extra_features .packeage_cell{
	
	display:block;
	vertical-align:top;
}

.packeage_cell .ext_info_lnk {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 15px 0px 0px 0px;
    display: inline-block;
    color: #337ab7;
    border-bottom: 1px solid #3370b7;
}
.credit_extra_features .packeage_cell > h3{
	font-size:16px;
	margin:0px;
	font-weight:300;
}
.credit_extra_features .packeage_cell > h3> .price_pkg{
	font-size:18px;
	font-weight:400;
	    display: block;
    margin-top: 8px
}

.credit_extra_features .purchase{
	color: #fff;
    letter-spacing: 1px;
    padding: 5px 0px;
    background: #50a92f;
    margin: 15px 0;
    display: block;
    width: 110px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: 'Avenir', sans-serif;
    font-weight: 500;
    font-size: 15px;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ext_cal_mem {
  position:relative;
  padding-left: 63px;
}

.pri_certif {
  position:relative;
  padding-left: 60px;
}
.pri_sms_pack {
	  position:relative;
  padding-left: 60px;
}

.ext_cal_mem:before {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/cal_mem.png) no-repeat center top 50%;
    width: 70px;
    height: 70px;
    left: 0px;
    top: -14px;
    background-size: 40px 40px;
  
}
.pri_certif:before {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/cre_certif.png) no-repeat center top 50%;
    width: 70px;
    height: 70px;
    left: 0px;
    top: -14px;
    background-size: 43px 43px;
  
}
.pri_sms_pack:before {
    position: absolute;
    content: "";
    display: block;
    background: url(../img/sms_pack.png) no-repeat center top 50%;
    width: 70px;
    height: 70px;
    left: 0px;
    top: -14px;
    background-size: 40px 40px;
  
}
.devider_login{
	width:100%;
	height:1px;
	background:#e2e6e8;
}
#error_max_upload {
	color: #d50000;
    font-size: 13px;
    font-weight: 300;
    margin-left: 24px;
    margin-bottom: 10px;
    display: block;
}

.confirm_panel {
    max-width:500px;
    margin: 50px auto 20px;
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px 40px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    text-align: left;
}


.confirm_panel h2{
	    font-size:20px;
    line-height: 22px;
	font-weight:400;
	text-align:center;
	margin:0px 0px 30px 0px;
}

.confirm_panel h3{
	    font-size: 14px;
    line-height: 22px;
	margin:0px 0px 10px 0px;
}

.confirm_panel .checkmark{
	width: 60px;
    height: 60px;
	margin:0px auto 40px;
}

.unsubcribe_panel {
    max-width:400px;
    margin: 30px auto 20px;
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px 40px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    text-align: left;
}

.unsubcribe_panel h2{
	    font-size:18px;
    line-height: 25px;
	font-weight:400;
	text-align:left;
	margin:0px 0px 15px 0px;
}

.unsubcribe_panel ul.radio-list li{
	width:100%;
	
}

.unsubcribe_panel ul.radio-list li .check {
    top:11px;
}

.unsubcribe_panel textarea {
    border: 1px solid #cfd8dd;
    padding: 10px 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100%;
    height: 80px;
    font-weight: 300;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
	margin-top:20px;
}

.unsub_footer{
	width:100%;
	text-align:center;
}

.un-sub-btn {
    text-transform: capitalize;
    color: #fff;
    padding: 5px 15px;
    background: #00aff0;
    margin: 10px 0px 0px 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: 400;
    font-size: 16px;
    border: none;
    display: inline-block;
    
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.pop_close{
	display:none;
}
@media (max-width:767px){
.extra_service_area{
	min-width: 300px;   
    position: relative;
     box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);	 
-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    background: #fff;
    overflow: auto;
	border-radius:0px;
	-webkit-border-radius:0px;
	
}
.pop_up {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
	    overflow: auto;
    z-index: 99999;
}
.pop_close{
	display:block !important;
	width: 30px;
    height: 30px;
    overflow: hidden;
    z-index: 10;
    background: transparent;
    border: none;
  position: absolute;
    right:5px;
    top: 5px;
	text-indent: 99px;
}
.pop_close:after{
	content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #cccccc;
	    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pop_close:before{
	content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #cccccc;
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
}

.form-group .validation-error-label {
    /*border-top: 1px solid #d50000;*/
   /* width: 100%;
    font-weight: 300;
    color: #d50000;
    font-size: 11px;
    text-align: left;
    margin-top: 48px;;*/
}/*
.form-1 .form-group .validation-valid-label {
    border-top: 1px solid #b8d0ea;
    width: 100%;
    font-weight: 300;
    color: #4caf50;
    font-size: 11px;
    text-align: left;
    margin-top: 48px;
}


.form-2 .form-group .validation-valid-label {
    border-top: 1px solid #b8d0ea;
    width: 100%;
    font-weight: 300;
    color: #4caf50;
    font-size: 11px;
    text-align: left;
}*/

.smsSendBtn{
	position: absolute;
    margin-right: 0px;
    right: 0;
    top: 0;
}
