/* Add your Custom CSS here, do not forget to activate this file in the Backend Options of the Template */

    #logo{
        padding-top: 30px;
  		padding-bottom: 35px;
    } 	
@media only screen and (min-width:480px) and (max-width:767px) {
         #logo{
        padding-top: 35px;
  		padding-bottom: 35px;
   		 } 
	}

	@media only screen and (max-width:479px) {
      #logo{
        padding-top: 35px;
  		padding-bottom: 35px;
      }
	}


/* -------------------------------------------------------------------------------- /
	[11] MEDIA QUERIES
/ -------------------------------------------------------------------------------- */
	
	@media (max-width:979px) {
		#logo{
        padding-top: 25px;
  		padding-bottom: 15px;
		}
  		.toparea_link3, .toparea_link2{
    		display: none;
  		}
  }
	}
	
	@media (max-width:767px) { 
		#logo{
        padding-top: 25px;
  		padding-bottom: 25px;
		}
  		.toparea_link3, .toparea_link2{
    		display: none;
  		}
	}