#newslettersub ::-webkit-input-placeholder { /* Edge */
	color: #fff;
}

#newslettersub :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}

#newslettersub ::placeholder {
	color: #fff;
}


.rounded_human160{
	display: block !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat:no-repeat;
	background-size:cover;
	width: 160px !important; /* Width of new image */
	height: 160px !important; /* Height of new image */
	/*padding-left: 160px; !* Equal to width of new image *!*/
	-webkit-border-radius: 110px;
	-moz-border-radius: 110px;
	border-radius: 110px;
}

.tanar_header .rounded_human160{
	margin:0 auto;
	border:13px solid #e0e5e9;
	width: 180px !important; /* Width of new image */
	height: 180px !important; /* Height of new image */
	bottom:-86px;
	position:absolute;
	left: -moz-calc(50% - 94px);
	left: -webkit-calc(50% - 94px);
	left: -o-calc(50% - 94px);
	left: calc(50% - 94px);	
}

/*************************************************/
/* FELIRATKOZÁS HÍRLEVÉLRE */
.jo_hireink_vannak_container{
	width: 100%;
	/*height: 365px;*/
	background-color: #717e86;
	/*background-image: url('/image_adv.php?ref=/parameters/fitness/templates/img/2015/johireinkvannakbg.png&amp;width=1259&quality=50');*/
	background-size: cover;
	background-repeat: none;
	background-position: center center;
	position: relative;	
}
	.jo_hireink_vannak_container:before {
		content: ' ';
		position: absolute;
		width: 100%; height:100%;
		top:0; left:0;
		background:rgba(0,0,0,0.6);
		transition: all 1s;
		-webkit-transition: all 1s;
	}
.jo_hireink_vannak{
	width: 1230px;
	margin: 0 auto !important;
	position: relative;
	height: 100%;
}
.jo_hireink_vannak h2{
	color: white;
	font-size: 36px;
	margin: 0 auto !important;
	padding-top: 55px !important;
	padding-bottom: 55px !important;
	font-family: 'Roboto Slab';
	font-weight: bold !important;
	text-align: center;
}
.jo_hireink_vannak .disp_content_text p{
	position: relative;
	color: white;
	font-size: 18px;
	line-height:130%;
	font-family: 'Roboto Slab';
	text-align: center;
	margin: 0 auto !important;
	padding-bottom: 30px !important;
}
.jo_hireink_vannak .disp_content_text p+p{
	padding-bottom: 0 !important;
}
.jo_hireink_vannak table{
	margin: 0 auto !important;
	text-align: center;
	width: auto;
}
.jo_hireink_vannak .submit{
	position: relative;
	color: white;
	font-size: 18px;
	font-family: 'Roboto Slab';
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	background: #78be20;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
	padding-right: 45px;
	border: none;
	border-radius: 22px;
	cursor: pointer;
}
	.jo_hireink_vannak .submit:hover{
		background: #6bab1b;
	}
input {
    -webkit-appearance: none;
}

/* share */
.share_cnt{
	position:absolute;
	width:auto;
	right:0px;
	margin-top:7px;
}
.news_share {
	display:inline-block;
	float:left;
	width:25px;
	height:24px;
	background-image:url("img/news_share_icons.png");
	margin-right:7px;
	background-position:0px 24px;
    -webkit-transition:background-position .2s ease-in-out;  
    -moz-transition:background-position .2s ease-in-out;  
    -o-transition:background-position .2s ease-in-out;  
    transition:background-position .2s ease-in-out; 
	cursor:pointer;
}
.share_cnt .news_share:last-child{
	margin-right:0px !important;
}
.news_share.twitter {
	background-position:-31px 24px;
}
.news_share.linkedin {
	background-position:-62px 24px;
}
.news_share.google {
	background-position:-93px 24px;
}
.news_share.youtube {
	background-position:-124px 24px;
}
.news_share.print {
	background-position:-157px 24px;
}
.news_share.send {
	background-position:-188px 24px;
}

/**/
.news_share.facebook:hover {
	background-position:-0px 0px;
}
.news_share.twitter:hover {
	background-position:-31px 0px;
}
.news_share.linkedin:hover  {
	background-position:-62px 0px;
}
.news_share.google:hover  {
	background-position:-93px 0px;
}
.news_share.youtube:hover  {
	background-position:-124px 0px;
}
.news_share.print:hover  {
	background-position:-157px 0px;
}
.news_share.send:hover  {
	background-position:-188px 0px;
}

.facebook-likebox{
	margin-top:20px;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited{
    color: white !important;
    font-size: 18px;
    font-family: 'Roboto Slab';
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    background-color: #78be20 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
    padding-right: 45px;
    border: none;
	-webkit-border-radius: 22px !important;
	-moz-border-radius: 22px !important;
	border-radius: 22px !important;
    cursor: pointer;
}
.cc_container .cc_message{
    font-family: 'Roboto Slab';
	color:#000;
}

.cc_more_info{
	color:#78be20 !important
}


.table-bordered td{
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	padding:4px;
}
.table-bordered td:last-child{
	border-right:none;
}
.table-bordered tr:last-child td{
	border-bottom:none
}