/*@font-face {
    font-family: 'Geogrotesque-Regular';
    src: url('fonts/Geogrotesque-Regular.otf') format('otf'),
         url('fonts/Geogrotesque-Regular.woff') format('woff'),
         url('fonts/Geogrotesque-Regular.ttf') format('ttf')
}
*/
body {
	/*font-family: Geogrotesque-Regular,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-family: tahoma, Geneva, Verdana, sans-serif;
  background-color: #ffffff;
	background-position: top center;
	background-repeat: no-repeat;
}
.body{
	/*margin-top: 26px;*/
  /*margin-top: 13px;*/
}
input[type=radio],input[type=checkbox]{
  display: none;
}
.iframeVideo{
  width: 100%;
  height: auto;
  min-height: 400px;
}

#charter_cont{margin-top: 20px;}
#cont_send{
    background-image: none;
    width: 200px;
    background-color: #D50000;
}

.beuszo{
  width: 455px;
  height: 250px;
  right: -460px;
  position: fixed;
  z-index: 100;
  background: #ffffff;
  padding: 10px;
  border-bottom: 2px solid #e0e0e0;
  border-top: 4px solid #D50000;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.75);
}
.beuszo .logo{
  background-image: url(../../img/website/items/logo.png);
  background-repeat: no-repeat;
  background-position: -228px 0px;
  line-height: 60px;
  padding-left: 80px;
  font-size: 22px;
  text-transform: uppercase; 
}
.beuszo .glyphicon-remove{
  float: right;
  position: relative;
  top: 19px;
  cursor: pointer;
}
.beuszo .links{
  white-space: nowrap;
  font-size: 14px;
  padding: 20px 0px 10px 4px;
}
.beuszo .links ul {
    list-style: none;
    padding: 0;
    margin-left: 23px;
}
.beuszo .links li{
  width: 100%;
  height: 30px;
  overflow: hidden;
}
.beuszo .links li a{ 
  text-transform: uppercase;
  position: relative;
  top: -5px;
  left: 10px;
}
.beuszo .links li:before {
    line-height: 20px;
    font-size: 30px;
    content: "•";
    color: #D50000;
}



.href,.href:hover,.href:active,.href:visited,.href:link{
  text-decoration: none;
  color: #000000;
}
.center{text-align: center;}
.radio {
  position: relative;
}
.radio div {
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  border-radius: 36px;
  position: relative;
  left: -21px;
  top: -8px; 
}
.radio span {
  top: -28px;
  left: 14px;
  position: relative;
  float: left;
  cursor: default;
  font-weight: bold;
  font-size: 18px;
}
.checkbox .checkboxkorig {
  width: 300px;
  top: -6px;
  left: 12px;
  position: relative;
  float: left;
  cursor: default;
  font-weight: bold;
}
.checkbox .checkboxkorig2{
  width: 300px;
  top: 1px;
  left: 5px;
  position: relative;
  float: left;
  cursor: default;
  color: #555555;
}
.radioactive{
  color: #000000;
}
.radioinactive{
  color: #999999;
}
.radio label {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1;
  background: #ffffff;
}
.radio input[type=radio]:checked + label{
  background: #000000;
}
.checkbox {
  width: 18px;
  position: relative;
}
.checkbox label {
  cursor: pointer;
  position: absolute;
  width: 18px;
  height: 18px;
  top: -4px;
  left: 10px;
  background: #ffffff;
  border:1px solid #e0e0e0;
  /* -moz-box-shadow:    inset 0 0 2px #000000;
   -webkit-box-shadow: inset 0 0 2px #000000;
   box-shadow:         inset 0 0 2px #000000;*/
}
.checkbox label:after {
  opacity: 0.2;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 6px;
  left: 4px;
  border: 3px solid #D50000;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkbox label:hover::after {
  opacity: 0.5;
}
.checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.checkbox-position,
.checkbox-label{
  float: left;
  position: relative;
  left: 62px;
}
/********************************************************************/

.logobar{
  width: 100%;
  height: 70px;
  position: relative;
  top: 20px;
}
.logobar.row,.logobar.row .col-md-6{padding: 0px; margin: 0px;}

.logobar .header_contact{
  position: absolute;
  z-index: 1;
  color: #fff;
}
.logobar .header_contact a,
.logobar .header_contact a:hover{
  text-decoration: none;
  color: #fff;
}
.logobar .header_contact .glyphicon{
  position: relative;
  top: 2px;
  color: #d60000;
  margin-right: 5px;
}
.logobar .logo{
  margin-top: 18px;
  background-image: url(../../img/website/items/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 289px;
  height: 57px;
}
.logobar .lang, .logobar .search{
  margin-top: 40px;
  float: left;
}
.logobar .rss,
.logobar .fb,
.logobar .linkedin{
  margin-top: 36px;
  float: left;
  margin-right: 5px;  
}
.search-ico{
  color: #ffffff;
  font-size: 16px;
}
.logobar .search-input{
  background: transparent;
  border: 0px;
  color: #ffffff;
  text-align: left;
  width: 120px;
}
.logobar .lang, .logobar .rss,
.logobar .lang, .logobar .fb,
.logobar .lang, .logobar .linkedin{
  width: 28px;
  height: 23px;
  /*margin-left: 18px;*/ 
}
.logobar .eng{
  background-image: url(../../img/website/items/language_EN.png);
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center center; 
}
.logobar .hun{
  background-image: url(../../img/website/hun-icon.gif);
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center center; 
}
.login_header .login{
  float: right;
  background-image: url(../../img/website/items/icon_profile_black.png);
  background-size: auto 18px;
  background-repeat: no-repeat;
  background-position: center center; 
}
.logobar .login{
  /*background-image: url(../../img/website/items/icon_profile.png);
  background-size: auto 18px;
  background-repeat: no-repeat;
  background-position: center center;*/ 
  background-image: url(../../img/website/items/login_new.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 343px;
  height: 95px;
  position: relative;
  left: -40px;
}

.login_header .login{
  background-size: auto 28px;
  width: 26px;
  height: 28px;
  color: black;
}


.logobar .logout_href:hover{
  text-decoration: none;
}                
.logobar .logout{
  background-image: url(../../img/website/items/logout_new.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 343px;
  height: 95px;
  position: relative;
  left: -40px;
  color: #fff;
  text-decoration: none;
}
.logobar .logout div{
  position: relative;
  top: 24px;
  left: 70px;
  font-weight: bold;
}
.logobar .logout .fb_picture{
  float: left;
  width: 40px;
  margin-right: 10px;
}
.logobar .logout .fb_picture img{
  width: 100%;
  height: auto;
}
.logobar .logout div:nth-child(1){font-size: 16px;}
.logobar .logout div:nth-child(2){font-size: 14px;}


.socialLogin{
  padding-top: 30px;
  width: 100%;
  clear: both;
}
.socialLogin a{
  color: #fff;
  padding: 4px 8px 4px 40px;
  text-decoration: none; 
  background-size: auto 28px;
  background-position: top left;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.socialLogin .fb{
  background-image: url(../../img/website/facebook.png);
  background-color: rgba(67,92,150,1);
}
.socialLogin .li{
  background-image: url(../../img/website/linkedin.png);
  background-color: rgba(59,120,179,1);
}

.logobar .fb{
  background-image: url(../../img/website/items/icon_fb.png);
}

.logobar .linkedin{
  background-image: url(../../img/website/items/icon_in.png);
  display: none;
}

.logobar .rss{
  background-image: url(../../img/website/items/icon_RSS.png);
}
.logobar .rss,
.logobar .fb,
.logobar .linkedin{
  background-size: auto 18px;
  background-repeat: no-repeat;
  background-position: center center; 
}
.menuikon{
  padding: 10px;
  margin-right: 4px;  
}
.menuikon.ora{
  background-image: url(../../img/website/items/icon_lastminute.png);
  /*background-size: auto 18px;*/
  background-repeat: no-repeat;
  background-position: center center;
}
.footer .menuikon{
  display: none;
}


.footer{
  border-top: 1px solid #ffffff;
  /*min-height: 260px;*/
  padding-bottom: 20px;
}
.footerSlider-head{
  text-align: center;
  text-transform: uppercase;
  position: relative;
  color: #ffffff;
  line-height: 36px;
  top: -17px;
  width: 336px;
  height: 36px;
  margin: 0px auto;
  background-image: url(../../img/website/items/header_yachtbroker.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.footerSlider{
  margin-top: 69px;
  height: 234px;
  background-image: url(../../img/website/items/bg.png);
}
.wrapSlider{ 
  width: 960px; 
  height: 200px;
  margin: 0 auto; 
}

.footer.Bred .logo{
  margin-left: auto;
  margin-right: auto;
  margin-top: 28px;
  background-image: url(../../img/website/items/logo.png);
  background-repeat: no-repeat;
  background-position: center center;  
  width: 289px;
  height: 57px;  
}

.footer.Bred .hirlevel{
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}

.footer-login h4{ text-transform: uppercase; font-size: 14px;}
.footer-login input{float: left; width: 150px; height: 30px; background: #ffffff; border: 0px; text-align: center; border-radius: 0px; margin-left: 30px;}
.footer-login button{ margin-left: 1px; float: left; border: 0px; background: #ffffff; color: #000000; cursor: pointer; width: 38px; height: 30px; font-size: 11px; font-weight: bold;}
.footer-icons div{float: right; line-height: 24px; margin-top: 15px;}
.footer-icon-label{text-transform: uppercase;}
.footerIco{width: 24px; height: 24px; cursor: pointer; -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px; margin-left: 6px; background-position: -7px -6px;}
.rss-icon{ background-image: url(../../img/website/rss.png); background-size: 24px auto; background-repeat: no-repeat; padding: 12px; position: relative; top: 10px;}
.fb-icon{ background-image: url(../../img/website/items/icon_facebook.png); background-size: 24px auto; background-repeat: no-repeat; padding: 12px; position: relative; top: 10px;}
.footer-login button:hover,.footerIco:hover{
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75); 
}

.row{
  margin-left: 0px;
  margin-right: 0px;
}
.wrap{ 
	width: 960px; 
	margin: 0 auto; 
}
.red{    color: #D50000;}
.green{  color: #24D427;}
.orange{ color: #FF9900;}
.gray{   color: #555555;}
.yellow{ color: #F2FF03;}
.black{  color: #000000;}

.Bred{    background: #D50000;}
.Bgreen{  background: #24D427;}
.Borange{ background: #FF9900;}
.Bgray{   background: #555555;}
.Byellow{ background: #F2FF03;}
.Bblack{  background: #000000;}

.breadcrumb{
  padding: 8px 0px;
  list-style: outside none none;
  background-color: #fff;
  margin-bottom: 0px;
  border-radius: 0px;
  position: relative;  
}
.breadcrumb span{
  position: relative;
  top: -2px;
  font-size: 10px;
  color: #BCBDC1;
  margin-left: 4px;
  margin-right: 2px;
}
.breadcrumb a,
.breadcrumb a:hover{
  color: #0A515D;
}
.breadcrumb .waiting{
  /*display: none;*/
  position: absolute;
  background-color: rgba(255,255,255,1);
  z-index: 999;
  width: 100%;
  min-height: 36px;
  top: 0px;
  padding-top: 6px;
}
.breadcrumb .waiting .content{
  margin: 0 auto;
}
.breadcrumb .waiting .content .msg{
  color: #000;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
}
.breadcrumb .waiting .content .loading{
  background-image: url('../../img/rolling.gif');
  background-size: 20px 20px;
  display: inline-block;
  width: 20px; 
  height: 20px;
  margin-right: 20px;
}

.bodyHeader{
  width: 100%;
  min-height: 127px;
  background-image: url(../../img/website/items/bg.png);
}
@media (max-width: 960px){
  .bodyHeader,.footer.Bred,.footerSlider{
    width: 960px;
  }
}

.bodyLeft,.bodyRight{
  padding: 0px;
}
.bodyLeft{

}
div.bodyLeft.col-md-4{
  width: 30.33%;
}
div.bodyRight.col-md-8{
  width: 69.67%;
}
div.bodyRight{
  padding-left: 10px;
  float: right;
}
.other_cikk{
  float: right;
}
/********************************************************************/

.leftItem{
  width: 100%;
  margin-bottom: 14px;
}
.leftItem.box1{
  /*height: 360px;*/
}
.leftItem.box1 iframe{
  margin-top: 54px;
  width: 100%;
  height: 100%;
  background: transparent;
}
.leftItem.box2{
  margin-top: 40px;
  height: 188px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 188px;  
}
.leftItem.box3{
  margin-top: 34px;
  /*height: 1094px;*/
  overflow: auto;
  overflow-x: hidden;
}
.leftItem.box3Header{
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  position: relative;
  top: 10px;
}
.leftItem .sep{
  border-top: 1px solid #999999;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}
.leftItem.box4{
  border-left: 4px solid #D50000;
  background: #ffffff;
  padding-left: 10px;
}
.leftItem.box4 h3{
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0px;
}
.leftItem.box4 p{
  padding: 0px;
  margin: 10px 0px 0px 0px;
  line-height: 16px;
  font-size: 13px;
}
.leftItem.box4 i{
  font-size: 12px;
}
/********************************************************************/
.blogSubcategoriesContainer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.cover{
    background: #ffffff;
    height: 100%;
    position: absolute;
    z-index: 100;
    left: -1px;
    width: 2px;
}
.blogSubcategories ul{
  margin-left: 10px;
  position: relative;
  left: -10px;
}
.blogSubcategories ul li{
  position: relative;
  left: -40px;
  border-left: 1px solid #999999; 
  padding: 0px 5px 0px 5px; 
  list-style-type: none;
  display: inline-block;
  height: 21px;
  text-align: center;
}
.blogSubcategories a{
  color: #222222;
  text-decoration: none;
  text-transform: uppercase;
  padding: 2px 5px 2px 5px; 
}
.blogSubcategories a:hover{
  color: #ffffff;
  background: #D50000; 
}
/********************************************************************/
.rightItem{
  width: 100%;
  height: 326px;
  padding: 4px 0px 4px 0px;
}
.rightItem.box1{
  -webkit-box-shadow: 0px 2px 2px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0px 2px 2px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         0px 2px 2px 0px rgba(50, 50, 50, 0.5); 
  margin: 0px 0px 14px 0px;
  padding: 4px 4px 4px 4px;
  overflow: hidden; 
}
.rightItem.box4{
  
}
.rightItem.box4 a:hover,
.rightItem.box4 a{
  color: #000;
  text-decoration: none;
}
.rightItem.box4 .search{display: none;}
.rightItem.box1 .image,
.rightItem.box4 .image{
  width: 100%;
  height: 318px;
  background-repeat: no-repeat;
  background-position: center center;
}
.rightItem.box4 .image{
  border-top: 3px solid #D50000;
}
.rightItem.box1 .caption,
.rightItem.box4 .caption{
  position: relative;
  top: -70px;
}
.rightItem.box1 .category h2,
.rightItem.box4 .category h2{
  color: #ffffff;
  padding: 4px 18px 4px 18px;
  text-transform: uppercase;
  position: absolute;
  margin-top: -98px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: normal;
}
.rightItem.box4 .category h2{
  margin-left: 0px;
  margin-top: -245px;
}
.rightItem.box1 .title,
.rightItem.box4 .title{
  position: absolute;
  margin-top: -54px;
  text-transform: uppercase;
  border-bottom: 2px solid #D50000; 
  background-image: url(../../img/website/items/transparent_white.png);
}
.rightItem.box1 .title h1,
.rightItem.box4 .title h1{
  white-space: nowrap;
  margin: 5px 30px 5px 30px;
  font-size: 20px;
}
.rightItem.box4 .description,
.rightItem.box1 .description{
  height: 70px;
  padding: 5px;
  background-image: url(../../img/website/items/transparent_white.png);
}
.rightItem .box2.col-md-6:nth-child(1){
  margin-right: 9px;
}
.rightItem .box2.col-md-6{
  width: 49.3%;
  height: 318px;
  margin-right: ;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
  font-size: 12px;
}
.rightItem .box2.col-md-6 .image{
  width: 100%;
  height: 188px;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom: 2px solid #D50000;
}
.rightItem .box2 .category{
  float: right;
  position: relative;
  top: 143px;
}
.rightItem .box2 .category h2{
  font-size: 14px;
  color: #ffffff;
  padding: 4px 18px 4px 18px;
  text-transform: uppercase;
}
.rightItem .box2 .title h1{
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0px;
  padding: 0px;
}
.rightItem.box3{
  margin: 6px 3px 37px 0px;
  width: 658px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 658px auto;  
}
/******************************************************************************/
.wrapSlider iframe{
  width: 100%;
  height: 168px;
  background: transparent;
}
.wrapSlider .block-item{
  margin-left: 7px;
  margin-right: 17px;
}
.wrapSlider .block-item .image{
  width: 165px;
  height: 167px;
  background-repeat: no-repeat;
  background-position: center center;
}
.wrapSlider .block-item .name{
  position: relative;
  color: #ffffff;
  text-align: center;
  background: #D50000;
  width: 165px;
  top: -33px;
  line-height: 33px;
  height: 33px;
  overflow: hidden;
}
.carousel-control{
  width: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right
{
  font-size: 20px;
  top: 86px;
}
.carousel-control .glyphicon-chevron-left {
  left: 7px;  
}
.carousel-control .glyphicon-chevron-right {
  right: -5px;
}
.carousel-control.left,.carousel-control.right {
  background-image: none;
}

.cikk-header{
  margin: 0px 0px 10px 0px;
}
.author_data div{
  display: inline-block;
  height: 20px;
  margin: 14px 0px;
}
.author_name{ padding-right: 10px; margin-right: 10px; border-right: 1px solid #000000;}
.author_date{}
.author_actions{float: right;}
.author_actions .fb_icon,
.author_actions .gm_icon,
.author_actions .pr_icon,
.author_actions .in_icon{
  padding: 10px 10px 10px 10px;
  background-size: 19px auto;
  background-repeat: no-repeat;
  background-position: center center; 
  margin-left: 10px;
  cursor: pointer;
}
.author_actions .in_icon{
  padding: 10px 10px 10px 10px;
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center center; 
  margin-left: 10px;
  cursor: pointer;
  position: relative;
  left: 5px;
  top: -1px;
}
.author_actions .fb_icon{ background-image: url(../../img/website/items/icon_facebook.png);}
.author_actions .gm_icon{ background-image: url(../../img/website/items/icon_mail.png);}
.author_actions .pr_icon{ background-image: url(../../img/website/items/icon_print.png);}
.author_actions .in_icon{ background-image: url(../../img/website/items/icon_linkedin.png);}

.pagination span.disabled{
  color: #888888;
}
.pagination span{
  padding: 0px 5px 0px 5px;
  cursor: pointer;
}
#print_cikk,#Fprint{
  display: none;
}

.other_cikk .prev{float: left;}
.other_cikk .next{float: right;}
.other_cikk .prev span{margin-right: 5px;}
.other_cikk .next span{margin-left: 5px;}
.other_cikk .prev,
.other_cikk .next{
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 16px;
}
.searchResults{
  width:660px;
  float: right;
}

.searchResults .item{border-bottom: 2px solid #999999; padding-bottom: 20px; margin-bottom: 20px;}
.searchResults .itemCateg span{ padding: 4px 5px; color: #ffffff; text-transform: uppercase; background: #D50000;}
.searchResults .itemName h2{margin: 10px 0px 5px 0px; font-size: 16px; text-transform: uppercase;}
.searchResults .itemDesc p{padding: 0px; margin: 0px;}

.borderBottom2{border-bottom: 2px solid #e0e0e0;}
.registration_thanks{
  padding: 0px 10px;
}
.registration_thanks h1{
  font-size: 20px;
}
.loginForm{
  width: 400px;
  margin: 60px auto 0px auto;
  padding-bottom: 100px;
  text-align: right;
}
.loginSignIn{
  clear: both;
}
.login_header{
  padding-right: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.loginForm .login_header label{
  float: right;
  text-transform: uppercase;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  margin-left: 10px
}
.loginSignIn input, .loginSignIn button{
  width: 232px;
  margin-bottom: 10px;
  margin-left: 20px;
  border-radius: 0px;
}
.loginSignIn label, .loginSignIn input, .loginSignIn button{
  float: right;
  line-height: 30px;
}
.loginSignIn button{
  border: 0px;
  background: #D50000;
  color: #ffffff;
}

.frameOverlay2,
.frameOverlay1{
  text-transform: uppercase;
  background: #D50000;
  width: 100%;
  height: 68px;
  position: absolute;
  /*z-index: 10;*/
  background-repeat: no-repeat;
  line-height: 68px;
  padding-left: 80px;
  font-size: 20px;
  color: #ffffff;
  margin-top: 2px;
}
.frameOverlay2{
  margin-top: 10px;
}
.frameOverlay1{
  background-image: url(../../img/website/items/icon_charter.png);
  background-size: auto 60px;
  background-position: 15px center; 
}
.frameOverlay2{
  background-size: auto 80px;
  background-position: 0px center; 
  background-image: url(../../img/website/items/icon_lastminute_big.png);
}













