/* COLOR CODES
#####################################################
#### Light GREY: rgb(228,228,228) OR #e4e4e4    ######
#### Standard GREY: rgb(158,158,159) OR #9e9e9f ######
#### Dark GREY: rgb(112,113,115) OR #707173     ######
#### GREEN : rgb(150,190,13) OR #96be0d         ######
######################################################
*/

/*REUSABLE GENERAL CLASSES*/

.hide {
    display: none;
}
.line, .double-line {
    margin: 30px 0 !important;
}
.h1-white, .h2-white, .h3-white, .h4-white {
    color: #fff !important;
}
#page-title {
    background-color: #707173;
}
.grey-bg {
    background-color: #707173;
}
.white-bg {
    background-color: #fff !important;
}
.white-font {
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
}
.bold {
    font-weight: bold;
}
.no-padding {
    padding: 0;
}
.no-margin {
    margin: 0;
}
.heading-block-white:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #fff;
}
.heading-block:after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 0px solid transparent;
}
.display-inline {
    display: inline !important;
}
.italic {
    font-style: italic;
}
.margin-stripe {
    margin-top: 15px;
}
.content-wrap-stripe {
    padding: 30px 0;
}
.stripe-plus::before {
    content: "\e114";
}
.stripe-plus {
    font-size: 250%;
    color: #96be0d;
    /*border: 1px solid #69BE0D !important;
  border-radius: 50%;*/
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.stripe-minus::before {
    content: "\e113";
}
.stripe-minus {
    font-size: 250%;
    color: #96be0d;
    /*border: 1px solid #69BE0D !important;
  border-radius: 50%;*/
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.stripe-plus:hover {
    color: #fff;
}
.first-td-borderless tr:first-child td {
    border-top: none;
}
.news-teaser-link {
    font-size: 22px;
}
.text-shadow {
    text-shadow: 2px 2px #707173;
}
/*REUSABLE GENERAL CLASSES END*/

/*BLOG POSTS*/

.entry {
    border-bottom: 1px dashed #9c9e9f;
    padding: 0px 0 60px;
}
/*.entry:nth-child(even){
  border-left: 1px dashed #9c9e9f;
  border-right: 1px dashed #9c9e9f;
}*/

.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.list-group-item {
    border-radius: 0px;
}
.list-group-item:after {
    content: url(/assets/frontend/images/emendo_e_small.png);
    right: -5px;
    top: -5px;
    position: absolute;
}
.panel {
    border-radius: 0px;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #96be0d;
}
.panel-default>.panel-heading {
    color: #fff;
    background-color: #96be0d;
    border-color: #96be0d;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
/*.panel-body {
    background-color:#707173;
}*/

/*BLOG POSTS END*/

/*NAVIGATION*/

#primary-menu ul li>a {
    padding: 39px 8px;
}
/*NAVIGATION END*/

/*SLIDER*/

.slider-caption-small {
    font-size: 10px;
}
#slide-video {
    filter: blur(10px);
}
.slider-caption.slider-caption-center {
    max-width: 900px;
}
/*SLIDER END*/

/*WHAT WE DO*/

.label-cube {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: block;
    width: 100%;
    height: 335px;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    margin-top: 35%;
    text-transform: none;
}
.card {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 600ms;
    transition: all 600ms;
    z-index: 20;
    transform: rotateX(5deg);
    box-shadow: 0 20px 20px rgba(50, 50, 50, 0.2);
}
.card div {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #FFF;
    text-align: center;
    line-height: 200px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
    padding: 15px;
}
.card .back {
    background: #707173;
    color: #FFF;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    text-align: left;
    padding: 15px;
}
.label-cube:hover .card {
    -webkit-transform: rotateX(20deg);
    transform: rotateX(20deg);
    box-shadow: 0 20px 20px rgba(50, 50, 50, 0.2);
}
.label-cube input {
    display: none;
}
:checked+.card {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
}
.label-cube:hover :checked+.card {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    /*box-shadow: 0 20px 20px rgba(255, 255, 255, 0.2);*/
}
.left-cube-h3 {
    /*position: absolute;*/
    top: 30%;
}
.left-cube-p {
    /*position: absolute;*/
    top: 40%;
}
.middle-cube-h3 {
    /*position: absolute;*/
    top: 30%;
}
.middle-cube-p {
    /*position: absolute;*/
    top: 40%;
}
.right-cube-h3 {
    /*position: absolute;*/
    top: 30%;
}
.right-cube-p {
    /*position: absolute;*/
    top: 40%;
}
.cube-emendo {
    /*margin-left: 20%;*/
    width: 25%;
}
/*WHAT WE DO END*/

/*COUNTER*/

.counter-caption {
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}
.counter-line {
    width: 15%;
    margin-top: 10px;
    margin-bottom: 15px;
    border-top: 3px solid #fff;
}
/*COUNTER END*/

/*DEMO*/

.demo-overlay-link {
    top: 0%;
    left: 0%;
    margin: 0;
    width: 100% !important;
    height: 100% !important;
}
.demo-caption {
    tline-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}
@media(max-width:600px) {
    #demo_section {
        height: 1200px;
    }
}
@media(max-width:767px) {
    #demo_section {
        height: 2600px;
    }
}
@media(min-width:768px) {
    #demo_section {
        height: 900px;
    }
}
@media(min-width:992px) {
    #demo_section {
        height: 700px;
    }
}
@media(min-width:1200px) {
    #demo_section {
        height: 700px;
    }
}
/*DEMO END*/

/*TEAM*/

.team-vacancy {
    margin-bottom: 10px;
}
.team-overlay-plus {
    margin-top: -20px !important;
    margin-left: -20px !important;
    z-index: 100;
    top: 50%;
    left: 50%;
    line-height: 40px;
    text-align: center;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5) !important;
    transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear !important;
    -webkit-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear !important;
    -o-transition: color .2s linear, background-color .2s linear, margin-top .2s linear, opacity .2s linear !important;
}
.team-overlay-plus:hover {
    color: #96be0d;
}
.team-plus {
    position: absolute;
    /*top:22%;*/
    left: 28%;
}
.team-caption-small h5 {
    font-size: 5vw;
}
.team-caption-small p {
    font-size: 3vw;
}
.team-title h4 {
    text-transform: none;
}
.team-title span {
    font-style: normal;
    font-family: 'Raleway', sans-serif;
}
.team-modal-right-half {
    padding: 2% 5% 50% 5%;
    height: 100%;
}
.team-detail-img {
    width: 100%;
}
.team-detail-description {
    margin-top: 10px;
}
.team-detail-close {
    right: 15px;
    color: #96be0d;
    /*border: 1px solid #69BE0D !important;
  border-radius: 50%;*/
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.team-detail-close::before {
    content: "\e088";
}
.mfp-wrap~* {
    filter: blur(10px);
}
.heading-block-team-detail:after {
    margin-top: 5px !important;
}
.owl-carousel .owl-nav [class*=owl-] {
    position: absolute;
    top: 0%;
    left: -36px;
    zoom: 1;
    width: 45px;
    height: 98.5%;
    line-height: 32px;
    color: #fff;
    background-color: #9e9e9f;
    opacity: 0.6;
    font-size: 18px;
    border-radius: 0%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-top: 0px;
    border: none;
}
.owl-carousel:hover .owl-nav [class*=owl-] {
    opacity: 0.9;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: #707173 !important;
    color: #FFF !important;
    text-decoration: none;
}
/*TEAM END*/

/*PORTFOLIO*/

.modal-content {
    border-radius: 0px;
}
.no-blur {
    filter: blur(0px);
}
.portfolio-overlay a {
    border-radius: 0%;
}
.portfolio-page-img {
    -webkit-transition: all .2s ease-in-out;
    /* Safari and Chrome */
    -moz-transition: all .2s ease-in-out;
    /* Firefox */
    -o-transition: all .2s ease-in-out;
    /* IE 9 */
    -ms-transition: all .2s ease-in-out;
    /* Opera */
    transition: all .2s ease-in-out;
}
.portfolio-page-img:hover {
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -moz-transform: scale(1.2);
    /* Firefox */
    -ms-transform: scale(1.2);
    /* IE 9 */
    -o-transform: scale(1.2);
    /* Opera */
    transform: scale(1.2);
}
.portfolio-item-grey {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.portfolio-item-grey:hover {
    -webkit-filter: none;
    filter: none;
}
.portfolio-overlay {
    background-color: transparent;
}
.projects-border {
    /*border: 5px solid #707173;*/
    border: 5px solid #96be0d;
}
.img-border {
    border: 2px solid #96be0d;
}
.projects-border img {}
.projects-border img:hover {
    -webkit-filter: none;
    filter: none;
}
.portfolio-li {
    width: 50%;
}
.portfolio-ul {
    width: 100%;
}
.portfolio-filter {
    border-radius: 0px;
}
.portfolio-filter li:first-child a {
    border-left: none;
    border-radius: 0;
}
.portfolio-filter li:last-child a {
    border-radius: 0;
}
.portfolio-filter li.activeFilter a {
    background-color: #96be0d;
    text-transform: uppercase;
}
.portfolio-filter li a:hover {
    color: #96be0d;
}
.portfolio-desc h3 {
    font-size: 15px;
}
.portfolio-desc h3 a {
    color: #707173;
}
.client-logo-hover:hover {
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -moz-transform: scale(1.2);
    /* Firefox */
    -ms-transform: scale(1.2);
    /* IE 9 */
    -o-transform: scale(1.2);
    /* Opera */
    transform: scale(1.2);
}
.client-logo-hover {
    -webkit-transition: all .2s ease-in-out;
    /* Safari and Chrome */
    -moz-transition: all .2s ease-in-out;
    /* Firefox */
    -o-transition: all .2s ease-in-out;
    /* IE 9 */
    -ms-transition: all .2s ease-in-out;
    /* Opera */
    transition: all .2s ease-in-out;
}
/*PORTFOLIO END*/

/*CONTACT*/

.fancy-title.title-dotted-border {
    background: url(/assets/frontend/images/base/dotted.png) repeat-x center;
}
.fancy-title-contact {
    margin-bottom: 3px !important;
}
/*#contact {
  border-top: 5px solid #292929;
  background: #292929 url(/assets/frontend/images/copyrights_bg.png) repeat 0 0;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  -webkit-animation: slide 20s linear infinite;

  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}*/

@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -400px 0;
    }
}
/*CONTACT END*/

/*FOOTER*/

#footer {
    border-top: 5px solid #c5c5c7;
}
@media(max-width:786px) {
    #footer.dark, .dark #footer {
        border-top-color: #e4e4e4;
        background-color: #3d3d3f;
        color: #fff;
        background-image: url(/ressources/images/footer_bg_2.png);
        background-repeat: no-repeat;
        background-position-x: 26%;
        background-position-y: 80%;
    }
}
@media(min-width:787px) {
    #footer.dark, .dark #footer {
        border-top-color: #e4e4e4;
        background-color: #3d3d3f;
        color: #fff;
        background-image: url(/ressources/images/footer_bg_2.png);
        background-repeat: no-repeat;
        background-position-x: 100%;
        background-position-y: 149%;
    }
}
/*.dark #copyrights {
  background-color: #292929;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}*/

.dark #copyrights {
    border-top: 5px solid #292929;
    /*background: #292929 url(/assets/frontend/images/copyrights_bg_2.png) repeat 0 0;*/
    width: 100%;
    margin: 0;
    /*height: 300px;
  padding-top: 120px;*/
    box-sizing: border-box;
    -webkit-animation: slide 20s linear infinite;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
@-webkit-keyframes slide {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -400px 0;
    }
}
#footer .footer-widgets-wrap {
    padding: 65px 0;
}
/*FOOTER END*/

/*SUB PAGES*/

.sidenav>li:first-child>a {
    border-radius: 0px;
}
.sidenav>.ui-tabs-active>a, .sidenav>.ui-tabs-active>a:hover {
    border-color: transparent !important;
    text-shadow: none;
}
/*SUB PAGES END*/

/* Error Page */

.error .clip .shadow {
    height: 180px;
}
.error .clip:nth-of-type(2) .shadow {
    width: 130px;
}
.error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow {
    width: 250px;
}
.error .digit {
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 120px;
    font-weight: bold;
}
.error h2 {
    font-size: 32px;
}
.error .msg {
    top: -190px;
    left: 30%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
}
.error span.triangle {
    top: 70%;
    right: 0%;
    border-left: 20px solid #535353;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.error .container-error-404 {
    position: relative;
    height: 250px;
    padding-top: 40px;
}
.error .container-error-404 .clip {
    display: inline-block;
    transform: skew(-45deg);
}
.error .clip .shadow {
    overflow: hidden;
}
.error .clip:nth-of-type(2) .shadow {
    overflow: hidden;
    position: relative;
    box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}
.error .clip:nth-of-type(3) .shadow:after, .error .clip:nth-of-type(1) .shadow:after {
    content: "";
    position: absolute;
    right: -8px;
    bottom: 0px;
    z-index: 9999;
    height: 100%;
    width: 10px;
    background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
    border-radius: 50%;
}
.error .clip:nth-of-type(3) .shadow:after {
    left: -8px;
}
.error .digit {
    position: relative;
    top: 8%;
    color: white;
    background: #96be0d;
    border-radius: 50%;
    display: inline-block;
    transform: skew(45deg);
}
.error .clip:nth-of-type(2) .digit {
    left: -10%;
}
.error .clip:nth-of-type(1) .digit {
    right: -20%;
}
.error .clip:nth-of-type(3) .digit {
    left: -20%;
}
.error h2 {
    color: #A2A2A2;
    font-weight: bold;
    padding-bottom: 20px;
}
.error .msg {
    position: relative;
    z-index: 9999;
    display: block;
    background: #535353;
    color: #A2A2A2;
    border-radius: 50%;
    font-style: italic;
}
.error .triangle {
    position: absolute;
    z-index: 999;
    transform: rotate(45deg);
    content: "";
    width: 0;
    height: 0;
}
 Error Page

@media(max-width: 767px) {
    .error .clip .shadow {
        height: 100px;
    }
    .error .clip:nth-of-type(2) .shadow {
        width: 80px;
    }
    .error .clip:nth-of-type(1) .shadow, .error .clip:nth-of-type(3) .shadow {
        width: 100px;
    }
    .error .digit {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 52px;
    }
    .error h2 {
        font-size: 24px;
    }
    .error .msg {
        top: -110px;
        left: 15%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .error span.triangle {
        top: 70%;
        right: -3%;
        border-left: 10px solid #535353;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }
    .error .container-error-404 {
        height: 150px;
    }
}
.overlay {
    position: relative;
    z-index: 20;
}
.ground-color {
    background: white;
}
.item-bg-color {
    background: #EAEAEA
}
/* Padding Section*/

.padding-top {
    padding-top: 10px;
}
.padding-bottom {
    padding-bottom: 10px;
}
.padding-vertical {
    padding-top: 10px;
    padding-bottom: 10px;
}
.padding-horizontal {
    padding-left: 10px;
    padding-right: 10px;
}
.padding-all {
    padding: 10px;
}
.no-padding-left {
    padding-left: 0px;
}
.no-padding-right {
    padding-right: 0px;
}
.no-vertical-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}
.no-horizontal-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.no-padding {
    padding: 0px;
}
/* Padding Section*/

/* Margin section */

.margin-top {
    margin-top: 10px;
}
.margin-bottom {
    margin-bottom: 10px;
}
.margin-right {
    margin-right: 10px;
}
.margin-left {
    margin-left: 10px;
}
.margin-horizontal {
    margin-left: 10px;
    margin-right: 10px;
}
.margin-vertical {
    margin-top: 10px;
    margin-bottom: 10px;
}
.margin-all {
    margin: 10px;
}
.no-margin {
    margin: 0px;
}
.no-vertical-margin {
    margin-top: 0px;
    margin-bottom: 0px;
}
.no-horizontal-margin {
    margin-left: 0px;
    margin-right: 0px;
}
.inside-col-shrink {
    margin: 0px 20px;
}
/* Margin section */

.mainMenuNewsletter {
    color: #97bf0d !important;
}

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a.mainMenuNewsletter {
    background-color: #97bf0d;
    color: #444 !important;
}