/*
Theme Name:     Twenty Twelve Szerverem
Theme URI:      http://nandito.info
Description:    Szerverem theme for the Twenty Twelve theme
Author:         Nandito
Author URI:     http://nandito.info/
Template:       twentytwelve                             
Version:        0.9.0
*/

@import url("../twentytwelve/style.css");

@font-face {
	font-family: 'Structr Bold';
	src: url('fonts/Structr Bold.eot');
	src: local('˘'), url('fonts/Structr Bold.woff') format('woff'), url('fonts/Structr Bold.ttf') format('truetype'), url('fonts/Structr Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'cs_regular';
	src: url('fonts/cs_regular.eot');
	src: local('˘'), url('fonts/cs_regular.woff') format('woff'), url('fonts/cs_regular.ttf') format('truetype'), url('fonts/cs_regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Body styles */
body{
	background: url('images/stripemain-bg.png') repeat;
}
@media screen and (min-width: 600px) {
	body .site{
		margin-top: 0 !important;
	}
}
@media screen and (min-width: 960px) {
	body .site{
		margin-top: 0 !important;
	}
}
body .site{
	margin-bottom: 0;
	margin-top: 0;
}

/* Header styles (except titles) */

#header-container{
	background: url('images/stripeheader-bg.png') repeat;
	margin: 0;
	padding: 0;
	-webkit-box-shadow:  0px 2px 6px 1px rgba(100, 100, 100, 0.4);
	box-shadow:  0px 2px 6px 1px rgba(100, 100, 100, 0.4);
}
.site-header{
	padding: 0;
	max-width: 68.5714rem;
	margin: 0 auto;
}
#header-container .site-header #logo{
	display: block;
	float: left;
	padding: 10px 15px 0 0;
}
#header-container .site-header #logo a{
	text-decoration: none;
	border: 0;
}
#header-container .site-header #logo a img{
	border: 0;
	width: 60px;
	height: 60px;
}
.main-navigation{
	margin-top: 0;
}
#site-navigation .nav-menu ul{
	border-bottom: none;
	border-top: none;
	z-index: 4;
}
#site-navigation .nav-menu ul li a{
	color: #FFFFFF;
}
#site-navigation .nav-menu ul li ul.children li a{
	color: #444444;
}
@media screen and (max-width: 340px){
	#header-container .site-header #logo{
		display: none;
	}
	#site-title-container{
		text-align: center;
		width: 100%;
	}
}
@media screen and (max-width: 479px){
	#top-widgets div{
		text-align: center;
		display: block;
		width: 300px;
		margin: 0 auto;
	}
}
@media screen and (min-width: 480px){
	#top-widgets div{
		width: 100px;
		display: inline;
		margin: 0px auto;
		padding: 0 15px 0 15px;
	}
	#top-widgets div label{
		display: none;
	}
	#top-widgets div #s{
		width: 100px;
		margin: 0 auto;
	}
	#top-widgets div #searchsubmit{
		display: none;
	}
	h3.menu-toggle{
		margin-bottom:5px;
	}
}
@media screen and (min-width: 600px){
	#site-title-container{
		display: block;
		float: left;
	}
	#top-widgets{
		margin: 0;
		min-width: 210px;
	}
	#top-widgets div{
		display: block;
		width: 300px;
		padding: 15px;
	}
	#top-widgets div #searchsubmit{
		display: inline;
	}
	.nav-menu ul li:last-child{
		background: url("images/shopping_basket.png") no-repeat scroll 6px 10px #555555;
		padding: 0 15px 0 35px;
		float: right;
		-webkit-border-radius: 15px 15px 0px 0px;
		border-radius: 15px 15px 0px 0px;
	}
	.nav-menu ul li:last-child:hover{
		background: url("images/shopping_basket.png") no-repeat scroll 6px 10px #686868;
	}
	.nav-menu ul li ul.children li:last-child{
		float: none;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		padding: 0;
	}
}
.nav-menu ul.toggled-on li a{
	color: #FFFFFF;
}
.nav-menu ul.toggled-on li ul.children li a{
	color: #FFFFFF !important;
}

/* Heading titles */

.site-header h1.site-title{
	font-family: 'cs_regular', "Open Sans",Helvetica,Arial,sans-serif;
	line-height: 1em;
	font-size: 2.6rem;
}
.site-header h1.site-title a{
	color: #FFFFFF;
}
.site-header h1.site-title a:hover{
	color: #EEEEEE;
}
.site-header h2.site-description{
	color: #EEEEEE;
}

h2.ribboned{
	background: url("images/header-line.png") no-repeat scroll center top transparent;
	color: #FFFFFF;
	font-family: 'Structr Bold',cursive;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 1px;
	height: 27px;
	margin: 15px 0 45px;
	padding: 4px 0;
	text-align: center;
	text-transform: uppercase;
}
h3.home-service-title, h4.other-service-title{
	background: #444444;
}
h3.home-service-title a, h4.other-service-title{
	color: #FFFFFF;
	text-decoration: none;
}
h3.home-service-title a:hover{
	color: #DDDDDD;
}
h4.other-service-title{
	padding: 0 0 0 10px;
}
h3.order-button a{
	background: none repeat scroll 0 0 #666666;
	color: #ffffff;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	font-size: 0.9em;
	padding: 10px 0;
	text-transform: uppercase;
	width: 200px;
}
h3.order-button a:hover{
	background: #EE2535;
}

/* Images, icons */

.moreicon{
	border: none !important;
	box-shadow: none !important;
}
.order-button-preimg{
	margin: 20px 0 20px 40px;
}
img.leftfloat{
	float: left;
}

/* Lists */

ul.checkbullet-list{
	list-style-image: url('images/checkmark.png');
}
ul.greenarrow-list{
	list-style-image: url('images/greenarrow.gif');
}

/* Easy-table styles, pricing tables */

.easy-table th{
	text-align: center !important;
}
.easy-table tbody tr td{
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	text-align: center !important;
}
.easy-table tbody tr td:first-child{
	text-align: left !important;
}

/* VPS Pricing table styles */

#vps-prices tr th{
	background: #b2be8f; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyYmU4ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzhiYTYzYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmZhYTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #b2be8f 0%, #8ba63b 40%, #e6faa9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2be8f), color-stop(40%,#8ba63b), color-stop(100%,#e6faa9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b2be8f 0%,#8ba63b 40%,#e6faa9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b2be8f 0%,#8ba63b 40%,#e6faa9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b2be8f 0%,#8ba63b 40%,#e6faa9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b2be8f 0%,#8ba63b 40%,#e6faa9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2be8f', endColorstr='#e6faa9',GradientType=0 ); /* IE6-8 */

}
#vps-prices tbody tr td:first-child{
	background: none repeat scroll 0 0 #F1FDCF;
}
#vps-prices tr td:nth-child(4){
	
}
#vps-prices tr:nth-child(12){
	background: none repeat scroll 0 0 #EEEEEE;
}
.mtphr-pricing-table-values p{
	margin: 0 !important;
}
.mtphr-pricing-table-button a{
	text-decoration: none;
}
#vps-prices tr:last-child td{
	border-left: none;
	border-right: none;
	border-top: 1px solid #EDEDED;
	border-bottom: none;
	background: none !important;
}
#vps-prices tr:last-child td a, a.woo-order-button{
	background:#ad74a2;
	background:-webkit-gradient(linear,left top,left bottom,from(#ad74a2),to(#96588a));
	background:-webkit-linear-gradient(#ad74a2,#96588a);
	background:-moz-linear-gradient(center top,#ad74a2 0,#96588a 100%);
	background:-moz-gradient(center top,#ad74a2 0,#96588a 100%);
	border-color:#76456c;color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.6);
	font-size: 0.9em;
	font-weight: bold;
	padding: 5px 9px;
	text-decoration: none;
	-webkit-border-radius: 2px;
    border-radius: 2px;
	-webkit-box-shadow:  0px 0px 1px 1px #aaaaaa;
	box-shadow:  0px 0px 1px 1px #aaaaaa;
}
#vps-prices tr:last-child td a:hover, a.woo-order-button:hover{
	background:#ad74a2;
	background:-webkit-gradient(linear,left top,left bottom,from(#ad74a2),to(#864f7b));
	background:-webkit-linear-gradient(#ad74a2,#864f7b);
	background:-moz-linear-gradient(center top,#ad74a2 0,#864f7b 100%);
	background:-moz-gradient(center top,#ad74a2 0,#864f7b 100%);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.6)
}
#vps-prices{
	border-bottom: none;
}
#server-rental a, .serverhosting-prices div p strong a, .woo-order-button-nan{
	background:#ad74a2;
	background:-webkit-gradient(linear,left top,left bottom,from(#ad74a2),to(#96588a));
	background:-webkit-linear-gradient(#ad74a2,#96588a);
	background:-moz-linear-gradient(center top,#ad74a2 0,#96588a 100%);
	background:-moz-gradient(center top,#ad74a2 0,#96588a 100%);
	border-color:#76456c;color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.6);
	font-size: 0.9em;
	font-weight: bold;
	padding: 5px 9px;
	text-decoration: none;
	-webkit-border-radius: 2px;
    border-radius: 2px;
	-webkit-box-shadow:  0px 0px 1px 1px #aaaaaa;
	box-shadow:  0px 0px 1px 1px #aaaaaa;
}
#server-rental a:hover, .serverhosting-prices div p strong a:hover, .woo-order-button-nan:hover{
	background:#ad74a2;
	background:-webkit-gradient(linear,left top,left bottom,from(#ad74a2),to(#864f7b));
	background:-webkit-linear-gradient(#ad74a2,#864f7b);
	background:-moz-linear-gradient(center top,#ad74a2 0,#864f7b 100%);
	background:-moz-gradient(center top,#ad74a2 0,#864f7b 100%);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.6)
}
.serverhosting-prices div p strong a{
	margin-left: 5px;
	font-size: 0.8em;
}

/* Form styles */
.jzzf_element_h{
	padding: 5px !important;
	color: #FFFFFF;
	background: none repeat scroll 0 0 #777777;
}
.jzzf_message{
	width: 100% !important;
}

/* Flexslider */

.flexslider {
	margin: 0 0 55px;
}

/* Customer styles */

.customer-link-block{
	text-align: center;
}
.customer-link-block div .customer-link-container {
	overflow: hidden;
	position: relative;
    margin: 0 auto;
    padding: 2px;
    width: 204px;
}
.customer-link-block div .customer-link{
	height: 200px;
	left: 4px;
	position: absolute;
	width: 200px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    top: -100%;
    transition: top 200ms linear 0s;
	text-align: center;
}
.customer-link-block div .customer-link-container:hover .customer-link{
	top: 2px;
}
.customer-link-block div .customer-link a{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding: 70px 5px;
	transition: opacity 200ms linear 0s;
	opacity: 0;
	display: block;
}
.customer-link-block div .customer-link-container:hover .customer-link a{
	opacity: 1;
	transition-delay: 200ms;
}

/* References styles */

.opinion-box{
	padding: 15px;

	-webkit-box-shadow:  0px 0px 3px 1px #aaa;
	box-shadow:  0px 0px 3px 1px #aaa;
	
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #ffffff;
}
.referrer-left-container, .referrer-right-container{
	width: 25% !important;
}
.referrer-left-container{
	padding-left: 24px;
	background: url("images/reference-arrow-toleft.png") no-repeat scroll 0 0 transparent;
}
.referrer-right-container{
	padding-right: 24px;
	background: url("images/reference-arrow-toright.png") no-repeat scroll right 0 transparent;
}
.referrer-left-content{
	background-color: #dbdbdb;
	padding: 10px 10px 10px 15px;
	-webkit-border-radius: 0px 10px 10px 10px;
	border-radius: 0px 10px 10px 10px;
}
.referrer-right-content{
	background-color: #dbdbdb;
	padding: 10px;
	-webkit-border-radius: 10px 0px 10px 10px;
	border-radius: 10px 0px 10px 10px;
}

/* FAQs styles */

div.qa-faqs code{
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
div.qa-faqs h2.faq-catname{
	font-size: 1.3em;
	margin: 10px 0;
}
div.qa-faqs .qa-faq-title{
	margin: 6px 0;
	font-size: 1.2em;
}
div.qa-faqs .qa-faq-title a{
	text-decoration: none;
}
div.qa-faqs  div.qa-category > div.cf{
	margin-left: 20px;
}

/* ===[ Top Widget Area ]=== */ 

#site-title-container{
	display: block;
	float: left;
}
#top-widgets{
	margin: 0;
}
#top-widgets .widget_search{
	margin-bottom: 1rem;
}
@media screen and (min-width: 600px){
	#top-widgets .widget_search form{
		font-size: 0;
	}
	#top-widgets .widget_search form input[type="submit"]::-moz-focus-inner {
		border:0;
	}
	#top-widgets .widget_search form input#s{
		background: none repeat scroll 0 0 #444444;
		color: #eeeeee;
		height: 16px;
		margin-right: 0;
		-webkit-border-radius: 15px 0px 0px 15px;
		border-radius: 15px 0px 0px 15px;
		-webkit-box-shadow:  0px 0px 1px 1px #444444;
		box-shadow:  0px 0px 1px 1px #444444;
		float: left;
		vertical-align: bottom;
	}
	#top-widgets .widget_search form input#searchsubmit{
		background: none repeat scroll 0 0 #eeeeee;
		color: #444444;
		margin-left: 0;
		height: 16px;
		-webkit-border-radius: 0px 15px 15px 0px;
		border-radius: 0px 15px 15px 0px;
		-webkit-box-shadow:  0px 0px 1px 1px #444444;
		box-shadow:  0px 0px 1px 1px #444444;
		vertical-align: bottom;
		box-sizing: content-box;
		-moz-box-sizing: content-box;
		-ms-box-sizing: content-box;
		-webkit-box-sizing: content-box;
	}
	#top-widgets .widget_search form input#searchsubmit:hover{
		background: none repeat scroll 0 0 #C6D9FF;
	}
}
/* ===[ Footer Widget Areas ]=== */ 
.site-info { clear: both; } 
footer-widgets, #footer-widgets { 
    width: 100%; 
    border-top: none; 
}
#footer-widgets .widget_text h3, #footer-widgets #simple-social-icons-2 h3{
	color: #FFFFFF;
	padding: 0 0 0 5px;
	background: none repeat scroll 0 0 #444444;
}
    #footer-widgets .widget li { list-style-type: none; } 
.template-front-page #footer-widgets { padding-top: 0; } 
@media screen and (min-width: 600px) {  
    #footer-widgets.three .widget { 
        float: left; 
        margin-right: 2%; 
   /*     width: 28%; */
        clear: none; 
		padding: 12px;
		-webkit-box-shadow: 1px 1px 3px 0px #AAA;
		box-shadow: 1px 1px 3px 0px #AAA; 
    } 
        #footer-widgets.three .widget + .widget + .widget { margin-right: 0; } 
} /*
#footer-widgets #text-2{
	width: 35%;
	min-width: 280px;
}*/
#footer-widgets aside:first-child{
	width: 35%;
	min-width: 280px;
	text-align: justify;
}
#footer-widgets aside:nth-child(2){
	width: 25%;
	border-left: 1px solid #AAAAAA;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	min-width: 225px;
}
#footer-widgets #simple-social-icons-2{
	width: 25%;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-width: 225px;
}
@media screen and (max-width: 640px){
	#footer-widgets aside{
		width: 100% !important;
		border: none !important;
		box-shadow: none !important;
		-webkit-box-shadow: none !important;
		padding: none !important;
	}
	#footer-widgets aside:nth-child(2) p, #footer-widgets aside:nth-child(3) p, #footer-widgets aside h3{
		text-align: center;
	}
	#footer-widgets aside ul{
		text-align: center;
		width: 100%;
	}
	#footer-widgets aside ul li{
		float: none;
		display: inline;
	}
}

/* for IE8 and IE7 */ 
.ie #footer-widgets.three .widget { 
    float: left; 
    margin-right: 2%; 
    width: 29.85%; 
    clear: none; 
} 
.ie #footer-widgets.three .widget + .widget + .widget { margin-right: 0; } 
/* Hide footer widgets Homepage Template*/ 
.template-front-page #footer-widgets { display: none; }

#afterfooter{
	background: url('images/stripeheader-bg.png') repeat;
	min-height: 30px;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}
#afterfooter #afterfooter-container{
	max-width: 68.5714rem;
	margin: 0 auto;
	text-align: center;
	display: block;
}
#afterfooter div:first-child{
	padding: 5px 0 5px 0;
}
#afterfooter div{
	padding: 0 0 5px 0;
	color: #C6D9FF;
}
#afterfooter .widget_nav_menu ul{
	display: inline;
}
#afterfooter .widget_nav_menu ul li{
	display: inline;
}
#afterfooter .widget_nav_menu ul li a{
	padding: 0 5px;
}
#afterfooter .widget_nav_menu ul li:after{
	content: '|';
	color: #eeeeee;
}
#afterfooter .widget_nav_menu ul li:last-child:after{
	content: none;
}
#afterfooter .widget a{
	color: #eeeeee;
	text-decoration: none;
}
#afterfooter .widget a:hover{
	color: #cccccc;
}

/* ===[ WooCommerce ]=== */ 

.single-product .product .summary { width: auto; }

.product img {
	display: none !important;
}
.woocommerce-breadcrumb{
	display: none;
}
h1.product_title{
	background: none repeat scroll 0 0 #DDDDDD;
	padding: 3px 0 3px;
	text-align: center;
	font-size: 1.3em;
}
p.price, .variations_form .single_variation_wrap{
	text-align:center;
}
.variations_form table tbody, .variations_form table{
	margin: 0 auto;
}
.variations_button button.single_add_to_cart_button{
	margin: 20px auto 0 !important;
	text-align: center !important;
	float: none !important;
}
#payment .terms{
	position:relative;
	top:-7px;
	right:0px;
	text-align:right
}
#payment .service_agreement{
	position:relative;
	top:-27px;
	right:100px;
	text-align:right
}
.price .from{
	display: none;
}
/* Domain regisztráció ár elrejtése: */
#product-631 .price .amount{
	display: none;
}
#product-631 .single_variation .price .amount{
	display: block;
}
/* Shopping cart widget */

.widget_shopping_cart{
	background: none repeat scroll 0 0 #EEEEEE;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.widget_shopping_cart h2{
	background: url('images/shopping_basket.png') no-repeat scroll 270px 6px #777777;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 4px 15px;
}
.widget_shopping_cart_content{
	padding: 0px 15px 1px;
}
.widget_shopping_cart_content ul li a{
	text-decoration: none;
}
.widget_shopping_cart_content ul li a img{
	display: none;
}
.product_meta{
	display: none;
}