html, body {
    overflow-y:auto;
    overflow-x: hidden;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Montserrat", sans-serif;
}

::-moz-focus-inner {
    border: 0;
}

a,
a:hover,
a:visited,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
    outline: 0 !important;
}

ul {
    list-style: none;
    margin-bottom: 0;
}
.button,
.button:active,
.button:focus,
.button:visited {
    outline: 0 !important;
    border: none;
    border-radius: 5px;
    background: #fff;
    text-transform: uppercase;
    padding: 15px 40px;
    min-width: 200px;
    font-size: 16px;
    text-decoration: none;
    color: #134a99;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}

.button:hover {
    background-color: #134a99;
    color: white;
    text-decoration: none;
}

.button.red-button,
.button.red-button:active,
.button.red-button:focus,
.button.red-button:visited {
    background: #134a99;
    color: white;
}

.button.red-button:hover {
    background-color: #333;
    color: white;
}

.txt {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.5;
    color: #999999;
}

.title {
    font-size: 36px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    margin-bottom: 50px;
    padding-left: 15px;
    border-left: 5px solid #134a99;
}

.small-title {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    color: #134a99;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.more-link {
    text-align: right;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    color: #134a99;
    margin-top: 45px;
}

.more-link i {
    font-size: 18px;
    font-weight: 800;
    margin-right: 10px;
}
/*Logo header*/
.header-logo {
        width: 50px;

}

/*BANNER*/

.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 300px 0 100px 0;
    min-height: 440px;
    overflow: hidden;
    position: relative;
}

.banner::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    background-size: cover;
    display: block;
    top: 0;
}

.banner .small-title,
.banner .title {
    color: white;
}

.banner .title {
    margin-bottom: 40px;
    line-height: 1.3;
}

.page-links {
    background-color: white;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 0;
    display: inline-block;
}

.banner .pages-title.fadeInDown {
    animation-delay: 0.5s;
    animation-duration: 0.5s;
}

.page-links.fadeInDown {
    animation-delay: 1s;
    animation-duration: 0.5s;
}

.page-links li {
    color: #333333;
    font-size: 14px;
    padding: 0;
    font-weight: 500;
}

.page-links li.active {
    color: #134a99;
}

.page-links li span {
    font-size: 12px;
    margin: 0 10px;
    color: #134a99;
}

/*****
HEADER
*****/

.header {
    background-color: rgba(250, 250, 250, 0.85);
    color: white;
    width: 100%;
    top: 0;
    z-index: 100;
    position: relative;
    min-height: 140px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1920px;
}

.header-top {
    padding-top: 25px;
    padding-bottom: 0px;
}

.header-adress {
    text-align: right;
    padding-top: 10px;
    font-size: 14px;
}

.header-adress div {
    display: inline-block;
    padding-left: 55px;
    position: relative;
    text-align: left;
    color: #777777;
}

.header-adress div img {
    position: absolute;
    left: 0;
    top: 5px;
}

.header-adress div span {
    padding-left: 15px;
    display: inline-block;
    border-left: 1px solid #999;
}

.header-adress div:first-child {
    margin-right: 30px;
}

.header-adress div:first-child img {
    left: 10px;
}

.header-adress a {
    transition: all 0.2s;
}

.header-adress a:hover {
    color: #134a99;
}

.navigation {
    background-color: #fff;
    position: relative;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);
    border-radius: 3px;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    max-width: 1800px;
    z-index: 10001;
}

@media (max-width: 1350px) {
    .navigation {
        width: 100%;
        border-radius: 0;
    }
}

.navigation.fixed-nav {
    position: fixed;
    top: 0;
    bottom: auto;
    animation: fadeInDown;
    animation-duration: 0.5s;
    animation-delay: 0s;
}

.navbar-default {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
    border: none;
}

.navbar-default .language {
    float: right;
    margin-left: 60px;
    padding-left: 0;
}

.navbar-default .language li {
    display: inline-block;
    color: #777777;
}

.navbar-default .language li:first-child::after {
    display: inline-block;
    content: "/";
    margin-left: 7px;
    margin-right: 3px;
}

.navbar-default .language a {
    padding: 20px 0px 17px 0;
    display: inline-block;
    font-size: 16px;
    transition: all 0.2s;
}

.navbar-default .language a:hover {
    color: #134a99;
}

.navbar-default .language li.active a {
    color: #134a99;
}

.navbar-default .social {
    float: right;
    padding-left: 0;
}

.navbar-default .social li {
    display: inline-block;
    margin-left: 5px;
    color: #777777;
    opacity: 0.8;
}

.navbar-default .social li a {
    padding: 18px 4px;
    display: inline-block;
    font-size: 16px;
    transition: all 0.2s;
}

.navbar-default .social li a:hover {
    color: #134a99;
}

.navbar-default .navbar-nav>li {
    margin-right: 25px;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:visited {
    color: #777777 !important;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 0px 17px 0px;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    transition: all 0.2s;
    background: transparent !important;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #134a99 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:visited,
.navbar-default .navbar-nav>.active>a:active {
    border-color: #134a99 !important;
    color: #134a99 !important;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin: 0;
    }
}

    
.navbar-default .navbar-nav>li>.dropdown-menu {
    min-width: 90%;
    border-radius: 0;
    padding: 0;
}
.navbar-default .navbar-nav li .dropdown-menu .dropdown-menu {
    padding: 0;
    position: absolute;
    top: 0;
    left: 100%;
    box-shadow: none;
    border: none;
    margin-top: -1px;
    display: none;
    border-radius: 0;
    margin-left: 1px;
    min-width: 250px;
}
.navbar-default .navbar-nav>li>.dropdown-menu li {
    padding: 0;
    width: 100%;
    padding: 0;
    text-transform: uppercase;
    position: relative;
}

.navbar-default .navbar-nav>li>.dropdown-menu li a,
.navbar-default .navbar-nav>li.active>.dropdown-menu li a {
    padding: 10px !important;
    border: none !important;
    width: 100%;
    color: #777777;
    font-size: 16px;
}

.navbar-default .navbar-nav>li>.dropdown-menu li a:hover {
    background-color: transparent!important;
    color: #134a99;
}

.navbar-nav>li>.dropdown-menu li {
    border-top: 1px solid rgba(0, 0, 0, .15);
}

.navbar-nav>li>.dropdown-menu li a {
    display: inline-block;
    transition: all 0.3s;
}
.navbar-default .navbar-nav li.dropdown ul.dropdown-menu ul.dropdown-menu {
    display: none!important;
}
.navbar-default .navbar-nav li.dropdown:hover ul.dropdown-menu {
    display: block!important;
}
.navbar-default .navbar-nav li.dropdown:hover ul.dropdown-menu li.sub_menu:hover  ul.dropdown-menu{
    display: block!important;
}


/* menu button animation*/

.navbar-default .navbar-toggle {
    border: 0px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

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

.navbar-toggle .icon-bar {
    width: 29px;
    height: 3px;
}

.navbar-toggle .icon-bar {
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 0% 70%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle .bottom-bar,
.navbar-toggle .top-bar,
.navbar-toggle .middle-bar {
    font-size: 30px;
    margin-bottom: 6px;
    font-weight: 500;
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}


/*************
SLIDER
*************/

.slick-initialized .slick-slide {
    outline: 0 !important;
    display: block;
    max-height: 950px;
    overflow: hidden;
}

.slick-prev,
.slick-prev:focus,
.slick-next,
.slick-next:focus {
    position: absolute;
    z-index: 2;
    display: block;
    height: 80px;
    width: 80px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    border-radius: 50%;
    color: white;
    top: 50%;
    padding: 0;
    outline: none;
    text-align: center;
    border: none;
    background: transparent;
    border-radius: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    background-position: center;
    background-repeat: no-repeat;
}

.main-slider .slick-prev,
.main-slider .slick-prev:focus {
    left: 0px;
    background-image: url("../images/left-arrow.png");
}

.main-slider .slick-next,
.main-slider .slick-next:focus {
    right: 0px;
    background-image: url("../images/right-arrow.png");
}

.main-slider .slick-next:hover,
.main-slider .slick-prev:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.slick-dots {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
    bottom: 10px;
    position: relative;
}

.slick-dots li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.slick-dots li button {
    border: 0;
    background: #ccc;
    display: block;
    height: 13px;
    border-radius: 50%;
    width: 13px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 0px;
    cursor: pointer;
    margin-top: 20px;
}

.slick-dots li button:before {
    content: "";
    height: 0;
    width: 0;
}

.slick-dots li.slick-active button {
    background: #134a99;
    opacity: 1;
}

.main-slider {
    overflow: hidden;
    max-width: 1920px;
    max-height: 980px;
    margin: 0 auto;
}

.main-slider .main-slide {
    position: relative;
}

.main-slider .main-slide img {
    display: inline-block;
}

.main-slider .main-slide::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("../images/slide-back.png");
    background-size: cover;
    display: block;
}

.main-slider .slide-caption {
    max-width: 1170px;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 43%;
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    text-align: center;
}

.main-slider .slide-caption h2 {
    text-transform: uppercase;
    font-size: 55px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 800;
    opacity: 0;
}

.main-slider .slide-caption p {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 300;
    line-height: 1.7;
    opacity: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.main-slider .slide-caption .button {
    opacity: 0;
}

.main-slider .slide-caption .button:hover {
    background-color: #333;
}

@media (min-width: 1200px) {
    .slide-caption {
        width: 1170px;
    }
}

.main-slide.slick-active p {
    animation-name: fadeInDown;
    animation-duration: 0.7s;
    animation-delay: 1s;
    opacity: 1;
}

.main-slide.slick-active h2 {
    animation-name: fadeInDown;
    animation-duration: 0.7s;
    animation-delay: 0.5s;
    opacity: 1;
}

.main-slide.slick-active .button {
    animation-name: fadeInUp;
    animation-duration: 0.7s;
    animation-delay: 1.5s;
    opacity: 1;
}


/*************
HOME NEWS
*************/

.home-news {
    padding: 75px 0 35px 0;
}

.home-news .row .col-md-4 .news-post {
    margin-bottom: 40px;
    border: 1px solid lightgray;
}

.news-post figure {
    position: relative;
}

.news-post .news-date {
    position: absolute;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);
    z-index: 5;
    left: 15px;
    top: 15px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    min-width: 50px;
    padding: 7px;
    text-align: center;
    line-height: 1;
}

.news-post .news-date b {
    font-size: 24px;
    font-weight: 800;
    display: block;
    color: #134a99;
}

.news-post .news-date.active-projects b {
    font-size: 14px;
}

.news-post .news-title {
    display: table;
    width: 100%;
    height: 1px;
    min-height: 100px;
}

.news-post .news-title h3 {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding: 13px;
    border-bottom: 1px solid lightgray;
    transition: all 0.2s;
    line-height: 1.4;
    min-height: 75px;
}

.news-post .news-title h3:hover {
    color: #134a99;
}

.news-post .news-desc {
    padding: 15px;
}

.news-post .news-desc p {
    color: #777777;
    margin-bottom: 20px;
    max-height: 60px;
    overflow: hidden;
}

.news-post .news-desc a {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s;
    border-bottom: 2px solid transparent;
}

.news-post .news-desc a:hover {
    color: #134a99;
    border-color: #134a99;
}

.home-news .red-button {
    display: inline-block;
    margin-top: 35px;
}


/*HOME ABOUT*/

.about-us {
    background-repeat: no-repeat;
    background-position: center;
    padding: 160px 0 85px 0;
    min-height: 699px;
    overflow: hidden;
}

.about-us p {
    font-size: 18px;
    color: #777777;
    margin-bottom: 20px;
}

.about-us p:last-child {
    margin-bottom: 0;
}


/*HOME APARTMANS*/

.home-apartmans {
    padding: 75px 0 25px 0;
    overflow: hidden;
}
.home-apartmans .row-apartmans .col-md-4:nth-child(3n+1) {
    clear: left;
}
.home-apartmans.reference-page {
    padding: 75px 0 25px 0;
}

.home-apartmans .apartmans-article {
    -webkit-box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

.home-apartmans .apartmans-article article {
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.home-apartmans .apartmans-article article .apartmans-desc {
    position: absolute;
    z-index: 2;
    background-color: rgba(239, 54, 43, 0.5);
    height: 100%;
    width: 100%;
    padding: 35px 20px;
    color: white;
    opacity: 0;
    transition: all 0.3s;
    text-align: center;
}

.home-apartmans .apartmans-article:hover article .apartmans-desc {
    opacity: 1;
}
.sold-out {
    position: absolute;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);
    z-index: 5;
    left: 10px;
    top: 10px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    min-width: 50px;
    padding: 7px;
    text-align: center;
    line-height: 1;
    color: #134a99;
}
.home-apartmans article .apartmans-desc h3 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 20px;
}

.home-apartmans article .apartmans-desc p {
    font-size: 20px;
}

.home-apartmans .article-title {
    background-color: white;
    padding: 35px 20px;
    text-align: center;
}

.home-apartmans .article-title h3 {
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.4;
}

.home-apartmans.reference-page .article-title {
    padding: 20px 10px;
    min-height: 116px;
}

.home-apartmans.reference-page .article-title h3 {
    font-size: 14px;
    word-wrap: break-word;
}

.reference-page.apartmans-page .apartmans-article {
    margin-bottom: 50px;
}
.buildings-container .col-md-4:nth-child(3n+1),
.apartments-container .col-md-4:nth-child(3n+1){
    clear: left;
}

/*COUNTER*/

.counter {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 75px;
}

.counter div {
    font-size: 80px;
    color: #333333;
    margin-bottom: 0px;
    line-height: 0.7;
    text-align: center;
}

.counter section {
    margin-bottom: 75px;
}

.counter section:nth-child(4n+1) {
    clear: left;
}

.counter i {
    font-size: 24px;
    color: #134a99;
    margin-top: 15px;
}

.counter h4 {
    font-size: 14px;
    color: #777777;
    margin-top: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
}


/*GALLERY*/

.home-gallery {
    padding: 75px 0 45px 0;
}

.home-gallery .photo figure {
    position: relative;
}

.home-gallery .photo {
    margin: 0 -15px 30px -15px;
}

.home-gallery .photo img {
    width: 100%;
}

.home-gallery .photo figure div {
    position: absolute;
    z-index: 2;
    text-align: center;
    height: 100%;
    width: 100%;
    color: white;
    padding-top: 20%;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    background: #ffa070;
    background: -webkit-linear-gradient(left, #ffa070 0%, #134a99 100%);
    background: -o-linear-gradient(left, #ffa070 0%, #134a99 100%);
    background: linear-gradient(to right, #ffa070 0%, #134a99 100%);
}

.home-gallery .photo figure div span {
    display: inline-block;
    font-size: 70px;
    text-align: center;
    line-height: 130px;
    color: white;
}

.home-gallery .photo figure:hover div {
    opacity: .75;
}


/*GOOGLE MAP*/

#googleMap, #googleMapDetail {
    height: 460px;
}
/*gmpc*/
.gmpc_wrap {
    position: relative;
}
.gmpc_btn {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-position: center;
    background-size: cover;
}
.gmpc_btn span {
    display: inline-block;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 15px;
    border: 1px solid #eee;
    box-shadow: 0 0 15px rgba(0,0,0, 0.1);
    text-align: center;
    max-width: 200px;
    width: 100%;
    transition: all .2s;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    color: #222;
}
.gmpc_btn:hover span {
    border-color: #134a99;
    background-color: #134a99;
    color: #fff;
}
.gmpc_btn_detail {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    background-position: center;
    background-size: cover;
}
.gmpc_btn_detail span {
    display: inline-block;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px 15px;
    border: 1px solid #eee;
    box-shadow: 0 0 15px rgba(0,0,0, 0.1);
    text-align: center;
    max-width: 200px;
    width: 100%;
    transition: all .2s;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    color: #222;
}
.gmpc_btn_detail:hover span {
    border-color: #134a99;
    background-color: #134a99;
    color: #fff;
}
/*FOOTER*/

footer {
    padding: 75px 0 45px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

footer .container {
    position: relative;
}

footer .footer-logo {
    margin-bottom: 40px;
}

footer p {
    color: #999999;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.7;
}

footer h3 {
    font-size: 18px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 50px;
    padding-bottom: 20px;
    position: relative;
    font-weight: bold;
}

footer h3::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #134a99;
}

.small-news {
    margin-bottom: 30px;
}

.small-news img {
    position: absolute;
    left: 15px;
    max-width: 62px;
}

.small-news-desc {
    padding-left: 70px;
    position: relative;
}

.small-news-desc::before {
    content: '';
    position: absolute;
    right: 40px;
    bottom: -10px;
    width: 250px;
    height: 1px;
    background-color: #ebebeb;
}

a .small-news-desc h4 {
    font-size: 14px;
    color: #999999;
    margin: 0;
    font-weight: 300;
    line-height: 1.7;
}

a .small-news-desc {
    transition: all 0.3s;
    min-height: 69px;
}

a:hover .small-news-desc h4,
a:focus .small-news-desc h4 {
    color: #134a99;
}

.small-news-desc span {
    color: #134a99;
    display: block;
    margin: 5px 0;
    font-size: 13px;
}

footer ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

footer ul i {
    color: #134a99;
    font-size: 18px;
}

footer ul li {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px;
}

footer ul li a {
    color: #999999;
    transition: all 0.3s;
}

footer ul li a:hover,
footer ul li a:focus {
    color: #134a99;
}

footer ul li.active a {
    color: #134a99;
}

address p b {
    color: #134a99;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 500;
}

address ul {
    list-style-type: none;
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

address ul span {
    color: #134a99;
    display: inline-block;
}

address ul li {
    font-size: 14px;
    color: #999999;
    margin-bottom: 5px;
}

footer #toTop {
    width: 50px;
    height: 50px;
    color: #134a99;
    text-align: center;
    line-height: 50px;
    z-index: 2;
    font-size: 20px;
    border-radius: 0;
    margin: 0 auto;
    display: inline-block;
    background-color: white;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 15px;
}

footer #toTop:hover {
    background-color: #134a99;
    color: white;
}

footer .iso-standards {
    text-align: center;
    margin-top: 30px;
    margin-left: 0;
}

footer .iso-standards li {
    margin-left: 15px;
}

footer .iso-standards img {
    max-width: 100px;
}

.last-line {
    background-color: white;
    padding: 30px 0;
    -webkit-box-shadow: 0px -5px 10px -2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px -5px 10px -2px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -5px 10px -2px rgba(0, 0, 0, 0.05);
}

.last-line p {
    font-size: 14px;
    color: #999999;
    margin-bottom: 0;
}

.last-line .social li {
    margin-left: 10px;
    color: #777777;
    opacity: 0.8;
}

.last-line .social li a {
    font-size: 16px;
    transition: all 0.2s;
}

.last-line .social li a:hover,
.last-line .social li a:focus {
    color: #134a99;
}

.created-by a b {
    font-size: 14px;
    color: #999999;
}
.created-by b span {
    color: #DB2929;
    padding: 0;
}
.last-line span {
    padding-left: 15px;
}


/*ABOUT US*/

.gray-background {
    background-image: url(../images/gray-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-us-page {
    padding: 75px 0;
}

.about-us-page .title {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.about-us-page .txt {
    margin-bottom: 20px;
}

.about-us-page .txt:last-child {
    margin-bottom: 0;
}

.machine-img {
    position: absolute;
    margin-top: -280px!important;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.anim-fadeInLeft,
.anim-fadeInDown,
.anim-fadeInUp,
.anim-fadeInRight {
    opacity: 0;
    animation-delay: 0.5s;
}

.anim-fadeInLeft.fadeInLeft,
.anim-fadeInDown.fadeInDown,
.anim-fadeInLeft.fadeInUp,
.anim-fadeInDown.fadeInRight {
    opacity: 1;
}


/*TEAM*/

.team {
    padding: 75px 0px 150px 0px;
    background-color: #f8f8f8;
}

.team article {
    background-color: #f0f0f0;
    position: relative;
    padding-bottom: 75px;
}

.team article .team-desc {
    background-color: white;
    padding: 15px;
    text-align: center;
    -webkit-box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 5px 1px rgba(0, 0, 0, 0.1);
    margin: 20px;
    position: absolute;
    left: 0;
    right: 0;
}

.team article .team-desc h3 {
    font-size: 18px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.team article .team-desc ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.team article .team-desc ul span {
    color: #134a99;
    font-size: 18px;
}

.team article .team-desc ul li {
    color: #999999;
    font-size: 16px;
    margin-bottom: 5px;
}

.team article .team-desc ul li a {
    color: #999999;
}

.team article .team-desc ul li a:hover,
.team article .team-desc ul li a:focus {
    color: #134a99;
}


/*APARTMANS PAGE*/

.home-apartmans.apartmans-page {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.apartmans-page .apartmans-article {
    margin-bottom: 30px;
}

.apartmans-page .red-button {
    display: inline-block;
    margin-top: 45px;
}
.commercial-section {
    margin-bottom: 60px;
}
.commercial-section p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #999999;
}

/*NEWS DETAIL*/

.news-detail {
    padding: 75px 0;
    background-color: #f8f8f8;
    overflow: hidden;
}

.news-detail .news-post {
    border: none;
    background-color: white;
    margin-bottom: 0;
}


.news-detail .news-desc-detail {
    padding: 15px;
}

.news-detail .news-desc-detail h2 {
    font-size: 24px;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 20px;
    margin-top: 5px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}

.news-detail .news-desc-detail p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #999999;
    line-height: 1.5;
}

.news-detail .news-desc-detail h3 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 30px;
    color: #999999;
    line-height: 1.5;
}

.news-detail .news-desc-detail .projects {
    margin-bottom: 30px;
}

.news-detail .news-desc-detail ul.projects li:before {
    content: '';
    width: 5px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #134a99;
}

.news-detail .news-desc-detail ul.projects li {
    padding-left: 15px;
}

.news-detail .news-desc-detail .projects li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #999999;
    line-height: 1.5;
    position: relative;
}

.news-detail .news-date-social {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #e9e9e9;
}

.news-detail .news-date-social .social li a {
    font-size: 16px;
    transition: all 0.3s;
}

.news-detail .news-date-social .social li a:hover,
.news-detail .news-date-social .social li a:focus {
    text-decoration: none;
    color: #134a99;
}

.news-detail .small-news {
    background-color: white;
    padding: 15px 10px;
    margin-bottom: 20px;
}

.news-detail .small-news img {
    left: 25px;
}

.news-detail .small-news-desc::before {
    right: 0;
    width: 80%;
}

.news-detail.apartmans-txt-detail .embed-responsive {
    margin-bottom: 30px;
}

.news-detail .service-icon {
    margin-bottom: 20px;
    width: 100%;
}

.gallery-apartmans {
    margin-bottom: 20px;
}

.gallery-apartmans .photo figure {
    position: relative;
}

.gallery-apartmans .photo {
    border: 10px solid white;
}

.gallery-apartmans .photo figure div {
    position: absolute;
    z-index: 2;
    text-align: center;
    height: 100%;
    width: 100%;
    color: white;
    padding-top: 20%;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa070+0,ef362b+100 */
    background: #ffa070;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(left, #ffa070 0%, #134a99 100%);
    background: -o-linear-gradient(left, #ffa070 0%, #134a99 100%);
    background: linear-gradient(to right, #ffa070 0%, #134a99 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa070', endColorstr='#134a99', GradientType=1);
    /* IE6-9 */
}

.gallery-apartmans .photo figure div span {
    display: inline-block;
    font-size: 40px;
    text-align: center;
    line-height: 90px;
    color: white;
}

.gallery-apartmans .photo figure:hover div {
    opacity: .75;
}

.apartmans-list {
    margin-bottom: 20px;
    padding: 15px;
    background-color: white;
}

.apartmans-list .dl-horizontal {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

.apartmans-list .dl-horizontal dt {
    text-align: left;
    margin-bottom: 10px;
}

.apartmans-list .dl-horizontal dd {
    color: #134a99;
    text-align: right;
}

.apartmans-txt-detail .apartman-location {
    border: 10px solid white;
}

.apartmans-txt-detail .apartman-location #googleMap, .apartmans-txt-detail .apartman-location #googleMapDetail {
    height: 360px;
}


/*SERVICES*/

.services {
    padding: 75px 0;
    overflow: hidden;
}

.services.lightgray-background {
    background-color: #f8f8f8;
}

.services .txt {
    margin-bottom: 50px;
}


/*KONTAKT*/

#form {
    position: relative;
    z-index: -1;
    visibility: hidden;
    top: -120px;
}

.message-contact {
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    color: #505050;
    margin-bottom: 20px;
    line-height: 1;
}

.message-contact strong {
    font-size: 20px;
}

.kontakt {
    padding: 75px 0;
}

.kontakt address p {
    font-weight: bold;
    font-size: 20px;
}

.kontakt address ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

.kontakt .address-2 {
    margin-top: 25px;
}

.forma input[type="text"],
.forma input[type="email"],
.forma input[type="date"],
.forma select,
.forma textarea {
    display: block;
    width: 100%;
    border: 1px solid #cfcfcf;
    background-color: white;
    margin-bottom: 20px;
    transition: all 0.2s;
}

.forma input[type="text"],
.forma input[type="email"],
.forma input[type="date"],
.forma select {
    height: 50px;
    padding: 0 15px;
    outline: none;
    background-color: white;
    border-radius: 0;
}

.forma input[type="text"]:focus,
.forma input[type="email"]:focus,
.forma input[type="date"]:focus,
.forma select:focus {
    border: 1px solid #134a99;
}

.forma input:focus {
    outline: none!important;
}

.forma textarea {
    padding: 15px;
    height: 170px;
    resize: none;
    outline: none;
    background-color: white;
    border: 1px solid #cfcfcf;
    transition: all 0.2s;
    border-radius: 0;
}

.forma textarea:focus {
    border: 0;
    border: 1px solid #134a99;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.forma label {
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 16px;
    color: #555;
}

.forma label span {
    font-weight: 700;
    color: #134a99;
    font-size: 18px;
}

.forma .button {
    width: 170px;
    margin-top: 0;
}


.error {
    padding: 100px 0;
}

.error h2 {
    font-size: 100px;
    font-weight: 800;
    margin: 0;
}

.error p {
    font-size: 24px;
    margin-bottom: 30px;
}


/*************
MEDIA
*************/


/******
1199
******/

@media only screen and (max-width: 1199px) {
    .navbar-default .navbar-nav>li {
        margin-right: 10px;
    }
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:visited,
    .navbar-default .language a,
    .navbar-default .navbar-nav>li>.dropdown-menu li a,
    .navbar-default .navbar-nav>li.active>.dropdown-menu li a {
        font-size: 14px;
    }
    .navbar-default .language {
        margin-left: 30px;
    }
    .main-slider .slide-caption h2 {
        font-size: 40px;
    }
    .main-slider .slide-caption p {
        font-size: 24px;
    }
    .about-us {
        padding: 100px 0 80px 0;
    }
    .small-news-desc::before {
        display: none;
    }
    .team {
        padding-bottom: 180px;
    }
    .home-apartmans.reference-page .article-title h3 {
        font-size: 13px;
    }
    .home-apartmans.reference-page .article-title  {
        min-height: 94px;
    }
    .home-apartmans article .apartmans-desc p {
        font-size: 14px;
    }
    .home-apartmans .apartmans-article article .apartmans-desc {
        padding: 20px;
    }
}


/******
991
******/

@media only screen and (max-width: 991px) {
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:visited,
    .navbar-default .language a,
    .navbar-default .navbar-nav>li>.dropdown-menu li a,
    .navbar-default .navbar-nav>li.active>.dropdown-menu li a {
        font-size: 11px;
    }
    .navbar-default .navbar-nav>li {
        margin-right: 5px;
    }
    .navbar-default .social li {
        margin-left: 0;
    }
    .navbar-default .social li a {
        font-size: 14px;
    }
    .navbar-default .language {
        margin-left: 20px;
    }
    .fixer {
        height: 127px;
    }
    .news-post .news-title {
        min-height: 132px;
    }
    .main-slider .slide-caption {
        top: 48%;
    }
    .main-slider .slide-caption h2 {
        font-size: 24px;
    }
    .main-slider .slide-caption p {
        font-size: 16px;
    }
    .button,
    .button:active,
    .button:focus,
    .button:visited {
        font-size: 14px;
    }
    .home-apartmans .apartmans-article {
        margin-bottom: 40px;
    }

    .home-apartmans .apartmans-article article .apartmans-desc {
        display: none;
    }
    .home-gallery .photo figure div span {
        line-height: 90px;
    }
    .title {
        font-size: 28px;
    }
    .about-us {
        padding-top: 100px;
    }
    .about-us-page .embed-responsive {
        margin-bottom: 40px;
    }
    .about-us-page img {
        margin: 40px auto 0 auto;
    }
    .team article .team-desc {
        position: relative;
        margin: 0;
    }
    .team article {
        padding-bottom: 0;
    }
    .team {
        padding-bottom: 75px;
    }
    .services img {
        width: 100%;
        margin-bottom: 40px;
    }
    .apartmans-article img {
        width: 100%;
    }
    .reference-page .col-md-2:nth-child(3n+1) {
        clear: left;
    }
    .last-line span {
        display: block;
        padding-left: 0;
        margin-top: 10px;
    }
    .created-by b span {
        display: inline;
    }
    .commercial-section img {
        margin-bottom: 40px;
    }
}


/******
767
******/

@media only screen and (max-width: 767px) {
    .logo {
        position: absolute;
        z-index: 100003;
        max-width: 120px;
        top: 13px;
    }
    .mobile-fix {
        position: fixed;
        width: 100%;
        z-index: 100;
    }
    .animated {
        animation: none!important;
    }
    .anim-fadeInLeft,
    .anim-fadeInDown,
    .anim-fadeInUp,
    .anim-fadeInRight {
        opacity: 1;
    }
    .fixer {
        display: none!important;
    }
    .header {
        position: relative;
        background-color: white;
        min-height: 70px;
        height: auto;
    }
    .main-slider, .banner {
       top: 0;
    }
    .navigation {
        bottom: 0;
    }
    .header-top {
        padding-top: 0;
    }
    .navigation {
        box-shadow: none;
    }

    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .navbar-default .navbar-nav>li {
        margin-right: 0;
    }
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:visited {
        padding: 10px 0;
    }
    .navbar-nav {
        margin: 0;
    }
    .dropdown-menu {
        display: block;
    }
    .navbar-default .navbar-nav>li>.dropdown-menu {
        min-width: 100%;
        box-shadow: none;
        border: none;
        position: relative;
        float: none;
    }
    .navbar-default .navbar-nav li .dropdown-menu .dropdown-menu {
        padding-left: 15px;
        min-width: 100%;
        box-shadow: none;
        border: none;
        position: relative;
        float: none;
        left: 0;
    }
    .navbar-default .navbar-nav li.dropdown ul.dropdown-menu ul.dropdown-menu {
        display: block!important;
    }
    .navbar-default .navbar-nav>li>.dropdown-menu li a,
    .navbar-default .navbar-nav>li.active>.dropdown-menu li a {
        padding: 10px 0!important;
    }
    .navbar-nav>li>.dropdown-menu li {
        border-top: none;
    }
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:visited,
    .navbar-default .language a,
    .navbar-default .navbar-nav>li>.dropdown-menu li a,
    .navbar-default .navbar-nav>li.active>.dropdown-menu li a {
        font-size: 14px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        margin-top: 10px;
        box-shadow: none;
    }
    .navbar-collapse.in {
        max-height: 500px;
    }
    .main-slider .slide-caption {
        display: none;
    }
    .main-slider .main-slide img {
        margin-top: 70px;
    }
    .main-slider .main-slide::before {
        background-image: none;
        position: relative;
        background-color: transparent;
    }
    .home-news,
    .about-us,
    .home-gallery,
    footer,
    .news-detail,
    .about-us-page,
    .team,
    .services,
    .kontakt,
    .error,
    .home-apartmans.reference-page {
        padding: 40px 0;
    }
    .home-apartmans {
        padding: 40px 0 40px 0;
    }
    .counter {
        padding-top: 40px;
    }
    .counter section {
        margin-bottom: 40px;
    }
    .more-link {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .title,
    .banner .title {
        margin-bottom: 25px;
        font-size: 24px;
    }
    .news-post img,
    .apartmans-article img,
    .photo img,
    .team img,
    .apartmans-desc img {
        width: 100%;
    }
    .news-post .news-title {
        min-height: 60px;
    }
    .news-post .news-desc {
        min-height: inherit;
    }
    .about-us {
        background-position: right;
        min-height: inherit;
        background-color: #f8f8f8;
    }
    .home-apartmans .article-title {
        padding: 15px 8px;
    }
    .home-apartmans.reference-page .article-title {
        padding: 15px 5px;
    }
    #counter #objekti,
    #counter #kupci {
        margin-top: 40px;
    }
    .counter div {
        font-size: 50px;
    }
    footer .footer-logo {
        margin-bottom: 25px;
    }
    footer h3 {
        margin: 25px 0;
    }
    .last-line {
        padding: 15px 0;
        text-align: center;
    }
    .last-line .text-right {
        text-align: center!important;
    }
    .last-line .social {
        margin-top: 15px;
    }
    footer #toTop {
        top: 0;
    }
    footer .iso-standards li {
        margin-left: 0;
    }
    .dropdown .fa-caret-down {
        display: none;
    }
    .banner {
        padding: 100px 0 0 0;
        min-height: inherit;
        min-height: 181px;
    }
    .home-news .red-button,
    .apartmans-page .red-button {
        margin-top: 0;
    }
    .news-detail .col-md-4.col-sm-5 {
        margin-top: 20px;
    }
    .news-detail .small-news {
        min-height: 95px;
    }
    .news-detail .news-desc-detail h2 {
        font-size: 20px;
    }
    .news-detail .news-date-social .text-right {
        text-align: left;
        margin-top: 15px;
    }
    .team article .team-desc {
        margin-bottom: 30px;
    }
    .team article .team-desc ul li {
        font-size: 15px;
    }
    .article-title {
        margin-bottom: 40px;
    }
    .apartmans-list .dl-horizontal dt {
        float: left;
    }
    .services .txt {
        margin-bottom: 40px;
    }
    .news-detail .service-icon {
        width: inherit;
        padding: 0 15px;
    }
    .gallery-apartmans {
        margin: 0 15px;
    }
    .news-detail .news-desc-detail ul.projects {
        padding-left: 0;
    }
    .news-detail .news-desc-detail .projects {
        padding-left: 15px;
    }
    .gallery-apartmans .photo figure div span {
        line-height: 80px;
    }
    .reference-page.apartmans-page .apartmans-article {
        margin-bottom: 40px;
    }
    .kontakt address {
        margin-top: 25px;
    }
    .captcha {
        margin-bottom: 20px;
    }
    .navbar-default .language {
        float: none;
        margin-left: 0;
        text-align: center;
    }
    .navbar-default .language a {
        padding: 15px 0 5px 0;
    }
    .home-gallery-slider {
        text-align: center;
    }
    .home-apartmans .article-title h3 {
        font-size: 14px;
    }
    .home-apartmans .row-apartmans .col-md-4:nth-child(3n+1) {
        clear: inherit;
    }
    .home-apartmans .row-apartmans .col-md-4:nth-child(2n+1) {
        clear: left!important;
    }
    .reference-page .col-md-2:nth-child(3n+1) {
        clear: inherit;
    }
    .reference-page .col-md-2:nth-child(2n+1) {
        clear: left;
    }
    .buildings-container .col-md-4:nth-child(2n+1),
    .apartments-container .col-md-4:nth-child(2n+1){
        clear: left;
    }
    .buildings-container .col-md-4:nth-child(3n+1),
    .apartments-container .col-md-4:nth-child(3n+1){
        clear: inherit;
    }
    .home-apartmans.reference-page .article-title  {
        min-height: 84px;
    }
    .commercial-section {
        margin-bottom: 40px;
    }
}


/******
479
******/

@media only screen and (max-width: 479px) {
    .machine-img {
        margin-top: -200px!important;
    }
    .counter h4 {
    	min-height: 30px;
    }
    /*Logo header*/
.header-logo {
        width: 33px;

}
}

@media only screen and (max-width: 360px) {
    .navbar-default .navbar-nav>li>a,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>li>a:visited,
    .navbar-default .language a,
    .navbar-default .navbar-nav>li>.dropdown-menu li a,
    .navbar-default .navbar-nav>li.active>.dropdown-menu li a {
        font-size: 12px;
    }
    .machine-img {
        margin-top: -180px!important;
    }
}