@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,800,900|Roboto:400,900|Source+Sans+Pro:400,600,900');
/*font-family: 'Raleway', sans-serif;*/
/*font-family: 'Roboto', sans-serif;*/
/*font-family: 'Source Sans Pro', sans-serif;*/
* {
    border-style: solid;
    border-width: 0px;
}
.modal-content {
    border-radius: 0px;
}
.badge {
    background: #4ae53a;
    border-radius: 0px;
    color: #202020;
}
.list-group-item {
    border-radius: 0px !important;
}
#navisep {
    height: 85px;
    width: 100%;
    display: block;
}
body {}
body:not(.scroll) > nav > .container > .navbar-collapse {
    /* background: transparent !important; */
    border-radius: 10px;
}
body > nav {
    height: 84px;
	border: none !important;
    padding-top: 19px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    /* position: absolute !important; */
    z-index: 1;
}
body > nav > .container {}
body > nav > .container > .navbar-header {}
body > nav > .container > .navbar-header > button {
    width: 60px;
    /* text-align: center; */
    border-radius: 0px;
    border-color: #4ae53a;
    height: 50px;
    margin-top: 0px;
}
body > nav > .container > .navbar-header > button > .icon-bar {
    background-color: #4ae53a;
    /* text-align: center; */
    margin-left: auto;
    margin-right: auto;
}
body > nav > .container > .navbar-header > span {}
body > nav > .container > .navbar-header > a {
    color: #4ae53a;
}
body > nav > .container > .navbar-collapse {
    background: #111;
    overflow-x: hidden;
    overflow-y: auto;
}
body > nav > .container > .navbar-collapse > ul {
    margin-left: auto;
    margin-right: auto;
    /* max-width: 808px; */
    float: none !important;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
}
@media(max-width:768px){
    body > nav > .container > .navbar-collapse > ul > li.logo {
        display: none !important;
    }
}
@media(min-width:768px){
    body > nav > .container > .navbar-collapse > ul > li.logo {
        /* width: 200px; */
    }
    body > nav > .container > .navbar-collapse > ul > li {
        float: unset;
        display: inline-block;
        width: calc( 100% / 7 );
        /* height: 50px; */
        /* line-height: 50px; */
        /* width: calc( calc( 100% / 6 ) - 200px ); */
    }
    body[data-body="home"].drk:not(.scroll) > nav {
        background-color: transparent !important;
    }
    body.drk.scroll > nav {
        box-shadow: 0 0 3px #000;
    }
}
body > nav > .container > .navbar-collapse > ul > li.logo svg {
    width: 100%;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    fill: rgba(255,255,255,1);
    position: absolute;
    left: 0;
    margin-top: -20px;
}
body > nav > .container > .navbar-collapse > ul > li > a {
}
body > nav > .container > .navbar-collapse > ul > li > div {
    height: 2px;
    width: 10px;
    background: transparent;
    margin-top: 7px;
    margin-left: 15px;
}
body > nav > .container > .navbar-collapse > ul > li.active {}
body > nav > .container > .navbar-collapse > ul > li.active > a {
	background: transparent !important;
}
body > #mainSlider {
    max-width: 1920px;
    margin: 0 auto;
    display: block;
}
body > #mainSlider * {
	font-family: 'Raleway', sans-serif;
}
body > #mainSlider > ol {}
body > #mainSlider > ol > li.active {
	background: transparent;
}
body > #mainSlider > .transition-timer-carousel-progress-bar {
    height: 3px;
    width: 0%;
    margin: 0px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: relative;
}

body > #mainSlider > .carousel-inner {}
body > #mainSlider > .carousel-inner > .item {}
body > #mainSlider > .carousel-inner > .item > img {}
body > #mainSlider > .carousel-inner > .item > .carousel-caption {
    bottom: 212px;
    text-align: left;
    height: 390px;
}
body > #mainSlider > .carousel-inner > .item > .carousel-caption > h1 {
    text-transform: uppercase;
    font-size: 82px;
    font-weight: 800;
    margin-left: -10px;
    letter-spacing: -1.5px;
}
body > #mainSlider > .carousel-inner > .item > .carousel-caption > h2 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 44px;
    margin-top: -19px;
    margin-bottom: 24px;
}
body > #mainSlider > .carousel-inner > .item > .carousel-caption > h2 > b {
    font-weight: 800;
}
body > #mainSlider > .carousel-inner > .item > .carousel-caption > p {
    width: 560px;
    display: block;
    font-size: 16px;
    margin-top: -10px;
    margin-bottom: -3px;
}
body > #mainSlider > .carousel-inner > .item > .carousel-caption > .btns {}
body > #mainSlider > .carousel-inner > .item > .carousel-caption > .btns > a {
    float: left;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 40px;
    margin-top: 36px;
    border-radius: 5px;
    margin-right: 20px;
}
body > #mainSlider > .carousel-inner > .item > .carousel-caption > .btns > a.int {
    border-width: 2px;
}
body > #mainSlider > .carousel-inner > .item.active {}
body > #mainSlider > .carousel-inner > .item.active > img {}
body > #mainSlider > .carousel-inner > .item.active > .carousel-caption {}
body > #mainSlider > .carousel-inner > .item.active > .carousel-caption > h1 {}
body > #mainSlider > .carousel-inner > .item.active > .carousel-caption > h2 {}
body > #mainSlider > .carousel-inner > .item.active > .carousel-caption > h2 > b {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
body > #mainSlider > .carousel-inner > .item.active > .carousel-caption > p {}
body > #mainSlider > .carousel-inner > .item.active > .carousel-caption > .btns {}
body > #mainSlider > .carousel-inner > .item.active > .carousel-caption > .btns > a {}
body > #mainSlider > .carousel-inner > .item.active > .carousel-caption > .btns > a:first-of-type {}
body > #mainSlider > .carousel-inner > .item.active > .carousel-caption > .btns > a:last-of-type {}
body > #mainSlider > a {
    height: 42px;
    margin-top: 373px;
    width: 33px;
    line-height: 40px;
    font-weight: bold;
}
body > #mainSlider > a:first-of-type {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
body > #mainSlider > a:last-of-type {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
body > #mainSlider > a:first-of-type > span {
    font-size: 19px;
    text-align: left;
}
body > #mainSlider > a:last-of-type > span {
    font-size: 19px;
    text-align: right;
}
body > #mainSlider .h {
    opacity: 0;
    transform: scale(0);
}
body > #mainSlider > a:hover {}
body > .works {}
body > .works > .container {}
.container > h1 {
    text-transform: uppercase;
    font-weight: 800;
    margin-left: -19px;
    font-size: 30px;
    margin-top: 29px;
    margin-bottom: 16px;
}
.container > h1 > a {
    float: right;
    display: block;
    height: 50px;
    text-align: center;
    font-size: 10px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
}
.container > hr {
    width: 70px;
    margin: 0 0 0 -16px;
    height: 2px;
    border: none;
    margin-bottom: 31px;
}
body > .works > .container > .row {}
body > .works > .container {
    padding-bottom: 30px;
}
body > .works > .container > .row > div {
    padding: 0;
    height: 241px;
    border-width: 5px;
    margin: 1px;
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 2px;
}
@media (min-width: 992px) {
	body > .works > .container > .row > div {
   		width: calc( calc( 100% / 3 ) - 2px );
	}
}
body > .works > .container > .row .front > h2 {
    text-transform: uppercase;
    padding-left: 25px;
    font-size: 21px;
    margin-top: 26px;
}
body > .works > .container > .row .front > span {
    display: block;
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 10px;
}
body > .works > .container > .row .front > div {
    height: 2px;
    width: 63px;
    margin: 25px;
}
body > .works > .container > .row .front > .fa {
    position: absolute;
    bottom: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
body > .works > .container > .row .flip-container {
    perspective: 1000px;
}
body > .works > .container > .row .flip-container:hover .flipper,
body > .works > .container > .row .flip-container.hover .flipper {
    transform: rotateY(180deg);
}
body > .works > .container > .row .front,
body > .works > .container > .row .back {
    width: 100%;
    height: 231px;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
body > .works > .container > .row .flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}
body > .works > .container > .row .front {
    z-index: 2;
    transform: rotateY(0deg);
}
body > .works > .container > .row .back {
    transform: rotateY(180deg);
    background-position: center;
    background-size: cover;
}
body > .works > .container > .row .back p {
    padding: 10px;
    text-shadow: 0 0 3px rgba(0,0,0,.8);
    height: 180px;
    overflow: hidden;
}
body > .works > .container > .row .back a {
    text-shadow: 0 0 3px rgba(0,0,0,.8);
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
}
body > .works > .container > .row .flip-container:hover .flipper,
body > .works > .container > .row .flip-container.hover .flipper,
body > .works > .container > .row .flip-container.flip .flipper {
    transform: rotateY(180deg);
}
body > .skills {}
body > .skills > .container {}
body > .skills > .container > h1 {}
body > .skills > .container article {
    height: 64px;
    padding-top: 17px;
}
body > .skills > .container article > span {
    text-transform: uppercase;
    /* margin-top: 40px; */
    display: block;
}
body > .skills > .container article > span:nth-of-type(1) {}
body > .skills > .container article > span:nth-of-type(2) {}
body > .skills > .container article > div {
    height: 10px;
    width: 100%;
    border-width: 1px;
    padding: 2px;
    border-radius: 3px;
}
body > .skills > .container article > div > div {
    height: 4px;
}
body > .skills > .container article > div > div > span:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 5px;
	margin-left: -5px;
}
body > .skills > .container article > div > div > span {
    float: right;
    position: relative;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    border-radius: 3px;
    margin-top: -22px;
    margin-right: -15px;
}
body > .skills > .container article > a {
    float: right;
 	margin-top: 24px; 
    height: 54px;
    line-height: 54px;
    width: 171px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
}
body > .skills > .container article > a:hover {}
body > .service {}
body > .service > .container {}
body > .service > .container > h1 {}
body > .service > .container > .row {}
body > .service > .container > .row > div {
    margin-bottom: 38px;
    text-align: center;
}
body > .service > .container > .row > div > .fa {
    color: #4ae53a;
    -webkit-transition: all .3s !important;
    -moz-transition: all .3s !important;
    -ms-transition: all .3s !important;
    -o-transition: all .3s !important;
    transition: all .3s !important;
}
body > .service > .container > .row > div:hover > .fa {
    background: #4ae53a !important;
    color: #202020 !important;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.cv {}
.cv aside {
    height: 50px;
    /*background: #252525;*/
    /*background-size: 50px 50px;*/
    background-repeat: no-repeat;
    background-position: 0 -50px;
}
.cv aside,
.cv aside * {
    -webkit-transition: all .3s !important;
    -moz-transition: all .3s !important;
    -ms-transition: all .3s !important;
    -o-transition: all .3s !important;
    transition: all .3s !important;
}
.cv aside:first-of-type {
    background-position: 0 0px;
}
.cv aside:last-of-type {
    background-position: 0 -100px;
}
.cv aside span {}
.cv aside .col-md-9 {
   padding-left: 50px;
}
.cv aside .col-md-9 span {}
.cv aside .col-md-9 span:first-of-type {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 100;
    padding-left: 5px;
    margin-top: 10px;
    display: block;
 }
.cv aside .col-md-3 span {
    display: block;
    text-align: right;
}
.cv aside .col-md-3.dual span {
    height: 25px;
    line-height: 25px;
}
.cv aside .col-md-3:not(.dual) span {
    height: 50px;
    line-height: 50px;
}
.cv aside .col-md-9.dual span:last-of-type {
    height: 0px;
    line-height: 20px;
    overflow: hidden;
    display: block;
    padding-left: 10px;
    font-size: 12px;
}
.cv aside:hover > .row > .col-md-9.dual > span:first-of-type {
    /*line-height: 30px;*/
    /*height: 30px;*/
    margin-top: 0px;
}
.cv aside:hover > .row > .col-md-9.dual > span:last-of-type {
    /*line-height: 20px;*/
    height: 20px;
}
.cv aside span:nth-of-type(3) {}
.cv aside:nth-of-type(2n) {
    /*background: #1D1C1C;*/
}
body > .service > .container > .row > div > img {
    width: 100px;
    height: 100px;
    margin-top: 20px;
    border-width: 2px;
    border-radius: 50%;
}
body > .service > .container > .row > div > .fa {
    width: 100px;
    height: 100px;
    margin-top: 20px;
    border-width: 2px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    font-size: 60px;
}
body > .service > .container > .row > div > h1 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    margin-top: 27px;
}
body > .service > .container > .row > div > span {
}
body > .service > .container > .row > div > div {
    height: 2px;
    width: 70px;
    margin-top: 11px;
    margin-left: auto;
    margin-right: auto;
}
body > .customers {}
body > .customers > .container {}
body > .customers > .container > h1 {
    margin-top: 36px;
    font-size: 38px;
    font-weight: 600;
    margin-left: -5px;
    opacity: .3;
}
body > .customers > #customersSlider {
}
body > .customers > #customersSlider > ol >  {}
body > .customers > #customersSlider > ol > li {}
body > .customers > #customersSlider > .carousel-inner {
    height: 110px;
    margin-top: -29px;
    margin-bottom: 35px;
}
body > .customers > #customersSlider > .carousel-inner > .item {
    height: 81px;
}
body > .customers > #customersSlider > .carousel-inner > .item > .carousel-caption1 {
    height: 86px;
    text-align: left;
    text-align: left;
    color: #fff;
}
body > .customers > #customersSlider > .carousel-inner > .item > .carousel-caption1 > span {
    font-size: 26px;
    padding-top: 11px;
    display: block;
    text-transform: uppercase;
}
body > .customers > #customersSlider > .carousel-inner > .item > .carousel-caption1 > p {
    font-size: 23px;
    margin-top: -4px;
    color: rgba(0,0,0,.8);
    font-weight: 100;
}
body > .customers > #customersSlider > .carousel-inner > .item.active {}
body > .customers > #customersSlider > .carousel-inner > .item.active > .carousel-caption {}
body > .customers > #customersSlider > .carousel-inner > .item.active > .carousel-caption > span {}
body > .customers > #customersSlider > .carousel-inner > .item.active > .carousel-caption > p {}
body > .customers > #customersSlider > .carousel-indicators {
    display: block;
    margin-top: ;
    bottom: -3px;
}
body > .customers > #customersSlider > .carousel-indicators > li {
    border-width: 1px;
}
body > .customers > #customersSlider > .carousel-indicators > li.active {}
body > .customers > #customersSlider > a {
	display: none;
}
body > .customers > #customersSlider > a > span {}
body > .socialmedia {}
body > .socialmedia > .container {}
body > .socialmedia > .container > .row {}
body > .socialmedia > .container > .row > div {
    padding-top: 22px;
    padding-bottom: 22px;
}
body > .socialmedia > .container > .row > div:nth-of-type(2n) {}
body > .socialmedia > .container > .row > div > a {
	display: block;
	height: 50px;
	text-align: center;
	font-size: 10px;
    text-decoration: none !important;
}
body > .socialmedia > .container > .row > div > a > * {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
body > .socialmedia > .container > .row > div > a > .fa {
    font-size: 20px;
    display: block;
    padding-top: 15px;
    float: left;
    color: rgba(0,0,0,.8);
    width: 100%;
}
body > .socialmedia > .container > .row > div > a > span {
    width: 0px;
    float: left;
    height: 50px;
    line-height: 51px;
    overflow: hidden;
    display: block;
    font-size: 10px;
    text-align: left;
    color: rgba(0,0,0,.8);
}
body > .socialmedia > .container > .row > div > a:hover > span {
    width: calc( 100% - 50px )
}
body > .socialmedia > .container > .row > div > a:hover > .fa {
	width: 50px;
}
body > .costs {}
body > .costs > .container {}
body > .costs > .container > .row {
    display: flex
}
body > .costs > .container > .row > div {
    padding-top: 61px;
    padding-bottom: 32px;
}
body > .costs > .container > .row > div:nth-of-type(1) {}
body > .costs > .container > .row > div:nth-of-type(2) {}
body > .costs > .container > .row > div:nth-of-type(3) {}
body > .costs > .container > .row > div:nth-of-type(4) {}
body > .costs > .container > .row > div > h1 {
    text-transform: uppercase;
    font-size: 19px;
    padding-top: 0px;
    margin-bottom: 16px;
}
body > .costs > .container > .row > div > div {
    height: 2px;
    width: 56px;
}
body > .costs > .container > .row > div > span {
    position: absolute;
    background: #f00;
    color: #fff;
    width: 100%;
    margin-left: -15px;
    margin-top: -61px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
body > .costs > .container > .row > div > p {
    font-size: 12px;
    margin-top: 20px;
    line-height: 16px;
    /* height: 80px; */
    overflow: hidden;
}
body > .costs > .container > .row > div > b {
    display: block;
    position: absolute;
    bottom: 10px;
}
body > .costs > .container > .row > div > b > i {
    color: #111;
    text-decoration: line-through;
    position: absolute;
}
body > .costs > .container > .row > div > b > span {
    color: #ff0000;
    position: absolute;
    font-size: 30px;
    /* margin-bottom: -30px; */
    margin-top: -10px;
    text-shadow: 0 0 3px #000;
    margin-left: 10px;
}
body > .footer {
    padding-bottom: 24px;
}
body > .footer > .container {}
body > .footer > .container > div {}
body > .footer > .container > div > svg {
    width: 100%;
    height: 100%;
    /* fill: rgba(255,255,255,.7); */
    fill: #fff;
}
body > .footer > .container > div > img,
body > .footer > .container > div > img * {
    fill: #fff;
}
body > footer {
    border-top-width: 5px;
    line-height: 50px;
}
body > footer > .container {
    font-size: 13px;
}
body > footer > .container > .pull-left {
	height: 45px;
	line-height: 45px;
}
body > footer > .container > .pull-right {}
body > footer > .container > .pull-right > ul {
	list-style: none;
	margin: 0;
    padding: 0;
    height: 20px;
    line-height: 10px;
    margin-top: 19px;
}
body > footer > .container > .pull-right > ul > li {
    float: left;
}
body > footer > .container > .pull-right > ul > li:not(:first-of-type) {
    margin-left: 18px;
}
body > footer > .container > .pull-right > ul > li:first-of-type {
    padding-right: 14px;
    border-right-width: 1px;
}
body > footer > .container > .pull-right > ul > li > a {}
body > footer > .container > .pull-right > ul > li > a:not(:last-of-type) {}

#color {
    height: 20px;
    width: 40px;
    border-radius: 15px;
    position: absolute;
    right: -180px;
    top: 7px;
    cursor: pointer;
}
#color div {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin: 2px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.page {}
.page .container {
    min-height: calc( 100% - 100px );
}
button {
    display: block;
    height: 50px;
    text-align: center;
    font-size: 14px;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}









body > nav,
body > .works > .container > .row > div,
body > .service,
body > .customers > #customersSlider > .carousel-indicators > li,
body > .socialmedia,
body > .costs,
body > .works,
body > .skills,
body > .skills > .container article > div > div > span,
body > .skills > .container article > a,
body > .footer,
body > footer,
body > .works > .container > .row .front > .fa,
body > .socialmedia > .container > .row > div,
body > .costs > .container > .row > div:nth-of-type(1),
body > .costs > .container > .row > div:nth-of-type(3),
body > #mainSlider > a,
body > .customers,
body > .customers > #customersSlider > .carousel-indicators > li.active,
body > .socialmedia > .container > .row > div:nth-of-type(2n),
body > .costs > .container > .row > div:nth-of-type(2),
body > .costs > .container > .row > div:nth-of-type(4),
body > nav > .container > .navbar-collapse > ul > li.active > div,
body > #mainSlider > .carousel-inner > .item > .carousel-caption > .btns > a.ext,
body > #mainSlider > .transition-timer-carousel-progress-bar,
body > #mainSlider > a:hover,
.container > h1 > a,
.container > hr,
body > .works > .container > .row > div,
body > .works > .container > .row .front > div,
body > .skills > .container article > div > div,
body > .skills > .container article > a:hover,
body > .service > .container > .row > div > div,
body > .socialmedia > .container > .row > div > a,
body > .costs > .container > .row > div > div,
body > #mainSlider,
body > #mainSlider > ol > li.active,
.cv aside {
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
body > .skills > .container article > div > div > span:after,
body > .skills > .container article > div > div > span:after,
body > #mainSlider > ol > li,
body > #mainSlider > ol > li.active,
body > .works > .container > .row > div,
body > .service > .container > .row > div > img,
body > .service > .container > .row > div > .fa,
body > footer,
body > footer > .container > .pull-right > ul > li:first-of-type,
body > #mainSlider > .carousel-inner > .item > .carousel-caption > .btns > a.int,
body > .skills > .container article > div {
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    -ms-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
}
body > .works > .container > .row .front > span,
body > nav > .container > .navbar-collapse > ul > li > a:hover,
body > nav > .container > .navbar-collapse > ul > li.active > a,
body > #mainSlider > .carousel-inner > .item.active > .carousel-caption > h2 > b,
body > .works > .container > .row .back a,
body > .service > .container > .row > div > .fa,
body > .service > .container > .row > div > h1,
body > .costs > .container > .row > div > b,
body > footer,
body > footer > .container > .pull-right > ul > li > a,
body > #mainSlider > .carousel-inner > .item > .carousel-caption > p,
body > #mainSlider > .carousel-inner > .item > .carousel-caption > .btns > a,
.container > h1,
.container > h1 > a,
body > .works > .container > .row .front > h2,
body > .works > .container > .row .front > .fa,
body > .works > .container > .row .back p,
body > .skills > .container article > span,
body > .skills > .container article > div > div > span,
body > .skills > .container article > a,
.cv aside .col-md-9 span:first-of-type,
body > .service > .container > .row > div > span,
body > .socialmedia > .container > .row > div > a,
body > .costs > .container > .row > div > h1,
body > .costs > .container > .row > div > p,
body > .footer > .container > div {
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
body {
    overflow-x: hidden;
}
#slider {
    margin: 0 auto;
}
#slider,
#slider * {
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
}
#slider .h {
    /*display: none;*/
}
#slider .container {}
#slider .container h1 {
    margin-top: 240px;
    font-size: 65px;
    text-transform: uppercase;
    opacity: 0;
    margin-left: 100px;
}
#slider .container h2 {
    text-transform: uppercase;
    font-size: 40px;
    opacity: 0;
    display: block;
    margin-top: -50px;
    overflow: hidden;
    height: 0;
    color: #fff;
}
#slider .container h2 b {
    /*color: #4ae53a;*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#slider .container h2 b.b {
    color: #4ae53a;
}
#slider .container p {
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,.58);
    max-width: 580px;
    opacity: 0;
}
#slider .container .btns {}
#slider .container .btns a {
    display: block;
    height: 50px;
    text-align: center;
    font-size: 10px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#slider .container .btns a.int {
    border: 2px solid #fff;
}
#slider .container .btns a.ext {
    background: #4ae53a;
    color: rgba(0,0,0,.8);
}
#slider .container .btns a.a {
    transform: scale(0);
}
#slider .container .btns a.b {
    transform: scale(1.2);
}
#slider > .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    margin-top: calc( -815px/2 );
    z-index: 1;
    cursor: pointer;
    -webkit-transition: color .3s, background .3s;
    -moz-transition: color .3s, background .3s;
    -ms-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
    opacity: 0;
}
#slider > .fa-chevron-left {
    float: left;
    background: -webkit-linear-gradient(left,#111,#202020);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
#slider > .fa-chevron-right {
    float: right;
    background: -webkit-linear-gradient(right,#111,#202020);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
#slider > .fa-chevron-left:hover {
    background: -webkit-linear-gradient(left,#4ae53a,#4ae53a);
    color: #000;
}
#slider > .fa-chevron-right:hover {
    background: -webkit-linear-gradient(right,#4ae53a,#4ae53a);
    color: #000;
}
#sliderProgress {
    height: 3px;
    background: #202020;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
#sliderProgress div {
    background: #4ae53a;
    height: 3px;
    width: 0px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
[data-site] {
    min-height: calc( 100% - 530px );
    border-top: 3px solid #4ae53a;
}
body,html {
    display: block;
    position: absolute;
    width: 100%;
    min-height: 100%;
}
.btn.btn-green {
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: #4AE53A !important;
    height: 50px;
    text-align: center;     
    font-size: 10px;
    text-decoration: none !important;
    height: 50px;
    line-height: 51px;
    overflow: hidden;
    font-size: 13px;
    color: rgba(0,0,0,.8) !important !important;
    padding: 0;
    border-radius: 0;
}
#alert a.stream {
    height: 0px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    color: #000 !important;
    background: #4ae53a;
    display: block;
}
html {
  scrollbar-color: #4ae53a #111;
  scrollbar-width: thin;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-button {
    display: none;
}
::-webkit-scrollbar-track {
    background: #111;
}
::-webkit-scrollbar-thumb {
    background: #4ae53a;
}
body.drk > nav > .container > .navbar-collapse > ul > li.active > div {
    display: none !important;
}
body {
    margin-top: 0 !important;
}
#navisep{
    display: none !important;
}
#header_image::after,
#header_text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(top,rgba(17,17,17,0),rgba(17,17,17,1));
    background: -moz-linear-gradient(top,rgba(17,17,17,0),rgba(17,17,17,1));
    background: -ms-linear-gradient(top,rgba(17,17,17,0),rgba(17,17,17,1));
    background: -o-linear-gradient(top,rgba(17,17,17,0),rgba(17,17,17,1));
    background: linear-gradient(top,rgba(17,17,17,0),rgba(17,17,17,1));
    height: 10vh;
    z-index: 1;
}
#header_text {
    z-index: 1;
    left: 0;
    right: 0;
    padding-top: 85px;
    position: absolute;
    top: 0;
    background-position: center;
    background-size: cover;
    /* height: calc( 100vh - 170px ); */
    height: 26vw;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 12px #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 3vw;
}
#header_image {
    z-index: 1;
    left: 0;
    right: 0;
    padding-top: 85px;
    background-color: #1b2441;
    background-position: center;
    background-size: cover;
    position: relative;
    /* height: calc( 100vh - 170px ); */
    height: 26vw;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 12px #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 3vw;
}
#header_text::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#skills {
    display: none;
}
#service {
    background: #202020 !important;
}