/* 
    Document   : styles
    Created on : Jan 10, 2015, 12:19:43 PM
    Author     : blg@isomedia.hu
*/

@import url('js-ui.css');
@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}
/* FONTZ */

/* OPEN SANS */

@font-face {
  font-family: 'Open Sans Light';
  font-style: normal;
  src: url('../fonts/opensans-light-webfont.eot');
  src: local('Opensans Light'),
       local('Opensans Light'),
       url('../fonts/opensans-light-webfont.ttf') format('truetype'),
       url('../fonts/opensans-light-webfontd41d.eot?#iefix') format('embedded-opentype'),
       url('../fonts/opensans-light-webfont.woff') format('woff'),
       url('../fonts/opensans-light-webfont.svg#svgFontName') format('svg');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  src: url('../fonts/opensans-regular-webfont.eot');
  src: local('Opensans Regular'),
       local('Opensans Regular'),
       url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
       url('../fonts/opensans-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
       url('../fonts/opensans-regular-webfont.html') format('woff'),
       url('../fonts/opensans-regular-webfont.svg#svgFontName') format('svg');
}

@font-face {
  font-family: 'Open Sans Bold';
  font-style: normal;
  src: url('../fonts/opensans-bold-webfont.eot');
  src: local('Opensans Bold'),
       local('Opensans Bold'),
       url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
       url('../fonts/opensans-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
       url('../fonts/opensans-bold-webfont.woff') format('woff'),
       url('../fonts/opensans-bold-webfont.svg#svgFontName') format('svg');
}

html, body, form, fieldset,
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, div, abbr, dfn, acronym,
table, tr, th, td,
input, select, option, textarea {
	margin: 0;
	padding: 0;
	/*font-weight: 300;*/
  text-align: left;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
  /*line-height: 1.4;*/
}
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, abbr, dfn, acronym {
  cursor: text;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-block }
*:active, object:focus, embed:focus, a {
	outline: none;
}
input::-moz-focus-inner { border: 0 }
*.pointer, label { cursor: pointer; font-family: 'Open Sans Light', font-size: 17px; color: #992421; }
fieldset { border: none }
input, select, option, textarea {
  font-size: 100%;
  outline-style: none;
  height: 32px;
}

input {
  border: 1px solid #ccc;
  font-size: 17px;
  padding-left: 4px;
}


textarea { resize: none; }
.bug { border: 1px solid red; }
table tbody tr td, table tr th { padding: 2px; }

html { 
  /*overflow-x: hidden;*/
}

body {
  background: #fff;
}

img {
  border: 0;
}

.clear {
  float: none !important;
  clear: both;
}

a {
  color: #BD0825;
  text-decoration: none;
}

a:hover {
  color: #999;
  text-decoration: none;
}

div#content div.component-body a.readmore {
  display: block;
  font-size: 28px;
  font-weight: 300;
  padding: 13px;
  color: #fff;
  text-align: center;
  margin: 0 0 15px;
  border-radius: 5px;
}


div#content div.component-body a.readmore:hover {
  color: #fff;
}

strong {
  font-weight: 700;
}

div#noview {
  display: none;
}

div#site {
  display: block;
  width: 960px;
  margin: 0 auto;
}

.w25 {width: 25%;}
.w30 {width: 29%;}
.w33 {width: 33%;}
.w50 {width: 50%;}
.w66 {width: 66%;}
.w75 {width: 75%;}
.w100 {width: 100%;}

.grey {background: #EDEDED;}
.green {background: #467471;}

.float-left {float: left;}
.float-right {float: right;}

.cw {color: white;}
.cb {color: black;}
.cg {color: gray;}
.ck {color: #09F;}

.p25 {padding: 25px;}
.p20 {padding: 20px;}
.p10 {padding: 10px;}
.p15 {padding: 15px;}

h1 {font-size: 36px;}
h2 {font-size: 32px;}
h3 {font-size: 27px;}
h4 {font-size: 24px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;}

.he2{
    font-size: 32px;
    font-family: 'Open Sans Bold', sans-serif;
}
.bold {font-family: 'Open Sans Bold', sans-serif;}

.tac{text-align: center;}

input[type=text], input[type=email], input[type=url] {
  background: #E5E5E5;
  height: 25px;
  padding: 5px;
  border: none;
  margin-bottom: 5px;
  color: #999;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

textarea { 
  resize: none; 
  background: #E5E5E5;
  padding: 5px;
  border: none;
  margin-bottom: 5px;
  color: #999;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.fw{
    margin: 0 auto;
    width: 960px;
}


/* --------------/Sections/-------------- */

section#header-middle{
    position: relative;
    overflow: hidden;
    /*background: #000;*/
    padding: 0;
    margin: 0;
}

section#header-bottom{
  width: 100%;
  display: block;
  background: #ECECEC;
  box-shadow: 0 1px 1px #999;
  height: 70px;
  position: relative;
  z-index: 101;
}

section#header-bottom.sticked{
    position: fixed;
    top: 0px;
    z-index: 200;
}

div.clearer{
    clear: both;
    float: none !important; 
}

div.clearer.sticked{
    clear: both;
    float: none !important;
    height: 70px;
}

section.fw-user-1,
section.fw-user-3{
    width: auto;
    display: block;
    padding: 20px 0px;
    background: #000;
}

section.fw-user-2,
section.fw-user-4{
    width: auto;
    display: block;
    padding: 20px 0px;
    background: #FFF;
}

section#cli-sli{
    width: 100%;
    display: block;
    background: #BFC0C2;
}
section#cli-sli #cli-sli-in{
    padding: 20px 0px;
}

section#soc-con{
    width: 100%;
    display: block;
    padding: 20px 0px;
    background: url('../gfx/soccon-bg.jpg') no-repeat 50% 70% scroll #78A591;
}

footer#footer{
    padding: 20px 0 0;
    width: 100%;
    position: relative;
    display: block;
    background: #000;
}
/* --------------/header sections/-------------- */

/*video*/
section#header-middle div.vidHold{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: fixed;
    top:0;
    left: 0;
    z-index: -1 !important;
}
section#header-middle div.vidHold .videOverlay{
    background: url('../gfx/op.png') repeat;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
section#header-middle video#videobcg{
    min-width: 100%;
    /*height: 100%;*/
    min-height: 100%;
    overflow: hidden;
}

section#header-middle div#videoscrollr{
    width: 52px;
    height: 52px;
    border-radius: 52px;
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.7);
    background: url('../gfx/video-arrow.png') no-repeat 50% 50% rgba(0,0,0,0.4);
    display: block;
    position: absolute;
    bottom: 42px;
    left: 50%;
    margin: 0 0 0 -16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

section#header-middle div#videoscrollr:hover{
    box-shadow: 0px 0px 1px 1px rgba(255,255,255,0.7);
    background-color: rgba(0,0,0,0.6);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}

/*logo/menu*/
/* -------- Header -------- */

div#header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	border-bottom: 1px solid #FFF;
	background-color: #C3C7D3;
}
div#header.longmenu{
    background: #000 !important;
}
div#header-in,
#header-bottom > .fw{
  width: 960px;
  height: 125px;
  position: relative;
  margin: 0 auto;
}
#header-bottom a.logo,
div#header-in > a#logo {
	width: 240px;
	height: 76px;
	display: block;
	float: left;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../gfx/logo-isoline.png);
}
div#header-in > a#logo h1{
    cursor: pointer;
}
div#header nav.menubar{
    /*float: right;*/
    margin: 0 auto;
    width: 820px;
    padding: 70px 0 0;
}

section#header-top .part-langswitch{
    float: right;
    display: inline-block;
     margin: 0;
}

/* --------------/footer section/-------------- */

div#footer-in div.box {
  width: 280px;
  margin: 0 10px 0px;
}
/* -------- Footer -------- */

div#adminpanel {
  width: 100%;
}

div#footer {
  background: #000;
  padding: 35px 0 25px;
}

div#footer-in {
  width: 960px;
  margin: 0 auto;
  height: auto;
  display: block;
}

div#footer-bottom {
  background: #000;
}

div#footer-bottom-in {
  width: 960px;
  margin: 0 auto;
  position: relative;
  border-top: 1px solid #555;
}

div#footer-bottom-in > div#copyright {
  height: 50px;
  line-height: 21px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  margin: 12px 0;
  color: #ccc;
  font-size: 17px;
}

div#footer-bottom-in a#isomedia {
  position: absolute;
  top: 4px;
  right: 0px;
  width: 83px;
  height: 21px;
  background: transparent url('../gfx/developed.png') 0 0 no-repeat;
  text-indent: -9999px;
  display: block;
}

div#footer-bottom-in div#footer-made {
  position: absolute;
  right: 0px;
  top: 11px;
}

div#footer-bottom-in div#footer-made span {
  color: #ddd;
  font-size: 13px;
  line-height: 1.6;
  font-family: 'Open Sans Light', sans-serif;
  position: absolute;
  right: 88px;
}

div#footer-in div.box h2.component-heading {
  padding: 0;
  margin: 0 0 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px !important;
  font-family: 'Open Sans', sans-serif;
}

div#footer div#footer-left {
  float: left;
  height: auto;
}
div#footer div#footer-mid {
  float: left;
  height: auto;
}
div#footer div#footer-right {
  float: left;
  height: auto;
}

div#footer div#footer-in div#footer-left div.com-content p,
div#footer div#footer-in div#footer-left div.com-content p span {
  color: #ddd;
  font-size: 13px;
  line-height: 1.6;
  font-family: 'Open Sans Light',  sans-serif;
}

div#footer div#footer-in div#footer-left div.com-content p a {
  color: #ddd;
}

div#footer div#footer-in div#footer-left div.com-content p a:hover {
  color: #992421;
}

div#footer-mid div.portlet-content.box.part-user.logo_es_cim p {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}


div#footer-left .lablec-logo { width: 300px; }
div#footer-mid .logo_es_cim { width: 300px; }
div#footer-mid .logo_es_cim strong { text-transform: uppercase; }
div#footer-right .kapcsolat { width: 300px; }
div#footer-right .kapcsolat h2.component-heading {
   font-family: 'Open Sans', sans-serif;
   font-size: 17px !important;
}
div#footer-right .kapcsolat p {
   font-family: 'Open Sans', sans-serif;
   font-size: 17px !important;
   color: #FFF;
   margin-bottom: 12px;
}
div#footer-right .kapcsolat div.box-desc { display: none; }
/* div#footer-right .kapcsolat #form_captcha { display: none; } */
div#footer-right .kapcsolat .input-box-back-bottom { display: none; }
div#footer-right .kapcsolat .box-input { border: 0; }
div#footer-right .kapcsolat input {
  padding: 5px 10px;
  background: #FFF; 
  font-family: 'Open Sans', sans-serif;
  font-size: 17px !important;
  color: #000;
  width: 328px;
  border: 1px solid #FFF;
  border-radius: 0;
}
div#footer-right .kapcsolat input:hover { border: 1px solid #BD0825; }
div#footer-right .kapcsolat textarea {
  padding: 5px 10px;
  background: #FFF; 
  font-family: 'Open Sans', sans-serif;
  font-size: 17px !important;
  color: #000;
  width: 328px;
  height: 80px;
  border: 1px solid #FFF;
  border-radius: 0;
}
div#footer-right .kapcsolat textarea:hover { border: 1px solid #BD0825; }
div#footer-right .kapcsolat br { display: none; }
div#footer-right .kapcsolat input.button {
   width: auto;
   height: auto;
   font-family: 'Open Sans', sans-serif;
   font-size: 17px;
   color: #FFF;
   margin-top: 0;
   display: inline-block;
   padding: 6px 45px 6px 10px;
   border: 0;
   background: #BD0825 url('../components/com_user/gfx/tovabb.png') center right no-repeat;
   cursor: pointer;
}
div#footer-right .kapcsolat input.button:hover { background: #A3061A url('../components/com_user/gfx/tovabb.png') center right no-repeat; }

#form_captcha {
  width: 348px;
  margin-top: 6px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px !important;
  color: #FFF;
  display: none;
}

#form_captcha img { margin: 12px 0 6px 0; }

.portlet-content.box.part-user.logo_es_cim h1 {
  padding: 0;
  margin: 0 0 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
}

#container { overflow: hidden; }

/*------- MEDIA QUERIES -------*/

@media only screen and (min-width: 1654px){
    .fw,
    div#header-in,
    #header-bottom > .fw,
    header#hea-top-con section#hea-top div#hea-top-all,
    header#hea-top-con #hea-con,
    div#footer-in,
    div#footer-bottom-in { 
        width: 1560px; 
    }
   div#footer-in div.box {
        width: 500px;
        margin: 0 10px 30px;
    }
    div#footer div#footer-in div#footer-left div.com-content p {
        font-size: 15px;
    }
    div#header-in{
        height: 125px;
    }
    div#header nav.menubar{
        width: 820px;
        padding: 0;
    }
   div#footer-left .lablec-logo { width: 500px; }
   div#footer-mid .logo_es_cim { width: 500px; }
   div#footer-right .kapcsolat { width: 500px; }

   div#footer-right .kapcsolat input,
   div#footer-right .kapcsolat textarea { width: 488px; } 
}

@media only screen and (min-width: 1324px) and (max-width: 1653px){
   .fw,
   div#header-in,
   #header-bottom > .fw,
   div#footer-in,
   div#footer-bottom-in,
   header#hea-top-con section#hea-top div#hea-top-all,
   header#hea-top-con #hea-con { width: 1260px; }
   div#footer-in div.box {
     width: 400px;
     margin: 0 6px 30px;
   }
   div#header-in { height: 125px; }
   div#header nav.menubar{
     width: 820px;
     padding: 0;
   }
   div#footer-left .lablec-logo { width: 400px; }
   div#footer-mid .logo_es_cim { width: 400px; }
   div#footer-right .kapcsolat { width: 400px; }
   div#footer-right .kapcsolat input,
   div#footer-right .kapcsolat textarea { width: 408px; } 
}

@media only screen and (min-width: 640px) and (max-width: 993px){
   .fw,
   header#hea-top-con section#hea-top div#hea-top-all,
   header#hea-top-con #hea-con,
   div#header-in,
   #header-bottom > .fw,
   div#footer-in,
   div#footer-bottom-in { width: 620px; }
   div#header,
   div#header-in,
   #header-bottom,
   #header-bottom > .fw { height: 125px; }
   #header-bottom a.logo,
   div#header-in > a#logo {
     width: 240px;
     height: 76px;
     background: url('../gfx/logo-isoline.png') no-repeat 0 0;
     display: block;
     float: left;
     text-indent: -9999px;
     margin: 25px 0 0 0;
   }
   #header-bottom nav.menubar,
   div#header nav.menubar{
     float: none;
     display: block;
     margin: 0 auto;
     /*width: 500px;*/
     height: 70px;
   }
   div#footer-in div.box {
     width: 206px;
     margin: 0 0px 30px;
   }
   #header-middle { min-height: 740px; }
    div#header nav.menubar{
     width: 620px !important;
     padding: 0;
    }
   div#footer-left .lablec-logo { width: 305px; }
   div#footer-left .lablec-logo img { 
     width: 90%;
     height: auto;
   }
   div#footer-mid .logo_es_cim { width: 305px; }
   div#footer-mid .logo_es_cim p { width: 185px; }
   div#footer-right .kapcsolat { width: 305px; }
   div#footer-right .kapcsolat input,
   div#footer-right .kapcsolat textarea { width: 186px; } 
   #form_captcha { width: 208px; }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
    .fw,
    #header-bottom > .fw,
    div#footer-in,
    div#footer-bottom-in,
    div#header-in { width: 460px; } 
    #header-bottom,
    #header-bottom > .fw,
    div#header-in {
      height: auto;
      min-height: 70px;
    }
    div#header-in{ height: 186px; }
    #header-bottom a.logo,    
    div#header-in > a#logo {
      width: 240px;
      height: 76px;
      background: url('../gfx/logo-isoline.png') no-repeat 0 0;
      display: block;
      float: left;
      text-indent: -9999px;
      margin: 25px 0 0 0;
    }
    #header-bottom nav.menubar,
    div#header nav.menubar { float: none; }
    div#header,
    #header-bottom {
      /*border-bottom: none;*/
      /*padding-bottom: 10px;*/
    }
    div#footer-in div.box {width: 440px;}
    div#footer-bottom { height: 70px; }
    div#footer-bottom-in div#footer-made {
      position: absolute;
      top: 100%;
      right: 0px;
    }
    div#footer div#footer-left,
    div#footer div#footer-mid,
    div#footer div#footer-right { margin: 0 0 10px; }
    #header-middle { min-height: 1320px; }
    div#header nav.menubar{
      width: auto !important;
      padding: 0;
    }
    div#footer-bottom-in > div#copyright {
     height: 25px;
     line-height: 21px;
     float: none;
     font-family: 'Open Sans', sans-serif;
     margin: 12px 0;
     color: #ccc;
     font-size: 17px;
     text-align: center;
     padding-bottom: 10px;
   }
   div#footer-bottom-in a#isomedia {
     position: relative;
     top: -6px;
     right: 190px;
     float: left !important;
     width: 83px;
     height: 21px;
     background: transparent url('../gfx/developed.png') 0 0 no-repeat;
     text-indent: -9999px;
     display: block;
   }
   div#footer-left .lablec-logo { width: 460px; }
   div#footer-mid .logo_es_cim { 
     width: 460px;
     padding-bottom: 25px;
   }
   div#footer-right .kapcsolat { width: 460px; }
   div#footer-right .kapcsolat input,
   div#footer-right .kapcsolat textarea { width: 428px; } 
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
   .fw,
   div#header-in,
   #header-bottom,
   #header-bottom > .fw,
   div#footer-in,
   div#footer-bottom-in { width: 300px; }
   div#footer-bottom-in div#copyright {
     padding-left: 15px;
     height: auto;
  }
  div#footer-bottom { height: 95px; }
  div#footer-bottom-in div#footer-made {
     position: absolute;
     top: 100%;
     right: 75px;
  }
  div#footer { padding-bottom: 20px; }
  div#footer div.part-showmenu {display: none;}
  div#footer div#footer-in div#footer-left div.com-content p {}
  div#header,
  div#header-in,
  #header-bottom,
  #header-bottom > .fw { height: 195px; }
  #header-bottom,
  div#header { height: auto; }
  #header-bottom a.logo, 
  div#header-in > a#logo {
    width: 240px;
    height: 76px;
    background: url('../gfx/logo-isoline.png') no-repeat 0 0;
    display: block;
    float: left;
    text-indent: -9999px;   
    margin: 25px 0 0 0;
  }
  #header-bottom nav.menubar,
  div#header nav.menubar { float: none; }
  #header-middle { min-height: 1320px; }
  div#header nav.menubar{
    width: auto !important;
    padding: 0;
  }
  div#footer-bottom-in > div#copyright {
    height: 25px;
    line-height: 21px;
    float: left;
    font-family: 'Open Sans', sans-serif;
    margin: 12px 0;
    color: #ccc;
    font-size: 17px;
    text-align: center;
  }
  div#footer-bottom-in a#isomedia {
    position: relative;
    top: 15px;
    right: 34px;
    width: 83px;
    height: 21px;
    background: transparent url('../gfx/developed.png') 0 0 no-repeat;
    text-indent: -9999px;
    display: block;
  }
  div#footer-left .lablec-logo { width: 310px; }
  div#footer-mid .logo_es_cim { 
    width: 310px;
    padding-bottom: 25px;
  }
  div#footer-right .kapcsolat { width: 310px; }
  div#footer-right .kapcsolat input,
  div#footer-right .kapcsolat textarea { width: 268px; } 
  #form_captcha { width: 270px; }
}

@media only screen and (max-width: 319px){
    body{
        display: none !important;
    }
}
.TERMEKLINK {
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
