@charset "utf-8";
/* CSS Document ver 2013-02-04 */

@import url('numbers-hexagon.css');

/* Subscribe Button - color
======================================================================== */

#subscribe .button-submit {
	background-image: url('../images/_light/subscribe-button.png');
}

#subscribe .button-submit:hover {
	background-image: url('../images/_light/subscribe-button-hover.png');
}

/* Change Font-family
   Ropa Sans
======================================================================== */
h1, h2, h3, h4, h5,
#subscribe .message {
	font-family: 'Ropa Sans', Arial, Helvetica, sans-serif;
	}

/* Change Font-family
   Karlo
======================================================================== */
#title h1 {
	font-family: Karlo, Arial, Helvetica, sans-serif;
	}

/* Change Font-family
   Electrolize
======================================================================== */
body,
input,
#contact-from label,
#contact-from input[type=text],
#contact-from textarea,
#jf_cf_submit,
#subscribe .button-submit,
#subscribe .wrap-input input {
	font-family: Electrolize, Tahoma, Geneva, sans-serif;
	}

/* Change Font-family
   Countdown Numbers
   Lato
======================================================================== */
#count-down .numbers {
	font-family: Lato, Tahoma, Geneva, sans-serif;
	}

/* Text color
======================================================================== */

body,
input,
h4
#menu-desktop a,
#subscribe .button-submit,
#menu-mobile li a,
#contact-from input[type=text],
#contact-from textarea,
#pages-footer .button-top:hover {
	color: #444444;
}

#title h1,
#pages-footer .button-top,
.tweet_list li a,
h1, h2, h3, h5,
strong, b,
#menu-desktop a:hover,
#menu-mobile li a:hover {
	color: #ff00ff;
}

#count-down .numbers {
	color: #444444;
}

#count-down .block span {
	color: #444444;
}

/* Hide blocks
======================================================================== */

/*
#logo{
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	}
*/

/*
#menu, #page-footer {
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	}
*/

/*
#title{
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	}
*/

/*
#description{
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	}
*/

/*
#count-down{
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	}
*/

/*
#subscribe{
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	}
*/

/*
#social-icons{
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	}
*/

/*
#twitter{
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	}
*/

/*
#footer{
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	}
*/

/* Addition styles for mobile device
======================================================================== */

@media all and (min-width: 641px) and (max-width: 775px) {

}

@media all and (min-width: 461px) and (max-width: 640px) {

}

@media all and (max-width: 460px) {

}