@font-face {
    font-family: 'smart-font';
    src: url('../fonts/OdudoSoft-Regular.woff2') format('woff2'), url('../fonts/OdudoSoft-Regular.woff') format('woff');
}
@font-face {
    font-family: 'smart-font';
    src: url('../fonts/OdudoSoft-Bold.woff2') format('woff2'), url('../fonts/OdudoSoft-Bold.woff') format('woff');
    font-weight: bold;
}
@font-face {
    font-family: 'smart-font';
    src: url('../fonts/OdudoSoft-Light.woff2') format('woff2'), url('../fonts/OdudoSoft-Light.woff') format('woff');
    font-weight: lighter;
}

::-moz-selection {
 text-shadow: none;
 color: #fff;
 background: #52d5e7;
}
::selection {
    text-shadow: none;
    color: #fff;
    background: #52d5e7;
}
img::selection {
    color: #fff;
    background: 0 0;
}
 img::-moz-selection {
 color: #fff;
 background: 0 0;
}
body {
    font-family: 'smart-font', sans-serif;
    font-weight: lighter;
	background-image: url('../img/bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
}
/*@media screen and (max-width: 767px) {
	html, body {
		overflow-x: hidden;
	}
}*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'smart-font', sans-serif;
    font-weight: bold;
}
p {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 1.5;
}
a {
    color: #52d5e7;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
a:hover, a:focus {
    color: #52e78a;
    text-decoration: none !important;
}
/** STYLING DETAILS **/

.input-form-round {
    border-radius: 300px !important;
}
.has-warning .form-control {
    border-color: red !important;
}
.has-warning .form-control::-webkit-input-placeholder {
 color: red !important;
}
.has-warning .form-control::-moz-placeholder {
 color: red !important;
}
.has-warning .form-control:-ms-input-placeholder {
 color: red !important;
}
.has-warning .form-control:-moz-placeholder {
 color: red !important;
}
.well {
    background-color: #fff !important;
}
.bg-white {
    background: #fff;
}
.shadow {
    box-shadow: 0 0 35px rgba(0,0,0,0.18);
}
.img-circle {
    display: block;
    margin: 0 auto;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
/** TEXT STYLING **/

.h1-fixed {
    font-size: 60px !important;
}
.text-black {
    color: #000 !important;
}
.text-white {
    color: #fff !important;
}
.text-success {
    color: #5CE886 !important;
}
.text-yellow {
    color: #ffb321 !important;
}
.text-green {
    color: #5CE886 !important;
}
.text-red {
    color: /*#fe7a60*/ red !important;
}
.text-blue {
    color: #52d5e7 !important;
}
.text-magenta {
    color: #fb77ea !important;
}
.text-bold {
    font-family: 'smart-font', sans-serif;
    font-weight: bold;
}
.text-light {
    font-family: 'smart-font', sans-serif;
    font-weight: lighter;
}
.text-normal {
    font-family: 'smart-font', sans-serif;
    font-weight: normal;
}
.text-small {
    font-size: 14px !important;
}
.text-caps {
    text-transform: uppercase !important;
}
/** LAYOUT HELP **/

.m-b-n {
    margin-bottom: 0px;
}
.m-b {
    margin-bottom: 15px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b-md {
    margin-bottom: 20px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.m-b-xxl {
    margin-bottom: 50px;
}
.m-b-ultra {
    margin-bottom: 100px;
}
.m-t {
    margin-top: 15px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t-md {
    margin-top: 20px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-t-xxl {
    margin-top: 50px !important;
}
.m-t-ultra {
    margin-top: 100px !important;
}
.m-r {
    margin-right: 15px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r-md {
    margin-right: 20px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-r-xxl {
    margin-right: 50px;
}
.m-l {
    margin-left: 15px;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l-md {
    margin-left: 20px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-l-xxl {
    margin-left: 50px;
}
.p-none {
    padding: 0 !important;
}
.p-b {
    padding-bottom: 15px;
}
.p-b-xs {
    padding-bottom: 5px;
}
.p-b-sm {
    padding-bottom: 10px;
}
.p-b-md {
    padding-bottom: 20px;
}
.p-b-lg {
    padding-bottom: 30px;
}
.p-b-xl {
    padding-bottom: 40px;
}
.p-b-xxl {
    padding-bottom: 50px;
}
.p-b-ultra {
    padding-bottom: 100px;
}
.p-t {
    padding-top: 15px;
}
.p-t-xs {
    padding-top: 5px;
}
.p-t-sm {
    padding-top: 10px;
}
.p-t-md {
    padding-top: 20px;
}
.p-t-lg {
    padding-top: 30px;
}
.p-t-xl {
    padding-top: 40px;
}
.p-t-xxl {
    padding-top: 50px;
}
.p-t-ultra {
    padding-top: 100px;
}
.p-l {
    padding-left: 15px;
}
.p-l-xs {
    padding-left: 5px;
}
.p-l-sm {
    padding-left: 10px;
}
.p-l-md {
    padding-left: 20px;
}
.p-l-lg {
    padding-left: 30px;
}
.p-l-xl {
    padding-left: 40px;
}
.p-l-xxl {
    padding-left: 50px;
}
.p-l-ultra {
    padding-left: 100px;
}

@media (max-width:767px) {
.p-none {
    padding: 0 !important;
    margin: 30px 30px 50px 30px;
}
.m-b {
    margin-bottom: 7px;
}
.m-b-xs {
    margin-bottom: 2px;
}
.m-b-sm {
    margin-bottom: 5px;
}
.m-b-md {
    margin-bottom: 10px;
}
.m-b-lg {
    margin-bottom: 15px;
}
.m-b-xl {
    margin-bottom: 20px;
}
.m-b-xxl {
    margin-bottom: 25px;
}
.m-b-ultra {
    margin-bottom: 50px;
}
.m-t {
    margin-top: 7px;
}
.m-t-xs {
    margin-top: 2px;
}
.m-t-sm {
    margin-top: 5px;
}
.m-t-md {
    margin-top: 10px;
}
.m-t-lg {
    margin-top: 15px;
}
.m-t-xl {
    margin-top: 20px;
}
.m-t-xxl {
    margin-top: 25px !important;
}
.m-t-ultra {
    margin-top: 50px !important;
}
}
/** BUTTONS **/
.btn-img{
	width: 180px;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'smart-font', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
}
.btn-xl {
    padding: 15px 30px;
}
.btn-login {
    padding: 5px 15px;
    border: 1px solid #52d5e7 !important;
    color: #52d5e7 !important;
    background-color: #fff !important;
}
.btn-login:hover, .btn-login:focus {
    border: 1px solid #52d5e7 !important;
    color: #5CE886 !important;
    background-color: #fff !important;
}
.btn-primary {
    border: 1px solid #52d5e7 !important;
    color: #fff;
    background-color: #52d5e7;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    border: 1px solid #52d5e7 !important;
    color: #52d5e7;
    background-color: #fff;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    border-color: #66a2bc;
    background-color: #66a2bc;
}
.btn-primary .badge {
    color: #66a2bc;
    background-color: #fff;
}




.btn-danger {
    border: 1px solid #ee3939 !important;
    color: #fff;
    background-color: #ee3939;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.btn-danger:focus, .btn-danger.focus {
    border: 1px solid #ee3939 !important;
    color: #ee3939;
    background-color: #fff;
}
.btn-danger:hover {
    border: 1px solid #ee3939 !important;
    color: #ee3939;
    background-color: #fff;
}
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    border: 1px solid #ee3939 !important;
    color: #ee3939;
    background-color: #fff;
}
.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
    border: 1px solid #ee3939 !important;
    color: #ee3939;
    background-color: #fff;
}
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
    border-color: #66a2bc;
    background-color: #66a2bc;
}
.btn-danger .badge {
    color: #66a2bc;
    background-color: #fff;
}










.btn-success {
    border: 1px solid #5CE886 !important;
    color: #fff;
    background-color: #5CE886;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.btn-success:focus, .btn-success.focus {
    border: 1px solid #5CE886 !important;
    color: #5CE886;
    background-color: #fff;
}
.btn-success:hover {
    border: 1px solid #5CE886 !important;
    color: #5CE886;
    background-color: #fff;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    border: 1px solid #5CE886 !important;
    color: #5CE886;
    background-color: #fff;
}
.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
    border: 1px solid #5CE886 !important;
    color: #5CE886;
    background-color: #fff;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
    border-color: #66a2bc;
    background-color: #66a2bc;
}
.btn-success .badge {
    color: #66a2bc;
    background-color: #fff;
}
.btn-default {
    border: 1px solid #fff !important;
    color: #fff;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    border: 1px solid #fff !important;
    color: #5CE886;
    background-color: #fff;
	/*box-shadow: 0 0 35px rgba(0,0,0,0.18);*/
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    border-color: #66a2bc;
    background-color: #66a2bc;
}
.btn-default .badge {
    color: #66a2bc;
    background-color: #fff;
}
/** START **/

.autotype {
    min-height: 150px !important;
}
/** ABOUT **/
#px-about-01, #px-about-02 {
    z-index: 90;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed !important;
}
#px-about-01 {
    z-index: 10;
    background-image: url(../img/px-about-01.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#px-about-02 {
    z-index: 20;
    background-image: url(../img/px-about-02.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.about-h {
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.container-about {
    /*padding: 70px 0 ;*/
    background-image: url(../img/bg-about-full.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#about-01 {
    float: right;
    margin-left: 110px;
    width: 437px;
    height: 463px;
    z-index: -10;
    background-image: url(../img/bg-about-01.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#about-02 {
    float: right;
    margin-left: 520px;
    width: 621px;
    height: 463px;
    z-index: -11;
    background-image: url(../img/bg-about-02.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/** DNA **/
.dna-width {
    /*height: 80px;*/
    height: 50px;
}
.dna-col {
    width: 50%;
    float: left;
    padding-top: 70px;
    padding-bottom: 50px;
}
/*.dna-col:hover{
	background-image: url(../img/bg_dna_01.svg);
}*/
.border-left {
    border-left: 1px solid #D7D7D7;
}
.border-bottom {
    border-bottom: 1px solid #D7D7D7;
}
/** LEISTUNGEN **/
.border-light {
    border: 1px solid #D7D7D7 !important;
}
.border-grey {
    border-color: #D7D7D7 !important;
}
.border-red {
    border: 1px solid red !important;
}
.border-round {
    border-radius: 4px;
}
.border-none {
    border: none !important;
}
.leistungen-mobile-bg {
    background-image: url(../img/bg-leistung-mobile.png);
    background-position: center;
    background-size: cover;
}
.leistungen-service-bg {
    background-image: url(../img/bg-leistung-service.png);
    background-position: center;
    background-size: cover;
}
.leistungen-solutions-bg {
    background-image: url(../img/bg-leistung-solutions.png);
    background-position: center;
    background-size: cover;
}
.leistungen-h {
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
/** PRODUKTE & NETZBETREIBER **/
.container-produkte {
   /* padding: 70px 0;*/
    background-image: url(../img/bg-produkte.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.container-netzbetreiber {
    /*padding: 70px 0;*/
    background-image: url(../img/bg-netzbetreiber.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.product-width {
    width: 80px;
}
.product-height {
    height: 80px;
}
.product-col {
    width: 25%;
    float: left;
    padding-top: 70px;
    padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
.product-col {
    width: 50%;
    float: left;
    padding-top: 70px;
    padding-bottom: 50px;
    border: none !important;
}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
.product-col {
    width: 33%;
    float: left;
    padding-top: 70px;
    padding-bottom: 50px;
    border: none !important;
}
}
/**CLIENTS**/
.client-bg-fade-top {
    width: 100%;
    margin-top: -130px !important;
}
.client-bg-fade-bottom {
    width: 100%;
    margin-bottom: -110px !important;
}
.client-width {
    width: 80px;
}
.client-height {
    height: 80px;
}
.client-col {
    width: 20%;
    float: left;
    padding-top: 70px;
    padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
.client-col {
    width: 50%;
    float: left;
    padding-top: 70px;
    padding-bottom: 50px;
    border: none !important;
}
.client-bg-fade-top {
    width: 100%;
    margin-top: -191px !important;
    height: 100px;
}
.client-bg-fade-bottom {
    width: 100%;
    margin-bottom: -178px !important;
    height: 100px;
}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
.client-col {
    width: 33%;
    float: left;
    padding-top: 70px;
    padding-bottom: 50px;
    border: none !important;
}
}
.clients-bg {
    /*background-image:url(../img/bg-blue.jpg);
	background-repeat:no-repeat;
	background-size: cover;*/
    background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
    background-size: 400% 400%;
    -webkit-animation: Gradient 15s ease infinite;
    -moz-animation: Gradient 15s ease infinite;
    animation: Gradient 15s ease infinite;
    padding-top: 100px;
    padding-bottom: 100px;
}
 @-webkit-keyframes Gradient {
 0% {
 background-position: 0% 50%
}
 50% {
 background-position: 100% 50%
}
 100% {
 background-position: 0% 50%
}
}
 @-moz-keyframes Gradient {
 0% {
 background-position: 0% 50%
}
 50% {
 background-position: 100% 50%
}
 100% {
 background-position: 0% 50%
}
}
 @keyframes Gradient {
 0% {
 background-position: 0% 50%
}
 50% {
 background-position: 100% 50%
}
 100% {
 background-position: 0% 50%
}
}
.border-white {
    border-color: #fff !important;
}
/** VORTEILE **/
.paket-umgebung {
    padding: 70px 0;
    background-image: url(../img/bg-pakete.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

@media (max-width:767px) {
.paket-umgebung {
    padding: 20px 0;
}
}
/* PAKET AYARLARI */
.paket-umgebung .paket-container .paket-header {
    padding: 30px 5px 30px 5px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
}
.paket-umgebung .paket-container .paket-header.paket-2 {
    background: #ffb321;
    background-image: url(../img/bg-paket-kunde.png);
    background-position: center;
    background-size: cover;
}
.paket-umgebung .paket-container .paket-header.paket-3 {
    background: #52d5e7;
    background-image: url(../img/bg-paket-business.png);
    background-position: center;
    background-size: cover;
}
.paket-umgebung .paket-container .paket-header.paket-4 {
    background: #fb77ea;
    background-image: url(../img/bg-paket-enterprise.png);
    background-position: center;
    background-size: cover;
}
.paket-umgebung .paket-container .paket-header.paket-focus {
    background-image: url(../img/bg-paket-business.png);
    background-position: center;
    position: relative;
    margin-top: -15px;
    padding-top: 45px;
}
/*.paket-umgebung .paket-container .paket-header.paket-focus:before {
    content: "";
    width: 100%;
    height: 15px;
    background: #52d5e7;
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    border-radius: 3px 3px 0 0;
}*/

.paket-umgebung .paket-container .paket-header h3 {
    padding: 12px 0 0 0;
    margin: 0;
    font-size: 32px;
}
.paket-umgebung .paket-container .paket-listung:after {
    content: "";
    display: block;
    width: 23px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: -50px;
    bottom: 0;
    margin: auto;
    background-size: 100% 100%;
}
.paket-umgebung .paket-container .buttons {
    padding-top: 10px;
    padding-bottom: 30px;
}
.paket-umgebung .paket-container ul {
    background: white;
    padding-bottom: 30px;
}
.paket-umgebung .paket-container .shadow {
    box-shadow: 0 0 35px rgba(0,0,0,0.18);
    position: relative;
    z-index: 7;
}
.paket-umgebung .paket-container .focus {
    z-index: 8;
}
.paket-umgebung .paket-container .focus:after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 7;
    background: white;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.10);
}
.paket-umgebung .paket-container ul li:last-child:before {
    display: none;
}
.paket-umgebung .paket-container ul li:first-child:before {
    display: none;
}
.paket-umgebung .paket-container li {
    padding: 10px 25px 10px 25px;
    position: relative !important;
}
.paket-umgebung .paket-container li > p {
    margin-bottom: 0px !important;
}
.paket-umgebung .paket-container li:before {
    content: "";
    display: block;
    width: 75%;
    height: 1px;
    background: #e8e8e8;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.paket-starter {
    padding-top: 0px !important;
}
.paket-starter-icon {
    margin-top: -30px;
}
.paket-umgebung .paket-container li:nth-child(odd) {
    background: #ffffff;
}
.paket-umgebung .paket-container li:nth-child(even) {
    background: #ffffff;
}
/** USP **/
.list-usp {
    font-size: 22px !important;
}
#usp-01 {
    float: right;
    margin-left: 210px;
    width: 274px;
    height: 268px;
    z-index: -10;
    background-image: url(../img/bg-usp-01.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#usp-02 {
    float: right;
    margin-left: 320px;
    width: 263px;
    height: 225px;
    z-index: -11;
    background-image: url(../img/bg-usp-02.png);
    background-repeat: no-repeat;
    background-size: cover;
}
/** TEAM **/
.person {
    text-align: center;
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
.name {
    font-size: 24px;
    margin-bottom: 5px;
}
.position {
    text-transform: uppercase;
    /*margin-bottom: 30px;*/
    margin-bottom: 15px;
    letter-spacing: 2px;
}
/** PRESS **/
#presse .sm-press-item {
    background: #fff;
    float: left;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #D7D7D7;
}

@media screen and (max-width: 480px) {
#presse .sm-press-item {
    display: block !important;
}
}
#presse .sm-press-item .sm-press-text, #presse .sm-press-item .sm-press-img {
    width: 50%;
}

@media screen and (max-width: 480px) {
#presse .sm-press-item .sm-press-text, #presse .sm-press-item .sm-press-img {
    height: inherit;
    float: none !important;
    width: 100%;
    display: block !important;
}
}
#presse .sm-press-item .sm-press-text {
    float: left;
    padding: 20px;
}
#presse .sm-press-item .sm-press-text .sm-press-title {
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
    font-weight: 400;
    font-size: 20px;
    color: #444;
    position: relative;
}
#presse .sm-press-item .sm-press-text .sm-press-title .sm-border {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 30px;
    background: #52d5e7;
}
#presse .sm-press-item .sm-press-img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 480px) {
#presse .sm-press-item .sm-press-img {
    height: 200px;
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
}
}
/** TYPED CURSOR **/
.typed-cursor {
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
 @keyframes blink {
 0% {
 opacity: 1;
}
 50% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-webkit-keyframes blink {
 0% {
 opacity: 1;
}
 50% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-moz-keyframes blink {
 0% {
 opacity: 1;
}
 50% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-ms-keyframes blink {
 0% {
 opacity: 1;
}
 50% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-o-keyframes blink {
 0% {
 opacity: 1;
}
 50% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
/** NAVIGATION **/
.navbar-default {
    min-height: 75px;
    border: none;
    /*border-color: rgba(34,34,34,.05);*/
    font-family: 'smart-font', sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    background-color: #52d5e7;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.navbar-nav > li > a {
    padding-top: 30px;
}
.navbar-header {
    min-height: 75px;
}
.navbar-toggle {
    margin-top: 20px !important;
    background-color: transparent !important;
    border: none !important;
}
.navbar-default .navbar-collapse {
    border: none !important;
}
.icon-bar {
    background-color: #fff !important;
}
.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'smart-font', sans-serif;
    font-weight: normal;
    letter-spacing: 2px;
    color: #fff;
}
.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
    color: #fff !important;
}
.navbar-default .nav > li>a, .navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff !important;
}
.navbar-default .nav > li>a:hover, .navbar-default .nav>li>a:focus:hover {
    color: #fff;
}
.navbar-default .nav > li.active>a, .navbar-default .nav>li.active>a:focus {
    /*color: #eef5c7!important;*/
    font-weight: bold;
    background-color: transparent;
}
.navbar-default .nav > li.active>a:hover, .navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
/**SUB NAVI**/

.navbar-default-sub .nav > li.active>a, .navbar-default-sub .nav>li.active>a:focus {
    color: #eef5c7 !important;
    background-color: transparent;
}
.navbar-default-sub .nav > li.active>a:hover, .navbar-default-sub .nav>li.active>a:focus:hover {
    background-color: transparent;
}
.navbar-default-sub .nav > li>a:hover, .navbar-default-sub .nav>li>a:focus:hover {
    background-color: transparent;
}
.navbar-default-sub {
    border-color: rgba(34,34,34,.05);
    background-color: #AFCA0B;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.navbar-default-sub .navbar-header .navbar-brand {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 700;
    color: #fff;
}
.navbar-default-sub .navbar-header .navbar-brand:hover, .navbar-default-sub .navbar-header .navbar-brand:focus {
    color: #66a2bc;
}
.navbar-default-sub .nav > li>a, .navbar-default-sub .nav>li>a:focus {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
.navbar-default-sub .svgfill .st0 {
    fill: #FFFFFF !important;
}
.navbar-default-sub .svgfill .st1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #FFFFFF;
}
.svgfill {
    fill: #5CE886;
}
.st0 {
    fill: #fff;
}
.st1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #fff;
}
.navbar-default-sub .nav > li>a:hover, .navbar-default-sub .nav>li>a:focus:hover {
    color: #eef5c7;
}
/**SUB NAVI**/
	
.navbar-default {
    /*border-color: rgba(255,255,255,.3);*/
    background-color: transparent;
}
.navbar-default .navbar-header .navbar-brand {
    color: rgba(255,255,255,.7);
}
.navbar-default .navbar-header .navbar-brand:hover, .navbar-default .navbar-header .navbar-brand:focus {
    color: #fff;
}
.navbar-default .nav > li>a, .navbar-default .nav>li>a:focus {
    color: rgba(255,255,255,.7);
}
.navbar-default .nav > li>a:hover, .navbar-default .nav>li>a:focus:hover {
    color: #fff;
}
.navbar-default.affix, .navbar-default.register {
    /*border-color: rgba(34,34,34,.05);*/
    background-color: #5CE886;
}
.navbar-default.affix .navbar-header .navbar-brand, .navbar-default.register .navbar-header .navbar-brand {
    font-size: 14px;
    color: #66a2bc;
}
.navbar-default.affix .navbar-header .navbar-brand:hover, .navbar-default.affix .navbar-header .navbar-brand:focus, .navbar-default.register .navbar-header .navbar-brand:hover, .navbar-default.register .navbar-header .navbar-brand:focus {
    color: #66a2bc;
}
.navbar-default.affix .nav > li>a, .navbar-default.affix .nav>li>a:focus, .navbar-default.register .nav > li>a, .navbar-default.register .nav>li>a:focus {
    color: #fff;
}
.navbar-default.affix .svgfill .st0, .navbar-default.register .svgfill .st0 {
    fill: #FFFFFF !important;
}
.navbar-default.affix .svgfill .st1, .navbar-default.register .svgfill .st1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #5CE886;
}
.st0 {
    fill: #fff;
}
.st1 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #5CE886;
}
.navbar-default.affix .nav > li>a:hover, .navbar-default.affix .nav>li>a:focus:hover, .navbar-default.register .nav > li>a:hover, .navbar-default.register .nav>li>a:focus:hover {
    color: #eef5c7;
}
}
/** FORM **/
.control-label {
    font-weight: lighter !important;
    font-size: 16px;
}
/** MAP **/
.container-map{
	height: 800px;
}
.map {
    position: absolute;
    /*left:33.3333%;
          width:66.6666%;*/
    width: 100%;
    top: 0;
    bottom: 0;
	left: 0;
}
.listings {
    display: none;
}
.marker {
    border: none;
    cursor: pointer;
    height: 56px;
    width: 47px;
    background-image: url(../img/marker.png);
    background-color: rgba(0, 0, 0, 0);
}

/* Marker tweaks */
.mapboxgl-popup {
    padding-bottom: 50px;
}
.mapboxgl-popup-close-button {
    display: none;
}
.mapboxgl-popup-content {
    padding: 0;
    width: 200px;
}
.mapboxgl-popup-content-wrapper {
    padding: 1%;
}
.mapboxgl-popup-content h3 {
    background: #5CE886;
    color: #fff;
    margin: 0;
    display: block;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    font-weight: 700;
    margin-top: -15px;
}
.mapboxgl-popup-content p {
    margin: 0;
    display: block;
    padding: 0px 10px 0px 10px;
    font-family: 'smart-font', sans-serif;
    font-weight: lighter;
	font-size: 12px;
}
.mapboxgl-popup-content div {
    padding: 10px;
}
.mapboxgl-container .leaflet-marker-icon {
    cursor: pointer;
}
.mapboxgl-popup-anchor-top > .mapboxgl-popup-content {
    margin-top: 15px;
}
.mapboxgl-popup-anchor-top > .mapboxgl-popup-tip {
    border-bottom-color: #5CE886;
}


/** ANIMATION **/
.os-animation{
  opacity: 0;
}

.os-animation.animated{
    opacity: 1;
}

/** OLD **/
/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 
 #AFCA0B
 */

html, body {
    width: 100%;
    height: 100% !important;
}
hr {
    max-width: 50px;
    border-color: #AFCA0B;
    border-width: 3px;
}
hr.light {
    border-color: #fff;
}
.bg-primary {
    background-color: #AFCA0B;
}
.bg-dark {
    color: #fff;
    background-color: #222;
}
.text-faded {
    color: rgba(255,255,255,.7);
}
section {
    padding: 100px 0;
}

@media (max-width:767px) {
section {
    padding: 50px 0;
}
}
aside {
    padding: 50px 0;
}
.no-padding {
    padding: 0;
}
header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    /*background-image: url(../img/header.jpg);*/
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media (max-width:769px) {
header {
    background-image: url(../img/bg-full.png);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
}
header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
    z-index: 99;
}
header .header-content .header-content-inner h1 {
    /*margin-top: 0;*/
    /*margin-bottom: 0;*/
    text-transform: uppercase;
    /*font-weight: 900;*/
    color: #fff;
    letter-spacing: 5px;/*text-shadow: 0px 0px 4px #626262;*/
}
header .header-content .header-content-inner hr {
    margin: 30px auto;
}

/*header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 4px #626262;
}*/

@media(min-width:768px) {
header {
    min-height: 110vh;
}
header .header-content {
    position: absolute;
    top: 50%;
    padding: 0 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
header .header-content .header-content-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    z-index: 99;
}
header .header-content .header-content-inner p {
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
    font-size: 18px;
}
}
.section-heading {
    margin-top: 0;/*	font-weight: 700;*/
}
.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
.service-box {
    margin: 20px auto 0;
}
}
.service-box p {
    margin-bottom: 0;
}
.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    cursor: default;
}
.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.portfolio-box .portfolio-box-caption-blue {
    background: rgba(102,163,189,.9);
}
.portfolio-box .portfolio-box-caption-lightblue {
    background: rgba(219,228,232,.9);
}
.portfolio-box .portfolio-box-caption-red {
    background: rgba(245,168,158,.9);
}
.portfolio-box .portfolio-box-caption-lightred {
    background: rgba(251,209,180,.9);
}
.portfolio-box .portfolio-box-caption-yellow {
    background: rgba(244,216,101,.9);
}
.portfolio-box .portfolio-box-caption-lightyellow {
    background: rgba(255,236,150,.9);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 30%;
    /*top: 50%;*/
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
}
}
.call-to-action h2 {
    margin: 0 auto 20px;
}
.text-primary {
    color: #66a2bc;
}
.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
body {
    webkit-tap-highlight-color: #222;
}
.team-member {
    margin-bottom: 50px;
    text-align: center;
}
.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}
.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}
.team-member p {
    margin-top: 0;
}
ul.social-buttons {
    margin-bottom: 0;
}
ul.social-buttons li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
    outline: 0;
    color: #fff;
    background-color: #222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
    background-color: #fed136;
}
.spacer {
    width: 100%;
    height: 200px;
}
.spacer-sm {
    width: 100%;
    height: 100px;
}
.spacer-xs {
    width: 100%;
    height: 50px;
}
#map-container {
    height: 500px;
    width: 100%;
}
.primary {
    color: #AFCA0B;
}
#skrollr-body {
    height: 100%;
}
/*
 * This file is NOT needed in order to use skrollr.
 * The demo uses it and it may help you as well.
 */


/*html, body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	overflow-x:hidden;
}*/

.skrollable {
    /*
	 * First-level skrollables are positioned relative to window
	 */
    position: absolute;
    /*position:fixed;*/

	/*
	 * Skrollables by default have a z-index of 100 in order to make it easy to position elements in front/back without changing each skrollable
	 */
    z-index: 100;
}
.skrollr-mobile .skrollable {
    /*
		May cause issues on Android default browser (see #331 on GitHub).
	*/
    position: absolute;
}
.skrollable .skrollable {
    /*
	 * Second-level skrollables are positioned relative their parent skrollable
	 */
    position: absolute;
}
.skrollable .skrollable .skrollable {
    /*
	 * Third-level (and below) skrollables are positioned static
	 */
    position: static;
}
/*html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/*html, body {
	line-height: 1;
	min-height:100%;
	font-family:Artial, Verdana, sans-serif;
}
*/
/*body {
	background: #eeeeee;
	background: -webkit-linear-gradient(top, #eeeeee, #cccccc 100%);
	background: -moz-linear-gradient(top, #eeeeee, #cccccc 100%);
	background: -o-linear-gradient(top, #eeeeee, #cccccc 100%);
	background: -ms-linear-gradient(top, #eeeeee, #cccccc 100%);
	background: linear-gradient(top, #eeeeee, #cccccc 100%);
	background-attachment:fixed;
}
*/
ol, ul {
    list-style: none;
}
q {
    font-style: italic;
    color: #333;
}
h1 {
    font-size: 2.91em;
    margin: 0;
}
h1 > small {
    text-align: right;
    display: inline-block;
    font-size: .71em;
    text-indent: 15em;
    color: #444;
}
h2 {
    color: inherit;
    font-size: 1.91em;
    margin: 2em 0 1em 0;
}
h2:first-child {
    margin-top: 0;
}
h3 {
    color: inherit;
    font-size: 1.41em;
    margin: 1em 0;
}
h4 {
    color: #444;
    font-size: 1.11em;
    margin: 1em 0;
}
#progress {
    height: 2%;
    background: #444;
    bottom: 0;
    z-index: 200;
}
#scrollbar {
    position: fixed;
    right: 2px;
    height: 50px;
    width: 6px;
    background: #444;
    background: rgba(0,0,0,0.6);
    border: 1px solid rgba(255,255,255,0.6);
    z-index: 300;
    border-radius: 3px;
}
.skrollr-desktop #scrollbar {
    display: none;
}
#bg1, #bg2, #bg3, #bg4, #bg5, #bg6 {
    z-index: 90;
    top: 0;
    width: 100%;
    height: 100%;
}
#bg1 {
    z-index: 10;
    background-image: url(../img/bg-01.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#bg2 {
    z-index: 20;
    background-image: url(../img/bg-02.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#bg3 {
    z-index: 30;
    background-image: url(../img/bg-03.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#bg4 {
    z-index: 50;
    background-image: url(../img/bg-04.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#bg5 {
    z-index: 40;
    background-image: url(../img/bg-05.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#bg6 {
    z-index: 60;
    background-image: url(../img/bg-06.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#intro {
    width: 80%;
    left: 50%;
    top: 1em;
    margin-left: -40%;
    padding: 2em;
    background: #fff;
    text-align: center;
    border-radius: 1em;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#intro .arrows {
    font-size: 2em;
    color: #09f;
}
#transform {
    width: 70%;
    left: 50%;
    top: 20%;
    margin-left: -35%;
    text-align: center;
    font-size: 150%;
 transform-origin(50%, 50%);
}
#properties {
    width: 100%;
    height: 100%;
    padding-top: 10%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#easing_wrapper {
    width: 100%;
    height: 100%;
}
#easing {
    top: 10%;
    width: 50%;
    z-index: 101;
}
.drop {
    background: #09f;
    font-weight: bold;
    padding: 1em;
}
#download {
    width: 80%;
    left: 10%;
    height: 80%;
    padding: 3em;
    border: 0 solid #222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.twitter-share-button, .twitter-follow-button {
    vertical-align: middle;
}
