body {
    -webkit-background-size: 1650px 17px;
    -moz-background-size: 1650px 17px;
    background-size: 1650px 17px;
    background-position: center top;
    background-repeat: repeat-y;
    background-attachment: fixed;
    background-image: url(../uploads/website/topbanner72_srcset-large.png);
}

.has-logo .header-title {
    left: 915px;
}

/* Headlines */
.contentArea .h1{
    font-size: 40px;
    color: #F8C300;
    line-height: 1.2;
}
/* Subheadline */
.contentArea .h2{
    font-size: 30px;
    color: #F8C300;
    line-height: 1.2;
}


/* Gumbi veliki */
.btn-large {
    background: #F8C300;
}
.box {
    background-color: #F8C300 !important;
}
.box .h2 {
    color: #202020;
}
.box p {
    color: #202020;
}
.h1 .h2 {
    color: #F8C300 !important;
}
.h1, .contentAreaC .carousel figcaption {
    color: #F8C300;
}
.btn {
    background: #F8C300;
}
.call .btn {
    background: #F8C300;
    color:#202020 !important ;
}

.nav-primary a:hover {
    color: #F8C300 !important;
}

.textbox {
    background: #F8C300 !important;
    border-color: #F8C300 !important;
    color: #202020 !important;
}
a{
    color: #F8C300;
}
a:hover{
    color: #202020;
}
.gallery-4 .prev a, .gallery-4 .next a {
    background: #F8C300 !important;
}
#phoneNumber {
    font-size:1.6em;
}
/* 15) Top Bar Background */
.header .header-subline,
.header .header-subline:before,
.header .header-subline:after{
    background: #202020;
}
/*Link to Top */
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    width: 60px;
    height: 60px;
    text-indent: -5000px;
    background: #808080 url("../demo/back-to-top/up-arrow.png") no-repeat center 43%;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	cursor: pointer;
    border: 0;
    border-radius: 30px;
    text-decoration: none;
    transition: opacity 0.5s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #FFCC00 url("../demo/back-to-top/up-arrow.png") no-repeat center 43%;
}
#back-to-top.show {
    opacity: 1;
}


/*Mobile site*/

@media only screen and (max-width: 361px) {
div.module.alignleft.text-left.hidden-large.box {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 93.8%;
    height: 10px;
}

}

@media only screen and (max-width: 361px) and (orientation: landscape) {
div.module.alignleft.text-left.hidden-large.box {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 90%;
    height: 10px;
}
}
@media only screen and (max-width: 641px) {
div.module.alignleft.text-left.hidden-large.box {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 90%;
    height: 10px;
}
}

@media only screen and (max-width: 641px) and (orientation: landscape) {
div.module.alignleft.text-left.hidden-large.box {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 93.8%;
    height: 10px;
}
}
@media only screen and (max-width: 321px) {
div.module.alignleft.text-left.hidden-large.box {
    margin-left: auto !important;
    margin-right: auto !important;
    width: 90.5%;
    height: 10px;
}

}

/* Mobile header */
@media only screen and (max-width: 671px) {
/* 5) Mobile Nav Primary Background */
.nav-primary{
    background-color: #F8C300;
}

/* 7) Mobile Nav Dropdown links
   Mobile Language Dropdown links */
.nav-dropdown li a,
.nav-dropdown li a:hover{
    font-size: 18px;
    color: #202020 !important;
    background-color: #F8C300 !important;
}
/* 9) Mobile Nav Dropdown active links */
.nav-dropdown li a.active{
    color: #fff !important;
    background-color: #808080 !important;
}
/* Headline 
.contentArea .h1{
    font-size: 40px;
    color: #F8C300;
    line-height: 1;
    }
/* Subheadline 
.contentArea .h2{
    font-size: 30px;
    color: #F8C300;
    line-height: 1;
    }
*/
.tel1, .tel2{
  background-color: #F8C300 !important;
  border-radius: 10px;
  font-family: Arial;
  color: #202020 !important;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 5px;
  width: 100%;
}

.tel1:hover, tel2:hover {
  text-decoration: none;
}


/* Mobile - Center align footer content */

	.footer .columns .column.footer-social, 
	.footer-container, 
	.footer-container .columns .column.footer-social {
	text-align: center;
	}
	
/* Mobile - links */
a{
    color: #F8C300 !important;
}
a:hover{
    color: #FFFFFF !important;
}
}

article.module.text p a:hover {
    color: white;
    text-decoration: none;
}

/*Footer*/
div.bgWrapper.footer-content a:hover{
    color: #F2CF29;
    text-decoration: none;
}

#footer.footer-container a {
    color: #F2CF29;
    text-decoration: none;
}
#footer.footer-container a:hover {
    color: #FFFFFF;
    text-decoration: none;
}