@font-face {
    font-family: Kelly Slab;
    src: url(/wp-content/themes/ncfestival/KellySlab-Regular.ttf);
}
@font-face {
    font-family: Strait;
    src: url(/wp-content/themes/ncfestival/Strait-Regular.ttf);
}
/*
	Theme Name: Nicaraguan Cigar Festival
	Theme URI: http://nicaraguancigarfestival.com
	Description: HTML5 Dax WordPress Theme
	Version: 1.0
	Author: Dax Castellón
	Author URI: http://daxcastellon.com
	Tags: Blank, HTML5, CSS3
*/

/* INICIA RESET *****************************************************************/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}article, aside, figure, footer, header, hgroup, nav, section, main {display: block;}img,object,embed {max-width: 100%;}html {overflow-y: scroll;}ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}del {text-decoration: line-through;}abbr[title], dfn[title] {border-bottom: 1px dotted #333; cursor: help;}table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}td {font-weight: normal; vertical-align: top;}hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	padding: 0;
	clear: both;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #C30;
}input, select {vertical-align: middle; line-height:normal}pre {white-space: pre; /* CSS2 */ white-space: pre-wrap; /* CSS 2.1 */ white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */ word-wrap: break-word; /* IE */}input[type="radio"] {vertical-align: text-bottom;}input[type="checkbox"] {vertical-align: middle;*vertical-align: baseline;}.ie6 input {vertical-align: text-bottom;}
select, input, textarea {font: 99% sans-serif;}table {font-size: inherit; font: 100%;}a:hover, a:active {outline: none;}small,.small {font-size: 85%}
strong, th, label {font-weight: bold;}td, td img {vertical-align: top;} sub, sup {font-size: 75%; line-height: 0; position: relative;}sup {top: -0.5em;}
sub {bottom: -0.25em;}pre, code, kbd, samp {font-family: monospace, sans-serif;}.clickable,label, input[type=button], input[type=submit], button {cursor: pointer;}button, input, select, textarea {margin: 0;}button {width: auto; overflow: visible;}.ie7 img {-ms-interpolation-mode: bicubic;}.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; } .clearfix:after { clear: both; } .clearfix { zoom: 1; }
/* FIN DE RESET ****************************************************************************/

*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	color: #333;
	font-family: 'Strait', Helvetica, Arial, sans-serif;
	font-size: 110%;
	line-height: 1.5em;
	font-weight: normal;
	background-color: #eee5d1;
	background-image: url(img/background.png);
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {max-width:100%;vertical-align:bottom}
a {
	color: #09C;
	text-decoration: none;
}
a:hover {
	color: #C00;outline:0
}
a:focus {outline:0}
a:active { color:#000}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	color: #fff;
	line-height: 1.2em;
	clear: both;
	margin-bottom: 0.5em;font-family: "Kelly Slab", cursive;
}
h1{font-size:280%}
h2{
	font-size: 180%;
	background-color: #c74b22;
	padding: 5px;
}
h3{ font-size:150%}
h4{ font-size:130%}
h5{ font-size:120%}
h6{ font-size:100%}

*+h2,*+h3,*+h4,*+h5,*+h6{ margin-top:1.5em}
p {	line-height: 1.5em;}
p+p {margin-top: 1.5em;}
.inputbox, select, input[type=text],input[type=search],input[type=email], input[type=tel],input[type=number],textarea{
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 1em;
	line-height: 1em;
	font-weight: normal;
	padding: 4px;
	transition: all 0.1s;font-family: 'Strait', Helvetica, Arial, sans-serif; box-shadow:inset #EEE 1px 1px 1px 1px
}
input[type=number]{ text-align:right}
.inputbox:hover,select:hover, input[type=text]:hover, textarea:hover,input[type=search]:hover,input[type=email]:hover,input[type=tel]:hover,input[type=number]:hover{
	border: 1px solid #999;
}
.inputbox:focus,select:focus, input[type=text]:focus, textarea:focus,input[type=search]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=number]:hover{
	border: 1px solid #000;outline:0; box-shadow:inset #ccc 1px 1px 3px 0px
}
.boton,input[type=button], input[type=submit], button{
	font-family: "Kelly Slab", cursive;
	border-radius: 5px;
	color: #fff !important;
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	background-color: #116BD9;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4DACF2;
	border-bottom-color: #0E4BBE;
	text-shadow: #0E4BBE -1px -1px;
	border-right-style: none;
	border-left-style: none;
}
.boton:hover,input[type=button]:hover, input[type=submit]:hover, button:hover{
	color: #FFF;
	background-color: #1083D8
}
.boton:active,input[type=button]:active, input[type=submit]:active, button:active{
	color:#FFF;
	position:relative;
	top:1px;
}
#contenido ul{
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
#contenido ol{
	list-style-type: decimal;
	margin-left: 20px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
#contenido li ol,#contenido li ul{ margin-top:1.5em}
form td{ padding:10px}
/*------------------------------------*\
    ESTRUCTURA
\*------------------------------------*/


#mainheader { margin-top:30px; position:relative; overflow:hidden; margin-bottom:20px}
#logo {
	display: block;
	overflow: hidden;
	background-image: url(img/iconos.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 250px;
	height: 150px;
	float: left;
}
#socialmedia{ float:right}
#menu-ncf{float: right;	font-family: "Kelly Slab", cursive; margin-top:40px}
#contenido{ overflow:hidden}
#homepageintro{ clear:both; margin-bottom:20px;overflow:hidden}
#homepageintro2{ clear:both;overflow:hidden;margin-bottom:20px}
#homepageintro2 p{font-size:90%}
#homepageintro2 h2{ text-align:center}

#sidebar {

}

#mainfooter { overflow:hidden; margin-top:50px; padding-bottom:50px}


/*------------------------------------*\
    MISC
\*------------------------------------*/
#mainfooter>p{ width:360px; margin-left:auto; margin-right:auto}
#certificado{
	width: 105px;
	margin-right: 50px; float:left
}
#icono-facebook{background-position: -250px top}
#icono-facebook:hover{background-position: -290px top}
#icono-twitter{	background-position: -250px -50px}
#icono-twitter:hover{background-position: -290px -50px}
#icono-youtube{background-position: -250px -100px}
#icono-youtube:hover{background-position: -290px -100px}
.icono-single-reg{
	background-image: url(img/iconos.png);
	background-repeat: no-repeat;
	background-position: right top;
	display: inline-block;margin-right:10px;
	height: 22px;
	width: 24px;
}
.icono-double-reg{
	background-image: url(img/iconos.png);
	background-repeat: no-repeat;
	background-position: right -30px;
	display: inline-block;
	height: 22px;
	width: 48px; margin-right:10px
}
.icono-discount{
	background-image: url(img/iconos.png);
	background-repeat: no-repeat;
	background-position: left -220px;
	display: inline-block;
	height: 70px;
	width: 70px;
	margin-left: 10px; vertical-align:middle
}
#socialmedia span{
	margin-left: 10px;
	float: right;
	display: block;
	width: 38px;
	height: 38px;
	background-image: url(img/iconos.png);
	background-repeat: no-repeat;
}
#icono-ant{
	background-position: left -150px; float:left;
	display: block;
	background-image: url(img/iconos.png);
	height: 70px;
	width: 200px;
	background-repeat: no-repeat;
}
.caja-puros{
	background-position: right -900px;
	display: block;
	background-image: url(img/iconos.png);
	height: 262px;
	width: 252px;
	background-repeat: no-repeat;
}
#icono-video{
	background-position: right -210px;
	display: block;
	background-image: url(img/iconos.png);
	height: 150px;
	width: 113px;
	background-repeat: no-repeat;
	margin-top: -20px; margin-right:20px;
	float:left
}
.icono-gallery{
	background-position: -330px top;
	display: inline-block;
	background-image: url(img/iconos.png);
	height: 20px;
	width: 40px;
	background-repeat: no-repeat;
	margin-right: 10px;
}
#menu-ncf li{float: left}
#menu-ncf a{
	display: block;
	background-image: url(img/iconos.png);
	background-repeat: no-repeat;
	background-position: -250px -150px;
	height: 30px;
	width: 100px;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}
#menu-ncf a:hover{
	background-position: -250px -180px;
}
.cuadro-gris{
	color: #FFF;
	background: #999999; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #999999 1%, #333333 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%,#999999), color-stop(100%,#333333)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #999999 1%,#333333 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #999999 1%,#333333 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #999999 1%,#333333 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #999999 1%,#333333 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#333333',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	padding: 20px;
	overflow:hidden
}
.cuadro-gris h2{ background:inherit; padding:0px}
.cuadro-gris a{ color:#FFF}
.cuadro-gris article header{ height:50px; margin-bottom:10px}
.cuadro-registro{
	background-color: #eee;
	padding: 20px;
	overflow: hidden; text-align:center; border-radius:10px
}
.gallery-thumb{
	border: 1px solid #8d685c;
}
.gallery-desc{
	font-size: 80%;
	color: #FFF;
	background-color: #808080;
	font-family: "Kelly Slab", cursive;
	display: block;
	text-transform: uppercase;
	line-height: 40px;
	vertical-align: middle;
	height: 40px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.span{display:inline}
.h2links{ font-family: "Kelly Slab", cursive;}
#registerbanner{
	background-color: #eee;
	background-image: url(img/iconos.png);
	background-repeat: no-repeat;
	float: right;
	height: 540px;
	width: 30%;
	background-position: right -360px;
}
#registerbanner .boton{
	font-family: "Kelly Slab", cursive;
font-size: 150%;
margin-top: 350px;
width: 250px;
margin-left: 19px;
padding-top: 25px;
padding-bottom: 25px;
}
.formulario-blanco{
	background-color: #fff;
	padding: 20px;
	border-radius:10px; overflow:hidden
}
.formulario-blanco h1,.formulario-blanco h2,.formulario-blanco h3,.formulario-blanco h4{
	color: #c74b22;
	background-color: inherit;
	padding: 0px;
}
#wrapper-video{ margin-top:70px; float:left}
.intro{
	font-size: 2em;
	margin-top: 1em;
}
.titulo-naranja{ color:#c74b22}
.atencion{ color:#c74b22; font-size:1.5em}
.cuadro-wide{ width:100%; position:absolute; left:0px}
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
.flotarizq{ float:left}
.flotarder{ float:right}
.top50{ margin-top:50px}
#contenido .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: solid #333 5px;
	left: -5px;
	background-color: #333;
}
#contenido .bx-wrapper {
margin: 0;
}
#preregister h3{ line-height:70px}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	border: 1px solid #999999;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
	background-color: #CCC;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:1em;
	line-height:1.2em;
	margin:0;
	padding:0 4px 5px; color:#333
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

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

}
@media only screen and (min-width:1024px) {
.centro{ width:960px; margin-left:auto; margin-right:auto}
/*.cuadro-gris .centro{ width:70%}*/
.columna3{ width:30%; float:left; overflow:hidden}
.columna3:nth-child(2){ margin-left:5%; margin-right:5%}
#logos-empresas{ float:left; width:65%; background-color:#fff}
.columna300{ float:right; width:300px}
.columna50{ float:left; width:48%}
.columna50+.columna50{ float:right}
.columna40{ width:40%}
.columna60{ width:60%}
}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
span.error{
    background: none repeat scroll 0 0 red;
    color: white;
    display: block;
    padding: 5px 10px;
    width: 100%;
}
label.error{
	display: block;
	color: red;
	font-size: 0.8em;
}
