 @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
 @import url(https://fonts.googleapis.com/css?family=Bitter:400,400italic);
 @import url(https://fonts.googleapis.com/css?family=Roboto+Slab:700,300,400);
 /* 

==========================================================

    STYLE FOR MEMANDANG TEMPLATE
    DEVELPIXEL 2013;
    
==========================================================


*/
 /*====================== 1. General CSS ========================== */
 
 body {
     color: #555555;
     background: #ffffff;
     font-family:'Open Sans', Helvetica, Arial, sans-serif;
     font-size: 15px;
 }
 ::selection {
     background: #1a1a1a;
     color: #ffffff;
 }
 ::-moz-selection {
     background: #1a1a1a;
     color: #ffffff;
 }
 .hide {
     opacity: 0;
 }
 #lazyload {
     width: 100%;
     height: 100%;
     position: fixed;
     z-index: 1031;
     background: #FFF;
 }
 .wrapper {
     max-width: 960px;
     margin: 0 auto;
 }
 .wrapper-process {
    width: 960px;
    margin: 0 auto;
 }
 @media all and (max-width: 1000px) {
     .wrapper-process {
        width: 465px;
        margin: 0 auto;
     }
 }
  @media all and (max-width: 600px) {
     .wrapper-process {
        width: 245px;
        margin: 0 auto;
     }
 }
 .text-center {
     text-align: center;
 }
 .white {
     color: #FFF !important;
 }
 /* ==================== FLOAT ================ */
 .fleft {
     float: left;
 }
 .fright {
     float: right;
 }
 /* ================ HEADER ===============*/
 .bigHeader {
    z-index: 4;
     position: absolute;
     left: 50%;
     top: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     display: inline-block;
     width: 960px;
 }
 /* Animation of the content inside the header */
 .bigHeader.slideUp {
     zoom: 1;
     animation: showDown 1s ease-out forwards;
     animation-iteration-count: 1;
     -webkit-animation: showDown 1s;
     -webkit-animation-iteration-count: 1;
     -moz-animation: showDown 1s;
     -moz-animation-iteration-count: 1;
     -ms-animation: showDown 1s;
     -ms-animation-iteration-count: 1;
 }
 @keyframes showDown {
     from {
         top:54%;
         filter: alpha(opacity=0);
         opacity: 0;
     }
     to {
         top:50%;
         filter: alpha(opacity=100);
         opacity: 1;
     }
 }
 @-webkit-keyframes showDown {
     from {
         top:54%;
         filter: alpha(opacity=0);
         opacity: 0;
     }
     to {
         top:50%;
         filter: alpha(opacity=100);
         opacity: 1;
     }
 }
 @-moz-keyframes showDown {
     from {
         top:54%;
         filter: alpha(opacity=0);
         opacity: 0;
     }
     to {
         top:50%;
         filter: alpha(opacity=100);
         opacity: 1;
     }
 }
 @-ms-keyframes showDown {
     from {
         top:54%;
         filter: alpha(opacity=0);
         opacity: 0;
     }
     to {
         top:50%;
         filter: alpha(opacity=100);
         opacity: 1;
     }
 }
 /* ================== ANIMAZE ================ */
 .featured-image {
    display: block; 
    margin-left: auto; 
    margin-right: auto;
 }
 .last-image {
    margin-top: 10px;
    margin-bottom: 15px;
 }
 .animaze {
     opacity: 0;
 }
 .fromLeft {
     left: -90px;
 }
 .fromBottom {
     top: 90px;
 }
 .process-block {
    width: 245px;
    float: left;
    height: 340px;
 }
 .fromRight {
     left: 90px;
 }
 .fromTop {
     top: -90px;
 }
 /* ================= PACE LOADER ===============*/
 .pace {
     -webkit-pointer-events: none;
     pointer-events: none;
     -webkit-user-select: none;
     -moz-user-select: none;
     user-select: none;
     -webkit-perspective: 12rem;
     -moz-perspective: 12rem;
     -ms-perspective: 12rem;
     -o-perspective: 12rem;
     perspective: 12rem;
     z-index: 2000;
     position: fixed;
     height: 6rem;
     width: 6rem;
     margin: auto;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
 }
 .pace.pace-inactive .pace-progress {
     display: none;
 }
 .pace .pace-progress {
     position: fixed;
     z-index: 2000;
     display: block;
     position: absolute;
     left: 0;
     top: 0;
     height: 75px;
     width: 75px !important;
     line-height: 70px;
     font-size: 30px;
     /*border-radius: 50%;*/
     background:#f83a16;
     color: #fff;
     font-weight: 400;
     text-align: center;
     -webkit-animation: pace-3d-spinner linear infinite 2s;
     -moz-animation: pace-3d-spinner linear infinite 2s;
     -ms-animation: pace-3d-spinner linear infinite 2s;
     -o-animation: pace-3d-spinner linear infinite 2s;
     animation: pace-3d-spinner linear infinite 2s;
     -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
     -ms-transform-style: preserve-3d;
     -o-transform-style: preserve-3d;
     transform-style: preserve-3d;
 }
 .pace .pace-progress:after {
     content: attr(data-progress-text);
     display: block;
 }
 @-webkit-keyframes pace-3d-spinner {
     from {
         -webkit-transform: rotateY(0deg);
     }
     to {
         -webkit-transform: rotateY(360deg);
     }
 }
 @-moz-keyframes pace-3d-spinner {
     from {
         -moz-transform: rotateY(0deg);
     }
     to {
         -moz-transform: rotateY(360deg);
     }
 }
 @-ms-keyframes pace-3d-spinner {
     from {
         -ms-transform: rotateY(0deg);
     }
     to {
         -ms-transform: rotateY(360deg);
     }
 }
 @-o-keyframes pace-3d-spinner {
     from {
         -o-transform: rotateY(0deg);
     }
     to {
         -o-transform: rotateY(360deg);
     }
 }
 @keyframes pace-3d-spinner {
     from {
         transform: rotateY(0deg);
     }
     to {
         transform: rotateY(360deg);
     }
 }
 /* ============= MAGNIFIC POP UP CSS ================ */
 .mfp-bg {
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 1042;
     overflow: hidden;
     position: fixed;
     background: #0b0b0b;
     opacity: 0.8;
     filter: alpha(opacity=80);
 }
 .mfp-wrap {
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 1043;
     position: fixed;
     outline: none !important;
     -webkit-backface-visibility: hidden;
 }
 .mfp-container {
     text-align: center;
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     padding: 0 8px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
 }
 .mfp-container:before {
     content:'';
     display: inline-block;
     height: 100%;
     vertical-align: middle;
 }
 .mfp-align-top .mfp-container:before {
     display: none;
 }
 .mfp-content {
     position: relative;
     display: inline-block;
     vertical-align: middle;
     margin: 0 auto;
     text-align: left;
     z-index: 1045;
 }
 .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
     width: 100%;
     cursor: auto;
 }
 .mfp-ajax-cur {
     cursor: progress;
 }
 .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
     cursor: -moz-zoom-out;
     cursor: -webkit-zoom-out;
     cursor: zoom-out;
 }
 .mfp-zoom {
     cursor: pointer;
     cursor: -webkit-zoom-in;
     cursor: -moz-zoom-in;
     cursor: zoom-in;
 }
 .mfp-auto-cursor .mfp-content {
     cursor: auto;
 }
 .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
     -webkit-user-select: none;
     -moz-user-select: none;
     user-select: none;
 }
 .mfp-loading.mfp-figure {
     display: none;
 }
 .mfp-hide {
     display: none !important;
 }
 .mfp-preloader {
     color: #cccccc;
     position: absolute;
     top: 50%;
     width: auto;
     text-align: center;
     margin-top: -0.8em;
     left: 8px;
     right: 8px;
     z-index: 1044;
 }
 .mfp-preloader a {
     color: #cccccc;
 }
 .mfp-preloader a:hover {
     color: white;
 }
 .mfp-s-ready .mfp-preloader {
     display: none;
 }
 .mfp-s-error .mfp-content {
     display: none;
 }
 button.mfp-close, button.mfp-arrow {
     overflow: visible;
     cursor: pointer;
     background: transparent;
     border: 0;
     -webkit-appearance: none;
     display: block;
     padding: 0;
     z-index: 1046;
 }
 button::-moz-focus-inner {
     padding: 0;
     border: 0;
 }
 .mfp-close {
     width: 44px;
     height: 44px;
     line-height: 44px;
     position: absolute;
     right: 0;
     top: 0;
     text-decoration: none;
     text-align: center;
     opacity: 0.65;
     padding: 0 0 18px 10px;
     color: white;
     font-style: normal;
     font-size: 28px;
     font-family: Arial, Baskerville, monospace;
 }
 .mfp-close:hover, .mfp-close:focus {
     opacity: 1;
 }
 .mfp-close:active {
     top: 1px;
 }
 .mfp-close-btn-in .mfp-close {
     color: #333333;
 }
 .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
     color: white;
     right: -6px;
     text-align: right;
     padding-right: 6px;
     width: 100%;
 }
 .mfp-counter {
     position: absolute;
     top: 0;
     right: 0;
     color: #cccccc;
     font-size: 12px;
     line-height: 18px;
 }
 .mfp-arrow {
     position: absolute;
     opacity: 0.65;
     margin: 0;
     top: 50%;
     margin-top: -55px;
     padding: 0;
     width: 90px;
     height: 110px;
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
 }
 .mfp-arrow:active {
     margin-top: -54px;
 }
 .mfp-arrow:hover, .mfp-arrow:focus {
     opacity: 1;
 }
 .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
     content:'';
     display: block;
     width: 0;
     height: 0;
     position: absolute;
     left: 0;
     top: 0;
     margin-top: 35px;
     margin-left: 35px;
     border: medium inset transparent;
 }
 .mfp-arrow:after, .mfp-arrow .mfp-a {
     border-top-width: 13px;
     border-bottom-width: 13px;
     top: 8px;
 }
 .mfp-arrow:before, .mfp-arrow .mfp-b {
     border-top-width: 21px;
     border-bottom-width: 21px;
 }
 .mfp-arrow-left {
     left: 0;
 }
 .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
     border-right: 17px solid white;
     margin-left: 31px;
 }
 .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
     margin-left: 25px;
     border-right: 27px solid #3f3f3f;
 }
 .mfp-arrow-right {
     right: 0;
 }
 .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
     border-left: 17px solid white;
     margin-left: 39px;
 }
 .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
     border-left: 27px solid #3f3f3f;
 }
 .mfp-iframe-holder {
     padding-top: 40px;
     padding-bottom: 40px;
 }
 .mfp-iframe-holder .mfp-content {
     line-height: 0;
     width: 100%;
     max-width: 900px;
 }
 .mfp-iframe-scaler {
     width: 100%;
     height: 0;
     overflow: hidden;
     padding-top: 56.25%;
 }
 .mfp-iframe-scaler iframe {
     position: absolute;
     display: block;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
     background: black;
 }
 .mfp-iframe-holder .mfp-close {
     top: -40px;
 }
 /* Main image in popup */
 img.mfp-img {
     width: auto;
     max-width: 100%;
     height: auto;
     display: block;
     line-height: 0;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     padding: 40px 0 40px;
     margin: 0 auto;
 }
 /* The shadow behind the image */
 .mfp-figure:after {
     content:'';
     position: absolute;
     left: 0;
     top: 40px;
     bottom: 40px;
     display: block;
     right: 0;
     width: auto;
     height: auto;
     z-index: -1;
     box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
     background: #444444;
 }
 .mfp-figure {
     line-height: 0;
 }
 .mfp-bottom-bar {
     margin-top: -36px;
     position: absolute;
     top: 100%;
     left: 0;
     width: 100%;
     cursor: auto;
 }
 .mfp-title {
     text-align: left;
     line-height: 18px;
     color: #f3f3f3;
     word-break: break-word;
     padding-right: 36px;
 }
 .mfp-figure small {
     color: #bdbdbd;
     display: block;
     font-size: 12px;
     line-height: 14px;
 }
 .mfp-image-holder .mfp-content {
     max-width: 100%;
 }
 .mfp-gallery .mfp-image-holder .mfp-figure {
     cursor: pointer;
 }
 @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
     /**
   * Remove all paddings around the image on small screen
   */
     .mfp-img-mobile .mfp-image-holder {
         padding-left: 0;
         padding-right: 0;
     }
     .mfp-img-mobile img.mfp-img {
         padding: 0;
     }
     /* The shadow behind the image */
     .mfp-img-mobile .mfp-figure:after {
         top: 0;
         bottom: 0;
     }
     .mfp-img-mobile .mfp-bottom-bar {
         background: rgba(0, 0, 0, 0.6);
         bottom: 0;
         margin: 0;
         top: auto;
         padding: 3px 5px;
         position: fixed;
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         box-sizing: border-box;
     }
     .mfp-img-mobile .mfp-bottom-bar:empty {
         padding: 0;
     }
     .mfp-img-mobile .mfp-counter {
         right: 5px;
         top: 3px;
     }
     .mfp-img-mobile .mfp-close {
         top: 0;
         right: 0;
         width: 35px;
         height: 35px;
         line-height: 35px;
         background: rgba(0, 0, 0, 0.6);
         position: fixed;
         text-align: center;
         padding: 0;
     }
     .mfp-img-mobile .mfp-figure small {
         display: inline;
         margin-left: 5px;
     }
 }
 @media all and (max-width: 900px) {
     .mfp-arrow {
         -webkit-transform: scale(0.75);
         transform: scale(0.75);
     }
     .mfp-arrow-left {
         -webkit-transform-origin: 0;
         transform-origin: 0;
     }
     .mfp-arrow-right {
         -webkit-transform-origin: 100%;
         transform-origin: 100%;
     }
     .mfp-container {
         padding-left: 6px;
         padding-right: 6px;
     }
 }
 .mfp-ie7 .mfp-img {
     padding: 0;
 }
 .mfp-ie7 .mfp-bottom-bar {
     width: 600px;
     left: 50%;
     margin-left: -300px;
     margin-top: 5px;
     padding-bottom: 5px;
 }
 .mfp-ie7 .mfp-container {
     padding: 0;
 }
 .mfp-ie7 .mfp-content {
     padding-top: 44px;
 }
 .mfp-ie7 .mfp-close {
     top: 0;
     right: 0;
     padding-top: 0;
 }
 /* parallax */
 .arallaxize {
     background-size: cover;
     background-position: fixed;
 }
 /* ================== TYPHOGRAPHY =================*/
 p {
     font-size: 15px;
     font-weight: 300;
     line-height: 23px;
     margin-bottom: 25px;
 }
 h2 {
     font-size: 24px;
     line-height: 30px;
 }
 h3 {
     font-size: 22px;
     line-height: 30px;
 }
 h4 {
     font-size: 18px;
     line-height: 25px;
 }
 h5 {
     font-size: 16px;
     line-height: 25px;
 }
 h1, h2, h3, h4, h5, h6 {
     color: #1a1a1a;
     letter-spacing: 0.1em;
     text-transform: uppercase;
     font-weight: 700;
     font-family:'Open Sans', sans-serif;
 }
 h1.black, h2.black, h3.black, h4.black, h5.black, h6.black {
     color: #000;
 }
 h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
     color: #FFF;
 }
 .grey {
     color: #c0c0c0;
 }
 .normal {
     color: #000;
 }
 a:hover {
     text-decoration: none;
 }
 a, a:hover, i, i:hover, a img, a img:hover, input[type="button"], input[type="submit"], button {
     -webkit-transition: all .1s ease-in-out;
     -moz-transition: all .1s ease-in-out;
     -ms-transition: all .1s ease-in-out;
     -o-transition: all .1s ease-in-out;
     transition: all .1s ease-in-out;
 }
 a i, a i:hover {
     -webkit-transition: none;
     -moz-transition: none;
     -ms-transition: none;
     -o-transition: none;
     transition: none;
 }
 h1.hugetext {
    text-align: center;
     margin-bottom: 10px;
     font-size: 40px;
     font-weight: 700;
     line-height: 100%;
 }
 @media (max-width: 800px) {
     h1.hugetext {
         font-size: 30px !important;
         margin: 0 auto;
         position: relative;
         display: block;
         width: 50%;
     }
 }
 @media (max-width: 500px) {
     h1.hugetext {
         font-size: 28px !important;
         margin: 0 auto;
         position: relative;
         display: block;
         width: 30%;
     }
     .uppercase {
         font-size: 13px !important;
         margin: 5px auto !important;
         position: relative;
         width: 30%;
         display: block;
     }
 }
 .uppercase {
     text-transform: uppercase;
 }
 .hovercolor:hover {
     color:#f83a16;
     -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
     -ms-transition: all .4s ease;
     -o-transition: all .4s ease;
     transition: all .4s ease;
 }
.title h1 {
    font-size: 34px;
    font-weight: 300;
    color: #a0a0a0;
}
.title h2 {
    margin: 0;
}
.title hr {
    width: 250px;
    height: 25px;
    background:url('../images/rect_s1.png');
    margin: 20px auto 50px;
}
.title hr.white {
    width: 250px;
    height: 25px;
    background:url('../images/rect_s2.png');
    margin: 20px auto 50px;
    border:none;
}
.img-circle {
    border-radius: 50%;
}
/* ================ BUTTON & ICON ================= */
 button {
    background: transparent;
    background-color: rgba(0, 0, 0, 0);
}
.button {
    color: #FFF;
    display: inline-block;
    padding: 8px 14px 7px;
    margin: 3px 5px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 12px;
}
.button.theme-color {
    color: #FFF;
    padding: 10px 16px 9px;
    background: #f83a16;
}
.button.theme-color:hover {
    background:rgba(248, 92, 55, 0.7);
}
.button.theme-color i {
    font-style: 16px;
    margin-right: 5px;
}
.button.black {
    background: rgba(0, 0, 0, 1);
    border: 2px solid rgba(0, 0, 0, 1);
    color: #FFF;
}
.button.black:hover {
    background: rgba(25, 25, 25, 1);
    border:2px solid rgba(25, 25, 25, 1);
}
.button-white-side {
    border: 2px solid #FFF;
    color: #FFF;
}
.button-white-side:hover {
    color: #FFF;
    -moz-box-shadow: inset 1px 1px 19px 15px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 1px 1px 19px 15px rgba(255, 255, 255, 0.3);
    box-shadow: inset 1px 1px 19px 15px rgba(255, 255, 255, 0.3);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.black-border {
    border: 2px solid #333;
    color: #333;
}
.black-border:hover {
    color: #333;
    -moz-box-shadow: inset 1px 1px 19px 8px rgba(15, 15, 15, 0.2);
    -webkit-box-shadow: inset 1px 1px 19px 8px rgba(15, 15, 15, 0.2);
    box-shadow: inset 1px 1px 19px 8px rgba(15, 15, 15, 0.2);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
i.icon-social {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    line-height: 33px;
    margin: 15px 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
i.icon-mini {
    width: 32px;
    height: 32px;
    border: 1px solid #111;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    line-height: 31px;
    background: transparent;
    color: #111;
    margin: 15px 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
i.icon-mini:hover {
    background: #111;
    color: #FFF;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
/* =============== NAVBAR ==================*/
 .navbar .wrapper {
}
.navbar-default {
    background-color: rgba(255, 255, 255, 1);
    border: none;
    border-bottom: 1px solid #E5E5E5;
    -webkit-transition:all .7s ease;
    -moz-transition:all .7s ease;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: transparent;
}
.navbar-nav>li>.dropdown-menu {
    border-radius: 0;
    background: rgba(255, 255, 255, 1);
    padding: 10px 0 15px;
    border-bottom: 2px solid #f83a16;
    border-top:1px solid #E5E5E5;
    -webkit-box-shadow:none;
    box-shadow: none;
}
.dropdown-menu li a {
    color: #c0c0c0;
    padding: 6px 25px;
    border-top:0px;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-transition:all .7s ease;
    -moz-transition:all .7s ease;
}
.dropdown-menu li a:hover {
    background: rgba(255, 255, 255, 1);
    color: #f83a16;
}
.dropdown-menu li:last-child a {
    border-bottom: none;
}
.navbig {
    padding: 20px 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.dropbig {
    margin-top: 0 !important;
}
.navbar-brand {
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -1.5px;
}
.navbar-default .navbar-brand {
    color: #000;
}
.navbar-default .navbar-brand:hover {
    color: #f83a16;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    font-family:'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li.active>a {
    color: #f83a16;
}
.navbar-brand span, .logo span {
    color: rgba(152, 197, 80, 255);
    font-size: 50px;
}
.navbar-brand img.logo {
    position:relative;
    margin-top: -5px;
    padding-right: 5px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background: rgba(255, 255, 255, 1);
}
@media (max-width: 979px) {
    .navbar {
        position: static;
        margin-bottom: 0;
        background: rgba(255, 255, 255, 1);
    }
}
.navbar-nav>li>a.nav-spacer {
    height: 100%;
    display: inline-block;
    content:" ";
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    border-left: 1px solid #E5E5E5;
    margin-right: 0px;
    margin-left: 14px;
}
/* ----------------- // INDEX // -------------------*/

/* JQUERY Superslides */
 #home-slide {
    position: relative;
}
#home-slide .slides-container {
    /*display: none;*/
    margin: 0;
}
#home-slide .front-logo {
    width: 120px;
    height: 135.524px;
    background: url('../images/white-logo.png') center no-repeat;
    content:' ';
    display: block;
    margin: 0 auto;
}
#home-slide hr.white {
    width: 80%;
    height: 10px;
    display: block;
    background:url('../images/rect_s2.png');
    margin: 20px auto 30px auto;
    border:none;
}
.slides-filter {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../images/rect_1.png');
}
#home-slide .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
#home-slide .scrollable:after {
    content:"";
    display: table;
    clear: both;
}
/* Slides navigation arrows */
 .slides-navigation {
    margin: 0 auto;
    position: absolute;
    z-index: 21;
    width: 100%;
}
.slides-navigation a {
    position: absolute;
    font-size: 28px;
    line-height: 28px;
    bottom: 21px;
    color: #ffffff;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.slides-navigation a.prev {
    left: 20px;
}
.slides-navigation a.next {
    right: 20px;
}
.slides-navigation a.prev:hover, .slides-navigation a.next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}
/* Slides pagination indicators */
 .slides-pagination {
    position: absolute;
    z-index: 20;
    bottom: 30px;
    text-align: center;
    width: 100%;
    color: transparent;
}
.slides-pagination a {
    color: #ffffff;
    background: transparent;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
    overflow: hidden;
    text-indent: -1000px;
}
.slides-pagination a:hover, .slides-pagination a.current {
    filter: alpha(opacity=100);
    opacity: 1;
    border: 2px solid rgba(255, 255, 255, 1);
}
.bg-parallax {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.intro {
    padding-top: 60px;
    padding-bottom: 80px;
}
.intro h2 {
    font-weight: 400;
}
/* ===================== HOWTO  ========================== */
 .howto {
    padding-top: 60px;
    padding-bottom: 80px;
    background: #F4F4F4;
}
.featured-box {
    float: left;
    margin: 0 0 20px 0;
}
.featured-box:hover .featured-icon span {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.featured-box:hover .featured-icon span, .featured-box:hover .featured-icon {
    background: #f83a16;
}
.featured-box:hover .featured-icon i {
    color: #FFF;
}
.featured-box .featured-icon span, .featured-box .featured-icon i, .featured-box .featured-icon {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    -ms-transition-duration: .8s;
    transition-duration: .8s;
}
.featured-icon {
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
    background-color: red;
}
.featured-icon span {
    z-index: 4;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #E2E2E2;
}
.featured-icon i {
    font-size: 18px;
    margin: 20px 0;
    left: 37%;
    float: left;
    color: #a0a0a0;
    z-index: 5;
    position: relative;
}
.featured-desc {
    margin-top: 15px;
}
@media (min-width: 649px) and (max-width: 1199px) {
    .featured-desc {
        margin: 10px 10px 0 10px;
    }
}
.featured-desc h3 {
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}
.featured-desc p {
    color: #888;
}
/* ======================== SERVICES ====================== */
 .services {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color:rgba(248, 58, 22, 0.8);
}
.services-wrapper {
    background: url('../images/bg_service.jpg') fixed;
    background-size: cover;
}
#dp-service {
    margin-bottom: 15px;
}
#dp-service .servicesLink {
    zoom: 1;
    visibility: visible!important;
    filter: alpha(opacity=100);
    opacity: 1!important;
}
#dp-service li img {
    border-radius: 50%;
    display: block;
    margin: 0 auto 10px auto;
}
#dp-service h3 {
    font-size: 18px;
    line-height: 29px;
}
#dp-service p {
    color: #FFF;
    text-align: center;
    padding: 0 30px;
}
.services-indicators {
    margin: 0 auto;
    position: relative;
}
.services-indicators a {
    padding: 10px 20px;
    display: inline-block;
    background: transparent;
    width: 70px;
    height: 70px;
    color: #fff;
    margin: 8px 15px;
    border: 2px solid #FFF;
    border-radius: 4px;
    position: relative;
    font-size: 35px;
}
.services-indicators a.current:after {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-top-color: #FFF;
border-width: 20px;
margin-left: -20px;
}
.services-indicators a i {
    vertical-align: middle;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 15px;
}
.services-indicators a:hover {
}
.services-indicators a.current {
    color: #f83a16;
    border: none;
    background: #FFF;
}
/* ========================== PORTFOLIO ====================*/
.portfolioContainer{
    padding: 5px 15px;
}
 .portfolio {
    padding-top: 60px;
    padding-bottom: 80px;
    background: #F4F4F4;
}
.portfolio .portfolio-item {
    opacity: 0;
    display: none;
    margin: 0;
    padding: 0;
}
.portfolio .portfolio-item img {
    max-width: 100%;
}
.portfolioFilter {
    font-weight: 400;
    margin-bottom: 20px;
}
.portfolioFilter a {
    margin-right: 10px;
    text-decoration:none;
    color: #000;
    font-weight: 300;
    text-align: center;
}
.portfolioFilter a.active {
    text-decoration: line-through;
}
.portfolioFilter a:hover {
    color:#f83a16;
}
.portfolio-item {
    position: relative;
    color: #ffffff;
    line-height: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.project-hover {
    position: absolute;
    width: 100%;
    max-width: 340px;
    height: 100%;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.0);
    background: rgba(0, 0, 0, 0.0);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4em;
    line-height: 20px;
    text-transform: uppercase;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.portfolio-item a:hover > .project-hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.project-hover span {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.portfolio-item a:hover > .project-hover span {
    padding: 15px 0;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
.project-hover b {
    color: rgba(255, 255, 255, 0.0);
    font-family:'Bitter', Georgia, Times, serif;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0;
    text-transform: none;
    padding-top: 0;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.project-hover span.plus {
    font-size: 120px;
    font-weight: 100;
}
.portfolio-item a:hover > .project-hover b {
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/* ================================ ABOUT ==================== */
 .slider-about {
    background: rgba(0, 0, 0, 0.8);
}
.slider-about-wrapper {
    background-position: center bottom;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat;
}
.slide-text-wrapper {
    height: 300px;
}
.slide-text {
    height: 55px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0px;
    margin: 0 auto;
    list-style: none;
    font-size: 45px;
    color: #FFF;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: 0.1em;
}
@media (max-width: 480px) {
    .slide-text {
        font-size: 17px;
        font-weight: 400;
    }
}
/* ========================== TEXT ROTATOR ===================*/
 .rotating {
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
    -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
    -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
    -o-transform: rotateX(0) rotateY(0) rotateZ(0);
    transform: rotateX(0) rotateY(0) rotateZ(0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform-origin-x: 50%;
}
.rotating.flip {
    position: relative;
}
.rotating .front, .rotating .back {
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.rotating .front {
    position: absolute;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 1px);
    -moz-transform: translate3d(0, 0, 1px);
    -ms-transform: translate3d(0, 0, 1px);
    -o-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
}
.rotating.flip .front {
    z-index: 1;
}
.rotating .back {
    display: block;
    opacity: 0;
}
.rotating.spin {
    -webkit-transform: rotate(360deg) scale(0);
    -moz-transform: rotate(360deg) scale(0);
    -ms-transform: rotate(360deg) scale(0);
    -o-transform: rotate(360deg) scale(0);
    transform: rotate(360deg) scale(0);
}
.rotating.flip .back {
    z-index: 2;
    display: block;
    opacity: 1;
    -webkit-transform: rotateY(180deg) translate3d(0, 0, 0);
    -moz-transform: rotateY(180deg) translate3d(0, 0, 0);
    -ms-transform: rotateY(180deg) translate3d(0, 0, 0);
    -o-transform: rotateY(180deg) translate3d(0, 0, 0);
    transform: rotateY(180deg) translate3d(0, 0, 0);
}
.rotating.flip.up .back {
    -webkit-transform: rotateX(180deg) translate3d(0, 0, 0);
    -moz-transform: rotateX(180deg) translate3d(0, 0, 0);
    -ms-transform: rotateX(180deg) translate3d(0, 0, 0);
    -o-transform: rotateX(180deg) translate3d(0, 0, 0);
    transform: rotateX(180deg) translate3d(0, 0, 0);
}
.rotating.flip.cube .front {
    -webkit-transform: translate3d(0, 0, 100px) scale(0.9, 0.9);
    -moz-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
    -ms-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
    -o-transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
    transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
}
.rotating.flip.cube .back {
    -webkit-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
    -moz-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
    -ms-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
    -o-transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
    transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}
.rotating.flip.cube.up .back {
    -webkit-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.9, 0.9);
    -moz-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
    -ms-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
    -o-transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
    transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}
@media (max-width: 800px) {
    .slide-text li {
        font-size: 25px !important;
    }
}
/* ============================ ABOUT TEAM ====================*/
 .about {
    text-align: center;
}
.about .team {
    padding-top: 60px;
    padding-bottom: 80px;
    background: #F4F4F4;
}
.cprofile {

    padding-bottom:10px;
    transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
.cprofile img {
    width: 100%;
    height: auto;
}
.cprofile h3 {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}
.cprofile p {
    padding: 10px 20px;
}
.cprofile span {
    font-family:'Bitter', Georgia, Times, serif;
    display: block;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    color: #808080;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 5px;
}
/*
  [Lighbox-item]
*/

/***** Teaser Preview and Lightbox Item Styling *****/
 .teaser {
    display: block;
    padding: 23px 20px 15px;
    background:#fff;
    -webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.23);
    -moz-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.23);
    box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.23);
    border:1px solid #ddd\9;
    width: 100%;
}
.teaser-gallery {
    display: block;
    padding: 23px 20px 0px;
    background:#fff;
    width: 100%;
}
.teaser, .teaser .teaser-preview-box {
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
}
.teaser-preview-box {
    margin: -24px -21px 15px;
    background: #fafafa;
    border-bottom: 3px solid rgba(14, 122, 195, 0.80);
    position: relative;
}
.teaser-gallery-box {
    margin: -24px -20px 9px;
    background: #fafafa;
    position: relative;
}
.teaser-preview-box img, .teaser-gallery-box img {
    width: 100%;
}
.teaser:hover .teaser-preview-box, .teaser:hover .teaser-gallery-box {
    background: #2b8cce;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.15);
    -o-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.15);
    -ms-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.15);
}
.teaser .subheader {
    font-size: 10px;
    text-transform: uppercase;
    font-family:"Segoe UI", "helvetica neue", arial, sans-serif;
    color: #a1a1a1;
    font-weight: normal;
    margin: 0;
    padding-bottom: 17px;
    margin-top: -7px;
}
.subheader {
    font-size: 10px;
    text-transform: uppercase;
    color: #a1a1a1;
    font-weight: normal;
    margin: 0;
    padding-bottom: 17px;
    margin-top: -7px;
}
.lightbox-item {
        border-radius: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.lightbox-item:before {
    content:" ";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 3;
}
.lightbox-item .lightbox-item-overlay-content, .lightbox-item .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 20px;
    text-align: center;
    z-index: 5;
    /* important */
}
.lightbox-item-overlay-content h6 {
    color:#fff;
    font-size:16px;
    margin-top:5%;
}
.lightbox-item-overlay-content p {
    color:#fff;
    font-size:12px;
    line-height:18px;
}
.lightbox-item img {
    display: block;
    position: relative;
}
.lightbox-item a.permalink, .lightbox-item a.preview {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 50%;
    font-size: 14px;
    left: 50%;
    margin-left: 4px;
    margin-top: -9px;
}
.lightbox-item a.preview.no_custom_url {
    left:55%;
}
.lightbox-item a.permalink-alt {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #5e5e5e;
    background: #fff;
    position: absolute;
    top: 87%;
    font-size: 14px;
    left: 86.4%;
    margin-left: 4px;
    margin-top: -9px;
}
.lightbox-item a.preview {
    margin-left: -33px;
    background: #fff;
    color: #5e5e5e;
    z-index: 1;
}
.lightbox-item a.preview:hover, .lightbox-item a.permalink:hover {
    margin-top: -15px;
}
.lightbox-item a.preview:hover {
    color:#5e5e5e;
    background: #fff;
}
.lightbox-item a.permalink:hover {
    color:#fff;
    background: #5e5e5e;
}
.lightbox-item img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.lightbox-item:hover img {
    -webkit-transform: scale(1.2, 1.2) rotate(5deg);
    -moz-transform: scale(1.1, 1.1) rotate(5deg);
    -o-transform: scale(1.1, 1.1) rotate(5deg);
    -ms-transform: scale(1.1, 1.1) rotate(5deg);
    transform: scale(1.1, 1.1) rotate(5deg);
}
@-moz-document url-prefix() {
    .lightbox-item:hover img {
        -webkit-transform: scale(1.2, 1.2) rotate(3deg);
        -moz-transform: scale(1.1, 1.1) rotate(3deg);
        -o-transform: scale(1.1, 1.1) rotate(3deg);
        -ms-transform: scale(1.1, 1.1) rotate(3deg);
        transform: scale(1.1, 1.1) rotate(3deg);
    }
}
_:-o-prefocus, .lightbox-item:hover img {
    -webkit-transform: scale(1.2, 1.2) rotate(3deg);
    -moz-transform: scale(1.1, 1.1) rotate(3deg);
    -o-transform: scale(1.1, 1.1) rotate(3deg);
    -ms-transform: scale(1.1, 1.1) rotate(3deg);
    transform: scale(1.1, 1.1) rotate(3deg);
}
.lightbox-item:hover img:nth-of-type(1n) {
    -webkit-transform: scale(1.2, 1.2) rotate(3deg)\9;
    -moz-transform: scale(1.1, 1.1) rotate(3deg)\9;
    -o-transform: scale(1.1, 1.1) rotate(3deg)\9;
    -ms-transform: scale(1.1, 1.1) rotate(3deg)\9;
    transform: scale(1.1, 1.1) rotate(3deg)\9;
}
.lightbox-item .lightbox-item-overlay-content {
    -ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: #f83a16;
    background-color: rgba(248, 92, 55, 0.7);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lightbox-item:hover .lightbox-item-overlay-content {
    -ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.lightbox-item a.preview, .lightbox-item a.permalink, .lightbox-item a.permalink-alt {
    -ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.lightbox-item a.permalink, .lightbox-item a.permalink-alt {
    -ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -o-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
}
.lightbox-item a.preview {
    -ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
}
.lightbox-item:hover a.preview, .lightbox-item:hover a.permalink, .lightbox-item:hover a.permalink-alt {
    -ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
/* ===================== ABOUT PERSONAL ========================== */
 .hexaout {
    position: relative;
    width:100%;
    height: 160px;
    margin: 0 auto 30px auto;
}
.hexapic {
    position: absolute;
    margin: 0 auto 30px auto;
    -webkit-mask-image: url('../images/masking.svg');
    -o-mask-image: url('../images/masking.svg');
    -moz-mask-image: url('../images/masking.svg');
    mask: url('../images/masking.svg#mask3874');
    width: 152px;
    height: 160px;
    /*background-repeat:no-repeat;*/
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
div.hexapic, img.hexapic {
    left: 47%;
    margin-left: -50px;
    top: 0;
}
img.hexapic {
    z-index: 1;
}
div.hexapic {
    z-index: 2;
}
div.hexapic:hover {
    -moz-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.6);
}
.profpic {
    margin: 0 auto 30px auto;
    -webkit-mask-image: url('../images/masking.svg');
    -o-mask-image: url('../images/masking.svg');
    -moz-mask-image: url('../images/masking.svg');
    mask: url('../images/masking.svg#mask3874');
    width: 152px;
    height: 160px;
    /*background-repeat:no-repeat;*/
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.profpic:hover {
    -moz-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.6);
}
/*.r-hex-inner:hover {
    opacity: 1;
}*/

/* ====================== ACTION ========================*/
 .action {
    position: relative;
}
.action:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content:" ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #f83a16;
    border-width: 30px;
    margin-left: -30px
}
.action-wrapper {
    background: #f83a16;
    padding-top: 60px;
    padding-bottom: 60px;
}
.action h4 {
    font-weight: 400;
}
/* ====================== Testimoni ========================*/
 .testimoni {
    background: #111;
    padding-top: 60px;
    padding-bottom: 120px;
}
#quote-slider .servicesLink {
    zoom: 1;
    visibility: visible!important;
    filter: alpha(opacity=100);
    opacity: 1!important;
}
#quote-slider p {
    color: #FFF;
    text-align: center;
    padding: 0 30px;
}
#quote-slider .quote-sign {
    font-size: 120px;
    font-family:'Arial' serif;
    line-height: 90px;
    font-weight: 400;
    color: #595959;
    margin-bottom: -50px !important;
}
#quote-slider h2 {
    font-size: 18px;
    padding: 0 20px;
    color: #c0c0c0;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0.1em;
    width: 80%;
    margin: 0 auto;
}
#quote-slider span {
    color: #808080;
    text-align: center;
    display: block;
    line-height: 30px;
}
#quote-slider img {
    display: block;
}
#quote-slider .quote-rate i {
    color: #ffcc00;
    letter-spacing: 0.3em;
}
#testimoni #controls {
    position: absolute;
    left: 48%;
    margin-left: -30px;
    margin-top: 15px;
}
.quote-left-indicator, .quote-right-indicator {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #c0c0c0;
    border: 1px solid #353535;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    z-index: 24;
}
.quote-left-indicator {
    border-right: none;
}
.quote-left-indicator:hover, .quote-right-indicator:hover {
    color: #f83a16;
}
/* ==================== CONTACT & FOOTER ========== */
 .contact {
    background-position: center bottom;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    color: #FFF;
    text-align: center;
}
#contact-slider {
    margin-bottom: 20px;
}
.contact-wrapper {
    background: rgba(0, 0, 0, 0.8);
    padding-top: 90px;
    padding-bottom: 60px;
}
.contact a, .contact h2 {
    color: #FFF;
    margin: 0;
}
.contact h2 {
    font-family:'Bitter', Georgia, sans-serif;
}
.contact .visit {
    margin: 0;
    margin-top: 20px;
    font-size: 35px;
    line-height: 30px;
    font-weight: 600;
}
.contact .form-control {
    outline: 0;
    background: url('../images/rect_2.png') rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 8px;
    color: #FFF;
}
.contact .form-control:focus {
    border: 1px solid rgba(255, 255, 255, 1);
}
.contact textarea.form-control {
    margin-top: 8px;
}
.contact .form-control:-moz-placeholder {
    color:#E5E5E5;
    font-weight: 300;
    font-size: 14px;
}
.contact .form-control::-moz-placeholder {
    color:#E5E5E5;
    font-weight: 300;
    font-size: 14px;
}
.contact .form-control:-ms-input-placeholder {
    color:#E5E5E5;
    font-weight: 300;
    font-size: 14px;
}
.contact .form-control::-webkit-input-placeholder {
    color:#E5E5E5;
    font-weight: 300;
    font-size: 14px;
}
.contact .bio {
    text-align: left;
}
.contact .bio h3 {
    margin-top: 0;
    font-weight: 300;
    letter-spacing: 4px;
    font-size: 22px;
    color: #FFF;
}
.contact button {
    margin: 35px 0;
}
.contact .return-to {
    font-size: 13px;
}
.contact .bioextra {
    padding: 0;
    list-style: none;
    font-size: 13px;
}
.contact .bioextra li {
    padding: 6px 0 6px 0;
    border-bottom: 1px dotted #D5D5D5;
}
.contact .bioextra li:last-child {
    border-bottom: none;
}
.contact .bioextra li strong {
    display: inline-table;
    vertical-align: middle;
    text-align: left;
    width: 30%;
    letter-spacing: -0.5px;
}
.contact .bioextra li i {
    text-align: left;
    display: inline-table;
    width: 68%;
    font-style: normal;
}
/* =============== CREDITS ==================*/
 .credits {
    position: relative;
    padding: 60px 0 20px;
}
.credits .credits-title, .credits .credits-title-link {
    text-align: center;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
@media (max-width: 480px) {
    .credits .credits-title, .credits .credits-title-link {
        width: 90%;
        position: relative;
        bottom: 90px;
        text-align: center;
        color: #FFF;
        margin: 8px;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.2em;
    }
}
.credits .credits-title-link a {
    color: #FFF;
}
.credits .credits-title a {
    color: #FFF;
    font-weight: 700;
}
.credits .credits-title a:hover, .credits .credits-title-link a:hover {
    color: #f83a16;
}
.credits .scroll-up {
    position: absolute;
    bottom: -40px;
    left: 51%;
    margin-left: -31px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #FFF;
    font-size: 29px;
    line-height: 37px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
}
.credits .scroll-up a {
    color: #FFF;
    display: block;
    padding-bottom: 5px;
}
.credits .scroll-up:hover {
    background: #333;
    border: 1px solid #333;
}
.credits .scroll-up a:hover {
    color: #f83a16;
}
.map-wrapper {
    width: 80%;
    padding: 20px;
    background: url('../images/rect_2.png');
    border: 1px solid #FFF;
    margin: 0 auto 35px auto;
}
#map {
    height: 350px;
}
/*
    [6.8 TIMELINE]

*/
 .dp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0 15px;
    list-style: none;
    position: relative;
}
/* The line */
 .dp_tmtimeline:before {
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #f83a16;
    left: 20%;
    margin-left: -10px;
}
.dp_tmtimeline > li {
    position: relative;
}
/* The date/time */
 .dp_tmtimeline > li .dp_tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
}
.dp_tmtimeline > li .dp_tmtime span {
    display: block;
    text-align: right;
}
.dp_tmtimeline > li .dp_tmtime span:first-child {
    font-size: 0.9em;
    color: #333;
}
.dp_tmtimeline > li .dp_tmtime span:last-child {
    font-size: 1.9em;
    color: #f83a16;
}
.dp_tmtimeline > li:nth-child(odd) .dp_tmtime span:last-child {
    color: rgba(248, 92, 55, 0.7);
}
/* Right content */
 .dp_tmtimeline > li .dp_tmlabel {
    margin: 0 0 15px 25%;
    background: #DEDEDE;
    color: #595959;
    padding: 2em;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-radius: 5px;
}
.dp_tmtimeline > li:nth-child(odd) .dp_tmlabel {
    background: #CECECE;
}
.dp_tmtimeline > li .dp_tmlabel h2 {
    margin-top: 0px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #595959;
}
/* The triangle */
 .dp_tmtimeline > li .dp_tmlabel:after {
    right: 100%;
    border: solid transparent;
    content:" ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #DEDEDE;
    border-width: 10px;
    top: 10px;
}
.dp_tmtimeline > li:nth-child(odd) .dp_tmlabel:after {
    border-right-color: #CECECE;
}
/* The icons */
 .dp_tmtimeline > li .dp_tmicon {
    width: 40px;
    height: 40px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #f83a16;
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(248, 92, 55, 0.7);
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -25px;
}
.dp_tmicon-phone:before {
    content:"\e000";
}
.dp_tmicon-screen:before {
    content:"\e001";
}
.dp_tmicon-mail:before {
    content:"\e002";
}
.dp_tmicon-earth:before {
    content:"\e003";
}
/* Example Media Queries */
 @media screen and (max-width: 65.375em) {
    .dp_tmtimeline > li .dp_tmtime span:last-child {
        font-size: 1.5em;
    }
}
@media screen and (max-width: 47.2em) {
    .dp_tmtimeline:before {
        display: none;
    }
    .dp_tmtimeline > li .dp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }
    .dp_tmtimeline > li .dp_tmtime span {
        text-align: left;
    }
    .dp_tmtimeline > li .dp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }
    .dp_tmtimeline > li .dp_tmlabel:after {
        right: auto;
        left: 20px;
        border-right-color: transparent;
        border-bottom-color: #DEDEDE;
        top: -20px;
    }
    .dp_tmtimeline > li:nth-child(odd) .dp_tmlabel:after {
        border-right-color: transparent;
        border-bottom-color: #CECECE;
    }
    .dp_tmtimeline > li .dp_tmicon {
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    }
}
/*
    [7.1 BLOG]
*/
 .blog-header-color {
    background: rgba(248, 92, 55, 0.8);
    height: 540px;
    width: 100%;
    position: absolute;
}
.blog-header-content {
    background:url('../images/bg_flickr.jpg') 50% 0 repeat-x fixed;
    color: white;
    height: 540px;
    margin: 0 auto;
    padding: 0;
}
.blog-header-wrapper {
    position: relative;
    width: 100%;
    height:400px;
}
.blog-header-title {
    position: absolute;
    top: 45%;
    width: 100%;
    left: 0;
}
.blog-header-title h1 {
    display: block;
    font-family:'Roboto Slab', serif;
    margin: 60px 0 0;
    font-size: 42px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    text-transform: inherit;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.4);
    letter-spacing: -1px;
}
.blog-header-title h2.blog-description {
    display: block;
    font-family:'Roboto Slab', serif;
    color: #fff;
    font-size: 26px;
    text-transform: inherit;
    text-align: center;
    font-weight: 300;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.2);
    letter-spacing: -1px;
}
@media (max-width: 800px) {
    .blog-header-color, .blog-header-content {
        height: 400px;
    }
    .blog-header-title {
        top: 25%;
    }
}
/* Post Wrapper */
 .post-wrapper {
    padding-top: 80px;
    padding-bottom: 60px;
    z-index: inherit;
    background: #FFF;
}
/*
    [7.2 ARTICLE]
*/
 article.post * {
    font-family:'Roboto Slab', serif;
}
article.post {
    margin-bottom: 35px;
}
article.post h1.post-title {
    text-transform: inherit;
    letter-spacing: -1px;
    font-weight: 400;
    margin: 0;
    line-height: 27px;
}
article.post h1.post-title a {
    font-size: 27px;
    color: #555555;
}
article.post h1.post-title a:hover {
    color: #f83a16;
}
article.post time.post_date {
    padding-top: 5px;
    text-align: right;
    display: block;
    line-height: 27px;
}
article.post .post_excerpt {
    padding-top: 15px;
    font-weight: 300;
    font-size: 20px;
    display: block;
    padding-bottom: 37px;
    border-bottom: 2px solid #e8ecf1;
    margin: 0;
}
article.post .post_excerpt a.readmore {
    color: #f83a16;
}
article.post .post_excerpt a.readmore:hover {
    color: #555555;
}
@media (max-width: 800px) {
    article.post time.post_date {
        text-align: left;
    }
}
/* Pagination */
 .pagination {
    padding: 20px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}
.page {
    display: inline-block;
    padding: 3px 12px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, .8), 0px 1px 3px rgba(0, 0, 0, .1);
    font-size: .9em;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
}
.pagination a {
    font-weight: 400;
    margin-top: 4px;
    margin-bottom: 3px;
}
.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg, #FEFEFE, #f0f0f0);
}
.page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, .5), 0px 1px 0px rgba(255, 255, 255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, .5);
}
.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg, #f8f8f8, #e9e9e9);
}
.blog-footer {
    width: 100%;
    background: #333;
    padding: 95px 0 75px;
    min-height: 250px;
    overflow: hidden;
    position: relative;
    z-index: -2;
    background: url('../images/binding_dark.png') fixed;
}
.blog-footer .wrapper {
    position: fixed;
    z-index: -3;
    bottom: 1%;
    width: 100%;
}
.blog-footer .container {
    height: 50px;
    width: 960px;
    margin: 0 auto;
    padding:0;
}
.blog-footer .footer-content {
    position: relative;
    text-align: center;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.4);
    width: 100%;
}
.blog-footer .footer-content h3 {
    font-size: 18px;
}
.blog-footer .author-title {
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.blog-footer .author-title a {
    color: #FFF;
    font-weight: 900;
}
/*
    [7.3 BLOG POST]
*/
 .blog-post-header-title {
    position: absolute;
    height: 450px;
    width: 100%;
    left: 0;
}
.blog-post-header-title h1 {
    display: block;
    font-family:'Roboto Slab', serif;
    margin: 60px 0 0;
    font-size: 42px;
    position: absolute;
    margin-left: 15px;
    width: 80%;
    top: 50%;
    text-align: left;
    font-weight: 400;
    color: #fff;
    text-transform: inherit;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.4);
    letter-spacing: -1px;
}
.blog-post-header-title h2.blog-post-date {
    display: block;
    font-family:'Roboto Slab', serif;
    color: #fff;
    font-size: 22px;
    position: absolute;
    width: 80%;
    margin-left: 15px;
    top: 50%;
    text-transform: inherit;
    text-align: left;
    font-weight: 300;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.2);
    letter-spacing: -1px;
}
.blog-post-article {
    font-family:'Roboto Slab', serif;
    padding-top: 50px;
}
.blog-post-article article {
    margin-bottom: 60px;
}
.blog-post-article p {
    font-size: 18px;
    line-height: 2em;
    font-weight: 300;
}
.blog-post-article ul {
    font-size: 16px;
    font-weight: 300;
    line-height: 2.3em;
    margin-bottom: 30px;
}
.blog-post-article ul ul {
    margin-bottom: inherit;
}
.blog-post-navigate {
    border-top: 1px solid #E5E5E5;
    font-size: 18px;
}
.blog-post-navigate a {
    color: inherit;
    text-align: center;
    font-size: 15px;
}
.blog-post-navigate .navigate-next a {
    padding-right: 35px;
}
.blog-post-navigate .navigate-prev a {
    padding-left: 35px;
}
.blog-post-navigate .navigate-next {
    float: right;
    padding: 25px;
    width: 49.9677758%;
    border-left: 1px solid #E5E5E5;
    text-align: right;
}
.blog-post-navigate .navigate-next:hover, .blog-post-navigate .navigate-prev:hover {
    color: #f83a16;
}
.blog-post-navigate .navigate-prev {
    float: left;
    padding: 25px;
    width: 49.9677758%;
    text-align: left;
}
.authorpic {
    position: absolute;
    margin-top: -160px;
    left: 52%;
    margin-left: -50px;
}
/*
.author-pic {
    -webkit-mask-image: url('../images/masking.svg');
    -o-mask-image: url('../images/masking.svg');
    -moz-mask-image: url('../images/masking.svg');
    mask-image: url('../images/masking.svg');
    mask: url('../images/masking.svg#mask3874');
    background-repeat:no-repeat;
    position: absolute;
    width: 152px;
    height: 160px;
    bottom: 30%;
    left: 47%;
    margin-left: -50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.author-pic:hover {
    background: #000;
}*/
 @media all and (max-width: 480px) {
    .authorpic {
        position: inherit;
        margin-top: 5px;
        left: 6%;
        width: 90%;
    }
    .authorpic .hexapic {
        margin-left: 0px;
    }
}
@media all and (max-width: 320px) {
    .authorpic {
        position: inherit;
        margin-top: 5px;
        left: 6%;
        width: 70%;
    }
    .authorpic .hexapic {
        margin-left: 0px;
    }
}
/* HOVER EFFECT */
 .cl-effect-8 a {
    padding: 15px 25px;
    position: relative;
    display: inline-block;
    margin: 5px 10px;
    letter-spacing: 1.3px;
    color: #FFF;
    text-transform: uppercase;
}
.cl-effect-8 a:hover {
    color: #000;
}
.cl-effect-8 a::before, .cl-effect-8 a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #FFF;
    content:'';
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.cl-effect-8 a::after {
    border-color: #111;
    opacity: 0;
    -webkit-transform: translateY(-7px) translateX(6px);
    -moz-transform: translateY(-7px) translateX(6px);
    transform: translateY(-7px) translateX(6px);
}
.cl-effect-8 a:hover::before, .cl-effect-8 a:focus::before {
    opacity: 0;
    -webkit-transform: translateY(5px) translateX(-5px);
    -moz-transform: translateY(5px) translateX(-5px);
    transform: translateY(5px) translateX(-5px);
}
.cl-effect-8 a:hover::after, .cl-effect-8 a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px) translateX(0px);
    -moz-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px);
}
