@charset "utf-8";
/* CSS Document */


/*------ ID TAGS ------*/

#main {
	background-image:url(pictures/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	margin:0 auto;
}
#white {
	background-color:#fff;
	width:1400px;
	margin-bottom:40px;
	margin-left:150px;
	margin-right:150px;
	border: solid 1px #CBCBCB;
	border-bottom:0px;
	margin: 0 auto;
	margin-top:30px;
}
#content {
	max-width:1280px;
	background-color:#fff;
	margin-top:45px;
	margin-left: 70px;
	margin-right: 70px;
	clear:both;
}
#contact {
	float:right;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height:15px;
	color:#272727;
}
#contact img{
	vertical-align:middle;
	float:left;
}
#contact a{
	text-decoration:none;
	color:#272727;
}
#mainpic{
	float:left;
	margin-top:55px;
	margin-bottom:60px;
	width:1260px; 
	height:auto;
}

#merchtext{
	float:right;
	margin-right:3px;
	margin-top:-165px;
	max-width: 550px;
}
#buttonmainright{
	float:right;
	margin-bottom:15px;	
}
#buttonmainleft{
	float:left;
	margin-bottom:15px;
	margin-left:405px;
}
#logofooter{
	margin: 20px 0px 20px 0px;
}
#footersocial a{
	margin: 0px 10px 0px 10px;	
}
#footersocial{
	margin-top:15px;
}
#menufooter a{
	text-decoration:none;
	color:#cbcbcb;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:18px;
	font-style:italic;
	margin: 0px 40px 20px 40px;	
}
#crfooter{
	color:#cbcbcb;
	font-family: 'OpenSans', sans-serif;
	font-style:italic;
	font-size:16px;
	margin-top:30px;
	background-color:#393939;
}
#meetuptext{
	letter-spacing: 1px;	
}
#meetuppic{
	float:right;
}
#aboutright{
	margin-top:-197px;	
}
#merchpic{
	margin-bottom:70px;	
}
#merchbutton{
	float:right;
	margin-top:-35px;	
}


/*------ NORMAL TAGS ------*/

body {
	margin:0;
}
nav{
	background-color:#393939;
	margin-top: 40px;
}

ul{
	margin:0;
	padding-left:4px;
	box-sizing:border-box;
}
li{
	margin-left:-4px;
}
p{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#393939;
}
small{
	color:#393939;
}
form{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
}
textarea {
    resize: none;
}
  
h1 {
	font-family: 'Open Sans', sans-serif;
	font-size:40px;
	color:#f9293c;
}
h2{
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	color:#f9293c;
}
h3{
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
	color:#393939;
}
h4{
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	color:#f9293c;
}
footer{
	background-color:#393939;
	margin-top:220px;
	text-align:center;
	height:220px;
}


/*------ CLASS TAGS ------*/
.click{
	display:inline-block;
}
.click a {
	display:block;
	list-style-type:none;
	padding-right:40px;
	padding-left:36px;
	padding-top: 16px;
	padding-bottom:16px;
	border-right: solid 1px #cbcbcb;
	font-family: 'Open Sans', sans-serif;
	margin:0;
}
.mainptext{
	width:550px;
	margin-top:-20px;
	text-align: justify;
    text-justify: inter-word;
}
.button {
	text-decoration: none;
	color: white;
    background-color: #f9293c;
    padding: 10px 18px;
    text-align: center;
    border: none;
    display: inline-block;
    font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	transition: background .6s ease-in-out;
}
.inputbox {
	width: 300px;
	height:20px;
}
.floatright{
	float:right;
}
.leftlight{
	margin-top:30px;
	margin-right:30px;
}
.rightlight{
	margin-top:30px;
}

/*------ KOMBINACIJE ------*/

nav ul li a{
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size:13px;
	color:#fff;
	transition: background .6s ease-in-out;
}
nav li a:hover{
	background-color:#f9293c;
	color:#fff;
	transition:.5s;
}
section a{
	transition: background .6s ease-in-out;
}

.button:hover{
	background-color:#d91d2e;
	color:#FFF;
	transition:.5s;
}

section iframe{
	margin-bottom:25px;
}

/*---    COOKIES    ---*/

#piskotki, #nastavitve {
	padding: 9px 30px;
	box-sizing: border-box;
	text-align: center;
	background-color: #272727;
	color: #FFF;
	position: fixed;
	z-index: 999;
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	}
#piskotki {
	width: 100%;
	left: 0;
	}
#piskotki a, #nastavitve a {
	color: #FFF;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	}
#piskotki a {
	border-bottom: 1px solid rgba(255,255,255,1);
	}
#piskotki a:hover {
	border-bottom: 1px solid rgba(255,255,255,0);
	}
#nastavitve a {
	border-bottom: 1px solid rgba(255,255,255,0);
	}
#nastavitve a:hover {
	border-bottom: 1px solid rgba(255,255,255,1);
	}
#piskotki a, #piskotki button, #OdstraniPiskotke_btn {
	cursor:pointer;
	}
#piskotki button {
	font-family: 'Open Sans', sans-serif;
	margin: 0 10px;
	color: #272727;
	}
#nastavitve {
	min-width: 20px;
	right: 50px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}
.prikazi {
	opacity: 1;
	bottom: 0;
	-webkit-transition: all 0.75s ease;
	transition: all 0.75s ease;
	}
.skrij {
	bottom: -40px;
	opacity: 0;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	}








