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

@import url(social-icons.css);
@import url(backgrounds.css);

/* Basic & Reset
======================================================================== */

* {
	margin: 0;
	padding: 0;
	}

body {
	font: normal 15px/20px 'Electrolize', Tahoma, Geneva, sans-serif;
	color: #444444;
	background-color: #fff;
	}

.hide-block {
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
	}

article, aside, figcaption, figure, footer, header, hgroup, nav, section, time {
	display: block;
	}

a {
	font: inherit;
	color: #ff00ff;
	text-decoration: underline;
	outline: none;
	}
		
a:hover {
	text-decoration: none;
	color: #AA00AA;
	}	
	
a img {
	border: none;
	}	

input {
	font-family: Electrolize, Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #444444;
	}

p {
	padding: 0 0 20px 0;
	}
	
p.message {
	color: #ff00ff;
	}	

h1, h2, h3, h4, h5 {
	font-family: 'Ropa Sans', Arial, Helvetica, sans-serif;
	color: #444444;
	}
	
h1 {
	font-size: 32px;
	line-height: 42px;
	font-weight: normal;
	padding: 9px 0;
	
	}
	
h2 {
	font-size: 28px;
	line-height: 36px;
	font-weight: normal;
	padding: 4px 0 6px 0;
	}	
	
h3 {
	font-size: 23px;
	line-height: 29px;
	font-weight: normal;
	padding: 0 0 6px 0;
	}		
	
ol, ul {
	margin: 10px 0 10px 17px;
	}	
	
li {
	line-height: 18px;
	padding: 0 0 14px 5px;
	}	
	
.clear {
	clear: both;
	}	
	
.width-1-2 {
	display: block;
	float: left;
	width: 47%;
	margin: 0 3% 0 0;
	}	
	
strong, b {
	font-weight: normal;
	color: #ff00ff;
	}	
		
/* #header #border-header
======================================================================== */

#header {
	position: relative;
	}	

#border-header {
	width: 100%;
	height: 3px;
	background-color: #202020;
	}
	
/* #logo
======================================================================== */
	
#logo {
	position: relative;
	width: 100%;
	padding: 10px 0 5px;
	text-align: center;
	z-index: 900;
	}
	
#logo-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	z-index: -1;
	}	
	
#logo img {
	z-index: 1000;
	}	
	
/* #header-shadow
======================================================================== */

#header-shadow {
	display: block;
	width: 100%;
	height: 5px;
	background: url('../images/header-shadow-bg.png') 0 0 repeat-x;
	}
	
/* #menu
======================================================================== */

#menu {
	position: relative;
	top: -5px;
	left: 0;
	width: 100%;
	height: 40px;
	background: url('../images/menu-bg.png') top left repeat-x;
	}
	
#menu:after {
	content: ' ';
	clear: both;
	}	
	
#menu-desktop {
	position: relative;
	list-style: none;
	width: 528px;
	margin: 0 auto;
	padding: 0;
	}	
	
#menu-desktop li {
	float: left;
	width: 100px;
	height: 35px;
	margin: 0 16px 0 16px;
	padding: 0;
	}	
	
#menu-desktop a	{
	padding-left: 22px;
	font-size: 13px;
	line-height: 36px;
	color: #444444;
	text-decoration: none;
	text-transform: uppercase;
	}		
	
#menu-desktop a:hover {
	color: #ff00ff;
	text-decoration: none;
	}
	
#menu .home {
	background: url('../images/icons/menu/home.png') 4% 0% no-repeat;
	background-size: 14px 14px;
	}
	
#menu .info {
	background: url('../images/icons/menu/info.png') 3% 0% no-repeat;
	}

#menu .portfolio {
	background: url('../images/icons/menu/portfolio.png') 0% 0% no-repeat;
	}

#menu .letter {
	background: url('../images/icons/menu/letter.png') 0% 40% no-repeat;
	background-size: 14px 14px;
	}	
	
#menu .calendar {
	background: url('../images/icons/menu/calendar.png') 0% 0% no-repeat;
	}	
	
#menu .camera {
	background: url('../images/icons/menu/camera.png') 0% 30% no-repeat;
	}		
	
#menu .image {
	background: url('../images/icons/menu/image.png') 0% 40% no-repeat;
	background-size: 14px 14px;
	}
	
#menu .lab {
	background: url('../images/icons/menu/lab.png') 5% 0% no-repeat;
	}	
	
#menu .marker {
	background: url('../images/icons/menu/marker.png') 5% 0% no-repeat;
	}
	
#menu .money {
	background: url('../images/icons/menu/money.png') 0% 0% no-repeat;
	}
	
#menu .monitor {
	background: url('../images/icons/menu/monitor.png') 0% 0% no-repeat;
	}
	
#menu .paint-brush {
	background: url('../images/icons/menu/paint-brush.png') 0% 0% no-repeat;
	}
	
#menu .portfolio {
	background: url('../images/icons/menu/portfolio.png') 0% 0% no-repeat;
	}
	
#menu .settings {
	background: url('../images/icons/menu/settings.png') 0% 0% no-repeat;
	}
	
#menu .shopping-basket {
	background: url('../images/icons/menu/shopping-basket.png') 0% 0% no-repeat;
	}
	
#menu .sound {
	background: url('../images/icons/menu/sound.png') 0% 30% no-repeat;
	}
	
#menu .speech-bubble {
	background: url('../images/icons/menu/speech-bubble.png') left bottom no-repeat;
	}	
	
#menu .user-group {
	background: url('../images/icons/menu/user-group.png') 0% 30% no-repeat;
	}
	
#menu .user {
	background: url('../images/icons/menu/user.png') 0% 0% no-repeat;
	}
	
#menu .video {
	background: url('../images/icons/menu/video.png') 0% 0% no-repeat;
	}
	
#menu .globe {
	background: url('../images/icons/menu/globe.png') 0% 0% no-repeat;
	}	
	
#menu .abacus {
	background: url('../images/icons/menu/abacus.png') 0% 0% no-repeat;
	}	
	
#menu .blog {
	background: url('../images/icons/menu/blog.png') 0% 0% no-repeat;
	background-size: 14px 14px;
	}	
	
#menu .map {
	background: url('../images/icons/menu/map.png') 0% 0% no-repeat;
	}	
	
#menu-mobile-wrap {
	display: none;
	}		
	
#menu-mobile {
	display: none;
	}	
	
/* #text
======================================================================== */

#text {
	clear: both;
	width: 100%;	
	text-align: center;
	}
	
#title {
	display: block;
	padding: 24px 10px 0;
	vertical-align: middle;
	}	

#title h1 {
	display: inline-block;
	font: normal bold 57px/120px Karlo, Arial, Helvetica, sans-serif;
	color: #ff00ff;
	
	padding: 0 50px 0 77px;
	background: url('../images/icon-logo.png') 0 0 no-repeat;
	background-size: 61px 87px;	
	}	
	
#text p {
	max-width: 700px;
	font-size: 16px;
	line-height: 19px;
	padding: 0 20px;
	margin: 0 auto;
	}
	
/* #count-down
======================================================================== */

#count-down {
	width: 508px;
	height: 98px;
	margin: 0 auto;
	padding: 48px 0 44px 0;
	}
	
#count-down:after {
	content: ' ';
	clear: both;
	}	

#count-down .block {
	display: block;	
	float: left;
	width: 112px;
	height: 98px;
	margin: 0 7px;
	text-align: center;
	background: url('../images/numbers-bg.png') top center no-repeat;
	}
	
#count-down .numbers {
	width: 110px;
	height: 71px;
	font-size: 35px;
	line-height: 71px;
	letter-spacing: 0px; 
	color: #ff00ff;
	}	
	
#count-down .block span {
	display: block;
	padding-top: 1px;
	font-size: 13px;
	line-height: 11px;
	text-transform: uppercase;
	color: #444444;
	}	

/* #vertical-auto-align-b
======================================================================== */

#vertical-auto-align-b {
	position: relative;
	}	
	
/* #subscribe
======================================================================== */

#subscribe {
	clear: both;
	max-width: 630px;
	min-width: 260px;
	padding: 0 20px 30px;
	margin: 0 auto;
	text-align: center;
	}
	
#subscribe h2 {
	font-weight: normal;
	font-size: 16px;
	line-height: 23px;
	color: #444444;
	}	
	
#subscribe form {
	position: relative;
	width: 300px;	
	margin: 0 auto;
	}
	
#subscribe .wrap-input {
	width: 212px;
	height: 32px;
	background: url('../images/subscribe-input.png') 0 0 no-repeat;
	text-align: left;
	}	
	
#subscribe .wrap-input input {
	border: none;
	background: none;	
	padding-left: 10px;
	width: 200px;
	height: 29px;
	line-height: 29px;
	font-size: 10px;
	}	
	
#subscribe .button-submit {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 89px;
	height: 32px;
	background: url('../images/subscribe-button.png') 0 0 no-repeat;
	font-size: 12px;
	line-height: 32px;
	color: #444444;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	}	
	
#subscribe .button-submit:hover {
	background-image: url('../images/subscribe-button-hover.png');
	text-decoration: none;
	color: #ff00ff;
	}
	
#subscribe .message {
	display: none;
	position: relative;
	top: -2px;
	left: 1px;
	width: 278px;
	height: 26px;
	padding: 7px 10px 0;
	background: url('../images/subscribe-message.png') top left no-repeat;
	text-align: left;	
	font: normal 17px/25px 'Ropa Sans', Arial, Helvetica, sans-serif;
	color: #669933;
	}	
	
/* #twitter
======================================================================== */

#twitter {
	clear: both;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 168px;
	}	

#twitter-header {
	position: relative;
	width: 100%;
	height: 52px;
	margin-top: 116px;
	}
	
#twitter-header:after {
	content: ' ';
	clear: both;
	}	
	
#twitter-header .left {
	float: left;
	width: 35%;
	height: 52px;
	background: url('../images/twits-header-bg.png') top left repeat-x;
	}	
	
#twitter-header .center {
	float: left;
	width: 30%;
	height: 52px;
	background: url('../images/twits-center.png') top center no-repeat;
	}	
	
#twitter-header .button {
	display: block;
	position: relative;
	width: 71px;
	height: 52px;
	margin: 0 auto;
	background: url('../images/twits-button.png') 46% 48% no-repeat;
	}	
	
#twitter-header .button:hover {
	background-image: url('../images/twits-button-hover.png');
	}		
	
#twitter-header .right {
	float: left;
	width: 35%;
	height: 52px;
	background: url('../images/twits-header-bg.png') top left repeat-x;
	}	
	
#twitter-click {
	position: absolute;
	top: -36px;
	right: -65px;
	width: 87px;
	height: 29px;
	background: url('../images/twitter-click.png') 0 0 no-repeat;
	}	
	
#twitter section {
	clear: both;
	overflow: hidden;
	width: 100%;
	height: 59px;
	background: url('../images/twits-bg.png') 0 0 repeat;
	}	
	
#twitter section article {
	max-width: 630px;
	min-width: 260px;
	padding: 12px 20px 0;
	margin: 0 auto;
	}

.tweet {
	height: 38px; 
	overflow-y: hidden;
	}	
	
.tweet,
.query {
}

.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}
	
.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 14px;
	line-height: 18px;
}
		
.tweet_list li a {
	color: #fff189;
}
		
.tweet_list .tweet_even {
}
		
.tweet_list .tweet_avatar {
	padding-right: .5em; 
	float: left;
}
		
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}
	
/* #page-home
======================================================================== */

#page-home {
	position: relative;
	}
	
/* #page
======================================================================== */

#pages {
	display: block;
	position: relative;
	top: -11px;
	width: 100%;
	padding: 0;
	background: url('../images/page-bg.png') top left repeat;	
	}

#pages:after {
	content: ' ';
	clear: both;
	}
	
#pages-footer	{
	width: 100%;
	height: 32px;
	position: relative;
	top: -11px
	}
	
#pages-footer .button-top {
	display: block;
	width: 101px;
	height: 26px;
	margin: 0 auto;
	color: #444444;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	}	
	
#pages-footer .button-top:hover {
	color: #FFF;
	}	
	
.pages-footer-left {
	float: left;
	width: 35%;
	height: 32px;
	background: url('../images/pages-footer-bg.png') 0 0 repeat-x;
	}
	
.pages-footer-center {
	float: left;	
	width: 30%;
	height: 32px;
	background: url('../images/pages-footer-center.png') top center repeat-x;
	}		
	
.pages-footer-right {
	float: left;	
	width: 35%;
	height: 32px;
	background: url('../images/pages-footer-bg.png') 0 0 repeat-x;
	}	
	
#pages .page {
	position: relative;
	max-width: 630px;
	min-width: 240px;
	margin: 0 auto;
	rem-padding: 30px 20px 60px;
	padding: 36px 20px 60px;
	}
	
#pages .button-close {
	position: absolute;
	top: 48px;
	right: 20px;
	display: block;
	width: 27px;
	height: 27px;
	background: url('../images/button-close.png') 0 0 no-repeat;
	}	
	
#pages .button-close:hover {
	background-image: url('../images/button-close-hover.png');
	}	
		
/* .gallery
======================================================================== */

.gallery {
	position: relative;
	top: 0;
	left: -3px;
	width: 637px;
	padding: 0 0 15px;
	}

.gallery-inner {
	float: left;
	}
	
.gallery figure {
	float: left;
	width: 205px;
	height: 134px;
	margin: 0 4px 6px 3px;
	opacity: 0.8;
	}	
	
.gallery figure:hover {
	opacity: 1;
	}	

/* #block-address-contact-form
======================================================================== */

#block-address-contact-form{
	display: block;
	rem-height: 500px;
	}	
	
#jf_cf_button_show {
	display: none;
	}
	
/* #location
======================================================================== */

#location {
	display: block;
	position: relative;
	width: 100%;
	height: 270px;
	padding: 0;
	margin: 0 0 30px 0;
	}	

/* #address
======================================================================== */

#address {
	display: block;
	float: left;
	width: 295px;	
	}
	
#address ul {
	list-style: none;
	padding: 5px 0 0 0;
	margin: 0;
	}	
	
#address ul li {
	padding: 0 0 20px 40px;
	margin: 0;
	font-size: 14px;
	line-height: 20px;	
	}	
	
#address .address {
	background: url('../images/icon-address.png') 0 0 no-repeat;
	background-size: 24px 24px;
	}	
	
#address .tel {
	background: url('../images/icon-tel.png') 0 0 no-repeat;
	background-size: 24px 24px;
	}	
#address .fax {
	background: url('../images/icon-fax.png') 0 0 no-repeat;
	background-size: 24px 24px;
	}	
#address .email {
	background: url('../images/icon-email.png') 0 0 no-repeat;
	background-size: 24px 24px;
	}	

/* #contact-from
======================================================================== */

#contact-from	{
	display: block;
	float: right;
	width: 310px;
	}	
	
#contact-from label {
	display: block;
	position: relative;
	width: 300px;
	height: 30px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	font: normal 10px/22px Electrolize, Tahoma, Geneva, sans-serif;
	color: #444444;
	background: url('../images/input-bg.png') 0 0 repeat;
	}
	
#contact-from input[type=text] {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 245px;
	height: 30px;
	font: normal 14px/30px Electrolize, Tahoma, Geneva, sans-serif;
	color: #444444;
	background: none;
	border: none;
	}	
	
#contact-from input[type=submit] {
	color: #fff;
	}
	
#contact-from label.textarea {
	height: 140px;
	}	
	
#contact-from  textarea {
	display: block;
	position: absolute;
	top: 25px;
	left: 10px;
	overflow: hidden;
	width: 290px;
	height: 95px;
	font: normal 12px/20px Electrolize, Tahoma, Geneva, sans-serif;
	color: #444444;	
	border: none;	
	background: none;
	resize: none;
	}		
	
#jf_cf_submit	{
	float: right;
	display: none;
	width: 88px;
	height: 29px;
	background: url('../images/button-send.png') top left no-repeat;
	text-align: center;
	font: normal 13px/28px Electrolize, Tahoma, Geneva, sans-serif;
	color: #444444;
	text-decoration: none;
	
	}
	
#jf_cf_submit:hover {
	background: url('../images/button-send-hover.png') top left no-repeat;
	color: #ff00ff;
	text-decoration: none;
	}	
	
#contact-from span.message {
	display: none;
	position: relative;
	top: -10px;
	width: 290px;
	height: 30px;
	padding: 0 10px;
	font-size: 15px;
	line-height: 30px;
	background-color: #fff;
	color: #669933;
	}
	
#jf_cf_information {
	font-size: 16px;
	color: #ff00ff;
	}
	
#contact-from .error {
	display: block !important;
	color: #d80036 !important;
	}	
	
#form-preloader {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 28px;
	height: 28px;
	background-color: #444444;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}	
	
#form-preloader span {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/loader-slider.gif') center center no-repeat;
	}	
	
.error {
	display: block;
	color: #d80036 !important;
	}	

/* #footer
======================================================================== */

#footer {
	display: block;
	position: relative;
	top: -1px;
	width: 100%;
	padding: 6px 0 5px;
	font-size: 14px;
	text-align: center;
	background: url('../images/twits-bg.png') 0 0 repeat;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

/* #audio-panel
======================================================================== */

#audio-panel-wrap {
	position: absolute;
	top: 36%;
	right: 43px;
	margin-top: -38px;
	width: 190px;
	height: 33px;
	z-index: 7777;
	}
			
#audio-panel {
	display: none;
	position: relative;
	overflow: hidden;
	float: right;
	}
		
.audio-player-button {
	position: absolute;
	top: 0;
	right: -33px;
	width: 33px;
	height: 33px;
	background: url('../images/jf-audio-player/button.png') 0 0 no-repeat;
	cursor: pointer;
	}
	
#audio-panel-wrap .button-stop {
	background-image: url(../images/jf-audio-player/button-mute.png) !important;
	}	
			
#audio-panel-wrap .mejs-container {
	display: none !important;
	}			

/* #subscribe-bottom
======================================================================== */
		
#subscribe-bottom {
	display: none;
	background-color: #000;
	}