/* --------------------------- */
/*      Opsta postavka         */
/* --------------------------- */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    background-color: #ffffff;
    color: #474646;
    font-family: 'Lato', /*'Arial',*/ sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

.row {
    max-width: 1140px;
    margin: 0 auto;
}

.clearfix {zoom: 1;}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* --------------------------------------------- */
/*      Elementi koji se ponavljaju   (r-use)    */
/* --------------------------------------------- */

h1 {
    font-size: 250%;
    font-weight: 300;
}

h2 {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

h3 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

a { 
    color: #0dbbe6;
    text-decoration: none;
}




/* Cookie obavestenje */

.cookie-outer {
    left: 1px;
    bottom: 1px;
    right: 1px;
    top: 1px;
    background-color: rgba(255, 255, 255, 0.479);
    position: fixed;
    display: block;
}

.cookie-note { 
    transform: translate(0%, 50%);
    margin: 0% 30% 0% 30%;
    padding: 10px 10px;
    background-color: #a3e2f1;
    line-height: 130%;
    display: block;
    bottom: 200px;
}

.cookie-note p { margin-bottom: 20px; }

.cookie-note .cookie-options { margin-bottom: 10px; }

.cookie-note button { 
    margin-top: 20px;
    margin-left: 45%;
}


/* verzija sa padajucim menijem */
.cookie-note select { float: right; }






/* boja 
#0dbbe6; boja firme
*/


/* linkovi */

/* liste */

/* dugmici */

/* Plutajuca slusalica*/
.floating-phone {
    width: 60px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 30px;
    right: 0px;
    display: none;
    
}

.floating-phone i {
    padding: 7px;
    border: solid 2px;
    font-size: 120%;
    border-radius: 100px;
    color: white;
    background-color: #0dbbe6;
}

.floating-phone div {
    margin-bottom: 10px;
}
    

    


/* crta ispred i iza naslova */
.home-benefits h2::before,
.home-services h2::before{
    content: "";
    background-color: #4e4e4e;
    height: 3px;
    width: 42px;
    position: absolute;
    margin-left: -30px;
    transform: translate(-100%, 600%);
}

.home-benefits h2::after,
.home-services h2::after {
    content: "";
    background-color: #4e4e4e;
    height: 3px;
    width: 42px;
    position: absolute;
    margin-left: 30px;
    transform: translate(0, 600%);
}


/* ----------------- */
/*      Header       */
/* ----------------- */

nav .logo {
    float: left;
    height: 60px;
}

.main-nav {
    float: right;
    list-style: none;
}

.main-nav a i {
    margin-left: 5px;
    color: #0dbbe6;
}

.main-nav li {
    float: left;
    border-bottom: 2px solid transparent;
    margin-left: 30px;
    padding-top: 20px;
    position: relative;
}

.main-nav a:link,
.main-nav a:visited {
    text-decoration: none;
    color: #474646;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
    transition: border-bottom 0.5s;
}

.main-nav a:hover,
.main-nav a:active { border-bottom: 2px solid #0dbbe6; }

.main-nav .dropdown {
    position: absolute;
    list-style: none;
    background-color: white;
    width: 110%;
    padding-top: 17px;
    display: none;
}


.main-nav li:hover .dropdown,
.main-nav li:active .dropdown{
    display: block;
}

.main-nav .dropdown li {
    width: 100%;
    font-size: 90%;
    margin-left: 0;
    padding: 5px 10px;
    transition: background-color;
}

.main-nav .dropdown li:hover,
.main-nav .dropdown li:active {
    background-color: #b3edfb;    
}

.main-nav .dropdown a {
    padding-bottom: 0;
    border-bottom: none;
}



.mobile-nav-icon {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
    cursor: pointer;
    display: none;
}

.mobile-nav-icon i { font-size: 200%; }



.header-slide {
    background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(/recources/img/za\ naslovnu\ header.jpg);
    background-size: cover;
    background-position-x: 70%;
    height: 70vh;
}

.header-text {
    position: absolute;
    color: white;
    top: 30%;
    left: 30%;
    transform: translate(0%, 0%);
}

.header-text p {
    line-height: 150%;
}


/* ----------------------- */
/*      Home-benefits      */
/* ----------------------- */

.home-benefits {
    background-color: #f0f0f0;
    padding-bottom: 50px;
}

.home-benefits h2::before {
    content: "";
    background-color: #4e4e4e;
    height: 3px;
    width: 42px;
    position: absolute;
    margin-left: -30px;
    transform: translate(-100%, 600%);
}

.home-benefits h2::after {
    content: "";
    background-color: #4e4e4e;
    height: 3px;
    width: 42px;
    position: absolute;
    margin-left: 30px;
    transform: translate(0, 600%);
}

.home-benefits p {
    text-align: center;
    font-weight: 400;
    font-size: 84%;
    line-height: 150%;
    padding: 0 7%;
    color: #777777;
}

.home-benefits .boxes {
    margin-top: 40px;
    margin-bottom: 40px;
}

.home-benefits .outer {
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 30%;
    margin-left: 2.5%;
    transition: transform 0.5s;
}

.home-benefits .outer:hover { transform: scale(1.15); }

.home-benefits .box-1 { background-image: url(/recources/img/UK\-\grad.jpg); }

.home-benefits .box-2 { background-image: url(/recources/img/USA\-\grad.png); }

.home-benefits .box-3 { background-image: url(/recources/img/Australia\-\kengur.jpg); }

.home-benefits .boxes .inside {
    margin: 15px 15px;
    background-color: white;
    opacity: 93%;
    height: 85%;
}

.home-benefits .boxes .inside h3 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.home-benefits .boxes .inside p {
    height: 100px;
    overflow-y: scroll;
    color: #474646;
}


/* ----------------------- */
/*      Home-services      */
/* ----------------------- */

.home-services { padding-bottom: 50px; }

.home-services .services img {
    height: 280px;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}


/* ---------------- */
/*      Footer      */
/* ---------------- */

footer {
    background-color: #333333;
    color: #7c7c7c;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-info li {
    margin-bottom: 20px;
    list-style: none;
    cursor: default;
    transition: color 1s;
}

.footer-info li:hover { color: white; }

footer .row-1 { padding-left: 110px; }

.footer-bloq { text-align: left; }

.footer-bloq a {
    display: block;
    margin-bottom: 20px;
    font-size: 90%;
    color: #7c7c7c;
    transition: color 0.5s;
}

.footer-bloq a:hover { color: #0dbbe6; }

.footer-social-links { text-align: left; }

.footer-social-links li {
    display: block;
    margin-bottom: 20px;
    list-style: none;
    
}

.footer-social-links a { color: #7c7c7c; }

.footer-social-links span { margin-left: 10px; }

.footer-social-links .fb:hover {color: #3b5998;}
.footer-social-links .tw:hover {color:  #00aced;}
.footer-social-links .g-p:hover {color: #db4a39;}
.footer-social-links .in:hover {color: #517fa4;}

footer p { font-size: 90%; }

footer .copyright { text-align: center; }





/* ---------------------------------------------------------------------------- */
/*      Americka viza      */
/* ---------------------------------------------------------------------------- */

h1 { text-align: center; }

.service { background-color: white;}

.service-details h2::before {
    content: "";
    background-color: #4e4e4e;
    height: 3px;
    width: 42px;
    position: absolute;
    margin-left: -30px;
    transform: translate(-100%, 600%);
}

.service-details h2::after {
    content: "";
    background-color: #4e4e4e;
    height: 3px;
    width: 42px;
    position: absolute;
    margin-left: 30px;
    transform: translate(0, 600%);
}

.service img {
    width: 100%;
    height: 400px;
}

.service .left-col {
    line-height: 150%;
    padding-right: 40px;
}

.service .left-col ul {padding-left: 40px;}

.service .right-col {
    width: 30%;
}

.service .right-col h3 {
    padding-top: 0px;
    padding-bottom: 30px;
}

.service .notes,
.service-details .steps-tabs .tab-btn {
    list-style: none;
    padding: 10px 40px 10px 40px;
    background-color: white;
    border: 2px solid rgb(233, 233, 233);
    cursor: pointer;
}

.service .notes i,
.service-details .steps-tabs i {
    padding-right: 10px;
    color: #0dbbe6;
}

.service-details {
    padding-bottom: 50px;
    background-color: #f0f0f0;
}

.service-details h2 {padding-top: 50px;}

.service-details .steps-tabs {
    width: 30%;
    float: left;
}

.service-details .steps-tabs .tab-btn-active {
    list-style: none;
    padding: 10px 40px 10px 40px;
    background-color: white;
    border: 2px solid rgb(233, 233, 233);
    background-color: #0dbbe6;
    color: white;
    cursor: pointer;
}

.service-details .steps-tabs .tab-btn-active i {
    padding-right: 10px;
    color: white;
}

.service-details .tabs-content {
    display: none;
    background-color: white;
    border: 2px solid #0dbbe6;
    width: 70%;
    float: left;
    padding: 2% 3%;
}

.service-details .tabs-content p { line-height: 150%; }

.service-details .active-tab-1 .con-1 {display: block;}
.service-details .active-tab-2 .con-2 {display: block;}
.service-details .active-tab-3 .con-3 {display: block;}
.service-details .active-tab-4 .con-4 {display: block;}
.service-details .active-tab-5 .con-5 {display: block;}
.service-details .active-tab-6 .con-6 {display: block;}
.service-details .active-tab-7 .con-7 {display: block;}


/* ------------------------ */
/* Kontakt strana */
/* ------------------------ */

.contactP-info { background-color: #f0f0f0;}

.contactP-info h1 {
    margin-top: 0;
    padding-top: 30px;
}

.contactP-info .info-box {
    padding: 20px 20px;
    background-color: white;
    border: 2px solid #f0f0f0;
}

.contactP-info .info-box i {
    color: #0dbbe6;
    font-size: 30px;
}

.contactP-info .info-box h4 {
    padding: 5px 0;
}

.contactP-info .left-col { padding-left: 5%;}

.contactP-info .right-col { padding-right: 5%;}

.contactP-info .boxes-left,
.contactP-info .boxes-right {
    float: left;
}

.contactP-info .right-col iframe{
    float: right;
}

.section-form {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-form .contact-form {
    width: 50%;
    margin-left: 25%;
}

.section-form .form-step {
    padding: 10px 10px;
    border: 1px solid #0dbbe6;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

.section-form #username,
.section-form #email,
.section-form #message {
    width: 100%;
    border: 1px solid transparent;
}

.section-form #message {height: 300px;}







/* ------------------------ */
/* Blog strana */
/* ------------------------ */



.highlight-text { color: #0dbbe6;}


/* ------------------------ */
/* Blog grid */
/* ------------------------ */

.page-title {
    color: white;
    background-color: #0dbbe6;
    padding: 2px;
}

.news-section {
    background-color: #f0f0f0;
    padding: 50px 0;
}

.news-section .news {
    background-color: white;
    width: 30%;
    height: 400px;
    float: left;
    margin: 1% 1.6%;
    display: none;
}

.news-section .news img {
    width: 100%;
    height: 200px;
}

.news-section .news .post-date {
    font-size: 80%;
    padding: 20px 10px;
}

.news-section .news h4 { padding: 0 10px; }

.news-section .news .post-date i { margin-right: 8px; }

.news-section .news .btn-box {
    margin-top: 10px;
    float: right;
    padding: 10px 10px;
    font-size: 80%;
}

.news-section .news .btn-box i { padding-left: 5px; }

.page-num {
    width: 50%;
    margin-top: 40px;
    text-align: center;
}

.page-num div {
    float: left;
    width: 33%;
}

.page-num a {
    padding: 5px 10px;
    background-color: white;
}

.page-num i {
    padding: 0px 5px;
}