/*
Framework: Epsilon 1.0.1
Author: Enabled
Author URL: http://paultrifa.com
Description: Custom Mobile Framwork Available Exclusively on ThemeForest and in Enabled/CosminCotor developer projects!
Version: 1.0.130204
License: You MAY NOT resell / include in personal or commercial projects.
License Restrictions: You are not allowed to remove these comments, or take credit for this framework!
*/

/*////////////////////////////////////////////////////////////////////////*/
/*---Framework CSS Engine DO NOT EDIT ONLY IF NECESSARY - Epsilon v1.0----*/
/*////////////////////////////////////////////////////////////////////////*/


@charset "utf-8";

	* {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		vertical-align: baseline;
		outline: none;
		font-size-adjust: none;
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
	}
	*:focus {
		outline: none;
	}

	*,*:after,*:before {	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;	padding: 0;	margin: 0;}

	body {
		margin: 0;
		padding: 0;
		line-height: 18px;
	}

	::selection {
		background-color: none;
		color: #fff;
	}

	div, a, p, img, blockquote, form, fieldset, textarea, input, label, iframe, code, pre {
		display: block;
		overflow: hidden;
		position: relative;
	}

	p {
		line-height: 18px;
		margin-bottom: 20px;
		font-size: 12px;
	}
	p > a {
		display: inline;
		text-decoration: none;
	}
	p > a:hover {
		text-decoration: underline;
	}
	p > span {
		display: inline;
	}
	span > a {
		display: inline;
	}
	a > span {
		display: inline;
	}
	a {
		text-decoration: none;
	}
	a:hover {
		text-decoration: none;
	}

	h1 {
		font-size: 22px;
		line-height: 26px;
	}
	h2 {
		font-size: 20px;
		line-height: 24px;
		padding-bottom: 1px;
	}
	h3 {
		font-size: 18px;
		line-height: 22px;
		padding-top: 1px;
	}
	h4 {
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 1px;
	}

	h6{
		font-size:12px;
		line-height:18px;
		padding-bottom:1px;
		font-weight:700;
	}

	h5 {
		font-size: 14px;
		line-height: 18px;
		padding-bottom:5px;
	}


	h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
		display: inline;
	}
	h1, h2, h3, h4{
		font-weight:600; 
		margin-bottom:5px;	
	}


	ul {
		margin-bottom: 20px;
	}

	.regular-list{
		overflow:visible!important;
		margin-left:0px;
	}

	.number-list li{
		overflow:visible!important;
		margin-left:0px;
		list-style:decimal;
		margin-left:20px;
	}

	ol {
		margin-bottom: 20px;
	}
	li {
		font-size:11px;
		line-height: 18px;
		margin-bottom:5px;
		list-style:inside;
	}

	ol > li:last-child, ul > li:last-child {
		margin-bottom:0px;	
	}
	.clear {
		clear: both;
		height: 0px;
		line-height: 0px;
	}

	.float-left{
		padding-right:10px;
	}

	.float-right{
		padding-left:10px;
	}

	.no-bottom{ 	margin-bottom:0px!important;}
	.half-bottom{	margin-bottom:10px!important;}
	.image-decoration{background-color:#FFFFFF; padding:3px; border:solid 1px #cacaca; margin-bottom:15px;}
	.responsive-image{display:block; max-width:100%;}
	.uppercase{	text-transform:uppercase!important;}
	.float-left{float:left;}
	.float-right{float:right;}

	.demo-class-do-not-copy{
		background-color:#e34e47;
	}

	/*///////////////////////////////////////*/
	/*--------------Data Preloader-----------*/
	/*///////////////////////////////////////*/

	#preloader {
		position:fixed;
		z-index:2500;
		top:0;
		left:0;
		right:0;
		bottom:0;
		background-color:#fff; 
		z-index:999999; 
	}

	#status {
		position:fixed;
		z-index:999999;
		width:250px;
		height:250px;
		position:absolute;
		left:50%; 
		top:50%; 
		background-image:url(../images/status.gif); 
		background-size:32px 32px;
		background-repeat:no-repeat;
		background-position:center;
		margin:-125px 0 0 -125px; 
	}

	#status p{
		top:70%;
	}

	#status em{
		font-size:10px!important;
		display:block;
		font-style:normal;
	}

	/*///////////////////////////////////////////////////////////////////////////////*/
	/*///////////////////////////////////////////////////////////////////////////////*/
	/*-----------------------BASIC TYPOGRAPHY STYLES---------------------------------*/
	/*///////////////////////////////////////////////////////////////////////////////*/
	/*///////////////////////////////////////////////////////////////////////////////*/


	/*/////////////////////////////////////////////////////////////*/
	/*--------------------HEADING BACKGROUND-----------------------*/
	/*/////////////////////////////////////////////////////////////*/
	.heading-background{
		text-transform:uppercase;
		border:solid 1px #cacaca;
		background-image:url(../images/icon_shadow/arrows/bendedright.png);
		background-repeat:no-repeat;
		background-size:18px 19px;
		background-position:10px center;
		padding-left:35px;
		padding-top:10px;
		padding-bottom:10px;	
		text-shadow:0px 1px 0px rgba(0,0,0,0.6);
	}



	/*///////////////////////////////////////////////////////////////////////////////*/
	/*-----------------------Left Right Center Text----------------------------------*/
	/*///////////////////////////////////////////////////////////////////////////////*/
	.center-text{	text-align:center;	}
	.left-text{		text-align:left;	}
	.right-text{	text-align:right;	}

	/*///////////////////////////////////////////////////////////////////////////////*/
	/*---------------------------------Dropcaps--------------------------------------*/
	/*///////////////////////////////////////////////////////////////////////////////*/
	.dropcaps{
		font-size:250%;	
		padding-left:5px;
		padding-right:10px;	
		padding-top:10px;	
		padding-bottom:10px;
		float:left;
	}

	/*///////////////////////////////////////////////////////////////////////////////*/
	/*-----------------------------Text Highlights-----------------------------------*/
	/*///////////////////////////////////////////////////////////////////////////////*/
	.highlight{ 	text-shadow:none;	margin-top:5px; margin-right:5px; padding:2px;}


	/*///////////////////////////////////////////////////////////////////////////////*/
	/*-------------------------Column Separation-------------------------------------*/
	/*///////////////////////////////////////////////////////////////////////////////*/

	.column p, a{
		margin-bottom:0px;
		padding-bottom:0px;
	}

	.column	{					display:block; overflow:hidden; }
	.column div:last-child{		margin-right:0%;}
	.column div:first-child{	margin-left:0%;}

	.column p span{				float:left;	margin-right:10px;	margin-top:5px;}
	.column h1,h2,h3,h4,h5{		padding-top:5px;}

	.one-third{		float:left;	width:30%;	margin-left:2%;	margin-right:2%;}
	.two-third{		float:left;	width:57%;	margin-left:2%;	margin-right:2%;}
	.one-half{		float:left;	width:46%;	margin-left:2%;	margin-right:2%;}

	.column-icon{	float:left; padding-right:15px;}
	.center-icon{	width:70px; margin-left: auto; margin-right:auto;}

	.columnNP-icon{	
		float:left;
		background-image:url(../images/icons-large/BotonHR.jpg);
		background-repeat:no-repeat;
		background-size:140px 140px;
		border-radius: 8px 8px 8px 8px;
		text-align:center;
		font-size:16px;
		color:#fff;
		padding-top:5px;
		width:140px;
		height:140px;
	}

	.columnSP-icon{
		float:left;	
		background-image:url(../images/icons-large/BotonPS.jpg);
		background-repeat:no-repeat;
		background-size:140px 140px;
		border-radius: 8px 8px 8px 8px;
		text-align:center;
		font-size:16px;
		color:#fff;
		padding-top:5px;
		width:140px;
		height:140px;
	}

	.columnLE-icon{
		float:left;	
		background-image:url(../images/icons-large/BotonLE.jpg);
		background-repeat:no-repeat;
		background-size:140px 140px;
		border-radius: 8px 8px 8px 8px;
		text-align:center;
		font-size:16px;
		color:#fff;
		padding-top:5px;
		width:140px;
		height:140px;
	}

	.FondoMPDOK {	
		float:left;
		background-image:url(../images/DOK.png);
		background-repeat:no-repeat;
		background-size:60px 60px;
		width:100%;
		height:100%;
	}

	.FondoMPDNOK {	
		float:left;
		background-image:url(../images/DNOK.png);
		background-repeat:no-repeat;
		background-size:60px 60px;
		width:100%;
		height:100%;
	}

	.FondoMPDPLIN {
		float:left;
		background-image:url(../images/DPLIN.png);
		background-repeat:no-repeat;
		background-size:60px 60px;
		width:100%;
		height:100%;
	}

	.FondoNombres {
		float:none;	
		background-image:url(../images/icons-large/FondoNombres.png);
		border-radius: 3px 3px 3px 3px;
		text-align:left;
		font-size:14px;
		padding-top:0px;
		color:#000;
		width:135px;
		height:20px;
		margin-bottom:3px;
		vertical-align:central;
	}

	.FondoNombrePista {
		background-image:url(../images/icons-large/FondoNombres.png);
		border-radius: 3px 3px 3px 3px;
		text-align:center;
		font-size:14px;
		padding-top:0px;
		color:#000;
		width:80%;
		height:18px;
		margin-bottom:3px;
		vertical-align:central;
	}

	.FondoNombrePista2 {
		text-align:center;
		font-size:14px;
		padding-top:0px;
		color:#000;
		width:57%;
		height:57%;
		vertical-align:central;
	}

	.botonapuntauno {
			font-size:16px;
			font-style:italic;
			color:#000;
			background-image:url(../images/icons-large/Reserv1_1008.png);
			background-size:120px 120px;
			width:120px;
			height:120px;
	}

	.botonapuntaunooff {
			font-size:16px;
			font-style:italic;
			color:#000;
			background-image:url(../images/icons-large/Reserv1off_1008.png);
			background-size:120px 120px;
			width:120px;
			height:120px;
	}

	.botonapuntados {
			font-size:16px;
			font-style:italic;
			color:#000;
			background-image:url(../images/icons-large/Reserv2_1008.png);
			background-size:120px 120px;
			width:120px;
			height:120px;
	}

	.botonapuntadosoff {
			font-size:16px;
			font-style:italic;
			color:#000;
			background-image:url(../images/icons-large/Reserv2off_1008.png);
			background-size:120px 120px;
			width:120px;
			height:120px;
	}

	.botonapuntatres {
			font-size:16px;
			font-style:italic;
			color:#000;
			background-image:url(../images/icons-large/Reserv3_1008.png);
			background-size:120px 120px;
			width:120px;
			height:120px;
	}

	.botonapuntatresoff {
			font-size:16px;
			font-style:italic;
			color:#000;
			background-image:url(../images/icons-large/Reserv3off_1008.png);
			background-size:120px 120px;
			width:120px;
			height:120px;
	}

	.botonareserva {
			font-size:16px;
			font-style:italic;
			color:#000;
			background-image:url(../images/icons-large/Reserv4_1008.png);
			background-size:120px 120px;
			width:120px;
			height:120px;
	}

	.clean {
		float:left;	
		background-image:url(../images/lists/delete3_16.png);
		background-color:transparent;
		background-repeat:no-repeat;
		width:16px;
		height:16px;
	}

	.administrar {
		float:left;	
		background-image:url(../images/icons-large/administrar.png);
		background-color:transparent;
		background-repeat:no-repeat;
		width:45px;
		height:16px;
	}

	.logout {
		-moz-border-radius: 2px 2px 2px 2px;
		-webkit-border-radius: 2px 2px 2px 2px;
		border-radius: 8px 8px 8px 8px;
		border: solid 1px #666;
		background-image:url(../images/FondoLogOut.png);
		color: #FFF;
		height:26px;
	}

	.comentar {
		-moz-border-radius: 2px 2px 2px 2px;
		-webkit-border-radius: 2px 2px 2px 2px;
		border-radius: 8px 8px 8px 8px;
		font-size:12px;
		color:#666;
		border: solid 1px #FFF;
		background-image:url(../images/espacio.png);
		background-position:center;
		background-repeat:repeat;
		background-color:transparent;
		width:70px;
		height:20px;
	}

	.comentarios {
		-moz-border-radius: 2px 2px 2px 2px;
		-webkit-border-radius: 2px 2px 2px 2px;
		border-radius: 8px 8px 8px 8px;
		font-size:12px;
		color:#666;
		border: solid 1px #FFF;
		background-image:url(../images/espacio.png);
		background-position:center;
		background-repeat:repeat;
		background-color:transparent;
		width:120px;
		height:20px;
	}

	.oktrans {
		-moz-border-radius: 2px 2px 2px 2px;
		-webkit-border-radius: 2px 2px 2px 2px;
		border-radius: 8px 8px 8px 8px;
		border: solid 1px #FFF;
		background-image:url(../images/oktrans.png);
		background-size:25px 25px;
		background-position:center;
		background-repeat:no-repeat;
		background-color:transparent;
		width:25px;
		height:25px;
	}

	.noktrans {
		-moz-border-radius: 2px 2px 2px 2px;
		-webkit-border-radius: 2px 2px 2px 2px;
		border-radius: 8px 8px 8px 8px;
			border: solid 1px #FFF;
			background-image:url(../images/noktrans.png);
			background-size:25px 25px;
			background-position:center;
			background-repeat:no-repeat;
			background-color:transparent;
			width:25px;
			height:25px;
	}

	.yntrans {
		-moz-border-radius: 2px 2px 2px 2px;
		-webkit-border-radius: 2px 2px 2px 2px;
		border-radius: 8px 8px 8px 8px;
			border: solid 1px #FFF;
			background-image:url(../images/yntrans.png);
			background-size:25px 25px;
			background-position:center;
			background-repeat:no-repeat;
			background-color:transparent;
			width:25px;
			height:25px;
	}

	.ok {
		-moz-border-radius: 2px 2px 2px 2px;
		-webkit-border-radius: 2px 2px 2px 2px;
		border-radius: 8px 8px 8px 8px;
		border: solid 1px #FFF;
		background-image:url(../images/ok.png);
		background-size:25px 25px;
		background-position:center;
		background-repeat:no-repeat;
		background-color:transparent;
		width:25px;
		height:25px;
	}

	.nok {
		-moz-border-radius: 2px 2px 2px 2px;
		-webkit-border-radius: 2px 2px 2px 2px;
		border-radius: 8px 8px 8px 8px;
			border: solid 1px #FFF;
			background-image:url(../images/nok.png);
			background-size:25px 25px;
			background-position:center;
			background-repeat:no-repeat;
			background-color:transparent;
			width:25px;
			height:25px;
	}

	.yn {
		-moz-border-radius: 2px 2px 2px 2px;
		-webkit-border-radius: 2px 2px 2px 2px;
		border-radius: 8px 8px 8px 8px;
			border: solid 1px #FFF;
			background-image:url(../images/yn.png);
			background-size:25px 25px;
			background-position:center;
			background-repeat:no-repeat;
			background-color:transparent;
			width:25px;
			height:25px;
	}


	/*///////////////////////////////////////////////////////////////////////////////*/
	/*---------------------------Notification Boxes----------------------------------*/
	/*///////////////////////////////////////////////////////////////////////////////*/
	.notification-box{	  margin-bottom:20px; padding:15px;		float:none;}
	.notification-box h4{ margin-bottom:5px;					float:left;}
	.notification-box a { margin-top:2px; 	  font-size:12px;	float:right;}
	.notification-box p	{ margin-bottom:0px;  font-size:12px; 	float:none; }


	/*///////////////////////////////////////////////////////////////////////////////*/
	/*--------------------------------TOGGLES----------------------------------------*/
	/*///////////////////////////////////////////////////////////////////////////////*/
	.no-toggle-border{
		border:none!important;
	}

	.no-toggle-border .toggle-v5{	margin:0px!important;	}
	.no-toggle-border .toggle-v4{	margin:0px!important;	}
	.no-toggle-border .toggle-v3{	margin:0px!important;	}
	.no-toggle-border .toggle-v2{	margin:0px!important;	}
	.no-toggle-border .toggle-v1{	margin:0px!important;	}

	/*/////////////////////////////////////////////////////////////////////////////*/
	/*--------------------------Toggle Version 5.0---------------------------------*/
	/*/////////////////////////////////////////////////////////////////////////////*/
	.show-toggle-v5{	
		width:100%;
		height:27px;
		background-position:left; 	
		background-repeat:no-repeat; 
		font-size:18px; 
		line-height:27px; 	
		padding-left:30px;
		font-weight:400!important;
	}

	.hide-toggle-v5{	
		width:100%;
		height:27px;
		background-position:left;
		background-repeat:no-repeat;
		font-size:18px; line-height:27px;
		padding-left:30px;
		font-weight:400!important;
	}

	.toggle-container-v5{			
		display:block;	
		margin-bottom:20px;	
		border-radius:5px;	
		border:solid 1px rgba(0,0,0,0.1);
	}

	.toggle-v5{				
		margin:15px;	
	}
	.toggle-v5 a{				
		float:left!important;
	}

	.toggle-v5 p{				
		line-height:20px!important;
		margin-bottom:0px; 
		padding-bottom:0px;
	}

	.toggle-decoration-v5{	
		background-color:rgba(0,0,0,0.1);	
		height:1px;	
		display:block;	
		margin-top:10px;	
		margin-bottom:10px;
	}


	/*/////////////////////////////////////////////////////////////////////////////*/
	/*--------------------------Toggle Version 4.0---------------------------------*/
	/*/////////////////////////////////////////////////////////////////////////////*/
	.show-toggle-v4{
		width: 100%;
		height: 18px;
		background-position: left;
		background-repeat: no-repeat;
		font-size: 12px;
		line-height: 27px;
		padding-left: 30px;
		font-weight: 400!important;
	}

	.hide-toggle-v4{
		width: 100%;
		height: 18px;
		background-position: left;
		background-repeat: no-repeat;
		font-size: 12px;
		line-height: 27px;
		padding-left: 30px;
		font-weight: 400!important;
	}

	.toggle-container-v4{
		display: block;
		margin-bottom: 0px;
		border-radius: 5px;
		border: solid 1px rgba(0,0,0,0.1);
	}

	.toggle-v4{
		margin: 2px;
	}
	.toggle-v4 a{				
		float:left!important;
	}

	.toggle-v4 p{				
		line-height:20px!important;
		margin-bottom:0px; 
		padding-bottom:0px;
	}

	.toggle-decoration-v4{	
		background-color:rgba(0,0,0,0.1);	
		height:1px;	
		display:block;	
		margin-top:10px;	
		margin-bottom:10px;
	}

	/*/////////////////////////////////////////////////////////////////////////////*/
	/*--------------------------Toggle Version 3.0---------------------------------*/
	/*/////////////////////////////////////////////////////////////////////////////*/
	.show-toggle-v3{	
		width:100%;
		height:27px;
		background-position:right; 	
		background-repeat:no-repeat; 
		font-size:18px; 
		line-height:27px; 	
		font-weight:400!important;
	}

	.hide-toggle-v3{	
		width:100%;
		height:27px;
		background-position:right;
		background-repeat:no-repeat;
		font-size:18px; line-height:27px;
		font-weight:400!important;
	}

	.toggle-container-v3{	
		display:block;	
		margin-bottom:20px;	
		border-radius:5px;	
		border:solid 1px rgba(0,0,0,0.1);
	}

	.toggle-v3{				
		margin:15px;	
	}
	.toggle-v3 a{					
		float:left!important;
	}

	.toggle-v3 p{				
		line-height:20px!important;
		margin-bottom:0px; 
		padding-bottom:0px;
	}

	.toggle-decoration-v3{	
		background-color:rgba(0,0,0,0.1);	
		height:1px;	
		display:block;	
		margin-top:10px;	
		margin-bottom:10px;
	}

	/*/////////////////////////////////////////////////////////////////////////////*/
	/*--------------------------Toggle Version 2.0---------------------------------*/
	/*/////////////////////////////////////////////////////////////////////////////*/
	.show-toggle-v2{	
		width:100%;
		background-position:right; 	
		font-size:18px; 
		line-height:27px; 	
		background-repeat:no-repeat; 
		height:27px;
		font-weight:400!important;
	}

	.hide-toggle-v2{
		width:100%;	
		background-position:right; 	
		font-size:18px; line-height:27px; 	
		background-repeat:no-repeat; height:27px;
		font-weight:400!important;
	}

	.calendar-toggle-v2{
		width:100%;	
		background-position:right; 	
		font-size:18px; line-height:27px; 	
		background-repeat:no-repeat; height:27px;
		font-weight:400!important;
	}

	.toggle-container-v2{	
		display:block;	
		margin-bottom:20px;	
		border-radius:5px;	
		border:solid 1px rgba(0,0,0,0.1);
	}

	.toggle-v2{				
		margin:15px;	
	}
	.toggle-v2 a{					
		float:left!important;
	}

	.toggle-v2 a:hover{		
		text-decoration:none!important;
	}

	.toggle-v2 p{			
		line-height:20px!important;	
		margin-bottom:0px; 
		padding-bottom:0px;
	}

	.toggle-decoration-v2{	
		background-color:rgba(0,0,0,0.1);	
		height:1px;	
		display:block;	
		margin-top:10px;	
		margin-bottom:10px;
	}

	/*/////////////////////////////////////////////////////////////////////////////*/
	/*--------------------------Toggle Version 1.0---------------------------------*/
	/*/////////////////////////////////////////////////////////////////////////////*/
	.show-toggle-v1{	
		width:100%;	
		background-position:right; 	
		font-size:18px; line-height:27px; 	
		background-repeat:no-repeat; 
		height:27px;
		font-weight:400!important;	
	}

	.hide-toggle-v1{	
		width:100%;	
		background-position:right; 	
		font-size:18px; 
		line-height:27px; 	
		background-repeat:no-repeat; 
		height:27px;
		font-weight:400!important;
	}

	.toggle-container-v1{	
		display:block;	
		margin-bottom:20px;	
		border-radius:5px;	
		border:solid 1px rgba(0,0,0,0.1);
	}

	.toggle-v1{				
		margin:15px;
	}

	.toggle-v1 a{
		float:left!important;
	}

	.toggle-v1 a:hover{		
		text-decoration:none!important;
	}

	.toggle-v1 p{	
		line-height:20px!important;		
		margin-bottom:0px; 
		padding-bottom:0px;
	}
	.toggle-decoration-v1{	
		background-color:rgba(0,0,0,0.1);	
		height:1px;	
		display:block;	
		margin-top:10px;	
		margin-bottom:10px;
	}



	/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	/*-------------------------------------------Checkboxes-------------------------------------------------------------*/
	/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	.checkbox-v1{	background-position:0px 6px;	background-repeat:no-repeat;	font-size:12px; 	padding-left:25px;	line-height:30px;}
	.checkbox-v2{	background-position:0px 6px;	background-repeat:no-repeat;	font-size:12px; 	padding-left:25px;  line-height:30px;}
	.checkbox-v3{	background-position:0px 6px;	background-repeat:no-repeat;	font-size:12px;		padding-left:25px;	line-height:30px;}
	.checkbox-v4{	background-position:0px 6px;	background-repeat:no-repeat;	font-size:12px; 	padding-left:25px;	line-height:30px;}
	.radio-v1{		background-position:0px 6px;	background-repeat:no-repeat;	font-size:12px; 	padding-left:25px;	line-height:30px;}
	.radio-v2{		background-position:0px 6px;	background-repeat:no-repeat;	font-size:12px; 	padding-left:25px;	line-height:30px;}

	/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	/*--------------------------------------------Icon Lists------------------------------------------------------------*/
	/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	.icon{
		display:inline-block;
		height:32px;
		width:32px;	
		border-radius:32px;
	}

	.icon-lists{		
		font-size:10px;														
		text-shadow:0px 1px 0px #FFFFFF;
	}

	.icon-lists a{

	}

	.icon-lists li{		
		line-height:24px;
		margin-bottom:2px;										
		list-style:none;				
		padding-left:30px;
		font-size:12px;
	}

	.list-chico{			background-repeat:no-repeat;	background-position:1px 4px;}
	.list-chicom{			background-repeat:no-repeat;	background-position:1px 4px;}
	.list-chica{			background-repeat:no-repeat;	background-position:1px 4px;}
	.list-chicam{			background-repeat:no-repeat;	background-position:1px 4px;}

	.list-chicoB{			background-repeat:no-repeat;	background-position:5px 4px; font-size:18px;}
	.list-chicomB{			background-repeat:no-repeat;	background-position:5px 4px; font-size:18px;}
	.list-chicaB{			background-repeat:no-repeat;	background-position:5px 4px; font-size:18px;}
	.list-chicamB{			background-repeat:no-repeat;	background-position:5px 4px; font-size:18px;}

	.circuloazul{		background-repeat:no-repeat;	background-position:2px 2px;	}
.circuloverde{		background-repeat:no-repeat;	background-position:2px 2px;	}
.circuloamarillo{		background-repeat:no-repeat;	background-position:2px 2px;	}
.circulonaranja{		background-repeat:no-repeat;	background-position:2px 2px;	}
.circulorojo{		background-repeat:no-repeat;	background-position:2px 2px;	}
.circulomorado{		background-repeat:no-repeat;	background-position:2px 2px;	}
.circulorosa{		background-repeat:no-repeat;	background-position:2px 2px;	}

	.list-address{			background-repeat:no-repeat;	background-position:0 5px;}
	.list-block{			background-repeat:no-repeat;	background-position:0 5px;}
	.list-bookmark{			background-repeat:no-repeat;	background-position:0 5px;}
	.list-briefcase{		background-repeat:no-repeat;	background-position:0 5px;}
	.list-bubble{			background-repeat:no-repeat;	background-position:0 5px;}
	.list-buy{				background-repeat:no-repeat;	background-position:0 5px;}
	.list-calendar{			background-repeat:no-repeat;	background-position:0 5px;}
	.list-clipboard{		background-repeat:no-repeat;	background-position:0 5px;}
	.list-delete{			background-repeat:no-repeat;	background-position:0 5px;}
	.list-clock{			background-repeat:no-repeat;	background-position:0 5px;}
	.list-diagram{			background-repeat:no-repeat;	background-position:0 5px;}
	.list-document{			background-repeat:no-repeat;	background-position:0 5px;}
	.list-down{				background-repeat:no-repeat;	background-position:0 5px;}
	.list-flag{				background-repeat:no-repeat;	background-position:0 5px;}
	.list-folder{			background-repeat:no-repeat;	background-position:0 5px;}
	.list-gear{				background-repeat:no-repeat;	background-position:0 5px;}
	.list-globe{			background-repeat:no-repeat;	background-position:0 5px;}
	.list-heart{			background-repeat:no-repeat;	background-position:0 5px;}
	.list-help{				background-repeat:no-repeat;	background-position:0 5px;}
	.list-home{				background-repeat:no-repeat;	background-position:0 5px;}
	.list-key{				background-repeat:no-repeat;	background-position:0 5px;}
	.list-label{			background-repeat:no-repeat;	background-position:0 5px;}
	.list-left{				background-repeat:no-repeat;	background-position:0 5px;}
	.list-letter{			background-repeat:no-repeat;	background-position:0 5px;}
	.list-monitor{			background-repeat:no-repeat;	background-position:0 5px;}
	.list-pencil{			background-repeat:no-repeat;	background-position:0 5px;}
	.list-plus{				background-repeat:no-repeat;	background-position:0 5px;}
	.list-present{			background-repeat:no-repeat;	background-position:0 5px;}
	.list-print{			background-repeat:no-repeat;	background-position:0 5px;}
	.list-right{			background-repeat:no-repeat;	background-position:0 5px;}
	.list-save{				background-repeat:no-repeat;	background-position:0 5px;}
	.list-shield{			background-repeat:no-repeat;	background-position:0 5px;}
	.list-statistics{		background-repeat:no-repeat;	background-position:0 5px;}
	.list-stop{				background-repeat:no-repeat;	background-position:0 5px;}
	.list-tick{				background-repeat:no-repeat;	background-position:0 5px;}
	.list-trash{			background-repeat:no-repeat;	background-position:0 5px;}
	.list-up{				background-repeat:no-repeat;	background-position:0 5px;}
	.list-user{				background-repeat:no-repeat;	background-position:0 5px;}
	.list-walet{			background-repeat:no-repeat;	background-position:0 5px;}
	.list-warning{			background-repeat:no-repeat;	background-position:0 5px;}


	/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	/*---------------------------------------------Tables Stuff---------------------------------------------------------*/
	/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	table a:link {
		font-weight: bold;
		text-decoration:none;
	}
	table a:visited {
		font-weight:bold;
		text-decoration:none;
	}

	.table{
		width:100%;
	}

	.table-title{
		font-size:11px;
	}

	.table-sub-title{
		font-weight:bold;
		font-size:10px;
	}

	.price{
		font-size:10px;
	}

	.small-price{
		position:absolute;
		margin-left:0px;
		font-size:10px;
		margin-top:-3px!important;
	}

	table {
		font-size:10px;
		border:#ccc 1px solid;
		border-radius:3px;
		-moz-box-shadow: 0 1px 2px #d1d1d1;
		-webkit-box-shadow: 0 1px 2px #d1d1d1;
		box-shadow: 0 1px 2px #d1d1d1;
	}
	table th {
		border-bottom:1px solid #e0e0e0;
	}
	table th:first-child{
		text-align: center;
	}
	table tr:first-child th:first-child{
		-moz-border-radius-topleft:3px;
		-webkit-border-top-left-radius:3px;
		border-top-left-radius:3px;
	}
	table tr:first-child th:last-child{
		-moz-border-radius-topright:3px;
		-webkit-border-top-right-radius:3px;
		border-top-right-radius:3px;
	}
	table tr{
		text-align: center;
	}
	table tr td {
		border-top: 1px solid #ffffff;
		border-bottom:1px solid #e0e0e0;
		border-left: 1px solid #e0e0e0;
		vertical-align:middle;
	}
	table tr:last-child td{
		border-bottom:0;
		vertical-align:middle;
	}
	table tr:last-child td:first-child{
		-moz-border-radius-bottomleft:3px;
		-webkit-border-bottom-left-radius:3px;
		border-bottom-left-radius:3px;
		vertical-align:middle;
	}
	table tr:last-child td:last-child{
		-moz-border-radius-bottomright: 3px;
		-webkit-border-bottom-right-radius: 3px;
		border-bottom-right-radius: 3px;
		vertical-align:middle;
	}



	/*//////////////////////////////////////////////////////////////////////////////////////*/
	/*-------------------------Header Notification------------------------------------------*/
	/*//////////////////////////////////////////////////////////////////////////////////////*/
	.header-notification{
		width:100%;
		display:block;
		padding: 0 10px;
		height:35px;
		line-height:35px;
		margin-bottom:2px;
	}

	.header-notification em{
		background-position:0px 10px;
		background-repeat:no-repeat;
		width:18px;
		height:35px;
		display:inline-block;
		float:left;
		padding-right:40px;
	}

	.header-notification strong{
		float:right;
		padding-right:10px;
		line-height:33px;
	}

	/*//////////////////////////////////////////////////////////////////////////////////////*/
	/*-----------------------------CSS3 Buttons---------------------------------------------*/
	/*//////////////////////////////////////////////////////////////////////////////////////*/
	.button-minimal2{
		border-radius:1px!important;
	}

	.button-minimal {
		font-size: 12px; 
		text-decoration: none!important; 
		padding: 8px 12px; 
		border-radius: 3px; 
		display:inline-block;	
	}

	.button-minimal:active {
		display:inline-block; 
		padding: 8px 12px; 
	}

	.button-minimal:visited {
		display:inline-block;
		padding: 8px 12px;
		margin-right:20px;
		margin-bottom:30px; 
	}


	.grey2-minimal {
		color: #444;
		border: 1px solid #d0d0d0;
		text-shadow: 1px 1px 1px #fff;
		background-color: #e1e1e1;
	}
	.grey2-minimal:hover {
		border: 1px solid #b0b0b0;
		background-color: #ededed;
	}

	/* The styles for the grey button */
	.grey-minimal {
		color: #444;
		border: 1px solid #d0d0d0;
		text-shadow: 1px 1px 1px #fff;
		background-color: #e1e1e1;
	}
	.grey-minimal:hover {
		border: 1px solid #b0b0b0;
		background-color: #ededed;
	}
	.grey-minimal:active {	
		padding: 8px 12px; 
		display:block; 
		border: 1px solid #666;
		width:auto;
	}

	/* The styles for the red button */
	.red-minimal {
		color: #923c47;
		border: 1px solid #d96d7c;
		text-shadow: 1px 1px 1px #fdbcc7;
		background-color: #f6677b;
	}
	.red-minimal:hover {
		border: 1px solid #c75964;
		background-color: #f997b0;
	}
	.red-minimal:active {border: 1px solid #ab3e4b;}

	/* The styles for the blue button */
	.blue-minimal {
		color: #41788c;
		border: 1px solid #6fb1c7;
		text-shadow: 1px 1px 1px #bfeafb;
		background-color: #73d0f1;
	}
	.blue-minimal:hover {
		border: 1px solid #4690ad;
		background-color: #aae5f7;
	}
	.blue-minimal:active {border: 1px solid #3b778b;}

	/* The styles for the green button */
	.green-minimal {
		color: #5a742d;
		border: 1px solid #95b959;
		text-shadow: 1px 1px 1px #dff4bc;
		background-color: #a5cb5e;
	}
	.green-minimal:hover {
		border: 1px solid #687e30;
		background-color: #cae387;
	}
	.green-minimal:active {border: 1px solid #506320; width:auto; height:auto;}

	/* The styles for the black button */
	.black-minimal {
		color: #fff;
		border: 1px solid #4d4d4d;
		text-shadow: 1px 1px 1px #6d6d6d;
		background-color: #454545;
	}
	.black-minimal:hover {
		border: 1px solid #363636;
		background-color: #656565;
	}
	.black-minimal:active {border: 1px solid #000;}

	/* The styles for the yellow button */
	.yellow-minimal {
		color: #986a39;
		border: 1px solid #e6b650;
		text-shadow: 1px 1px 1px #fbe5ac;
		background-color: #febf4d;
	}
	.yellow-minimal:hover {
		border: 1px solid #c1913d;

		background-color: #ffd974;
	}
	.yellow-minimal:active {border: 1px solid #936b26;}

	/* The styles for the purple button */
	.purple-minimal {
		color: #7e5d7c;
		border: 1px solid #cd93c6;
		text-shadow: 1px 1px 1px #f1ceef;
		background-color: #d798d1;
	}
	.purple-minimal:hover {
		border: 1px solid #886382;
		background-color: #e9c4e3;
	}
	.purple-minimal:active {border: 1px solid #6a4664;}

	/* The styles for the greyblue button */
	.gblue-minimal {
		color: #57646d;
		border: 1px solid #929ba2;
		text-shadow: 1px 1px 1px #c6d4df;
		background-color: #8ea5b5;
	}
	.gblue-minimal:hover {
		border: 1px solid #656f78;
		background-color: #bbcbd8;
	}
	.gblue-minimal:active {border: 1px solid #434f5a;}



	.button2{
		border-radius:1px!important;
	}

	.button {
		font-size: 14px; 
		text-decoration: none!important; 
		padding: 10px 14px; 
		border-radius: 3px; 
		box-shadow: inset 0px 0px 2px #fff;
		-o-box-shadow: inset 0px 0px 2px #fff;
		-webkit-box-shadow: inset 0px 0px 2px #fff;
		-moz-box-shadow: inset 0px 0px 2px #fff;
		display:inline-block;


	}

	.button3 {
		font-size: 12px;
		line-height: 40px;
		width:100%;
		border-radius: 3px; 
		box-shadow: inset 0px 0px 2px #fff;
		-o-box-shadow: inset 0px 0px 2px #fff;
		-webkit-box-shadow: inset 0px 0px 2px #fff;
		-moz-box-shadow: inset 0px 0px 2px #fff;
		display:inline-block;
	}

	.button:active {
		display:inline-block; 
		padding: 8px 12px; 
		box-shadow: inset 0px 0px 3px #999;
		-o-box-shadow: inset 0px 0px 3px #999;
		-webkit-box-shadow: inset 0px 0px 3px #999;
		-moz-box-shadow: inset 0px 0px 3px #999;
	}

	.button:visited {
		display:inline-block;
		padding: 8px 12px;
		margin-right:20px;
		margin-bottom:30px; 
		box-shadow: inset 0px 0px 3px #999;
		-o-box-shadow: inset 0px 0px 3px #999;
		-webkit-box-shadow: inset 0px 0px 3px #999;
		-moz-box-shadow: inset 0px 0px 3px #999;
	}


	.grey2 {
		color: #444;
		border: 1px solid #d0d0d0;
		background-image: -moz-linear-gradient(#ededed, #e1e1e1);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ededed));
		background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
		background-image: -o-linear-gradient(#ededed, #e1e1e1);
		text-shadow: 1px 1px 1px #fff;
		background-color: #e1e1e1;
	}
	.grey2:hover {
		border: 1px solid #b0b0b0;
		background-image: -moz-linear-gradient(#e1e1e1, #ededed);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#e1e1e1));
		background-image: -webkit-linear-gradient(#e1e1e1, #ededed);
		background-image: -o-linear-gradient(#e1e1e1, #ededed);
		background-color: #ededed;
	}

	/* The styles for the grey button */
	.grey {
		color: #444;
		border: 1px solid #d0d0d0;
		background-image: -moz-linear-gradient(#ededed, #e1e1e1);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e1e1e1), to(#ededed));
		background-image: -webkit-linear-gradient(#ededed, #e1e1e1);
		background-image: -o-linear-gradient(#ededed, #e1e1e1);
		text-shadow: 1px 1px 1px #fff;
		background-color: #e1e1e1;
	}


	.greygradient {
		color: #000;
		border: 1px solid #d0d0d0;
		background: rgba(222,222,222,1);
		background: -moz-radial-gradient(center, ellipse cover, rgba(222,222,222,1) 0%, rgba(222,222,222,1) 30%, rgba(201,201,201,1) 61%, rgba(143,143,143,1) 100%);
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(222,222,222,1)), color-stop(30%, rgba(222,222,222,1)), color-stop(61%, rgba(201,201,201,1)), color-stop(100%, rgba(143,143,143,1)));
		background: -webkit-radial-gradient(center, ellipse cover, rgba(222,222,222,1) 0%, rgba(222,222,222,1) 30%, rgba(201,201,201,1) 61%, rgba(143,143,143,1) 100%);
		background: -o-radial-gradient(center, ellipse cover, rgba(222,222,222,1) 0%, rgba(222,222,222,1) 30%, rgba(201,201,201,1) 61%, rgba(143,143,143,1) 100%);
		background: -ms-radial-gradient(center, ellipse cover, rgba(222,222,222,1) 0%, rgba(222,222,222,1) 30%, rgba(201,201,201,1) 61%, rgba(143,143,143,1) 100%);
		background: radial-gradient(ellipse at center, rgba(222,222,222,1) 0%, rgba(222,222,222,1) 30%, rgba(201,201,201,1) 61%, rgba(143,143,143,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#8f8f8f', GradientType=1 );
	}


	.grey:hover {
		border: 1px solid #b0b0b0;
		background-image: -moz-linear-gradient(#e1e1e1, #ededed);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ededed), to(#e1e1e1));
		background-image: -webkit-linear-gradient(#e1e1e1, #ededed);
		background-image: -o-linear-gradient(#e1e1e1, #ededed);
		background-color: #ededed;
	}
	.grey:active {	
		padding: 8px 12px; 
		display:block; 
		border: 1px solid #666;
		width:auto;
	}

	/* The styles for the red button */
	.red {
		color: #923c47;
		border: 1px solid #d96d7c;
		background-image: -moz-linear-gradient(#f997b0, #e45454);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e45454), to(#f997b0));
		background-image: -webkit-linear-gradient(#f997b0, #e45454);
		background-image: -o-linear-gradient(#f997b0, #e45454);
		text-shadow: 1px 1px 1px #fdbcc7;
		background-color: #f6677b;
	}


	.redgradient {
		color: #000;
		border: 1px solid #d96d7c;
		background: rgba(255,206,189,1);
		background: -moz-radial-gradient(center, ellipse cover, rgba(255,206,189,1) 0%, rgba(255,206,189,1) 30%, rgba(250,155,155,1) 61%, rgba(255,83,31,1) 100%);
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,206,189,1)), color-stop(30%, rgba(255,206,189,1)), color-stop(61%, rgba(250,155,155,1)), color-stop(100%, rgba(255,83,31,1)));
		background: -webkit-radial-gradient(center, ellipse cover, rgba(255,206,189,1) 0%, rgba(255,206,189,1) 30%, rgba(250,155,155,1) 61%, rgba(255,83,31,1) 100%);
		background: -o-radial-gradient(center, ellipse cover, rgba(255,206,189,1) 0%, rgba(255,206,189,1) 30%, rgba(250,155,155,1) 61%, rgba(255,83,31,1) 100%);
		background: -ms-radial-gradient(center, ellipse cover, rgba(255,206,189,1) 0%, rgba(255,206,189,1) 30%, rgba(250,155,155,1) 61%, rgba(255,83,31,1) 100%);
		background: radial-gradient(ellipse at center, rgba(255,206,189,1) 0%, rgba(255,206,189,1) 30%, rgba(250,155,155,1) 61%, rgba(255,83,31,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcebd', endColorstr='#ff531f', GradientType=1 );
	}


	.red:hover {
		border: 1px solid #c75964;
		background-image: -moz-linear-gradient(#f6677b, #f997b0);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f997b0), to(#f6677b));
		background-image: -webkit-linear-gradient(#f6677b, #f997b0);
		background-image: -o-linear-gradient(#f6677b, #f997b0);
		background-color: #f997b0;
	}
	.red:active {border: 1px solid #ab3e4b;}

	/* The styles for the blue button */
	.blue {
		color: #41788c;
		border: 1px solid #6fb1c7;
		background-image: -moz-linear-gradient(#aae5f7, #58b9db);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#58b9db), to(#aae5f7));
		background-image: -webkit-linear-gradient(#aae5f7, #58b9db);
		background-image: -o-linear-gradient(#aae5f7, #58b9db);
		text-shadow: 1px 1px 1px #bfeafb;
		background-color: #73d0f1;
	}

	.blueliga {
		border: 1px solid #aaa;
		color: #333;
		text-shadow: 0 1px 0 #fff;
		background: rgba(240,250,255,1);
		background: -moz-linear-gradient(top, rgba(240,250,255,1) 0%, rgba(168,225,255,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,250,255,1)), color-stop(100%, rgba(168,225,255,1)));
		background: -webkit-linear-gradient(top, rgba(240,250,255,1) 0%, rgba(168,225,255,1) 100%);
		background: -o-linear-gradient(top, rgba(240,250,255,1) 0%, rgba(168,225,255,1) 100%);
		background: -ms-linear-gradient(top, rgba(240,250,255,1) 0%, rgba(168,225,255,1) 100%);
		background: linear-gradient(to bottom, rgba(240,250,255,1) 0%, rgba(168,225,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0faff', endColorstr='#a8e1ff', GradientType=0 );
	}

	.redliga {
		border: 1px solid #900;
		color: #333;
		text-shadow: 0 1px 0 #fff;
		background: rgba(255,242,242,1);
		background: -moz-linear-gradient(top, rgba(255,242,242,1) 0%, rgba(255,168,168,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,242,242,1)), color-stop(100%, rgba(255,168,168,1)));
		background: -webkit-linear-gradient(top, rgba(255,242,242,1) 0%, rgba(255,168,168,1) 100%);
		background: -o-linear-gradient(top, rgba(255,242,242,1) 0%, rgba(255,168,168,1) 100%);
		background: -ms-linear-gradient(top, rgba(255,242,242,1) 0%, rgba(255,168,168,1) 100%);
		background: linear-gradient(to bottom, rgba(255,242,242,1) 0%, rgba(255,168,168,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2f2', endColorstr='#ffa8a8', GradientType=0 );
	}


	.bluegradient {
		color: #000;
		border: 1px solid #6fb1c7;
		background: rgba(202,231,242,1);
		background: -moz-radial-gradient(center, ellipse cover, rgba(202,231,242,1) 0%, rgba(202,231,242,1) 30%, rgba(210,234,244,1) 61%, rgba(55,189,230,1) 100%);
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(202,231,242,1)), color-stop(30%, rgba(202,231,242,1)), color-stop(61%, rgba(210,234,244,1)), color-stop(100%, rgba(55,189,230,1)));
		background: -webkit-radial-gradient(center, ellipse cover, rgba(202,231,242,1) 0%, rgba(202,231,242,1) 30%, rgba(210,234,244,1) 61%, rgba(55,189,230,1) 100%);
		background: -o-radial-gradient(center, ellipse cover, rgba(202,231,242,1) 0%, rgba(202,231,242,1) 30%, rgba(210,234,244,1) 61%, rgba(55,189,230,1) 100%);
		background: -ms-radial-gradient(center, ellipse cover, rgba(202,231,242,1) 0%, rgba(202,231,242,1) 30%, rgba(210,234,244,1) 61%, rgba(55,189,230,1) 100%);
		background: radial-gradient(ellipse at center, rgba(202,231,242,1) 0%, rgba(202,231,242,1) 30%, rgba(210,234,244,1) 61%, rgba(55,189,230,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cae7f2', endColorstr='#37bde6', GradientType=1 );
	}


	.blue:hover {
		border: 1px solid #4690ad;
		background-image: -moz-linear-gradient(#73d0f1, #aae5f7);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#aae5f7), to(#73d0f1));
		background-image: -webkit-linear-gradient(#73d0f1, #aae5f7);
		background-image: -o-linear-gradient(#73d0f1, #aae5f7);
		background-color: #aae5f7;
	}
	.blue:active {border: 1px solid #3b778b;}

	/* The styles for the MediaDia button */
	.mediodia {
		color: #FFFFFF;
		border: 1px solid #414142;
		background-image: -moz-linear-gradient(#0f75bd, #244396);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#244396), to(#0f75bd));
		background-image: -webkit-linear-gradient(#0f75bd, #244396);
		background-image: -o-linear-gradient(#0f75bd, #244396);
		text-shadow: 1px 1px 1px #414142;
		background-color: #73d0f1;
	}

	.mediodia:hover {
		border: 1px solid #414142;
		background-image: -moz-linear-gradient(#244396, #0f75bd);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0f75bd), to(#244396));
		background-image: -webkit-linear-gradient(#244396, #0f75bd);
		background-image: -o-linear-gradient(#244396, #0f75bd);
		background-color: #e5ef83;
	}
	.mediodia:active {border: 1px solid #414142;}

	/* The styles for the MediaDia button */
	.tarde {
		color: #FFFFFF;
		border: 1px solid #414142;
		background-image: -moz-linear-gradient(#2068b0, #244396);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#244396), to(#2068b0));
		background-image: -webkit-linear-gradient(#2068b0, #244396);
		background-image: -o-linear-gradient(#2068b0, #244396);
		text-shadow: 1px 1px 1px #414142;
		background-color: #73d0f1;
	}

	.tarde:hover {
		border: 1px solid #414142;
		background-image: -moz-linear-gradient(#244396, #2068b0);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2068b0), to(#244396));
		background-image: -webkit-linear-gradient(#244396, #2068b0);
		background-image: -o-linear-gradient(#244396, #2068b0);
		background-color: #e5ef83;
	}
	.tarde:active {border: 1px solid #414142;}

	/* The styles for the MediaDia button */
	.noche {
		color: #FFFFFF;
		border: 1px solid #414142;
		background-image: -moz-linear-gradient(#215aa7, #244396);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#244396), to(#215aa7));
		background-image: -webkit-linear-gradient(#215aa7, #244396);
		background-image: -o-linear-gradient(#215aa7, #244396);
		text-shadow: 1px 1px 1px #414142;
		background-color: #73d0f1;
	}

	.noche:hover {
		border: 1px solid #414142;
		background-image: -moz-linear-gradient(#244396, #215aa7);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#215aa7), to(#244396));
		background-image: -webkit-linear-gradient(#244396, #215aa7);
		background-image: -o-linear-gradient(#244396, #215aa7);
		background-color: #e5ef83;
	}
	.noche:active {border: 1px solid #414142;}

	/* The styles for the green button */
	.green {
		color: #5a742d;
		border: 1px solid #95b959;
		background-image: -moz-linear-gradient(#cae387, #a5cb5e);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a5cb5e), to(#cae387));
		background-image: -webkit-linear-gradient(#cae387, #a5cb5e);
		background-image: -o-linear-gradient(#cae387, #a5cb5e);
		text-shadow: 1px 1px 1px #dff4bc;
		background-color: #a5cb5e;
	}
	.green:hover {
		border: 1px solid #687e30;
		background-image: -moz-linear-gradient(#a5cb5e, #cae387);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cae387), to(#a5cb5e));
		background-image: -webkit-linear-gradient(#a5cb5e, #cae387);
		background-image: -o-linear-gradient(#a5cb5e, #cae387);
		background-color: #cae387;
	}
	.green:active {border: 1px solid #506320; width:auto; height:auto;}

	/* The styles for the black button */
	.black {
		color: #FFFFFF;
		border: 1px solid #4d4d4d;
		background-image: -moz-linear-gradient(#fbab63, #f79238);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f79238), to(#fbab63));
		background-image: -webkit-linear-gradient(#fbab63, #f79238);
		background-image: -o-linear-gradient(#fbab63, #f79238);
		text-shadow: 1px 1px 1px #414142;
		background-color: #454545;
	}
	.black:hover {
		border: 1px solid #363636;
		background-image: -moz-linear-gradient(#f79238, #fbab63);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbab63), to(#f79238));
		background-image: -webkit-linear-gradient(#f79238, #fbab63);
		background-image: -o-linear-gradient(#f79238, #fbab63);
		background-color: #656565;
	}
	.black:active {border: 1px solid #000;}

	/* The styles for the black button */
	.black1 {
		color: #FFFFFF;
		border: 1px solid #4d4d4d;
		background-image: -moz-linear-gradient(#fbab63, #f79238);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f79238), to(#fbab63));
		background-image: -webkit-linear-gradient(#fbab63, #f79238);
		background-image: -o-linear-gradient(#fbab63, #f79238);
		text-shadow: 1px 1px 1px #414142;
		background-color: #454545;
	}
	.black1:hover {
		border: 1px solid #363636;
		background-image: -moz-linear-gradient(#f79238, #fbab63);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fbab63), to(#f79238));
		background-image: -webkit-linear-gradient(#f79238, #fbab63);
		background-image: -o-linear-gradient(#f79238, #fbab63);
		background-color: #656565;
	}
	.black1:active {border: 1px solid #000;}

	/* The styles for the yellow button */
	.yellow {
		color: #986a39;
		border: 1px solid #e6b650;
		background-image: -moz-linear-gradient(#ffd974, #febf4d);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#febf4d), to(#ffd974));
		background-image: -webkit-linear-gradient(#ffd974, #febf4d);
		background-image: -o-linear-gradient(#ffd974, #febf4d);
		text-shadow: 1px 1px 1px #fbe5ac;
		background-color: #febf4d;
	}
	.yellow:hover {
		border: 1px solid #c1913d;
		background-image: -moz-linear-gradient(#febf4d, #ffd974);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffd974), to(#febf4d));
		background-image: -webkit-linear-gradient(#febf4d, #ffd974);
		background-image: -o-linear-gradient(#febf4d, #ffd974);
		background-color: #ffd974;
	}
	.yellow:active {border: 1px solid #936b26;}

/* The styles for the purple button */
.purple {
	color: #7e5d7c;
	border: 1px solid #cd93c6;
	background-image: -moz-linear-gradient(#e9c4e3, #d798d1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d798d1), to(#e9c4e3));
	background-image: -webkit-linear-gradient(#e9c4e3, #d798d1);
	background-image: -o-linear-gradient(#e9c4e3, #d798d1);
	text-shadow: 1px 1px 1px #f1ceef;
	background-color: #d798d1;
}
.purple:hover {
	border: 1px solid #886382;
	background-image: -moz-linear-gradient(#d798d1, #e9c4e3);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e9c4e3), to(#d798d1));
	background-image: -webkit-linear-gradient(#d798d1, #e9c4e3);
	background-image: -o-linear-gradient(#d798d1, #e9c4e3);
	background-color: #e9c4e3;
}
.purple:active {border: 1px solid #6a4664;}

/* The styles for the purple button */
.pink {
	color: 62145d;
	border: 1px solid #f08ce0;
	background-image: -moz-linear-gradient(#f770ea, #d84aca);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d84aca), to(#f770ea));
	background-image: -webkit-linear-gradient(#f770ea, #d84aca);
	background-image: -o-linear-gradient(#f770ea, #d84aca);
	text-shadow: 1px 1px 1px #f1ceef;
	background-color: #d84aca;
}
.pink:hover {
	border: 1px solid #f08ce0;
	background-image: -moz-linear-gradient(#d84aca, #f770ea);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f770ea), to(#d84aca));
	background-image: -webkit-linear-gradient(#d84aca, #f770ea);
	background-image: -o-linear-gradient(#d84aca, #f770ea);
	background-color: #f770ea;
}
.pink:active {border: 1px solid #bd51ab;}

	/* The styles for the greyblue button */
	.gblue {
		color: #57646d;
		border: 1px solid #929ba2;
		background-image: -moz-linear-gradient(#bbcbd8, #8ea5b5);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8ea5b5), to(#bbcbd8));
		background-image: -webkit-linear-gradient(#bbcbd8, #8ea5b5);
		background-image: -o-linear-gradient(#bbcbd8, #8ea5b5);
		text-shadow: 1px 1px 1px #c6d4df;
		background-color: #8ea5b5;
	}
	.gblue:hover {
		border: 1px solid #656f78;
		background-image: -moz-linear-gradient(#8ea5b5, #bbcbd8);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbcbd8), to(#8ea5b5));
		background-image: -webkit-linear-gradient(#8ea5b5, #bbcbd8);
		background-image: -o-linear-gradient(#8ea5b5, #bbcbd8);
		background-color: #bbcbd8;
	}
	.gblue:active {border: 1px solid #434f5a;}


	/*//////////////////////////////////////////////////////////////////////////////////////*/
	/*---------------------------Regular Image Slider---------------------------------------*/
	/*//////////////////////////////////////////////////////////////////////////////////////*/
	/*//////////////////////////////////////////////////////////////////////////////////////*/
	/*---------------------------Regular Image Slider---------------------------------------*/
	/*//////////////////////////////////////////////////////////////////////////////////////*/

	.slider-fix{
		margin-top:70px;
		margin-left:20px;
		margin-right:20px;
		max-width:100%;
		min-width:20%;
		display:block;
		overflow:hidden!important;
	}

	.swipe {
		overflow: hidden;
		visibility: hidden;
		position: relative;
		margin-bottom:18px;
	}

	.swipe-wrap {
		overflow: hidden;
		position: relative;
	}

	.wrap {
		float:left;
		overflow:hidden!important;
		position: relative;
	}

	.swipe-image{
		border-left:solid 1px rgba(0,0,0,0.2);
		border-right:solid 1px rgba(0,0,0,0.2);
		border-top:solid 1px rgba(0,0,0,0.2);
		border-bottom:solid 1px rgba(0,0,0,0.2);
		background-color:#FFFFFF;
		padding:3px;

		width:100%;
		display:block;
		overflow:hidden;
	}

	.swipe-text{
		font-size:10px;
		text-transform:uppercase;
		background-color:rgba(0,0,0,0.8);
		margin-left:4px;
		margin-right:4px;
		color:#FFFFFF;
		margin-top:-32px;
		text-align:center;
		max-width:100%;
		display:block;
		overflow:hidden;
		padding-top:5px;
		padding-bottom:5px;
	}

	#position {
		text-align:center;
		list-style:none;
		margin:0;
		padding:0;
	}

	#position li {
		z-index:999;
		display:inline-block;
		width:12px;
		height:12px;
		border-radius:10px;
		background:#141414;
		cursor:pointer;
		margin:0 7px;
		-webkit-tap-highlight-color: none;
	}

	#position li.on {
		z-index:999;
		background-color:#e34e47;
		-webkit-tap-highlight-color: none;
	}

	.next-but-swipe{
		width:30px;
		text-align:center;
		font-size:11px;
		font-family:'Lato', sans-serif;
		color:#5a5a5a;
		font-weight:800;
		margin-top:-17px;
		text-shadow:0px 1px 0px #FFFFFF;
		-webkit-tap-highlight-color: none;
	}

	.prev-but-swipe{
		width:30px;
		float:right;
		font-size:11px;
		font-family:'Lato', sans-serif;
		color:#5a5a5a;
		font-weight:800;
		margin-top:-17px;
		text-shadow:0px 1px 0px #FFFFFF;
		-webkit-tap-highlight-color: none;
	}





	/*///////////////////////////////*/
	/*------Mobile Detectors---------*/
	/*///////////////////////////////*/
	.device-detected{
		background-position:-5px -5px;
		background-repeat:no-repeat;
	}

	.device-detected strong{
		padding-left:45px;
		padding-right:10px;
		font-size:14px;
		font-weight:600;
	}

	.device-detected u{
		text-decoration:none;
		padding-left:45px;
		padding-right:10px;
	}



	/*//////////////////////////////////////////////////////////////*/
	/*------------------Classic Notifications-----------------------*/
	/*//////////////////////////////////////////////////////////////*/
	.small-notification{	margin-bottom:20px;	}
	.small-notification p{	margin: 10px 13px; padding-bottom:2px; line-height:18px;	}


	.green-notification{	background-color: rgba(60, 167, 48, 0.3);	border-radius:5px;	border:solid 1px #3ca730;}
	.green-notification a{	padding: 8px 10px;	font-size:10px;	color:#060;	float:right;}

	.red-notification{		background-color: rgba(219, 84, 84, 0.5);	border-radius:5px;	border:solid 1px #c24747;}
	.red-notification a{	padding: 8px 10px;	font-size:10px;	color:#C00;	float:right;}

	.blue-notification{		background-color: rgba(100, 155, 174, 0.5);	border-radius:5px;	border:solid 1px #649bae;}
	.blue-notification a{	padding: 8px 10px;	font-size:10px;	color:#039;	float:right;}

	.yellow-notification{		background-color: rgba(255, 210, 1, 0.5);	border-radius:5px;	border:solid 1px #cda51b;}
	.yellow-notification a{		padding: 8px 10px;	font-size:10px;	color:#cda51b;	float:right;}



	/*//////////////////////////////////////////////////////////////*/
	/*--------------------------Contact Form------------------------*/
	/*//////////////////////////////////////////////////////////////*/

	/*Sidebar Form*/

	input {
		-webkit-appearance: none;
		border-radius: 0;
	}

	textarea {
		-webkit-appearance: none;
		border-radius: 0;
	}



	/*Form Styles*/

	.contactSubmitButton{
		display:block!important;
		height:36px!important;
		margin-right:4px;
		float:left;
		margin-bottom:20px;
	}

	.contact-form{
		margin-bottom:20px;
	}

	.contactNameField{
		padding-bottom:5px;	
		font-size:12px;
	}

	.contactNameField span{
		float:right;
		opacity:0.2;
	}

	.contactEmailField{
		padding-bottom:5px;
		font-size:12px;
	}

	.contactEmailField span{
		float:right;
		opacity:0.2;
	}

	.contactMessageTextarea{
		padding-bottom:5px;
		font-size:12px;
	}

	.contactMessageTextarea span{
		float:right;
		opacity:0.2;
	}


	/*Field Styles*/
	#contactNameField{
		text-transform:capitalize;
	}

	.contactField{
		min-width:100%;	
		display:block;
		box-sizing:border-box;
	}

	.contactTextarea{
		min-width:100%;
		display:block;
		box-sizing:border-box;
	}

	.buttonWrap{
		padding:10px!important;
		min-width:43%;
		display:inline-block;
	}

	.formSubmitButtonErrorsWrap a{
		width:25%;
		text-align:center;
		padding:8px 10px!important;
	}


	.formValidationError .red-notification p{
		background-image:none!important;
		display:block!important;
		padding-left:0px!important;
		text-align:center!important;
	}

	.contactField{
		height:30px;
		padding-left:10px;
		padding-right:10px;
		margin-bottom:10px;
	}

	.contactTextarea{
		margin-bottom: 20px;
		padding-left: 12px;
		padding-right: 12px;
		padding-top: 9px;
		padding-bottom: 9px;
		line-height: 18px;
		height: 90px;
	}

	/*/////////////////////////////////////////////////////////////*/
	/*---------------------SIGN IN FORMS---------------------------*/
	/*/////////////////////////////////////////////////////////////*/

	.sign-in-form .decoration{
		margin-left:20px;
		margin-right:20px;
		margin-bottom:10px;
	}

	.sign-in-fields{
		padding-left:20px;
		padding-right:20px;
		margin-bottom:20px;
	}

	.sign-in-fields .checker{
		margin-top:15px;
	}

	.sign-in-form h4{
		text-align:center;
		padding-top:20px;
		text-transform:uppercase;	
	}

	.sign-in-form strong{
		text-align:center;
		font-size:12px;
		display:block;
		font-weight:400;
		margin-bottom:10px;
	}

	.sign-in-fields em{
		font-size:12px;
		font-style:normal;
		padding-right:0px;
		display:block;
		margin-bottom:10px;
		padding-top:10px;
	}


	/*//////////////////////*/
	/*------Colorobox-------*/
	/*//////////////////////*/
	#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
	#cboxOverlay{position:fixed; width:100%; height:100%;}
	#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
	#cboxContent{position:relative;}
	#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
	#cboxTitle{margin:0;}
	#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
	#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
	.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
	.cboxIframe{width:100%; height:100%; display:block; border:0;}
	#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

	#cboxOverlay{background:#000;}
	#colorbox{}
	#cboxContent{margin-top:20px;}
	.cboxIframe{background:#fff;}
	#cboxError{padding:50px; border:1px solid #ccc;}
	#cboxLoadedContent{border:5px solid #000; background:#fff;}
	#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
	#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
	#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
	#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../images/colorbox/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
	#cboxPrevious:hover{background-position:bottom left;}
	#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../images/colorbox/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
	#cboxNext:hover{background-position:bottom right;}
	#cboxLoadingOverlay{background:#000;}
	#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
	#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../images/colorbox/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
	#cboxClose:hover{background-position:bottom center;}



	/*//////////////////////////////////////////////////////////////*/
	/*--------------------------Image Gallery-----------------------*/
	/*//////////////////////////////////////////////////////////////*/
	#gallery{
		margin-bottom:10px;
	}

	#gallery .image-decoration{
		margin-bottom:0px;
	}

	.gallery {  padding: 0; margin: 0; }
	.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
	.gallery li { list-style: none!important; float: left; width: 33.33333333%; }
	.gallery li a { display: block; margin: 5px;}
	.gallery li img { display: block; width: 100%; height: auto; }


	/* For inline examples only */
	#PhotoSwipeTarget { width: 100%; height: 200px; }
	#Indicators { text-align: center; margin-top: 20px; }
	#Indicators span { display: inline-block; height: 10px; width: 10px; margin: 0 10px 0 0; padding: 0; -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; border-radius:5px; background: #c5c5c5; overflow:hidden; }
	#Indicators span.current{ background: #EEBF02; }


	body.ps-active, body.ps-building, div.ps-active, div.ps-building{	background: #000;	overflow: hidden;}
	body.ps-active *, div.ps-active *{ 	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 	display: none;}
	body.ps-active *:focus, div.ps-active *:focus { 	outline: 0; }
	div.ps-document-overlay {		background: #000;}
	div.ps-uilayer { 				background: #000;	cursor: pointer;}

	div.ps-zoom-pan-rotate{			background: #000;}
	div.ps-zoom-pan-rotate *  { 	display: block; }
	div.ps-carousel-item-loading { 	background: url(../images/gallery/loader.gif) no-repeat center center; }
	div.ps-carousel-item-error { 	background: url(../images/gallery/error.gif) no-repeat center center; }

	div.ps-caption{ 
		background: #000000;
		background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
		border-bottom: 1px solid #42403f;
		color: #ffffff;
		font-size: 13px;
		font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
		text-align: center;
	}
	div.ps-caption *  { display: inline; }

	div.ps-caption-bottom{ 
		border-top: 1px solid #42403f;
		border-bottom: none;
		min-height: 44px;
	}

	div.ps-caption-content{
		padding: 13px;
		display: block;
	}


	/* Toolbar */
	div.ps-toolbar{ 
		background: #000000;
		background: -moz-linear-gradient(top, #303130 0%, #000101 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#303130), color-stop(100%,#000101));
		border-top: 1px solid #42403f;
		color: #ffffff;
		font-size: 13px;
		font-family: "Lucida Grande", Helvetica, Arial,Verdana, sans-serif;
		text-align: center;
		height: 44px;
		display: table;
		table-layout: fixed;
	}
	div.ps-toolbar * { 	display: block;}
	div.ps-toolbar-top {
		border-bottom: 1px solid #42403f;
		border-top: none;
	}

	div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play{
		cursor: pointer;
		display: table-cell;
	}

	div.ps-toolbar div div.ps-toolbar-content{
		width: 44px;
		height: 44px;
		margin: 0 auto 0;
		background-image: url(../images/gallery/icons.png);
		background-repeat: no-repeat;
	}

	div.ps-toolbar-close div.ps-toolbar-content{
		background-position: 0 0;
	}

	div.ps-toolbar-previous div.ps-toolbar-content{
		background-position: -44px 0;
	}

	div.ps-toolbar-previous-disabled div.ps-toolbar-content{
		background-position: -44px -44px;
	}

	div.ps-toolbar-next div.ps-toolbar-content{
		background-position: -132px 0;
	}

	div.ps-toolbar-next-disabled div.ps-toolbar-content{
		background-position: -132px -44px;
	}

	div.ps-toolbar-play div.ps-toolbar-content{
		background-position: -88px 0;
	}

	/* Hi-res display */
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		   only screen and (-moz-min-device-pixel-ratio: 1.5),
		   only screen and (min-resolution: 240dpi)
	{
		div.ps-toolbar div div.ps-toolbar-content
		{
			-moz-background-size: 176px 88px;
			-o-background-size: 176px 88px;
			-webkit-background-size: 176px 88px;
			background-size: 176px 88px;
			background-image: url(../images/gallery/icons@2x.png);
		}
	}




	/*/////////////////*/
	/*Filtrable Gallery*/
	/*/////////////////*/
	#gallery-filtralbe { padding: 0; margin-left:0px; }
	#gallery-filtralbe:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
	#gallery-filtralbe li { list-style:none!important; float: left; width: 33.33333333%; }
	#gallery-filtralbe li a { display: block; margin: 5px; border: 1px solid #3c3c3c; }
	#gallery-filtralbe li img { display: block; width: 100%; height: auto; }


	/*Portfolio One Item*/
	.portfolio-item-full-width h6{
		margin-bottom:5px;
	}

	.portfolio-item-full-width a img{
		padding-bottom:5px;
	}

	.portfolio-item-full-width a{
		background-color:#FFFFFF;
		padding:5px;
		border:solid 1px #cacaca;
		font-size:10px;
		color:#333;
		text-align:center;
		line-height:18px;
		text-transform:uppercase;
		margin-bottom:10px;
	}

	.portfolio-item-thumb h4{
		margin-bottom:10px;
	}

	.portfolio-item-thumb a img{
		padding-bottom:5px;
	}

	.portfolio-item-thumb a{
		background-color:#FFFFFF;
		padding:5px;
		border:solid 1px #cacaca;
		color:#333;
		text-align:center;
		font-size:10px;
		line-height:18px;
		margin-bottom:10px;
		text-transform:uppercase;
	}


	/*/////////////////////////*/
	/*---------Maps------------*/
	/*/////////////////////////*/
	.maps-container{
		display:block!important;
		border:solid 1px #cacaca;
		background-color:#FFFFFF;
		padding:5px;	
		height:160px;
		box-sizing:border-box;
	}

	.maps{
		display:block!important;
		width:100%;
		height:100%;
	}


	/*/////////////////////////////////////////////////////////////*/
	/*----------------------------Charts---------------------------*/
	/*/////////////////////////////////////////////////////////////*/
	.visitor-stats-vertical{
		width:280px;
		margin:auto;
	}

	.stat-vertical-background{
		float:left;
		margin-right:10px;
		margin-left:10px;
		background-color:#eaeaea;
		height:150px;
		display:block;
		width:15px;
		margin-bottom:40px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
		box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
	}

	.percent-vertical{
		position:absolute;
		width:11px;
		display:block;
		margin-left:2px;
		border-radius:10px;
	}

	.vertical-stat-number{
		font-size:10px;
		text-transform:uppercase;
		position:absolute;
		margin-top:156px;
		margin-left:3px;
	}

	.vp100{height:145px; margin-top:3px;}
	.vp90{height:137px; margin-top:11px;}
	.vp80{height:122px; margin-top:26px;}
	.vp70{height:107px; margin-top:41px;}
	.vp60{height:92px; margin-top:56px;}
	.vp50{height:77px; margin-top:71px;}
	.vp40{height:62px; margin-top:86px;}
	.vp30{height:47px; margin-top:101px;}
	.vp20{height:32px; margin-top:116px;}
	.vp10{height:17px; margin-top:131px;}

	/*Visitor Statistics*/

	.stat-left{ color:#959595;	font-size:10px; margin-bottom:5px; float:left;}
	.stat-right{color:#959595;	font-size:10px; margin-bottom:5px; float:right;}

	.increase{color:#95ab24; font-weight:normal; padding-left:10px;}
	.decrease{color:#f61636; font-weight:normal; padding-left:10px;}

	.stat-background{
		background-color:#eaeaea;
		height:15px;
		display:block;
		margin-bottom:20px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
		box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.3);
	}

	.stat-cleaner{
		display:block;
		width:100%;
		height:2px;
	}

	.percent{
		border-radius:10px;
		position:relative;
		height:11px;
		display:block;
		margin-left:2px;
	}

	.p100{width:98%;}
	.p90{width:88%;}
	.p80{width:78%;}
	.p70{width:68%;}
	.p60{width:58%;}
	.p50{width:48%;}
	.p40{width:38%;}
	.p30{width:28%;}
	.p20{width:18%;}
	.p10{width:8%;}



	/*/////////////////////////////////////////////////////////////*/
	/*---------------------SLIDING DOORS---------------------------*/
	/*/////////////////////////////////////////////////////////////*/
	.sliding-door{
		background-color:#FFFFFF;
		border:solid 1px #cacaca;
		height:40px;
		line-height:39px;
	}

	.sliding-door-clear{
		height:20px;
		display:block;
		width:100%;
	}


	.sliding-door-top{
		position:absolute;
		background-color:#FFFFFF;
		display:block;
		width:101%;
		height:inherit;
		line-height:inherit;
		padding-top:3px;
		z-index:10;
		font-size:12px;
		padding-top:0px;
		padding-left:0px;
		padding-right:15px;
		padding-bottom:0px;
		border-left:solid 1px #cacaca;
		margin-left:-1px;
	}

	.sliding-door-top a{
		color:#333;
		text-transform:uppercase;
		background-position:0 13px;
	}


	.sliding-door-bottom{
		position:absolute;
		background-color:#fefefe;
		display:block;
		width:100%;
		height:inherit;
		line-height:inherit;f
		padding-top:3px;
		font-size:12px;
		padding-left:0px;
		padding-right:20px;
		padding-top:0px;
		padding-bottom:0px;
		-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
		box-shadow: 		inset 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
	}


	.sliding-door-bottom a{
		color:#333;
		width:98%;
	}

	.sliding-door-bottom a strong{
		padding-right:10px;
		font-weight:normal;
		text-transform:uppercase;
	}

	.sliding-door-bottom a em{
		background-image:url(../images/ui/minus.png);
		background-repeat:no-repeat;
		background-position:13px 13px;
		margin-right:20px;
		display:inline-block;
		float:left;
		width:40px;
		height:40px;
	}


	.sliding-door-top a em{
		background-image:url(../images/ui/plus.png);
		background-repeat:no-repeat;
		background-position:13px 13px;
		margin-right:20px;
		display:inline-block;
		float:left;
		width:40px;
		height:40px;
	}


	/*/////////////////////////////////////////////////////////////*/
	/*---------------------DROPDOWN MENU---------------------------*/
	/*/////////////////////////////////////////////////////////////*/


	.dropdown-menu{
		margin-bottom:20px;
	}

	.dropdown-deploy{
		font-size:12px;
		height:40px;
		line-height:39px;
		padding-left:20px;
	}

	.dropdown-deploy em{
		width:40px;
		height:40px;
		background-image:url(../images/ui/arrow-down.png);
		background-repeat:no-repeat;
		background-position:11px 15px;
	}

	.left-dropdown{
		float:left;
		margin-right:20px;
		margin-left:-20px;
	}

	.right-dropdown{float:right;}


	.dropdown-hidden{
		font-size:12px;
		height:40px;
		line-height:39px;
		padding-left:20px;
	}

	.dropdown-hidden em{
		width:40px;
		height:40px;
		background-image:url(../images/ui/arrow-up.png);
		background-repeat:no-repeat;
		background-position:11px 15px;
	}

	.dropdown-bottom-border{
		height:1px;
		width:100%;
		background-color:#cacaca;
	}

	.dropdown-item{
		font-size:12px;
		padding-left:20px;
		padding-right:20px;
		padding-top:10px;
		padding-bottom:10px;
	}

	/*/////////////////////////////////////////////////////////////*/
	/*---------------------SPEACH BUBBLE---------------------------*/
	/*/////////////////////////////////////////////////////////////*/

	.speach-left{
		float:left;
		display:inline;
		text-align:left;
		font-size:12px;
		padding-left:10px;
		padding-right:10px;
		padding-top:5px;
		padding-bottom:5px;
		border-radius:5px;
	}

	.speach-left-title{
		display:block;
		width:100%;
		font-size:10px;
		font-style:normal;
		padding-left:5px;
	}

	.speach-right{
		float:right;
		text-align:right;
		text-align:left;
		max-width:75%;
		font-size:12px;
		padding-left:10px;
		padding-right:10px;
		padding-top:5px;
		padding-bottom:5px;
		border-radius:5px;
	}

	.speach-right-title{
		text-align:right;
		display:block;
		font-size:10px;
		font-style:normal;
		padding-right:5px;
	}


	/*Modal Form*/


	.modalForm{

	}

		#name_label{
			display:none;
		}

		#left_label_name{
			display:none;
		}

		#contactName{
			display:none;
		}

	.text-input{
		font-family:'Open Sans', sans-serif;
		font-size:11px;
		color:#666;
		width:230px;
		margin-left:20px;
		height:30px;
		padding-left:10px;
		padding-right:10px;
		margin-bottom:10px;
		display:block;
		box-sizing:border-box;
		background-color:rgba(255,255,255,0.1);
		border:solid 1px #3d3d3d;
	}

	#name_label{
		margin-top:20px;
		margin-left:20px;
		font-family:'Lato', sans-serif;
		font-size:12px;
		color:#c5c5c5;
	}

	#contactName{
		margin-bottom:10px;
	}

	#contactEmail{
		margin-bottom:-5px!important;
	}

	#email_label{
		margin-top:20px;
		margin-left:20px;
		font-family:'Lato', sans-serif;
		font-size:12px;
		color:#c5c5c5;
	}


	#left_label_name{
		text-align:left;
		margin-left:200px;
		font-size:11px;
		color:#8c8c8c;
		opacity:0.3;
		margin-top:-20px;
		padding-bottom:5px;
		margin-bottom:10px;
	}

	#left_label_mail{
		text-align:left;
		margin-left:200px;
		font-size:11px;
		color:#8c8c8c;
		opacity:0.3;
		font-family:'Open Sans', sans-serif;
		margin-top:-20px;
		padding-bottom:5px;
		margin-bottom:10px;
	}

	#contactMessage{display:none;}
	#messageError{display:none;}

	.contactButton{
		margin-left:20px;
		margin-top:30px;
		height:36px;
		font-family:'Lato', sans-serif;
		font-size:11px;
		font-weight:700;
		text-transform:uppercase;
		color:#FFFFFF;
		width:230px;
		background-color:rgba(255,255,255,0.1);
		border:solid 1px #3d3d3d;
	}


	/*Touch Features */

	.swipe-notification{
		-webkit-user-select: none;  /* Chrome all / Safari all */
		-moz-user-select: none;     /* Firefox all */
		-ms-user-select: none;      /* IE 10+ */
		-o-user-select: none;
		user-select: none;    
		cursor:pointer;
		background-color:#FFFFFF;
	}

	.white-box{
		background-color:#FFFFFF;
	}

	.swipe-notification{
		padding:20px;
		padding-bottom:0px;
	}

	.swipe-notification a strong{
		font-family:'Lato', sans-serif;
		color:#e34e47;
		font-weight:800;
		font-size:13px;
	}

	.swipe-notification a{
		color:#3b4043;
		font-size:11px;
		line-height:16px;	
		background-repeat:no-repeat;
		background-position:0px 5px;
		float:left;
		display:inline-block;
		width:100%;
		overflow:visible!important;
		margin-bottom:20px!important;
	}

	.swipe-button{
		display:none;
		float:right;
		width:0px;
		height:30px;
		text-align:center;
		background-color:#000000;
		color:#FFFFFF;
		font-size:10px;
		line-height:30px;
		text-transform:uppercase;
	}

	.swipe-tick-cross{
		padding:15px 20px;
	}

	.swipe-tick-cross a{
		font-family:'Open Sans', sans-serif;
		color:#5e5e5e;
		background-repeat:no-repeat;
		padding-left:35px;
		text-transform:uppercase;
		font-size:12px!important;
		background-position:0px 1px;
	}

	.swipe-null-box{
		background-image:url(../images/ui/empty.png);
	}

	.swipe-check-box{
		display:none;
		background-image:url(../images/ui/cross.png);
	}

	.swipe-tick-box{
		display:none;
		background-image:url(../images/ui/tick.png);
	}


	.white-notification{
		padding-top:20px;	
		padding-right:10px;
		padding-left:10px;
	}

	.white-notification a strong{
		color:#e34e47;
		font-weight:800;
		font-size:13px;
	}

	.white-notification a{
		height:28px;
		color:#3b4043;
		padding-left:40px;
		font-size:10px;
		line-height:14px;
		overflow:visible!important;
		font-family:'Lato', sans-serif;	
		background-repeat:no-repeat;
		display:block;
		width:100%;
		background-position:0px 5px;
	}

	.white-notification a em{
		font-family:'Lato', sans-serif;
		font-size:12px;
		color:#3b4043;
		font-weight:800;
		font-style:normal;
		float:right;
		margin-top:-8px;	
	}

	.white-information{	background-image:url(../images/notification/info.png);}
	.white-warning{		background-image:url(../images/notification/warning.png);}
	.white-question{	background-image:url(../images/notification/tip.png);}
	.white-disabled{	background-image:url(../images/notification/disable.png);}

	#gallery{
		margin-bottom:10px;
	}

	.gallery {  padding: 0; margin: 0; }
	.gallery:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
	.gallery li { list-style: none!important; float: left; width: 33.33333333%; }
	.gallery li a { display: block; margin: 5px;}
	.gallery li img { display: block; width: 100%; height: auto; }


	.swipebox {
	  overflow: hidden!important;
	}

	.swipebox div{
		overflow:visible!important;
	}



	#swipebox-overlay img {
	  border: none!important;
	}

	#swipebox-overlay {
	  width: 100%;
	  height: 100%;
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 99999!important;
	  overflow: hidden;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  user-select: none;
	}

	#swipebox-slider {
	  height: 100%;
	  left: 0;
	  top: 0;
	  width: 100%;
	  white-space: nowrap;
	  position: absolute;
	  display: none;
	}



	#swipebox-slider .slide {
	  background: url("../images/gallery/loader.gif") no-repeat center center;
	  height: 100%;
	  width: 100%;
	  line-height: 1px;
	  text-align: center;
	  display: inline-block;
	}

	#swipebox-slider .slide:before {
	  content: "";
	  display: inline-block;
	  height: 50%;
	  width: 1px;
	  margin-right: -1px;
	}

	#swipebox-slider .slide img {
	  display: inline-block;
	  max-height: 100%;
	  max-width: 100%;
	  margin: 0;
	  padding: 0;
	  width: auto;
	  height: auto;
	  vertical-align: middle;
	}

	#swipebox-action, #swipebox-caption {
	  position: absolute;
	  left: 0;
	  z-index: 999;
	  height: 50px;
	  width: 100%;
	}

	#swipebox-action {
	  bottom: -50px;
	}
	#swipebox-action.visible-bars {
	  bottom: 0;
	}

	#swipebox-action.force-visible-bars {
	  bottom: 0!important;
	}

	#swipebox-caption {
	  top: -50px;
	  text-align: center;
	}
	#swipebox-caption.visible-bars {
	  top: 0;
	}

	#swipebox-caption.force-visible-bars {
	  top: 0!important;
	}

	#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
	#swipebox-action #swipebox-close {
	  background-image: url("../images/gallery/icon3.png");
	  background-repeat: no-repeat;
	  border: none!important;
	  text-decoration: none!important;
	  cursor: pointer;
	  position: absolute;
	  width: 50px;
	  height: 50px;
	  top: 0;
	}

	#swipebox-action #swipebox-close {
	  background-position: 15px 12px;
	  left: 40px;
	}

	#swipebox-action #swipebox-prev {
	  background-position: -32px 13px;
	  right: 100px;
	}

	#swipebox-action #swipebox-next {
	  background-position: -78px 13px;
	  right: 40px;
	}

	#swipebox-action #swipebox-prev.disabled,
	#swipebox-action #swipebox-next.disabled {
	  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	  opacity: 0.3;
	}

	#swipebox-slider.rightSpring {
	  -moz-animation: rightSpring 0.3s;
	  -webkit-animation: rightSpring 0.3s;
	}

	#swipebox-slider.leftSpring {
	  -moz-animation: leftSpring 0.3s;
	  -webkit-animation: leftSpring 0.3s;
	}

	@-moz-keyframes rightSpring {
	  0% {
		margin-left: 0px;
	  }

	  50% {
		margin-left: -30px;
	  }

	  100% {
		margin-left: 0px;
	  }
	}

	@-moz-keyframes leftSpring {
	  0% {
		margin-left: 0px;
	  }

	  50% {
		margin-left: 30px;
	  }

	  100% {
		margin-left: 0px;
	  }
	}

	@-webkit-keyframes rightSpring {
	  0% {
		margin-left: 0px;
	  }

	  50% {
		margin-left: -30px;
	  }

	  100% {
		margin-left: 0px;
	  }
	}

	@-webkit-keyframes leftSpring {
	  0% {
		margin-left: 0px;
	  }

	  50% {
		margin-left: 30px;
	  }

	  100% {
		margin-left: 0px;
	  }
	}

	/* Skin 
	--------------------------*/
	#swipebox-overlay {
	  background: #0d0d0d;
	  opacity:0.99;
	}

	#swipebox-action, #swipebox-caption {
	  text-shadow: 1px 1px 1px black;
	  background-color: #0d0d0d;
	  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0d0d0d), color-stop(100%, #000000));
	  background-image: -webkit-linear-gradient(#0d0d0d, #000000);
	  background-image: -moz-linear-gradient(#0d0d0d, #000000);
	  background-image: -o-linear-gradient(#0d0d0d, #000000);
	  background-image: linear-gradient(#0d0d0d, #000000);
	  -webkit-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
	  -moz-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
	  box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
	  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
	  opacity: 0.95;
	}

	#swipebox-action {
	  -webkit-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
	  -moz-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
	  box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
	}

	#swipebox-caption {
	  color: white!important;
	  font-size: 15px;
	  line-height: 43px;
	  font-family: Helvetica, Arial, sans-serif;
	}
