/*
Simple Responsive Template v 1.2


primary styles 
   Author: www.prowebdesign.ro
   Add your own styles to customize the project.

colors used:

#c61545 (RED)
#000000 (BLACK)
#282b30 (DARK BLUE)
#3d434c (LIGHTER BLUE)
#f4f4f4 (Text)

BASE (MOBILE) SIZE 
	These are the mobile styles. It's what people see on their phones.
	Remember, keep it light: Speed is Important.
*/

/* typography */
body{
	color:#f4f4f4;
	font-family:'Ubuntu', Arial, Helvetica, sans-serif; 
	font-size:1em;
	line-height:1.4em; 
	font-weight:normal;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	font-family:'Droid Serif', Arial, Helvetica, sans-serif; 
	line-height:1.5em;
	margin: 0px 0px 0px 0px;
	padding:0;
	text-decoration:none;
} 

h1 span{
width:100%;
color:#ffffff;
font-style:italic;
font-size: 1em;
float:right;
display:block;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

span#telefono{
width:100%;
color:#c61545;
font-style:bold;
font-size: 2em;
float:right;
display:block; 
padding: 10px 0px 0px 0px;
margin: 10px 0px 0px 0px;
}

span#frase{
width:100%;
color:#ffffff;
font-style:italic;
font-size: 1.3em;
float:right;
display:block;
padding: 0px 0px 0px 0px;
margin: 10px 0px 0px 0px;
}


/* links */
a,
a:visited,
a:active{color:#c61545; text-decoration:none;}
a:hover{ text-decoration:underline;}


/* Box sizing. Awesome thing. Read about it here: http://www.w3schools.com/cssref/css3_pr_box-sizing.asp */
*{	box-sizing:border-box;
	-moz-box-sizing:border-box;}

  
/* structure */   
.wrapper{
	width: 92%; 
	margin: 0 auto;
}


header{ 
	padding:15px 0;
}
#banner{ 
	text-align:center;
}


#hero,
#page-header{
	background:#282b30;
	border-top:1px solid #3d434c;
	border-bottom:1px solid #3d434c;
	padding:20px 0;
}
#hero h1{ 
	line-height:1.2em;
	margin-top:0px;
	margin-bottom:10px;}


.header_container{
	display:none;
}

.banners_left{
display:none;	
	
}

.banners_left_small{
display:none;	
	
}

#content {  
	margin:0px;
	

}

aside { 
	margin:20px 0px 0px 0px;
	
}

p{
margin:0;
padding:0;
line-height: 1.8em;
text-align:left;
color:#ffffff;
}


/* RESPONSIVE IMAGES */
img{ max-width:100%; height:auto;}


/*MAIN MENU*/
.menu-toggle{
	display:block;
	padding:10px;
	margin:20px 0 0;
	background:#282b30;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
	font-size:20px;
	border-radius: 5px;
}
.menu-toggle.toggled-on{
	background:#c61545;
}
.srt-menu{
	display:none;
}	
.srt-menu.toggled-on{
	display:block;
	position:relative;
	z-index:10;
}

.srt-menu{
	clear:both;
	margin-bottom:60px;
	
}
.srt-menu li a {
	background:#dadada;
	display:block;
	margin:1px 0; 
	padding:10px;
	text-decoration:none;
	border-radius: 5px;
}
.srt-menu li a:hover{
	background:#c61545;
	color:#fff;
}
.srt-menu li li a {
	background:#e8e8e8;
	padding-left:40px;
}
.srt-menu li li li a {
	background:#efefef;
	padding-left:80px;
}

/*FOOTER MENU*/
.menu-toggle-footer{
	display:block;
	padding:10px;
	margin:20px 0 0;
	background:#282b30;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
	font-size:20px;
	border-radius: 5px;
}
.menu-toggle-footer.toggled-on-footer{
	background:#c61545;
}
.srt-menu-footer{
	display:none;
}	
.srt-menu-footer.toggled-on-footer{
	display:block;
	position:relative;
	z-index:10;
}

.srt-menu-footer{
	clear:both;
	margin-bottom:60px;
	
}
.srt-menu-footer li a {
	background:#dadada;
	display:block;
	margin:1px 0; 
	padding:10px;
	text-decoration:none;
	border-radius: 5px;
}
.srt-menu-footer li a:hover{
	background:#c61545;
	color:#fff;
}
.srt-menu-footer li li a {
	background:#e8e8e8;
	padding-left:40px;
}
.srt-menu-footer li li li a {
	background:#efefef;
	padding-left:80px;
}

/*SECONDARY MENU*/
#secondary-navigation{
	margin-bottom:20px;
}

#secondary-navigation span{
padding:5px;
margin:0px 0px 10px 0px;
width:100%;
display:block;
} 

#secondary-navigation ul{
	margin:0;
	padding:0;
}

#secondary-navigation ul li span{ 
	background:#3d434c;
	color:#ffffff;
	display:block;
	margin:1px 0; 
	padding:10px;
	text-decoration:none;
	border-radius: 5px;
}

#secondary-navigation ul li a{ 
	background:#282b30;
	color:#ffffff;
	display:block;
	margin:1px 0; 
	padding:10px;
	text-decoration:none;
	border-radius: 5px;
}
#secondary-navigation ul li a:hover,
#secondary-navigation ul li.current a{
	background:#c61545;
	color:#fff;
}

/*SPACE GRID ELEMENTS VERTICALLY, SINCE THEY ARE ONE UNDER ANOTHER SO FAR*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin-bottom:0px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right:5px;
    /* background-color:#ccc;*/
}

#columnsdemo .grid_1,
#columnsdemo .grid_2,
#columnsdemo .grid_3,
#columnsdemo .grid_4,
#columnsdemo .grid_5,
#columnsdemo .grid_6,
#columnsdemo .grid_7,
#columnsdemo .grid_8,
#columnsdemo .grid_9,
#columnsdemo .grid_10,
#columnsdemo .grid_11,
#columnsdemo .grid_12 {
border: solid 0px #282b30;
color:#999;
text-align: center;
margin:0px 0px 0px 0px;
padding:0px;
}

#columnsdemo .grid_3{
margin:0px 0px 10px 0px;	
}



/*FOOTER*/
footer{  
	clear:both;
	margin:20px 0;
	padding:20px 0;
}
footer ul{
	margin:0;
	padding:0;
}

/*colors and backgrounds*/
body{
	background:#000000;
}
h1, h2, h3, h4, h5, h6{
	color:#c61545; 
	text-decoration:none;
}

footer{ 
	background:#282b30;
	color:#f4f4f4;
}
footer h1, footer h2, footer h3, footer h4{ 
	color:#CCC; 
	margin-bottom:10px;
}
footer ul{
	margin:0 0 0 8%;
}

a.buttonlink{ 
	background:#000000; 
	border-radius:7px; 
	color:#fff;
	display:block;
	float:left; 
	margin:10px 15px 10px 0; 
	padding:10px;
	text-decoration:none;
}
a.buttonlink:hover{
	background:#c61545;
}
.greenelement{
	background:#5ec79e;
	color:#fff;
}
.violetelement{
	background:#887dc2;
	color:#fff;
}



/* Contain floats*/ 
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after{
  clear: both;
}

.colophon{
color:#666;

}

.attribution{
color:#666;
	
}
/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/
@media only screen and (min-width: 481px) {
	
#banner{
	float:left;
	text-align:left;
	/*margin-bottom:-20px;/*this depends on the height of the logo*/
	margin-bottom:20px;/*this depends on the height of the logo*/
	
}

.menu-toggle{/*make menu float right, instead of sitting under the logo*/
	margin-top:10px; /*this depends on the height of the logo*/
	float:right;
	width: 100%;

	
}

.menu-toggle-footer{/*make menu float right, instead of sitting under the logo*/
	margin-top:10px; /*this depends on the height of the logo*/
	float:right;
}

#languagesoff{

	display:block;
	position:relative;
	z-index:0;
	width: 100%;
	/* background-color:red;*/
	
}


} 

/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 920px) {

.wrapper{
	max-width: 1200px; 
	margin: .75em auto;
}

#banner{ 
	float:left; 
	text-align:left;
	margin-bottom:0px;
}
header{
	padding:20;
}
#content {  
	float:left;
	width:65%;
}
#content.wide-content{
	float:none;
	width:100%;
}

.flexslider{
display:block;
/*demo 1 slider theme*/	
margin: 0 0 60px; 
background: #282b30; 
border: 4px solid #282b30; 
-webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
-o-border-radius: 4px; 
border-radius: 4px; 
box-shadow: 0 1px 4px rgba(0,0,0,.2); 
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
border-radius: 5px;
}

.flex-caption{
color:#ffffff;
font-size: 1em;
font-weight:bold;	
}

.flex-caption a{
color:#ffffff;
font-size: 1em;
font-weight:bold;	
}

.header_container{
display:block;	
}

.banners_left{
display:block;		
}

.banners_left{
width: 100%;	
margin:30px 0px 30px 0px;
float: left;
padding: 0px;
border:1px solid #c61545;
border-radius: 5px;	
}

.banners_left:hover{
background-color:#282b30;
border:1px solid #c61545;	
border-radius: 5px; 
}

.banners_left img{
width: 100%;
padding: 0px;
margin: 0px;
border-radius: 5px;	
display:block; 
}




.flexslider img{
border-radius: 5px;	
}

aside { 
	float:right;
	width:30%;
}

/*** MAIN MENU - ESSENTIAL STYLES ***/
.menu-toggle{display:none;}
#menu-main-navigation{display:block;}

.srt-menu, .srt-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.srt-menu ul {
	position:		absolute;
	display:none;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.srt-menu ul li {
	width:			100%;
}
.srt-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.srt-menu li {
	float:			left;
	position:		relative;
	margin-left:1px;
}
.srt-menu li li {
	margin-left:0px;
}
.srt-menu a {
	display:		block;
	position:		relative;
}
.srt-menu li:hover ul,
.srt-menu li.sfHover ul {
	display:block;
	left:			0;
	top:			45px; /* match top ul list item height */
	z-index:		99;
	-webkit-box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
    box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
}
ul.srt-menu li:hover li ul,
ul.srt-menu li.sfHover li ul {
	top:			-999em;
}
ul.srt-menu li li:hover ul,
ul.srt-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
ul.srt-menu li li:hover li ul,
ul.srt-menu li li.sfHover li ul {
	top:			-999em;
}
ul.srt-menu li li li:hover ul,
ul.srt-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** FOOTER MENU - ESSENTIAL STYLES ***/
.menu-toggle-footer{display:none;}
#menu-main-navigation-footer{display:block;}

.srt-menu-footer, .srt-menu-footer * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.srt-menu-footer ul {
	position:		absolute;
	display:none;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.srt-menu-footer ul li {
	width:			100%;
}
.srt-menu-footer li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.srt-menu-footer li {
	float:			left;
	position:		relative;
	margin-left:1px;
}
.srt-menu-footer li li {
	margin-left:0px;
}
.srt-menu-footer a {
	display:		block;
	position:		relative;
}
.srt-menu-footer li:hover ul,
.srt-menu-footer li.sfHover-footer ul {
	display:block;
	left:			0;
	top:			45px; /* match top ul list item height */
	z-index:		99;
	-webkit-box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
    box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
}
ul.srt-menu-footer li:hover li ul,
ul.srt-menu-footer li.sfHover-footer li ul {
	top:			-999em;
}
ul.srt-menu-footer li li:hover ul,
ul.srt-menu-footer li li.sfHover-footer ul {
	left:			12em; /* match ul width */
	top:			0;
}
ul.srt-menu-footer li li:hover li ul,
ul.srt-menu-footer li li.sfHover-footer li ul {
	top:			-999em;
}
ul.srt-menu-footer li li li:hover ul,
ul.srt-menu-footer li li li.sfHover-footer ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO1 SKIN ***/
#topnav, .srt-menu {
	float:right;
	margin: .35em 0 0 0;
	
}
.srt-menu a {
	text-decoration:none;
}
.srt-menu li a {
	background:#282b30;
	margin:0; 
	padding:10px 20px;
	height:45px;
}
.srt-menu a, .srt-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;	
}
.srt-menu li li a {
		border-top:		1px solid rgba(255,255,255,.2);
		background:		#333; /*fallback for old IE*/
		background:		rgba(0,0,0,.9);
		color:	#fff;
		padding-left:20px;
		height:auto;
}
.srt-menu li li a:visited{color:#fff;}
.srt-menu li li li a,
.srt-menu li.current * li a{
	padding-left:20px;
	background:rgba(0,0,0,.6);
}

.srt-menu li:hover > a,
.srt-menu li.current a{ 
	color:#fff;
	background:#c61545;
}
.srt-menu li li:hover > a{
	color:#fff;
	background:#c61545;
}

/*** DEMO2 SKIN ***/
#bottomnav, .srt-menu-footer {
	float:right;
	margin: .35em 0 .35em 0;
}
.srt-menu-footer a {
	text-decoration:none;
}
.srt-menu-footer li a {
	background:#282b30;
	margin:0; 
	padding:10px 20px;
	height:45px;
}
.srt-menu-footer a, .srt-menu-footer a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;	
}
.srt-menu-footer li li a {
		border-top:		1px solid rgba(255,255,255,.2);
		background:		#333; /*fallback for old IE*/
		background:		rgba(0,0,0,.9);
		color:	#fff;
		padding-left:20px;
		height:auto;
}
.srt-menu-footer li li a:visited{color:#fff;}
.srt-menu-footer li li li a,
.srt-menu-footer li.current * li a{
	padding-left:20px;
	background:rgba(0,0,0,.6);
}

.srt-menu-footer li:hover > a,
.srt-menu-footer li.current a{ 
	color:#fff;
	background:#c61545;
}
.srt-menu-footer li li:hover > a{
	color:#fff;
	background:#c61545;
}


/*GRID*/
/*
 & Columns : 12 

 */
 .row{
	 margin-left: -15px;
     margin-right: -15px;
}
 
.grid_1 { width: 8.33333333%; }
.grid_2 { width: 16.66666667%; }
.grid_3 { width: 25%; }
.grid_4 { width: 33.33333333%; }
.grid_5 { width: 41.66666667%; }
.grid_6 { width: 50%; }
.grid_7 { width: 58.33333333%; }
.grid_8 { width: 66.66666667%; }
.grid_9 { width: 75%; }
.grid_10 { width: 83.33333333%; }
.grid_11 { width: 91.66666667%; }
.grid_12 { width: 100%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	float: left;
	display: block;
	
	
}

.rightfloat{float:right;}
/* @notation inspired by tinyGrid, .row and percentage by Twitter Bootstrap
 */
 
#hero [class*="grid_"] { margin-bottom:-20px;}

}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {

} 

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {

} 

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {


} 

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) { 

  
}

/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: none; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}




/* ICONS PROFILE TYPES */

.icons_stars{ 
 width:100%;
 height:20px;
 padding:0px;
 margin:0px 0px 5px 0px;
 background-image: url("../images/stars.png");
 background-size: 80px 15px;
 background-repeat: no-repeat;
 background-position: center; 
 
}

.icons_diamonds{ 
 width:100%;
 height:20px;
 padding:0px;
 margin:0px 0px 5px 0px;
 background-image: url("../images/diamonds.png");
 background-size: 80px 25px;
 background-repeat: no-repeat;
 background-position: center; 
 
}

.icons_hearts{ 
 width:100%;
 height:20px;
 padding:0px;
 margin:0px 0px 5px 0px;
 background-image: url("../images/hearts.png");
 background-size: 80px 20px;
 background-repeat: no-repeat;
 background-position: center; 
 
}

/* PROFILE PRODUCT START */
#profile_header
{
	
color: #333;
margin:10px 0px 10px 0px;
padding:0;
color: #ffffff;

}

#profile_header img{
width: 100%;
height: auto;
border-radius: 5px;
display: inline-block;
}

#profile_header::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, transparent 0%, black 100%);
  margin-top: -150px;
  height: 150px;
  width: 100%;
  content: '';
}

#profile_header_mobile
{
	
color: #333;
margin:10px 0px 10px 0px;
padding:0;
color: #ffffff;
display:none;
}

#profile_header_mobile img{
width: 100%;
height: auto;
border-radius: 5px;
display: inline-block;
}

#profile_info_mobile{
display:none;	
}

#profile_info{
display:block;	
}
/* IMAGE GALLERY */

#profile_gallery {

 float: right;
 color: #333;
 margin:0px 0px 0px 0px;
 padding:0;
 width: 100%;


 

}

#profile_gallery {
font-size: 0;

}

#profile_gallery a {
  font-size: 100%;
  overflow: hidden;
  display: inline-block;
  width:100%;
  border-radius: 5px;
  border:3px solid #282b30;
}
#profile_gallery a:hover {
 border:3px solid #c61545;	
}


#profile_gallery img {
  border: none;
  width:100%;
  height: auto;
  display: block;
 
}

/* START CSS TABLE */
.table_container{
 width: 100%px;
 overflow-y: scroll;
 height: 150px;	
 margin-bottom: 25px;
 margin-left: 0px;
 border-bottom: 1px solid #333333;

 }
 .force-overflow
{
	min-height: 200px;
}
 #style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #333333;
}

#style-3::-webkit-scrollbar
{
	width: 10px;
	background-color: #333333;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #e03b5b;
}



    .Table
    {
        display: table;
        width: 100%;
        margin:10px 0px 20px 0px;
		padding:0px;
		color: #ffffff;
		border: 1px solid #000;
		border-radius: 5px;
		background-color: #161616;
		border-width: thin;
		
    }
    .Title
    {
        display: table-caption;
        text-align: center;
        font-weight: bold;
         font-size: 100%;
    }
    .Heading
    {
        display: table-row;
        text-align: center;
        margin:0px 0px 0px 0px;
		padding:5px;
		width: 744px;
		color: #ffffff;
		
    }
    .Row
    {
        display: table-row;
    }
    .Cell
    {
        display: table-cell;
        border: 1px solid #161616;
        border-width: thin;
        padding: 10px;
        background-color: #000000;
        
    }
    
    #map {
  display:block;
 width: 100%;
 height:400px;
 padding:0px;
 margin:10px 0px 10px 0px; 
 text-align:left;
 color:#ffffff;
 background-color:#000;
 border-radius: 5px;
      }
      
 #map_large {
 display:block;
 width: 80%;
 height:1000px;
 padding:0px;
 margin:0px 0px 20px 20px; 
 text-align:left;
 color:#ffffff;
 background-color:#000;
 border-radius: 5px;
      }
      
      .underline_thick { 
    margin: 5px 0px 0px 0px;
    height: 5px;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#c61545), to(#000000), color-stop(50%, #c61545));
}  

      .underline_thin { 
    margin: 5px 0px 10px 0px;
    height: 1px;
    background-color: #282b30;
}

.row_style{
background-color: #282b30;
padding:5px;
margin:5px 0px 0px 0px;	
border-radius: 5px;
}


.row_style_none{
background-color: #000000;
padding:5px;
margin:5px 0px 0px 0px;		
}

.container_clear{
display:block;
margin: 0px 0px 20px 0px;
float:left;

}

/* TOOLTIP */
.tooltip {
    position: relative;
    display: inline-block;
 
}
.tooltip .tiptext {
    visibility: hidden;
    width: 200px;
    background-color:#000000;
    color: #ffffff;
    text-align: left;
    border-radius: 3px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #ffffff;
    font-size:0.9em;
	line-height:1em; 
	font-weight:normal;
}
.tooltip .tiptext::after {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
}
.tooltip:hover .tiptext {
    visibility: visible;
}

.tooltip.top .tiptext{
    margin-left: -100px;
    bottom: 150%;
    left: 50%;
}
.tooltip.top .tiptext::after{
    margin-left: -5px;
    top: 100%;
    left: 50%;
    border-color: #ffffff transparent transparent transparent;
}

/* HIDE TOOLTIP ON MOBILES */


.tiptext{
    display: block;
}

.tiptext p{
  margin:0px 0px 5px 0px;
}

/* SCREEN SMALL LIKE MOBILES GALAXY s7*/
@media (max-width:640px){

h1{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
line-height:1em;
}

h1 span{
font-size: 0.6em;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}	

span#frase{
font-size: 1em;
margin:0px 0px 10px 0px;	
}

#page-header{
display:none;	
}

.tiptext{
display:none;
}
    
#blog_header{
display:none;
}

#profile_header{
display:none;
}

#blog_header{
display:none;
}
    
#profile_header_mobile{
display: block;
}

#profile_info_mobile{
display:block;	
}

#profile_info{
display:none;	
}

#languages{
display:block;
position:relative;
/*background-color:blue;*/
width: 100%;	
}

#socialmedia img{

 width:1em;
 height:auto;
 

}

span#telefono{
font-size:2.0em;	
} 

 .banners_left_small{
display:block;
}

 .banners_left_small{
width: 100%;	
margin:0px 10px 10px 0px;
padding: 0px;
border:1px solid #c61545;
border-radius: 5px;	
}

.banners_left_small:hover{
background-color:#282b30;
border:1px solid #c61545;	
border-radius: 5px; 
}

.banners_left_small img{
width: 100%;
padding: 0px;
margin: 0px;	
border-radius: 5px;
display:block;  
} 
 
 /* FINISH SCREEN 640 */   
}

/* BANNERS */



.banners_right{
display:block;

}

.banners_right{
width: 100%;	
margin:0px 10px 10px 0px;
padding: 0px;
border:1px solid #c61545;
border-radius: 5px;	
}

.banners_right:hover{
background-color:#282b30;
border:1px solid #c61545;	
border-radius: 5px; 
}

.banners_right img{
width: 100%;
padding: 0px;
margin: 0px;	
border-radius: 5px;  
display:block; 
}



/* SINGLE LISTING */
.single_list{
background-color:#000000;
border:1px solid #282b30;	
padding:10px;
margin: 0px 0px 10px 5px;
border-radius: 5px;
text-align:left;
display:block;
width:100%;
float:left;

}

.single_list:hover{
border:1px solid #c61545;	
}

.single_list img{
border-radius: 5px;
width: 100px;
margin: 0px 20px 0px 0px;
float:left;
}

.single_list span{ 
background-color:#282b30;
border-radius: 5px;	
padding:5px;
font-size: 0.8em;
margin:0px 5px 0px 0px;
float:right;
}

/* PROFILE STYLING */
#profile_style h2{
font-size: 1.5em;
line-height: 0.5em;
padding:0px 0px 0px 0px;
margin:0px 0px 10px 0px;
background-color:#ccc;

}


.profiles_list_container{
padding:10px;
margin:10px 0px 10px 0px;
background-color:#282b30;
border-radius: 5px;
}

/* PROFILE LISTING INDEX */
.profile_list_index{
background-color:#000000;
border:1px solid #282b30;	
padding:10px;
margin: 0px 5px 10px 5px;
border-radius: 5px;
min-height:200px;
text-align:center;
}

.profile_list_index:hover{
border:1px solid #c61545;	
}

.profile_list_index img{
border-radius: 5px;
}

.profile_list_index span{
width:100%;
margin: 0px 0px 5px 0px;
padding: 0px 0px 0px 0px;
display:block;
font-size:1em;
}

.profile_list_index span a{
font-size: 1em;
}

.profile_list_index h5{
font-size: 1em;
color:#fff;
}


.profile_list_index h6{
font-size: 1em;
color:#fff;
}

/* PROFILE LISTING */
.profile_list{
background-color:#000000;
border:1px solid #282b30;	
padding:5px;
margin: 0px 5px 10px 5px;
border-radius: 5px;
min-height:440px;
text-align:center;
}

.profile_list:hover{
border:1px solid #c61545;	
}

.profile_list img{
border-radius: 5px;
}

.profile_list span{
width:100%;
margin: 0px 0px 5px 0px;
padding: 0px 0px 0px 0px;
display:block;
font-size:1em;
}

.profile_list span a{
font-size: 1em;
}

.profile_list h5{
font-size: 1em;
color:#fff;
}


.profile_list h6{
font-size: 1em;
color:#fff;
}

/* PROFILE LISTING SMALL*/
.profile_list_small{
background-color:#000000;
border:0px solid #282b30;	
padding:0px;
margin: 0px 5px 10px 5px;
border-radius: 5px;
min-height:150px;
text-align:center;
float: left;
}

.profile_list_small:hover{
border:0px solid #c61545;	
}

.profile_list_small img{
border-radius: 5px;
}

.profile_list_small h5{
font-size: 0.7em;
}



.profile_list_small span{
width:100%;
margin: 0px 0px 5px 0px;
padding: 0px 0px 0px 0px;
background-color:#333;
display:block;
font-size:0.8em;
line-height:1.3em;
color: #cccccc;
}

.profile_list_small span a{
color: #cccccc;
}

/* VIDEO LIST */

/* PROFILE LISTING */
.video_list{
background-color:#000000;
border:1px solid #282b30;	
padding:5px;
margin: 0px 5px 10px 5px;
border-radius: 5px;
min-height:350px;
text-align:center;
}

.video_list:hover{
border:1px solid #c61545;	
}

.video_list img{
border-radius: 5px;
}

.video_list span{
width:100%;
margin: 0px 0px 5px 0px;
padding: 0px 0px 0px 0px;
background-color:#333;
display:block;
font-size:0.8em;
line-height:1.3em;
color: #cccccc;
}

.video_list span a{
color: #cccccc;
}
/* ICON LIST */

.iconlist
{
list-style: none;
margin: 0;
padding: 0;
font-size:0.8em;
color:#ffffff; 
}

.iconlist a,.iconlist a:link,.iconlist a:visited
{
color:#ffffff;
text-decoration:underline;
}

.iconlist a:hover
{

text-decoration:underline;
}

/* ICON TEL */

li.tel
{
	
background-image: url("../images/icons/tel.png");
background-repeat: no-repeat;
background-position: 5%;
background-size: 15px 15px;
padding: 0px;
margin: 0px 0px 5px 0px;
background-color:#000000;
width:100%;
display:blocK;
color:#fff;
font-weight: normal;
}

li.tel a:link,li.tel a:visited{
text-decoration:underline;	
}

li.tel a:hover{
color: #c61545;
}

/* ICON TEL */

li.whatsapp
{
	
background-image: url("../images/icons/whatsapp.png");
background-repeat: no-repeat;
background-position: 5%;
background-size: 15px 15px;
padding: 0px;
margin: 0px 0px 5px 0px;
background-color:#000000;
width:100%;
display:blocK;
color:#fff;
font-weight: normal;
}

li.whatsapp a:link,li.whatsapp a:visited{
text-decoration:underline;	
}

li.whatsapp a:hover{
color: #c61545;
}

li.none
{
padding: 0px;
margin: 0px 0px 2px 0px;
background-color:#282b30;
border-radius: 5px;
color:#ffffff;
}


li.black
{
padding: 0px;
margin: 0px 0px 2px 0px;
background-color:#000000;
border-radius: 5px;
color:#ffffff;
}

li.color
{
padding: 0px;
margin: 0px 0px 2px 0px;
background-color:#008000;
border-radius: 5px;
color:#000000;
}

li.red
{
padding: 0px;
margin: 0px 0px 2px 0px;
background-color:#c61545;
border-radius: 5px;
color:#000000;
}

li.green
{
padding: 0px;
margin: 0px 0px 2px 0px;
background-color:#008000;
border-radius: 5px;
color:#000000;
}


/* links LIST START */
.link_list{
width: 100%;	
margin:0px 0px 10px 0px;
float: left;
padding: 10px;
border:1px solid #282b30;
border-radius: 5px;
text-align:left;
color:#ffffff;
}

.link_list:hover{
border:1px solid #c61545;	
border-radius: 5px; 
}

.link_list_inside{
float: left;
padding: 0px;
text-align: left;
color:#ffffff;
display:block;
}

.link_list img{ 
width: 100%;
padding: 0px;
margin: 0px;
border-radius: 5px;	
display:block;

}

.link_list_image{ 
width: 100px;
padding: 0px;
margin: 0px 10px 0px 0px;
display:block;
float:left;

}

.link_list_url{ 

padding: 2px;
margin: 5px 0px 0px 0px;
display:block;
background-color:#c61545;
border-radius: 5px;
}

.link_list_url a{ 
color: #fff;

}
/* BLOG LIST START */
.blog_list{
width: 100%;	
margin:0px 0px 10px 0px;
float: left;
padding: 10px;
border:1px solid #282b30;
border-radius: 5px;
text-align:left;
color:#ffffff;
}

.blog_list:hover{
border:1px solid #c61545;	
border-radius: 5px; 
}

.blog_list_inside{
float: left;
padding: 10px;
text-align: left;
color:#ffffff;
}

.blog_list img{ 
width: 100%;
padding: 0px;
margin: 0px;
border-radius: 5px;	
display:block;

}

#blog_header
{
	
color: #333;
margin:0px 0px 10px 0px;
padding:0;
color: #ffffff;
clear: both;

}

#blog_header img{
width: 100%;
height: auto;
border-radius: 5px;
display: inline-block;
}

#blog_header::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, transparent 0%, black 100%);
  margin-top: -150px;
  height: 150px;
  width: 100%;
  content: '';
}

.blog_date{
background-color:#282b30;
border-radius: 5px;	
float:right;
padding:5px;
font-size: 0.8em;
margin:10px 5px 0px 0px;
}
/* BLOG LIST FINISH */

/* HIDE CABECERA ON MOBILES */


#profile_header img{
    display: block;
}

#blog_header img{
    display: block;
}




/* TAG STYLING START */

.tags {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 0;
}

.tags li {
  float: left; 
}

.tag {
  background: #282b30;
  border-radius: 3px 0 0 3px;
  color: #ffffff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 5px 5px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag::before {
  background: #000000;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #000000;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #282b30;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
}

.tag:hover {
  background-color: #c61545;
  color: #ffffff;
  text-decoration:none;
}

.tag:hover::after {
   border-left-color: #c61545; 
}
/* TAG STYLING FINISH */

/* DICTIONARYLIST START */
.dictionary_list{
width: 100%;	
margin:0px 0px 10px 0px;
float: left;
padding: 10px;
border:1px solid #282b30;
border-radius: 5px; 
}

.dictionary_list:hover{
border:1px solid #c61545;	
border-radius: 5px; 
}

.dictionary_list_inside{
float: left;
padding: 10px;
text-align: left;

}

.dictionary_list_inside span{
background-color:#282b30;
border-radius: 2px;	
padding:5px;
font-size: 0.8em;
margin: 0px 0px 0px 10px;

}

.dictionary_list img{ 
width: 100%;
padding: 0px;
margin: 0px;
border-radius: 5px;	
display:block;

}
/* BLOG LIST FINISH */

.date{
background-color:#282b30;
border-radius: 5px;	
float:right;
padding:5px;
font-size: 0.8em;
margin:0px 0px 20px 0px;
}

/* LANGUAGES CONTAINTER */
#languages{
padding:5px;
margin:0px 0px 0px 0px;	
float:right;
}

#languages a{
margin:0px 10px 0px 0px;		
}

#languages img {
width:30px;
float:right;	
margin:0px 10px 0px 0px;
}

/* SIMPLE SEARCH FORM */
#SimpleForm {
float:left;
margin:10px 0px 10px 0px;
padding:10px;
width: 100%;
color: #ffffff;
border: 1px solid #282b30;
border-radius: 5px;
}

#SimpleForm .form_title{
float:left;
border-radius: 5px;
margin:0px 0px 10px 0px;
padding:10px;
width: 100%;
color: #ffffff;
border-bottom:1px solid #282b30;
background-color: #282b30;
}


#SimpleForm button{
float:left;
margin:20px 0px 0px 0px;
padding:5px;
width: 100%;
color: #ffffff;
border: 1px solid #000;
cursor:pointer;
background-color: #c61545;
border-radius: 5px;
}

#SimpleForm input{
background-color: #000;
border-radius: 5px;
padding:5px;
border:1px solid #282b30;
width:100%;
margin:0px 0px 0px 0px;
color:#fff;
}


#SimpleForm select{
background-color: #000;
border-radius: 5px;
padding:5px;
border:1px solid #282b30;
width:100%;
margin:0px 0px 0px 0px;
color:#fff;
}

#SimpleForm label{
float:left;
width:100%;
padding:5px 10px 6px 0px;
margin:10px 0px 0px 0px;
color:#ffffff;
background-color: #000000;
text-align:left;
}


/* ADVANCED SEARCH FORM */
#AdvancedForm {
float:left;
margin:10px 0px 10px 0px;
padding:10px;
width: 100%;
color: #ffffff;
border: 1px solid #282b30;
border-radius: 5px;
}

#AdvancedForm .form_title{
float:left;
border-radius: 5px;
margin:0px 0px 10px 0px;
padding:10px;
width: 100%;
color: #ffffff;
border-bottom:1px solid #282b30;
background-color: #282b30;
}


#AdvancedForm button{
float:left;
margin:20px 0px 0px 0px;
padding:5px;
width: 100%;
color: #ffffff;
border: 1px solid #000;
cursor:pointer;
background-color: #c61545;
border-radius: 5px;
}

#AdvancedForm input{
background-color: #000;
border-radius: 5px;
padding:5px;
border:1px solid #282b30;
width:100%;
margin:0px 0px 0px 0px;
color:#fff;
}


#AdvancedForm select{
background-color: #000;
border-radius: 5px;
padding:5px;
border:1px solid #282b30;
width:100%;
margin:0px 0px 0px 0px;
color:#fff;
}

#AdvancedForm label{
float:left;
width:100%;
padding:3px;
margin:5px 0px 5px 0px;
color:#ffffff;
background-color: #282b30;
text-align:left;
border-radius: 5px;
}


/* CONTACT FORM */
#form_contact {
float:left;
margin:20px 0px 0px 0px;
padding:0px;
width: 100%;
color: #ffffff;
border: 1px solid #282b30;
border-radius: 5px;
background-color:#000;
}

#form_contact .form_title{
float:left;
margin:0px 0px 0px 0px;
padding:10px;
width: 100%;
color: #ffffff;
border-bottom:1px solid #282b30;
background-color: #282b30;
}

#form_contact button{
float:left;
margin:0px 0px 0px 0px;
padding:5px;
width: 100%;
color: #ffffff;
border: 1px solid #c61545;
cursor:pointer;
background-color: #c61545;
border-radius: 5px;
}

#form_contact input{
background-color: #000;
border-radius: 5px;
padding:7px 5px 7px 5px;
border:1px solid #282b30;
width: 100%;
margin:0px 0px 0px 0px;
color:#fff;
}

#form_contact select{
background-color: #000;
border-radius: 5px;
padding:7px 5px 7px 5px;
border:1px solid #282b30;
width: 100%;
margin:0px 0px 0px 0px;
color:#fff;
}

#form_contact textarea{
background-color: #000;
border-radius: 5px;
padding:5px;
border:1px solid #282b30;
width: 100%;
height:150px;
margin:0px 0px 0px 0px;
color:#fff;
}

#form_contact label{
float:left;
width: 100%;

padding:5px 0px 5px 0px;
margin:0px 0px 0px 0px;
color:#fff;
background-color: #000;
text-align:left;
}

#form_contact #form_body{
float:left;
padding:10px 10px 0px 10px;
margin:0px 0px 0px 0px;
color:#ccc;
width: 100%;
}

#form_contact .controls{
float:left;
width: 100%;
padding:10px;
background-color: #000;
margin:0px 0px 0px 0px;
color:#ccc;
}

#form_contact .container{
float:left;
width:100%;
padding:0px;
background-color: #000;
margin:0px 0px 10px 0px;
color:#ccc;
}

#form_contact .form-group{
float:left;
width:100%;
padding:0px;
background-color: #000;
margin:0px 0px 10px 0px;
color:#ccc;
}

#form_contact .form_error{
float:left;
width:100%;
padding:5px;
background-color: #000;
margin:0px 0px 0px 0px;
color:#c61545;
}

#form_contact .form_sent{
float:left;
width:100%;
padding:5px;
background-color: #000;
margin:0px 0px 0px 0px;
color: #2292cf;
}

.message{
float:left;
width:100%;
padding:5px;
background-color: #c61545;
margin:0px 0px 20px 0px;
color: #ffffff;
text-align:center;
display: none;
border-radius: 5px;
}

.organize{
background:#ffffff;
margin:10px 0px 20px 0px;
padding:10px;
width:100%;	
}

.organize p{padding:10px !important;}

.organize_dark{
border:0px solid #282b30;
background:#000000;
margin:10px 0px 10px 0px;
padding:10px;
width:100%;	
border-radius: 5px;

}

.organize_light{
border:0px solid #282b30;
background:#282b30;
margin:10px 0px 10px 0px;
padding:10px;
width:100%;	
border-radius: 5px;  
}

.organize_footer{

margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
width:100%;	
 
}

.organize_clear{  
background:#000000;
margin:10px 0px 10px 0px;
padding:10px;
width:100%;	
border-radius: 5px;

}

.organize_dark b,.organize_light b,.organize_clear b{  
color:#c61545;
font-weight:bold;
}

.organize_dark span a,.organize_light span a,.organize_clear span a{  
color:#f4f4f4;
font-weight:normal;
font-size:0.8em;
}

.marker{	
height:200px;
width:130px;
color:#000;
}

.marker img{
width:130px;
}

.marker span{
color:#000000;
width:130px;
display: block;
text-align:center;
padding:5px 0px 5px 0px;
margin:0px;
}

.marker h2{
background:#282b30;
padding:5px;
color:#ffffff;
font-size:1em;
text-align:center;
}

.plupload_images{

background-color: #282b30;
border-radius: 5px;
padding:5px;
border:1px solid #282b30;
width: 100%;
margin:0px 0px 0px 0px;
color:#fff;	
	
}

#player{
display:block;
width:100%;
margin:0px 0px 10px 0px;
border:1px solid #282b30;
min-height:600px;	
border-radius: 5px;
}

#player iframe {
width:100%;
min-height:500px;
}

#socialmedia{
	
 margin: 0 auto;
 width: 100%;
 clear: both;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 

}

#socialmedia img{

 width:2em;
 height:auto;
 

}

#socialmedia a img { border: 0; } 

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0; min-height:150px;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative;  zoom: 1; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.flexslider .flex-caption{ margin:10px 7px;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; opacity: 0.8; right: 5px;}
.flex-direction-nav .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


/* COOKIES
 
 */

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

.button {
  background-color:#c61545;
  padding: 10px;
  margin: 0px 0px 20px 0px;
  border: 1px solid #000000;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 2px;
  width: 100%;
  color: #000000 !important;
  font-weight:bold;
}
