@font-face {
    font-family: DINPro-Black;
    src: url(../fonts/DINPro-Black.otf);
}

@font-face {
    font-family: DINPro-Light;
    src: url(../fonts/DINPro-Light.otf);
}

@font-face {
    font-family: Roboto-Black;
    src: url(../fonts/Roboto-Black.ttf);
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
}

html {
    margin:0;
    padding: 0;
    overflow-x: hidden;
}

body {
    background-color: #e5e5e5;
}

nav {
    height: 90px;
    background-color: #fff;
}

.navbar {
    border-top:5px solid #13c33c;
    font-family: Roboto-Black;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.navbar-nav {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    margin-top: 5px;
}

.navbar-nav li {
    padding: 15px 5px;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: none;
}

.navbar-nav li a {
    font-size: 15px;
    color: #8b8b8b;
}

.navbar-nav li a:hover {
    color: #13c33c;
}

.navbar-nav li.active, .navbar-nav li.active a {
    color: #13c33c;
}

.navbar-nav li .btn:hover, .navbar-nav li .btn:focus, .navbar-nav li .btn:active {
    background-color: #838591;
    color: #fff;
}

.navbar-nav li a.btn {
    margin-top: 4px;
    color: #fff;
}

.btn {
    padding: 8px 30px !important;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: Roboto-Black;
    font-size: 15px;
    line-height: 25px !important;
}

.btn.btn-lg {
    font-size: 17px !important;
    padding: 14px 50px !important;
}

.btn.btn-xlg {
    font-size: 20px !important;
    padding: 20px 50px !important;
}

.btn-primary {
    background-color: #13c33c;
    color: #fff;
    border:none;
    text-transform: uppercase;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover, .btn-primary:active {
    color: #fff;
    background-color: #838591;
}

.box-subtitle {
    font-size: 20px;
    font-family: Roboto-Bold;    
    color: #989898;
    letter-spacing: 0.5px;    
}

.main {
    width:100%;
    background: url(../images/main-header.png) top center;
    height: 830px;
}

.slogen {
}

.slogen.head {
    margin-top: 195px;
    font-family: DINPro-Black;   
    font-size: 26px;
    color: #838591;
    text-transform: uppercase;
}

.slogen.big {
    font-family: DINPro-Light;
    font-size: 60px;
    color: #fff;
}

.slogen.normal {
    margin-top: 40px;
    line-height: 40px;
    font-family: Roboto-Regular;
    font-size: 22px;
    color: #fff;
}

.slogen.btn {
    margin-top: 90px;
}

.main .scroll-down {
    margin: 150px auto 0px auto;
    border:1px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    width:50px;
    height: 50px;
    color: #fff;
    font-size: 32px;
    text-align: center;
    padding: 0px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition:  all 0.3s;
}

.main .scroll-down:hover {
    background-color: #13c33c;
    border:1px solid rgba(255,255,255,1);
    cursor: pointer;
}


.main .scroll-down-text {
    font-family: Roboto-Regular;
    margin-top: 10px;
    color: #fff;
    text-align: center;
}

.box {
    padding: 100px 0px;
}

.box-title {
    font-family: DINPro-Light;
    font-size: 40px;
    color: #2a2b2f;
    text-transform: uppercase;
}

.green-box {
    margin: 0px auto 30px auto;
    position: relative;
    width: 118px;
    height: 73px;
    background: url(../images/green-box-bg.png) no-repeat;
    color: #a0a0a0;
}

.green-box-icon {
    position: absolute;
    top:20px;
    left:35px;
}

.minibox {
    margin-top: 50px;
    border-right:1px solid #e6e6e6;
    -webkit-transition: all 0.3s !important;
    transition:  all 0.3s !important; 
}

.minibox a,.minibox a:hover,.minibox a:focus {
    text-decoration: none;
}


.minibox .box-content {
    font-size: 18px;
    color: #a0a0a0;    
}

.minibox strong {
    color: #2a2b2f;
}

.minibox p {
    padding-top: 10px;
}

.minibox.last {
    border-right: none;
}

.grey {
    background: #e5e4e4; /* Old browsers */
    background: -moz-linear-gradient(top,  #e5e4e4 0%, #f5f5f5 23%, #f5f5f5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e5e4e4 0%,#f5f5f5 23%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e5e4e4 0%,#f5f5f5 23%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e4e4', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}

.minibox:hover {
    cursor: pointer;
}

.minibox:hover .green-box {
    background: url(../images/green-box-bg-hover.png) no-repeat;    
}


.btn-default {
    background: transparent;
    color: #13c33c;
    text-transform: uppercase;
    border:2px solid #c0c0c0;
}

.btn-default.focus, .btn-default:focus, .btn-default:hover, .btn-default:active {
    color: #fff;
    background-color: #838591;
    border-color: #838591;
}

.mg-top-50 {
    margin-top: 50px;
}

.mg-top-30 {
    margin-top: 30px;
}

.mg-top-10 {
    margin-top: 10px;
}

.light {
    position: relative;
    background: url(../images/light-bg.png);
    height: 625px;
}

.light p {
    margin: 25px 0px;
    color: #a0a0a0;
    font-size: 18px;
}

.scroll-down-light {
    left:50%;
    margin-left: -25px;
    bottom:-25px;
    position: absolute;
    background-color: #2a2b2f;
    border:1px solid #fff;
    border-radius: 50%;
    width:50px;
    height: 50px;
    color: #fff;
    font-size: 32px;
    text-align: center;
    padding: 0px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition:  all 0.3s;
}

.scroll-down-light:hover {
    background-color: #13c33c;
    border:1px solid #fff;
    cursor: pointer;
}


.about_us_container {
    position: relative;
    background-color: #13c33c;
    width: 561px;
    height: 381px;    
}

.about_us_container img {
    position: absolute;
    top:20px;
    left:20px;
}

.green-text {
    font-family: Roboto-Bold;    
    font-size: 26px;
    color: #13c33c;
    line-height: 30px;
}

.darkgrey {
    background-color: #2a2b2f;
}

.darkgrey .box-title {
    color: #fff;
}

.darkgrey .box-subtitle {
    color: #13c33c;
}

.darkgrey .reference-title {
    font-size: 26px;
    color: #fff;
    font-family: DINPro-Light;
}

.darkgrey .reference-description {
    font-size: 18px;
    color: #797a80;
    line-height: 20px;
    height: 40px;
}

.darkgrey .reference-title {
    margin-top: 15px;
}

.opinion-box {
    margin-bottom: -15px;
    margin-left: 95px;
    height: 120px;
    width:340px;
}

.opinion-box img {
    max-width: 100px;
}

.opinion-name {
    margin-top: 20px;
    color: #2a2b2f;
    font-size: 18px;
    font-family: Roboto-Black;
}

.opinion-box.right {
    margin-left:50px;
}

.opinion-description {
    font-size: 18px;
    font-family: Roboto-Regular;
    color: #a0a0a0;
}

.opinion-container {
    position: relative;
    background-color: rgba(0,0,0,0.8);
}

.opinion-container:after {
    bottom: 100%;
    left: 12%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-style: solid;
    border-width: 0 0 24px 24px;
    border-color: transparent transparent rgba(0,0,0,0.8) transparent;
}


.opinion-container.green {
    padding: 0;
    position: relative;
    background-color: #13c33c;
    margin-left: -60px;
}

.opinion-container.green:after {
    bottom: -24px;
    left: 12%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-style: solid;
    border-width: 0 24px 24px 0;
    border-color: transparent #13c33c transparent transparent;    
}

.btn-dark {
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    border:2px solid #c0c0c0;
}

.btn-dark.focus, .btn-dark:focus, .btn-dark:hover, .btn-dark:active {
    color: #fff;
    background-color: #13c33c;
    border-color: #13c33c;
}

blockquote {
    font-family: Roboto-Regular;
    color: #fff;
    padding: 60px 30px 60px 120px;
    line-height: 30px;
    font-size: 18px;
    background: url(../images/blockquote.png) 60px 65px no-repeat;    
    border-left: 0px;
}

.map {
    position: relative;
    height: 500px;
    background: url(../images/map.png) top center;
}

.map .map-pointer{
    left:50%;
    top: 168px;
    margin-left: 320px;
    position: absolute;
}

.map .map-box {
    margin-top: 120px;
    padding: 50px 45px;
    background-color: #2a2b2f;
    font-family: Roboto-Regular;
    color: #fff;    
    font-size: 18px;
}

.map .map-box p {
    padding: 10px 0px;
}

.map .company-name {
    font-family: DINPro-Light;
    font-size: 22px;
    color: #13c33c;
    text-transform: uppercase;
}

.map .map-box .fa {
    font-size: 150px;
    color: #3b3c41;
}

footer {
    padding-top:80px;
    padding-bottom:50px;
    background-color: #18191e;
}

footer .footer-title {
    font-size: 22px;
    font-family: DINPro-Black;
    text-transform: uppercase;
    color: #fff;
}

footer .footer-box {
    margin-top: 30px;
    position: relative;
    background: #18191e;
    border-top: 1px solid #2a2b2f;
    border-bottom: 1px solid #2a2b2f;
    padding: 50px 0px;
    height: 170px;
}

footer .footer-box:after, footer .footer-box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

footer .footer-box:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #18191e;
    border-width: 14px;
    margin-left: -14px;
}

footer .footer-box:before {
    border-color: rgba(42, 43, 47, 0);
    border-bottom-color: #2a2b2f;
    border-width: 15px;
    margin-left: -15px;
}

footer .footer-box .fa {
    line-height: 65px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    border-radius: 50%;
    border:2px solid #fff;
    width:70px;
    height: 70px;
}

footer .footer-box {
    color: #838591;
    font-size: 20px;
    font-family: Roboto-Bold;
}

footer .footer-box .footer-sub {
    text-transform: uppercase;
    font-family: DINPro-Light;
    color: #fff;
    font-size: 22px;
}

footer ul {
}

footer ul li {
    padding: 40px 20px;
    display: inline-block;
}

footer ul li a {
    font-family: Roboto-Black;
    font-size: 15px;
    color: #838591;
    text-transform: uppercase;
}

footer ul li a:hover {
    color: #fff;
    text-decoration: none;
}

footer .footer-bottom {
    font-size: 15px;
    font-family: Roboto-Regular;
    color: #838591;
}

.sub-head {
    height: 294px;
    background: url(../images/service-head.png) no-repeat;
}

.subpage .slogen.head {
    margin-top: 80px;
}

.service .minibox {
    margin-top: -140px;
    border-right:0px;
}

.grey-box {
    margin: 0px auto 30px auto;
    position: relative;
    width: 118px;
    height: 73px;
    background: url(../images/grey-box-bg.png) no-repeat;
    color: #a0a0a0;
}

.service .box-content strong {
    color: #b8b8b8;
}

.service .minibox {
    position: relative;
}

.service .minibox {
    padding-bottom: 35px;
}

.service .minibox:hover:after,.service .minibox.active:after {    
    height: 5px;
    position: absolute;
    left:20%;
    bottom:0px;
    height: 5px;
    background-color:#13c33c;
    width:50%;
    content: "";
}

.service .minibox:hover .grey-box, .service .minibox.active .grey-box {
    background: url(../images/green-box-bg.png) no-repeat;
}

.service .minibox:hover .box-content strong,.service .minibox.active .box-content strong {
    color: #2a2b2f;
}


.service .minibox:hover .green-box-icon, .service .minibox.active .green-box-icon {
    -webkit-filter: contrast(500%);
    filter: contrast(500%);
}

.service.grey {
    background: #f5f5f5;
}

.service.box {
    padding-top: 90px;
    padding-bottom: 0px;
}

.service.white.box {
    border-top:1px solid #e6e6e6;
    background-color: #fff;
    padding-bottom: 100px;
}

h1 {
    font-family: DINPro-Light;
    font-size: 30px;
    color: #2a2b2f;
    text-transform: uppercase;
    margin: 0px 0px 50px 0px;
}

.content {
    font-family: Roboto-Regular;
    color: #a0a0a0;
    font-size: 18px;
}

.content p {
    font-family: Roboto-Regular;
    color: #a0a0a0;
    font-size: 18px;
}

.content strong {
    color: #2a2b2f;
}

.picture_container {
    display: inline-block;
    position: relative;
    background-color: #13c33c;
}

.picture_container img {
    position: relative;
    top:20px;
    left:20px;
}

.scroll-down-rel {
    left:50%;
    margin-left: -25px;
    bottom:-125px;
    position: relative;
    background-color: #2a2b2f;
    border:1px solid #fff;
    border-radius: 50%;
    width:50px;
    height: 50px;
    color: #fff;
    font-size: 32px;
    text-align: center;
    padding: 0px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition:  all 0.3s;
}

.scroll-down-rel:hover {
    background-color: #13c33c;
    border:1px solid #fff;
    cursor: pointer;
}

.green {
    padding: 50px 0px 20px 0px;
    background-color: #13c33c;
    color: #fff;
    font-family: Roboto-Bold;
    font-size: 26px;    
}

.green .scroll-down-rel {
    bottom:-45px;
}


.nav-tabs {
    border-bottom:none;
}

.nav-tabs > li {
    float: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: transparent;
    border:none;
}

.nav-tabs > li > a {
    margin:0;
    border-radius: 0;
}

.nav-tabs > li > a {
    border:none;
    line-height: auto;
}

.reference.grey {
    padding: 0;
}

.reference.grey ul {
    display: table;
    margin: 0 auto;
    padding: 0;
}

.reference.grey ul li {
    display: table-cell;
    padding: 0px 30px;
    margin: 0px 10px;
}

.reference.grey ul li a {
    text-decoration: none;
    font-family: Roboto-Bold;
    color: #b8b8b8;
    font-size: 18px;
}

.reference.grey ul li.active a {
    line-height: 26px;
    padding: 28px 15px;
    cursor: pointer;
    color: #2a2b2f;
    border-bottom:4px solid #13c33c;
}

.reference.grey ul li:hover a {
    text-decoration: none;
    cursor: pointer;
    color: #2a2b2f;
}

.reference.white {
    padding-top: 70px;
    border-top:1px solid #e6e6e6;
    background-color: #fff;
    padding-bottom: 30px;
}

.panel-box {
    border:1px solid #e6e6e6;
    background-color: #f5f5f5;
    box-shadow: 0px 5px 5px #f2f2f2;
    margin-bottom: 50px;
    -webkit-transition: all 0.3s;
    transition:  all 0.3s;    
}

.panel-box:hover {
    cursor: pointer;
    box-shadow: 0px 5px 15px #d2d2d2;
}

.panel-box .panel-box-content {
    font-family: DINPro-Light;
    font-size: 26px;
    color: #2a2b2f;
    margin: 30px;
    padding: 0px 22px;
    border-left:2px solid #13c33c;
    line-height: 20px;
}

.panel-box .panel-box-content .small {
    margin-top: 10px;
    display: block;
    font-family: Roboto-Regular;
    font-size:18px;
    color: #a0a0a0;
    line-height: 20px;
    height: 40px;
}

.contact.white {
    background-color: #fff;
    padding-bottom: 100px;
}

.contact.white .scroll-down-rel {
    bottom:-50px;    
}

.contact h1 {
    margin-bottom: 15px;
}

.contact .panel {
    padding: 50px;
    background-color: #f5f5f5;
    border:1px solid #eaeaea;
    border-radius: 0px;
}

.contact label {
    font-weight: normal;
    font-family: Roboto-Bold;
    color: #2a2b2f;
    font-size: 18px;
    margin-bottom: 10px;
}

.contact .form-control {
    font-family: DINPro-Light;
    font-size: 18px;
    border-radius: 0px;
    padding: 10px 10px;
}

.contact input.form-control {
    height: 50px;
}

.contact .btn-dropdown {
    font-family: DINPro-Light;
    font-size: 18px;
    border-radius: 0px;
    padding: 10px 10px;
    background-color: #fff;
    border:1px solid #cfcfcf;
    text-align: left;
    height: 50px;
}

.contact .form-control:focus, .contact .dropdown.open .btn-dropdown {
    border:1px solid #13c33c;
    box-shadow: 0 1px 1px rgba(19, 195, 60, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(19, 195, 60, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(19, 195, 60, 0.1);    
}

.contact .caret-down {
    top:10px;
    position: absolute;
    right:5%;
    font-size: 22px;
    color: #cecece;
}

.contact .dropdown.open .btn-dropdown .caret-down {
    color: #13c33c;
}

.contact .require {
    color: #13c33c;
}

.contact textarea {
    resize: vertical;
}

.contact a.btn-primary {
    text-decoration: none;
    color: #fff;
}

.contact-green-box {
    margin: 0px auto 30px auto;
    position: relative;
    width: 129px;
    height: 79px;
    background: url(../images/contact-green-box.png) no-repeat;
    color: #fff;
    text-align: center;
}

.contact-green-box .fa {
    margin-top: 15px;
    font-size: 48px;
    color: #fff;
}

.contact-title {
    line-height: 22px;
    font-family: DINPro-Light;
    font-size: 26px;
    color: #2a2b2f;
}

.contact-description {
    margin-top: 7px;
    font-family: Roboto-Regular;
    color: #a0a0a0;
    font-size: 18px;
}

.contact a {
    color: #13c33c;
    text-decoration: underline;
}

.contact .greybox {
    width:80%;
    padding:30px;
    background-color: #838591;
    color: #fff;
    box-shadow: 0px 5px 15px #d2d2d2;    
}

.contact .greybox-title {
    font-family: DINPro-Black;
    font-size: 26px;
    text-transform: uppercase;
}

.contact-inbox {
    margin-top: 30px;
    position: relative;
    background: #838591;
    border: 1px solid #686b79;
    border-radius: 5px;
    padding: 20px;
    height: 170px;
    font-size: 18px;
    font-family: Roboto-Regular;
    text-align: center;
}

.contact-inbox:after, .contact-inbox:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.contact-inbox:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #838591;
    border-width: 19px;
    margin-left: -19px;
}

.contact-inbox:before {
    border-color: rgba(42, 43, 47, 0);
    border-top-color: #686b79;
    border-width: 20px;
    margin-left: -20px;
}

.contact .greybox-email {
    margin-top: 20px;
    text-align: center;
}

.contact .greybox-email a {
    font-family: Roboto-Bold;
    font-size: 20px;
    color: #fff;
}

.contact .scroll-down-rel {
    position: absolute;
    left:50%;
    top:-25px;
}

footer a {
    color: #fff;
}

footer a:hover {
    text-decoration: none;
    color: #13c33c;
}

.reference-modal {
    border-radius: 0px;
}

.reference-modal .modal-content {
    background-color: #222;
}

.reference-modal .modal-header {
    color: #fff;
    border:0px;
}

.reference-modal .modal-footer {
    border:0px;
}

.reference-modal button.close {
    color: #fff;
}

.hidden {
    opacity:0;
}
.visible {
    opacity:1;
}

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);        
}

.dropdown-menu a {
    text-decoration: none;
}

.dropdown-menu a:hover {
    cursor: pointer;
}

.navbar-toggle {
    background-color: #13c33c;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-collapse.in {
    overflow:visible;
}

.navbar-collapse.in .navbar-nav {
    height: auto !important;
}

.navbar-toggle {
    margin-top: 10px;
}

.software .picture_container:hover, .reference .picture_container:hover {
    cursor: pointer;
}

#map {
    width: 100%;
    height: 500px;
}

@media screen and (min-width: 767px){
    .nav.navbar-nav .btn {
        margin-left: 55px;
    }
}

@media screen and (max-width: 480px) and (orientation: portrait){
    
    .mobile-padding {
        padding: 15px;
    }

    .btn {
        margin: auto;
        display: block;
    }

    .main .scroll-down {
        margin-top: 215px;
    }

    nav {
        min-height: 60px !important;
        height: auto !important;
    }

    .navbar-brand {
        padding: 2px !important;
    }

    .navbar-nav li {
        padding: 5px !important;
    }

    .navbar-collapse {
        z-index: 9;
        background-color: #fff;
    }


    .slogen.head {
        margin-top: 100px;
        font-size: 18px !important;
        margin-bottom: 50px;
    }

    .slogen.big {
        font-size: 26px !important;
    }

    .slogen.normal {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    blockquote {
        padding: 10px !important;
        background: none !important;
        box-sizing: border-box;
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .opinion-box {
        font-size: 16px !important;
        line-height: 22px !important;
        margin-left: 0px;
    }

    .opinion-container.green {
        margin-left: 0px;
    }

    .opinion-container.green {
        padding: 5px !important;
    }

    .map .map-box .fa {
        display: none;
    }

    .map .map-pointer {
        display: none;
    }

    .map {
        height: 600px;
        background: url(../images/map-mobile.png) center top no-repeat;
    }


    .map .container {
        margin-left: -15px;
        margin-right: -15px;
    }

    .map .map-box {
        margin-left: -15px;
        margin-right: -15px;        
        margin-top:400px;
        padding: 10px;
    }

    footer ul li a {
        font-size: 14px !important;
    }

    footer .footer-box {
        height: auto !important;
        font-size: 12px;
        padding: 15px 0px;
    }

    footer .footer-box .footer-sub {
        font-size: 16px !important;
    }

    footer .footer-box .footer-sub {
        font-size: 13px;
    }

    footer .footer-box .fa {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }

    footer .footer-box .col-md-4 {
        padding-top: 10px;
        float: none;
        clear: both;
        height: 70px !important;
    }

    .green-text {
        font-size: 20px;
    }

    .box {
        padding: 20px 0px;
    }

    .box-title {
        margin-top: 20px;
        font-size: 28px;
    }

    .light {
        height: auto !important;
    }

    .picture_container {
        margin-top:50px;
        display: block;
    }

    .picture_container img {
        left:auto !important;
        top:-20px !important;
    }

    .opinion-description {
        font-size: 14px;
    }

    .opinion-box {
        width:100% !important;
    }

    .opinion-box.right {
        margin: 0 !important;
    }

    .opinion-box .pull-right {
        float: left !important;
    }

    .box {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    footer ul {
        margin: 15px 0px;
        padding: 0;
    }    

    footer ul li {
        display: block;
        padding: 5px;
    }

    footer .footer-bottom {
        margin-top: 20px;
    }

    .reference.grey ul li {
        display: block;
    }

    .reference.grey ul {
        width:100%;
    }

    .reference.grey ul li a {
        padding: 10px;
    }

    .reference.grey ul li.active a {
        padding: 10px;        
    }

    .panel-box .panel-box-content {
        padding: 0px 10px;
    }

    .panel-box .panel-box-content {
        font-size: 22px;
    }

    .panel-box .panel-box-content .small {
        font-size: 14px;
    }

    h1 {
        font-size: 23px;
        margin-top:20px;
        margin-bottom: 20px !important;
    }

    .green {
        font-size: 18px;
    }

    .modal .btn {
        padding: 8px 20px !important;
    }

    .greybox {
        width: 100% !important;
    }

    .contact-title {
        text-align: center;
        font-size: 22px;
    }

    .contact-description {
        text-align: center;
        font-size: 16px;
    }

    .contact .panel {
        padding: 10px !important;
    }

    .service .minibox {
        margin-top: auto !important;
        margin-bottom: 30px;
    }

    .minibox .box-content {
        text-align: center;
    }

    .content .btn {
        margin: auto;
    }

    .content p {
        font-size: 16px;
    }

    .light .picture_container {
        margin-bottom: 40px;
    }

    .reference.grey ul li.active a {
        border-left: 4px solid #13c33c;
        border-bottom:0px;
        background-color: #fff;
    }

    .reference.grey ul li {
        margin: 0;
        padding: 0px;
    }

    .grey.reference .container {
        padding: 0;
        margin: 0;
    }

}

.blog {
    background-color: #fff;
    margin-bottom: 20px;
}

.side-box {
    background-color: #fff;
}

.blog .blog-title {
    font-size: 26px;
    font-family: DINPro-Light;
    color: #2a2b2f;
    padding-top: 25px;
    line-height: 32px;
    margin-bottom: 10px;
}

.blog .blog-title a {
    color: #2a2b2f;
}


.btn-link {
    font-size: 15px;
    color: #13c33c;
    font-family: Roboto-Black;   
}

.btn-link:hover {
    font-family: Roboto-Black;
    text-decoration: none;
    color: #13c33c;
}


.blog-short-content {
    margin: 30px 30px 30px 0px;
    font-family: Roboto-Regular;   
    color: #5e5e5e;
    font-size: 15px;
    height: 66px;
    overflow: hidden;
}

.text-green {
    color: #13c33c;
}

.blog-meta {
    font-family: Roboto-Regular;
    color: #a0a0a0;
    font-size: 14px;
}

.side-bar {
    background-color: #fff;
    padding: 25px;
}

.side-bar p {
    font-family: Roboto-Regular;
    color: #5e5e5e;
    font-size: 15px;
}

.side-bar h4 {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 20px;
    color: #2a2b2f;
    padding-bottom: 10px;
}

.side-bar hr {
    margin:20px -25px;
}

.search-box {
    margin-top:-35px;
    margin-bottom: 35px;
}

.search-box input[type=text].form-control {
    padding: 6px 12px;
    font-size: 16px;
    height: 50px;
    border-left: 0px !important;
    border-bottom:1px solid #ebebeb !important;
    border-top:1px solid #ebebeb !important;
    border-right:1px solid #ebebeb !important;
    background-color: #fff;
    box-shadow: none;
}

.search-box .input-group-btn {
    padding: 0;
}
.search-box .btn-search {
    height:50px;
    font-family: DINPro-Light;
    background-color: #13c33c !important;
    color: #fff !important;
    font-size: 24px;
    border: none;
    line-height: -15px !important;
    border-radius: 0px;
    padding: 0px 15px !important;
    width:50px;
}

.search-box .input-group-addon {
    font-size: 18px;
    background-color: #fff;
    color: #13c33c;
    border-radius: 0px;
    border-left:1px solid #ebebeb !important;
    border-bottom:1px solid #ebebeb !important;
    border-top:1px solid #ebebeb !important;
    border-right: 0px !important;
}

.newsletter input[type=text] {
    border-radius: 0px;
    box-shadow: none;
    background-color: #f5f5f5;
    border:1px solid #ebebeb;
    font-size: 16px;
    height: 40px;
    color: #a0a0a0;
    border-radius: 0px;
}

.newsletter .btn-sign {
    border-radius: 0px;
    border-right:1px solid #ebebeb;
    border-top:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
    border-left:0px;
    color: #a1a1a1;
    height: 40px;
    padding: 5px;
    background-color: #f5f5f5;
    width:30px;
}

.blog-content {
    padding: 30px;
}

.blog-content h1 {
    margin: 0;
    padding: 0;
    text-transform: none;
    font-size: 48px;
    color: #2a2b2f;
    line-height: 45px;
    margin-bottom:20px;
}

.blog-content .blog-meta {
    margin: 10px 0px 15px 0px;
}

.blog-content .blog-label {
    padding: 15px 0px;
    color: #2a2b2f;
    font-family: Roboto-Black;
    font-size: 15px;
    text-transform: uppercase;
    border-top:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
    margin:20px 0px;
}

.blog-content .blog-label a {
    padding: 7px;
}

.blog-content h3, h3.search-keyword {
    font-family: DINPro-Light;
    font-size: 26px;
    color: #2a2b2f;
    margin-top: 30px;
    margin-bottom: 20px;
}

.blog-content p {
    font-family: Roboto-Regular;
    font-size: 15px;
    color: #5e5e5e;
    line-height: 24px;
}

.blog-box {
    margin-top: 40px;
    margin-bottom: 100px;
}

.blog-label.blog-inside {
    margin-top: 50px !important;
    margin-top: 30px !important;
}

.social div {
    display: inline-block;
}

.social-facebook {
    margin-right: 10px;
    width: 48px;
    height: 48px;
    background: url(../images/icon-facebook.png);
}

.social-twitter {
    margin-right: 10px;
    width: 48px;
    height: 48px;
    background: url(../images/icon-twitter.png);
}

.social-google-plus {
    width: 48px;
    height: 48px;
    background: url(../images/icon-google-plus.png);
}