/*
 * Project Name: Senčila Medle
 * Version: 1.0
 * Date: 04-20-2014
 * URL: www.zasenci.si
 */


/* ==========================================================================
   Osnovni slogi, Pisave
   ========================================================================== */

/* Pisave */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700&subset=latin,latin-ext);

html,
button,
input,
select,
textarea {
    color: #666666;
}

::-moz-selection {
    background: #ddeebb;
    color: #aacc44;
    text-shadow: none;
}

::selection {
    background: #ddeebb;
    color: #aacc44;
    text-shadow: none;
}

/* ==========================================================================
   Splošne nastavitve slogov
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
}

/* ==========================================================================
   Navigacija
   ========================================================================== */

.menu {
	position: fixed;
	right: -200px;
	width: 260px;
	height: 100%;
	top: 0;
	z-index: 10;
}

.menu.menu-open {
	right: 0px;
}

.menu-wrap {
	position: absolute;
	top: 0;
	left: 60px;
	background: #1a1a1a;
	width: 200px;
	height: 100%;
	text-align: left;
}

.menu h1.logo a {
	font-family: "Oswald", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 40px;
	text-transform: uppercase;
	color: #ffffff;
	margin-top: 20px;
}

.menu h1.logo a:hover {
	color: #aacc44;
}

.menu img.logo {
	margin: 20px 0;
	max-width: 160px;
}

.menu a {
	margin-left: 20px;
	margin-bottom: 20px;
	color: #999999;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0.1em;
	text-align: left;
	text-transform: uppercase;
}

.menu a:hover {
	color: #aacc44;
}

.menu a:active {
	color: #aacc44;
}

.menu a > i {
	float: left;
	display: inline-block;
	vertical-align: middle; 
	text-align: left;
	width: 25px;
	font-size: 14px;
	line-height: 40px;
	margin: 25px 2px;
}

.menu-close {
	cursor: pointer;
	display: block;
	position: absolute;
	font-size: 14px;
	color: #999999;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 20px;
	right: 5px;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.menu-close:hover {
	color: #aacc44;
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

.body-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.body-push-toright {
	left: 200px;
}

.body-push-toleft {
	left: -200px;
}

.menu,
.body-push {
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		 -o-transition: all .3s ease;
			transition: all .3s ease;
}

#menuToggle {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

/* ==========================================================================
   Elementi
   ========================================================================== */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

.zasenci-passer {
	width: 160px;
	height: 20px;
	margin: 20px 0 20px;
	background: url(../img/zasenci-passer.png) 0 0 no-repeat;
	background-size: 160px 20px;
}

.linkMedle {
	font-size: 14px;
	font-weight: lighter;
	letter-spacing: 2px;
	margin-top: 0;
	text-transform: uppercase;
}

a, a:hover, a:focus {
	color: #aacc44;
}

a:hover {
	text-decoration: underline;
}

/* ==========================================================================
   Sekcije
   ========================================================================== */

/* Domov */
#sekcijaDomov {
	background: url(../img/sencila-medle-motiv.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	height: 100%;
	width: auto;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#sekcijaDomov  img{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

/* Strokovnjaki */

#sekcijaStrokovnjaki {
	margin-top: 96px;
	margin-bottom: 96px;
}

#sekcijaStrokovnjaki .naslov h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: 300;	
	line-height: 1.48;
	margin-bottom: 0px;
	margin-top: 0px;
}

#sekcijaStrokovnjaki p {
	color: #666666;
	font-size: 14px;
	font-weight: lighter;	
	line-height: 1.48;
}

/* Notranja senčila */

#sekcijaNotranjasencila {
	margin-top: 96px;
	margin-bottom: 96px;
}

#sekcijaNotranjasencila  h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: 300;	
	line-height: 1.48;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}

#sekcijaNotranjasencila  h3 {
	color: #aacc44;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 300;	
	line-height: 1.48;
	margin-bottom: 48px;
	margin-top: 12px;
	text-align: center;
}

#sekcijaNotranjasencila p {
	color: #666666;
	font-size: 14px;
	font-weight: lighter;	
	line-height: 1.48;
}

/* Komarniki */

#sekcijaKomarniki {
	margin-top: 96px;
	margin-bottom: 96px;
}

#sekcijaKomarniki  h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: 300;	
	line-height: 1.48;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}

#sekcijaKomarniki  h3 {
	color: #aacc44;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 300;	
	line-height: 1.48;
	margin-bottom: 48px;
	margin-top: 12px;
	text-align: center;
}

#sekcijaKomarniki p {
	color: #666666;
	font-size: 14px;
	font-weight: lighter;	
	line-height: 1.48;
}

/* Tende */

#sekcijaTende {
	margin-top: 96px;
	margin-bottom: 96px;
}

#sekcijaTende  h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: 300;	
	line-height: 1.48;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}

#sekcijaTende  h3 {
	color: #aacc44;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 300;	
	line-height: 1.48;
	margin-bottom: 48px;
	margin-top: 12px;
	text-align: center;
}

#sekcijaTende p {
	color: #666666;
	font-size: 14px;
	font-weight: lighter;	
	line-height: 1.48;
}

/* Screen senčila */

#sekcijaScreensencila {
	margin-top: 96px;
	margin-bottom: 96px;
}

#sekcijaScreensencila  h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: 300;	
	line-height: 1.48;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}

#sekcijaScreensencila h3 {
	color: #aacc44;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 300;	
	line-height: 1.48;
	margin-bottom: 48px;
	margin-top: 12px;
	text-align: center;
}

#sekcijaScreensencila p {
	color: #666666;
	font-size: 14px;
	font-weight: lighter;	
	line-height: 1.48;
}

/* Sončna jadra */

#sekcijaSoncnajadra {
	margin-top: 96px;
	margin-bottom: 96px;
}

#sekcijaSoncnajadra  h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 36px;
	font-weight: 300;	
	line-height: 1.48;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}

#sekcijaSoncnajadra h3 {
	color: #aacc44;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 300;	
	line-height: 1.48;
	margin-bottom: 48px;
	margin-top: 12px;
	text-align: center;
}

#sekcijaSoncnajadra p {
	color: #666666;
	font-size: 14px;
	font-weight: lighter;	
	line-height: 1.48;
}

/* Kontakt */
#sekcijaKontakt {
	background: #000000 url(../img/sencila-medle-map.png) no-repeat center top;
	background-attachment: relative;
	background-position: center center;
	padding-top: 96px;
	padding-bottom: 96px;
}

#sekcijaKontakt h2, h3, a {
	color: #aacc44;
	text-align: center;
}

#sekcijaKontakt p {
	color: #f2f2f2;
	text-align: center;
}

#sekcijaKontakt small {
	font-size: 13px;
}

#sekcijaKontakt label {
	color: #f2f2f2;
	margin-top: 10px;
}

/* ==========================================================================
   Motivi
   ========================================================================== */

.sep {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	height: 640px;
	position: relative;
}

/* Notranja senčila */

.pasicaNotranjasencila {
	background-image: url(../img/sencila-medle-notranja-sencila.jpg);
}

/* Komarniki */

.pasicaKomarniki {
	background-image: url(../img/sencila-medle-komarniki.jpg);
}

/* Tende */

.pasicaTende {
	background-image: url(../img/sencila-medle-tende.jpg);
}

/* Screen senčila */

.pasicaScreensencila {
	background-image: url(../img/sencila-medle-screeni.jpg);
}

/* Sončna jadra */

.pasicaSoncnajadra {
	background-image: url(../img/sencila-medle-soncna-jadra.jpg);
}

/* ==========================================================================
   Galerija
   ========================================================================== */

.photo-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #333333;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	transition: background-color 0.4s;
	width: 240px;
	margin-bottom: 24px;
}
.project .overlay {
	position: absolute;
	text-align: center;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
	width: 240px;
}

.project:hover .photo-wrapper {
	background-color: #333333;
	background-image:url(../img/zoom.png);
	background-repeat:no-repeat;
	background-position:center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: relative;
	width: 240px;
}

.project:hover .photo {
  opacity: 10;
  filter: alpha(opacity=4000);
  opacity: 0.5;
  filter: alpha(opacity=40);
}

.project:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
	width: 240px;
}

.desc {
	margin-top: 25px;
}
