/* If you want to add your own CSS code, please do it in this file */
/* Azonnali elérhetőség */


   @media only screen and (min-width: 480px) and (max-width: 1920px) {
	   
	 .c-slider {
		  top: 105px; /* atirando */
		
	  }
	   
   }

  .c-page-plugin-container
  {
    position: fixed;
    left: 0;
    transform: translate3D(-100%,0,0);
    -moz-transform: translate3D(-100%,0,0);
    -webkit-transform: translate3D(-100%,0,0);
    -o-transform: translate3D(-100%,0,0);
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    background:#fff;
    
  }

  @media only screen and (min-width: 0px) and (max-width: 480px) {
	.c-slider { 
		width: 100%;
		display: block;
		background: #fff;
	}

	.c-page-plugin-container  {
		position: fixed;
		left: 0;
	}

	.c-page-plugin-container  {
		transform: translate3D(0,0,0);
		-moz-transform: translate3D(0,0,0);
		-webkit-transform: translate3D(0,0,0);
		-o-transform: translate3D(0,0,0);
		z-index:999999999;
	}
	.c-slider {
		top: 0px !important;  /* atirando */
	}
	.c-page-plugin-label img{
		display:none;
	}
	
	body{
		margin-top: 50px;
	}
	  
  }

  .c-page-plugin-container { border-top: 3px solid #003C72;z-index:99999; border-bottom: 3px solid #003C72;border-right: 3px solid #003C72; }

  .c-page-plugin-container:hover  
  {
    transform: translate3D(0,0,0);
    -moz-transform: translate3D(0,0,0);
    -webkit-transform: translate3D(0,0,0);
    -o-transform: translate3D(0,0,0);
    z-index:999999999;
  }

  .c-page-plugin-label
  {
    position: relative;
    left: 100%;
    height: 100%;
  }

  .c-page-plugin-label img
  {
  	width: 25px;
  	left:0px;
  	position: absolute;
	border-bottom: 3px solid #003C72;
	border-right: 3px solid #003C72;
	border-top: 3px solid #003C72;
	border-left: 3px dotted #003C72;
	border-radius:0 5px 5px 0;
 	padding: 5px;
	background: #fff;
	top: 0px;
  }
  .c-azonnali{
	padding: 3px;
  }




/* Azonnali elérhetőség end */