/*reset and set things*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
p,
input {
  margin: 0;
  padding: 0; }

img {
  display: block; }

a img {
  border: none; }

a {
  text-decoration: none; }

h1 {
  font-weight: normal;
  color: #ce2029; }

/*Paddings - Margins - Aligns - Textdecorations*/
.p5 {
  padding: 10px; }

.p10 {
  padding: 10px; }

.p20 {
  padding: 10px; }

.m20_20_20_20 {
  margin: 20px 20px 20px 20px; }

.m20_20_20_0 {
  margin: 20px 20px 20px 0; }

.m20_0_20_20 {
  margin: 20px 0 20px 20px; }

.m20_20_0_20 {
  margin: 20px 20px 0 20px; }

.m0_0_20_20 {
  margin: 0 0 20px 20px; }

.m0_20_0_20 {
  margin: 0 20px 0 20px; }

.m0_20_20_0 {
  margin: 0 20px 20px 0; }

.a_l {
  text-align: left; }

.a_c {
  text-align: center; }

.a_r {
  text-align: right; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

/*Fonts*/
/*@font-face {font-family: 'Avenir_Light'; src: url('../fonts/Noteworthy-Light.woff') format('woff'), url('../fonts/Noteworthy-Light.ttf') format('truetype');}
*/
@font-face {
  font-family: 'Avenir_Light';
  src: url("http://www.1697.rs/fonts/Noteworthy-Light.woff") format("woff"), url("http://www.1697.rs/fonts/Noteworthy-Light.ttf") format("truetype"); }
/*Pictures*/
.pic img {
  border: 2px solid grey;
  padding: 5px; }

#fancybox-outer {
  border: 2px solid grey; }

/*Others*/
.cb {
  clear: both;
  width: 100%;
  height: 0; }

.link {
  font-weight: bold;
  display: inline-block;
  text-decoration: none; }

.link:hover {
  text-decoration: underline; }

.tipsy {
  padding: 5px;
  font-size: 12px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-repeat: no-repeat;
  background-image: url(../images_skeleton/tipsy.gif); }

.tipsy-inner {
  padding: 5px 8px 4px 8px;
  background-color: black;
  color: white;
  max-width: 200px;
  text-align: center; }

.tipsy-inner {
  border-radius: 3px;
  -webkit-border-radius: 3px; }

.tipsy-north {
  background-position: top center; }

.tipsy-south {
  background-position: bottom center; }

.tipsy-east {
  background-position: right center; }

.tipsy-west {
  background-position: left center; }

#gravity {
  width: 100%;
  margin: 5px 0;
  border-spacing: 5px; }

#gravity td {
  text-align: center;
  vertical-align: middle;
  padding: 5px 0;
  background-color: #d0d0d0; }

#gravity a:hover {
  color: #505050;
  background: none; }

.f_l {
  float: left; }

.f_r {
  float: right; }

a.read_more {
  float: right;
  font-size: 14px;
  margin-top: 10px;
  text-decoration: none;
  color: white;
  background-color: #ce2029;
  border: 1px solid #ce2029;
  padding: 6px 25px 6px 25px;
  display: inline-block;
  border-radius: 5px; }

a.read_more:hover {
  border: 1px solid white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7); }

/*Form*/
label {
  font-weight: bold;
  font-size: 20px; }

.input_field {
  height: 45px;
  width: 410px;
  border: 2px solid black;
  font-size: 22px;
  color: #444444;
  border-radius: 3px;
  padding: 0 10px 0 10px;
  margin-bottom: 25px; }

.input_field_half {
  height: 45px;
  width: 191px;
  border: 2px solid black;
  font-size: 22px;
  color: #444444;
  border-radius: 3px;
  padding: 0 10px 0 10px;
  margin-bottom: 25px; }

.textarea_field {
  height: 210px;
  width: 410px;
  border: 2px solid black;
  font-size: 18px;
  color: #444444;
  border-radius: 3px;
  padding: 0 10px 0 10px; }

.f-s_20 {
  font-size: 14px; }

/*Buttons*/
.button_send_en {
  margin-top: 25px;
  width: 92px;
  height: 42px;
  background-image: url(../images/button_send_en.png);
  background-position: center center;
  background-repeat: no-repeat;
  border: none; }

.button_send_hu {
  margin-top: 25px;
  width: 92px;
  height: 42px;
  background-image: url(../images/button_send_hu.png);
  background-position: center center;
  background-repeat: no-repeat;
  border: none; }

.button_send_sr {
  margin-top: 25px;
  width: 92px;
  height: 42px;
  background-image: url(../images/button_send_sr.png);
  background-position: center center;
  background-repeat: no-repeat;
  border: none; }

.button_send_de {
  margin-top: 25px;
  width: 92px;
  height: 42px;
  background-image: url(../images/button_send_de.png);
  background-position: center center;
  background-repeat: no-repeat;
  border: none; }

.singin {
  height: 25px;
  width: auto;
  background-color: #D25B39;
  border-radius: 10px;
  font-size: 14px;
  display: inline-block;
  padding: 8px 10px 0 40px;
  color: black;
  background-image: url(../images/key.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 3px 4px; }

.singin:hover {
  background-color: #DBA082; }

/*Alert*/
.alert {
  border: 1px solid #008000;
  padding: 10px;
  background-color: #B2D8B2;
  margin-bottom: 40px; }

/*site*/
body {
  font-family: Georgia, serif; }

#site_header {
  width: 100%;
  background-color: #fff;
  /*background-image: url(../images/06carousel.jpg); background-repeat:no-repeat; background-position:bottom center;*/ }

#site_header_1100 {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent; }

#site_header_logo {
  float: left;
  width: 300px;
  background-color: #fff;
  margin: 0; }

#site_header_logo a {
  display: block; }

#site_header_address {
  float: left;
  width: 260px;
  height: 114px;
  background-color: #fff; }

#site_header_address_va {
  vertical-align: middle;
  position: relative;
  display: table-cell;
  width: 260px;
  height: 114px;
  text-align: center;
  font-size: 13px;
  color: #555; }

#site_header_lang-social {
  margin-top: 5px; }

#site_header_langsocial {
  text-align: right; }

#site_header_langsocial li {
  display: inline-block; }

#site_header_langsocial li a {
  color: #e16562;
  text-decoration: none;
  text-transform: capitalize;
  width: 21px;
  height: 21px;
  font-size: 11px;
  display: block;
  text-align: center; }

#site_header_langsocial li a:hover {
  color: #ce2029; }

#site_header_langsocial li a.active {
  color: white;
  border-radius: 15px;
  background-color: #ce2029; }

#site_header_langsocial li a span {
  margin: 0;
  vertical-align: middle;
  line-height: 100%;
  padding-top: 5px;
  display: block; }

.header_social_mail,
.header_social_facebook,
.header_social_twitter {
  height: 40px;
  width: 40px;
  background-image: url(../images/05mail.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  background-size: 40px; }

.header_social_mail:hover,
.header_social_facebook:hover,
.header_social_twitter:hover {
  opacity: 0.6; }

.header_social_facebook {
  background-image: url(../images/03f.png); }

.header_social_twitter {
  background-image: url(../images/04tw.png); }

#white_fade {
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, #fffcff 0%, rgba(130, 130, 130, 0) 100%);
  display: none; }

#black_fade {
  position: relative;
  left: 0;
  width: 100%;
  height: 56px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #d9d9d9 100%);
  bottom: 56px; }

#site_header_nav {
  float: left;
  width: 800px;
  margin: 0; }

#site_header_menu {
  width: 100%;
  background-color: transparent;
  margin-top: 15px; }

#site_header_menu ul {
width: 885px;
  margin: 0; }

#site_header_menu ul li {
  list-style: none;
  float: left;
  font-weight: bold;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
  border-right: 1px dotted #d0d0d0; }

#site_header_menu ul li:last-child {
  border-right: none; }

#site_header_menu ul li a {
  display: block;
  padding: 10px 8px;
  position: relative;
  text-transform: uppercase;
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 13px;
  color: #656565; }

#site_header_menu ul li a:hover,
#site_header_menu ul li a.active {
  color: #ce2029; }

#site_header_menu ul li ul {
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  background-color: transparent;
  padding: 0;
  margin: 0;
  top: -1000px;
  width: auto;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s; }

#site_header_menu ul li:hover ul {
  top: 36px;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s; }

#site_header_menu ul li ul li {
  list-style: none;
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  border: none;
  border-top: 1px solid #d0d0d0;
  background-color: white; }

#site_header_menu ul li ul li:last-child {
  border-bottom: 1px solid #d0d0d0; }

#site_header_menu ul li ul li a {
  display: block;
  white-space: nowrap;
  min-width: 150px;
  padding: 10px; }

#content {
  width: 100%;
  height: auto;
  background-color: #fff; }

#site_content_1100 {
  width: 980px;
  min-height: 500px;
  padding: 10px 60px 30px 60px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background: transparent url("../images/paper-bg.jpg") repeat; }

#site_footer {
  width: 100%;
  height: auto;
  color: #CE4E2B;
  font-size: 16px;
  letter-spacing: 2px; }

#site_footer .title {
  font-weight: bold; }

#site_footer a {
  text-decoration: none;
  color: #CE4E2B; }

#site_footer a:hover {
  text-decoration: underline; }

#site_footer_sub_1 {
  width: 100%;
  height: 43px; }

#site_footer_sub_2 {
  width: 100%;
  height: 6px;
  background-color: #ce2029; }

#site_footer_sub_3 {
  width: 100%;
  height: 8px;
  background-color: #FFF; }

#site_footer_sub_4 {
  width: 100%; }

#site_footer_sub_4 .csata-emlekmu {
  width: 100%;
  height: auto; }

#site_footer_menu {
  margin-left: auto;
  margin-right: auto;
  width: 1060px;
  padding: 20px;
  background-color: transparent; }

#site_footer_menu ul {
  margin: 0; }

#site_footer_menu ul li {
  display: inline-block;
  list-style: none;
  font-weight: bold;
  font-size: 18px;
  text-transform: capitalize;
  border-right: 1px solid #d0d0d0; }

#site_footer_menu ul li:last-child {
  border-right: none; }

#site_footer_menu ul li a {
  display: block;
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Georgia, serif;
  color: #666666;
  font-size: 10px;
  font-weight: bold; }

#site_footer_menu ul li a:hover,
#site_footer_menu ul li a.active {
  color: #ce2029;
  text-decoration: none; }

#site_footer_sub_5 {
  width: 1100px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  position: relative; }

#footer_details_1 {
  width: 300px;
  position: absolute;
  top: 20px;
  left: 0; }

#footer_details_2 {
  width: 300px;
  position: absolute;
  top: 20px;
  left: 230px; }

#footer_details_3 {
  width: 300px;
  position: absolute;
  top: 120px;
  left: 0; }

#footer_details_4 {
  width: 300px;
  position: absolute;
  top: 220px;
  left: 0; }

#footer_details_4 ul {
  margin: 0; }

#footer_details_4 ul li {
  display: inline-block; }

#footer_details_5 {
  position: absolute;
  top: 50px;
  right: 10px; }

#footer_details_6 {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: auto; }

#footer_details_6 p img {
  vertical-align: bottom; }

/*Articals*/
#articals {
  margin-top: 40px; }

#articals hr {
  clear: both;
  margin: 40px 0;
  padding: 0;
  border: none;
  height: 1px;
  width: 100%;
  background-color: black; }

.articles_aricle h1 {
  font-size: 38px;
  margin-bottom: 30px;
  font-family: Georgia, serif; }

.articles_aricle img {
  float: right;
  margin: 0 40px 20px 20px;
  max-height: 400px;
  max-width: 400px; }

.articles_aricle p {
  font-size: 16px;
  color: black; }

/*Gallery*/
#gallery h1 {
  font-size: 38px;
  margin-bottom: 30px;
  font-family: Georgia, serif; }

.image_container {
  height: 380px;
  width: 230px;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  background-color: rgba(70, 30, 0, 0.06);
  text-align: center;
  border-radius: 8px;
  overflow: hidden; }

.image_container .hidden-image-link {
  display: block;
  height: 300px; }

.image_container .image_group {
  display: inline;
  max-width: 190px;
  max-height: 250px;
  padding: 20px 15px;
  background-image: url("../images/img-background.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.image_container .imagr_text {
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  padding: 10px 15px 10px 15px;
  height: 60px;
  width: 200px;
  display: table-cell;
  vertical-align: middle;
  background-color: rgba(60, 30, 0, 0.08);
  border-top: 1px solid #e16562; }

/*News list*/
#news_list {
  margin-top: 40px; }

#news_list hr {
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  height: 34px;
  width: 100%;
  background-color: transparent;
  background-image: url("../images/divider2.png");
  background-repeat: no-repeat;
  background-size: 100% auto; }

.news_lis_aricle h1 {
  font-size: 32px;
  margin-bottom: 30px; }

.news_lis_aricle img {
  float: right;
  margin: 0 0 20px 40px;
  max-height: 400px;
  max-width: 400px;
  padding: 20px 15px;
  background-image: url("../images/img-background.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.news_lis_aricle p {
  font-size: 16px;
  color: black; }

/*News*/
.news_aricle h1 {
  font-size: 38px;
  margin-bottom: 30px;
  font-family: Georgia, serif; }

.news_aricle img {
  display: inline;
  margin: 0 20px 10px 20px;
  padding: 20px 15px;
  background-image: url("../images/img-background.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.news_aricle_main_img {
  display: block;
  float: left;
  max-height: 450px;
  max-width: 450px;
  padding: 20px 15px;
  background-image: url("../images/img-background.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.news_aricle p {
  font-size: 16px;
  margin: 0 0 30px 0;
  text-align: left; }

/*Program*/
.program_aricle h1 {
  font-size: 38px;
  margin-bottom: 30px;
  font-family: Georgia, serif; }

.program_aricle img {
  display: inline;
  margin: 0 20px 10px 20px;
  padding: 20px 15px;
  background-image: url("../images/img-background.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.aricle_main_img {
  display: block;
  float: left;
  padding: 20px 15px;
  background-image: url("../images/img-background.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-height: 450px;
  max-width: 450px; }

.program_aricle p {
  font-size: 16px;
  margin: 0 0 30px 0;
  text-align: left; }

/*Kontakt*/
#kontakt table tr td.col1 {
  vertical-align: top;
  padding-right: 50px; }

#social-contact {
  position: relative;
  width: 100%;
  height: 235px; }

a#contact-facebook div {
  background-image: url(../images/f.png);
  background-position: center center;
  height: 108px;
  width: 108px;
  position: absolute;
  left: 160px;
  top: 70px; }

a#contact-twitter div {
  background-image: url(../images/tw.png);
  background-position: center center;
  height: 108px;
  width: 108px;
  position: absolute;
  left: 350px;
  top: 70px; }

#contact-address1 {
  width: 300px;
  position: absolute;
  top: 30px;
  right: 210px; }

#contact-address1 a {
  color: black;
  text-decoration: none; }

#contact-address1 a:hover {
  color: black;
  text-decoration: underline; }

#contact-address2 {
  width: 300px;
  position: absolute;
  top: 30px;
  right: 0; }

.page-top-image {
  border: none; }

.page-top-image img {
  width: 100%;
  height: auto; }

.page-top-title {
  color: #656565;
  font-size: 35px;
  font-weight: bold;
  padding: 15px 0 15px 0;
  text-align: center; }

.page-top-divider {
  width: 100%;
  height: auto; }

/*POPUP*/
.popup {
  position: fixed;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-top-color: #fff;
  border-width: 0 35px;
  z-index: 10001; }

.popup.loading {
  background-color: #fff;
  box-shadow: 0 0 50px #ccc inset, 0 0 5px #666;
  top: 0 !important;
  left: 0 !important;
  right: 0;
  bottom: 0;
  margin: auto;
  border-width: 0 !important;
  padding: 13px; }

.frameCacheDiv iframe {
  border: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: fixed;
  z-index: 10010; }

.popupBG {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 10000; }

/*# sourceMappingURL=style.css.map */
