/* nav:#3c207b purpledark:#240f64 gray:#f8f9fc obscure:#1a0033 colorpurplelight:#6633cc yellow:#ffde17 nav: #282828*/

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

body{
	width: 100%;
	background-color: #f8f9fc;
	padding: 0px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	}

p{
	padding: 0px;
	margin: 0px;
	}

h1, h2, h3, h4{
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
	}

h1{
	font-size: 42px;
	color: black;
	letter-spacing: .10rem;
	margin-bottom: 10px;
	}
h2{
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-align: left;
	color: #C7C7C7;
	}
h3{
	font-size: 22px;
	color: black;
	margin-bottom: 0px;
	}
h4{
	font-family: "Montserrat", sans-serif;
	font-size: 55px;
	color: black;
	}
nav{
	position: fixed;
    top: 0;
    right: 0;
	width: 100%;
	background-color: #282828;
	text-align: right;
	font-size: 16px;
	}

nav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	background-color: #282828;
	}

nav li{
	float: right;
	}
nav li a, .dropbtn{
	text-decoration: none;
	display: inline-block;
    color: #808285;
    text-align: center;
    padding: 10px 16px;
	margin: 0px;
	}
nav li .dropdown{
	display: inside-block;
	}

nav li a:hover, .dropdown:hover .dropbtn {
	text-decoration: none;
   	color: #ffde17;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.dropdown-content a {
	display: block;
	padding: 12px 16px;
    text-decoration: none;
    color: black;
    text-align: left;
}
.dropdown-content a:hover {
	background-color: #282828;
	}
.dropdown:hover .dropdown-content {
    display: block;
}
nav li a.active{
	text-decoration: none;
	color: black;
	background-color:  #ffde17;
	}

/*LANDING */
.landingpage{
	background-image: url(images/landpage.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	max-height: 600px;
	margin-bottom: 80px;
	padding-top: 70px;
	}
.landingpage img{
	width: 30%;
	height: 30%;
	max-width: 412px;
	}
button.contact{
	display: inline-block;
	border-radius: 20px;
	background-color: #ffde17;
	border: 2px solid #ffde17;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #1a0033;
	margin-bottom: 70px;
	-webkit-box-shadow: 1px 1px 17px -2px #fff200;
	-moz-box-shadow: 1px 1px 17px -2px #fff200;
	-ms-box-shadow: 1px 1px 17px -2px #fff200;
	-o-box-shadow: 1px 1px 17px -2px #fff200;
	box-shadow: 1px 1px 17px -2px #fff200;
	}
button.contact:hover{
	-webkit-box-shadow: 1px 1px 7px -2px #1a0033;
	-moz-box-shadow: 1px 1px 7px -2px #1a0033;
	-ms-box-shadow: 1px 1px 7px -2px #1a0033;
	-o-box-shadow: 1px 1px 7px -2px #1a0033;
	box-shadow: 1px 1px 7px -2px #1a0033;
	border: 2px solid #e2bc00;
	background-color: #282828;
	color: #ffde17;
	cursor: pointer;
	}


/* TV */
.tv{
	width: 70%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px;
	outline: 0px;
	text-align: left;
	margin-bottom: 40px;
	margin-top: 46px;
	}
.lefthalf{
	padding-top: 90px;
	float: left;
	width: 40%;
	}
.righthalf{
	float: left;
	width: 60%;
	}

.tv p{
	margin-top: 8px;
	}

.tv img{
	float: right;
	width: 400px;
	height: 300px;
	}

.servicio{
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px;
	outline: 0px;
	text-align: center;
	margin-bottom: 80px;
	}
.item{
	display: block;
	float: left;
	color: gray;
	font-size: 14px;
	width: 25%;
	}
.item p{
	margin-top: 20px;
	}
.item img{
	width: 80px;
	height: 80px;
	}

/* CANALES*/

.canales{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	background-color: white;
	}
.gallery{
	float: left;
	width: 20%;
	height: 300px;
	padding-top: 14px;
	}
.a{
	background-image: url(images/channels/nick.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	}
.b{
	background-image: url(images/channels/espn.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	}
.c{
	background-image: url(images/channels/disney.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	}
.d{
	background-image: url(images/channels/natgeo.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	}
.e{
	background-image: url(images/channels/syfy.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	}
.channels{
	width: 90%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
	background-color: white;
	}
.f{
	height: 100px;
	}

/* Phrase */
#triangle {
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #282828;
	position: relative;
	margin-bottom: 10px;
}
.phrase{
	font-family: 'Roboto', sans-serif;
	color: white;
	background-color: #282828;
	padding: 20px 5px 20px 5px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	word-spacing: .25rem;
	line-height: 150%;
	}
.space{
	height: 49px;
	}

.phrase span{
	font-weight: 700;
	color: #ffde17;
	}

/* bkg */
.bkg{
	position: absolute;
	transform: translateY(180px);
	z-index: -1;
	background-image: url(images/bkgwhite.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 900px;
	width: 100%;
	}

/* pagos*/
.pagos{
	width: 900px;
	padding: 40px;
	text-align: center;
	margin-bottom: 40px;
	margin: 0 auto;
	}
.blockpagos{
	float: left;
	width: 250px;
	text-align: center;
	background-color: white;
	color: black;
	padding: 20px;
	margin: 0px 10px;
	-webkit-box-shadow: 1px 1px 5px 1px #e3e3e3;
	-moz-box-shadow: 1px 1px 5px 1px #e3e3e3;
	-ms-box-shadow: 1px 1px 5px 1px #e3e3e3;
	-o-box-shadow: 1px 1px 5px 1px #e3e3e3;
	box-shadow: 1px 1px 5px 1px #e3e3e3;
	}
.pagos span{
	font-weight: 700;
	margin-bottom: 10px;
	}
.pagos button{
	margin: 20px 0px 0px 0px;
	}

/* blog*/
.blog{
	max-width: 1800px;
	height: 650px;
	margin: 0 auto;
	padding: 0;
	outline: 0;
	background-color: black;
	font-size: 0;
	}
.row1, row2{
	width: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    text-align: center;
	}
.row1{
	height: 60%;
	}
.row2{
	height: 40%;
	}

.one, .two, .tree{
	display: block;
	float:left;
	margin: 0;
    padding: 10px;
    outline: 0;
	width: 33.33%;
	height: 100%;
	}
.one{
	background-image: url(images/referencias/005.jpg);
	background-size: cover;
	background-position: top;
	}
.two{
	background-image: url(images/referencias/004.jpg);
	background-size: cover;
	background-position: top;
	}
.tree{
	background-image: url(images/referencias/003.jpg);
	background-position: center;
	}

.lefty, .righty{
	display: block;
	float:left;
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    height: 100%
	}
.lefty{
	position: relative;
	width: 70%;
	background-image: url(images/referencias/001.jpg);
	background-position: top;
	}
.righty{
	width: 30%;
	background-image: url(images/referencias/002.jpg);
	background-position: top;
	}

.gradient{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20%;
	background-color: black;
	background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1)); /*Safari 5.1-6*/
  	background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1)); /*Opera 11.1-12*/
  	background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1)); /*Fx 3.6-15*/
  	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1)); /*Standard*/
	}
.down{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	text-align: left;
	color: white;
	font-size: 21px;
	font-weight: 700;
	}
.down img{
	float: left;
	margin-right: 10px;
	}
/* ----------
---a0000000a-------

	Nosotros

----a0000000a----
--------  */

.qs{
	margin: 40px auto;
	max-width: 900px;
	background-color: white;
	padding: 30px 0px;
	}
.qs .lefthalf{
	position: relative;
	}
.qs .lefthalf img{
	position: absolute;
	transform: translateX(-25%);

	-webkit-box-shadow: 1px 2px 35px -5px #f8f9fc;
	-moz-box-shadow: 1px 2px 35px -5px #f8f9fc;
	-ms-box-shadow: 1px 2px 35px -5px #f8f9fc;
	-o-box-shadow: 1px 2px 35px -5px #f8f9fc;
	box-shadow: 1px 2px 35px -5px #e3e3e3;
	}
.qs .lefthalf2 img{
	float: left;
	margin: 20px 10px 0px 40px;

	}

.qs .righthalf{
	padding: 30px;
	padding-top: 60px;

	}
.qs .righthalf p{
	line-height: 2rem;
	}

.qs2{
	margin: 40px auto;
	max-width: 900px;
	background-color: #ffde17;
	padding: 40px 0px 25px 0px;
	}

.qs2 .lefthalf2{
	padding: 30px;
	padding-top: 60px;

	}
.qs2 .lefthalf2 p{
	line-height: 2rem;
	}

.mision{
	background-color: white;
	padding: 80px;
	height: 400px;
	}


/* ----------
----0000000--------

	SUCURSALES

---00000000-----
--------  */

	.sucursales{
		width: 100%;
		padding: 50px;
		text-align: center;
		background-color: #282828;
			}

	.sucursales h1{
		color: white;
		margin-bottom:40px;
		}


.prices{
	overflow: hidden;
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
	outline: 0;
	font-size: 0;
	border-radius: 20px;
	-webkit-box-shadow: 1px 1px 15px -1px #1a0033;
	-moz-box-shadow: 1px 1px 15px -1px #1a0033;
	-ms-box-shadow: 1px 1px 15px -1px #1a0033;
	-o-box-shadow: 1px 1px 15px -1px #1a0033;
	box-shadow: 1px 1px 15px -1px #1a0033;
	background-color: white;
	}
.pricesl{
	display: block;
	float: left;
	margin: 0;
	padding: 40px;
	outline: 0;
	border: none;
	width: 50%;
	text-align: center;
	background-color: #ffde17;
	font-size: 16px;
		}
.pricesr{
	display: block;
	float: left;
	margin: 0;
	padding: 10px 0px 0px 30px;
	outline: 0;
	border: none;
	width: 50%;
	text-align: left;
	background-color: white;
	font-size: 12px;
		}
.prices h1{
	margin: 20px 0px 10px 0px;
	text-align: center;
	color: black;
	font-size: 24px;
	}

.ofertas{
	display: inline-block;
	border: 3px solid #ffde17;
	margin: 10px auto;
	text-align: left;
	padding: 20px;
	}
.ofertas p{
	font-size: 16px;
	}

.prices span{
	color: black;
	font-weight: 700;
	font-size: 18px;
	background-color: #ffde17;
	}
button.prices{
	display: inline-block;
	border-radius: 5px;
	background-color: white;
	border: 2px solid #ffde17;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: white;
	margin: 20px 0px;
	}
button.prices:hover{
	border: 2px solid #ffde17;
	background-color: #f8f9fc;
	color: #282828;
	}

	.program{
		max-width: 900px;
		margin: 40px auto;
		}

	.subtitle{
		border-bottom: 2px solid black;
		margin: 40px 0px 0px 0px;
		}
	.subtitle h1{
		color: black;
		font-size: 22px;
		margin-bottom: 10px;
		}
	.contactosucursal{
	margin-bottom: 60px;
	}
	.contactosucursal h2{
	color: black;
	font-size: 16px;
	margin-bottom: 10px;
	}
	.contactosucursal p{
	color: black;
	line-height: 24px;
	font-size: 18px;
	}
	.contactosucursal img{
	width: 15px;
	height: 15px;
	margin: 30px 10px 0px 0px;
	}

	.tarifas .subtitle{
		margin-bottom:20px;
		}
	.tarifas h2{
		margin: 20px 0px 10px 0px;
		color: black;
		font-size: 18px;
		text-decoration: underline;
		}
		.tarifas a{
			color: gray;
			}

table {
    border-collapse: collapse;
    float: left;
    width: 50%;
    margin: 30px 0px 40px 0px;
}
td,th{
	padding: 15px;
	}
td{
	text-align: center;
	background-color: white;
	height: 20px;
	}
td img{
	padding:0px;
	margin: 0px;
	}
th {
    background-color: white;
    color: black;

}

span.ift{
	font-size: 11px;
	font-weight: 400;
	background-color: transparent;
	}



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

	CONTACTO

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

.contacto{
	width: 100%;
	background-image: url(images/contacto.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	margin: 0;
	padding: 40px;
	padding-top: 80px;
	}

.mensajito{
	font-size: 22px;
	color: white;
	margin-bottom: 0px;
	background-color: black;
	padding: 30px;
	}

/* FROMMMMMM*/
.cd-form {
  width: 90%;
  max-width: 600px;
  margin: 2em auto;
  color: white;
  text-align: left;
}
.cd-form::after {
  clear: both;
  content: "";
  display: table;
}
.cd-form fieldset {
  margin: 0px 0px;
  border: none;
}
.cd-form legend {
  margin-bottom: 0px;
  font-size: 1.5rem;
  border-bottom: 1px solid #ecf0f1;
}
.cd-form div {
  /* form element wrapper */
  position: relative;
  margin: 10px 0;
}
.cd-form .cd-label {
  font-size: 1rem;
  color: #94aab0;
  margin-bottom: 10px;
}
.cd-form .cd-label {
  display: block;
}
.cd-form input, .cd-form textarea, .cd-form select, .cd-form label {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  color: #2b3e51;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select,
.cd-form legend {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select {
  /* general style for input elements */
  padding: 12px;
  border: 1px solid #cfd9db;
  border-radius: .25em;
  background-color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="text"]:focus,
.cd-form input[type="email"]:focus,
.cd-form textarea:focus,
.cd-form select:focus {
  outline: none;
  border-color: #2c97de;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}



.cd-form textarea {  min-height: 200px;  resize: vertical;  overflow: auto;
}.cd-form input[type="submit"] {  /* button style */  border: none;  background: #ffde17;  border-radius: .25em;  padding: 16px 20px;  color: black;  font-weight: bold;
  font-size: 1rem;  float: right;  cursor: pointer;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;  -webkit-appearance: none;  -moz-appearance: none;  -ms-appearance: none;  -o-appearance: none;  appearance: none;}.no-touch .cd-form input[type="submit"]:hover {  background: #42a2e1;}.cd-form input[type="submit"]:focus {  outline: none;  background: #2b3e51;}.cd-form input[type="submit"]:active {  -webkit-transform: scale(0.9);  -moz-transform: scale(0.9);  -ms-transform: scale(0.9);  -o-transform: scale(0.9);  transform: scale(0.9);}


.cd-form .icon input, .cd-form .icon select, .cd-form .icon textarea {
  padding-left: 54px !important;
}
.cd-form .user {
  background: url("images/icons/cd-icon-user.svg") no-repeat 16px center;
}
.cd-form .email {
  background: url("images/icons/cd-icon-email.svg") no-repeat 16px center;
}
.cd-form .message {
  background: url("images/icons/cd-icon-message.svg") no-repeat 16px 16px;
}


.floating-labels div {
  margin: 28px 0;
}
.floating-labels .cd-label {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 1rem;
  cursor: text;
  -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s;
  -moz-transition: top 0.2s, left 0.2s, font-size 0.2s;
  transition: top 0.2s, left 0.2s, font-size 0.2s;
}
.floating-labels .icon .cd-label {
  left: 56px;
}
.floating-labels .cd-label.float {
  /* move label out the input field */
  font-size: .8rem;
  top: -16px;
  left: 0 !important;
}


/* ----------
----0000000--------

	legal

---00000000-----
--------  */

.legalcontainer{
	width: 90%;
	margin: 40px auto;
	max-width: 1200px;
	margin-top: 80px;
	}

.legalleft, .legalright{
	display: block;
	float:left;
	margin: 0;
    padding: 0;
    outline: 0;
	width: 50%;
	height: 100%;}

.legalcontainer img{
	display: block;
	float: right;
	max-width: 390px;
	}

.legalcontainer h1{
	font-size: 30px;
	margin-bottom: 15px;
	}

.legalcontainer h2{
	color: black;
	font-size: 18px;
	margin-bottom: 10px;
	}
.legalcontainer p{
	font-size: 14px;
	line-height: 1.5rem;
	margin-bottom: 20px;
	}

button.legal{
	display: inline-block;
	border-radius: 5px;
	background-color: #ffde17;
	border: 2px solid #ffde17;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: white;
	margin-bottom: 40px;
	}
button.legal:hover{
	border: 2px solid #ffde17;
	background-color: #f8f9fc;
	color: #282828;
	cursor: pointer;
	}


/* footer */

.upper{
	background-color: white;
	border-bottom: 1px solid #f8f9fc;
	}
.upper a{
	text-decoration: none;
	display: inline-block;
    text-align: center;
    padding: 0px;
	margin: 0px;
	color: black;
	}
.upper a:hover, a:active{
	text-decoration: none;
	color: #808285;
		}

.container{
	max-width: 900px;
	margin: 0 auto;
	padding: 40px 0px 0px 0px;
	}

.container h2{
	margin-bottom: 0px;
	}
.container p{
	margin: 10px 0px;
	padding: 0px;
	}

.aboutcompany, .contactinfo, .companysupport, .terms{
	float: left;
	margin: 0;
    padding: 0px 20px 0px 0px;
    outline: 0;
    border: none;
	font-size: 12px;
	color: c7c7c7;
	line-height: 2 rem;
	text-align: left;
	width: 25%;
	}

terms{
		padding: 0px;
		}

.container img{
	float: left;
	width: 10px;
	height: 10px;
	margin: 0px 5px 0px 0px;
	}

footer ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
	}
footer li{
	float: left;
	width: 20%;
	border-right: 3px solid #f8f9fc;
	}

footer li a {
    display: block;
    padding: 14px 16px;
    text-align: center;
    color: white;
    text-decoration: none;
}

footer li a:hover{
	fill: black;
	}

footer p{
	padding:0px;
	margin:10px;
	color: gray;
	font-size: 10px;
	}

footer{
	width: 100%;
	background-color: #f8f9fc;
	text-align: center;
	}

/* -------------cellphone -------------------- */

@media screen and (max-width : 900px),
 screen and (max-device-width : 900px){

 nav li a, .dropbtn{
	text-decoration: none;
	display: inline-block;
    color: #808285;
    text-align: center;
    padding: 10px 8px;
	margin: 0px;
	}

.landingpage{
	margin-bottom: 30px;
	padding-top: 70px;
	}
 	.tv{
	width: 70%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0px;
	outline: 0px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 0px;
	}
.lefthalf{
	display: inline-block;
	padding-top: 0px;
	width: 100%;
	clear: both;
	text-align: center;
	}
.righthalf{
	display: inline-block;
	width: 100%;
	clear: both;
	}
.tv h2{
	margin-bottom: 20px;
	text-align: center;
	}
.tv img{
	display: block;
	float: none;
	margin: 0 auto;
	width: 70%;
	height: 70%;
	}
.servicio{
	width: 80%;
	margin: 0 auto;
	padding: 0px;
	outline: 0px;
	text-align: center;
	margin-bottom: 30px;
	}
.item:nth-child(3){
	clear: both;
	}
.item{
	display: block;
	float: left;
	color: gray;
	font-size: 14px;
	width: 50%;
	margin-bottom: 20px;
	}
.item p{
	margin-top: 10px;
	}
.item img{
	width: 60px;
	height: 60px;
	}
.bkg{
	position: absolute;
	transform: translateY(180px);
	z-index: -1;
	background-image: url(images/bkgwhite.png);
	background-repeat: repeat;
	background-position: center;
	height: 100%;
	width: 100%;
	}
.aboutcompany, .contactinfo, .companysupport, .terms{
clear: both;
	}
.upper {
	margin-bottom: 10px;
	}
.container{
	margin: 0 auto;
	padding: 20px 0px 0px 30px;
	width: 80%;
	}
.aboutcompany, .contactinfo, .companysupport, .terms{
	float: left;
	margin: 0;
    padding: 0px 20px 0px 0px;
    outline: 0;
    border: none;
	font-size: 12px;
	color: c7c7c7;
	line-height: 2 rem;
	text-align: left;
	width: 100%;
	}
.gallery{
	float: left;
	width: 20%;
	height: 300px;
	padding-top: 14px;
	}
.f{
	height: 70px;
	}
.f img{
	width: 60px;
	height: 50px;
	}
.bkg{
	position: absolute;
	transform: translateY(180px);
	z-index: -1;
	background-image: url(images/bkgwhite.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 1600px;
	width: 100%;
	}
.pagos{
	margin: 0 auto;
	width: 90%;
	padding: 0px;
	text-align: center;
	margin-bottom: 40px;
	}
.blockpagos{
	display: block;
	float: none;
	width: 250px;
	padding: 20px;
	margin: 10px auto;
	background-color: white;
	text-align: center;
	color: black;
	-webkit-box-shadow: 1px 1px 5px 1px #e3e3e3;
	-moz-box-shadow: 1px 1px 5px 1px #e3e3e3;
	-ms-box-shadow: 1px 1px 5px 1px #e3e3e3;
	-o-box-shadow: 1px 1px 5px 1px #e3e3e3;
	box-shadow: 1px 1px 5px 1px #e3e3e3;
	}
.pricesl{
	width: 100%;
	}
.pricesr{
	width: 100%;
	padding: 10px 10px 30px 30px;
	text-align: left;
	}
.program{
		margin: 40px auto;
		padding: 0px 30px;
		}
.qs .lefthalf{
	position: static;

	}
.qs .lefthalf img{
	position: relative;
	width: 100%;
	transform: translateX(0px);
	-webkit-box-shadow: 1px 2px 35px -5px #f8f9fc;
	-moz-box-shadow: 1px 2px 35px -5px #f8f9fc;
	-ms-box-shadow: 1px 2px 35px -5px #f8f9fc;
	-o-box-shadow: 1px 2px 35px -5px #f8f9fc;
	box-shadow: 1px 2px 35px -5px #e3e3e3;
	}
.legalleft, .legalright{
	display: block;
	float:left;
	margin: 0;
    padding: 0;
    outline: 0;
	width: 100%;
	height: 100%;}
.legalcontainer img{
	display: block;
	float: none;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	}

}
