/*Stylesheet of holdgomb.hu, written by P Romer, 2017*/

* {margin: 0; padding: 0; border: 0}

div.clear { clear: both; }

body {
	font-family: 'Lora', serif;
	color: #000;
	background-image: url("bg_white.png");
	background-color: #fff;
	line-height: 180%;
	font-size: 100%;
	text-align: justify
}

/*HEADER*/

header.main{
	width: 100%;
	height: 220px;
	background-image: url("bg_black.png");
	background-color: #000
}

header.main div#upline{
	width: 100%;
	height: 15px;
	background-color: #000;
	border-bottom: 1px solid #695700;
}

header.main div#logo-h{
	width: 431px;
	height: 89px;
	margin: 32px auto 45px auto;
	background-image: url("maintitle_hu.png");
	background-repeat: no-repeat
}

nav{
	width: 500px;
	margin: 0 auto
}

nav a{
	float: left;
	font-size: 110%;
	padding-left: 15px;
	color: #a6a6a6;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 0.7s;
}

nav a:hover{
	color:  #ffd200
}

nav a::first-letter { 
	font-size: 120%;
}

nav a.bullet{
	color: #ffd200;
	margin-top: 3px;
}

div.spacerline1{
	width: 21%;
	height: 2px;
	margin: 0 auto;
	background-color: #000;
    background: -webkit-radial-gradient(circle, #aa8b00, #000000); /* For Safari 5.1 to 6.0 */
    background: -o-radial-gradient(circle, #aa8b00, #000000); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(circle, #aa8b00, #000000); /* For Fx 3.6 to 15 */
    background: radial-gradient(circle, #aa8b00, #000000); /* Standard syntax (must be last) */
}

div.spacerline2{
	width: 72%;
	height: 1px;
	margin: 0 auto;
	background-color: #000;
}

/*COVER INDEX*/

section#cover{
	width: 100%;
	height: 771px;
	background-color: 000;
	padding-top: 13px;
	background-image: url("bg_black.png");
}

section#cover_temp{
	width: 100%;
	height: 710px;
	background-color: 000;
	padding-top: 13px;
	background-image: url("bg_black.png");
}

div#tv{
	width: 1250px;
	height: 435px;
	margin: 0 auto;
	background-color: #0d0d0d;
	background-image: url("bg_tv_hu.png");
	background-repeat: no-repeat;
	background-position: center;
}

div.frames{
	width: 1250px;
	height: 472px;
	color: #fff;
	display: none
}

div#frame1{
	background-image: url(../general/index/tv/tvframe_01_s1250.jpg);
	background-repeat: no-repeat
}

div#frame2{
	background-image: url(../general/index/tv/tvframe_02_s1250.jpg);
	background-repeat: no-repeat
}

div#frame3{
	background-image: url(../general/index/tv/tvframe_03_s1250.jpg);
	background-repeat: no-repeat
}

div#frame4{
	background-image: url(../general/index/tv/tvframe_04_s1250.jpg);
	background-repeat: no-repeat
}

div#staticframe{
	width: 1250px;
	height: 472px;
	position: relative;
	background-image: url(../general/index/tv/tvframe_stat_s1250.jpg);
	background-repeat: no-repeat;
	z-index: 2
}

div#scrolldown{
	width: 190px;
	height: 35px;
	font-size: 110%;
	margin: 40px auto 0 auto;
	color: #a6a6a6;
	text-transform: uppercase;
	background-image: url("scrolldown-arrow.png");
	background-repeat: no-repeat;
	background-position: 50% 0%;
	text-align: center;
	padding-top: 35px
}

div#scrolldown_temp{
	width: 360px;
	height: 35px;
	font-size: 130%;
	margin: 40px auto 0 auto;
	color: #a6a6a6;
	text-transform: uppercase;
	background-image: url("scrolldown-arrow.png");
	background-repeat: no-repeat;
	background-position: 50% 0%;
	text-align: center;
	padding-top: 35px
}

/*TARTALOM*/

section#wrapper{
	width: 1300px;
	color: #232323;
	font-size: 110%;
	margin: 0 auto
}

p.greetings{
	width: 85%;
	margin: 45px auto 120px auto;
	font-size: 135%;
	text-align: center
}

/*LEGÚJABB DOBOZ*/

div#newest{
	position: relative;
	width: 100%;
	height: 257px;
	margin: 65px 0px 95px 0px
}

div.newest-title{
	font-size: 250%;
	text-transform: uppercase;
	line-height: 110%;
	letter-spacing: 0.10em
}

div.newest-subtitle{
	position: absolute;
	bottom: 0px; 
	font-size: 120%;
	line-height: 100%;
	letter-spacing: 0.15em
}

div#newest img{
	border: 1px solid #000;
	position: absolute;
	top: 10px;
	right: 0px;
	margin-left: 453px
}

/*GALÉRIA*/

div#gallery-title{
	color: #1b1b1b;
	font-size: 350%;
	margin: 50px auto 40px auto;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2em
}
/*mivel inline elemre nem megy a first-letter selector, így oldom meg a nagybetűt*/

div#gallery-title span{font-size: 155%}

div.gallery{
	color: #fff;
	font-size: 85%;
	line-height: 120%;
	position: relative;
	width: 305px;
	height: 230px;
	margin: 13px;
	float: left
}

div.first{margin-left: 0px}
div.last{margin-right: 0px}

div.gallery img{border: 1px solid #000}

div.properties{
	width: 295px;
	height: 58px;
	padding: 5px;
	position: absolute;
	bottom: -1px;
	left: 1px;
	z-index: 2;
	background-color: rgba(0,0,0,0.57);
	opacity: 0;
	transition: opacity 150ms
}

div.gallery:hover div.properties {opacity: 1}

div.properties p.title{
	color: #ffd200;
	font-size: 110%;
	text-transform: uppercase;
	margin-bottom: 5px
}

div.properties p.year{
	position: absolute;
	right: 5px;
	bottom: 5px;
}


/*FOOTER*/
footer.main{
	position: relative;
	bottom: 0px;
	width: 100%;
	height: 280px;
	padding-top: 30px;
	background-image:  url("bg_graystipes.png");
	background-color: #333;
}

footer.main div#logo-f{
	position: relative;
	width: 315px;
	height: 50px;
	background-image: url("foottitle_hu.png");
	background-repeat: no-repeat;
	z-index: 1
}

#ftwrap{
		width: 1300px;
		margin: 0 auto	
}

footer.main div#line{
	position: absolute;
	top: 60px;
	height: 2px;
	background-color: #f4ca02;
	width: 100%;
}

/*Ez takarja ki a cím mögött a csíkot*/
div#line-cutter{
		width: 335px;
		height: 2px;
		background-image: url("bg_graystipes.png");
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -659px;
}

div#fttext{
	width: 420px;
	margin-top: 25px;
	color: #ffefa7;
	text-align: left;
	float: left
}

div.ftmenu{
	margin-top: 25px;
	margin-left: 35px;
	width: 250px;
	color: #fff;
	line-height: 220%;
	float: left
}

div.ftmenu a{
	color: #fff;
	text-decoration: none;
	margin-left:15px;
	font-size: 115%;
	transition: color 0.7s
}

div.ftmenu a:hover{color: #ffd200}

p.copy{
	color: #b2b2b2;
	margin: 35px 0px 2px 15px;
	text-decoration: none;
	font-size: 80%
}


