/*
(c) 2013 Igor Rjabinin
++++++++++++++++++++++++++++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++++++++++
*/

/*____________ GENERAL _____________*/

* {
	margin: 0;
	padding: 0;
}

html {
	background: #fff url(/images/bg-gradient1.png) repeat-x scroll top;
	 height: 100%; 
}

body {
	background: url(/images/bg-gradient1.png) top no-repeat, url(/pics/cross.png) top repeat-x;
	background: transparent url(/images/bg-top2.png) no-repeat scroll center top;
	color: #474747;
	text-align: center; /* Center content */
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	/*font-size: 74%;*/
	/*font-size: 62.5%;*/
	font-size: 100%;
	height: 100%;
}

html>body {
	min-height: 100%;
	height: auto;
}

img {
	border: none;
}

div {
	margin: 0;
	padding: 0;
}

ul {
}

table td {
	vertical-align: top;
}

/*____________ LINKS ______________*/


a {
	text-decoration: underline;
	color: #4eb1b7;
	outline: none;
}

a:hover {
	color: #4eb1b7;
	text-decoration: none;
}

a:active {
	color: #4eb1b7;
}

a img {
	border: 0;
}

img.right {
	float: right;
}

/*_________ GENERAL CLASSES ________*/

.hidden {
	display: none;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.error {
	font-weight: bolder;
	color: #CC3300;
	margin-top : 0;
}
.warning {
	display: block;
	font-size: 1.6em;
	background: #CC3300;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
.message {
	display: block;
	font-size: 1.6em;
	background: #7b9b9d;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
hr {
	border: none 0;
	border-top: 1px solid #c6c6c6;
	background-color: #fff;
	width: 100%;
	height: 1px;
}
.center {
	text-align: center;
}
.center img {
	margin: auto;
}

.green {
	color: #7b9b9d;
}



/*___________ CONTAINERS ___________*/

#wrapper {
}

#header {
	width: 960px;
	/* height: 184px;*/
	margin: 0 auto;
	position: relative;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#footer {
	min-height: 285px;
	background: transparent url('/images/bg-footer.png') center bottom;
}
/*__________ TYPOGRAPHY ____________*/


h1 {
	margin: 0;
	padding: 0;
	display: none;
	visibility: hidden;
}

h2 {
	font-size: 30px;
	color: #474747;
	font-weight: 200;
	margin-bottom: 3px;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;
	color: #474747;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 0;
}

p {
	font-weight: 600;
}

/*____________ FORMS _______________*/

form {
	margin: 0;
	padding: 0;
}



/*____________ SECTIONS ____________*/


/* __ LOGO __ */

#logo {
	width: 960px;
	height: 184px;
	background: transparent url(/images/logo.png) no-repeat 0 bottom;
}

#logo span {
	display: none;
	visibility: hidden;
}

#logo a {
	display: block;
	width: 960px;
	height: 184px;
}

#logo a {
/* background: #fff url(../images/logo.png) no-repeat 0 top;*/
}

#logo a:hover {
	background-color: transparent;
	background-image: none;
}

a#registracia_button {
	display: block;
	width: 276px;
	height: 158px;
	position: absolute;
	left: 400px;
	top: 0;
	text-indent: -8000px;
	background: transparent url(/images/registracia.png) no-repeat center top;
}
a#registracia_button:hover {
	background: transparent url(/images/registracia.png) no-repeat center bottom;
}
#pozrite_rocniky_button {
	display: block;
	width: 441px;
	height: 50px;
	position: absolute;
	left: 300px;
	top: 85px;
	text-indent: -8000px;
	background: transparent url(/images/pozrite_rocniky_sprite1.png) no-repeat center bottom;
	/*background: transparent url(../images/pozrite_rocniky_sprite.png) no-repeat center top;*/
}
#pozrite_rocniky_button:hover {
	background: transparent url(/images/pozrite_rocniky_sprite1.png) no-repeat center bottom;
}

#pozrite_rocniky_button #rocniky {
	font-size: 14px;
	position: absolute;
	bottom: 0; 
	left: 10px;
	text-indent: 0;
	font-weight: bold;
}
#pozrite_rocniky_button #rocniky a {
	font-size: 16px;
	line-height: 50px;
	text-decoration: none;
	color: #7b9b9d;
	padding-left: 20px;
	-webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */
    transition: all 0.2s;
}
#pozrite_rocniky_button #rocniky a:hover {
    font-size: 18px;
}

#social {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
#social ul {
	list-style: none;
	margin: 27px auto;
	width: 726px;
	height: 150px;
	padding: 0;
}
#social li {
	float: left;
	margin: 0 12px 0 12px;
	line-height: 48px;
}
#social li.last, #nav li.last {
	margin-right: 0;
}

#social li.first, #nav li.first {
	margin-left: 73px;
}

#social li a {
	display: block;
	width: 107px;
	height: 107px;
	/*text-indent: -8000px;*/
	background-color: #d0382b;
	border-radius: 107px;
	border: 10px solid #d6d5d3;
	font-size: 56px;
	color: #fff;
	line-height: 107px;
	cursor: pointer;
	-webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */
    transition: all 0.2s;
}
#social li a:hover {
	border-color: #e2e2e2;
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Chrome, Safari, Opera */
    transform: scale(1.1);	
}

#social li a#facebook { background-color: #3b579d; }
#social li a#twitter { background-color: #00aeed; }
#social li a#linkedin { background-color: #007bb6; }


a#kamera {
	display: block;
	position: absolute;
	right: 30px;
	top: 0;
	width: 162px;
	height: 238px;
	background: transparent url('/images/kamera.png') no-repeat;
	text-indent: -8000px;
	-webkit-transition: all 0.2s; /* For Safari 3.1 to 6.0 */
    transition: all 0.2s;
}

a#kamera:hover {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-ms-transform: rotate(8deg); /* IE 9 */
    -webkit-transform: rotate(8deg); /* Chrome, Safari, Opera */
    transform: rotate(8deg);
}

div#mjump-btn {
	width: 128px;
	height: 80px;
	margin-left: 20px;
	margin-top: 22px;
	float: left;
}

div#mjump-btn a {
	display: block;
	width: 128px;
	height: 80px;
	background: url('/images/mjump-btn.png') 0 0;
}

div#mjump-btn a:hover {
	background: url('/images/mjump-btn.png') -128px 0;
}

div.headline-btn {
	width: 370px;
	height: 40px;
	margin-top: 42px;
	float: left;
	margin-left: 220px;
}