/*
Ooops!
Vajda Papír Kft.
Készítette: netpeople.hu
Minden jog fenntartva.
(c) 2012-2013
*/

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1em;
	text-decoration: none;
}

b, strong {
  font-weight: bolder;
}


/* Font faces */
@font-face {
    font-family: "DaxRegular";
    src: url("../fonts/daxhu-regular-webfont.eot");
    src: url("../fonts/daxhu-regular-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/daxhu-regular-webfont.ttf") format("truetype"),
         url("../fonts/daxhu-regular-webfont.svg#DaxRegular") format("svg");
    font-weight: normal !important;
    font-style: normal;
}

@font-face {
    font-family: "DaxLight";
    src: url("../fonts/daxhu-light-webfont.eot");
    src: url("../fonts/daxhu-light-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/daxhu-light-webfont.ttf") format("truetype"),
         url("../fonts/daxhu-light-webfont.svg#DaxLight") format("svg");
    font-weight: normal !important;
    font-style: normal;
}

@font-face {
    font-family: "DaxBold";
    src: url("../fonts/daxhu-bold-webfont.eot");
    src: url("../fonts/daxhu-bold-webfont.eot?#iefix") format("embedded-opentype"),
         url("../fonts/daxhu-bold-webfont.ttf") format("truetype"),
         url("../fonts/daxhu-bold-webfont.svg#DaxBold") format("svg");
    font-weight: normal !important;
    font-style: normal;
}

/* Basics */
body {
	background: url(../img/bg.png) top center no-repeat fixed #fff;
	font: normal 14px "DaxRegular", Arial, Helvetica, sans-serif;
	color: #6e6e6e;
/* 
	overflow: hidden;
	overflow-y: scroll;
 */
	text-align: center;
}

.wrapper {
	width: 980px;
	position: relative;
	margin: 0 auto;
	text-align: left;
}

/* Alerts */
.alert {
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0;
	padding: 7px 0;
	border-radius: 5px;
	text-align: center;
}

.correct {
	background: #cee181 !important;
	border: 1px solid #8e9c56 !important;
	color: #556809 !important;
}

.incorrect {
	background: #ffe1e1 !important;
	border: 1px solid #bd2e3c !important;
	color: #a60100 !important;
}

/* Header section */
#header {
	width: 100%;
  min-width: 980px;
	height: 68px;
	position: relative;
	z-index: 999;
	float: left;
	background: url(../img/header.png) top center no-repeat;
}

/** /
#header .logo {
	width: 181px;
	height: 135px;
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	background: url(../img/logo.png) no-repeat;
}
/*/
#header .logo {
	width: 270px;
	height: 195px;
	display: block;
	position: absolute;
	top:  -20px;
	left: -55px;
	background: url(../img/logo-10ev.png) no-repeat;
	background-size: contain;
}
/**/

#header-icons-right {
	float: right;
}

#header .social-icon {
	float: right;
	display: block;
	margin: 20px 3px 0 0;
}

#header .social-icon           { color: #59a6d2; font-size:26px; }
#header .social-icon.instagram {}
#header .social-icon.facebook  {}
#header .social-icon.youtube   {}
#header .social-icon.mail      { font-size:28px; margin-top:18px; }
#header .social-icon.img img   { height: 22px; margin-top: 2px; border-radius: 3px; }

/* Language selection */
#header .languages {
	height: 30px;
	line-height: 30px;
	list-style: none;
/* 
	position: absolute;
	top: 19px;
	right: 135px;
 */
	float: right;
	margin: 19px 0 0 0;
}

#header .languages li {
	float: right;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
}

#header .languages li a {
	font: normal 14px "DaxRegular", Arial, Helvetica, sans-serif;
	color: #6e6e6e;
}

#header .languages li[selected] {
  display: none;
}

#header .languages li[selected] a {
	font-weight: bold;
	color: #35398a;
}

/* Top navigation */
#menubar {
/* 
	width: 630px;
	height: 68px;
  border: 1px solid black;
 */
	float: left;
	margin-left: 190px;
	margin-right: -200px;
}

#menubar ul {
/* 
	width: 100%;
	height: 68px;
 */
	list-style: none;
}

#menubar ul li {
	float: left;
	margin-left:  0px;
	margin-right: 0px;
}

#menubar ul li + li {
/* 
	margin-left: 45px;
 */
}

#menubar ul li a {
/* 
	height: 68px;
	line-height: 68px;
	font: normal 15px/68px "DaxBold", Arial, Helvetica, sans-serif;
 */
	float: left;
	font: normal 15px "DaxBold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #35398a;
	padding: 25px 19px;
}

#menubar ul li a:hover {
	color: #4264ad;
}



/* Main wrappers */
#main {
	width: 940px;
	position: relative;
	z-index: 100;
	float: left;
	margin: -2px 0 25px 20px;
	background: #fff;
	border-radius: 0 0 15px 15px;
	box-shadow: 0 0 20px #63b3d2;
}

#main.products {
	background: url(../img/bg-white.png) repeat;
}

/* Articles module */
.type-select {
	width: 78%;
	float: right;
	margin-right: 40px;
}

.type-select a {
	float: right;
	font-size: 13px;
	color: #45aed9;
	margin: 35px 3px 10px 0;
	padding: 5px 7px;
	border-radius: 10px;
}

.type-select a.selected {
	font-weight: bold;
	background: #7ac5e4;
	color: #fff;
}

.grid-list {
	width: 100%;
	float: left;
	margin: 0 0 30px 30px;
}

.grid-list article {
	width: 420px;
	height: 135px;
	float: left;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #f0f8fc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f0f8fc));
	background: -webkit-linear-gradient(top, #fff 0%, #f0f8fc 100%);
	background: -o-linear-gradient(top, #fff 0% #f0f8fc 100%);
	background: -ms-linear-gradient(top, #fff 0%, #f0f8fc 100%);
	background: linear-gradient(top, #fff 0%, #f0f8fc 100%);
	border-radius: 15px;
	box-shadow: 0 0 10px #cfe8f3;
	margin: 10px;
}

.grid-list article .image {
	width: 140px;
	height: 135px;
	float: left;
	border-radius: 15px 0 0 15px !important;
	overflow: hidden;
}

.grid-list article .image a img {
	border: none !important;
	border-radius: 15px 0 0 15px !important;
}

.grid-list article .grid-wrapper {
	width: 235px;
	height: 105px;
	float: right;
	padding: 30px 20px 0 20px;
}

.grid-list article h2 a {
	width: 100%;
	float: left;
	font-family: "DaxBold", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.5em;
	color: #45aed9;
}

.grid-list article p {
	line-height: 1.3em;
	display: block;
	margin: 5px 0;
}

.grid-product {
	width: 100%;
	float: left;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 20px #cbe7f4;
	margin-top: 10px;
	padding: 50px 0;
}

.grid-product article {
	width: 100%;
	float: left;
	padding-bottom: 60px;
	background: url(../img/grid-shadow.png) bottom center no-repeat;
}

.grid-product .image {
	width: 320px;
	float: left;
	text-align: center;
}

.grid-product .grid-wrapper {
	width: 530px;
	float: left;
}

.grid-product h2 {
	display: block;
	margin: 15px 0 5px 0;
	font-size: 15px;
	font-weight: bold;
	color: #45aed9;
}

.grid-product p {
	line-height: 1.5em;
}

/* Page content */
.page-content {
	width: 100%;
	min-height: 680px;
	float: left;
	background: url(../img/page-sidebar.png) right top no-repeat;
}

.page-content.menu-1 { background: url(../img/page-sidebar-ooops.png) right top no-repeat; }
.page-content.menu-2 { background: url(../img/page-sidebar-tesztek.png) right top no-repeat; }
.page-content.menu-3 { background: url(../img/page-sidebar-hol-kaphato.png) right top no-repeat; }

.page-content div,
.page-content p {
	font-size: 14px;
	line-height: 20px;
	color: #6e6e6e;
	margin-bottom: 10px;
}

.page-content div b,
.page-content div strong,
.page-content p b,
.page-content p strong {
	font-family: "DaxBold", Arial, Helvetica, sans-serif;
}

.page-content ul,
.page-content ol {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0 0 15px 0;
}

.page-content ul li,
.page-content ol li {
	margin: 2px 0 2px 25px;
	line-height: 20px;
	list-style-type: disc;
	font-weight: bold;
	color: #45aed9;
}

.page-left {
	width: 400px;
	float: left;
	margin: 100px 0 0 40px;
}

/* Bottom banners */
.bottom-banners {
	width: 100%;
	float: left;
	margin-top: -18px;
}

.bottom-banners img {
	border: none !important;
}

.bottom-banners .box-1 { float: left; margin: 0 0 0 12px; }
.bottom-banners .box-2 { float: right; margin: -2px 15px 0 0; }

/* Featured slider */
#featured {
	width: 940px;
	height: 520px;
	position: relative;
	z-index: 990;
	float: left;
	background: #fff;
	border-radius: 0 0 15px 15px;
	margin: -2px 0 20px 20px;
}

#featured .nivoSlider {
	width: 980px;
	height: 480px;
	margin-left: -22px;
}

/* Contact form */
.contact-lead {
	width: 80%;
	float: left;
	padding: 40px 0 0 20%;
}

.contact-lead div {
	margin: 0 !important;
}

.contact-lead h2 {
	font-size: 15px;
	font-weight: bold;
	color: #3889bf;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#contact {
	width: 95%;
	float: left;
	margin-top: 20px;
	padding-left: 5%;
}

#contact .alert {
	width: 40%;
	margin-bottom: 20px;
}

#contact p {
	width: 40%;
	float: left;
	margin-bottom: 15px;
	padding-right: 60%;
}

#contact p label {
	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #35398a;
	margin-bottom: 5px;
}

#contact p .text-input {
	width: 96%;
	float: left;
	padding: 7px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #555;
	background: #fff;
	border: 1px solid #d0e8f3;
	border-radius: 5px;
	box-shadow: inset 0 0 10px #d0e8f3;
	outline: none;
}

#contact p textarea {
	height: 90px;
	resize: none;
}

#contact p small {
	font-size: 10px;
	font-weight: bold;
	color: #35398a;
	line-height: 36px;
	float: left;
}

#contact .form-submit {
	float: right;
	font: normal 16px "DaxBold", Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 7px 20px;
	background: #35398a;
	border: none;
	border-radius: 5px;
	box-shadow: inset 0 0 15px #9295c0;
	cursor: pointer;
	outline: none;
}

/* Footer section */
#footer {
	width: 100%;
	float: left;
	margin: 10px 0 25px 0;
}

#footer .wrapper {
	width: 900px;
}

#footer p {
	font-size: 12px;
	color: #3889bf;
	float: left;
}

#footer ul {
	width: 660px;
	height: 18px;
	float: right;
	list-style: none;
}

#footer ul li {
	float: right;
	height: 14px;
	line-height: 14px;
	padding: 0 10px;
	border-right: 1px solid #6aa5ce;
}

#footer ul li:first-child {
	border: none;
}

#footer ul li a {
	font-size: 12px;
	color: #3889bf;
}

#footer ul li a:hover {
	color: #6aa5ce;
}
