/* Your custom styles */

html,
body,
header,
#intro {
    height: 100%;    
}

#intro {
    background: url("../img/PSP-Dubrovnik-Knjigovodstvo-Računovodstvo-prva.jpg")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top-nav-collapse { background-color: #036684; }

footer { background-color: #036684; }

.logostyle {
    color:rgb(229, 213, 160); 
    border: 2px solid rgb(150, 123, 36);
    border-radius: 50%; 
    margin:5px; 
    padding: 6px 12px;
    background: -webkit-linear-gradient(rgb(184, 166, 49), rgb(109, 87, 16)); 

     text-shadow: 1px 1px rgb(109, 87, 16);
}

.color1 { color: #036684; }
.color2 { color: #282828!important}

.bgcolor1 {
    background-color: #036684; 
}

h1,h2 {font-family: 'Slabo 27px', serif; color: #282828}

h4 {color: #282828}

.h2, h2 {
    font-size: 2.5rem;
}

.h1, h1 {
    font-size: 3.5rem;
}

.logofont {font-family: 'Slabo 27px', serif; font-size:2rem; }
.headerfont {font-family: 'Libre Baskerville', serif; }

.moving_icons {    
	position :relative;
	-webkit-animation: mymove 2s infinite; /* Safari 4.0 - 8.0 */
	animation: mymove 2s infinite;
}

.moving_icons:hover {
    -webkit-animation: none;
    animation: none;    
}
@keyframes mymove {
	0%   {top: 1px}   
	25%  {top: 3px}
	50%  {top: 5px}
	75%  {top: 5px}
	100% {top: 2px}
}

.abi {
    transition: all 0.7s;
}

.abi:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.abi:hover .moving_icons{
    -webkit-animation: none;
    animation: none; 
} 
  
li > a:before {
content: "";
position: absolute;
width: 100%;
height: 2px;
bottom: 0;
left: 0;
background: white;
visibility: hidden;
border-radius: 5px;
transform: scaleX(0);
transition: .25s linear;
}

li > a:hover:before,
li > a:focus:before {
visibility: visible;
transform: scaleX(1);
}

.effect {
    -webkit-filter: sepia(.0.8);
    filter: sepia(0.8);
}

.blink_me {
    animation: blinker 1s linear infinite;
  }  
@keyframes blinker {  
50% { opacity: 0; }
}

@media screen and (max-width: 768px) {    
    .font_on_small {
        font-size: 2rem;
    }

    .font_on_small_2 {
        font-size: 1rem;
    }    
}

.video_abs {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 168px;
    width: 300px;
    z-index:-1;
}


@media screen and (max-width: 845px){
    .mar_top_on_small {
        margin-top:50px;
    }
}

.pad_text {
    padding-top:130px;
}

.arrowhite {
	z-index:1000000 !important;
	width:22px;
	height:200px;
	background:url(../img/arrowhite.png);
	background-size:contain;
	background-repeat:no-repeat;
	position:absolute;
	bottom:0px;
	right:70px;
	cursor:pointer;
	transition:0.2s;
}

.arrowhite:hover {
	transform:translateY(-5px);
	transition:0.2s;
}

#toTop {
	position:absolute;
	top:0;
	left:0;
}

@media screen and (max-width: 500px){
    .arrowhite {
        z-index:1000000 !important;
        width:22px;
        height:200px;
        background:url(../img/arrowhite.png);
        background-size:contain;
        background-repeat:no-repeat;
        position:absolute;
        bottom:0px;
        right:20px;
        cursor:pointer;
        transition:0.2s;
    }
}

@media screen and (max-width: 992px) {
    .tcsmall {
        text-align: center;
    }
}

.mg12 {
    margin:12px;
}

/*   */
.fontslabo {
    font-family: 'Slabo 27px', serif;
    font-size: 2rem;
    color: #282828;
}

.linkhover {
    color: white;
}

.linkhover:hover {
    color: rgb(229, 213, 160);
    cursor: pointer;
}

.linkhoverop {
    color: white;
    opacity: 0.3;    
}

.linkhoverop:hover {
    color: rgb(229, 213, 160);
    opacity: 1; 
    cursor: pointer;   
}

*Cookie Consent Begin*/
#cookieConsent {
    background-color: #036684;
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
    text-align: center;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;        
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #036684;
}
#cookieConsent a.cookieConsentOK {
    background-color: #036684;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 20px 0 10px;    
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: rgb(100, 93, 40);
}
/*Cookie Consent End*/
