* {
	margin:0;
	padding:0
}

@font-face {
    font-family: 'avenirnextcondensedregular';
    src: url('fonts/avenirnextcondensedregular.eot');
    src: url('fonts/avenirnextcondensedregular.eot') format('embedded-opentype'),
         url('fonts/avenirnextcondensedregular.woff2') format('woff2'),
         url('fonts/avenirnextcondensedregular.woff') format('woff'),
         url('fonts/avenirnextcondensedregular.ttf') format('truetype'),
         url('fonts/avenirnextcondensedregular.svg#avenirnextcondensedregular') format('svg');
}

@font-face {
    font-family: 'avenirnextcondenseddemibold';
    src: url('fonts/avenirnextcondenseddemibold.eot');
    src: url('fonts/avenirnextcondenseddemibold.eot') format('embedded-opentype'),
         url('fonts/avenirnextcondenseddemibold.woff2') format('woff2'),
         url('fonts/avenirnextcondenseddemibold.woff') format('woff'),
         url('fonts/avenirnextcondenseddemibold.ttf') format('truetype'),
         url('fonts/avenirnextcondenseddemibold.svg#avenirnextcondenseddemibold') format('svg');
}

@font-face {
    font-family: 'avenirnextcondenseditalic';
    src: url('fonts/avenirnextcondenseditalic.eot');
    src: url('fonts/avenirnextcondenseditalic.eot') format('embedded-opentype'),
         url('fonts/avenirnextcondenseditalic.woff2') format('woff2'),
         url('fonts/avenirnextcondenseditalic.woff') format('woff'),
         url('fonts/avenirnextcondenseditalic.ttf') format('truetype'),
         url('fonts/avenirnextcondenseditalic.svg#avenirnextcondenseditalic') format('svg');
}

@font-face {
    font-family: 'avenirnextcondensedbold';
    src: url('fonts/avenirnextcondensedbold.eot');
    src: url('fonts/avenirnextcondensedbold.eot') format('embedded-opentype'),
         url('fonts/avenirnextcondensedbold.woff2') format('woff2'),
         url('fonts/avenirnextcondensedbold.woff') format('woff'),
         url('fonts/avenirnextcondensedbold.ttf') format('truetype'),
         url('fonts/avenirnextcondensedbold.svg#avenirnextcondensedbold') format('svg');
}

@font-face {
    font-family: 'avenirnextcondensedmedium';
    src: url('fonts/avenirnextcondensedmedium.eot');
    src: url('fonts/avenirnextcondensedmedium.eot') format('embedded-opentype'),
         url('fonts/avenirnextcondensedmedium.woff2') format('woff2'),
         url('fonts/avenirnextcondensedmedium.woff') format('woff'),
         url('fonts/avenirnextcondensedmedium.ttf') format('truetype'),
         url('fonts/avenirnextcondensedmedium.svg#avenirnextcondensedmedium') format('svg');
}

html, body {
	width:100%;
	height:100%;
	line-height: 27px;
	font-size: 18px;
    font-family: 'avenirnextcondensedregular';
	color: #d0cfcf;
}

body {
	background-color: #e9ecf5;
	overflow-x: hidden;
}

table {
    border-collapse: collapse;
    border: 0;
}

td {
	vertical-align: top;
}

a {
    color: #d23a68;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.gomb1 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 24px;
    color: #35267f;
    background-color: #d8daf0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

a.gomb2 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 24px;
    color: #fff;
    background-color: #d23a68;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

p {
	line-height: 27px;
	color: #514e57;
    font-family: 'avenirnextcondensedregular';
	font-size: 18px;
}

hr {
	margin-top: 25px;
	border: 0;
	border-bottom: 4px solid #03cfe9;
	color: #03cfe9;
}

h1 {
	line-height: 60px;
    font-family: 'avenirnextcondenseddemibold';
	font-size: 48px;
	color: #d23a68;
}

h1.title {
	margin-bottom: 4%;
    color: #032a3b;
	font-size: 36px;
    text-transform: uppercase;
}

h2 {
    line-height: 30px;
    font-family: 'avenirnextcondensedregular';
    font-size: 24px;
    color: #d23a68;
    font-weight: normal;
}

h3 {
	line-height: 40px;
    font-family: 'avenirnextcondensedregular';
	font-size: 36px;
	font-weight: normal;
	color: #685e55;
}

h4 {
	line-height: 40px;
    font-family: 'avenirnextcondensedmedium';
	font-size: 28px;
	font-weight: normal;
	color: #b00019;
}

section {
	width: 100%;
	display: table;
}

.holder {
	margin: 0 auto;
	max-width: 1280px;
	width: 100%;
}

#header {
	width: 100%;
	display: table;
	z-index: 10;
	background-color: #e9ecf5;
    border-top: 10px solid #032a3b;
}

#logo {
    padding-top: 20px;
    padding-bottom: 20px;
}

#logo p {
    background-image: url(../img/bg-logo.png);
    background-position: left;
    background-repeat: repeat-x;
	font-family: 'avenirnextcondenseddemibold';
    font-size: 40px;
    color: #48acb3;
}

#logo p a {
	font-family: 'avenirnextcondenseddemibold';
    font-size: 40px;
	font-weight: normal;
    color: #032a3b;
}
#logo p strong {
	padding-left:50px;
	padding-right:50px;
	background-color: #e9ecf5;
}

.szlogen {
	margin-top: 20px;
	float: left;
}

.szlogen p {
    font-family: 'proximanovasemibolditalic';
	font-size: 16px;
	color: #97969a;
}
.szlogen p strong {
    font-family: 'proximanovasemibold';
	font-size: 28px;
	color: #fff;
	text-transform: uppercase;
}

#menu {
	width: 100%;
	background: #fff;
	display: table;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.75);
}

#footer {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	display: table;
	background-color: #032a3b;
}

#footer p {
    color: #fff;
    font-size: 15px;
}

.floatleft {
	float: left;
}

.kor {
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-radius: 100px;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}

.small50 {
	padding-left: 5%;
	padding-right: 5%;
	width: 50%;
	max-width: 600px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.small33 {
	margin-left: 2%;
	margin-right: 2%;
	width: 29%;
	max-width: 400px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.small25 {
	margin-left: 2%;
	margin-right: 2%;
	width: 21%;
	max-width: 320px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/*CD-top */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #D8DAF0 url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 3;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #fff;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}

@media only screen and (min-width: 200px) and (max-width: 1200px) {
.holder, #logo {
	padding-left: 2%;
	padding-right: 2%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.small25 {
	margin-left: 1%;
	margin-right: 1%;
	width: 23%;
}
}

@media only screen and (max-width: 960px) {
.small25 {
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 4%;
	width: 46%;
	max-width: 400px;
}

#header {
    border-top: 0 solid #48acb3;
}

#logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

#logo p a {
    font-size: 30px;
}

#logo p strong {
	margin: 0 auto;
	line-height: 30px;
	display: table;
}

}


@media only screen and (max-width: 640px) {
.small25 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4%;
	width: 100%;
	max-width: 280px;
	float: none;
}
}