html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: RobotoLight, sans-serif;
    font-weight: normal;
}

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

@font-face {
    font-family: RobotoLight;
    src: url("../font/Roboto-Light.ttf");
}

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

@font-face {
    font-family: 'Dosis';
    src: url('../font/dosis/dosislight.ttf');
}

@font-face {
    font-family: 'CustomRegular';
    src:url('../font/custom/ola.eot');
    src:url('../font/custom/ola.eot?#iefix') format('embedded-opentype'),
    url('../font/custom/ola.woff') format('woff'),
    url('../font/custom/ola.ttf') format('truetype'),
    url('../font/custom/ola.svg#ola') format('svg');
    font-weight: normal;
    font-style: normal;
}

div#sections {
    height: 100%;
    width: 100%;
}

.font-icon-cloud:before {
    font-family: 'CustomRegular', sans-serif;
    content: "\e900";
    color: #ffffff;
}

.font-icon-handshake:before {
    color: #ffffff;
    font-family: 'CustomRegular', sans-serif;
    content: "\e901";
}

.font-icon-shild:before {
    color: #ffffff;
    font-family: 'CustomRegular', sans-serif;
    content: "\e902";
}

.font-icon-team:before {
    color: #ffffff;
    font-family: 'CustomRegular', sans-serif;
    content: "\e903";
}

.font-icon-404:before {
    color: #ffffff;
    font-family: 'CustomRegular', sans-serif;
    content: "\e904";
}

.font-icon-building:before {
    color: #ffffff;
    font-family: 'CustomRegular', sans-serif;
    content: "\e905";
}

.font-icon-checker:before {
    color: #ffffff;
    font-family: 'CustomRegular', sans-serif;
    content: "\e906";
}

.font-icon-feedback:before {
    color: #ffffff;
    font-family: 'CustomRegular', sans-serif;
    content: "\e907";
}

.font-icon-network:before {
    color: #ffffff;
    font-family: 'CustomRegular', sans-serif;
    content: "\e908";
}

.font-icon-portfolio:before {
    color: #ffffff;
    font-family: 'CustomRegular', sans-serif;
    content: "\e909";
}

.font-icon-software:before {
    color: #ffffff;
    font-family: 'CustomRegular', sans-serif;
    content: "\e90a";
}

.font-icon-support:before {
    color: #ffffff;
    font-family: 'CustomRegular', sans-serif;
    content: "\e90b";
}

.font-icon-support-24:before {
    color: #ffffff;
    font-family: 'CustomRegular', sans-serif;
    content: "\e90c";
}

.heading {
    color: #ffffff;
    font-family: Dosis, sans-serif;
    text-align: center;
}

.heading-dark {
    color: #000000;
    font-family: Dosis, sans-serif;
    text-align: center;
}

.heading-bg {
    color: #ffffff;
    font-family: Dosis, sans-serif;
    text-align: center;
    background-color: #00cdf0;
    padding: 5px;
}

.word-bg {
    padding: 15px;
    font-size: 18px;
    color: #000000;
    font-family: RobotoLight, sans-serif;
    display: block;
    text-align: justify;
    width: 100%;
    margin: 5px auto;
    background-color: rgba(255,255,255, 0.9);
}

.in1touch {
    color: #00cdf0;
}

.word {
    color: #ffffff;
    font-family: RobotoLight, sans-serif;
    display: block;
    text-align: center;
}

.word-dark {
    color: #000000;
    font-family: RobotoLight, sans-serif;
    display: block;
    text-align: center;
}

.message {
    color: #484848;
    font-family: RobotoLight, sans-serif;
    text-align: justify;
    font-size: 18px;
    padding: 5px;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar-brand > img {
    max-width: 200px;
}

.navbar-brand, .navbar-nav > li > a {
    text-shadow: none;
    color: #ffffff;
}

.navbar-default {
    background: none;
    border: 0;
    border-radius: 0;
    font-weight: normal;
    box-shadow: none;
}


.navbar-default .navbar-nav > .active > a {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #ffffff;
    background: #00cdf0;
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: #00cdf0;
    color: #ffffff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: none;
    color: #00cdf0;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background: none;
    color: #00cdf0;
    outline: none;
    text-decoration: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
    color: #00cdf0;
    background: none;
}

.dropdown-menu li a {
    color: #ffffff;
    padding-left: 8px;
    font-size: 13px;
    text-transform: none;
    font-family: verdana, arial, sans-serif;
    text-decoration: none;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #656565;
}

.dropdown-menu,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    border-radius: 0;
    background: #1a9bd2 none;
    font-size: 13px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efeeeb', endColorstr='#efeeeb', GradientType=0);
    background-color: #efeeeb;
    color: #4b4b4b;
    text-decoration: none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: none;
    color: #4b4b4b;
}

.dropdown-submenu > .dropdown-menu {
    border-radius: 0;
}

.navbar-default .navbar-toggle {
    border-color: #ffffff;
}

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

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
    border-color: #00cdf0;
}

.buttons {
    margin-top: 50px;
    text-align: center;
}

.button:focus,
.button:hover {
    outline: none;
    text-decoration: none;
    color: #ffffff;
}

.button > span {
    vertical-align: middle;
}

.button-custom {
    color: #ffffff;
    font-size: 26px;
    background: none;
    border: none;
    font-family: Dosis, sans-serif;
}

.button-custom > span {
    padding-left: 0.35em;
}

.button-custom::before,
.button-custom::after {
    content: '';
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button-custom::before {
    border: 2px solid #00cdf0;
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.button-custom::after {
    border: 1px solid #ffffff;
}

.button-custom:hover::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.button-custom:hover::after {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}

.button-modal {
    color: #ffffff;
    padding: 5px;
    min-width: 150px;
    text-transform: uppercase;
    font-size: 16px;
    background: #262f39;
    border: 1px solid #cbcbcb;
    font-family: RobotoLight, sans-serif;
}

.button-modal:hover {
    background: #1b242d;
}

.button-modal > span {
    padding-left: 0.35em;
}

.button:focus,
.button:hover {
    outline: none;
    text-decoration: none;
    color: #ffffff;
}

.button > span {
    vertical-align: middle;
}

.request-price {
    color: #ffffff;
    font-size: 24px;
    background-color: rgba(49,55,61,0.8) !important;
    border: none;
    font-family: Dosis, sans-serif;
}

.request-price > span {
    padding-left: 0.35em;
}

.request-price::before,
.request-price::after {
    content: '';
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.request-price::before {
    border: 2px solid #00cdf0;
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}

.request-price::after {
    border: 1px solid #ffffff;
}

.request-price:hover::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.request-price:hover::after {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}

.carousel-inner > .item img {
    margin: 0 auto;
}

#trailer {
    z-index: 0;
    position: relative;
    opacity: 0.5;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

@media (min-aspect-ratio: 16/9) {
    #trailer {
        height: 300%;
        top: -100%;
    }
}
@media (max-aspect-ratio: 16/9) {
    #trailer {
        width: 300%;
        left: -100%;
    }
}

@supports (object-fit: cover) {
    #trailer {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.footer {
    background-color: #262f39;
    color: #ffffff;
    min-height: 200px;
}

.footer .item {
    margin: 10px 0;
    min-height: 180px;
}

.footer .item > .location {
    font-size: 36px;
    color: #ffffff;
    font-family: Roboto, sans-serif;
}

.footer .item > .service {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 26px;
    color: #00cdf0;
    font-family: gaden, sans-serif;
}

.footer .item > .address {
    position: absolute;
    bottom: 10px;
    display: block;
    font-size: 14px;
    color: #d2d2d2;
    font-family: RobotoLight, sans-serif;
}

.footer .item > .contact {
    display: block;
    font-size: 14px;
    color: #d2d2d2;
    font-family: RobotoLight, sans-serif;
}

.footer .item >.contact a {
    color: #00cdf0;
}

.footer .item >.social {
    margin-top: 10px;
}

.footer .item >.social a.icon-fb {
    color:#3e5c9a;
}

.footer .item >.social a.icon-twitter {
    color:#009cff;
}

.footer .item >.social a.icon-linkedin 	{
    color:#0077b5;
}

.footer .item a:hover {
    transition: all .50s ease-out;
    -webkit-transition: all .50s ease-out;
    -o-transition: all .50s ease-out;
    opacity:0.75;
}

.footer .item >.contact .phone {
    color: #ffffff;
    font-size: 15px;
    font-family: Roboto, sans-serif;
}

.footer-divider {
    height: 3px;
    background-color: #00cdf0;
}

.footer-privacy {
    padding: 10px;
    background-color: #1c232b;
    color: #c0c0c0;
    font-size: 13px;
    font-family: RobotoLight, sans-serif;
    min-height: 40px;
}

.footer-privacy a {
    padding: 5px;
    background-color: #1c232b;
    color: #c0c0c0;
    font-size: 13px;
    font-family: RobotoLight, sans-serif;
}

.parallax-container {
    position: relative;
    overflow: hidden;
    min-height: 400px;
}

.parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.modal-dialog .modal-title {
    font-family: Dosis, sans-serif;
    font-size: 28px;
    color: #ffffff;
    text-transform: none;
}

.modal-dialog label {
    color: #ffffff;
    font-family: RobotoLight, sans-serif;
    font-size: 16px;
}

.modal-dialog .has-error label{
    color: #ffafaf;
}

.modal-dialog .has-error .form-control {
    border: 1px solid #ffafaf;
}

.modal-dialog .alert {
    border: none;
    border-radius: 2px;
}

.modal-dialog .error {
    color: #fb5e5e;
}

.modal-dialog .modal-header {
    border-bottom: 1px solid #1b242d;
}

.modal-dialog .modal-footer {
    border-top: 1px solid #1b242d;
}

.modal-dialog .panel {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #262f39;
}

.modal-dialog .modal-content {
    background-color: #262f39;
    border-radius: 0;
}

.modal-dialog button.close {
    font-size: 34px;
    opacity: 0.9;
    outline: none;
    font-weight: normal;
    color: #ffffff;
}

.modal-dialog .form-control {
    font-size: 16px;
    color: #ffffff;
    border: 1px solid #18222d;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #1b242d;
}

div#content {
    height: 100%;
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
}

#in1touchRESlider .carousel-inner {
    margin-top: 10px;
    padding: 5px;
}

#in1touchRESlider p {
    padding-top: 10px;
    padding-bottom: 5px;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 21px;
}

#in1touchRESlider ul.slider-list {
    font-family: RobotoLight, sans-serif;
    color: #ffffff;
    font-size: 18px;
    list-style-type: square;
}

div#header-content {
    background: url("../images/header-content.jpg") fixed;
    height: 250px;
    width: 100%;
}

div.message-content {
    color: #484848;
    font-family: RobotoLight, sans-serif;
    text-align: justify;
    font-size: 18px;
    padding: 5px;
}

.heading-public {
    font-family: Dosis, sans-serif;
    text-align: left;
    color: #00cdf0;
    margin-top: 20px;
    font-size: 34px;
    text-transform: uppercase;
}

.heading-public-bg {
    font-family: Gaden, sans-serif;
    text-align: center;
    background-color: #00cdf0;
    color: #ffffff;
    margin: 10px 0;
    font-size: 34px;
    text-transform: uppercase;
}

div#section-2 div.message-content {
    color: #ffffff;
    font-family: RobotoLight, sans-serif;
    text-align: justify;
    font-size: 18px;
    padding: 5px;
    text-transform: uppercase;
}

div#section-2 div.heading-public {
    font-family: Gaden, sans-serif;
    text-align: left;
    color: #ffffff;
    margin-top: 20px;
    font-size: 34px;
    text-transform: uppercase;
}


#section-error {
    background-size: cover !important;
    background: url("../images/404.jpg") fixed;
    height: 100%;
    width: 100%;
}

.personal {
    margin-top: 20px;
    line-height: 30px;
}

.personal .name {
    font-family: Roboto, sans-serif;
    color: #00cdf0;
    font-size: 32px;
}

.personal .position {
    font-family: RobotoLight, sans-serif, sans-serif;
    color: #4e4e4e;
    font-size: 18px;
}

.fixed-menu {
    top: 0;
    z-index: 10;
    width: 100%;
    position: fixed;
    margin: 0;
    background: rgba(8,8,8,0.75);
}

#section-testimonial {
    background-color: #1a222b;
}



@media (max-width: 767px) {

    .language {
        color: #fff;
        right: 80px !important;
        position: absolute;
    }

    div#portfolio-section-3 {
        width:100%;
        background-color:#dadada;
    }

    div#portfolio-section-3 .item-row {
        height:100%;
        width:100%;
    }

    div#portfolio-section-3 .item-row .item-block {
        padding:0px;
        margin:0px;
        width:100%;
    }

    div#portfolio-section-3 .item-row .item-block.dark {
        background-color:#1d222b;
        color:#fff;
    }

    div#portfolio-section-3 .item-row .item-block.blue {
        background-color:#00cdf0;
        color:#fff;
    }

    div#portfolio-section-3 .item-row .design-description {
        width:100%;
    }

    div#portfolio-section-3 .item-block .title {
        font-size:24px;
        padding:8px;
        font-family: Dosis, sans-serif;
        text-align: center;
    }

    div#portfolio-section-3 .item-block .description {
        padding: 5px;
        font-size:14px;
        display: none;
    }


    div#portfolio-section-3 .item-row .design-photo {
        width:100%;
    }

    div#portfolio-section-3 .item-row .design-photo::after {
        content: '';
        border: 22px solid transparent;
        position: absolute;
        width: 0;
        height: 0;
        margin-top: -120px;
        display: none;
    }

    div#portfolio-section-3 .design-photo.delta-blue::after {
        border-left-color: #00cdf0;
    }

    div#portfolio-section-3 .design-photo.delta-dark::after {
        border-left-color: #1d222b;
    }

    div#portfolio-section-3 .design-photo img {
        -webkit-transition: all .6s ease;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    div#portfolio-section-3 .design-photo img:hover {
        filter: none;
        cursor:pointer;
        -webkit-filter: grayscale(0%);
    }

    .testimonial {
        background-color: #ffffff;
        margin: 10px 5px;
        min-height: 200px;
    }

    .testimonial-header {
        position: relative;
        left: 0;
    }

    .testimonial-content {
        padding: 5px 10px;
        color: #484848;
        font-family: RobotoLight, sans-serif;
        text-align: justify;
        font-size: 16px;
    }

    .testimonial-footer {
        line-height: 25px;
        text-align: right;
        padding: 0px 10px 5px 10px;
    }

    .testimonial-footer .name {
        font-family: Roboto, sans-serif;
        color: #00cdf0;
        font-size: 24px;
    }

    .testimonial-footer .position {
        font-family: RobotoLight, sans-serif, sans-serif;
        color: #4e4e4e;
        font-size: 16px;
    }

    .testimonial-header-name {
        display: inline-block;
        font-size: 24px;
        color: #ffffff;
        font-family: Dosis, sans-serif;
        padding: 10px 20px;
        text-transform: uppercase;
        width: 100%;
        background-color: #00cdf0;
    }

    .testimonial-header-logo {
        display: none;
    }

    .font-icon-cloud:before {
        display: none;
    }

    .font-icon-handshake:before {
        display: none;
    }

    .font-icon-shild:before {
        display: none;
    }

    .font-icon-team:before {
        display: none;
    }

    .font-icon-404:before {
        display: none;
    }

    .font-icon-building:before {
        display: none;
    }

    .font-icon-checker:before {
        display: none;
    }

    .font-icon-feedback:before {
        display: none;
    }

    .font-icon-network:before {
        display: none;
    }

    .font-icon-portfolio:before {
        display: none;
    }

    .font-icon-software:before {
        display: none;
    }

    .font-icon-support:before {
        display: none;
    }

    .font-icon-support-24:before {
        display: none;
    }

    div#home-section-1 {
        background-size: cover !important;
        background: url("../images/section_1.jpg") scroll;
        width: 100%;
        min-height: 100%;
    }

    div#soft-section-1 {
        background-color: #fff;
        width: 100%;
        min-height: 100%;
    }

    div#soft-section-1 #item-2 {
        width: 100%;
        font-size: 65px;
        margin-top: 130px;
    }

    div#service-section-1 {
        background-color: #678096;
        width: 100%;
        min-height: 100%;
    }

    div#product-section-1 {
        background-size: cover !important;
        background: url("../images/soft_section_1.jpg") scroll;
        min-height: 100%;
        width: 100%;
    }

    div#about-section-1,
    div#portfolio-section-1 {
        background-size: cover !important;
        background: url("../images/about_section_1.jpg") scroll;
        min-height: 100%;
        width: 100%;
    }

    div#soft-section-3 {
        width: 100%;
        min-height: 450px;
        border-top: 1px solid #ffffff;
        background-size: cover !important;
        background: #152233 url("../images/soft_section_3.jpg") fixed;
    }

    div#service-section-3 {
        width: 100%;
        min-height: 400px;
        background-color: #152233;
    }

    div#section-2 {
        background: #00cdf0;
        width: 100%;
        min-height: 150px;
    }

    div#resources-section-3 {
        background: #00cdf0;
        width: 100%;
        min-height: 150px;
    }

    div#section-parallax {
        width: 100%;
        border-bottom: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
        min-height: 350px;
    }

    div#section-4 {
        background: #ffffff;
        width: 100%;
        min-height: 300px;
    }

    div#section-5 {
        display: none;
    }

    div#team {
        font-size: 18px;
        color: #ffffff;
        font-family: RobotoLight, sans-serif;
        text-align: justify;
    }

    #in1touchRESlider .carousel-inner .fa {
        display: none;
    }

    .slider-heading {
        font-size: 28px;
        color: #00cdf0;
        font-family: Dosis, sans-serif;
        line-height: 28px;
    }

    div#item-1 {
        width: 100%;
        position: relative;
        text-align: center;
    }

    div#item-2 {
        width: 100%;
        position: relative;
        font-size: 45px;
        margin-top: 120px;
        text-align: center;
    }

    div#item-3 {
        font-size: 22px;
        margin-top: 20px;
        width: 100%;
        position: relative;
        text-align: center;
    }

    div#item-4 {
        height: 100%;
        margin-top: 40px;
        width: 100%;
        position: relative;
        text-align: center;
    }

    div#item-5 {
        width: 100%;
        position: relative;
        font-size: 28px;
        margin-top: 40px;
        text-align: center;
    }

    div#item-6 {
        width: 100%;
        position: relative;
        margin-top: 40px;
        text-align: center;
    }

    div#item-7 {
        width: 100%;
        position: relative;
        margin-top: 40px;
        text-align: center;
    }

    div#item-8 {
        width: 100%;
        position: relative;
        font-size: 38px;
        margin-top: 30px;
        text-align: center;
    }

    div#item-9 {
        width: 100%;
        position: relative;
        margin-top: 40px;
        margin-bottom: 10px;
        text-align: center;
    }

    div#item-10 {
        z-index: 1;
        width: 100%;
        position: relative;
        font-size: 38px;
        margin-top: 20px;
        text-align: center;
    }

    div#item-11 {
        z-index: 1;
        width: 100%;
        position: relative;
        margin-top: 30px;
        text-align: center;
    }

    div#item-12 {
        margin-top: 130px;
        width: 100%;
        position: relative;
        font-size: 38px;
        text-align: center;
    }

    div#item-video-1 {
        z-index: 1;
        width: 100%;
        position: absolute;
        font-size: 48px;
        margin-top: 50px;
        text-align: center;
    }

    div#item-video-2 {
        z-index: 1;
        width: 100%;
        position: absolute;
        margin-top: 150px;
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a {
        color: #ffffff;
        font-size: 16px;
        text-shadow: none;
        text-decoration: none;
        font-family: Roboto, sans-serif;
    }

    .fixed-menu {
        top: 0;
        padding: 15px 0;
        position: fixed;
        z-index: 10;
        width: 100%;
        background: rgba(8,8,8,0.95);
    }

    .navbar {
        padding: 0;
    }

    .navbar-toggle {
        border-radius: 0;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
    }

    .button {
        color: #ffffff;
        min-width: 250px;
        display: inline-block;
        margin: 5px 10px;
        border-radius: 2px;
        padding: 8px 12px;
        border: none;
        background: rgba(28,40,51,0.6);
        vertical-align: middle;
        position: relative;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
    }

    .in1touch-product {
        padding: 5px;
        width: 100%;
        height: 100%;
        min-height: 120px;
        display: inline-block;
        margin: 20px 0;
    }

    .in1touch-blocks {
        padding: 5px;
        height: 100%;
        max-width: 500px;
        width: 100%;
        min-height: 120px;
        display: inline-block;
        margin: 20px 0;
    }

    .in1touch-product:hover,
    .in1touch-blocks:hover {
        cursor: pointer;
        background-color: #00b8d8;
    }

    .in1touch-product .in1touch-icon,
    .in1touch-blocks .in1touch-icon {
        float: left;
        width: 30%;
    }

    .in1touch-product .in1touch-info,
    .in1touch-blocks .in1touch-info {
        width: 100%;
        float: none;
        display: block;
        margin-top: 20px;
        text-align: left;
    }

    .in1touch-product .product-name,
    .in1touch-blocks .product-name {
        font-family: Dosis, sans-serif;
        white-space: nowrap;
        font-size: 34px;
        color: #ffffff;
    }

    .in1touch-product .product-description,
    .in1touch-blocks .product-description {
        float: left;
        color: #ffffff;
        font-size: 15px;
        text-align: left;
        font-weight: normal;
        font-family: RobotoLight, sans-serif;
    }

    #in1touchRESlider .carousel-indicators {
        position: relative;
        top: 0;
        width: 100%;
        height: 60px;
        left: 0;
        right: 0;
        margin: 0;
        text-align: left;
        z-index: 1;
    }

    #in1touchRESlider .carousel-indicators .fa {
        font-size: 24px;
        color: #ffffff;
        line-height: 60px;
        position: relative;
        text-align: center;
        display: block;
    }

    #in1touchRESlider .carousel-indicators li {
        display: inline-block;
        width: 20%;
        height: 100%;
        margin: 0;
        text-indent: 0;
        float: left;
        cursor: pointer;
        border: none;
        border-radius: 0;
        background:rgba(131,201,213,0.35);
    }

    #in1touchRESlider .carousel-indicators .active {
        width: 20%;
        height: 100%;
        margin: 0;
        border-radius: 0;
        background: none;
    }
}

@media (min-width: 768px) {

    div#portfolio-section-3 {
        width:100%;
        background-color:#dadada;
    }

    div#portfolio-section-3 .item-row {
        max-height:350px;
        height:100%;
        width:100%;
    }

    div#portfolio-section-3 .item-row .item-block {
        padding:0px;
        margin:0px;
        width:100%;
        float:left;
    }

    div#portfolio-section-3 .item-row .item-block.dark {
        background-color:#1d222b;
        color:#fff;
    }

    div#portfolio-section-3 .item-row .item-block.blue {
        background-color:#00cdf0;
        color:#fff;
    }

    div#portfolio-section-3 .item-row .design-description {
        width:50%;
        float:left;
    }

    div#portfolio-section-3 .item-block .title {
        font-size:24px;
        padding:8px;
        font-family: Dosis, sans-serif;
        text-align: center;
    }

    div#portfolio-section-3 .item-block .description {
        padding: 5px;
        font-size:16px;
    }


    div#portfolio-section-3 .item-row .design-photo {
        width:50%;
        float:right;
    }

    div#portfolio-section-3 .item-row .design-photo::after {
        content: '';
        border: 22px solid transparent;
        position: absolute;
        width: 0;
        height: 0;
        margin-top: -120px;
    }

    div#portfolio-section-3 .design-photo.delta-blue::after {
        border-left-color: #00cdf0;
    }

    div#portfolio-section-3 .design-photo.delta-dark::after {
        border-left-color: #1d222b;
    }

    div#portfolio-section-3 .design-photo img {
        -webkit-transition: all .6s ease;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    div#portfolio-section-3 .design-photo img:hover {
        filter: none;
        cursor:pointer;
        -webkit-filter: grayscale(0%);
    }

    .testimonial {
        background-color: #ffffff;
        margin: 10px 5px;
        min-height: 200px;
    }

    .testimonial-header {
        position: relative;
        left: 0;
    }

    .testimonial-content {
        padding: 5px 10px;
        color: #484848;
        font-family: RobotoLight, sans-serif;
        text-align: justify;
        font-size: 16px;
    }

    .testimonial-footer {
        line-height: 25px;
        text-align: right;
        padding: 0px 10px 5px 10px;
    }

    .testimonial-footer .name {
        font-family: Roboto, sans-serif;
        color: #00cdf0;
        font-size: 24px;
    }

    .testimonial-footer .position {
        font-family: RobotoLight, sans-serif, sans-serif;
        color: #4e4e4e;
        font-size: 16px;
    }

    .testimonial-header-name {
        display: inline-block;
        font-size: 24px;
        color: #ffffff;
        font-family: Dosis, sans-serif;
        padding: 10px 20px;
        text-transform: uppercase;
        width: 100%;
        background-color: #00cdf0;
    }

    .testimonial-header-logo {
        display: none;
    }

    /* ICONS */

    #home-section-1 .font-icon-cloud:before {
        display: block;
        line-height: 100px;
        font-size: 200px;
        margin-top: 130px;
    }

    #section-2 .font-icon-handshake:before {
        display: block;
        font-size: 100px;
        line-height: 120px;
    }

    #section-2 .font-icon-shild:before {
        display: block;
        font-size: 100px;
        line-height: 120px;
    }

    #resources-section-3 .font-icon-portfolio:before {
        display: block;
        font-size: 100px;
        line-height: 120px;
    }

    #resources-section-3 .font-icon-team:before {
        display: block;
        font-size: 150px;
        line-height: 120px;
    }

    #section-5 .font-icon-team:before {
        display: block;
        font-size: 300px;
        line-height: 200px;
    }

    #about-section-1 .font-icon-building:before {
        display: block;
        line-height: 100px;
        font-size: 150px;
        margin-top: 130px;
    }

    #portfolio-section-1 .font-icon-portfolio:before {
        display: block;
        line-height: 100px;
        font-size: 150px;
        margin-top: 130px;
    }

    #soft-section-1 .font-icon-shild:before,
    #product-section-1 .font-icon-shild:before {
        display: block;
        line-height: 100px;
        font-size: 200px;
        margin-top: 150px;
    }

    #soft-section-1 .font-icon-handshake:before,
    #product-section-1 .font-icon-handshake:before {
        display: block;
        line-height: 100px;
        font-size: 200px;
        margin-top: 140px;
    }

    #soft-section-1 .font-icon-software:before {
        display: block;
        line-height: 100px;
        font-size: 150px;
        margin-top: 130px;
    }

    #soft-section-3 .font-icon-network:before {
        display: block;
        line-height: 200px;
        font-size: 300px;
    }

    #service-section-1 .font-icon-support:before {
        display: block;
        line-height: 100px;
        font-size: 150px;
        margin-top: 130px;
    }

    #service-section-3 .font-icon-feedback:before,
    #service-section-3 .font-icon-support-24:before {
        display: block;
        line-height: 200px;
        font-size: 300px;
    }

    #header-content .font-icon-checker:before {
        display: inline-block;
    }

    #section-error .font-icon-404:before {
        display: block;
        line-height: 100px;
        font-size: 150px;
        margin-top: 130px;
    }

    #in1touchRESlider .carousel-inner .fa {
        font-size: 180px;
        color: #ffffff;
        text-align: center;
        display: block;
        margin: 20px 5px;
    }

    div#home-section-1 {
        background-size: cover !important;
        background: url("../images/section_1.jpg") fixed;
        height: 100%;
        width: 100%;
    }

    div#soft-section-1 {
        background: none;
        height: 100%;
        width: 100%;
    }

    div#product-section-1 {
        background-size: cover !important;
        background: url("../images/soft_section_1.jpg") fixed;
        height: 100%;
        width: 100%;
    }

    div#soft-section-1 #item-2 {
        width: 100%;
        font-size: 65px;
        margin-top: 130px;
    }

    div#service-section-1 {
        background-size: cover !important;
        background: url("../images/service_section_1.jpg") fixed;
        height: 100%;
        width: 100%;
    }

    div#service-section-1 #item-2 {
        margin-top: 120px;
        text-align: right;
    }

    div#service-section-1 #item-3 {
        float: right;
        width: 70%;
    }

    div#about-section-1,
    div#portfolio-section-1 {
        background-size: cover !important;
        background: url("../images/about_section_1.jpg") fixed;
        height: 100%;
        width: 100%;
    }

    div#soft-section-3 {
        width: 100%;
        min-height: 450px;
        border-top: 1px solid #ffffff;
        background-size: cover !important;
        background: #152233 url("../images/soft_section_3.jpg") fixed;
    }

    div#service-section-3 {
        width: 100%;
        min-height: 400px;
        background-color: #152233;
    }

    div#section-2 {
        background: #00cdf0;
        width: 100%;
        min-height: 150px;
    }

    div#resources-section-3 {
        background: #00cdf0;
        width: 100%;
        min-height: 150px;
    }

    div#section-parallax {
        width: 100%;
        min-height: 350px;
        border-bottom: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
    }

    div#section-4 {
        background: #ffffff;
        width: 100%;
        min-height: 300px;
    }

    div#section-5 {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 100%;
        height: 500px;
        overflow: hidden;
        background-color: #152233;
    }

    #in1touchRESlider .carousel-inner .fa {
        font-size: 150px;
        color: #ffffff;
        text-align: center;
        display: block;
        margin: 20px 5px;
    }

    .slider-heading {
        font-size: 32px;
        color: #00cdf0;
        font-family: Dosis, sans-serif;
        line-height: 32px;
    }

    div#team {
        font-size: 18px;
        color: #ffffff;
        font-family: RobotoLight, sans-serif;
        font-weight: normal;
        text-align: left;
    }

    div#item-1{
        width: 100%;
        position: relative;
        text-align: center;
    }

    div#item-2 {
        width: 100%;
        position: relative;
        font-size: 55px;
        margin-top: 30px;
        text-align: center;
    }

    div#item-3 {
        font-size: 24px;
        margin-top: 20px;
        width: 100%;
        position: relative;
        text-align: center;
    }

    div#item-4 {
        height: 100%;
        margin-top: 70px;
        width: 100%;
        position: relative;
        text-align: center;
    }

    div#item-5 {
        width: 100%;
        position: relative;
        font-size: 28px;
        margin-top: 50px;
        text-align: center;
    }

    div#item-6 {
        width: 100%;
        position: relative;
        margin-top: 40px;
        text-align: center;
    }

    div#item-7 {
        width: 100%;
        position: relative;
        margin-top: 40px;
        text-align: center;
    }

    div#item-8 {
        width: 100%;
        position: relative;
        font-size: 48px;
        margin-top: 30px;
        text-align: center;
    }

    div#item-9 {
        width: 100%;
        position: relative;
        margin-top: 40px;
        margin-bottom: 10px;
        text-align: center;
    }

    div#item-10 {
        z-index: 1;
        width: 100%;
        position: relative;
        font-size: 48px;
        margin-top: 20px;
        text-align: center;
    }

    div#item-11 {
        z-index: 1;
        width: 100%;
        position: absolute;
        margin-top: 30px;
        text-align: center;
    }

    div#item-12 {
        margin-top: 130px;
        width: 100%;
        position: relative;
        font-size: 42px;
        text-align: left;
    }

    div#item-video-1 {
        z-index: 1;
        width: 100%;
        position: absolute;
        font-size: 48px;
        margin-top: 50px;
        text-align: center;
    }

    div#item-video-2 {
        z-index: 1;
        width: 100%;
        position: absolute;
        margin-top: 150px;
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a {
        color: #ffffff;
        font-size: 16px;
        text-shadow: none;
        text-decoration: none;
        font-family: Roboto, sans-serif;
    }

    .nav {
        float: right !important;
    }

    .nav > li > a {
        margin: 0 2px;
    }

    .navbar {
        margin: 15px 30px;
    }

    .button {
        min-width: 250px;
        display: inline-block;
        margin: 5px 15px;
        border-radius: 2px;
        padding: 10px 15px;
        border: none;
        background: rgba(28,40,51,0.6);
        vertical-align: middle;
        position: relative;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
    }

    .in1touch-product {
        padding: 5px;
        width: 100%;
        height: 100%;
        min-height: 120px;
        display: inline-block;
        margin: 20px 0;
    }

    .in1touch-blocks {
        padding: 5px;
        height: 100%;
        width: 100%;
        min-height: 120px;
        display: inline-block;
        margin: 20px 0;
    }

    .in1touch-product:hover,
    .in1touch-blocks:hover {
        cursor: pointer;
        background-color: #00b8d8;
    }

    .in1touch-product .in1touch-icon,
    .in1touch-blocks .in1touch-icon {
        float: left;
        width: 30%;
    }

    .in1touch-product .in1touch-info,
    .in1touch-blocks .in1touch-info {
        width: 50%;
        float: left;
        margin-top: 20px;
        text-align: left;
    }

    .in1touch-product .product-name,
    .in1touch-blocks .product-name {
        font-family: Dosis, sans-serif;
        white-space: nowrap;
        font-size: 42px;
        color: #ffffff;
    }


    .in1touch-product .product-description,
    .in1touch-blocks .product-description {
        float: left;
        color: #ffffff;
        font-size: 16px;
        text-align: left;
        font-weight: normal;
        font-family: RobotoLight, sans-serif;
    }

    #in1touchRESlider .carousel-indicators {
        position: relative;
        top: 0;
        width: 100%;
        height: 60px;
        left: 0;
        right: 0;
        margin: 0;
        text-align: left;
        z-index: 1;
    }

    #in1touchRESlider .carousel-indicators .fa {
        font-size: 24px;
        color: #ffffff;
        line-height: 60px;
        position: relative;
        text-align: center;
        display: block;
    }

    #in1touchRESlider .carousel-indicators li {
        display: inline-block;
        width: 20%;
        height: 100%;
        margin: 0;
        text-indent: 0;
        float: left;
        cursor: pointer;
        border: none;
        border-radius: 0;
        background:rgba(131,201,213,0.35);
    }

    #in1touchRESlider .carousel-indicators .active {
        width: 20%;
        height: 100%;
        margin: 0;
        border-radius: 0;
        background: none;
    }

}

@media (min-width: 992px) {

    div#product-section-1 {
        background-size: cover !important;
        background: url("../images/soft_section_1.jpg") fixed;
        height: 100%;
        width: 100%;
    }

    div#portfolio-section-3 {
        width:100%;
        background-color:#dadada;
    }

    div#portfolio-section-3 .item-row {
        max-height:350px;
        height:100%;
        width:100%;
    }

    div#portfolio-section-3 .item-row .item-block {
        padding:0px;
        margin:0px;
        width:50%;
        float:left;
    }

    div#portfolio-section-3 .item-row .item-block.dark {
        background-color:#1d222b;
        color:#fff;
    }

    div#portfolio-section-3 .item-row .item-block.blue {
        background-color:#00cdf0;
        color:#fff;
    }

    div#portfolio-section-3 .item-row .design-description {
        width:50%;
        float:left;
    }

    div#portfolio-section-3 .item-block .title {
        font-size:24px;
        padding:8px;
        font-family: Dosis, sans-serif;
        text-align: center;
    }

    div#portfolio-section-3 .item-block .description {
        padding: 5px;
        font-size:13px;
        display: none;
    }


    div#portfolio-section-3 .item-row .design-photo {
        width:50%;
        float:right;
    }

    div#portfolio-section-3 .item-row .design-photo::after {
        content: '';
        border: 22px solid transparent;
        position: absolute;
        width: 0;
        height: 0;
        margin-top: -120px;
    }

    div#portfolio-section-3 .design-photo.delta-blue::after {
        border-left-color: #00cdf0;
    }

    div#portfolio-section-3 .design-photo.delta-dark::after {
        border-left-color: #1d222b;
    }

    div#portfolio-section-3 .design-photo img {
        -webkit-transition: all .6s ease;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    div#portfolio-section-3 .design-photo img:hover {
        filter: none;
        cursor:pointer;
        -webkit-filter: grayscale(0%);
    }

    .testimonial {
        background-color: #ffffff;
        margin: 10px 5px;
        min-height: 200px;
    }

    .testimonial-header {
        position: relative;
        left: -15px;
    }

    .testimonial-content {
        padding: 5px 10px;
        color: #484848;
        font-family: RobotoLight, sans-serif;
        text-align: justify;
        font-size: 20px;
    }

    .testimonial-footer {
        line-height: 25px;
        text-align: right;
        padding: 0px 10px 5px 10px;
    }

    .testimonial-footer .name {
        font-family: Roboto, sans-serif;
        color: #00cdf0;
        font-size: 28px;
    }

    .testimonial-footer .position {
        font-family: RobotoLight, sans-serif, sans-serif;
        color: #4e4e4e;
        font-size: 16px;
    }

    .testimonial-header-name {
        display: inline-block;
        font-size: 32px;
        color: #ffffff;
        font-family: Dosis, sans-serif;
        padding: 10px 20px;
        text-transform: uppercase;
        width: 50%;
        background-color: #00cdf0;
    }

    .testimonial-header-logo {
        display: inline-block;
        float: right;
        width: 50%;
        padding: 5px;
    }

    .testimonial-header-logo img {
        float: right;
    }

    /* ICONS */

    #home-section-1 .font-icon-cloud:before {
        display: block;
        line-height: 100px;
        font-size: 300px;
        margin-top: 130px;
    }

    #section-2 .font-icon-handshake:before {
        display: block;
        font-size: 150px;
        line-height: 120px;
    }

    #section-2 .font-icon-shild:before {
        display: block;
        font-size: 150px;
        line-height: 120px;
    }

    #resources-section-3 .font-icon-portfolio:before {
        display: block;
        font-size: 100px;
        line-height: 120px;
    }

    #resources-section-3 .font-icon-team:before {
        display: block;
        font-size: 150px;
        line-height: 120px;
    }

    #section-5 .font-icon-team:before {
        display: block;
        font-size: 300px;
        line-height: 200px;
    }

    #section-5 .font-icon-team:before {
        display: block;
        font-size: 450px;
        line-height: 250px;
    }

    #about-section-1 .font-icon-building:before {
        display: block;
        line-height: 100px;
        font-size: 200px;
        margin-top: 130px;
    }

    #portfolio-section-1 .font-icon-portfolio:before {
        display: block;
        line-height: 100px;
        font-size: 200px;
        margin-top: 130px;
    }

    #soft-section-1 .font-icon-shild:before,
    #product-section-1 .font-icon-shild:before{
        display: block;
        line-height: 100px;
        font-size: 300px;
        margin-top: 150px;
    }

    #soft-section-1 .font-icon-handshake:before,
    #product-section-1 .font-icon-handshake:before {
        display: block;
        line-height: 100px;
        font-size: 300px;
        margin-top: 150px;
    }

    #soft-section-1 .font-icon-software:before {
        display: block;
        line-height: 100px;
        font-size: 200px;
        margin-top: 130px;
    }

    #soft-section-3 .font-icon-network:before {
        display: block;
        line-height: 250px;
        font-size: 350px;
    }

    #service-section-1 .font-icon-support:before {
        display: block;
        line-height: 100px;
        font-size: 200px;
        margin-top: 130px;
    }

    #service-section-3 .font-icon-feedback:before,
    #service-section-3 .font-icon-support-24:before {
        display: block;
        line-height: 250px;
        font-size: 300px;
    }

    #header-content .font-icon-checker:before {
        display: inline-block;
    }

    #section-error .font-icon-404:before {
        display: block;
        line-height: 100px;
        font-size: 200px;
        margin-top: 130px;
    }

    #in1touchRESlider .carousel-inner .fa {
        font-size: 180px;
        color: #ffffff;
        text-align: center;
        display: block;
        margin: 20px 5px;
    }

    #in1touchRESlider .carousel-inner .fa {
        font-size: 180px;
        color: #ffffff;
        text-align: center;
        display: block;
        margin: 20px 5px;
    }

    .slider-heading {
        font-size: 42px;
        color: #00cdf0;
        font-family: Dosis, sans-serif;
        line-height: 40px;
    }

    div#home-section-1 {
        background-size: cover !important;
        background: url("../images/section_1.jpg") fixed;
        height: 100%;
        width: 100%;
    }

    div#soft-section-1 {
        background-size: cover !important;
        background: url("../images/software_section_1.png") no-repeat right bottom;
        height: 100%;
        width: 100%;
    }

    div#service-section-1 {
        background-size: cover !important;
        background: url("../images/service_section_1.jpg") fixed;
        height: 100%;
        width: 100%;
    }

    div#soft-section-1 #item-2 {
        width: 50%;
        font-size: 55px;
        margin-top: 130px;
    }

    div#soft-section-1 #item-3 {
        width: 50%;
        margin-top: 20px;
    }

    div#service-section-1 #item-2 {
        margin-top: 85px;
        text-align: right;
    }

    div#service-section-1 #item-3 {
        float: right;
        width: 70%;
    }

    div#about-section-1,
    div#portfolio-section-1 {
        background-size: cover !important;
        background: url("../images/about_section_1.jpg") fixed;
        height: 100%;
        width: 100%;
    }

    #about-section-1 .font-icon-shild:before {
        display: block;
        line-height: 100px;
        font-size: 250px;
        color: #ffffff;
        margin-top: 150px;
    }

    #soft-section-1 .font-icon-shild:before,
    #product-section-1 .font-icon-shild:before {
        display: block;
        line-height: 100px;
        font-size: 250px;
        color: #ffffff;
        margin-top: 120px;
    }

    #soft-section-1 .font-icon-handshake:before,
    #product-section-1 .font-icon-handshake:before {
        display: block;
        line-height: 100px;
        font-size: 250px;
        color: #ffffff;
        margin-top: 130px;
    }

    div#soft-section-3 {
        width: 100%;
        min-height: 450px;
        border-top: 1px solid #ffffff;
        background-size: cover !important;
        background: #152233 url("../images/soft_section_3.jpg") fixed;
    }

    div#service-section-3 {
        width: 100%;
        min-height: 400px;
        background-color: #152233;
    }

    div#section-2 {
        background: #00cdf0;
        width: 100%;
        min-height: 150px;
    }

    div#resources-section-3 {
        background: #00cdf0;
        width: 100%;
        min-height: 150px;
    }

    div#section-parallax {
        width: 100%;
        min-height: 350px;
        border-bottom: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
    }

    div#section-4 {
        background: #ffffff;
        width: 100%;
        min-height: 300px;
    }

    div#section-5 {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 100%;
        height: 500px;
        overflow: hidden;
        background-color: #152233;
    }

    div#team {
        font-size: 18px;
        color: #ffffff;
        font-family: RobotoLight, sans-serif;
        font-weight: normal;
        text-align: left;
    }

    div#item-1{
        width: 100%;
        position: relative;
        text-align: center;
    }

    div#item-2 {
        width: 100%;
        position: relative;
        font-size: 65px;
        margin-top: 30px;
        text-align: center;
    }

    div#item-3 {
        font-size: 28px;
        margin-top: 10px;
        width: 100%;
        position: relative;
        text-align: center;
    }

    div#item-4 {
        margin-top: 70px;
        height: 100%;
        width: 100%;
        position: relative;
        text-align: center;
    }

    div#item-5 {
        width: 100%;
        position: relative;
        font-size: 28px;
        margin-top: 40px;
        text-align: center;
    }

    div#item-6 {
        width: 100%;
        position: relative;
        margin-top: 40px;
        text-align: center;
    }

    div#item-7 {
        width: 100%;
        position: relative;
        margin-top: 40px;
        text-align: center;
    }

    div#item-8 {
        width: 100%;
        position: relative;
        font-size: 52px;
        margin-top: 30px;
        text-align: center;
    }

    div#item-9 {
        width: 100%;
        position: relative;
        margin-top: 40px;
        margin-bottom: 10px;
        text-align: center;
    }

    div#item-10 {
        z-index: 1;
        width: 100%;
        position: relative;
        font-size: 52px;
        margin-top: 20px;
        text-align: center;
    }

    div#item-11 {
        z-index: 1;
        width: 100%;
        position: relative;
        margin-top: 30px;
        text-align: center;
    }

    div#item-12 {
        margin-top: 130px;
        width: 100%;
        position: relative;
        font-size: 46px;
        text-align: left;
    }

    div#item-video-1 {
        z-index: 1;
        width: 100%;
        position: absolute;
        font-size: 48px;
        margin-top: 50px;
        text-align: center;
    }

    div#item-video-2 {
        z-index: 1;
        width: 100%;
        position: absolute;
        margin-top: 150px;
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a {
        color: #ffffff;
        font-size: 17px;
        text-shadow: none;
        text-decoration: none;
        font-family: Roboto, sans-serif;
    }

    .nav {
        float: right !important;
    }

    .nav > li > a {
        margin: 0 4px;
    }

    .navbar {
        margin: 15px 50px;
    }

    .button {
        min-width: 250px;
        display: inline-block;
        margin: 5px 15px;
        border-radius: 2px;
        padding: 10px 15px;
        border: none;
        background: rgba(28,40,51,0.6);
        vertical-align: middle;
        position: relative;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
    }

    .in1touch-product {
        padding: 5px;
        width: 100%;
        height: 100%;
        min-height: 120px;
        display: inline-block;
        margin: 20px 0;
    }

    .in1touch-blocks {
        padding: 5px;
        height: 100%;
        max-width: 450px;
        width: 100%;
        min-height: 120px;
        display: inline-block;
        margin: 20px 0;
    }

    .in1touch-product:hover,
    .in1touch-blocks:hover {
        cursor: pointer;
        background-color: #00b8d8;
    }

    .in1touch-product .in1touch-icon,
    .in1touch-blocks .in1touch-icon {
        float: left;
        width: 30%;
    }

    .in1touch-product .in1touch-info,
    .in1touch-blocks .in1touch-info {
        width: 50%;
        float: left;
        margin-top: 20px;
        text-align: left;
    }

    .in1touch-product .product-name,
    .in1touch-product .product-name {
        font-family: Dosis, sans-serif;
        white-space: nowrap;
        font-size: 46px;
        color: #ffffff;
    }


    .in1touch-product .product-description,
    .in1touch-blocks .product-description {
        float: left;
        color: #ffffff;
        font-size: 16px;
        text-align: left;
        font-weight: normal;
        font-family: RobotoLight, sans-serif;
    }

    #in1touchRESlider .carousel-indicators {
        position: relative;
        top: 0;
        width: 100%;
        height: 60px;
        left: 0;
        right: 0;
        margin: 0;
        text-align: left;
        z-index: 1;
    }

    #in1touchRESlider .carousel-indicators .fa {
        font-size: 24px;
        color: #ffffff;
        line-height: 60px;
        position: relative;
        text-align: center;
        display: block;
    }

    #in1touchRESlider .carousel-indicators li {
        display: inline-block;
        width: 6.6%;
        height: 100%;
        margin: 0;
        text-indent: 0;
        float: left;
        cursor: pointer;
        border: none;
        border-radius: 0;
        background:rgba(131,201,213,0.35);
    }

    #in1touchRESlider .carousel-indicators .active {
        width: 6.6%;
        height: 100%;
        margin: 0;
        border-radius: 0;
        background: none;
    }

}

@media (min-width: 1200px) {

    div#product-section-1 {
        background-size: cover !important;
        background: url("../images/soft_section_1.jpg") fixed;
        height: 100%;
        width: 100%;
    }

    div#portfolio-section-3 {
        width:100%;
        background-color:#dadada;
    }

    div#portfolio-section-3 .item-row {
        max-height:350px;
        height:100%;
        width:100%;
    }

    div#portfolio-section-3 .item-row .item-block {
        padding:0px;
        margin:0px;
        width:50%;
        float:left;
    }

    div#portfolio-section-3 .item-row .item-block.dark {
        background-color:#1d222b;
        color:#fff;
    }

    div#portfolio-section-3 .item-row .item-block.blue {
        background-color:#00cdf0;
        color:#fff;
    }

    div#portfolio-section-3 .item-row .design-description {
        width:50%;
        float:left;
    }

    div#portfolio-section-3 .item-block .title {
        font-size:24px;
        padding:5px;
        font-family: Dosis, sans-serif;
        text-align: center;
    }

    div#portfolio-section-3 .item-block .description {
        padding: 3px;
        font-size:14px;
        display: block;
    }


    div#portfolio-section-3 .item-row .design-photo {
        width:50%;
        float:right;
    }

    div#portfolio-section-3 .item-row .design-photo::after {
        content: '';
        border: 22px solid transparent;
        position: absolute;
        width: 0;
        height: 0;
        margin-top: -120px;
    }

    div#portfolio-section-3 .design-photo.delta-blue::after {
        border-left-color: #00cdf0;
    }

    div#portfolio-section-3 .design-photo.delta-dark::after {
        border-left-color: #1d222b;
    }

    div#portfolio-section-3 .design-photo img {
        -webkit-transition: all .6s ease;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    div#portfolio-section-3 .design-photo img:hover {
        filter: none;
        cursor:pointer;
        -webkit-filter: grayscale(0%);
    }

    .testimonial {
        background-color: #ffffff;
        margin: 10px 5px;
        min-height: 200px;
    }

    .testimonial-header {
        position: relative;
        left: -15px;
    }

    .testimonial-content {
        padding: 5px 10px;
        color: #484848;
        font-family: RobotoLight, sans-serif;
        text-align: justify;
        font-size: 20px;
    }

    .testimonial-footer {
        line-height: 25px;
        text-align: right;
        padding: 0px 10px 5px 10px;
    }

    .testimonial-footer .name {
        font-family: Roboto, sans-serif;
        color: #00cdf0;
        font-size: 28px;
    }

    .testimonial-footer .position {
        font-family: RobotoLight, sans-serif, sans-serif;
        color: #4e4e4e;
        font-size: 16px;
    }

    .testimonial-header-name {
        display: inline-block;
        font-size: 32px;
        color: #ffffff;
        font-family: Dosis, sans-serif;
        padding: 10px 20px;
        text-transform: uppercase;
        width: 50%;
        background-color: #00cdf0;
    }

    .testimonial-header-logo {
        display: inline-block;
        float: right;
        width: 50%;
        padding: 5px;
    }

    .testimonial-header-logo img {
        float: right;
    }

    /* ICONS */

    #home-section-1 .font-icon-cloud:before {
        display: block;
        line-height: 100px;
        font-size: 300px;
        margin-top: 130px;
    }

    #section-2 .font-icon-handshake:before {
        display: block;
        font-size: 150px;
        line-height: 120px;
    }

    #section-2 .font-icon-shild:before {
        display: block;
        font-size: 150px;
        line-height: 120px;
    }

    #resources-section-3 .font-icon-portfolio:before {
        display: block;
        font-size: 100px;
        line-height: 120px;
    }

    #resources-section-3 .font-icon-team:before {
        display: block;
        font-size: 150px;
        line-height: 120px;
    }

    #section-5 .font-icon-team:before {
        display: block;
        font-size: 450px;
        line-height: 250px;
    }

    #about-section-1 .font-icon-building:before {
        display: block;
        line-height: 100px;
        font-size: 200px;
        margin-top: 130px;
    }

    #soft-section-1 .font-icon-shild:before,
    #product-section-1 .font-icon-shild:before {
        display: block;
        line-height: 100px;
        font-size: 300px;
        margin-top: 150px;
    }

    #soft-section-1 .font-icon-handshake:before,
    #product-section-1 .font-icon-handshake:before {
        display: block;
        line-height: 100px;
        font-size: 300px;
        margin-top: 150px;
    }

    #soft-section-1 .font-icon-software:before {
        display: block;
        line-height: 100px;
        font-size: 200px;
        margin-top: 130px;
    }

    #soft-section-3 .font-icon-network:before {
        display: block;
        line-height: 250px;
        font-size: 350px;
    }

    #service-section-1 .font-icon-support:before {
        display: block;
        line-height: 100px;
        font-size: 200px;
        margin-top: 130px;
    }

    #service-section-3 .font-icon-feedback:before,
    #service-section-3 .font-icon-support-24:before {
        display: block;
        line-height: 350px;
        font-size: 400px;
    }

    #header-content .font-icon-checker:before {
        display: inline-block;
    }

    #section-error .font-icon-404:before {
        display: block;
        line-height: 100px;
        font-size: 200px;
        margin-top: 130px;
    }

    #in1touchRESlider .carousel-inner .fa {
        font-size: 180px;
        color: #ffffff;
        text-align: center;
        display: block;
        margin: 20px 5px;
    }

    /* END ICONS */

    .slider-heading {
        font-size: 50px;
        color: #00cdf0;
        font-family: Dosis, sans-serif;
        line-height: 48px;
    }

    div#home-section-1 {
        background-size: cover !important;
        background: url("../images/section_1.jpg") fixed;
        height: 100%;
        width: 100%;
    }

    div#soft-section-1 {
        background-size: cover !important;
        background: url("../images/software_section_1.png") no-repeat right bottom;
        height: 100%;
        width: 100%;
    }

    div#soft-section-1 #item-2 {
        width: 50%;
        font-size: 65px;
        margin-top: 150px;
    }

    div#service-section-1 #item-2 {
        margin-top: 85px;
        text-align: right;
    }

    div#service-section-1 #item-3 {
        float: right;
        width: 70%;
    }

    div#service-section-1 #item-3 span {
        text-align: right;
    }

    div#soft-section-1 #item-3 {
        width: 50%;
        margin-top: 50px;
    }

    div#service-section-1 {
        background-size: cover !important;
        background: url("../images/service_section_1.jpg") fixed;
        height: 100%;
        width: 100%;
    }

    div#about-section-1,
    div#portfolio-section-1 {
        background-size: cover !important;
        background: url("../images/about_section_1.jpg") fixed;
        height: 100%;
        width: 100%;
    }

    div#soft-section-3 {
        width: 100%;
        min-height: 450px;
        border-top: 1px solid #ffffff;
        background-size: cover !important;
        background: #152233 url("../images/soft_section_3.jpg") fixed;
    }

    div#service-section-3 {
        width: 100%;
        min-height: 400px;
        background-color: #152233;
    }

    div#section-2 {
        background: #00cdf0;
        width: 100%;
        min-height: 250px;
    }

    div#resources-section-3 {
        background: #00cdf0;
        width: 100%;
        min-height: 200px;
    }

    div#section-parallax {
        width: 100%;
        min-height: 350px;
        border-bottom: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
    }

    div#section-4 {
        background: #ffffff;
        width: 100%;
        min-height: 300px;
    }

    div#section-5 {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 100%;
        height: 500px;
        overflow: hidden;
        background-color: #152233;
    }

    div#team {
        font-size: 24px;
        color: #ffffff;
        font-family: RobotoLight, sans-serif;
        font-weight: normal;
        text-align: left;
    }

    div#item-1 {
        width: 100%;
        position: relative;
        text-align: center;
    }

    div#item-2 {
        width: 100%;
        position: relative;
        font-size: 75px;
        margin-top: 30px;
        text-align: center;
    }

    div#item-3 {
        font-size: 30px;
        margin-top: 10px;
        width: 100%;
        position: relative;
        text-align: center;
    }

    div#item-4 {
        height: 100%;
        width: 100%;
        margin-top: 70px;
        position: relative;
        text-align: center;
    }

    div#item-5 {
        width: 100%;
        position: relative;
        font-size: 36px;
        margin-top: 40px;
        text-align: center;
    }

    div#item-6 {
        width: 100%;
        position: relative;
        margin-top: 40px;
        text-align: center;
    }

    div#item-7 {
        width: 100%;
        position: relative;
        margin-top: 40px;
        text-align: center;
    }

    div#item-8 {
        width: 100%;
        position: relative;
        font-size: 58px;
        margin-top: 30px;
        text-align: center;
    }

    div#item-9 {
        width: 100%;
        position: relative;
        margin-top: 40px;
        margin-bottom: 10px;
        text-align: center;
    }

    div#item-10 {
        z-index: 1;
        width: 100%;
        position: relative;
        font-size: 58px;
        margin-top: 20px;
        text-align: center;
    }

    div#item-11 {
        z-index: 1;
        width: 100%;
        position: relative;
        margin-top: 30px;
        text-align: center;
    }

    div#item-12 {
        margin-top: 130px;
        width: 100%;
        position: relative;
        font-size: 58px;
        text-align: left;
    }

    div#item-video-1 {
        z-index: 1;
        width: 100%;
        position: absolute;
        font-size: 48px;
        margin-top: 50px;
        text-align: center;
    }

    div#item-video-2 {
        z-index: 1;
        width: 100%;
        position: absolute;
        margin-top: 150px;
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a {
        color: #ffffff;
        font-size: 18px;
        text-shadow: none;
        text-decoration: none;
        font-family: Roboto, sans-serif;
    }

    .nav {
        float: right !important;
    }

    .nav > li > a {
        margin: 0 5px;
    }

    .navbar {
        margin: 15px 50px;
    }

    .button {
        min-width: 250px;
        display: inline-block;
        margin: 5px 15px;
        border-radius: 2px;
        padding: 10px 15px;
        border: none;
        background: rgba(28,40,51,0.6);
        vertical-align: middle;
        position: relative;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
    }

    .in1touch-product {
        padding: 5px;
        height: 100%;
        max-width: 500px;
        width: 100%;
        min-height: 220px;
        display: inline-block;
        margin: 20px 0;
    }

    .in1touch-blocks {
        padding: 5px;
        height: 100%;
        max-width: 500px;
        width: 100%;
        min-height: 150px;
        display: inline-block;
        margin: 20px 0;
    }

    .in1touch-product:hover,
    .in1touch-blocks:hover {
        cursor: pointer;
        background-color: #00b8d8;
    }

    .in1touch-product .in1touch-icon,
    .in1touch-blocks .in1touch-icon {
        float: left;
        width: 30%;
    }

    .in1touch-product .in1touch-info,
    .in1touch-blocks .in1touch-info {
        width: 50%;
        float: left;
        margin-top: 20px;
        text-align: left;
    }

    .in1touch-product .product-name,
    .in1touch-blocks .product-name {
        font-family: Dosis, sans-serif;
        white-space: nowrap;
        font-size: 48px;
        color: #ffffff;
    }


    .in1touch-product .product-description,
    .in1touch-blocks .product-description {
        float: left;
        color: #ffffff;
        font-size: 18px;
        text-align: left;
        font-weight: normal;
        font-family: RobotoLight, sans-serif;
    }

    #in1touchRESlider .carousel-indicators {
        position: relative;
        top: 0;
        width: 100%;
        height: 60px;
        left: 0;
        right: 0;
        margin: 0;
        text-align: left;
        z-index: 1;
    }

    #in1touchRESlider .carousel-indicators .fa {
        font-size: 28px;
        color: #ffffff;
        line-height: 60px;
        position: relative;
        text-align: center;
        display: block;
    }

    #in1touchRESlider .carousel-indicators li {
        display: inline-block;
        width: 6.6%;
        height: 100%;
        margin: 0;
        text-indent: 0;
        float: left;
        cursor: pointer;
        border: none;
        border-radius: 0;
        background:rgba(131,201,213,0.35);
    }

    #in1touchRESlider .carousel-indicators .active {
        width: 6.6%;
        height: 100%;
        margin: 0;
        border-radius: 0;
        background: none;
    }

}

@media (min-width: 1800px) {

    div#product-section-1 {
        background-size: cover !important;
        background: url("../images/soft_section_1.jpg") fixed;
        height: 100%;
        width: 100%;
    }

    div#portfolio-section-3 {
        width:100%;
        background-color:#dadada;
    }

    div#portfolio-section-3 .item-row {
        max-height:350px;
        height:100%;
        width:100%;
    }

    div#portfolio-section-3 .item-row .item-block {
        padding:0px;
        margin:0px;
        width:50%;
        float:left;
    }

    div#portfolio-section-3 .item-row .item-block.dark {
        background-color:#1d222b;
        color:#fff;
    }

    div#portfolio-section-3 .item-row .item-block.blue {
        background-color:#00cdf0;
        color:#fff;
    }

    div#portfolio-section-3 .item-row .design-description {
        width:50%;
        float:left;
    }

    div#portfolio-section-3 .item-block .title {
        font-size:24px;
        padding:8px;
        font-family: Dosis, sans-serif;
        text-align: center;
    }

    div#portfolio-section-3 .item-block .description {
        padding: 5px;
        font-size:14px;
        display: block;
    }


    div#portfolio-section-3 .item-row .design-photo {
        width:50%;
        float:right;
    }

    div#portfolio-section-3 .item-row .design-photo::after {
        content: '';
        border: 22px solid transparent;
        position: absolute;
        width: 0;
        height: 0;
        margin-top: -120px;
    }

    div#portfolio-section-3 .design-photo.delta-blue::after {
        border-left-color: #00cdf0;
    }

    div#portfolio-section-3 .design-photo.delta-dark::after {
        border-left-color: #1d222b;
    }

    div#portfolio-section-3 .design-photo img {
        -webkit-transition: all .6s ease;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

    div#portfolio-section-3 .design-photo img:hover {
        filter: none;
        cursor:pointer;
        -webkit-filter: grayscale(0%);
    }

    .testimonial {
        background-color: #ffffff;
        margin: 10px 5px;
        min-height: 200px;
    }

    .testimonial-header {
        position: relative;
        left: -15px;
    }

    .testimonial-content {
        padding: 5px 10px;
        color: #484848;
        font-family: RobotoLight, sans-serif;
        text-align: justify;
        font-size: 20px;
    }

    .testimonial-footer {
        line-height: 25px;
        text-align: right;
        padding: 0px 10px 5px 10px;
    }

    .testimonial-footer .name {
        font-family: Roboto, sans-serif;
        color: #00cdf0;
        font-size: 28px;
    }

    .testimonial-footer .position {
        font-family: RobotoLight, sans-serif, sans-serif;
        color: #4e4e4e;
        font-size: 16px;
    }

    .testimonial-header-name {
        display: inline-block;
        font-size: 32px;
        color: #ffffff;
        font-family: Dosis, sans-serif;
        padding: 10px 20px;
        text-transform: uppercase;
        width: 50%;
        background-color: #00cdf0;
    }

    .testimonial-header-logo {
        display: inline-block;
        float: right;
        width: 50%;
        padding: 5px;
    }

    .testimonial-header-logo img {
        float: right;
    }

    /* ICONS */

    #home-section-1 .font-icon-cloud:before {
        display: block;
        line-height: 100px;
        font-size: 35vh;
        margin-top: 130px;
    }

    #section-2 .font-icon-handshake:before {
        display: block;
        font-size: 150px;
        line-height: 120px;
    }

    #section-2 .font-icon-shild:before {
        display: block;
        font-size: 150px;
        line-height: 120px;
    }

    #resources-section-3 .font-icon-portfolio:before {
        display: block;
        font-size: 100px;
        line-height: 120px;
    }

    #resources-section-3 .font-icon-team:before {
        display: block;
        font-size: 150px;
        line-height: 120px;
    }

    #section-5 .font-icon-team:before {
        display: block;
        font-size: 450px;
        line-height: 250px;
    }

    #about-section-1 .font-icon-building:before {
        display: block;
        line-height: 100px;
        font-size: 20vh;
        margin-top: 130px;
    }

    #portfolio-section-1 .font-icon-portfolio:before {
        display: block;
        line-height: 100px;
        font-size: 20vh;
        margin-top: 130px;
    }

    #soft-section-1 .font-icon-shild:before,
    #product-section-1 .font-icon-shild:before{
        display: block;
        line-height: 100px;
        font-size: 35vh;
        margin-top: 150px;
    }

    #soft-section-1 .font-icon-handshake:before,
    #product-section-1 .font-icon-handshake:before {
        display: block;
        line-height: 100px;
        font-size: 35vh;
        margin-top: 140px;
    }

    #soft-section-1 .font-icon-software:before {
        display: block;
        line-height: 100px;
        font-size: 20vh;
        margin-top: 130px;
    }

    #soft-section-3 .font-icon-network:before {
        display: block;
        line-height: 250px;
        font-size: 350px;
    }

    #service-section-1 .font-icon-support:before {
        display: block;
        line-height: 100px;
        font-size: 20vh;
        margin-top: 130px;
    }

    #service-section-3 .font-icon-feedback:before,
    #service-section-3 .font-icon-support-24:before {
        display: block;
        line-height: 250px;
        font-size: 300px;
    }

    #header-content .font-icon-checker:before {
        display: inline-block;
    }

    #section-error .font-icon-404:before {
        display: block;
        line-height: 100px;
        font-size: 200px;
        margin-top: 130px;
    }

    #in1touchRESlider .carousel-inner .fa {
        font-size: 200px;
        color: #ffffff;
        text-align: center;
        display: block;
        margin: 20px 5px;
    }

    .slider-heading {
        font-size: 52px;
        color: #00cdf0;
        font-family: Dosis, sans-serif;
        line-height: 50px;
    }

    div#home-section-1 {
        background-size: cover !important;
        background: url("../images/section_1.jpg") fixed;
        height: 100%;
        width: 100%;
    }

    div#soft-section-1 {
        background-size: cover !important;
        background: url("../images/software_section_1.png") no-repeat right bottom;
        height: 100%;
        width: 100%;
    }

    div#service-section-1 {
        background-size: cover !important;
        background: url("../images/service_section_1.jpg") fixed;
        height: 100%;
        width: 100%;
    }

    div#about-section-1,
    div#portfolio-section-1 {
        background-size: cover !important;
        background: url("../images/about_section_1.jpg") fixed;
        height: 100%;
        width: 100%;
    }

    div#soft-section-3 {
        width: 100%;
        min-height: 450px;
        border-top: 1px solid #ffffff;
        background-size: cover !important;
        background: #152233 url("../images/soft_section_3.jpg") fixed;
    }

    div#service-section-3 {
        width: 100%;
        min-height: 400px;
        background-color: #152233;
    }

    div#section-2 {
        background: #00cdf0;
        width: 100%;
        min-height: 300px;
    }

    div#resources-section-3 {
        background: #00cdf0;
        width: 100%;
        min-height: 220px;
    }

    div#section-parallax {
        width: 100%;
        min-height: 350px;
        border-bottom: 1px solid #ffffff;
        border-top: 1px solid #ffffff;
    }

    div#section-4 {
        background: #ffffff;
        width: 100%;
        min-height: 300px;
    }

    div#section-5 {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 100%;
        height: 500px;
        overflow: hidden;
        background-color: #152233;
    }

    div#team {
        font-size: 26px;
        color: #ffffff;
        font-family: RobotoLight, sans-serif;
        font-weight: normal;
        text-align: left;
    }

    div#item-1 {
        width: 100%;
        position: relative;
        text-align: center;
    }

    div#item-2 {
        width: 100%;
        position: relative;
        font-size: 9vh;
        margin-top: 30px;
        text-align: center;
    }

    div#item-3 {
        font-size: 4vh;
        margin-top: 10px;
        width: 100%;
        position: relative;
        text-align: center;
    }

    div#item-4 {
        margin-top: 80px;
        width: 100%;
        position: relative;
        text-align: center;
    }

    div#item-5 {
        width: 100%;
        position: relative;
        font-size: 36px;
        margin-top: 40px;
        text-align: center;
    }

    div#item-6 {
        width: 100%;
        position: relative;
        margin-top: 40px;
        text-align: center;
    }

    div#item-7 {
        width: 100%;
        position: relative;
        margin-top: 40px;
        text-align: center;
    }

    div#item-8 {
        width: 100%;
        position: relative;
        font-size: 58px;
        margin-top: 30px;
        text-align: center;
    }

    div#item-9 {
        width: 100%;
        position: relative;
        margin-top: 40px;
        margin-bottom: 10px;
        text-align: center;
    }

    div#item-10 {
        z-index: 1;
        width: 100%;
        position: relative;
        font-size: 9vh;
        margin-top: 20px;
        text-align: center;
    }

    div#item-11 {
        z-index: 1;
        width: 100%;
        position: relative;
        margin-top: 30px;
        text-align: center;
    }

    div#item-12 {
        margin-top: 130px;
        width: 100%;
        position: relative;
        font-size: 58px;
        text-align: left;
    }

    div#item-video-1 {
        z-index: 1;
        width: 100%;
        position: absolute;
        font-size: 48px;
        margin-top: 50px;
        text-align: center;
    }

    div#item-video-2 {
        z-index: 1;
        width: 100%;
        position: absolute;
        margin-top: 150px;
        text-align: center;
    }

    .navbar-default .navbar-nav > li > a {
        color: #ffffff;
        font-size: 20px;
        text-shadow: none;
        text-decoration: none;
        font-family: Roboto, sans-serif;
    }

    .nav {
        float: right !important;
    }

    .nav > li > a {
        margin: 0 5px;
    }

    .navbar {
        margin: 15px 50px;
    }

    .button {
        min-width: 250px;
        display: inline-block;
        margin: 5px 15px;
        border-radius: 2px;
        padding: 10px 15px;
        border: none;
        background: rgba(28,40,51,0.6);
        vertical-align: middle;
        position: relative;
        z-index: 1;
        -webkit-backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
    }

    .in1touch-product {
        padding: 5px;
        max-width: 500px;
        display: inline-block;
        min-height:200px;
        margin-top:50px;
        margin-bottom:50px;
    }

    .in1touch-blocks {
        padding: 5px;
        max-width: 500px;
        width: 100%;
        min-height: 200px;
        display: inline-block;
        margin-bottom: 50px;
    }

    .in1touch-product:hover,
    .in1touch-blocks:hover {
        cursor: pointer;
        background-color: #00b8d8;
    }

    .in1touch-product .in1touch-icon,
    .in1touch-blocks .in1touch-icon {
        float: left;
        width: 30%;
    }

    .in1touch-product .in1touch-info,
    .in1touch-blocks .in1touch-info {
        width: 60%;
        float: left;
        margin-top: 20px;
        text-align: left;
    }

    .in1touch-product .product-name,
    .in1touch-blocks .product-name {
        font-family: Dosis, sans-serif;
        white-space: nowrap;
        font-size: 46px;
        color: #ffffff;
    }


    .in1touch-product .product-description,
    .in1touch-blocks .product-description {
        float: left;
        color: #ffffff;
        font-size: 18px;
        text-align: left;
        font-weight: normal;
        font-family: RobotoLight, sans-serif;
    }

    #in1touchRESlider .carousel-indicators {
        position: relative;
        top: 0;
        width: 100%;
        height: 60px;
        left: 0;
        right: 0;
        margin: 0;
        text-align: left;
        z-index: 1;
    }

    #in1touchRESlider .carousel-indicators .fa {
        font-size: 28px;
        color: #ffffff;
        line-height: 60px;
        position: relative;
        text-align: center;
        display: block;
    }

    #in1touchRESlider .carousel-indicators li {
        display: inline-block;
        width: 6.6%;
        height: 100%;
        margin: 0;
        text-indent: 0;
        float: left;
        cursor: pointer;
        border: none;
        border-radius: 0;
        background:rgba(131,201,213,0.35);
    }

    #in1touchRESlider .carousel-indicators .active {
        width: 6.6%;
        height: 100%;
        margin: 0;
        border-radius: 0;
        background: none;
    }

    #in1touchRESlider .carousel-indicators {
        position: relative;
        top: 0;
        width: 100%;
        height: 60px;
        left: 0;
        right: 0;
        margin: 0;
        text-align: left;
        z-index: 1;
    }

    #in1touchRESlider .carousel-indicators .fa {
        font-size: 28px;
        color: #ffffff;
        line-height: 60px;
        position: relative;
        text-align: center;
        display: block;
    }

    #in1touchRESlider .carousel-indicators li {
        display: inline-block;
        width: 6.6%;
        height: 100%;
        margin: 0;
        text-indent: 0;
        float: left;
        cursor: pointer;
        border: none;
        border-radius: 0;
        background:rgba(131,201,213,0.35);
    }

    #in1touchRESlider .carousel-indicators .active {
        width: 6.6%;
        height: 100%;
        margin: 0;
        border-radius: 0;
        background: none;
    }

}

/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    div#home-section-1 {
        background: url("../images/section_1.jpg") scroll;
    }

    div#soft-section-1 {
        background-size: cover !important;
        background: url("../images/software_section_1.png") scroll no-repeat right bottom;
    }


    div#product-section-1 {
        background: url("../images/soft_section_1.jpg") scroll;
    }

    div#service-section-1 {
        background: url("../images/service_section_1.jpg") scroll;
    }

    div#about-section-1,
    div#portfolio-section-1 {
        background: url("../images/about_section_1.jpg") scroll;
    }

    div#soft-section-3 {
        background: #152233 url("../images/soft_section_3.jpg") scroll;
    }

    div#service-section-3 {
        background-color: #152233;
    }
}

/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    div#home-section-1 {
        background: url("../images/section_1.jpg") scroll;
    }

    div#soft-section-1 {
        background: none #eaeae9;
        height: auto;
    }

    div#product-section-1 {
        background: url("../images/soft_section_1.jpg") scroll;
    }

    div#service-section-1 {
        background: none #678096;
        height: auto;
    }

    div#service-section-1 #item-1,
    div#service-section-1 #item-2,
    div#service-section-1 #item-3 {
        text-align: center;
        width: 100%;
    }

    div#about-section-1,
    div#portfolio-section-1 {
        background: url("../images/about_section_1.jpg") scroll;
    }

    div#soft-section-3 {
        background: #152233 url("../images/soft_section_3.jpg") scroll;
    }

    div#service-section-3 {
        background-color: #152233;
    }
}

div#carousel-porfolio .carousel-indicators {
    bottom:-5px;
    text-align:center;
}

div#carousel-porfolio .carousel-inner {
    margin-bottom: 0px;
    padding-bottom:35px;
    background-color:#1d222b;
}

div#carousel-porfolio .carousel-indicators li {
    border:none;
    text-indent:0px;
    border-radius:0px;
    margin:0px;
    width:20px;
}

div#carousel-porfolio .carousel-indicators .active {
    width:15px;
    height: 15px;
    margin-right: 10px;
    margin-left: 10px;
}

div#carousel-porfolio .carousel-indicators li.active {
    background-color:#ffffff;
    margin-right: 10px;
    margin-left: 10px;
}

div#carousel-porfolio .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-left: 10px;
    background:#2aabe2;
    color:#fff;
}

.bg-gray {
    background-color: #ccc;
}

.language {
    color: #fff;
    top: 30px;
    right: 10px;
    position: absolute;
}

/* Login Form */

.form-signin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 150px auto 100px auto;
}

.form-signin .form-control {
    height: 34px;
    font-size: 13px;
    border-radius: 0;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    font-weight: normal;
    font-family: RobotoBold, Arial, sans-serif;
}

