@charset "utf-8";
@import url(fonts.css);
/*
1.Header
2.Blog
3.Footer
4.Responsive
*/
body {
	background:#1d1d1d url(../img/bg/bg.png) repeat 0 0;
	min-height:500px;
}
.wrapper {
	background: url(../img/bg/bg1.jpg) no-repeat center 0;
	-webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
/*//////////////////////HEADER//////////////////////*/
#header {
	background:url(../img/bg/header-bg.png) repeat 0 0;
}
#header .row {
	padding:0 10px;
}
.logo {
	padding:0;
	display:inline-block;
}
.logo a {
	margin:4% 0 2% 0;
	display:block;
}
.logo a h1 {
	margin:0;
	text-transform: uppercase;
	letter-spacing:0;
}
.logo a span {
	font-family: 'NeoSansStd-Light';
	font-size:30%;
	color: #00c0ff;
}
.banner-logo  {
	padding:0;
	margin:3% 0 2% 0;
	float:right;
}	
.banner-logo a {
	float:right;
	padding:0.2% 0 0 70px;
	background:url(../img/elem/banner-logo.png) no-repeat 0 0;
}
.banner-logo h2{
	line-height:0.8;
	background:transparent;
}
.banner-logo h2 span{
	display:block;
	font-size:55%;
	color:#a2a2a2;
}
.header-banner {
	background:#0c0c0c;
	min-height:36px;
	border-bottom:1px solid #029cce;
	padding:0.4% 0 0 1%;
	position:relative;
	bottom:0;
}
.header-banner .row p {
	color:#898989;
	margin:0;
}
/*//////////////////////end HEADER//////////////////////*/

/*//////////////////////BLOG//////////////////////*/
.blog-grid {
	margin:0 0 2% 0;
}
h3.page-title {
	width:100%;
	padding: 4.5% 5%;
	background:#000;
	border-radius:5px;
	margin:3% 0 0 0;
}
.blog-post {
	background:#fff;
	border-radius:6px;
	margin:3% 0 0 0;
}
.blog-post .row {
	margin:0;
}
.blog-post .row .twelve img {
	margin:0 0 2.5% 0;
}
.inner-blog-holder {
	padding:2.5% 5%;
}	
.header-post {
	background:#121212;
	border-radius:4px;
	position:relative;
	padding:4.5% 60px 4.5% 5%;
}	
a.like-sys {
	position:absolute;
	right: 5px;
	top: 25%;
	padding:11px 13px 17px 10px;
	font-family: 'OpenSans Light';
	font-size:1em;
	font-weight:bold;
	color:#000;
	background:url(../img/icon/dialogImg.png) no-repeat 0 0;
}
a.like-sys:hover {
	background:url(../img/icon/dialogWhite.png) no-repeat 0 0;
}
.header-post .twelve h3 {	
	margin:1% 0;
}
.header-post .twelve h3 a {
	color:#fdfdfd;
}
.header-post .twelve h3 a:hover {
	color:#00d2ff;
}
.header-post .twelve h6 {
	margin:0;	
}
.header-post .twelve h6 span {
	color:#999;
}
.header-post .twelve h6 a:hover  {
	color:#fff;
}
.footer-post {
	border-top:1px solid #cbcbcb;
	padding:5% 5% 2.5% 5%;
}
.footer-post ul.inner-social {
	padding:0;
	margin:0;
	width:42%;
}
.footer-post ul.inner-social li{
	float:left;	
	list-style:none;
	margin:0 0.2%;
}
.wrapper-comments {
	width:58%;
	margin:0;
	padding:0;
} 
.wrapper-comments p {
	color:#2f2f2f;
	font-family: 'OpenSans Bold';
	font-size:0.875em;
	font-weight:normal;
	float:left;
	padding:1% 0 2% 32px;
	margin:0;
	background:url(../img/icon/dialogBlack.png) no-repeat 0 -3px;
}
.wrapper-comments p a {
	font-family: 'Arial';
	color:#2f2f2f;
}	
.wrapper-comments p a:hover {
	text-decoration:underline;
}		
.thumbs-post {
	width:100%;
	margin:2% 0 0 0;
	padding:0 4%;
	background:#2a2a2a;
	border-radius:5px;
	min-height:20px;
	overflow:hidden;
	display:block;
	border:1px solid #141414;
}
.thumbs-post .prev {
	float:left;
	padding:4% 0;
	width:50%;
	display:inline;
}
.thumbs-post .next {
	float:right;
	padding:4% 0;
	width:50%;
	display:inline;
}
.thumbs-post .prev a {
	background:url(../img/btn/prev-button.png) no-repeat 0 45%;
	padding:0 0 0 6%;
	color:#6e6e6e;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size:1.375em;
	float:left;
}
.thumbs-post .next a {
	background:url(../img/btn/next-button.png) no-repeat 100% 45%;
	padding:0 6% 0 0;
	color:#6e6e6e;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size:1.375em;
	float:right;
}
.thumbs-post .prev a.active_thumbs,.thumbs-post .next a.active_thumbs {
	color:#fff;
} 
.thumbs-post .next a.active_thumbs:hover {
	background:url(../img/btn/next-button.png) no-repeat 100% 45%;
	color:#00d2ff;
} 
.thumbs-post .prev a.active_thumbs:hover {
	background:url(../img/btn/prev-button-hover.png) no-repeat 0 45%;
	color:#00d2ff;
}
.right-column {
	margin:2% 0 0 0;
}
.admin-panel {
	background:#121212;
	padding:10% 6%;
	border-radius:5px;
	position:relative;
	margin:0 0 4% 0;
}
.admin-panel img {
	position:absolute;
	bottom:1px;
	right:1px;
	z-index:10;
}
.admin-panel h4 {
	z-index:20;
	position:relative;
	margin:0;
}
.admin-panel a {
	z-index:20;
	position:relative;
	font-size:0.938em;
}
.admin-panel a:hover {
	color:#fff;
}
.comments {
	min-height:100px;
}
.comments p {
	color:#000;
}
.social-box {
	overflow:hidden;
}
.row.wrapper-newsletter-holder {
	background:#2a2a2a;
	border-radius:5px;
	border:1px solid #000;
}
ul.newsletter-holder {
	padding:0;
	margin:0;
	list-style:none;
}
ul.newsletter-holder li {
	min-height:30px;
	border-top:1px solid #000;
	border-bottom:1px solid #414141;
	padding:0 4%;
	overflow:hidden;
}
ul.newsletter-holder li:first-child {
	border-top:none;
	padding:0;
}
ul.newsletter-holder li.last-child-news {
	border-bottom:none;
}
ul.newsletter-holder li h4 {
	margin:0;
	line-height:3;
}
ul.newsletter-holder li:first-child h4 {
	background:url(../img/elem/mail-logo.png) no-repeat 0 0;
	padding:0 0 0 60px;
}
ul.newsletter-holder li:first-child p {
	color:#999;
	/*font-family: 'OpenSans';*/
	font-style: normal;
	padding:0 4% 2% 4%;
}
ul.newsletter-holder li .emailSubmit {
	margin:0 4% 4% 4%;
	border-radius:5px;
	background:#171717;
	overflow:hidden;
}
ul.newsletter-holder li .emailSubmit input[type="email"] {
	background:transparent;
	border:none;
	outline:none;
	color:#3d3d3d;
	float:left;
	width:70%;
	padding:8px;
	margin:0;
}
ul.newsletter-holder li .emailSubmit input[type="email"]:focus {
	color:#fff;
}
ul.newsletter-holder li .emailSubmit input[type="submit"] {
	background:#00d2ff;
	color:#1c1c1c;
	border:none;
	border-radius:5px;
	font-family: 'sansationbold';
	cursor:pointer;
	width:30%;
	float:right;
	padding:8px 0;
	font-size:1em;
}
ul.newsletter-holder li .emailSubmit input[type="submit"]:hover {
	background:#fff;
}
ul.newsletter-holder li .seven {
	float:left;
}
ul.newsletter-holder li .four2 {
	float:right;
}
.twitter-holder {
	padding:0 0 0 45px;
	background:url(../img/icon/t-icon.png) no-repeat 0 50%;
}
.rss {
	padding:0 0 0 45px;
	background:url(../img/icon/rss.png) no-repeat 0 50%;
}
.newsletter-holder li .four2 a {
	display:block;
	padding:8px 0;
	background:#00d2ff;
	color:#1c1c1c;
	border-radius:5px;
	font-family: 'sansationbold';
	font-size:1em;
	text-align:center;
	line-height:1.3;
	margin:15% 0 0 0;
}
.newsletter-holder li .four2 a:hover {
	background:#fff;
}
.search-holder {
	background:#171717;
	margin:6% 0;
	border-radius:5px;
	overflow:hidden;
}
.search-holder input[type="text"] {
	background:transparent;
	border:none;
	outline:none;
	color:#3d3d3d;
	float:left;
	width:83%;
	padding:8px;
	margin:0;
}	
.search-holder input[type="text"]:focus {
	color:#fff;
}
.search-holder input[type="submit"] {
	background:url(../img/btn/searchBtn.png) no-repeat 0 0;
	border:none;
	width:34px;
	height:32px;
	cursor:pointer;
	float:right;
	margin:1px;
}
.search-holder input[type="submit"]:hover {
	background:url(../img/btn/searchBtn-white.png) no-repeat 0 0;
}
.wrapper-magazin {
	display:block;
	width:100%;
}
ul.magazin-holder {
	list-style:none;
	padding:0;
	margin:8% 0 0 0;
}
ul.magazin-holder ul {
	list-style:none;
	padding:0;
	margin:0;
	background:#2a2a2a;
	border-radius:5px;
	border:1px solid #000;
	overflow:hidden;
	margin:0 0 3% 0;
}
ul.magazin-holder ul li {
	float:right;
	padding:2.5% 1%;
}
ul.magazin-holder ul li:first-child {
	float:left;
	padding: 2.5% 1%;
}
ul.magazin-holder ul li h5 {
	padding:0 0 0 10px;
	margin:0;
	line-height:25px;
}
.img-holder a img {
	border:5px solid #000;
	width:100%;
}
.img-holder a img:hover {
	border:5px solid #fff;
}
a.facebook-holder {
	width:26px;
	height:27px;
	display:block;
	background:url(../img/btn/fbBtn.png) no-repeat 0 0;
}
a.facebook-holder:hover {
	background:url(../img/btn/fbBtn-white.png) no-repeat 0 0;
}
a.shop-holder {
	width:80px;
	height:27px;
	display:block;
	background:url(../img/btn/buyBtn.png) no-repeat 0 0;
}
a.shop-holder:hover {
	background:url(../img/btn/buyBtn-white.png) no-repeat 0 0;
}
a.demo-holder {
	width:80px;
	height:27px;
	display:block;
	background:url(../img/btn/demoBtn.png) no-repeat 0 0;
}
a.demo-holder:hover {
	background:url(../img/btn/demoBtn-white.png) no-repeat 0 0;
}
.row.wrapper-accordion {
	margin:5% -15px 0 -15px
}
h3.page-title {
	background:#121212;
}
h3#comments {
	color:#000;
}
.comment-author img {
	margin:0!important;
}
a.comment-reply-link {
	border-radius:5px;
	padding:4px 14px;
	border-radius: 5px;
	color:#fff;
	font-family: 'sansationbold';
	font-size: 1em;
	text-align: center;
	background:#0d0d0d;
	text-transform:uppercase;
	margin:0 0 7px 0;
	display:inline-block;
}
a.comment-reply-link:hover {
	color:#00d2ff;
}
ol.commentlist li {
	margin:0 0 10px 0;
}
#commentform  #submit {
	cursor:pointer;
	border:none;
	border-radius:5px;
	padding:6px 14px;
	border-radius: 5px;
	color:#fff;
	font-family: 'sansationbold';
	font-size: 1em;
	text-align: center;
	background:#0d0d0d;
	text-transform:uppercase;
	margin:0 0 7px 0;
	display:inline-block;
}
#commentform  #submit:hover {
	color:#00d2ff;
}
/*//////////////////////end BLOG//////////////////////*/

/*//////////////////////FOOTER//////////////////////*/
#footer {
	background:black;
	width:100%;
	overflow:hidden;
}
#footer .five p {
	color:#a8a8a8;
	font-size:0.750em;
	margin:1% 0;
}
#footer .five a {
	color:#a8a8a8;
}
#footer .five a:hover {
	color:#00d2ff;
}
.copyright-holder p {
	padding:15px 40px;
	background:url(../img/icon/logo-footer.png) no-repeat 0 50%;
	display:block;
}
.design-holder p{
	text-align:right;
	padding:15px 0;
}
.design-holder p a {
	background:url(../img/icon/ill.png) no-repeat 100% 50%;
	padding:3px 40px 0 0;
}
/*//////////////////////end FOOTER//////////////////////*/

/*//////////////////////RESPONSIVE//////////////////////*/
@media only screen and (max-width: 980px) { 
	.inner-social,.wrapper-comments {
		width:100%!important;
	}
	.wrapper-comments {
		
	}
}
@media only screen and (max-width: 980px) and (min-width: 768px) { 
	ul.magazin-holder ul li:first-child {
		width:100%;
	}
}
@media only screen and (max-width: 767px) { 
	.inner-social,.wrapper-comments  {
		width:100%;
		display:block;
	}
	.logo {
		display:block;
		width:100%;
	}
	.logo a {
		text-align:center;
	}
	.banner-logo {
		display:block;
		width:100%;
		text-align:center;
		margin:0;
	}
	.banner-logo a {
		float:none;
		display:inline-block;
	}
}
@media only screen and (max-width: 640px) {
	body {
		font-size:75%;
	}
	a.like-sys {
		font-size:100%;
		padding: 11px 13px 17px 13px;
	}
	.banner-logo a {
		padding: 0.2% 0 3px 70px;
	}
	.thumbs {
		font-size:50%;
	}
	.admin-panel {
		margin:17% 0 0 0;
	}
	.design-holder p {
		text-align:left;
	}
	.thumbs-post .next a {
		padding: 0 12% 0 0;
	}
	.thumbs-post .prev a {
		padding: 0 0 0 12%;
	}
}
/*//////////////////////End RESPONSIVE//////////////////////*/


div.twelve span.stButton {
    margin-left: 0;
    margin-right: 0;
}

















