@charset "utf-8";
/* CSS Document */
body {
    text-align: left;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    color: #555;
    font-size: 16px;
    font-weight: 400;
}

strong { font-weight: 700; }
.red { color: #E11B22; }
a:hover { text-decoration: none; }

.header {
    margin: 0 auto;
    padding-bottom: 5px;
    background: #E11B22 url(galerya/pattern.jpg) left top repeat;
    border-top: 3px solid #eb4141;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
}

.footer{
    margin: 80px auto;
    padding-bottom: 5px;
    background: #E11B22 url(galerya/pattern.jpg) left top repeat;
    border-top: 3px solid #eb4141;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	height:200px;

}

.logo h1 {
    padding-left: 20px;
    /* font-family: 'Oleo Script', cursive; */
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 400;
	width:150%;
	font-size:22px;
	line-height:20px;
	margin-top:20px;
	
}

.logo h1 a { color: #555; }

.links {
    text-align: right;
}

.links a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 15px 0 0 20px;
}

.links a.home { background: url(galerya/home.png) center center no-repeat; }
.links a.blog { background: url(galerya/blog.png) center center no-repeat; margin-right: 50px; }

.register-container { margin-top: 50px;}

/* ----- iPhone ----- */

.logo2 {
    text-align: right;
}

.logo2 img { margin-right: 10px; 
margin-top:50px;
}

/* ----- Registration Form ----- */

.register form {
    padding: 20px 50px 40px 50px;
    background: #f8f8f8 url(galerya/pattern.jpg) left top repeat;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    text-align: center;
}

.register form h2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    /* background: url(../img/pencil.png) 70px 6px no-repeat; */
	background:none;
    border-bottom: 2px dotted #bbb;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

.register form input {
    width: 95%;
    height: 30px;
    background: #fcfcfc;
    border: 1px solid #ddd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    color: #888;
    font-size: 16px;
}

.register form input:focus {
    border: 1px solid #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.register form label {
    margin: 7px 0 10px 5px;
    font-size: 16px;
    text-align: left;
}

.register form label span {
    font-style: italic;
}

.register form input:-moz-placeholder { color: #aaa; }
.register form input:-ms-input-placeholder { color: #aaa; }
.register form input::-webkit-input-placeholder { color: #aaa; }

.register form button {
    cursor: pointer;
    width: 60%;
    height: 42px;
    margin-top: 25px;
    padding: 0;
    background: #eb4141;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    box-shadow: 0 15px 30px 0 rgba(255,255,255,.1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

.register form button:hover {
    -moz-box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
    -webkit-box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
    box-shadow: 0 -15px 30px 0 rgba(255,255,255,.05) inset;
}

.register form button:active {
    -moz-box-shadow:
        0 -15px 30px 0 rgba(255,255,255,.05) inset,       
        0 5px 8px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow:
        0 -15px 30px 0 rgba(255,255,255,.05) inset,       
        0 5px 8px 0 rgba(0,0,0,.1) inset;
    box-shadow:
        0 -15px 30px 0 rgba(255,255,255,.05) inset,       
        0 5px 8px 0 rgba(0,0,0,.1) inset;
}
#item-1 {
    background:url("galerya/user-4.png") no-repeat scroll 2px 3px !important;
    height: 40px !important;
    padding-left:40px;
	padding-top:10px;
	font-weight:200;
	/* text-shadow:0 -1px 0px rgba(1,1,1,0.4); */
}

#item-2 {
    background:url("galerya/headphones.png") no-repeat scroll 2px 3px !important;
    height: 40px !important;
    padding-left:40px;
	padding-top:10px;
	font-weight:200;
	/* text-shadow:0 -1px 0px rgba(1,1,1,0.4); */
}

#item-3 {
    background:url("galerya/browser-download-2.png") no-repeat scroll 2px 3px !important;
    height: 40px !important;
    padding-left:40px;
	padding-top:10px;
	font-weight:200;
	/* text-shadow:0 -1px 0px rgba(1,1,1,0.4); */
}
#item-4 {
    background:url("galerya/alert.png") no-repeat scroll 2px 2px !important;
    height: 43px !important;
    padding-left:40px;
	padding-top:10px;
	font-weight:200;
	/* text-shadow:0 -1px 0px rgba(1,1,1,0.4); */
	font-size:1em;
}

 .copy{
 margin-top:110px;
text-align:center;
margin-left:auto;
margin-right:auto;
	}

.err { 
color: red; 
display: block; 
position: absolute; 
    font-weight:normal;
    position: relative;
	line-height: 7px;
	margin-left:5px; 
	top:1px;
	font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    text-rendering: optimizelegibility;
	
}	
	
}



/* ----- Media queries ----- */

@media (max-width: 1200px) {

    /* .register form h2 { background: url(../img/pencil.png) 20px 6px no-repeat; } */
	
	
.register form h2 {
    background: url("galerya/pencil.png") no-repeat scroll 70px 6px rgba(0, 0, 0, 0);
    border-bottom: 2px dotted #bbb;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 25px;
    padding-bottom: 15px;
	padding-left:60px;
    text-align: center;
	
}

}

@media (min-width: 768px) and (max-width: 979px) {

    .register form h2 { background: none; } 


}

@media (max-width: 767px) {

    body { padding-left: 0; padding-right: 0; }

    .logo, .links { text-align: center; }

    .links { padding-bottom: 5px; }

    .logo h1 { padding-left: 0; }

    .links a.home { margin-left: 0; }

    .links a.blog { margin-right: 0; }

    .register-container { padding-left: 20px; padding-right: 20px; }

    .register form h2 { background: none; }

    .logo2 img { display: block;margin-bottom:32px; }
	
		.footer{
    margin: 60px auto;
    padding-bottom: 5px;
    background: #E11B22 url(galerya/pattern.jpg) left top repeat;
    border-top: 3px solid #eb4141;
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
	height:100%;
}
#item-1 {
margin-left:9px;
}

#item-2 {
margin-left:9px;
}

#item-3 {
    margin-left:9px;
}
.register-container {
    margin-top: 5px;
}
.logo h1 {
    padding:0;
    margin-right:auto;
	margin-left:auto;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 300;
	width:90%;
	font-size:20px;
	line-height:24px;
}
 .copy{
 margin-top:90px;
text-align:center;
margin-left:auto;
margin-right:auto;
width:90%;
	}

}

@media (max-width: 480px) {
.register form button { width: 97%; }
#item-1 {
margin-left:9px;
}

#item-2 {
margin-left:9px;
}

#item-3 {
    margin-left:9px;
}
.register-container {
    margin-top: 5px;
}


.logo h1 {
    padding:0;
    margin-right:auto;
	margin-left:auto;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 36px;
    font-weight: 300;
	width:100%;
	font-size:20px;
	line-height:24px;
}
 .copy{
 margin-top:90px;
text-align:center;
margin-left:auto;
margin-right:auto;
width:95%;
	}

}