
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400&subset=latin,latin-ext');

::-moz-selection {
    background: #702412; 
    color: #eee; 
;
    text-shadow: none;
}

::selection {
    background: #702412; 
    color: #eee; 
;
    text-shadow: none;
}

body, html {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    background-image: url('../img/bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}

#background {
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

a:link, a:active, a:visited, a:hover {
    color: #eee; 
    text-decoration: none;
}

#container {
    position: absolute;
    width: 966px;
    left: 50%;
    top: 25px;
    margin-left: -483px;
}

#logo {
    width: 327px;
    height: 160px;
    background-color: #eee; 
    text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -164px;
	margin-top: -20px;
	z-index: 10;
}


#quote {
	position: relative;
	top: 155px;
	background-color: #eee; 
    width: 480px;
    height: 30px;
    text-align: left;
    color: #702412; 
    font-size: 19px;
    cursor: default;
    font-weight: light;
}
#quote span {
	position: relative;
	top: -178px;
	left: 5px;
}

#svgLeft {
	text-align:center;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0;
    list-style: none;
    overflow: hidden;
	float:left;
}
#svgRight {
	text-align:center;
    padding: 0;
    margin-top: 0px;
    margin-left: 326px;
    margin-bottom: 0;
    list-style: none;
    overflow: hidden;
	float:left;
}

.svg {
    background-color: #eee; 
    float: left;
    width: 106.6px;
    height: 80px;
    cursor: pointer;
}

.svg:after {
    clear: left;
}

.svg:hover {
    background-color: #702412; 
}

.svg .icon {
    fill: #702412; 
}

.svg:hover .icon {
    fill: #eee; 
}

.svg .description {
    background-color: #000;
    color: #eee; 
    text-align: center;
    font-size: 12px;
    font-family: 'Source Sans Pro', sans-serif;
    height: 16px;
    position: relative;
    z-index: 2;
}

#lakossag {
    width: 100%;
	/*position: absolute;*/
    margin: 0px 0px 0px 0px;
    padding: 0;
    background: #eee; 
}

#lakossag ul{
    list-style: none;
    margin: 0;
	padding: 0;
	color: #702412; 
	background: #eee; 
	border-bottom: 16px solid #702412; 
}

#lakossag ul li{
    text-indent: 3px;
    text-transform: uppercase;
    font-size: 18px;
	color: #702412; 
	border-bottom: 1px solid #702412; 
}

#lakossag ul li:hover{
    background: #702412; 
}

#lakossag ul li a{
    display: block;
	color: #702412 !important;
}

#lakossag ul li a:hover{
    display: block;
	color: #eee !important;
}
#imgSlider {
	background-image: url('../img/building.jpg');
	height: 185px;
	margin-top: 80px;
    width:100%;
}

#slider {
    width:100%;
    height: 100px;
    overflow: hidden;
    color: #702412; 
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
	text-align: right;
	float:left;
	margin-top: 80px;
	margin-right: 5px;
}

#slider ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
    top: 30px;
    cursor: pointer;
}

#slider ul li{
    margin-top: 5px;
	margin-bottom: 5px;
    padding-left: 5px;
	padding-right: 5px;
	height: 30px;
    font-weight: lighter;
}

#slider ul li a{
	padding-left: 5px;
	padding-right: 5px;
	background: #eee; 
	color: #702412 !important;
}

.bgChange {
    background-color: #702412; 
}

#content {
    width: 100%;
    margin-top: 5px;
    background-color: #eee; 
}

#left {
	float: left;
	width: 321px;
	background-color: #eee; 
}

#right {
	/*float: right;
	width: 640px;*/
        float:left;
        width:100%;
	background-color: #eee; 
}

.title{
    color: #702412; 
    font-size: 27px;
    background-color: #eee; 
	border-bottom: 1px solid #702412; 
    width: 100%;
    text-transform: uppercase;
    font-weight: normal;
}

article {
    margin: 0px 5px 0px 5px;
    padding: 0px 0px 10px 0px;
    color: #702412; 
}

article h1 {
    font-size: 24px;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #702412; 
    font-style:normal !important;
    font-weight: normal;
}

article p {
    margin: 0;
    padding: 0 0 0 0;
    text-indent: 3px;
    text-align: justify;
    font-size: 14px;
}

article .free {
    text-align: right;
}

article .free input[type=button] {
    background-color: #702412; 
    color: #eee; 
    text-transform: upprecase;
    border: none;
    padding: 2px 4px 2px 4px;
}

article .free input[type=button]:active {
    background-color: #ccc;
    color: #702412; 
}

footer {
    background: #702412; 
    text-align: center;
    color: #eee; 
    width: 100%;
    font-size: 12px;
}

#lightbox {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(54, 25, 25, .5);
    z-index: 10;
}

#lightbox #wrapper {
    background-color: #fff;
    width: 450px;
    height: 450px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -225px;
    margin-top: -225px;
	overflow: auto;
}

#lightboxContent {
    padding: 5px;
}

#lightboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
}

#lightboxClose input[type=button] {
    background-color: #702412; 
    color: #eee; 
    text-transform: upprecase;
    border: none;
    padding: 2px 4px 2px 4px;
}

#lightboxClose input[type=button]:active {
    background-color: #ccc;
    color: #702412; 
    text-align: right;
}
/*czifi*/
#button1,#button2,#button3 {
    padding: .5em 1em;
    text-decoration: none;
}

#effect1,#effect2,#effect3 {
  display:none;
}

#effect1 h3, #effect2 h3, #effect3 h3 {
	margin: 0;
	padding: 0.4em;
	text-align: center;
}

#button1,#button2,#button3,.laklink {
	color: #702412; 
}

.laklink {
	background-color: #702412; 
	padding: 3px;
	float: right;
}

.laklink:after {
	clear: both;
}

#lakossag {

}

.title span {
	padding-left: 3px;
	padding-right: 3px;
}


#partnerekLista {
    margin: 0;
    padding: 0;
    display: table;
}

#partnerekLista li {
    text-align: center;
    vertical-align: middle;
    padding: 5px;
    display: table-cell;
}

#partnerekLista li img {
    text-align: center;
    display: block;
    border: 5px soid #fff;
}

#partnerekLista li:nth-child(6n) {
     display: table-row;
}

#alert
{
    background-color: #eee; 
    margin: 5px 0px 0px 0px;
    padding: 0;
    background-image: url('../img/level1.jpg');
    width: 966px;
    height: 150px;
    color: #702412; 
}
#alert div {
    margin-top: -20px;
    width: 670px;
    float: left;
    display: inline-block;
}
#alert h1
{
    font-weight: lighter;
    font-style: italic;
}
#alert p.szoveg{
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: justify;
    width: 98%;
    border-top: 1px solid #702412; 
}
#alert h1 {
    margin-bottom: 0;
    padding: 3px 0px 0px 0px;
    width: 98%;
}
#alert p span#readmore {
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #702412; 
    color: #eee; 
    border: none;
    padding: 2px 4px 2px 4px;
}