@charset "utf-8";
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .WrapSlide {
        margin: 0px -60px;
    }
    h1.ItemTitle {
        font-size: 4rem;
    }
    body.home section h2 {
        font-size: 3.5rem;
    }
    body.home section {
        min-height: auto;
        padding: 30px 60px;
    }
    body.home section .btn.btn-primary {
        font-size: 14px;
    }
    .BtnReadMore {
        margin: 30px 0 40px;
    }
    section#Intro h2 {
        margin-bottom: 0;
    }
    section#Intro h3 {
        font-size: 3rem;
    }
    .ItemServicesHome h3 a {
        font-size: 2.2rem;
    }
    .ItemServicesHome h3 a small {
        font-size: 1.8rem;
    }
    .Industries h3 {
        font-size: 2.2rem;
    }
    section#Alliance .WrapText h2,
    section#AboutUs .WrapText h2,
    section#Location .WrapText h2 {
        font-size: 3rem !important;
        margin-bottom: 20px;
    }
    section#Alliance .WrapText h3,
    section#AboutUs .WrapText h3,
    section#Location .WrapText h3 {
        font-size: 1.8rem;
    }
    .EventInfoBox {
        width: 60%;
    }
    /*TRANSACTION*/
    .MainRow .col-md-4,
    .MainRow .col-md-8 {
        width: 50%;
    }
    .ExtraInfoTransaction h1 {
        font-size: 3rem;
    }
}

@media (min-width: 992px) {}

@media (min-width: 768px) and (max-width: 992px) {
    /*HEADER*/
    .navbar-fixed-top {
        min-height: 80px;
    }
    .navbar-header {
        position: absolute;
        top: 34px;
        width: 100%;
        left: 0px;
    }
    .navbar-header .row {
        margin: 0;
        height: auto;
    }
    .navbar-header .btn-menu {
        color: #fff;
        font-size: 20px;
        padding: 5px 10px;
        width: auto;
        height: auto !important;
        display: inline-block;
        position: relative;
        left: 30px;
    }
    .navbar-header .btn-menu:hover {
        background: #0B72B5;
        color: #fff;
    }
    a.brand {
        text-align: right;
        position: relative;
        top: -5px;
    }
    a.brand img {
        width: 110px;
        height: auto;
    }
    .ShortInfo {
        min-width: auto;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .ShortInfo .btn {
        margin: 0;
        font-size: 10px;
        letter-spacing: 1px;
        width: 49%;
        box-sizing: border-box;
    }
    .content,
    #footer {
        margin-left: 0;
        padding: 30px 0 10px 0;
    }
    /*Footer*/
    .wrapper {
        margin-bottom: 0;
    }
    #footer,
    .wrapper:after {
        height: auto;
    }
    #footer {
        text-align: center;
    }
    #footer .nav > li > a {
        padding: 5px 10px;
    }
    #footer h3.IntroFooter {
        text-align: center;
        padding: 0px 0 20px;
        font-size: 2rem;
    }
    #footer h3.IntroFooter img {
        width: 100px;
    }
    #footer h4 {
        text-align: center;
    }
    #footer .col-xs-12 {
        text-align: center;
    }
    .FooterCopy {
        position: static;
        width: 100%;
        height: auto;
        background: rgba(51, 51, 51, 0.5);
        font-size: 12px;
        line-height: 20px;
        font-size: 12px;
        padding: 10px;
    }
    span#Copy:after {
        margin: 0;
        content: '';
    }
    span#Credits {
        display: block;
        margin-top: 5px;
    }
    /*CONTENT*/
    h1.ItemTitle {
        font-size: 3rem;
        padding-top: 50px;
    }
    .FlexRow,
    .FlexRowCenter {
        display: block;
        align-items: center;
    }
    .PaddingLeft,
    .PaddingRight {
        padding: 0;
    }
    .well.well-subscribe .btn {
        font-size: 14px;
    }
    /*HOME*/
    .WrapSlide {
        margin: 0px -15px;
    }
    .WrapSlide .n2-section-smartslider .n2-ow{
        font-size: 0.5em !important;
    }
    body.home section h2 {
        font-size: 2.2rem;
    }
    body.home section {
        min-height: auto;
        padding: 30px 60px;
    }
    body.home section .btn.btn-primary {
        font-size: 14px;
    }
    .BtnReadMore {
        margin: 30px 0 40px;
    }
    section#Intro h2 {
        margin-bottom: 0;
    }
    section#Intro h3 {
        font-size: 2rem;
    }
    .slashborder {
        border-left: none;
        border-bottom: 1px solid #0B72B5;
        height: 0;
        position: static;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    section#About h3 {
        text-align: center;
    }
    blockquote {
        border-left: none;
        margin: 0;
        padding: 0px;
        font-size: 16px;
        text-align: justify;
        font-family: 'Roboto', sans-serif;
    }
    .ItemServicesHome {
        position: relative;
        overflow: visible;
        margin-bottom: 20px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    }
    .ItemServicesHome:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }
    .ItemServicesHome > a > img {
        width: 100%;
    }
    .ItemServicesHome h3 {
        text-align: center;
        position: static;
        display: block;
    }
    .ItemServicesHome h3 a {
        padding: 20px 10px;
        margin: 0;
        text-align: center;
        font-size: 2rem;
        line-height: 1.2em;
        color: #333;
        text-shadow: none;
    }
    .ItemServicesHome h3 a:hover {
        text-decoration: none;
    }
    .ItemServicesHome h3 a:hover span.btn {
        filter: none;
    }
    .ItemServicesHome h3 a small {
        padding: 0;
        color: #333;
        font-size: 1.6rem;
        line-height: 1.1em;
        opacity: 1;
    }
    .TransactionItem.Shadow {
        margin: 0 0 30px;
    }
    section#Industries {
        margin-bottom: 40px;
        padding-bottom: 0px;
        border-bottom: 1px solid #ccc;
    }
    .custom.Shadow {
        margin: 0 15px;
    }
    section#Alliance,
    section#Location {
        padding: 0px;
        position: relative;
        min-height: auto;
    }
    section#Alliance .WrapText,
    section#Location .WrapText {
        padding: 0px;
        text-align: center;
        width: 100%;
    }
    section#Alliance .WrapText h2,
    section#Location .WrapText h2 {
        font-size: 2.2rem !important;
    }
    section#Alliance .WrapText h3,
    section#Location .WrapText h3 {
        font-size: 1.8rem !important;
    }
    h3.SubTitleLine {
        font-size: 1.8rem !important;
    }
    section#Events h2 {
        margin-bottom: 20px;
    }
    .CatItemEventsImg {
        overflow: hidden
    }
    .CatItemEventsImg img {
        height: 250px;
        width: auto;
    }
    .EventInfoBox {
        width: 100%;
    }
    h4.WrapBannaer {
        background: url(../images/banner-news.jpg) no-repeat top center / cover;
        padding: 40px;
    }
    .btn-banner-news {
        width: 100%;
        font-size: 1.8rem;
        height: 80px;
    }
    .btn-banner-news:hover {
        text-decoration: none;
        font-size: 1.9rem;
        color: #fff;
    }
    /*ABOUT*/
    #AboutUs .WrapText,
    #AboutUs .Close {
        font-size: 16px;
        line-height: 1.3em;
        padding: 20px;
        text-align: center;
    }
    ul.ListGCG li {
        width: 100%;
        padding: 20px;
    }
    /*TEAM*/
    #WrapCatTeam {
        padding: 0 20px;
    }
    #WrapCatTeam .ContentItem blockquote,
    .WrapItemTeam h2 {
        font-size: 2.5rem;
    }
    /*Transaction*/
    .IntroTransaction h4 {
        font-size: 2rem;
    }
    .ja-megafilter-wrap .ja-mg-sidebar {
        height: auto;
        margin-bottom: 30px;
    }
    .ja-products-wrapper {
        padding: 0 10px;
    }
    .ExtraInfoTransaction h1 {
        font-size: 2.5rem;
    }
    .FotoContactPerson {
        text-align: center;
        margin-bottom: 20px;
    }
    .FotoContactPerson img {
        width: 150px;
    }
    .ContactPerson {
        text-align: center;
    }
    .ContactPerson .col-sm-3,
    .ContactPerson .col-sm-9 {
        width: 100%;
    }
    /*LOCATION*/
    .map_canvas {
        height: 350px !important;
    }
    #map-location .control-label,
    #map-location .col-sm-10,
    #map-location .col-sm-4 {
        width: 100%;
    }
    #map-location .control-label {
        padding: 5px;
        margin-bottom: 5px;
    }
    /*NEWS*/
    .WrapCatNews,
    .WrapCatEvents {
        padding: 0 20px;
    }
    .CatItemNews.Shadow {
        position: relative;
        padding: 20px 20px 40px;
    }
    #EventPage .EventInfoBox {
        width: 100%;
    }
    .WrapBanner {
        padding: 20px;
        text-align: center;
    }
    .WrapBanner h4 {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .WrapBanner h4 a {
        color: #fff;
        text-shadow: 1px 1px 3px #333;
    }
    .WrapBanner h4 a:hover {
        color: #fff;
    }
    .LinkBanner {
        padding-left: 0px;
    }
    .WrapBanner small {
        position: static;
    }
    /*CONTACT*/
    .ContanctInfo .col-sm-6 {
        margin-bottom: 20px;
    }
    h3.SubTitelContact {
        font-size: 2.5rem;
    }
    #RegionaOffices {
        padding: 0 20px 0 0px;
    }
    .ContanctInfo .Shadow {
        margin: 0;
    }
    .ContanctInfo .col-sm-4 {
        width: 30%;
        margin-right: 3%;
    }
    #RegionaOffices {
        padding: 0;
    }
    #RegionaOffices .col-sm-6 {
        width: 48%;
        margin: 1%
    }
}

@media (max-width: 767px) {
    /*HEADER*/
    .navbar-fixed-top {
        min-height: 80px;
    }
    .navbar-header {
        position: absolute;
        top: 34px;
        width: 100%;
        left: 0px;
    }
    .navbar-header .row {
        margin: 0;
        height: auto;
    }
    .navbar-header .btn-menu {
        color: #fff;
        font-size: 20px;
        padding: 5px 10px;
        width: auto;
        height: auto !important;
        ;
        display: inline-block;
        position: relative;
        left: 30px;
    }
    .navbar-header .btn-menu:hover {
        background: #0B72B5;
        color: #fff;
    }
    a.brand {
        text-align: right;
        position: relative;
        top: -5px;
    }
    a.brand img {
        width: 110px;
        height: auto;
    }
    .ShortInfo {
        min-width: auto;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 0px;
        right: 0px;
    }
    .ShortInfo .btn {
        margin: 0;
        font-size: 10px;
        letter-spacing: 1px;
        width: 49%;
        box-sizing: border-box;
    }
    .content,
    #footer {
        margin-left: 0;
        padding: 30px 0 10px 0;
    }
    /*Footer*/
    .wrapper {
        margin-bottom: 0;
    }
    #footer,
    .wrapper:after {
        height: auto;
    }
    #footer {
        text-align: center;
    }
    #footer .nav > li > a {
        padding: 5px 10px;
    }
    #footer h3.IntroFooter {
        text-align: center;
        padding: 0px 0 20px;
        font-size: 2rem;
    }
    #footer h3.IntroFooter img {
        width: 100px;
    }
    #footer h4 {
        text-align: center;
    }
    #footer .col-xs-12 {
        text-align: center;
    }
    .FooterCopy {
        position: static;
        width: 100%;
        height: auto;
        background: rgba(51, 51, 51, 0.5);
        font-size: 12px;
        line-height: 20px;
        font-size: 12px;
        padding: 10px;
    }
    span#Copy:after {
        margin: 0;
        content: '';
    }
    span#Credits {
        display: block;
        margin-top: 5px;
    }
    /*CONTENT*/
    h1.ItemTitle {
        font-size: 3rem;
        padding-top: 50px;
    }
    .FlexRow,
    .FlexRowCenter {
        display: block;
        align-items: center;
    }
    .PaddingLeft,
    .PaddingRight {
        padding: 0;
    }
    .well.well-subscribe .btn {
        font-size: 14px;
    }
    /*HOME*/
    .WrapSlide {
        margin: 0px -15px;
    }
    body.home section h2 {
        font-size: 2.2rem;
    }
    body.home section {
        min-height: auto;
        padding: 30px 60px;
    }
    body.home section .btn.btn-primary {
        font-size: 14px;
    }
    .BtnReadMore {
        margin: 30px 0 40px;
    }
    section#Intro h2 {
        margin-bottom: 0;
    }
    section#Intro h3 {
        font-size: 2rem;
    }
    .slashborder {
        border-left: none;
        border-bottom: 1px solid #0B72B5;
        height: 0;
        position: static;
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    section#About h3 {
        text-align: center;
    }
    blockquote {
        border-left: none;
        margin: 0;
        padding: 0px;
        font-size: 16px;
        text-align: justify;
        font-family: 'Roboto', sans-serif;
    }
    .ItemServicesHome {
        position: relative;
        overflow: visible;
        margin-bottom: 20px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    }
    .ItemServicesHome:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }
    .ItemServicesHome > a > img {
        width: 100%;
    }
    .ItemServicesHome h3 {
        text-align: center;
        position: static;
        display: block;
    }
    .ItemServicesHome h3 a {
        padding: 20px 10px;
        margin: 0;
        text-align: center;
        font-size: 2rem;
        line-height: 1.2em;
        color: #333;
        text-shadow: none;
    }
    .ItemServicesHome h3 a:hover {
        text-decoration: none;
    }
    .ItemServicesHome h3 a:hover span.btn {
        filter: none;
    }
    .ItemServicesHome h3 a small {
        padding: 0;
        color: #333;
        font-size: 1.6rem;
        line-height: 1.1em;
        opacity: 1;
    }
    .TransactionItem.Shadow {
        margin: 0 0 30px;
    }
    section#Industries {
        margin-bottom: 40px;
        padding-bottom: 0px;
        border-bottom: 1px solid #ccc;
    }
    .custom.Shadow {
        margin: 0 15px;
    }
    section#Alliance,
    section#Location {
        padding: 0px;
        position: relative;
        min-height: auto;
    }
    section#Alliance .WrapText,
    section#Location .WrapText {
        padding: 0px;
        text-align: center;
        width: 100%;
    }
    section#Alliance .WrapText h2,
    section#Location .WrapText h2 {
        font-size: 2.2rem !important;
    }
    section#Alliance .WrapText h3,
    section#Location .WrapText h3 {
        font-size: 1.8rem !important;
    }
    h3.SubTitleLine {
        font-size: 1.8rem !important;
    }
    section#Events h2 {
        margin-bottom: 20px;
    }
    .CatItemEventsImg {
        overflow: hidden
    }
    .CatItemEventsImg img {
        height: 250px;
        width: auto;
    }
    .EventInfoBox {
        width: 100%;
    }
    h4.WrapBannaer {
        background: url(../images/banner-news.jpg) no-repeat top center / cover;
        padding: 40px;
    }
    .btn-banner-news {
        width: 100%;
        font-size: 1.8rem;
        height: 80px;
    }
    .btn-banner-news:hover {
        text-decoration: none;
        font-size: 1.9rem;
        color: #fff;
    }
    /*ABOUT*/
    #AboutUs .WrapText,
    #AboutUs .Close {
        font-size: 16px;
        line-height: 1.3em;
        padding: 20px;
        text-align: center;
    }
    ul.ListGCG li {
        width: 100%;
        padding: 20px;
    }
    /*TEAM*/
    #WrapCatTeam {
        padding: 0 20px;
    }
    #WrapCatTeam .ContentItem blockquote,
    .WrapItemTeam h2 {
        font-size: 2.5rem;
    }
    /*Transaction*/
    .IntroTransaction h4 {
        font-size: 2rem;
    }
    .ja-megafilter-wrap .ja-mg-sidebar {
        height: auto;
        margin-bottom: 30px;
    }
    .ja-products-wrapper {
        padding: 0 10px;
    }
    .ExtraInfoTransaction h1 {
        font-size: 2.5rem;
    }
    .FotoContactPerson {
        text-align: center;
        margin-bottom: 20px;
    }
    .FotoContactPerson img {
        width: 150px;
    }
    /*LOCATION*/
    .map_canvas {
        height: 350px !important;
    }
    #map-location .control-label,
    #map-location .col-sm-10,
    #map-location .col-sm-4 {
        width: 100%;
    }
    #map-location .control-label {
        padding: 5px;
        margin-bottom: 5px;
    }
    /*NEWS*/
    .WrapCatNews,
    .WrapCatEvents {
        padding: 0 20px;
    }
    .CatItemNews.Shadow {
        position: relative;
        padding: 20px 20px 40px;
    }
    #EventPage .EventInfoBox {
        width: 100%;
    }
    .WrapBanner {
        padding: 20px;
        text-align: center;
    }
    .WrapBanner h4 {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .WrapBanner h4 a {
        color: #fff;
        text-shadow: 1px 1px 3px #333;
    }
    .WrapBanner h4 a:hover {
        color: #fff;
    }
    .LinkBanner {
        padding-left: 0px;
    }
    .WrapBanner small {
        position: static;
    }
    /*CONTACT*/
    .ContanctInfo .col-sm-6 {
        margin-bottom: 20px;
    }
    h3.SubTitelContact {
        font-size: 2.5rem;
    }
    #RegionaOffices {
        padding: 0 20px 0 0px;
    }
  .ContanctInfo .column.col-sm-4.col-md-3.Shadow{
  width:100%;
}
}
