body {
    font-family: 'Lato', sans-serif;
    color: #666;
    -webkit-font-smoothing: antialiased;
    background: #f9f9f9;
    padding-top: 80px;
}

@media (max-width: 768px) {
    body {
        padding-top: 50px;
    }
}

/**
 * General
 */
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

a {
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
}

.div-table {
    display: table;
}

.div-tr {
    display: table-row;
}

.div-td {
    display: table-cell;
}

@media (min-width: 768px) {
    .is-table-row {
        display: table;
        width: 100%;
    }

    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
}

@media (max-width: 992px) {
    [class*='col-md-'] {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    [class*='col-sm-'] {
        margin-bottom: 15px;
    }
}

/**
 * Header
 */
header {
    color: #fff;
    padding: 0;
    background: #66cdcc;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #66cdcc), color-stop(100%, #336799));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
    /* IE10+ */
    background: linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66cdcc, endColorstr=#336799, GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

header .intro-text {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
}

header .intro-text .intro-heading {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    header .intro-text {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    header .intro-text .intro-lead-in {
        font-size: 17px;
        line-height: 17px;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
    }

    header .intro-text .intro-heading {
        font-size: 37px;
        line-height: 37px;
        margin-bottom: 20px;
    }
}

.shorten #shorten .form-group {
    position: relative;
    margin-bottom: 15px;
}

.shorten #shorten input.input-lg {
    background-color: rgba(255, 255, 255, .35);
    color: #ffffff;
    border: none;
    border-radius: 19px;
    height: 50px;
    padding-right: 60px;
}

.shorten #shorten .form-control::-webkit-input-placeholder {
    color: white;
}

.shorten #shorten .form-control:-moz-placeholder {
    color: white;
}

.shorten #shorten .form-control::-moz-placeholder {
    color: white;
}

.shorten #shorten .form-control:-ms-input-placeholder {
    color: white;
}

.shorten #shorten button {
    background-color: transparent;
    border: none;
    padding: 0;
    position: absolute;
    right: 7px;
    top: 6px;
}

.shorten #shorten button:focus {
    outline: none;
}

.shorten .slogan {
    font-size: 25px;
    margin-top: 35px;
    font-weight: 300;
}

@media (min-width: 768px) {
    header .intro-text {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    header .intro-text .intro-lead-in {
        font-size: 23px;
        line-height: 23px;
        margin-bottom: 25px;
    }

    .inner-page header .intro-text {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .inner-page header .intro-lead-in {
        font-size: 43px;
        line-height: 43px;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        margin-bottom: 0;
    }

    header .intro-text .intro-heading {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 50px;
        text-transform: none;
        font-weight: normal;
    }

    .shorten #shorten input.input-lg {
        width: 470px
    }
}

@media (min-width: 992px) {
    .shorten #shorten input.input-lg {
        width: 555px
    }
}

.installation .container {
    max-width: 600px;
    background-color: #FFFFFF;
}

section:not(.home) {
    margin: 20px 0;
}

section.home {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-header.title {
    margin: 10px 0px;
}

.input-group-addon label {
    margin: 0;
}

.section-heading {
    margin-bottom: 80px;
    text-align: center;
}

.section-heading h1 {
    display: inline-block;
    font-size: 55px;
    font-weight: 300;
    margin-bottom: 0px;
}

section .section-heading .divider:after {
    background: none repeat scroll 0% 0% #66CDCC;
}

.section-heading .divider:after {
    content: "";
    position: relative;
    height: 4px;
    width: 60px;
    display: block;
    text-align: center;
    margin: 13px auto;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
}

.section-heading p {
    font-size: 25px;
    color: #999;
    font-weight: 300;
}

.about-item {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    color: #999999;
}

.about-item i.fa {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 35px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 104px;
}

.about-item i.fa {
    border: 2px solid #66cdcc;
    color: #66cdcc;
}

.about-item:hover i.fa {
    color: #ffffff;
    background: #66cdcc;
}

.about-item:hover h3 {
    color: #66cdcc;
}

.navbar-default {
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 1);
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px;
        color: #336799;
        font-size: 16px;
    }

    .navbar-nav > li.language-selector > a {
        padding: 29px 15px;
        font-size: 22px;
    }
}

.navbar-default .navbar-brand {
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #336799;
}

@media (max-width: 768px) {
    .navbar-default .navbar-brand {
        padding-top: 19px;
    }
}

section#shorten {
    color: #fff;
    padding: 0;
    background: #66cdcc;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #66cdcc), color-stop(100%, #336799));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
    /* IE10+ */
    background: linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66cdcc, endColorstr=#336799, GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

section#shorten .container {
    padding: 80px 0;
}

canvas.pg-canvas {
    position: absolute;
}

section#shorten .container .shorten-title {
    font-size: 35px;
    margin-bottom: 50px;
}

section#stats {
    background: none repeat scroll 0% 0% #F6F6F6;
}

.display-counter {
    font-size: 70px;
    display: block;
    color: #336799;
}

.os-animation {
    opacity: 0;
}

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

/**
 * Testimonials
 */
#testimonials {

}

.testimonials {

}

.testimonials .content {
    font-size: 19px;
    font-style: italic;
}

.testimonials .content .fa-stack-2x {

}

.testimonials .content .fa-quote-left.fa-inverse {

}

.testimonials .testimonial-image img {
    display: inline;
    border-radius: 50% 50%;
}

.testimonials .testimonial-info {
    margin: 10px auto 0 auto;;
}

.testimonials .testimonial-info .div-td {
    vertical-align: middle;
}

.testimonials .testimonial-data {
    padding-left: 25px;
}

.testimonials .testimonial-data h4 {
    font-size: 16px;

    margin: 0 0 3px 0;
}

.testimonials .testimonial-data div {
    font-style: italic;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {

}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
    border-radius: 0;
    background: #66e1fe;
}

@media (max-width: 767px) {
    .testimonials .content {
        font-size: 15px;
    }

    .testimonials .content .col-sm-1 {
        text-align: center;
    }
}

/** Contact Us **/
section#contact {
    background: none repeat scroll 0% 0% #F6F6F6;
}

#LinkAjaxAddForm, #FormContactForm {
    position: relative;
}

.add-link-result, .contact-result {
    display: none;
}

footer {
    color: #fff;
    background: #66cdcc;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #66cdcc), color-stop(100%, #336799));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
    /* IE10+ */
    background: linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66cdcc, endColorstr=#336799, GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

footer {
    text-align: center;
    padding: 15px 0;
}

footer a {
    color: #FFF;
    margin: 0 8px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

footer a:hover {
    color: rgba(255, 255, 255, .8);
}

footer .social-links a {
    font-size: 20px;
}

footer .social-links a:hover {
    text-decoration: none
}

footer .copyright a {
    text-decoration: underline;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-weight: bold;
}

footer .copyright a {
    font-weight: 300;
    text-decoration: none;
}

footer .copyright a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    footer .bottom-menu {
        text-align: right;
    }

    footer .social-links {
        text-align: left;
    }
}

/*
 * Ads
 */
.ads_area1 {
    margin-bottom: 20px;
}

.loader:before,
.loader:after,
.loader {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    font-size: 10px;
    /*margin: 80px auto;*/
    margin: 0px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #66cdcc;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #66cdcc;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #66cdcc;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #66cdcc;
    }
}

/*
 * Component: Box
 * --------------
 */
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.box.box-primary {
    border-top-color: #3c8dbc;
}

.box.box-info {
    border-top-color: #00c0ef;
}

.box.box-danger {
    border-top-color: #dd4b39;
}

.box.box-warning {
    border-top-color: #f39c12;
}

.box.box-success {
    border-top-color: #00a65a;
}

.box.box-default {
    border-top-color: #d2d6de;
}

.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
    display: none;
}

.box .nav-stacked > li {
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}

.box .nav-stacked > li:last-of-type {
    border-bottom: none;
}

.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}

.box .border-right {
    border-right: 1px solid #f4f4f4;
}

.box .border-left {
    border-left: 1px solid #f4f4f4;
}

.box.box-solid {
    border-top: 0;
}

.box.box-solid > .box-header .btn.btn-default {
    background: transparent;
}

.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
    background: rgba(0, 0, 0, 0.1);
}

.box.box-solid.box-default {
    border: 1px solid #d2d6de;
}

.box.box-solid.box-default > .box-header {
    color: #444444;
    background: #d2d6de;
    background-color: #d2d6de;
}

.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
    color: #444444;
}

.box.box-solid.box-primary {
    border: 1px solid #3c8dbc;
}

.box.box-solid.box-primary > .box-header {
    color: #ffffff;
    background: #3c8dbc;
    background-color: #3c8dbc;
}

.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-info {
    border: 1px solid #00c0ef;
}

.box.box-solid.box-info > .box-header {
    color: #ffffff;
    background: #00c0ef;
    background-color: #00c0ef;
}

.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-danger {
    border: 1px solid #dd4b39;
}

.box.box-solid.box-danger > .box-header {
    color: #ffffff;
    background: #dd4b39;
    background-color: #dd4b39;
}

.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-warning {
    border: 1px solid #f39c12;
}

.box.box-solid.box-warning > .box-header {
    color: #ffffff;
    background: #f39c12;
    background-color: #f39c12;
}

.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
    color: #ffffff;
}

.box.box-solid.box-success {
    border: 1px solid #00a65a;
}

.box.box-solid.box-success > .box-header {
    color: #ffffff;
    background: #00a65a;
    background-color: #00a65a;
}

.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
    color: #ffffff;
}

.box.box-solid > .box-header > .box-tools .btn {
    border: 0;
    box-shadow: none;
}

.box.box-solid[class*='bg'] > .box-header {
    color: #fff;
}

.box .box-group > .box {
    margin-bottom: 5px;
}

.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
}

.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box .overlay,
.overlay-wrapper .overlay {
    z-index: 50;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}

.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    color: #000;
    font-size: 30px;
}

.box .overlay.dark,
.overlay-wrapper .overlay.dark {
    background: rgba(0, 0, 0, 0.5);
}

.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
    content: " ";
    display: table;
}

.box-header:after,
.box-body:after,
.box-footer:after {
    clear: both;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}

.collapsed-box .box-header.with-border {
    border-bottom: none;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
    margin-right: 5px;
}

.box-header > .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.box-header > .box-tools [data-toggle="tooltip"] {
    position: relative;
}

.box-header > .box-tools.pull-right .dropdown-menu {
    right: 0;
    left: auto;
}

.box-header > .box-tools .dropdown-menu > li > a {
    color: #444 !important;
}

.btn-box-tool {
    padding: 5px;
    font-size: 12px;
    background: transparent;
    color: #97a0b3;
}

.open .btn-box-tool,
.btn-box-tool:hover {
    color: #606c84;
}

.btn-box-tool.btn:active {
    box-shadow: none;
}

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body > .table {
    margin-bottom: 0;
}

.box-body .fc {
    margin-top: 5px;
}

.box-body .full-width-chart {
    margin: -19px;
}

.box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.box-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #f4f4f4;
    padding: 10px;
    background-color: #ffffff;
}

#cookie-pop {
    position: sticky;
    bottom: 0;
    z-index: 10000;
    width: 100%;
    background-color: #222222;
}
.cookie-message {
    color: #ffffff;
}
.cookie-message a {
    color: #ffffff;
}
.cookie-confirm {
    text-align: right;
}
@media (min-width: 768px) {
    .cookie-message {
        padding: 20px 0;
    }
    .cookie-confirm {
        padding-top: 15px;
    }
}
@media (max-width: 767px) {
    #cookie-pop {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
