/* 
    Document   : com_user
    Created on : 2014.04.29., 14:08:18
    Author     : gergo@infoartnet.hu
*/

#footer-left .part-user.column1.contact{
    width: 235px;
    float: left;
}
#footer-left .part-user.column1.contact .component-heading{
    text-transform:none;
}

.part-user.specpop {
    display: block;
    position: fixed;
    z-index: 99999;
    height: auto;
    border: 5px solid #921403;
    box-sizing: border-box;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.part-user.specpop img {
    width: 100%;
    height: auto;
    display: block;
    /*! position: absolute; */
    top: 0;
    left: 0;
}

.part-user.specpop .info {
    background: #921403;
    text-align: center;
    padding: 5px;
    color: #fff;
    font-size: 15px;
}

.part-user.specpop #close {
  width: 18px;
  height: 18px;
  padding: 5px;
  display: block;
  background: #921403 url('../gfx/pop-arrow.png') top 2px right 2px no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.part-user.specpop #close:hover { opacity: 0.5 }

div#footer div#footer-in div#footer-left div.com-content a span:hover { color: #992421; cursor: pointer;}

.part-user h2.component-heading{
    color: #A8091D;
    font-family: 'opensans-regular', Arial;
    text-transform: uppercase;
    margin: 10px 0;
}

section.fw-user-1 .part-user div.component-body p,
section.fw-user-3 .part-user div.component-body p{
    color: #FFF;
    font-family: 'opensans-regular';
    margin: 15px 0;
    line-height: 1.6;
}

section.fw-user-1 .part-user div.component-body a.readmore-btn,
section.fw-user-3 .part-user div.component-body a.readmore-btn{
    border: 2px solid #FFF;
    color: #FFF;
    padding: 7px 15px;
    border-radius: 5px;
}

section.fw-user-2 .part-user div.component-body p,
section.fw-user-4 .part-user div.component-body p{
    color: #222;
    font-family: 'opensans-regular';
    margin: 15px 0;
    line-height: 1.6;
}

section.fw-user-2 .part-user div.component-body a.readmore-btn,
section.fw-user-4 .part-user div.component-body a.readmore-btn{
    border: 2px solid #222;
    color: #222;
    padding: 7px 15px;
    border-radius: 5px;
}
/* -------------Social connection section-------------- */

#soc-con .soc-ico {
    display: table;
    margin: 0 auto;
}

#soc-con .soc-ico li {
  text-indent: -9999px; /*ne látszodjon a szöveg*/
  list-style: none;
  margin: 10px;
}

#soc-con .soc-ico li:hover {
  cursor: pointer;
}
#soc-con .soc-ico li > a{
    display: block;
    width: 100%;
    height: 100%;
}
#soc-con .soc-ico li.fb {
  background: url('../../../gfx/social-icons-big.png') no-repeat 0 0;
  width: 66px;
  height: 66px;
  float: left;
}

#soc-con .soc-ico li.gp {
  background: url('../../../gfx/social-icons-big.png') no-repeat -66px 0;
  width: 66px;
  height: 66px;
  float: left;
}

#soc-con .soc-ico li.tw {
  background: url('../../../gfx/social-icons-big.png') no-repeat -132px 0;
  width: 66px;
  height: 66px;
  float: left;
}

#soc-con .soc-ico li.in {
  background: url('../../../gfx/social-icons-big.png') no-repeat -198px 0;
  width: 66px;
  height: 66px;
  float: left;
}

#soc-con .soc-ico li.yt {
  background: url('../../../gfx/social-icons-big.png') no-repeat -264px 0;
  width: 66px;
  height: 66px;
  float: left;
}

#soc-con .soc-ico li.rs {
  background: url('../../../gfx/social-icons-big.png') no-repeat -330px 0;
  width: 66px;
  height: 66px;
  float: left;
}

#soc-con .soc-ico li.fb:hover {
  background: url('../../../gfx/social-icons-big.png') no-repeat 0 -66px;
}

#soc-con .soc-ico li.gp:hover {
  background: url('../../../gfx/social-icons-big.png') no-repeat -66px -66px;
}

#soc-con .soc-ico li.tw:hover {
  background: url('../../../gfx/social-icons-big.png') no-repeat -132px -66px;
}

#soc-con .soc-ico li.in:hover {
  background: url('../../../gfx/social-icons-big.png') no-repeat -198px -66px;
}

#soc-con .soc-ico li.yt:hover {
  background: url('../../../gfx/social-icons-big.png') no-repeat -264px -66px;
}

#soc-con .soc-ico li.rs:hover {
  background: url('../../../gfx/social-icons-big.png') no-repeat -330px -66px;
}
/* --------------------------------------- */


div.part-user.home-contact{
    padding: 20px 0;
    box-sizing: border-box;
}
div.part-user.home-contact img{
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}

div#footer .part-user p,
div#footer .part-user p span{
    color: #ddd;
}

/* holiday */

div#footer-in div.box.part-user.holiday {
    width:600px;
    margin-bottom:72px;
    
}

div#footer-in div.box.part-user.holiday h2.component-heading {
    border:none;
    text-transform:none;
    font-size:32px;
}

div.box.part-user.holiday {
    background-repeat:no-repeat;
    background-position:0 0;
    background-image:url('../gfx/xmas_deco.png');
    box-sizing:border-box;
    
}

div.box.part-user.holiday h3 {
    font-family:'opensans-bold';
    color:#ffffff;
}

@media only screen and (min-width:994px) {
    div#footer-in div.box.part-user.holiday {
        width:870px;
    }
}

@media only screen and (min-width: 640px) {
    div.box.part-user.holiday {
        background-size:auto 100%;
        padding-left:254px;
    }
}

@media only screen and (min-width: 640px) and (max-width:993px) {
    div#footer-in div.box.part-user.holiday {
        width:600px;
    }
    
    div.box.part-user.holiday {
        background-size:230px auto;
    }
}

@media only screen and (max-width:639px) {
    div#footer-in div.box.part-user.holiday {
        width:auto;
        padding-left:0;
        padding-top:225px;
        
    }
    
    div.box.part-user.holiday {
        background-size:300px auto;
    }
}



/*------------- media queries -------------*/

@media only screen and (min-width: 1654px){
    
     div#footer-in div.box.part-user.specpop {
    top: 90px;
    left: 1vw;
    width: 22vw;
}
    
    div.part-user.home-contact{
        width: 49%;
        float: right;
    }
    
}

@media only screen and (min-width: 1324px) and (max-width: 1653px){
    
    div#footer-in div.box.part-user.specpop {
    top: 90px;
    left: 1vw;
    width: 25vw;
}
    
    div.part-user.home-contact{
        width: 49%;
        float: right;
    }
}
@media only screen and (min-width: 994px) and (max-width: 1323px) {
    
   div#footer-in div.box.part-user.specpop {
    top: 90px;
    left: 1vw;
    width: 32vw;
}
    
    div.part-user.home-contact{
        width: 49%;
        float: right;
    }
}
@media only screen and (min-width: 640px) and (max-width: 993px){
    
    div#footer-in div.box.part-user.specpop {
    top: 90px;
    left: 1vw;
    width: 45vw;
}
    
    div.part-user.home-contact{
        width: 100%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
    
   #footer-left .part-user.column1.contact{
        width:440px;
    }
    
    div#footer-in div.box.part-user.specpop {
    top: 90px;
    left: 1vw;
    width: 65vw;
}
    
    #soc-con .soc-ico{
        width: 260px;
    }
    div.part-user.home-contact{
        width: 100%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    
    #footer-left .part-user.column1.contact{
        margin: 10px auto;
        width: 100%;
    }
    #footer-left .part-user.column1.contact .component-heading{
        text-align: center;
    }
    
    div#footer-in div.box.part-user.specpop {
    top: 120px;
    left: 2vw;
    width: 85vw;
}
    
    #soc-con .soc-ico{
        width: 260px;
    }
    div.part-user.home-contact{
        width: 100%;
    }
}