
@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Roboto:300|Open+Sans+Condensed:400,700');

 /*jssor slider loading skin spin css*/
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 032 css*/
.jssorb032 {position:absolute;}
.jssorb032 .i {position:absolute;cursor:pointer;}
.jssorb032 .i .b {fill:#fff;fill-opacity:0.7;stroke:#000;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.25;}
.jssorb032 .i:hover .b {fill:#000;fill-opacity:.6;stroke:#fff;stroke-opacity:.35;}
.jssorb032 .iav .b {fill:#000;fill-opacity:1;stroke:#fff;stroke-opacity:.35;}
.jssorb032 .i.idn {opacity:.3;}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#333;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}



/*customised range
input[type="range"].range{
     cursor: pointer;
     width: 100px !important;
     -webkit-appearance: none;
     z-index: 200;
     width:60px;
     border: 1px solid #999;
     background-color: #e6e6e6;
     background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6e6e6), to(#d2d2d2));
     background-image: -webkit-linear-gradient(right, #e6e6e6, #d2d2d2);
     background-image: -moz-linear-gradient(right, #e6e6e6, #d2d2d2);
     background-image: -ms-linear-gradient(right, #e6e6e6, #d2d2d2);
     background-image: -o-linear-gradient(right, #e6e6e6, #d2d2d2);
}
*/ 

@font-face {
  font-family: 'led';
  src: url('/fonts/lcd2.ttf') format("truetype");
}

/*
input[type="range"][orient="vertical"]
{
    writing-mode: bt-lr; /* IE */
/*    -webkit-appearance: slider-vertical; /* WebKit */
 /*   width: 21px;
	text-align:center;
	vertical-align:middle;
    height: 200px;
    padding: 0 5px;
	background:transparent;
}

*/

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background-image:  linear-gradient(to bottom,#DADACA,#C0C0B0);
  border-radius: 1.3px;
  box-shadow: 1px 1px 1px #DDD, 0px 0px 1px #0d0d0d;
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  
  border-radius: 1.3px;
  border: 0.2px solid #010101; */
}

input[type="range"]:focus {
	border:none;
	box-shadow:none;
    outline:none;
}

/************ HOMEPAGE STYLES ***********/

div.homepage {
	font-family:Roboto;
}

div.section {
	padding-top:.5em;
	padding-bottom:.5em;
}




/************ LCD DISPLAY ***********/
div.display {
	font-family: 'led';
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-user-select: none; /* W3C */
	width: auto;
	margin: .1em;
	padding: 0.2em; 
	font-size: 1em;
	background-color: #333; 
	/*line-height: 1.1em; */
	/*
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#EAEADA',endColorstr='#B0B0A0'); /* IE6-9 */
	/*-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EAEADA', endColorstr='#B0B0A0'); /* for IE8 only */
	
	/*background-image: -webkit-linear-gradient(top,#EAEADA,#B0B0A0); /* For Chrome and Safari */
	/*background-image:    -moz-linear-gradient(to bottom,#EAEADA,#B0B0A0); /* For old Fx (3.6 to 15) */
	/*background-image:     -ms-linear-gradient(top,#EAEADA,#B0B0A0); /* For pre-releases of IE 10*/
	/*background-image:      -o-linear-gradient(top,#EAEADA,#B0B0A0); /* For old Opera (11.1 to 12.0) */ 
	/*background-image:         linear-gradient(to bottom,#EAEADA,#B0B0A0); /* CSS3 Standard syntax; must be last */
	
	border-color: #aaa #999999 #999999 #aaa;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);

	font-weight: 800;
	color: #00ccFF;
	text-align: center;
	text-decoration:none;
	vertical-align: middle;
	/* text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3); */
	cursor:pointer;
	
	
}

div.displaypad {
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-user-select: none; /* W3C */
	width: auto;
	margin: .1em;
	font-size: 2em;
	font-weight: 800;
	color: #00ccFF;
	text-align: center;
	vertical-align: middle;
}

div.displaypad.hl {
	color: #FFFF00;
}

div.displaypad.updown {
	color: #FFFF00;
	display:inline-block;
	font-size:4em;
	line-height:0;
}

div.displaypad.temp {
	display:inline-block;
}


div.jssorpad {
	position:relative;
	margin:0 auto;
	top:0px;left:0px;
	width:600px;
	height:200px;
	overflow:hidden;
	visibility:hidden;
}

div.jssorpad.slides {
	cursor:default;
	position:relative;
	top:0px;
	left:0px;
	width:600px;
	height:200px;
	overflow:hidden;
}


div.padcarouselimgdiv {
	position:absolute;
	left:0px;
	top:0px;
	width:260px;
	vertical-align:top;
}

img.padcarouselimg {
	max-height:160px; 
	max-width:260px;
}

div.padcarouseltitle {
	position:absolute;
	left:280px;
	top:0px;
	width:300px;
	height:24px;
	color:#edf1f2;
	font-size:24px;
	vertical-align:top;
}

div.padcarouseldesc {
	font-family:'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
	position:absolute;
	left:280px;
	top:46px;
	width:300px;
	color:#edf1f2;
	font-size:11px;
	vertical-align:top;
}

div.padcarouseltimes {
	font-family:'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
	position:absolute;
	left:280px;
	top:28px;
	width:300px;
	color:#edf1f2;
	font-size:12px
}

div.padcarousellink {
	font-family:'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
	position:absolute;
	left:280px;
	top:150px;
	width:200px;
	color:#edf1f2;
	font-size:12px
}

div.padcarouseldist {
	font-family:'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
	position:absolute;
	left:480px;
	top:150px;
	width:50px;
	color:#edf1f2;
	font-size:12px;
	text-align:right;
}

div.padsalutation {
	font-family:'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #eee;
	font-size:28px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom:20px;
}

div.paddate {
	font-family:'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif; 
	color: #eee;
	font-size:16px;
	font-weight: normal;
	/* font-style:italic; */
	line-height: 1.5;
}

div.padtime {
	font-family: 'led';
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-user-select: none; /* W3C */
	color: #00ccFF;
	font-size: 36px;
}

.padselect {
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-user-select: none; /* W3C */
	width: auto;
	margin: .1em;
	padding: 0px .4em 0px .4em;
	font-size: 1.3em;
	 background-color:#000;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;

	font-weight: 800;
	color: #00bbee;
	text-align: center;
	text-decoration:none;
	vertical-align: middle;
	cursor:pointer;
}


div.display.red {
	color: #FF0000; 
}

div.display.large {
	font-size: 1.8em; 
}

div.subnote {
	font-size: .8em; 
	height:1em;
	margin:0;padding:0;
}


.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}



html, button, input, select, label, textarea {
    color: #555;
    font-family: 'Open Sans Condensed','Helvetica Neue',Helvetica,Arial,sans-serif;
	border-radius: 0;
	vertical-align:middle;
}	

label {
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
	font-size: 1em;
}

.input, input, input[type="text"],input[type="number"],input[type="tel"],input[type="email"],input[type="time"],input[type="date"],input[type="password"],select {
	border:1px solid #aaa;
	background: #fafafa;
	height:1.45em;
}

textarea {
	 border: 1px solid #aaa;
}

select {
	background:#fafafa;
	height:1.6em;
}

.listable {
	font-size:1em;
	table-layout:auto;
}


html {
    font-size: 1em;
    line-height: 1.2;
}

body {
   /* background-color: #fff; */
}

*::-moz-selection {
    background: none repeat scroll 0 0 #b3d4fc;
    text-shadow: none;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #333 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    height: 1px;
    /* margin: 1em 0; */
    padding: 0;
}

audio, canvas, img, video {
    vertical-align: middle;
}

fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

img {
    max-width: 100%;
}






h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans Condensed','Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #555;
    font-weight: bold;
    line-height: 1.2;
    margin: 0.2em 0;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
}

h1.pad, h2.pad, h3.pad, h4.pad, h5.pad, h6.pad  {
	
	/*font-family: 'Open Sans Condensed','Helvetica Neue',Helvetica,Arial,sans-serif; */
	font-family:'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #eee;
	font-weight: normal;
	line-height: 1.2;
	margin: 0.2em 0;
	text-shadow: none;
}


h1.homepage, h2.homepage, h3.homepage, h4.homepage, h5.homepage  {
	font-family:Playfair Display; font-weight:300; color:#332
}


h1 {
    font-size: 1.8em;
    font-weight: bold;
}

.h1Select {
	font-size: 1.8em;
	font-weight: bold;
	border:none;
	vertical-align:top;
	padding-top:.1em;
	background:transparent;
}

.h1select:focus {
	border-color: none;
	box-shadow: none;
	outline: none;
}

h1.uppercase {
    font-weight: bold;
    text-transform: uppercase;
}


h2 {
    font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2;
}
h2.small {
    font-weight: normal;
    text-transform: none;
}


h3 {
    font-size: 1.5em;
    font-weight: bold;
    /*margin: 0.4em 0;*/
}


h4 {
    font-size: 1.2em;
	font-weight: bold;
}



h5 {
    font-size: 1.025em;
	 font-weight: bold;
}
h5.uppercase {
    font-size: 1.025em;
    text-transform: uppercase;
	 font-weight: bold;
}


h6 {
    font-size: 1.125em;
	 font-weight: bold;
}
p {
    margin: 0 0 1.2em;
}
a {
    /* color: #a33; */
    outline: 0 none !important;
    text-decoration: none;
	cursor:pointer;
}
a:hover {
    color: #f33;
}


fakea:hover {
	color: #f33;
	cursor:pointer;
}

/* ***************************************************** */
/* ********************* CALENDAR  ********************* */
/* ***************************************************** */

.calcontainer {
	margin: auto;
	width: 100%;
	font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif;
	/* font-size: 12px; */
}


.calcontainer #calheader {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 42px;
}

.calcontainer td {
		border:1px solid #ddd;
		padding:3px;
		text-align:center;
		font-size: 0.8em;
		font-weight:400;
		background-color:#fff;
		
		-webkit-user-select: none; /* Chrome/Safari */ 
		-moz-user-select: none; /* Firefox */ 
		-ms-user-select: none; /* IE10+ */
		-user-select: none; /* W3C */
}

	
.calcontainer .disabled {
	background-color:#f0f0f0;
	color:#999;
	text-decoration: line-through;
}

.calcontainer .enabled {
	background-color:#f0f0f0;
	color:#363;
}

.calcontainer th {
	padding:5px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#f8f8f8',endColorstr='#d8d8d8'); /* IE6-9 */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8f8f8', endColorstr='d8d8d8'); /* for IE8 only */
	background-image: -webkit-linear-gradient(top,#f8f8f8,#d8d8d8); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(to bottom,#f8f8f8,#d8d8d8); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#f8f8f8,#d8d8d8); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top,#f8f8f8,#d8d8d8); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to bottom,#f8f8f8, #d8d8d8); /* CSS3 Standard syntax; must be last */
	color:#333;
	font-weight:700;
}



.calcontainer .monthdiv {
	height:175px;
	display:inline-block;
	/* background: #fff; */
	min-width:175px;
}

.calcontainer .month {
    width:180px;
    float:left;
    border:1px solid #ccc;
    margin:8px;
    border-collapse:collapse;
}

.calcontainer .actday {
		border:2px solid #88f;
		font-weight:700;
		color:#0;
	}

.calcontainer .days {
    background-color:#e8e8e8;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#e8e844',endColorstr='#d8d8d8'); /* IE6-9 */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e8e844', endColorstr='#d8d8d8'); /* for IE8 only */
	background-image: -webkit-linear-gradient(top,#e8e844,#d8d8d8); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(to bottom,#e8e844,#d8d8d8); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#e8e844,#d8d8d8); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top,#e8e8e8,#d8d8d8); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to bottom,#e8e8e8, #d8d8d8); /* CSS3 Standard syntax; must be last */
}

.calcontainer .booked {
    background-color:#f0f0f0;
	color:#999;
}

.calcontainer .adminconfirmed {
    background-color:#ccffcc;
	color:#999;
}

.calcontainer .admintentative {
    background-color:#ffffcc;
	color:#999;
}

.calcontainer .adminmultibook {
    background-color:#efccff;
	color:#888;
}

.calcontainer .adminblocked {
    background-color:#ffcccc;
	color:#888;
}

.calcontainer .selected {
    background-color:#ffff00;
	color:#000;
}




































#calcontainer {
	margin: auto;
	width: 100%;
	font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif;
	/* font-size: 12px; */
}


#calcontainer #calheader {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 42px;
}

#calcontainer td {
		border:1px solid #ddd;
		padding:3px;
		text-align:center;
		font-size: 0.8em;
		font-weight:400;
		background-color:#fff;
		
		-webkit-user-select: none; /* Chrome/Safari */ 
		-moz-user-select: none; /* Firefox */ 
		-ms-user-select: none; /* IE10+ */
		-user-select: none; /* W3C */
}

	
#calcontainer .disabled {
	background-color:#f0f0f0;
	color:#999;
	text-decoration: line-through;
}

#calcontainer .enabled {
	background-color:#f0f0f0;
	color:#363;
}

#calcontainer th {
	padding:5px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#f8f8f8',endColorstr='#d8d8d8'); /* IE6-9 */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f8f8f8', endColorstr='d8d8d8'); /* for IE8 only */
	background-image: -webkit-linear-gradient(top,#f8f8f8,#d8d8d8); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(to bottom,#f8f8f8,#d8d8d8); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#f8f8f8,#d8d8d8); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top,#f8f8f8,#d8d8d8); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to bottom,#f8f8f8, #d8d8d8); /* CSS3 Standard syntax; must be last */
	color:#333;
	font-weight:700;
}



#calcontainer .monthdiv {
	height:175px;
	display:inline-block;
	/* background: #fff; */
	min-width:175px;
}

#calcontainer .month {
    width:180px;
    float:left;
    border:1px solid #ccc;
    margin:8px;
    border-collapse:collapse;
}

#calcontainer .actday {
		border:2px solid #88f;
		font-weight:700;
		color:#0;
	}

#calcontainer .days {
    background-color:#e8e8e8;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#e8e844',endColorstr='#d8d8d8'); /* IE6-9 */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e8e844', endColorstr='#d8d8d8'); /* for IE8 only */
	background-image: -webkit-linear-gradient(top,#e8e844,#d8d8d8); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(to bottom,#e8e844,#d8d8d8); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#e8e844,#d8d8d8); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top,#e8e8e8,#d8d8d8); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to bottom,#e8e8e8, #d8d8d8); /* CSS3 Standard syntax; must be last */
}

#calcontainer .booked {
    background-color:#f0f0f0;
	color:#999;
}

#calcontainer .adminconfirmed {
    background-color:#ccffcc;
	color:#999;
}

#calcontainer .admintentative {
    background-color:#ffffcc;
	color:#999;
}

#calcontainer .adminmultibook {
    background-color:#efccff;
	color:#888;
}

#calcontainer .adminblocked {
    background-color:#ffcccc;
	color:#888;
}

#calcontainer .selected {
    background-color:#ffff00;
	color:#000;
}

.bookingtable td {
    padding:.3em;
	text-align:center;
}


/* ************************************************************** */
/* ********************* FIXED BOOKING DIV  ********************* */
/* ************************************************************** */

#infodiv {
	position: fixed;
	top: 5px;
	left: 0px;
	z-index: 999;
	margin: .2%;
	background:#ccc;
	border: 1px solid #aaa;
	border-radius:3px;
	moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
	display:none;
	
	
	background: #EAEADA; 
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#EAEADA',endColorstr='#B0B0A0'); /* IE6-9 */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EAEADA', endColorstr='#B0B0A0');  /*for IE8 only */
	background-image: -webkit-linear-gradient(top,#EAEADA,#B0B0A0); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(to bottom,#EAEADA,#B0B0A0); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#EAEADA,#B0B0A0); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top,#EAEADA,#B0B0A0); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to bottom,#EAEADA,#B0B0A0); /* CSS3 Standard syntax; must be last */
}

#infodiv .popupContent {
	padding: .6em;
}

#infodiv .heading {
	font-size:1.2em;
	font-weight:bold;
}


/* **************************************************************** */
/* ********************* CUSTOM DIALOG BOXES  ********************* */
/* **************************************************************** */

#modaloverlay,#dialogoverlay,#calendaroverlay{ 
	display: none; 
	filter: alpha(opacity=.6); 	/* IE 5-7 */
	opacity:0.6;
	position: fixed; top: 0px; 
	left: 0px; 
	background: #555; 
	width: 100%; 
	height: 150%; 
	z-index: 996; 
} 

#dialogoverlay{ 
	z-index: 998; 
} 

#modalbox, #dialogbox, #calendarbox { 
	display: block; 
	position: fixed; 
	left: -10000px;	
	margin:.5em;
	width:auto; 
	height:auto;
	max-width: 99%;
	z-index: 997; 
	overflow-x: hidden;
	overflow-y: hidden;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background: #ccc;
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
	box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.4);
	
	/*-webkit-user-select: none; /* Chrome/Safari */ 
	/*-moz-user-select: none; /* Firefox */ 
	/*-ms-user-select: none; /* IE10+ */
	/*-user-select: none; /* W3C */

	color:#333;
	line-height: 1.2em;
} 

#dialogbox  {
	z-index:999;
}

#modalbox > div, #dialogbox > div, #calendarbox > div { 
	background:#FFF; 
	margin:0px; 
} 
	
#modalbox > div > #modalboxhead, #dialogbox > div > #dialogboxhead, #calendarbox > div > #calendarboxhead {
	background: #EAEADA; 
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#EAEADA',endColorstr='#B0B0A0'); /* IE6-9 */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EAEADA', endColorstr='#B0B0A0');  /*for IE8 only */
	background-image: -webkit-linear-gradient(top,#EAEADA,#B0B0A0); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(to bottom,#EAEADA,#B0B0A0); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#EAEADA,#B0B0A0); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top,#EAEADA,#B0B0A0); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to bottom,#EAEADA,#B0B0A0); /* CSS3 Standard syntax; must be last */
	border-bottom: 1px solid #888;
	padding: 4px 8px;
	color: #440;
	font-weight: 800;
	font-size: 1em;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-user-select: none; /* W3C */
	vertical-align:middle;
} 

#modalbox > div > #modalboxbody, #dialogbox > div > #dialogboxbody, #calendarbox > div > #calendarboxbody { 
	background:#f0f0f0; 
	
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#dedede',endColorstr='#ddd'); /* IE6-9 */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dedede', endColorstr='#ddd');  /*for IE8 only */
	background-image: -webkit-linear-gradient(top,#dedede,#ddd); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(to bottom,#dedede,#ddd); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#dedede,#ddd); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top,#dedede,#ddd); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to bottom,#dedede,#ddd); /* CSS3 Standard syntax; must be last */ 
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafcf4+0,dde0d8+51,b3b9af+100 */
	background: #fafcf4; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #dedede 0%, #dde0d8 51%, #b3b9af 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #dedede 0%,#dde0d8 51%,#b3b9af 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #dedede 0%,#dde0d8 51%,#b3b9af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#b3b9af',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	padding:.875em; 
	color:#555; 
} 

#modalbox > div > #modalboxfoot, #dialogbox > div > #dialogboxfoot, #calendarbox > div > #calendarboxfoot {
	display:none; 
	background: #ddd; 
	border-top: 1px solid #aaa;
	padding: 6px 10px; 
	height:auto;
}

#modalbox > div.closebox, #dialogbox > div.closebox, #calendarbox > div.closebox {
	width:20px;
	height:20px;
	background: url('/images/modal-close-button.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float:right; 
	display:inline-block;
	cursor:pointer;
	margin-top:3px;
}

#modalbox > div.closebox  :hover, #dialogbox > div.closebox  :hover, #calendarbox > div.closebox  :hover { 
	moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.modalheading {
	font-size:1.1em;
	font-weight:bold;
}

div.closebox {
	width:20px;
	height:20px;
	background: url('/images/modal-close-button.png') no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float:right; 
	display:inline-block;
	cursor:pointer;
	/* margin-top:3px; */
}

.logo {
font-family: 'blacksword','Helvetica Neue',Helvetica,Arial,sans-serif;
    color: #333;
	font-size: 6em;
    font-weight: 400;
    line-height: 1.2;
}



/* *************************** */
/* ***** DYNAMIC NAV TABS **** */
/* *************************** */

#tab_nav {
	position:relative;
	z-index:12;
}

div.dynnavtab {
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#dedede',endColorstr='#ddd'); /* IE6-9 */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#dedede', endColorstr='#ddd');  /*for IE8 only */
	background-image: -webkit-linear-gradient(top,#dedede,#ddd); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(to bottom,#dedede,#ddd); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#dedede,#ddd); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top,#dedede,#ddd); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to bottom,#dedede,#ddd); /* CSS3 Standard syntax; must be last */ 
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafcf4+0,dde0d8+51,b3b9af+100 */
	background: #fafcf4; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #dedede 0%, #dde0d8 51%, #b3b9af 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #dedede 0%,#dde0d8 51%,#b3b9af 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #dedede 0%,#dde0d8 51%,#b3b9af 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#b3b9af',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.3);
	
	
	border: 1px solid #aaa;
	border-radius: 3px;
	margin: 0;
	position: relative;
	top: -1px;
	padding:1em 1em 2em; 

}

div.dynnavtab.fixed {
	width: 300px;
	height: 440px;
	position:relative; 
	top:-34px
}

div.dynnavtab.pad {
	/* background: #333; */
	background-image: none;
	border: none;
	box-shadow: none;
}

.navtab {
	position:relative;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-user-select: none; /* W3C */
	z-index:11;
	width: auto;
	
	margin: 0px 0px;
	padding: 0 1em;
	display:inline-block;
	
	background-color:#f0f0f0;
	
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#fff',endColorstr='#ddd'); /* IE6-9 */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff', endColorstr='#ddd');  /*for IE8 only */
	background-image: -webkit-linear-gradient(top,#fff,#ddd); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(to bottom,#fff,#ddd); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#fff,#ddd); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top,#fff,#ddd); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to bottom,#fff,#ddd); /* CSS3 Standard syntax; must be last */


	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);

	border: 1px solid #999;
	border-radius:3px 3px 0 0;
	
	/*height: 1.5em;*/
	line-height: 1.5em;
	
	font-size: .8em;
	font-weight: 800;
	font-style:normal;
	color: #444400;
	
	text-align: center;
	text-transform: none;
	vertical-align: middle;
	text-decoration:none;
	color: #666 !important;
	cursor:pointer;
	
	-webkit-user-select: none; /* Chrome/Safari */ 
	-moz-user-select: none; /* Firefox */ 
	-ms-user-select: none; /* IE10+ */
	-user-select: none; /* W3C */
}

.navtab:hover {
	background-color:#fefefe;
	
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#ffe',endColorstr='#ddc'); /* IE6-9 */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffe', endColorstr='#ddc');  /*for IE8 only */
	background-image: -webkit-linear-gradient(top,#ffe,#ddc); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(to bottom,#ffe,#ddc); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#ffe,#ddc); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top,#ffe,#ddc); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to bottom,#ffe,#ddc); /* CSS3 Standard syntax; must be last */

	color: #880;
}

.navtab.hl{
	background-color:#fff;
	
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#fff',endColorstr='#dedede'); /* IE6-9 */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff', endColorstr='#dedede');  /*for IE8 only */
	background-image: -webkit-linear-gradient(top,#fff,#dedede); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(to bottom,#fff,#dedede); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#fff,#dedede); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top,#fff,#dedede); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to bottom,#fff,#dedede); /* CSS3 Standard syntax; must be last */

	border-bottom:1px solid #dedede;
	color: #880 !important;
}

.dynnavdisplay {
	margin:0px 5px;		
	border:1px solid #aaa; 
	background:#f0f0f0;
	border-top-left-radius:3px;
	border-top-right-radius:0px;
	border-bottom-right-radius:3px;
	border-bottom-left-radius:3px;
	padding:5px;
}

.navtab a {
	color: #444;
}

.navtab a:hover {
	color: #880;
}

.navtab.hl a: {
	color: #880;
}

#answertab:after {
	content: "Answer";
}

#autotab:after {
	content: "Auto";
}

#msgtab:after {
	content: "Messages";
}


	
/* ******* UPLOAD ******* */
	
.uploadprogress_outer {
	border: 1px solid #000;
}
.uploadprogress {
	width: 0px;
	background: #c96;
	height: 20px;  
}

.stdbox {
	border:1px solid #aaa;
	border-radius: 3px;
	padding:.5em;
}


.btngradient {
	background-color: #EAEADA;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#EAEADA',endColorstr='#B0B0A0'); /* IE6-9 */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EAEADA', endColorstr='#B0B0A0'); /* for IE8 only */
	background-image: -webkit-linear-gradient(top,#EAEADA,#B0B0A0); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(to bottom,#EAEADA,#B0B0A0); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#EAEADA,#B0B0A0); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top,#EAEADA,#B0B0A0); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to bottom,#EAEADA,#B0B0A0); /* CSS3 Standard syntax; must be last */
	border-color: #aaa #999999 #999999 #aaa;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
	color: #444400;
}

.btngradient.hl {
	background-color:#ddc;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#ffe',endColorstr='#ddc'); /* IE6-9 */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffe', endColorstr='#ddc'); /* for IE8 only */
	background-image: -webkit-linear-gradient(top,#ffe,#ddc); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(to bottom,#ffe,#ddc); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#ffe,#ddc); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top,#ffe,#ddc); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to bottom,#ffe,#ddc); /* CSS3 Standard syntax; must be last */
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
	color: #444;
}

.stdgradient {
	background-color:#fcfcfc;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#fcfcfc',endColorstr='#e8e8e8'); /* IE6-9 */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fcfcfc', endColorstr='#e8e8e8');  /*for IE8 only */
	background-image: -webkit-linear-gradient(top,#fcfcfc,#e8e8e8); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(to bottom,#fcfcfc,#e8e8e8); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#fcfcfc,#e8e8e8); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top,#fcfcfc,#e8e8e8); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to bottom,#fcfcfc,#e8e8e8); /* CSS3 Standard syntax; must be last */
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
	color: #888;
}

.stdgradient.hl {
	background-color:#fffdce;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#fffdce',endColorstr='#e9e8a0'); /* IE6-9 */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fffdce', endColorstr='#e9e8a0'); /* for IE8 only */
	background-image: -webkit-linear-gradient(top,#fffdce,#e9e8a0); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(to bottom,#fffdce,#e9e8a0); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#fffdce,#e9e8a0); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top,#fffdce,#e9e8a0); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to bottom,#fffdce,#e9e8a0); /* CSS3 Standard syntax; must be last */
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
	color: #333;
}



/********* STANDARD BUTTON **********/


div.stdbutton {
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-user-select: none; /* W3C */
	width: auto;
	margin: .1em;
	padding: 0.1em .4em;
	font-size: 1.2em;
	/*line-height: 1.1em; */
	
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#EAEADA',endColorstr='#B0B0A0'); /* IE6-9 */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EAEADA', endColorstr='#B0B0A0'); /* for IE8 only */
	background-image: -webkit-linear-gradient(top,#EAEADA,#B0B0A0); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(to bottom,#EAEADA,#B0B0A0); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#EAEADA,#B0B0A0); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top,#EAEADA,#B0B0A0); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to bottom,#EAEADA,#B0B0A0); /* CSS3 Standard syntax; must be last */
	
	border-color: #aaa #999999 #999999 #aaa;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);

	font-weight: 800;
	color: #444400;
	text-align: center;
	text-decoration:none;
	vertical-align: middle;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
	cursor:pointer;
}

div.stdbutton a {
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
	color: #444400;
	text-decoration:none;
}

div.stdbutton a:visited {
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#EAEADA',endColorstr='#B0B0A0'); /* IE6-9 */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EAEADA', endColorstr='#B0B0A0');  /*for IE8 only */
	background-image: -webkit-linear-gradient(top,#EAEADA,#B0B0A0); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(to bottom,#EAEADA,#B0B0A0); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#EAEADA,#B0B0A0); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top,#EAEADA,#B0B0A0); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to bottom,#EAEADA,#B0B0A0); /* CSS3 Standard syntax; must be last */
	
	/* border-color: #C8C8C8 #999999 #999999 #C8C8C8; */
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
	color: #444400;
}



div.stdbutton.hl {
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#fff',endColorstr='#ddd'); /* IE6-9 */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff', endColorstr='#ddd'); /* for IE8 only */
	background-image: -webkit-linear-gradient(top,#fff,#ddd); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(to bottom,#fff,#ddd); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#fff,#ddd); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top,#fff,#ddd); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to bottom,#fff,#ddd); /* CSS3 Standard syntax; must be last */
	
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
	color: #880;
}

div.stdbutton.red {
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#fe8',endColorstr='#fc0'); /* IE6-9 */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fe8', endColorstr='#fc0'); /* for IE8 only */
	background-image: -webkit-linear-gradient(top,#fe8,#fc0); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(to bottom,#fe8,#fc0); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#fe8,#fc0); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top,#fe8,#fc0); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to bottom,#fe8,#fc0); /* CSS3 Standard syntax; must be last */
	
	text-shadow: 1px 1px 1px rgba(255, 200, 200, 0.7);
	color: #a00;
}

div.stdbutton.pad {
	
	font-size:1.5em;
	width:3.6em;
	box-shadow: none;
}

div.stdbutton.buttonfixed {
	width:80px;
}

div.stdbutton.small{
	font-size: .9em;
}

div.stdbutton.medium{
	font-size: 1.4em;
}

div.stdbutton.big {
	font-size: 1.5em;
}

div.stdbutton.giant {
	font-size: 1.8em;
}

div.stdbutton.tab {
	display:inline-block;
}


/*************** PAD BUTTON **************/

div.padbutton {
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-user-select: none; /* W3C */
	width: auto;
	margin: .1em;
	padding: 0.1em .4em;
	font-size: 1.3em;
	/*line-height: 1.1em; */
	
	/*filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#EAEADA',endColorstr='#B0B0A0'); /* IE6-9 */
	/*-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EAEADA', endColorstr='#B0B0A0'); /* for IE8 only */
	/*background-image: -webkit-linear-gradient(top,#EAEADA,#B0B0A0); /* For Chrome and Safari */
	/*background-image:    -moz-linear-gradient(to bottom,#EAEADA,#B0B0A0); /* For old Fx (3.6 to 15) */
	/*background-image:     -ms-linear-gradient(top,#EAEADA,#B0B0A0); /* For pre-releases of IE 10*/
	/*background-image:      -o-linear-gradient(top,#EAEADA,#B0B0A0); /* For old Opera (11.1 to 12.0) */ 
	/*background-image:         linear-gradient(to bottom,#EAEADA,#B0B0A0); /* CSS3 Standard syntax; must be last */
	
	/* border-color: #aaa #999999 #999999 #aaa; */
	border-color: #00ccFF;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	/* box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4); */

	font-weight: 800;
	color: #00bbee;
	text-align: center;
	text-decoration:none;
	vertical-align: middle;
	/* text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3); */
	cursor:pointer;
}

div.padbutton a {
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
	color: #00bbee;
	text-decoration:none;
}

div.padbutton a:visited {
	
	/*filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#EAEADA',endColorstr='#B0B0A0'); /* IE6-9 */
	/*-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EAEADA', endColorstr='#B0B0A0');  /*for IE8 only */
	/*background-image: -webkit-linear-gradient(top,#EAEADA,#B0B0A0); /* For Chrome and Safari */
	/*background-image:    -moz-linear-gradient(to bottom,#EAEADA,#B0B0A0); /* For old Fx (3.6 to 15) */
	/*background-image:     -ms-linear-gradient(top,#EAEADA,#B0B0A0); /* For pre-releases of IE 10*/
	/*background-image:      -o-linear-gradient(top,#EAEADA,#B0B0A0); /* For old Opera (11.1 to 12.0) */ 
	/*background-image:         linear-gradient(to bottom,#EAEADA,#B0B0A0); /* CSS3 Standard syntax; must be last */
	
	/* border-color: #C8C8C8 #999999 #999999 #C8C8C8; */
	/*text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4); */
	color: #00bbee;
}



div.padbutton.hl {
	/*filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#ff8',endColorstr='#dd6'); /* IE6-9 */
	/*-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff8', endColorstr='#dd6'); /* for IE8 only */
	/*background-image: -webkit-linear-gradient(top,#ff8,#dd6); /* For Chrome and Safari */
	/*background-image:    -moz-linear-gradient(to bottom,#ff8,#dd6); /* For old Fx (3.6 to 15) */
	/*background-image:     -ms-linear-gradient(top,#ff8,#dd6); /* For pre-releases of IE 10*/
	/*background-image:      -o-linear-gradient(top,#ff8,#dd6); /* For old Opera (11.1 to 12.0) */ 
	/*background-image:         linear-gradient(to bottom,#ff8,#dd6); /* CSS3 Standard syntax; must be last */
	
	/*text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7); */
	color: #FFFF33;
	border-color: #FFFF33;
}

div.padbutton.red {
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#fe8',endColorstr='#fc0'); /* IE6-9 */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fe8', endColorstr='#fc0'); /* for IE8 only */
	background-image: -webkit-linear-gradient(top,#fe8,#fc0); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(to bottom,#fe8,#fc0); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#fe8,#fc0); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top,#fe8,#fc0); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to bottom,#fe8,#fc0); /* CSS3 Standard syntax; must be last */
	
	text-shadow: 1px 1px 1px rgba(255, 200, 200, 0.7);
	color: #a00;
}


div.padbutton.buttonfixed {
	width:80px;
}

div.padbutton.small{
	font-size: .9em;
}

div.padbutton.medium{
	font-size: 1.4em;
}

div.padbutton.big {
	font-size: 1.5em;
}

div.padbutton.giant {
	font-size: 1.8em;
}

div.padbutton.tab {
	display:inline-block;
}





div.radiologo {
	background-color: #fff;
	width:100px;
	height:100px;
	border-radius:2px;
	vertical-align:bottom;
}


div.radiologo.radioHL {
	background-color: #ffff33;
}


.listTable, pre {
		font-family:'Roboto Condensed','Helvetica Neue',Helvetica,Arial,sans-serif;
		font-size: 0.8em;
		font-weight:normal;
		width:100%;
		
		border-color: #aaa #999999 #999999 #aaa;
		border-style: solid;
		border-width: 1px;
		
			
		table-layout:auto;
	}
	
.listTable.large {
	font-size: 1.5em;
}
.listTable td {
	padding:.3em .25em;
	vertical-align:top;
}

.listTable thead tr {
	font-size:.8em;
	font-weight:bold;
	/*background:transparent !important;
	background-color: transparent !important;
	*/
	
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#EAEADA',endColorstr='#B0B0A0'); /* IE6-9 */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#EAEADA', endColorstr='#B0B0A0'); /* for IE8 only */
	background-image: -webkit-linear-gradient(top,#EAEADA,#B0B0A0); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(to bottom,#EAEADA,#B0B0A0); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#EAEADA,#B0B0A0); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top,#EAEADA,#B0B0A0); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to bottom,#EAEADA,#B0B0A0); /* CSS3 Standard syntax; must be last */
	
	border-color: #aaa #999999 #999999 #aaa; 
	border-style: solid;
	border-width: 1px;
	
	table-layout:auto;

}

.listTable .desc {
	text-align:left;
	min-width:120px;
}

.listTable.hoverable tr:hover td {
	background-color:#ff0;
	cursor:pointer;
}

.listTable.zeb tr:nth-child(even) {
	background-color: #fff;
}

.listTable.zeb tr:nth-child(odd) {
	background-color: #eee;
}

.listTable.hl tr {
	background-color: #ff0;
}

.tscroll tbody{
	display:block;
	overflow:auto;
}

.tscroll thead, tbody tr {
    display:table;
    width:100%;
   table-layout:fixed; /* even columns width , fix width of table too*/
}


.nohover td{
	background:transparent !important;
	background-color: transparent !important;
	cursor:default !important;
}

.nohover td:hover{
	background:transparent !important;
	background-color: transparent !important;
	cursor:default !important;
}

.trhl {
	background-color:#ff0 !important;
}

.statopen {
	background-color:#ffbf88;
}

.statinprog {
	background-color:#bbf;
}

.statclosed {
	background-color:#cfc;
}




.sctotal {
	clear:both;
	font-size:1.2em;
	font-weight:bold;
	padding:5px 8px;
}
	
.input, input, select, textarea, label  {
		font-size: .9em;
		padding:0 .3em;
}	
	
.sectionheading {
	padding:.2em;
	font-size:1.1em;
	font-weight:bold;
	position:relative;
	/*text-shadow: 1px 1px 1px rgba(255, 255, 255, .4);*/
	color:#444;
}

.sectionsubheading {
	padding: 0.1em 0.3em;
	font-size:.875em;
	font-weight:bold;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, .6);
	color:#666;
}

.numberfield {
	border: 1px solid #aaa;
    display: inline-block;
	font-size:.9em;
    font-weight: bold;
    height: 30px;
    max-width: 2em;
    min-width: 2em;
	text-align:center;
    position: relative;
    top: -2px;
    width: 10%;
	background:#eee;
}

.mobinvisible {
	display:none;
}

.mobvisible {
	display:block;
}



.form-help {
    color: #555;
    font-size: 0.7em;
    margin: 0.5em 0 0;
}

.comment {
    color: #555;
    font-size: 0.6em;
	/*font-style: italic;*/
}




@media (min-width: 600px) {
	.listTable , pre{
		font-size: .8em;
	}
	
	.listTable td {
		padding:.3em .25em
	}

	.listTable .desc {
		min-width:220px;
	}
	
	.sctotal {
		font-size:1.6em;
	}
	
	.site-submenu {
		font-size:1em;
	}
	
	.mobinvisible {
		display:block;
	}
	
	.mobvisible {
		display:none;
	}
	
	div.stdbutton {
		font-size:1.3em;
		line-height:1.2em;
	}
	
	.input, input, select, textarea, label {
		font-size: 1em;
	}
	
	.sectionheading {
		font-size:1.3em;
	}
	
	.sectionsubheading {
		font-size:1em;
	}
	
	.numberfield {
		border: 1px solid #aaa;
		display: inline-block;
		font-size:.9em;
		font-weight: bold;
		height: 36px;
		max-width: 2.2em;
		min-width: 2.2em;
		position: relative;
		top: -2px;
		width: 20%;
	}
	
	.modalheading,.dialogheading {
		font-size:1.3em;
		font-weight:bold;
	}
	
	.navtab {
		font-size:0.8em;
	}
	
	#answertab:after {
		content: "Answering";
	}
	
	#autotab:after {
		content: "Automation";
	}
	
	#msgtab:after {
		content: "Messages";
	}
	

	#modalbox, #dialogbox { 
		line-height: normal;
	} 
	
	.site-menumain .site-menu-language, .site-menumain .site-menu-user, .site-menumain .site-menu-toggle {
		display: inline-block;
	}
	
	.form-help {
		color: #555;
		font-size: 0.775em;
		margin: 0.5em 0 0;
	}
	
}	
	
@media (min-width: 800px) {
	.listTable, pre {
		font-size: .8em;
	}
	
	.listTable td {
		padding:.3em .3em
	}

	.listTable .desc {
		min-width:340px;
	}
	
	.sctotal {
		font-size:1.8em;
	}
	
	.mobinvisible {
		display:block;
	}
	
	.mobvisible {
		display:none;
	}
	
	
	.numberfield {
		border: 1px solid #aaa;
		display: inline-block;
		font-size:.9em;
		font-weight: bold;
		height: 36px;
		max-width: 2.2em;
		min-width: 2.2em;
		position: relative;
		top: -2px;
		width: 20%;
	}
	
	.site-menumain.site-menu-user {
		display: none;
	}
		

	.site-menumain .site-menu-language, .site-menumain.site-menu-user, .site-menumain .site-menu-toggle {
		display: none;
	}
	
	.form-help {
		color: #555;
		font-size: 0.875em;
		margin: 0.5em 0 0;
	}
	

}

@media (min-width: 992px) {

	.listTable .desc {
		min-width:160px;
	}
	
	.mobinvisible {
		display:block;
	}
	
	.mobvisible {
		display:none;
	}
	
}

@media (min-width: 1024px) {
	
	.listTable td {
		padding:.3em .3em
	}

	.listTable .desc {
		min-width:160px;
	}
	
	.mobinvisible {
		display:block;
	}
	
	.mobvisible {
		display:none;
	}
	

	.input, input, select, textarea, label {
		font-size: 1em;
	}
	
	.modalheading, .dialogheading {
		font-size:1.3em;
		font-weight:bold;
	}
	
	.form-help {
		color: #555;
		font-size: 0.875em;
		margin: 0.2em 0 0;
	}

}



@media (min-width: 600px) {
	h1 {
		font-size: 2.2em;
		font-weight: bold;
	}
	
	.h1Select {
	font-size: 2.2em;
}

	h2 {
		font-size: 1.8em;
		font-weight: bold;
		line-height: 1.2;
	}

	h3 {
		font-size: 1.5em;
		font-weight: bold;
		/*margin: 0.4em 0;*/
	}
	h4 {
		font-size: 1.3em;
		font-weight: bold;
	}
	h5 {
		font-size: 1.025em;
		 font-weight: bold;
	}
	h6 {
		font-size: 1.125em;
		 font-weight: bold;
	}
	

}



@media (min-width: 768px) {
	h1 {
		/* font-size: 2.8125em; */
		font-size: 3em;
	}
	
	.h1Select {
		font-size: 3em;
	}
	
	h2 {
		font-size: 2.375em;
	}
	
	h3 {
		font-size: 1.8em;
	}
	
	h4 {
		font-size: 1.6em;
		font-weight: bold;
	}
	h5 {
		font-size: 1.2em;
		 font-weight: bold;
	}
	h6 {
		font-size: 1.125em;
		 font-weight: bold;
	}
	
	div.stdbutton:hover {
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#ffe',endColorstr='#ddc'); /* IE6-9 */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffe', endColorstr='#ddc'); /* for IE8 only */
	background-image: -webkit-linear-gradient(top,#ffe,#ddc); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(to bottom,#ffe,#ddc); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#ffe,#ddc); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top,#ffe,#ddc); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to bottom,#ffe,#ddc); /* CSS3 Standard syntax; must be last */
	
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
	color: #880 !important;
	}

	div.stdbutton a:hover {
		filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#ffe',endColorstr='#ddc'); /* IE6-9 */
		-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffe', endColorstr='#ddc'); /* for IE8 only */
		background-image: -webkit-linear-gradient(top,#ffe,#ddc); /* For Chrome and Safari */
		background-image:    -moz-linear-gradient(to bottom,#ffe,#ddc); /* For old Fx (3.6 to 15) */
		background-image:     -ms-linear-gradient(top,#ffe,#ddc); /* For pre-releases of IE 10*/
		background-image:      -o-linear-gradient(top,#ffe,#ddc); /* For old Opera (11.1 to 12.0) */ 
		background-image:         linear-gradient(to bottom,#ffe,#ddc); /* CSS3 Standard syntax; must be last */
		
		text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.7);
		color: #880;
	}

}


.site-center {
    margin: 0 auto;
    max-width: 1800px;
    width: 90%;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row, .row:before, .row:after {
    box-sizing: border-box;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.col-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    box-sizing: border-box;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left;
}
.col-xxs-12 {
    width: 100%;
}
.col-xxs-offset-12 {
    margin-left: 100%;
}
.col-xxs-pull-12 {
    right: 100%;
}
.col-xxs-push-12 {
    left: 100%;
}
.col-xxs-11 {
    width: 91.6667%;
}
.col-xxs-offset-11 {
    margin-left: 91.6667%;
}
.col-xxs-pull-11 {
    right: 91.6667%;
}
.col-xxs-push-11 {
    left: 91.6667%;
}
.col-xxs-10 {
    width: 83.3333%;
}
.col-xxs-offset-10 {
    margin-left: 83.3333%;
}
.col-xxs-pull-10 {
    right: 83.3333%;
}
.col-xxs-push-10 {
    left: 83.3333%;
}
.col-xxs-9 {
    width: 75%;
}
.col-xxs-offset-9 {
    margin-left: 75%;
}
.col-xxs-pull-9 {
    right: 75%;
}
.col-xxs-push-9 {
    left: 75%;
}
.col-xxs-8 {
    width: 66.6667%;
}
.col-xxs-offset-8 {
    margin-left: 66.6667%;
}
.col-xxs-pull-8 {
    right: 66.6667%;
}
.col-xxs-push-8 {
    left: 66.6667%;
}
.col-xxs-7 {
    width: 58.3333%;
}
.col-xxs-offset-7 {
    margin-left: 58.3333%;
}
.col-xxs-pull-7 {
    right: 58.3333%;
}
.col-xxs-push-7 {
    left: 58.3333%;
}
.col-xxs-6 {
    width: 50%;
}
.col-xxs-offset-6 {
    margin-left: 50%;
}
.col-xxs-pull-6 {
    right: 50%;
}
.col-xxs-push-6 {
    left: 50%;
}
.col-xxs-5 {
    width: 41.6667%;
}
.col-xxs-offset-5 {
    margin-left: 41.6667%;
}
.col-xxs-pull-5 {
    right: 41.6667%;
}
.col-xxs-push-5 {
    left: 41.6667%;
}
.col-xxs-4 {
    width: 33.3333%;
}
.col-xxs-offset-4 {
    margin-left: 33.3333%;
}
.col-xxs-pull-4 {
    right: 33.3333%;
}
.col-xxs-push-4 {
    left: 33.3333%;
}
.col-xxs-3 {
    width: 25%;
}
.col-xxs-offset-3 {
    margin-left: 25%;
}
.col-xxs-pull-3 {
    right: 25%;
}
.col-xxs-push-3 {
    left: 25%;
}
.col-xxs-2 {
    width: 16.6667%;
}
.col-xxs-offset-2 {
    margin-left: 16.6667%;
}
.col-xxs-pull-2 {
    right: 16.6667%;
}
.col-xxs-push-2 {
    left: 16.6667%;
}
.col-xxs-1 {
    width: 8.33333%;
}
.col-xxs-offset-1 {
    margin-left: 8.33333%;
}
.col-xxs-pull-1 {
    right: 8.33333%;
}
.col-xxs-push-1 {
    left: 8.33333%;
}
.col-xxs-offset-0 {
    margin-left: 0;
}
.col-xxs-pull-0 {
    right: auto;
}
.col-xxs-push-0 {
    left: auto;
}
.site-header {
    padding: 10px 0 0;
}
.site-logo {
    float: left;
	margin: 00;
}
.site-logo img {
	padding-bottom:1em;
    width: 180px;
}
.mobile-menu {
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    background: none repeat scroll 0 0 #665;
    box-sizing: border-box;
    color: #fff;
    height: 100%;
    padding: 1em 0 0;
    position: absolute;
    right: -80%;
    top: 0;
    transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
    transition: transform 300ms ease 0s;
	-webkit-transition: -webkit-transform 300ms ease 0s;
	width: 80%;
}
.mobile-menu ul {
    margin: 0;
    padding: 0;
}
.mobile-menu li {
    border-bottom: 1px solid #777;
    line-height: 2.5em;
    margin: 0;
    padding: 0;
}
.mobile-menu li a {
    color: rgba(255, 255, 255, 0.8);
    display: block;
    overflow: hidden;
    padding: 0 1.8em;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mobile-menu li a:hover, .mobile-menu li a:active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
}
.mobile-menu li a img {
    margin: 0 20px 0 0;
    position: relative;
    top: 2px;
    vertical-align: baseline;
}
.site-wrapper {
    backface-visibility: hidden;
    overflow: hidden;
    position: relative;
}
.site {
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    background: none repeat scroll 0 0 #fff;

	-ms-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	 
    transition: transform 300ms ease 0s;
	-webkit-transition: -webkit-transform 300ms ease 0s;
	
	
	position:relative;
}

.mobile-menu-open .site {
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.3);
    /* 	transform: translate3d(0%, 0px, 0px);
	right: 80%; */
	
	-ms-transform: translate3d(-80%, 0px, 0px);
	-webkit-transform: translate3d(-80%, 0px, 0px);
	transform: translate3d(-80%, 0px, 0px);
	

}
.mobile-menu-open .mobile-menu {
	/* right: 0px; */
	
	-ms-transform: translate3d(-100%, 0px, 0px);
	-webkit-transform: translate3d(-100%, 0px, 0px);
	transform: translate3d(-100%, 0px, 0px);
	
	
	/* transform: translate3d(-100%, 0px, 0px);*/
	
}

.site-menu {
	font-family:'Open Sans Condensed','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.site-menu ul {
    line-height: 0px;
    margin: 0;
    padding: 0;
}
.site-menu li {
    margin: 0;
    padding: 0 .3em;
    position: relative;
}
.site-menu a {
    color: #504820;
    display: block;
    text-decoration: none;
}

.site-menu a:hover {
    color: #aa0;
	/* text-shadow: 1px 1px 1px rgba(255,0,0,0.3); */
}

	
.site-menutop {
    display: none;
} 



.site-menumain {
    float: right;
}
.site-menumain li {
    display: none;
	margin: 0 0 0 6px;
}

.site-menumain.site-menu-user {
	padding:0 .1em;
    display: none;
}

.site-menumain .site-menu-language, .site-menumain .site-menu-toggle {
    display: inline-block;
}

.site-menu-toggle a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd;
    border-image: none;
    border-radius: 3px;
    border-style: none;
    border-width: 1px 1px 2px;
    line-height: 0;
    margin: 0 0 0 0px;
    outline: 0 none;
    padding: 0.2em 0.1em;
}
.site-menu-toggle img {
    /*height: 20px; */
    width: 40px;
}
.site-menu-language-flag {
    height: 16px;
    margin: 2px 3px 3px 0px;
    width: 24px;
}
.site-menu-language-arrow {
    height: 5px;
    width: 9px;
	 margin: 2px 8px 3px 0;
}
.site-menu-language ul {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    display: none;
    position: absolute;
    right: -10px;
    top: 35px;
	min-width:80px;
    z-index: 10;
}
.site-menu-language ul.show {
    display: block;
}
.site-menu-language li {
    display: block;
    height: auto;
    line-height: 2;
    margin: 0;
    padding: 0;
}
.site-menu-language li a {
    padding: 0 15px;
}


.pad-menu-language ul {
	list-style-type:none;
    background: none repeat scroll 0 0 #eee;
	border-radius:3px;
    display: none;
    position: absolute;
    top: 33px;
	min-width:80px;
    z-index: 10;
	padding:0 .5em;
}
.pad-menu-language ul.show {
    display: block;
}

.pad-menu-language li {
	list-style-type:none;
    display: block;
    height: auto;
    line-height: 2;
    margin: 0;
    padding: 0;
}

.pad-menu-language li a {
	list-style-type:none;
    padding: 0 5px;
}


@media (min-width: 800px) {

	/* TURN OFF MOBILE MENU */
	.site, .mobile-menu-open .site, .mobile-menu, .mobile-menu-open .mobile-menu {
		box-shadow: none;
		transform: none;
	}
	
	.site-logo {
		float: left;
		margin: 0;
	}
	.site-logo img {
		width: 200px;
	}
	.site-menu {
		font-size: 1em;
	}
	.site-menu ul {
		line-height: 1.5em;
	}
	.site-menu li {
		display: inline-block;
		margin: 0 0 0 0px;
	}
	.site-menu a {
		padding: 0 8px;
	}
	.site-menu li.selected a {
		color: #c00;
		font-weight:bold;
		
	}
	.site-menu li.selected:after {
		border-bottom: 8px solid #a33;  /* change to solid for arrow */
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		bottom: 0;
		content: "";
		left: 50%;
		margin-left: -8px;
		position: absolute;
	}
	.site-menutop {
		display: inline-block;
		float: right;
	}
	.site-menutop li {
		font-size: 1em;
		height: 38px;
	}
	.site-menutop a {
		color: #555;
	}
	.site-menumain li {
		height: 30px;
	}
	
	.site-menumain.site-menu-user {
		display:none;
	}
	
	.site-menumain .site-menu-language, .site-menumain .site-menu-user , .site-menumain .site-menu-toggle {
		display:none;
	}
	
	.site-menu-facebook {
		display: none !important;
	}
	.site-menu-clientes a {
		border: 1px solid #ddd;
		border-radius: 3px;
		display: inline-block; 
		line-height: 1.8em;
		padding: 0 10px;
	}
	.site-menu-clientes a:hover {
		border-color: #d60000;
	}
	.site-menu .site-menu-language ul {
		line-height: 2em;
		right: 0;
	}
	.site-menu .site-menu-language li {
		height: 2em;
	}
	.site-menumain .site-menu-contactar, .site-menumain  .site-menutop .site-menu-tel {
		display: none;
	}
}


@media (min-width: 855px) {

	.site-header {
		padding-top: 20px;
	}
	
	.site-logo {
		float: left;
		margin: 0;
	}
	
	.site-logo img {
		width: 240px;
		margin: 0;
	}
	.site-menu li {
		display: block;
		float: left;
		
	}
	.site-menu .site-menutop {
		line-height: 35px;
	}
	.site-menutop li {
		height: 50px;
	}
	.site-menu .site-menumain {
		clear: right;
		line-height: 40px;
	}
	.site-menumain li {
		height: 46px;
	}
	.site-menu-facebook {
		display: block !important;
		overflow: hidden;
		position: relative;
		top: 8px;
	}
	.site-menu-facebook * {
		vertical-align: top !important;
	}
	.site-menu .site-menu-language li {
		margin: 0;
	}
}



@media (min-width: 1150px) {
	
	h1 {
		font-size:3.5em;
	}
	
		.h1Select {
		font-size: 3.5em;
	}
	
	.site-menu li {
		display: block;
		float: left;
		margin: 0 0 0 14px;
	}
	.site-menutop .site-menu-clientes, .site-menutop .site-menu-contactar {
		/* display: none; */
	}
	.site-menumain .site-menu-clientes, .site-menumain .site-menu-contactar, .site-menutop .site-menu-tel {
		display: block;
	}
	

	.site-menutop .site-menu-tel {
		font-size: 1.2em;
	}
	.site-menu-tel a {
		padding-right: 0;
	}
	.site-menu-tel a strong {
		color: #d60000;
		font-size: 1.1em;
	}
	.site-menu .site-menu-language ul {
		left: -9px;
		right: auto;
		top: 40px;
	}
}
.site-submenu {
    background: none repeat scroll 0 0 #d60000;
    min-height: 30px;
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType:0,startColorstr='#e8e844',endColorstr='#a30000'); /* IE6-9 */
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e8e844', endColorstr='#a30000'); /* for IE8 only */
	background-image: -webkit-linear-gradient(top,#f8f8f4,#d8d8c8); /* For Chrome and Safari */
	background-image:    -moz-linear-gradient(to bottom,#f8f8f4,#d8d8c8); /* For old Fx (3.6 to 15) */
	background-image:     -ms-linear-gradient(top,#f8f8f4,#d8d8c8); /* For pre-releases of IE 10*/
	background-image:      -o-linear-gradient(top,#f8f8f4,#d8d8c8); /* For old Opera (11.1 to 12.0) */ 
	background-image:         linear-gradient(to bottom,#f8f8f4, #d8d8c8); /* CSS3 Standard syntax; must be last */
}
.site-submenu ul {
    display: none;
    line-height: 30px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.site-submenu li {
    display: block;
    margin: 0;
    padding: 0;
}

.site-submenu li.selected a {
		color: #c00;
		font-weight:bold;
	}
.site-submenu a {
    color: #504820;
    display: block;
    padding: 0 15px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.4);
    text-decoration: none;
}
.site-submenu a:hover {
    color: #aa0;
	/* text-shadow: 1px 1px 1px rgba(255,0,0,0.3); */
}
.site-submenu .site-submenu-current {
    display: block;
    line-height: 30px;
    outline: 0 none;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.site-submenu .site-submenu-current img {
    height: 5px;
    margin: 0 0 0 5px;
    position: relative;
    top: -1px;
    vertical-align: baseline;
    width: 9px;
}
.mobile-submenu-open .site-submenu ul {
    display: block;
}
.mobile-submenu-open .site-submenu .site-submenu-current {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 800px) {
	.site-submenu .site-submenu-current {
		display: none;
	}
	.site-submenu ul {
		display: block;
	}
	.site-submenu li {
		display: inline;
	}
	.site-submenu a {
		display: inline-block;
	}
	.site-submenu a.submenu-item-active {
		color: #ffb9e0;
	}
}
.breadcrumb {
    background: none repeat scroll 0 0 #f2f2f2;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #fff;
    display: none;
    font-size: 0.875em;
}
.breadcrumb ul {
    height: 30px;
    list-style-type: none;
    padding: 0;
}
.breadcrumb li {
    background: url("/images/breadcrumb-sep.png") no-repeat scroll 0 center / 9px 30px rgba(0, 0, 0, 0);
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0 30px;
	font-weight:bold;
}
.breadcrumb li a {
    color: #666;
    float: left;
    text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.4);
}
.breadcrumb li a:hover {
    text-decoration: underline;
}
.breadcrumb li.breadhome {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}
.breadcrumb li.breadhome a {
    padding: 0 12px 0 8px;
}
.breadcrumb li.breadhome img {
    height: 16px;
    position: relative;
    top: 3px;
    vertical-align: baseline;
    width: 16px;
}
.breadfooter {
    border-top: 1px solid #e5e5e5;
}
@media (min-width: 800px) {
	.breadcrumb {
		display: block;
	}
}
.site-footer {
    background: none repeat scroll 0 0 #fafafa;
    border-top: 1px solid #e5e5e5;
    margin-top: 1em;
    text-align: center;
}
.site-footer .footer-content {
    font-size: 0.875em;
    padding: 1.4em 0;
}
.site-footer .footer-content a {
    color: #338;
    text-decoration: none;
}
.site-footer .footer-content a:hover {
    border-bottom: 1px solid #d60000;
}
.site-footer-bottom {
    display: none;
}
.site-footer .footer-links {
    list-style-type: none;
    margin: 0 0 1.5em;
    padding: 0;
}
.site-footer .footer-links li {
    display: inline;
    padding: 0 10px 0 0;
}
.site-footer .footer-links li a {
    font-weight: bold;
}
.footer-copyright img {
    display: block;
    height: auto;
    margin: 0 auto 0.5em;
    width: 72px;
}
.footer-iva {
    margin: 0 0 1em;
}
.footer-idioma {
    margin: 0;
}
.footer-idioma img {
    height: auto;
    margin: 0 3px 0 0;
    position: relative;
    top: 1px;
    vertical-align: baseline;
    width: 16px;
}
@media (min-width: 768px) {
	.site-footer {
		border-top-width: 0;
	}
	.site-footer .footer-content {
		padding: 2.2em 0;
	}
	.site-footer .footer-links {
		margin-bottom: 1.5em;
		text-align: left;
	}
	.site-footer .footer-copyright {
		margin-bottom: 1.5em;
		text-align: right;
	}
	.site-footer .footer-content .footer-copyright-logo:hover {
		border-width: 0;
	}
	.site-footer .footer-copyright img {
		display: inline;
		margin: 0 0.6em 0 0;
	}
}

@media (min-width: 992px) {
	.site-footer .footer-links li {
		border-left: 1px solid #bbb;
		padding: 0 12px;
	}
	.site-footer .footer-links li:first-of-type {
		border-width: 0;
		padding-left: 0;
	}
	.site-footer .footer-iva {
		text-align: left;
	}
	.site-footer .footer-idioma {
		text-align: right;
	}
	.site-footer-bottom {
		display: block;
		text-align: left;
	}
	.site-footer-bottom hr {
		margin-bottom: 2em;
	}
	.site-footer-bottom p {
		border-left: 1px solid #ddd;
		margin: 0;
		padding: 0 0 0 1.5em;
	}
	.site-footer-bottom p.first {
		border-width: 0;
		padding: 0;
	}
	.site-footer-bottom p strong {
		color: #d60000;
		display: block;
		line-height: 1.2em;
		margin: 0 0 0.4em;
		text-transform: uppercase;
	}
}
.flex-container {
    align-content: stretch;
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 30px -15px 0;
}
.flex-container * {
    box-sizing: border-box;
}
.flex-item {
    /* background: none repeat scroll 0 0 padding-box content-box #f2f2f2; */
    flex: 1 1 auto;
    margin: 0 0 30px;
    padding: 0 15px;
    position: relative;
    /*width: 100%; */
}
.flex-content {
    padding-bottom: 4.5em;
}
.flex-footer {
    bottom: 0;
    left: 15px;
    padding: 0 0 10px;
    position: absolute;
    right: 15px;
}
.no-flexbox .flex-container {
    display: block;
}
.no-flexbox .flex-item {
    background: none repeat scroll 0 0 transparent;
    float: left;
}
.no-flexbox .flex-content {
    background: none repeat scroll 0 0 #f2f2f2;
}
@media (min-width: 550px) {
	.flex-xs-12 {
		max-width: 100%;
		width: 100%;
	}
	.flex-xs-11 {
		max-width: 91.6667%;
		width: 91.6667%;
	}
	.flex-xs-10 {
		max-width: 83.3333%;
		width: 83.3333%;
	}
	.flex-xs-9 {
		max-width: 75%;
		width: 75%;
	}
	.flex-xs-8 {
		max-width: 66.6667%;
		width: 66.6667%;
	}
	.flex-xs-7 {
		max-width: 58.3333%;
		width: 58.3333%;
	}
	.flex-xs-6 {
		max-width: 50%;
		width: 50%;
	}
	.flex-xs-5 {
		max-width: 41.6667%;
		width: 41.6667%;
	}
	.flex-xs-4 {
		max-width: 33.3333%;
		width: 33.3333%;
	}
	.flex-xs-3 {
		max-width: 25%;
		width: 25%;
	}
	.flex-xs-2 {
		max-width: 16.6667%;
		width: 16.6667%;
	}
	.flex-xs-1 {
		max-width: 8.33333%;
		width: 8.33333%;
	}
}
@media (min-width: 768px) {
	.flex-sm-12 {
		max-width: 100%;
		width: 100%;
	}
	.flex-sm-11 {
		max-width: 91.6667%;
		width: 91.6667%;
	}
	.flex-sm-10 {
		max-width: 83.3333%;
		width: 83.3333%;
	}
	.flex-sm-9 {
		max-width: 75%;
		width: 75%;
	}
	.flex-sm-8 {
		max-width: 66.6667%;
		width: 66.6667%;
	}
	.flex-sm-7 {
		max-width: 58.3333%;
		width: 58.3333%;
	}
	.flex-sm-6 {
		max-width: 50%;
		width: 50%;
	}
	.flex-sm-5 {
		max-width: 41.6667%;
		width: 41.6667%;
	}
	.flex-sm-4 {
		max-width: 33.3333%;
		width: 33.3333%;
	}
	.flex-sm-3 {
		max-width: 25%;
		width: 25%;
	}
	.flex-sm-2 {
		max-width: 10%;
		width: 10%;
	}
	.flex-sm-1 {
		max-width: 8.33333%;
		width: 8.33333%;
	}
}
@media (min-width: 992px) {
	.flex-md-12 {
		max-width: 100%;
		width: 100%;
	}
	.flex-md-11 {
		max-width: 91.6667%;
		width: 91.6667%;
	}
	.flex-md-10 {
		max-width: 83.3333%;
		width: 83.3333%;
	}
	.flex-md-9 {
		max-width: 75%;
		width: 75%;
	}
	.flex-md-8 {
		max-width: 66.6667%;
		width: 66.6667%;
	}
	.flex-md-7 {
		max-width: 58.3333%;
		width: 58.3333%;
	}
	.flex-md-6 {
		max-width: 50%;
		width: 50%;
	}
	.flex-md-5 {
		max-width: 41.6667%;
		width: 41.6667%;
	}
	.flex-md-4 {
		max-width: 33.3333%;
		width: 33.3333%;
	}
	.flex-md-3 {
		max-width: 25%;
		width: 25%;
	}
	.flex-md-2 {
		max-width: 16.6667%;
		width: 16.6667%;
	}
	.flex-md-1 {
		max-width: 8.33333%;
		width: 8.33333%;
	}
}

#map-zoomcontrol {
    -moz-user-select: none;
    height: 25px;
    margin-top: 5px;
    width: 73px;
}
#map-zoomin, #map-zoomout {
    border: 1px solid #9b1b62;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.2) inset;
    cursor: pointer;
    float: left;
    height: 23px;
    width: 35px;
}
#map-zoomin {
    background: url("/images/map_zoomin.svg") no-repeat scroll 50% 50% #d60000;
    border-radius: 0 3px 3px 0;
}
#map-zoomout {
    background: url("/images/map_zoomout.svg") no-repeat scroll 50% 50% #d60000;
    border-left-width: 0;
    border-radius: 3px 0 0 3px;
}
.btn, .btn:focus {
	font-family:'Open Sans Condensed','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight:bold;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #d60000;
    border-color: #d60000 #d60000 #a60000;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 2px;
    box-shadow: none;
    box-sizing: content-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    height: 2em;
    line-height: 2em;
    margin: 0.2em 0;
    outline: 0 none;	
    padding: 0 1em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}
.btn:hover {
    color: #fff;
}
.btn:active {
    border-bottom: 1px solid #d60000;
    border-top: 3px solid #8f1056;
}
.btn-white, .btn-white:focus {
    background: none repeat scroll 0 0 #f5f5f5;
    border-color: #ccc;
    color: #666;
}
.btn-white:hover {
    color: #666;
}
.btn-white:active {
    border-color: #ccc;
}
.btn-blue, .btn-blue:focus {
    background: none repeat scroll 0 0 #11abc2;
    border-color: #11abc2 #11abc2 #0b90a4;
}
.btn-blue:active {
    border-color: #0b90a4 #11abc2 #11abc2;
}
.btn-transparent, .btn-transparent:focus {
    background: none repeat scroll 0 0 transparent;
    border-color: #ccc;
    color: #666;
}
.btn-transparent:hover {
    color: #666;
}
.btn-transparent:active {
    border-color: #ccc;
}
.btn-group {
    font-size: 0;
    margin: 20px 0 60px;
    text-align: center;
    white-space: nowrap;
}
.btn-group a {
    border: 1px solid #d60000;
    box-sizing: border-box;
    color: #d60000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 2.2em;
    margin: 0;
    max-width: 190px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 50%;
}
.btn-group a:first-of-type {
    border-radius: 3px 0 0 3px;
}
.btn-group a:last-of-type {
    border-radius: 0 3px 3px 0;
}
.btn-group a:hover {
    background: none repeat scroll 0 0 rgba(179, 33, 114, 0.1);
}
.btn-group a:focus {
    outline: 0 none;
}
.btn-group a.selected {
    background: none repeat scroll 0 0 #d60000;
    color: #fff;
}
.table-wrap {
    overflow-x: auto;
    width: 100%;
}
.table {
    margin: 0 0 2em;
    width: 100%;
}
.table thead th {
    background: none repeat scroll 0 0 #f6f6f6;
    border-bottom: 1px solid #ccc;
    color: #555;
    font-weight: bold;
    text-align: center;
}
.table th, .table td {
    border-bottom: 1px solid #ddd;
    padding: 0.25em 0.8em;
    vertical-align: top;
}
.table-zebra > tbody > tr:nth-child(2n+2) > th, .table-zebra > tbody > tr:nth-child(2n+2) > td {
    background: none repeat scroll 0 0 #fafafa;
}
.table-bordered, .table-bordered th, .table-bordered td {
    border: 1px solid #ddd;
}
.table-bordered thead th {
    border: 1px solid #ccc;
}
.table-tarifas th, .table-tarifas td {
    padding: 0.4em 0.8em 0.4em 0;
    vertical-align: middle;
    white-space: nowrap;
}
.table-tarifas h2 {
    color: #d60000;
    font-size: 2em;
    margin: 1.5em 0 0;
}
.table-tarifas h3 {
    color: #333;
    font-size: 1.15em;
    font-weight: bold;
    margin: 2em 0 0.2em;
}
.table-tarifas h3.top {
    margin-top: 0;
}
.table-tarifas h3 small {
    font-weight: normal;
    margin-left: 4px;
}
.table-tarifas .rate-small {
    color: #888;
    font-size: 0.875em;
    text-align: right;
}
.table-tarifas .rate-big {
    color: #333;
    font-weight: bold;
    text-align: right;
}
.tarifas-zonelist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tarifas-zonelist li {
    box-sizing: border-box;
    float: left;
    margin: 0;
    overflow: hidden;
    padding: 0 15px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tarifas-zonelist li:after {
    content: ", ";
}
.tarifas-zonelist li:last-of-type:after {
    content: ".";
}




textarea {
    height: auto;
    line-height: 1.5em;
    min-height: 2em;
}

input:focus, select:focus, textarea:focus {
    border-color: #ec5dad;
    box-shadow: 0 0 3px #d60000;
    outline: medium none;
}
label {
    color: #555;
    cursor: pointer;
    font-weight: bold;
}
label span {
    color: #aaa;
    font-weight: normal;
}
input[type="checkbox"], input[type="radio"] {
    border-width: 0;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
	box-shadow: none;
    outline: none;
}

.form-group {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}
.form-group label {
    display: block;
    line-height: 2em;
}
.form-group input, .form-group select, .form-group textarea {
    width: 100%;
}
.form-check {
    display: inline;
    white-space: nowrap;
}
.form-checks input {
    border-width: 0;
    box-shadow: none;
    display: inline;
    position: relative;
    top: -0.1em;
    width: auto;
}
.form-checks label[for] {
    color: #666;
    display: inline;
    font-weight: normal;
    margin: 0 2em 0 0.2em;
}
.form-lopd input {
    height: auto;
}
.form-lopd label {
    font-size: 0.8125em;
    line-height: 1.2;
}

.form-buttons {
    margin-top: 2em;
}
.form-buttons .btn {
    margin-right: 0.4em;
    min-width: 6em;
}
.form-buttons.text-center .btn {
    margin-left: 0em;
    margin-right: 0em;
}
.status-error {
    background: none repeat scroll 0 0 #e64a60;
    border-radius: 2px;
    color: #fff;
    font-size: 0.9em;
    margin: 2em 0;
    padding: 1.3em;
}
.status-success {
    background: none repeat scroll 0 0 #34be7c;
    border-radius: 2px;
    color: #fff;
    font-size: 0.9em;
    margin: 2em 0;
    padding: 1.3em;
}
.status-info {
    background: none repeat scroll 0 0 #3ca4e0;
    border-radius: 2px;
    color: #fff;
    font-size: 0.9em;
    margin: 2em 0;
    padding: 1.3em 1.3em 1.3em 50px;
    position: relative;
}
.status-info-icon {
    left: 13px;
    position: absolute;
    top: 1em;
}
.status-info a {
    color: #fff;
}
.status-info a:hover {
    color: rgba(255, 255, 255, 0.7);
}
input.error, select.error, textarea.error {
    border-color: #ff355b;
}
div.error .form-help {
    color: #f00;
}
.dropdown-menu {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: outside none none;
    margin: 1px 0 0;
    min-width: 160px;
    padding: 4px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu a, .dropdown-menu a:link, .dropdown-menu a:visited, .dropdown-menu a:hover, .dropdown-menu a:active {
    clear: both;
    color: #333;
    display: block;
    font-weight: normal;
    line-height: 18px;
    padding: 3px 15px;
    text-decoration: none;
    white-space: nowrap;
}
.dropdown-menu li a:hover, .dropdown-menu .active a, .dropdown-menu .active a:hover {
    background-color: #0088cc;
    color: #ffffff;
}
.open {
}
.open .dropdown-menu {
    display: block;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.number {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.top {
    margin-top: 0;
}
.nowrap {
    white-space: nowrap;
}
.nomargin {
    margin: 0;
}
.intro {
    color: #333;
    font-size: 1.375em;
    line-height: 1.2;
}
hr.small {
    border-top: 1px solid #666;
    margin: 1.1em auto 3.4em;
    width: 175px;
}
.site-section {
    padding-bottom: 1em;
    padding-top: 1em;
}
.site-section-grey {
    background: none repeat scroll 0 0 #f2f2f2;
}
hgroup {
    margin-bottom: 2.2em;
}
hgroup h1 {
    margin: 0 0 0.5em;
}
hgroup h2 {
    color: #666;
    font-size: 0.9em;
    font-weight: normal;
    margin: 0;
}
hgroup h2 a {
    color: #666;
    text-decoration: none;
}
hgroup h2 a:hover {
    color: #666;
    text-decoration: underline;
}
.bottomlinks a {
    color: #333;
    display: block;
    margin-bottom: 2em;
    text-align: center;
    text-decoration: none;
}
.bottomlinks img {
    margin-bottom: 1em;
}
.bottomlinks h3 {
    margin-top: 0;
}
@media (min-width: 550px) {
	.bottomlinks a {
		text-align: left;
	}
}
@media (min-width: 768px) {
	hgroup h1 {
		margin: 0 0 0.2em;
	}
	hgroup h2 {
		font-size: 1.1em;
	}
}
@media (min-width: 992px) {
	.bottomlinks a {
		text-align: center;
	}
}
.bottomlinks .flex-item h3 {
    padding: 0 20px;
}
.bottomlinks .flex-item p {
    margin: 0 0 10px;
    padding: 0 20px;
}
.bottomlinks .flex-item .btn {
    /* min-width: 40%; */
}
@media (min-width: 550px) {
	/* SIDEWAYS DISPLAY */
	.bottomlinks .flex-item {
		background-color: transparent;
	}
	.bottomlinks .flex-item h3, .bottomlinks .flex-item p {
		padding: 0;
	}
	.bottomlinks .flex-footer {
		display: block;
		max-width:100%;
	}
	.bottomlinks .flex-content {
		padding-bottom: 0;
	}
	.no-flexbox .bottomlinks .flex-content {
		background: none repeat scroll 0 0 transparent;
	}
}
@media (min-width: 768px) {
	.bottomlinks .flex-item {
		background-color: #f2f2f2;
		text-align: center;
	}
	.bottomlinks .flex-item h3 {
		font-size: 1.3em;
		padding: 0 20px;
	}
	.bottomlinks .flex-item p {
		padding: 0 20px;
	}
	.bottomlinks .flex-footer {
		display: block;
	}
	.bottomlinks .flex-content {
		padding-bottom: 4.5em;
	}
	.no-flexbox .bottomlinks .flex-item {
		background: none repeat scroll 0 0 transparent;
	}
	.no-flexbox .bottomlinks .flex-content {
		background: none repeat scroll 0 0 #f2f2f2;
	}
}

@media (min-width: 992px) {
	.bottomlinks .flex-item h3 {
		font-size: 1.625em;
	}
}
.page-nav h2 {
    font-size: 1.125em;
    font-weight: bold;
}
.page-nav ul {
    line-height: 1.7;
    margin: 0 0 3em;
    padding: 0;
}
.page-nav ul a {
    text-decoration: none;
}
@media (min-width: 500px) {
	.page-nav ul li {
		display: inline-block;
		margin: 0 1em 0 0;
	}
}
@media (min-width: 992px) {
	.page-nav ul li {
		display: block;
		margin: 0;
	}
}
#cookies-msg {
	font-family:'Roboto Condensed', 'Helvetica Neue',Helvetica,Arial,sans-serif;
    background: none repeat scroll 0 0 #333;
    border-bottom: 1px solid #ddd;
    color: #ccc;
    font-size: 0.8125em;
    font-weight: normal;
    padding: 0.8em 0;
}
#cookies-msg a {
    color: #f74aaa;
    text-decoration: none;
}
#cookies-msg a:hover {
    border-bottom: 1px solid #fff;
}
#cookies-msg-close {
    float: right;
    font-size: 26px;
    line-height: 1;
    padding: 0 0 0 20px;
    text-decoration: none;
}
#cookies-msg #cookies-msg-close:hover {
    border-width: 0;
    color: #fff;
}
.home-hero {
    background: url("/images/home-hero-mobile.jpg") no-repeat scroll center center / cover #000;
    color: #fff;
    margin: 0 0 2.5em;
    overflow: hidden;
    padding: 5em 0;
    position: relative;
}
#home-video {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
.home-hero .site-center {
    position: relative;
    z-index: 2;
}
.home-hero h1 {
    color: #fff;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-align: center;
}
.home-hero .home-hero-subtitle {
    display: none;
    margin: 0;
    text-align: center;
}
.home-hero-tarifas {
    display: none;
}
.home-hero-tarifa:hover {
    background: none repeat scroll 0 0 #000;
}
.home-panel-title, .home-panel-text {
    text-align: center;
}
.home-panel-badges {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.home-panel-badges li {
    text-align: center;
}
.home-panel-badges img {
    height: 50px;
    margin: 0 0 10px;
}


@media (min-width: 450px) {
	.home-hero {
		padding: 6em 0;
	}
	.home-hero h1 {
		font-size: 2.5em;
	}
}


@media (min-width: 550px) {
	.home-hero {
		margin: 0 0 3.5em;
		padding: 9em 0;
	}
	.home-panel-badges li {
		float: left;
		margin: 0 1.5%;
		width: 30.3333%;
	}
	.home-panel-badges img {
		height: auto;
	}
}


@media (min-width: 600px) {
	.home-hero {
		background-image: none;
		padding: 0;
	}
	.home-hero-mobile {
		background-image: url("/images/home-video-poster.jpg");
	}
	#home-video {
		display: block;
		width: 100%;
	}
	.home-hero h1 {
		font-size: 3.2em;
		padding: 150px 0 0;
	}
	.home-hero .home-hero-subtitle {
		display: block;
		font-size: 1.3em;
		padding: 0 0 150px;
	}
}


@media (min-width: 768px) {
	.home-hero h1 {
		font-size: 4.3em;
		padding: 1em 0 0;
	}
	.home-hero .home-hero-subtitle {
		font-size: 1.6em;
		padding: 0;
	}
	.home-hero-tarifas {
		display: block;
		padding: 6em 0 2em;
	}
	.home-hero-tarifa {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
		border-left: 7px solid #d60000;
		box-sizing: border-box;
		display: block;
		margin: 0 auto;
		padding: 15px 10px 25px 25px;
		text-decoration: none;
		transition: background 0.2s linear 0s;
		width: 90%;
	}
	.home-hero-tarifa div {
		padding-top: 43.591%;
		position: relative;
	}
	.home-hero-tarifa img {
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}
	.home-panel-title, .home-panel-text {
		text-align: left;
	}
	.home-panel-badges li {
		display: inline;
		float: none;
		width: auto;
	}
	.home-panel-badges img {
		height: 50px;
	}
}


@media (min-width: 1050px) {
	.home-hero {
		margin: 0 0 5em;
	}
	.home-hero h1 {
		font-size: 5em;
		padding: 1.5em 0 0;
	}
	.home-hero .home-hero-subtitle {
		font-size: 1.875em;
	}
	.home-panel-badges li {
		float: left;
		margin: 0 0 0 3%;
		width: 30.3333%;
	}
	.home-panel-badges img {
		height: auto;
	}
}


@media (min-width: 1200px) {

}


@media (min-width: 400px) {

}


@media (min-width: 680px) {

}


@media (min-width: 850px) {

}



.internet-infopacks .flex-item {
    text-align: center;
    text-decoration: none;
}
.internet-infopacks .flex-item {
    background-color: #333;
}
.internet-infopacks .internet-infopacks-purple {
    background-color: #d60000;
}
.internet-infopacks .flex-content {
    padding: 0;
}
.internet-infopacks .internet-infopacks-icon {
    background: none repeat scroll 0 0 #f2f2f2;
    display: none;
    padding: 25px 0 30px;
}
.no-flexbox .internet-infopacks .flex-item {
    background: none repeat scroll 0 0 transparent;
}
.no-flexbox .internet-infopacks .flex-content {
    background: none repeat scroll 0 0 #333;
}
.no-flexbox .internet-infopacks .internet-infopacks-purple .flex-content {
    background: none repeat scroll 0 0 #d60000;
}
.internet-infopacks .flex-footer {
    color: #fff;
    padding: 1em;
    position: static;
}
.internet-infopacks .flex-footer h3 {
    color: #fff;
    font-size: 0.9375em;
    font-weight: bold;
    margin: 0 0 1em;
    text-transform: uppercase;
}
.internet-infopacks .flex-footer p {
    font-size: 0.875em;
    line-height: 1.2;
    margin: 1.6em 0 0;
    padding: 0 1em;
}
.internet-infopacks .flex-footer strong {
    display: block;
    font-size: 1.875em;
    line-height: 0.9;
}
.internet-infopacks .flex-footer span {
    color: #888;
    font-size: 0.75em;
    text-transform: uppercase;
}
.internet-infopacks-purple .flex-footer span {
    color: #e593c1;
}


@media (min-width: 550px) {
	.internet-infopacks .internet-infopacks-icon {
		display: block;
	}
}



@media (min-width: 400px) {
	.internet-porque img {
		width: auto;
	}
	.internet-porque p {
		width: 75%;
	}
}


@media (min-width: 550px) {
	.internet-porque img {
		width: 80px;
	}
	.internet-porque p {
		width: 70%;
	}
}


@media (min-width: 680px) {

}


@media (min-width: 768px) {

}


@media (min-width: 992px) {

}


@media (min-width: 1200px) {

}


@media (min-width: 500px) {

}

@media (min-width: 550px) {

}


@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1080px) {

}

@media (min-width: 550px) {

}
@media (min-width: 768px) {

}


@media (min-width: 550px) {

}
 padding: 0 0 0 1em;
}

@media (min-width: 768px) {

}
@media (min-width: 768px) and (max-height: 500px) {

}


@media (min-width: 550px) {

}


@media (min-width: 768px) {

}

@media (min-width: 768px) {

}
@media (min-width: 992px) {
}

@media (min-width: 550px) {

}
@media (min-width: 768px) {

}
@media (min-width: 800px) {

}


@media (min-width: 850px) {
.como-funciona-velocidad img {
    width: 520px;
}
.como-funciona-fotomontaje {
    padding-top: 80%;
}
}
@media (min-width: 992px) {
.como-funciona {
    text-align: center;
}
.como-funciona img {
    max-width: 170px;
}
.como-funciona-fotoantena {
    padding-top: 58.62%;
}
.como-funciona-3g {
    background-position: 90% 40px;
}
.como-funciona-velocidad img {
    width: 870px;
}
.como-funciona-spot {
    background-position: center 0;
}
.como-funciona-fotomontaje {
    padding-top: 56.15%;
}
}
@media (min-width: 1100px) {
.como-funciona-velocidad img {
    width: 740px;
}
}
.mobile-hero .telefono-box {
    border: 1px solid #ddd;
}
.telefono-box-header {
    background: none repeat scroll 0 0 #333;
    color: #fff;
    text-align: center;
}
.telefono-box-title {
    border-bottom: 1px solid #444;
    line-height: 1;
    padding: 1em 0.5em;
}
.telefono-box-title h2 {
    color: #d60000;
    font-size: 1.2em;
    margin: 0;
}
.telefono-box-title span {
    color: #888;
    font-size: 0.8125em;
    text-transform: uppercase;
}
.telefono-box-summary {
    margin: 0 auto;
    max-width: 350px;
    padding: 1em 10px;
}
.telefono-box-summary:before, .telefono-box-summary:after {
    content: " ";
    display: table;
}
.telefono-box-summary:after {
    clear: both;
}
.telefono-box-summary-item {
    float: left;
    width: 33.3333%;
}
.telefono-box-summary small {
    color: #888;
    display: block;
    font-size: 0.75em;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.telefono-box-summary strong {
    display: block;
    font-size: 1.7em;
    line-height: 1;
    white-space: nowrap;
}
.telefono-box-summary span {
    display: block;
    font-size: 0.8125em;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
}
.telefono-box-content {
    background: none repeat scroll 0 0 #f2f2f2;
    font-size: 0.875em;
    padding: 2em 2.2em 0 2.3em;
}
.telefono-box-content strong {
    color: #333;
}
.telefono-box-content h5 {
    font-size: 1em;
    margin-bottom: 0.7em;
}
.telefono-box .flex-footer {
    padding: 0 2em 1.7em;
}
.telefono-box .flex-footer .btn, .telefono-box-btn, .telefono-box-btn:focus {
    box-sizing: border-box;
    height: auto;
    width: 100%;
}
.telefono-box-btn, .telefono-box-btn:focus {
    font-size: 1.07143em;
    line-height: 2.8em;
    margin: 10px 0 30px;
}
.telefono-box-header-purple {
    background: none repeat scroll 0 0 #d60000;
}
.telefono-box-header-purple .telefono-box-title {
    border-bottom-color: #c2458a;
}
.telefono-box-header-purple .telefono-box-title h2 {
    color: #fff;
}
.telefono-box-header-purple .telefono-box-title span, .telefono-box-header-purple .telefono-box-summary small {
    color: #e593c1;
}


@media (min-width: 768px) {
	.telefono-box-summary span {
		font-size: 1em;
	}
}


@media (min-width: 992px) {
	.mobile-hero .telefono-box {
		border-width: 0;
	}
	.telefono-box-title h2 {
		font-size: 1.5em;
	}
}

@media (min-width: 1150px) {
	.telefono-box-summary {
		max-width: 450px;
	}
	.telefono-box-summary strong {
		font-size: 2.375em;
	}
}

.telefono-box-tarifalist {
    background: none repeat scroll 0 0 #f9f9f9;
}
.telefono-box-tarifalist:before, .telefono-box-tarifalist:after {
    content: " ";
    display: table;
}
.telefono-box-tarifalist:after {
    clear: both;
}
.telefono-box-tarifalist-item {
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 50%;
}
.telefono-box-tarifalist-item-head {
    background: none repeat scroll 0 0 #333;
    color: #fff;
    overflow: hidden;
    padding: 1em 0;
    position: relative;
}
.telefono-box-tarifalist-item-head-purple {
    background: none repeat scroll 0 0 #d60000;
}
.telefono-box-tarifalist-item-head small {
    color: #888;
    display: block;
    font-size: 0.75em;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.telefono-box-tarifalist-item-head-purple small {
    color: #e593c1;
}
.telefono-box-tarifalist-item-head strong {
    display: block;
    font-size: 2.375em;
    line-height: 1;
    white-space: nowrap;
}
.telefono-box-tarifalist-item-head span {
    display: block;
    font-size: 1em;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
}
.telefono-box-tarifalist-item-head em {
    background: none repeat scroll 0 0 #d60000;
    display: block;
    font-size: 0.85em;
    font-style: normal;
    font-weight: bold;
    line-height: 1.1;
    padding: 30px 0 6px;
    position: absolute;
    right: -70px;
    top: -5px;
    transform: rotate(45deg);
    transform-origin: 50% 0 0;
    width: 130px;
}
.telefono-box-tarifalist-item ul {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    font-size: 0.875em;
    list-style-type: none;
    margin: 0;
    padding: 0.2em 0 1em;
}
.telefono-box-tarifalist-item:first-of-type ul {
    border-left: 1px solid #ddd;
}
.telefono-box-tarifalist-item li {
    margin: 0.9em 0;
    padding: 0;
}
.telefono-box-tarifalist-item li.sep {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 auto;
    max-width: 60%;
}
.telefono-box-tarifalist-item ul span {
    font-size: 12px;
    text-transform: uppercase;
}
.telefono-box-tarifalist-item ul strong {
    color: #333;
}
.telefono-box-tarifalist-item ul strong.med {
    font-size: 20px;
    line-height: 1;
}
.telefono-box-tarifalist-item ul strong.big {
    font-size: 30px;
    line-height: 1;
}
.telefono-box-tarifalist-footer {
    padding: 1em;
    text-align: center;
}
.telefono-box-tarifalist-footer a {
    text-decoration: none;
}
.mobile-hero .telefono-box-tarifalist-item ul {
    border-left: 1px solid #ddd;
    border-width: 0 0 0 1px;
}
.mobile-hero .telefono-box-tarifalist-item:first-of-type ul {
    border-left-width: 0;
}
.telefono-box-bonolist {
    background: none repeat scroll 0 0 #f9f9f9;
    padding: 18px 30px 30px;
}
.telefono-box-bonolist-title strong {
    text-transform: uppercase;
}
.telefono-box-bonolist ul {
    list-style-type: none;
    margin: 0 0 1em;
    padding: 0;
}
.telefono-box-bonolist ul li {
    border-bottom: 1px solid #e5e5e5;
    padding: 1.1em 0;
}
.telefono-box-bonolist ul li:last-of-type {
    border-bottom-width: 0;
}
.telefono-box-bonolist ul strong {
    display: block;
    font-size: 1.875em;
    line-height: 1;
}
.telefono-box-bonolist-price {
    float: right;
    text-align: right;
}
.telefono-box-bonolist .btn-primary {
    box-sizing: border-box;
    height: auto;
    min-width: 60%;
}
.mobile-hero-note {
    color: #444;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
}


@media (min-width: 650px) {
	.telefono-box-tarifalist-item {
		width: 25%;
	}
	.telefono-box-tarifalist-item-featured .telefono-box-tarifalist-item-head {
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		border-color: #ddd;
		border-image: none;
		border-style: solid;
		border-width: 1px 1px 0;
	}
	.telefono-box-tarifalist-item-featured {
		background: none repeat scroll 0 0 #fff;
		margin-top: -1px;
	}
}


@media (min-width: 992px) {
	.mobile-hero {
		background: url("/images/movil-hero-bg.jpg") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
		padding: 0 0 2em;
	}
	.telefono-box-tarifalist-footer {
		background: none repeat scroll 0 0 #f9f9f9;
		border-top: 1px solid #ddd;
		font-size: 0.875em;
		margin: 0 0 2em;
	}
}


.mobile-caracteristicas-item {
    margin: 0 0 2em;
    padding-left: 55px;
    position: relative;
}
.mobile-caracteristicas-item img {
    /* height: 40px; */
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}
.mobile-caracteristicas-item strong {
    color: #333;
    display: block;
}
.mobile-caracteristicas-item p {
    margin: 0.6em 0 0;
}
.movil-ficha-bigdata-wrap {
    text-align: center;
}

.wwcall {
	background-image: url("/images/worldwide_calling.jpg");
    background-repeat: no-repeat;
}


.movil-ficha-bigdata {
    color: #333;
    display: inline-block;
    font-size: 0.7em;
    margin: 0 4em 1.5em 0;
    text-align: left;
    white-space: nowrap;
}
.movil-ficha-bigdata:last-child {
    margin-right: 0;
}
.movil-ficha-bigdata-number {
    float: left;
    font-size: 5.625em;
    font-weight: bold;
    line-height: 1.2;
	color:#205;
}
.movil-ficha-bigdata-right {
    float: left;
    font-size: 1.875em;
    font-weight: bold;
    line-height: 1.2;
    margin-left: 0.3em;
    padding-top: 0.3em;
    text-transform: uppercase;
}
.movil-ficha-bigdata-sub {
    clear: both;
    font-size: 1.125em;
    text-transform: uppercase;
	color:#205;
}
.movil-ficha-pricebox {
    background: none repeat scroll 0 0 #205;
    color: #ff0;
    padding: 30px 0;
    text-align: center;
    white-space: nowrap;
}
.movil-ficha-price {
    display: inline-block;
    font-size: 0.8em;
}
.movil-ficha-pricebig {
    float: left;
    font-size: 7.9375em;
    font-weight: bold;
    letter-spacing: -0.06em;
    line-height: 1;
    margin-right: 0.05em;
}
.movil-ficha-pricedecimal {
    font-size: 3.9375em;
    font-weight: bold;
    line-height: 1;
    position: relative;
    top: 0.145em;
}
.movil-ficha-pricecurrency {
    font-size: 1.75em;
    margin-left: 0.5em;
}
.movil-ficha-price-iva {
    color: #ff0;
    line-height: 1.2;
}
.movil-ficha-pricebox .btn {
    background: none repeat scroll 0 0 #d60000;
    border-color: #d60000 #d60000 #9c346e;
    box-sizing: border-box;
    height: auto;
    line-height: 2.5;
    margin: 2em 0 0;
    min-width: 80%;
}
.telefono-contratar-resumen {
    padding: 30px 30px 15px;
}
.telefono-contratar-resumen ul {
    list-style-type: square;
    margin: 0 0 1em;
    padding: 0 0 0 1em;
}

@media (min-width: 550px) {
	.movil-ficha-bigdata {
		font-size: 0.8em;
	}
}

@media (min-width: 768px) {
	.movil-ficha-bigdata {
		font-size: 0.6em;
	}
}


@media (min-width: 992px) {
	.movil-ficha-bigdata {
		font-size: 0.9em;
	}
	}
	@media (min-width: 1100px) {
	.movil-ficha-bigdata {
		font-size: 1em;
	}
	.movil-ficha-price {
		font-size: 1em;
	}
}


.telefono-plan-selector-sim {
    float: left;
}
.telefono-plan-selector-sim label img {
    display: block;
    margin-bottom: 8px;
}
.telefono-plan-selector-sim-1 {
    margin-right: 5px;
}
.movil-ficha-promoteide {
    background: none repeat scroll 0 0 #f2f2f2;
    margin: 0 0 2em;
    overflow: hidden;
    position: relative;
	padding:1.5em;
}
.movil-ficha-promoteide-img {
    height: 150px;
    overflow: hidden;
}
.movil-ficha-promoteide-txt {
    color: #333;
    font-size: 15px;
    padding: 20px 30px;
}
.movil-ficha-promoteide h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 0.1em;
    padding: 0;
}
.movil-ficha-promoteide small {
    color: #888;
    display: block;
    font-size: 0.82em;
    line-height: 1.4;
    margin: 2.5em 7em 0 0;
}
.movil-ficha-promoteide-price {
    bottom: 0.6em;
    color: #d60000;
    font-size: 1em;
    position: absolute;
    right: 0;
    white-space: nowrap;
    width: 6.5em;
}
.movil-ficha-promoteide-pricenumber {
    float: left;
    font-size: 4.5625em;
    line-height: 1;
}
.movil-ficha-promoteide-pricecurrency {
    font-size: 2.75em;
    line-height: 1;
    position: relative;
    top: 0.12em;
}
.movil-ficha-promoteide-priceperiod {
    font-size: 1em;
    line-height: 1;
    position: relative;
    top: -0.1em;
}


@media (min-width: 660px) {
	.movil-ficha-promoteide-img {
		height: auto;
		left: 0;
		position: absolute;
		top: 0;
		width: 40%;
	}
	.movil-ficha-promoteide-txt {
		margin-left: 40%;
	}
}


.telefono-plan-selector {
    list-style-type: none;
    margin: 0 -10px 3em;
    padding: 0;
}
.telefono-plan-selector li {
    margin: 0 0 10px;
    padding: 0 10px;
}
.telefono-plan-selector label {
    border: 2px solid #ddd;
    border-radius: 4px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 10px 5px;
    text-align: left;
}
.telefono-plan-selector label.selected {
    background: none repeat scroll 0 0 #fcebf5;
    border-color: #d60000;
}
.telefono-plan-selector-sub {
    float: left;
}
.telefono-plan-selector-input {
    line-height: 45px;
    padding: 0 15px;
}
.telefono-plan-selector-data {
    min-width: 90px;
}
.telefono-plan-selector-info {
    padding-top: 2px;
}
.telefono-plan-selector input {
    height: auto;
}
.telefono-plan-selector input:focus {
    box-shadow: none;
}
.telefono-plan-selector .telefono-plan-selector-data {
    font-weight: bold;
    line-height: 1.1;
}
.telefono-plan-selector .telefono-plan-selector-data strong {
    display: block;
    font-size: 30px;
    line-height: 1;
}
.telefono-plan-selector hr {
    display: none;
    margin: 1em auto;
    max-width: 75px;
}
.telefono-plan-selector label.selected hr {
    border-color: #dbcbd4;
}


@media (min-width: 550px) {
	.telefono-plan-selector-sim-1 {
		margin-right: 30px;
	}
	.telefono-plan-selector-2 label {
		font-size: 15px;
		padding: 15px 5px;
		text-align: center;
	}
	.telefono-plan-selector-2 .telefono-plan-selector-sub {
		float: none;
		line-height: inherit;
		min-width: auto;
		padding: 0;
	}
	.telefono-plan-selector-2 .telefono-plan-selector-data {
		margin: 5px 0 0;
	}
	.telefono-plan-selector-2 .telefono-plan-selector-data strong {
		font-size: 40px;
	}
	.telefono-plan-selector-2 hr {
		display: block;
	}
}


@media (min-width: 550px) and (max-width: 767px) {
	.telefono-plan-selector-3 label {
		font-size: 15px;
		padding: 15px 5px;
		text-align: center;
	}
	.telefono-plan-selector-3 .telefono-plan-selector-sub {
		float: none;
		line-height: inherit;
		min-width: auto;
		padding: 0;
	}
	.telefono-plan-selector-3 .telefono-plan-selector-data {
		margin: 5px 0 0;
	}
	.telefono-plan-selector-3 .telefono-plan-selector-data strong {
		font-size: 40px;
	}
	.telefono-plan-selector-3 hr {
		display: block;
	}
}



@media (min-width: 992px) {
	.telefono-plan-selector label {
		font-size: 15px;
		padding: 15px 5px;
		text-align: center;
	}
	.telefono-plan-selector-sub {
		float: none;
		line-height: inherit;
		min-width: auto;
		padding: 0;
	}
	.telefono-plan-selector .telefono-plan-selector-data {
		margin: 5px 0 0;
	}
	.telefono-plan-selector .telefono-plan-selector-data strong {
		font-size: 40px;
	}
	.telefono-plan-selector hr {
		display: block;
	}
}



.mobile-devices-hero-movil {
    display: none;
}
.mobile-devices-hero h1 {
    text-align: center;
}
.mobile-devices-hero-price {
    display: none;
}
.mobile-devices-hero-price strong {
    display: block;
    font-size: 1.25em;
    font-weight: normal;
    line-height: 1;
}
.mobile-devices-hero-price-number {
    float: left;
    font-size: 9.25em;
    font-weight: bold;
    line-height: 0.9;
    margin: 0 0.05em 0 0;
}
.mobile-devices-hero-price-currency {
    font-size: 5em;
    line-height: 0.7;
    padding-top: 0.2em;
}



@media (min-width: 768px) {
	.mobile-devices-hero {
		background: url("/images/movil-dispositivos-herobg.jpg") repeat scroll center 0 / cover #bedfe6;
		color: #d60000;
		margin: 0 0 3em;
		padding: 4em 0;
	}
	.mobile-devices-hero-movil {
		display: inline;
	}
	.mobile-devices-hero h1 {
		margin: 0 0 0.5em;
		padding: 0;
		text-align: left;
	}
	.mobile-devices-hero-price {
		display: block;
		font-size: 0.7em;
		margin: 4em 0 0;
	}
}


@media (min-width: 992px) {
	.mobile-devices-hero-price {
		font-size: 1em;
	}
}


.mobile-devices-list-item, .mobile-devices-list-item:hover {
    color: #666;
    display: block;
    margin: 4em 0;
    position: relative;
    text-decoration: none;
}
.mobile-devices-list-item img {
    max-height: 280px;
    max-width: 100%;
}
.mobile-devices-list-item h3 {
    font-size: 1.375em;
    font-weight: normal;
    margin: 1em 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mobile-devices-list-item p {
    font-size: 0.875em;
    margin: 0.5em 0 0.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mobile-devices-list-item p.price {
    color: #888;
    font-size: 1.375em;
    margin: 0;
}
.mobile-devices-list-new {
    background: none repeat scroll 0 0 #d60000;
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.8125em;
    left: 50%;
    line-height: 1.2;
    margin-left: 35px;
    padding: 0.2em 0;
    position: absolute;
    text-align: center;
    top: -0.8em;
    width: 60px;
}
.movil-dispositivo-ficha-foto {
    margin-bottom: 2.5em;
}
.movil-dispositivo-ficha-foto img {
}
.movil-dispositivo-ficha h1 {
    margin: 0 0 0.8em;
    padding: 0;
    text-align: center;
}
.movil-dispositivo-ficha-subtitle {
    font-size: 0.875em;
    list-style-type: none;
    margin: 0 0 2.2em;
    padding: 0;
    text-align: center;
}
.movil-dispositivo-ficha-subtitle li {
    display: inline-block;
    margin: 0 25px 0.5em 0;
    white-space: nowrap;
}
.movil-dispositivo-ficha-subtitle img {
    height: 19px;
    margin: 0 5px 0 0;
    position: relative;
    top: -2px;
    vertical-align: middle;
}
.movil-dispositivo-ficha-subtitle-color {
    border: 1px solid #aaa;
    display: inline-block;
    height: 14px;
    margin: 0 0 0 2px;
    vertical-align: middle;
    width: 14px;
}
.movil-dispositivo-ficha-description {
    margin: 0 0 3.5em;
}
.movil-dispositivo-ficha-resumen {
    margin-bottom: 2em;
    text-align: center;
}
.movil-dispositivo-ficha-resumen h2 {
    font-size: 1em;
    margin: 0 0 1em;
}
.movil-dispositivo-ficha-price {
    text-align: center;
}
.movil-dispositivo-ficha-price strong {
    color: #d60000;
    display: block;
    font-size: 5em;
    font-weight: normal;
    line-height: 1;
}
.movil-dispositivo-ficha-price .btn-primary {
    box-sizing: border-box;
    height: auto;
    margin: 1.5em 0 0;
    min-width: 80%;
}
.movil-dispositivo-ficha-price-inactive {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #e5e5e5;
    padding: 1em;
}
.movil-dispositivo-ficha-price-inactive span {
    color: #333;
    display: block;
    font-size: 1.125em;
    font-weight: bold;
    margin: 0 0 0.4em;
}
.movil-dispositivo-ficha-caracteristicas h3 {
    color: #333;
    font-size: 1em;
    font-weight: bold;
    margin: 2em 0 0.8em;
    text-transform: uppercase;
}
.movil-dispositivo-ficha-extrafotos {
    list-style-type: none;
    margin: 0 0 2.5em;
    padding: 0;
    text-align: center;
}
.movil-dispositivo-ficha-extrafotos li {
    display: inline-block;
    margin: 0 3px;
}
.movil-dispositivo-ficha-extrafotos a {
    border: 2px solid #ccc;
    display: block;
    padding: 4px;
    text-decoration: none;
    transition: all 0.1s linear 0s;
}
.movil-dispositivo-ficha-extrafotos a.selected {
    border-color: #d60000;
}
.movil-dispositivo-ficha-extrafotos img {
    height: 34px;
    width: 34px;
}


@media (min-width: 340px) {
	.movil-dispositivo-ficha-foto img {
		width: 300px;
	}
}


@media (min-width: 550px) {
	.movil-dispositivo-ficha-resumen {
		text-align: left;
	}
}


@media (min-width: 768px) {
	.movil-dispositivo-ficha h1, .movil-dispositivo-ficha-subtitle, .movil-dispositivo-ficha-price {
		text-align: left;
	}
	.movil-dispositivo-ficha h1 {
		margin: 0 0 0.25em;
	}
	.movil-dispositivo-ficha-foto img {
		width: auto;
	}
}


@media (min-width: 992px) {
	.movil-dispositivo-ficha-price {
		text-align: center;
	}
}


.mobile-apnmenu {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.mobile-apnmenu li {
    float: left;
    margin: 0 2%;
    width: 29.3333%;
}
.mobile-apnmenu img {
    height: auto;
    margin: 0 0 0.8em;
    max-width: 160px;
    width: 80%;
}
.mobile-apnmenu a {
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
}
.mobile-apnmenu a.unselected {
    opacity: 0.2;
    transition: opacity 0.15s linear 0s;
}
.mobile-apnmenu a.unselected:hover {
    opacity: 1;
}
.mobile-apnmenu a small {
    color: #888;
    display: none;
    font-size: 14px;
}
.mobile-apnhelp {
    border-top: 1px solid #ddd;
    margin-top: 3em;
    padding-top: 3em;
}
.mobile-apnhelp-images img {
    display: block;
    margin: 0.6em auto;
    max-width: 280px;
    width: 100%;
}


@media (min-width: 550px) {
	.mobile-apnmenu a {
		font-size: 20px;
	}
	.mobile-apnmenu a small {
		display: inline;
	}
}


@media (min-width: 650px) {
	.mobile-apnmenu img {
		width: 60%;
	}
	.mobile-apnmenu li span {
		display: block;
	}
	.mobile-apnhelp-images {
		margin: 0 0 4em;
		text-align: center;
	}
	.mobile-apnhelp-images img {
		background: none repeat scroll 0 0 #000;
		display: inline-block;
		margin: 0;
		max-width: 100%;
		width: 33.3333%;
	}
}


@media (min-width: 768px) {
	.mobile-apnmenu {
		width: 80%;
	}
	.mobile-apnmenu img {
		width: 70%;
	}
}


@media (min-width: 992px) {
	.mobile-apnmenu {
		width: 60%;
	}
	.mobile-apnhelp-images {
		text-align: left;
	}
}


@media (min-width: 1200px) {
	.mobile-apnmenu img {
		width: 100%;
	}
}


.packs-hero {
    overflow: hidden;
    padding: 5em 0;
    position: relative;
}
.packs-hero-1 {
    background: url("/images/packs-bg-1-foto.jpg") no-repeat scroll center bottom / cover #88aad0;
}
.packs-hero-2 {
    background: url("/images/packs-bg-2-foto.jpg") no-repeat scroll center top / cover #b8cee3;
}
.packs-hero-1-poly {
    background: url("/images/packs-bg-1.svg") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    bottom: -1px;
    display: none;
    left: 58%;
    min-width: 703px;
    position: absolute;
    top: -1px;
}
.packs-hero-2-poly {
    background: url("/images/packs-bg-2.svg") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    bottom: -1px;
    height: 50px;
    left: -1px;
    position: absolute;
    right: -1px;
}
.packs-hero-2-bottom {
    background: url("/images/packs-bg-2-bottom.svg") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    height: 50px;
    position: relative;
    top: -1px;
    width: 100%;
}
.packs-hero h1 {
    text-align: center;
}
.packs-hero-info {
    color: #222;
    margin: 0 0 2.1em;
    padding: 0 0 0 70px;
    position: relative;
}
.packs-hero-info img {
    left: 0;
    position: absolute;
    top: -2px;
}
.packs-hero-info h2 {
    color: #000;
    font-size: 1em;
    margin: 0 0 0.7em;
    text-transform: uppercase;
}
.packs-hero-price-mobile {
    color: #000;
    margin: 3em 0 0;
    text-align: center;
}
.packs-hero-price-mobile strong {
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1;
}
.packs-hero .btn-primary {
    box-sizing: border-box;
    font-weight: bold;
    height: auto;
    line-height: 3em;
    margin: 1.5em 0 0;
    text-transform: uppercase;
    width: 100%;
}
.packs-hero-square-wrap {
    display: none;
    min-height: 490px;
    position: relative;
}
.packs-hero-square {
    background: none repeat scroll 0 0 #fff;
    color: #d60000;
    height: 150px;
    position: absolute;
    text-align: center;
    width: 150px;
}
.packs-hero-square:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
}
.packs-hero-square-content {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    width: 130px;
}
.packs-hero-square strong {
    font-size: 4em;
}
.packs-hero-square strong.small {
    font-size: 2em;
    line-height: 1.2;
}
.packs-hero-square strong.medium {
    font-size: 3em;
    line-height: 1.1;
}
.packs-hero-square strong.medium sup {
    font-size: 0.55em;
    top: -0.5em;
}
.packs-hero-square span {
    font-size: 0.8em;
    text-transform: uppercase;
}
.packs-hero-square small {
    font-size: 0.7em;
}
.packs-hero-square-grey {
    background: none repeat scroll 0 0 #8d8c8d;
    color: #fff;
}
.packs-hero-square-purple {
    background: none repeat scroll 0 0 #d60000;
    color: #fff;
}
.packs-hero-square-1-1-1 {
    left: 0;
    top: 0;
}
.packs-hero-square-1-2-1 {
    left: 170px;
    top: 0;
}
.packs-hero-square-1-3-1 {
    left: 340px;
    top: 0;
}
.packs-hero-square-1-1-2 {
    left: 0;
    top: 170px;
}
.packs-hero-square-1-2-2 {
    left: 170px;
    top: 170px;
}
.packs-hero-square-1-1-3 {
    left: 0;
    top: 340px;
}
.packs-hero-square-2-1-1 {
    right: 340px;
    top: 0;
}
.packs-hero-square-2-2-1 {
    right: 170px;
    top: 0;
}
.packs-hero-square-2-3-1 {
    right: 0;
    top: 0;
}
.packs-hero-square-2-1-2 {
    right: 170px;
    top: 170px;
}
.packs-hero-square-2-2-2 {
    right: 0;
    top: 170px;
}
.packs-hero-square-2-1-3 {
    right: 0;
    top: 340px;
}


@media (min-width: 768px) {
	.packs-hero-price-mobile {
		display: none;
	}
	.packs-hero-1-poly, .packs-hero-square-wrap {
		display: block;
	}
	.packs-hero-2-poly {
		height: 80px;
	}
	.packs-hero-2-bottom {
		height: 100px;
	}
	.packs-hero h1 {
		text-align: left;
	}
}


@media (min-width: 992px) {
	.packs-hero-1-poly {
		left: 64%;
	}
	.packs-hero .btn-primary {
		margin: 1.5em 0 0 70px;
		padding: 0 5em;
		width: auto;
	}
}
@media (min-width: 1100px) {
	.packs-hero-1-poly {
		left: 69%;
	}
	.packs-hero-2-poly {
		height: 170px;
	}
	.packs-hero-2-bottom {
		height: 145px;
	}
	.packs-hero-square-wrap {
		min-height: 565px;
	}
	.packs-hero-square {
		height: 175px;
		width: 175px;
	}
	.packs-hero-square-content {
		width: 145px;
	}
	.packs-hero-square-content {
		font-size: 1.25em;
	}
	.packs-hero-square-1-1-1 {
		left: 0;
		top: 0;
	}
	.packs-hero-square-1-2-1 {
		left: 195px;
		top: 0;
	}
	.packs-hero-square-1-3-1 {
		left: 390px;
		top: 0;
	}
	.packs-hero-square-1-1-2 {
		left: 0;
		top: 195px;
	}
	.packs-hero-square-1-2-2 {
		left: 195px;
		top: 195px;
	}
	.packs-hero-square-1-1-3 {
		left: 0;
		top: 390px;
	}
	.packs-hero-square-2-1-1 {
		right: 390px;
		top: 0;
	}
	.packs-hero-square-2-2-1 {
		right: 195px;
		top: 0;
	}
	.packs-hero-square-2-3-1 {
		right: 0;
		top: 0;
	}
	.packs-hero-square-2-1-2 {
		right: 194px;
		top: 195px;
	}
	.packs-hero-square-2-2-2 {
		right: 0;
		top: 195px;
	}
	.packs-hero-square-2-1-3 {
		right: 0;
		top: 390px;
	}
}


@media (min-width: 1300px) {
	.packs-hero-1-poly {
		right: -1px;
	}
}


.quienessomos-red {
    background: url("/images/quienessomos-foto2.jpg") repeat-x scroll center top / 1920px 564px #f0f0f0;
    padding-top: 7em;
}
.quienessomos-foto1 {
    background: url("/images/quienessomos-foto1.jpg") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
    padding-top: 59.48%;
    position: relative;
    width: 100%;
}
.quienessomos-oficina {
    background: url("/images/quienessomos-oficina.jpg") no-repeat scroll 60% center / cover rgba(0, 0, 0, 0);
    padding-top: 66.69%;
    position: relative;
    width: 100%;
}
@media (min-width: 768px) {
	.quienessomos-foto1 {
		padding-top: 150%;
	}
	.quienessomos-oficina {
		padding-top: 150%;
	}
}
@media (min-width: 992px) {
	.quienessomos-foto1 {
		padding-top: 59.48%;
	}
	.quienessomos-oficina {
		padding-top: 66.69%;
	}
}
.cobertura-map {
    margin: 3em 0 0;
    padding-top: 100%;
    position: relative;
    width: 100%;
}
.cobertura-99 {
    color: #a8a8aa;
    font-size: 6.25em;
    font-weight: bold;
    letter-spacing: -0.06em;
    line-height: 1;
    margin: 0;
    text-align: center;
}


@media (min-width: 768px) {
	.cobertura-map {
		padding-top: 55%;
	}
	.cobertura-99 {
		text-align: right;
	}
}
.faq-list {
    margin: 0 0 4em;
}
.faq-list li {
    margin: 0 0 0.4em;
}
.faq-answer h2 {
    color: #d60000;
    font-size: 1.5em;
    font-weight: normal;
    margin: 2.3em 0 0.7em;
    text-transform: none;
}
.faq-aside {
    display: none;
}
@media (min-width: 768px) {
	.faq-aside {
		display: block;
	}
}
.hero-device {
    margin: 0 auto;
    max-width: 300px;
    position: relative;
    width: 90%;
}
.hero-device-frame {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(to bottom, #f6f6f8 0%, #e8e8ea 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #d3d5d4;
    border-image: none;
    border-radius: 30px 30px 0 0;
    border-style: solid;
    border-width: 3px 3px 0;
    padding: 24% 4.5% 0;
    position: relative;
}
.hero-device-deco {
    border-radius: 100px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15) inset;
    left: 50%;
    margin-left: -29px;
    padding: 4px;
    position: absolute;
    top: 7%;
    width: 50px;
}
.hero-device-deco div {
    background: none repeat scroll 0 0 #555;
    border-radius: 100px;
    height: 6px;
}
.hero-device-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #444;
    border-color: #444;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 3px 3px 0;
}
.hero-device-content img {
    width: 100%;
}
.hero-device-img-tablet, .hero-device-img-desktop, .hero-device-desktopphone {
    display: none;
}
.panel-hero-badges {
    list-style-type: none;
    margin: 1.5em 0 0;
    padding: 0;
    text-align: center;
}
.panel-hero-badges li {
    margin: 0 0 0.5em;
}
.panel-hero-badges img {
    height: 50px;
}


@media (min-width: 550px) {
	.hero-device {
		max-width: 400px;
		width: 70%;
	}
	.hero-device-frame {
		border-radius: 40px 40px 0 0;
	}
	.hero-device-deco {
		margin-left: -40px;
		padding: 5px;
		width: 70px;
	}
	.hero-device-content {
		border-radius: 4px;
		border-width: 4px;
	}
}


@media (min-width: 600px) {
	.panel-hero-badges li {
		display: inline-block;
	}
}


@media (min-width: 768px) {
	.hero-device {
		max-width: 600px;
		width: 80%;
	}
	.hero-device-frame {
		padding: 13% 5.5% 0;
	}
	.hero-device-deco {
		background: none repeat scroll 0 0 #444;
		box-shadow: 0 -3px 5px rgba(255, 255, 255, 0.3) inset;
		margin-left: -6px;
		padding: 3px;
		top: 5%;
		width: 6px;
	}
	.hero-device-deco div {
		background: none repeat scroll 0 0 #004173;
	}
	.hero-device-content {
		border-radius: 3px;
		border-width: 3px;
	}
	.hero-device-img-mobile {
		display: none;
	}
	.hero-device-img-tablet {
		display: block;
	}
	.panel-hero-badges li {
		margin: 0 0.5em;
	}
}


@media (min-width: 992px) {
	.hero-device {
		max-width: 100%;
		width: 83%;
	}
	.hero-device-frame {
		background: linear-gradient(to bottom, #222222 0%, #111111 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
		border-color: #b3b3b3;
		border-radius: 30px 30px 0 0;
		padding: 6% 6% 0;
	}
	.hero-device-deco {
		background: none repeat scroll 0 0 #000;
		top: 4.5%;
	}
	.hero-device-deco div {
		background: none repeat scroll 0 0 #003055;
	}
	.hero-device-content {
		background: none repeat scroll 0 0 #000;
		border-color: #000;
		border-radius: 4px;
		border-width: 4px;
	}
	.hero-device-img-tablet {
		display: none;
	}
	.hero-device-img-desktop {
		display: block;
	}
	.hero-device-desktopphone {
		bottom: 0;
		display: block;
		height: 331px;
		position: absolute;
		right: -90px;
		width: 274px;
	}
	.hero-device-desktopphone .hero-device-desktopphone-mobile {
		height: 331px;
		width: 274px;
	}
	.hero-device-desktopphone .hero-device-desktopphone-app {
		bottom: 0;
		height: 238px;
		left: 49px;
		position: absolute;
		width: 190px;
	}
}


.section-info-panel-resumen a {
    color: #666;
    display: block;
    margin-bottom: 2em;
    text-align: center;
    text-decoration: none;
}
.section-info-panel-resumen img {
    margin: 0 0 1.8em;
}
.section-info-panel-resumen h3 {
    color: #333;
    font-size: 1.2em;
    margin: 0 0 1em;
    text-transform: uppercase;
}
.section-info-panel-resumen h3, .section-info-panel-resumen p {
    padding: 0 20px;
}
.section-info-panel h3 {
    font-size: 1.125em;
    margin: 2.5em 0 0.7em;
}
.section-info-panel h3.top {
    margin-top: 0.8em;
}
.section-info-panel-screenshot {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
    padding: 15px;
}
#section-panel-conexion .section-info-panel-screenshot {
    margin: 2em auto 3em;
}
#section-panel-datos {
    overflow: hidden;
    padding-bottom: 0;
}
#section-panel-datos .section-info-panel-screenshot {
    border-bottom-width: 0;
    margin-top: 2.5em;
    padding-bottom: 0;
    position: relative;
}
#section-panel-datos .section-info-panel-screenshot:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
}
.section-info-panel-telefono1 h3 {
    margin-top: 3em;
}


@media (min-width: 550px) {
	.section-info-panel-resumen .col-xs-3 {
		text-align: right;
	}
	.section-info-panel-resumen .col-xs-8 {
		text-align: left;
	}
	.section-info-panel-resumen h3, .section-info-panel-resumen p {
		padding: 0;
	}
}
@media (min-width: 768px) {
	.section-info-panel h3 {
		margin: 3.7em 0 0.7em;
	}
	#section-panel-conexion h3 {
		margin-top: 0;
	}
	.section-info-panel-telefono1 h3.first {
		margin-top: 0;
	}
	.section-info-panel-telefono1 h3.second {
		margin-top: 1em;
	}
}
@media (min-width: 992px) {
	.section-info-panel-resumen a {
		margin-bottom: 0;
	}
	.section-info-panel-resumen .col-xs-3, .section-info-panel-resumen .col-xs-8 {
		text-align: inherit;
	}
	#section-panel-conexion h3 {
		margin: 2.7em 0 0.7em;
	}
	#section-panel-conexion h3.top {
		margin-top: 0.8em;
	}
	#section-panel-conexion .section-info-panel-screenshot {
		margin: 0 auto;
	}
	.section-info-panel-telefono1 {
		margin: 1.5em 0 0 1em;
	}
}


@media (min-width: 1100px) {
	.section-info-panel-resumen h3 {
		font-size: 1.375em;
	}
	.section-info-panel-resumen h3, .section-info-panel-resumen p {
		padding: 0 20px;
	}
	.section-info-panel-telefono1 {
		margin: 3.5em 0 0 2.5em;
	}
	.section-info-panel-telefono1 h3.first {
		margin-top: 0;
	}
	.section-info-panel-telefono1 h3.second {
		margin-top: 2em;
	}
}
.form-login-page {
    margin: 0 auto;
    max-width: 300px;
}
.form-login-page .form-buttons {
    margin-top: 0;
}
.form-login-page .form-buttons .btn {
    box-sizing: border-box;
    height: 3em;
    margin: 0.5em 0 0.8em;
    width: 100%;
}
.form-login-page .form-buttons .form-checks {
    display: none;
}
.form-login-sideinfo {
    display: none;
}


@media (min-width: 768px) {
	.form-login-page {
		margin: 0;
		max-width: 100%;
	}
	.form-login-page .form-buttons .btn {
		width: auto;
	}
	.form-login-page .form-buttons .form-checks {
		display: inline;
	}
	.form-login-sideinfo {
		display: block;
	}
}
@media (min-width: 992px) {
	.form-login-page .form-buttons .btn {
		padding: 0 5em;
	}
}
.recover-password {
    margin: -2em auto 0;
    max-width: 550px;
}
#recover-password {
    margin: 2em auto 0;
}
#recover-password #phone-prefix {
    margin-right: 4%;
    width: 25%;
}
#recover-password #phone {
    width: 71%;
}
#recover-password .captcha-wrap {
    border: 1px solid #ddd;
    margin: 0 0 1em;
    padding: 0.8em;
    position: relative;
    text-align: center;
}
#recover-password .captcha-wrap small {
    -moz-user-select: none;
    bottom: 2px;
    cursor: pointer;
    position: absolute;
    right: 6px;
}
#lang-selector {
    list-style-type: none;
    margin-bottom: 4em;
    margin-top: 4em;
    padding: 0;
}
#lang-selector a img {
    height: 35px;
    margin: 0.4em 0.5em 0.4em 20%;
    vertical-align: middle;
    width: 52px;
}



@media (min-width: 400px) {
	#lang-selector a img {
		margin-left: 30%;
	}
}
@media (min-width: 550px) {
	#lang-selector {
		margin-left: auto;
		margin-right: auto;
		width: 500px;
	}
	#lang-selector li {
		text-align: center;
	}
	#lang-selector a {
		display: block;
	}
	#lang-selector a img {
		display: block;
		margin: 0 auto 0.5em;
	}
}


.browser-selector .flex-content {
    padding-top: 30px;
}
.browser-selector img {
    display: block;
    height: 150px;
    margin: 0 auto 1em;
    width: 150px;
}
.browser-selector h3 {
    border-bottom: 1px solid #fff;
    font-size: 1.5em;
    margin: 0 0 0.8em;
    padding: 0 30px 0.8em;
    text-align: center;
}
.browser-selector p {
    border-bottom: 1px solid #fff;
    padding: 0 30px 1.5em;
}
.browser-selector .btn-primary {
    width: 50%;
}



@media (min-width: 768px) {
	.browser-selector {
		margin: 0 auto;
		width: 600px;
	}
}
#updatebrowser, #updatebrowser:link, #updatebrowser:visited, #updatebrowser:hover, #updatebrowser:active {
	background: none repeat scroll 0 0 #d60000;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1em;
	font-weight: normal;
	padding: 1em 0;
	text-decoration: none;
}
#updatebrowser:hover {
	background: none repeat scroll 0 0 #900a54;
}
#updatebrowser span {
	color: #efb3d4;
	cursor: pointer;
	float: right;
	margin: 0 0 0 30px;
}
.page-404 header {
	text-align: center;
}
.page-404 header h1 {
	font-size: 25px;
	margin: 0;
}
.page-404 header h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0.6em 0 2em;
	text-transform: none;
}
.page-404 header img {
	margin-bottom: 1em;
	max-width: 100%;
}
.page-404-links {
	padding: 0 0 3em;
	text-align: center;
}
.page-404-links h4 {
	color: #d60000;
	font-size: 1.125em;
	margin: 1.2em 0 0.6em;
}
.page-404-links ul {
	font-size: 0.875em;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.page-404-links a {
	color: #666;
	text-decoration: none;
}
.page-404-links a:hover {
	border-bottom: 1px solid #d60000;
}
	
@media (min-width: 550px) {
	.page-404 header h1 {
		font-size: 36px;
	}
	.page-404 header h2 {
		font-size: 20px;
	}
	.page-404 header img {
		max-width: 80%;
	}
}
@media (min-width: 768px) {
	.page-404 header img {
		margin-bottom: 3.5em;
		max-width: 70%;
	}
	.page-404-links {
		text-align: left;
	}
	.page-404-links h4.top {
		margin-top: 0;
	}
	.page-404-links-border {
		border-left: 1px solid #ddd;
		padding-left: 1.3em;
	}
}
@media (min-width: 992px) {
	.page-404 header img {
		max-width: 50%;
	}
}
@media (min-width: 550px) {
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
		float: left;
	}
	.col-xs-12 {
		width: 100%;
	}
	.col-xs-offset-12 {
		margin-left: 100%;
	}
	.col-xs-pull-12 {
		right: 100%;
	}
	.col-xs-push-12 {
		left: 100%;
	}
	.col-xs-11 {
		width: 91.6667%;
	}
	.col-xs-offset-11 {
		margin-left: 91.6667%;
	}
	.col-xs-pull-11 {
		right: 91.6667%;
	}
	.col-xs-push-11 {
		left: 91.6667%;
	}
	.col-xs-10 {
		width: 83.3333%;
	}
	.col-xs-offset-10 {
		margin-left: 83.3333%;
	}
	.col-xs-pull-10 {
		right: 83.3333%;
	}
	.col-xs-push-10 {
		left: 83.3333%;
	}
	.col-xs-9 {
		width: 75%;
	}
	.col-xs-offset-9 {
		margin-left: 75%;
	}
	.col-xs-pull-9 {
		right: 75%;
	}
	.col-xs-push-9 {
		left: 75%;
	}
	.col-xs-8 {
		width: 66.6667%;
	}
	.col-xs-offset-8 {
		margin-left: 66.6667%;
	}
	.col-xs-pull-8 {
		right: 66.6667%;
	}
	.col-xs-push-8 {
		left: 66.6667%;
	}
	.col-xs-7 {
		width: 58.3333%;
	}
	.col-xs-offset-7 {
		margin-left: 58.3333%;
	}
	.col-xs-pull-7 {
		right: 58.3333%;
	}
	.col-xs-push-7 {
		left: 58.3333%;
	}
	.col-xs-6 {
		width: 50%;
	}
	.col-xs-offset-6 {
		margin-left: 50%;
	}
	.col-xs-pull-6 {
		right: 50%;
	}
	.col-xs-push-6 {
		left: 50%;
	}
	.col-xs-5 {
		width: 41.6667%;
	}
	.col-xs-offset-5 {
		margin-left: 41.6667%;
	}
	.col-xs-pull-5 {
		right: 41.6667%;
	}
	.col-xs-push-5 {
		left: 41.6667%;
	}
	.col-xs-4 {
		width: 33.3333%;
	}
	.col-xs-offset-4 {
		margin-left: 33.3333%;
	}
	.col-xs-pull-4 {
		right: 33.3333%;
	}
	.col-xs-push-4 {
		left: 33.3333%;
	}
	.col-xs-3 {
		width: 25%;
	}
	.col-xs-offset-3 {
		margin-left: 25%;
	}
	.col-xs-pull-3 {
		right: 25%;
	}
	.col-xs-push-3 {
		left: 25%;
	}
	.col-xs-2 {
		width: 16.6667%;
	}
	.col-xs-offset-2 {
		margin-left: 16.6667%;
	}
	.col-xs-pull-2 {
		right: 16.6667%;
	}
	.col-xs-push-2 {
		left: 16.6667%;
	}
	.col-xs-1 {
		width: 8.33333%;
	}
	.col-xs-offset-1 {
		margin-left: 8.33333%;
	}
	.col-xs-pull-1 {
		right: 8.33333%;
	}
	.col-xs-push-1 {
		left: 8.33333%;
	}
	.col-xs-offset-0 {
		margin-left: 0;
	}
	.col-xs-pull-0 {
		right: auto;
	}
	.col-xs-push-0 {
		left: auto;
	}
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-11 {
		width: 91.6667%;
	}
	.col-sm-offset-11 {
		margin-left: 91.6667%;
	}
	.col-sm-pull-11 {
		right: 91.6667%;
	}
	.col-sm-push-11 {
		left: 91.6667%;
	}
	.col-sm-10 {
		width: 83.3333%;
	}
	.col-sm-offset-10 {
		margin-left: 83.3333%;
	}
	.col-sm-pull-10 {
		right: 83.3333%;
	}
	.col-sm-push-10 {
		left: 83.3333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-8 {
		width: 66.6667%;
	}
	.col-sm-offset-8 {
		margin-left: 66.6667%;
	}
	.col-sm-pull-8 {
		right: 66.6667%;
	}
	.col-sm-push-8 {
		left: 66.6667%;
	}
	.col-sm-7 {
		width: 58.3333%;
	}
	.col-sm-offset-7 {
		margin-left: 58.3333%;
	}
	.col-sm-pull-7 {
		right: 58.3333%;
	}
	.col-sm-push-7 {
		left: 58.3333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-5 {
		width: 41.6667%;
	}
	.col-sm-offset-5 {
		margin-left: 41.6667%;
	}
	.col-sm-pull-5 {
		right: 41.6667%;
	}
	.col-sm-push-5 {
		left: 41.6667%;
	}
	.col-sm-4 {
		width: 33.3333%;
	}
	.col-sm-offset-4 {
		margin-left: 33.3333%;
	}
	.col-sm-pull-4 {
		right: 33.3333%;
	}
	.col-sm-push-4 {
		left: 33.3333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-2 {
		width: 16.6667%;
	}
	.col-sm-offset-2 {
		margin-left: 16.6667%;
	}
	.col-sm-pull-2 {
		right: 16.6667%;
	}
	.col-sm-push-2 {
		left: 16.6667%;
	}
	.col-sm-1 {
		width: 8.33333%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%;
	}
	.col-sm-pull-1 {
		right: 8.33333%;
	}
	.col-sm-push-1 {
		left: 8.33333%;
	}
	.col-sm-offset-0 {
		margin-left: 0;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-0 {
		left: auto;
	}
}


@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-11 {
		width: 91.6667%;
	}
	.col-md-offset-11 {
		margin-left: 91.6667%;
	}
	.col-md-pull-11 {
		right: 91.6667%;
	}
	.col-md-push-11 {
		left: 91.6667%;
	}
	.col-md-10 {
		width: 83.3333%;
	}
	.col-md-offset-10 {
		margin-left: 83.3333%;
	}
	.col-md-pull-10 {
		right: 83.3333%;
	}
	.col-md-push-10 {
		left: 83.3333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-8 {
		width: 66.6667%;
	}
	.col-md-offset-8 {
		margin-left: 66.6667%;
	}
	.col-md-pull-8 {
		right: 66.6667%;
	}
	.col-md-push-8 {
		left: 66.6667%;
	}
	.col-md-7 {
		width: 58.3333%;
	}
	.col-md-offset-7 {
		margin-left: 58.3333%;
	}
	.col-md-pull-7 {
		right: 58.3333%;
	}
	.col-md-push-7 {
		left: 58.3333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-5 {
		width: 41.6667%;
	}
	.col-md-offset-5 {
		margin-left: 41.6667%;
	}
	.col-md-pull-5 {
		right: 41.6667%;
	}
	.col-md-push-5 {
		left: 41.6667%;
	}
	.col-md-4 {
		width: 33.3333%;
	}
	.col-md-offset-4 {
		margin-left: 33.3333%;
	}
	.col-md-pull-4 {
		right: 33.3333%;
	}
	.col-md-push-4 {
		left: 33.3333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-2 {
		width: 16.6667%;
	}
	.col-md-offset-2 {
		margin-left: 16.6667%;
	}
	.col-md-pull-2 {
		right: 16.6667%;
	}
	.col-md-push-2 {
		left: 16.6667%;
	}
	.col-md-1 {
		width: 8.33333%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	.col-md-pull-1 {
		right: 8.33333%;
	}
	.col-md-push-1 {
		left: 8.33333%;
	}
	.col-md-offset-0 {
		margin-left: 0;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-0 {
		left: auto;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-11 {
		width: 91.6667%;
	}
	.col-lg-offset-11 {
		margin-left: 91.6667%;
	}
	.col-lg-pull-11 {
		right: 91.6667%;
	}
	.col-lg-push-11 {
		left: 91.6667%;
	}
	.col-lg-10 {
		width: 83.3333%;
	}
	.col-lg-offset-10 {
		margin-left: 83.3333%;
	}
	.col-lg-pull-10 {
		right: 83.3333%;
	}
	.col-lg-push-10 {
		left: 83.3333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-8 {
		width: 66.6667%;
	}
	.col-lg-offset-8 {
		margin-left: 66.6667%;
	}
	.col-lg-pull-8 {
		right: 66.6667%;
	}
	.col-lg-push-8 {
		left: 66.6667%;
	}
	.col-lg-7 {
		width: 58.3333%;
	}
	.col-lg-offset-7 {
		margin-left: 58.3333%;
	}
	.col-lg-pull-7 {
		right: 58.3333%;
	}
	.col-lg-push-7 {
		left: 58.3333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-5 {
		width: 41.6667%;
	}
	.col-lg-offset-5 {
		margin-left: 41.6667%;
	}
	.col-lg-pull-5 {
		right: 41.6667%;
	}
	.col-lg-push-5 {
		left: 41.6667%;
	}
	.col-lg-4 {
		width: 33.3333%;
	}
	.col-lg-offset-4 {
		margin-left: 33.3333%;
	}
	.col-lg-pull-4 {
		right: 33.3333%;
	}
	.col-lg-push-4 {
		left: 33.3333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-2 {
		width: 16.6667%;
	}
	.col-lg-offset-2 {
		margin-left: 16.6667%;
	}
	.col-lg-pull-2 {
		right: 16.6667%;
	}
	.col-lg-push-2 {
		left: 16.6667%;
	}
	.col-lg-1 {
		width: 8.33333%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%;
	}
	.col-lg-pull-1 {
		right: 8.33333%;
	}
	.col-lg-push-1 {
		left: 8.33333%;
	}
	.col-lg-offset-0 {
		margin-left: 0;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-0 {
		left: auto;
	}
}
@media print {
	* {
		background: none repeat scroll 0 0 transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	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;
	}
}
