/*
Theme Name:         FoundationPress
Theme URI:          http://foundationpress.olefredrik.com
Github Theme URI:   https://github.com/olefredrik/FoundationPress
Description:        FoundationPress is a WordPress starter theme based on Foundation 5 by Zurb
Version:            1.0.0
Author:             Ole Fredrik Lie
Author URI:         http://olefredrik.com/

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* ----------------------------------------------------------------------------

  Unfortunately WordPress will require a style.css file
  located in the theme's root folder for stuff to work.

  However, we will not be using vanilla CSS. We're using Sass.

  Sass is a superset of CSS that adds in amazing features
  such as variables, nested selectors and loops. It's also
  the easiest way to customize Foundation.

  All Sass files are located in the /scss folder.

  Please read the README.md file before getting started. More info on how
  to use Sass with Foundation can be found here:
  http://foundation.zurb.com/docs/sass.html

  If you for some reason would like to write plain css instead of using Sass,
  you could just enqueue this file (style.css) to the header and add your styles in this file

---------------------------------------------------------------------------- */

/*---------------------------------------slide----------------------------------------*/

.orbit-container .orbit-slides-container > * .orbit-caption {
  background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
  background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  width: 500px;
  margin: 0% auto;
  /*margin-left:30%;*/
}
div.orbit-caption h1, div.orbit-caption p {
  color: #fff;
  font-family:"Myriad Pro", Tahoma, sans-serif;
  text-align: left;
}

div.orbit-caption h1 {
  font-size: 1.875rem;
}
div.orbit-caption  h1 span {
  color:#666;
}
div.orbit-caption p {
  font-size: 1.25rem;
}
div.orbit-caption a.button.small {
  background: transparent;
  border: 2px solid #fff;
  font-size: 1rem;
  width: 250px;
  display: block;
  float:left;
  margin: 0 auto;
}
div.orbit-caption a.button.small:hover {
  background: rgba(255,255,255,0.25) !important;
}

/*
.orbit-container {
	height:400px;
}*/

.orbit-container .orbit-prev {
  background: url('img/prev.png') right no-repeat;
  width: 4.062rem;
  height: 4.062rem;
  margin-left: 1.875rem;
}
.orbit-container .orbit-prev:hover {
  background: url('img/prev_hover.png') right no-repeat;
}
.orbit-container .orbit-next {
  background: url('img/next.png') right no-repeat;
  width: 4.062rem;
  height: 4.062rem;
  margin-right: 1.875rem;
}
.orbit-container .orbit-next:hover {
  background: url('img/next_hover.png') right no-repeat;
}
.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0);
}
.orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
  border-color: transparent;
}
.orbit-container .orbit-prev:hover > span, .orbit-container .orbit-next:hover > span {
  border-color: transparent;
}
.orbit-bullets-container {
  top: 20.625rem;
}
 /*#home-slider {
 height: 200px;
}*/

#home-slider .orbit-bullets {
  top: -2.8125rem;
  z-index: 5;
}
#home-slider .orbit-bullets li {
  background: #fff;
}
#home-slider .orbit-bullets li.active {
  background: #fff;
  width: 0.6825rem;
  height: 0.6825rem;
}

/*----------------------------------------menu-----------------------------------------*/

.top-bar, .top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:hover:not(.button), 
.top-bar-section .dropdown li:hover:not(.has-form):not(.active) > a:not(.button), .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button), 
.top-bar-section .has-form {
  background: rgba(255,255,255,0) none repeat scroll 0% 0%;
 /* background:#3F6;*/
}
.top-bar-section ul li:hover:not(.has-form) > a {
 background: #222 none repeat scroll 0% 0% !important;
 
  
}
#menu.fixed .top-bar-section ul li:hover:not(.has-form) > a {
  background: #222 none repeat scroll 0% 0% !important;
  
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
  background: #222 none repeat scroll 0% 0%;

}

.top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
  background: rgba(34, 34, 34, 0.75) none repeat scroll 0% 0%;

}
/* EDITADO POR MICHAEL */
.top-bar-section ul {
  margin-right: 0;
  background:#222;
}

.top-bar-section li {
  margin-right: 0;
}

/* ----- FIN ------ */

/*.top-bar .name h1 {
  width: 15rem;
}*/
.top-bar .name h1 {
  color: rgba(255,255,255,0);
}
.top-bar-section ul li > a {
  color: #fff;
  font-family: "ChaparralPro-Regular", "Times New Roman", serif;
  font-size: 1.125rem;
  text-shadow: 1px 1px 1px #000;
}
.top-bar input {
  background: url('../img/lupa.png') no-repeat 100% 45%;
  border: none;
  padding: 0;
  width: 3.437rem;
}

/*---------------------------------Noticias--------------------------------------*/

#noticias h2 {
  font-family: "ChaparralPro-Regular",Georgia,"Times New Roman",serif;
}
#noticias h3 { 
  font-size: 1.3rem;
  font-family: "Open Sans";
}
#agenda h2 {
  font-family: "ChaparralPro-Regular",Georgia,"Times New Roman",serif;
}
#agenda h3 {
  font-size: 1.3rem;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
#noticias.readmore, #agenda.readmore {
  margin-top: 1.3rem;
}
span.post-date {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
.fa-2x {
  margin-top:-1rem;
}
.panel {
  margin-top: 1.25rem;
}
.panel{
  /*border-color: #0099BA;*/
  border-color: #F2F2F2;
}
.row .row.collapse {
  margin: 1.25rem 0px 0px 0px;
  
}
#sidebar h6 {
  font-family: "ChaparralPro-Regular",Georgia,"Times New Roman",serif;
  font-size: 1.5rem;
  margin-bottom: 0px;
}
#sidebar ul {
  list-style-type: none;
}

#area {
  background: #ccc;
}
#area img {
  margin-left:auto;
  padding: 1rem;
}
#area h2 {
  font-weight: bold;
  margin-bottom: 0.2rem;
  margin-top: 0.5rem;
}
#area h3, #area h4 {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
#area h4 {
  font-size: 1.2rem;
}

#area_fecha_pub {
	display: inline-block;
	float:left;
	width: 150px;
	/*background-color:#06F;*/
}

#area_tags {
	display: inline-block;
	float:left;
	width:auto;
	/*background-color:#F93;*/
}

#area_tags a {
	color:#F60 !important;
	font-weight:400 !important;
}

#area_tags a:hover {
	color:#FC0 !important;
	font-weight:400 !important;
}

#category_tags {
	display: block;
	float:left;
	width: auto; 
}

#category_tags a {
	color:#F60 !important;
	font-weight:400 !important;
}

#category_tags a:hover {
	color:#FC0 !important;
	font-weight:400 !important;
}


/*------------------------------------menu footer----------------------------------*/

.menu-principal-container {
  /*padding-top: 1.25rem;*/
  text-align: left;
}
#nav_menu-2 h6 {
  color:#fff;
  font-size: 1.85rem;
  font-family: "ChaparralPro-Regular",Georgia,"Times New Roman",serif;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
}
#menu-pie ul {
  list-style-type: none;
}
#menu-pie a {
  color: #fff;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 0.8rem;
  margin-bottom: 0.4rem;
}
#menu-pie a:hover {
  color: #0078A0;
}
body {
  font-weight: 300;
}
hr {
  border-color: #0099BA;	
  /*border-color: #C30;*/
}

/* --------------------------- CSS para fichero formcal-page.php ------------------------------------ */

#form_content{
	display: inline-block;
	float:left;
	width: 100%;
	height: auto;
	/*height: 250px; */
	padding-bottom: 50px; 
}

#img_content{
	display: inline-block;
	float: left;
	max-width: 350px;
	min-width: 300px; 
	height: 250px; 
}

#text_content{
	display: inline-block;
	width: auto;
	height: auto;
}

#title_content{
	display: inline-block;
	width:100%;
	height: 50px; 
	background-color:#F93;
	padding-top: 5px; 
	padding-left: 15px; 
}

#inscrip_content{
	display: inline-block;
	width: 100%;
	padding-left: 0px; 
	padding-right: 0px; 
	height: 50px; 
	background-color:#9F6;
	padding-top: 5px; 
	padding-left: 15px; 
}

#inicio_fin_content{
	display: inline-block;
	width: 100%;
	height: 50px; 
	background-color:#F6C;
	padding-top: 5px; 
	padding-left: 15px; 
}

/* ------------------------------------ Agenda eventos de portada ----------------------------- */
#recuadros_agenda{
	display: inline-block;
	position:relative; 
	/*float:right;*/
	max-width:310px;
	/*min-width:280px; */
	width: 100%; 
	min-height:500px;
	/*height:100%;*/
	background-color:#FFF; 
	padding-left:0px; 
	padding-top:0px; 
	margin:12px;
	border:1px solid #F2F2F2;
	box-shadow: 5px 5px 5px #888888;
}

#contenedor_fecha{
	display:block;
	float:left;
	width:100%;
	height:70px; 
	background-color:#FFF;
}

#contenedor_dia{
	display:block;
	float:left;
	width:80px;
	height:70px; 
	background-color:#C30;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:40px;
	font-weight:bold;
	color:#FFF;
	vertical-align:middle;
	padding-top:7px; 
}

#contenedor_mes{
	display:block;
	float:left;
	with:100%;
	height:70px;
	font-family:"Arial", Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#C30;
	padding-top:12px;
	padding-left:15px;
}

#img_agenda{ /* <--- Try putting the image in a background instead of a image object, then put the box with text ontop (for monday 13) */
	display:block;
	float:left;
	height:100%;
	background-color:#FFF;
	width:100%;
	z-index:1;
}
	
#infoi {
  width:100%;
  height: 40%;
  position:absolute;
  text-align:left;
  margin-bottom: 0px;  
  bottom: 0px;
  left: 0px;
  z-index: 2;
}

#title_noticias a{
color:#000;
}

#title_noticias a:hover{
color:#666;
}

#infoi a{
color:#000;
}

#infoi a:hover{
color:#666;
}

#infoi span{
    position:absolute;
	vertical-align:middle;
    bottom:10px;
    left:0;
	/* Fallback for web browsers that don't support RGBa */
  	background-color: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
  	background-color: rgba(255, 255, 255, 0.9);
    /* For IE 5.5 - 7*/
  	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF09, endColorstr=#FFFFFF09);
    /* For IE 8*/
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF09, endColorstr=#FFFFFF09)";
  	/*background-color:#C60;
  	/*opacity: 0.5;*/
  	width:100%;
	padding-left:10px;
	padding-right:10px;
}

#title_underline{
	position:absolute;
	display:block;
	float:left;
	width: 100%;
	height: 7px;
	bottom: 0px;
	background-color:#C30;
}

#top_underline{
	position:relative;
	display:block;
	float:left;
	width: 100%;
	height: 3px;
	/*bottom: 0px;*/
	background-color:#C30;
}

.align_element {
  background-color:#09C;
  height: 50px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shadow_news{
	  box-shadow: 2px 2px 2px #888888;
}

#noticias_title_box{
	display:block;
	float:left;
	width: 100%;
	height: 60px;
	background-color:#0099BA;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-top: 3px;
	color: #FFF;
	font-size:36px;
}

#agenda_title_box{
	display:block;
	float:left;
	width: 100%;
	height: 60px;
	background-color:#0099BA;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-top: 3px;
	color: #FFF;
	font-size:36px;
}

#divs_ver_mas {
	display:inline-block;
	float:left;
	width: auto;
	/*height: 50px; */
	vertical-align:middle;
	font-size:medium;
	padding-right: 30px;
	padding-bottom: 10px;
	/*margin-top:5px;
	background-color:#CF6;*/
}

/* ---------------------- Twitter slider ----------------------------- */

		/*body {
            background: #ECF1F2;
            color: #8e8e8e;
            font: 12px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
            margin-top: 20px;
        }

        ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        a {
            color: #76949F;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }*/

        .source, .source2 {
            width: 350px;
            margin: 0 auto;
            border: 1px solid #e0e0e0;
            background: white;
            display: block;
            white-space: pre;
            -webkit-border-radius: 3px;
               -moz-border-radius: 3px;
                    border-radius: 3px;
        }

        .source2 {
            width: 450px;
        }

        .example1 {
            width: 350px;
            margin: 50px auto;
        }

        .example1 .tweet {
            padding: 15px;
            position: relative;
            background: red;
            -webkit-border-radius: 3px;
               -moz-border-radius: 3px;
                    border-radius: 3px;
        }

        .example1 .tweet:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-width: 10px;
            border-style: solid;
            border-color: white transparent transparent transparent;
            bottom: -20px;
            left: 50%;
            margin-left: -10px;
        }

        .example1 .tweet .date {
            margin-top: 5px;
            font-weight: bold;
            font-size: 11px;
        }

        .example1 .button {
            background-color: rgb(105, 210, 231);
            background-repeat: no-repeat;
            background-position: center;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAg5JREFUeNrslz9oFEEUxn97JEYCiSJCCCL+QeFMaZFOMYKWQRFRYiH2NoKFhZ0goqkstLINQUhpQAhaRSzE00IhqBAUNIpnTgz+iZKfzYjLcnu7e+xxTR4M7M7Me9+3s+/NNxOpdNMqdNnWCXSdQE8H4u0FNgCLwNdMDzXeetQo0Zen9atX1c/+t5/qlLonNm+3ejbumww0oU4WBN+s1ky3hnpdfaT+UY+2IjATnG4UWIlp89maeimswkgagScxh7vqYAZ4NQTOY0vqgjqv9v2LkayC5djzSeA5cAqIUlLocIuxpA0BH4Fx4FdaGc4n3ncC00ANmAD6E+NbC1TIW+AIUI93Rgkt2A68AAZSgnwHHgJPgVfAKHA+J4EasD+rDIfVE+qq5dtsszxKbkT3gG/AG6Ba8ia1lGcrfgwc7AA4wLNmnckcGAkTeztAoAosZK3AS+BiB8AXm4GnqeFN4AzwoUQCt4vKcS9wB3hXAngduFVUjn8Dl0v6+mvASl45jrfJEmp/Tq200pNWBCrqBfVTm+ANdUeWmuaR2z51XK0XAF9Rx/LIedaEwaDhjQLg79XRvAeaeBLuC2o3BOwCDgX12lQg4e4D5wqVcIzNgHpFXW7jf79WT7dznoyaXM02AseA48ABYLgZ7yBYc8AM8ABYa6dGoxx3w23ht2wBVoEvAfxHGZtEtH457TaBvwMAhZCNejwyg80AAAAASUVORK5CYII=);
            width: 50px;
            height: 50px;
            margin: 20px auto 0;
            -webkit-border-radius: 6px;
               -moz-border-radius: 6px;
                    border-radius: 6px;
            -webkit-box-shadow: rgba(87, 169, 185, 0.9) 0px 3px 0px 0px, transparent 0 0 0;
               -moz-box-shadow: rgba(87, 169, 185, 0.9) 0px 3px 0px 0px, transparent 0 0 0;
                    box-shadow: rgba(87, 169, 185, 0.9) 0px 3px 0px 0px, transparent 0 0 0;
        }

        .example1 .button:hover {
            -webkit-box-shadow: rgb(105, 210, 231) 0px 3px 0px 0px, transparent 0 0 0;
               -moz-box-shadow: rgb(105, 210, 231) 0px 3px 0px 0px, transparent 0 0 0;
                    box-shadow: rgb(105, 210, 231) 0px 3px 0px 0px, transparent 0 0 0;
        }

        .example2 {
            width: 600px;
            padding: 15px;
            margin: 50px auto;
            background:#6FF;
            -webkit-border-radius: 3px;
               -moz-border-radius: 3px;
                    border-radius: 3px;
        }
    
        .example2 .tweet {
            overflow: hidden;
        }

        .example2 ul {
            width: 99999px;
            height: 100px;
        }

        .example2 ul li {
            width: 200px;
            height: 100px;
            float: left;
            border-right: 1px solid #eee;
            padding: 0 10px 0 0;
            margin: 0 10px 0 0;
        }
		#twitter_logo {
			display:inline-block;
			float:left;
			height: 90px;
			width: 70px;
			background-image:url(../../plugins/tweets-slider/images/twitter_transp.png);
			background-repeat: no-repeat;
			background-position: center; 
			background-color:#1DA1F2;
		
		}
		#twitter_box {
		display: block;
		float: left;
		width: 100%;
		height: 170px;
		padding-bottom: 20px;
		border-top: #C4F4FF thick;
		/*background-color:#DFFAFF;*/
		margin-left: 1em;
		margin-right: 1em;
		padding-right: 10px;
		}