@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,cyrillic);
/* Basic styles */
html,
body {
  height: 100%;
}
html { font-size: 20px }
body {
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  background-color: #ffffff;
  color: #333333;
  padding-top: 40px;
}
@media (max-width: 767px) {
  body {
    padding-top: 0;
  }
}
img {
  max-width: 100% !important;
}
/* Basic styles */
/* typography */
p {
  margin: 0;
  padding-bottom: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 20px 0 18px 0;
  padding: 0;
}
h1,
.h1 {
  font-size: 24px;
  position: relative;
}
h1.small,
.h1.small {
  font-size: 19.2px;
}
h2,
.h2 {
  font-size: 20px;
  position: relative;
}
h2.small,
.h2.small {
  font-size: 16px;
}
h3,
.h3 {
  font-size: 18px;
}
h3.small,
.h3.small {
  font-size: 14.4px;
}
h4,
.h4 {
  font-size: 16px;
}
h4.small,
.h4.small {
  font-size: 14.4px;
}
h5,
.h5 {
  font-size: 14px;
}
h5.small,
.h5.small {
  font-size: 12.6px;
}
h6,
.h6 {
  font-size: 14px;
}
h6.small,
.h6.small {
  font-size: 12.6px;
}
/* typography */
/* Links */
a {
  text-decoration: underline;
  color: #428bca;
  outline: none !important;
}
a:hover,
a:focus {
  color: #7ec26c;
  text-decoration: none;
}
a.link-advertise {
  color: #ef9200;
}
a.link-advertise span {
  border-color: #ef9200 !important;
}
a.link-delete {
  color: #dc3535;
}
a.link-delete span {
  border-color: #dc3535 !important;
  color: #dc3535;
}
a.link-delete:hover,
a.link-delete:focus {
  color: #dc3535;
}
a.link-delete:hover > span,
a.link-delete:focus > span {
  border-color: transparent !important;
  color: #dc3535 !important;
}
a.link-add {
  color: #68af55;
}
a.link-add span {
  border-color: #68af55 !important;
}
a.link-add:hover span {
  border: none !important;
}
a.link-add:hover .fa {
  color: #68af55;
}
a.link-add-2 {
  color: #aaaaaa;
}
a.link-add-2 span {
  border-color: #aaaaaa !important;
}
a.link-add-2:hover .fa {
  color: #7ec26c;
}
.top-bar a,
.navbar-nav > li > a,
.btn,
.dropdown-menu a,
.nav-tabs a,
.list-heading a {
  text-decoration: none;
}
a.ajax-link,
button.ajax-link {
  text-decoration: none;
  white-space: nowrap;
}
.ajax-link > span {
  border-bottom: 1px dashed #428bca;
}
.ajax-link > span:hover {
  border-bottom: transparent !important;
}
.ajax-link:hover > span,
.ajax-link:focus > span,
.ajax-link:active > span {
  border-bottom: transparent !important;
  color: #7ec26c;
}
.link-red,
.link-red:hover {
  color: #ed1e1e;
}
.link-red.ajax-link > span,
.link-red:hover.ajax-link > span {
  border-color: #ed1e1e !important;
  color: #ed1e1e !important;
}
.link-green {
  color: #56a230;
}
.link-green.ajax-link span {
  border-color: #56a230 !important;
}
.link-green.ajax-link:hover span {
  border-color: transparent !important;
}
.link-hover-red:hover,
.link-hover-red:focus,
.link-hover-red:active {
  color: #ed1e1e !important;
}
.link-hover-red.ajax-link:hover span,
.link-hover-red.ajax-link:focus span,
.link-hover-red.ajax-link:active span {
  color: #ed1e1e;
  border-color: transparent !important;
}
/* Links */
/* Links with icons ("fa" is a class for Font Awesome icon) */
.fa.c-link-icon {
  padding-right: 4px;
}
.c-icon-fixed {
  color: #68af55;
}
span + .fa.c-link-icon {
  padding-left: 4px;
  padding-right: 0;
}
/* Links with icons */
/* Headings */
header.title {
  color: #555555;
  padding: 15px 0;
  margin-bottom: 15px;
}
header.title h1,
header.title h2,
header.title h3,
header.title h4,
header.title h5,
header.title h6 {
  margin-top: 5px;
  margin-bottom: 0;
  border: 0 !important;
}
@media (max-width: 768px) {
  header.title .pull-left,
  header.title .pull-right {
    float: none !important;
    margin: 5px 0;
  }
}
.title-type-2 {
  margin-bottom: 10px;
}
.title-type-2 h1 {
  font-size: 18px;
}
.title-type-2 h1,
.title-type-2 h2,
.title-type-2 h3,
.title-type-2 h4,
.title-type-2 h5,
.title-type-2 h6 {
  padding-top: 12px;
  margin-bottom: 10px !important;
}
.title-type-2 .pro {
  position: relative;
  top: -2px;
}
/* Headings */
/* Text aligns */
@media (max-width: 600px) {
  .text-center-mobile {
    text-align: center;
  }
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
/* Text aligns */
/* Paddings and Margins */
.pd5 {
  padding: 5px !important;
}
.pd10 {
  padding: 10px !important;
}
.pd15 {
  padding: 15px !important;
}
.pd20 {
  padding: 20px !important;
}
.pd30 {
  padding: 30px !important;
}
.pd40 {
  padding: 40px !important;
}
.pd50 {
  padding: 50px !important;
}
.pdl5 {
  padding-left: 5px !important;
}
.pdl10 {
  padding-left: 10px !important;
}
.pdl15 {
  padding-left: 15px !important;
}
.pdl20 {
  padding-left: 20px !important;
}
.pdl30 {
  padding-left: 30px !important;
}
.pdl40 {
  padding-left: 40px !important;
}
.pd0 {
  padding: 0 !important;
}
.pdl50 {
  padding-left: 50px !important;
}
.pdt0 {
  padding-top: 0 !important;
}
.pdt5 {
  padding-top: 5px !important;
}
.pdt10 {
  padding-top: 10px !important;
}
.pdt15 {
  padding-top: 15px !important;
}
.pdt20 {
  padding-top: 20px !important;
}
.pdt30 {
  padding-top: 30px !important;
}
.pdt40 {
  padding-top: 40px !important;
}
.pdt50 {
  padding-top: 50px !important;
}
.pdr5 {
  padding-right: 5px !important;
}
.pdr10 {
  padding-right: 10px !important;
}
.pdr15 {
  padding-right: 15px !important;
}
.pdr20 {
  padding-right: 20px !important;
}
.pdr30 {
  padding-right: 30px !important;
}
.pdr40 {
  padding-right: 40px !important;
}
.pdr50 {
  padding-right: 50px !important;
}
.pdb0 {
  padding-bottom: 0 !important;
}
.pdb5 {
  padding-bottom: 5px !important;
}
.pdb10 {
  padding-bottom: 10px !important;
}
.pdb15 {
  padding-bottom: 15px !important;
}
.pdb20 {
  padding-bottom: 20px !important;
}
.pdb30 {
  padding-bottom: 30px !important;
}
.pdb40 {
  padding-bottom: 40px !important;
}
.pdb50 {
  padding-bottom: 50px !important;
}
.mrgt0 {
  margin-top: 0 !important;
}
.mrg5 {
  margin: 5px !important;
}
.mrg10 {
  margin: 10px !important;
}
.mrg15 {
  margin: 15px !important;
}
.mrg20 {
  margin: 20px !important;
}
.mrg30 {
  margin: 30px !important;
}
.mrg40 {
  margin: 40px !important;
}
.mrg50 {
  margin: 50px !important;
}
.mrgl5 {
  margin-left: 5px !important;
}
.mrgl10 {
  margin-left: 10px !important;
}
.mrgl15 {
  margin-left: 15px !important;
}
.mrgl20 {
  margin-left: 20px !important;
}
.mrgl30 {
  margin-left: 30px !important;
}
.mrgl40 {
  margin-left: 40px !important;
}
.mrgl50 {
  margin-left: 50px !important;
}
.mrgt5 {
  margin-top: 5px !important;
}
.mrgt10 {
  margin-top: 10px !important;
}
.mrgt15 {
  margin-top: 15px !important;
}
.mrgt20 {
  margin-top: 20px !important;
}
.mrgt30 {
  margin-top: 30px !important;
}
.mrgt40 {
  margin-top: 40px !important;
}
.mrgt50 {
  margin-top: 50px !important;
}
.mrgr5 {
  margin-right: 5px !important;
}
.mrgr10 {
  margin-right: 10px !important;
}
.mrgr15 {
  margin-right: 15px !important;
}
.mrgr20 {
  margin-right: 20px !important;
}
.mrgr30 {
  margin-right: 30px !important;
}
.mrgr40 {
  margin-right: 40px !important;
}
.mrgr50 {
  margin-right: 50px !important;
}
.mrgb0 {
  margin-bottom: 0 !important;
}
p.mrg5 {
  font-size: 120%;
  font-weight: bold;
}
.mrgb5 {
  margin-bottom: 5px !important;
}
.mrgb10 {
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .mrgb10-xs {
    margin-bottom: 10px !important;
  }
}
.mrgb15 {
  margin-bottom: 15px !important;
}
.mrgb20 {
  margin-bottom: 20px !important;
}
.mrgb30 {
  margin-bottom: 30px !important;
}
.mrgb40 {
  margin-bottom: 40px !important;
}
.mrgb50 {
  margin-bottom: 50px !important;
}
/* Paddings and Margins */
.nowrap {
  white-space: nowrap;
}
/* Scroll to top */
.c-scrolltop {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 998;
}
@media (max-width: 1140px) {
  .c-scrolltop {
    display: none !important;
  }
}
.c-scrolltop a {
  width: 50px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #bbb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.c-scrolltop a:hover {
  color: #68af55;
}
.c-scrolltop span {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  color: #fff;
  display: block;
  margin-bottom: 7px;
  background: #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.c-scrolltop a:hover span {
  background-color: #68af55;
}
/* Pro Account */
.pro,
label span.pro {
  font-size: 11px;
  padding: 2px 5px;
  background: #e43636;
  color: #fff !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none !important;
  font-family: "Arial", sans-serif;
  cursor: default;
  text-transform: uppercase;
}
.pro-client,
label span.pro-client {
  font-size: 11px;
  padding: 2px 5px;
  background: #f7ae39;
  color: #fff !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none !important;
  text-transform: uppercase;
}
.c-verified {
  color: #ff6e00 !important;
  font-size: 18px;
  position: relative;
  top: 2px;
}
/* Pro Account */
/* Forms and buttons */
.form-horizontal .form-inline .form-group {
  margin-left: 0 !important;
  margin-right: 15px !important;
}
.help-block {
  font-size: 12px;
  font-style: italic;
  color: #999;
}
.checkbox {
  line-height: 20px;
}
.checkbox span {
  border-bottom: 1px dashed #428bca;
  color: #428bca;
}
.checkbox:hover {
  cursor: pointer;
}
.checkbox:hover span {
  border-bottom-color: #7ec26c;
  color: #7ec26c;
}
label {
  font-weight: normal;
}
@media (max-width: 991px) {
  .control-label {
    padding-bottom: 5px;
  }
}
fieldset[disabled] .btn-link {
  text-decoration: underline;
}
.input-group-addon {
  border-color: #c7d9df;
  background-color: #edf4f5;
}
.form-control {
  border: 1px solid #c7d9df;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  background-color: #fff;
}
.form-control:focus {
  border-color: #7ec26c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-feedback .form-control-feedback {
  font-size: 18px;
  color: #ccc;
}
@media (max-width: 600px) {
  .c-formSuccess {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .c-formSuccess span {
    display: block;
  }
}
.c-formSubmit .c-formCancel {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .c-formSubmit {
    text-align: center;
  }
  .c-formSubmit .c-formCancel {
    padding: 5px 0;
    display: block;
    margin: 0;
  }
  .c-formSubmit .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.c-formCancel {
  display: inline-block;
  margin: 0 10px;
  padding: 10px 0;
}
.btn {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  outline: none;
  white-space: normal;
  padding: 6px 12px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}
.btn .fa {
  margin: 0 3px;
}
.btn-lg,
.btn-group-lg > .btn {
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-sm {
  padding: 5px 7px;
}
.btn-md {
  font-weight: normal;
}
.btn-tiny {
  padding: 2px 5px;
  font-size: 12px;
}
.btn-link {
  color: #428bca;
  outline: none;
  text-decoration: underline;
}
.btn-link:active,
.btn-link[disabled] {
  text-decoration: underline;
}
.btn-link:hover,
.btn-link:focus {
  color: #7ec26c;
  text-decoration: none;
}
.btn-primary {
  background-color: #68af55;
  border-color: #68af55;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #7ec26c;
  border-color: #7ec26c;
}
.open .dropdown-toggle.btn-primary {
  background-color: #7ec26c;
  border-color: #7ec26c;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #7ec26c;
  border-color: #7ec26c;
}
.btn-secondary {
  background-color: #0087b3;
  border-color: #0087b3;
  color: #FFF;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #00a8c6;
  border-color: #00a8c6;
  color: #FFF;
}
.open .dropdown-toggle.btn-secondary {
  background-color: #c7d9df;
  border-color: #c7d9df;
}
.btn-default {
  background: #f5f5f5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #f5f5f5));
  background: -ms-linear-gradient(bottom, #eeeeee, #f5f5f5);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #f5f5f5 100%);
  background: -o-linear-gradient(#f5f5f5, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);
  border-color: #dddddd;
  color: #333333;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background: #f9f9f9;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1f1f1), color-stop(1, #f7f7f7));
  background: -ms-linear-gradient(bottom, #f1f1f1, #f7f7f7);
  background: -moz-linear-gradient(center bottom, #f1f1f1 0%, #f7f7f7 100%);
  background: -o-linear-gradient(#f7f7f7, #f1f1f1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
  border-color: #cccccc;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-check {
  color: #555555;
  background-color: #f5f5f5;
  border-color: #eee;
}
.btn-check:hover,
.btn-check:focus,
.btn-check:active,
.btn-check.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #68af55;
  border-color: #68af55;
}
.btn-check:active,
.btn-check.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
  color: #fff !important;
}
.btn-check.disabled,
.btn-check[disabled],
fieldset[disabled] .btn-check,
.btn-check.disabled:hover,
.btn-check[disabled]:hover,
fieldset[disabled] .btn-check:hover,
.btn-check.disabled:focus,
.btn-check[disabled]:focus,
fieldset[disabled] .btn-check:focus,
.btn-check.disabled:active,
.btn-check[disabled]:active,
fieldset[disabled] .btn-check:active,
.btn-check.disabled.active,
.btn-check[disabled].active,
fieldset[disabled] .btn-check.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.c-onoffswitch {
  position: relative;
  width: 45px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-top: 3px;
}
.c-onoffswitch-checkbox {
  display: none;
}
.c-onoffswitch-checkbox + .c-onoffswitch-label {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  box-sizing: border-box;
}
.c-onoffswitch-checkbox + .c-onoffswitch-label .c-onoffswitch-switch {
  background: #777777;
}
.c-onoffswitch-checkbox:checked + .c-onoffswitch-label {
  background: #68af55;
  border: 1px solid #68af55;
}
.c-onoffswitch-checkbox:checked + .c-onoffswitch-label .c-onoffswitch-inner {
  margin-left: 0;
}
.c-onoffswitch-checkbox:checked + .c-onoffswitch-label .c-onoffswitch-switch {
  right: 0;
}
.c-onoffswitch-checkbox:checked + .c-onoffswitch-label .c-onoffswitch-switch {
  background: #fff;
}
.c-onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 15px;
}
.c-onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.c-onoffswitch-inner:before,
.c-onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 18px;
  padding: 0;
  line-height: 18px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-onoffswitch-inner:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-left: 7px;
  color: #FFFFFF;
}
.c-onoffswitch-inner:after {
  content: "\f068";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 7px;
  color: #999999;
  text-align: right;
}
.c-onoffswitch-switch {
  display: block;
  width: 14px;
  height: 14px;
  margin: 3px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 24px;
  -moz-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.radio-inputs > label > input {
  margin-top: 8px;
}
.radio-inputs-checkbox {
  float: left;
  margin-top: 5px !important;
}
@media (max-width: 767px) {
  .radio-inputs-checkbox {
    float: none;
    display: block !important;
    margin-left: 0 !important;
    padding-left: 5px !important;
    margin-top: 40px !important;
  }
  .radio-inputs-checkbox:before {
    clear: both;
    content: '';
    display: block;
  }
}
@media (max-width: 767px) {
  .radio-inline-sm {
    display: block;
  }
}
@media (max-width: 767px) {
  .radio-inline-sm + .radio-inline-sm {
    margin-left: 0 !important;
  }
}
.radio-success {
  color: #5cb85c;
}
.radio-danger {
  color: #d9534f;
}
.radio-inert {
  color: #777;
}
/* Forms and buttons */
/*Social icons*/
.social-icons {
  padding: 0 !important;
  margin: 0 !important;
  list-style-type: none !important;
}
.social-icons ul {
  margin: 0;
  padding: 0;
  zoom: 1;
  *display: inline;
}
.social-icons li {
  float: right;
  margin-right: 5px !important;
  margin-left: 5px !important;
  margin-bottom: 5px !important;
  padding: 0px !important;
  display: inline !important;
  width: auto !important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  border: 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  .social-icons li {
    float: left;
    margin-top: 20px;
  }
}
.social-icons li a {
  display: block !important;
  float: left !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: call 0.2s;
  -o-transition: all 0.2s;
  background-color: transparent;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
}
.social-icons li a:hover {
  color: #fff !important;
}
.social-icons li.facebook a {
  color: #3b5998;
}
.social-icons li.facebook a:hover {
  background-color: #3b5998;
}
.social-icons li.vk a {
  color: #6D8CB0;
}
.social-icons li.vk a:hover {
  background-color: #6D8CB0;
}
.social-icons li.odnoklassniki a {
  color: #ee6600;
}
.social-icons li.odnoklassniki a:hover {
  background-color: #ee6600;
}
.social-icons li.flickr a {
  color: #f1628b;
}
.social-icons li.flickr a:hover {
  background-color: #f1628b;
}
.social-icons li.googleplus a {
  color: #d94a39;
}
.social-icons li.googleplus a:hover {
  background-color: #d94a39;
}
.social-icons li.html5 a {
  color: #f3642c;
}
.social-icons li.html5 a:hover {
  background-color: #f3642c;
}
.social-icons li.linkedin a {
  color: #71b2d0;
}
.social-icons li.linkedin a:hover {
  background-color: #71b2d0;
}
.social-icons li.pinterest a {
  color: #cb2027;
}
.social-icons li.pinterest a:hover {
  background-color: #cb2027;
}
.social-icons li.skype a {
  color: #18b7f1;
}
.social-icons li.skype a:hover {
  background-color: #18b7f1;
}
.social-icons li.tumblr a {
  color: #3a5976;
}
.social-icons li.tumblr a:hover {
  background-color: #3a5976;
}
.social-icons li.twitter a {
  color: #48c4d2;
}
.social-icons li.twitter a:hover {
  background-color: #48c4d2;
}
.social-icons li.youtube a {
  color: #f45750;
}
.social-icons li.youtube a:hover {
  background-color: #f45750;
}
/*Social icons*/
/* Alerts */
.alert {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0;
}
.alert h5 {
  margin-top: 0;
  margin-bottom: 10px;
}
.alert-in {
  border: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.alert-in-red {
  border-color: #f2dede;
}
.alert-in-title {
  font-size: 13px;
  color: #777777;
}
.alert-chosen {
  background-color: #fcf8e3;
  color: #8a6d3b;
}
.alert-decline {
  background-color: #f2dede;
  color: #a94442;
}
.alert-decline a {
  color: inherit !important;
}
.alert-deleted {
  background-color: #e9e9e9;
  color: #888888;
}
.alert-candidate {
  background-color: #dff0d8;
  color: #3c763d;
}
.alert-default {
  background: #eeeeee;
}
.alert-arbitrage {
  background-color: white;
  border: 1px solid #dddddd;
  font-weight: bold;
  color: #ed1e1e;
}
.alert-arbitrage-finished {
  color: #555555;
}
.alert-start {
  background-color: white;
  border: 1px solid #dddddd;
  font-weight: bold;
  color: #2d70a8;
}
.alert-finished {
  background-color: white;
  border: 1px solid #dddddd;
  font-weight: bold;
  color: #56a230;
}
.alert-return {
  background-color: white;
  border: 1px solid #dddddd;
  font-weight: bold;
  color: #ff8400;
}
.alert-ico-right {
  float: right;
  margin-left: 10px;
  font-size: 20px;
  margin-top: 4px;
}
.c-fixedAlerts {
  position: fixed;
  top: 20px;
  left: 10%;
  width: 80%;
  z-index: 1060;
}
.c-fixedAlerts .alert {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.alert-controls {
  list-style: none;
  padding: 0;
  margin: 4px 0 0 0;
}
.alert-controls > li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 4px;
  margin-top: 4px;
  white-space: nowrap;
}
.alert-controls a {
  white-space: normal !important;
}
@media (max-width: 767px) {
  .alert-controls > li {
    display: block;
    white-space: normal;
    margin-right: 0;
  }
  .alert-controls > li + li {
    margin-top: 5px;
  }
  .alert-controls .btn {
    display: block;
    width: 100%;
  }
}
/* Alerts */
/*labels*/
.label {
  font-size: 11px !important;
  border-radius: 2px;
  color: #fff !important;
  text-decoration: none;
  border: 0 !important;
}
.label a {
  text-decoration: none;
  color: #fff;
}
.label-free {
  background: #5cb85c;
}
.label-closed {
  background: #9C9C9C;
}
a.label-free:hover {
  background: #449d44;
}
.label-busy {
  background: #707070;
}
a.label-busy:hover {
  background: #A2A2A2;
}
.label-active {
  background: #5cb85c;
}
.label-notActive {
  background: #777;
}
.label-candidate {
  background: #dff0d8;
  color: #3c763d !important;
}
.label-decline {
  background: #f2dede;
  color: #a94442 !important;
}
.label-chosen {
  background: #fcf8e3;
  color: #8a6d3b !important;
}
.label-success {
  background-color: #5cb85c;
}
.label-success > a {
  color: #fff !important;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger > a {
  color: #fff !important;
}
.label-process {
  background: #5aa9d1;
  color: #fff;
}
.label-review {
  background: #a060d6;
  color: #fff;
}
.label-planned {
  background: #eaa841;
  color: #fff;
}
.label-canceled {
  background: #e84444;
  color: #fff;
}
.label-old {
  background: #777777;
  color: #fff;
}
.label-new {
  background: #56a230;
}
.label-count {
  background: #eee;
  color: #777777 !important;
}
.label-client {
  background: #00a8c6;
}
.label-worker {
  background: #68af55;
}
.label-arbitrator {
  background: #ed1e1e;
}
.text-highlight {
  font-style: normal;
  background: #ffeda9;
}
.bold-x {
  font-weight: bold;
  font-size: 17px;
}
/*labels*/
/*text colors*/
.text-new {
  color: #68af55;
}
.text-primary {
  color: #68af55;
}
.text-grey {
  color: #777777;
}
.text-success {
  color: #56a230;
}
.text-orange {
  color: #ff8400;
}
.text-brown {
  color: #8b6d3b;
}
.text-green {
  color: #56a230;
}
.text-red {
  color: #ed1e1e;
}
.text-warning {
  color: #ff8400;
}
/*text colors*/
/* Centered list */
.c-centeredUL {
  display: inline-block;
  margin: 0;
  padding: 0;
  zoom: 1;
  *display: inline;
}
.c-centeredUL li {
  float: left;
}
/* Centered list */
/* Responsive frame */
.l-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.l-video-container iframe,
.l-video-container object,
.l-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Responsive frame */
/* other styles */
.disabled {
  opacity: 0.6;
}
.displaynone {
  display: none;
}
.flnone {
  float: none !important;
}
.relative {
  position: relative;
}
.list-unstyled-morespace > li + li {
  padding-top: 5px;
}
.c-subtext {
  font-size: 13px;
  color: #cccccc;
  font-style: italic;
}
.c-highlited {
  color: #68af55;
}
.c-highlited-secondary {
  color: #00a8c6;
}
.c-base-date {
  font-size: 12px;
  color: #aaa;
}
.c-rss-subscribe {
  background: #fff;
  border: 1px solid #dddddd;
  padding: 10px;
  position: absolute;
  top: -11px;
  left: -11px;
  width: 300px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 30;
}
.c-files-add ul {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
}
.map-google label {
  width: auto !important;
  display: inline !important;
}
.map-google img {
  max-width: none !important;
}
.c-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ccc;
  z-index: 1;
}
.c-status-lg {
  width: 12px;
  height: 12px;
}
.c-status-inline {
  display: inline-block;
  position: relative;
  margin-right: 2px;
  top: -1px;
}
.c-status-online {
  background: #6BCD1C;
}
.c-status-offline {
  background: #ccc;
}
.c-viewed {
  font-size: 12px;
  color: #aaa;
}
/* Floats */
@media (min-width: 992px) {
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 768px) {
  .pull-right-md {
    float: right;
  }
}
/* other styles */
/*** BOOTSTRAP CLASSES ***/
/* Navbar */
.navbar-default {
  background: #fbfcfc;
  font-family: 'Open Sans', sans-serif;
  padding: 0;
  font-weight: 700;
  margin-bottom: 30px;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #c7d9df;
  font-size: 14px;
}
.navbar-default .container {
  position: relative;
}
.navbar-default a {
  border: 0;
}
.navbar-default .navbar-nav {
  margin: 0 -15px;
}
.navbar-default .navbar-nav > li > a {
  color: #444444;
  font-family: 'Open Sans', sans-serif;
  height: 86px;
  line-height: 86px;
  font-size: 14px;
  font-weight: 600;
  padding: 0 15px;
  position: relative;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #7ec26c;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li.active > a:focus {
  color: #7ec26c;
  background-color: transparent;
}
.navbar-default .navbar-nav > li.active > a:before {
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -17px;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #c7d9df;
  float: left;
  content: '';
}
.navbar-default .navbar-nav > li.active > a:after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  float: left;
  content: '';
}
.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li.open > a:hover,
.navbar-default .navbar-nav > li.open > a:focus {
  background-color: transparent;
  color: #7ec26c;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  margin-top: -10px;
  background: #00a8c6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.navbar-default .navbar-nav > li > .dropdown-menu li a {
  color: #fff;
}
.navbar-default .navbar-nav > li > .dropdown-menu li a:hover {
  color: #0087b3;
  background: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu li.active a {
  background: #fff !important;
  color: #0087b3 !important;
}
.navbar-default .navbar-nav > li > .dropdown-menu:after {
  position: absolute;
  top: -7px;
  right: 12px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #00a8c6;
  border-left: 7px solid transparent;
  content: '';
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    line-height: 40px;
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav {
    margin: 0;
  }
  .navbar-default .navbar-nav > li a {
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #e5e5e5;
  }
  .navbar-default .navbar-nav > li.active > a,
  .navbar-default .navbar-nav > li.active > a:hover,
  .navbar-default .navbar-nav > li.active > a:focus {
    background-image: none;
  }
  .navbar-default .navbar-nav > li.active > a:before,
  .navbar-default .navbar-nav > li.active > a:after {
    display: none;
  }
  .navbar-default .navbar-nav > li .dropdown-menu {
    background-color: transparent;
  }
  .navbar-default .navbar-nav > li .dropdown-menu:after {
    display: none;
  }
}
.navbar-default .navbar-toggle {
  padding: 9px 10px;
  margin-top: 21.5px;
  margin-bottom: 0;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  color: #00a8c6;
  font-weight: 600;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .dropdown .dropdown-toggle {
  background-color: transparent;
  padding: 0 15px;
  border: 0;
}
.navbar-collapse {
  max-height: none;
}
.navbar-header {
  position: relative;
}
.navbar-header-dropdown-toggle {
  position: absolute;
  left: 100px;
  bottom: 15px;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .navbar-header-dropdown-toggle {
    left: 115px;
  }
}
@media (max-width: 600px) {
  .navbar-header-dropdown-toggle {
    top: 35px;
    left: 100px;
  }
}
.navbar-header-dropdown {
  top: 100% !important;
  margin-top: -7px !important;
  left: 0;
  right: auto !important;
  min-width: 240px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: normal !important;
}
.navbar-header-dropdown:after {
  position: absolute;
  top: -7px;
  left: 110px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  content: '';
  z-index: 9;
}
.navbar-header-dropdown:before {
  position: absolute;
  top: -9px;
  left: 110px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #c7d9df;
  border-left: 7px solid transparent;
  content: '';
  z-index: 9;
}
.navbar-header-dropdown h3 {
  font-size: 16px;
}
.navbar-header-dropdown a.close {
  font-size: 20px;
  right: 10px;
  top: 17px;
}
@media (max-width: 767px) {
  .navbar-header-dropdown {
    left: 15px !important;
    right: 15px !important;
  }
}
@media (max-width: 767px) {
  .navbar-header-dropdown-heading {
    padding-right: 40px !important;
  }
}
.navbar-header-dropdown-countries {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-header-dropdown-countries li {
  position: relative;
  padding-left: 10px;
  padding-right: 30px;
}
.navbar-header-dropdown-countries li span {
  position: absolute;
  top: 0;
  left: 0;
  color: #555555;
}
.navbar-header-dropdown-countries li a {
  white-space: nowrap;
}
.navbar-header-dropdown-countries li + li {
  padding-top: 5px;
}
.navbar-header-dropdown-countries li + li span {
  top: 5px;
}
.navbar-header-dropdown-countries li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar-header-dropdown-countries li ul li + li {
  padding-top: 5px;
}
@media (max-width: 767px) {
  .navbar-header-dropdown-countries li {
    padding: 0;
  }
  .navbar-header-dropdown-countries li a {
    display: block;
    padding: 7px 10px;
    text-decoration: none;
  }
  .navbar-header-dropdown-countries li a:hover,
  .navbar-header-dropdown-countries li a:active,
  .navbar-header-dropdown-countries li a:focus {
    background: #edf4f5;
  }
  .navbar-header-dropdown-countries li span {
    display: none;
  }
}
.navbar-brand {
  padding: 0 20px 0 15px;
  font-size: 13px;
  line-height: 18px;
  height: 86px;
  display: table;
  text-decoration: none !important;
  color: #777777 !important;
  position: relative;
}
.navbar-brand .logo {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.navbar-brand .logo span {
  padding-left: 10px;
}
.navbar-brand .logo img {
  max-width: 160px !important;
  max-height: 66px;
}
@media (max-width: 600px) {
  .navbar-brand .logo span {
    display: none;
  }
  .navbar-brand .logo img {
    max-height: 46px;
  }
}
.logo-subtext {
  position: absolute;
  left: 100px;
  bottom: 15px;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .logo-subtext {
    left: 115px;
  }
}
.navbar-style2 > li > a {
  height: 36px !important;
  line-height: 36px !important;
  margin-top: 25px;
}
.navbar-style2 > li.active > a,
.navbar-style2 > li.active > a:hover,
.navbar-style2 > li.active > a:focus {
  color: #fff !important;
  background-color: #7ec26c !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.navbar-style2 > li.active > a:before {
  display: none !important;
}
.navbar-style2 > li.active > a:after {
  display: none !important;
}
.navbar-style2 > li > .dropdown-menu {
  margin-top: 0 !important;
}
@media (max-width: 991px) {
  .navbar-style2 {
    margin: 0;
  }
  .navbar-style2 > li a {
    height: 40px !important;
    line-height: 40px !important;
    margin-top: 0;
  }
  .navbar-style2 > li.active > a,
  .navbar-style2 > li.active > a:hover,
  .navbar-style2 > li.active > a:focus {
    background-image: none;
  }
  .navbar-style2 > li.active > a:before,
  .navbar-style2 > li.active > a:after {
    display: none;
  }
  .navbar-style2 > li .dropdown-menu {
    background-color: transparent;
  }
  .navbar-style2 > li .dropdown-menu:after {
    display: none;
  }
}
/* Navbar */
/* Tooltip */
.tooltip {
  z-index: 9999;
}
@media (max-width: 767px) {
  .tooltip {
    display: none !important;
  }
}
.tooltip-inner {
  border-radius: 0;
}
/* Tooltip */
/* Media */
.media:first-child {
  margin-top: 30px;
}
/* Media */
/* Tables */
.table-condensed > tbody > tr:first-child > td {
  border-top: 0;
}
.table > thead > tr > th {
  font-size: 12px;
}
/* Tables */
/* Pagination */
.pagination li a,
.pagination li a:hover,
.pagination li span,
.pagination li span:hover {
  color: #777777;
}
.pagination li.active a,
.pagination li.active a:hover,
.pagination li.active span,
.pagination li.active span:hover {
  background: #7ec26c;
  border-color: #7ec26c;
}
.pagination-container .pagination {
  float: left;
}
@media (max-width: 767px) {
  .pagination-container .pagination {
    float: none;
  }
}
.pagination-container:after {
  display: block;
  content: '';
  clear: both;
}
.pagination-num {
  float: right;
  margin-top: 20px;
}
.pagination-num .form-control {
  width: 50px;
  display: inline-block;
  text-align: center;
}
.pagination-num label {
  display: inline-block;
  color: #777777;
}
@media (max-width: 767px) {
  .pagination-num {
    float: none;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
/* Pagination */
/* Dropdown */
.c-dropdown {
  background: #fff;
  border: 2px solid #c7d9df;
  position: absolute;
  top: 100%;
  margin-top: 5px;
  left: 0;
  z-index: 99;
}
.c-dropdown .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #555555;
  text-decoration: none;
  margin-top: -5px;
}
.c-dropdown-inner {
  padding: 15px;
}
.c-dropdown-heading {
  padding: 15px;
  border-bottom: 1px solid #dddddd;
  position: relative;
}
.c-dropdown-heading h3 {
  font-size: 14px;
  margin: 0;
  margin-right: 20px;
}
.c-dropdown-heading .media-body,
.c-dropdown-heading .media {
  overflow: visible;
}
.c-dropdown-heading-sm {
  padding-bottom: 10px;
  padding-right: 30px;
}
.c-dropdown-heading-sm h3 {
  margin: 0;
  font-size: 14px;
}
.dropdown a {
  outline: none;
}
.dropdown-toggle {
  white-space: normal !important;
}
.dropdown-menu {
  border: 2px solid #c7d9df;
  min-width: 120px;
  padding: 5px !important;
}
.dropdown-menu li a {
  padding: 3px 8px;
  margin: 2px 0;
  display: block;
  color: #428bca;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.dropdown-menu li a:hover {
  color: #0087b3;
  background-color: #edf4f5;
}
.dropdown-menu li a .fa {
  margin-right: 5px;
  width: 13px;
}
.dropdown-menu li.active a,
.dropdown-menu li.active a:hover {
  background: #7ec26c;
  color: #fff;
}
.dropdown-menu.c-dropdown-caret_left,
.dropdown-menu.c-dropdown-caret_right {
  margin-top: 7px;
}
.dropdown-menu.c-dropdown-caret_left:after {
  position: absolute;
  top: -7px;
  left: 12px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  content: '';
}
.dropdown-menu.c-dropdown-caret_left:before {
  position: absolute;
  top: -9px;
  left: 10px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #c7d9df;
  border-left: 9px solid transparent;
  content: '';
}
.dropdown-menu.c-dropdown-caret_right:after {
  position: absolute;
  top: -7px;
  right: 12px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
  content: '';
}
.dropdown-menu.c-dropdown-caret_right:before {
  position: absolute;
  top: -9px;
  right: 10px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #c7d9df;
  border-left: 9px solid transparent;
  content: '';
}
.dropdown-menu-none {
  padding: 3px 8px;
  color: #777777;
}
.dropdown-menu-autocomplete {
  margin-bottom: 5px;
  position: relative;
}
.dropdown-menu-autocomplete > .form-control {
  padding-right: 28px;
}
.dropdown-menu-autocomplete-clear {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 5px !important;
  display: block;
  background-color: transparent !important;
  text-decoration: none !important;
  color: #777777 !important;
  height: 30px;
  width: 28px;
  text-align: center;
  z-index: 10;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.dropdown-menu-autocomplete-clear:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.dropdown-menu-autocomplete-progress {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 6px !important;
  height: 30px;
  width: 28px;
  text-align: center;
  z-index: 10;
}
/* Dropdown */
/* Breadcrumbs */
.breadcrumb {
  background-color: transparent;
  font-size: 12px;
  padding: 0;
  display: block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.breadcrumb:after {
  background: url("../img/transparent.png") repeat-y scroll 0 0 transparent;
  content: "";
  width: 100px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
}
/* Breadcrumbs */
/* Modals */
.modal-content {
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-title {
  padding: 2px 0 1px 0;
  margin: 0;
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-footer {
  margin-top: 0;
  text-align: left;
}
.modal-body {
  padding: 15px;
}
.modal-header {
  padding: 10px 15px;
}
.modal-header .close {
  margin-top: -5px;
}
.modal-header h4 {
  margin: 0 !important;
  padding: 0 !important;
}
.modal-title-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal-title-tabs > li {
  float: left;
  position: relative;
  margin-bottom: -1px;
}
.modal-title-tabs > li > a {
  display: block;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid transparent;
  text-decoration: none !important;
  padding: 7px 15px !important;
  background-color: transparent !important;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal-title-tabs > li > a:hover {
  color: #7ec26c;
}
.modal-title-tabs > li.active > a {
  color: #333333 !important;
  border-color: #dddddd !important;
  border-bottom-color: #fff !important;
}
.modal-title-tabs:after {
  display: block;
  content: '';
  clear: both;
}
@media (min-width: 992px) {
  .modal-dialog-lg {
    width: 860px;
  }
}
/* Modals */
/* Accordion */
.modal {
  margin-bottom: 0;
}
.modal .panel-group .panel {
  border-radius: 2px;
}
.modal .close {
  font-size: 36px;
  color: #333333;
}
.panel-default {
  border-color: #c7d9df;
}
.panel-default .panel-heading {
  color: #0087b3;
  background-color: #edf4f5;
  border-color: #c7d9df;
  padding: 0;
}
.panel-default .panel-heading + .panel-collapse .panel-body {
  border-top-color: #c7d9df;
}
.panel-default .panel-heading a {
  display: block;
  padding: 10px;
}
.panel-default a {
  text-decoration: none;
}
.panel-heading {
  position: relative;
  padding-right: 40px;
}
.panel-heading-icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  text-align: center;
}
/* Accordion */
/* tabs */
.nav-tabs,
.nav-pills {
  position: relative;
}
.nav .open > a,
.nav .open a:hover,
.nav .open a:focus {
  border-color: transparent;
}
.nav-tabs {
  border-bottom: 1px solid #c7d9df;
}
.nav-tabs > li a {
  border-radius: 4px 4px 0 0;
  color: #777777;
}
.nav-tabs > li a:hover {
  border-color: transparent;
  background-color: transparent;
  color: #999999;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-color: #c7d9df;
  border-bottom-color: transparent;
  color: #7ec26c;
  cursor: pointer !important;
}
@media (max-width: 991px) {
  .nav-tabs {
    width: 100%;
    border-bottom: 0;
    padding: 15px;
    border-top: 1px solid #c7d9df;
  }
  .nav-tabs > li {
    float: none;
  }
  .nav-tabs > li > a {
    text-align: center;
    margin-bottom: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-tabs > li:last-child > a {
    margin-bottom: 0;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border-bottom-color: #c7d9df;
  }
  .nav-tabs > li.pull-right {
    float: none !important;
  }
  .nav-tabs > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
}
@media (min-width: 991px) {
  .nav-tabs.collapse {
    display: block!important;
  }
}
.nab-tabs-count {
  margin-left: 5px;
  color: #cccccc;
}
/* tabs */
.c-nowrap {
  white-space: nowrap !important;
}
/*** BOOTSTRAP CLASSES ***/
/* Phone */
/* Country icons */
.c-phoneSelect {
  position: relative;
}
.c-phoneSelect > .form-control {
  padding-left: 36px;
}
.c-phoneSelect-inline {
  display: inline-block;
}
.c-phoneSelect-btn {
  padding-left: 0;
}
@media (max-width: 767px) {
  .c-phoneSelect-btn {
    padding-left: 15px;
    padding-top: 10px;
  }
}
.c-phoneSelect-btn-links {
  margin-top: 10px;
}
.c-phoneSelect-btn-links > a {
  margin-right: 10px;
}
.c-phoneDropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  max-height: 300px;
  overflow-y: auto;
  margin-top: 5px;
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.c-phoneDropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-phoneDropdown ul li {
  text-align: left !important;
}
.c-phoneDropdown ul li a {
  display: block;
  padding: 10px 15px 10px 35px;
  text-decoration: none;
  color: #777777;
  position: relative;
}
.c-phoneDropdown ul li a:hover {
  background: #f5f5f5;
}
.c-phoneDropdown ul li.active a {
  background: #f5f5f5;
}
.c-phoneDropdown ul li + li {
  border-top: 1px solid #dddddd;
}
.c-phoneDropdown i {
  font-style: normal;
  float: right;
}
.country-icon {
  display: block;
  position: absolute;
  width: 36px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.country-icon span {
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px;
  width: 16px;
  height: 11px;
  background-image: url(../img/flags.png);
}
.country-icon-ad {
  background-position: -16px 0;
}
.country-icon-af {
  background-position: -48px 0;
}
.country-icon-ag {
  background-position: -64px 0;
}
.country-icon-ai {
  background-position: -80px 0;
}
.country-icon-al {
  background-position: -96px 0;
}
.country-icon-am {
  background-position: -112px 0;
}
.country-icon-an {
  background-position: -128px 0;
}
.country-icon-ao {
  background-position: -144px 0;
}
.country-icon-ar {
  background-position: -160px 0;
}
.country-icon-as {
  background-position: -176px 0;
}
.country-icon-at {
  background-position: -192px 0;
}
.country-icon-au {
  background-position: -208px 0;
}
.country-icon-aw {
  background-position: -224px 0;
}
.country-icon-az {
  background-position: -240px 0;
}
.country-icon-ba {
  background-position: 0 -11px;
}
.country-icon-bb {
  background-position: -16px -11px;
}
.country-icon-bd {
  background-position: -32px -11px;
}
.country-icon-be {
  background-position: -48px -11px;
}
.country-icon-bf {
  background-position: -64px -11px;
}
.country-icon-bg {
  background-position: -80px -11px;
}
.country-icon-bh {
  background-position: -96px -11px;
}
.country-icon-bi {
  background-position: -112px -11px;
}
.country-icon-bj {
  background-position: -128px -11px;
}
.country-icon-bm {
  background-position: -144px -11px;
}
.country-icon-bn {
  background-position: -160px -11px;
}
.country-icon-bo {
  background-position: -176px -11px;
}
.country-icon-br {
  background-position: -192px -11px;
}
.country-icon-bs {
  background-position: -208px -11px;
}
.country-icon-bt {
  background-position: -224px -11px;
}
.country-icon-bv {
  background-position: -240px -11px;
}
.country-icon-bw {
  background-position: 0 -22px;
}
.country-icon-by {
  background-position: -16px -22px;
}
.country-icon-bz {
  background-position: -32px -22px;
}
.country-icon-ca {
  background-position: -48px -22px;
}
.country-icon-cd {
  background-position: -80px -22px;
}
.country-icon-cf {
  background-position: -96px -22px;
}
.country-icon-cg {
  background-position: -112px -22px;
}
.country-icon-ch {
  background-position: -128px -22px;
}
.country-icon-ci {
  background-position: -144px -22px;
}
.country-icon-ck {
  background-position: -160px -22px;
}
.country-icon-cl {
  background-position: -176px -22px;
}
.country-icon-cm {
  background-position: -192px -22px;
}
.country-icon-cn {
  background-position: -208px -22px;
}
.country-icon-co {
  background-position: -224px -22px;
}
.country-icon-cr {
  background-position: -240px -22px;
}
.country-icon-cu {
  background-position: 0 -33px;
}
.country-icon-cv {
  background-position: -16px -33px;
}
.country-icon-cw {
  background-position: -32px -33px;
}
.country-icon-cy {
  background-position: -48px -33px;
}
.country-icon-cz {
  background-position: -64px -33px;
}
.country-icon-de {
  background-position: -80px -33px;
}
.country-icon-dj {
  background-position: -96px -33px;
}
.country-icon-dk {
  background-position: -112px -33px;
}
.country-icon-dm {
  background-position: -128px -33px;
}
.country-icon-do {
  background-position: -144px -33px;
}
.country-icon-dz {
  background-position: -160px -33px;
}
.country-icon-ec {
  background-position: -176px -33px;
}
.country-icon-ee {
  background-position: -192px -33px;
}
.country-icon-eg {
  background-position: -208px -33px;
}
.country-icon-eh {
  background-position: -224px -33px;
}
.country-icon-en {
  background-position: -240px -33px;
}
.country-icon-er {
  background-position: 0 -44px;
}
.country-icon-es {
  background-position: -16px -44px;
}
.country-icon-et {
  background-position: -32px -44px;
}
.country-icon-eu {
  background-position: -48px -44px;
}
.country-icon-fi {
  background-position: -64px -44px;
}
.country-icon-fj {
  background-position: -80px -44px;
}
.country-icon-fk {
  background-position: -96px -44px;
}
.country-icon-fm {
  background-position: -112px -44px;
}
.country-icon-fo {
  background-position: -128px -44px;
}
.country-icon-fr {
  background-position: -144px -44px;
}
.country-icon-ga {
  background-position: -160px -44px;
}
.country-icon-gb {
  background-position: -176px -44px;
}
.country-icon-gd {
  background-position: -192px -44px;
}
.country-icon-ge {
  background-position: -208px -44px;
}
.country-icon-gf {
  background-position: -224px -44px;
}
.country-icon-gg {
  background-position: -240px -44px;
}
.country-icon-gh {
  background-position: 0 -55px;
}
.country-icon-gi {
  background-position: -16px -55px;
}
.country-icon-gl {
  background-position: -32px -55px;
}
.country-icon-gm {
  background-position: -48px -55px;
}
.country-icon-gn {
  background-position: -64px -55px;
}
.country-icon-gp {
  background-position: -80px -55px;
}
.country-icon-gq {
  background-position: -96px -55px;
}
.country-icon-gr {
  background-position: -112px -55px;
}
.country-icon-gs {
  background-position: -128px -55px;
}
.country-icon-gt {
  background-position: -144px -55px;
}
.country-icon-gu {
  background-position: -160px -55px;
}
.country-icon-gw {
  background-position: -176px -55px;
}
.country-icon-gy {
  background-position: -192px -55px;
}
.country-icon-hk {
  background-position: -208px -55px;
}
.country-icon-hm {
  background-position: -224px -55px;
}
.country-icon-hn {
  background-position: -240px -55px;
}
.country-icon-hr {
  background-position: 0 -66px;
}
.country-icon-ht {
  background-position: -16px -66px;
}
.country-icon-hu {
  background-position: -32px -66px;
}
.country-icon-ic {
  background-position: -48px -66px;
}
.country-icon-id {
  background-position: -64px -66px;
}
.country-icon-ie {
  background-position: -80px -66px;
}
.country-icon-il {
  background-position: -96px -66px;
}
.country-icon-im {
  background-position: -112px -66px;
}
.country-icon-in {
  background-position: -128px -66px;
}
.country-icon-io {
  background-position: -144px -66px;
}
.country-icon-iq {
  background-position: -160px -66px;
}
.country-icon-ir {
  background-position: -176px -66px;
}
.country-icon-is {
  background-position: -192px -66px;
}
.country-icon-it {
  background-position: -208px -66px;
}
.country-icon-je {
  background-position: -224px -66px;
}
.country-icon-jm {
  background-position: -240px -66px;
}
.country-icon-jo {
  background-position: 0 -77px;
}
.country-icon-jp {
  background-position: -16px -77px;
}
.country-icon-ke {
  background-position: -32px -77px;
}
.country-icon-kg {
  background-position: -48px -77px;
}
.country-icon-kh {
  background-position: -64px -77px;
}
.country-icon-ki {
  background-position: -80px -77px;
}
.country-icon-km {
  background-position: -96px -77px;
}
.country-icon-kn {
  background-position: -112px -77px;
}
.country-icon-kp {
  background-position: -128px -77px;
}
.country-icon-kr {
  background-position: -144px -77px;
}
.country-icon-kw {
  background-position: -176px -77px;
}
.country-icon-ky {
  background-position: -192px -77px;
}
.country-icon-kz {
  background-position: -208px -77px;
}
.country-icon-la {
  background-position: -224px -77px;
}
.country-icon-lb {
  background-position: -240px -77px;
}
.country-icon-lc {
  background-position: 0 -88px;
}
.country-icon-li {
  background-position: -16px -88px;
}
.country-icon-lk {
  background-position: -32px -88px;
}
.country-icon-lr {
  background-position: -48px -88px;
}
.country-icon-ls {
  background-position: -64px -88px;
}
.country-icon-lt {
  background-position: -80px -88px;
}
.country-icon-lu {
  background-position: -96px -88px;
}
.country-icon-lv {
  background-position: -112px -88px;
}
.country-icon-ly {
  background-position: -128px -88px;
}
.country-icon-ma {
  background-position: -144px -88px;
}
.country-icon-mc {
  background-position: -160px -88px;
}
.country-icon-md {
  background-position: -176px -88px;
}
.country-icon-me {
  background-position: -192px -88px;
}
.country-icon-mg {
  background-position: -208px -88px;
}
.country-icon-mh {
  background-position: -224px -88px;
}
.country-icon-mk {
  background-position: -240px -88px;
}
.country-icon-ml {
  background-position: 0 -99px;
}
.country-icon-mm {
  background-position: -16px -99px;
}
.country-icon-mn {
  background-position: -32px -99px;
}
.country-icon-mo {
  background-position: -48px -99px;
}
.country-icon-mp {
  background-position: -64px -99px;
}
.country-icon-mq {
  background-position: -80px -99px;
}
.country-icon-mr {
  background-position: -96px -99px;
}
.country-icon-ms {
  background-position: -112px -99px;
}
.country-icon-mt {
  background-position: -128px -99px;
}
.country-icon-mu {
  background-position: -144px -99px;
}
.country-icon-mv {
  background-position: -160px -99px;
}
.country-icon-mw {
  background-position: -176px -99px;
}
.country-icon-mx {
  background-position: -192px -99px;
}
.country-icon-my {
  background-position: -208px -99px;
}
.country-icon-mz {
  background-position: -224px -99px;
}
.country-icon-na {
  background-position: -240px -99px;
}
.country-icon-nc {
  background-position: 0 -110px;
}
.country-icon-ne {
  background-position: -16px -110px;
}
.country-icon-nf {
  background-position: -32px -110px;
}
.country-icon-ng {
  background-position: -48px -110px;
}
.country-icon-ni {
  background-position: -64px -110px;
}
.country-icon-nl {
  background-position: -80px -110px;
}
.country-icon-no {
  background-position: -96px -110px;
}
.country-icon-np {
  background-position: -112px -110px;
}
.country-icon-nr {
  background-position: -128px -110px;
}
.country-icon-nu {
  background-position: -144px -110px;
}
.country-icon-nz {
  background-position: -160px -110px;
}
.country-icon-om {
  background-position: -176px -110px;
}
.country-icon-pa {
  background-position: -192px -110px;
}
.country-icon-pe {
  background-position: -208px -110px;
}
.country-icon-pf {
  background-position: -224px -110px;
}
.country-icon-pg {
  background-position: -240px -110px;
}
.country-icon-ph {
  background-position: 0 -121px;
}
.country-icon-pk {
  background-position: -16px -121px;
}
.country-icon-pl {
  background-position: -32px -121px;
}
.country-icon-pm {
  background-position: -48px -121px;
}
.country-icon-pn {
  background-position: -64px -121px;
}
.country-icon-pr {
  background-position: -80px -121px;
}
.country-icon-ps {
  background-position: -96px -121px;
}
.country-icon-pt {
  background-position: -112px -121px;
}
.country-icon-pw {
  background-position: -128px -121px;
}
.country-icon-py {
  background-position: -144px -121px;
}
.country-icon-qa {
  background-position: -160px -121px;
}
.country-icon-re {
  background-position: -176px -121px;
}
.country-icon-ro {
  background-position: -192px -121px;
}
.country-icon-rs {
  background-position: -208px -121px;
}
.country-icon-ru {
  background-position: -224px -121px;
}
.country-icon-rw {
  background-position: -240px -121px;
}
.country-icon-sa {
  background-position: 0 -132px;
}
.country-icon-sb {
  background-position: -16px -132px;
}
.country-icon-sc {
  background-position: -32px -132px;
}
.country-icon-sd {
  background-position: -64px -132px;
}
.country-icon-se {
  background-position: -80px -132px;
}
.country-icon-sg {
  background-position: -96px -132px;
}
.country-icon-sh {
  background-position: -112px -132px;
}
.country-icon-si {
  background-position: -128px -132px;
}
.country-icon-sk {
  background-position: -144px -132px;
}
.country-icon-sl {
  background-position: -160px -132px;
}
.country-icon-sm {
  background-position: -176px -132px;
}
.country-icon-sn {
  background-position: -192px -132px;
}
.country-icon-so {
  background-position: -208px -132px;
}
.country-icon-sr {
  background-position: -240px -132px;
}
.country-icon-ss {
  background-position: 0 -143px;
}
.country-icon-st {
  background-position: -16px -143px;
}
.country-icon-sv {
  background-position: -32px -143px;
}
.country-icon-sx {
  background-position: -48px -143px;
}
.country-icon-sy {
  background-position: -64px -143px;
}
.country-icon-sz {
  background-position: -80px -143px;
}
.country-icon-tc {
  background-position: -96px -143px;
}
.country-icon-td {
  background-position: -112px -143px;
}
.country-icon-tf {
  background-position: -128px -143px;
}
.country-icon-tg {
  background-position: -144px -143px;
}
.country-icon-th {
  background-position: -160px -143px;
}
.country-icon-tj {
  background-position: -176px -143px;
}
.country-icon-tk {
  background-position: -192px -143px;
}
.country-icon-tl {
  background-position: -208px -143px;
}
.country-icon-tm {
  background-position: -224px -143px;
}
.country-icon-tn {
  background-position: -240px -143px;
}
.country-icon-to {
  background-position: 0 -154px;
}
.country-icon-tr {
  background-position: -16px -154px;
}
.country-icon-tt {
  background-position: -32px -154px;
}
.country-icon-tv {
  background-position: -48px -154px;
}
.country-icon-tw {
  background-position: -64px -154px;
}
.country-icon-tz {
  background-position: -80px -154px;
}
.country-icon-ua {
  background-position: -96px -154px;
}
.country-icon-ug {
  background-position: -112px -154px;
}
.country-icon-um {
  background-position: -128px -154px;
}
.country-icon-us {
  background-position: -144px -154px;
}
.country-icon-uy {
  background-position: -160px -154px;
}
.country-icon-uz {
  background-position: -176px -154px;
}
.country-icon-va {
  background-position: -192px -154px;
}
.country-icon-vc {
  background-position: -208px -154px;
}
.country-icon-ve {
  background-position: -224px -154px;
}
.country-icon-vg {
  background-position: -240px -154px;
}
.country-icon-vi {
  background-position: 0 -165px;
}
.country-icon-vn {
  background-position: -16px -165px;
}
.country-icon-vu {
  background-position: -32px -165px;
}
.country-icon-wf {
  background-position: -64px -165px;
}
.country-icon-ws {
  background-position: -80px -165px;
}
.country-icon-ye {
  background-position: -96px -165px;
}
.country-icon-yt {
  background-position: -112px -165px;
}
.country-icon-za {
  background-position: -128px -165px;
}
.country-icon-zm {
  background-position: -160px -165px;
}
.country-icon-zw {
  background-position: -176px -165px;
}
/* Safe Deal */
.c-safe-color {
  color: #ffc000;
}
/* Top Bar */
.l-topBar {
  height: 40px;
  line-height: 40px;
  top: 0;
  left: 0;
  z-index: 997;
  width: 100%;
}
.l-topBar.not-logged {
  position: absolute;
  background: #edf4f5;
  color: #444;
  border-bottom: 1px solid #c7d9df;
}
.l-topBar.not-logged a {
  margin: 0 10px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-topBar.not-logged {
    position: relative !important;
  }
}
.l-topBar.logged {
  position: fixed;
  background: #68af55;
  color: #ffffff;
  border-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-topBar.logged ul li a span.l-tablet-visible {
    display: inline;
  }
}
@media (max-width: 991px) {
  .l-topBar.logged span.pro {
    display: inline !important;
  }
  .l-topBar.logged .fa {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .l-topBar.logged {
    position: relative !important;
  }
  .l-topBar.logged .container {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-topBar ul.pull-right li .fa {
    padding: 0 7px;
  }
}
.l-topBar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 100;
}
.l-topBar-menu li {
  height: 40px;
  line-height: 40px;
  float: left;
  padding: 0;
  margin: 0;
  font-size: 13px;
  position: relative;
}
.l-topBar-menu li a {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  display: block;
  color: #ffffff;
  text-decoration: none;
}
.l-topBar-menu li a:hover {
  background: #4c8a3c;
}
.l-topBar-menu li span {
  padding: 0 3px;
}
.l-topBar-menu li span.pro {
  font-size: 11px;
  padding: 2px 5px;
  background: #edf4f5;
  color: #4c8a3c !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.l-topBar-menu li span.pro.active {
  background: #e43636;
  color: #fff !important;
}
.sub-pro {
  margin-left: 25px;
  margin-top: -5px;
  /*min-height: 22px;*/
  color: #71b35f;
}
.super-bold {
  font-size: 18px;
  font-weight: bold;
}
#j-svc-pro input[type="radio"] {
  margin-right: 10px;
}
.pro-variant {
  margin-top: 10px;
  width: 100%;
}
.pro-radio-form {
  display: inline-block;
  margin-bottom: 5px;
  width: 100%;
}
p.no-margin {
  margin: 0;
  padding: 0;
}
/* Back to top (hidden on mobile) */
.back-to-top,
.bs-docs-theme-toggle {
  display: none;
  padding: 4px 10px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
.back-to-top:hover,
.bs-docs-theme-toggle:hover {
  color: #563d7c;
  text-decoration: none;
}
.bs-docs-theme-toggle {
  margin-top: 0;
}

@media (min-width: 768px) {
  .back-to-top,
  .bs-docs-theme-toggle {
    display: block;
  }
}

/* Show and affix the side nav when space allows it */
@media (min-width: 992px) {
  .bs-docs-sidebar .nav > .active > ul {
    display: block;
  }
  /* Widen the fixed sidebar */
  .bs-docs-sidebar.affix,
  .bs-docs-sidebar.affix-bottom {
    width: 213px;
  }
  .bs-docs-sidebar.affix {
    position: fixed; /* Undo the static from mobile first approach */
    top: 20px;
  }
  .bs-docs-sidebar.affix-bottom {
    position: absolute; /* Undo the static from mobile first approach */
  }
  .bs-docs-sidebar.affix-bottom .bs-docs-sidenav,
  .bs-docs-sidebar.affix .bs-docs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .bs-docs-sidebar.affix-bottom,
  .bs-docs-sidebar.affix {
    width: 263px;
  }
}
.l-topBar-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  z-index: 99 !important;
}
.l-topBar-center > ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  zoom: 1;
  *display: inline;
}
.l-topBar-center > ul li {
  float: left;
}
@media (min-width: 768px) {
  .l-topBar-center.collapse {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .l-topBar-center ul li .fa {
    padding: 0 7px;
  }
}
@media (max-width: 767px) {
  .l-topBar-center {
    top: 100%;
  }
  .l-topBar-center > ul {
    background: #68af55;
    display: block;
  }
  .l-topBar-center > ul > li {
    display: block;
    float: none !important;
    text-align: left;
    border-top: 1px solid #4c8a3c;
    border-bottom: 1px solid #4c8a3c;
  }
  .l-topBar-center > ul > li + li {
    border-top: 0;
  }
  .l-topBar-center > ul > li .fa {
    width: 18px;
    text-align: center;
    margin-right: 5px;
  }
  .l-topBar-center > ul > li > a {
    display: block;
  }
}
.l-topBar-center-toggle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
  background-color: #4c8a3c;
}
.l-topBar-center-toggle:after {
  content: "\f106";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-left: 6px;
}
.l-topBar-center-toggle.collapsed {
  background-color: transparent;
}
.l-topBar-center-toggle.collapsed:after {
  content: "\f107";
}
.l-topBar-msg {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 16px;
  padding: 0 5px;
  line-height: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  font-size: 11px;
  font-style: normal;
  text-align: center;
  background: #ffb820;
  color: #fff;
}
.l-topBar-msg > i {
  font-size: 11px !important;
  padding: 0 !important;
}
.l-topBar-settings {
  float: right;
  position: relative;
  z-index: 100;
}
.l-topBar-settings > a {
  color: #fff !important;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  display: block;
  font-size: 20px;
}
.l-topBar-settings > a:hover {
  background: #4c8a3c;
}
.l-topBar-settings.open > a {
  background: #4c8a3c;
}
.l-topBar-client {
  background: #f2ab00 !important;
  color: #ffffff;
}
.l-topBar-client .l-topBar-menu li a {
  color: #ffffff;
}
.l-topBar-client .l-topBar-menu li a:hover {
  background: #ffb400 !important;
}
.l-topBar-client .l-topBar-menu li span.pro {
  color: #ffffff !important;
  background: #5cb85c !important;
}
.l-topBar-client .l-topBar-menu li span.pro.active {
  background: #e43636;
  color: #fff !important;
}
.l-topBar-client .l-topBar-menu .l-topBar-msg {
  background: #5cb85c !important;
}
.l-topBar-client .l-topBar-settings > a:hover {
  background: #ffb400;
}
.l-topBar-client .l-topBar-settings.open > a {
  background: #ffb400;
}
/* Top Bar */
/* Top Alert */
.l-topAlert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
}
/* Top Alert */
/* Top Banner */
.l-topBanner {
  padding: 20px 0;
  text-align: center;
  background: #fbfcfc;
  border-bottom: 1px solid #c7d9df;
}
@media (max-width: 600px) {
  .l-topBanner {
    display: none;
  }
}
/* Top Banner */
/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
.social-link { position: fixed; bottom: 10rem; left: 1.2rem; z-index: 10; }

.social-link__item { width: 2.4rem; height: 2.4rem; margin-bottom: 1.8rem; transition: -webkit-transform 0.3s ease; transition: transform 0.3s ease; transition: transform 0.3s ease, -webkit-transform 0.3s ease; -webkit-transition: transform 0.3s ease; -moz-transition: transform 0.3s ease; -ms-transition: transform 0.3s ease; -o-transition: transform 0.3s ease; transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); }

.social-link__item a { display: block; height: inherit; width: inherit; }

.social-link__item:hover { transform: scale(1.15); -webkit-transform: scale(1.15); -moz-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15); }

.social-link__item:last-of-type { margin-bottom: 0; }

.footer {
  padding: 9.3rem 0 6rem;
  background: url(../img/homepage/bg-footer.svg) no-repeat center bottom/cover;
  font-size: 0.9rem;
  font-family: "PT Sans Caption", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.footer p {
  font-size: 15px;
}

.footer ol, .footer ul { list-style-type: none; margin: 0; padding: 0; }

.footer__logo {
  display: block;
  width: 8.8rem;
  margin-bottom: 1.6rem;
}

.footer__small-text {
  font-size: 0.8rem;
}

.footer__nav li {
  margin-bottom: 0.9rem;
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.footer__nav li.active {
  text-decoration: underline;
}

.footer a {
  text-decoration: none;
  color: inherit;
}

.footer__language {
  display: none;
}

@media screen and (max-width: 991.8px) {
  .footer {
    padding: 4rem 0 1rem;
  }

  .footer__logo {
    width: 8rem;
    margin-bottom: 1.2rem;
  }

  .footer__nav {
    text-align: center;
  }

  .footer__nav li {
    font-size: 14px;
  }
}

@media screen and (max-width: 767.8px) {
  .footer {
    padding: 7rem 0 1rem;
    margin-top: -2rem;
  }

  .footer__logo {
    margin-bottom: 0;
  }

  .footer__small-text {
    position: absolute;
    bottom: -4rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .footer__box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3rem;
  }

  .footer__language {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__language li {
    margin-right: 1rem;
  }

  .footer__language li:last-of-type {
    margin-right: 0;
  }

  .footer__language li a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    font-size: 1rem;
    background-color: #68af55;
    border: 2px solid transparent;
  }

  .footer__language li a.active {
    color: #68af55;
    background: #c5f0b9;
    border-color: #68af55;
    font-weight: 700;
  }
}

@media screen and (max-width: 575.8px) {
  .footer {
    position: relative;
    padding-top: 0;
    margin-top: 48px;
    background: #f4f4f4;
  }

  .footer::before {
    content: "";
    background: url(../img/homepage/bg-footer-576.svg) no-repeat top center/cover;
    height: 48px;
    width: 100%;
    position: absolute;
    top: -48px;
    left: 0;
  }

  .footer__box {
    margin-bottom: 2rem;
  }
}
/* footer */
/* content-column */
@media (min-width: 991px) {
  .l-content-column {
    padding-left: 25px;
  }
}
/* content-column */
/*Main content*/
.l-mainContent {
  margin-bottom: 50px;
}
.l-inside {
  padding: 15px;
}
/*Main content*/
/* Search bar */
.l-searchAdd {
  margin-bottom: 30px;
}
.l-searchAdd .add-button {
  padding-top: 10px;
  padding-bottom: 10px;
}
.l-search-bar {
  background: #edf4f5;
  padding: 10px;
}
.l-search-bar .form-control {
  height: 38px;
  padding-right: 8px 30px 8px 12px;
  position: relative;
}
.l-search-bar .btn {
  height: 38px;
}
.l-search-bar .l-search-button {
  background: none;
  border: 0;
  color: #c7d9df;
  font-size: 20px;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 11px;
  right: 24px;
  outline: none;
  margin: 0;
  padding: 0;
  display: block;
}
.l-search-bar .l-search-button:hover {
  color: #7ec26c;
}
/* Search bar */
/* Left Column */
.l-leftCol-wannahere {
  line-height: 64px;
}
.l-leftColumn a.h6:hover,
.l-leftColumn a.h6.active {
  background: #edf4f5;
}
.l-leftColumn a.h6:hover .fa {
  color: #7ec26c;
}
.l-leftColumn h6,
.l-leftColumn .h6 {
  margin: 0;
  padding: 15px;
  display: block;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #c7d9df;
}
.l-leftColumn h6 .fa,
.l-leftColumn .h6 .fa {
  color: #c7d9df;
}
.l-leftColumn h6.active,
.l-leftColumn .h6.active {
  color: #7ec26c;
}
.l-leftColumn h6.active .fa,
.l-leftColumn .h6.active .fa {
  color: #7ec26c;
}
.l-leftColumn h6.active:before,
.l-leftColumn .h6.active:before {
  position: absolute;
  bottom: -1px;
  left: 24px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #c7d9df;
  float: left;
  content: '';
}
.l-leftColumn h6.active:after,
.l-leftColumn .h6.active:after {
  position: absolute;
  bottom: -2px;
  left: 25px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  float: left;
  content: '';
}
@media (max-width: 768px) {
  .l-leftColumn h6.active:before,
  .l-leftColumn .h6.active:before,
  .l-leftColumn h6.active:after,
  .l-leftColumn .h6.active:after {
    display: none;
  }
}
@media (min-width: 991px) {
  .l-leftColumn.collapse {
    display: block!important;
  }
}
.l-left-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-left-categories > li {
  padding: 4px 0;
}
.l-left-categories > li.active > a,
.l-left-categories > li.active > a:hover {
  color: #7ec26c;
}
.l-left-categories > li .fa {
  width: 16px;
  text-align: center;
}
.l-left-categories > li span,
.l-left-categories > li a {
  color: #777777;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
.l-left-categories > li span span {
  display: inline;
}
.l-left-categories > li span:hover,
.l-left-categories > li a:hover {
  color: #999999;
}
.l-left-categories > li span:hover .fa,
.l-left-categories > li a:hover .fa {
  color: #7ec26c;
}
.l-left-categories > li.subchecked > span i {
  color: #7ec26c;
}
.l-left-categories > li.checked > span {
  color: #7ec26c;
}
.l-left-categories > li.opened {
  font-weight: bold;
}
.l-left-categories > li ul {
  list-style: none;
  padding: 0;
  margin: 5px 0 10px 16px;
}
.l-left-categories > li ul li {
  font-weight: normal;
}
.l-left-categories > li ul li.checked span,
.l-left-categories > li ul li.checked a {
  color: #7ec26c;
  font-weight: 600;
}
.l-column-toggle {
  text-align: left;
  padding: 10px;
  margin-bottom: 10px;
  font-family: "Arial", sans-serif;
  font-weight: normal;
}
.l-column-toggle .fa {
  font-size: 20px;
}
.l-column-toggle:focus {
  background: #7ec26c;
  color: #fff;
}
@media (min-width: 991px) {
  .l-column-toggle {
    display: none;
  }
}
.l-left-categories_mobile {
  padding-bottom: 15px;
  border-bottom: 1px solid #c7d9df;
  margin: 0;
}
.l-left-categories_mobile > li {
  padding: 0;
}
.l-left-categories_mobile > li .btn {
  margin-left: 15px;
}
.l-left-categories_mobile > li a {
  padding: 15px;
  display: block;
}
.l-left-categories_mobile > li.active > a {
  color: #7ec26c;
  font-weight: bold;
  background: #edf4f5;
}
.l-left-categories_mobile > li.active > a .fa {
  font-size: 13px;
  color: #428bca;
}
.l-left-categories_mobile > li.active > a span {
  display: inline;
  font-size: 12px;
  font-weight: normal;
  color: #428bca;
  margin: 0;
}
.l-left-categories_mobile > li.active ul {
  margin: 0;
}
.l-left-categories_mobile > li.active ul li.checkbox + li {
  border-top: 1px solid #c7d9df;
}
.l-left-categories_mobile > li.active ul li label {
  padding: 10px 20px;
  font-size: 13px;
  display: block;
  font-weight: normal;
}
.l-left-categories_mobile > li a:hover {
  background: #edf4f5;
}
.l-left-categories_mobile > li .fa {
  font-size: 18px;
  color: #c7d9df;
}
/* Left Column Freelancers */
.l-leftCol-freelancers {
  padding: 0;
  margin: 0;
  list-style: none;
}
.l-leftCol-freelancers .media,
.l-leftCol-freelancers .media-body {
  overflow: visible !important;
}
.l-leftCol-freelancers .media-body {
  padding-left: 75px !important;
}
.l-leftCol-freelancers > li {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c7d9df;
  font-size: 12px;
  line-height: 18px;
}
.l-leftCol-freelancers > li strong {
  display: block;
}
.l-leftCol-freelancers > li p {
  padding: 5px 0;
  margin: 0;
  color: #777;
}
.l-leftCol-freelancers .form-control {
  font-size: 12px;
}
.l-leftCol-dropdown {
  left: 260px;
  top: -20px;
  padding: 10px 20px !important;
  width: 700px !important;
  z-index: 10;
  color: #555;
  font-size: 13px;
}
.l-leftCol-dropdown strong {
  display: block;
  margin-bottom: 10px;
}
.l-leftCol-dropdown .o-project-thumb_proposal {
  margin: 0 1% 0 0;
  width: 32%;
}
.l-leftCol-dropdown:before {
  position: absolute;
  top: 14px;
  left: -12px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #c7d9df;
  float: left;
  content: '';
}
.l-leftCol-dropdown:after {
  position: absolute;
  top: 14px;
  left: 5px;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  float: left;
  content: '';
}
@media (max-width: 1199px) {
  .l-leftCol-dropdown {
    left: 210px;
  }
}
.l-left-banner {
  text-align: center;
  padding: 30px 0;
}
.l-right-banner {
  text-align: center;
  padding: 0 0 30px 0;
}
.l-left-banner-place {
  display: block;
  text-align: center;
  padding: 20px;
  border: 1px solid #c7d9df;
}
.l-left-banner-place img {
  display: block;
  margin: 0 auto 10px auto;
}
.l-left-banner-place:hover {
  border-color: #7ec26c;
}
/* Budget */
.l-budget .form-group {
  width: 30%;
}
@media (max-width: 600px) {
  .l-budget .form-group {
    width: 100%;
  }
}
.l-budget .form-control {
  width: 100%;
}
/* Left Column */
/* Bordered Block */
.l-borderedBlock {
  border: 2px solid #c7d9df;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.l-borderedBlock .l-inside {
  padding: 15px;
  border-bottom: 1px solid #c7d9df;
}
.l-borderedBlock .l-inside + .l-propose .l-inside {
  border-top: 1px solid #c7d9df;
}
.l-borderedBlock .l-inside h1,
.l-borderedBlock .l-inside h2,
.l-borderedBlock .l-inside h3,
.l-borderedBlock .l-inside h4,
.l-borderedBlock .l-inside h5,
.l-borderedBlock .l-inside h6 {
  margin-top: 0;
  margin-bottom: 18px;
}
.l-borderedBlock .l-inside + .l-inside h1,
.l-borderedBlock .l-inside + .l-inside h2,
.l-borderedBlock .l-inside + .l-inside h3,
.l-borderedBlock .l-inside + .l-inside h4,
.l-borderedBlock .l-inside + .l-inside h5,
.l-borderedBlock .l-inside + .l-inside h6 {
  margin-top: 0;
  margin-bottom: 18px;
}
.l-borderedBlock .l-inside-single {
  border-bottom: 0;
}
.l-borderedBlock .l-inside:last-child {
  border-bottom: 0;
}
.l-borderedBlock header.l-inside h1,
.l-borderedBlock header.l-inside h2,
.l-borderedBlock header.l-inside h3,
.l-borderedBlock header.l-inside h4,
.l-borderedBlock header.l-inside h5,
.l-borderedBlock header.l-inside h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.l-borderedBlock.no-color {
  border-color: #eeeeee;
}
.l-borderedBlock.no-color .l-inside,
.l-borderedBlock.no-color .l-inside + .propose .l-inside {
  border-color: #eeeeee;
}
/* Bordered Block */
/* Mobile Menu filter */
@media (max-width: 991px) {
  .l-menu-filter {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #c7d9df;
  }
}
/* Mobile Menu filter */
/*List content */
.l-list-heading {
  padding: 20px 0;
  border-bottom: 1px solid #c7d9df;
}
.l-list-heading.notabs {
  padding: 0 0 15px 0;
}
.l-list-heading h6,
.l-list-heading h5 {
  margin: 0;
  float: left;
}
.l-list-heading > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  white-space: nowrap;
}
.l-list-heading > ul .dropdown-menu {
  text-align: left;
}
.l-list-heading > ul > li {
  display: inline;
  margin-left: 15px;
}
.l-list-heading > ul > li > a {
  color: #777777;
  text-decoration: none;
}
.l-list-heading > ul > li > a span {
  border-color: #777777;
}
.l-list-heading > ul > li > a:hover {
  color: #999999;
}
.l-list-heading > ul > li.active a {
  color: #7ec26c;
}
@media (max-width: 768px) {
  .l-list-heading h6 {
    margin: 10px 0;
  }
  .l-list-heading > ul .dropdown-menu.pull-right {
    right: auto;
    left: 0;
  }
  .l-list-heading > ul li {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media (max-width: 600px) {
  .l-list-heading {
    text-align: center;
  }
  .l-list-heading h6 {
    float: none;
  }
  .l-list-heading > ul {
    text-align: left;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  .l-list-heading > ul.pull-right {
    float: none !important;
  }
  .l-list-heading > ul.pull-right li {
    float: left;
  }
}
/*List content */
/* Advanced Search */
.l-advanced-search-link {
  text-align: right;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .l-advanced-search-link {
    text-align: center;
  }
}
.l-advanced-search {
  padding: 20px 15px;
  margin-top: 15px;
  background: #edf4f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left !important;
  position: relative;
}
.l-advanced-search:after {
  position: absolute;
  top: -9px;
  right: 50px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #edf4f5;
  float: left;
  content: '';
}
@media (max-width: 600px) {
  .l-advanced-search:after {
    right: 50%;
    margin-right: -5px;
  }
}
.l-advanced-search h5 {
  float: none;
  margin-bottom: 20px;
  margin-top: 10px;
}
.l-advanced-search-exp .col-sm-1 {
  padding-right: 0;
}
.l-list-num {
  float: left;
  color: #aaa;
  width: 50px;
}
@media (max-width: 600px) {
  .l-list-num {
    display: none;
  }
}
@media (max-width: 768px) {
  .l-list-num {
    width: 30px;
  }
}
.l-search-budget input.form-control {
  width: 80px;
  float: left;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  margin-right: 10px;
}
.l-search-budget select.form-control {
  width: 75px;
  float: left;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
.l-search-budget label {
  line-height: 14px;
}
.l-propose-works-adv {
  margin-left: 0 !important;
}
.l-propose-works-adv .o-project-thumb_proposal {
  margin: 0 2% 0 0 !important;
}
/* Advanced Search */
/* Search results */
.l-search-results {
  padding-left: 0;
  padding-right: 0;
}
.l-search-results > li {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.l-search-results em {
  font-style: normal;
  background: #ffeda9;
}
.l-search-results .f-infoText {
  margin-left: 0 !important;
}
.l-search-results .l-project-title {
  margin-bottom: 5px !important;
}
.l-search-tag {
  background: #ffeda9;
  border-color: #ffeda9 !important;
  color: #847437 !important;
}
@media (max-width: 600px) {
  .l-search-heading {
    padding-top: 0 !important;
  }
}
/* Search results */
/* Project List */
.l-item-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-item-features li {
  position: relative;
  display: inline-block;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-right: 15px;
  color: #555555;
  white-space: nowrap;
}
.l-item-features li + li {
  border-left: 1px solid #dddddd;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .l-item-features li + li {
    border: 0;
    padding-left: 0;
  }
}
.l-item-features .small {
  font-size: 14px;
}
.l-item-features-special {
  border: 1px solid #dddddd;
  padding: 0 4px !important;
}
.l-item-features-special + li {
  border: 0 !important;
}
.l-item-features-special-item {
  padding: 0 2px;
  font-size: 16px;
  display: inline;
}
.l-item-features-special-item > i {
  position: relative;
  top: 2px;
}
.l-projectList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-projectList > li {
  display: block;
  margin-top: 30px;
  margin-bottom: 50px;
  word-break: break-word;
}
.l-projectList .payed {
  background: #eaf7db;
  padding: 15px;
  border-bottom: 0;
  margin-top: 0;
}
.l-projectList .payed + li.payed {
  margin-top: 30px;
}
.l-projectList .highlited {
  border: 2px solid #7ec26c !important;
  padding: 15px;
}
.l-projectList-table {
  border: 0;
  width: 100%;
  margin: 15px 0;
  position: relative;
}
.l-projectList-table tr td {
  padding: 5px;
  border-bottom: 1px solid #c7d9df;
  vertical-align: top;
}
.l-projectList-table tr:hover td {
  background: #edf4f5;
  cursor: pointer;
}
@media (max-width: 767px) {
  .l-projectList-table tr {
    display: block;
    border-bottom: 1px solid #c7d9df;
  }
  .l-projectList-table tr td {
    border: 0;
    padding: 3px 10px;
  }
  .l-projectList-table tr td:first-child {
    padding-top: 10px;
  }
  .l-projectList-table tr td:last-child {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .l-projectList-table {
    margin-bottom: 15px;
  }
}
.l-projectList-table-title {
  zoom: 1;
}
.l-projectList-table-title > span {
  display: block;
  overflow: hidden;
  zoom: 1;
}
.l-projectList-table-title a {
  text-decoration: none !important;
}
.l-projectList-table-title i {
  color: #777777;
  width: 18px;
  text-align: center;
  float: left;
  display: block;
  margin-right: 10px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .l-projectList-table-title {
    display: block;
    overflow: auto;
  }
  .l-projectList-table-title span {
    display: inline;
    overflow: auto;
  }
  .l-projectList-table-title i {
    display: inline;
    float: none;
    margin-right: 5px;
  }
}
.l-projectList-table-title-date {
  font-size: 12px;
  font-style: italic;
  color: #777777;
  display: inline !important;
}
.l-projectList-table-fixed {
  position: absolute;
  top: 5px;
  left: -20px;
  color: #68af55 !important;
}
@media (max-width: 767px) {
  .l-projectList-table-fixed {
    position: relative;
    top: auto;
    left: auto;
  }
}
.l-projectList-table-highlited > td {
  background-color: #eaf7db !important;
}
.l-projectList-table-pro {
  text-align: right;
}
@media (max-width: 767px) {
  .l-projectList-table-pro {
    display: block;
    float: left;
    width: 15%;
    text-align: left;
  }
}
.l-projectList-table-comments {
  width: 60px;
}
@media (max-width: 767px) {
  .l-projectList-table-comments {
    display: block;
    float: left;
    width: 20%;
  }
}
.l-projectList-table-address {
  text-align: right;
  color: #777777;
  width: 120px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .l-projectList-table-address {
    display: block;
    float: left;
    width: 65%;
    text-align: left;
  }
}
.l-projectList-table-date {
  text-align: right;
  color: #777777;
  font-size: 13px;
  width: 140px;
}
@media (max-width: 767px) {
  .l-projectList-table-date {
    display: block;
    width: 100%;
    text-align: left;
  }
  .l-projectList-table-date:before {
    display: block;
    content: '';
    clear: both;
  }
}
.l-project-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.l-project-title .small {
  font-size: 14px;
  font-family: Gotham, "Arial", sans-serif;
}
.l-project-title .pro {
  position: relative;
  top: -2px;
}
.l-project-title-delete {
  float: right;
  font-size: 14px;
  margin: 5px 0 5px 10px;
}
@media (max-width: 767px) {
  .l-project-title-delete {
    font-size: 24px;
    margin-top: 0;
  }
}
.l-project-head {
  margin: 8px 0 15px 0;
}
.l-tag {
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid #dddddd;
  color: #777777;
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 0;
  text-decoration: none;
  white-space: nowrap;
}
a.l-tag:hover,
a.l-tag.active {
  border-color: #7ec26c;
  color: #7ec26c;
}
.l-tag-more {
  border-style: dashed;
}
.l-price {
  background: #68af55;
  color: #ffffff;
  padding: 5px 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  display: inline-block;
  margin-top: 3px;
  font-size: 14px;
}
.l-price small {
  font-family: 'Arial', Tahoma, Sans Serif;
  font-weight: normal;
}
.l-price_na {
  background: #eeeeee;
  color: #777777;
  border: 1px solid #eeeeee;
  padding: 5px 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  display: inline-block;
  margin-top: 3px;
  font-size: 14px;
}
.l-price-small {
  background: #68af55;
  color: #ffffff;
  padding: 2px 7px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  display: inline-block;
  font-size: 14px;
}
/* Project List */
/* Map View */
.l-mapView {
  margin: 30px 0;
}
.l-mapView #map-desktop {
  width: 100%;
  height: 500px;
}
@media (max-width: 600px) {
  .l-mapView #map-desktop {
    height: 300px;
  }
}
.l-mapView_ballon .l-item-features li + li {
  border-left: 0;
  padding-left: 0;
}
.l-mapView_ballon .l-project-title {
  text-align: left;
}
/* Map View */
/*home text*/
.l-homeText {
  padding: 50px 0;
  background: #edf4f5;
}
.l-homeText h1 {
  font-size: 18px;
  margin-top: 0;
}
/*home text*/
/* 404 */
.error-page {
  color: #777;
  text-align: center;
}
.error-page h2 {
  font-size: 100px !important;
  color: #ddd;
}
.error-page form {
  margin-top: 30px;
  margin-bottom: 50px;
}
/* 404 */
/* Sitemap */
.l-sitemap {
  margin: 10px 0;
}
.l-sitemap h4 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
}
.l-sitemap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.l-sitemap ul > li {
  line-height: 18px;
}
.l-sitemap ul > li + li {
  margin-top: 5px;
}
/* Sitemap */
/* news */
.l-news-controls {
  padding: 5px 0;
}
.l-news-controls .pull-left .fa {
  font-size: 12px;
}
.l-news-controls .pull-right a {
  margin-left: 15px;
}
@media (max-width: 600px) {
  .l-news-controls .pull-left,
  .l-news-controls .pull-right {
    float: none !important;
    text-align: center;
    display: block !important;
  }
  .l-news-controls .pull-left a,
  .l-news-controls .pull-right a {
    margin-left: 0;
    display: block;
    margin-top: 7px;
  }
}
/* news */
/* carousel */
.l-freelancers-carousel-item {
  margin: 0 !important;
  padding: 0 10px !important;
  font-size: 12px;
  line-height: 18px;
}
.l-carousel-container {
  padding-bottom: 30px;
  margin-top: 10px;
}
.l-carousel-how_link {
  float: right;
  margin-top: -15px;
  position: relative;
}
.l-carousel-how_link:after {
  clear: both;
  display: block;
  content: '';
}
@media (max-width: 600px) {
  .l-carousel-how_link {
    display: none;
  }
}
.l-images-carousel {
  margin: 20px 0;
  padding: 0 30px;
}
.l-images-carousel .item {
  text-align: center !important;
  padding: 10px !important;
}
/* carousel */
/* spacer */
.l-spacer {
  height: 15px;
  display: block;
}
/* spacer */
/* Comments */
.l-comments-list .alert {
  margin-top: 5px;
}
.l-comments-list > .l-comment-block > .l-comment-block {
  padding-left: 74px;
}
@media (max-width: 600px) {
  .l-comments-list > .l-comment-block > .l-comment-block {
    padding-left: 40px;
  }
}
.l-comments-list > .l-comment-block > .l-comment-block > .l-comment-block {
  padding-left: 42px;
}
@media (max-width: 600px) {
  .l-comments-list > .l-comment-block > .l-comment-block > .l-comment-block {
    padding-left: 0;
  }
}
.l-comments-list .l-comment-owner {
  margin-bottom: 2px;
}
.l-comments-list .l-comment-owner:after {
  clear: both;
  display: block;
  content: '';
}
@media (min-width: 768px) {
  .l-comments-list .l-comment-owner strong {
    float: left;
  }
}
.l-comments-list .c-base-date {
  display: block;
}
@media (min-width: 768px) {
  .l-comments-list .c-base-date {
    float: right;
  }
}
/* Comments */
/*Owl Carousel */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  font-size: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #c7d9df;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.owl-controls .owl-buttons {
  display: none !important;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
@media (min-width: 991px) {
  .l-carousel .owl-controls .owl-buttons {
    display: block !important;
  }
  .l-freelancers-carousel .owl-controls .owl-buttons div {
    position: absolute;
    top: 10px;
  }
  .l-freelancers-carousel .owl-controls .owl-buttons div.owl-prev {
    left: -50px;
  }
  .l-freelancers-carousel .owl-controls .owl-buttons div.owl-next {
    right: -50px;
  }
  .l-images-carousel .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    margin-top: -15px;
  }
  .l-images-carousel .owl-controls .owl-buttons div.owl-prev {
    left: -5px;
  }
  .l-images-carousel .owl-controls .owl-buttons div.owl-next {
    right: -5px;
  }
  .l-carousel .owl-pagination {
    display: none;
  }
}
/*Owl Carousel */
/* clients list */
.l-clientsList-img {
  float: right;
  margin-left: 15px;
}
.l-clientsList-img img {
  max-width: 150px;
  max-height: 150px;
}
@media (max-width: 600px) {
  .l-clientsList-img {
    float: none;
    margin: 0 0 10px 0;
    display: block;
    text-align: center;
  }
}
/* clients list */
/* tabs */
.l-tabs-count {
  padding: 2px 3px;
  background: #68af55;
  color: #fff;
  font-size: 12px !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.l-tabs-toggle {
  display: block;
  width: 100%;
  padding: 10px;
  background: none;
  border: none;
  text-align: left;
  outline: none;
  font-family: "Arial", sans-serif;
  font-weight: normal;
}
.l-tabs-toggle .fa {
  font-size: 20px;
}
@media (min-width: 991px) {
  .l-tabs-toggle {
    display: none;
  }
}
/* tabs */
/* dymanic-features */
.l-dymanic-features {
  font-size: 13px;
}
.l-dymanic-features h4 {
  font-size: 14px;
  margin-top: 10px !important;
  margin-bottom: 5px !important;
}
.l-dymanic-features ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-dymanic-features ul:after {
  display: block;
  content: '';
  clear: both;
}
.l-dymanic-features ul li {
  float: left;
}
.l-dymanic-features ul li:after {
  content: ',\00a0';
}
.l-dymanic-features ul li:last-child:after {
  display: none;
}
/* BS */
.l-project-author {
  margin-bottom: 12px;
}
.l-project-author .pro {
  top: 0;
}
.l-project-bs-content {
  padding: 15px;
  margin-top: 10px;
  background: #f5f5f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  zoom: 1;
}
.l-project-bs-content-icon {
  float: left;
  width: 80px;
  height: 80px;
  line-height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  margin-right: 15px;
  font-size: 36px;
  color: #777777;
}
@media (max-width: 767px) {
  .l-project-bs-content-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}
.l-project-bs-content-in {
  overflow: hidden;
  zoom: 1;
}
.l-project-bs-content-title {
  font-weight: bold;
}
.l-project-bs-content-descr {
  margin-top: 7px;
}
.l-project-bs-content-controls {
  list-style: none;
  padding: 0;
  margin: 8px 0 0 0;
}
.l-project-bs-content-controls > li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 4px;
  margin-top: 4px;
  white-space: nowrap;
}
.l-project-bs-content-controls a {
  white-space: normal !important;
}
@media (max-width: 767px) {
  .l-project-bs-content-controls > li {
    display: block;
    white-space: normal;
    margin-right: 0;
  }
  .l-project-bs-content-controls > li + li {
    margin-top: 5px;
  }
  .l-project-bs-content-controls .btn {
    display: block;
    width: 100%;
  }
}
.l-project-bs-content-help {
  margin-top: 10px;
  color: #777777;
  font-size: 13px;
}
.l-project-bs-content-msg {
  margin-top: 10px;
  padding: 10px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
  color: #777777;
}
/* Payment Methods */
.l-payment-methods {
  list-style: none;
  padding: 0;
  margin: 0 -5px;
}
.l-payment-methods > li {
  float: left;
  padding: 5px;
  width: 33.3%;
}
.l-payment-methods > li > a {
  display: block;
  border: 1px solid #dddddd;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.l-payment-methods > li > a:hover {
  border-color: #68af55;
}
.l-payment-methods > li > a:hover .l-payment-methods-title {
  border-color: #68af55;
}
.l-payment-methods:after {
  display: block;
  content: '';
  clear: both;
}
@media (max-width: 767px) {
  .l-payment-methods {
    margin: 0;
  }
  .l-payment-methods > li {
    width: auto;
    float: none;
    padding: 5px 0;
  }
}
.l-payment-methods-img {
  display: table;
  height: 130px;
  width: 100%;
}
.l-payment-methods-img > span {
  display: table-cell;
  height: 130px;
  width: 100%;
  vertical-align: middle;
  padding: 15px;
}
.l-payment-methods-img > span img {
  max-height: 100px;
  max-width: 150px !important;
}
.l-payment-methods-title {
  border-top: 1px solid #dddddd;
  padding: 10px;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .l-payment-methods-title {
    height: auto;
    overflow: auto;
    white-space: normal;
  }
}
.l-project-steps {
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}
.l-project-steps > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.l-project-steps > ul > li {
  position: relative;
}
.l-project-steps > ul > li > span {
  display: block;
  padding: 15px 15px 15px 50px;
  text-transform: uppercase;
  font-weight: bold;
}
.l-project-steps > ul > li + li {
  border-top: 1px solid #dddddd;
}
.l-project-steps > ul > li > i {
  display: none;
}
.l-project-steps > ul > li.active {
  color: #56a230;
}
.l-project-steps > ul > li.active > i {
  display: block;
  position: absolute;
  top: 14px;
  left: 15px;
  font-size: 24px;
}
.l-project-steps > ul > li.active-ar {
  color: #ed1e1e;
}
.l-project-steps > ul > li.done {
  color: #cccccc;
}
.l-project-steps > ul > li.done .l-project-steps-descr {
  display: none;
}
.l-project-steps > ul > li.done:after {
  position: absolute;
  top: 14px;
  left: 15px;
  font-size: 24px;
  color: #cccccc;
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
@media (max-width: 991px) {
  .l-project-steps {
    margin-top: 15px;
  }
}
.l-project-steps-descr {
  padding: 0 15px 15px 50px;
  border-top: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #777777;
  font-size: 13px;
  line-height: 18px;
}
.l-project-descr {
  margin: 15px 0;
}
.l-project-chat {
  margin-top: 15px;
}
.l-project-chat h5 {
  margin: 0 0 10px 0;
}
.l-project-history {
  margin-top: 15px;
}
.l-project-history h5 {
  margin: 0 0 10px 0;
}
.l-project-chat-window {
  border: 1px solid #dddddd;
  position: relative;
}
.l-project-chat-window-in {
  margin-top: -50px;
  position: relative;
  z-index: 5;
}
.l-project-chat-window-fade {
  height: 50px;
  position: relative;
  z-index: 6;
  background-color: #ccc;
}
.l-project-chat-form {
  margin: 0 !important;
  border: 1px solid #dddddd;
  border-top: 0;
}
.l-project-terms {
  margin-top: 5px;
}
.l-project-terms-budget {
  color: #68af55;
}
.l-project-terms-time {
  color: #777777;
}
.l-project-deal {
  color: #777777;
}
.l-funcBar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.l-funcBar-in {
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  .l-funcBar-in {
    display: block;
  }
}
.l-funcBar-l {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .l-funcBar-l {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
.l-funcBar-r {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
@media (max-width: 767px) {
  .l-funcBar-r {
    display: block;
    text-align: center;
  }
}
.o-ordersList-logo {
  float: right;
  margin-left: 15px;
}
.o-ordersList-logo img {
  max-width: 160px;
  max-height: 70px;
}
@media (max-width: 600px) {
  .o-ordersList-logo {
    float: none;
    margin: 0 0 10px 0 !important;
    display: block;
    text-align: center;
  }
}
/*Project page */
.o-clientInfo {
  font-size: 13px;
  font-weight: bold;
  color: #777777;
}
.o-clientInfo:after {
  content: '';
  display: block;
  clear: both;
}
.o-client-avatar,
.o-freelancer-avatar {
  float: left;
  margin-right: 10px;
  position: relative;
}
.o-client-avatar img,
.o-freelancer-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .o-client-avatar,
  .o-freelancer-avatar {
    display: none;
  }
}
.o-client-about {
  overflow: hidden;
  zoom: 1;
  float: left;
}
@media (max-width: 768px) {
  .o-client-about {
    float: none;
  }
}
.o-feedbacks-inf {
  font-size: 12px;
  font-weight: normal;
}
.o-feedbacks-inf a,
.o-feedbacks-inf span {
  margin: 0 3px;
}
.o-feedbacks-inf .o-good {
  color: #72bc4e;
}
.o-feedbacks-inf .o-bad {
  color: #db2b2b;
}
.o-feedbacks-inf .o-soso {
  color: #777777;
}
.o-payed-inf {
  font-size: 12px;
  font-weight: normal;
}
.o-payed-inf > i {
  font-size: 16px;
  vertical-align: middle;
}
.o-feedbacks-date span + span {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #dddddd;
}
@media (max-width: 767px) {
  .o-feedbacks-date span {
    display: block;
  }
  .o-feedbacks-date span + span {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
.o-project-price {
  background: #68af55;
  color: #ffffff;
  border: 1px solid #68af55;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  display: inline-block;
  font-size: 18px;
  padding: 8px 15px;
  float: right;
  margin-left: 20px;
  margin-bottom: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.o-project-price.o-project-price_hide-sm {
  display: inline-block;
}
.o-project-price.o-project-price_show-sm {
  display: none;
}
.o-project-price small {
  font-family: "Arial", sans-serif;
  font-weight: normal;
}
@media (max-width: 768px) {
  .o-project-price {
    float: none;
    margin-left: 0;
  }
  .o-project-price.o-project-price_hide-sm {
    display: none;
  }
  .o-project-price.o-project-price_show-sm {
    display: inline-block;
  }
}
.o-project-price_na {
  background: #eeeeee;
  color: #777777;
  border: 1px solid #eeeeee;
  font-size: 14px;
  padding: 8px 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  display: inline-block;
  margin-top: 3px;
  float: right;
  margin-left: 20px;
  margin-bottom: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.o-project-price_na.o-project-price_hide-sm {
  display: inline-block;
}
.o-project-price_na.o-project-price_show-sm {
  display: none;
}
@media (max-width: 768px) {
  .o-project-price_na {
    float: none;
    margin-left: 0;
  }
  .o-project-price_na.o-project-price_hide-sm {
    display: none;
  }
  .o-project-price_na.o-project-price_show-sm {
    display: inline-block;
  }
}
.o-your-note {
  background: #eaf7db;
  padding: 10px;
  margin-top: 7px;
  display: inline-block;
  font-size: 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #4c8a3c;
  float: right;
  max-width: 350px;
  position: relative;
  font-weight: normal;
}
.o-your-note .form-group {
  width: 320px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  .o-your-note {
    max-width: 220px;
  }
  .o-your-note .form-group {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .o-your-note {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .o-your-note .form-group {
    width: 100%;
  }
}
.o-addnote {
  display: none;
}
.o-project-date {
  font-size: 12px;
  text-align: right;
  color: #777777;
}
@media (max-width: 991px) {
  .o-project-date {
    text-align: left;
    margin-left: 80px;
    margin-top: 10px;
  }
}
.o-order-files {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.o-order-files li {
  padding: 3px 0;
}
.o-collapsed-info_toggle {
  display: block;
  width: 100%;
  padding: 10px;
  background: none;
  border: none;
  text-align: left;
  outline: none;
  font-family: "Arial", sans-serif;
  font-weight: normal;
}
.o-collapsed-info_toggle .fa {
  font-size: 20px;
}
@media (min-width: 992px) {
  .o-collapsed-info_toggle {
    display: none;
  }
}
.o-freelancer-buttons {
  float: right;
}
@media (max-width: 600px) {
  .o-freelancer-buttons {
    float: none;
    margin: 8px 0;
  }
}
.o-chosen-worker {
  border: 1px solid #efdd9d !important;
  padding: 20px 20px 0 20px;
}
.o-declined-worker {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.o-advertiseBlock {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px dashed #ccc;
}
.o-advertiseBlock article {
  margin-top: 10px;
}
.o-advertiseBlock article p {
  margin: 0;
  padding: 0;
}
.o-advertise-accordion {
  margin-bottom: 30px;
}
.o-advertise-accordion .panel-heading a {
  padding: 10px !important;
  font-weight: bold;
  font-size: 14px;
}
.o-advertise-accordion .panel-heading a span {
  float: left;
  margin-right: 5px;
  border: 0;
  color: inherit;
}
.o-advertise-accordion .panel-heading a .fa {
  font-size: 24px;
  float: left;
  width: 30px;
  text-align: center;
  margin-right: 5px;
  margin-top: -2px;
}
.o-advertise-accordion .panel-heading a:after {
  clear: both;
  display: block;
  content: '';
}
.o-advertise-accordion label {
  display: block;
  position: relative;
}
.o-advertise-accordion label > input {
  position: absolute;
  top: 0;
  left: 0;
}
.o-advertise-price {
  float: right !important;
  font-weight: bold;
}
@media (max-width: 767px) {
  .o-advertise-price {
    float: left !important;
  }
  .o-advertise-price:before {
    content: ' - ';
  }
}
.o-advertise-accordion-count {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.o-advertise-accordion-count label {
  display: inline-block !important;
}
.o-advertise-accordion-count input {
  width: 40px !important;
  display: inline-block !important;
  text-align: center;
  margin: 0 5px;
}
.o-advertise-accordion-count .form-group {
  margin: 0 !important;
}
.o-advertise-paymethods-list {
  margin-bottom: 30px;
}
.o-advertise-paymethod {
  display: block;
  border: 1px solid #c7d9df;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.o-advertise-paymethod:hover .o-paymethod-inner + .o-paymethod-inner {
  background: #edf4f5;
}
@media (max-width: 600px) {
  .o-advertise-paymethod:hover .o-paymethod-inner + .o-paymethod-inner {
    background: none;
  }
}
.o-advertise-paymethod .o-paymethod-inner {
  padding: 15px 10px;
}
.o-advertise-paymethod .o-paymethod-inner + .o-paymethod-inner {
  border-top: 1px solid #c7d9df;
}
.o-advertise-paymethod .o-paymethod-inner span {
  display: block;
}
@media (max-width: 600px) {
  .o-advertise-paymethod .o-paymethod-inner {
    float: left;
    padding: 0;
  }
  .o-advertise-paymethod .o-paymethod-inner + .o-paymethod-inner {
    border-top: 0;
  }
  .o-advertise-paymethod .o-paymethod-inner span {
    display: inline;
  }
}
.o-advertise-paymethod.active {
  border-color: #68af55;
}
.o-advertise-paymethod.active .o-paymethod-inner + .o-paymethod-inner {
  color: #fff;
  background: #68af55;
}
@media (max-width: 600px) {
  .o-advertise-paymethod.active .o-paymethod-inner + .o-paymethod-inner {
    color: #68af55;
    background: none;
  }
}
@media (max-width: 600px) {
  .o-advertise-paymethod {
    border: 1px solid #c7d9df;
    height: 70px;
    line-height: 70px;
  }
}
.o-adv-price {
  margin-top: 10px;
}
.o-paymethod-logo {
  height: 100px;
  display: table;
  width: 100%;
}
.o-paymethod-logo .o-paymethod-logo-in {
  display: table-cell;
  height: 100px;
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .o-paymethod-logo .o-paymethod-logo-in {
    display: block;
    height: 70px;
    line-height: 70px;
    width: 100px;
  }
}
.o-paymethod-logo img {
  max-width: 100px !important;
  max-height: 80px !important;
}
@media (max-width: 600px) {
  .o-paymethod-logo img {
    max-width: 60px !important;
    max-height: 60px !important;
  }
}
@media (max-width: 600px) {
  .o-paymethod-logo {
    height: 70px;
    display: block;
    width: auto;
  }
}
.o-paymethod-descr {
  padding: 15px;
  border: 2px solid #c7d9df;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 30px 0;
}
.o-paymethod-descr:after {
  display: block;
  content: '';
  clear: both;
}
.o-paymethod-descr-heading {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .o-paymethod-descr-heading {
    text-align: center;
  }
}
.o-paymethod-descr-img {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .o-paymethod-descr-img {
    float: none;
    margin: 0 auto 15px auto;
    display: block;
  }
}
.o-client-more-works {
  text-align: right;
  font-size: 13px;
}
@media (max-width: 600px) {
  .o-client-more-works {
    text-align: left;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .o-project-features li + li {
    border-left: 0;
    padding-right: 15px;
    padding-left: 0;
  }
}
.o-collapsed-info table tr td {
  width: 20%;
}
.o-collapsed-info table tr td + td {
  width: 80%;
}
@media (max-width: 767px) {
  .o-collapsed-info table tr td {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .o-collapsed-info {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #eeeeee;
    margin: 15px 0;
  }
  .o-collapsed-info h6 {
    display: none;
  }
  .o-collapsed-info table {
    margin-bottom: 0;
  }
  .o-collapsed-info .o-propose-works {
    margin: 0;
  }
  .o-collapsed-info .o-collapsed-inner {
    margin: 15px;
  }
}
@media (min-width: 992px) {
  .o-collapsed-info .collapse {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .o-collapse-mobile .collapse {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .o-collapse-mobile_toggle {
    display: none;
  }
}
.o-freelancersList {
  font-size: 13px;
}
.o-freelancersList > li {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
  margin-top: 30px;
}
.o-freelancersList > li:last-child {
  border-bottom: 0;
}
.o-freelancersList > li.my-proposal {
  border: 1px solid #7ec26c;
  padding: 20px 20px 0 20px;
}
.o-freelancersList > li .media .o-freelancer-avatar img {
  width: 32px !important;
  height: 32px !important;
}
.o-freelancer-info {
  font-size: 13px;
  color: #777777;
  margin-bottom: 7px;
}
.o-propose-works {
  margin-top: 0;
}
@media (max-width: 768px) {
  .o-propose-works {
    text-align: center;
  }
  .o-propose-works .o-project-thumb {
    margin: 20px auto;
  }
}
.o-all-works {
  margin: 15px 1%;
}
@media (max-width: 768px) {
  .o-all-works {
    text-align: center;
  }
}
.o-proposal-text {
  padding: 15px;
  background: #eeeeee;
  margin-top: 15px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333333;
  font-size: 13px;
  margin-bottom: 15px;
}
.o-proposal-text:before {
  position: absolute;
  top: -9px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #eeeeee;
  content: '';
}
.proposal-chat {
  margin-top: 15px;
  padding: 10px 0 0 0;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-top: 1px solid #cccccc;
}
.proposal-chat .pull-left a {
  margin-right: 10px;
}
.o-propose-inputs input.form-control {
  width: 160px;
  float: left;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
.o-propose-inputs select.form-control {
  width: 90px;
  float: left;
  margin-left: 10px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
.o-propose-inputs label {
  line-height: 14px;
}
.o-propose-inputs .checkbox-inline {
  line-height: 18px;
  padding-top: 0 !important;
  margin-left: 15px !important;
}
@media (max-width: 480px) {
  .o-propose-inputs input.form-control {
    width: 75px;
  }
  .o-propose-inputs select.form-control {
    width: 80px;
  }
}
.o-propose-inputs-txt {
  float: left;
  color: #777777;
  padding-left: 10px;
  padding-top: 4px;
}
.o-price-inputs .form-control {
  width: 75px !important;
  margin-right: 10px;
}
.o-price-inputs select.form-control {
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .o-price-inputs .form-control {
    width: 100% !important;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.o-proposed-terms {
  color: #777;
  margin-bottom: 5px;
}
.o-proposed-terms strong {
  color: #68af55;
}
.o-projectList > li {
  border-bottom: 1px solid #c7d9df !important;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.o-count-proposals {
  color: #fff;
  background: #68af55;
  padding: 2px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
}
.o-tagSkills {
  margin: 10px 0 15px 0;
}
.o-tagSkills span {
  padding: 4px 8px;
  margin-bottom: 4px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #777;
  border-radius: 2px;
  display: inline-block;
  white-space: nowrap;
}
.o-tagSkills a {
  color: #777;
}
.o-tagSkills a:hover {
  color: #444;
}
.o-propose-works {
  margin: 20px 0 0 0;
}
.o-project-thumb {
  margin: 15px 0;
  width: 200px;
  position: relative;
}
.o-project-thumb.o-uploaded {
  cursor: move;
}
.o-project-thumb .o-inner {
  width: 200px;
  height: 200px;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  padding: 10px;
  display: block;
  position: relative;
  text-align: center;
  line-height: 170px;
  margin-right: 20px;
  margin-top: 10px;
}
.o-project-thumb .o-inner img {
  max-width: 180px;
  max-height: 180px;
}
.o-project-thumb .added {
  background-color: transparent;
}
.o-project-thumb .o-sort-arrow_lg {
  display: none;
}
@media (min-width: 1199px) {
  .o-project-thumb .o-sort-arrow_lg {
    display: block !important;
    width: 14px;
    height: 14px;
    position: absolute;
    right: -17px;
    line-height: 14px;
    color: #777777;
    cursor: pointer;
  }
  .o-project-thumb .o-sort-arrow_lg.o-arrow_left {
    top: 0;
  }
  .o-project-thumb .o-sort-arrow_lg.o-arrow_right {
    top: 20px;
  }
}
.o-project-thumb .o-sort-arrow_sm {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: -30px;
  line-height: 14px;
  color: #777777;
  cursor: pointer;
}
.o-project-thumb .o-sort-arrow_sm.o-arrow_up {
  left: 0;
}
.o-project-thumb .o-sort-arrow_sm.o-arrow_down {
  left: 20px;
}
@media (min-width: 1199px) {
  .o-project-thumb .o-sort-arrow_sm {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .o-project-thumb {
    float: left;
    margin-right: 20px !important;
  }
}
.o-project-thumb_proposal {
  margin: 0 1%;
  width: 31.3%;
  float: left;
  text-align: center;
  border: 1px solid #eeeeee;
  padding: 10px;
}
.o-project-thumb_proposal img {
  max-width: 100%;
  max-height: 180px;
}
a:hover.o-project-thumb_proposal {
  border-color: #7ec26c;
}
@media (max-width: 600px) {
  .o-project-thumb_proposal {
    width: 200px;
    display: block;
    float: none;
    margin: 10px auto;
  }
}
.o-project-thumb_proposal_title {
  height: 22px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.o-item-remove {
  width: 24px;
  height: 24px;
  display: block !important;
  position: absolute;
  top: 0;
  right: -13px;
  border: 0 !important;
  background: none !important;
  font-size: 24px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.o-item-remove:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.o-noteLinks {
  margin-top: 3px;
}
.o-noteLinks a {
  margin-right: 10px;
}
.o-order-label {
  float: right;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .o-order-label {
    float: none;
  }
}
@media (max-width: 768px) {
  .o-showNote {
    left: 0;
    right: auto;
    width: 260px;
  }
}
.o-btn-propose {
  font-size: 16px;
  display: block;
  text-align: center;
}
@media (max-width: 600px) {
  .o-btn-propose {
    font-size: 13px !important;
  }
}
@media (max-width: 600px) {
  .o-propositions-title {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .o-publicate-button {
    text-align: center;
  }
  .o-publicate-button .btn {
    margin-bottom: 10px;
  }
  .o-publicate-button .ajax-link {
    display: block;
  }
}
@media (max-width: 767px) {
  .o-freelancer-defined > span {
    display: block;
  }
}
.o-freelancer-defined:after {
  display: block;
  clear: both;
  content: '';
}
@media (min-width: 768px) {
  .o-freelancer-defined-btn {
    float: right;
    margin-top: -3px;
  }
}
@media (max-width: 767px) {
  .o-freelancer-defined-btn {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}
.o-proposal-chat {
  margin-top: 10px;
}
.o-proposal-chat .pull-left a {
  margin-right: 15px;
}
.o-proposal-chat a {
  white-space: nowrap;
}
@media (max-width: 600px) {
  .o-proposal-chat .pull-left,
  .o-proposal-chat .pull-right {
    float: none !important;
  }
  .o-proposal-chat a {
    padding: 3px 0;
    display: block;
  }
}
.o-proposal-chat-window ul {
  list-style: none;
  margin-right: 0;
  padding: 0;
}
.o-proposal-chat-window ul li {
  border-top: 1px solid #cccccc;
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .o-control-label {
    width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .o-control-subline {
    margin-left: 150px;
  }
}
@media (max-width: 991px) {
  .o-control-label-md {
    width: 150px;
    text-align: left !important;
  }
}
.o-controls {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}
.o-orderSelect {
  list-style: none;
  padding: 0;
  margin: 0;
}
.o-orderSelect > li {
  display: block;
  padding: 10px;
  border: 1px solid #edf4f5;
  cursor: pointer;
  color: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 2px;
}
.o-orderSelect > li:hover {
  background: #edf4f5;
  color: #00a8c6;
}
.o-orderSelect > li.active {
  cursor: default;
  background: #edf4f5;
  color: #00a8c6;
}
.o-orderSelect-price {
  color: #56a230;
  font-weight: bold;
  float: right;
  margin-left: 10px;
  background: #fff;
  padding: 0 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
/*Sign Block */
.s-signBlock {
  max-width: 980px;
  margin: 30px auto;
}
.s-signBlock .s-signBlock-top {
  padding-bottom: 20px;
  border-bottom: 1px dashed #cccccc;
  text-align: center;
}
.s-signBlock .s-signBlock-logo {
  padding-bottom: 10px;
}
.s-signBlock .s-signBlock-logo img {
  max-width: 250px !important;
  max-height: 125px !important;
}
@media (max-width: 768px) {
  .s-signBlock {
    margin: 15px auto;
  }
  .s-signBlock .s-signBlock-top {
    padding-bottom: 15px;
  }
  .s-signBlock .s-signBlock-top h1.small {
    font-size: 14px;
  }
  .s-signBlock .s-signBlock-logo {
    padding-bottom: 0;
  }
  .s-signBlock .s-signBlock-logo img {
    max-width: 140px !important;
    max-height: 60px !important;
  }
}
.s-signBlock-form {
  margin: 20px 0;
}
.s-signBlock-form label {
  font-weight: normal;
}
@media (max-width: 768px) {
  .s-signBlock-form {
    margin: 15px 0;
  }
}
.s-signBlock-div {
  padding: 10px 30px;
}
@media (max-width: 768px) {
  .s-signBlock-div {
    padding: 0 15px;
  }
}
/* Social Buttons*/
.s-btn-social {
  padding-left: 25px;
  color: #fff;
  margin-bottom: 10px;
}
.s-btn-social:hover,
.s-btn-social:focus,
.s-btn-social:active,
.s-btn-social.active {
  color: #fff;
}
.s-btn-social.not-active {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.s-vk {
  background: #4474a3;
  border-color: #4474a3;
  background-image: url(../img/icons/s-vk.png);
  background-repeat: no-repeat;
  background-position: 5px center;
}
.s-vk:hover,
.s-vk:focus,
.s-vk:active,
.s-vk.active {
  background-image: url(../img/icons/s-vk.png);
  background-color: #5a90ba;
  border-color: #5a90ba;
}
.s-fb {
  background: #3b5998;
  border-color: #3b5998;
  background-image: url(../img/icons/s-fb.png);
  background-repeat: no-repeat;
  background-position: 5px center;
}
.s-fb:hover,
.s-fb:focus,
.s-fb:active,
.s-fb.active {
  background-image: url(../img/icons/s-fb.png);
  background-color: #5271b2;
  border-color: #5271b2;
}
.s-od {
  background: #ff6e00;
  border-color: #ff6e00;
  background-image: url(../img/icons/s-od.png);
  background-repeat: no-repeat;
  background-position: 5px center;
}
.s-od:hover,
.s-od:focus,
.s-od:active,
.s-od.active {
  background-image: url(../img/icons/s-od.png);
  background-color: #ff8224;
  border-color: #ff8224;
}
.s-ya {
  background: #D83933;
  border-color: #D83933;
  background-image: url(../img/icons/s-ya.png);
  background-repeat: no-repeat;
  background-position: 5px center;
}
.s-ya:hover,
.s-ya:focus,
.s-ya:active,
.s-ya.active {
  background-image: url(../img/icons/s-ya.png);
  background-color: #ef3d36;
  border-color: #ef3d36;
}
.s-gg {
  background: #AD2C1E;
  border-color: #AD2C1E;
  background-image: url(../img/icons/s-gg.png);
  background-repeat: no-repeat;
  background-position: 5px center;
}
.s-gg:hover,
.s-gg:focus,
.s-gg:active,
.s-gg.active {
  background-image: url(../img/icons/s-gg.png);
  background-color: #c94436;
  border-color: #c94436;
}
.s-mr {
  background: #6ab724;
  border-color: #6ab724;
  background-image: url(../img/icons/s-mm.png);
  background-repeat: no-repeat;
  background-position: 5px center;
}
.s-mr:hover,
.s-mr:focus,
.s-mr:active,
.s-mr.active {
  background-image: url(../img/icons/s-mm.png);
  background-color: #71ce1c;
  border-color: #71ce1c;
}
.s-signBlock-other {
  padding: 20px;
  border: 1px dashed #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
  text-align: left;
}
.s-signBlock-other h6 {
  margin: 7px 0;
}
.s-signBlock_hello {
  line-height: 64px;
}
@media (max-width: 991px) {
  .s-signBlock_hello {
    line-height: 20px;
    text-align: center;
  }
}
.s-signBlock-social-avatar {
  width: 64px;
  height: 64px;
  overflow: hidden;
  float: right;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.s-signBlock-social-avatar img {
  max-width: 500% !important;
  min-width: 64px !important;
  min-height: 64px !important;
}
@media (max-width: 991px) {
  .s-signBlock-social-avatar {
    float: none;
    margin: 10px auto;
  }
}
.s-socialBlock_confirm {
  margin-top: -10px;
}
@media (max-width: 991px) {
  .s-socialBlock_confirm {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .s-social-buttons {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .s-social-buttons {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #cccccc;
  }
}
@media (max-width: 600px) {
  .s-signBlock-other .text-right {
    text-align: left;
  }
}
.s-captcha {
  line-height: 30px;
}
.s-signBlock-links > li {
  margin-bottom: 10px;
}
.f-freelancersList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.f-freelancersList > li {
  border: 1px solid #c7d9df;
  display: block;
  margin: 30px 0;
}
.f-freelancersList > li.pro {
  border-color: #7ec26c;
}
.f-freelancersList > li.f-pro {
  padding: 15px;
  border: 1px solid #7ec26c;
  padding-bottom: 0;
}
.f-infoText {
  padding: 15px;
  background: #eeeeee;
  margin-top: 15px;
  margin-right: 17px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333333;
  font-size: 13px;
  margin-bottom: 15px;
  margin-left: 74px;
}
@media (max-width: 991px) {
  .f-infoText {
    margin-left: 0;
    margin-right: 0;
  }
}
.f-mapView-features {
  margin-bottom: 10px;
}
.f-mapView-features span {
  white-space: nowrap;
  padding-right: 7px;
}
.f-mapView.media-body {
  margin: 0;
  padding: 0;
}
.f-freelancer-avatar {
  float: left;
  margin-right: 10px;
  position: relative;
}
.f-freelancer-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 600px) {
  .f-freelancer-avatar {
    display: none;
  }
}
.f-propose-works {
  margin-left: 74px !important;
}
.f-propose-works .o-project-thumb_proposal {
  margin: 0 2% 0 0 !important;
}
.f-freelancer-name {
  font-weight: bold;
  font-size: 13px;
}
@media (max-width: 768px) {
  .f-freelancer-name {
    font-size: 14px;
  }
}
.f-your-note {
  display: block;
  float: none;
  max-width: none;
}
.f-your-note .form-group {
  width: auto;
}
.p-profile-avatar {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  margin-bottom: 15px;
  position: relative;
}
.p-profile-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .p-profile-avatar {
    width: 60px;
    height: 60px;
  }
}
.p-profile-top {
  text-align: center;
}
.p-profile-top .btn {
  margin: 10px 0;
}
.p-profile-top small {
  color: #777777;
  display: block;
  margin: 10px 0;
}
.p-profileColumn {
  color: #777777;
}
.p-profileColumn h6 {
  margin-bottom: 10px !important;
}
.p-profile-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-profile-info-list li {
  font-size: 14px;
  padding: 3px 0;
}
.p-profile-info-list .fa {
  width: 15px;
  text-align: center;
}
.p-profileContent {
  padding: 15px 0;
  border-top: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.p-profileContent h4 {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .p-profileContent {
    padding: 0;
    border: 0;
    margin-top: 15px;
  }
}
.p-profileContent-item + .p-profileContent-item {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #dddddd;
}
.p-profile-list-block {
  color: #777777;
  padding-bottom: 15px;
}
.p-profile-list-block + .p-profile-list-block {
  border-top: 1px solid #cccccc;
}
.p-profile-list-block .fa {
  width: 15px;
  text-align: center;
}
.p-profile-collapse-toggle {
  background: none;
  border: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #428bca;
  padding: 15px;
  text-align: center;
  display: block;
}
.p-portfolioSection + .p-portfolioSection {
  border-top: 1px solid #c7d9df;
  margin-top: 30px;
  padding-top: 15px;
}
.p-portfolioSection ol {
  padding-left: 35px;
  margin: 0;
}
.p-portfolioSection ol li {
  color: #777777;
}
.p-portfolioSection ol span {
  padding-left: 10px;
  white-space: nowrap;
}
.p-portfolioSection-disabled {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
@media (min-width: 768px) {
  .p-portfolioSection-edit .form-inline .form-group + .form-group {
    margin-left: 15px;
  }
}
.p-profile-title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c7d9df;
}
.p-profile-title form {
  margin-top: 20px;
}
.p-profile-title h3,
.p-profile-title h4,
.p-profile-title h5,
.p-profile-title h6 {
  margin: 10px 0;
  border: 0 !important;
}
.p-profile-title h4 {
  margin-bottom: 0;
}
.p-profile-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-profile-title ul li {
  font-size: 13px;
}
.p-profile-title-columns {
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  .p-profile-title-columns {
    display: block;
  }
}
.p-profile-title-columns-left {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 767px) {
  .p-profile-title-columns-left {
    display: block;
  }
}
.p-profile-title-columns-right {
  display: table-cell;
  text-align: right;
  vertical-align: top;
}
@media (max-width: 767px) {
  .p-profile-title-columns-right {
    display: block;
    text-align: left;
  }
}
.p-portfolioSection-description {
  margin-top: 20px;
}
.p-portfolioSection-work {
  margin-top: 40px;
  margin-bottom: 5px;
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .p-portfolioSection-work {
    text-align: center;
  }
  .p-portfolioSection-work + .p-edit-work-icon {
    padding: 5px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .p-portfolioSection-work .p-portfolioSection-img {
    max-width: 100%;
    height: auto;
  }
  .p-portfolioSection-work .p-portfolioSection-img img {
    display: block;
    margin: 0 auto 7px auto;
    position: relative;
  }
}
.p-portfolioSection-img {
  max-width: 200px;
  height: 200px;
  display: block;
  position: relative;
}
.p-portfolioSection-img img {
  display: block;
  margin-bottom: 7px;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-portfolioSection-img-disabled img {
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}
.p-portfolioSection-img-disabled-text {
  position: absolute;
  height: 22px;
  top: 5px;
  left: 0;
  padding: 0 15px;
  text-shadow: 1px 1px 0 #fff;
}
.p-portfolioSection-opt {
  font-weight: normal;
  color: #777777;
  margin-top: 5px;
}
.p-portfolioSection-opt span {
  padding-right: 10px;
}
.p-active-link a {
  cursor: pointer !important;
}
.p-infoText {
  margin-left: 0 !important;
  margin-bottom: 0;
  margin-top: 5px;
}
.p-work-snapshots {
  margin-top: 24px;
  padding-top: 15px;
  border-top: 1px solid #c7d9df;
  text-align: center;
}
.p-work-snapshots .p-work-item {
  display: block;
  margin: 20px 0 10px 0;
}
.p-feedbacksList > li {
  border-bottom: 0 !important;
  padding-bottom: 0;
}
.p-feedback-answer {
  padding: 15px;
  margin-top: 10px;
  border: 1px dashed #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.p-feedback-answer h6 {
  margin: 0 0 5px 0;
}
.p-feedback-answer-heading {
  font-size: 14px;
  margin-bottom: 10px;
  color: #777;
}
.p-feedback-comment .p-add-comment {
  padding: 15px;
  border: 1px solid #c7d9df;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  margin-top: 5px;
}
.p-feedback-comment .btn {
  margin-right: 10px;
}
.p-profileCabinet-section {
  padding-bottom: 30px;
  padding-top: 20px;
}
.p-profileCabinet-section + .p-profileCabinet-section {
  border-top: 1px solid #c7d9df;
}
@media (max-width: 767px) {
  .p-profileCabinet-section .checkbox {
    padding-top: 10px;
  }
}
.p-metro-color {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-color: transparent !important;
}
.p-avatar-label {
  padding-top: 30px !important;
}
.p-profileCabinet-avatar {
  margin: 10px 0 25px 0;
}
.p-profileCabinet-avatar .p-img {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.p-profileCabinet-avatar .p-img img {
  max-width: 500% !important;
  min-width: 64px !important;
  min-height: 64px !important;
}
.p-profileCabinet-avatar .p-load {
  float: left;
  margin-left: 15px;
  margin-top: 7px;
}
.p-profileCabinet-avatar .fa {
  font-size: 16px;
  margin-left: 5px;
}
.p-img-loading {
  width: 64px;
  height: 64px;
  float: left;
  line-height: 64px;
  text-align: center;
}
.p-cabinet-birthdate .col-sm-2 + .col-sm-2 {
  padding-left: 0;
}
.p-delete {
  color: #aaa;
}
.p-delete:hover {
  color: #DB0003;
}
.p-profileCabinet-contacts .form-group {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .p-profileCabinet-contacts .form-group {
    margin-bottom: 5px !important;
    margin-right: 15px;
  }
}
.p-profileCabinet-contacts-delete {
  line-height: 36px;
  padding-left: 0;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.p-profileCabinet-contacts-delete .p-delete {
  font-size: 18px;
}
.p-profileCabinet-contacts .input-group .p-delete {
  font-size: 18px;
}
@media (max-width: 767px) {
  .p-profileCabinet-contacts .input-group {
    margin-bottom: 15px !important;
  }
}
.p-profileCabinet-delete {
  padding-left: 0;
  margin-left: 10px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  float: left;
}
.p-profileCabinet-delete .p-delete {
  font-size: 18px;
}
.p-specialization-add {
  padding-bottom: 10px;
}
.p-prevnext-links {
  font-size: 12px;
}
.dropdown-menu .p-categoriesList_active h6 {
  margin: 5px 10px 10px 7px;
}
.dropdown-menu .p-categoriesList_active .small {
  padding: 0 7px;
  margin-bottom: 10px;
}
.dropdown-menu .p-categoriesList_active a,
.dropdown-menu .p-categoriesList_active a:hover {
  background-color: transparent;
}
.p-form-noinput {
  padding-top: 7px;
}
.p-addProject_map {
  margin-bottom: 15px;
}
.p-addProject_files {
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
}
.p-addProject_files li {
  display: block;
  padding-bottom: 5px;
  color: #777;
  font-size: 12px;
}
.p-addProject_files .fa {
  color: #DF1518;
  margin-right: 6px;
  font-size: 13px;
}
.p-addProject_paidService {
  border: 1px solid #c7d9df;
  text-align: center;
  cursor: pointer;
  margin: 15px 0;
  display: block;
}
.p-addProject_paidService:hover {
  border-color: #7ec26c;
}
.p-addProject_paidService p {
  padding-bottom: 15px;
}
.p-addProject_paidService label {
  cursor: pointer;
  padding: 15px;
  display: block;
}
.p-addProject_paidService .fa {
  font-size: 48px;
  display: block;
  text-align: center;
  margin: 15px 0 5px 0;
  color: #777;
}
.p-addProject_paidService .p-paidService_description {
  font-size: 13px;
  line-height: 18px;
  color: #555;
  margin: 15px 0 10px 0;
  overflow: hidden;
}
.p-addProject_paidService .p-paidService_description .p-paidService_heading {
  display: table;
  width: 100%;
  height: 40px;
}
.p-addProject_paidService .p-paidService_description .p-paidService_heading h6 {
  margin: 0;
  padding: 0;
  display: table-cell;
  line-height: 18px;
  height: 40px;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.p-addProject_paidService .p-paidService_text {
  margin-top: 5px;
  height: 80px;
  display: table;
  width: 100%;
  background: url(../img/fade.png) repeat-x bottom;
}
.p-addProject_paidService .p-paidService_text .p-active-in {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
}
.p-addProject_paidService .p-paidService_text .p-paidService_text_in {
  overflow: hidden;
  position: relative;
  height: 60px;
}
.p-addProject_paidService .p-paidService_text .p-paidService_text_in .p-in-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;
  z-index: 10;
  background: url(../img/fade.png) repeat-x bottom left;
}
.p-addProject_paidService.active {
  border: 2px solid #7ec26c;
}
.p-addProject_paidService.active .fa {
  color: #7ec26c;
}
.p-paidService_input {
  width: 50px;
  margin: 0 auto;
}
.p-paidService_input input {
  text-align: center;
}
.p-paidService_link-input input {
  margin: 10px 0;
}
.p-profileCabinet-password {
  padding-right: 30px;
}
.p-profileCabinet-password .c-formSubmit {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .p-profileCabinet-password {
    padding-right: 15px;
    padding-bottom: 25px;
  }
}
.p-addOrder.pull-right {
  float: right !important;
  text-align: right !important;
}
.p-addOrder .btn {
  margin-top: 5px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-addOrder.pull-right {
    float: none !important;
    text-align: left !important;
  }
  .p-addOrder .btn {
    margin-top: 15px;
  }
}
.p-profileOrder-swicher {
  margin-right: 15px;
}
.p-proflie-client-title .dropdown {
  float: left;
  margin-top: 8px;
}
.p-profileOrder-controls {
  margin-bottom: 10px;
  color: #aaa;
  background: #f5f5f5;
  padding: 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
}
.p-profileOrder-controls a {
  margin: 0 10px 0 0;
  white-space: nowrap;
  font-size: 14px !important;
}
.p-profileOrder-controls .fa {
  width: 18px;
  text-align: center;
}
.p-profileOrder-controls small {
  margin-left: -9px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .p-profileOrder-controls {
    display: none;
  }
}
.p-profileOrder-controls-mobile {
  text-align: center;
  background: #f5f5f5;
  padding: 7px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: none;
  margin: 0;
  margin-top: 10px;
}
.p-profileOrder-controls-mobile a {
  border: 1px solid #c7d9df;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 3px 7px;
  line-height: normal;
  display: inline-block;
  position: relative;
}
.p-profileOrder-controls-mobile .fa {
  font-size: 24px;
  padding: 4px 10px;
  text-align: center;
}
.p-profileOrder-controls-mobile .p-control-new-message {
  font-size: 12px;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 15px;
  height: 15px;
  background: #68af55;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .p-profileOrder-controls-mobile {
    display: block;
  }
}
.p-profileOrder-controls + .p-shopList,
.p-portfolioSection-edit + .p-shopList {
  margin-top: 30px;
  border-top: 1px solid #ddd;
}
.p-profile-invited {
  margin: 0 0 15px 0 !important;
  border: 1px dashed #dddddd;
  padding: 15px;
}
.p-profile-alert h5 {
  margin: 10px 0 10px 0;
}
.p-profile-alert i {
  font-size: 20px;
}
@media (min-width: 768px) {
  .p-profile-alert-controls {
    float: right;
    margin-top: -3px;
  }
  .p-profile-alert-controls > .btn,
  .p-profile-alert-controls > a {
    margin-left: 7px;
  }
}
@media (max-width: 767px) {
  .p-profile-alert-controls > .btn {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}
.p-profile-period {
  padding-top: 7px;
  font-size: 12px;
  color: #777777;
  font-style: italic;
}
@media (min-width: 768px) {
  .p-profile-period {
    padding-left: 0;
  }
}
.p-profile-alert-invite {
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  color: #68af55;
}
.p-profile-alert-invite h4,
.p-profile-alert-invite h5 {
  margin: 0;
  font-size: 14px;
}
.p-profile-alert-invite:after {
  display: block;
  content: '';
  clear: both;
}
.p-profile-alert-invite-msg {
  color: #333333;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e5e5e5;
}
.p-profile-alert-invite-msg h5 {
  margin: 0;
  font-size: 14px;
}
.p-profile-alert-invite-msg p {
  padding: 0;
  margin-bottom: ;
}
.p-profile-alert-invite-msg i {
  font-size: inherit !important;
}
.p-profile-submenu {
  list-style: none;
  padding: 0;
  margin: 5px 0 !important;
}
.p-profile-submenu li {
  float: left;
  margin: 5px 0;
}
.p-profile-submenu li a {
  padding: 4px 7px;
}
.p-profile-submenu li.active a {
  background: #7ec26c;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.p-profile-submenu:after {
  display: block;
  content: '';
  clear: both;
}
.p-profile-submenu-dropdowns {
  margin-top: 8px;
  font-size: 13px;
}
.p-portfolioSection-settings-block {
  margin-top: 15px;
  float: right;
}
.p-portfolioSection-settings-block a {
  margin-left: 15px;
  white-space: nowrap;
}
.p-edit-work-icon {
  color: #aaa;
  font-size: 12px;
  white-space: nowrap;
  display: block;
}
.p-edit-work-icon .fa {
  font-size: 14px;
}
.p-portfolio-list {
  margin-top: 20px !important;
}
.p-portfolio-list li {
  position: relative;
}
.p-portfolio-count .form-control {
  width: 50px !important;
  text-align: center;
}
@media (max-width: 767px) {
  .p-portfolio-count {
    line-height: 30px !important;
  }
  .p-portfolio-count .form-control,
  .p-portfolio-count label {
    float: left;
  }
  .p-portfolio-count .form-control {
    margin-right: 5px;
  }
}
.p-addWork-gallery {
  margin: 0 -10px 20px -10px;
  list-style: none;
  padding: 0;
}
.p-addWork-gallery li {
  width: 25%;
  padding: 10px;
  float: left;
  position: relative;
}
@media (max-width: 767px) {
  .p-addWork-gallery li {
    width: 50%;
  }
}
.p-addWork-gallery li a {
  background: #FFFDEA;
  border: 1px dashed #ddd;
  display: table;
  width: 100%;
  height: 100px;
  text-align: center;
  font-size: 30px;
}
.p-addWork-gallery li + li a {
  background: #f5f5f5;
}
.p-addWork-gallery li .p-hasimg {
  background: #fff;
  line-height: 0;
  cursor: move;
}
.p-addWork-gallery li .p-hasimg img {
  max-height: 100%;
}
.p-addWork-gallery .p-galleryImg-container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100px;
}
.p-addWork-gallery .p-galleryImg-remove {
  width: 24px;
  height: 24px;
  display: block !important;
  position: absolute;
  top: 0;
  right: -2px;
  border: 0 !important;
  background: none !important;
  font-size: 24px;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.p-addWork-gallery .p-galleryImg-remove:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.p-gallery-alternate {
  margin-top: 10px;
}
.p-gallery-alternate div {
  margin-bottom: 10px;
}
.p-profile-portfolio-controls {
  margin-top: 15px;
}
.p-profile-portfolio-controls a {
  margin-right: 10px;
  white-space: nowrap;
}
.p-portfolio-project-thumb {
  margin-top: -5px;
  width: 180px;
}
.p-portfolio-project-thumb .o-inner {
  width: 180px !important;
  height: 180px !important;
  line-height: 150px !important;
}
.p-portfolio-project-thumb .o-inner img {
  max-width: 160px !important;
  max-height: 160px !important;
}
.p-order-files {
  margin-bottom: 10px !important;
}
.p-propose-works {
  margin-top: 0 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .p-propose-works {
    text-align: left !important;
  }
  .p-propose-works .p-portfolio-project-thumb {
    margin: 0 0 30px 0 !important;
  }
}
.p-feedback-answer-controls {
  margin-top: 10px;
}
.p-feedback-answer-controls a {
  white-space: nowrap;
  margin-right: 10px;
}
.p-favorites-list {
  padding-bottom: 30px;
}
.p-favorites-list + .p-favorites-list {
  border-top: 1px solid #c7d9df;
  padding-top: 20px;
}
.p-profile-resume {
  padding-bottom: 20px;
}
.p-favorites-avatar {
  margin-right: 10px;
  float: left;
}
.p-favorites-user {
  margin: 15px 0 30px 0;
}
.p-favorites-userinfo {
  overflow: hidden;
  zoom: 1;
  font-size: 12px;
}
.p-profile-resume-download {
  display: block;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #c7d9df;
  text-decoration: none;
  margin: 15px 0;
  font-size: 13px;
  font-weight: bold;
}
.p-profile-resume-download .fa {
  font-size: 20px;
  margin-top: 3px;
}
a.p-profile-resume-download:hover {
  border-color: #7ec26c;
}
.p-your-note {
  padding: 4px 7px !important;
  margin-top: 4px;
  display: block !important;
  float: none !important;
  text-align: left;
}
.p-your-note .form-group {
  width: auto !important;
}
@media (min-width: 991px) {
  .p-profile-collapse.collapse {
    display: block!important;
  }
}
@media (min-width: 991px) {
  .p-profile-collapse-toggle {
    display: none;
  }
}
@media (max-width: 768px) {
  .p-profileCabinet-contacts .col-sm-3 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .p-portfolioSection h5.pull-left {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .p-portfolioSection-settings-block {
    margin-top: 0;
    float: none;
    margin-bottom: 10px;
  }
  .p-portfolioSection-settings-block a {
    margin-left: 0;
    margin-right: 15px;
  }
}
.p-portfolioSection-bottom {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #dddddd;
}
.p-portfolioSection-bottom-date {
  float: right;
}
@media (max-width: 767px) {
  .p-portfolioSection-bottom-date {
    float: none;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .p-profileCabinet-social {
    padding-left: 15px;
    padding-top: 25px;
    border-top: 1px solid #c7d9df;
  }
}
@media (max-width: 767px) {
  .p-portfolio-list {
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .p-avatar-label {
    padding-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .p-profileCabinet-avatar {
    margin-bottom: 0;
  }
  .p-profileCabinet-avatar .p-img {
    float: none;
  }
  .p-profileCabinet-avatar .p-load {
    float: none;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .p-cabinet-birthdate .col-sm-2 {
    margin-top: 10px;
  }
  .p-cabinet-birthdate .col-sm-2 + .col-sm-2 {
    padding-left: 15px;
  }
}
.p-goback-link {
  margin-top: 15px;
  display: inline-block;
}
.p-input-sm {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.p-input-sm .form-control {
  width: 50px;
  margin-left: 0;
  text-align: center;
  display: inline !important;
}
.p-position-last_radio {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .p-position-last_radio {
    margin-left: 0;
  }
}
.p-profileBill-bill {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c7d9df;
}
.p-profileBill-bill .p-bill-heading {
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 7px 0;
  font-weight: 600;
}
.p-profileBill-bill .p-bill-heading strong {
  font-weight: 700;
}
@media (min-width: 767px) {
  .p-profileBill-bill:after {
    clear: both;
    display: block;
    content: '';
  }
  .p-profileBill-bill .p-bill-heading {
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
  }
  .p-profileBill-bill .btn {
    float: left;
    margin-left: 15px;
  }
}
.p-bill-date td {
  border: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 0 !important;
  font-size: 12px;
  font-weight: bold;
  color: #777;
}
.p-bill-date td:hover {
  background-color: transparent !important;
}
.p-bill-table tr td {
  border-top: 0 !important;
  border-bottom: 1px solid #ddd;
}
.p-status-text {
  background: #edf4f5;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
  text-align: left;
  font-size: 13px;
  line-height: 18px;
}
.p-status-text .p-status-edit {
  margin-top: 7px;
}
.p-status-text textarea {
  font-size: 13px;
}
.p-additional-info {
  padding: 10px;
  background: #edf4f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.p-additional-info-inside {
  padding-top: 15px;
}
.p-additional-info-inside h6 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.p-additional-info-parameters + .p-additional-info-parameters {
  margin-top: 15px;
}
.p-additional-info-service {
  margin-top: 10px;
}
.p-additional-info-service + .p-additional-info-service {
  border-top: 1px solid #c7d9df;
  padding-top: 10px;
}
.p-additional-info-service:after {
  display: block;
  content: '';
  clear: both;
}
.p-additional-info-service-add {
  position: relative;
}
.p-additional-info-service-del {
  position: absolute;
  top: 0;
  right: -40px;
  color: #555555;
  margin: 15px 0;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  z-index: 2;
}
.p-additional-info-service-del:hover {
  color: red;
}
.p-additional-info-service-del i {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .p-additional-info-service-del {
    margin: 10px 0;
    padding: 0;
    width: 34px;
    height: 34px;
    right: auto;
    left: -50px;
    background: transparent;
    border: 1px solid #c7d9df;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .p-additional-info-service-del i {
    width: 33px;
    height: 33px;
    line-height: 33px;
  }
}
@media (max-width: 767px) {
  .p-additional-info-service-del {
    right: 0;
    left: auto;
  }
}
@media (max-width: 767px) {
  .p-additional-info-service-name {
    margin-right: 44px;
  }
}
@media (max-width: 767px) {
  .p-additional-info-service-form-m .p-additional-info-service-form-input,
  .p-additional-info-service-form-m .p-additional-info-service-form-select {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.p-additional-info-service-form-v2 .p-additional-info-service-form-input {
  width: 60%;
}
.p-additional-info-service-form-v2 .p-additional-info-service-form-select {
  width: 40%;
}
.p-additional-info-service-form-input {
  width: 40%;
  float: left;
}
.p-additional-info-service-form-input input {
  padding-right: 7px;
  padding-left: 7px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-additional-info-service-form-input {
    margin-top: 10px;
  }
}
.p-additional-info-service-form-input.has-currency {
  width: 100%;
  float: none;
}
.p-additional-info-service-form-select {
  width: 60%;
  float: right;
  padding-left: 10px;
}
.p-additional-info-service-form-select select {
  padding-right: 7px;
  padding-left: 7px;
}
@media (max-width: 767px) {
  .p-additional-info-service-form-select {
    margin-top: 10px;
  }
}
.p-additional-info-service-group:after {
  display: block;
  content: '';
  clear: both;
}
.p-additional-info-service-group .form-control {
  float: left;
  width: 33.3%;
  position: relative;
  z-index: 1;
  padding-left: 7px;
  padding-right: 7px;
}
.p-additional-info-service-group .form-control:focus,
.p-additional-info-service-group .form-control:active {
  z-index: 2;
}
.p-additional-info-service-group input {
  border-radius: 4px 0 0 4px;
  text-align: center;
}
.p-additional-info-service-group select,
.p-additional-info-service-group span {
  margin-left: -1px;
  margin-right: -1px;
  border-radius: 0;
}
.p-additional-info-service-group select + input,
.p-additional-info-service-group span + input {
  border-radius: 0 4px 4px 0;
}
.p-additional-info-service-group span {
  background-color: transparent;
  text-align: center;
  box-shadow: none;
}
.p-additional-info-service-group-two:after {
  display: block;
  content: '';
  clear: both;
}
.p-additional-info-service-group-two .form-control {
  float: left;
  width: 49.7%;
  position: relative;
  z-index: 1;
  padding-left: 7px;
  padding-right: 7px;
  border-radius: 4px 0 0 4px;
  text-align: center;
}
.p-additional-info-service-group-two .form-control + .form-control {
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
}
.p-additional-info-service-group-two .form-control:focus,
.p-additional-info-service-group-two .form-control:active {
  z-index: 2;
}
/* status */
.p-status-online {
  background: #6BCD1C;
}
.p-status-offline {
  background: #ccc;
}
.p-status {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.sh-shopList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sh-shopList > li {
  display: block;
  margin-top: 30px;
  margin-bottom: 50px;
  word-break: break-word;
}
.sh-highlited {
  border: 2px solid #7ec26c;
  padding: 15px !important;
}
.sh-item-controls {
  margin-top: 7px;
}
.sh-item-disabled {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.sh-shopList-img {
  float: right;
  margin-left: 15px;
}
.sh-shopList-img img {
  max-width: 150px;
  max-height: 150px;
}
.sh-item-name {
  font-size: 18px;
  padding-bottom: 5px;
}
.sh-shopList-description {
  margin-top: 5px;
}
.sh-project-features {
  margin-top: 10px;
  font-size: 12px;
}
.sh-project-features .fa {
  font-size: 14px;
}
.sh-price {
  margin-top: 0;
  display: none;
}
@media (min-width: 991px) {
  .sh-price {
    float: right;
    display: inline;
  }
}
.sh-item-contacts {
  margin-top: 30px;
}
.sh-shop-item-text {
  margin-top: 20px;
}
.sh-item-gallery {
  text-align: center;
}
.sh-item-gallery a {
  margin: 2px 0;
  display: inline-block;
  text-decoration: none;
}
.sh-item-gallery a:hover {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
.sh-item-gallery img {
  height: 80px !important;
}
.sh-showAllWorks {
  font-weight: normal;
}
.sh-shopAdv-item {
  margin: 0 !important;
  padding: 0 !important;
}
.sh-shopAdv-item .l-project-head {
  margin-top: 5px !important;
}
.sh-shopAdv-item .sh-shopAdv-img {
  margin-right: 15px;
  float: left;
}
.sh-shopAdv-item .sh-shopAdv-img img {
  max-width: 100px !important;
  max-height: 70px !important;
}
@media (max-width: 600px) {
  .sh-shopAdv-item .sh-shopAdv-img {
    margin: 0 auto 10px auto;
    float: none !important;
    text-align: center;
    display: block;
  }
  .sh-shopAdv-item .sh-shopAdv-img img {
    max-width: 120px !important;
    max-height: 120px !important;
  }
}
@media (max-width: 600px) {
  .sh-shopList-img {
    float: none;
    margin: 0 0 10px 0;
    display: block;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .sh-item-previews {
    margin-left: 10px;
  }
}
.b-blogList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.b-blogList > li {
  display: block;
  margin-top: 30px;
  margin-bottom: 50px;
  word-break: break-word;
}
.b-blogList-img {
  text-align: center;
  margin: 15px 0;
}
@media (max-width: 600px) {
  .b-blogList-img {
    float: none;
  }
}
.b-deleted-comment {
  margin-top: 0;
}
.b-blogList-description {
  margin-top: 5px;
}
.b-date {
  font-size: 12px;
  color: #aaa;
  margin-bottom: 5px;
}
.b-item-name h2,
.b-item-name h1 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 5px 0 !important;
}
.b-item-name-draft {
  color: #aaaaaa !important;
}
.b-item-info {
  color: #aaaaaa;
}
.b-project-features {
  margin-top: 10px;
  font-size: 12px;
}
.b-project-features .fa {
  font-size: 14px;
}
.b-blog-article {
  border-bottom: 1px solid #c7d9df;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.b-blog-article h1 {
  margin-top: 0;
}
.b-blog-article p + h6 {
  margin-top: 0;
}
.b-user-info {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #c7d9df;
  font-size: 12px;
}
.b-social-icons {
  margin-top: 5px;
}
@media (max-width: 600px) {
  .b-social-icons {
    margin-top: 15px;
  }
  .b-social-icons.text-right {
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  .b-username {
    margin-top: 10px;
  }
}
.q-questionsList {
  font-size: 12px;
}
.q-questionsList > li {
  display: block;
  margin-top: 30px;
  margin-bottom: 50px;
  color: #999;
  word-break: break-word;
}
.q-questionsList .l-item-features > li {
  color: #999 !important;
  font-size: 14px;
}
.q-question-name {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.q-solved {
  color: #7FB700 !important;
}
.q-solvedLabel {
  margin-top: 7px;
  margin-bottom: 5px;
}
.q-best-answer {
  padding: 15px;
  border: 1px solid #68af55 !important;
}
.q-best-answer-note {
  color: #7FB700 !important;
}
@media (min-width: 768px) {
  .q-best-answer-note {
    float: right;
  }
}
.q-your-answer {
  padding: 15px;
  border: 1px solid #cccccc !important;
}
.q-your-answer-note {
  color: #777777;
}
@media (min-width: 768px) {
  .q-your-answer-note {
    float: right;
  }
}
@media (min-width: 768px) {
  .q-solvedLabel {
    float: right;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .q-question-solved {
    text-align: right;
  }
}
.q-answer-rating {
  color: #888;
  line-height: 18px;
}
.q-answer-rating .fa {
  font-size: 18px;
  margin-right: 5px;
}
.q-answer-rating span {
  padding-right: 5px;
}
.q-answer-rating a {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.q-answer-rating a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.q-answer-rating_na a,
.q-answer-rating_na a:hover {
  cursor: default;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.q-answer-good {
  color: #7FB700;
}
.q-answer-good a {
  color: #7FB700;
}
.q-answer-bad {
  color: #D43737;
}
.q-answer-bad a {
  color: #D43737;
}
.q-answer-zero {
  color: #777777;
}
.q-answer-zero a {
  color: #777777;
}
.q-question-profile {
  border-bottom: 1px solid #c7d9df;
  padding-bottom: 15px;
  margin-bottom: 25px;
  margin-top: 15px;
}
.q-question-profile h1 {
  margin-top: 10px;
}
.q-question-profile .title-type-2 h1 {
  margin-top: 0;
}
.q-question-myanswer {
  font-size: 13px !important;
  line-height: 18px;
  color: #555;
  margin: 4px 0;
}
.q-question-add-block {
  padding: 20px 15px;
  margin-top: 15px;
  background: #edf4f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: left !important;
  position: relative;
}
.q-question-add-block:after {
  position: absolute;
  top: -9px;
  left: 50px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #edf4f5;
  float: left;
  content: '';
}
.q-question-add-block h5 {
  float: none;
  margin-bottom: 20px;
  margin-top: 10px;
}
.q-answers-list {
  margin: 10px 0;
  padding: 15px;
  background: #edf4f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}
.q-answers-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.q-answers-list ul li {
  padding-bottom: 15px;
}
.q-answers-list ul li + li {
  padding: 15px 0;
  border-top: 1px solid #c7d9df;
}
.q-answers-list:after {
  position: absolute;
  top: -7px;
  left: 50px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #edf4f5;
  float: left;
  content: '';
}
.q-answer-comments {
  margin-top: 10px;
}
.a-options-inside {
  display: inline-block;
  padding: 10px 5px;
  background: #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.a-article-menu {
  padding-bottom: 20px;
}
.a-articlesList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.a-articlesList > li {
  display: block;
  margin-top: 30px;
  margin-bottom: 50px;
  word-break: break-word;
}
.a-articlesList > li:first-child {
  margin-top: 0 !important;
}
.a-articlesList-img {
  float: left;
}
.a-articlesList-img img {
  max-width: 150px;
  max-height: 120px;
  margin: 0 15px 10px 0;
}
@media (max-width: 600px) {
  .a-articlesList-img {
    display: none;
  }
}
.a-articleView-img {
  float: left;
  margin-right: 15px;
  max-width: 150px;
  max-height: 120px;
}
.a-item-features {
  margin-top: 10px;
  font-size: 12px;
}
.a-item-features .fa {
  font-size: 14px;
}
.a-articleView {
  border-bottom: 1px solid #c7d9df;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.a-articleView h1 {
  margin-top: 0;
}
.a-articleView p + h6 {
  margin-top: 0;
}
.a-articleView .a-user-info {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  border-top: 1px solid #c7d9df;
  font-size: 12px;
}
.a-articleView .a-user-info .a-item-features {
  float: left;
}
@media (max-width: 768px) {
  .a-articleView .a-user-info .a-item-features {
    float: none;
  }
}
.a-social-icons {
  margin-top: 5px;
}
@media (max-width: 600px) {
  .a-social-icons {
    margin-top: 15px;
  }
  .a-social-icons.text-right {
    text-align: left !important;
  }
}
.a-item-name h1 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 7px 0;
}
@media (max-width: 768px) {
  .a-article-info {
    margin-top: 10px;
  }
}
.a-author-img {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 7px;
}
@media (min-width: 600px) {
  .a-answer-rating {
    float: right;
    margin-top: 20px;
  }
}
.i-imail-folders {
  list-style: none;
  padding: 0;
  margin: 0;
}
.i-imail-folders .input-group-addon {
  padding-right: 0 !important;
  border: 0;
  background-color: transparent;
  padding-left: 5px;
}
.i-imail-folders li {
  padding: 5px;
}
.i-imail-folders li a {
  padding: 5px;
  font-size: 13px;
}
.i-imail-folders li a:hover {
  color: #777777;
}
.i-imail-folders li a + a {
  padding: 0;
}
.i-imail-folders li a .fa {
  width: 16px;
  margin-right: 4px;
  text-align: center;
}
.i-imail-folders .active {
  background: #edf4f5;
}
.i-imail-folders .active a,
.i-imail-folders .active a:hover {
  color: #7ec26c;
  text-decoration: none;
}
.i-imail-folders .badge {
  font-size: 10px;
  font-weight: normal;
  padding: 4px 5px;
}
.i-imail-ignore .fa {
  color: #D80003;
}
.i-imail-favorites .fa {
  color: #FFAE00;
}
.i-imail-new .fa {
  color: #68af55;
}
.dropdown .i-imail-ignore a {
  color: #D80003;
}
.dropdown .i-imail-ignore a:hover {
  color: #fff;
  background: #D80003;
}
.dropdown .i-imail-ignore.active a,
.dropdown .i-imail-ignore.active a:hover {
  color: #fff;
  background: #D80003;
}
.dropdown .i-imail-favorites a {
  color: #FFAE00;
}
.dropdown .i-imail-favorites a:hover {
  color: #fff;
  background: #FFAE00;
}
.dropdown .i-imail-favorites.active a,
.dropdown .i-imail-favorites.active a:hover {
  color: #fff;
  background: #FFAE00;
}
.i-topTitle {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c7d9df;
  font-size: 12px;
}
.i-topTitle .breadcrumb {
  margin: 0;
  padding: 5px 0;
}
.i-imailList {
  padding: 0;
  margin: 0;
}
.i-imailList > li {
  padding: 0 0 20px 0;
  border-bottom: 1px dashed #c7d9df;
  margin: 0;
  font-size: 13px;
}
.i-imailList > li + li {
  padding: 20px 0;
}
.i-imailList > li .i-imailList-func {
  visibility: hidden;
}
.i-imailList > li:hover .i-imailList-func {
  visibility: visible;
}
@media (max-width: 768px) {
  .i-imailList > li {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .i-imailList > li {
    padding: 10px 0;
  }
}
.i-imailList .i-new-message {
  color: #fff;
  background: #68af55;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 5px;
  text-decoration: none !important;
  margin-left: 5px;
  display: inline-block;
  font-size: 11px;
}
.i-imailList .media,
.i-imailList .media-body {
  overflow: visible !important;
}
.i-imailList .media-body {
  padding-left: 75px !important;
}
.i-imailList .col-sm-4,
.i-imailList .col-sm-5,
.i-imailList .col-sm-6 {
  padding-left: 0;
}
.i-imailList .dropdown > a {
  white-space: normal;
}
@media (max-width: 600px) {
  .i-imailList .media-body {
    padding-left: 15px !important;
  }
  .i-imailList div {
    padding-bottom: 3px;
    padding-top: 3px;
  }
}
@media (min-width: 768px) {
  .i-your-note {
    float: right;
  }
}
.i-imailList-func {
  float: right;
  text-align: right;
  padding-top: 7px;
  font-size: 18px;
}
.i-imailList-func a {
  padding: 4px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #999;
}
.i-imailList-func a:hover {
  background: #f5f5f5;
}
@media (max-width: 768px) {
  .i-imailList-func {
    visibility: visible;
  }
}
@media (max-width: 600px) {
  .i-imailList-func {
    float: none;
    text-align: left;
    padding-top: 14px !important;
    padding-left: 0;
  }
}
.i-add-to-fav:hover,
.i-add-to-fav.active {
  color: #FFAE00;
}
.i-add-to-fav.active:hover {
  color: #999;
}
.i-delete-dialog:hover {
  color: #dc3535;
}
.i-imailDialog-title {
  font-size: 12px;
  text-align: center;
  position: relative;
}
.i-imailDialog-title .i-dialog-img {
  width: 64px;
  height: 64px;
  margin: 10px auto 5px auto;
  text-align: center;
  position: relative;
}
.i-imailDialog-title .i-dialog-img img {
  max-width: 64px !important;
  height: 64px !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.i-imailDialog-title .dropdown-menu {
  text-align: left !important;
}
.i-goback {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 64px;
}
@media (max-width: 600px) {
  .i-goback {
    position: relative;
    top: 0;
    left: 0;
    line-height: 24px;
  }
}
.i-mailDialog-back {
  text-align: right;
  padding-top: 5px;
}
@media (max-width: 600px) {
  .i-mailDialog-back {
    text-align: left;
    padding-top: 15px;
  }
}
.i-imailDialog-window {
  max-height: 400px;
  overflow-y: scroll;
}
@media (max-width: 600px) {
  .i-imailDialog-window {
    max-height: 250px;
  }
}
.i-message-box {
  margin: 20px 0;
}
.i-message-box:after {
  clear: both;
  display: block;
  content: '';
}
.i-message-in {
  padding: 15px 10px;
}
.i-message-time {
  width: 10%;
  font-size: 12px;
  color: #aaa;
  line-height: 16px;
}
.i-message-time span {
  display: block;
}
.i-message-date {
  text-align: center;
  color: #aaa;
  padding: 15px 0 0 0;
}
.i-message {
  padding: 15px;
  width: 85%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  zoom: 1;
}
@media (max-width: 600px) {
  .i-message {
    width: 78%;
  }
}
.i-message-avatar {
  float: left;
  margin-right: 10px;
  width: 64px;
}
@media (max-width: 767px) {
  .i-message-avatar {
    display: none;
  }
}
.i-message-content {
  overflow: hidden;
  zoom: 1;
}
.i-message-author {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 13px;
}
.i-message-author-arbitrage {
  float: right;
  color: #ed1e1e;
}
@media (max-width: 767px) {
  .i-message-author-arbitrage {
    float: none;
    text-align: center;
    margin-bottom: 5px;
  }
}
.i-message-author-label {
  float: right;
  margin-left: 10px;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .i-message-author-label {
    float: none;
    display: block;
    margin-left: 0;
  }
}
.i-message-addition {
  font-weight: bold;
  padding: 10px;
  margin-top: 15px;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.i-message-others .i-message {
  float: left;
  background: #f5f5f5;
  margin-left: 10px;
}
.i-message-others .i-message-time {
  float: right;
  text-align: right;
  margin-right: 10px;
}
.i-message-self .i-message {
  float: right;
  background: #eaf5f8;
  margin-right: 10px;
}
.i-message-self .i-message-time {
  float: left;
  text-align: left;
  margin-left: 10px;
}
.i-message-third .i-message {
  float: left;
  background: #f4efe3;
  margin-left: 10px;
}
.i-message-third .i-message-time {
  float: right;
  text-align: right;
  margin-right: 10px;
}
.i-imailDialog-form {
  padding: 15px;
  background: #f5f5f5;
  margin-top: 15px;
}
.i-spec {
  font-weight: normal !important;
  font-size: 13px;
  color: #777;
}
.i-spec .fa {
  font-size: 14px;
}
.i-search-result {
  color: #555;
  margin-top: 10px;
}
.i-search-result em {
  font-style: normal;
  background: #ffeda9;
}
.fa-faqCategory {
  margin-bottom: 30px;
}
.fa-faqCategory h2 {
  font-weight: 600;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 7px;
}
.fa-faqCategory > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 15px;
}
.fa-faqCategory > ul li {
  padding-bottom: 4px;
}
.fa-faqCategory .ajax-link {
  white-space: normal !important;
}
.fa-faqCategory-inside li {
  margin-bottom: 10px;
}
.fa-faqQuestion-short {
  font-size: 13px;
  line-height: 18px;
}
.fa-faq-title {
  font-size: 12px;
  margin: 5px;
}
.fa-faqList {
  padding: 0;
  margin: 15px 0 0 0;
  list-style: none;
}
.fa-faqList h2 {
  font-size: 10px;
  margin: 0;
}
.fa-faqList li {
  padding: 15px;
  background: #fff;
  margin-bottom: 2px;
}
.fa-faqList.fa-faqList-category li {
  padding: 10px 15px;
}
.fa-search-row {
  margin-bottom: 15px;
}
.fa-search-row form {
  margin-bottom: 10px;
}
.fa-answer {
  padding: 15px;
  background: #fff;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .fa-ask-button {
    text-align: right;
  }
}
.se-services-list {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 30px;
}
.se-service-icon {
  float: left;
  margin-right: 15px;
  width: 70px;
  text-decoration: none !important;
  position: relative;
}
@media (max-width: 768px) {
  .se-service-icon {
    float: none;
    margin: 0 auto 15px auto;
    display: block;
    width: 100% !important;
    text-align: center;
    height: 70px;
  }
  .se-service-icon img {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -35px;
  }
}
.se-service-name {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.se-services-item {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .se-services-item {
    text-align: center;
  }
}
.se-pro {
  padding: 15px;
  text-align: center;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  background: #e43636;
  font-size: 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .se-pro {
    width: 70px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -35px;
  }
}
.se-table-pro-column {
  background: #eaf7db;
}
.se-table {
  border-top: 0;
  margin-bottom: 30px;
}
.se-table td,
.se-table th {
  border: 1px solid #7ec26c !important;
}
.se-radio-item {
  padding: 15px;
  border: 1px solid #c7d9df;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  cursor: pointer;
}
.se-radio-item:hover,
.se-radio-item.active {
  border-color: #68af55;
}
.se-radio-item.active {
  color: #68af55;
}
.se-radio-price {
  float: right;
  font-weight: bold;
}
.se-radio-form {
  margin-bottom: 30px;
}
.se-service-section {
  padding: 15px;
  border: 1px solid #c7d9df;
  margin: 15px 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.se-service-section h5 {
  padding: 0;
  margin-top: 0;
  font-weight: 400;
  float: left;
}
.se-service-close {
  float: right;
  margin-top: -5px;
}
.se-service-close a {
  color: #777;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.se-service-close a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.se-service-section-table {
  border: 0;
  margin: 0 !important;
}
.se-service-section-table + .se-service-section-table {
  border-top: 1px solid #ddd;
  margin-top: 15px;
}
.se-service-section-table + .se-service-section-table tr:first-child td {
  padding-top: 15px !important;
}
.se-service-section-table tr,
.se-service-section-table td,
.se-service-section-table th {
  border: 0 !important;
}
.se-service-section-table td {
  width: 40%;
  padding: 3px 0 !important;
  font-size: 13px;
  color: #777;
}
.se-service-section-table td span {
  color: #333;
}
.se-service-section-table td + td {
  width: 60%;
}
.se-service-section-table tr:last-child td {
  padding-bottom: 15px !important;
}
.se-service-section-input {
  line-height: 24px !important;
}
.se-service-section-input .input-group {
  width: 100px;
  float: left;
  margin-right: 10px;
}
.se-service-section-input .form-control {
  text-align: center;
}
.se-service-section-input .btn-default {
  border-color: #c7d9df;
}
.se-service-section-input .input-group-btn .btn .fa {
  font-size: 10px;
}
.se-left-categories-info {
  margin-left: 10px;
  color: #777;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
}
.se-freelancers-carousel-item {
  padding-left: 0 !important;
  margin-bottom: 20px !important;
}
.se-left-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.se-left-categories ul {
  list-style: none;
  padding-left: 10px;
  padding-top: 7px;
}
.se-left-categories ul li {
  margin: 0 !important;
}
.se-left-categories .active {
  color: #fff;
  background: #7ec26c;
}
.se-left-categories .active a,
.se-left-categories .active a:hover {
  color: #fff;
}
.se-left-categories .opened > a {
  color: #7ec26c;
}
.se-left-categories .checkbox {
  margin-bottom: 0;
  margin-top: 0;
}
.se-left-categories span a {
  text-decoration: underline !important;
}
.se-left-categories span a:hover {
  text-decoration: none !important;
}
.se-left-categories li {
  line-height: 18px !important;
  margin-bottom: 5px !important;
  padding: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f5f5f5;
}
.se-left-categories li a {
  text-decoration: none;
  display: inline-block;
}
.se-left-categories .se-left-categories-subline {
  font-size: 12px;
  line-height: 16px;
  margin-left: 10px !important;
  font-weight: normal !important;
}
.se-stairs-user-block {
  margin: 15px 0;
  border: 1px solid #c7d9df;
  position: relative;
  padding-right: 110px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.se-stairs-user-block .se-position {
  background: #edf4f5;
  text-align: center;
}
.se-stairs-user-block .media {
  margin: 0;
  padding: 0;
}
.se-stairs-user-up {
  width: 110px;
  height: 100%;
  right: 0;
  position: absolute;
  background: #edf4f5;
  text-align: center;
  border-left: 1px solid;
  border-color: #c7d9df;
  padding: 15px 10px;
}
.se-stairs-user-up h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
}
.se-stairs-user-up div {
  display: table;
  width: 100%;
  height: 100%;
}
.se-stairs-user-up div div {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .se-stairs-user-up {
    width: 180px;
  }
}
@media (max-width: 600px) {
  .se-stairs-user-up {
    position: relative;
    right: auto;
    display: block;
    height: 100px;
    width: 100%;
    border-left: 0;
    border-bottom: 1px solid #c7d9df;
  }
}
.se-stairs-show_users {
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px;
  text-align: center;
  font-style: italic;
  color: #777;
  display: block;
}
.se-stairs-show_users.ajax-link span {
  border-color: #777 !important;
}
.se-stairs-show_users.ajax-link:hover span {
  border-color: #7ec26c !important;
}
.se-stairs-users {
  max-height: 500px;
  overflow-y: scroll;
  margin-bottom: 30px;
  padding-right: 10px;
}
.se-block-self {
  border: 1px solid #7ec26c;
}
.se-block-self .se-position {
  background: #eaf7db;
}
.se-block-self .se-stairs-user-up {
  background: #eaf7db;
  border-color: #7ec26c;
}
@media (max-width: 991px) {
  .se-stairs-users {
    max-height: none;
    overflow-y: auto;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .se-stairs-user-block {
    padding-right: 0;
  }
  .se-stairs-user-block .fa {
    padding: 10px;
    background: #68af55;
    color: #fff;
    margin: 0 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}
/* Price List */
.se-price-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.se-price-list > li {
  padding-bottom: 15px;
  margin-top: 15px;
}
.se-price-list > li + li {
  padding-top: 20px;
  border-top: 1px solid #c7d9df;
}
@media (max-width: 767px) {
  .se-price-list > li {
    padding: 0;
  }
}
.se-price-list h2 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .se-price-list h2 {
    padding: 10px;
  }
}
.se-price-list-table {
  margin: 0;
}
.se-price-list-table th {
  font-weight: normal;
  color: #777777;
}
.se-price-list-table > tbody > tr > td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .se-price-list-table > tbody > tr {
    display: block;
    padding: 10px;
  }
  .se-price-list-table > tbody > tr + tr {
    border-top: 1px solid #c7d9df;
  }
  .se-price-list-table > tbody > tr:after {
    display: block;
    content: '';
    clear: both;
  }
  .se-price-list-table > tbody > tr > td {
    padding: 0;
    background: transparent !important;
    border: 0;
  }
}
.se-price-list-table-price {
  width: 140px;
  text-align: center;
  white-space: nowrap;
}
.se-price-list-table-price strong {
  font-size: 16px;
}
.se-price-list-table-price span {
  font-size: 12px;
  color: #777777;
}
@media (max-width: 767px) {
  .se-price-list-table-price {
    width: 33.3%;
    display: block;
    float: left;
    text-align: left;
    margin-top: 5px;
  }
  .se-price-list-table-price strong {
    font-size: 14px;
  }
}
.se-price-list-table-opt {
  width: 140px;
  text-align: right;
  font-size: 12px;
  color: #777777;
}
@media (max-width: 767px) {
  .se-price-list-table-opt {
    display: block;
    text-align: left;
    padding-top: 5px !important;
  }
  .se-price-list-table-opt:before {
    display: block;
    content: '';
    clear: both;
  }
}
.se-price-list-table-name {
  font-size: 13px;
  font-weight: bold;
}
.se-price-list-table-name span {
  font-size: 12px;
  color: #777777;
  font-weight: normal;
}
@media (max-width: 767px) {
  .se-price-list-table-name {
    display: block;
  }
}
.se-price-list-header h2 {
  display: inline-block;
}
@media (max-width: 767px) {
  .se-price-list-header h2 {
    display: block;
  }
}
.se-price-list-header-edit {
  display: inline-block;
  font-size: 13px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .se-price-list-header-edit {
    display: block;
    padding-left: 10px;
  }
}
.se-price-user {
  margin: 15px 0 30px 0;
  overflow: hidden;
  zoom: 1;
}
.se-price-user-userinfo {
  overflow: hidden;
  zoom: 1;
  font-size: 12px;
}
.se-price-user-avatar {
  margin-right: 10px;
  float: left;
}
.se-services-propose {
  display: table;
  width: 100%;
  margin-bottom: 15px;
  font-size: 14px;
}
.se-services-propose-mrg {
  padding-left: 75px;
  padding-right: 15px;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .se-services-propose-mrg {
    padding-left: 0;
    padding-right: 0;
  }
}
.se-services-propose-row {
  display: table-row;
}
.se-services-propose-row:first-child .se-services-propose-title {
  padding-top: 0;
}
.se-services-propose-row:after {
  display: block;
  content: '';
  clear: both;
}
.se-services-propose-title {
  display: table-cell;
  width: 80%;
  border-bottom: 1px dotted #c7d9df;
  line-height: 16px;
  font-size: 13px;
  padding: 5px 0;
}
.se-services-propose-title a,
.se-services-propose-title span {
  background: #fff;
  position: relative;
  bottom: -4px;
  padding: 0 7px 4px 0;
}
@media (max-width: 767px) {
  .se-services-propose-title {
    width: 60%;
  }
}
.se-services-propose-price {
  display: table-cell;
  width: 20%;
  vertical-align: bottom;
  padding-left: 7px;
  border-bottom: 1px dotted #c7d9df;
  text-align: right;
  font-size: 12px;
}
@media (max-width: 767px) {
  .se-services-propose-price {
    width: 40%;
  }
}
.se-services-propose-price-in {
  display: inline;
  background: #fff;
  position: relative;
  bottom: -4px;
  padding-left: 5px;
  padding-bottom: 3px;
}
.se-services-propose-price-in span {
  color: #777777;
  font-weight: normal;
}
.se-services-propose-btn {
  margin-top: 15px;
  padding-left: 75px;
}
@media (max-width: 991px) {
  .se-services-propose-btn {
    padding-left: 0;
  }
}
.n-newsList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.n-newsList > li {
  display: block;
  margin-bottom: 40px;
  margin-top: 10px !important;
  word-break: break-word;
}
.n-item-name h2,
.n-item-name h1 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0 !important;
}
.n-date {
  color: #bbb;
  font-size: 12px;
}
.fb-propose {
  overflow: visible;
  padding-bottom: 30px;
}
.fb-propose .media-body {
  overflow: visible;
}
.fb-propose .form-group {
  margin: 0;
  position: relative;
}
.fb-propose-icons {
  position: absolute;
  top: 0;
  right: 3px;
  height: 33px;
  line-height: 33px;
}
.fb-propose-icons .fa {
  margin-right: 7px;
}
.fb-propose-page {
  overflow: hidden !important;
}
.fb-propose-page .media-body {
  overflow: hidden !important;
}
.fb-propose-label {
  float: left;
  margin-right: 15px;
  font-weight: bold;
  line-height: 32px;
}
.fb-propose-label span {
  display: none;
}
@media (max-width: 767px) {
  .fb-propose-label {
    float: none;
    margin-right: 0;
    line-height: 22px;
    margin-bottom: 5px;
    font-size: 13px;
  }
  .fb-propose-label span {
    display: inline;
  }
}
.fb-propose-subtext {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 13px;
  color: #999;
}
@media (max-width: 767px) {
  .fb-propose-subtext .text-right {
    text-align: left !important;
    margin-top: 15px;
  }
}
.fb-propose-toggle {
  white-space: nowrap !important;
  margin-right: -2px !important;
}
.fb-options {
  margin-top: 15px;
  font-size: 13px;
}
.fb-options .pull-left span {
  margin-right: 15px;
}
.fb-options .pull-right > a,
.fb-options .pull-right > span {
  margin-left: 15px;
}
.fb-options .active {
  color: #555;
}
.fb-filter {
  padding: 15px;
  border: 1px solid #ddd;
  margin-top: 15px;
  position: relative;
}
.fb-filter:before {
  position: absolute;
  top: -10px;
  left: 177px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ddd;
  float: left;
  content: '';
}
.fb-filter:after {
  position: absolute;
  top: -9px;
  left: 178px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  float: left;
  content: '';
}
.fb-filter .row + .row {
  margin-top: 15px;
}
.fb-filter .col-sm-2 {
  font-weight: bold;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .fb-filter .col-sm-2 {
    text-align: right;
    margin-bottom: 0;
    padding-top: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fb-filter .col-sm-2 {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .fb-filter .col-sm-10 {
    width: 75%;
  }
}
.fb-filter .radio,
.fb-filter .checkbox {
  margin-top: 0;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .fb-filter .radio,
  .fb-filter .checkbox {
    float: left;
  }
}
.fb-radios .btn {
  padding: 3px 7px;
}
@media (max-width: 767px) {
  .fb-radios .btn {
    margin-right: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
  }
}
.fb-checks .btn {
  padding: 3px 7px;
  margin-right: 5px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}
@media (max-width: 767px) {
  .fb-checks .btn {
    margin-bottom: 5px;
  }
}
.fb-checks .btn:hover span {
  color: #fff !important;
}
.fb-checks .active span {
  color: #fff;
}
.fb-checks .active span:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin-left: 3px;
  text-decoration: inherit;
  content: '\f00d';
}
.fb-tabs-content {
  margin-top: 30px;
}
.fb-item {
  border: 1px dashed #d5d5d5;
}
.fb-item + .fb-item {
  margin-top: 30px;
}
.fb-item .fb-item-answer {
  border-top: 1px solid #d5d5d5;
  padding: 15px;
  margin-top: 0;
}
.fb-item .media {
  margin-top: 0 !important;
}
.fb-item-add {
  border: 1px dashed #d5d5d5;
  margin-top: 30px;
  padding: 15px;
}
.fb-item-add .col-sm-8 {
  padding-top: 7px;
}
@media (max-width: 767px) {
  .fb-item-add .col-sm-8 {
    text-align: center;
  }
}
.fb-item-add .col-sm-4 {
  text-align: right;
}
@media (max-width: 767px) {
  .fb-item-add .col-sm-4 {
    text-align: center;
    margin-top: 10px;
  }
}
.fb-item-add .col-sm-4 .dropdown-menu {
  text-align: left;
}
.fb-has-answer {
  border: 1px solid #d5d5d5;
}
.fb-item-answer {
  background-color: #f5f5f5;
  margin-top: 20px;
  padding: 15px;
}
.fb-item-answer p {
  padding-bottom: 0 !important;
}
.fb-item-answer p + p {
  padding-top: 15px;
}
.fb-item-answer-heading {
  font-size: 13px;
  margin-bottom: 10px;
}
.fb-item-answer-heading strong {
  color: #56a230;
}
.fb-item-content-ico {
  font-size: 18px;
  float: left;
  margin-right: 5px;
  width: 20px;
  text-align: center;
}
.fb-item-content-ico i + i {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .fb-item-content-ico {
    margin-top: 38px;
  }
}
.fb-item-answer-ico {
  font-size: 16px;
  float: left;
  margin-right: 5px;
  color: #56a230;
}
.fb-item-bug {
  color: #c94545;
}
.fb-item-bulb {
  color: #ffba00;
}
.fb-item-question {
  color: #659f00;
}
.fb-item-lock {
  color: #777777;
  font-size: 22px;
  position: relative;
  top: 3px;
}
.fb-item-content {
  padding: 15px;
}
.fb-item-content article {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .fb-item-content {
    display: block;
    padding: 15px;
  }
}
.fb-item-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34px;
  z-index: 10;
  background: url(../img/fade.png) repeat-x bottom;
  font-size: 12px;
}
.fb-item-fade div {
  display: none;
  text-align: center;
  position: relative;
  top: 13px;
}
.fb-item-fade div span {
  padding: 3px 5px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  z-index: 10;
}
.fb-item-fade:hover div {
  display: block;
}
.fb-item-heading .fb-item-info {
  margin-top: -5px;
}
.fb-item-heading h5 {
  margin-top: 3px;
  margin-bottom: 10px;
}
.fb-item-private .fb-item-heading h5 a {
  color: #555555;
}
.fb-item-info {
  font-size: 13px;
  color: #999;
}
.fb-item-info a {
  margin-right: 10px;
  white-space: nowrap;
}
.fb-label {
  font-size: 11px !important;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 5px;
  padding: 4px 10px;
}
.fb-label span {
  padding: 5px;
  display: inline-block;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .fb-label {
    text-transform: none;
    margin-right: 0;
  }
  .fb-label span {
    padding: 5px 2px;
    letter-spacing: normal;
  }
}
.fb-item-status {
  float: right;
  margin-left: 15px;
  position: relative;
  z-index: 11;
}
@media (max-width: 767px) {
  .fb-item-status {
    float: none;
    margin: 0 0 10px 0;
    display: block;
  }
}
.fb-item-votes {
  font-size: 13px;
  color: #999;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}
.fb-item-rating {
  padding: 3px 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  .fb-item-rating {
    padding: 3px 5px;
  }
}
.fb-item-rating.good {
  color: #27a600;
}
.fb-item-rating.bad {
  color: #dd2b2b;
}
.fb-item-likes a {
  border-left: 1px solid #ddd;
  font-size: 13px;
  padding: 3px 10px;
  display: inline-block;
  color: #999;
}
.fb-item-likes a:hover {
  background: #f9f9f9;
}
.fb-item-likes a.good:hover {
  color: #27a600;
}
.fb-item-likes a.bad:hover {
  color: #dd2b2b;
}
.fb-official-answer {
  border: 1px solid #56a230;
}
.fb-article {
  margin-bottom: 20px;
  position: relative;
}
.fb-article-text {
  margin-top: 15px;
}
.fb-signup-tab {
  float: right !important;
}
.fb-signup-tab a {
  margin: 0 !important;
  font-size: 14px !important;
}
.fb-signup-tab a .fa {
  color: #428bca;
}
.fb-arrow {
  position: absolute;
  top: 15px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  color: #ccc;
}
.fb-arrow.left {
  left: -75px;
}
.fb-arrow.right {
  right: -75px;
}
@media (max-width: 1140px) {
  .fb-arrow {
    display: none;
  }
}
.fb-gallery {
  margin: 0 0 20px 0;
}
.fb-gallery a {
  display: inline-block;
  margin: 5px 5px 5px 0;
}
.fb-gallery a img {
  height: 100px !important;
}
.fb-gallery a:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
@media (max-width: 767px) {
  .fb-view-title h1 {
    font-size: 16px;
  }
}
.sel-box {
  margin-top: 7px;
  position: relative;
}
@media (max-width: 991px) {
  .sel-box {
    margin: 15px;
  }
}
.sel-box-input {
  display: block;
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding: 0 7px;
  font-weight: normal;
  box-sizing: border-box;
  border: 1px solid #c7d9df;
  outline: none;
}
@media (max-width: 991px) {
  .sel-box-input {
    height: 32px;
    line-height: 32px;
  }
}
.sel-box-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #edf4f5;
  border: 1px solid #c7d9df;
  color: #555555;
  padding: 0 !important;
}
.sel-box-arrow:active,
.sel-box-arrow:focus {
  color: #68af55;
}
@media (max-width: 991px) {
  .sel-box-arrow {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
.sel-box-list {
  list-style: none;
  padding: 0 !important;
  margin: -1px 0 0 0 !important;
  max-height: 250px;
  width: 100%;
  background: #fff;
  position: relative;
  overflow-y: auto;
  border: 1px solid #c7d9df;
}
.sel-box-list li + li {
  border-top: 1px solid #c7d9df;
}
.sel-box-list li a {
  display: block;
  padding: 5px 10px;
}
.sel-box-list li a:hover {
  background: #edf4f5;
}
.sel-box-list li.active a {
  background: #68af55;
  color: #fff !important;
}
.sel-box-checkboxes {
  padding: 0 15px;
}
.in-slider {
  padding: 100px 0;
  background: #ccc;
  margin-top: -30px;
  position: relative;
}
@media (max-width: 767px) {
  .in-slider {
    padding: 50px 0;
  }
}
.in-slider-box {
  background: #fff;
  max-width: 360px;
  position: relative;
  z-index: 2;
}
.in-slider-box p {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .in-slider-box p {
    padding-bottom: 15px;
  }
}
.in-slider-box-inside {
  padding: 20px;
}
@media (max-width: 767px) {
  .in-slider-box-inside {
    padding: 15px;
  }
}
.in-slider-box-inside + .in-slider-box-inside {
  border-top: 1px solid #dddddd;
}
.in-slider-box-title {
  font-size: 26px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .in-slider-box-title {
    font-size: 22px;
    line-height: 26px;
  }
}
.in-slider-box-subtitle {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
@media (max-width: 767px) {
  .in-slider-box-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}
.in-slider-box-descr {
  font-size: 16px;
}
@media (max-width: 767px) {
  .in-slider-box-descr {
    font-size: 14px;
  }
}
.in-slider-box-btn {
  display: block;
  margin-top: 5px;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 3px;
  background: #68af55;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.in-slider-box-btn:focus {
  outline: none;
}
.in-slider-box-btn:active {
  outline: none;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
}
.in-slider-box-btn:hover {
  background: #7ec26c;
}
@media (max-width: 767px) {
  .in-slider-box-btn {
    padding: 10px;
    font-size: 16px;
  }
}
.in-slider-box-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.in-slider-box-list > li {
  float: left;
  height: 26px;
  white-space: nowrap;
  width: 50%;
  padding-right: 10px;
  font-size: 16px;
}
.in-slider-box-list span {
  color: #68af55;
}
.in-slider-box-list i {
  width: 16px;
  text-align: center;
  color: #777777;
}
.in-slider-box-list:after {
  display: block;
  content: '';
  clear: both;
}
.in-carousel {
  padding: 30px 0;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
  margin-top: 0;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .in-carousel {
    margin-top: -30px;
  }
}
.in-slider-slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.in-slider-slides li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .in-slider-slides {
    background: #333;
  }
  .in-slider-slides li {
    background-image: none !important;
  }
}
.in-navbar > li > a {
  height: 36px !important;
  line-height: 36px !important;
  margin-top: 25px;
}
.in-navbar > li.active > a,
.in-navbar > li.active > a:hover,
.in-navbar > li.active > a:focus {
  color: #fff !important;
  background-color: #7ec26c !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.in-navbar > li.active > a:before {
  display: none !important;
}
.in-navbar > li.active > a:after {
  display: none !important;
}
.in-navbar > li > .dropdown-menu {
  margin-top: 0 !important;
}
.im-slider {
  padding: 100px 0;
  background: #ccc;
  margin-top: -30px;
  position: relative;
}
@media (max-width: 767px) {
  .im-slider {
    padding: 50px 0;
  }
}
.im-slider-box {
  padding: 30px;
  background: #fff;
  max-width: 400px;
  position: relative;
  z-index: 2;
}
.im-slider-box p {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .im-slider-box {
    padding: 20px;
  }
  .im-slider-box p {
    padding-bottom: 15px;
  }
}
.im-slider-box-title {
  font-size: 30px;
  line-height: 34px;
}
@media (max-width: 767px) {
  .im-slider-box-title {
    font-size: 24px;
    line-height: 26px;
  }
}
.im-slider-box-descr {
  font-size: 18px;
}
@media (max-width: 767px) {
  .im-slider-box-descr {
    font-size: 16px;
  }
}
.im-slider-box-btn {
  display: block;
  margin-top: 5px;
  padding: 15px;
  font-size: 24px;
  border-radius: 3px;
  background: #68af55;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.im-slider-box-btn:focus {
  outline: none;
}
.im-slider-box-btn:active {
  outline: none;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
}
.im-slider-box-btn:hover {
  background: #7ec26c;
}
.im-slider-box-btn span {
  font-size: 18px;
  display: block;
  font-weight: 400;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .im-slider-box-btn {
    padding: 10px;
    font-size: 16px;
  }
  .im-slider-box-btn span {
    font-size: 14px;
  }
}
.im-carousel {
  padding: 30px 0;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
  margin-top: 0;
  background: #f5f5f5;
}
.im-slider-slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.im-slider-slides li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .im-slider-slides {
    background: #333;
  }
  .im-slider-slides li {
    background-image: none !important;
  }
}
.im-categpries {
  padding: 50px 0;
}
.im-categpries-item {
  overflow: hidden;
  zoom: 1;
  display: block;
  text-decoration: none !important;
  color: #333333;
  margin: 20px 0;
}
.im-categpries-item:hover {
  color: #68af55;
}
.im-categpries-item-ico {
  width: 54px;
  height: 54px;
  line-height: 48px;
  float: left;
  margin-right: 10px;
  font-size: 40px;
  text-align: center;
}
.im-categpries-item-content {
  overflow: hidden;
  zoom: 1;
}
.im-categpries-item-content-in {
  display: table-cell;
  height: 44px;
  vertical-align: middle;
  font-size: 18px;
}
.im-infoSection {
  padding: 70px 0;
  border-top: 1px solid #dddddd;
  background: #f5f5f5;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
.im-infoSection .container {
  max-width: 960px;
}
@media (max-width: 767px) {
  .im-infoSection {
    padding: 50px 0;
  }
}
.im-infoSection-title {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  .im-infoSection-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .im-infoSection-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.im-infoSection-item {
  overflow: hidden;
  zoom: 1;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .im-infoSection-item {
    margin-top: 40px;
  }
}
.im-infoSection-item-img {
  float: left;
  width: 450px;
}
.im-infoSection-item-img + .im-infoSection-item-content {
  padding-left: 30px;
  padding-right: 0 !important;
}
@media (max-width: 991px) {
  .im-infoSection-item-img {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .im-infoSection-item-img {
    float: none !important;
    width: 100%;
  }
  .im-infoSection-item-img + .im-infoSection-item-content {
    padding-left: 0;
  }
}
.im-infoSection-item-content {
  overflow: hidden;
  zoom: 1;
  padding-right: 30px;
  font-size: 20px;
  line-height: 32px;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .im-infoSection-item-content {
    padding-right: 0;
    padding-top: 20px;
    font-size: 16px;
    line-height: 22px;
  }
}
.im-infoSection-item-title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .im-infoSection-item-title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .im-infoSection-item-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
.im-infoSection-item-content-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.im-infoSection-item-content-list > li {
  float: left;
  height: 40px;
  margin-bottom: 5px;
  width: 50%;
  white-space: nowrap;
  color: #777777;
  font-size: 18px;
}
.im-infoSection-item-content-list i {
  width: 20px;
  text-align: center;
}
.im-infoSection-item-content-list:after {
  display: block;
  content: '';
  clear: both;
}
@media (max-width: 767px) {
  .im-infoSection-item-content-list > li {
    float: none;
    width: 100%;
  }
}
.im-infoSection-cta {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .im-infoSection-cta {
    font-size: 14px;
    line-height: 20px;
  }
}
.im-infoSection-btn {
  display: inline-block;
  margin-top: 5px;
  padding: 20px 40px;
  font-size: 24px;
  border-radius: 3px;
  background: #68af55;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.im-infoSection-btn:focus {
  outline: none;
}
.im-infoSection-btn:active {
  outline: none;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
}
.im-infoSection-btn:hover {
  background: #7ec26c;
}
@media (max-width: 767px) {
  .im-infoSection-btn {
    display: block;
    padding: 15px;
    font-size: 14px;
  }
}
.im-advantages {
  padding: 70px 0;
  background: #edf4f5;
  border-top: 1px solid #c7d9df;
}
.im-advantages .container {
  max-width: 960px;
}
@media (max-width: 767px) {
  .im-advantages {
    padding: 50px 0;
  }
}
.im-advantages-title {
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
@media (max-width: 991px) {
  .im-advantages-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .im-advantages-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.im-advantages-item {
  overflow: hidden;
  zoom: 1;
  margin-top: 70px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .im-advantages-item {
    margin-top: 30px;
  }
}
.im-advantages-item-ico {
  width: 120px;
  text-align: center;
  float: left;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  font-size: 100px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .im-advantages-item-ico {
    font-size: 30px;
    width: 40px;
  }
}
.im-advantages-item-content {
  overflow: hidden;
  zoom: 1;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .im-advantages-item-content {
    padding-top: 0;
  }
}
.im-advantages-item-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .im-advantages-item-title {
    font-size: 20px;
  }
}
.im-responsive {
  padding: 100px 0;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  min-height: 420px;
}
.im-responsive .container {
  position: relative;
}
@media (max-width: 767px) {
  .im-responsive {
    padding: 50px 0;
  }
}
.im-responsive-content {
  width: 60%;
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .im-responsive-content {
    width: 100%;
  }
}
.im-responsive-title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .im-responsive-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .im-responsive-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.im-responsive-img {
  max-width: 274px;
  position: absolute;
  top: -170px;
  right: 50px;
  z-index: 2;
}
@media (max-width: 991px) {
  .im-responsive-img {
    right: 0;
  }
}
@media (max-width: 767px) {
  .im-responsive-img {
    position: relative;
    top: auto;
    right: auto;
    width: 274px;
    display: block;
    margin: 0 auto 30px auto;
  }
}
.im-orders {
  padding: 100px 0 70px 0;
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.im-orders:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #edf4f5));
  background: -ms-linear-gradient(bottom, #ffffff, #edf4f5);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #edf4f5 100%);
  background: -o-linear-gradient(#edf4f5, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edf4f5', endColorstr='#ffffff', GradientType=0);
  z-index: -1;
}
@media (max-width: 767px) {
  .im-orders {
    padding: 50px 0;
  }
}
.im-orders-title {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .im-orders-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .im-orders-title {
    font-size: 24px;
    line-height: 32px;
  }
}
.im-orders-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.im-orders-list > li {
  padding: 30px 15px;
  zoom: 1;
  overflow: hidden;
}
.im-orders-list > li + li {
  border-top: 1px solid #dddddd;
}
.im-orders-list-img {
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  overflow: hidden;
}
.im-orders-list-img img {
  min-width: 64px;
  min-height: 64px;
}
.im-orders-list-content {
  overflow: hidden;
  zoom: 1;
}
.im-orders-list-content-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.im-orders-list-content-title > a {
  text-decoration: none;
}
.im-orders-box {
  position: relative;
  height: 230px;
  width: 350px;
  text-decoration: none;
  color: #fff !important;
  overflow: hidden;
  display: table;
  margin: 30px auto 0 auto;
  font-size: 36px;
  line-height: 40px;
}
.im-orders-box:hover .im-orders-box-in {
  background-color: rgba(0, 0, 0, 0.6);
}
.im-orders-box:hover .im-orders-box-img img {
  -webkit-transform: scale(1.25);
  /* Safari and Chrome */
  -moz-transform: scale(1.25);
  /* Firefox */
  -ms-transform: scale(1.25);
  /* IE 9 */
  -o-transform: scale(1.25);
  /* Opera */
  transform: scale(1.25);
}
@media (max-width: 767px) {
  .im-orders-box {
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    height: 180px;
    font-size: 30px;
    line-height: 34px;
  }
}
.im-orders-box-img {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.im-orders-box-img img {
  min-width: 350px !important;
  -webkit-transition: all 1s ease;
  /* Safari and Chrome */
  -moz-transition: all 1s ease;
  /* Firefox */
  -o-transition: all 1s ease;
  /* IE 9 */
  -ms-transition: all 1s ease;
  /* Opera */
  transition: all 1s ease;
}
.im-orders-box-in {
  position: relative;
  z-index: 3;
  display: table-cell;
  width: 100%;
  height: 230px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 15px;
  text-shadow: 0 0 15px #000;
}
.im-orders-box-in i {
  display: block;
  font-size: 60px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .im-orders-box-in {
    height: 180px;
  }
}
.im-orders-box-one i {
  color: #aeff00;
}
.im-orders-box-two i {
  color: #ffd200;
}
.im-orders-cta {
  text-align: center;
  margin-top: 30px;
}
.ip-head {
  margin-top: -30px;
  text-align: center;
  padding: 200px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #fff;
  background-size: cover;
  font-size: 24px;
  background-repeat: no-repeat;
  background-position: center center;
}
.ip-head a {
  color: #fff !important;
}
@media (max-width: 767px) {
  .ip-head {
    padding: 50px 0;
    background-image: none !important;
    background-color: #333;
    font-size: 18px;
  }
}
.ip-head-logo {
  font-size: 24px;
  margin-bottom: 30px;
}
.ip-head-logo img {
  margin-right: 15px;
}
.ip-head-btn {
  padding: 20px 30px;
  font-size: 18px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .ip-head-btn {
    padding: 15px 20px;
  }
}
.ip-infoBlock {
  padding: 50px 0;
  background: #f5f5f5;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .ip-infoBlock {
    font-size: 16px;
    line-height: 22px;
  }
}
.ip-infoBlock-img {
  display: block;
  margin: 20px auto -30px auto;
}
.ip-infoBlock-colored {
  padding: 70px 0 50px 0;
  background: #68af55;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .ip-infoBlock-colored {
    font-size: 16px;
    line-height: 22px;
  }
}
.ip-infoBlock-colored-title {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .ip-infoBlock-colored-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.ip-infoBlock-colored-img {
  margin: 30px 0 50px 0;
}
.ip-infoBlock-btn {
  padding: 10px 20px;
}
.ip-infoBlock-wht {
  padding: 50px 0;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .ip-infoBlock-wht {
    font-size: 16px;
    line-height: 22px;
  }
}
.temp-usertype {
  background: #fff;
  position: fixed;
  z-index: 51;
  left: 0;
  top: 197px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}
.temp-usertype > a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  text-align: center;
  color: #777;
  text-decoration: none !important;
  font-size: 12px;
  box-sizing: border-box;
  transition-duration: .1s;
  border: 1px solid #ddd;
}
.temp-usertype > a:hover,
.temp-usertype > a.active {
  color: #555;
  background: #f5f5f5;
}
.temp-usertype > a + a {
  margin-top: -1px;
}
.temp-switch {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 10px;
  margin-top: -15px;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  background: #d24b4d;
  color: #fff !important;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.temp-switch:after {
  content: '';
  position: absolute;
  top: 9px;
  left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #d24b4d transparent transparent;
}
.temp-switch:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

.is-pro {
  background: #FFF9E7;
}

.del {
  text-decoration: none;
  border-bottom: 1px dashed #428bca;
}

.del i:hover, .del:hover {
  color: #FF0000 !important;
  border-bottom: 1px dashed #FF0000;
}

.seo-text p {
  padding-bottom: 2px;
}

.iti { width: 100%; }

.iti__flag {background-image: url("../img/flags-itel.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {background-image: url("../img/flags@2x.png");}
}

[tooltip]:before {
  /* needed - do not touch */
  content: attr(tooltip);
  position: absolute;
  opacity: 0;

  /* customizable */
  transition: all 0.15s ease;
  padding: 10px;
  color: #333;
  border-radius: 10px;
  box-shadow: 2px 2px 1px silver;
}

[tooltip]:hover:before {
  /* needed - do not touch */
  opacity: 1;
  white-space: nowrap;
  /* customizable */
  background: 	lemonchiffon;
  margin-top: -50px;
  margin-left: 20px;
}

[tooltip]:not([tooltip-persistent]):before {
  pointer-events: none;
}

.check_phone {
  position: relative;
}
.check_phone .check_phone-msg {
  position: absolute;
  white-space: nowrap;
  margin-left: 10px;
  line-height: 34px;
  top: 0;
  left: 100%;

}

.check_phone .check_phone-msg#valid-msg {
  color: green;
}

.check_phone .check_phone-msg#error-msg {
  color: red;
}
