﻿/*@font-face {
  font-family: 'yekan';
  src: url('/Content/Fonts/Yekan/yekan.eot');
  src: url('/Content/Fonts/Yekan/yekan.eot?#iefix') format('embedded-opentype'),
       //url('/Content/Fonts/Yekan/yekan.woff2') format('woff2'), 
       url('/Content/Fonts/Yekan/yekan.woff') format('woff'), 
       url('/Content/Fonts/Yekan/yekan.ttf')  format('truetype'), 
       url('/Content/Fonts/Yekan/yekan.svg#svgfontname') format('svg');
    font-style: normal;
    font-weight: normal;
}*/
/*@font-face {
    font-family: 'GEInspira';
    src: url('/Content/Fonts/GEInspira/GEInspira.eot');
    src: url('/Content/Fonts/GEInspira/GEInspira.eot?#iefix') format('embedded-opentype'), url('/Content/Fonts/GEInspira/GEInspira.woff') format('woff'), url('/Content/Fonts/GEInspira/GEInspira.ttf') format('truetype'), url('/Content/Fonts/GEInspira/GEInspira.svg#svgfontname') format('svg');
    font-style: normal;
    font-weight: normal;
}*/
@font-face {
    font-family: 'awesome';
    src: url('/Content/Fonts/FontAwesome/fontawesome-webfont.eot');
    src: local('FontAwesome'), url('/Content/Fonts/FontAwesome/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/Content/Fonts/FontAwesome/fontawesome-webfont.woff') format('woff'), url('/Content/Fonts/FontAwesome/fontawesome-webfont.ttf') format('truetype'), url('/Content/Fonts/FontAwesome/fontawesome-webfont.svg#BYekan') format('svg');
    font-style: normal;
    font-weight: normal;
}
/*********************/
/***    colors     ***/
/*********************/
/*********************/
/***    colors     ***/
/*********************/
/*********************/
/***    icons      ***/
/*********************/
/*#region defined */
/*#endregion */
/*.test {
    .adb-symbol('chevron-left');
}*/
/*********************/
/*** animations    ***/
/*********************/
/*
@-webkit-keyframes NAME-YOUR-ANIMATION {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes NAME-YOUR-ANIMATION {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes NAME-YOUR-ANIMATION {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes NAME-YOUR-ANIMATION {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
*/
/*#region none2block */
.adb-none2block {
    display: block !important;
    -webkit-animation: none2block 0.3s ease-in-out;
    animation: none2block 0.3s ease-in-out;
}

@keyframes none2block {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/*#endregion */
/*#region commons */
.adb-clear {
    clear: both;
    margin: 0;
    height: 0;
}

.adb-box-shadow {
    -webkit-box-shadow: -8px 0 11px -2px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: -8px 0 11px -2px rgba(0, 0, 0, 0.66);
    box-shadow: -8px 0 11px -2px rgba(0, 0, 0, 0.66);
}

.adb-transition {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.adb-blur {
    -webkit-filter: blur(5px);
    /* Chrome, Safari, Opera */
    filter: blur(5px);
}

.adb-dela {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.adb-round {
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 1px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 4px;
}

.adb-gradi {
    padding: 15px;
    margin: 15px 0px;
    width: 930px;
    background: #af5640;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmNTY0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NjIxMDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #af5640 0%, #962104 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #af5640), color-stop(100%, #962104));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #af5640 0%, #962104 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #af5640 0%, #962104 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #af5640 0%, #962104 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #af5640 0%, #962104 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#af5640', endColorstr='#962104', GradientType=0);
    /* IE6-8 */
}

.adb-left {
    float: left !important;
}

.adb-right {
    float: right !important;
}

.adb-hidden {
    display: none !important;
}

.adb-invisible {
    opacity: 0 !important;
}
/*#endregion */
/*#region predefined keywords */
/*#endregion */
/* tricks */
/*#region trick snippet - custome select */
.adb-select_wrapper {
    position: relative;
}

    .adb-select_wrapper:before {
        font-family: awesome;
        content: "\f063";
        font-size: 10px;
        color: #ffffff;
        position: absolute;
        left: 10px;
        z-index: 1;
    }

.adb-top_pair select {
    padding: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    left: 10px;
    background-color: transparent;
}
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .adb-top_pair select {
        padding-right: 18px;
    }
}
/*#endregion */
.adb-show {
    display: block;
}

.adb-hide {
    display: none;
}

.stretch {
    width: 100%;
    display: block;
}

    .stretch > .non-deployed {
        float: left;
        overflow: hidden;
    }

@media only screen and (max-width: 9999px) {
    .stretch > .non-deployed.w4d4t2m1 {
        width: 25%;
    }
}

@media only screen and (max-width: 1200px) {
    .stretch > .non-deployed.w4d4t2m1 {
        width: 50%;
    }
}

@media only screen and (max-width: 640px) {
    .stretch > .non-deployed.w4d4t2m1 {
        width: 100%;
    }
}

@media only screen and (max-width: 9999px) {
    .stretch > .non-deployed.w2d2t1m1 {
        width: 50%;
    }
}

@media only screen and (max-width: 850px) {
    .stretch > .non-deployed.w2d2t1m1 {
        width: 100%;
    }
}

@media only screen and (max-width: 9999px) {
    .stretch > .non-deployed.one-of-two {
        width: 50%;
    }
}

@media only screen and (max-width: 850px) {
    .stretch > .non-deployed.one-of-two {
        width: 100%;
    }
}

@media only screen and (max-width: 9999px) {
    .stretch > .non-deployed.one-of-five {
        width: 20%;
    }
}

@media only screen and (max-width: 1200px) {
    .stretch > .non-deployed.one-of-five {
        width: 33.333%;
    }
}

@media only screen and (max-width: 1024px) {
    .stretch > .non-deployed.one-of-five {
        width: 50%;
    }
}

@media only screen and (max-width: 850px) {
    .stretch > .non-deployed.one-of-five {
        width: 50%;
    }
}

@media only screen and (max-width: 640px) {
    .stretch > .non-deployed.one-of-five {
        width: 100%;
    }
}

@media only screen and (max-width: 9999px) {
    .stretch > .non-deployed.one-of-four {
        width: 25%;
    }
}

@media only screen and (max-width: 1024px) {
    .stretch > .non-deployed.one-of-four {
        width: 50%;
    }
}

@media only screen and (max-width: 640px) {
    .stretch > .non-deployed.one-of-four {
        width: 100%;
    }
}

@media only screen and (max-width: 9999px) {
    .stretch > .non-deployed.w3d3t1m1,
    .stretch > .non-deployed.one-of-three {
        width: 33.333%;
    }
}

@media only screen and (max-width: 1366px) {
    .stretch > .non-deployed.w3d3t1m1,
    .stretch > .non-deployed.one-of-three {
        width: 33.333%;
    }
}

@media only screen and (max-width: 1200px) {
    .stretch > .non-deployed.w3d3t1m1,
    .stretch > .non-deployed.one-of-three {
        width: 33.333%;
    }
}

@media only screen and (max-width: 1024px) {
    .stretch > .non-deployed.w3d3t1m1,
    .stretch > .non-deployed.one-of-three {
        width: 33.333%;
    }
}

@media only screen and (max-width: 850px) {
    .stretch > .non-deployed.w3d3t1m1,
    .stretch > .non-deployed.one-of-three {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .stretch > .non-deployed.w3d3t1m1,
    .stretch > .non-deployed.one-of-three {
        width: 100%;
    }
}

@media only screen and (max-width: 350px) {
    .stretch > .non-deployed.w3d3t1m1,
    .stretch > .non-deployed.one-of-three {
        width: 100%;
    }
}

.stretch > .non-deployed.w2-3d2-3t1m1,
.stretch > .non-deployed.two-of-three {
    padding: 20px 0;
}

@media only screen and (max-width: 9999px) {
    .stretch > .non-deployed.w2-3d2-3t1m1,
    .stretch > .non-deployed.two-of-three {
        width: 66.666%;
    }
}

@media only screen and (max-width: 1366px) {
    .stretch > .non-deployed.w2-3d2-3t1m1,
    .stretch > .non-deployed.two-of-three {
        width: 66.666%;
    }
}

@media only screen and (max-width: 1200px) {
    .stretch > .non-deployed.w2-3d2-3t1m1,
    .stretch > .non-deployed.two-of-three {
        width: 66.666%;
    }
}

@media only screen and (max-width: 1024px) {
    .stretch > .non-deployed.w2-3d2-3t1m1,
    .stretch > .non-deployed.two-of-three {
        width: 66.666%;
    }
}

@media only screen and (max-width: 850px) {
    .stretch > .non-deployed.w2-3d2-3t1m1,
    .stretch > .non-deployed.two-of-three {
        width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .stretch > .non-deployed.w2-3d2-3t1m1,
    .stretch > .non-deployed.two-of-three {
        width: 100%;
    }
}

@media only screen and (max-width: 350px) {
    .stretch > .non-deployed.w2-3d2-3t1m1,
    .stretch > .non-deployed.two-of-three {
        width: 100%;
    }
}

.stretch:after {
    content: "";
    display: block;
    clear: both;
    float: none;
    height: 0;
}
/*#region tags declaration */
* {
    padding: 0;
    margin: 0;
}
/*#region trick snippet - custome input */
input {
    color: #132b33;
    text-shadow: 0 0 0 #45636e;
    -webkit-text-fill-color: transparent;
}

    input::-webkit-input-placeholder {
        color: #45636e;
        text-shadow: none;
        -webkit-text-fill-color: initial;
        opacity: 0.5;
    }
/*#endregion */
/*#region trick snippet - custome selected text background */
::selection {
    background: #809aab;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #809aab;
    /* Gecko Browsers */
}
/*#endregion */
a {
    text-decoration: none;
}

:focus {
    outline: 0 none;
}

html {
    font-size: unset;
}

body {
    direction: ltr;
    font-family: Arial, tahoma;
    font-size: 100%;
    color: #000;
    background-color: #F5F5F5;
    overflow-x: hidden;
}

@media only screen and (max-width: 1200px) {
    body {
        font-size: 95%;
    }
}

@media only screen and (max-width: 1024px) {
    body {
        font-size: 90%;
    }
}

@media only screen and (max-width: 850px) {
    body {
        font-size: 85%;
    }

    .bullets {
        display: none !important;
    }

    .home-mobile-see-more {
        margin-right: 45%;
    }

    .master-prj {
        display: none;
    }

    .home-mobile {
        display: none !important;
    }

    #paral-title-mobile {
        display: block !important;
    }

    .home-mobile-see-more {
        margin-right: 43% !important;
    }
}

#paral-title-mobile {
    display: none;
}

@media only screen and (max-width: 640px) {
    body {
        font-size: 80%;
    }

    .bullets, .prj-mobile-view, .home-mobile {
        display: none !important;
    }

    section.comp-service03 > article.middle > .line-child > .stuff > .slide-show {
        height: 300px !important;
    }

    section.comp-service03 > article.middle > .line-child {
        height: 300px !important;
    }
}

@media only screen and (max-width: 350px) {
    body {
        font-size: 75%;
    }

    .bullets, .prj-mobile-view, .home-mobile {
        display: none !important;
    }
}
/*#endregion*/
/*#region none2block */
.adb-fix-smooth {
    position: fixed !important;
    width: 100% !important;
    max-width: 1300px !important;
    margin: 0 auto !important;
    top: -160px;
    -webkit-animation: fix-smooth 0.5s ease-in-out;
    animation: fix-smooth 0.5s ease-in-out;
}

@keyframes fix-smooth {
    0% {
        top: -160px;
    }

    100% {
        top: 0;
    }
}
/*#endregion */
.loading {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.comp-master .line-parent {
    width: 100%;
    display: block;
}

    .comp-master .line-parent .line-child {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
        display: block;
    }

        .comp-master .line-parent .line-child.slim {
            max-width: 1200px;
        }

    .comp-master .line-parent.limited {
        max-width: 1300px;
        margin: 0 auto;
    }

    .comp-master .line-parent.unlimited {
        width: 100%;
    }

.comp-master {
    /*width: 100vw;
    height: 100vh;*/
    overflow-x: hidden;
}

    .comp-master > header.line-parent {
        position: relative;
        z-index: 1000;
        height: 142px;
    }

        .comp-master > header.line-parent > .top-wrapper {
            background-color: #809aab;
            width: 100%;
        }

            .comp-master > header.line-parent > .top-wrapper > .top-ribbon {
                height: 25px;
                top: 100%;
                max-width: 1300px;
                margin: 0 auto;
            }

                .comp-master > header.line-parent > .top-wrapper > .top-ribbon > .lang {
                    width: 25px;
                    height: 25px;
                    line-height: 25px;
                    text-align: center;
                    color: #fff;
                    float: right;
                    margin-right: 80px;
                    cursor: pointer;
                }

                .comp-master > header.line-parent > .top-wrapper > .top-ribbon > .divider {
                    width: 2px;
                    height: 15px;
                    margin: 5px 10px;
                    background-color: #ff5c0d;
                    float: right;
                }

                .comp-master > header.line-parent > .top-wrapper > .top-ribbon > .social-links {
                    height: 25px;
                    float: right;
                    direction: ltr;
                }

                    .comp-master > header.line-parent > .top-wrapper > .top-ribbon > .social-links > a {
                        display: block;
                        width: 25px;
                        height: 25px;
                        position: relative;
                        display: inline-block;
                        text-align: center;
                        line-height: 25px;
                        font-size: 14px;
                        color: #647986;
                        -moz-transition: all 0.3s ease-out;
                        -o-transition: all 0.3s ease-out;
                        -webkit-transition: all 0.3s ease-out;
                        -ms-transition: all 0.3s ease-out;
                        transition: all 0.3s ease-out;
                    }

                        .comp-master > header.line-parent > .top-wrapper > .top-ribbon > .social-links > a:before {
                            width: 25px;
                            height: 25px;
                            position: absolute;
                            top: 0;
                            left: 0;
                        }

                        .comp-master > header.line-parent > .top-wrapper > .top-ribbon > .social-links > a:hover {
                            color: #fff;
                        }

                        .comp-master > header.line-parent > .top-wrapper > .top-ribbon > .social-links > a.facebook:before {
                            content: '';
                            font-family: 'awesome';
                            content: "\f09a";
                        }

                        .comp-master > header.line-parent > .top-wrapper > .top-ribbon > .social-links > a.instagram:before {
                            content: '';
                            font-family: 'awesome';
                            content: "\f16d";
                        }

                        .comp-master > header.line-parent > .top-wrapper > .top-ribbon > .social-links > a.linkedin:before {
                            content: '';
                            font-family: 'awesome';
                            content: "\f0e1";
                        }

                        .comp-master > header.line-parent > .top-wrapper > .top-ribbon > .social-links > a.medium:before {
                            content: '';
                            font-family: 'awesome';
                            content: "\f23a";
                        }

                        .comp-master > header.line-parent > .top-wrapper > .top-ribbon > .social-links > a.tumblr:before {
                            content: '';
                            font-family: 'awesome';
                            content: "\f173";
                        }

                        .comp-master > header.line-parent > .top-wrapper > .top-ribbon > .social-links > a.twitter:before {
                            content: '';
                            font-family: 'awesome';
                            content: "\f099";
                        }

        .comp-master > header.line-parent > .mobile-menu {
            display: none;
            background-color: #627a8a;
            font-size: 120%;
        }

@media only screen and (max-width: 850px) {
    .comp-master > header.line-parent > .mobile-menu {
        display: block;
    }
}

.comp-master > header.line-parent > .mobile-menu > a span {
    margin: 0 0 0 10px;
    color: white;
    font-size: 20px;
}

.comp-master > header.line-parent > .mobile-menu > a {
    display: block;
    width: 100%;
    height: 30px;
    background-color: #627a8a;
    text-decoration: none;
    cursor: pointer;
}

    .comp-master > header.line-parent > .mobile-menu > a:before {
        font-family: awesome;
        content: "\f0c9";
        font-size: 25px;
        color: #fff;
        margin-left: 20px;
    }

    .comp-master > header.line-parent > .mobile-menu > a.open:before {
        content: "\f00d";
    }

    .comp-master > header.line-parent > .mobile-menu > a.open ~ span {
        max-height: 25px;
    }

.comp-master > header.line-parent > .mobile-menu > span {
    max-height: 0;
    overflow: hidden;
    display: block;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    line-height: 25px;
    color: #fff;
    padding-left: 20px;
    font-weight: bold;
}

.comp-master > header.line-parent > .mobile-menu > div {
    max-height: 0;
    overflow: hidden;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    line-height: 25px;
}

    .comp-master > header.line-parent > .mobile-menu > div.open {
        max-height: 175px;
    }

    .comp-master > header.line-parent > .mobile-menu > div > a {
        display: block;
        height: 30px;
        color: rgba(218, 248, 252, 0.9);
        margin-left: 40px;
        text-decoration: none;
        cursor: pointer;
    }

.comp-master > header.line-parent > .line-child {
    position: relative;
}

@media only screen and (max-width: 850px) {
    .comp-master > header.line-parent > .line-child {
        display: none;
    }
}

.comp-master > header.line-parent > .line-child > .fake-header {
    width: 100%;
    height: 142px;
    position: absolute;
}

.comp-master > header.line-parent > .line-child > .stuff {
    position: absolute;
    top: 0;
    opacity: .8;
    width: 100%;
    /*&.fixed-visible {
                    top: 0;
                }*/
}

    .comp-master > header.line-parent > .line-child > .stuff.adb-fix-smooth > .logo-wrapper {
        opacity: 0;
        visibility: hidden;
    }

    .comp-master > header.line-parent > .line-child > .stuff.adb-fix-smooth > .top-ribbon {
        display: none;
    }

    .comp-master > header.line-parent > .line-child > .stuff.adb-fix-smooth > .menu > .top {
        background-image: url(/Content/Images/Logos/logo-small.png);
        background-position: 55px center;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: #f4feff;
    }

    .comp-master > header.line-parent > .line-child > .stuff.adb-fix-smooth > .menu > .bottom {
        display: none;
    }

    .comp-master > header.line-parent > .line-child > .stuff.fixed-hidden {
        position: fixed;
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
        top: -160px;
    }

    .comp-master > header.line-parent > .line-child > .stuff > .logo-wrapper {
        width: 255px;
        height: 160px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background-color: rgba(16, 129, 146, 0.9);
        position: absolute;
        left: 50px;
        opacity: 1;
        visibility: visible;
        margin-top: -25px;
    }

        .comp-master > header.line-parent > .line-child > .stuff > .logo-wrapper > .logo {
            width: 255px;
            height: 160px;
            background-image: url('/Content/Images/Logos/logo.png');
            background-position: center;
            background-repeat: no-repeat;
        }

    .comp-master > header.line-parent > .line-child > .stuff > .menu {
        /*background-color: rgba(136, 192, 201, 0.9);*/
        background-color: #ffffff;
        margin-top: 5px;
    }

        .comp-master > header.line-parent > .line-child > .stuff > .menu > .top {
            width: 100%;
            height: 59px;
            border-bottom: solid 1px #828282;
            /*&:hover ~ .bottom {
                            .adb-none2block;
                        }*/
        }

            .comp-master > header.line-parent > .line-child > .stuff > .menu > .top > ul {
                height: 59px;
                margin-left: 340px;
                text-align: left;
                float: left;
                margin-bottom: 0;
            }

@media only screen and (max-width: 1200px) {
    .comp-master > header.line-parent > .line-child > .stuff > .menu > .top > ul {
        margin-left: 320px;
    }
}

.comp-master > header.line-parent > .line-child > .stuff > .menu > .top > ul > li {
    display: inline-block;
    height: 59px;
    line-height: 59px;
    margin-right: 30px;
}

@media only screen and (max-width: 1024px) {
    .comp-master > header.line-parent > .line-child > .stuff > .menu > .top > ul > li {
        margin-right: 20px;
    }
}

.comp-master > header.line-parent > .line-child > .stuff > .menu > .top > ul > li.active {
    border-bottom: solid 3px #565656;
}

    .comp-master > header.line-parent > .line-child > .stuff > .menu > .top > ul > li.active > a {
        color: #ff5c0d;
    }

        .comp-master > header.line-parent > .line-child > .stuff > .menu > .top > ul > li.active > a:hover {
            color: #ff5c0d;
        }

.comp-master > header.line-parent > .line-child > .stuff > .menu > .top > ul > li > a {
    text-decoration: none;
    color: #132b33;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    font-weight: bold;
}

    .comp-master > header.line-parent > .line-child > .stuff > .menu > .top > ul > li > a:hover {
        color: #ff5c0d;
    }

.comp-master > header.line-parent > .line-child > .stuff > .menu > .top > .search {
    width: 210px;
    height: 30px;
    border: solid 1px #45636e;
    float: right;
    margin: 15px 40px 14px 0;
    border-radius: 30px;
}

@media only screen and (max-width: 1024px) {
    .comp-master > header.line-parent > .line-child > .stuff > .menu > .top > .search {
        width: 150px;
        margin-right: 10px;
    }
}

.comp-master > header.line-parent > .line-child > .stuff > .menu > .top > .search > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
}

    .comp-master > header.line-parent > .line-child > .stuff > .menu > .top > .search > a:hover:before {
        color: #fff;
    }

    .comp-master > header.line-parent > .line-child > .stuff > .menu > .top > .search > a:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        content: '';
        font-family: 'awesome';
        content: "\f002";
        color: #132b33;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

.comp-master > header.line-parent > .line-child > .stuff > .menu > .top > .search > input {
    border: none;
    font-size: 0.9em;
    width: calc(100% - 40px);
    float: left;
    height: 30px;
    background-color: transparent;
    margin-left: 5px;
    line-height: 30px;
}

.comp-master > header.line-parent > .line-child > .stuff > .menu > .bottom {
    width: 100%;
    height: 53px;
    border-bottom: solid 2px #828282;
    margin-top: -1px;
}

    .comp-master > header.line-parent > .line-child > .stuff > .menu > .bottom:hover {
        display: block;
    }

    .comp-master > header.line-parent > .line-child > .stuff > .menu > .bottom > div {
        display: none;
        height: 53px;
    }

        .comp-master > header.line-parent > .line-child > .stuff > .menu > .bottom > div.active {
            display: block;
            margin-left: 25px;
        }

            .comp-master > header.line-parent > .line-child > .stuff > .menu > .bottom > div.active > ul {
                display: inline-block;
            }

        .comp-master > header.line-parent > .line-child > .stuff > .menu > .bottom > div.title-active {
            display: block;
        }

            .comp-master > header.line-parent > .line-child > .stuff > .menu > .bottom > div.title-active > .title {
                display: inline-block;
            }

        .comp-master > header.line-parent > .line-child > .stuff > .menu > .bottom > div > .title {
            display: none;
            height: 53px;
            overflow: hidden;
            margin-left: 340px;
            line-height: 53px;
            font-weight: bold;
            font-size: 2.2em;
            color: #3a3a3a;
        }

        .comp-master > header.line-parent > .line-child > .stuff > .menu > .bottom > div > ul {
            height: 53px;
            display: none;
            margin-bottom: 0;
            line-height: 53px;
            overflow: hidden;
            margin-left: 20px;
            margin-left: 315px;
        }

            .comp-master > header.line-parent > .line-child > .stuff > .menu > .bottom > div > ul > li {
                display: inline-block;
                height: 53px;
                line-height: 53px;
                margin-right: 15px;
            }

                .comp-master > header.line-parent > .line-child > .stuff > .menu > .bottom > div > ul > li.active > a {
                    color: #ff5c0d;
                }

                    .comp-master > header.line-parent > .line-child > .stuff > .menu > .bottom > div > ul > li.active > a:hover {
                        color: #ff5c0d;
                    }

                .comp-master > header.line-parent > .line-child > .stuff > .menu > .bottom > div > ul > li > a {
                    text-decoration: none;
                    color: #132b33;
                    -moz-transition: all 0.3s ease-out;
                    -o-transition: all 0.3s ease-out;
                    -webkit-transition: all 0.3s ease-out;
                    -ms-transition: all 0.3s ease-out;
                    transition: all 0.3s ease-out;
                    cursor: pointer;
                    font-size: 0.9em;
                }

                    .comp-master > header.line-parent > .line-child > .stuff > .menu > .bottom > div > ul > li > a:hover {
                        color: #ff5c0d;
                    }

.comp-master > .routing-sections {
    margin-top: -117px;
}

.comp-master footer {
    width: 100%;
    height: 350px;
    background-color: #88c0c9;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 850px) {
    .comp-master footer {
        height: unset;
        text-align: center;
    }
}

.comp-master footer > .rows {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

    .comp-master footer > .rows:after {
        content: "";
        display: block;
        clear: both;
        float: none;
    }

    .comp-master footer > .rows > .clmn {
        height: 300px;
        width: 18%;
        float: left;
        margin: 0 1%;
    }

@media only screen and (max-width: 850px) {
    .comp-master footer > .rows > .clmn {
        width: 94%;
        margin: 0 3%;
        height: unset;
    }
}

.comp-master footer > .rows > .clmn.big {
    width: 36%;
    margin: 0 2%;
}

@media only screen and (max-width: 850px) {
    .comp-master footer > .rows > .clmn {
        width: 94% !important;
        margin: 10px 3% 40px !important;
    }
}

.comp-master footer > .rows > .clmn > h3 {
    font-size: 1.3em;
    color: #108192;
}

.comp-master footer > .rows > .clmn > a {
    color: #fff;
    display: block;
    cursor: pointer;
    text-decoration: none;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .comp-master footer > .rows > .clmn > a:hover {
        color: #45636e;
    }

.comp-master footer > .rows > .clmn > span {
    color: #fff;
    display: block;
    text-decoration: none;
}

.comp-master footer > .rows > .clmn > .social {
    margin-top: 15px;
    width: 100%;
    height: 50px;
    text-align: left;
}

@media only screen and (max-width: 850px) {
    .comp-master footer > .rows > .clmn > .social {
        text-align: center;
    }
}

.comp-master footer > .rows > .clmn > .social > a {
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

    .comp-master footer > .rows > .clmn > .social > a:hover:before {
        color: #ff5c0d;
    }

    .comp-master footer > .rows > .clmn > .social > a:before {
        content: '';
        font-family: 'awesome';
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        color: #108192;
        font-size: 30px;
        text-align: center;
        line-height: 30px;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .comp-master footer > .rows > .clmn > .social > a.facebook:before {
        content: "\f09a";
    }

    .comp-master footer > .rows > .clmn > .social > a.twitter:before {
        content: "\f099";
    }

    .comp-master footer > .rows > .clmn > .social > a.instagarm:before {
        content: "\f16d";
    }

    .comp-master footer > .rows > .clmn > .social > a.telegram:before {
        content: "\f1d8";
    }

.comp-master footer > .rows > .clmn > .map-wrapper {
    width: 100%;
    height: 235px;
    overflow: hidden;
    margin: 30px 0;
}

    .comp-master footer > .rows > .clmn > .map-wrapper > iframe {
        width: 100%;
        height: 235px;
        border: none;
        background-color: transparent;
    }

    .comp-master footer > .rows > .clmn > .map-wrapper > .map {
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 50%;
        background-image: url("/Content/Images/MiniPics/map.jpg");
        background-size: cover;
        background-position: center;
        cursor: pointer;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        .comp-master footer > .rows > .clmn > .map-wrapper > .map:hover {
            transform: scale(1.8);
        }

.comp-master footer > p {
    width: 100%;
    height: 50px;
    line-height: 50px !important;
    display: block;
    font-size: 0.7em;
    line-height: 30px;
    text-align: center;
    background-color: #108192;
    color: #fff;
    position: absolute;
    bottom: 0;
    margin: 0;
}

@media only screen and (max-width: 850px) {
}

section.comp-home > article.banners > .line-child > .stuff > .slide-show {
    position: relative;
    height: 735px;
    overflow: hidden;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    section.comp-home > article.banners > .line-child > .stuff > .slide-show {
        height: 500px;
    }
}

@media only screen and (max-width: 1024px) {
    section.comp-home > article.banners > .line-child > .stuff > .slide-show {
        height: 400px;
    }
}

@media only screen and (max-width: 850px) {
    section.comp-home > article.banners > .line-child > .stuff > .slide-show {
        height: 300px;
    }
}

@media only screen and (max-width: 640px) {
    section.comp-home > article.banners > .line-child > .stuff > .slide-show {
        height: 200px;
    }
}

@media only screen and (max-width: 350px) {
    section.comp-home > article.banners > .line-child > .stuff > .slide-show {
        height: 150px;
    }
}

section.comp-home > article.banners > .line-child > .stuff > .slide-show > img {
    width: 100%;
    /*transform: translate(-50%, -50%);
                        top: 50% !important;
                        left: 50% !important;*/
}

section.comp-home > article.banners > .line-child > .stuff > .slide-show > .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 999;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

    section.comp-home > article.banners > .line-child > .stuff > .slide-show > .arrow:hover:before {
        color: #ff5c0d;
    }

    section.comp-home > article.banners > .line-child > .stuff > .slide-show > .arrow:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        font-size: 40px;
        color: #fff;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    section.comp-home > article.banners > .line-child > .stuff > .slide-show > .arrow.top_banners_right {
        right: 30px;
        position: absolute;
    }

        section.comp-home > article.banners > .line-child > .stuff > .slide-show > .arrow.top_banners_right:before {
            content: '';
            font-family: 'awesome';
            content: "\f054";
        }

    section.comp-home > article.banners > .line-child > .stuff > .slide-show > .arrow.top_banners_left {
        left: 30px;
    }

        section.comp-home > article.banners > .line-child > .stuff > .slide-show > .arrow.top_banners_left:before {
            content: '';
            font-family: 'awesome';
            content: "\f053";
        }

section.comp-home > article.banners > .line-child > .stuff > .slide-show > .bullets {
    z-index: 200;
    position: absolute;
    width: 100%;
    height: 12px;
    bottom: 55px;
    text-align: center;
    direction: rtl;
}

    section.comp-home > article.banners > .line-child > .stuff > .slide-show > .bullets > .bullet {
        width: 11px;
        height: 11px;
        border: solid 1px #fff;
        border-radius: 50%;
        display: inline-block;
        margin: 0 5px;
        cursor: pointer;
    }

        section.comp-home > article.banners > .line-child > .stuff > .slide-show > .bullets > .bullet.active {
            background-color: #fff;
        }

section.comp-home > article.banners > .line-child > .stuff > .slide-show > .move-down {
    width: 55px;
    height: 40px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 110;
    text-align: center;
}

    section.comp-home > article.banners > .line-child > .stuff > .slide-show > .move-down:before {
        content: '';
        font-family: 'awesome';
        content: "\f078";
        font-size: 33px;
        color: #ff5c0d;
        width: 55px;
        height: 40px;
        text-align: center;
    }

section.comp-home > article.icons {
    height: 260px;
    background-color: #fff;
}

@media only screen and (max-width: 850px) {
}

@media only screen and (max-width: 640px) {
    section.comp-home > article.icons {
        display: none;
    }
}

section.comp-home > article.icons > .line-child {
    position: relative;
    height: 260px;
}

    section.comp-home > article.icons > .line-child > .stuff {
        position: absolute;
        width: 100%;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        height: 100%;
    }

        section.comp-home > article.icons > .line-child > .stuff > .icons {
            /*width: 80%;
                    margin: 0 auto;
                    text-align: center;*/
            width: 80%;
            height: 0;
            background-image: url(/Content/Images/SVGs/icons.svg);
            padding-bottom: 18%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            /*> .icon {
                        width: 10vw;
                        height: 10vw;
                        display: inline-block;
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: cover;

                        &:nth-child(1) {
                            background-image: url('/Content/Images/MiniPics/white-icons-01.png');
                        }

                        &:nth-child(2) {
                            background-image: url('/Content/Images/MiniPics/white-icons-02.png');
                        }

                        &:nth-child(3) {
                            background-image: url('/Content/Images/MiniPics/white-icons-03.png');
                        }

                        &:nth-child(4) {
                            background-image: url('/Content/Images/MiniPics/white-icons-04.png');
                        }

                        &:nth-child(5) {
                            background-image: url('/Content/Images/MiniPics/white-icons-05.png');
                        }

                        &:nth-child(6) {
                            background-image: url('/Content/Images/MiniPics/white-icons-06.png');
                        }
                    }*/
        }

        section.comp-home > article.icons > .line-child > .stuff > a {
            display: inline-block;
            width: 11%;
            height: 190px;
            overflow: hidden;
            margin: 35px 0;
            float: left;
            text-decoration: none;
            cursor: pointer;
            position: relative;
        }

            section.comp-home > article.icons > .line-child > .stuff > a:hover img.fg,
            section.comp-home > article.icons > .line-child > .stuff > a.active img.fg {
                /*-ms-filter: grayscale(0) blur(0);
                        -webkit-filter: grayscale(0) blur(0);
                        -moz-filter: grayscale(0) blur(0);
                        -o-filter: grayscale(0) blur(0);
                        filter: grayscale(0) blur(0);*/
                opacity: 0;
            }

            section.comp-home > article.icons > .line-child > .stuff > a:hover img.bg,
            section.comp-home > article.icons > .line-child > .stuff > a.active img.bg {
                opacity: 1;
            }

            section.comp-home > article.icons > .line-child > .stuff > a > img {
                width: 100%;
                height: auto;
                /*-ms-filter: grayscale(0.8) blur(0.5px);
                        -webkit-filter: grayscale(0.8) blur(0.5px);
                        -moz-filter: grayscale(0.8) blur(0.5px);
                        -o-filter: grayscale(0.8) blur(0.5px);
                        filter: grayscale(0.8) blur(0.5px);*/
                position: absolute;
                -moz-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                -webkit-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

                section.comp-home > article.icons > .line-child > .stuff > a > img.bg {
                    z-index: 1;
                    opacity: 0;
                }

                section.comp-home > article.icons > .line-child > .stuff > a > img.fg {
                    z-index: 2;
                    opacity: 1;
                }

            section.comp-home > article.icons > .line-child > .stuff > a > span {
                width: 100%;
                text-align: center;
                color: #565656;
                display: block;
                margin-top: 10px;
                font-weight: bold;
                position: absolute;
                z-index: 0;
                bottom: 0;
            }

        section.comp-home > article.icons > .line-child > .stuff > span {
            width: 3.8%;
            margin: 0 1.5%;
            height: 0;
            padding-bottom: 19%;
            display: inline-block;
            background-image: url(/Content/Images/MiniPics/icon-arrow.png);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: top;
            overflow: hidden;
            float: left;
            margin-top: 4%;
        }

@media only screen and (max-width: 640px) {
    section.comp-home > article.paral {
        display: none;
    }
}

section.comp-home > article.paral > .line-child > .stuff.parallax {
    width: 100% !important;
    height: 550px;
    margin-left: unset !important;
    overflow: hidden;
}

    section.comp-home > article.paral > .line-child > .stuff.parallax > .content > .top {
        text-align: center;
        color: #fff;
        margin: 60px 10%;
    }

    section.comp-home > article.paral > .line-child > .stuff.parallax > .content > .box {
        background-color: rgba(255, 255, 255, 0.7);
        width: 80%;
        min-height: 300px;
        margin: 10px auto;
    }

        section.comp-home > article.paral > .line-child > .stuff.parallax > .content > .box > .stretch > .img > .image {
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            height: 220px;
            width: 90%;
            margin: 10px 5%;
            position: relative;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            section.comp-home > article.paral > .line-child > .stuff.parallax > .content > .box > .stretch > .img > .image.loader:before {
                -moz-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                -webkit-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
                content: '';
                font-family: 'awesome';
                content: "\f110";
                -webkit-animation: fa-spin 1s infinite steps(8);
                animation: fa-spin 1s infinite steps(8);
                display: block;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                font-size: 5em;
                color: white;
                width: 100px;
                height: 100px;
                text-align: center;
                line-height: 100px;
                left: calc(50% - 50px);
                top: calc(50% - 50px);
                /* transform: translate(-50%, -50%); */
            }

            section.comp-home > article.paral > .line-child > .stuff.parallax > .content > .box > .stretch > .img > .image > img {
                max-width: 100%;
                width: auto;
                max-height: 100%;
                height: auto;
                display: block;
                margin: 0 auto;
            }

        section.comp-home > article.paral > .line-child > .stuff.parallax > .content > .box > .stretch > .texts > .texts > .title {
            font-weight: bold;
            margin: 30px 0 20px;
            color: #565656;
        }

        section.comp-home > article.paral > .line-child > .stuff.parallax > .content > .box > .stretch > .texts > .texts > .content {
            margin: 20px 0;
            color: #565656;
            margin-right: 20px;
            text-align: justify;
        }

            section.comp-home > article.paral > .line-child > .stuff.parallax > .content > .box > .stretch > .texts > .texts > .content > ul {
                list-style-type: circle;
                margin-left: 30px;
            }

        section.comp-home > article.paral > .line-child > .stuff.parallax > .content > .box > .stretch > .texts > .texts > a {
            background-color: transparent;
            border: solid 1px #565656;
            color: #565656;
            padding: 5px 15px;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            float: right;
            margin-right: 20px;
        }

            section.comp-home > article.paral > .line-child > .stuff.parallax > .content > .box > .stretch > .texts > .texts > a:hover {
                background-color: #565656;
                color: #fff;
            }

section.comp-home > article.news > .line-child > .stuff {
    width: 100%;
    background-color: #fbfbfb;
    overflow: hidden;
    padding: 50px 0;
}

@media only screen and (max-width: 1024px) {
    section.comp-home > article.news > .line-child > .stuff {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 850px) {
    section.comp-home > article.news > .line-child > .stuff {
        padding-top: 30px;
    }
}

@media only screen and (max-width: 640px) {
    section.comp-home > article.news > .line-child > .stuff {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 350px) {
    section.comp-home > article.news > .line-child > .stuff {
        padding-top: 10px;
    }
}

section.comp-home > article.news > .line-child > .stuff > .title {
    width: 100%;
    text-align: center;
    height: 70px;
    margin: 20px auto;
    color: #ff5c0d;
    font-size: 2em;
    line-height: 70px;
    font-weight: bold;
    text-transform: uppercase;
}

@media only screen and (max-width: 1024px) {
    section.comp-home > article.news > .line-child > .stuff > .title {
        line-height: 60px;
        height: 60px;
    }
}

@media only screen and (max-width: 850px) {
    section.comp-home > article.news > .line-child > .stuff > .title {
        line-height: 30px;
        height: 30px;
    }
}

@media only screen and (max-width: 640px) {
    section.comp-home > article.news > .line-child > .stuff > .title {
        line-height: 20px;
        height: 20px;
    }
}

section.comp-home > article.news > .line-child > .stuff > .partz {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

    section.comp-home > article.news > .line-child > .stuff > .partz > .parts {
        height: 380px;
        width: 100%;
        overflow: hidden;
    }

        section.comp-home > article.news > .line-child > .stuff > .partz > .parts > a.part {
            width: 100%;
            height: 120px;
            display: block;
            margin: 5px 0;
            cursor: pointer;
            text-decoration: none;
            overflow: hidden;
        }

            section.comp-home > article.news > .line-child > .stuff > .partz > .parts > a.part > .image {
                width: 110px;
                height: 110px;
                border-radius: 50%;
                border: solid 5px #cccccc;
                display: inline-block;
                margin: 5px;
                background-size: cover;
                -ms-filter: grayscale(1);
                -webkit-filter: grayscale(1);
                -moz-filter: grayscale(1);
                -o-filter: grayscale(1);
                filter: grayscale(1);
                -moz-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                -webkit-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

@media only screen and (max-width: 1024px) {
    section.comp-home > article.news > .line-child > .stuff > .partz > .parts > a.part > .image {
        width: 90px;
        height: 90px;
    }
}

@media only screen and (max-width: 850px) {
    section.comp-home > article.news > .line-child > .stuff > .partz > .parts > a.part > .image {
        width: 80px;
        height: 80px;
    }
}

@media only screen and (max-width: 640px) {
    section.comp-home > article.news > .line-child > .stuff > .partz > .parts > a.part > .image {
        width: 70px;
        height: 70px;
    }
}

@media only screen and (max-width: 350px) {
    section.comp-home > article.news > .line-child > .stuff > .partz > .parts > a.part > .image {
        width: 60px;
        height: 60px;
    }
}

section.comp-home > article.news > .line-child > .stuff > .partz > .parts > a.part > .texts {
    width: calc(100% - 125px);
    height: 90px;
    display: inline-block;
    margin: 15px 0;
    vertical-align: top;
}

@media only screen and (max-width: 1024px) {
    section.comp-home > article.news > .line-child > .stuff > .partz > .parts > a.part > .texts {
        width: calc(100% - 105px);
    }
}

@media only screen and (max-width: 850px) {
    section.comp-home > article.news > .line-child > .stuff > .partz > .parts > a.part > .texts {
        width: calc(100% - 95px);
    }
}

@media only screen and (max-width: 640px) {
    section.comp-home > article.news > .line-child > .stuff > .partz > .parts > a.part > .texts {
        width: calc(100% - 85px);
    }
}

@media only screen and (max-width: 350px) {
    section.comp-home > article.news > .line-child > .stuff > .partz > .parts > a.part > .texts {
        width: calc(100% - 75px);
    }
}

section.comp-home > article.news > .line-child > .stuff > .partz > .parts > a.part > .texts > .title {
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    color: #108192;
}

section.comp-home > article.news > .line-child > .stuff > .partz > .parts > a.part > .texts > .subtitle {
    color: #828282;
    text-align: left;
    width: 100%;
    display: block;
}

section.comp-home > article.news > .line-child > .stuff > .partz > .parts > a.part:hover {
    background-color: #e8e8e8;
}

    section.comp-home > article.news > .line-child > .stuff > .partz > .parts > a.part:hover > .image {
        border-color: #ff5c0d;
        -ms-filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0);
    }

section.comp-home > article.news > .line-child > .stuff > div.wrapper {
    width: 100%;
    text-align: center;
}

    section.comp-home > article.news > .line-child > .stuff > div.wrapper > a {
        background-color: transparent;
        border: solid 1px #565656;
        color: #565656;
        padding: 5px 15px;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
    }

        section.comp-home > article.news > .line-child > .stuff > div.wrapper > a:hover {
            background-color: #565656;
            color: #fff;
        }

section.comp-service01 > article.header > .line-child > .stuff > .top-banner {
    height: 500px;
    background-size: cover;
    background-position: center;
}

section.comp-service01 > article.main > .line-child > .stuff > p.header {
    font-size: 0.9em;
    color: #828282;
    width: 85%;
    margin: 40px auto;
    text-align: justify;
}

section.comp-service01 > article.main > .line-child > .stuff > .part {
    margin-bottom: 30px;
}

    section.comp-service01 > article.main > .line-child > .stuff > .part > .title {
        font-size: 0.9em;
        color: #828282;
        width: 85%;
        margin: 20px auto 5px;
        text-align: justify;
        display: block;
        min-height: 30px;
    }

    section.comp-service01 > article.main > .line-child > .stuff > .part > ul {
        margin: 0 11%;
    }

        section.comp-service01 > article.main > .line-child > .stuff > .part > ul > li {
            list-style-type: none;
            font-weight: bold;
            font-size: 0.9em;
            position: relative;
        }

            section.comp-service01 > article.main > .line-child > .stuff > .part > ul > li:before {
                content: '';
                font-family: 'awesome';
                content: "\f111";
                position: absolute;
                left: -30px;
                font-size: 10px;
                top: 3px;
                color: #ff5c0d;
            }

    section.comp-service01 > article.main > .line-child > .stuff > .part > .pairs {
        margin: 0 11%;
    }

        section.comp-service01 > article.main > .line-child > .stuff > .part > .pairs > p {
            font-weight: bold;
            font-size: 0.9em;
            position: relative;
            margin-bottom: 0;
        }

            section.comp-service01 > article.main > .line-child > .stuff > .part > .pairs > p:before {
                content: '';
                font-family: 'awesome';
                content: "\f111";
                position: absolute;
                left: -30px;
                font-size: 10px;
                top: 3px;
                color: #ff5c0d;
            }

        section.comp-service01 > article.main > .line-child > .stuff > .part > .pairs > .explains {
            margin-left: 40px;
            margin-bottom: 20px;
        }

            section.comp-service01 > article.main > .line-child > .stuff > .part > .pairs > .explains > p {
                font-size: 0.9em;
                margin-bottom: 0;
            }

section.comp-service02 > article.header > .line-child > .stuff > .top-banner {
    height: 500px;
    background-size: cover;
    background-position: center;
}

section.comp-service02 > article.content {
    padding: 10px 0;
}

    section.comp-service02 > article.content > .line-child > .stretch > .non-deployed.text {
        min-height: 500px;
    }

@media only screen and (max-width: 1024px) {
    section.comp-service02 > article.content > .line-child > .stretch > .non-deployed.text {
        min-height: 300px;
    }
}

section.comp-service02 > article.content > .line-child > .stretch > .non-deployed.text > .zone {
    margin: 40px;
}

    section.comp-service02 > article.content > .line-child > .stretch > .non-deployed.text > .zone > .title {
        font-weight: bold;
        margin-bottom: 20px;
    }

    section.comp-service02 > article.content > .line-child > .stretch > .non-deployed.text > .zone > .content {
        color: #565656;
        text-align: justify;
    }

    section.comp-service02 > article.content > .line-child > .stretch > .non-deployed.text > .zone > .list {
        width: calc(100% - 40px);
        margin-left: 40px;
    }

        section.comp-service02 > article.content > .line-child > .stretch > .non-deployed.text > .zone > .list > .title {
            font-weight: bold;
            color: #565656;
        }

        section.comp-service02 > article.content > .line-child > .stretch > .non-deployed.text > .zone > .list > .sub-title {
            color: #6c6c6c;
        }

section.comp-service02 > article.content > .line-child > .stretch > .non-deployed.list {
    min-height: 500px;
}

@media only screen and (max-width: 1024px) {
    section.comp-service02 > article.content > .line-child > .stretch > .non-deployed.list {
        min-height: 300px;
    }
}

section.comp-service02 > article.content > .line-child > .stretch > .non-deployed.list > .zone {
    margin: 40px;
}

    section.comp-service02 > article.content > .line-child > .stretch > .non-deployed.list > .zone > .title {
        font-weight: bold;
        margin-bottom: 20px;
    }

    section.comp-service02 > article.content > .line-child > .stretch > .non-deployed.list > .zone > .list {
        margin-left: 40px;
    }

        section.comp-service02 > article.content > .line-child > .stretch > .non-deployed.list > .zone > .list > .part {
            margin-bottom: 15px;
        }

            section.comp-service02 > article.content > .line-child > .stretch > .non-deployed.list > .zone > .list > .part:before {
                content: '';
                font-family: 'awesome';
                content: "\f111";
                position: absolute;
                margin-left: -30px;
                color: #ff5c0d;
            }

            section.comp-service02 > article.content > .line-child > .stretch > .non-deployed.list > .zone > .list > .part > .title {
                font-weight: bold;
                color: #3a3a3a;
                margin-bottom: 5px;
            }

            section.comp-service02 > article.content > .line-child > .stretch > .non-deployed.list > .zone > .list > .part > .sub-title {
                color: #565656;
                margin-left: 20px;
            }

section.comp-service02 > article.content > .line-child > .stretch > .non-deployed.image {
    min-height: 290px;
    overflow: hidden;
    position: relative;
    width: calc(50% - 220px);
    margin: 40px;
}

@media only screen and (max-width: 850px) {
    section.comp-service02 > article.content > .line-child > .stretch > .non-deployed.image {
        min-height: 200px;
        overflow: hidden;
        position: relative;
        width: calc(100% - 10px);
        margin: 5px;
    }
}

section.comp-service02 > article.content > .line-child > .stretch > .non-deployed.image > img {
    position: absolute;
    width: auto;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

section.comp-service02 > article.content > .line-child > .stretch > .non-deployed.image > p {
    position: absolute;
    width: 100%;
    height: 30%;
    bottom: 0;
    margin-bottom: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    display: inline-table;
}

    section.comp-service02 > article.content > .line-child > .stretch > .non-deployed.image > p > span {
        display: block;
        margin: 20px;
        color: #fff;
        font-weight: bold;
        padding-top: 10px;
    }

section.comp-service02 > article.content > .line-child > .stretch > .non-deployed.image:hover p {
    opacity: 1;
}

section.comp-service03 > article.header > .line-child > .stuff > .top-banner {
    height: 500px;
    background-size: cover;
    background-position: center;
}

section.comp-service03 > article.top {
    padding: 30px 0;
}

    section.comp-service03 > article.top > .line-child > .stuff {
        text-align: center;
        color: #3a3a3a;
    }

        section.comp-service03 > article.top > .line-child > .stuff > .title {
            font-weight: bold;
            margin-bottom: 20px;
            text-align: left;
        }

        section.comp-service03 > article.top > .line-child > .stuff > .content {
            text-align: left;
        }

            section.comp-service03 > article.top > .line-child > .stuff > .content > ul {
                margin-left: 40px;
            }

section.comp-service03 > article.middle > .line-child {
    height: 550px;
}

    section.comp-service03 > article.middle > .line-child > .stuff {
        position: relative;
    }

        section.comp-service03 > article.middle > .line-child > .stuff > .arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 50px;
            height: 50px;
            z-index: 999;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            cursor: pointer;
            background-color: rgba(255, 255, 255, 0.5);
            border-radius: 50%;
            text-align: center;
        }

            section.comp-service03 > article.middle > .line-child > .stuff > .arrow:hover:before {
                color: #ff5c0d;
            }

            section.comp-service03 > article.middle > .line-child > .stuff > .arrow:before {
                position: absolute;
                top: 0;
                left: 0;
                width: 50px;
                height: 50px;
                font-size: 30px;
                line-height: 50px;
                text-align: center;
                color: #fff;
                -moz-transition: all 0.3s ease-out;
                -o-transition: all 0.3s ease-out;
                -webkit-transition: all 0.3s ease-out;
                -ms-transition: all 0.3s ease-out;
                transition: all 0.3s ease-out;
            }

            section.comp-service03 > article.middle > .line-child > .stuff > .arrow.top_banners_right {
                right: 30px;
                position: absolute;
            }

                section.comp-service03 > article.middle > .line-child > .stuff > .arrow.top_banners_right:before {
                    content: '';
                    font-family: 'awesome';
                    content: "\f054";
                }

            section.comp-service03 > article.middle > .line-child > .stuff > .arrow.top_banners_left {
                left: 30px;
            }

                section.comp-service03 > article.middle > .line-child > .stuff > .arrow.top_banners_left:before {
                    content: '';
                    font-family: 'awesome';
                    content: "\f053";
                }

        section.comp-service03 > article.middle > .line-child > .stuff > .slide-show {
            position: relative;
            height: 550px;
            width: calc(100% - 400px);
            margin: 50px auto;
            /*> .bullets {
                        z-index: 200;
                        position: absolute;
                        width: 100%;
                        height: 12px;
                        bottom: 55px;
                        text-align: center;

                        > .bullet {
                            width: 11px;
                            height: 11px;
                            border: solid 1px @white;
                            border-radius: 50%;
                            display: inline-block;
                            margin: 0 5px;
                            cursor: pointer;

                            &.active {
                                background-color: @white;
                            }
                        }
                    }*/
            /*> .move-down {
                        width: 55px;
                        height: 40px;
                        position: absolute;
                        bottom: 5px;
                        left: 50%;
                        transform: translateX(-50%);
                        z-index: 110;
                        text-align: center;

                        &:before {
                            .adb-symbol('chevron-down');
                            font-size: 33px;
                            color: @alternativeOrange;
                            width: 55px;
                            height: 40px;
                            text-align: center;
                        }
                    }*/
        }

@media only screen and (max-width: 1024px) {
    section.comp-service03 > article.middle > .line-child > .stuff > .slide-show {
        width: calc(100% - 200px);
        margin: 35px auto;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 850px) {
    section.comp-service03 > article.middle > .line-child > .stuff > .slide-show {
        width: calc(100% - 80px);
        margin: 25px auto;
    }
}

@media only screen and (max-width: 640px) {
    section.comp-service03 > article.middle > .line-child > .stuff > .slide-show {
        width: calc(100% - 50px);
        margin: 15px auto;
    }
}

@media only screen and (max-width: 350px) {
    section.comp-service03 > article.middle > .line-child > .stuff > .slide-show {
        width: calc(100% - 30px);
        margin: 10px auto;
    }
}

section.comp-service03 > article.middle > .line-child > .stuff > .slide-show > .cycle-overlay {
    position: absolute;
    z-index: 999;
    bottom: -37px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #908a87;
    font-size: 1.5em;
    border-bottom: solid 2px #e6e4e4;
}

@media only screen and (max-width: 1366px) {
    section.comp-service03 > article.middle > .line-child > .stuff > .slide-show > .cycle-overlay {
        bottom: -55px;
    }
}

@media only screen and (max-width: 1200px) {
    section.comp-service03 > article.middle > .line-child > .stuff > .slide-show > .cycle-overlay {
        bottom: -60px;
    }
}

@media only screen and (max-width: 1024px) {
    section.comp-service03 > article.middle > .line-child > .stuff > .slide-show > .cycle-overlay {
        bottom: -65px;
    }
}

@media only screen and (max-width: 850px) {
    section.comp-service03 > article.middle > .line-child > .stuff > .slide-show > .cycle-overlay {
        bottom: -70px;
    }
}

@media only screen and (max-width: 640px) {
    section.comp-service03 > article.middle > .line-child > .stuff > .slide-show > .cycle-overlay {
        bottom: -75px;
    }
}

@media only screen and (max-width: 350px) {
    section.comp-service03 > article.middle > .line-child > .stuff > .slide-show > .cycle-overlay {
        bottom: -80px;
    }
}

section.comp-service03 > article.middle > .line-child > .stuff > .slide-show > img {
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50% !important;
    left: 50% !important;
    height: 90%;
    object-fit: scale-down;
}

section.comp-service03 > article.bottom {
    padding: 30px 0;
}

@media only screen and (max-width: 1024px) {
    section.comp-service03 > article.bottom {
        padding-top: 65px;
    }
}

@media only screen and (max-width: 850px) {
    section.comp-service03 > article.bottom {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 640px) {
    section.comp-service03 > article.bottom {
        padding-top: 75px;
    }
}

@media only screen and (max-width: 350px) {
    section.comp-service03 > article.bottom {
        padding-top: 80px;
    }
}

section.comp-service03 > article.bottom > .line-child > .stuff {
    text-align: center;
    color: #565656;
}

    section.comp-service03 > article.bottom > .line-child > .stuff > .hot {
        font-weight: bold;
        color: #ff5c0d;
        margin-top: 20px;
    }

section.comp-projects > article.header > .line-child > .stuff > .top-banner {
    height: 500px;
    background-size: cover;
    background-position: center;
}

section.comp-projects > article.top > .line-child > .stuff > .explain {
    text-align: left;
    width: 100%;
    margin: 40px 0 20px;
}

section.comp-projects > article.top > .line-child > .stuff > .title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

section.comp-projects > article.table > .line-child > .stuff > .header {
    width: 100%;
    border-bottom: solid 1px #9d9d9d;
    border-top: solid 1px #9d9d9d;
    height: 40px;
    color: #9d9d9d;
}

    section.comp-projects > article.table > .line-child > .stuff > .header:after {
        content: "";
        display: block;
        clear: both;
        float: none;
        width: 100%;
        height: 1px;
    }

section.comp-projects > article.table > .line-child > .stuff > .prjs.white {
    background-color: #fff;
}

    section.comp-projects > article.table > .line-child > .stuff > .prjs.white > .table-row > span {
        height: 150px;
        line-height: 150px;
        overflow: hidden;
    }

section.comp-projects > article.table > .line-child > .stuff > .prjs > .table-row {
    width: 100%;
    border-bottom: solid 1px #9d9d9d;
    min-height: 25px;
    color: #828282;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    section.comp-projects > article.table > .line-child > .stuff > .prjs > .table-row:hover {
        color: #ff5c0d;
    }

    section.comp-projects > article.table > .line-child > .stuff > .prjs > .table-row:after {
        content: "";
        display: block;
        clear: both;
        float: none;
        width: 100%;
        height: 1px;
    }

    section.comp-projects > article.table > .line-child > .stuff > .prjs > .table-row img {
        vertical-align: middle;
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 100%;
        display: inline-block;
    }

section.comp-projects > article.table > .line-child > .stuff > .header > span {
    height: 40px;
    line-height: 40px;
}

section.comp-projects > article.table > .line-child > .stuff > .prjs > .table-row > span {
    min-height: 25px;
    line-height: 25px;
}

section.comp-projects > article.table > .line-child > .stuff > .header > span,
section.comp-projects > article.table > .line-child > .stuff > .prjs > .table-row > span {
    text-align: left;
    display: inline-block;
    float: left;
}

section.comp-projects > article.table > .line-child > .stuff > .header > .h-year,
section.comp-projects > article.table > .line-child > .stuff > .prjs > .table-row > .year {
    width: calc(15% - 10px);
    padding: 0 5px;
}

section.comp-projects > article.table > .line-child > .stuff > .header > .h-name,
section.comp-projects > article.table > .line-child > .stuff > .prjs > .table-row > .name {
    width: calc(45% - 10px);
    padding: 0 5px;
}

section.comp-projects > article.table > .line-child > .stuff > .header > .h-client,
section.comp-projects > article.table > .line-child > .stuff > .prjs > .table-row > .client {
    width: calc(15% - 10px);
    padding: 0 5px;
}

section.comp-projects > article.table > .line-child > .stuff > .header > .h-type,
section.comp-projects > article.table > .line-child > .stuff > .prjs > .table-row > .type {
    width: calc(25% - 10px);
    padding: 0 5px;
}

section.comp-projects > article.table > .line-child > .stuff > .header > .h-en-name,
section.comp-projects > article.table > .line-child > .stuff > .prjs > .table-row > .h-en-name {
    width: calc(40% - 10px);
    padding: 0 5px;
}

section.comp-projects > article.table > .line-child > .stuff > .header > .h-fa-name,
section.comp-projects > article.table > .line-child > .stuff > .prjs > .table-row > .h-fa-name {
    width: calc(40% - 10px);
    padding: 0 5px;
}

section.comp-projects > article.table > .line-child > .stuff > .header > .h-logo,
section.comp-projects > article.table > .line-child > .stuff > .prjs > .table-row > .h-logo {
    width: calc(20% - 10px);
    padding: 0 5px;
}

section.comp-projects > article.table > .line-child > .stuff > .more {
    font-weight: bold;
    text-align: center;
}

    section.comp-projects > article.table > .line-child > .stuff > .more > a {
        text-align: center;
        text-decoration: none;
        color: #9d9d9d;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        cursor: pointer;
        margin: 10px auto 20px;
    }

        section.comp-projects > article.table > .line-child > .stuff > .more > a:hover {
            color: #828282;
        }

section.comp-certificates > article.header > .line-child > .stuff > .top-banner {
    height: 500px;
    background-size: cover;
    background-position: center;
}

section.comp-certificates > article.main > .line-child > .stretch > .non-deployed.pic > .zone {
    width: 85%;
    margin: 50px 5% 50px 10%;
    position: relative;
    min-height: 400px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    section.comp-certificates > article.main > .line-child > .stretch > .non-deployed.pic > .zone.loader:before {
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        content: '';
        font-family: 'awesome';
        content: "\f110";
        -webkit-animation: fa-spin 1s infinite steps(8);
        animation: fa-spin 1s infinite steps(8);
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 5em;
        color: #ff5c0d;
        width: 100px;
        height: 100px;
        text-align: center;
        line-height: 100px;
        left: calc(50% - 50px);
        top: calc(50% - 50px);
        /* transform: translate(-50%, -50%); */
    }

    section.comp-certificates > article.main > .line-child > .stretch > .non-deployed.pic > .zone > img {
        width: auto;
        max-width: 100%;
        display: block;
        height: auto;
        max-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

section.comp-certificates > article.main > .line-child > .stretch > .non-deployed.explain > .zone {
    width: 85%;
    margin: 50px 5% 50px 10%;
}

    section.comp-certificates > article.main > .line-child > .stretch > .non-deployed.explain > .zone > .top-nav {
        height: 20px;
        width: 100%;
    }

        section.comp-certificates > article.main > .line-child > .stretch > .non-deployed.explain > .zone > .top-nav > .left {
            width: 20px;
            height: 20px;
            display: inline-block;
            float: left;
            text-decoration: none;
            cursor: pointer;
            color: #ff5c0d;
        }

            section.comp-certificates > article.main > .line-child > .stretch > .non-deployed.explain > .zone > .top-nav > .left:before {
                content: '';
                font-family: 'awesome';
                content: "\f053";
            }

        section.comp-certificates > article.main > .line-child > .stretch > .non-deployed.explain > .zone > .top-nav > .text {
            width: calc(100% - 40px);
            text-align: center;
            display: inline-block;
            float: left;
        }

        section.comp-certificates > article.main > .line-child > .stretch > .non-deployed.explain > .zone > .top-nav > .right {
            width: 20px;
            height: 20px;
            display: inline-block;
            float: left;
            text-decoration: none;
            cursor: pointer;
            color: #ff5c0d;
        }

            section.comp-certificates > article.main > .line-child > .stretch > .non-deployed.explain > .zone > .top-nav > .right:before {
                content: '';
                font-family: 'awesome';
                content: "\f054";
            }

    section.comp-certificates > article.main > .line-child > .stretch > .non-deployed.explain > .zone > h2 {
        width: 100%;
        min-height: 30px;
        margin: 20px 0;
    }

    section.comp-certificates > article.main > .line-child > .stretch > .non-deployed.explain > .zone > .content {
        text-align: left;
    }

section.comp-team > article.header > .line-child > .stuff > .top-banner {
    height: 500px;
    background-size: cover;
    background-position: center;
}

section.comp-team > article.team > .line-child {
    padding: 50px 0;
}

    section.comp-team > article.team > .line-child > .stuff > .zone.title {
        margin-bottom: 20px;
    }

    section.comp-team > article.team > .line-child > .stretch > .non-deployed > .profile {
        margin: 30px;
    }

        section.comp-team > article.team > .line-child > .stretch > .non-deployed > .profile > img {
            width: 100%;
        }

        section.comp-team > article.team > .line-child > .stretch > .non-deployed > .profile > .name {
            margin: 10px 0;
            font-weight: bold;
        }

        section.comp-team > article.team > .line-child > .stretch > .non-deployed > .profile > .position {
            margin-bottom: 10px;
        }

        section.comp-team > article.team > .line-child > .stretch > .non-deployed > .profile > .email > a {
            text-decoration: underline;
            font-size: 0.8em;
            color: #828282;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            section.comp-team > article.team > .line-child > .stretch > .non-deployed > .profile > .email > a:hover {
                color: #75c3e2;
            }

        section.comp-team > article.team > .line-child > .stretch > .non-deployed > .profile > .linked {
            width: 98px;
            height: 19px;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            border: solid 1px;
            border-color: transparent;
            text-decoration: none;
            display: block;
            background-position: center;
            margin: 20px 0;
            border-radius: 3px;
        }

            section.comp-team > article.team > .line-child > .stretch > .non-deployed > .profile > .linked:hover {
                border-color: #75c3e2;
            }

section.comp-news > article.header > .line-child > .stuff > .top-banner {
    height: 500px;
    background-size: cover;
    background-position: center;
}

section.comp-news > article.boxes {
    padding: 50px 0 10px;
}

    section.comp-news > article.boxes > .line-child > .stuff {
        border-right: solid 2px #d5d5d5;
    }

        section.comp-news > article.boxes > .line-child > .stuff > .title {
            font-weight: bold;
            color: #ff5c0d;
        }

        section.comp-news > article.boxes > .line-child > .stuff > .news {
            margin-bottom: 50px;
        }

            section.comp-news > article.boxes > .line-child > .stuff > .news > .top > .date {
                font-size: 0.8em;
                color: #9d9d9d;
            }

            section.comp-news > article.boxes > .line-child > .stuff > .news > .top > .cat {
                font-size: 0.9em;
                color: #828282;
            }

            section.comp-news > article.boxes > .line-child > .stuff > .news > .top > .title {
                color: black;
                margin-bottom: 20px;
                text-transform: uppercase;
                font-weight: bold;
                font-size: 18px;
            }

            section.comp-news > article.boxes > .line-child > .stuff > .news > .stretch > .image > .zone {
                /*margin: 0 20px;*/
            }

                section.comp-news > article.boxes > .line-child > .stuff > .news > .stretch > .image > .zone > img {
                    width: 100%;
                    height: 400px;
                }

            section.comp-news > article.boxes > .line-child > .stuff > .news > .stretch > .content > .zone {
                margin: 0 35px;
                line-height: 35px;
            }

section.comp-workshop > article.header > .line-child > .stuff > .top-banner {
    height: 500px;
    background-size: cover;
    background-position: center;
}

section.comp-workshop > article.images > .line-child {
    max-width: 1100px;
}

    section.comp-workshop > article.images > .line-child > .stretch {
        padding: 40px 0 20px;
    }

        section.comp-workshop > article.images > .line-child > .stretch > .non-deployed > .zone {
            width: calc(100% - 4px);
            margin: 2px auto;
            height: 0;
            padding-bottom: calc(100% - 4px);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            display: block;
        }

    section.comp-workshop > article.images > .line-child > .stuff > .more {
        font-weight: bold;
        text-align: center;
        margin-bottom: 20px;
    }

        section.comp-workshop > article.images > .line-child > .stuff > .more > a {
            text-align: center;
            text-decoration: none;
            color: #9d9d9d;
            -moz-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            -webkit-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
            cursor: pointer;
            margin: 10px auto 20px;
        }

            section.comp-workshop > article.images > .line-child > .stuff > .more > a:hover {
                color: #828282;
            }

section.comp-texts > article.header > .line-child > .stuff > .top-banner {
    height: 500px;
    background-size: cover;
    background-position: center;
}

section.comp-texts > article.main:after {
    content: "";
    display: block;
    clear: both;
    float: none;
}

section.comp-texts > article.main > .line-child {
    padding: 30px 0;
}

    section.comp-texts > article.main > .line-child > .stuff > .title {
        margin: 20px auto 10px;
        font-size: 1.5em;
        font-weight: bold;
    }

    section.comp-texts > article.main > .line-child > .stuff > .explain > p {
        text-align: justify;
        text-indent: 20px;
    }

    section.comp-texts > article.main > .line-child > .stuff > .explain > .key {
        color: #565656;
        font-weight: bold;
        position: relative;
        margin-left: 30px;
        margin-top: 15px;
    }

        section.comp-texts > article.main > .line-child > .stuff > .explain > .key:before {
            position: absolute;
            left: -30px;
            color: #ff5c0d;
        }

        section.comp-texts > article.main > .line-child > .stuff > .explain > .key.address:before {
            content: '';
            font-family: 'awesome';
            content: "\f015";
        }

        section.comp-texts > article.main > .line-child > .stuff > .explain > .key.tel:before {
            content: '';
            font-family: 'awesome';
            content: "\f095";
        }

        section.comp-texts > article.main > .line-child > .stuff > .explain > .key.fax:before {
            content: '';
            font-family: 'awesome';
            content: "\f1ac";
        }

        section.comp-texts > article.main > .line-child > .stuff > .explain > .key.email:before {
            content: '';
            font-family: 'awesome';
            content: "\f0e0";
        }

    section.comp-texts > article.main > .line-child > .stuff > .explain > .value {
        color: #565656;
    }

    section.comp-texts > article.main > .line-child > .stuff > .explain > .links > a:before {
        content: '';
        font-family: 'awesome';
        color: #ff5c0d;
        left: 0;
        position: absolute;
    }

    section.comp-texts > article.main > .line-child > .stuff > .explain > .links.picture > a:before {
        content: "\f1c5";
    }

    section.comp-texts > article.main > .line-child > .stuff > .explain > .links.video > a:before {
        content: "\f1c8";
    }

    section.comp-texts > article.main > .line-child > .stuff > .explain > .links.pdf > a:before {
        content: "\f1c1";
    }

    section.comp-texts > article.main > .line-child > .stuff > .explain > .links > a {
        display: inline-block;
        float: left;
        cursor: pointer;
        height: 40px;
        text-align: left;
        line-height: 20px;
        color: #565656;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        width: calc(33.333% - 20px - 20px);
        padding-left: 20px;
        position: relative;
        text-decoration: none;
        overflow: hidden;
        margin: 10px;
    }

@media only screen and (max-width: 1200px) {
    section.comp-texts > article.main > .line-child > .stuff > .explain > .links > a {
        width: calc(50% - 20px - 20px);
    }
}

@media only screen and (max-width: 850px) {
    section.comp-texts > article.main > .line-child > .stuff > .explain > .links > a {
        width: calc(100% - 20px - 20px);
    }
}

section.comp-texts > article.main > .line-child > .stuff > .explain > .links > a:hover {
    color: #ff5c0d;
}

section.comp-texts > article.main > .line-child > .stuff > .map {
    width: 100%;
    height: 350px;
    margin: 30px 0 10px;
}

    section.comp-texts > article.main > .line-child > .stuff > .map > iframe {
        border: none;
        width: 100%;
        height: 350px;
        background-color: transparent;
    }

section.comp-texts > article.main > .line-child > .stuff > .result {
    display: block;
    min-height: 25px;
    line-height: 25px;
    text-decoration: none;
    cursor: pointer;
    color: #565656;
    border: solid 1px rgba(255, 92, 13, 0.3);
    margin-bottom: 20px;
    padding: 5px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    section.comp-texts > article.main > .line-child > .stuff > .result:hover {
        border: solid 1px #ff5c0d;
    }

section.comp-texts > article.main > .line-child > .stretch > .non-deployed > .zone > .title {
    margin: 20px auto 10px;
    font-size: 1.5em;
    font-weight: bold;
}

section.comp-texts > article.main > .line-child > .stretch > .non-deployed > .zone > .explain > p {
    text-align: justify;
    text-indent: 20px;
}

section.comp-texts > article.main > .line-child > .stretch > .non-deployed > .zone > .explain > .key {
    color: #565656;
    font-weight: bold;
    position: relative;
    margin-left: 30px;
    margin-top: 15px;
}

    section.comp-texts > article.main > .line-child > .stretch > .non-deployed > .zone > .explain > .key:before {
        position: absolute;
        left: -30px;
        color: #ff5c0d;
    }

    section.comp-texts > article.main > .line-child > .stretch > .non-deployed > .zone > .explain > .key.address:before {
        content: '';
        font-family: 'awesome';
        content: "\f015";
    }

    section.comp-texts > article.main > .line-child > .stretch > .non-deployed > .zone > .explain > .key.tel:before {
        content: '';
        font-family: 'awesome';
        content: "\f095";
    }

    section.comp-texts > article.main > .line-child > .stretch > .non-deployed > .zone > .explain > .key.fax:before {
        content: '';
        font-family: 'awesome';
        content: "\f1ac";
    }

    section.comp-texts > article.main > .line-child > .stretch > .non-deployed > .zone > .explain > .key.email:before {
        content: '';
        font-family: 'awesome';
        content: "\f0e0";
    }

section.comp-texts > article.main > .line-child > .stretch > .non-deployed > .zone > .explain > .value {
    color: #565656;
}

section.comp-texts > article.main > .line-child > .stretch > .non-deployed > .zone > .explain > .links > a:before {
    content: '';
    font-family: 'awesome';
    color: #ff5c0d;
    left: 0;
    position: absolute;
}

section.comp-texts > article.main > .line-child > .stretch > .non-deployed > .zone > .explain > .links.picture > a:before {
    content: "\f1c5";
}

section.comp-texts > article.main > .line-child > .stretch > .non-deployed > .zone > .explain > .links.video > a:before {
    content: "\f1c8";
}

section.comp-texts > article.main > .line-child > .stretch > .non-deployed > .zone > .explain > .links.pdf > a:before {
    content: "\f1c1";
}

section.comp-texts > article.main > .line-child > .stretch > .non-deployed > .zone > .explain > .links > a {
    display: inline-block;
    float: left;
    cursor: pointer;
    height: 40px;
    text-align: left;
    line-height: 20px;
    color: #565656;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: calc(33.333% - 20px - 20px);
    padding-left: 20px;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    margin: 10px;
}

    section.comp-texts > article.main > .line-child > .stretch > .non-deployed > .zone > .explain > .links > a:hover {
        color: #ff5c0d;
    }

section > article.header > .line-child > .stuff > .top-banner {
    height: 500px;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 1024px) {
    section > article.header > .line-child > .stuff > .top-banner {
        height: 400px !important;
    }
}

@media only screen and (max-width: 850px) {
    section > article.header > .line-child > .stuff > .top-banner {
        height: 300px !important;
    }
}

@media only screen and (max-width: 640px) {
    section > article.header > .line-child > .stuff > .top-banner {
        height: 250px !important;
    }
}

@media only screen and (max-width: 350px) {
    section > article.header > .line-child > .stuff > .top-banner {
        height: 200px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .line-child > .stuff {
        margin: 0 1%;
    }
}

@media only screen and (max-width: 1024px) {
    .line-child > .stuff {
        margin: 0 2%;
    }
}

.no-result {
    text-align: center;
    font-weight: bold;
    color: #ff5c0d;
}
/*
HTML:
<article class="line-parent unlimited xxx">
    <div class="line-child">
        ------------------------
        <div class="stuff">
        </div>
        ------------------------
        <div class="stretch">
            <div class="non-deployed w?d?t?m?">
            </div>
            <div class="non-deployed w?d?t?m?">
            </div>
        </div>
        -----------------------
    </div>
</article>


    -------------

CSS:
> article.xxx {
    > .line-child {

        > .stuff {
        }


        > .stretch {
            > .non-deployed | w?d?t?m? {
            }

            > .two-of-three | w?d?t?m? {
            }
        }
    }
}
*/
@-webkit-keyframes mid-icon {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }

    60% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}

@keyframes mid-icon {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    40% {
        transform: scale(0.7);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

section.comp-workshop > article.images > .line-child > .stretch > .non-deployed > .zone {
    position: relative;
}

    section.comp-workshop > article.images > .line-child > .stretch > .non-deployed > .zone > p {
        margin: 0;
        width: 100%;
        position: absolute;
        bottom: 0;
        text-align: center;
        color: white;
        background-color: rgba(0,0,0,0.5);
        padding: 3px 0;
        transform: translate(0, 100%);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    section.comp-workshop > article.images > .line-child > .stretch > .non-deployed > .zone:hover p {
        transform: translate(0, 0);
    }

.mobile-logo {
    width: 70px;
    height: 70px;
    vertical-align: top;
    margin-top: 0px;
    float: right;
    margin-left: 13px;
    position: absolute;
    top: 25px;
    right: 20px;
}

.mobile-logo-cn {
    cursor:pointer;
        width: 70px;
    height: 70px;
    float: right;
    margin-left: 13px;
    position: absolute;
    top: 25px;
    right: 20px;
    background-color: rgba(16, 129, 146, 0.9);
    opacity: 0.5;
    border-radius: 5px;
}
