@import url(http://fonts.googleapis.com/css?family=Dorsa);
@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700,600,800);
@charset "utf-8";
/* CSS Document */
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.color-1 {
  color: #efedef;
}
.img-indent {
  margin: 0px 30px 0 0;
  float: left;
}
.img-indent1 {
  margin: 1px 29px 16px 0;
  float: left;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
.center {
  text-align: center;
}
.spinner {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/spinner.gif) 50% 50% no-repeat #000000;
}
.preloader {
  background: url(../img/loader.gif) center center no-repeat;
}
.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
}
.m-top {
  margin-top: -7px;
}
.overflow.extra {
  overflow: visible;
}
.left-0 {
  margin-left: 0 !important;
}
.overflow {
  overflow: hidden;
}
.inner-1 {
	padding-right: 10px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 10px;
}
.inner-2 {
	padding-right: 10px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
.inner-3 {
	padding-right: 10px;
	text-align: justify;
	margin-top: 20px;
	margin-bottom: 10px;
}
.inner-4 {
	padding-right: 10px;
	text-align: justify;
	margin-top: 30px;
	margin-bottom: 10px;
}


/*------ header ------- */
header {
	padding: 10px 0 20px;
	z-index: 50;
	border-bottom: 5px #5eb935 solid;
	height: auto;
}
/* navbar */
/********************** Navigation ************************/
nav {
	float:right;
	margin-top: 30px;
	margin-right: 0px;
	position: relative;
}
.flags-button{
	margin:50px auto 0 auto;
	list-style:none!important;
	width: 600px;
}

.esp{
	background: url(../img/flag_spain_n.png) top center no-repeat;
}

.uk{
	background: url(../img/flag_uk_n.png) top center no-repeat;
}

.de{
	background: url(../img/flag_ger_n.png) top center no-repeat;
}

.fr{
	background: url(../img/flag_fr_n.png) top center no-repeat;
}

.flag-button{
	width:25%;
	height: 120px;
	line-height:120px!important;
	text-align:center;
	font-size:16px;
	color:#0047B9;
	position:relative;
	float:left;
}
.flag-button > li > a:hover {
  color: #e85356!important;
  text-decoration: underline;
}
.sf-menu{
	min-height:28px;
	padding:0;
	margin:0;
	list-style: none!important;
}
.sf-menu ul{
	position:absolute;
	top:-999em;
	width:140px;
	left:0;
	display:none;
	list-style: none!important;
}
.sf-menu > li{
	position:relative;
	float:left;
	margin:0 16px;
}

.sf-menu > li > a {
	text-decoration:none;
	display:block;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
	color:#FFFFFF;
	padding:10px 0 0 0;
	background:url(../img/nav-active.png) no-repeat center -30px;
	font-weight: bold;
}

	.sf-menu > li.current > a, .sf-menu > li:hover > a, .sf-menu > li.sfHover > a {
	color:#5eb935;
	text-decoration:none;
	background:url(../img/nav-active.png) no-repeat center 0;
	}

.sf-menu li:hover ul,.sf-menu li.sfHover ul{
	top:35px;
	left:0;
	z-index:999;
	margin-left: -30%;
}
.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul{top:-999em}
.sf-menu li.current,.sf-menu li:hover,.sf-menu li.sfHover{
	text-decoration:none;
	list-style: none;
}
.sf-menu li li a{
	display:block;
	margin:0;
	position:relative;
	text-decoration:none;
	font-size:12px;
	line-height:14px;
	color:#fff;
	overflow:hidden;
	padding:8px 5px 8px 0;
	text-transform:uppercase;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	background:url(../img/sub-nav-tail.png);
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current > a{
	color:#000;
 	list-style: none;
}
.sf-menu li li{
	float:none;
	position:relative;
	margin:0 0 1px 0;
	text-align:center;
	font-weight:600;
}

.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul{left:140px;top:0;}





.navbar_ {
	margin: 0;
	padding:20px 0 0 20px;
	position:relative;
	z-index:2;
}
.navbar_ .navbar-inner_ {
  padding: 0;
  margin: 0;
  border: none;
  min-height: inherit;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.logo{}

.logos{
float:left;
margin-top: 20px;}

.logo img {
	max-width:100%;
}

.logointro {
	margin-top: 50px;
	text-align: center;
	margin-bottom: 15px;
}
#idiomas {
	z-index: 20000;
	display:block;
	width: auto;
	height: auto;
	position:absolute;
	top:15px;
	right:156px;
}

.idiomas {
	color:#fa4b68;
	height: 20px;
	line-height:20px;
	font-size:12px;
	text-align:right;
	top: 10px;
	float: right;
	position: absolute;
	right: 20px;
	width: 200px;
}
.idiomas span {
	color: #1e1e1e;
	padding: 0 5px;
	}
.idiomas a, #menu a {
	color:#000;
	text-decoration:none;
}

.idiomas a:hover, #menu a:hover {
	color:#fa4b68;
	text-decoration:underline;
}
.follow_us a.spain {background-image:url(../img/flag_spain_n.png);}
.follow_us a.spain:hover {-webkit-filter: opacity(50%);}


.follow_us a.uk {background-image:url(../img/flag_uk_n.png);}
.follow_us a.uk:hover {-webkit-filter: opacity(50%);}


.follow_us a.de {background-image:url(../img/flag_ger_n.png);}
.follow_us a.de:hover {-webkit-filter: opacity(50%);}

.follow_us a.fr {background-image:url(../img/flag_fr_n.png);}
.follow_us a.fr:hover {-webkit-filter: opacity(50%);}

.follow_us a.nl {background-image:url(../img/flag_nl_n.png);}
.follow_us a.nl:hover {-webkit-filter: opacity(50%);}

.follow_us {
	text-align:right;
	padding:3px 4px 9px 0;
	margin-top: 20px;
}
.follow_us ul li {
	padding:0;
	margin:0 0 0 5px;
	display:inline-block;
	line-height:36px;
}
.follow_us a {
	background-image:url(../img/top_socials.png);
	background-repeat:no-repeat;
	height:36px;
	width:36px;
	display:block;
	text-indent:-9999px;
	text-align:left;
}

/*nav*/
.navbar_ .container {
  position: relative;
}
.nav-collapse_ {
  padding: 0;
  z-index: 10;
  float: right;
}
.nav-collapse_ .nav li {
  margin: 0;
  padding: 0 10px;
  position: relative;
  zoom: 1;
  width: auto;
}
.nav-collapse_ .nav > li {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
	margin-left: 22px;
}
.nav-collapse_ .nav li a {
	text-shadow: none;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-transform: uppercase;
	font-family: "open Sans", "Open Sans Extrabold", "Open Sans Light", "Open Sans Semibold";
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	font-weight: 400;
	color: #0047b9;
}

.nav-collapse_ .nav li.submenu ul li {
	font-size: 10px!important;
}
.nav-collapse_ .nav > li > a {
	margin: 0;
	padding: 10px 0 12px;
	width: auto;
	display: block;
	background: none;
	position: relative;
	z-index: 20;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.nav-collapse_ .nav > li > a .sf-sub-indicator {
}
.nav-collapse_ .nav > li.sfHover > a,
.nav-collapse_ .nav > li.sfHover > a:hover,
.nav-collapse_ .nav > li > a:hover,
.nav-collapse_ .nav > li.active > a,
.nav-collapse_ .nav > li.active > a:hover {
  color: #5eb935;
}
.nav-collapse_ .nav > li.sfHover > a .sf-sub-indicator,
.nav-collapse_ .nav > li.active > a .sf-sub-indicator {
  background-position: 0 bottom;
}
.nav-collapse_ .nav > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: none;
  width: 7px;
  height: 4px;
  right: 50%;
  top: 46px;
  margin: 0 -3px 0 0;
}
.nav-collapse_ .nav > li.sfHover > a:before,
.nav-collapse_ .nav > li.sfHover > a:hover:before,
.nav-collapse_ .nav > li > a:hover:before,
.nav-collapse_ .nav > li.current > a:before,
.nav-collapse_ .nav > li.current > a:hover:before { background: url('file:///C|/Documents and Settings/Alexander/img/li-marker.png') left top no-repeat;
}
.nav-collapse_ .nav > li.current > a:before { background: none;
}
.nav-collapse_ .nav > li.current.sfHover > a:before { background: url('file:///C|/Documents and Settings/Alexander/img/li-marker.png') left top no-repeat;
}

.sub-menu > a {
  position: relative;
}
.nav-collapse_ .nav ul {
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 50px;
	list-style: none;
	zoom: 1;
	z-index: 25;
	background:#fff;
	border-top:10px #0047b9 solid;
	padding: 14px 0 7px 0;
	margin: 0;
}
.nav-collapse_ .nav ul li {
  text-align: center;
}
.nav-collapse_ .nav ul li a {
  padding: 4px 0;
  display: block;
  background: none;
}
.nav-collapse_ .nav > li > ul li > a {
font-size:12px;
}
.nav-collapse_ .nav > li > ul li > a:hover,
.nav-collapse_ .nav > li > ul li.sfHover > a {
  text-decoration: none;
  color: #5eb935;
  font-size: 12px;
}
.nav-collapse_ .nav ul .sf-sub-indicator {
  display: none;
}
.nav-collapse_ .nav ul ul li a {
  color: #ffffff;
}
.nav-collapse_ .nav li ul ul li a:hover {
  text-decoration: none;
  color: #000000;
}
.subnav {
background-color:#FFFFFF;
font-family:"open Sans", sans-serif;
font-size: 12px;
color: #0047b9;
margin: auto 10px;

}
/*------ logo ------- */
.navbar_ .brand_ {
  display: block;
  float: left;
  font-size: 0;
  line-height: 0;
  padding: 12px 0 0 4px;
  margin: 0;
}
.navbar_ .brand_ h1 {
  font-size: 0;
  line-height: 0;
}

#options {
	padding:0 0 10px 20px;
	margin-left: 20px;
}
#filters {
	position: relative;
	padding:0;
	margin:25px 0 0 0;
}
#filters li {
	display: block;
	margin:0 10px 10px 0;
	float: left; 
	padding:0;
	list-style:none;
}
#filters li a.selected {
	color: #fff;
	background:#d00b01;
	text-decoration:none;
}

/*------ h1, h2, h3, h4, h5, h6 ------- */
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	text-transform: none;
	color: #ffffff;
	font-family: "open Sans", "Open Sans Extrabold", "Open Sans Light", "Open Sans Semibold";
	font-weight: 600;
	letter-spacing: 0px;
}
h1 {
  font-size: 70px;
  line-height: 74px;
}
header h1 {
  padding: 0;
  margin: 0;
}
h2 {
	font-size: 36px;
	line-height: 40px;
}
h3 {
	font-size: 30px;
	line-height: 34px;
	margin: 10px 0 5px;
	font-weight: normal;
}
.content-extra h3 {
	margin: 20px 0 25px;
	font-size: 24px;
}
h4 {
  font-size: 48px;
  line-height: 50px;
  margin: 21px 0 20px;
}
.modal-body h3 {
  color:#5eb935;
}
h5 {
	font-size: 18px;
	color: #5eb935;
	font-weight: 700;
}
.list-services h5 {
	color:#CC3300;
	margin-top: 0px;
	text-align: center;
	text-transform: uppercase;
  }
h6 {
	font-size: 24px;
	line-height: 30px;
	margin: 10px 0 10px;
	font-weight: 400;
	text-align: left;
}
h7 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 25px 0;
	font-weight: 600;
	color: #FFFFFF;
	}
.detalle {
	text-transform:uppercase;
	font-weight:400;
	font-size:20px;
	line-height:20px;
	border-bottom:dotted 1px #cccccc;
	margin: 0 0 10px 0;
	padding-bottom:5px;
}
.contenidos h6:first-letter, .contenidos h3:first-letter, .list-services h6:first-letter{
  color: #5eb935;
  font-weight: bold;
}

.titulocalendario {
	text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*--- header end ------*/
/*------ content ------- */
#content {
	position: relative;
	padding: 10px 0 30px;
	margin-top:0px;
}
.prodorg {
background: #ffffff url(../img/bg-content04.jpg) no-repeat fixed!important;
}
.prodconv {
background: #ffffff url(../img/bg-content041.jpg) no-repeat fixed!important;
}
.empresa {
background: #ffffff url(../img/bg-content04.jpg) no-repeat fixed!important;
}
.empresa01 {
background: #ffffff url(../img/bg-content06.jpg) no-repeat fixed!important;
}
.pimiento {
background: #ffffff url(../img/bg-content03.jpg) no-repeat fixed!important;
}
.pepino {
background: #ffffff url(../img/bg-content07.jpg) no-repeat fixed!important;
}
.tomate {
background: #ffffff url(../img/bg-content01.jpg) no-repeat fixed!important;
}
.sandia {
background: #ffffff url(../img/bg-content05.jpg) no-repeat fixed!important;
}
.calidad {
background: #ffffff url(../img/bg-content04.jpg) no-repeat fixed!important;
}
.melon {
background: #ffffff url(../img/bg-content08.jpg) no-repeat fixed!important;
}
.intro {
background: transparent!important;
}

.padleft {
	text-align:justify;
	padding-left:10px;
}
.padright {
	text-align:justify;
	padding-right:10px;
}

.bg-content {}
.block-slogan {
	overflow: hidden;
	padding-bottom: 0px;
  
}
.block-slogan01 {
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #8c8b8b;
  
}

.block-slogan h2:first-letter, .block-slogan01 h2:first-letter {
	color: #5eb935;
	font-weight: 800;
}
.block-slogan h2, .block-slogan01 h2 {
	float: left;
	margin: 0;
	padding-right: 30px;
	line-height: 54px;
}
.block-slogan p, .block-slogan01 p {
	border-left: 3px solid #5eb935;
	padding: 20px 0 0 26px;
	font-size: 18px;
	line-height: 24px;
}
.block-slogan div, .block-slogan01 div {
	overflow: hidden;
}
.row-1 {
	border-top: 1px solid #5eb935;
	margin-top: -10px;
}
.ic {
  border:0;
  float:right;
  background:#fff;
  color:#f00;
  width:50%;
  line-height:10px;
  font-size:10px;
  margin:-220% 0 0 0;
  overflow:hidden;
  padding:0
}

/* Portfolio */
.portfolio_zoom, .portfolio_link {
	display:none;
	width:33px;
	height:33px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-13px 0 0 -16px;
	background-image:url(../img/zoom.png);
	background-position:0 -33px;
	background-repeat:no-repeat;
	z-index:2;
}
.portfolio_link {
	margin:-13px 0 0 -16px;
	background-image:url(../img/link.png);
}
.portfolio_zoom:hover, .portfolio_link:hover {background-position:0 0;
}
.portfolio_zoom a, .portfolio_link a {
	display:block;
	width:33px;
	height:33px;
	text-indent:-9999px;
}
.hover_img:hover .portfolio_zoom, .hover_img:hover .portfolio_link, .hover_img:hover .item_description {
	display:block;
}
.hover_img {
	position:relative;
	background-color:#fff;
}
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
          transition: none;
}
.element {
  overflow: hidden;
  position: relative;
  margin-bottom:20px;
}


/*------ thumbnails-1 ------- */
.thumbnails-1 .more{
	text-align: right;
	background:url(../img/playgal.png) 0 3px no-repeat;
	padding: 0 0 5px 25px;
	font-weight:normal;
	margin-top: 15px;
	margin-bottom: 5px;
	text-transform: none;
	color:#5eb935;
}
.thumbnails-1 .more:hover{
	color:#e85356;
}
.thumbnails-1 {
  margin: 0;
  list-style: outside none;
}
.thumbnails-1 > li {
  margin-bottom: 0;
}
.thumbnails-1 .thumbnail-1 {
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
	line-height: 20px;
	margin-bottom: 10px;
}
.thumbnails-1 .thumbnail-1 section {
	padding-top: 10px;
	padding-left: 0px;
}
.thumbnails-1 .thumbnail-1 section strong {
  color: #ffffff;
  font-weight: normal;
}
.border-horiz {
	background: url(../img/border-horiz1.gif) repeat-x 0 0;
	height: 2px;
	margin: 16px 0 0;
}
.border-horiz.extra {
  margin-bottom: 10px;
}
.txt-1 {
	color: #ffffff;
	padding: 3px 0 10px;
	margin-top: 10px;
}
.txt-2 {
	color: #ffffff;
	padding: 3px 0 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
.txt-3 {
	color: #cccccc;
	padding: 3px 0 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: justify;
}
/*------ list-services ------- */
.list-services .thumbnail-1 {
  background: #000000;
  padding: 10px;
}
.list-services a {
  margin-bottom: 10px;
  display: inline-block;
}
.list-services p {
  padding-bottom: 20px;
}
.list-services section {
  padding: 0 20px;
}
.list-services li {
	margin-bottom: 0px;
}
.quote-1 {
  border: medium none;
  color: #7f7f7f;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.badge {
  font-size: 41px;
  line-height: 44px;
  width: 67px;
  text-shadow: 1px 1px #e8eaea;
  text-align: center;
  -webkit-border-radius: 36px;
  -moz-border-radius: 36px;
  border-radius: 36px;
  background: #d1cfd0;
  -webkit-box-shadow: 1px 1px #dddcde;
  -moz-box-shadow: 1px 1px #dddcde;
  box-shadow: 1px 1px #dddcde;
  float: left;
  margin-right: 18px;
  color: #1a1a1a;
  padding: 11px 0;
  border-right: 1px solid #eaedee;
  border-bottom: 1px solid #eaedee;
}
/*------ lists ------- */
/*------ list ------- */
.list.extra {
  width: 100%;
  margin: 20px 0 0;
  float: none;
  padding-top: 5px;
}
.list.extra2 {
  width: 170px;
  padding-top: 5px;
}
.list-pad {
  padding-right: 28px;
}
.list {
	list-style: none outside;
	padding-top: 14px;
	float: left;
	margin: 0;
	padding-bottom: 20px;
}
.list li {
  background: url(../img/marker-1.png) no-repeat 0 7px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.list li.last {
  padding-bottom: 0;
}
.list.extra1 a,
.list.extra2 a {
  color: #7f7f7f;
}
.list.extra1 a:hover,
.list.extra2 a:hover {
  color: #e85356;
}
.list li a {
  color: #e85356;
  display: inline-block;
}
.list li a:hover {
  text-decoration: none;
  color: #ffffff;
}
/*----------- list-datos--------------*/
.datos {
	font-size: 13px;
	font-family: "open Sans", "Open Sans Extrabold", "Open Sans Light", "Open Sans Semibold";
	list-style: none outside;
	margin-left: 0;
	margin-top: 5px;
}
.datos li {
  background: url(../img/marker-1.png) no-repeat 0 7px;
  padding-left: 10px;
}
.datos li.last {
  padding-bottom: 0;
}
.datos li ul li {
background: none;
}

/*----------- list-photo--------------*/
.list-photo {
  list-style: none outside;
  margin: 0;
  overflow: hidden;
  margin-left: -30px;
}
.list-photo li {
  float: left;
  margin: 0 0 30px 30px;
}
/*----------- .portfolio --------------*/
.portfolio {
  list-style: none outside;
  margin: 0;
}
.portfolio li {
  float: left;
  margin: 0 0 30px 30px;
}
.magnifier {
  opacity: 1;
  position: relative;
  height: auto;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.magnifier:hover {
  opacity: 0.7;
}
.magnifier:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  background: url('file:///C|/Documents and Settings/Alexander/img/magnifier.png') center center no-repeat #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.magnifier:hover:after {
  opacity: 0.6;
}
/*----------- .list-blog --------------*/
.list-blog {
  list-style: none outside;
  margin: 0;
}
.list-blog li {
	padding-bottom: 30px;
	margin-top: 20px;
	border-bottom: 2px #5eb935 dotted;
}
.list-blog li.last {
  background: none;
}
.list-blog h3 {
  margin-bottom: 6px;
  margin-top: 0;
}
.list-blog img {
  margin: 21px 0 24px;
}
.date-1 {
  float: left;
  border-right: 1px solid #7f7f7f;
  line-height: 18px;
  padding-right: 8px;
}
.name-author {
  float: left;
  line-height: 18px;
  padding-left: 8px;
}
.name-author a {
  text-decoration: underline;
}
.comments {
  float: right;
  line-height: 18px;
  text-decoration: underline;
}
/*----------- search --------------*/
/* search-form */
#search {
  margin: 0;
  padding: 10px 0 0;
  overflow: hidden;
}
#search input {
  background: #ffffff;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 21px !important;
  width: 260px;
  float: left;
  margin: 0px 10px 0 0;
  padding: 4px 12px 5px;
  font-size: 14px;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search a {
  float: left;
}
/***** map *****/
.map {
	margin: 0 0 25px;
	padding-top: 10px;
	line-height: 0;
	max-height: 300px;
}
.map iframe {
  border: none;
  width: 100%;
  height: 300px;
}
/*------ mail & address------- */
.address-1 {
  overflow: hidden;
}
.address-1 strong {
  color: #7f7f7f;
  display: block;
  font-weight: normal;
}
.address-1 span {
  display: inline-block;
  width: 80px;
  color: #ffffff;
}
.mail-1 {
  text-decoration: underline;
  color: #e85356;
}
.mail-1:hover {
  text-decoration: none;
}
.mail-2 {
  text-align: right;
}
.mail-2 a {
  color: #3c3c3c;
}
.mail-2 a:hover {
  text-decoration: underline;
}
/***** contact form *****/
#contact-form {
  position: relative;
  vertical-align: top;
  z-index: 1;
  margin: 0 0 20px;
  padding-top: 10px;
}
#contact-form fieldset {
  border: none;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
#contact-form label {
  display: inline-block;
  min-height: 40px;
  position: relative;
  margin: 0;
}
#message {
	min-height: 100px;
	width: 100%;
}
#contact-form input,
#contact-form textarea {
  font-family: 'Open Sans', sans-serif;
  padding: 4px 18px 5px;
  margin: 0;
  font-size: 14px;
  line-height: 21px !important;
  color: #7f7f7f;
  background: #ffffff;
  outline: none;
  width: 370px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form input {
  height: 30px;
}
#contact-form input:focus,
#contact-form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contact-form .area .error {
  float: none;
}
#contact-form textarea {
  width: 100%;
  height: 323px;
  resize: none;
  overflow: auto;
}
#contact-form .success {
  display: none;
  margin-bottom: 20px;
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  background: #ffffff;
  padding: 12px 14px;
  text-transform: none;
}
#contact-form .error,
#contact-form .empty {
  color: #f00;
  font-size: 11px;
  line-height: 1.27em;
  display: none;
  overflow: hidden;
  margin-bottom: 5px;
  padding: 2px 4px 6px 4px;
  text-transform: none;
}
#note {
	padding-bottom: 20px;
}
.notification_error {
	color: #b94a48;
	background-color: #f2dede;
	border:1px #eed3d7 solid;
    height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: left;
}
.notification_ok {
    color: #3a87ad;
	background-color: #d9edf7;
	border:1px #bce8f1 solid;
    height: auto;
    margin: 0 0 9px 0;
    padding: 10px;
    text-align: center;
}
.buttons-wrapper {
  position: relative;
}
.buttons-wrapper a {
  margin-right: 10px;
  cursor: pointer;
}
.buttons-wrapper a:hover {
  text-decoration: none;
}
/*----------- buttons & links--------------*/
.btn-1 {
  color: #ffffff;
  background: #e85356;
  padding: 5px 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-1:hover {
  color: #1a1a1a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  background: #ffffff;
}
/* policy */.policy {
  position: relative;
  margin-top: -3px;
}
.policy strong {
  display: block;
  color: #ffffff;
  line-height: 16px;
  padding-bottom: 9px;
}
.policy p {
  color: #7f7f7f;
  padding-bottom: 21px;
}
/* block-404 */.block-404 {
  background: #ffffff;
  margin: 40px 0 30px;
  overflow: hidden;
}
.block-404 .img-404 {
	float: none;
	width: 100%;
}
.box-404 {
  padding: 42px 10px 0;
  overflow: hidden;
}
.box-404 h2 {
  color: #e85356;
  font-size: 80px;
  line-height: 84px;
  font-weight: normal;
  margin: 0;
}
.box-404 h3 {
  color: #000000;
  margin: 0 0 21px;
}
.box-404 p {
  padding-bottom: 25px;
}
/* search-form 404 */#form-search {
  overflow: hidden;
  position: relative;
}
#form-search input {
  background: #e5e5e5;
  border-top: 1px solid #c3c3c3;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 21px !important;
  width: 84%;
  font-size: 14px;
  margin: 0 10px 0 0;
  padding: 4px 12px 5px;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
#form-search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#form-search a {
  float: left;
}
#prod {
	margin-top: 20px;


}
/*--- content end ------*/
/*------ footer ------- */
footer {
	padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
}
.privacy {
	color: #999999;
	text-align: center;
	font-size: 12px;
}
.privacy a {
  color: #e85356;
}
.list-social {
	list-style: none outside none;
	overflow: hidden;
	margin: 0;
}
.list-social a {
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.list-social a.icon-1 {
  background-image: url(../img/soc-icon-1.png);
}
.list-social a.icon-2 {
  background-image: url(../img/soc-icon-2.png);
}
.list-social a.icon-3 {
  background-image: url(../img/soc-icon-3.png);
}
.list-social a.icon-4 {
  background-image: url(../img/soc-icon-4.png);
}
.list-social a.icon-5 {
  background-image: url(../img/soc-icon-5.png);
}

.list-social a.icon-6 {
  background-image: url(../es/img/boton_blue.png);
}

.list-social li {
  float: right;
  margin-left: 5px;
}
.list-social a:hover {
  background-position: 0 bottom;
}
/*--- footer end ------*/
@media (min-width: 1140px) {

/*#content{height: calc(100vh - 220px);}*/

  .box-404 {
    overflow: hidden;
  }
  .block-404 .img-404 {
    width: 770px;
    height: 393px;
    float: left;
  }
  #search input {
    width: 286px;
  }
  #form-search input {
    width: 216px;
  }
  .box-404 {
    padding: 42px 50px 0;
  }
  .address-1 strong {
    float: left;
    width: 154px;
  }
  .list-photo li.last {
    margin-right: 0;
  }
  .overflow.extra {
    overflow: hidden;
  }
}
@media (max-width: 1299px) and (min-width: 979px) {
  .overflow.extra {
    overflow: visible;
  }
}
@media (max-width: 1300px) {
  #search input {
    width: 200px;
  }
}
@media (max-width: 979px) {
  #search input {
    width: 127px;
  }
  .block-404 .img-404 {
    margin-left: 0;
  }
  .img-indent1 img {
    width: 100%;
  }
  #contact-form label {
    display: block;
  }
  #contact-form input,
  #contact-form textarea {
    width: 100%;
  }
  .inner-1 {
    padding: 0;
  }
  .block-slogan h2 {
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .navbar_ .btn {
    display: none !important;
  }
  /* navbar */
  .navbar_ {
    margin: 0;
    position: relative;
  }
  .navbar_ .navbar-inner_ {
    padding: 0;
    margin: 0;
    border: none;
    min-height: inherit;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  }
  /*nav*/
  .navbar_ .container {
    position: relative;
  }
  .nav-collapse_ {
    height: auto !important;
    overflow: visible !important;
    clear: none !important;
  }
  .nav-collapse_ .nav > li {
    float: left !important;
    margin-left: 10px;
  }
  .portfolio {
    margin-left: -10px;
  }
  .portfolio li {
    margin-left: 30px;
    width: 45%;
  }
  .portfolio li img {
    width: 100%;
  }
  .img-indent {
    float: none;
    margin: 0 0 18px 0;
  }
  .img-indent img {
    width: 100%;
  }
  #contact-form input,
  #contact-form textarea {
    width: 100%;
  }
  #form-search input {
    width: 74%;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  /* navbar */
  .nav-collapse_ {
    padding-top: 0px;
    padding-right: 0;
  }
  .navbar_ .nav-collapse_ {
    position: relative;
    left: auto;
    top: 0px;
    right: 0;
  }
  .navbar_ .btn {
    display: block;
    float: right;
    background: #e85356;
    padding: 18px 0 20px;
    text-decoration: none;
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    text-shadow: none;
    color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 64px;
    text-align: center;
    font-weight: normal;
    position: absolute;
	z-index: 999999;
	top: 0px;
	right: 0px;
  }
  .navbar_ .btn:hover {
    background: #181818;
    color: #ffffff;
  }
  .navbar_ .btn .icon-bar {
    position: absolute;
    width: 9px;
    height: 6px;
    background: url(../img/indicator.png) no-repeat 0 0;
    left: 50%;
    bottom: 12px;
    margin-left: -5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
  }
  .nav-collapse_ .nav {
    position: relative;
    zoom: 1;
    z-index: 999;
    width: 113px;
    background: #ffffff;
    padding: 12px 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .nav-collapse_ .nav li {
    background: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  .nav-collapse_ .nav li a {
    display: block;
    font-weight: normal;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    padding: 8px 0;
    font-weight: normal;
  }
  .nav-collapse_ .nav > li.sfHover,
  .nav-collapse_ .nav > li:hover,
  .nav-collapse_ .nav > li.active,
  .nav-collapse_ .nav > li.active {
    background: none;
  }
  .nav-collapse_ .nav > li.sfHover > a,
  .nav-collapse_ .nav > li.sfHover > a:hover,
  .nav-collapse_ .nav > li > a:hover,
  .nav-collapse_ .nav > li.active > a,
  .nav-collapse_ .nav > li.active > a:hover {
    text-decoration: none;
    color: #ffffff;
    background: #e85356;
  }
  .sub-menu > a {
    position: relative;
    display: block;
  }
  .nav-collapse_ .nav ul {
    position: relative;
    display: none;
    width: 100%;
    list-style: none;
    zoom: 1;
    z-index: 9;
    background: #ffffff;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
  }
  .nav-collapse_ .nav ul li a {
    display: block;
    font-size: 14px;
    padding: 4px 0;
  }
  .nav-collapse_ .nav ul li a:hover {
    background: #575757 !important;
  }
  .row {
    padding: 0 20px;
  }
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bg-glow {
    background: none;
  }
  .thumbnail-1 > img {
    width: 100%;
  }
  #form-search input {
    width: 70%;
  }
  .portfolio {
    margin-left: -30px;
  }
  .portfolio li {
    float: left;
    margin-left: 30px;
    width: 44%;
  }
  .portfolio li img {
    width: 100%;
  }
  #search input {
    width: 66%;
  }
  .thumbnails-1 .thumbnail-1 img {
    width: 100%;
  }
  .thumbnails-1 {
    margin-left: -20px;
  }
  .thumbnails-1 li {
    float: left;
    width: 45%;
    margin-left: 20px;
  }
  .flags-button{
	margin:0 auto;
	list-style:none!important;
	width: 100%;
}

}
@media (max-width: 640px) {
  .block-slogan h2 {
    float: none;
    margin-bottom: 16px;
    padding: 0;
  }
  .block-slogan p {
    border: none;
    padding-left: 0;
  }
  .portfolio li {
    float: left;
    margin-left: 30px;
    width: 43%;
  }
  .portfolio li img {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .thumbnails-1 .thumbnail-1 img {
    width: 100%;
  }
  .thumbnails-1 {
    margin-left: 0px;
  }
  .thumbnails-1 li {
    float: none;
    width: 100%;
    margin-left: 0px;
  }
  .img-indent {
    float: none;
    margin: 0 0 16px 0;
  }
  .img-indent img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .list-social {
    float: right !important;
  }
  .privacy {
    float: none !important;
    padding-left: 10px;
  }
  .portfolio {
    margin: 0;
  }
  .portfolio li img {
    width: 100%;
  }
  .portfolio li {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
  #form-search input {
    width: 100%;
  }
  #search input {
    width: 66%;
  }
  #form-search input {
    width: 66%;
  }
  footer {
    padding: 31px 0;
  }
  #contact-form textarea {
    height: 280px;
  }
  #contact-form .message {
    min-height: 290px;
  }
}
@media (max-width: 320px) {
  .brand_ a img {
    width: 190px;
    height: auto;
  }
  .list-photo {
    margin: 0;
  }
  .list-photo li {
    float: none;
    margin: 0 0 30px 0;
  }
  .list-photo li img {
    width: 100%;
  }
  #search input {
    width: 61%;
  }
  .img-indent1 {
    float: none;
    margin: 1px 0 16px;
  }
  .overflow.extra {
    overflow: visible;
  }
  #form-search input {
    width: 57%;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post_carousel {
	padding-bottom:12px;
	color:#FFFFFF;
	list-style: none outside none;
	text-align:left;
	margin-top: 15px;
}
.post_carousel .title_t, .news_t {
	line-height:22px;
	padding:14px 0 5px 0;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	color:#5eb935;
	text-align: center;
}
.post_carousel .title_t a, .news_t a {
	font-size:18px;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	color:#5eb935;
	text-align: center;
}
.post_carousel .title_t a:hover, .news_t a:hover {
	text-decoration:none;
	color:#FFFFFF;
}
.post_meta, .news {
	color:#9d9d9d;
	font-style:italic;
	padding-bottom:8px;
}
.post_meta span, news span {padding:0 7px;
}
.post_meta a, .news a {
	color:#9d9d9d;
	font-style:italic;
} 
.post_meta a:hover, .news a:hover {
	color:#d00b01;
	text-decoration:none;
} 
.arrow_link {
	font-style:italic;
	color:#d00b01;
}
.arrow_link:hover {
	text-decoration:none;
	color:#1e1e1e;	
}
.block:last-child {padding-bottom:0;
}
.block ul, .follow_us ul, #footer ul {
	padding:0;
	margin:0;
	list-style:none;
}
.block li, #footer li {
	padding:0;
	margin:0;
}
.planning {
	margin-top: 15px!important;
	margin-bottom: 30px;
}
.calendario {
	vertical-align: middle;
	margin-bottom: 20px;
	}

/* CSS para la animación y localización de los DIV de cookies */
 
@keyframes desaparecer
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
0%		{bottom: 0px;}
80%		{bottom: 0px;}
100%		{bottom: -50px;}
}
 
@keyframes aparecer
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
 
@-webkit-keyframes aparecer /* Safari and Chrome */
{
0%		{bottom: -38px;}
10%		{bottom: 0px;}
90%		{bottom: 0px;}
100%		{bottom: -38px;}
}
#cookiesms1:target {
    display: none;
}
.cookiesms{
	width:100%;
	height:40px;
	margin:0 auto;
	padding-left:1%;
	padding-top:10px;
	font-size: 0.9em;
	text-align: center;
	clear:both;
	font-weight: strong;
	color: #000;
	bottom:0px;
	position:fixed;
	left: 0px;
	background-color: #5eb935;
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	transition: bottom 1s;
	-webkit-transition:bottom 1s; /* Safari */
	-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
	-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
	box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
	z-index:999999999;
}
 
.cookiesms:hover{
bottom:0px;
}
.cookies2{
background-color: #FFF;
display:inline;
opacity:0.95;
filter:alpha(opacity=95);
position:absolute; 
left:1%; 
top:-30px;
font-size:15px;
height:30px;
padding-left:25px;
padding-right:25px;
-webkit-border-top-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
-moz-box-shadow:    3px -3px 1px rgba(50, 50, 50, 0.56);
box-shadow:         3px -3px 1px rgba(50, 50, 50, 0.56);
}

@media (max-width: 600px) {
.cookiesms{
height: 70px;}
}

@media (min-height: 700px) {
	.contenidos{margin:30px auto 0px;}
}

@media (min-height: 800px) {
	.contenidos{margin:60px auto 0px;}
}

@media (min-height: 900px) {
	.contenidos{margin:90px auto 0px;}
}

@media (min-height: 1000px) {
	.contenidos{margin:120px auto 0px;}
}
/* Fin del CSS para cookies */

/* Bootstrap code examples
-------------------------------------------------- */

/* Base class */
.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 0x;
	background: rgb(0, 0, 0);
	/* RGBa with 0.7 opacity */
	background: rgba(0, 0, 0, 0.7);
	/* 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)";
  border: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* Echo out a label for the example */
.bs-docs-example:after {
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}

/* Remove spacing between an example and it's code */
.bs-docs-example + .prettyprint {
  margin-top: -20px;
  padding-top: 15px;
}

/* Tweak examples
------------------------- */
.bs-docs-example > p:last-child {
  margin-bottom: 0;
}
.bs-docs-example .table,
.bs-docs-example .progress,
.bs-docs-example .well,
.bs-docs-example .alert,
.bs-docs-example .hero-unit,
.bs-docs-example .pagination,
.bs-docs-example .navbar,
.bs-docs-example > .nav,
.bs-docs-example blockquote {
  margin-bottom: 5px;
}
.bs-docs-example .pagination {
  margin-top: 0;
}
.bs-navbar-top-example,
.bs-navbar-bottom-example {
  z-index: 1;
  padding: 0;
  height: 90px;
  overflow: hidden; /* cut the drop shadows off */
}
.bs-navbar-top-example .navbar-fixed-top,
.bs-navbar-bottom-example .navbar-fixed-bottom {
  margin-left: 0;
  margin-right: 0;
}
.bs-navbar-top-example {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}
.bs-navbar-top-example:after {
  top: auto;
  bottom: -1px;
  -webkit-border-radius: 0 4px 0 4px;
     -moz-border-radius: 0 4px 0 4px;
          border-radius: 0 4px 0 4px;
}
.bs-navbar-bottom-example {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}
.bs-navbar-bottom-example .navbar {
  margin-bottom: 0;
}
form.bs-docs-example {
  padding-bottom: 19px;
}

/* Images */
.bs-docs-example-images img {
  margin: 10px;
  display: inline-block;
}

/* Tooltips */
.bs-docs-tooltip-examples {
  text-align: center;
  margin: 0 0 10px;
  list-style: none;
}
.bs-docs-tooltip-examples li {
  display: inline;
  padding: 0 10px;
}

/* Popovers */
.bs-docs-example-popover {
  padding-bottom: 24px;
  background-color: #f9f9f9;
}
.bs-docs-example-popover .popover {
  position: relative;
  display: block;
  float: left;
  width: 260px;
  margin: 20px;
}
.scrollspy-example {
	height: 235px;
	overflow: auto;
	position: relative;
}
.scrollspy-example1 {
	height: 235px;
	overflow: auto;
	position: relative;
}

.fb-like {
float:left;
position:relative;
text-align:right;
margin-right:10px;
}
.fb-likeright {
float:right;
position:relative;
text-align:right;
margin-right:10px;
}
.share {
margin-top:15px;
}
.share_right {
	float:right;
	margin-top: 10px;
}
.social {
	height:36px;
	text-align:left;
	line-height:30px;
	vertical-align:middle;
	margin-top:25px;
	font-size: 18px;
	font-weight: 600;
	color: #2b146f;
}
