/*
Theme Name: SUNM
Theme URI: http://start-up.si/
Description: Wordpress theme for official StartUP Novo mesto website.
Author: Davor Padovan
Author URI: http://www.padovan.si/
Version: 1.0
*/

/* CUSTOM FONTS */
@import 'http://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin,latin-ext';
/* END CUSTOM FONTS */

/* RESET */
body, h1, h2, h3, h4, p, ul, ol, a, img, form, fieldset, input, textarea, select, option {
	border:none;
	margin:0;
	padding:0;
}
/* END RESET */

/* MAIN DEFINITIONS */
body {
	background:#fff;
	color:#171717;
	font:normal 10px/1.35 Roboto, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4 {
	font-weight:400;
	margin-bottom:10px;
	text-align:center;
}

h1 {
	font-size:4em;
}

h2 {
	color:#e44848;
	font-size:3em;
	text-align:center;
}

h3 { font-size:1.8em; }

p, ul, ol {
	font-size:1.5em;
	line-height:1.35;
	padding-bottom:10px;
}

ul, ol { margin-left:25px; }

ul ul, ol ol { font-size:1em; }

a {
	color:#2ab0ca;
	text-decoration:none;
	transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	-webkit-transition-duration:0.2s;
}

a:hover {
	text-decoration:underline;
	color:#E44848;
}
/* END MAIN DEFINITIONS */

/* CLASSES */
.attachment-big{
margin-bottom:20px;
width:100%;
height:100%;
}

.wrapper {
	margin:0 auto;
	width:980px;
}

.half { width:50%; }
.twothird {width:66.66%; float:left; }
.third { width:33.33%; float:left;}
.thirdc { width:33%; float:left; border-left: 1px #d3d3d3 solid; border-right: 1px #d3d3d3 solid;}
.fifth{width:20%; float:left;}


.center { text-align:center; }
.right { text-align:right; }

.centerall{
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 15px;
}

.fleft { float:left; }
.fright { float:right; }

.clear { clear:both; }

.fourth{width:25%;}

.pad{padding-top: 30px;}

.pad h3{
text-align:left;
}

p.title {
	color:#7a7a7a;
	font-size:2.2em;
	text-align:center;
}

p.title span {
	color:#171717;
	display:block;
	font-size:1.4em;
}

p.subtitle {
	color:#8d8d8d;
	font-size:3em;
	font-weight:300;
	padding-bottom:20px;
	text-align:center;
}

.divider {
	border-bottom:1px #ccc dotted;
	margin:10px 0;
}
.dividers {
	border-bottom:1px #333 solid;
	margin:30px 0 30px 0;
}
/* END CLASSES */

/*GALLERY*/

#wpsimplegallery_container{
margin-top:10px;
}
/*END GALLERY*/


/* BACKGROUND */
#background {
	background:url(img/background.png) no-repeat center top;
	background-size:cover;
	height:300px;
	position:relative;
}

.home #background {
	background-image:url(img/amsterdam_ozadje.jpg);
	height:60%;
	min-height:500px;
}
/* END BACKGROUND */


/*STARTITUP*/

#startitupbg {
	background:url(img/StartItUp-banner.jpg)no-repeat center top;
	min-height:620px;
	width:100%;
	height:100%;
	position: relative;
}
/*END STARTITUP*/



/*KICKUP DEMO DAN*/
#kickupdemo {
	background:url(img/kickupdemo.jpg)no-repeat center top;
	min-height:620px;
	background-size: cover;
	width:100%;
	height:100%;
	position: relative;
}

/*END KICKUP DEMO DAN*/


/*BOX*/

#box{
    background:url('img/box.png')no-repeat center top;
	background-size:cover;
	min-height:300px;
	width:100%;
	height:100%;
	position:relative;
}
/*END BOX*/



/* HEADER */
#header {
	position:fixed;
	width:100%;
	z-index:100;
}

#header .wrapper {
	background:#fff;
	background:rgba(255, 255, 255, 0.9);
	padding:0 60px;
}

#header a.logo { margin:15px 0 0 10px; float:left; }

#header ul {
	float:right;
	list-style:none;
	margin:0 10px 0 0;
	padding:0;
}

#header ul li { float:left; }

#header ul li a {
	color:#7a7a7a;
	display:block;
	padding:30px 15px;
	text-decoration:none;
}

#header ul li a:hover,
#header ul li.active a { background:#fff; }

#header ul li.current-menu-item a,
#header ul li.current-page-parent a {
	background:#111;
	color:#fff;
}

#header ul li ul {
	background:#fff;
	display:none;
	padding:0;
	position:absolute;
}

#header ul li ul li {
	float:none;
	margin:0;
}

#header ul li ul li a { padding:15px; }


.red{
	background-color: #e44848;
	bottom:0;
	position:absolute;
	font-size: 2em;
	font-weight: 400;
	color:#FFFFFF;
	padding: 10px 30px 10px 30px;
}
/* END HEADER */

/* NAVIGATION */
#navigation ul {
	font-weight:300;
	list-style:none;
	margin:0;
}

#navigation ul li {
	float:left;
	margin:15px 30px 15px 0;
}

#navigation ul li a { color:#333; }
#navigation ul li.current_page_item a { text-decoration:underline; }
/* END NAVIGATION */

/* PAGE */
#page {
	background:#f8f8f8;
	padding:50px 10px 50px 10px;
}
#page h1 {
	font-size:3em;
	font-weight:300;
}
#page .back{
	float:right;
	background: url('/tmp/arrow.png')no-repeat center left;
	padding: 10px 0 10px 20px;
	margin-top:20px;
	color:#171717;
}

#page .full{
	margin:0;
	padding:0;
	width:100%;
}

#page .full img { 
	/*margin:20px 0 20px 0;*/ 
	
}

#page .cen h1{
	width:100%;
	font-size:3em;
	font-weight:300;
}

h2.crta { 
	background:url(img/shape-events.png) no-repeat center;
	color:#181818;
	padding:50px;
	font-size: 2.5em;
	margin: 10px 0 10px 0;
}
.boxk{
font-size: 1.5em;
padding: 10px;
width: 60%;
padding:6px 0px 30px 20px;
}
.padr{
	padding-right:30px;
}
ul.ok{
	list-style-image:url(img/ok.png);
}
#page h1.pad {
	padding-bottom:30px;
}

#page .full h2 {
	padding-top:20px;
	font-size: 2.5em;
	text-align:left;
	color:#171717;
}

/* END PAGE */

/* ABOUT */
#about { padding:50px 0; }

#about .divider { margin:30px 0; }

#about p { color:#7a7a7a; }

#about p a {
	color:#171717;
	font-size:1.4em;
}
#about h1 {
	font-size:3em;
	font-weight:300;
}
/* END ABOUT */

/* CONTACT */

/*#contact { padding:50px 0; }*/

#contact.divider { margin:30px 0; }

#contact p { color:#7a7a7a; }

#contact p a {
	color:#171717;
	font-size:1.4em;
}

input, select {
	border: 1px #ccc solid;
	margin: 10px 0 10px 0;
	width:90%;
	padding: 10px;
	border-radius: 4px;
}

textarea  {
	border: 1px #ccc solid;
	margin: 10px 10px 0 0;
	width:95%;
	border-radius: 4px;
	padding:10px;
}

#contact input.button {
	background:#e74b4b;
	border-radius:4px;
	color:#fff;
	cursor:pointer;
	font-weight:normal;
	padding:10px 30px;
	text-shadow:0 -1px 0 #999;
	width:100%;
}

#contact h2 {
	padding:20px;
}
/* END CONTACT */

/* EVENTS */


#events h2 { 
	background:url(img/shape-events.png) no-repeat center;
}

#events h3{ 
	background:url(img/shape-events.png) no-repeat center;
	color:#181818;
	padding:50px;
	font-size: 2.5em;
}

#events { padding:50px 0 0 0; }

#events .box a {
	color:#333333;
	display:block;
	font-size:1.8em;
	margin:40px 10px;
	text-decoration:none;
}

#events .box a:hover { color:#7a7a7a; }

#events .box img { margin:10px 0; }

.wrapper-events {
	margin:0 auto;
	width:980px;
}
#events .back{ background-color:#f4f4f4}

.date {font-weight:bold;}

h1.tleft{
	text-align:left;
}

/* END EVENTS */

/* PORTFOLIO */
#portfolio { padding:50px 0; }

#portfolio h2{
	background:url(img/shape-portfolio.png) no-repeat center;
}
/* END PORTFOLIO */

/* NEWS */
/*#news { padding:50px 0; }*/

.wrapper-news {
	margin:0 auto;
	width:980px;
}
#news .pad  {
	display:block;
	margin:10px 10px 10px 10px;

}


*#news { padding:20px 0; }*

#news h3 {
	padding-top:10px;
}

#news h3 a { color:#333; }

#news p.details {
	color:#7a7a7a;
	font-weight:300;
}
#news h2 { 
	background:url(img/shape-news.png) no-repeat center;
}

.etitle {
	Letter-spacing: -1px; 
	color: #265150;
	text-shadow: 1px 1px #75DBD8;
	background:url(img/enews.png) no-repeat left center;
	margin-bottom:10px;
	padding:0 0 0 50px;
	text-align:left;
	font-weight:400;
	font-size:3em;
}
/* END NEWS */

/* ENEWS */
#enews {
	background: none repeat scroll 0 0 #61c5c2;
	color:#fff;
	padding:30px 10px 30px 10px;
}

#enews h2 {
	background:url(img/enews.png) no-repeat left center;
	color:#fff;
	margin-bottom:10px;
	padding:0 0 0 50px;
	text-align:left;
}

#enews form fieldset {
	background:rgba(255, 255, 255, 0.2);
	border-radius:4px;
	margin:10px 0;
	padding:10px;
}

#enews form input {
	border-radius:4px;
	font:300 1.5em Roboto, Helvetica, Arial, sans-serif;
	padding:10px;
}

#enews form input.text {
	box-shadow:inset 0 2px 2px #ccc;
	border: 1px solid #469896;
	color:#999;
	width:70%;
}

#enews form input.text:focus { color:#333; }

#enews form input.submit {
	background:#efb914;
	border:none;
	border-radius:0 4px 4px 0;
	cursor:pointer;
	font-weight:bold;
	margin-left:-4px;
	padding:10px 30px;
	text-shadow:0 -1px 0 #999;
	color: #523A15;
	text-shadow: 1px 1px #FFDD79;
	width:auto;
}

#enews form input.submit:hover{
	background: none repeat scroll 0 0 #E74B4B;
	color: #ffffff;              
	text-shadow: none;
}


/* END ENEWS */

/*SOCIAL ICONS*/

#social{
width:100%;
}

#social ul{
	margin:0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#social ul li { display: inline; }


.fb {
	display:block;
	width: 36px;
	height: 36px;
	background: url('/tmp/facebook.png')no-repeat center top;
	float:left;
	margin-left:29%;
}

.fb:hover {
	display:block;
	width: 36px;
	height: 36px;
    background: url('/tmp/facebook-ico-c.png')no-repeat center top;
	float:left;
}

.tw {
	display:block;
	width: 36px;
	height: 36px;
	background: url('/tmp/twitter.png')no-repeat center top;
	float:left;
	margin: 0 2px 0 2px;
}

.tw:hover {
	display:block;
	width: 36px;
	height: 36px;
    background: url('/tmp/twitter-ico-c.png')no-repeat center top;
	float:left;
}
.linked {
	display:block;
	width: 36px;
	height: 36px;
	background: url('/tmp/linkedin.png')no-repeat center top;
	float:left;
	margin: 0 2px 0 0;
}

.linked:hover {
	display:block;
	width: 36px;
	height: 36px;
    background: url('/tmp/linkedin-ico-c.png')no-repeat center top;
	float:left;
}
.goo {
	display:block;
	width: 36px;
	height: 36px;
	background: url('/tmp/googleplus.png')no-repeat center top;
	float:left;
}

.goo:hover {
	display:block;
	width: 36px;
	height: 36px;
    background: url('/tmp/google-plus-ico-c.png')no-repeat center top;
	float:left;
}

/*END SOCIAL ICONS*/

/* SLOGAN */
#slogan { padding:126px 10px 126px 10px; }

#slogan p {
	font-size:3em;
	font-style:italic;
	font-weight:300;
	padding:0;
}
/* SLOGAN */

/* FOOTER */
#footer {
	background:#262626;
	color:#7a7a7a;
	padding:50px 0 30px;
}

#footer a { color:#7a7a7a; }

#footer .nav a {
	display:inline-block;
	padding:5px 10px 5px 0;
}

#footer p.copyright { padding:30px 0 0; }

#footer h4{
	font-size: 2em;
	font-weight: 400;}
/* END FOOTER */

/* END ENEWS */

/*UÈNE URICE*/

#ucneurice {
	
	background-image:url('img/background-ucne.jpg');
	background-size:cover;
	min-height:300px;
	width:100%;
	height:100%;
	position:relative;
}

#knjiznica {
	
	background-image:url('img/knjige.png');
	background-size:cover;
	min-height:300px;
	width:100%;
	height:100%;
	position:relative;
}


/*END UÈNE URICE*/




/*KICK UP*/

#kickupbg {
	
	background:url(/wp-content/uploads/2015/01/naslovnica.jpg) no-repeat center;
	background-size:cover;
	min-height:500px;
	width:100%;
	height:100%;
	position:relative;
}

#kickupbg2 {
	background:url(img/BannerKickUp-SubSite.jpg) no-repeat center top;
	background-size:cover;
	min-height:300px;
	width:100%;
	height:100%;
	position:relative;
}

#kickup{padding: 0 10px 0 10px; }

#kickup.divider { margin:30px 0; }

#kickup p { color:#7a7a7a; }

#kickup p a {
	
}
#kickup input {
	border: 1px #ccc solid;
	margin: 10px 0 10px 0;
	padding: 10px;
	border-radius: 4px;
}

#kickup input[type="radio"]{
border: 1px #ccc solid;
	margin: 10px 0 10px 0;
	padding: 10px;
	border-radius: 4px;
}

#kickup input[type="checkbox"]{
border: 1px #ccc solid;
	margin: 10px 0 10px 0;
	padding: 10px;
	border-radius: 4px;
}

#kickup textarea  {
	border: 1px #ccc solid;
	margin: 10px 10px 0 0;
	border-radius: 4px;
	padding:10px;
}
#kickup input.button {
	background:#e74b4b;
	border-radius:4px;
	color:#fff;
	cursor:pointer;
	font-weight:normal;
	padding:10px 30px;
	text-shadow:0 -1px 0 #999;
}
#kickup h2 {
	padding:20px;
}

.button {
	background:#e7be00;
	border:none;
	border-radius:4px;
	color:#523a15;
	cursor:pointer;
	display:inline-block;
	font-size:1.6em;
	padding:15px 30px;
	text-shadow:1px 1px #ffdd79;
	width:auto;
}

.button:hover {
	color:#fff;
	text-decoration:none;
}

.button2 {
	background:#e74b4b;
	color:#fff;
	text-shadow:0 -1px 0 #999;
}

.button2 a {
	color:#ffffff;
}
.button2 a:hover {
	color:#EDEDED;
	text-decoration:none;	
}

a.button2{
	color:#ffffff;
	font-size: 2em;
	margin-top:40px;
}
a.button2:hover{
	color:#EDEDED;
	text-decoration:none;
	font-size: 2em;
	margin-top:40px;	
}

.button3 {
	background:#61c5c2;
	border-radius:4px;
	color:#fff;
	cursor:pointer;
	font-weight:normal;
	padding:10px 30px;
	text-shadow:0 -1px 0 #999;
	text-align:center;
	font-size: 2em;
	width: 170px;
	bottom:0;
	position: absolute;
	margin-bottom: 30px;
	left:50%;
	margin-left:-115px;
	
}
.button3 a {
	color:#ffffff;
}
.button3 a:hover {
	color:#EDEDED;
	text-decoration:none;
}

a.button3{
	color:#ffffff;
	font-size: 2em;
	;
}
a.button3:hover{
	color:#EDEDED;
	text-decoration:none;
}

p.sitalic {

	font-size:1.2em;
	font-style:italic;

}
/*END KICK UP*/

/* MOBILE */
@media only screen and (max-width:720px) {
	/* CLASSES */
	.wrapper { width:100%; }
	.third, .thirdc { width:100%; text-align:center; margin-bottom:20px; }
	.half{width:100%;}
	.twothird{width:100%;}
	.fourth{width:100%; margin-bottom:20px;}
	.fifth{width:100%;}
	s
	img {
		height:auto;
		max-width:100%;
	}
	
	.res img{
		width:100%;
		height:100%;
	}
	.red{
	margin:0 10px 0 10px;
	}
	#navigation{
	padding:0 10px 0 10px;
	}
	/* END CLASSES */
	
	/*KICKUP*/
	#kickupbg {
		min-height:300px;
	}

	#kickupbg .wrepper img
	{
	width:100%;
	height:100%;
	}
	#kickup textarea 
	{
		width:95%;
	}
	#kickup input.button
	{
		width:100%;
	}
	/*END KICKUP*/
	
	
h4 {text-align:center;}

.pad{
padding-top:0px;
}


/*EVENTS*/
#events .box a {
	color:#333333;
	display:block;
	font-size:1.8em;
	margin:20px 10px;
	text-decoration:none;
}

/*END EVENTS*
#enews form input.text {
	width:95%;
}



#enews form input.submit {
	border-radius:4px 4px 4px 4px;
	width:100%;
	margin:10px 0 0 3px;
}
/*HEADER*/

#header a.logo { 
	margin:15px 0 0 10px; 
	float:none;
}

#header select.responsiveMenuSelect {
	display:block;
	font-size:1.6em;
	margin:0 auto;
	padding:10px;
	width:90%;
}

/*CONTACT*/

#contact { padding:50px 10px 50px 10px; }

#contact input {
	width:95%;
}


/* END CONTACT*/
.cen {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 15px;
}
#header .wrapper {
	background:#fff;
	background:rgba(255, 255, 255, 0.9);
	padding:0 0 0 0;
}

/*ENEWS*/
.etitle {
	font-size:2.4em;
}

#enews {
	background: none repeat scroll 0 0 #61c5c2;
	color:#fff;
	padding:30px 10px 30px 10px;
}

#enews h2 {
	background:url(img/enews.png) no-repeat left center;
	color:#fff;
	margin-bottom:10px;
	padding:0 0 0 50px;
	text-align:left;
}

#enews form fieldset {
	background:rgba(255, 255, 255, 0.2);
	border-radius:4px;
	margin:10px 0;
	padding:10px;
}

#enews form input {
	border-radius:4px;
	font:300 1.5em Roboto, Helvetica, Arial, sans-serif;
	padding:10px;
}

#enews form input.text {
	box-shadow:inset 0 2px 2px #ccc;
	border: 1px solid #469896;
	color:#999;
	width:92%;
}

#enews form input.text:focus { color:#333; }

#enews form input.submit {
	background:#efb914;
	border-radius:4px 4px 4px 4px;
	cursor:pointer;
	font-weight:bold;
	margin-left:-2px;
	padding:10px 30px;
	text-shadow:0 -1px 0 #999;
	color: #523A15;          
	text-shadow: 1px 1px #FFDD79;
	width:100%;
	margin-top:10px;
}

#enews form input.submit:hover{
	background: none repeat scroll 0 0 #E74B4B;
	color: #ffffff;              
	text-shadow: none;
}
/*END NEWS*/
	
/* ABOUT */
#about .box {
	border:none;
	float:none;
}
/* END ABOUT */

/*FOOTER*/

#footer p.copyright { text-align:center; }

/*END FOOTER*/
}
/* END MOBILE */