/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

@import url(../warp/css/responsive.css);


/* Breakpoints
----------------------------------------------------------------------------------------------------*/

/* All except large Screens */
@media (max-width: 1220px) {
.uk-responsive-width { width:170px; height:auto;}

.pos-iconos { float:left;}

.menu-dropdown a.level1, .menu-dropdown span.level1 {
  font-family: "OpenSansRegular";
  font-size: 11px;
}

.menu-dropdown a.level1 > span, .menu-dropdown span.level1 > span {
  height: 72px;
  line-height: 72px;
  padding: 0 10px;
}
}

/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {

	/* Layout */
	.wrapper.max-width65,
	.wrapper.max-width80 { max-width: 100%; }

	.bg-colored { padding: 0; }

	/* Modules */
	.grid-h .mod-box-transparent { margin: 0; }
	
	/*images añadido*/
    .uk-responsive-width { width:150px; height:auto;}
    .custom-logo {width:100%;}	
    #search {float: center;}

}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {

 .uk-responsive-width { width:150px; height:auto;}
 #logo {width:50%; height:auto;}
 /*#search { display: none; }*/
 .wk-slideshow-infinite .caption h1 {  
            font-size: 14px;  
            line-height: 14px;  
        }
 .inicio-movil {margin-right:400px;}		
   #search {float: center;}

}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 480px) and (max-width: 959px) {

	/* Layout */
		/* Layout */
/*	#search { display: none; }*/
 .uk-responsive-width { width:150px; height:auto;}
   #search {float: center;}

}

/* Only Phones */
@media (max-width: 767px) {

	/* Layout */
	#toolbar,
	#headerbar,
	#logo,
	#search,
	#menubar,
	#breadcrumbs  { display: none; }

	#header { margin-bottom: -100px; } /*20px, para quitar el espacio en blanco*/

	/* System */
	.searchbox { border: none; }
 .uk-responsive-width { width:120px; height:auto;}
 .inicio-movil { display:none;}
 /*.movil-idioma {display:block;}*/
 .custom-logo { 
	width: 1038px; /*138px*/
	height:auto;
	/*height: 90px;*/
	src: url(../../../images/lagun-onak-mb/lagun-onak-mendi-bazkuna-logo.jpg);
	/*background: url(../../../images/lagun-onak-mb/lagun-onak-mendi-bazkuna-logo.jpg) 0 0 no-repeat;*/
	background-size: contain;
}

}

/* Only Phones (Landscape) */
@media (min-width: 480px) and (max-width: 767px) {

 .uk-responsive-width { width:150px; height:auto;}

/* #search { display: none; }*/
 .custom-logo { 
	width: 1038px; /*138px*/
	/*height: 90px;*/
	background: url(../../../images/lagun-onak-mb/lagun-onak-mendi-bazkuna-logo3.jpg) 0 0 no-repeat;
	background-size: contain;
}

}

/* Only Phones (Portrait) */
@media (max-width: 479px) {

    /* añadido */  
     #search {float: center;}
	/* System */
	#system .items .item,
	#system .items .item:first-child {
		margin-top: 12px;
		padding-top: 18px;
		border-top-width: 1px;
	}

	#system .items :first-child .item:first-child {
		margin-top: 0;
		padding-top: 0;
		border-width: 0;
	}

	#system .items .leading .item {
		margin-bottom: 0;
		padding-bottom: 0;
		border-width: 0;
	}

	.searchbox { padding: 0 0 0 38px; }

        /* añadido */
		.custom-responsinve-logo {width:100%; height:40px;} /*60px*/

    .uk-responsive-width { width:100px; height:auto;}
	/*.logo-responsive-width { width:60px; height:auto;}*/
	
	.frontpage-team h1 {
		font-size:15px;
		line-height:30px;
		margin: 20px 0 0;}
		
	#lagunmb {display:none;}	
	 .lang-inline {margin-left:200px;}

}
