@font-face {
	font-family: FiraSans-Regular;  
	src: url('/wp-content/themes/proenglish_kursevi/fonts/FiraSans-Regular.otf');  
}
@font-face {
	font-family: FiraSans-ExtraBold;  
	src: url('/wp-content/themes/proenglish_kursevi/fonts/FiraSans-ExtraBold.otf');  
}
@font-face {
	font-family: FiraSans-ExtraLight;  
	src: url('/wp-content/themes/proenglish_kursevi/fonts/FiraSans-ExtraLight.otf');  
}
@font-face {
	font-family: FiraSans-Light;  
	src: url('/wp-content/themes/proenglish_kursevi/fonts/FiraSans-Light.otf');  
}
@font-face {
	font-family: FiraSans-Thin;  
	src: url('/wp-content/themes/proenglish_kursevi/fonts/FiraSans-Thin.otf');  
}

body {
    font-family: FiraSans-Regular; 
    width: 100vw;
    overflow-x: hidden;
}

.noselect {
	-webkit-touch-callout: none;
	  -webkit-user-select: none;
	   -khtml-user-select: none; 
		 -moz-user-select: none; 
		  -ms-user-select: none; 
			  user-select: none; 
									
  }
  
.hero {
    width: 100vw;
    min-height: 100vh;
    max-height: auto;
    display: block;
    clear: both;
    background-image: url("/wp-content/themes/proenglish_kursevi/pics/hero.jpg");
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}

.hero-info {
    text-align: center;
    padding-top: 60vh;
   
}

.hero-info p.top {
    font-family: FiraSans-Thin;
    color: white;
    margin: 0;
    font-size: 65px;
    letter-spacing: 3px;
}

.hero-info p.bottom {
    font-family: FiraSans-Thin;
    color: white;
    margin: 0;
    font-size: 20px;
    letter-spacing: 1px;
}

.hero-info p.broj {
    font-family: FiraSans-Thin;
    color: #66042b;
    margin: 0;
    font-size: 20px;
    letter-spacing: 1px;
}

.hero-info p.vise {
    font-family: FiraSans-Light;
    color: white;
    margin: 8vh 0px 0px 0px;
    font-size: 14px;
    letter-spacing: 1px;
}

.hero-info p.strelica {
    display: none;
    font-family: FiraSans-Light;
    color: #66042b;
    margin: 5px 0px 0px 0px;
    font-size: 18px;
}

.hero-info p.strelica:hover {
    animation-name: arrow-animation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes arrow-animation {

    0% { transform: translate(0px, 0px)}
    50% {  transform: translate(0px, -3px)}
    100% {  transform: translate(0px, 0px)}

}

@keyframes arrow-animation2 {
    
        0% { transform: rotate(180deg) translate(0px, 0px)}
        50% {  transform: rotate(180deg) translate(0px, -3px)}
        100% {  transform: rotate(180deg) translate(0px, 0px)}
    
    }

span.accounting {
    font-family: FiraSans-Light;
    color: #66042b;
}

a, a:visited, a:hover, a:active {
	color: inherit;
	text-decoration: none;
}
/* Bordo #66042b */

.site-header {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
}

.site-header-kurs {
    background-image: url("/wp-content/themes/proenglish_kursevi/pics/header.jpg");
    position: relative;
}

.logo {
    display: none;
    width: 160px;
    float: left;
    text-align: center;
    margin: 55px 0px 0px 100px;
}

.logo h1, .logo h5 {
    margin: 0px;
    color: white;

}

.logo h1 {
    font-family: FiraSans-ExtraBold;  
    font-size: 30px;
    font-variant: small-caps;
}

.logo h5 {
    font-family: FiraSans-ExtraLight;  
    font-size: 10px;
    font-variant: small-caps;
    margin-top: -13px;
}

.lang {
    font-family: FiraSans-Light;  
    float: right;
    color: #66042b;
    list-style-type: none;
    margin: 55px 100px 0px 0px;
}

.lang li {
    display: inline;
   
}

.lang li:first-of-type::after {
    content: ' |';
}

button.kontakt {
    color: #66042b;
    background: none;
    font-size: 11px;
    padding: 10px;
    border-radius: 20px;
    border: 3px solid #66042b;
    transition-duration: 250ms;
}

button.kontakt:hover {
    cursor: pointer;
    background: rgba(250,250,250,0.1);
    transition-duration: 250ms;
}

.kursevi {
    width: 100vw;
    height: auto;
    display: block;
    clear: both;
    background-color: #fafafa;
    text-align: center;
}

.kursevi p.title {
    font-family: FiraSans-Thin;
    font-size: 60px;
    text-align: center;
    color: rgba(0, 0, 0, 0.25);
    letter-spacing: 3px;
    margin: 0;
    padding-top: 80px;
    margin-bottom: 50px;
}

.kurs .naslov {
    font-family: FiraSans-ExtraLight;
    font-size: 25px;
    font-variant: small-caps;
    color: #404040;
    margin-top: -40px;
    margin-bottom: 35px;
    line-height: 1.4;

}

.kurs .opis {
    font-family: FiraSans-Light;
    font-size: 13px;
    margin-top: 15px;
    line-height: 1.6;

}


.kurs-wrap {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
}

.kurs {
    flex: 0 0 650px;
    text-align: right;
    padding: 20px;
    height: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    border-bottom: 1px solid #66042b;
    box-sizing: border-box;
    
}

.info-wrap {
    flex: 0 0 350px;
    
}

.kurs a {
    flex: 0 0 140px;
    font-family: FiraSans-Light;
    height: 50px;
    font-size: 15px;
    color:  #66042b;
    border-radius: 30px;
    border: 3px solid #66042b;
    padding: 10px;
    text-align: center;
    align-self: center;
    transition-duration: 250ms;
}

.kurs a:hover {
    background: #F1F1F1;
    transition-duration: 250ms;
}

.kurs:nth-child(odd) {
    text-align: left;
    flex-direction: row-reverse;
    border-right: 1px solid #66042b;
    text-align: right;
}
.kurs:nth-child(even) {
    flex-direction: row;
    text-align: left;
}

.kurs:nth-last-of-type(1) {
    border-bottom: 0;
}

.kurs:nth-last-of-type(2):nth-child(odd){
    border-bottom: 0;
}

p.kurs-kontakt {
    font-family: FiraSans-ExtraLight;
    font-size: 25px;
    margin-bottom: 0px;
    margin-top: 70px;
    color: #404040;
}

.kursevi p.strelica {
    font-family: FiraSans-Light;
    color: #585858;
    margin: 5px 0px 0px 0px;
    font-size: 12px;
    

}

.kursevi p.strelica:hover {
    animation-name: arrow-animation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.about {
    width: 100vw;
    height: auto;
    display: block;
    clear: both;
    float: left;
    background-image: url("/wp-content/themes/proenglish_kursevi/pics/about.jpg");
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}

.about-text {
    width: 600px;
    float: left;
    display: block;
    height: auto;
    margin-left: 300px;
    padding: 30px;
}

.about-text p.title {
    font-family: FiraSans-Thin;
    font-size: 50px;
    margin-bottom: 40px;
}

.about-text p.paragraph {
    font-size: 15px;
    color: #636363;
    font-family: FiraSans-light;
    line-height: 25px;
    letter-spacing: 1px;
    letter-spacing: 0px;
}

.linkedin {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    clear: both;
    background-image: url("/wp-content/themes/proenglish_kursevi/pics/linkedin.png");
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
    margin-top: 100px;
    margin-bottom: 50px;
    transition-duration: 250ms;
}

.linkedin:hover {
    transform: scale(1.10);
    transition-duration: 250ms;
}

section.testimonials {
    width: 100vw;
    height: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    clear: both;
    float: left;
    background-image: url("/wp-content/themes/proenglish_kursevi/pics/testimonials.jpg");
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}

section.kontakt2 {
    width: 100vw;
    height: 900px;
    display: block;
    clear: both;
    float: left;
    background-color: white;
    text-align: center;
    padding: 0px 10px 0px 10px;
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;

}

.kontakt2-kurs {
    background-image: url("/wp-content/themes/proenglish_kursevi/pics/bg.png");
}

section.kontakt2 p:nth-of-type(1) {
    font-family: FiraSans-Thin;
    font-size: 65px;
    margin-bottom: 20px;
}

section.kontakt2 p:nth-of-type(2) {
    font-family: FiraSans-Light;
    font-size: 16px;
}

footer {
    width: 100vw;
    background-color: #6d6d6d;
    height: 160px;
    bottom: 0;
    display: flex;
    align-items: center;
}

footer p {
    font-family: FiraSans-Light;
    font-size: 12px;
    color: #EEEEEE;
    margin-left: 10%;
}

footer .vrh {
    display: block;
    position: absolute;
    width: 120px;
    height: 60px;
    padding-top: 10px;
    right: 40px;
}

footer .vrh p {
    font-size: 16px;
    color: #EEEEEE;
    font-variant: small-caps
}

footer .vrh p.strelica {
    font-family: FiraSans-ExtraLight;
    position: absolute;
    top: 30px;
    left: 35px;
    color: #66042b;
    margin: -40px 0px 0px 0px;
    font-size: 20px;
    transform: rotate(180deg);
    transition-duration: 250ms;
}

.strelica {
    cursor: pointer;
}

footer .vrh p.strelica:hover {
    cursor: pointer;
    animation-name: arrow-animation2;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.nf-form-fields-required, .nf-error-msg.nf-error-required-error, .ninja-forms-req-symbol {
    display: none;
}


.kontakt-forma {
    width: 450px;
    margin: 0 auto;
}

.nf-field {
    width: 410px;
    border: none;
}

textarea {
    resize: none;
}

.label-left .nf-field-label label {
    width: 100px;
    margin-left: 30px;
    text-align: left;
    font-family: FiraSans-Light;
    font-size: 15px;
}

#nf-field-3.ninja-forms-field.nf-element {
    height: 130px;
}

.kontakt-forma input, .kontakt-forma textarea {
    border: none;
    border-bottom: 2px solid #66042b;
}

.nf-error .ninja-forms-field {
    border: none!important;
    border-bottom: 2px solid #6d6d6d!important;
}

.nf-error-msg {
    color: #6d6d6d!important;
}

input[type=button].ninja-forms-field.nf-element {
    width: 375px;
    float: right;
    color: #66042b;
    background: none;
    font-size: 11px;
    padding: 15px;
    border-radius: 20px;
    border: 3px solid;
    border-color: #66042b;
    transition-duration: 250ms;
}


input[type=button].ninja-forms-field.nf-element:hover {
    background: #F1F1F1;
    transition-duration: 250ms;
}

.kurs-wrap2 {
    float: left;
    margin: 0 auto;
    max-width: 1000px;
    padding: 20px;
}

.kurs-menu {
    top: 0;
    left: 0;
    width: 230px;
    height: 350px;
    margin: 270px 70px 0px 20px;
    float: left;
}

.kurs-menu2 {
    display: none;
    top: 0;
    left: 0;
    width: 230px;
    height: 350px;
    margin: 270px 70px 0px 20px;
    float: left;
}

.kurs-menu li, .kurs-menu2 li {
    list-style: none;
    width: 100%;
    padding: 15px;
    text-align: center;
    height: 80px;
    margin: 5px 0px 5px 0px;
    background-color: #eae8e8;
    color: #777;
    box-sizing: border-box;
    border: 2px solid #eae8e8;
    font-family: FiraSans-Light;
    transition-duration: 250ms;
}

.kurs-menu li:hover, .kurs-menu2 li:hover {
    cursor: pointer;
    background-color: white;
    color: #66042b;
    transition-duration: 250ms;
}

.kurs-title {
    font-family: FiraSans-Thin;
    font-size: 50px;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  
}

.kurs-subtitle {
    font-family: FiraSans-ExtraLight;
    font-size: 18px;
    color: #66042b;
    margin-bottom: 50px;
    margin-top: 0;
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #66042b;

}

.kurs-text {
    font-family: FiraSans-ExtraLight;
    font-size: 18px;
    width: 100%;
    border-bottom: 1px solid #eae8e8;
    margin-bottom: 300px;
}

.kurs-text ul {
    list-style-type: none;
    margin: 0;
}

.kurs-text li:before {
    content: '•';
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none!important;
}

.not-found  {
   padding-bottom: 10px;
   font-family: FiraSans-Regular;
   padding-top: 50px;
   font-size: 60px;
}

.testimonial-wrapper {
    overflow: visible;
    width: 60%;
    margin-top: 200px;
    
    
}

.slick-prev:before, .slick-next:before { font-family: FontAwesome; margin-top: -50px; font-size: 100px; line-height: 0; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }   

.slick-prev:before { content: "\f104"; }
[dir="rtl"] .slick-prev:before { content: "\f104"; }

[dir="rtl"] .slick-next { left: -10px; top: 70px; right: auto; }
.slick-next:before { content: "\f105"; }
[dir="rtl"] .slick-next:before { content: "\f105"; }

.testimonial {
    padding: 0px 100px 0px 100px;
    display: block;
    width: 100%;
    height: 500px;
    text-align: center;
    transform: translate(0px, 0px);
    outline: none;
}

.testimonial-arrow-left {
    display: none;
    position: absolute;
    transform: rotate(90deg);
    top: 20%;
    left: 0;
    color: #DFDFDF;
    font-family: FiraSans-ExtraBold;
    font-size: 30px;
}

.testimonial-arrow-right {
    display: none;
    position: absolute;
    transform: rotate(-90deg);
    top: 20%;
    right: 0;
    color: #DFDFDF;
    font-family: FiraSans-ExtraBold;
    font-size: 30px;
}

.testimonial-arrow-right:hover, .testimonial-arrow-left:hover {
    cursor: pointer;
}

.testimonial-text {
    color: #DFDFDF;
    font-size: 30px;
    font-family: FiraSans-ExtraLight;
    padding-top: 50px;
    padding-bottom: 50px;
    text-shadow: 3px 3px 10px rgba(53, 53, 53, 0.88);
    line-height: 35px;
}

.testimonial-photo {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: cover;
    margin: 0 auto;
}

.testimonial-author {
    font-family: FiraSans-ExtraLight;
    color: #DFDFDF;
    padding-top: 10px;
    font-size: 14px;
}

i.fa-download:hover {
    cursor: pointer;
}

.udzbenik-forma {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 200px;
    margin-top: -100px;
    margin-left: -250px;
    padding: 20px;
    background-color: white;
    border: 2px solid #eae8e8;
    text-align: center;
    box-shadow: 0px 0px 50px #888888;
    z-index: 200;
}

.udzbenik-forma-wrap {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.1);
    display: none;
    height: 100vh;
    width: 100vw;
    z-index: 100;
    margin-top: -180px;
}


.udzbenik-forma .nf-field {
    width: 100%;
}

#nf-10, #nf-field-12, #nf-field-18, #nf-field-20, #nf-field-14 {
    width: 100%;
}

#nf-field-9,  #nf-field-11,  #nf-field-17, #nf-field-19, #nf-field-13 {
    border: none;
    border-bottom: 2px solid #6d6d6d;
}

.chapter-download:hover {
    cursor: pointer;
}

.forma-wrap {
    width: 100vw;
    min-height: 600px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner-forma-wrap {
    height: 200px;
    width: auto;
}

.forma-title {
    font-size: 30px;
    text-align: center;
    padding: 20px;
}


@media screen and ( max-width: 720px){

    .udzbenik-forma {
        display: none;
        position: fixed;
        left: 0%;
        top: 50%;
        width: 100vw;
        height: 200px;
        margin-top: -100px;
        margin-left: 0px;
        padding: 20px;
        background-color: white;
        border: 2px solid #eae8e8;
        text-align: center;

    }
    footer .vrh {
        right: 0px;
    }

    footer>p {
        font-family: FiraSans-Light;
        font-size: 12px;
        color: #EEEEEE;
        margin-left: 10%;
        width: 200px;
    }

    input[type=button].ninja-forms-field.nf-element {
        width: 100%;
    }
    .info-wrap {
        flex: 0 0 100%;
    }
    .kontakt-forma {
        width: 100%;
        padding: 0 15 0 15;
    }
    .inner-forma-wrap {
        width: 100%;
        padding: 0px 15px 0px 15px;
    }
    
    .nf-field {
        width: 100%;
        border: none;
    }
    .logo {
        width: 160px;
        float: left;
        text-align: center;
        margin: 20px 0px 0px 20px;
    }

    .lang {
        font-family: FiraSans-Light;  
        float: right;
        color: #66042b;
        list-style-type: none;
        margin: 30px 30px 0px 0px;
    }
    .hero-info {
        text-align: center;
        padding-top: 40vh;
    }

    .hero-info p.top {
        font-family: FiraSans-Thin;
        color: white;
        margin: 0;
        font-size: 30px;
        letter-spacing: 3px;
    }
    .kurs {
        flex: 0 0 100%;
        text-align: right;
        padding: 20px;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row;
        
    }
    .kurs:nth-child(even), .kurs:nth-child(odd) {
        text-align: left;
        
    }
    .about-text {
        width: 100%;
        float: left;
        display: block;
        margin-left: 0px;
        padding: 30px;
    }
    footer p {
        margin-left: 10px;
    }


 }

@media screen and ( max-width: 1300px){

    .kurs:nth-child(even), .kurs:nth-child(odd) {
        border: none;
        border-bottom: 1px solid #66042b;

    }
    .kurs-wrap 
    {
        max-width: 650px;
    }
    .about-text {
        width: 100%;
        float: left;
        display: block;
        margin-left: 0px;
        padding: 30px;
     }

    footer .vrh {
        display: block;
        position: absolute;
        width: 120px;
        height: 60px;
        padding-top: 10px;
        right: 40px;
    }

    footer .vrh p {
        font-size: 16px;
        color: #EEEEEE;
        font-variant: small-caps
    }

    footer .vrh p.strelica {
        font-family: FiraSans-ExtraLight;
        position: absolute;
        top: 30px;
        right: 45px;
        color: #66042b;
        margin: -40px 0px 0px 0px;
        font-size: 20px;
        transform: rotate(180deg);
        transition-duration: 250ms;
    }

    .strelica {
        cursor: pointer;
    }
    .hero-info p.vise {
        font-family: FiraSans-Light;
        color: white;
        margin: 20px 0px 0px 0px;
        font-size: 14px;
        letter-spacing: 1px;
    }
}

@media screen and ( max-width: 900px){

    .testimonial-wrapper {
        overflow: visible;
        width: 75%;
        
    }
    
    .testimonial {
        padding: 0px 10px 0px 10px;
        display: none;
        width: 100%;
        text-align: center;
        transform: translate(0px, 0px);
        
    }
    

    
    .testimonial-arrow-right:hover, .testimonial-arrow-left:hover {
        cursor: pointer;
    }
    
    .testimonial-text {
        color: #DFDFDF;
        font-size: 22px;
        font-family: FiraSans-ExtraLight;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 25px;
    }
    
    .testimonial-photo {
        position: relative;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-size: cover;
        margin: 0 auto;
    }
    
    .testimonial-author {
        font-family: FiraSans-ExtraLight;
        color: #DFDFDF;
        padding-top: 10px;
        font-size: 14px;
    
    }

}