/* MAIN */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap&subset=latin-ext');

html {
    overflow-x: hidden;
}
body {
    font-family: 'Open Sans','Arial', sans-serif;
    color: #333;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
}
h1 {
    font-size: 48px;
    margin: 0 0 30px;
    font-weight: 300;
    color: #333;
    position: relative;
    text-transform: none;
    text-align: center;
}
.heading-wrapper {
    overflow: hidden;
}
h2 {
    width:100%;
    text-align: left;
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 15px;
    color: #000;
}
h3 {
    font-weight: 600;
    color: #333;
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 22px;
}
h4 {
    font-weight: 700;
    color: #006f66;
    font-size: 12px;
}
a, a:active, a:focus {
    text-decoration: none;
    color: #fff;
}

a:focus, a:active,

a:hover	{
    text-decoration: none;
    color: #006f66;
}
a:focus, a:active,
button, div,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: none !important;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
     display: block;
 }

.index-news-snippet h3 {
    font-size:20px;
    text-align:left;
}
.captcha-input.create-user {
    margin-top: 0;
}
.has-feedback label ~ .form-control-feedback {
    top: 36px;
}
.form-group.no-label .form-control-feedback {
    top: 8px;
}
.error-404-wrapper {
    margin: 100px 0;
}
.error-404-wrapper .error-404 {
    text-align: center;
    font-size: 196px;
    color: #868688;
}
.error-404-wrapper .error-404-text .first {
    font-size: 50px;
    text-transform: uppercase;
    color: #212121;
    margin-top: 56px;
}
.error-404-wrapper .error-404-text .second {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: #212121;
    margin: -15px 0 15px 0;
}
.error-404-wrapper .error-404-text .third {
    font-size: 18px;
    font-weight: 600;
    color: #807F7D;
}
#map {
    height:540px;
    position: relative;
}
#map:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 54px;
    background-image: url("/design/contact-map-bg.png");
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 10;
}

.loading-spinner {
    position: absolute;
    z-index:999;
    left:50%;
    top: 240px;
    margin-left:-30px;
}
.grid-item {
    margin-bottom:15px;
}
.fluid {
    margin:0px -5px;
}
#fluid-wrapper {
    visibility:hidden;
}
#fluid-wrapper.fluid .item {
    margin: 5px 0.0% 5px 0.0%;
    padding:0px 5px;
}
#fluid-wrapper.fluid .item img
{
    /*display: none;*/
    display: block;
    width: 100%;
    height: auto !important;
    opacity:1;
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}
#fluid-wrapper.fluid .item img:hover {
    opacity: 0.8;
}

.center-col-wrapper {
    padding: 0 0 60px;
}

.crop-image-wrapper {
    width: 60%;
    float: left;
    padding-top: 60%;
    position: relative;
    border: 1px solid #ccc;
}
.crop-image-wrapper .absolute-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.avatar-crop-wrapper .crop-options {
    float: left;
    width: 40%;
    padding-left: 50px;
}
.avatar-crop-wrapper .cropper-preview {
    width: 100px!important;
    height: 100px!important;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-right: 20px;
}
.avatar-crop-wrapper .cropper-preview.round {
    border-radius: 50%;
}
.avatar-crop-wrapper .crop-preview-wrapper {
    display: flex;
    margin-bottom: 30px;
}
.avatar-crop-wrapper .menu-heading {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 5px;
}
.avatar-crop-wrapper .tools-container i {
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius :2px;
    line-height: 34px;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: background-color 0.1s ease 0s, opacity 0.1s ease 0s;
    -moz-transition: background-color 0.1s ease 0s, opacity 0.1s ease 0s;
    -o-transition: background-color 0.1s ease 0s, opacity 0.1s ease 0s;
    transition: background-color 0.1s ease 0s, opacity 0.1s ease 0s;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    -moz-user-select: none;
}
.avatar-crop-wrapper i:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
    cursor: pointer;
}
.avatar-crop-wrapper .file-upload {
    margin-bottom: 20px;
}
.modal.info .modal-dialog .modal-header, .modal.type-info .modal-dialog .modal-header {
    background: #039be5;
    color: #fff;
}
.modal.succes .modal-dialog .modal-header, .modal.type-succes .modal-dialog .modal-header {
    background: #8bc34a;
    color: #fff;
}
.modal.warning .modal-dialog .modal-header, .modal.type-warning .modal-dialog .modal-header {
    background: #ff9800;
    color: #fff;
}
.modal.danger .modal-dialog .modal-header, .modal.type-danger .modal-dialog .modal-header {
    background: #f44336;
    color: #fff;
}
.index-request-quote-form {
    background: rgba(255, 255, 255, 0.8);
    margin-top: -586px;
    padding: 0 40px 40px 40px;
}
.reserve-form {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 90px;
    background: rgba(0,0,0,0.85);
}
.reserve-form > form, .reserve-form .container {
    height: 100%;
}
.flex-container {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    justify-content: center;
    height: 100%;
}
.bootstrap-datetimepicker-widget {
    z-index: 1051;
}
.flex-container .input-wrapper {
    position: relative;
    margin-right: 20px;
}
.flex-container .input-wrapper.date-input-wrapper:after {
    content: '\f073';
    display: block;
    position: absolute;
    right: 10px;
    top: 49%;
    transform: translateY(-50%);
    font-family: FontAwesome;
    color: #fff;
    font-size: 16px;
}
.flex-container .input-wrapper:last-child {
    margin-right: 0;
}
.flex-container .form-control {
    height: 40px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 2px;
    color: #fff;
    min-height: auto;
}
.flex-container .form-control::placeholder {
    color: #fff;
}
.flex-container .btn.btn-default {
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}
.select2-container .select2-selection--single {
    height: 40px;
}
.flex-container .select2-container--default .select2-selection--single {
    border: 2px solid #fff;
    background: transparent;
    border-radius: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    height: 40px;
    line-height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
    margin-top: -4px;
    margin-left: -6px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}
#IndexVideo a {
    position: relative;
    display: block;
}
#IndexVideo a:after {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -ms-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    background: url("/design/play-icon.png") no-repeat;
    -moz-filter: brightness(0) invert(1);;
    -o-filter: brightness(0) invert(1);;
    -webkit-filter: brightness(0) invert(1);;
    filter: brightness(0) invert(1);;
}
#IndexVideo a:hover:after {
    -moz-filter: none;
    -o-filter: none;
    -webkit-filter: none;
    filter: none;
}
#SldierWrapper {
    margin-bottom: -50px;
}
.first-section {
    position:relative;
    padding: 80px 0px 40px;
    background-size:cover;
    background-repeat:no-repeat;
    background-attachment: fixed !important;
    background-position: center center;
}
.first-section:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(255,255,255, 0.2);
}
.first-section .first-section-content {
    position: relative;
    z-index: 2;
}
.text-section h3{
    color: #000;
    text-align: center;
    font-size:18px;
    font-weight:500;
    text-transform: none;
    letter-spacing: 0.2px;
}

.first-title h1{
    color: #000;
    position: center;
    font-size: 41px;
    margin-bottom: 50px;
}
.first-section h2 {
    color: #fff;
}
.first-section .left-text {
    margin-top: 150px;
}
.first-section .left-text p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
}


.image-ovelray {
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    max-width: 100%;
    position: relative;
}

.second-section {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    color: #fff;
}
.heading_a{
    color: #fff;
    font: bold 68px/74px 'Lato', Arial, sans-serif;
    margin-top: 57px;
    margin-bottom: 19px;
    text-transform: uppercase;
}
.second-section .second-row {
    padding-top: 80px;
}
.second-section .left-text {
    margin-top: 0;
}
.second-section .left-text ul {
    padding: 0;
    list-style: none;
    margin: 20px 0 30px;
}
.second-section .left-text ul li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
    padding-left: 18px;
    position: relative;
}
.second-section .left-text ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #006f66;
    display: block;
    top: 10px;
    left: 0;
}

.our-gallery {
    position: relative;
    padding: 70px 0px 100px;
    background: #fff;
}
.style-3.our-gallery,
.style-2.our-gallery {
    padding: 109px 0 121px;
    background: #fff;
}

.our-gallery .single-item .img-holder {
    position: relative;
    overflow: hidden;
}
.our-gallery .single-item .img-holder img {
    width: 100%;
}
.style-2.our-gallery .single-item .img-holder img {
    width: 100%;
}
.our-gallery .single-item .img-holder .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
}
.our-gallery .single-item:hover .img-holder .overlay {
    opacity: 1;
}
.our-gallery .single-item .img-holder .overlay .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.our-gallery .single-item .img-holder .overlay .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.our-gallery .single-item .img-holder .overlay .social a {
    font-size: 60px;
    color: #fff;
    font-weight: 300;
}
.our-gallery .single-item:hover .img-holder .overlay .social a {
    color: #fff;
}
.our-gallery .single-item .social h4 {
    font-size:18px;
    font-weight:500;
    color:#fff;
    margin-top: 20px;
}
.our-gallery .link_btn .thm-btn {
    margin-top:70px;
}
.our-gallery .link_btn .thm-btn:before {
    display: block;
    content: 'pera';

}
.third-section {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.third-section .right-content {
    background: rgba(255, 255, 255, 0.8);
    padding: 90px 70px 120px 100px;
    margin-right: -15px;
}
.third-section .right-content h2 {
    margin-bottom: 40px;
    line-height: 45px;
}
.third-section h2{
    color: #111;
    position: center;
}
.slider-controls {
    margin:0 auto;
    display: table
}
.slider-controls .control {
    height: 38px;
    border: 1px solid #000;
    text-transform: uppercase;
    width: 150px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    -moz-user-select: none;
    cursor: pointer;
    border-radius: 2px;
}
.slider-controls .control.owlPrev-1 {
    background: url("/design/align-left.png") no-repeat 20px -2px;
    padding-left:30px;
}
.slider-controls .control.owlPrev-1:hover {
    background-position: 20px -40px;
}
.slider-controls .control.owlNext-1 {
    background: url("/design/align-right.png") no-repeat 100px -1px;
    padding-right:30px
}
.slider-controls .control.owlNext-1:hover {
    background-position: 100px -37px
}
.slider-controls .control:hover {
    color: #006f66;
    border-color: #006f66;
}
.slider-controls span:nth-child(2) {
    padding-right: 30px;
    display: table-cell
}
.one-gallery {
    margin-bottom: 30px;
    padding: 0 10px;
}
.one-gallery img {
    transition: filter .3s ease-in-out;
    -webkit-filter: grayscale(99%);
    filter: grayscale(99%);
}
.one-gallery .title {
    text-align: center;
    color: #555;
    padding-top: 15px;
    font-weight: 600;
    font-size: 15px;
}
.one-gallery img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.one-gallery:hover .title {
    transition: color .3s ease-in-out;
    color: #006f66;
}
.breadcrumb-wrapper {
    background-image: url("/design/photo-audi-027.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
.breadcrumb-title{
    color: #fff;
 }
.breadcrumb-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.80);
    z-index: 0.5;
}
.breadcrumb-content {
    padding: 50px 0;
}
.breadcrumb-title h3 {
    font-size: 40px;
    color: #101010;
    text-transform: uppercase;
    text-align: left;
    font-weight: 500;
    line-height: normal;
}
.breadcrumb-wrapper .breadcrumb-bage {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: -100px;
    transform: translateX(-50%);
    z-index: 2;
    background: #333;
    border-radius: 50%;
    padding: 20px 0;
    width: 150px;
}
.breadcrumb-wrapper .breadcrumb-bage img {
    max-width: 100%;
}
.map-wrapper iframe {
    width: 100%;
    height: 500px;
    margin-bottom: 50px;
}
.form-control {
    border-radius: 2px;
    box-shadow: none;
    border-color: #e5e5e5;
    font-size: 13px;
    color: #aaa;
    min-height: 50px;
    font-weight: 400;
}
.contact-wrapper {
    padding: 70px 0 0;
}
.contact-wrapper .send-btn {
    width: 100%;
    margin-top: 13px;
    max-width: 190px;
}

.contact-wrapper .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-transform: uppercase;
}

.contact-wrapper .form-control::-moz-placeholder { /* Firefox 19+ */
    text-transform: uppercase;
}

.contact-wrapper .form-control:-ms-input-placeholder { /* IE 10+ */
    text-transform: uppercase;
}

.contact-wrapper .form-control:-moz-placeholder { /* Firefox 18- */
    text-transform: uppercase;
}

.contact-wrapper textarea {
    min-height: 180px;
    padding-top: 15px;
}

.captcha-input {
    margin-top: 13px;
}

.captcha-input .form-control {
    min-height: 44px;
}
.contact-icon-box {
    text-align: center;
    margin-bottom: 30px;
    min-height: 221px;
    padding-top: 15px;
}

.contact-icon-box:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #e5e5e5;
}

.contact-icon-box.last:after {
    display: none;
}

.contact-icon-box .icon {
    margin-bottom: 40px;
}

.contact-icon-box .icon img {
    max-width: 100%;
}

.contact-icon-box .title {
    margin-bottom: 14px;
    color: #666;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.contact-icon-box .text {
    color: #868686;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

.contact-icon-box .text a {
    color: #868686;
}

.contact-icon-box .text a:hover {
    color: #998342;
}
.contact-us {
    text-align: center;
    font-weight: 400;
    max-width: 600px;
    margin: 45px auto 35px auto;
}

.contact-us .title {
    font-size: 26px;
    color: #555555;
    margin-bottom: 8px;
}

.contact-us .text {
    font-size: 15px;
    color: #878787;
    float: none;
}
.contact-wrapper .btn.btn-default {
    padding: 10px 24px;
    text-transform: lowercase;
}
.contact-wrapper {
    padding-bottom: 70px;
}

#TextualContent {
    font-size: 17px;
    font-weight: 300;
}
#TextualContent b, #TextualContent strong {
    font-weight: 600;
}
#TextualContent p {
    text-align: justify;
}
#TextualContent img {
    max-width: 100%;
}
.page-textual-content {
    padding-bottom: 60px;
}
.back-to-galleries {
    margin-bottom: 30px;
}
.back-to-galleries a {
    font-size: 18px;
}
.back-to-galleries a:hover {
    color: #006f66;
}
.back-to-galleries a i {
    font-size: 27px;
    margin: -1px 11px 0 0;
    float: left;
}
.social-share-wrapper {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.social-share-wrapper .share-btn {
    margin-right: 20px;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}
.social-share-wrapper .share-btn:last-child {
    margin-right: 0;
}
.social-share-wrapper .share-btn:hover {
    opacity: 0.6;
}
.one-news-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0 5px;
}
.one-news-snippet {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}
.one-page-row {
    margin-top: 30px;
    margin-bottom: 80px;
}
.one-page-row .image-wrapper {
    position: relative;
}
.one-page-row .image-wrapper:after {
    content: '';
    display: block;
    top: 50px;
    bottom: 50px;
    right: 0;
    width: 30px;
    background: #fff;
    position: absolute;
}
.one-page-row.odd .image-wrapper:after {
    right: auto;
    left: 0;
}
.one-page-row .content {
    padding: 80px 0 50px 0;
}
.one-page-row .content .title {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
}
.one-page-row .content .text {
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 30px;
}
.one-page-row .content .btn.btn-default {
    padding: 9px 35px;
    font-size: 15px;
}
.sp-full-screen-button {
    right: 140px;
    color: #fff;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    border-color: #000;
}
.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    border-right: 13px solid #000;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
    border-color: #000;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
    border-bottom: 13px solid #000;
}
.category-text {
    width: 900px;
    margin: 10px auto 70px;
    max-width: 100%;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 28px;
}
.flex-container .input-wrapper {
    position: relative;
}
.flex-container .input-wrapper .form-group {
    margin: 0;
}
.flex-container .form-control-feedback {
    top: 12px;
    right: 9px;
}
.flex-container .date-input-wrapper .form-control-feedback {
    right: 20px;
}

.send-reservation-btn {
    float: right;
    margin: 13px 0 0;
}
#formSendReservation {
    padding: 20px 0 30px;
}
#formSendReservation .form-group {
    margin-bottom: 30px;
}
#formSendReservation .btn.btn-default {
    padding: 10px 45px;
}
#formSendReservation .form-control {
    color: #000;
    font-size: 15px;
}
.textarea {
    max-width: 100%;
}
#TextualContent ul {
    list-style: none;
    padding-left: 18px;
}
#TextualContent ul li {
    margin-top: 10px;
    position: relative;
    padding-left: 18px;
}
#TextualContent ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 51%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #006f66;
}
.cenovnik-table {
    width: 700px;
    max-width: 100%;
    margin: 0 auto 5px;
    border: 0;
}
.cenovnik-table.table > tbody > tr > td, .cenovnik-table.table > tbody > tr > th {
    padding: 12px 30px;
    border-bottom: 1px solid #ddd;
}
.cenovnik-table.table > tbody > tr > th {
    background: #006f66;
    color: #fff;
    border-right: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
}
.cenovnik-table.table > tbody > tr > th:last-child {
    border-right: 1px solid #006f66;
    text-align: center;
}
.cenovnik-table.table > tbody > tr:nth-child(2) td {
    border-top: 0;
}
.cenovnik-table.table > tbody > tr > td {
    border-left: 1px solid #ddd;
    font-weight: 500;
    font-size: 15px;
}
.cenovnik-table.table > tbody > tr > td:last-child {
    border-right: 1px solid #ddd;
    text-align: center;
    font-weight: 600;
}
.coming-soon {
    font-size: 28px;
    text-align: center;
    padding: 50px 0;
}
label {
    font-weight: 500;
    color: #000;
}
.social-share-wrapper.page-share {
    justify-content: flex-start;
    margin-top: 40px;
}
#TextualContent .form-group ul {
    padding: 0;
}
#TextualContent .form-group ul li {
    padding: 0;
    margin: 0;
}
#TextualContent .form-group ul li:before, #TextualContent .form-group ul li:after {
    display: none;
}
.has-feedback label ~ .form-control-feedback {
    top: 43px;
}

.view-galleries-wrapper {
    display: none;
}
.slider-controls .empty-space {
    display: none;
}
.scroll-table-left-or-right {
    display: none;
    font-size: 14px;
    margin-bottom: 6px;
}
.sp-full-screen-button:before {
    content: '\f065';
    font-family: "FontAwesome";
    font-size: 26px;
}
.sp-full-screen-button {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.lang-wrapper-en-us .first-section h2 {
    font-size: 31px;
}
#TextualContent h5 {
    font-size: 16px;
    margin-top: -2px;
    margin-bottom: 5px;
    font-weight: 600;
}
.our-gallery {
    position: relative;
    padding: 70px 0px 100px;
    background: #fff;
}
.btn-default{
    display: inline-block;
    font-size: 14px;
    padding: 12px 30px;
    border: 1px solid rgb(0, 111, 102);
    border-radius: 0px;
    color: rgb(0, 111, 102);
    text-transform: uppercase;
    letter-spacing: 4px;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */

}
.btn-default:hover{
    color: #006f66 ;
    border-color: #006f66;
}
.second-section{
    background-image: url("/design/service-car.jpg");
    overflow: hidden;
    background-attachment: fixed;
}
.wpb_wrapper{
    background-image: url("/design/pozadina.jpg")!important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 3px;
    margin-bottom: -8px;
}
.pozadina {
    position: relative;
    padding-left: 29px;
    z-index: 10;
}
.pozadina a{
    margin-left: -29px;
}
.pozadina h2 {
    margin-top: 0;
}
.pozadina:after {
    position: absolute;
    display: block;
    content: '';
    width: 3000px;
    height: 3000px;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: url("/design/bg_plane.png")!important;
}
.more_btn, .more_btn:focus {
    display: inline-block;
    margin-top: 33px;
    padding: 20px 29px;
    text-decoration: none;
    font: bold 21px/30px "Lato", Arial, sans-serif;
    color: #fff;
    background: #006f66;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.more_btn:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(0, 111, 102, 0.6);
}
.pozadina h2{
    padding-top: 55px;
    padding-bottom: 0px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
}
.text-section h3{
    text-align: left;
    font-size: 21px;
}
.text-section h3:hover{
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
    color: #006f66;
}
.pozadina p{
    padding-top: 0px;
    padding-bottom: 15px;
}
.about-text{
    font-size: 14px;
}
.about-text p{
    color: #a3aaaa;
}
.about-text .moto-link{
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 0.8;
    letter-spacing: 0px;
}
.moto-link:hover{
    color:#006f66;
}
.about-text .moto-link:hover{
    color: #006f66;
}
.img-holder.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 111, 102, 0.3);
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
}
.moto-widget-grid-gallery-item::after {
    content: "\f067";
    border: 4px solid #fff;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    color: #fff;
    font-size: 30px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .3s ease;
    line-height: 48px;
    text-align: center;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    font-family: FontAwesome;
}
.moto-widget-grid-gallery-item::before {
    background-color: transparent;
    border-color: transparent;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    z-index: 1;
    border: 0;
}
.moto-widget-grid-gallery-item:hover .moto-widget-grid-gallery-image:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 111, 102, 0.3);
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
}
.contact-wrapper h4{
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    color: #272727;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.right-col-services {
    background: rgba(0, 111, 102, 0.8);
    margin-top: -92px;
    margin-bottom: 50px;
    color: #fff;
    padding: 33px 28px;
}

.right-col-services .title {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
.right-col-separator {
    margin: 25px auto 15px;
    display: block;
}
.right-col-services ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.right-col-services ul li {
    margin: 0;
    position: relative;
    padding: 10px 0 14px 38px;
    font-size: 19px;
    font-weight: 400;
    line-height: 23px;
}
.right-col-services ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("/design/services-righ-check.png") no-repeat;
    width: 24px;
    height: 22px;
}
.right-col-services ul li:after {
    content: '';
    display: block;
    position: absolute;
    left: 36px;
    bottom: 0;
    width: calc(100% - 36px);
    height: 2px;
    background: #59B1A1;
    border-top: 1px solid #006f66;
}
.right-col-services ul li:first-child {
    border-top: 0;
}
.right-col-services ul li:last-child {
    border-bottom: 0;
}
.right-col-services ul li a, .right-col-services ul li a:focus {
    color: #fff;
}
.right-col-services ul li a:hover {
    color: rgba(255,255,255,0.7);
}
.contact-icon-box .contact-text a {
    color: #333!important;
}
.breadcrumb-wrapper .breadcrumb-title {
    margin-top: 120px;
    font-size: 57px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.breadcrumb-wrapper .breadcrumb-text {
    font-size: 18px;
    color: #666;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 10px;
}
.back-to-galleries a{
    border: #111;
    color: #333;
}
.view-all-galleries {
    text-align: center;
    margin-top: 40px;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    background: transparent;
    box-shadow: none;
}
.footer-maps {
    padding: 50px 0;
}
.slider-wrapper {
    position: relative;
}
.index-map iframe {
    margin: 0;
    width: 100%;
    float: left;
}
.contact-icon-box .text {
    float: none;
}
.contact-wrapper .btn.btn-default.reload-image-btn {
    padding-left: 15px;
    padding-right: 15px;
}
.contact-wrapper .btn.btn-default, .contact-wrapper .btn.btn-default:focus {
    background: #006f66;
    color: #fff;
}
.contact-wrapper .btn.btn-default:hover {
    opacity: 0.8;
}
.galleries-wrapper {
    padding: 50px 0;
}
.video-thumb {
    margin-bottom: 30px;
    position: relative;
    min-height: 100px;
}
.video-thumb a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -ms-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}
.video-thumb a:after {
    content: '\f16a';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: FontAwesome;
    font-size: 80px;
    color: #c4302b;
}
.video-thumb a:hover:before {
    opacity: 1;
}
.one-page-video {
    padding: 50px 0 30px;
}
.one-picture-gallery {
    position: relative;
    padding: 50px 0;
}
.one-picture-gallery .fluid .item > a {
    position: relative;
    display: block;
}
.one-picture-gallery .fluid .item > a:before {
    background: rgba(0, 111, 102, 0.3);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    z-index: 1;
    border: 0;
    opacity: 0;
}
.one-picture-gallery .fluid .item > a:after {
    content: "\f067";
    border: 4px solid #fff;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    color: #fff;
    font-size: 30px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .3s ease;
    line-height: 48px;
    text-align: center;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    font-family: FontAwesome;
    opacity: 0;
    transition: all .3s ease;
}
.one-picture-gallery .fluid .item > a:hover:before, .one-picture-gallery .fluid .item > a:hover:after {
    opacity: 1;
}
.page-textual-content {
    padding: 50px 0;
}
.one-page-gallery .cover-image {
    margin-bottom: 30px;
}
.one-page-gallery.bottom-gallery {
    padding-top: 30px;
}
.one-service {
    position: relative;
    margin-bottom: 50px;
}
.one-service:before {
    content: '';
    display: block;
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    transition: all 0.5s cubic-bezier(.25,.8,.25,1);
    z-index: -1;
}
.one-service:hover:before {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.repair-jobs-wrapper {
    padding: 0 0 20px 0;
}
.repair-jobs-wrapper .checkbox-wrapper {
    margin-bottom: 12px;
}
.template {
    display: none;
}
.magic-checkbox + label:before, .magic-radio + label:before {
    border-color: #a4a4a4;
}
.magic-checkbox label {
    font-weight: 400;
}
.magic-checkbox + label, .magic-radio + label {
    font-weight: 400;
    font-size: 15px;
    display: inline-block;
    color: #333;
}

/* Base for label styling */
.magic-checkbox-wrapper [type="checkbox"]:not(:checked), .magic-checkbox-wrapper [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.magic-checkbox-wrapper label {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}

.magic-checkbox-wrapper-check input[type="checkbox"]:not(:checked),
.magic-checkbox-wrapper input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.magic-checkbox-wrapper input[type="checkbox"]:not(:checked) + label,
.magic-checkbox-wrapper input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}

/* checkbox aspect */
.magic-checkbox-wrapper input[type="checkbox"]:not(:checked) + label:before,
.magic-checkbox-wrapper input[type="checkbox"]:checked + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    content: '';
    border: 1px solid #a4a4a4;
    border-radius: 3px;
}

/* checkbox aspect */
.magic-checkbox-wrapper input[type="checkbox"]:not(:checked) + label:hover:before,
.magic-checkbox-wrapper input[type="checkbox"]:checked + label:hover:before {
    border-color: #006f66;
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color;
}

.magic-checkbox-wrappe input[type="checkbox"]:not(:checked) + label:after,
.magic-checkbox-wrapper input[type="checkbox"] + label:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    background: #ec1c24;
    display: none;
    content: '';
    position: absolute;
}

.magic-checkbox-wrapper input[type="checkbox"]:checked + label:before, .custom-check [type="checkbox"]:checked + label:before {
    border-color: #006f66;
    background: #006f66;
}

.magic-checkbox-wrapper input[type="checkbox"]:checked + label:after, .custom-check [type="checkbox"]:checked + label:after {
    display: block;
    top: 3px;
    left: 8px;
    box-sizing: border-box;
    width: 5px;
    height: 12px;
    transform: rotate(45deg);
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
}

/* disabled checkbox */
.magic-checkbox-wrapper input[type="checkbox"]:disabled:not(:checked) + label:before,
.magic-checkbox-wrapper input[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.magic-checkbox-wrapper input[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

.magic-checkbox-wrapper input[type="checkbox"]:disabled + label {
    color: #aaa;
}

.magic-checkbox:checked + label:before {
    border-color: #006f66;
    background: #006f66;
}
.magic-checkbox + label::after {
    left: 8px;
}
.repair-jobs-wrapper .total-price {
    font-size: 18px;
    margin-top: 15px;
    font-weight: 500;
}
.repair-jobs-wrapper .total-price .total-price-val, .repair-jobs-wrapper .total-price .total-price-currency {
    color: #006f66;
    font-weight: 700;
}
.footer-form {
    padding: 60px 0 10px;
}
.footer-form label {
    font-weight: 600;
    color: #333;
    font-size: 15px;
    margin-bottom: 5px;
}
.footer-form .magic-checkbox + label {
    font-weight: 400;
    margin-bottom: 0px;
}
#formSendReservation .btn.btn-default {
    padding-left: 20px;
    padding-right: 20px;
    background: #006f66;
    color: #fff;
}
#formSendReservation .btn.btn-default:hover {
    opacity: 0.8;
}
#formSendReservation .btn.btn-default.send-reservation-btn {
    padding-left: 40px;
    padding-right: 40px;
}
.reservation-text {
    width: 500px;
    max-width: 100%;
    margin: 20px auto 30px;
    text-align: center;
}
.right-col-galleries h3 {
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
.right-col-galleries .right-col-separator {
    margin: 25px auto;
}
.right-col-galleries .row {
    display: flex;
    flex-wrap: wrap;
}
.right-col-galleries .view-all {
    text-align: center;
}
.right-col-galleries .btn.btn-default {
    padding: 10px 20px;
    font-size: 11px;
}
.chosen-container-single .chosen-single, .chosen-container-single .chosen-single.active {
    background: transparent;
    box-shadow: none;
    border-color: #e5e5e5;
    min-height: 50px;
    line-height: 50px;
    color: #999;
    border-radius: 2px;
}
.chosen-container-single .chosen-single div b {
    background-position: 1px 15px;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -17px 15px;
}
.chosen-container .chosen-results li.highlighted {
    background: #006f66;
}
.chosen-container .chosen-results li.result-selected.highlighted {
    background: #006f66;
}


.row-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}