/*
*   name           Favourite
*   version        3.3
*   description    Responsive and customizable Joomla!3 template
*   demo           ttp://demo.favthemes.com/favourite/
*   author         FavThemes
*   author URL     http://www.favthemes.com
*   copyright      Copyright (C) 2012-2015 FavThemes.com. All Rights Reserved.
*   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*
******************************************************************************************

/// custom style

******************************************************************************************
*/
.banneritem { 
text-align:center!important; 
margin: 5px;
}

/*Formulario*/
.box2 ul{
   padding-right: 0px;
   padding-left: 0px;
   padding-bottom: 0px;
   padding-top: 0px;
   margin: 0px;
}

.box2  li{
   list-style-type: none;
   display: inline;
   padding-right: 5px;
}

/* Siguenos*/
   ul.genius li {
    display: inline-block;
    margin-right: 10px;
    padding: 6px;
    border-radius:2px;
    transition: transform 1s;
    
}
  ul.genius li a{
  	/*color:#eeb700*/
    color:#d8db2a
  }
    ul.genius li:hover{
   	 transform: scale(1.5);
     color:#4e82c3;
   }
   
   /* For devices smaller than 400px: */
.imgspider {
    width: 125px;
    height: auto;
	margin:5px;
}

/* For devices 400px and larger: */
@media only screen and (min-device-width: 400px) {
.imgspider { 
    width: 320px;
    height: auto;
	margin:5px;
    }
}

/* Video responsive*/

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}

.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}