/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Basic Styles
	#Page Styles
	#Media Queries
	#Font-Face */
	
	@import url(http://fonts.googleapis.com/css?family=Open+Sans);
	@import "font-awesome.css";
	

/* #Basic Styles
================================================== */
	
/*body {
	background: #fff;
	color: #666;
}*/

h1, h2, h3, h4, h5, h6,{
	font-family: 'FontAwesome', sans-serif;
	font-weight: 500;
}/*color: #444;*/

h1 { font-size: 30px; line-height: 35px; margin-bottom: 21px; }
h2 { font-size: 22px; line-height: 28px; margin-bottom: 14px; text-transform: none; letter-spacing: 0.02em; }
h3 { font-size: 22px; line-height: 21px; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.02em; }
h4 { font-size: 14px; line-height: 18px; margin-bottom: 7px; text-transform: uppercase; letter-spacing: 0.02em;}
h5 { font-size: 20px; line-height: 18px; margin-bottom: 7px; text-transform: uppercase; letter-spacing: 0.02em;}

a, a:visited { color: #444; text-decoration: underline; outline: 0; -webkit-transition: color .1s; -moz-transition: color .1s; -o-transition: color .1s; transition: color .1s; }
a:hover, a:focus { color: #999; }
p a, p a:visited { line-height: inherit; }

p { margin: 0 0 21px 0; }

/*li { line-height: 21px; margin-bottom: 7px; }*/

/* buttons */

.button_flash {
	
	font-family: 'Open Sans', sans-serif;
	/*margin: 14px auto;*/
	padding: 10px 10px;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*background: #ff670f;*/
	color: #fff!important;
	font-size: 13px;
	line-height: 21px;
	text-transform:uppercase;
	text-decoration: none!important;
	/*padding: 14px 18px;
	font-size: 13px;
	line-height: 14px;*/
	box-shadow: inset 0 -3px 0 0 rgba(0,0,0,0.2);
    
    background-color: #006fb4;
    -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 1s;
	animation-iteration-count: infinite;

}
	
	
	
}
/* Chrome, Safari, Opera */
@-webkit-keyframes example {
    from {background-color: #006fb4;}
    to {background-color: red;}
}

/* Standard syntax */
@keyframes example {
    from {background-color: #006fb4;}
    to {background-color: red;}
}




/*.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 14px;
	padding: 7px 13px;
	border: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #ff670f;
	color: #fff!important;
	font-size: 13px;
	line-height: 21px;
	text-shadow: -1px 0 0 rgba(0,0,0,0.2);
	-webkit-transition: background .1s;
	-moz-transition: background .1s;
	-o-transition: background .1s;
	transition: background .1s;
}*/

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	border: none;
	background: #da5203;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
	border: none;
	background: #da5203;
}

/* #Site Styles
================================================== */

.spacer { 
	height: 20px;
	width: 100%;
	clear: both;
}

/* main header */

/*.main-header { margin: 49px 0 21px; text-align: center; }
.main-header h1 {
	display: inline-block;
	margin: 0;
	padding: 0 10px 21px; 
	background: url(../images/heading_stripe.png) repeat-x left bottom; 
}*/

/* purchase button */

.purchase {
	padding-top: 48px;
}

.purchase em {
	display: block;
	font-size: 12px;
	line-height: 1.3em;
	color: #e51937;
}

.button-purchase {
	text-decoration: none!important;
	padding: 14px 18px;
	font-size: 13px;
	line-height: 14px;
	box-shadow: inset 0 -3px 0 0 rgba(0,0,0,0.2);
}

/* theme preview */

.preview-theme {
	margin: 21px 0;
	border: 5px solid #eee;
	background: #fff url(../images/preview.png) no-repeat center;
	min-height: 200px;
}

.preview-theme:hover {
	border: 5px solid #e5e5e5;
}

.preview-theme img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* nav links */

.nav-links {
	margin-bottom: 2px;
}

.nav-links:before {
	content: '';
	display: block;
	width: 10px;
	height: 0;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
}

.nav-links a {
	font-weight: bold;
	text-decoration: none;
	color: #555;
}

.nav-links a:hover {
	color: #ff670f;
}

/* portfolio filters */

.portfolio .filters {
	float: right;
	margin: 0 0 20px 0; 
}

.portfolio .filters a {
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	margin-left: 0px;
	margin-right: 20px;
	padding: 0px 2px;
	color: #999;
	text-decoration: none;
}

.portfolio .filters a:hover {
	color: #666;
}

.portfolio .filters a.filter-active {
	color: #666;
	border-bottom: 1px solid #E31837;
}

/* portfolio list */

.portfolio .list {
	font-family: 'Open Sans', sans-serif;
	clear: both;
}

.portfolio .list li {
	float: left;
	width: 160px;
	margin: 0 15px 15px 15px;
	/*border: 1px solid #e0e0e0;
	background-color:#fff;*/ /*COLOR DE FONDO PARA DESCRIPCION DEL LISTADO*/
}

.portfolio .list .thumb {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	width: 160px;
	height: 160px;
	margin-bottom: 14px;
	overflow: hidden;
	/*border-bottom: 4px solid #e0e0e0;*/
	/*border-radius: 5000px;*/
	border: solid 5px rgb(255, 255, 255);
	margin: 0 auto;
	background-color:#fff;
}

.portfolio .list .thumb p{
	font-family: 'Open Sans', sans-serif;
}

.portfolio .list .thumb img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	
}

.portfolio .list .view {
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;*/
	box-sizing: border-box;
	/*background: #fff;*/
	background: rgba(255,255,255,0.6);
	/*border: 1px solid #fff;*/
	text-align: center;
	line-height: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0s linear .3s;
	-moz-transition: opacity 0.3s, visibility 0s linear .3s;
	-o-transition: opacity 0.3s, visibility 0s linear .3s;
	transition: opacity 0.3s, visibility 0s linear .3s;
	-webkit-transform: translate3d(0,0,0);
}

.portfolio .list .thumb:hover .view {
	/*font-family: 'Open Sans', sans-serif;*/
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.portfolio .list .view .button { 
/*font-family: 'Open Sans', sans-serif;*/
	position: relative;
	top: 50%;
	margin-top: -17px;
	background-color:#e51937;
	box-shadow: inset 0 -3px 0 0 rgba(0,0,0,0.2);
}

.portfolio .list h4 {  /*TITULO DE PRODUCTO EN EL LISTADO*/
	text-align: center;
	/*padding-left:15px;*/
}

.portfolio .list h4 a {	/* COLOR TITULO DE PRODUCTO EN EL LISTADO*/
	text-decoration: none;
	text-align: center;
	color:#cf1313;
}

.portfolio .colio-active-item h4 a {
	/*background: #ccc;
	padding: 2px 10px;*/
	color:#cf1313;
}
.portfolio .list h5 {  /*TITULO DE PRODUCTO EN EL LISTADO*/
	text-align: center;
/*	padding-left:15px;*/
}

.portfolio .list h5 a {	/* COLOR TITULO DE PRODUCTO EN EL LISTADO*/
	/*line-height: 2em;
	padding-left:14px;*/
	text-decoration: none;
	text-align: center;
	color: #E31837;
	/*font-weight: normal;*/
}

.portfolio .colio-active-item h5 a {
	/*background: #ccc;
	padding: 2px 10px;*/
	color:#666;
}




.portfolio .list p { /*DESCRIPCION DEL PRODUCTO EN EL LISTADO*/
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-size: 12px;
	line-height: 1.3em;
	/*padding-left:15px;*/
	padding-top:0px;
}

/* footer */

footer {
	margin-bottom: 21px;
}

footer .copyright {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1em;
	color: #999;
}

/* scroll up */

#scrollUp {
	position: fixed;
	bottom: 5px;
	right: 10px;
	width: 42px;
	height: 42px;
	background: #eee url(../images/scrollup.png) no-repeat center;
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#scrollUp:hover {
	background-color: #e5e5e5;
}


/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.colio { margin-right: 24px!important; }
		.portfolio .list .thumb { width: 160px; height: 160px; }
		.portfolio .list li { with: 228px; height: auto; text-align:left;}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		h1, h2, h3, h4, h5, h6 { text-align: center; }
		.preview-theme + p { margin-bottom: 42px; }
		.main-header { margin: 21px 0 0!important; }
		.purchase { text-align: center; padding-top: 21px; }
		.portfolio .filters { float: left; margin-top: 0; text-align: center; width: 100%; }
		.portfolio .filters a { margin: 0 10px; }
		.portfolio .list li { float: none; margin-right: 0; /*border: 1px solid #e0e0e0;*/ width: 415px; text-align:left; }
		.colio { margin-right: 0!important; }
		.portfolio .list .thumb { width: 160px; height: 160px; }
		footer { text-align: center; margin-bottom: 14px!important; }
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.portfolio .list .thumb { width: 160px; height: 160px;text-align:left; margin: 0 60px 15px;}
		.portfolio .list li {/*border: 1px solid #e0e0e0;*/ width: 295px; text-align:left; }
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
