/* -------------- SPECIFICNI -------------- */


/* SLIDER */
.slider {
    margin-bottom: 100px;
    position: relative;
}

/* MAIN */
main {
    margin-bottom: 220px;
}

.home-page {
    margin-bottom: 78px;
}

.home-page h1 {
    text-align: center;
    margin-bottom: 60px;
}

.aboutus-page {
    margin-bottom: 220px;
}

.services-page {
    margin-bottom: 220px;
}

.contact-page {
    margin-bottom: 80px;
}

.news-list {
    margin-bottom: 150px;
}

.single-list {
    margin-bottom: 100px;
}

.jobs-list {
    margin-bottom: 211px;
}

.job-single {
    margin-bottom: 120px;
}

.team-list {
    margin-bottom: 150px;
}

/* LIST ITEMS STYLE */
.list-items-wrapper {
    margin-bottom: 110px;
}

.list-item .img-wrapper {
    margin-bottom: 0;
}

.list-item {
    margin-bottom: 40px;
}

.list-item img {
    transition: all 0.5s; /* Animira sve propertije na elementu u trajanju od pola sekunde */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.list-item a {
    display: block;
    overflow: hidden; /* Sakriva delove elemenata koji prelaze izvan granica elementa */
}

/* Efekat zuma linkovane slike na hoverovanje linka */
.list-item a:hover img {
    transform: scale(1.2);
}

.list-item .title {
    padding: 20px 20px 24px;
    border: 1px solid #D3D3D3;
}

.list-item h3 {
    font-size: 22px;
    color: #4E4E4E;
    font-weight: bold;
    margin-bottom: 10px;
}

.list-item p {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}


/* TOP NEWS STYLE */
.top-news-wrapper {
    padding: 80px 0 100px;
    background-color: #F8F8F8;
}

.top-news-wrapper h2 {
    text-align: center;
}

.top-news-wrapper .news-item {
    position: relative;
}

.top-news-wrapper .news-item .title {
    max-width: 360px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: black;
    padding: 25px 20px;
}

.top-news-wrapper .news-item .title h3 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
}

.top-news-wrapper .news-wrapper {
    margin-bottom: 50px;
}

.news-wrapper img {
    transition: all 0.5s; /* Animira sve propertije na elementu u trajanju od pola sekunde */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.news-wrapper a {
    display: block;
    overflow: hidden; /* Sakriva delove elemenata koji prelaze izvan granica elementa */
}

/* Efekat zuma linkovane slike na hoverovanje linka */
.news-wrapper a:hover img {
    transform: scale(1.2);
}

/* ABOUT STYLE */
.img-wrapper {
    margin-bottom: 30px;
}

.contact-item {
    max-width: 376px;
    padding: 30px;
    border: 1px solid #D3D3D3;
    margin: 0 0 0 auto;
}

.contact-item .title {
    font-size: 22px;
    color: #4E4E4E;
    font-weight: bold;
    margin-bottom: 30px;
}

.contact-item p {
    margin-bottom: 30px;
    font-size: 16px
}

.contact-item .button {
    display: block;
}


/* SERVICE STYLE */
.group-item-wrapper .group-item p {
    font-size: 22px;
    margin: 0;
}

.group-item {
    margin-bottom: 123px;
}

/* SERVICES STYLE */
.banner {
    margin-bottom: 130px;
    padding: 170px 0;
    background: url("http://playground.side-apps.com/vjezba-1/img/Group 65.png");
    /* Moze da sadrzi sliku i boju pozadine zajedno.
                               Za pozadinsku sliku moze se staviti koji deo slike zelimo da bude pokazan
                               ako je velicina elementa veca ili manja od velicine slike */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    /*background-color: #000000; !* sadrzi samo boju pozadine elementa *!*/
    /*background-image: url("/vjezba-1/img/Group 65.png");  !* sadrzi samo poszadinsku sliku *!*/

}

.banner-text {
    color: #fff;
}

.banner-text p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 60px;
    max-width: 575px;
}

.banner-item p {
    font-size: 14px;
    color: #F8F8F8;
    display: inline-block;
}

/* CONTACT STYLE */

.form-button {
    margin: 40px 0 40px 0;
}

.contact-wrapper {
    padding: 80px 0 85px;
    background-color: #F8F8F8;
}

.contact-wrapper .banner-title {
    margin-bottom: 34px;
}

.social-item .label {
    display: inline-block;
}

.social-item .label p {
    margin-bottom: 0;
}

.social-item .img-wrapper {
    position: relative;
    vertical-align: top;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 0;
}

/* NEWS LIST VIEW STYLE*/


.all-news-item h2 {
    text-align: center;
}

.all-news-item .news-item {
    position: relative;
}

.all-news-item .news-item .title {
    background-color: black;
    padding: 25px 20px;
}

.all-news-item .news-item .title h3 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
}

.all-news-item .news-wrapper {
    margin-bottom: 50px;
}

.news-wrapper .img-wrapper {
    margin-bottom: 0;
}

.news-item {
    max-width: 376px;
    margin: 0 auto 40px;
}

.news-item .date {
    border-radius: 5px;
    background-color: #F8F8F8;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px 18px;
    font-size: 16px;
    font-weight: normal;
    z-index: 2;
}

/* NEWS SINGLE VIEW STYLE */

.news h1 {
    margin-bottom: 40px;
}

.news .date-button p {
    border-radius: 5px;
    text-decoration: none;
    min-width: 120px;
    display: inline-block; /* Sirina zavisi od sadrzaja koji se nalazi u elementu */
    padding: 14px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    background-color: #6BA9F2;
    text-align: center;
    margin-bottom: 20px;
}

.news a {
    margin: 50px 0 95px 0;
}

.related-item {
    padding: 80px 0 114px;
    background-color: #F8F8F8;

}

.related-articles {
    margin-bottom: 60px;
}

.related-item .line {
    display: inline-block;
    width: 36px;
    height: 2px;
    background: #6BA9F2;
    margin-right: 10px;
}

.related-item h2 {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: bold;
}

.related-item h4 {
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 0;
    display: inline-block;
}


.related-item .news-item {
    position: relative;
}

.related-item .news-item .title {
    max-width: 376px;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    background-color: black;
    padding: 25px 20px;
}

.related-item .news-item .title h3 {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: bold;
}

.news-wrapper .img-wrapper {
    margin-bottom: 0;
}

.related-item .news-item {
    margin-bottom: 0;
}

/* JOBS STYLE */

.jobs-title h1 {
    margin: 0 0 50px;
}

.jobs-title h2 {
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 30px;
}

.jobs-title p {
    margin-bottom: 53px;
}

.filter-wrapper {
    margin-bottom: 50px;
}

.filter-item .icon-wrapper {
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
}

.filter-item .label {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    font-weight: bold;
}

.filter-item .select-wrapper {
    margin-top: 25px;
}

.filter-item .select-wrapper select {
    display: block;
    width: 100%;
    border: 1px solid #E0E0E0;
    padding: 14px 20px;
    border-radius: 5px;
}

.select2-container--default .select2-selection--single {
    height: 40px;
    background-color: transparent;
    border-color: #E0E0E0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}


.long-line {
    height: 1px;
    background: #E0E0E0;
    margin-bottom: 63px;
}

.background-wrapper {
    height: 250px;
    background-color: #F8F8F8;
}

.contact-text {
    position: relative;
}

.contact-text:before {
    content: "";
    width: 100%;
    height: 405px;
    background: #F5F5F5;
    position: absolute;
    left: 0;
    top: 65px;
}

.content {
    padding: 20px;
    margin: 0 0 40px 0;
    position: relative;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.16);
    background: #ffffff;
}

.first {
    margin-bottom: 28px;
}

.first .icon-wrapper, .second .icon-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    text-align: center;
    min-width: 26px;
}

.first span {
    vertical-align: middle;
}

.second {
    margin-bottom: 22px;
}


.second h3 {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.box-line {
    height: 1px;
    background: #E0E0E0;
    margin-bottom: 10px;
}

/* JOB SINGLE STYLE */

.single-title h1 {
    margin-bottom: 50px;
}

.single-title h2 {
    margin-bottom: 30px;
    font-weight: normal;
    font-size: 30px;
}

.single-title p {
    margin-bottom: 40px;
}

.single-title h5 {
    margin-bottom: 216px;
    font-size: 16px;
    font-weight: normal;
}

.list {
    margin-bottom: 50px;
}

.list li {
    position: relative;
    list-style: none;
    margin: 0 0 12px;
    line-height: 1.5;
}

.list li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #6BA9F2;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: -26px;
}

.banner-content {
    margin: 80px auto 120px;
    padding: 100px 100px 100px 0;;
    background-color: #333333;
    max-width: 90%;

    position: relative;
}

.banner-content .banner-title {
    margin-top: 80px;
    color: white;
    margin-bottom: 30px;
    margin-left: 50px
}

.banner-content .banner-title h2 {
    margin-bottom: 11px;
}

.banner-content .banner-text {
    margin-bottom: 30px;
    margin-left: 50px;
}

.banner-content .banner-text p {
    font-weight: normal;
    font-size: 16px;
}

.banner-item .img-wrapper {
    position: relative;
}

.apply-form .banner-title {
    margin-bottom: 40px;
}

.apply-form .banner-title h2 {
    margin-bottom: 11px;
}

.apply-form .banner-title p {
    margin-top: 30px;
}

.btn.round {
    color: #000;
}

.banner-item {
    position: relative;
}

.btn.video {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: white;
    text-align: center;
    z-index: 2;
    transition: all 0.5s; /* Animira sve propertije na elementu u trajanju od pola sekunde */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transform: translate(-50%, -50%);
}

.btn.video:hover {
    background: #0D304F;
}

.contact-form .select-wrapper select {
    display: block;
    width: 100%;
    border: 1px solid #E0E0E0;
    padding: 10px 20px;
    background-color: #F8F8F8;
}

.apply-form {
    padding: 100px 0 100px;
    background-color: #F8F8F8;
    position: relative;
}

.apply-form .form-button {
    margin: 60px 0 60px 0;
}

.apply-form .long-line {
    height: 1px;
    background: #E0E0E0;
    margin-bottom: 40px;
}

.apply-form .form-element input {
    background-color: #F8F8F8;
}

.apply-form .form-element textarea {
    background-color: #F8F8F8;
}

/* TEAM LIST STYLE */
.menagement {
    margin-bottom: 100px;
}

.menagement h2 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 30px;
}

.menagement .long-line {
    margin-bottom: 30px;
}

.menagement .team-wrapper img {
    margin-bottom: 20px;
}

.menagement .team-wrapper h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.menagement .team-wrapper p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 18px;
}

.team-wrapper .contact-phone {
    margin-bottom: 10px;
}

.team-wrapper .contact-phone img {
    margin-right: 15px;
    margin-bottom: 0;
    display: inline-block;
}

.team-wrapper .contact-mail {
    margin-bottom: 20px;
}

.team-wrapper .contact-mail img {
    margin-right: 15px;
    margin-bottom: 0;
    display: inline-block;
}

.team-wrapper .box-line {
    margin-bottom: 40px;
}

.creative-directors {
    margin-bottom: 0;
}

.creative-directors h2 {
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 30px;
}

.creative-directors .long-line {
    margin-bottom: 30px;
}

.creative-directors .team-wrapper img {
    margin-bottom: 20px;
}

.creative-directors .team-wrapper h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.creative-directors .team-wrapper p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 18px;
}

.team-wrapper .contact-phone {
    margin-bottom: 10px;
}

.team-wrapper .contact-phone img {
    margin-right: 15px;
    margin-bottom: 0;
    display: inline-block;
}

.team-wrapper .contact-mail {
    margin-bottom: 20px;
}

.team-wrapper .contact-mail img {
    margin-right: 15px;
    margin-bottom: 0;
    display: inline-block;
}

.team-wrapper .box-line {
    margin-bottom: 40px;
}

/* Klase uvek pocunju sa . */
/* ID uvek pocinje sa # */
/* HTML element nema ni . ni # ispred sebe */
/* Pseudo elementi i pseudo klase pocinju sa : i spojeni su sa imenom klase ili elementa */


@media all and (max-width: 1024px) {
    .banner-content {
        margin-top: 0;
        max-width: 100%;
        padding: 60px 40px 40px;
        margin-bottom: 0;
    }

    .banner-content .banner-title {
        margin-top: 0;
        margin-bottom: 0;
    }

     .apply-form {
        padding: 60px 0;
    }


}

@media all and (max-width: 1024px) {
    .slider {
        margin-bottom: 80px;
    }

    h1 {
        font-size: 30px;
        margin-bottom: 60px;
    }

    .list-items-wrapper {
        margin-bottom: 60px;
    }

    .list-item h3 {
        font-size: 20px;
    }

    .list-item p {
        font-size: 15px;
    }

    .top-news-wrapper {
        padding-bottom: 80px;
    }

    .top-news-wrapper h2 {
        font-size: 28px;
    }

    .top-news-wrapper .news-item .title h3 {
        font-size: 20px;
    }

}

@media all and (max-width: 992px) {
    .menu li {
        padding: 0 20px 0 0;
    }

    .aboutus-page {
        margin-bottom: 30px;
    }

    .services-page {
        margin-bottom: 30px;
    }

    .banner {
        margin-bottom: 30px;
    }

    .group-item {
        margin-bottom: 30px;
    }

    .service-page {
        margin-bottom: 30px;
    }

    .image-wrapper {
        margin: 30px 0 0;
    }

    .jobs-list {
        margin-bottom: 0;
    }

    .job-single {
        margin-bottom: 0;
    }

    .team-list {
        margin-bottom: 30px;
    }

    .menagement {
        margin-bottom: 30px;
    }

    .single-list {
        margin-bottom: 0;
    }

    .related-item {
        padding: 60px 0;
    }

    .news a {
        margin: 5px 0 20px 0;
    }

    .news-list {
        margin-bottom: 0;
    }

    .group-item .image-wrapper {
        text-align: center;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .group-item-wrapper .group-item p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .social-item {
        margin-bottom: 20px;
    }

    .banner-content .banner-title,
    .banner-content .banner-text {
        margin-left: 0;
    }

    .banner-item .img-wrapper {
        text-align: center;
    }

    .related-item .news-item {
        margin-bottom: 20px;
    }

}

@media all and (max-width: 768px) {
    .slider {
        margin-bottom: 60px;
    }

    .list-items-wrapper {
        margin-bottom: 30px;
    }

    .top-news-wrapper .news-wrapper {
        margin-bottom: 10px;
    }

    .top-news-wrapper .news-item {
        max-width: 576px;
        margin: 0 auto 40px;
    }

    .footer-item {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 680px) {

    .menu li a {
        font-size: 15px;
    }
}

@media all and (max-width: 640px) {

    .list-item {
        max-width: 376px;
        margin: 0 auto 40px;
    }

    .news-item .date {
        right: 22px;
    }
}

@media all and (max-width: 540px) {

    .slider {
        margin-bottom: 40px;
    }

    h1 {
        font-size: 24px !important;
        margin-bottom: 40px !important;
    }

    .top-news-wrapper {
        padding: 50px 0 50px;
    }

    .top-news-wrapper h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }
}
