@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin-ext);
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.pie {
	behavior: url(https://csomag.hu/static/htc/PIE.htc);
}
.transition {
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	-o-transition: background 0.3s ease-in;
	transition: background 0.3s ease-in;
}
.st,
strong {
	font-weight: bold;
}
.it {
	font-style: italic;
}
.ul {
	text-decoration: underline;
}
.clear {
	float: none;
	clear: both;
}
.hidden {
	display: none;
}
.break {
	float: none;
	clear: both;
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.relative {
	position: relative;
}
.ofhidden {
	overflow: hidden;
}
.hoverbutton {
	cursor: pointer;
}
.hoverbutton:hover {
	background-position: bottom left;
}
.center {
	text-align: center;
}
.align_right,
.tright {
	text-align: right;
}
.align_left,
.tleft {
	text-align: left;
}
.block {
	display: block;
}
.inline_block {
	display: inline-block;
}
.vtop {
	vertical-align: top;
}
.nw {
	white-space: nowrap;
}
html,
body {
	width: 100%;
}
body {
	background: white;
	font-family: Arial, sans-serif;
}
img {
	border: 0;
}
a,
a:visited,
a:hover,
a:focus,
a:active,
a img,
a:visited img,
a:hover img,
a:focus img,
a:active img {
	outline: none;
	cursor: pointer;
}
a,
a:hover,
a:visited {
	text-decoration: none;
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
td {
	padding: 0;
}
body {
	background-image: url('../images/layout/bg.png');
	background-repeat: repeat-x;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
	color: #172154;
	font-family: 'Open Sans', sans-serif;
}
h1:first-child,
img.right + h1,
img.left + h1,
h2:first-child,
img.right + h2,
img.left + h2,
h3:first-child,
img.right + h3,
img.left + h3,
h4:first-child,
img.right + h4,
img.left + h4,
h5:first-child,
img.right + h5,
img.left + h5,
h6:first-child,
img.right + h6,
img.left + h6 {
	margin-top: 0;
}
body:not(.index) h1 {
	background-image: url('../images/layout/button_bg.png');
	background-repeat: repeat-x;
	color: #fff;
	height: 51px;
	padding: 16px 0 0;
	font-size: 1.2em;
	text-align: center;
}
iframe {
	position: absolute;
}
img.left {
	margin-right: 25px;
}
img.right {
	margin-left: 25px;
}
.table {
	width: auto;
}
@media (max-width: 600px) {
	.col-xs-4 {
		width: 50%;
	}
}
@media (max-width: 340px) {
	.col-xs-4 {
		width: 100%;
	}
}
@media (min-width: 1040px) {
	.container {
		width: 1000px;
	}
}
.top-bar {
	height: 0;
}
.top-bar img {
	position: relative;
}
.top-bar img.logo-csp {
	left: -15px;
	top: 69px;
}
.top-bar img.logo-gls {
	right: -15px;
	top: 30px;
}
@media (max-width: 767px) {
	.top-bar img {
		position: absolute;
	}
	.top-bar img.logo-csp {
		left: 0;
	}
	.top-bar img.logo-gls {
		right: 0;
	}
}
#layout {
	margin-top: 170px;
}
.breadcrumbs {
	background-image: url('../images/layout/breadcrumbs_bg.png');
	background-repeat: repeat-x;
	background-size: auto 100%;
	min-height: 51px;
	margin-bottom: 10px;
}
.breadcrumbs .breadcrumb {
	background: none;
	margin: 0;
	padding: 16px 0;
	border: 0;
	font-size: 0.9em;
}
.breadcrumbs .breadcrumb > li + li::before {
	content: ' ';
	background-image: url('../images/layout/breadcrumb_arrow.png');
	background-repeat: no-repeat;
	background-position: center;
	padding: 0 20px;
}
.breadcrumbs .breadcrumb a {
	color: #fff;
}
.breadcrumbs .breadcrumb a:hover {
	text-decoration: underline;
}
.tabs {
	padding: 0;
}
.tabs .nav-tabs > li {
	background-color: #172154;
	font-family: 'Open Sans', sans-serif;
}
.tabs .nav-tabs > li:not(:first-child) {
	border-left: 1px solid #3e4671;
}
.tabs .nav-tabs > li a,
.tabs .nav-tabs > li a:hover,
.tabs .nav-tabs > li a:focus {
	padding: 15px;
	border: 0;
	border-radius: 0;
	background-color: #172154;
	color: #fff;
	transition: background-color 1s;
}
.tabs .nav-tabs > li a:hover {
	background-color: #2d40a4;
}
.tabs .nav-tabs > li.active a,
.tabs .nav-tabs > li.active a:hover,
.tabs .nav-tabs > li.active a:focus {
	padding: 15px;
	cursor: pointer;
	border: 0;
	border-radius: 0;
	background-color: #fff;
	color: #172154;
}
.tabs .nav-tabs > li.active a:hover,
.tabs .nav-tabs > li.active a:focus {
	text-decoration: underline;
}
.submenu {
	padding: 0 40px 40px;
}
.submenu ul {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
}
.submenu ul li {
	float: left;
	position: relative;
	display: block;
	background-image: url('../images/layout/button_bg.png');
	background-repeat: repeat-x;
	background-size: auto 100%;
	min-height: 51px;
	padding: 0;
	border-left: 1px solid #ced0e3;
	border-right: 1px solid #a3a8ca;
}
@media (max-width: 767px) {
	.submenu ul li {
		border: 0;
	}
}
.submenu ul li:first-child {
	border-left: 0;
}
.submenu ul li:last-child {
	border-right: 0;
}
.submenu ul li a {
	display: block;
	width: 100%;
	padding: 13px 5px;
	color: #fff;
	text-align: center;
}
.submenu ul li a:hover {
	text-decoration: underline;
}
.main-cont {
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
}
.main-cont .menu-main {
	background-image: url('../images/layout/csomaghu-nyito-kep.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}
@media (max-width: 600px) {
	.main-cont .menu-main {
		background-image: none;
	}
}
.main-cont .menu-main > .row {
	padding-top: 160px;
	padding-left: 20px;
	width: 840px;
}
@media (max-width: 991px) {
	.main-cont .menu-main > .row {
		padding: 20px 20px 0;
	}
}
.main-cont .menu-main > .row > div {
	padding: 0;
	color: #172154;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	overflow: hidden;
	height: 140px;
}
.main-cont .menu-main > .row > div .menubutton {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 85px 75px;
	width: 85px;
	height: 80px;
	margin-bottom: 5px;
	transition: background-color 1s;
}
.main-cont .menu-main > .row > div .menubutton.personal {
	background-image: url('../images/layout/button3_personal.png');
}
.main-cont .menu-main > .row > div .menubutton.business {
	background-image: url('../images/layout/button3_business.png');
}
.main-cont .menu-main > .row > div .menubutton.webshop {
	background-image: url('../images/layout/button3_webshop.png');
}
.main-cont .menu-main > .row > div .menubutton.glspoint {
	background-image: url('../images/layout/button2_glspoint.png');
}
.main-cont .menu-main > .row > div .menubutton.video {
	background-image: url('../images/layout/button3_video.png');
}
.main-cont .menu-main > .row > div a {
	background: #172154 none;
	color: #FFFFFF;
	transition: background-color 1s;
	display: inline-block;
	width: 120px;
	height: 120px;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	z-index: 5;
}
.main-cont .menu-main > .row > div a:hover {
	background-color: #6375d4;
}
.main-cont .menu-main > .row > div a div.menutext {
	text-align: left;
	font-size: 10px;
	padding: 0;
	text-align: center;
	line-height: 35px;
}
.main-cont .menu-main > .row > div div.menuborder {
	width: 120px;
	height: 120px;
	background: rgba(255,255,255,0.25) none;
	z-index: 1;
	position: relative;
	top: -110px;
	left: 10px;
}
.main-cont .content {
	padding: 40px 40px 0;
}
.main-cont .content:last-child {
	padding-bottom: 40px;
}
.main-cont .content p.clearfix {
	width: 100%;
}
.main-cont .content p:last-child {
	margin-bottom: 0;
}
.main-cont .content .conticon {
	background-color: #172154;
	background-repeat: no-repeat;
	background-position: center center;
	width: 72px;
	height: 72px;
	margin-right: 25px;
	transition: background-color 1s;
}
.main-cont .content .conticon:hover {
	background-color: #2d40a4;
}
.main-cont .content .conticon.badgeico {
	background-image: url('../images/layout/icon2_badge.png');
}
.main-cont .content .conticon.search {
	background-image: url('../images/layout/icon2_search.png');
}
.main-cont .content .conticon.banner-moving {
	background-image: url('../images/layout/icon2_banner_moving.png');
}
.main-cont .content .conticon.banner-static {
	background-image: url('../images/layout/icon2_banner_static.png');
}
.main-cont .content .conticon.glspoints {
	background-image: url('../images/layout/icon2_glspoints.png');
}
.main-cont .content .conticon.logos {
	background-image: url('../images/layout/icon2_logos.png');
}
.main-cont .content a {
	color: #172154;
	font-weight: bold;
	text-decoration: underline;
	transition: all 1s;
}
.main-cont .content a:hover {
	color: #6375d4;
	text-decoration: none;
}
.main-cont .content form {
	margin-top: 40px;
	margin-bottom: 0;
}
.main-cont .content form[name='point_search'] {
	margin: 0;
}
.main-cont .content form[name='point_search'] button {
	margin: 10px 0;
}
.main-cont .content form .form-group {
	margin-bottom: 5px;
}
.main-cont .content form input {
	background-color: #172154;
	color: #fff;
	border: 0;
	border-radius: 0;
	height: 32px;
	transition: background-color 1s;
}
.main-cont .content form input:hover,
.main-cont .content form input:focus {
	background-color: #2d40a4;
}
.main-cont .content form input[type=checkbox] {
	display: none;
}
.main-cont .content form input[type=checkbox] + label {
	display: inline-block;
	position: absolute;
	margin-left: -40px;
	width: 28px;
	height: 28px;
	background-color: #172154;
	transition: background-color 1s;
}
.main-cont .content form input[type=checkbox] + label:hover {
	background-color: #2d40a4;
}
.main-cont .content form input[type=checkbox]:checked + label {
	background-image: url('../images/layout/checkbox_tick.png');
}
.main-cont .content form button {
	background-image: url('../images/layout/button_bg.png');
	background-repeat: repeat-x;
	height: 51px;
	border: 0;
	margin-top: 40px;
	padding: 0 70px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
}
.main-cont .content form .checkbox > label {
	padding-left: 40px;
}
@media (min-width: 992px) {
	.main-cont .content.contact-form {
		padding-left: 0;
	}
}
.main-cont .content.contact-form form {
	background-color: #172154;
	margin: 0;
	padding: 15px;
}
.main-cont .content.contact-form form p {
	color: #fff;
	margin-bottom: 5px;
}
.main-cont .content.contact-form form input,
.main-cont .content.contact-form form textarea {
	background-color: #fff;
	color: #000;
}
.main-cont .content.contact-form form textarea {
	border: 0;
	border-radius: 0;
}
.main-cont .content.contact-form form button {
	width: 100%;
	margin-top: 0;
}
.footer {
	margin-bottom: 20px;
}
.footer ul {
	display: inline-block;
	margin: 0;
	padding: 0 25px;
	font-size: 0.9em;
}
.footer ul li {
	float: left;
	position: relative;
	display: block;
	padding: 20px 18px 0 0;
}
.footer ul li a {
	color: #172154;
}
.footer ul li a:hover {
	text-decoration: underline;
}
.footer .contact {
	position: relative;
	right: 25px;
	width: 198px;
	height: 51px;
	background-image: url('../images/layout/button_bg.png');
	background-repeat: repeat-x;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
}
.footer .contact a {
	display: block;
	height: 100%;
	padding-top: 11px;
	color: #fff;
}
.footer .contact a:hover {
	text-decoration: underline;
}
#big-canvas {
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
}
#searchinput {
	display: none;
}
#videoBox .modal-content {
	border-radius: 0;
}
#videoBox .modal-body {
	padding: 0;
}
div#option {
	text-align: right;
}
div#option label {
	font-size: 12px;
	font-weight: 400;
}
