/*--A Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
---*/
html, body{
   font-family: 'Lato', sans-serif;
   font-size: 100%;
   background:#fff; 
}
body{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

body {
  padding-top: 50px;
}

.nav > li > a {
    padding: 10px 0px;

 }

.container-purple {
	background-image: linear-gradient(315deg,#822b8b,#1536d4);
	text-align: center;
	padding-bottom: 5em;
}

@media (min-width: 1200px)
.container-purple {
    width: 1350px;
}

@media (min-width: 992px)
.container-purple {
    width: 970px;
}

.navbar-nav li {
    padding-right: 4em !important;
}

@media (min-width: 768px)
.container-purple {
    width: 750px;
}	

.container-purple {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-blue {
	background-image: linear-gradient(315deg,#017dca,#1536d4);
	text-align: center;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	padding-bottom: 5em;
}

/* -------------------------------------------------------------------
 * ## masonry layout
 * ------------------------------------------------------------------- */
.masonry-wrap {
   max-width: none;
   width: 1440px;
   /*overflow: hidden;*/
}

.masonry {
   margin-bottom: 3rem;
}

.masonry:after {
   content: "";
   display: table;
   clear: both;
}

.masonry .grid-sizer, .masonry__brick {
   width: 320px; /*was 360px*/
}

.masonry__brick {
    float: left;
    padding: 0 0px 0 32px;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * masonry layout
 * ------------------------------------------------------------------- */
@media only screen and (max-width:1480px) {
   .masonry-wrap {
      width: 1300px; /*was 1800px*/
   }

}

@media only screen and (max-width:1140px) {
   .masonry-wrap {
      width: 1020px;
   }

   .masonry .grid-sizer, .masonry .masonry__brick {
      width: 340px;
   }

}

@media only screen and (max-width:1060px) {
   .masonry-wrap {
      width: 740px;
   }

   .masonry .grid-sizer, .masonry .masonry__brick {
      width: 370px;
   }

}

@media only screen and (max-width:800px) {
   .masonry-wrap {
      max-width: 700px;
      width: 90%;
   }

   .masonry .grid-sizer, .masonry .masonry__brick {
      width: 50%;
      padding: 0 15px;
   }

}

@media only screen and (max-width:700px) {
   .masonry-wrap {
      max-width: 400px;
   }

   .masonry .grid-sizer, .masonry .masonry__brick {
      width: 100%;
      clear: both;
   }

}

@media only screen and (max-width:600px) {
   .masonry-wrap {
      width: auto;
   }

   .masonry .grid-sizer, .masonry .masonry__brick {
      padding: 0 10px;
   }

}

@media only screen and (max-width:400px) {
   .masonry .masonry__brick {
      width: 100% !important;
      float: none !important;
      clear: both !important;
      margin-left: 0;
      margin-right: 0;
      padding: 0;
   }

}

/* ------------------------------------------------------------------- 
 * ## masonry entries 
 * ------------------------------------------------------------------- */
.masonry .entry {
   margin-bottom: 40px;
}

.masonry .entry__thumb, .masonry .entry__text {
   box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.masonry .entry__thumb {
   position: relative;
   overflow: hidden;
   box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}


.masonry .entry__thumb-link img {
   vertical-align: bottom;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

.masonry .entry__thumb-link::before {
   content: "";
   display: block;
   background: rgba(255, 104, 1, 0.7);
   opacity: 0;
   visibility: hidden;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   z-index: 1;
}

/*.masonry .entry__thumb-link::after {
   font-family: georgia, sans-serif;
   font-size: 2.7rem;
   z-index: 1;
   display: block;
   height: 90px;
   width: 90px;
   letter-spacing: -1px;
   line-height: 90px;
   margin-left: -45px;
   margin-top: -45px;
   position: absolute;
   left: 50%;
   top: 50%;
   text-align: center;
   color: #FFFFFF;
   opacity: 0;
   visibility: hidden;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   -webkit-transform: scale(0.5);
   -ms-transform: scale(0.5);
   transform: scale(0.5);
}

.masonry .entry__thumb:hover .entry__thumb-link::before {
   opacity: 1;
   visibility: visible;
}

.masonry .entry__thumb:hover .entry__thumb-link::after {
   opacity: 1;
   visibility: visible;
   -webkit-transform: scale(1);
   -ms-transform: scale(1);
   transform: scale(1);
}*/

/*.masonry .entry__thumb:hover .entry__thumb-link img {
   -webkit-transform: scale(1.05);
   -ms-transform: scale(1.05);
   transform: scale(1.05);
}*/

.masonry .entry__text {
   padding: 3rem 2.8rem 3.6rem;
   background-color: #FFFFFF;
}

.masonry .entry__title {
   font-size: 2.4rem;
   line-height: 1.375;
   margin-top: 0;
   margin-bottom: 2.1rem;
}

.masonry .entry__title a {
   color: #000000;
   border-bottom: 1px solid transparent;
}

.masonry .entry__title a:hover, .masonry .entry__title a:focus {
   border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.masonry .entry__date {
   font-family: "metropolis-medium", sans-serif;
   font-size: 1.4rem;
   line-height: 1.714;
   margin-bottom: .6rem;
}

.masonry .entry__date a {
   color: #858585;
}

.masonry .entry__excerpt {
   font-size: 1.5rem;
   line-height: 1.8;
}

.masonry .entry__meta {
   font-family: "vag_rounded_black_ssiblack", sans-serif;
   font-size: 1.5rem;
   margin-bottom: 0;
}

.masonry .entry__meta a {
   color: #fe6701;
   font-weight: bold;
}

.masonry .entry__meta a:hover, .masonry .entry__meta a:focus {
   color: #000000;
}

.masonry .entry__meta-links a::after {
   content: ", ";
}

.masonry .entry__meta-links a:last-child::after {
   display: none;
}

#camps {
	background-image: linear-gradient(135deg,#0057b8,#009fdb);
	text-align: center;
}

#camps2 {
	background-image: linear-gradient(135deg,#0095d5,#d6d6d6);
	text-align: center;
}

#camps3 {
	background-color: #4158D0;
	background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
	text-align: center;
}



.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);

  -webkit-transition: -webkit-transform .5s ease-out;
  -ms-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
}

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 10px;
  background: #9f2adf;

  pointer-events: none;
}


@media only screen and (max-width: 600px) {
  .carousel-indicators {
  	display:none;
	}

	.carousel-caption {
		text-align: center;
		top:6.2em;
	}

	.carousel-caption_2 {
		position: relative !important;
		text-align: center;
		top:-5.2em;
	}

	.carousel-caption h1 {
		font-size: 1.5em;
	}

	.carousel-caption h2 {
		display:none;
	}
}


/* Shrinking Nav */

.navbar {
	
}

.navbar-inverse {
background-color: #FFF;
}

nav .navbar-nav {
text-align:middle;
vertical-align: middle;
}

nav .navbar-nav li {
padding-right: 5em;
padding-left:15px;
vertical-align: middle;
}

nav .navbar-nav li img{
margin-top: -1em;
}


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: #662679;
background-color: #fff;
}

nav a {
  padding-top: 10px !important;
  padding-right:20px;
  padding-bottom: 20px !important;
  font-size: 18px;
  font-family: 'fingerpaint', sans-serif;
  list-style: none outside none;
  text-align: center;
  list-style: none;
  color: #7D8F97;
  font-weight: 600;
  transition: all 0.4s ease;
}

nav .navbar-toggle {
  margin: 13px 15px 13px 0;
}

.navbar-brand {
  font-size: 30px;
  margin-top:-.5rem;
  margin-right:1.1em;
}


h1,h2,h3,h4,h5,h6,p,span{
	margin: 0;
	padding: 0;

}
.clearfix{
	clear:both;
}
.logo{
	float:left;
	margin-top: -0.4em;
}
.header {
	padding: 4em 0em 2em;
}
.header-right{
	float:right;
}
.navigation{
	float:left;
}
.navigation ul {
	font-family: 'Lato', sans-serif;
	list-style: none outside none;
	text-align: center;
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}
.navigation ul li { 
	display: inline; 
	margin: 0 1.1em;
}
.navigation ul li a,
.navigation ul li a span { 
	display: inline-block;
	color: #7D8F97;
	font-weight: 700;
	font-size: 16px;
 }
.navigation ul li a:hover, 
.navigation ul li a.active,
.navigation ul li a:hover span,
.navigation ul li a.active span { 
	color: #50B9E1;; 
}
.navigation ul li a:hover span,
.navigation ul li a.active span {  
}
.top-icons{
	float:left;
	margin: -2.0em 0em 0em 39em;
}
.top-icons span{
	background: url(../images/icoons2.png) no-repeat 0px 0px;
	display: block;
	width: 32px;
	height: 32px;
	cursor: pointer;
	float: right;
}
.top-icons span.icon1{
	background-position: -75px -1px;
}
.top-icons span.icon2{
	background-position: -45px -1px;
}
.top-icons span.icon3{
	background-position: -13px -1px;
}
.top-icons span.icon1:hover{
	background-position: -76px -41px;
}
.top-icons span.icon2:hover{
	background-position: -46px -41px;
}
.top-icons span.icon3:hover{
	background-position: -14px -41px;;
}
.corner {
	margin-left: 3em;
}

@font-face {
    font-family: fingerpaint;
    src: url(font/fingerpaint.ttf);
}

.padding-0 {
    padding: 0;
}

.header-banner{
	font-family: 'fingerpaint', sans-serif;
	text-shadow: 4px 4px 19px rgba(0, 0, 0, 0.45);
	background: url(../images/header-banner.jpg) no-repeat 0px 0px;
	background-size: cover;
	min-height: 920px;
	padding-top: 35em;
}
.header-banner h1{
	font-size: 35px;
	color: #fff;
	word-spacing: 21px;
}

.plaza-banner{
	font-family: 'fingerpaint', sans-serif;
	text-shadow: 4px 4px 19px rgba(0, 0, 0, 0.45);
	background: url(../images/plaza-banner.jpg) no-repeat 0px 0px;
	background-size: cover;
	min-height: 920px;
	padding-top: 35em;
}
.plaza-banner h1{
	font-size: 35px;
	color: #fff;
	word-spacing: 21px;
}

.horarios-banner{
	background: none;
	background-size: cover;
	min-height: 920px;
	padding-top: 1em;
}

.more {
	font-family: 'fingerpaint', sans-serif;
	background: #6d1876;
	font-size: 1.3em;
	outline: none;
	color: #fff;
	padding: 1.1em 3em;
	text-decoration: none;
	display: inline-block;
	margin-top: 1.1em;
	margin-bottom:3em;
	border-radius: 60px;
}
.more:hover {
	color: #ffffff;
	background: #55075d;;
	outline: none;
	transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease-in-out;
	-moz-transition: 0.2s all ease-in-out;
	-o-transition: 0.2s all ease-in-out;
	-ms-transition: 0.2s all ease-in-out;
	text-decoration: none;
}

.more_minions {
	font-family: 'fingerpaint', sans-serif;
	background: #9262a7;
	font-size: 1.3em;
	outline: none;
	border: 2px solid #9262a7;
	color: #fff;
	padding: 1em 3em;
	text-decoration: none;
	display: inline-block;
	margin-top: 2em;
}

.more_minions:hover {
	color: #ffffff;
	background: rgba(254, 222, 51, 1);
	border: 2px solid #e5af24;
	outline: none;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-o-transition: 0.4s all;
	-ms-transition: 0.4s all;
	text-decoration: none;
}


.welcome{
	text-align:center;
	padding: 4em 0em;
	background:#96479e;
}

.welcome h2{
	font-family: 'fingerpaint', serif;
	font-weight: 300;
	color: #fff;
	text-align: center;
	font-size: 38px;
	padding: 0em 0em 1.0em;
	margin-top: 0;
	margin-bottom: 0;
}
.welcome p{
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 300;
	color: #8BA4AD;
	line-height: 34px;
	word-spacing: 4px;
	width: 76%;
	margin: 2em 0em 1em 12em;
}
.welcome h3{
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #fff;
	line-height: 53px;
	padding: 1em 1em;
}

.color-block-2 {
	text-align:center;
	padding: 4em 0em;
	background:#662679;
}

.color-block-2 h2{
	font-family: 'fingerpaint', serif;
	font-weight: 300;
	color: #fff;
	text-align: center;
	font-size: 38px;
	padding: 0em 0em 1.0em;
	margin-top: 0;
	margin-bottom: 0;
}
.color-block-2 p{
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 300;
	color: #8BA4AD;
	line-height: 34px;
	word-spacing: 4px;
	width: 76%;
	margin: 2em 0em 1em 12em;
}
.color-block-2 h3{
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #fff;
	line-height: 53px;
	padding: 1em 1em;
}

.color-block-2 h4{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	line-height: 53px;
	padding: 1em 1em;
}

.color-block-3 {
	text-align:center;
	padding: 4em 0em;
	background:#1a84dd;
}

.color-block-3 h2{
	font-family: 'fingerpaint', serif;
	font-weight: 300;
	color: #fff;
	text-align: center;
	font-size: 38px;
	padding: 0em 0em 1.0em;
	margin-top: 0;
	margin-bottom: 0;
}
.color-block-3 p{
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 300;
	color: #8BA4AD;
	line-height: 34px;
	word-spacing: 4px;
	width: 76%;
	margin: 2em 0em 1em 12em;
}
.color-block-3 h3{
	font-family: 'Lato', sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #fff;
	line-height: 53px;
	padding: 1em 1em;
}


.grids {
	padding: 2em 0em 2em;
}
.justo {
	padding: 0em 0em 2em;
}
.offerings{
	font-family: 'fingerpaint', sans-serif;
	background: #6d1876;
	background-size: cover;
	min-height: 920px;
	margin-top: 0px;
    padding-top: 20px;
}

.juegos{
	font-family: 'fingerpaint', sans-serif;
	background-color:#0091F4;
	background-size: cover;
	min-height: 920px;
}

.space_racers{
	font-family: 'fingerpaint', sans-serif;
	background: url(../images/space_racers_banner.jpg) no-repeat 0px 0px;
	background-size: cover;
	min-height: 920px;
}

.thomas_show {
	font-family: 'fingerpaint', sans-serif;
	background: url(../images/thomas_y_sus_amigos_bg.jpg) no-repeat 0px 0px;
	background-size: cover;
	height: 420px;

}

.offerings h{
	text-align:center;
	width:33.333%;
}
.offerings h3{
	font-family: 'fingerpaint', serif;
	font-weight: 300;
	color: #fff;
	text-align: center;
	font-size: 38px;
	padding: 1.5em 0em 0.5em;
	margin-top: 0;
	margin-bottom: 0;
}

.juegos h3{
	font-family: 'fingerpaint', serif;
	font-weight: 300;
	color: #fff;
	text-align: center;
	font-size: 38px;
	padding: 1.5em 0em 0.5em;
	margin-top: 0;
	margin-bottom: 0;
}
.camps h2{
	font-family: 'fingerpaint', sans-serif;
	color: #668591;
}
.camps h4{
	font-family: 'Lato', sans-serif;
	color: #668591;
}
.grid{
	color: #fff;
	text-align:center;
}
.grid1 img {
	width: 100%;
}
.grid p{
	font-family: 'Lato', sans-serif;
	width: 71%;
	margin: 0 auto;
	padding: 1em 1em;
	font-weight: 300;
	font-size: 17px;
}
.grid span{
	width: 103px;
	height: 103px;
	display: inline-block;
	background: url(../images/first-icons.png) no-repeat 0px 0px;
	cursor: pointer;
}
span.icon1{
	background-position: 2px 2px;
}
span.icon2 {
	background-position: -387px 2px;
}
span.icon3 {
	background-position: -778px 2px;
}
.services{
	float: left;
	text-align: center;
	color: #fff;
}
.services p{
	font-family: 'Lato', sans-serif;
	width: 73%;
	margin: 0 auto;
	padding: 1em 1em;
	font-weight: 300;
	font-size: 17px;
}
.services span{
	width: 103px;
	height: 103px;
	display: inline-block;
	background: url(../images/second-icons.png) no-repeat 0px 0px;
	cursor: pointer;
}
span.icon1{
	background-position: 2px 2px;
}
span.icon2 {
	background-position: -387px 2px;
}
span.icon3 {
	background-position: -778px 2px;
}
.lacus h2{
	font-family: 'fingerpaint', sans-serif;
	font-weight: 700;
	color: #822c8b;
	font-size: 40px;
	text-align:center;
	padding: 1.7em 0em 0.3em;
}
.lacus p{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #999;
	font-size: 22px;
	text-align: center;
	padding: 1em 0em 1em;
}
.vitae h2{
	font-family: 'fingerpaint', sans-serif;
	font-weight: 300;
	color: #738C96;
	font-size: 23.4px;
	border-bottom: 1px solid;
	padding: 0em 0em 0.7em;
	padding-bottom: 0.5em;
}
.febr {
	border-bottom: 2px solid#000;
}
.vitae p{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	color: #8BA4AD;
	font-size: 16px;
	line-height: 25px;
	width: 301px;
}

.top-p1 img {
	margin:2em 0 0 0;
}
.top-p1 h3{
	font-family: 'fingerpaint', sans-serif;
	font-weight: 300;
	color: #fff;
	text-align: center;
	font-size: 40px;
	padding: 2.5em 0em 1em;
	margin-top: 0;
	margin-bottom: 0;
}

.top-p1 h4{
	font-family: 'fingerpaint', sans-serif;
	font-weight: 300;
	color: #fff;
	text-align: center;
	font-size: 40px;
	padding: 0em 0em 1em;
	margin-top: 0;
	margin-bottom: 0;
}

.top-p1 p{
	font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    line-height: 53px;
    padding: 1em 1em 0em;
    text-align:center;
}
.soccer h2{
	font-family: 'fingerpaint', sans-serif;
	font-weight: 300;
	color: #738C96;
	font-size: 37px;
}
.soccer h4{
	font-family: 'fingerpaint', sans-serif;
	font-weight: 300;
	color: #738C96;
	font-size: 17px;
}
.button{
	font-family: 'fingerpaint', sans-serif;
	background: transparent;
	font-size: 13px;
	outline: none;
	border: 2px solid #fff;
	color: #fff;
	padding: 0.9em 4em;
	margin: 1em 0em;
	display: inline-block;
	font-weight: 700;
}
.button:hover{
	color: #fff;
	background: #9262a7;
	border: 2px solid #9262a7;
	outline: none;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-o-transition: 0.4s all;
	-ms-transition: 0.4s all;
	text-decoration: none;
}
.grid1 h2{
	font-family: 'fingerpaint', sans-serif;
	font-weight: 300;
	color: #738C96;
	font-size: 25px
}
.grid1 h4{
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 300;
	color: #738C96;
	line-height: 27px;
	word-spacing: 4px;
}
.grid1 a.dones{
	text-decoration:none;
}
a.dones{
	font-family: 'fingerpaint', sans-serif;
	background-color: #7BC0E7;
	color: #fff;
	float: right;
	padding: 1em 2em;
	font-weight: 100;
	margin: 0em 0.1em 0em 0em;
}
a.dones:hover{
	background:#fff;
	text-decoration:none;
}
.Proin{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #738C96;
	line-height: 20px;
}
.Proin p{
	font-family: 'Lato', sans-serif;
	margin: 1em 0em;
	font-weight: 300;
	font-size: 15px;
	margin-left: 0em;
	color: #738C96;
	width: 102%;
	line-height: 22px;
}
.Jhonson {
	text-align: center;
	margin: 9em 0em;
}
ul.product_title {
	padding: 0;
	list-style: none;
	font-family: 'Open Sans Condensed', sans-serif;
}
.titlelast {
	margin-bottom: 0em;
}
ul.product_title li.s_head {
	float: left;
	width: 50%;
}
ul.product_title li.s_head h3 {
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: 21.4px;
	font-weight: 500;
	color: #333;
	margin: -0.7em 0em 0em;
}
ul.product_title li.s_head p {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: #668591;
	line-height: 0px;
	margin-top: 1.5em;
}
ul.product_title li.s_cart {
	overflow: hidden;
	text-align: center;
}
p.price {
	font-size: 2em;
	font-weight: 600;
	color: #000;
}
.bottom-grid2 a {
	position: relative;
	z-index: 1;
}
.btn-1e1 {
	overflow: hidden;
}
.btn-2 {
	border: 2px solid #35ADD8;
	color: #35ADD8;
}
.fa-btn1 {
	font-size: 1.3em;
	background: #35ADD8;
	cursor: pointer;
	display: inline-block;
	margin: 0.5em 0em 0em 0em;
	text-transform: uppercase;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 700;
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 26px;
	padding: 8px 24px;
	float: right;
}
.bottom-grid2 a {
	position: relative;
	z-index: 1;
}
a.fa-btn1.btn-2.btn-1e1 {
	text-decoration: none;
	color: #fff;
}
.btn-1e1 {
overflow: hidden;
}
.content-middle {
	background: url(../images/trid-banner.jpg) no-repeat 0px 0px;
	min-height: 539px;
	background-size: cover;
	margin: 3em 0em 0em 0em;
}
.york p {
	width: 63%;
}
.york {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-size: 24px;
	margin: 5em 0em;
}
.york h2{
	font-family:'fingerpaint', sans-seri;
	font-weight: 300;
	color: #FFF;
	font-size: 37px;
}
.york h3 {
	font-family: 'fingerpaint', sans-serif;
	font-weight: 300;
	color: #FFF;
	font-size: 18px;
	margin: 1em 24em 0em 0em;
}
.posts {
}
.posts h2{
	font-family: 'fingerpaint', sans-serif;
	font-weight: 100;
	color: #35ADD8;
	font-size: 20.4px;
	padding-bottom: 0.5em;
	margin-top: 0.5em;
	width: 91%;
}
.maseea a img {
	max-width: none;
}
.blogs a img {
	max-width: none;
}
.posts p{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #999;
}
.blogs {
	float: left;
}
.vitae {
	float: right;
}
.get{
	background: url(../images/last-banner.jpg) no-repeat 0px 0px;
	background-size: cover;
}
.recent {
	margin: 2em 0em 3em;
}
.touch p {
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	width: 69%;
	margin-left: 11em;
}
.touch h2{
	font-family: 'fingerpaint', sans-serif;
	font-weight: 200;
	color: #fff;
	font-size: 36px;
	padding: 0.5em 0em;
}
.touch h5{
	font-family: 'fingerpaint', sans-serif;
	font-size: 37px;
	font-weight: 700;
	color: #fff;
	line-height: 27px;
	word-spacing: 4px;
	text-align: center;
	padding: 20px 10px;
}
.posts{
	position: relative;
}
.posts span{
	position: absolute;
	top: 10px;
	right: 65px;
	background: #fff;
	padding: 0.2em 0.4em;
	color: #7BC0E7;
	font-size: 13px;
	font-weight: 700;
}
.blogs{
	position: relative;
}
.blogs span{
	position: absolute;
	top: 7px;
	right: -59px;
	background: #fff;
	padding: 0.1em 0.1em;
	color: #7BC0E7;
	font-size: 11px;
	font-weight: 700;
}
.amet span {
	position: absolute;
	background-color: #fff;
	font-size: 12px;
	color: #7BC0E7;
	font-weight: 700;
	right: 31px;
	top: 7px;
}
.dui h2 {
	font-family:'fingerpaint', sans-serif;
	color: #35ADD8;;
	font-size: 21px;
	font-weight: 300;

}
.dui p {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 20px;
	color: #999;
	margin-bottom: 2em;
}
.col-md-4.contant-grid ul {
	padding: 0;
	list-style: none;
	display:inline-block;
}



.us-left{
	margin-bottom:4em;
}
.us-left-bottom{
	margin-bottom:0em;
}
.col-md-9.us-left p,.us-left-bottom p {
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: 300;
	font-size: 16px;
	width: 80%;
	text-align: justify;
}
.vida {
	text-align: center;
	padding: 2em 0;
}
.contact-top img {
	margin-left: -2em;
}
.contact-top{
	padding: 3.5em 0em;
}
.col-md-3.contant-grid {
	padding: 35px 0px;
}
.contant-grid h3{
	font-family: 'fingerpaint', sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 26px;
	text-align: left;
}
.contact-form h4{
	font-family: 'fingerpaint', sans-serif;
	padding: 1.1em 0em;
	text-align: left;
	font-weight: 400;
	font-size: 25px;
	color: #fff;
	margin: 0;
}
.contact-form p{
	font-family: 'Lato', sans-serif;
	padding: 1em 0em;
	text-align: center;
	font-weight: 400;
	color: #ACACAC;
	font-size: 18px;
}
.contact-form form{
	font-family: 'Lato', sans-serif;
	border: none;
	width: 82%;
	margin: 0 auto;
	color: #fff;
}
.contact-form input[type="text"],.contact-form textarea{
	font-family: 'Lato', sans-serif;
	padding: 0.6em;
	width: 112%;
	background: none;
	color: #fff;
	outline: none;
	margin: 0.5em 0;
	font-size: 15px;
	border: 1px solid#fff;
	font-weight: 100;
	font-style: italic;
}
.contact-form textarea{
	font-family: 'Lato', sans-serif;
	height: 134px;
}
.contact-form input[type="submit"]{
	font-family: 'Lato', sans-serif;
	border: none;
	color: #fff;
	background: #15A4FA;
	border: 1px solid#fff;
	padding: 0.3em 1em;
	background: none;
	font-size: 18px;
	font-weight: 400;
	float: left;
	cursor: pointer;
	text-transform: uppercase;
}
.contact-form input[type="submit"]:hover{
	font-family: 'Lato', sans-serif;
	background: #234F69;
	color: #fff;
	border: none;
	border: 1px solid#fff;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
	-moz-transition: 0.4s all;
	-o-transition: 0.4s all;
	-ms-transition: 0.4s all;
}
.bottom-icons{
	float:left;
	top:1em;
}
.bottom-icons span{
	background: url(../images/icoons3.png) no-repeat 0px 0px;
	display: block;
	width: 32px;
	height: 32px;
	cursor: pointer;
	float: right;
}
.bottom-icons span.icon1{
	background-position: -75px -1px;
}
.bottom-icons span.icon2{
	background-position: -45px -1px;
}
.bottom-icons span.icon3{
	background-position: -13px -1px;
}
.bottom-icons span.icon1:hover{
	background-position: -76px -41px;
}
.bottom-icons span.icon2:hover{
	background-position: -46px -41px;
}
.bottom-icons span.icon3:hover{
	background-position: -14px -41px;;
}
.Reserved {
	text-align: center;
	top: 1.5em;
	right: 14em;
}
.footer {
	padding: 3em 6em 3em;
	background:#f9f9f9;
	margin-top:0em;
}
a:hover {
	text-decoration: none;
	color:#15A4FA;
}
.footer h4{
	font-family: 'Lato', sans-serif;
	color: #738C96;
}

.footer a{
	font-family: 'fingerpaint', sans-serif;
	color: #35ADD8;
	text-align: left;
}

.footer li a.linkies{
	font-family: 'Lato', sans-serif;
	color: #999;
	text-align: left;
}

.Rights{
	display: inline-block;
	text-align: center;
	bottom: 0.4em;
}
.slider{
	padding:2em 0;
	}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-transform:rotate(-45deg);
	text-indent: 100%;
	background: url("../images/to-top1.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0.1;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
.slider-top p{
	font-family: 'Lato', sans-serif;
	font-size: 23px;
	color: #FFF;
	font-weight: 300;
	margin: -8em 0em 1em 16.5em;
	width: 38%;
}
.slider-top img{
	border-radius: 50%;
	text-align:center;
}
.slider-top p.title{
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
}
.slider-top h2{
	font-family: 'fingerpaint', sans-serif;
	color: #fff;
	text-align: center;
	margin-right: 6.5em;
}
.slider-top h3{
	font-family: 'Lato', sans-serif;
	text-align: center;
	color: #fff;
	margin-right: 11.5em;
	padding: 0.5em;
	font-size: 18px;
}

.bg-1 {
	background: url('../images/../images/second-banner.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

section {
  color: #ffffff;
  min-height: 600px;
  height: auto !important;
  height: 100%;
  padding-top:100px;
}
/*------------------ Slider Part starts Here----------*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 55px;
	background: transparent url("../images/themes.png") no-repeat left top;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  margin: 12em 0em 0em 12em;
}
.callbacks_tabs{
	list-style: none;
	position: absolute;
	top: 88%;
	z-index: 999;
	left: 45.9%;
	padding: 0;
	margin: 5% 0;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs li{
	display:inline-block;
}
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:18px;
  width:18px;
  display:inline-block;
  border:2px solid #FFF;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after{
	border: 2px solid #FFFFFF;
	background: #FFF;
}
span.menu:before{
	content:url("../images/menu.png") no-repeat;
}
span.menu{
	text-align:right;
	width:100%;
	display:none;	
}
/*--responsive design--*/
@media (max-width: 1280px){

}
@media (max-width: 1366px){
.welcome p {
	margin: 2em 0em 1em 7em;
}
}
@media (max-width: 1024px){
.navigation ul li {
	margin: 0 0.5em;
}
ul li a span {
	font-size: 14px;
}
.amet span {
	right: 15px;
}
.header-banner {
	min-height: 670px;
	padding-top: 16em;
}
.header-banner h1 {
	font-size: 67px;
	word-spacing: 6px;
}

.plaza-banner {
	min-height: 670px;
	padding-top: 16em;
}
.plaza-banner h1 {
	font-size: 67px;
	word-spacing: 6px;
}

.more {
	padding: 0.8em 3em;
}
.welcome p {
	margin: 2em 0em 1em 6em;
}
.grids {
	padding: 2em 0em 2em;
}
.food {
	padding: 0em 0em 4em;
	margin: 0em 0em 6em 0em;
}
.slider-top h2 {
	margin-left: 7em;
}
.slider-top h3 {
	margin-left: 11.3em;
}
.posts span {
	right: 15px;
	padding: 0.4em 0.5em;
	font-size: 12px;
}
.posts p {
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	width: 309px;
}
.blogs {
	padding-left: 0em;
	left: 3em;
	bottom: 0.5em;
}
.vitae {
	margin-left: 2.2em;
}
.blogs span {
	right: 15px;
	padding: 0.1em 0.1em;
	font-size: 10px;
}
.vitae h2 {
	font-size: 14px;
}
.posts h2 {
	font-size: 19.4px;
	padding-top: 0.5em;
}
.posts {
	left: 2em;
}
.vitae p {
	font-size: 14px;
	line-height: 20px;
	width: 281px;
}
.maseea span {
	margin-right: -1.5em;
}
.get {
	min-height: 715px;
}

.Reserved {
	right: 0em;
}
.bottom-icons {
	right: 8em;
}
}
@media (max-width: 768px){
span.menu {
	display: block;
	cursor: pointer;
	margin-left: -0.2em;
}
.top-p1 p {
	margin-left: 0em;
}
.contant-grid h3 {
	text-align: center;
}
.contact-form form {
	width: 80%;
}
.top-p1 h3 {
	font-size: 42px;
}
.touch p {
	width: 100%;
	margin-left: 0;
}

.lacus {
	background: url(../images/second-banner.jpg) no-repeat 0px 0px;;
}

.lacus p {
	padding: 1em 0em 2em;
}
.contact-form h4 {
	text-align: center;
}
.col-md-9.us-left p, .us-left-bottom p {
	text-align: center;
	margin-left: 4em;
}
.amet span {
	right: 37.5em;
}
.navigation ul {
	margin: 0;
	padding: 0em;
	z-index: 999;
	position: absolute;
	width: 31%;
	background: #7BC0E7;
	text-align: center;
	display: none;
}
.top-icons {
	margin: -2.8em 0em 0em 10em;
}
.navigation ul li {
	margin: 0 0.5em;
	display: block;
	font-size: 12px;
	padding: 2em 0em 1em;
	border-bottom: 1px solid#7D8F97;
}
.header-banner {
	min-height: 363px;
	padding-top: 0em;
}
.header-banner h1 {
	font-size: 60px;
	word-spacing: 0px;
}

.plaza-banner {
	min-height: 363px;
	padding-top: 0em;
}
.plaza-banner h1 {
	font-size: 60px;
	word-spacing: 0px;
}

.welcome h2 {
	font-size: 36px;
}
.welcome {
	padding: eem 0em;
}
.welcome p {
	margin: 2em 0em 0em 5em;
}
.welcome p {
	font-size: 17px;
	line-height: 26px;
	word-spacing: 3px;
}
.welcome h3 {
	line-height: 34px;
	padding: 0.5em 0.5em;
}
.content-middle {
	min-height: 438px;
	margin: 1.5em 0em 0em 0em;
}
.rslides img {
	margin: 6em 0em 0em 6em;
}
.slider-top p {
	font-size: 18px;
	margin: -9em 0em 1em 15.5em;
	width: 42%;
}
.callbacks_tabs {
	left: 36.9%;
}
.posts span {
	right: 15em;
	padding: 0.2em 0.7em;
	font-size: 14px;
}
.posts {
	left: 0em;
}
.blogs-right {
	margin: 2em 37em 0em -2em;
}
.vitae {
	margin-left: 2em;
}
.vitae {
	top: 1em;
}
.posts h2 {
	width: 44%;
}

.touch h2 {
	margin-right: 3.5em;
}
.Reserved {
	right: 15em;
}
.bottom-icons {
	right: -40em;
	top: -0.5em;
}
.vitae h2 {
	font-size: 20px;
}
.navigation ul li a, 
.navigation ul li a span {
	color: #fff;
}
.navigation ul li a:hover, 
.navigation ul li a.active, 
.navigation ul li a:hover span, 
.navigation ul li a.active span {
	color: #467181;
}
}
@media (max-width: 640px){
.header-right {
	margin-top: 0em;
}
.amet span {
	right: 27em;
}
.posts span {
	right: 6em;
}
.dui h2 {
	padding: 0.4em 0em 0.4em;
}
span.menu {
	margin-left: 2.8em;
}
.header-banner {
	min-height: 334px;
	padding-top: 0em;
}

.plaza-banner {
	min-height: 334px;
	padding-top: 0em;
}

.posts p {
	padding-bottom: 1em;
}
.header-banner h1 {
	font-size: 35px;
	padding-top: 3em;
	margin-left: -0.5em;
}
.plaza-banner h1 {
	font-size: 35px;
	padding-top: 3em;
	margin-left: -0.5em;
}
.more {
	padding: 0.1em 1em;
}
.more {
	font-size: 19px;
	padding: 1em 1.5em;
    margin-top: .1em;
}
.more:hover {
	border: 1px solid #fff;
}
.rslides img {
	margin: 5em 0em 0em 1em;
}
.slider-top p {
	font-size: 17px;
	margin: -9em 0em 1em 11.5em;
	width: 52%;
}
.slider-top h2 {
	margin-right: 9.2em;
	font-size: 23px;
}
.slider-top h3 {
	margin: 0.5em 1.5em 0em 0em;
}
.callbacks_tabs {
	left: 32.9%;
}
.blogs-right {
	margin: 2em 14em 0em -2em;
}
.blogs span {
	right: 201px;
}
.posts h2 {
	width: 49%;
}
.Reserved {
	right: 47em;
	font-size: 3px;
}
.bottom-icons {
	right: -33em;
	top: -1.5em;
}
}
@media (max-width: 480px){
.header-right {
	margin-top: -1.8em;
}
.col-md-9.us-left p, .us-left-bottom p {
	margin-left: 2em;
}
.blogs span {
	right: 41px;
}
.Reserved {
	right: 0em;
	font-size: 0px;
}
.bottom-icons {
	right: -11em;
	top: 1.5em;
}
.top-p1 h3 {
	font-size: 34px;
}
a.fa-btn1.btn-2.btn-1e1 {
	right: 1.7em;
}
.rslides img {
	margin: 2em 0em 0em 9em;
}
.slider-top p {
	font-size: 16px;
	margin: 0em 0em 1em 6.5em;
	text-align: center;
}
.slider-top h2 {
	margin-right: 5.2em;
	font-size: 21px;
	margin-left: 5.7em;
}
.slider-top h3 {
	margin: 0.5em -0.5em 0em 0em;
}
.callbacks_tabs {
	left: 36.9%;
	top: 26em;
}
.posts h2 {
	width: 68%;
}
.amet span {
	right: 13.5em;
}
.posts span {
	right: 1em;
}
}
@media (max-width: 320px){
.top-icons{
	display: none;
}
.header {
	padding: 2em 0em 1.2em;
}
span.menu {
	margin-top: 1.8em;
	margin-left: 0em;
}
.navigation ul {
	width: 100%;
	left: 0em;
}
.header-banner {
	min-height: 270px;
}
.header-banner h1 {
	font-size: 31px;
	padding-top: 2em;
	margin-left: -1em;
}

.plaza-banner {
	min-height: 270px;
}
.plaza-banner h1 {
	font-size: 31px;
	padding-top: 2em;
	margin-left: -1em;
}

.welcome h2 {
	font-size: 25px;
}
.welcome p {
	font-size: 14px;
	line-height: 20px;
	word-spacing: 0px;
}
.welcome p {
	margin: 1em 0em 0em 2em;
}
.welcome h3 {
	font-size: 14px;
	padding: 0.5em 0.5em;
}
.offerings h3 {
	font-size: 20px;
	padding: 1em 0em 0.5em;
}
.grid p {
	width: 80%;
	padding: 0.5em 0.5em;
	font-size: 13px;
}
.grids h2 {
	font-size: 18px;
}
.services p {
	font-size: 14px;
}
.food {
	padding: 1em 0em 2em 0em;
}
.food h2 {
	font-size: 15px;
}
.rslides img {
	margin: 2em 0em 0em 3.5em;
}
.slider-top p {
	font-size: 16px;
	margin: 0.5em 0em 1em 1.5em;
	width: 77%;
}
.top-p1 h3 {
	font-size: 28px;
}
.top-p1 p {
	font-size: 14px;
}
ul.product_title li.s_head h3 {
	font-size: 17px;
}
ul.product_title li.s_head p {
	font-size: 11px;
}
a.fa-btn1.btn-2.btn-1e1 {
	right: 0em;
}
.Proin p {
	font-size: 13px;
	width: 100%;
	line-height: 18px;
}
.fa-btn1 {
	font-size: 19px;
	padding: 4px 12px;
}
.button {
	font-size: 12px;
	padding: 0.4em 1em;
}
.slider-top h2 {
	margin-right: 0.1em;
	font-size: 19px;
	margin-left: 0.1em;
}
.callbacks_tabs {
	left: 28.9%;
	top: 27em;
}
.lacus h2 {
	font-family: 'fingerpaint', sans-serif;
	font-weight: 400;
	font-size: 26px;
	padding: 0.6em 0em 0em;
}
.lacus p {
	padding: 0.5em 0em 1em;
	font-size: 14px;
}
.posts span {
	padding: 0.2em 0.8em;
	font-size: 11px;
}
.posts h2 {
	font-size: 14.4px;
	width: 85%;
}
.posts p {
	width: 243px;
}
.amet span {
	right: 1.29em;
}
.dui h2 {
	font-size: 18px;
	font-weight: 400;
}
.dui p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 1em;
}
.justo {
	padding: 0em 0em 0em;
}
.touch h5 {
	font-size: 27px;
	font-weight: 400;
	line-height: 26px;
	word-spacing: 0px;
	padding: 20px 0px;
}
.touch p {
	font-size: 14px;
	line-height: 18px;
	width: 69%;
}
.contant-grid h3 {
	font-size: 25px;
}
.us-left {
	margin-bottom: 2em;
}
.col-md-3.contant-grid {
	padding: 30px 0px;
}
.col-md-9.us-left p, .us-left-bottom p {
	margin-left: 1em;
}
.contact-form h4 {
	padding: 0.5em 0em;
}
.bottom-icons {
	left: 5em;
}
}

/*FULL CAROUSEL*/

.full_carousel,
.full_item,
.full_active {
    height: 100%;
}

.full_carousel-inner {
    height: 100%;
}

.carousel-inner .carousel-caption h1 {
	margin-bottom:1rem;
}

/* Background images are set within the HTML using inline CSS, not here */

.full_fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height {
    background: url('../images/actividades/juegos-bg.jpg') no-repeat center center scroll;
    padding: 130px 0;
}

.image-bg-fluid-height, .image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height h1{
font-family:'fingerpaint', sans-serif;
color:#fff;
font-size:45px;
margin-top:35px;
}

.image-bg-fluid-height-blue {
    background: url('../images/vod/vod-bg.jpg') no-repeat center center scroll;
    padding: 130px 0;
}
.image-bg-fluid-height-blue, .image-bg-fixed-height {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.image-bg-fluid-height-blue h1{
font-family:'fingerpaint', sans-serif;
color:#fff;
font-size:45px;
margin-top:35px;

}

.img-center {
    margin: 0 auto;
}

.vod-title {
    text-shadow: 0 0 10px #000;
    color: #fff;
}

.full-image-section {
    height: 400px;
    background: url('../images/vod/bernard-vod.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: inset 400px 0px 182px 40px rgba(0,0,0,0.7);
    padding:12% 0 0 0;
}

.full-image-section-2 {
    height: 400px;
    background: url('../images/vod/dougie-vod.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: inset 400px 0px 182px 40px rgba(0,0,0,0.7);
    padding:12% 0 0 0;
}

.full-image-section-3 {
    height: 400px;
    background: url('../images/vod/toby-vod.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: inset 400px 0px 182px 40px rgba(0,0,0,0.7);
    padding:12% 0 0 0;
}

.full-image-section-4 {
    height: 400px;
    background: url('../images/vod/rosie-vod.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: inset 400px 0px 182px 40px rgba(0,0,0,0.7);
    padding:12% 0 0 0;
}

.full-image-section-5 {
    height: 400px;
    background: url('../images/vod/exploradores-vod.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: inset 400px 0px 182px 40px rgba(0,0,0,0.7);
    padding:12% 0 0 0;
}

.full-image-section-6 {
    height: 400px;
    background: url('../images/vod/jim-vod.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: inset 400px 0px 182px 40px rgba(0,0,0,0.7);
    padding:12% 0 0 0;
}

.full-image-section-7 {
    height: 400px;
    background: url('../images/vod/justo-vod.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: inset 400px 0px 182px 40px rgba(0,0,0,0.7);
    padding:12% 0 0 0;
}

.full-image-section-8 {
    height: 400px;
    background: url('../images/vod/kambu-vod.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: inset 400px 0px 182px 40px rgba(0,0,0,0.7);
    padding:12% 0 0 0;
}
.full-image-section-9 {
    height: 400px;
    background: url('../images/vod/kemy-vod.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: inset 400px 0px 182px 40px rgba(0,0,0,0.7);
    padding:12% 0 0 0;
}
.full-image-section-10 {
    height: 400px;
    background: url('../images/vod/matt-vod.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: inset 400px 0px 182px 40px rgba(0,0,0,0.7);
    padding:12% 0 0 0;
}
.full-image-section-11 {
    height: 400px;
    background: url('../images/vod/happets-vod.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: inset 400px 0px 182px 40px rgba(0,0,0,0.7);
    padding:12% 0 0 0;
}
.full-image-section-12 {
    height: 400px;
    background: url('../images/vod/faro-vod.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: inset 400px 0px 182px 40px rgba(0,0,0,0.7);
    padding:12% 0 0 0;
}
.full-image-section-13 {
    height: 400px;
    background: url('../images/vod/loopdidoo-vod.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: inset 400px 0px 182px 40px rgba(0,0,0,0.7);
    padding:12% 0 0 0;
}
.full-image-section-14 {
    height: 400px;
    background: url('../images/vod/megaminimals-vod.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: inset 400px 0px 182px 40px rgba(0,0,0,0.7);
    padding:12% 0 0 0;
}
.full-image-section-15 {
    height: 400px;
    background: url('../images/vod/mouk-vod.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: inset 400px 0px 182px 40px rgba(0,0,0,0.7);
    padding:12% 0 0 0;
}
.full-image-section-16 {
    height: 400px;
    background: url('../images/vod/plaza-vod.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: inset 400px 0px 182px 40px rgba(0,0,0,0.7);
    padding:12% 0 0 0;
}
.full-image-section-17 {
    height: 400px;
    background: url('../images/vod/pororo-vod.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: inset 400px 0px 182px 40px rgba(0,0,0,0.7);
    padding:12% 0 0 0;
}
.full-image-section-18 {
    height: 400px;
    background: url('../images/vod/tayo-vod.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: inset 400px 0px 182px 40px rgba(0,0,0,0.7);
    padding:12% 0 0 0;
}

.leaderboard-ad .img-responsive {
	margin: 0 auto;
}
/*--/responsive design--*/