/*@import url('slider3panel/normalize.css');*/

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}
a{
	text-decoration: none;
}
/*SECTIONS*/
.section {clear: both; margin: 0px; padding: 0px;}
/*GROUPING*/
.group:before, .group:after {content:""; display:table;}
.group:after {clear:both;}
.group {zoom:1; /* For IE 6/7 (trigger hasLayout) */}
/*GRID COLUMN SETUP*/
.col {display: block; float:left; margin: 1% 0 1% 1.6%;}
.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
@media only screen and (max-width: 480px) {.col { margin: 1% 0 1% 0%;}}

/*GRID OF TWO*/
.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%;
	}
}

/*  GRID OF THREE   ============================================================================= */	
.span_3_of_3 {
	width: 100%; 
}
.span_2_of_3 {
	width: 66.13%;
	padding: 14px; 
}
.span_1_of_3 {
	width: 32.26%;
	padding: 14px; 
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%;
		padding: 35px; 
	}
	.span_1_of_3 {
		width: 100%;
		padding: 35px;
	}
}

/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%; 
	}
	.span_1_of_4 {
		width: 100%; 
	}
}

/*  GRID OF FIVE   ============================================================================= */

	
.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
  	width: 79.68%; 
}

.span_3_of_5 {
  	width: 59.36%; 
}

.span_2_of_5 {
  	width: 39.04%;
	padding-left: 14px;
}

.span_1_of_5 {
  	width: 18.72%;
	padding-left: 14px;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 780px) {
	.span_5_of_5 {
		width: 100%; 
	}
	.span_4_of_5 {
		width: 100%; 
	}
	.span_3_of_5 {
		width: 100%; 
	}
	.span_2_of_5 {
		width: 100%; 
		padding-left: 35px;
	}
	.span_1_of_5 {
		width: 100%; 
		padding-left: 35px;
	}
}

/*  GRID OF SIX   ============================================================================= */


.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 15.33%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_6_of_6 {
		width: 100%; 
	}
	.span_5_of_6 {
		width: 100%; 
	}
	.span_4_of_6 {
		width: 100%; 
	}
	.span_3_of_6 {
		width: 100%; 
	}
	.span_2_of_6 {
		width: 100%; 
	}
	.span_1_of_6 {
		width: 100%; 
	}
}

/*  MAKE LAYOUT RESPONSIVE at 1024px FOR SMALLER SCREENS ================================================================ */
header { width: 93.75%; /* 960px / 1024px */}
#maincontent{ width: 93.75%; /* 960px / 1024px */}
.maincontent{ width: 93.75%; /* 960px / 1024px */}
footer { width: 93.75%; /* 960px / 1024px */}

/*  MAKE LAYOUT RESPONSIVE at 768px FOR IPAD PORTRAIT ================================================================ */
header {width: 93.75%; /* 720px / 768px */}
#maincontent{width: 93.75%; /* 720px / 768px */}
.maincontent{width: 93.75%; /* 720px / 768px */}
footer {width: 93.75%; /* 720px / 768px */}
/*  MAKE LAYOUT RESPONSIVE at 480px FOR IPHONE LANDSCAPE ============================================ */
header {width: 93.75%; /* 450px / 480px */}
#maincontent{width: 93.75%; /* 450px / 480px */}
.maincontent{width: 93.75%; /* 450px / 480px */}
footer {width: 93.75%; /* 450px / 480px */}
		
/* General Style */
body{
	font-family: 'Alegreya Sans', sans-serif;
	background: #fff100;
	background-image: url(../img/main/zuma-b2.jpg);
	background-repeat: repeat;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	overflow-x: hidden;
}	
.centeralign {
	text-align: center;
}
.headertitle {
margin: 0 auto;
position: absolute;
text-align: right;
width: 100%;
z-index: 3000;
}
.headertitle p {
color: #000;
font-size: 1em;
margin: 0;
}
.insidetitle {
clear: both;
max-width: 80em; /* 1200px / 13 */
margin: 0 auto;
padding: 0;
position: relative;
width: 80%; /* 1000px / 1250px */
}
.headertitle .button2 {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 10px;
	margin-right: 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #fffbd4;		
}
.headertitle .button2:visited { 
	color : #666;
}
.headertitle .button2:hover, .headertitle .button2:active {
	background: #fff 0 50%;
	border: 3px solid #fff;
}

.container2{
	background: #fff100;
	background: -webkit-radial-gradient(#fff, #fff100);
	background: -o-radial-gradient(#fff, #fff100);
	background: -moz-radial-gradient(#fff, #fff100);
	background: radial-gradient(#fff, #fff100);
	width: 100%;
	position: relative;
}
.eng {
	font-weight: 300;
	font-size: 1.2em;
	line-height: 24px;
	text-align: right;
	z-index: 9999;
	padding: 6px;
	position: relative;
	width: 80%;
	left: 10%;
}
.eng a:link{
	color: #000;
	text-decoration: none;
}
.eng a:visited {
	color: #333;
}
.eng a:hover, .eng a:active {
	background: #ec1c24;
	border: 2px solid #fffbd4;
	border-radius: 3px;
	color: #fff;
	font-weight: 700;
	padding: 12px 12px 0 12px;
}
.logo {
	padding-top: 63px;
	text-align: center;
	position: relative;
}
.logo a:hover {
	background: none;
	border: none;
}

.container{
	width: 100%;
	position: relative;
}
.header {
	text-align: center;
}
	
/*Nav*/
.nav {
	line-height: 21px;
	background: #ec1c24;
	background: -webkit-linear-gradient(#fff100, #ec1c24);
	background: -o-linear-gradient(#fff100, #ec1c24);
	background: -moz-linear-gradient(#fff100, #ec1c24);
	background: linear-gradient(#fff100, #ec1c24);
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000;
	box-shadow: 0px 7px 10px rgba(0,0,0,0.4);
	text-align: center;
	z-index: 2000;
	padding: 2px;
	margin: 0;
	position: relative;
}
.nav h2 {
	color: #fff;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: 300;
	margin: 0;
}
.nav a{
	padding: 0 25px;
	letter-spacing: 2px;
	display: inline-block;
	text-decoration: none;
}

.nav a:hover h2 {
	color: #000;
}
.nav span.right{
	float: right;
}
.nav span.right a{
	float: left;
	display: block;
}
/*Nav Button*/
.button3 {
	color: #000;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}

.button3 h2 {
	color: #000;
}

.button {
  margin: .4em;
  padding: .4em;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Wobble To Bottom Right */
@-webkit-keyframes wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }

  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }

  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }

  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }

  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }

  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }

  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }

  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.wobble-to-bottom-right {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-to-bottom-right:hover, .wobble-to-bottom-right:focus, .wobble-to-bottom-right:active {
	background: -webkit-rgba(255,255,255,0.6);
	background: -o-rgba(255,255,255,0.6);
	background: -moz-rgba(255,255,255,0.6);
	background: rgba(255,255,255,0.6);
	border: 2px solid #fff000;
	border-radius: 13px;
  -webkit-animation-name: wobble-to-bottom-right;
  animation-name: wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Top Right */
@-webkit-keyframes wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }

  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }

  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }

  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }

  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }

  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }

  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.wobble-to-top-right {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-to-top-right:hover, .wobble-to-top-right:focus, .wobble-to-top-right:active {
  -webkit-animation-name: wobble-to-top-right;
  animation-name: wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/*--nav button--*/
#maincontent{
				clear: both;
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 10px 10px 0px 0px;
				position: relative;
				width: 80%; /* 1000px / 1250px */
			}
		
.maincontent{
				clear: both;
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0 0 0;
				position: relative;
				width: 80%; /* 1000px / 1250px */
			}
.standardcontainer {
text-align: center;
}

/* Sweep To Top Blue*/
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3CC;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*sweep to top*/
/* Sweep To Top White*/
.hvr-sweep-to-top2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top2:hover, .hvr-sweep-to-top2:focus, .hvr-sweep-to-top2:active {
  color: white;
}
.hvr-sweep-to-top2:hover:before, .hvr-sweep-to-top2:focus:before, .hvr-sweep-to-top2:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*sweep to top*/
/* Sweep To Top Orange*/
.hvr-sweep-to-top3 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top3:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F90;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top3:hover, .hvr-sweep-to-top3:focus, .hvr-sweep-to-top3:active {
  color: white;
}
.hvr-sweep-to-top3:hover:before, .hvr-sweep-to-top3:focus:before, .hvr-sweep-to-top3:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*sweep to top*/
h1 {
	font-family: 'Paytone One', sans-serif;
	font-size: x-large;
	color: #ec1c24;
	padding: 15px 0 15px 0;
	text-align: center;
	margin: 0;
}
h2 {
	font-family: 'Paytone One', sans-serif;
	color: #ec1c24;
}

p {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 1.4em;
}

.container3 p {
	font-size: .9em;
}
.orange {
	color: #F60;
}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.main{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
/*MORPH*/
.pic {
	border: 10px solid yellow;
	float: left;
	height: 500px;
	width: 500px;
	margin: 0 0 0 230px;
	overflow: hidden;
}
.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.footer {
	background: url(../img/main/dulces-zuma-3.png);
	line-height: 24px;
	font-weight: bold;
	height: 367px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
}

.container3 a:link {
	color: #000;
	text-decoration: underline;
}
.container3 a:hover {
	color: #ec1c24;
}
.container3{
	background: #fff100;
	border-top: 2px #000 solid;
	border-bottom: 2px #fff100 solid;
	margin: 0;
	width: 100%;
	position: relative;
}
/* Grow Rotate */
.grow-rotate {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.grow-rotate:hover, .grow-rotate:focus, .grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(-4deg);
  transform: scale(1.1) rotate(-4deg);
}

@media only screen and (max-width: 1024px) {
.pic {
	float: left;
	margin: 0;
}
}

@media only screen and (max-width: 480px) {
	.headertitle {
		text-align: center;
	}
	
	.logo {
		padding-top: 135px;
	}
	
	.footer {
		background-size: contain;
		height: 150px;
}
	h2 {
		font-size: 1em;
	}
	p {
		font-size: 1em;
	}
	
.pic {
	border: 10px solid yellow;
	float: left;
	height: 250px;
	width: 250px;
	overflow: hidden;
}	
	
img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

.centeralign {
	text-align: center;
}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }



