﻿/* Move down content because we have a fixed navbar that is 50px tall */

body {
    background: #28a79a1f;
}

    body::-webkit-scrollbar {
        width: 5px;
    }

    body::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }

    body::-webkit-scrollbar-thumb {
        border-radius: 6px;
        background-color: #26B5AB;
        outline: 1px solid slategrey;
    }


/*menu mobile*/

.navbar-toggle {
    margin-top: 13px;
}

.navbar-inverse .navbar-toggle {
    border-color: #231F20;
}

    .navbar-inverse .navbar-toggle :focus {
        background-color: #28A79A;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #28A79A;
    }

.navbar-toggle {
    background-color: #28a79a1f;
}


/*end menu mobile*/


/* Wrapping element */


/* Set some basic padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
}


/*start content below menu*/

#header-image-home {
    background-repeat: no-repeat;
    background-size: auto;
    background-size: contain;
    background-position: 100% 0%;
    width: 100%;
    height: 700px;
}

.slider_content {
    height: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.logo_image {
    height: 240px;
    width: 210px;
    margin-right: 60px;
}

.logo_cards {
    height: 200px;
}

.logo_bg {
    position: absolute;
    margin: 0;
    left: 40%;
}

.card:hover .img-top {
    display: inline;
}

#page_title {
    margin: 0;
    color: #040505;
    font-size: 80px;
    font-family: 'MB NOIR'
}

#page_sub_title {
    margin: 0;
    color: #28A79A;
    font-size: 40px;
    font-family: 'MB NOIR'
}


/*starting logo header navigation*/

#nav-content {
    float: left;
    margin-right: 5px;
}
    #nav-content > a {
        text-decoration: none;
    }

    #nav-content > a > div {
        display: inline-block;
    }

    #nav-content > a > div {
        vertical-align: middle;
    }

    #nav-content > a > .logo_image {
        height: 60px;
        width: 55px;
        margin: 0px;
    }

    #nav-content > a > div > #page_title {
        font-size: 31px;
    }

    #nav-content > a > div > #page_sub_title {
        font-size: 14px;
    }


/* Set widths on the form inputs since otherwise they're 100% wide */

input,
select,
textarea {
    max-width: 280px;
}

.dropdown-menu > .active > a {
    background-color: #25B4AB;
}

    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        background-color: #000 !important;
    }

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

    .nav > li > a {
        padding: 10px 15px;
    }
}
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    .body-content {
        padding: 0;
    }

    .nav > li > a {
        padding: 0px 10px;
    }

    #nav-content > a > div > #page_title {
        font-size: 23px;
    }

    #nav-content > a > div > #page_sub_title {
        font-size: 10px;
    }
}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .nav > li > a {
        padding: 0px 6px;
    }

    #nav-content > a > div > #page_title {
        font-size: 15px;
    }

    #nav-content > a > div > #page_sub_title {
        font-size: 8px;
    }

    .navbar-inverse .navbar-nav > li > a {
        font-size: 10px;
    }

    .dropdown-menu > li > a {
        font-size: 10pt !important;
    }

    .dropdown ul.dropdown-menu {
        width: 200px !important;
    }


}

@media (max-width:480px) {

    #header-image-home {
        height: 285px !important;
    }

    .contact-content, contact-content-message {
        padding: 0px;
    }

    .panel-contact {
        box-sizing: border-box;
        border: 3px solid transparent;
        background-clip: padding-box
    }

}
.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
    margin-bottom: 0px;
    border-radius: inherit;
}

.navbar-nav {
    margin-top: 15px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #231F20;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 2px;
    font-family: 'Apercu Pro'
}

    .navbar-inverse .navbar-nav > li > a:focus {
        color: #231F20 !important;
    }

.navbar-gr > li > a {
    padding: 10px;
}

.navbar-nav a:hover {
    color: #231F20 !important;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background: transparent !important;
    color: #231F20 !important;
}

.navbar-nav a > span:hover {
    border-bottom: 2px solid #28A79A;
}

#content-language {
    display: inline-block;
    margin-top: 10px;
}

.navbar-nav .active > a {
    color: #fff !important;
}


/* content for languages */

.language-nav {
    padding: 0;
}

    .language-nav:first-child {
        margin-left: 10px;
    }

    .language-nav > li > span {
        padding: 3px;
        vertical-align: middle;
    }

.language-nav {
    list-style: none;
    display: inherit;
}

.color-primary {
    color: #28A79A;
}

.language-nav > li > a > img {
    width: 18px;
}


/*dropdown menu*/

.dropdown-menu > li > a {
    color: #28A79A;
    font-family: 'Apercu Pro';
    font-size: 12pt;
}

.dropdown ul.dropdown-menu {
    border-radius: 4px;
    width: 230px;
}
.dropdown-menu-x3 {
    width: 300px !important;
}
.dropdown-arrow {
    margin-left: 10px;
    margin-top: 12.5px !important;
}

.dropdown ul.dropdown-arrow:before {
    content: "";
    border-bottom: 11px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    left: 24px;
    z-index: 10;
}

.dropdown ul.dropdown-arrow:after {
    content: "";
    border-bottom: 12px solid #28a79a1f;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    left: 21.8px;
    z-index: 9;
}


/*menu titles*/

#myCarousel .item .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
}

#myCarousel h4 {
    font-size: 50px;
    margin-bottom: 15px;
    color: #040505;
    line-height: 100%;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: 'MB NOIR'
}

#myCarousel p {
    font-size: 38px;
    margin-bottom: 15px;
    color: #d5d5d5;
}

#myCarousel .item a {
    background: #F47735;
    font-size: 14px;
    color: #231F20;
    padding: 13px 32px;
    display: inline-block;
}

    #myCarousel .item a:hover {
        background: #394fa2;
        text-decoration: none;
    }

#myCarousel .item h4 {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#myCarousel .item p {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

#myCarousel .item a {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

#myCarousel .item .mask img {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    display: block;
    height: auto;
    max-width: 100%;
}

#myCarousel h4,
#myCarousel p,
#myCarousel a,
#myCarousel .item .mask img {
    -webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#myCarousel .container {
    max-width: 1430px;
}

#myCarousel .item {
    height: 100%;
    min-height: 150px;
}

#myCarousel {
    position: relative;
    z-index: 1;
    text-align: left;
    margin-top: 20%;
    animation: bounce;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s;
    /* don't forget to set a duration! */
}

.carousel-control-next,
.carousel-control-prev {
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background-color: #f47735;
}

.item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-fade .item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

    .carousel-fade .item-next.item-left,
    .carousel-fade .item-prev.item-right,
    .carousel-fade .item.active {
        opacity: 1
    }

.carousel-fade .item-left.active,
.carousel-fade .item-right.active {
    opacity: 0
}

.carousel-fade .item-left.active,
.carousel-fade .item-next,
.carousel-fade .item-prev,
.carousel-fade .item-prev.active,
.carousel-fade .item.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
    .carousel-fade .item-left.active,
    .carousel-fade .item-next,
    .carousel-fade .item-prev,
    .carousel-fade .item-prev.active,
    .carousel-fade .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-fade .item-left.active,
.carousel-fade .item-next,
.carousel-fade .item-prev,
.carousel-fade .item-prev.active,
.carousel-fade .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

#myCarousel .item p {
    color: #28A79A;
    font-weight: bold;
    font-family: 'MB NOIR'
}


/*about us*/

#about-image-content {
    height: 300px;
}


/*for coleagues*/

#for-coleagues-image-content {
    height: 300px;
}

#bg-contact-cover {
    background-image: url("images/contact_cover.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: 45%;
}

#bg-gallery-cover {
    background-image: url("images/bg2-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position-y: center;
}

#bg-about-cover {
    background-image: url("images/naslovna-cover-about.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#bg-services-cover {
    background-image: url("images/services_cover.PNG");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#bg-for-coleagues-cover {
    background-image: url("images/for_coleagues.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.content-cover-inside-image {
    margin-top: -250px;
}

.cover-inside-icon {
    width: 200px;
    height: 200px;
}

.about-us-title:not(:first-child) {
    margin-top: 15px;
}

#img-about-content {
    width: 41%;
    margin-left: 38px;
}

.about-us-title {
    font-family: 'Myriad Pro';
    font-size: 12.5px;
    text-align: justify;
}

#about-content-banner {
    position: absolute;
    right: 0;
    opacity: 0.1;
    padding: 0;
    width: 29%;
}

.line-full-width {
    height: 3px;
    background-color: #1BB7AC;
    width: 100%;
    margin-left: 15px;
    margin-bottom: 15px;
}

.contact-margin {
    margin-left: 0px;
}

#about-team {
    display: inline-block;
}

.heder-content {
    font-family: 'Myriad Pro';
    font-size: 38pt;
    color: #010101;
    border-top: 9px solid #28A79A;
}

.about-user-img {
    height: 363px;
    position: relative;
    display: inline-block;
}

.user-avatar:hover .img-top {
    display: inline;
}

.img-top {
    display: none;
    position: absolute;
    height: 363px;
    top: 0;
    z-index: 99;
}

.about-user-name {
    margin-top: 0px;
    font-family: 'Myriad Pro';
    font-size: 19pt;
    font-weight: bold;
}

.about-user-title {
    margin-top: 0;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Myriad Pro';
}

.about-user-desc {
    font-family: 'Myriad Pro';
    font-size: 17px;
    text-align: justify;
}

    .about-user-desc ul {
        font-family: 'Myriad Pro';
        font-size: 17px;
        text-align: justify;
    }

    .about-user-desc > ul > li {
        margin-bottom: 5px;
    }

.services_content {
    text-align: center;
    display: flex;
    flex-direction: column;
}

    .services_content > img {
        margin-top: 50px;
        margin-bottom: 50px;
        height: 120px;
    }

    .services_content > p {
        font-family: 'Myriad Pro';
        font-size: 27pt;
        display: block;
        text-align: center;
        color: #010101;
    }

#for-coleagues-title {
    font-family: 'Myriad Pro';
    font-size: 13pt;
    font-weight: bold;
}

.for-coleagues-text {
    font-family: 'Myriad Pro';
    font-size: 11pt;
    text-align: justify;
}

#for-coleagues-img {
    margin-top: 50px;
}

#button-for-coleagues {
    display: inline-block;
}

.for-coleagues-button {
    background-color: #25B4AB;
    color: #ffffff;
    border-radius: 0;
    font-family: 'Myriad Pro';
    font-weight: bold;
}

    .for-coleagues-button:hover {
        color: #ffffff;
    }

    .for-coleagues-button:first-child {
        margin-right: 20px;
    }

    .for-coleagues-button > i {
        vertical-align: text-bottom;
        margin-right: 5px;
    }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1.773pt solid #25B4AB;
}

legend {
    color: #25B4AB;
    border: none;
    width: auto;
    margin-bottom: 0px;
    padding: 10px;
    font-size: 13pt;
    font-family: 'Myriad Pro';
    font-weight: bold;
}

#uslugi-content-border > span {
    font-size: 11pt;
    font-family: 'Myriad Pro';
    display: block;
    margin-bottom: 15px;
    margin-left: 85px;
}


/* contact */

.contact-panel-body {
    background: #26B5AB;
    min-height: 260px;
}

.contact-header {
    padding: 20px;
}

    .contact-header > h1 {
        display: inline;
        vertical-align: middle;
        font-size: 15pt;
        font-family: 'Open Sans';
        font-weight: bold;
        margin-left: 16px;
        color: #fff;
    }

    .contact-header > hr {
        border: 1.725pt solid #fff;
        background: #fff;
    }

.contact-panel-footer > p {
    font-size: 15pt;
    font-family: 'Myriad Pro';
    color: #fff;
}

.contact-panel-footer-working-our > p {
    font-size: 12pt;
    width:100%;
}

.contact-panel-footer > p > a {
    color: #fff;
    text-decoration: none;
}

.contact-panel-contact {
    padding: 20px;
}

.contact-img {
    height: 35pt;
    display: inline;
}

.contact-panel-footer {
    min-height: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.input-group {
    width: 100%;
    margin-bottom: 20px;
}

.input-group-addon {
    width: 190px;
    text-align: left;
    background: #26B5AB;
    color: #fff;
    font-family: 'Myriad Pro';
}

.submit-contact {
    background: #26B5AB;
    font-family: 'Myriad Pro';
    font-size: 18px;
}

    .submit-contact:hover {
        background: #1a958c !important;
    }

    .submit-contact:active {
        background: #1a958c !important;
    }

.form-group-message {
    height: 255px !important;
}

.validationClass {
    border-color: red;
}

.gly-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.gly-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.gly-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.gly-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.gly-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.gly-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

.text-cut-front {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.card-text {
    text-align: justify;
    padding: 5px;
}

.backside {
    width: 100%;
}

.myModal {
    margin-top: 50px;
}

.myModal-header {
    background: #080808;
    color: #26B5AB;
    font-family: 'Myriad Pro';
}

.modal-title {
    display: contents;
    font-family: 'Myriad Pro';
    font-size: 30px;
}

.modal-close {
    opacity: 1;
    font-size: 30px;
    color: #fff !important;
    font-family: 'Myriad Pro';
}

.modal-body {
    font-family: 'Myriad Pro';
    font-size: 20px;
}

#time_local {
    bottom: 0;
    position: absolute;
    margin: 20px;
    z-index: 1;
}

.date-text {
    font-size: 13px;
    font-family: 'Myriad Pro';
}

#working_time > h2 {
    font-size: 18px;
    margin: 0;
    font-family: 'Myriad Pro';
}

#working_time > div {
    font-size: 15px;
    font-family: 'Myriad Pro';
}

.badge {
    font-size: 15px;
}

section {
    padding-top: 60px;
}

.margin-footer-social {
    margin-top: 35px !important;
}

.custom-pading {
    padding: 10px;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#footer {
    background: #080808;
}

    #footer h5 {
        padding-left: 10px;
        border-left: 3px solid #eeeeee;
        padding-bottom: 6px;
        margin-bottom: 20px;
        color: #ffffff;
        font-family: 'Oswald', sans-serif;
    }

    #footer a {
        color: #ffffff;
        text-decoration: none !important;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

    #footer ul.social li {
        padding: 3px 0;
    }

        #footer ul.social li a i {
            margin-right: 5px;
            font-size: 25px;
            -webkit-transition: .5s all ease;
            -moz-transition: .5s all ease;
            transition: .5s all ease;
        }

        #footer ul.social li:hover a i {
            font-size: 30px;
            margin-top: -10px;
        }

        #footer ul.social li a,
        #footer ul.quick-links li a {
            color: #ffffff;
        }

            #footer ul.social li a:hover {
                color: #eeeeee;
            }

    #footer ul.quick-links li {
        padding: 3px 0;
        -webkit-transition: .5s all ease;
        -moz-transition: .5s all ease;
        transition: .5s all ease;
    }

        #footer ul.quick-links li:hover {
            padding: 3px 0;
            margin-left: 5px;
            font-weight: 700;
        }

        #footer ul.quick-links li a i {
            margin-right: 5px;
        }

        #footer ul.quick-links li:hover a i {
            font-weight: 700;
        }

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #28a79a;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #080808;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
#assets_services > div > div > img, #assets_services > div > div > p {
    cursor: pointer;
}