/* ******************************
GENERAL
*********************************/
*{
	outline: none;
}
.wrap{
	width: 90%;
	max-width: 1440px;
	margin: 0 auto;
}
.wrap h2 {
	color: rgba(255,255,255,0.8);
	font-size: 2em;
}

.off-canvas-wrapper{
	background-color: #222;
}
form {
	padding: 5px;
	background-color: rgba(0,0,0,0.3);
	color: rgba(255,255,255,0.6);
	font-size: 1.2em;
	border-radius: 10px;
}

#cc_req_button_radiod{
	color: rgba(0,0,0,0.4);
}
#cc_req_button_radiodplus{
	color: rgba(0,0,0,0.4);
}
input#cc_req_artist_radiod, input#cc_req_title_radiod, input#cc_req_dedi_radiod,input#cc_req_sender_radiod,input#cc_req_email_radiod {
	margin: 0px;
}

input#cc_req_artist_radiodplus, input#cc_req_title_radiodplus, input#cc_req_dedi_radiodplus,input#cc_req_sender_radiodplus,input#cc_req_email_radiodplus {
	margin: 0px;
}


/* ******************************
NAV - MOBILE
*********************************/

.title-bar{
	background-color: #222;
	height: 60px;
	padding-top: 17px;
}

.title-bar-right img{
	margin: 0px;
	height: 35px;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

#mobile-menu {
	background-color: #222;
	padding: 15px;
}
#mobile-menu li {
list-style: none;

}

#mobile-menu a{
	color: rgba(255,255,255,0.6);
	font-weight: bold;
	line-height:2;
	display: block;
	width: 90%;
	background-color: transparent;
}
#mobile-menu a:hover{
	color: rgba(255,255,255,0.8);
	background-color: rgba(255,255,255,0.3);
}

.js-off-canvas-exit {
background: rgba(0,0,0,0.5);	
}


.style3 {
    font-size: 70px;
    color: rgba(255,255,255,0.4);
    
}


/* ******************************
NAV - DESKTOP
*********************************/
.nav-desktop{
	background-color: #222;
	height: 80px;
	padding: 0px;
}
.site-logo{
	color: white;
	line-height: 80px;
}
.site-logo img{
	height: 50px;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
.nav-desktop .menu-desktop{
	line-height: 80px;
	background-color: transparent;
}

.menu > li > a {
	display: inline-block;
	line-height: 80px;
	padding-top: 0rem;
	padding-bottom: 0rem;
	color:white;
}
.menu > li > a:hover {
	background-color: rgba(255,255,255,0.1)
}


/* ******************************
HERO
*********************************/
.hero {
	background: #999;
	padding: 60px 0px;
	min-height: 300px;
	background-image: url("../img/pattern.png");
}
.hero h1,
.hero p{
	color: rgba(255,255,255,0.8);
	width: 70%;
}



/* ******************************
MAIN
*********************************/
.main{
	padding:0px;
	margin: 0px 0 0 0;
	text-align: center;
}
.main img{
	margin: auto; 

}

.tabs{
	background-color: #222;
}
.tabs-title hover{
	padding: 0em;
}
.tabs-content{
	border:0px;
}
.tabs-content a{
	display:block;
	color:#0a0a0a;

	transition: box-shadow 200ms ease-out;
	background-color: transparent;
	transition: background-color 200ms ease-out;

}

.tabs-content a:hover{

	background-color: rgba(230, 230, 230, 0.7);
	transition: box-shadow 200ms ease-out;
	transition: background-color 200ms ease-out;
}
.tabs-content h6{
	padding-top: 5px;
}
.tabs-title > a{
	font-size: 1rem;
	color:grey;
}
#cc_gmaps_radiod, #cc_gmaps_radiodplus{
	width: 100%;
	height: 400px;
	border-radius: 10px;
}

.media-object img{
	max-width: 	100px;
}
/* ******************************
FOOTER
*********************************/
.dolje{
	border-top: 1px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-style: solid;
	border-color: rgba(255,255,255,0.5);
}
.dolje img {
	width: 60px;
	padding: 5px 0 0 0;
    float: right;
}

footer{
	background-color: #222;
	padding: 80px 0px;
}

footer h4{
	color: rgba(255,255,255,0.8);
	font-size: 1.3em;

}

footer a {
	display: block;
	color: rgba(255,255,255,0.6);
	font-size: 0.8em;
}

footer a:hover {
	color: rgba(255,255,255,0.9);
}

footer a span{
	font-weight: bold;
	color: rgba(255,255,255,0.3);
}

footer hr{
	border-color: rgba(255,255,255,0.1);
	margin: 10px 0px;
}


/* ******************************
MEDIA QUERY
*********************************/
@media (max-width: 639px){
	.nav-desktop {
		display: none;
	}
	.hero .button{
		display:block;
	height: 80%;
	}
	.wrap h2 {
	color: rgba(255,255,255,0.8);
	font-size: 1em;
}

}
@media (max-width: 875px){
.wrap h2 {
	color: rgba(255,255,255,0.8);
		font-size: 1em;	}

}