/*----------GENERAL START----------*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, input, form, label, textarea, img, header, nav, section, aside, footer {margin: 0; padding: 0; border: 0;}

li {list-style: none;}

.clear {float:none; clear: both;}

.nomargin {margin: 0 !important;}
.nopadding {padding: 0 !important;}
.noborder {border: 0 !important;}
.nobg {background: none !important;}

.alignLeft {text-align: left !important;}
.alignRight {text-align: right !important;}
.alignCenter {text-align: center !important;}
.alignJustify {text-align: justify !important;}

.floatLeft {float: left !important;}
.floatRight {float: right !important;}
.floatNone {float: none !important;}

.submit input, input.submit {cursor: pointer;}

body {
  color: #5b5b5b;
  font-family: Trebuchet ms;
  font-size: 62.5%;
}

a {
  color: #920b41;
  outline: none;
  text-decoration: none;
}
a:hover {text-decoration: underline;}

h1, h2, h3, h4, h5 {font-weight: bold;}
h2, h3, h4, h5 {color: #00c6ff;}

/*----------GENERAL END----------*/


/*----------HEADER START----------*/
header {
  position: relative;
  z-index: 10;
  background: #ffffff url(../images_resp/bg1-30percent.jpg) no-repeat center top;
}

header .header_h1 {
  color: #836047;
  font-size: 1em;
  font-weight: normal;
  height: 1.8em;
  line-height: 1.8em;
  margin: 0 auto -1.5em;
  overflow: hidden;
  text-align: left;
  width: 80%;
}

header .headerTopContainer {
  margin: 0 auto 0 auto;
  padding: 0;
  vertical-align: bottom;
  width: 162.0em;
}

header .logo {
  /*
  background: url("../images_resp/almaimotthona-logo.png") no-repeat scroll center center transparent;
  background-size: contain;
  height: 9.7em;
  */
  display: inline-block;
  width: 34.0em;
  vertical-align: bottom;
  max-width: 40%;
}

header .logo img {
  display: inline-block;
  width: 100%;
}

header .headerTopGadgetBar {
  display: inline-block;
  vertical-align: bottom;
}

header .headerShare {
  background: none repeat scroll 0 0 #e3f396;
  color: #404040;
  display: inline-block;
  font-size: 1.4em;
  font-weight: normal;
  height: 1.5em;
  max-height: 1.5em;
  max-width: 50%;
  padding: 0.6em 0.8em 0.2em 0.4em;
  vertical-align: bottom;
  /*width: 19em;*/
}

header .headerShare .toFavourites {
  float: left;
}

header .headerShare .toFavourites img {
  vertical-align: middle;
}

header .headerShareFB {
  display: inline-block;
  float: left;
  height: 1.4em;
  margin-left: 0.5em;
}

header .headerShareG {
  display: inline-block;
  float: left;
  height: 1.4em;
  margin-left: 0.5em;
}




header .loginContainer {
  background: none repeat scroll 0 0 #e3f396;
  color: #404040;
  display: inline-block;
  font-size: 1.4em;
  font-weight: normal;
  height: 1.5em;
  max-height: 1.5em;
  padding: 0.6em 1.0em 0.2em 1.0em;
  vertical-align: bottom;
  margin-left: 0.5em;
}

header .loginContainer a {
  display: inline-block;
  color: #836047;
  text-transform: uppercase;
}




header .headerSearchForm {
  background-color: #FFFFFF;
  -webkit-border-radius: 0.17em;
  -moz-border-radius: 0.17em;
  border-radius: 0.17em;
  color: #404040;
  display: inline-block;
  font-size: 1.8em;
  font-weight: normal;
  height: 0.8em;
  max-height: 0.8em;
  max-width: 50%;
  padding: 0.4em;
  vertical-align: top;
  width: 9em;
  margin-left: 0.5em;
}

header .headerSearchForm .headerSearchWord {
  display: inline-block;
  color: #404040;
  max-width: 80%;
  font-size: 0.7em;
  width: 80%;
  vertical-align: top;
}

header .headerSearchForm .submit {
  background: url("../images_resp/searchIcon2.png") no-repeat scroll center center transparent;
  background-size: 1.5em 1.5em;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  float: right;
  vertical-align: top;
  margin: -0.2em -0.2em 0 0;
}







header nav {
  display: block;
  font-size: 1.4em;
  height: 2.8em;
  background: #00c6ff;
  color: #ffffff;
  border-top: 3px solid #ffffff;

  /*
  background: #fff88c;
  background: -moz-linear-gradient(top,  #fff88c 0%, #ffd200 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff88c), color-stop(100%,#ffd200));
  background: -webkit-linear-gradient(top,  #fff88c 0%,#ffd200 100%);
  background: -o-linear-gradient(top,  #fff88c 0%,#ffd200 100%);
  background: -ms-linear-gradient(top,  #fff88c 0%,#ffd200 100%);
  background: linear-gradient(to bottom,  #fff88c 0%,#ffd200 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff88c', endColorstr='#ffd200',GradientType=0 );
  border-bottom: 1px solid #ffffff;

  -webkit-box-shadow: 0 3px 3px 0px #aaaaaa;
     -moz-box-shadow: 0 3px 3px 0px #aaaaaa;
          box-shadow: 0 3px 3px 0px #aaaaaa;
  */
}

header nav .top {
  width: 87em;
  max-width: 95%;
  margin: 0 auto;
  height: 100%;
}


header nav .top .headerNavMainMenu {
  display: inline-block;
  position: relative;
}

header nav .top .headerNavMainMenu li {
  display: inline-block;
}

header nav .top .headerNavMainMenu li:hover,
header nav .top .headerNavMainMenu li.active {
  background: #920b41;
}

header nav .top .headerNavMainMenu .headerNavSubMenu {
  display: none;
  background: #920b41;
}


header nav .top .headerNavMainMenu li:hover .headerNavSubMenu,
header nav .top .headerNavMainMenu li.active .headerNavSubMenu {
  display: inline-block;
  position: absolute;
  left: 0;
  /* bottom: -2.8em; */
  top: 2.8em;
}


header nav .top .headerNavMainMenu a {
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  height: 100%;
  line-height: 2.8em;
  margin-left: 1em;
  margin-right: 1em;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
}

header nav .top .headerNavMainMenu .headerNavSubMenu a:hover {
  text-decoration: underline;
}





header nav .top .headerNavSmall {
  display: none;
  position: relative;
}

header nav .top .headerNavSmall li {
  display: inline-block;
}

header nav .top .headerNavSmall .headerNavSmallMainLink {
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  height: 100%;
  line-height: 2.8em;
  margin-left: 1em;
  margin-right: 1em;
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle;
  padding-right: 2.1em;
  background: url("../images_resp/menuDownArrow.png") no-repeat center right scroll transparent;
}

header nav .top .headerNavSmall li:hover .headerNavSmallMainLink,
header nav .top .headerNavSmall li.active .headerNavSmallMainLink {
  color: #836047;
  background: url("../images_resp/menuDownArrowActive.png") no-repeat center right scroll transparent;
}


header nav .top .headerNavSmall li:hover,
header nav .top .headerNavSmall li.active {
  background: #b6deff;
}

header nav .top .headerNavSmall .headerNavSmallSubBlock {
  display: none;
  background: #b6deff;
  margin: 0;
  color: #51230a;
}


header nav .top .headerNavSmall li:hover .headerNavSmallSubBlock,
header nav .top .headerNavSmall li.active .headerNavSmallSubBlock {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 2.8em;
  padding: 0.8em;
}

header nav .headerNavSmallSubBlockPart {
  padding-top: 1em;
  margin-top: 1em;
  border-top: 2px solid #ffffff;
}


header .headerSearchFormSmall {
  background-color: #FFFFFF;
  -webkit-border-radius: 0.17em;
  -moz-border-radius: 0.17em;
  border-radius: 0.17em;
  color: #404040;
  display: inline-block;
  font-size: 1.2em;
  font-weight: normal;
  height: 0.8em;
  max-height: 0.8em;
  max-width: 50%;
  padding: 0.4em;
  vertical-align: top;
  width: 9em;
  margin-right: 0.5em;
}

header .headerSearchFormSmall .headerSearchWord {
  display: inline-block;
  color: #404040;
  max-width: 80%;
  font-size: 0.7em;
  width: 80%;
  vertical-align: top;
}

header .headerSearchFormSmall .submit {
  background: url("../images_resp/searchIcon2.png") no-repeat scroll center center transparent;
  background-size: 1.5em 1.5em;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  float: right;
  vertical-align: top;
  margin: -0.2em -0.2em 0 0;
}

header nav .headerNavSmallSubBlockSearch .loginContainerSmall {
  display: inline-block;
  margin-top: 0.3em;
}

header nav .headerNavSmallSubBlockSearch .loginContainerSmall a {
  color: #51230a;
  text-transform: uppercase;
  font-weight: bold;
}

header nav .headerNavSmallSubBlockM1 a {
  display: inline-block;
  padding: 0.2em 0.4em;
  background: #e7f4fe;
  color: #51230a;
  margin: 0 0.2em 0.5em 0;
  text-transform: uppercase;
  font-weight: bold;
}

header nav .headerNavSmallSubBlockTitle {
  display: block;
  margin-bottom: 0.5em;
  font-weight: normal;
}

header nav .headerNavSmallSubBlockM2 a,
header nav .headerNavSmallSubBlockRent a {
  display: inline-block;
  color: #51230a;
  margin: 0 1.2em 0.4em 0;
  text-transform: uppercase;
  font-weight: bold;
}



/*----------HEADER END----------*/
.nodeCollMenu{width:100%;border-bottom:2px solid #d1c2b6;background:#00c6ff;}
.nodeCollector{margin:auto;width:119.3em;}
.nodeCollector a{color:#fff;font-size:1.4em;padding:0.2em;display:inline-block;padding-left:0.5em;padding-right:0.5em;text-transform:uppercase;background-color:#00c6ff;}
.nodeCollector a:hover{text-decoration:none;background-color:#8e043b;}
/*----------FOOTER START--------*/

footer {
  border-top: 1px solid #d1c2b6;
  margin-top: 1em;
  padding-top: 1em;
  
  /*background: #ffffff url(../images_resp/bg1-30percent.jpg) no-repeat center center;*/
}

footer .footerMenu {
  font-size: 1.4em;
  line-height: 1.8em;
  margin-bottom: 0.5em;
}

footer .footerMenu a {
  color: #7d5a47;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 1em;
}

footer .footerCredit {
  font-size: 1.2em;
  margin-top: 1em;
}

footer .footerCredit a {
  color: #7d5a47;
}

footer .footerLogo {
  display: inline-block;
  max-width: 100%;
}

/*----------FOOTER END----------*/




/*----------MAIN START----------*/
.contentWrapper {
  z-index: 2;
  max-width:100%;
  overflow:hidden;
}

.content {
    width: 119.4em;
    max-width: 95%;
    margin: 0 auto;
    padding: 1.5em;
    padding-top: 0em;
    z-index: 4;
}

.colJoin5 {
  float: left;
  width: 162.0em;
  max-width: 100%;
}

.colJoin4 {
    float: left;
    width: 119.25em;
    max-width: 100%;
}
.colJoin3 {
    float: left;
    width: 89em;
    max-width: 100%;
}
.colJoin2.mainDoubleBoxLeft {
    margin-right: 1.75em;
    margin-bottom: 2em;
}
.colJoin2 {
    float: left;
    width: 58.75em;
    max-width: 100%;
}
.oneCol {
    float: left;
    width: 28.5em;
    max-width: 100%;
}

.col1 {
    width: 28.5em;
}

.col2, .col3, .col4, .col5 {
    width: 28.5em;
    margin-left: 1.75em;
}

.col12345, .col1234, .col123, .col12 {
  max-width: 100%;
  overflow: hidden;
}

.mainContentBox {
  float: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5em;
}

.mainContentBoxInnerWithBorder {
    overflow: hidden;
    padding: 0.5em;
}
.newsList {
    max-width:100%;
    width:100%;
    background-color:#FFF;
    margin-bottom: 1.3em;
    clear:both;
    float:none;
    overflow:hidden;
}
.newsList .itemImg {
    float:left;
    margin-right:10px;
    height:133px;
}
.newsList h3 {
    font-size:1.6em;
    color:#000;
    margin-bottom:3px;
    padding-top:3px;
    max-height:50px;
    overflow:hidden;
}
.newsList .itemHeader {
    font-weight:bold;
    font-size:1.4em;
    margin-bottom:8px;
}
.newsList .itemHeader a{
  color: #930c43;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:-0.3px;
}
.newsList .itemHeader a:hover{
  color: #c42630;
  text-decoration:none;
}
.newsList h3 a{
    color: #4e4e4e;
    line-height: 1.5em;
}
.newsList h3 a:hover{
    color:#f08703;
    text-decoration:none;
}
.newsList .itemDesc{
    font-size:1.2em;
    max-height:55px;
    overflow:hidden;
    max-width: 100%;
    padding-right: 10px;
    color: #828586;
}

.mainBox {
  display: inline-block;
  width: 31em;
  max-width: 100%;
  margin-bottom: 1.5em;
}


.mainBox .mainBoxInner {
}
.mainBox .mainBoxInnerWithBorder {overflow: hidden;}

.mainBox .mainBoxTopImage {
  width: 100%;
}

.mainBox .mainBoxFooter {padding: 0.8em 1em 0.8em 1em;background: rgb(0, 198, 255);text-align: center;letter-spacing: 0.03em;}

.mainBox .mainBoxMiddle h3, .mainBox .mainBoxMiddle p, .mainBox .mainBoxMiddle a {
  color: #000;
}

.mainBox .mainBoxMiddle h3 a {
  color: #000;
}

.mainBox .mainBoxMiddle h3 {
   font-size: 1.9em;
   margin-bottom: 1em;
   letter-spacing: 0em;
   line-height:1.4;
   font-weight: 600;
   color: #000000;
   height:2.6em;
   overflow:hidden;
   position: relative;
   padding: 0.3em;
   margin-left: 0em;
}
.mainBox:hover .mainBoxMiddle h3 {
  /* background-color: rgba(107, 10, 8, 0.8); */
}
.mainBox .mainBoxMiddle p {
font-size: 1.4em;
text-align: justify;
font-weight: 300;
}

.mainBox .mainBoxFooter a {
color: #ECECEC;
font-size: 1.4em;
font-weight: 500;
}
.mainBoxDouble {
    display: inline-block;
    width: 57.5em;
    max-width: 100%;
    margin-bottom: 1.5em;
    background-color: #FFF;
}
.mainBoxDouble .mainBoxDoubleInner .mainBoxDoubleImageContent {
    width: 100%;
    height: 42em;
    overflow: hidden;
}
.mainBox .mainBoxHeader, .mainBoxDouble .mainBoxTitle {
  font-size:2.2em;
  height:3em;
  margin-top:-3.8em;
  position:relative;
  background-color: rgba(0, 198, 255, 0.3);
  padding:0.4em;
}
.mainBox .mainBoxHeader, .mainBoxDouble .mainBoxTitle a{
  color:#FEFEFE;
}
.mainBox .mainBoxHeader, .mainBoxDouble .mainBoxTitle a:hover{
  text-decoration:none;
  color:#FFF;
}
.mainBox .mainBoxHeader, .mainBoxDouble .mainBoxTitle .mainBoxHeader a{
  color: #fdd501;
  text-shadow: 0px 0px 3px #232021;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:-0.3px;
}
.mainBox .mainBoxHeader, .mainBoxDouble .mainBoxTitle .mainBoxHeader a:hover{
  color:#FFF;
  text-decoration:none;
}
.mainBox .mainBoxHeader, .mainBoxDouble .mainBoxHeader {
  font-size:1em;
  margin-top:-2em;
  height:2em;
  color:#
}
.mainBox:hover .mainBoxHeader, 
.mainBoxDouble:hover .mainBoxTitle {
  background-color: rgba(0, 198, 255, 0.9);
}
.mainBox .mainBoxHeader {
    font-size: 1.2em;
    padding-left: 0.5em;
}
.mainBoxDouble .mainBoxDoubleInner .mainBoxDoubleImageContent img {
    min-width: 100%;
    min-height: 100%;
}
.mainbox
.mainBoxDouble .mainBoxDoubleWithBorder {
    overflow: hidden;
}
.mainBoxDouble .mainBoxDoubleImage {
    display: inline-block;
}
.mainBoxDouble .mainBoxDoubleMiddle {
    width: 95%;
    max-height: 10em;
    margin-top: 0.7em;
    padding-left: 0.8em;
    font-size: 1.2em;
    line-height: 1.8em;
}
.newsBoxDouble h3 {
    overflow: hidden;
}
.newsBoxDouble h3 a {
    padding-top: 0em;
}
.newsBoxDouble .mainBoxDoubleMiddle p {
    font-size: 1.6em;
    color: #000;
    text-align: justify;
    margin-bottom: 1em;
    height: 6em;
    line-height: 1.5em;
    overflow: hidden;
}
.newsBoxDouble .mainBoxDoubleMiddle .mainBoxDoubleFooter {
    font-size: 1.4em;
}
.newsBoxDouble .mainBoxDoubleMiddle .mainBoxDoubleFooter a {
    font-weight: bold;
}
.bannerBox .mainBoxInner {
    background-color: #E7E7E7 !important;
    padding: 0.5em;
}

.bannerBox .bannerImage {
  display: block;
  width: 100%;
}

.mainWideBannerBox {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}

.mainWideBannerBox .bannerImage {
  max-width: 100%;
}




.videoBox .youtube-player {
  display: block;
  width: 100%;
  border: 0 none;
  height: 24.0em;
}

.recipeBox {
}

.consultBox {
}

.consultBox .consultBoxTop {
  padding: 1.5em 1.5em 1em 1.5em;
}

.consultBox .consultBoxMiddle {
  clear: both;
  padding: 1.5em 1.5em 1em 1.5em;
  border-top: 1px solid #e7e7e7;
}

.consultBox .consultBoxTop img {
  margin: 0 1.2em 1em 0;
  float: left;
  width: 9em;
  max-width: 35%;
}

.consultBox .consultBoxTop h3 {
  font-size: 1.8em;
  margin-bottom: 1.5em;
}

.consultBox .consultBoxTop h3 a {
  font-weight: bold;
}

.consultBox .consultBoxTop .consultBoxQuestion {
  font-size: 1.4em;
  text-align: justify;
}

.consultBox .consultBoxTop .consultBoxQuestion a {
  font-weight: bold;
  color: #404040;
}

.consultBox .consultBoxMiddle .consultBoxAnswer {
  font-size: 1.4em;
  text-align: justify;
}

.productBox .productBoxTop {
  padding: 1.5em 1.5em 1.5em 1em;
}

.productBox .productBoxTop h3 {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 0.8em;
}

.productBox .productBoxTop h3 a {
  color: #252525;
}

.productBox .productBoxTop img {
  display: block;
  margin: 0 auto 1em;
  max-width: 100%;
  width: 27em;
}
.newsletterBox .mainBoxInner,
.calendarBox .mainBoxInner,
.voteMainBox .mainBoxInner {
    background-color: transparent;
}

.newsletterBox .newsletterBoxInner {
  padding: 1.5em;
}

.newsletterBox .newsletterBoxInner h3 {
  font-size: 2.0em;
  margin-bottom: 1em;
}

.newsletterBox .newsletterBoxInner h3 a, .newsletterBox .newsletterBoxInner p, .newsletterBox .newsletterBoxInner {
  color: #252525;
}

.newsletterBox .newsletterBoxInner p {
  font-size: 1.4em;
  margin-bottom: 1em;
}

.newsletterBox .newsletterBoxInner .newsletterName,
.newsletterBox .newsletterBoxInner .newsletterEmail {
  font-size: 1.4em;
  clear: both;
}

.newsletterBox .newsletterBoxInner .newsletterName input,
.newsletterBox .newsletterBoxInner .newsletterEmail input {
  width: 70%;
  display: block;
  float: left;
  border: 1px solid #9c9c9c;
  padding: 0.2em 0.4em;
  margin-bottom: 0.6em;
}

.newsletterBox .newsletterBoxInner .newsletterName label,
.newsletterBox .newsletterBoxInner .newsletterEmail label {
  width: 12%;
  margin-right: 8%;
  margin-top: 0.3em;
  display: block;
  float: left;
}

.newsletterBox .newsletterBoxInner .newsletterSubmit {
  clear: both;
  text-align: right;
  font-size: 1.4em;
  padding-right: 4%;
}

.newsletterBox .newsletterBoxInner .newsletterSubmit input {
  display: inline-block;
  background: none;
  color: #920b41;
  font-weight: bold;
  cursor: pointer;
}

.servicesBox .servicesBoxMiddle {
  padding: 1.5em 1.5em 1em 1.5em;
}

.servicesBox .servicesBoxMiddle h3 {
  font-size: 1.8em;
  margin-bottom: 0.8em;
}

.servicesBox .servicesBoxMiddle img,
.marketplaceBox .marketplaceBoxMiddle img {
  display: block;
  margin: 0 auto 1em;
  max-width: 100%;
  width: 27em;
}

.servicesBox .servicesBoxMiddle p,
.marketplaceBox .marketplaceBoxMiddle p {
  font-size: 1.4em;
  color: #404040;
}

.servicesBox .servicesBoxMiddle p span {
  display: inline-block;
  width: 4.5em;
  max-width: 25%;
}

.marketplaceBox .marketplaceBoxMiddle {
  padding: 1.5em 1.5em 1em 1.5em;
}

.marketplaceBox .marketplaceBoxMiddle h3 {
  font-size: 1.8em;
  margin-bottom: 0.8em;
}

.marketplaceBox .marketplaceBoxMiddle h3 a {
  color: #252525;
}


.navbar {
  color: #5b5b5b;
  margin-left: 2px;
  font-weight: normal;
  font-size: 1.4em;
  margin-bottom: 1em;
}

.navbar a {
  color: #5b5b5b;
}

.voteMainBox .mainBoxMiddle h3 a {
  color: #404040;
}

.voteMainBox .voteMainBoxRow {
  margin-bottom: 0.5em;
}

.voteMainBox .voteMainBoxRow label {
  display: inline-block;
  font-size: 1.4em;
  margin-left: 0.5em;
  max-width: 70%;
  vertical-align: top;
}

.voteMainBox .voteMainBoxRow input {
  margin-top: 0.2em;
  vertical-align: top;
}

.voteMainBox .submit input {
  background: none;
  color: #fe7010;
  font-size: 1.4em;
  font-weight: bold;
  display: block;
  margin: 1.0em 0 0.5em;
  text-transform: uppercase;
  text-decoration: underline;
}

.voteMainBox .mainBoxMiddle a {
  color: #fe7010;
}




.FBLikeBoxMainBox .fb_iframe_widget,
.FBLikeBoxMainBox .fb_iframe_widget span,
.FBLikeBoxMainBox .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.addMoreNews {
  display: inline-block;
  background: #e3f396;
  color: #920b41;
  text-transform: uppercase;
  font-size: 1.8em;
  padding: 0.4em 1.2em;
}

.calendarBox .boxTitle {
  text-align: center;
  margin-top: 1.0em;
}

.calendarBox .calendarMonth {
  font-size: 1.4em;
  font-weight: normal;
  margin-bottom: 1em;
}

.calendarBox .mainBoxInner .calendarMonth a {
  color: #920b41;

}

.calendarBox table {
  border-spacing: 0.3em;
  font-size: 1.4em;
  width: 100%;
  margin: 0 auto 1.0em;
  table-layout: fixed;
}

.calendarBox th {
  color: #010101;
}

.calendarBox td, .calendarBox th {
  width: 14.38%;
  text-align: center;
  vertical-align: middle;
  height: 1.4em;
}

.calendarBox td {
    background-color: #fefeff;
    color: black;
    text-align: center;
}

.calendarBox td.active {
    padding: 0;
}

.calendarBox td.active a {
  background-color: #0963ab;
  color: #ffffff;
  display: block;
  font-weight: bold;
  padding: 0.2em 0;
}

.calendarBox td.active a:hover {
  background-color: #920b41;
  color: #e9edf4;
  display: block;
  font-weight: bold;
  padding: 0.2em 0;
}




.calendarBox .calendarLinks {
  background-color: #920b41;
  padding: 0;
  color: #ffffff;
}

.calendarBox .calendarLinks a {
  color: #ffffff;
}

.calendarBox .calendarLinks div {
  padding: 2em 1.5em;
  font-size: 1.4em;
}

.calendarBox .calendarLinks div {
  display: none;
}

.newsListBoxes {
  font-size: 10px;
}
.newsListBoxes .item {
  clear:none;
  height: 43em;
  overflow:hidden;
}
.newsListBoxes .item .itemDesc{
  font-size:12px;
  text-align: justify;
}
.newsListBoxes .item .itemInner {
  padding: 1em;
  border: 1px solid #B0B0B0;
  margin-top: 0px;
  overflow: hidden;
  height: 13em;
}
.newsListBoxes .item img {
  float:none;
  display:block;
  max-width:100%;
  width:100%;
  margin:0px;
}
.newsListBoxes .item h3 a {
  color: #102d68;
  font-family: Trebuchet\ ms;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
}
.newsListBoxes .item h3{
  font-size: 1.8em;
  margin-bottom: 0.3em;
  max-height: 2.6em;
  overflow: hidden;
}
.newsListBoxes .item .more a {
  color: #FFF;
}
.newsListBoxes .item .more {
  float: right;
  background-color: #F28C03;
  color: #FFF;
  text-transform: uppercase;
  padding: 5px;
  padding-bottom: 2px;
  font-size: 14px;
  font-family: Trebuchet\ ms;
  line-height: 22px;
}




















.viewPage .contentTitle {
  font-size: 2.9em;
  font-weight: normal;
  color: #5b5b5b;
  margin-bottom: 0.8em;
  margin-top: 0.5em;
}

.viewPage .top {
  border-bottom: 1px solid #d4d4d4;
  border-top: 0px solid #c0c0c0;
  margin-bottom: 0em;
  font-size: 1.4em;
  line-height: 2.4em;
  text-align: right;
  min-height: 2.2em;
}

.viewPage .top .date {
  color: #5b5b5b;
}

.shareTopG {
  border: none;
  float: left;
  display: inline-block;
  margin-right: 1em;
  vertical-align: middle;
  line-height: 0.1em;
  margin-top: 0.4em;
  max-height: 2.0em;
}

.shareTopFB {
  width: 450px;
  float: left;
  overflow: visible;
  text-align: left;
}

.shareTopFB .fb_iframe_widget>span {margin-top: 0.4em; width: 450px !important; overflow: visible !important; float: left;} 
.shareTopFB .fb-like-box{margin-top: 0.4em; width: 450px !important; overflow: visible !important;}
.shareTopFB .fb-like-box iframe[style] { 
/*  overflow: visible !important;  */
  border: none;
  float: left;
  display: inline-block;
  margin-right: 1em;
  vertical-align: middle;
  line-height: 0.1em;
  margin-top: 0.4em;
  margin: 0;
  max-height: 2.0em;
  position: absolute;
}
.pottyok {
  clear: both;
  float: none;
  text-align: center;
  margin-bottom: 2.5em;
}

.pottyok a, .pottyok span {
  color: #fe7010;
  font-size: 1.6em;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2em;
}

.pottyok .pottyokElozo {
  margin-right: 0.5em;
}

.pottyok .pottyokKovetkezo {
  margin-left: 0.5em;
  margin-right: 0;
}

.pottyok .pottyInaktiv {
  background: url("../images_resp/pottyInaktiv.png") no-repeat scroll center center transparent;
  width: 13px;
  height: 13px;
}

.pottyok .pottyAktiv {
  background: url("../images_resp/pottyAktiv.png") no-repeat scroll center center transparent;
  width: 13px;
  height: 13px;
}

.hirdetesHeader {
  text-align: right;
  margin: 0 0 0.3em 0;
  font-size: 1em;
  font-weight: normal;
  color: #626363;
}

.newsBigShare {
  text-align: center;
  padding-top: 5.0em;
  height: 25.0em;
  position: relative;
}

.newsBigShare .fb-share-button {
  position: relative;
  left: -7.3em;
}


.newsBigShare iframe {
  transform: scale(2.72);
  -ms-transform: scale(2.72);
  -webkit-transform: scale(2.72);
  -o-transform: scale(2.72);
  -moz-transform: scale(2.72);
  transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
}

.newsViewPage .newsCenterCol {
    position: relative;
    width: 72.5em;
    margin: 0 auto;
    max-width: 100%;
}

.newsViewPage .newsCenterCol .newsBannerLeft {
  position: absolute;
  top: 4.5em;
  left: -13.5em;
  width: 12em;
  margin-bottom: 1.5em;
}

.newsViewPage .newsCenterCol .newsBannerRight {
  position: absolute;
  top: 4.5em;
  right: -13.5em;
  width: 12em;
  margin-bottom: 1.5em;
}

.newsViewPage .newsCenterCol .newsBannerBottom {
  width: 100%;
  margin-bottom: 1.5em;
}

.newsViewPage .currentHeaderTitle {
  font-weight: bold;
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 1em;
}

.viewPage .firstNewsImage {
  margin: 0 auto 2.0em auto;
  display: block;
}

.viewPage .abstract {
  color: #5b5b5b;
  font-size: 1.8em;
  font-weight: bold;
  text-align: justify;
  line-height: 1.5em;
  margin-bottom: 0.8em;
}

.viewPage img {
  max-width: 100%;
  height: auto !important;
}

.viewPage iframe {
  max-width: 100%;
}

.viewPage .fck {
  color: #5e5e5e;
  overflow: hidden;
  text-align: justify;
  font-size: 1.4em;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}

.viewPage .fck ul li {list-style: disc;}

.viewPage .fck ol, .fck ul {padding-left: 2em;}
.viewPage .fck ol li {list-style: decimal;}

.viewPage .fck table {
  border-spacing: 0;  border-collapse: collapse;
  margin: 1em 0;
}
.viewPage .fck table, .viewPage .fck table td, .viewPage .fck table th {border: 1px solid #5e5e5e;}
.viewPage .fck table td, .viewPage .fck table th {
  padding: 0.8em;
}
/*newsBoxinNews*/
.viewPage .fck .newsBoxinNews {
    border:1px solid #CCC;
    margin-top: 10px;
    margin-bottom: 10px;
}
.viewPage .fck .newsBoxinNews .boxInner{
    padding:5px;
    margin-left:10px;
    height:135px;
    overflow:hidden;
}
.viewPage .fck .newsBoxinNews .boxInnerImg {
    float:left;
    width:180px !important;
    height:145px  !important;
    margin-right:10px;
    overflow: hidden;
}
.viewPage .fck .newsBoxinNews .boxInnerImg img{
    width: auto !important;
    max-width: none !important;
    height:145px !important;
}
.viewPage .fck .newsBoxinNews .boxInner  h3{
    line-height:1.3em;
}
.viewPage .fck .newsBoxinNews .boxInner .mainBoxMiddle {
    line-height:1.3
}
/*newsBoxinNews End -- */
.newsViewPage .cikkKov {
  font-size: 1.8em;
  font-weight: bold;
}

.cattreeBox h2 {
    border-bottom: 1px solid  #858585;
    color: #f08703;
    padding:0.5em;
    padding-bottom: 0.2em;
    font-size:1.8em;
    margin-bottom:0.5em;
    text-transform: uppercase;
}
.cattreeBox .col1,
.cattreeBox .col2{
    width:100%;
    max-width: 28em;
    float:left;
    overflow: hidden;
}
.cattreeBox .newsInCatreeBox,
.cattreeBox.newsInCatreeBox {
    margin-bottom: 2em;
    height: auto;
    overflow:hidden;
    color: #828586;
}
.cattreeBox .newsInCatreeBox.doubleCatreeBox {
    min-height: 36em;
    max-height: 42em;
}
.cattreeBox .newsInCatreeBox .boxInnerImg{
    width:100%;
}
.cattreeBox .newsInCatreeBox .boxInnerImg img {
    width:100%;
}
.cattreeBox .newsInCatreeBox .boxInner a{
    color:#000;
    background-color:#FFF;
    padding-right:0.3em;
    padding-top:0.2em;
    white-space:pre-wrap;
}
.cattreeBox .newsInCatreeBox .boxInner a:hover{
    color: #930c42;
    text-decoration:none;
}
.cattreeBox .newsInCatreeBox.newsNoThumb .boxInner a {
    font-size:1.1em;
    line-height:1.5;
}

.cattreeBox .newsInCatreeBox.newsNoThumb:hover .boxInner a,
.cattreeBox .newsInCatreeBox.newsNoThumb .boxInner a:hover { 
  text-decoration:none;
  color:#f08703;
}
.cattreeBox .newsInCatreeBox .boxInner .mainBoxHeader a{
    color: #fefefe;
    padding:0.2em;
    padding-bottom:0.5em;
    padding-right:0.5em;
    padding-left: 0.5em;
    text-transform:uppercase;
    background-color: transparent;
    letter-spacing: -0.5px;
    font-weight: 800;
}
.cattreeBox .newsInCatreeBox .boxInner .mainBoxHeader a:hover{
    text-decoration:none;
    color:#f08703;
}
.cattreeBox .newsInCatreeBox .boxInner .mainBoxHeader {
    position:relative;
    margin-bottom: 0.2em;
}
.cattreeBox .newsInCatreeBox .boxInner {
    font-size:1.4em;
    margin-top: -2.05em;
    line-height:1.8em;
    background-color:#FFF;
    display:block;
}
.cattreeBox .newsInCatreeBox.newsNoThumb {
    margin-bottom: 1.5em;
    max-height: 13em;
    height: auto;
}
.cattreeBox .newsInCatreeBox.newsNoThumb .boxInner {
    margin-top:0em;
}
.cattreeBox .newsInCatreeBox.newsNoThumb .boxInner h3{
    margin-top:0em;
}
.cattreeBox .newsInCatreeBox.newsNoThumb .boxInner a.headCat{
    color: #d10a11;
    font-weight:bold;
    padding-right:0.3em;
    display:inline-block;
}
.cattreeBox .newsInCatreeBox.newsNoThumb .boxInner .headCat h3{
    display:inline-block;
}
.cattreeBox .newsInCatreeBox.newsNoThumb .boxInner .headCat h3 a{
    display:inline-block;
}

.viewPage .fck .newsBoxinNews {
    border:1px solid #CCC;
    margin-top: 10px;
    margin-bottom: 10px;
}
.viewPage .fck .newsBoxinNews .boxInner{
    padding:5px;
    margin-left:10px;
    height:135px;
    overflow:hidden;
}
.viewPage .fck .newsBoxinNews .boxInnerImg {
    float:left;
    width:180px !important;
    height:145px  !important;
    margin-right:10px;
    overflow: hidden;
}
.viewPage .fck .newsBoxinNews .boxInnerImg img{
    width: auto !important;
    max-width: none !important;
    height:145px !important;
}
.viewPage .fck .newsBoxinNews .boxInner  h3{
    line-height:1.3em;
}
.viewPage .fck .newsBoxinNews .boxInner .mainBoxMiddle {
    line-height:1.3
}
/*newsBoxinNews End -- */
.viewPage .newsShareBadges {
  background: url("../images_resp/newsShareBottom.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
  background-size: contain;
  margin: 1em 0 2.5em;
  min-height: 24px;
  padding: 48px 0 0 81px;
}

.viewPage .newsShareBadges .newsShareFBShareButton {
  height: 24px;
  padding: 0;
  display: inline-block;
  margin-top: 2px;
  vertical-align: top;
}

.viewPage .newsShareBadges .newsShareGShareButton {
  height: 24px;
  padding: 0;
  display: inline-block;
  margin-right: 1em;
  vertical-align: top;
}

.viewPage .commentsFBBlockTitle {
  font-size: 2.4em;
  font-weight: normal;
  color: #464646;
  margin: 0.2em 0 0.5em;
}


.newsKapcsNews {
  margin-top:2em;
}

.newsKapcsNews .newsKapcsBoxItem {
    width:100%;
    display: block;
    float: left;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    height: auto;
    border-bottom: 1px solid #f1f1f1;
}
.newsKapcsNews .newsKapcsBoxItem .boxImg{
    float:left;
    overflow:hidden;
    width:30%;
}
.newsKapcsNews .newsKapcsBoxItem .boxImg img{
    width:266px;
}
.newsKapcsNews .newsKapcsBoxItem .boxTxt{
    margin-left:4em;
    float:left;
    width:60%;
}
.newsKapcsNews .newsKapcsBoxItem .boxTxt .boxTitle{
    font-size:2em;
    color:#323232;
    font-weight:bold;
}
.newsKapcsNews .newsKapcsBoxItem .boxTxt .boxDate{
    font-size:1.3em;
    color:#848484;
    padding-top:0.2em;
    padding-bottom:0.2em;
}
.newsKapcsNews .newsKapcsBoxItem:hover .boxTitle {
  color: #00c6ff;
}
.newsKapcsNews .newsKapcsBoxItem .boxTxt .boxDesc {
    color:#323232;
    font-size:1.3em;
}
.newsKapcsNews .newsKapcsItem a{
    color:#323232;
    width:100%;
    display:block;
    font-weight:bold;
}
.newsKapcsNews .newsKapcsItem {
    font-size:1.4em;
    line-height:1.7;
    margin-bottom:0.3em;
}
.newsKapcsNews .newsKapcsItem span{
    color:#848484;
    padding-right:1.5em;
    width:100%;
    display:block;
    margin-bottom:-0.4em;
}


.viewPage .newsKapcsBox {
  clear: both;
  margin: 0 0 1.5em;
}

.viewPage .newsKapcsBoxTitle {
  text-align: center;
  font-size: 2.4em;
  font-weight: normal;
  color: #464646;
  margin-bottom: 0.5em;
}

.viewPage .newsKapcsBox .newsKapcsBoxItem {
  display: block;
  float: left;
  width: 32%;
  margin-right: 2%;
  position: relative;
}

.viewPage .newsKapcsBox .newsKapcsBoxItem:last-of-type {
  margin-right: 0;
}

.viewPage .newsKapcsBox .newsKapcsBoxItem img {
  display: block;
  width: 100%;
}

.viewPage .newsKapcsBox .newsKapcsBoxItem p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.6em;
  padding: 0.7em;
  font-size: 1.6em;
  color: #ffffff;
  background-color: rgba(24, 99, 158, 0.83);
  overflow: hidden;
}

.shareContainer {
  clear: both;
  border-top: 0px solid #c0c0c0;
  border-bottom: 1px solid #d4d4d4;
  margin: 1em 0 0.5em 0;
  text-align: right;
}

.shareContainer .shareFB  {
  border: none;
  float: left;
  margin: 4px 5px 0 0;
}

.shareContainer .shareG  {
  border: none;
  float: left;
  margin: -2px 0 0 0;
  width: 65px;
}

.shareContainer a, .shareContainer p {line-height: 28px; margin: 0px;}

.shareContainer .osszaMeg {
  float: left;
  margin-right: 10px;
  font-size: 1.4em;
  line-height: 28px;
}

.shareContainer .addthis_toolbox {      
  float: left;
  height: 21px;
  margin-top: 1px;
  padding-top: 5px;
  width: 215px;
}

.shareContainer .divide, .shareHorizontal .divide {
  border-right: 1px solid #c0c0c0;
  display: block;
  float: left;
  margin: 0 3px;
  width: 2px;  height: 16px;
}

.shareContainer .addthis_button_twitter span, .shareVertical .addthis_button_twitter span {
  background: url(../images_resp/twitterButton.png);
    background-size: 19px 18px;
    background-repeat: no-repeat;
}

.shareContainer .addthis_button_email span {
  background: url(../images_resp/emailButton3.png);
    background-size: 21px 21px;
    background-repeat: no-repeat;
}

.shareContainer .addthis_button_print span {
  background: url(../images_resp/printButton.png);
    background-size: 21px 21px;
    background-repeat: no-repeat;
}

.shareContainer .addthis_button_google span, .shareVertical .addthis_button_google span {
  background: url(../images_resp/googleButton.png) no-repeat;
  margin-top: 1px;
  width: 16px;  height: 16px;
}

.shareContainer .backLink {
  font-size: 1.4em;
  line-height: 28px;
}


.labelContainer {
  margin-bottom: 1em;
  font-size: 1.4em;
  text-align: right;
  clear: both;
}

.newsLabel .labelContainer{
    margin:0;
    padding:0;
    width:100%;
    text-align:left;
    color: #FFF;
}
.newsLabel .labelContainer span{
    display:none;
}
.newsLabel .labelContainer a{
    padding:0.2em;
    padding-left:0.3em;
    padding-right:0.3em;
    background-color: #00c6ff;
    color:#FEFEFE;
    text-transform:uppercase;
    font-size:0.9em;
}
.newsLabel .labelContainer a:hover{
    background-color: #fdd501;
    text-decoration:none;
    color:#858585;
}


.kekGomb {
  display: inline-block;
  background-color: #00c6ff;
  border: 0px none;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.4em;
  padding: 0.4em 1.4em;
  text-align: center;
  cursor: pointer;
  line-height: 1em;
  width: auto !important;
}

.szurkeGomb {
  display: inline-block;
  background-color: #cccccc;
  border: 0px none;
  color: #000000;
  font-weight: bold;
  font-size: 1.4em;
  padding: 0.4em 1.4em;
  text-align: center;
  cursor: pointer;
  line-height: 1em;
  width: auto !important;
}

.userLoginForm form > div {
  margin-bottom: 0.8em;
}

.userLoginForm label {
  display: inline-block;
  margin-right: 1.5em;
  font-size: 1.4em;
  width: 10em;
  max-width: 95%;
}

.userLoginForm .form_text {
  display: inline-block;
  font-size: 1.4em;
  border: 1px solid #AAAAAA;
  padding: 0.2em 0.4em;
  width: 43em;
  max-width: 95%;
}

.userLoginForm .form_checkboxes {
  display: inline-block;
  width: 61em;
  max-width: 95%;
  vertical-align: top;
}

.userLoginForm .form_checkboxes input {
  margin-right: 1em;
  vertical-align: top;
}

.userLoginForm .form_checkboxes label {
  width: 58em;
  margin: 0;
  vertical-align: top;
  max-width: 90%;
}









/*
.viewPage .viewPageLeft {
  float: left;
  vertical-align: top;
  width: 64%;
  margin: 0 3% 1.5em 0;
}

.viewPage .viewPageRight {
  float: left;
  vertical-align: top;
  width: 33%;
  margin: 0 0 1.5em 0;
}
*/

.viewPage .viewPageLeft,
.viewPage .viewPageRight {
    float: none;
    clear: both;
    vertical-align: top;
    width: 100%;
    margin: 0 0 1.5em 0;
}




.forumListPage .forumHeader {
  border-bottom: 1px solid #c0c0c0;
  border-top: 1px solid #c0c0c0;
  line-height: 2.4em;
  text-align: right;
}

.forumListPage .forumHeader .forumHeaderText {
  font-size: 1.4em;
  line-height: 2.4em;
}

.forumListPage .forumHeader .forumHeaderButton {
  margin-top: 0.3em;
  margin-right: 1em;
}





.forumListPage .containerTable {
  width: 100%;
  border-collapse: collapse;
  border: 0 none;
}

.forumListPage .containerTable tr th {
  background: #e3f396;
  background: -moz-linear-gradient(top,  #e3f396 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3f396), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top,  #e3f396 0%,#ffffff 100%);
  background: -o-linear-gradient(top,  #e3f396 0%,#ffffff 100%);
  background: -ms-linear-gradient(top,  #e3f396 0%,#ffffff 100%);
  background: linear-gradient(to bottom,  #e3f396 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f396', endColorstr='#ffffff',GradientType=0 );
  height: 2.2em;
  line-height: 2.2em;
  font-weight: bold;
  font-size: 1.2em;
  color: #000000;
}


.forumListPage .containerTable tr td {
  border-bottom: 1px solid #c0c0c0;
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1.8em;
  color: #898989;
  padding: 1em 0;
  vertical-align: top;
}

.viewPage .bannerViewLeftBox {
  clear: both;
  margin-bottom: 1.5em;
}

.viewPage .bannerViewRightBox {
  clear: both;
  margin-bottom: 1.5em;
}

.forumListPage .containerTable tr td.read, .forumListPage .containerTable tr td.date {
  text-align: center;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.forumListPage .limiterArrow {
  margin-top: 1em;
}

.limiterArrow {
  clear: both;
  font-size: 1.6em;
  margin-bottom: 1.5em;
  line-height: 1em;
  vertical-align: middle;
}

.limiterArrow .currentPos {
  vertical-align: middle;
}

.limiterArrow .firstButton {
  background: url("../images_resp/limiterArrowFirst.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  width: 25px;
  height: 16px;
  margin-right: 0.2em;
  vertical-align: middle;
}

.limiterArrow .prevButton {
  background: url("../images_resp/limiterArrowPrev.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 1em;
  vertical-align: middle;
}

.limiterArrow .nextButton {
  background: url("../images_resp/limiterArrowNext.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 1em;
  vertical-align: middle;
}

.limiterArrow .lastButton {
  background: url("../images_resp/limiterArrowLast.png") no-repeat scroll 0 0 transparent;
  display: inline-block;
  width: 25px;
  height: 16px;
  margin-left: 0.2em;
  vertical-align: middle;
}






.ckeLabelDiv label {
  display: block;
  float: none;
}

.ckeSimpleDiv .cke_bottom {
  display: none;
}

.commentList .item {
  margin: 10px 0px;
}

.commentList .item .title {
  background-color: #bbe100;
  color: #000000;
  padding: 0.2em 1em;
  font-size: 1.4em;
  line-height: 1.4em;
  margin: 0 0 1em 0;
}

.commentNow {
  margin-bottom: 1.5em;
}

.commentNow label,
.commentNow .form_text {
  display: block;
  float: none;
  font-size: 1.4em;
}

.commentNow .form_text {
  border: 1px solid #aaaaaa;
  padding: 0.2em 0.5em;
  width: 95%;
  margin-bottom: 0.8em;
}

.commentNow .form_textarea {
  border: 1px solid #aaaaaa;
  padding: 0.2em 0.5em;
  width: 95%;
  margin-bottom: 0.8em;
}

.commentNow .ckeSimpleDiv {
  margin-bottom: 0.8em;
}

.commentNow .form_imagecheck input {
  border: 1px solid #aaaaaa;
  padding: 0.2em 0.5em;
  width: 30%;
  display: inline-block;
  margin-bottom: 0.8em;
  vertical-align: top;
  font-size: 1.4em;
}

.commentNow .form_imagecheck img {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.5em;
}

.newsListPage .item,
.storyListPage .item,
.consultMainPage .item,
.marketplaceListPage .item {
  clear: both;
}

.newsListPage .item .date,
.storyListPage .item .date,
.consultMainPage .item .date,
.marketplaceListPage .item .date {
  font-size: 1.4em;
  border-bottom: 1px solid #C0C0C0;
  margin: 1em 0 0.5em 0;
}

.newsListPage .item img {
  float: left;
  margin: 0 1.5em 1.0em 0;
  max-width: 30%;
}

.newsListPage .item h3,
.storyListPage .item h3,
.blogViewPage .item h3,
.consultMainPage .item h3,
.marketplaceListPage .item h3 {
  font-size: 1.8em;
  margin-bottom: 0.8em;
}

.newsListPage .item h3 a,
.storyListPage .item h3 a,
.blogViewPage .item h3 ,
.consultMainPage .item h3 ,
.marketplaceListPage .item h3  {
  color: #920b41;
}

.newsListPage .item .itemDesc,
.storyListPage .item .itemDesc,
.blogViewPage .item .itemDesc,
.consultMainPage .item .itemDesc,
.marketplaceListPage .item .itemDesc {
  font-size: 1.4em;
  text-align: justify;
}

.recipesViewPage .recipeImage,
.blogViewPage .itemImg,
.storyListPage .itemImg,
.blogViewPage .blogImage,
.consultMainPage .itemImg,
.workViewPage .workImage,
.marketplaceListPage .itemImg,
.marketplaceViewPage .marketplaceImage,
.calendarViewPage .calendarImage,
.pageViewPage .pageImage {
  float: left;
  margin: 0 1.5em 1em 0;
  max-width: 50%;
}

.storyListPage .itemImg p {
  text-align: center;
  font-size: 1.2em;
}

.blogViewPage .item .blogHeader {
  font-size: 1.4em;
  border-bottom: 1px solid #C0C0C0;
  margin: 1em 0 0.5em 0;
}

.servicesViewPage .servicesMapCont {
  width: 45.5em;
  max-width: 50%;
  margin: 0 0 1em 1.5em;
  float: right;
  text-align: center;
}

.servicesViewPage .servicesMapCont .servicesMap {
  height: 25em;
  width: 45em;
  max-width: 98%;
  border: 1px solid #9c9c9c;
  margin: 0 auto;
}

.servicesViewPage .servicesViewPageImg {
  width: 30em;
  max-width: 40%;
}

.servicesFilterForm {
  display: table;
  width: 100%;
  max-width: 100%;
  height: 46px;
  border-collapse: collapse;
}

.servicesFilterForm .servicesFilterFormSearch, .servicesFilterForm .servicesFilterFormInputs {
  display: table-cell;
  border: 0 none;
  height: 46px;
  vertical-align: middle;
}

.servicesFilterForm .servicesFilterFormSearch {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6em;
  background: url("../images_resp/servicesBigArrow.png") no-repeat scroll center right #920b41;
  padding-right: 33px;
  padding-left: 0.4em;
  max-width: 22em;
  text-align: center;
}

.servicesFilterForm .servicesFilterFormInputs {
  color: #000000;
  font-size: 1.4em;
  background-color: #00c6ff;
  padding-left: 0.5em;
  text-align: left;
}

.servicesFilterForm .servicesFilterFormInputs select {
  max-width: 100%;
  display: inline-block;
}

.servicesViewMapCont {
  height: 35em;
  width: 98%;
  background-color: white;
  border: 1px black solid;
  margin: 1.5em auto;
}

.servicesViewMap {
  height: 100%;
  width: 100%;
}

.consultViewPage .consultProfileImage,
.consultListPage .consultProfileImage {
  float: left;
  margin: 0 1.5em 1em 0;
  max-width: 30%;
}

.consultViewPage .consultHeading,
.consultListPage .consultHeading {
  font-size: 1.8em;
}

.consultListPage .containerTable tr th, .consultListPage .containerTable tr td {
  border-bottom: 1px solid #c0c0c0;
}





#servicesPageListCont .item, #servicesPageListCont .itemKiemelt {
  margin-bottom: 1.5em;
}

#servicesPageListCont .textContainer {
  min-height: 11.5em;
  font-size: 1.4em;
}

#servicesPageListCont h3 {
  background: #00c6ff;
  height: 31px;
  line-height: 31px;
  width: 100%;
  text-align: left;
  margin-bottom: 1em;
}

#servicesPageListCont h3 .szolgcim {
  display: inline-block;
  height: 31px;
  line-height: 31px;
  color: #707070;
  font-weight: bold;
  font-size: 1.8em;
  text-decoration: none;
  padding-left: 1em;
  max-width: 65%;
  overflow: hidden;
}

#servicesPageListCont h3 .bovebb {
  display: block;
  height: 31px;
  float: right;
  background: url("../images_resp/servicesSmallArrow.png") no-repeat scroll center left #920b41;
  width: 9.1em;
  padding: 0 0 0 21px;
  line-height: 31px;
  color: #ffffff;
  font-weight: normal;
  font-size: 1.4em;
  text-decoration: none;
  text-align: center;
}

#servicesPageListCont .itemImg {
  float: left;
  margin: 0 1.5em 1em 0;
  max-width: 50%;
}

#servicesPageListCont .szlogen {
  font-style: italic;
  margin-bottom: 1em;
}


.newsNavTags {
  margin: 1.5em 0;
  padding-bottom: 1.0em;
  padding-top: 1.0em;
  border-bottom: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0;
  clear: both;
}

.prevNextTable {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border: 0 none;
}

.prevNextTable td {
  vertical-align: middle;
  height: 8.1em;
}


.prevNextTable .prevImg {
  width: 14.0em;
  max-width: 25%;
  text-align: left;
}

.prevNextTable .prevText {
  border-right: 1px solid #C0C0C0;
  width: 18.4em;
  max-width: 25%;
  text-align: left;
}

.prevNextTable .prevArrow {
  /* background: url(../images/prevBg.png) no-repeat scroll right center transparent; */
}

.prevNextTable .nextImg {
  width: 14.0em;
  max-width: 25%;
  text-align: right;
}

.prevNextTable .nextText {
  border-left: 1px solid #C0C0C0;
  width: 18.4em;
  max-width: 25%;
  text-align: right;
}

.prevNextTable .nextArrow {
  /* background: url(../images/nextBg.png) no-repeat scroll left center transparent; */
}

.prevNextTable .nextText,
.prevNextTable .prevText {
  font-size: 1.4em;
}

.prevNextTable .nextText {
  padding-left: 2em;
}

.prevNextTable .prevText {
  padding-right: 2em;
}

.viewPage .workSubTitle {
  font-size: 1.6em;
  margin-bottom: 1em;
}

.content .servicesCategoriesMenu {
  display: none;
  width: 100%;
  height: 7em;
  border-collapse: separate;
  margin-bottom: 1.5em;
}

.content .servicesCategoriesMenu a {
  display: table-cell;
  border: 0 none;
  height: 100%;
  text-align: center;
  text-decoration: none;
  color: #920b41;
  vertical-align: middle;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.6em;
  background: #e3f396;
}

.content .servicesCategoriesMenu .active {
}

.content .servicesCategoriesMenu a:hover {
  text-decoration: none;
}

.content .servicesCategoriesMenu .border {
  display: table-cell;
  border: 0 none;
  height: 100%;
  width: 0.3em;
}

.galleryViewPage .galleryOnePictureBlock {
  width: 100%;
  display: table;
  border: 0 none;
  border-collapse: collapse;
  margin-bottom: 1.5em;
  table-layout: fixed;
}

.galleryViewPage .galleryOnePictureBlock .galleryOnePictureBlockLeft {
  width: 8%;
  min-width: 8%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.galleryViewPage .galleryOnePictureBlock .galleryOnePictureBlockRight {
  width: 8%;
  min-width: 8%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.galleryViewPage .galleryOnePictureBlock .galleryOnePictureBlockImage {
  width: 84%;
  max-width: 84%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}


.galleryViewPage .picturesContainer img {
  float: left;
  width: 24%;
  margin: 0 1% 1% 0;
}

.galleryViewPage .galleryOnePictureBlockLeft a {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  background: url("../images_resp/galleryArrowPrev.png") no-repeat scroll center center transparent;
  background-size: 1.8em 1.8em;
}

.galleryViewPage .galleryOnePictureBlockRight a {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  background: url("../images_resp/galleryArrowNext.png") no-repeat scroll center center transparent;
  background-size: 1.8em 1.8em;
}

.galleryViewPage .galleryOnePictureBlockLeft a.inactive,
.galleryViewPage .galleryOnePictureBlockRight a.inactive {
  display: none;
}

.marketplaceListHeader {
  background: none repeat scroll 0 0 #bbe100;
  padding: 1em;
  font-size: 1.4em;
  color: #555555;
}

.marketplaceListHeader a {
  color: #555555;
  font-weight: bold;
}













.calendarYearViewPage .item {
  border: 1px solid #999999;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 30.8%;
  padding-bottom: 2em;
  min-width: 17.5em;
}

.calendarYearViewPage .month {
  background-color: #e3f396;
  font-size: 1.4em;
  margin-bottom: 0.8em;
  padding-left: 1.0em;
  height: 2.6em;
  line-height: 2.6em;
}

.calendarYearViewPage .month a {
  color: #920b41;
  font-weight: bold;
}

.calendarYearViewPage table {
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0 auto;
  width: 90%;
  table-layout: fixed;
}

.calendarYearViewPage th, .calendarYearViewPage td {
  font-size: 1.4em;
  color: black;
  vertical-align: middle;
  text-align: center;
  line-height: 1.8em;
  width: 14.2857%;
}

.calendarYearViewPage td.active {padding: 0;}

.calendarYearViewPage table a {
  background-color: #0963AB;
  color: #ffffff;
  display: block;
  font-weight: bold;
}

.calendarYearViewPage table a:hover {background-color: #0a3151;}

.dictionaryListPage .characterContainer {
  text-align: center;
  margin: 0.8em 0;
  font-size: 1.4em;
}

.dictionaryListPage .characterContainer .active {
  font-weight: bold;
}

.dictionaryListPage .searchLine {
  border-bottom: 1px solid #C0C0C0;
  border-top: 1px solid #C0C0C0;
  vertical-align: middle;
  padding: 0.3em;
}

.dictionaryListPage .searchLine label {
  display: inline-block;
  font-size: 1.4em;
}

.dictionaryListPage .searchLine input.textField {
  display: inline-block;
  margin-left: 1.0em;
  border: 1px solid #aaaaaa;
  padding: 0.1em 0.3em;
  width: 40%;
  font-size: 1.4em;
}

.dictionaryListPage .searchLine input.submit {
  display: inline-block;
  margin-left: 1.0em;
}

.dictionaryListPage h4 {
  margin-top: 1em;
}

.weather_table_container {
  font-size: 1.4em;
}

.weather_table_container table {
  width: 100%;
}

.weather_table_container table td, .weather_table_container table th {
  width: 12.5%;
}

.weatherImgCont {
  width: 64px;
  height: 64px;
  position: relative;
}

.weatherImgCont .sky {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.weatherImgCont .precip {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.voteViewPage .pageTitle {
  font-size: 1.8em;
  margin-bottom: 1em;
}

.voteViewPage .voteBox label {
  font-size: 1.4em;
}


.voteResults .container, .voteResults span {
  float: left;
  margin-bottom: 1em;
}

.voteResults .container, .voteResults .container div {
  width: 50%;
  height: 1.4em;
}

.voteResults .container {
  background-color: #F2ECE8;
  margin-right: 1em;
}

.voteResults .container div {background-color: #51230A;}

.voteResults span {
  display: block;
  line-height: 1.4em;
  font-size: 1.4em;
}











.voteinnerBox {
  border: 1px solid #b4b4b4;
  background-color: #f5f0ec;
  padding: 2em;
  margin: 1em 0 1.5em 0;
}

.voteinnerBox .voteinnerQuestion {
  color: #51230a;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.voteinnerBox .submit {
  font-size: 0.7em;
}

.voteinnerBoxActive label {
  vertical-align: top;
  color: #505050;
  font-weight: normal;
}

.voteinnerBoxActive .checkRow {
  margin-bottom: 0.3em;
}

.voteinnerBoxActive .checker, .voteinnerBoxActive .radio {
  margin-top: 0.4em;
}

.voteinnerBoxClosed .voteCountP {
  color: #51230a;
  margin: -1em 0 2em 0;
}

.voteinnerBoxClosed .voteCountP .voteCount {
  font-weight: bold;
}

.voteinnerBoxClosed .voteClosed {
  color: #51230a;
  margin: 1em 0 0;
}



.voteinnerResults .voteinnerOneResult {
  width: 100%;
  margin-bottom: 0.8em;
}

.voteinnerResults .voteinnerOneResult .voteinnerContainer {
  display: inline-block;
  width: 50%;
  height: 1em;
  line-height: 1em;
  background-color: #84c0f0;
  text-align: left;
  vertical-align: top;
  margin-right: 1.6em;
  margin-top: 0.6em;
  padding: 0;
}

.voteinnerResults .voteinnerOneResult .voteinnerContainer div {
  display: inline-block;
  height: 1em;
  background-color: #ffad00;
  vertical-align: top;
}

.voteinnerResults .voteinnerOneResult .voteResultText {
  display: inline-block;
  max-width: 40%;
}

.voteinnerForm {
  font-size: 1.4em;
}

.voteinnerForm input, .voteinnerForm .form_text, .voteinnerForm .form_textarea, .voteinnerForm .form_calendar_input, .voteinnerForm .form_calendar_button, .voteinnerForm .form_select {
  border: 1px solid #aaa;
}

.voteinnerForm .form_text, .voteinnerForm .form_textarea {
  width: 90%;
}

.voteinnerForm .answerInput {
  width: 30em;
  max-width: 50%;
}

.voteinnerForm label {
  display: block;
}

.voteinnerListTable {
  border-collapse: collapse;
  font-size: 1.4em;
}

.voteinnerListTable td, .voteinnerListTable th {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 4px;
}









































.newsletterPageBox .container {
  padding: 1.2em 1.5em 1.2em 0;
  width: 100%;
}

.newsletterPageBox .newsletterName {
  margin: 2.5em 0 0;
}

.newsletterPageBox .newsletterEmail {
  margin: 1.0em 0 1.0em;
}

.newsletterPageBox .newsletterName input, .newsletterPageBox .newsletterEmail input {
  border: 1px solid #C0C0C0;
  display: inline-block;
  height: 2.2em;
  line-height: 2.2em;
  padding: 0 0.2em;
  vertical-align: middle;
  width: 75%;
}

.newsletterPageBox .newsletterName label, .newsletterPageBox .newsletterEmail label {
  display: inline-block;
  margin-left: 5%;
  vertical-align: middle;
  width: 10%;
  min-width: 5em;
}

.newsletterPageBox .newsletterSubmit input {
  display: inline-block;
  background-color: #fe7010;
  border: 0px none;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.0em;
  padding: 0.4em 1.4em;
  text-align: center;
  cursor: pointer;
  line-height: 1em;
  width: auto !important;
}


.searchViewPage .commentNow .form_select {
  margin-bottom: 0.8em;
}

.searchViewPage .commentNow .form_list {
  margin-bottom: 0.8em;
  width: 96.9%;
}

.searchViewPage .commentNow .form_checkboxes > div {
  clear: both;
}

.searchViewPage .commentNow .form_checkboxes input {
  float: left;
  margin: 0 1em 0.4em 0;
}

.searchViewPage .searchTable {
  font-size: 1.4em;
}







































 .pageLeftBanner {
              vertical-align:center;
              min-height: 400px;
          }


@media only screen and (max-width: 108em) {
  .content, header .headerTopContainer {
    width: 129.25em;
  }
  .pageLeftBanner .bannerContent {
    /*max-height: 300px;*/
    width:100%;
    display: block;
    overflow: hidden;
  }

  header .headerTopContainer .headerTopGadgetBar {
    margin-top: -1.5em;
  }
  header nav .top {
    width: 92.1em;
  }
  .col5 {
    display: none;
  }


}

@media only screen and (max-width: 87em) {
  .content, header .headerTopContainer {
    width: 96.5em;
  }
  header nav .top {
    width: 68.6em;
  }
  .col5, .col4 {
    display: none;
  }
  header .loginContainer .nameDay {
    display: none;
  }
  header nav .top .headerNavMainMenu a {
    margin-left: 0.2em;
    margin-right: 0.2em;
  }

  .content .servicesCategoriesMenu {
    display: block;
    height: auto;
  }

  .content .servicesCategoriesMenu a {
    display: inline-block;
    border: 0 none;
    vertical-align: top;
    cursor: pointer;
    padding: 0.3em 0.8em;
    margin: 0 0.2em 0.4em 0;
  }

  .content .servicesCategoriesMenu .border {
    display: none;
  }


 .content .servicesCategoriesMenu .border {
    display: none;
  }


  .colJoin2.mainDoubleBoxLeft,.mainDoubleBoxRight {
        width:100%;
    }
    .colJoin2.mainDoubleBoxLeft .colJoin4 {
        width:100%;
    }
    .colJoin2.mainDoubleBoxLeft .mainBoxDouble{
        width:100%;
    }
    .mainBox.newsBox.mainBoxHeader .mainBoxInnerWithBorder,.mainBox.newsBox.mainBoxHeader,
    .mainBoxDouble .mainBoxDoubleInner .mainBoxDoubleImageContent {
        height: auto
    }
    .bx-controls {
        margin-bottom:35px;
    }














}


@media only screen and (max-width: 65em) {
  .content, header .headerTopContainer {
    width: 63.75em;
  }
  header nav .top {
    width: 46em;
  }
  .col5, .col4, .col3,.nodeCollMenu {
    display: none;
  }

  header .headerTopContainer .headerTopGadgetBar {
    margin-bottom: 2em;
    margin-top: 0;
    vertical-align: bottom;
    width: 50%;
    background: none;
  }

  header .headerTopContainer .headerTopGadgetBar .headerShare {
    margin-top: 0;
    vertical-align: middle;
    max-width: 100%;
    background: none;
    padding: 0.4em;

  }


  header .headerTopContainer .headerTopGadgetBar .loginContainer,
  header .headerTopContainer .headerTopGadgetBar .headerSearchForm {
    display: none;
  }

  .content .servicesCategoriesMenu {
    display: none;
  }

  header nav .top .headerNavSmall {
    display: block;
  }
  header nav .top .headerNavMainMenu {
    display: none;
  }



  .newsViewPage .newsCenterCol .newsBannerLeft {
    position: static;;
    width: 100%;
  }
  .newsViewPage .newsCenterCol .newsBannerRight {
    position: static;;
    width: 48.5%;
    float: left;
    clear: left;
    vertical-align: top;
  }
  .newsViewPage .newsCenterCol .newsBannerBottom {
    position: static;;
    width: 48.5%;
    float: right;
    clear: right;
    vertical-align: top;
  }
  .viewPage .viewPageLeft, .viewPage .viewPageRight {
    float: none;
    clear: both;
    vertical-align: top;
    width: 100%;
    margin: 0 0 1.5em 0;
  }
 .viewPage .top .shareTopG,
    .viewPage .top .shareTopFB {
        width: 50%;
        float: left;
        margin:0;
        padding:0;
        height:2em;
        text-align: right;
    }
    .viewPage .top .shareTopG  {
        margin-top:0.3em;
        text-align: right;
    }
    .viewPage .top .date,.viewPage .top .author {
        width:50%;
        padding:0;
        margin:0;
        margin:0;
        padding:0;
        height:2em;
    }


}

@media only screen and (max-width: 43em) {
  .content, header .headerTopContainer {
    padding: 2%;
  }
  header .headerTopContainer {
    max-width: 96%;
  }
  header .headerTopContainer .headerTopGadgetBar .headerShare .headerShareG {
    margin-bottom: 0.4em;
  }
  .mainBox, .mainBoxDouble {
    width: 100%;
  }
  .mainBoxDouble .mainBoxDoubleImage {
    max-width: 100%;
    width: 100%;
  }
  .mainBoxDouble .mainBoxDoubleMiddle {
    float: none;
    clear: both;
    margin: 1.5em 1.5em 1em 1.5em;
    width: auto;
    max-height: none;
  }
  .col1, .col2, .col3, .col4, .col5, .oneCol {
    display: block;
    width: 100%;
    margin-left: 0;
  }




  .servicesViewPage .servicesMapCont {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1em 0;
    float: none;
    text-align: center;
  }

  .servicesViewPage .servicesMapCont .servicesMap {
    width: 98%;
  }

  .servicesViewPage .servicesViewPageImg {
    width: 80%;
    max-width: 100%;
    margin: 0 auto 1.5em;
  }
  #servicesPageListCont h3 .bovebb {
    display: none;
  }
  #servicesPageListCont h3 .szolgcim {
    max-width: 98%;
  }
  #servicesPageListCont .mitholvegyekTable {
    clear: both;
  }

  .newsNavTags, .prevNextTable {
    display: none;
  }

  .calendarYearViewPage .item {
    width: 47%;
  }
.bannerClass510 {
        min-height: 250px;
    }
    .bannerClass512{
        display:none;
    }
    .viewPage .fck .newsBoxinNews .boxInnerImg{
        float: none;
        width: 100%;
    }
    .viewPage .fck .newsBoxinNews .boxInnerImg img{
        width:100%;
        height: auto !important;
    }

    .cattreeBox .newsInCatreeBox.doubleCatreeBox {
        max-height: none;
    }
    .servicesViewPage .servicesMapCont {
        width: 100%;
        max-width: 100%;
        margin: 0 0 1em 0;
        float: none;
        text-align: center;
    }
    .servicesViewPage .servicesMapCont .servicesMap {
        width: 98%;
    }
    .servicesViewPage .servicesViewPageImg {
        width: 80%;
        max-width: 100%;
        margin: 0 auto 1.5em;
    }
    #servicesPageListCont h3 .bovebb {
        display: none;
    }
    #servicesPageListCont h3 .szolgcim {
        max-width: 98%;
    }
    #servicesPageListCont .mitholvegyekTable {
        clear: both;
    }
    .newsNavTags, .prevNextTable {
        display: none;
    }
    .calendarYearViewPage .item {
        width: 47%;
    }
      .mainBox .mainBoxHeader, .mainBoxDouble .mainBoxTitle .mainBoxHeader a {
      font-size:0.8em;
    }
    .mainBox .mainBoxHeader, .mainBoxDouble .mainBoxTitle h3 {
      line-height:0.9em;
    }
    .mainBox .mainBoxHeader, .mainBoxDouble .mainBoxTitle a {
      font-size:0.7em;
      line-height:0.8em;
    }


}

@media only screen and (max-width: 30em) {
  .newsViewPage .newsCenterCol .newsBannerRight {
    position: static;;
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 1.5em;
  }
    .viewPage .newsKapcsBox .newsKapcsBoxItem {
      width: 100%;
      margin-bottom: 10px;
      max-height: 170px;
      overflow: hidden;
  }
  .newsViewPage .newsCenterCol .newsBannerBottom {
    position: static;;
    width: 100%;
    float: none;
    clear: both;
    margin-bottom: 1.5em;
  }
  header .header_h1 {
    margin-bottom: -1.0em;
  }

  .calendarYearViewPage .item {
    width: 96%;
  }

}


@media only screen and (max-width: 30em) {
    .newsViewPage .newsCenterCol .newsBannerRight {
        position: static;;
        width: 100%;
        float: none;
        clear: both;
        margin-bottom: 1.5em;
    }
    .shareContainer .backLink {
        display: block;
        float: left;
        margin-top: 20px;
    }
    .newsViewPage .newsCenterCol .newsBannerBottom {
        position: static;;
        width: 100%;
        float: none;
        clear: both;
        margin-bottom: 1.5em;
    }
    header .header_h1 {
        margin-bottom: -1.0em;
    }
    .calendarYearViewPage .item {
        width: 96%;
    }
     .newsList {
        width:100%;
        height:auto;
    }
    .newsList .itemImg {
        float:none;
        width:100%;
        height:auto;
    }
    .newsList .itemHeader {
        font-size: 1.2em;
        padding-left: 0.5em;
        text-transform:uppercase;
    }
    .newsList .itemDesc {
        font-size: 1.2em;
        text-align: justify;
        line-height: 1.3em;
        padding: 0.8em;
        overflow:hidden;
        max-height:6em;
    }
    .newsList h3 {
        font-size: 1.8em;
        margin-top: -1.6em;
        background-color: #FFF;
        margin-bottom: 0.5em;
        padding: 0.5em;
        width: 90%;
        overflow: hidden;
        max-height: 2.4em;
        overflow:hidden;
    }
    .newsList h3 a {
        background-color:#FFF;
        width:100%;
        padding-left:0.5em;
        margin-left:-0.5em;
    }
    .viewPage .newsKapcsBox .newsKapcsBoxItem {
        width:100%;
        margin-bottom:10px;
        max-height: 170px;
        overflow: hidden;
    }
     .newsKapcsNews .newsKapcsBoxItem .boxImg{
    float:none;
    overflow:hidden;
    width:100%;
    }
    .newsKapcsNews .newsKapcsBoxItem .boxImg img{
        width:100%;
    }
    .newsKapcsNews .newsKapcsBoxItem .boxTxt{
        margin-left:0em;
        float:none;
        width:100%;
    }
}


.cattreIcon img{
    max-width: 30px;
    max-height: 30px;
    float:left;
    margin-right:1em;
}







#loading {
    width:100%;
    height:40px;
    background-image:url('/images_resp/loading.gif');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
     -webkit-transition: all 2s; /* Safari */
    transition: all 2s;
    display:none; 
}
.show{
    display:block !important; 
}
































/*----------Googledirections START----------*/
.googledirectionsSelect {
  width: 200px;
  display: inline-block;
  margin-right: 20px;
}
/*----------Googledirections END----------*/



.dblarrow {
  background: url("../images_enportal/dblArrow.png") no-repeat scroll left center transparent;
  font-weight: bold;
  padding: 10px 0 10px 25px;
}







.submitButton1 {
  background: url(../images_enportal/submitButton1.jpg) no-repeat !important;
  border: 0px none !important;
  color: #ffffff !important;
  font-weight: bold !important;
  width: 79px !important;
  height: 30px !important;
  min-height: 0px !important;
  min-width: 0px !important;
  padding: 0px !important;
  line-height: 30px !important;
  text-align: center !important;
  cursor: pointer !important;
}





.product1SubForm {
/*   width: 259px;
   height: 192px; */
   width: 229px;
   height: 162px;
   float: right;
   background-color: #eeeeee;
   border: 1px solid #c0c0c0;
   padding: 15px;
   margin-left: 10px;
}
.product1SubForm label {
   font-weight: bold;
   display: block;
   color: #3a3a3a;
   margin-bottom: 10px;
}

.product1SubForm .normalAr, .listPage .item .product1SubForm .normalAr {
  font-weight: bold;
  font-size: 14px;
  color: #3a3a3a;
}

.product1SubForm .akciosAr, .listPage .item .product1SubForm .akciosAr {
  font-weight: bold;
  font-size: 14px;
  color: #ff0000;
}

.product1SubForm .megtakaritas, .listPage .item .product1SubForm .megtakaritas {
  font-weight: normal;
  font-size: 14px;
  color: #3a3a3a;
}

.striketh {
  text-decoration: line-through;
}





.autolinkeles {
  cursor: help;
}

.kvizForm input {
  border: 1px solid #444;
}

.kerdoivBelso {
  padding: 0 20px;
}


.answerDiv {
  margin: 5px 20px;
}








.redirectTable {
  border-collapse: collapse;
  border: 0 none;
}

.redirectTable input {
  border: 1px solid #bbb;
}

.redirectTable .toDelete {
  background-color: #777;
}

.redirectTable .fnExists {
  color: red;
}


.webshopcsvButton {
  background-color: #ddd;
  border: 1px solid #000;
  color: #000;
  cursor: pointer;
  padding: 3px 8px;
}

.urlfilter
{
  font-size: 14px;
}

.urlfilter .urlcol
{
  width: 400px;
  border-bottom: 1px solid #AAAAAA;
}

.urlfilter .deletecol
{
  border-bottom: 1px solid #AAAAAA;
}

.urlfilter .urlh1
{
  padding-top: 20px;
}

.bannerContent {
  background-color:#f1f1f1;
  color:#858585;
  padding-top:0.3em;
  padding-botom:0.3em;
  margin-top:0.5em;
  margin-bottom:0.5em;
  text-align: center;
}
.betweenPagers{
    margin-top: 40px;
    margin-bottom: 40px;
}