/* 
    Document   : styles
    Created on : Apr 26, 2013, 12:19:43 PM
    Author     : semmer@infoart.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: 'opensans-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-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/opensans-light-webfont.svg#svgFontName') format('svg');
}

@font-face {
  font-family: 'opensans-regular';
  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-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/opensans-regular-webfont.svg#svgFontName') format('svg');
}

@font-face {
  font-family: 'opensans-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-webfont.eot?#iefix') format('embedded-opentype'),
       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: 15px 'opensans-regular', sans-serif;
  /*font-weight: 300;*/
  text-align: left;
  color: #333;
  /*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: 'opensans-light', Arial; font-size: 16px; color: #992421; }
fieldset { border: none }
input, select, option {
  font-size: 100%;
  outline-style: none;
  height: 32px;
}

input {
  border: 1px solid #ccc;
  font-size: 14px;
  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: #0099cc;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: none;
}

div#content div.component-body a.readmore {
  display: block;
  font-size: 23px;
  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,
span strong,
p strong {
  font-family: 'opensans-regular', Arial;
  font-weight: 600;
}

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: 24px;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 14px;}

.he2{
    font-size: 32px;
    font-family: 'opensans-regular', Arial;
}
.bold {font-family: 'opensans-bold', Arial, sans-serif;}

.tac{text-align: center;}

input[type=text], input[type=email], input[type=url] {
  background: #E5E5E5;
  height: 25px;
  padding: 5px;
  border: none;
  box-shadow: 1px 1px #ccc;
  margin-bottom: 5px;
  color: #999;
  font-family: 'opensans-regular', Verdana, sans-serif;
  font-size: 15px;
}

textarea { 
  resize: none; 
  background: #E5E5E5;
  padding: 5px;
  border: none;
  box-shadow: 1px 1px #ccc;
  margin-bottom: 5px;
  color: #999;
  font-family: 'opensans-regular', Verdana, sans-serif;
  font-size: 15px;
}

.fw{
    margin: 0 auto;
    width: 960px;
}


/* --------------/Sections/-------------- */

section#content-poz{
    display: none;
}

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;
}
div#fw-user-1,
div#fw-user-2,
div#fw-user-3,
div#fw-user-4{
    position: absolute;
    margin: -90px 0 0 0;
}

section#slider-poz1,
section#slider-poz2{
    border-top: 33px solid #BFC0C2;
}

section#slider-poz4{
    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: none;
    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;
}
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{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
    border-bottom: 1px solid #FFF;
    -webit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div#header:hover{
    background: rgba(0,0,0,1);
    -webit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div#header.longmenu{
    background: #000 !important;
    -webit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
div#header-in,
#header-bottom > .fw{
  width: 960px;
  /*height: 140px;*/
  position: relative;
  margin: 0 auto;
}
#header-bottom a.logo,
div#header-in > a#logo {
  width: 134px;
  background: url('../gfx/logo-mod-feher.png') no-repeat 0 0;
  height: 45px;
  display: block;
  float: left;
  text-indent: -9999px;
  margin: 13px 20px 0 0;
}
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 0;
}

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: 21px;
  line-height: 21px;
  float: left;
  font-family: 'opensans-light', Arial;
  margin: 10px 0;
  color: #ccc;
  font-size: 13px;
}

div#footer-bottom-in a#infoartnet {
  position: absolute;
  top: 0px;
  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: 'opensans-light', Arial;
  position: absolute;
  right: 88px;
  white-space: nowrap;
}

div#footer-in div.box.social h2,
div#footer-in div.box h2.component-heading {
  padding: 0 0 8px;
  margin: 0 0 10px;
  color: #fff;
  /*text-transform: uppercase;*/
  font-size: 16px;
  border-bottom: 2px solid #555;
  font-family: 'opensans-regular', Arial, 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: 'opensans-light', Arial;
   
}

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;
}



/*------- 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: 70px;
    }
    div#header nav.menubar{
        width: 820px;
        padding: 0;
    }
}

@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: 408px;
        margin: 0 6px 30px;
    }
    div#header-in{
        height: 70px;
    }
    div#header nav.menubar{
        width: 820px;
        padding: 0;
    }

}

@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: auto !important;*/
      min-height: 70px;
    }
    #header-bottom a.logo,
    div#header-in > a#logo {
        float: none;
        height: 58px;
        display: block;
        margin: 0;
        padding: 10px 0 0;
        background-position: 50%;
    }
    #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;
    }
}

@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{
        min-height: 70px;
    }
    
    #header-bottom a.logo,    
    div#header-in > a#logo {
      float: none;
      height: 58px;
      display: block;
      margin: 0;
      padding: 10px 0 0;
      background-position: 50%;
    }
    #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: 1350px;
    }
    div#header nav.menubar{
        width: auto !important;
        padding: 0;
        display: none;
    }
}

@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 {text-align: center;}
  
  div#header,
  div#header-in,
  #header-bottom,
  #header-bottom > .fw{
    height: auto !important;
    min-height: 110px;
  }
  #header-bottom,
  div#header {
    height: auto;
  }
  #header-bottom a.logo, 
  div#header-in > a#logo {
    float: none;
    height: 58px;
    display: block;
    margin: 0;
    padding: 10px 0 0;
    background-position: 50%;
  }
  #header-bottom nav.menubar,
  div#header nav.menubar{
    float: none;
  }
  
  #header-middle{
        min-height: 1350px;
  }
  div#header nav.menubar{
      width: auto !important;
      padding: 0;
      display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 993px) {

}
@media only screen and (max-width: 319px){
    body{
        display: none !important;
    }
}