.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btn-group .btn-u {
    border-radius: 3px 0 0 3px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    padding: 10px 15px;
}

.btn-group .dropdown-toggle {
    border-radius: 0 3px 3px 0;
}

.btn-group .dropdown-toggle .fa.fa-angle-down {
    background-image: url("../template2016/img/btn-arrow.png");
    background-repeat: no-repeat;
    width: 13px;
    height: 6px;
    display: block;
}

.btn-group .dropdown-toggle .fa.fa-angle-down:before {
    content: '';
}

.btn-group .btn-u-green {
    background: #d30053;
}

.btn-group .btn-u-green:hover, .btn-group .btn-u-green:focus {
    background: #b30046;
}

.btn-group .open .dropdown-toggle.btn-u.btn-u-green {
    background: red;
}

.btn-group .btn-u-split-blue.dropdown-toggle {
    border-color: white;
}

.open .dropdown-toggle.btn-u.btn-u-green {
    background: #d30053;
}

.btn-u {
    border-radius: 3px;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    background-color: #4eb969;
}

.btn-u.btn-brd {
    border-color: #68696a;
    color: #474747;
}

.btn-download {
    height: auto !important;
}

.btn-download:hover {
    background-color: #333 !important;
    border-color: #333 !important;
    color: #ffffff !important;
}

.btn-arrow {
    background-color: #D30053;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    padding: 8px 60px 8px 25px;
    background-image: url("../template2016/img/icons/arrow-right.svg");
    background-repeat: no-repeat;
    background-position: center right 20%;
}

.btn-arrow:hover, .btn-arrow:focus, .btn-arrow:active {
    background-color: #b30046;
    color: white;
    text-decoration: none;
    outline: none;
}

h2 .fa {
    display: none;
    visibility: hidden;
}

.ico-suitcase {
    background-image: url(../template2016/img/icons/professionaltranslation.svg);
}

a:hover .ico-suitcase {
    background-image: url(../template2016/img/icons/professionaltranslation-white.svg);
}

.ico-chat {
    background-image: url(../template2016/img/icons/interpretation.svg);
}

a:hover .ico-chat {
    background-image: url(../template2016/img/icons/interpretation-white.svg);
}

.ico-arrows {
    background-image: url(../template2016/img/icons/arrows.svg);
}

a:hover .ico-arrows {
    background-image: url(../template2016/img/icons/arrows-white.svg);
}

.ico-microphone {
    background-image: url(../template2016/img/icons/microphone.svg);
}

a:hover .ico-microphone {
    background-image: url(../template2016/img/icons/microphone-white.svg);
}

.ico-cc {
    background-image: url(../template2016/img/icons/cc.svg);
}

a:hover .ico-cc {
    background-image: url(../template2016/img/icons/cc-white.svg);
}

.ico-printer {
    background-image: url(../template2016/img/icons/printer.svg);
}

a:hover .ico-printer {
    background-image: url(../template2016/img/icons/printer-white.svg);
}

.mytranslation .sky-form .input input,
.mytranslation .sky-form .select select,
.mytranslation .form-control {
    border: 1px solid #d0d0ce;
    background: #ffffff;
    height: 32px;
}

.mytranslation .sky-form .input input:focus,
.mytranslation .sky-form .select select:focus,
.mytranslation .form-control:focus {
    border-color: #233b3f;
}

.mytranslation .sky-form .input input,
.mytranslation .sky-form .select select {
    border-radius: 6px;
}

.mytranslation .sky-form, .mytranslation .sky-form .input input, .mytranslation .sky-form .select select {
    font-family: 'Lato', Helvetica, Arial, sans-serif !important;
}

.mytranslation .file-caption {
    border-radius: 6px 0 0 6px;
}

.mytranslation .file-caption + .input-group-btn .btn {
    border-radius: 0 6px 6px 0;
    height: 32px;
    background: #233b3f;
    border: none;
}

.mytranslation .select2-container.form-control.select2 {
    border: none;
}

.mytranslation .container-form {
    max-width: 594px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

.mytranslation .sky-form.contact-form input[type="text"], .mytranslation .sky-form.contact-form input[type="email"], .mytranslation .sky-form.contact-form input[type="password"], .mytranslation .sky-form.contact-form input[type="tel"],
.mytranslation .sky-form.contact-form input[type="file"] + label, .mytranslation .sky-form.contact-form input[type="search"], .mytranslation .sky-form.contact-form select, .mytranslation .sky-form.contact-form textarea {
    background-color: #f3f3f3;
    border: none;
    border-bottom: 2px solid #d0d0ce;
    height: 35px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 300;
}

.mytranslation .sky-form.contact-form input[type="text"]:focus, .mytranslation .sky-form.contact-form input[type="text"]:active, .mytranslation .sky-form.contact-form input[type="email"]:focus, .mytranslation .sky-form.contact-form input[type="email"]:active, .mytranslation .sky-form.contact-form input[type="password"]:focus, .mytranslation .sky-form.contact-form input[type="password"]:active, .mytranslation .sky-form.contact-form input[type="tel"]:focus, .mytranslation .sky-form.contact-form input[type="tel"]:active,
.mytranslation .sky-form.contact-form input[type="file"] + label:focus,
.mytranslation .sky-form.contact-form input[type="file"] + label:active, .mytranslation .sky-form.contact-form input[type="search"]:focus, .mytranslation .sky-form.contact-form input[type="search"]:active, .mytranslation .sky-form.contact-form select:focus, .mytranslation .sky-form.contact-form select:active, .mytranslation .sky-form.contact-form textarea:focus, .mytranslation .sky-form.contact-form textarea:active {
    outline: none;
    border-color: #003d4c;
}

.mytranslation .sky-form.contact-form input[type="text"]::-webkit-input-placeholder, .mytranslation .sky-form.contact-form input[type="email"]::-webkit-input-placeholder, .mytranslation .sky-form.contact-form input[type="password"]::-webkit-input-placeholder, .mytranslation .sky-form.contact-form input[type="tel"]::-webkit-input-placeholder,
.mytranslation .sky-form.contact-form input[type="file"] + label::-webkit-input-placeholder, .mytranslation .sky-form.contact-form input[type="search"]::-webkit-input-placeholder, .mytranslation .sky-form.contact-form select::-webkit-input-placeholder, .mytranslation .sky-form.contact-form textarea::-webkit-input-placeholder {
    color: #7d7d7d;
}

.mytranslation .sky-form.contact-form input[type="text"]:-moz-placeholder, .mytranslation .sky-form.contact-form input[type="email"]:-moz-placeholder, .mytranslation .sky-form.contact-form input[type="password"]:-moz-placeholder, .mytranslation .sky-form.contact-form input[type="tel"]:-moz-placeholder,
.mytranslation .sky-form.contact-form input[type="file"] + label:-moz-placeholder, .mytranslation .sky-form.contact-form input[type="search"]:-moz-placeholder, .mytranslation .sky-form.contact-form select:-moz-placeholder, .mytranslation .sky-form.contact-form textarea:-moz-placeholder {
    color: #7d7d7d;
}

.mytranslation .sky-form.contact-form input[type="text"]::-moz-placeholder, .mytranslation .sky-form.contact-form input[type="email"]::-moz-placeholder, .mytranslation .sky-form.contact-form input[type="password"]::-moz-placeholder, .mytranslation .sky-form.contact-form input[type="tel"]::-moz-placeholder,
.mytranslation .sky-form.contact-form input[type="file"] + label::-moz-placeholder, .mytranslation .sky-form.contact-form input[type="search"]::-moz-placeholder, .mytranslation .sky-form.contact-form select::-moz-placeholder, .mytranslation .sky-form.contact-form textarea::-moz-placeholder {
    color: #7d7d7d;
}

.mytranslation .sky-form.contact-form input[type="text"]:-ms-input-placeholder, .mytranslation .sky-form.contact-form input[type="email"]:-ms-input-placeholder, .mytranslation .sky-form.contact-form input[type="password"]:-ms-input-placeholder, .mytranslation .sky-form.contact-form input[type="tel"]:-ms-input-placeholder,
.mytranslation .sky-form.contact-form input[type="file"] + label:-ms-input-placeholder, .mytranslation .sky-form.contact-form input[type="search"]:-ms-input-placeholder, .mytranslation .sky-form.contact-form select:-ms-input-placeholder, .mytranslation .sky-form.contact-form textarea:-ms-input-placeholder {
    color: #7d7d7d;
}

.mytranslation .sky-form.contact-form .form-group, .mytranslation .sky-form.contact-form #company-field {
    max-width: 325px;
    margin: 0 auto;
}

.mytranslation .sky-form.contact-form select {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 10px top 50%;
    background-repeat: no-repeat;
    background-image: url(../img/select-arrow.png);
    background-size: 16px 9px;
    color: #7d7d7d;
}

.mytranslation .sky-form.contact-form textarea {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 100%;
}

.mytranslation .sky-form.contact-form .btn-u.btn-u-green {
    background: #d30053;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    width: 140px;
    height: 42px;
    line-height: 42px;
    border-radius: 3px !important;
}

.mytranslation .sky-form.contact-form .btn-u.btn-u-green:hover, .mytranslation .sky-form.contact-form .btn-u.btn-u-green:focus {
    background: #b30046;
}

.rating-container {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 45px;
    min-height: 120px;
}

.rating-container.rating-interpreter {
    padding-left: 30px;
    padding-right: 30px;
}

.rating-container .js-rating-container-vote {
    padding-top: 15px;
}

.rating-container .rating-star-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 18px;
}

.rating-container .rating-symbol {
    cursor: pointer;
}

.rating-container .rating-star {
    background-image: url(../template2016/img/icons/rank-star-gray.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 32px;
    height: 32px;
    margin-right: 7px;
    display: inline-block;
}

.rating-container .rating-star:last-child {
    margin-right: 0;
}

.rating-container .rating-star.start-fill {
    background-image: url(../template2016/img/icons/rank-star-yellow.svg);
}

.rating-container .rating-header {
    margin: 0;
    font-size: 24px;
    font-weight: 300;
    color: #233b3f;
    text-align: center;
}

.rating-container .rating-header.rating-header-why:before {
    content: '';
    width: 50px;
    display: block;
    border: 1px solid #ebebeb;
    margin: 15px auto 10px;
}

.rating-container textarea {
    max-width: 565px;
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    resize: none;
    display: block;
    height: 80px;
}

.rating-container .rating-title {
    font-size: 12px;
    font-weight: 400;
    color: #898989;
    text-transform: uppercase;
}

.rating-container .btn-arrow {
    margin: 0 auto;
    display: block;
}

.rating-container .rating-avatar {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    margin-right: 20px;
}

.rating-container .rating-role {
    display: block;
    margin-top: 5px;
}

.rating-container .rating-name {
    font-size: 24px;
    font-weight: 300;
    color: #233b3f;
    margin: 0;
}

.rating-container .rating-input-container {
    float: right;
    clear: both;
}

.rating-container .rating-rate {
    clear: both;
    width: 195px;
    text-align: left;
    margin: 0;
    float: left;
}

@media (max-width: 768px) {
    .rating-container.rating-interpreter {
        text-align: center;
    }

    .rating-container.rating-interpreter .rating-input-container {
        float: none;
        margin-top: 10px;
    }

    .rating-container.rating-interpreter .rating-rate {
        float: none;
        width: 100%;
    }

    .rating-container.rating-interpreter .rating-avatar {
        float: none;
        margin-right: 0;
    }
}

.fa-start-container .fa-star {
    font-size: 16px;
    color: #e1e1e1;
}

.fa-start-container .fa-filled {
    color: #fac434;
}

.fa-start-container p {
    margin-top: 10px;
    margin-bottom: 0;
}

.pagination a, .pagination span {
    height: 30px;
}

.pagination li a:hover,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #233b3f;
    border-color: #233b3f;
}

.mytranslation .nav-tabs {
    border-color: #233b3f;
}

.mytranslation .nav-tabs > li > a:hover,
.mytranslation .nav-tabs > .active > a,
.mytranslation .nav-tabs > .active > a:hover {
    background-color: #233b3f !important;
}

.breadcrumbs {
    border: none;
}

.breadcrumbs h1 {
    font-size: 35px;
    color: #233b3f;
    font-weight: 300;
    margin-bottom: 5px;
    margin-top: 45px;
}

body {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    color: #233b3f;
}

.sky-form a, a {
    color: #233b3f;
    overflow: hidden;
}

.sky-form a:hover, .sky-form a:focus, a:hover, a:focus {
    color: #A90057;
}

.wrapper {
    background: #f3f3f3;
}

.breadcrumbs {
    margin-top: 90px;
    height: 200px;
    background: url("../template2016/img/top-banner.jpg");
    background-repeat: no-repeat;
    background-position: center top 25%;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs h1 {
    color: #ffffff;
    margin: 0;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 60px;
    }
}

.profile .profile-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    background: none;
}

.profile .profile-body .col-sm-4 .btn-group {
    float: right;
}

.profile .panel-profile {
    border-radius: 6px;
}

.profile .panel-heading {
    border-radius: 6px 6px 0 0;
    margin: 0 30px;
    padding: 30px 0 15px;
}

.profile .panel-title {
    font-size: 24px;
    font-weight: 300;
    color: #233b3f;
    text-transform: none;
}

.profile .panel-body {
    padding-left: 30px;
    padding-right: 30px;
}

.profile .panel-heading + .table-responsive {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.profile h4 {
    font-size: 16px;
}

.profile .summary {
    font-size: 13px;
    color: #233b3f;
    padding: 20px 0;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.profile .summary b {
    font-weight: 300;
}

.profile table {
    border-radius: 6px;
    border-collapse: separate;
    border-color: #e1e1e1;
}

.profile table th, .profile table td {
    border-right-width: 1px !important;
    border-left-width: 0 !important;
}

.profile table th:last-child, .profile table td:last-child {
    border-right: 0;
}

.profile table td {
    border-top-width: 1px !important;
    border-bottom-width: 0 !important;
}

.profile .profile-blog {
    border-radius: 6px;
    padding: 10px 20px;
}

.profile .profile-blog.blog-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile .table a, .profile .table,
.profile .name-location span a,
.profile .name-location strong {
    color: #233b3f;
}

.profile .name-location strong {
    text-transform: uppercase;
}

.profile .name-location span a:hover {
    color: #A90057;
}

.profile ul.timeline-v2 {
    padding: 35px 50px 10px 0;
}

.profile .timeline-v2 > li .cbp_tmtime {
    padding-right: 55px;
}

.profile .timeline-v2 > li .cbp_tmlabel {
    background: #f3f3f3;
    border-radius: 10px;
    position: relative;
    padding: 20px;
    margin-left: 28%;
}

.profile .timeline-v2 > li .cbp_tmlabel:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 7px 10px 7px 0;
    border-color: transparent #f3f3f3;
    display: block;
    width: 0;
    z-index: 1;
    left: -10px;
    top: 21px;
}

.profile .timeline-v2 > li .cbp_tmlabel h3 {
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 16px;
    color: #919191;
    text-transform: uppercase;
    font-weight: 400;
}

.profile .timeline-v2 > li .cbp_tmlabel p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
}

.content > .row > .col-md-9 {
    border-radius: 6px 0 0 6px;
}

.content > .row > .col-md-9 + .col-md-3 {
    background: #ffffff;
    border-radius: 6px;
}

.content > .row > .col-md-3 + .col-md-9 {
    border-radius: 6px;
}

.panel-heading-v2 {
    padding-top: 25px;
}

.panel-heading-v2 h2 {
    color: #233b3f;
    text-transform: none;
}

.table-search-v1 {
    background: #ffffff;
    border-radius: 6px;
}

.task-table .box-inner-1,
.task-table .box-inner-1.first,
.task-table .box-inner-2,
.task-table .box-inner-2.first {
    border: none;
}

.task-table {
    padding-top: 15px;
}

.task-table .ico {
    width: 50px;
    height: 50px;
    background-size: 16px;
    display: block;
    margin: 0 auto 5px;
}

.task-table .box-inner-1, .task-table .box-inner-2 {
    padding: 10px 0;
}

.task-table .task-body a {
    -webkit-transform: transition all 0.2s;
    transform: transition all 0.2s;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    height: 95px;
}

.task-table .task-body a span {
    color: #233b3f;
    display: inline;
    font-size: 14px;
    line-height: 16px;
    max-width: 120px;
}

.task-table .task-body a:hover {
    text-decoration: none;
    border: none;
}

form.sky-form .panel-heading {
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.sidebar-nav-v1 li.active a {
    background-color: #233b3f;
}

.select2-results .select2-highlighted {
    background-color: #233b3f;
}

.select2-search input {
    background: #ffffff;
    border-color: #233b3f;
}

.panel-heading + .timeline-v2 {
    background-color: #ffffff;
}

.timeline-v2 > li .cbp_tmicon {
    background-color: #D30053;
    margin-left: -6px;
}

.timeline-v2 > li .cbp_tmtime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.timeline-v2 > li .cbp_tmtime span {
    font-size: 12px;
    margin-top: 5px;
}

.timeline-v2 > li .cbp_tmtime span:first-child {
    font-size: 12px;
    margin-bottom: 5px;
}

.timeline-v2 > li .cbp_tmtime span:last-child {
    max-width: 90px;
    line-height: 18px;
}

.timeline-v2 > li .cbp_tmtime span:first-child, .timeline-v2 > li .cbp_tmtime span:last-child {
    color: #cccccc;
    font-weight: 700;
}

.timeline-v2 > li .cbp_tmtime span:first-child + span {
    color: #D30053;
    font-weight: 300;
    font-size: 18px;
    margin-top: 5px;
}

.timeline-v2 > li:last-child {
    text-transform: uppercase;
}

.field-comment-message .textarea textarea {
    color: #a1a1a1;
    border-color: #ebebeb;
    border-radius: 3px;
    font-family: 'Lato', Helvetica, Arial, sans-serif !important;
    font-size: 16px;
    font-weight: 300;
}

.col-md-3 .profile-blog {
    margin-top: 20px;
}

h2.heading-xs {
    font-size: 18px;
}

.list-group.sidebar-nav-v1 li:first-child {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.list-group.sidebar-nav-v1 li:last-child {
    border-radius: 0 0 6px 6px;
}

.dl-horizontal .nav-tabs > .active > a {
    border-radius: 6px 6px 0 0;
}

.nav-tabs.nav-justified > li {
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}

.field-task-sourcefiles .btn {
    border-radius: 6px;
}

#topcontrol:after {
    top: -2px;
}

.btn-u.btn-u-pink {
    background: #d30053;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    height: 42px;
    line-height: 42px;
    border-radius: 3px !important;
}

.mytranslation .sky-form.contact-form .btn-u.btn-u-green:hover, .mytranslation .sky-form.contact-form .btn-u.btn-u-green:focus {
    background: #b30046;
}

.profile .panel-heading {
    margin: 0px !important;
    padding: 20px;
}

.profile .table > thead > tr > th > a {
    color: #337ab7 !important;
    text-decoration: underline;
    cursor: pointer;
}


#interpretation-terms {
    max-width: 325px;
    margin: 0 auto;
}

#interpretation-terms .form-group {
    position: relative;
    float:left;
    max-width: 325px;
    margin: 0 auto;
}
#interpretation-terms .form-group input[type=checkbox] {
    position: absolute;
}

#interpretation-terms .form-group label {
    margin-left: 25px;
    font-weight: normal;
}


#profileTab .field-accountform-newsletter i {
    top: -5px !important;
}
