/* CSS Document Bootstrap 3 Media Query Breakpoints */

/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1385px) {
	.plecaalianzas{
		background-position: 52% bottom;
		background-size: 98%;
	}
}
@media only screen and (max-width : 1200px) {
	.plecaalianzas{
		background-position: 48% bottom;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.verticaldisplay{
		display: inherit !important;
	}
	.normaldisplay{
		display: none;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {	
	.navbar-default ul.dropdown-menu{
		display: none;
	}

	.dropdown:hover .dropdown-menu{
		/*display: none;*/
		background-color: white;
		box-shadow: none;
		border: none;
	}
	.navbar-default ul.dropdown-menu a{
		color:	#0a0a0a !important;
	}


	.toprow .custom{
		display: table;
		margin: auto;
		width: 100%;
	}
	
	.toprow ul.social{
		float: none;
		width: 100%;
		margin: 0;
		height: 25px;
		text-align: center;
		padding: 0;
	}
	.toprow ul.social li{
		float: none !important;
		margin: 0 10px 0 10px;
		display: inline;
		
	}
	
	.toprow ul.nav{
		width: 50%;
		margin: auto;
		height: 25px;
		float: none;
	}
	.toprow ul.nav li{
		margin-left: 15px;
	}
	
	.footer .bottomrow2 .custom{
		width: 100%;
		display: table;
	}
	.footer .bottomrow2 .custom .social{
		float: none;
		width: 100%;
		padding: 0;
		text-align: center;
		margin-top: 20px;
	}
	.footer .bottomrow2 .custom .social li{
		float: none;
		margin: 0 10px 0 10px;
		display: inline;
	}
	
	.navbar-nav .dropdown-menu{
        display: block;
        position: static;
        background-color:transparent;
        border:0 none;
        box-shadow:none;
        margin-top:0;
        position:static;
        width:100%;
    }
    .navbar-nav .dropdown-menu > li > a, 
    .navbar-nav .dropdown-menu .dropdown-header {
        padding:5px 15px 5px 25px;
    }
    .navbar-nav .dropdown-menu > li > a{
        line-height:20px;
    }
    .navbar-default .navbar-nav .dropdown-menu > li > a{    
        color:#777;
    }
	.caret{
		float: right;
		margin-top: 8px;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}