/* damir */
body {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    color: #ffffff;
    background-color: #232323;
}

.osnovna { color: #0d7e77; }
.narandz-tamna { color: #7E330D; }
.narandz-normal { color: #CA4400; }

.uras-font {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}
h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.5em;
}
.btn {
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    border: none;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    text-transform: uppercase;
}
.btn.focus, .btn:focus, .btn:hover {
     color: #fff;
    text-decoration: none;
}
.navbar {
    min-height: 60px;
    border: none;
    -webkit-border-radius: 0px;
            border-radius: 0px;
    margin-bottom: 0px;
}
.navbar-brand {
    float: left;
    height: 60px;
    padding: 6px 60px;
    font-size: 18px;
    line-height: 20px;
}
.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    background-color: #0d7e77;
}
.navbar-nav>li>a {
    line-height: 30px;
}
.navbar-inverse {
    background-color: #2e2e2e;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #eee;
    text-decoration: underline;
    background-color: transparent;
}
.navbar-right {
    text-transform: uppercase;
}
.navbar-btn {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 13px 20px;
}
.logo span {
    margin: 0px;
    padding: 0px;
    font-size: 2em;
    color: #fff;
    line-height: 1.3;
}
#change-lang {
    position: relative;
    height: 60px;
    float: left;
}
#change-lang p {
    padding: 20px 0;
    width: 80px;
    text-align: center;
    margin: 0;
    cursor: pointer;
}
#langs-list {
    width: 100px;
    left: 10px;
    top: 43px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
#langs-list li {
    padding: 10px 20px;
    border-bottom: 1px solid #2f2f2f;
}
#langs-list li > a {
    display: block;
    color: #ccc;
    text-decoration: none;
    outline: none;
}
#langs-list li > a:focus,
#langs-list li > a:hover {
    color: #bbb;
    text-decoration: none;
    outline: none;
}
#langs-list li:last-child {
    padding: 10px 20px;
    border-bottom: none;
}


#slajder a,
li.creat-btn a {
    padding: 0px;
    margin: 0px;
}
@media (max-width: 767px) {
    .navbar-right li.creat-btn {
        text-align: center;
    }
}
/* NAVIGACIJA -> dropdown */
.dd-style {
    position: absolute;
    background: #1f1f1f;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #2f2f2f;
    -webkit-box-shadow: 0 5px 15px #222;
    box-shadow: 0 5px 15px #222;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.dd-show .dd-style {
    opacity: 1;
    visibility: visible;
}
.dd-style:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 6px 7px;
    border-color: transparent transparent #1f1f1f transparent;
    position: absolute;
    top: -6px;
    left: 47px;
    right: auto;
}

/* sajder */
#slajder {
    text-align: center;
    background-image: url('../img/main.jpg');
    background-repeat: no-repeat;
    /*background-position: center center;*/
    -webkit-background-size: cover;
            background-size: cover;
    background-attachment: fixed;
    /*padding-bottom: 40%;*/
}
#uizgradnji {
    position: absolute;
    top: 0;
    text-align: center;
    background-image: url(../img/main.jpg);
    background-repeat: no-repeat;
    /* background-position: center center; */
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    /* padding-bottom: 40%; */
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
#uizgradnji .container {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
table {
    font-size: 7em;
}
#slajder .container {
    padding-top: 15%;
    padding-bottom: 15%;
}
#slajder h1 {
    font-size: 4em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0.9;
    margin-bottom: 10%;
    text-shadow: 2px 1px #000;
}
#slajder h3 {
    margin-bottom: 15%;
    text-shadow: 2px 1px #000;
}
.btn-artino {
    font-size: 1.5em;
    padding: 15px 30px;
    text-decoration: none;
}
.btn-zelen {
    background-color: #0d7e77;
}
.btn-zelen:hover {
    background-color: #0E8B83;
    color: #fff;
/*    text-decoration: underline;*/
}
.btn-narandzast {
    background-color: #CA4400;
}
.btn-narandzast:hover{
    color: #fff;
    background-color: #D74800;
}
@media (min-width: 768px) {
    #slajder .container {
        padding-top: 8%;
        padding-bottom: 5%;
    }
    #slajder h1 {
        font-size: 7em;
        margin-bottom: 2%;
    }
    h3 {
        font-size: 2em;
    }
    #slajder h3 {
        margin-bottom: 7%;
    }
    .btn-artino {
        font-weight: 400;
        font-size: 2em;
        padding: 20px 40px;
        /*text-decoration: underline;*/
    }
}

/* sadrzaj > registracija */
#sadrzaj {
    background-color: #ccc;
    padding-top: 3%;
    padding-bottom: 2%;
    color: #444;
    position: relative;
}
.textContent {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.textContent:after {
    content: '';
    width: 30%;
    height: 3px;
    background-color: #0e7e76;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.textContent > h2 {
    text-align: center;
    margin-bottom: 30px;
    background-color: #ca4400;
    color: #fff;
    padding: 25px 0;
}
.textContent > h3 {
    padding-bottom: 30px;
}
.textContent > h3:after {
    content: '';
    width: 20%;
    height: 1px;
    background-color: #ca4400;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.textContent > p {
    text-indent: 25px;
}
.textContent .imgHead {
    display: block;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 350px;
}
.textContent .imgInText {
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    max-width: 200px;
}
#sadrzaj h3 {
    text-align: center;
    margin-bottom: 30px;
}
#sadrzaj h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #0d7e77;
    margin-bottom: 40px;
}
a {
    color: #0d7e77;
}
a:focus, a:hover {
    color: #0E8B83;
}
a:focus {
    outline: none;
    outline-offset: 0px;
}
#sadrzaj .checkbox p {
    text-align: left;
    margin-left: 50px;
}
.btn-submit {
    font-size: 1.45em;
    padding: 10px 15%;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* FORME */
form h5 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 12px;
}
.crta {
    width: 50px;
    height: 3px;
    background-color: #ca4400;
    margin: 0 auto 15px auto;
}
.form-inline .form-control {
    width: 100%;
}
.form-control {
    height: 50px;
    border: 1px solid #aaa;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    margin-bottom: 20px;
}
.form-inline .form-group .yob { width: 34%; margin-right: 1%; }
.form-inline .form-group .mob { width: 40%; margin-right: 1%; }
.form-inline .form-group .dob { width: 24%; }
.date-of-birth {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: column;
}
@media(min-width: 576px) {
    .date-of-birth {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
/* kraci-opis */
#kraci-opis {
    padding-top: 7%;
    padding-bottom: 7%;
}
#kraci-opis .container {
    background-image: none;
    background-position: right;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    margin-top: 0px;
}
#kraci-opis .container h2 {
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 3em;
}
#kraci-opis h3 {
    text-shadow: 2px 1px #000;
}
@media (min-width: 768px) {
    #kraci-opis {
        padding-bottom: 5%;
        padding-top: 5%;
    }
    #kraci-opis .container {
        background-image: url('../img/kraci-opis.jpg');
    }
}
/* ponuda-opis */
#ponuda-opis {
    text-align: center;
    background-image: url('../img/ponuda.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
            background-size: cover;
    background-attachment: fixed;
    padding-bottom: 5%;
    padding-top: 5%;
}
.ponuda-stavke {
    margin-top: 50px;
    border: 5px solid #fff;
    padding: 20px;
    background-color: rgba(255, 255, 255, .7);
    color: #000;
}
.ponuda-stavke ul {
    padding-left: 0px;
    list-style: none;
    display: inline-block;
     text-align: initial;
}
#sadrzaj ul li {
    list-style-type: none;
    line-height: 1.5em;
}
.ponuda-stavke ul li span {
    color: #CA4400;
    margin-right: 10px;
}
#ponuda-opis h3 {
    text-shadow: 2px 1px #000;
}
.ponuda-stavke ul li {
    font-weight: bold;
}
/* pricing */
#pricing {
    background-color: #ccc;
}
#pricing .pricingHeader {
    background-color: #ca4400;
}
.pricingHeader h3 {
    color: #fff;
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}
.pricingCursesLists .container > h3 {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #101010;
    font-weight: bold;
    text-align: center;
}

/* footer */
footer {
    background-color: #111;
    padding-top: 16px;
    padding-bottom: 16px;
}
footer ul {
    list-style: none;
    margin: 50px 0;
    padding-left: 0;
}
footer .social ul li {
    margin-top: 30px;
}
footer .social ul li:not(:first-child) {
    display: inline-block;
    padding-left: 20px;
}
footer .social ul li:nth-child(2) {
    padding-left: 0;
}
footer .info ul li {
    padding-top: 3px;
}
footer .social {
    display: inline-block;
}
@media(min-width: 992px) {
    footer .social ul li:nth-child(2) {
        padding-left: 20px;
    }
}
.social a {
    color: #fff;
    font-size: 1.5em;
    font-family: 'Playfair Display', serif;
    text-decoration: none;
}
.social ul li a i.fa {
    color: #ccc;
    text-shadow: 4px 4px 4px #000;
}
.social ul li a:hover {
    color: #0d7e77;
}
.social ul {
    border-right: 1px solid  rgba(255, 255, 255, .2);
}
span.social-icon {
    width: 50px !important;
    height: 50px !important;
    text-align: left;
    vertical-align: sub;
    margin-right: 10px;
    color: #fff !important;
}
.social a .fa {
    font-size: 1.5em;
}
@media(max-width: 992px){
    footer {
        text-align: center;
    }
    footer .col-md-3 {
        border-bottom: 1px solid  rgba(255, 255, 255, .2);
    }
    .social ul {
    border: none;
    }
    footer p.pull-left,
    footer p.pull-right {
        margin-top: 10px;
        float: none !important;
    }
}
/*foooter letter animation*/
.letterDrop {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  opacity: 0.8;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-animation: letterDrop 1.2s ease 1 normal forwards;
          animation: letterDrop 1.2s ease 1 normal forwards;
}
@-webkit-keyframes letterDrop {
    10% {
        opacity: 0.5;
    }
    20% {
        opacity: 0.8;
        top: 3.75em;
        -webkit-transform: rotateX(-360deg);
                transform: rotateX(-360deg);
    }
    100% {
        opacity: 1;
        top: 4.50em;
        -webkit-transform: rotateX(360deg);
                transform: rotateX(360deg);
    }
}
@keyframes letterDrop {
    10% {
        opacity: 0.5;
    }
    20% {
        opacity: 0.8;
        top: 3.75em;
        -webkit-transform: rotateX(-360deg);
                transform: rotateX(-360deg);
    }
    100% {
        opacity: 1;
        top: 4.50em;
        -webkit-transform: rotateX(360deg);
                transform: rotateX(360deg);
    }
}
footer span:nth-last-child(-n+7) {
  color: #CA4400;
}

.pricingCursesLists > .container > .row {
    margin-bottom: 70px;
}
.course {
    margin-bottom: 30px;
}
.courseHead {
    background-image: url(../img/kraci-opis.jpg);
    height: 170px;
    position: relative;
}
.courseHeadPrice {
    position: absolute;
    top: 20px;
    background-color: #ca4400;
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 8px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.courseHeadPrice > h2 {
    margin: 0;
}
.courseHeadPrice h2 > small {
    color: #fff;
}
.courseHead > a {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.courseHead > a > h5 {
    font-weight: bold;
    text-shadow: 1px 1px #000;
    margin: 0;
}
.courseBody {
    padding: 10px 0 20px;
    background-color: #0e7e76;
}
.courseBodyInfos {
    padding-left: 30px;
    padding-right: 30px;
}
.courseBodyInfos > h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0px;
    text-shadow: 1px 1px #000;
}
.courseLessInfos {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 0.9em;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
}
.courseLessInfos li > span {
    opacity: .5;
    margin-right: 5px;
}
.courseBodyBTNs {
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
}
.courseBodyBTNs > a {
    font-weight: bold;
    padding: 5px 10%;
    display: inline-block;
}
.courseBodyBTNs .btnBuy {
    background-color: #fff;
    color: #ca4400;
}
.courseBodyBTNs .btnMoreInfo {
    background-color: #ca4400;
    color: #fff;
}
.courseBodyBTNs .btnMoreInfo:after {
    content: '';
    position: absolute;
    top: 0;
    width: 15px;
    height: 30px;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #ca4300;
    right: -15px;
}
/* .course {
    margin-bottom: 45px;
    position: relative;
}
.course-item {
    padding: 25px 25px 15px 25px;
    -webkit-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0;
}
.course-item {
background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(13,126,119, .1)),
    to(rgba(13,126,119, .6))),
    url('../img/kraci-opis.jpg') no-repeat center;
background: -webkit-linear-gradient(
    rgba(13,126,119, .1),
    rgba(13,126,119, .6)),
    url('../img/kraci-opis.jpg') no-repeat center;
background: -o-linear-gradient(
    rgba(13,126,119, .1),
    rgba(13,126,119, .6)),
    url('../img/kraci-opis.jpg') no-repeat center;
background: linear-gradient(
    rgba(13,126,119, .1),
    rgba(13,126,119, .6)),
    url('../img/kraci-opis.jpg') no-repeat center;
    -webkit-background-size: cover;
            background-size: cover;
}
.course-item:hover {
background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(rgba(13,126,119, .3)),
    to(rgba(13,126,119, .6))),
    url('../img/kraci-opis.jpg') no-repeat center;
background: -webkit-linear-gradient(
    rgba(13,126,119, .3),
    rgba(13,126,119, .6)),
    url('../img/kraci-opis.jpg') no-repeat center;
background: -o-linear-gradient(
    rgba(13,126,119, .3),
    rgba(13,126,119, .6)),
    url('../img/kraci-opis.jpg') no-repeat center;
background: linear-gradient(
    rgba(13,126,119, .3),
    rgba(13,126,119, .6)),
    url('../img/kraci-opis.jpg') no-repeat center;
    -webkit-background-size: cover;
            background-size: cover;
}
#pricing .course-item h2 {
    color: #ca4400;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
    text-shadow: 1px 1px #000;
}
.course-item-list {
    padding: 15px 25px 0px 25px;
}
.course-item-list h4 {
    text-shadow: 1px 1px #000;
}
.course-level {
    background-color: #ca4400;
    border-bottom: 1px solid #fff;
}
.course-price {
    height: 110px;
    background-color: #0d7e77;
    padding-top: 30px;
    text-align: center;
    -webkit-border-radius: 0 0 2px 2px;
            border-radius: 0 0 2px 2px;
    position: relative;
}
.course-price h2 sup {
    top: -0.48em;
    font-size: 0.6em;
}
.course-price h2 {
    color: #fff;
    font-size: 3em;
    font-weight: 600;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}
.course-price h2 small {
    color: #fff;
}
.course-price > p {
    font-style: italic;
    color: #fff;
    margin-bottom: 0;

}
.course-price-info {
    background-color: #ca4400;
    height: 34px;
    display: inline-block;
    position: absolute;
    bottom: -17px;
    margin-left: -53.54px;
}
.course-price-info p {
    margin: 6px 30px;
    font-size: 1.2em;
    color: #fff;
} */

#pricing input[type=checkbox] {
  -webkit-transform: scale(3);
      -ms-transform: scale(3);
          transform: scale(3);
}

#orderLicencTabovi {
    text-align: center;
    padding-left: 0px;
}
#orderLicencTabovi li {
    display: inline-block;
}
#orderLicencTabovi > .active > .btn {
    background-color: #D74800;
    -webkit-box-shadow: 0px 4px 10px #000;
            box-shadow: 0px 4px 10px #000;
}
#sadrzaj .container > .error,
#sadrzaj .container > .success {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ca4400;
    padding: 16px 30px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.input-boxing label {
    margin-bottom: 0;
    margin-left: 10px;
}
.input-boxing .form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0px 5px 10px rgba(41,41,41,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0px 5px 10px rgba(41,41,41,.6);
}
.input-boxing .input-boxing-btn {
    text-align: center;
}
.input-boxing .row {
    text-align: center;
}
.login-inputs {
    display: inline-block;
    min-width: 310px;
}
/*  ERROR MESSAGE  */
div.error,
div.message {
    cursor: pointer;
    text-align: center;
    background: #ca4400;
    padding-top: 1%;
    padding-bottom: 1%;
}

/*

TERMS OF USE & PRIVACY POLICY

*/
.tou h1,
.pp h1 {
    margin-top: 100px;
    text-shadow: 1px 1px #fff;
}
.tou .container,
.pp .container {
    margin-bottom: 50px;
}
.page-box-head {
    border-bottom: 1px solid #CA4400;
    padding-top: 30px;
}
.page-box-head h4 {
    margin: 0;
    letter-spacing: 1px;
}
.page-box-body {
    padding-top: 40px;
}

/*

    CONTACT FORM

*/
header.cf {
    /*background-image: url('../img/22096301_1621071951290321_3680906280276414347_o.jpg');*/
    color: #fff !important;
    text-shadow: 1px 1px #000;
    background-attachment: fixed;
}
header.cf .input-boxing {
    background-color: rgba(0, 0, 0, .5);
    -webkit-border-radius: 4px;
            border-radius: 4px;
}
.cf form {
    padding: 25px 50px;
}
.cf h1,
.cf h3 {
    text-align: center;
    color: #000;
    text-shadow: 1px 1px #fff;
}
