/*
    Theme Name: Eldente
    Theme URI:
    Description: WC/ WordPress theme
    Author: EkDesign
    Author URI: 
    Version: 1.2
    Tags: 
*/


/* =GENERAL
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,700,800&subset=hebrew');



body {
    font-size:18px;
	font-family: 'Assistant', sans-serif;
	background:#f1f1f1;
	line-height:1;
	margin:0;
	padding:0;
	color:#000;
	}

a {
    color: #bba078;
    text-decoration: none;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
} 

a:hover {
	text-decoration: none;
	color:#a68e69;
}

a:focus { 
    outline: none;
}

input,
textarea,
select {
	box-sizing:border-box;
	border:#7e8084 1px solid;
	background: none;	 
	width:100%;
	padding:10px 7px;
	border-radius:6px;
	color: #FFF;
		
}

input[type="button"] {
	display: inline-block;
	cursor: pointer;
    padding: 7px 25px;
    background: none;
    font-size: 23px;
    color: #FFF;
    border:#ab8a4c 2px solid;
	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;

	}
	
#footer input[type="button"] {
	color:#FFF !important;
}

input[type="button"]:hover {
	-moz-transform: scale(0.9);
-webkit-transform: scale(0.9);
-o-transform: scale(0.9);
-ms-transform: scale(0.9);
transform: scale(0.9);
	}


::-webkit-input-placeholder {
       color: #fff;
}

:-moz-placeholder { /* Firefox 18- */
       color: #fff;
}

::-moz-placeholder {  /* Firefox 19+ */
       color: #fff; 
}

:-ms-input-placeholder {  
      color: #fff;
}


.light ::-webkit-input-placeholder {
       color: #A4A4A4;
}

.light :-moz-placeholder { /* Firefox 18- */
         color: #A4A4A4;
}

.light ::-moz-placeholder {  /* Firefox 19+ */
       color: #A4A4A4;
}

.light :-ms-input-placeholder {  
       color: #A4A4A4;
}



/********NINJA***********/

.nf-form-fields-required {
	display: none;
}

#ninja_forms_required_items, .nf-field-container {
	margin-bottom:10px !important;
}


.fa-phone {
	-moz-transform: rotate(250deg);
-webkit-transform: rotate(250deg);
-o-transform: rotate(250deg);
-ms-transform: rotate(250deg);
transform: rotate(250deg);
}

.fa-volume-control-phone {
	-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}

ul {
	margin:0;
	padding:0;
	list-style: none;
}

li {
	list-style: none;
}



/* =LAYOUT
-------------------------------------------------------------- */

.container {
	position:relative;
}

#main {
	position: relative;
	background:url(images/bg.jpg) repeat;
	
	
	}
.section {
	padding:50px 0;
}

#top {
	position: relative;
	
}

.topimage {
	background:#000;
	overflow: hidden;
}

.page-topimg {
	width:100%;
	opacity:0.4;
}

.top-holder {
	position: absolute;
	top:220px;
	width:100%;
}

#content {
	width:78%;
	float: left;
}

#sidebar {
	width:20%;
	float: right;
}

.black {
	background:#1c1e1e;
}

#main.black {
	background:#1c1e1e;
	color:#cecece;
	
}

#blog-home {
	position: relative;
	background:url(images/bg.jpg) repeat;
	color:#000;
}

/* =HEADER
-------------------------------------------------------------- */
#header {
	position: absolute;
	z-index:100;
	top:0;
	left:0;
	width:100%;
	background:rgba(0, 0, 0, 0.2);
}

.logo {
	position: absolute;
	left:0;
	bottom:-130px;
	z-index:110;
	}

#toprow {
	position: relative;
	padding-top:15px;
	padding-bottom:70px;
	color:#FFF;
	}


.toptel {
	display: inline-block;
	padding-right:15px;
	color:#FFF;
	}
	
.tela {
	font-weight:600;
	
}

.toptel i {
	margin-right:5px;
		
}


.social-icons {
	position: relative;
	font-size:18px;
	display: inline-block;
}

.social-icons a {
	display: inline-block;
	margin-right:10px;
	color:#ffffff;
	text-align: center;	
}

.social-icons a:hover {
	color:#d1ae7c;
	
}

#account-info {
	position: relative;
	display: inline-block;
	color:#FFF;
}

#account-info a {
	color:#FFF;
}

.inlinelogin {
	position: absolute;
	left:0;
	height:0;
	display: none;
	overflow: hidden;
	z-index:999999;
	background:#373833;
	padding:20px;
	text-align: right;
	-webkit-transition: height 500ms ease;
-moz-transition: height 500ms ease;
-ms-transition: height 500ms ease;
-o-transition: height 500ms ease;
transition: height 500ms ease;
}

.inlinelogin.active {
	display: block;
	height: auto;
	animation:slideInDown 0.5s;
}

.inlinelogin input[type="submit"] {
	color:#FFF;
}

.inlinelogin input[type="checkbox"] {
	display:inline-block;
	text-align: right;
	width:15px;
	margin-left:7px;
}

.hello a {
	display: inline-block;
	margin-left:15px;
}

.search-btn,
.top-cart {
	display: inline-block;
	position: relative;
}

.top-cart {
	font-size:20px;
	padding:0px 10px;
	text-align: left;
	color:#FFF;

}

.top-cart a {
	position: relative;
	color:#FFF;
	display: inline-block;
	padding-right:20px;
}

.top-cart i {
	
}
.top-cart span {
	
}


.cart-contents {
	position: absolute;
	display: block;
	z-index:10;
	font-size:12px;
	top:4px;
	right:10px;
	font-weight: bold;
	color:#FFF;
	width:18px;
	line-height:18px;
	border:#bba078 1px solid;
	background:#000;
	border-radius:50%;
	text-align: center;
}

.cart-contents a {
	color:#FFF;	
}

/* =MENUS
-------------------------------------------------------------- */
#menurow {
	position: relative;
	z-index:100;
	margin-bottom:0px;
	background: rgba(0, 0, 0, 0.4); 
	
}

.menu-primary-container {
    position:relative;
   	z-index: 100;
	padding:0;
	
   }

.menu-primary {
	
}

.menu-primary li{
	display:inline-block;
	float:none;	
		-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
	  
}


.menu-primary ul {
	min-width: 250px;
}

.menu-primary li {
	margin-left:5px;
}

/* First Level - Menu Primary */

.menu-primary li a {
	font-size:22px;
	display:block;
	color:#FFF;    
    padding: 22px 15px;
	text-decoration: none;
   	-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;	
	
	}

.menu-primary li:hover, .menu-primary li:active, .menu-primary li:focus, 
.menu-primary li.current-cat, .menu-primary li.current_page_item, .menu-primary li.current-menu-item  {
	
	 
	
}	

.menu-primary li a:hover, .menu-primary li a:active, .menu-primary li a:focus, 
.menu-primary li:hover > a, .menu-primary li.current-cat > a, .menu-primary li.current_page_item > a, .menu-primary li.current-menu-item > a {
	color:#bba078;
	 
	
}


/* Child Levels - Menu Primary */

.menu-primary li ul {
	min-width:250px;
	text-align:right;
	z-index:99999999;
	margin:0;
			
}

.menu-primary li:hover ul {
	}

.menu-primary li li {
	padding:0;
}

.menu-primary li li a {
	font-size:20px;
	padding:10px 10px !important;
	z-index:99999999;
	background:rgba(0, 0, 0, 0.7);
	    }
	

.menu-primary li li a:hover, .menu-primary li li a:active, .menu-primary li li a:focus, 
.menu-primary li li:hover > a, .menu-primary li li.current-cat > a, .menu-primary li li.current_page_item > a, .menu-primary li li.current-menu-item > a {
	outline: 0;
	color:#bba078;
	background:rgba(0, 0, 0, 1);
		   
}


.sf-sub-indicator {
	display:none;
}


/***************************************MAINSLIDER*************************/
#mainslider {
	direction:ltr;
	position: relative;
	overflow: hidden;
	background:#000;
	}


/**********************HOME**********************/

.bg1 {
	background:url(images/bg_1.jpg) center center no-repeat;
	background-size:cover;
}

.home-section {	
}

.home-content {
	position: relative;
	}

.p-entry {
	background:rgba(0, 0, 0, 0.6);
	padding:50px 30px;
	position: absolute;
	z-index:100;
	right:0;
	top:100px;
	color:#FFF;
	width:70%;
	font-size:24px;
	line-height:1.5;
}




.contact-img {
	margin-top:-40px;
	
}

.home-cont-title {
	font-size:43px;
	line-height:1em;
	color:#cc6cab;
	margin-bottom:10px;
}

.home-cont-title strong {
	display: block;
}

.col {
	display:block;
	float: right;
	width:48.5%;
	margin-left:1.5%;
	}

.col:nth-child(even) {
	margin-left:0;
	width:50%;
		}
.homecontact textarea {
	height:100px;
	overflow:auto;
}

.homecontact input[type="submit"] {
	width:100%;
	background:#cd6dab;
	}

.homecontact input[type="submit"]:hover {
	background:#ba6b9e;

}

#articles-row {
	padding:40px 0;
}




/*********GENERAL*******/

#topimage {
	position: relative;
	background:#000;
	}


#topimage img {
	width:100%;
	height: auto;
	opacity:0.7;
}


.topcontent {
	position:absolute;
	width:100%;
	color:#FFF;
	z-index:20;
	padding:40px 50px;	
}



.page-content {
	color:#969696;
	
}

.woocommerce-page .page-content {
	color:#333;
}
.no-img {
	display:block;
	background:#f6f6f6;
	
}

.no-img img {
		
		
}
.title {
	position: relative;
   	font-size: 68px;
	color:#000;
	text-align: center;
	font-weight:200;
	margin-bottom:20px;
	
	}

.title span,
.title img {
	display: inline-block;
	
}



.page-title {
	position: relative;
    font-size: 68px;
    color: #f4f4f4;
    text-align: center;
    font-weight: 200;
    margin-bottom: 20px;
	margin-top:40px;
	}



.fancy-img {
	background:#000;
}

.fancy-img img {
	opacity:0.9;
}


.featured_image {
	position:relative;
	display:block;
}

.featured_image img {
	border-radius:2px;
	height:auto;
}


.two-cols {
	-moz-column-count: 2;
-moz-column-gap: 20px;
-webkit-column-count: 2;
-webkit-column-gap: 20px;
column-count: 2;
column-gap: 20px;
}

.entry {
	line-height:1.3;
}

.entry ul,
.entry ol {
	margin-right: 30px;
}

.entry ul li {
	list-style:none;
}

.entry ul li:before {
	font-family: FontAwesome;
     text-decoration: inherit;
	content:"\f111";
	padding-left:10px;
	color:#bba078;
	font-size:10px;
	position: relative;
	top:-5px;

}

.entry img.alignleft  {
	padding-right:20px;
	padding-bottom:20px;
}


.entry img.alignright {
	padding-left:20px;
	padding-bottom:20px;
}

.entry h1,
.entry h2,
.entry h3 {
	margin-bottom:15px;
	color:#666;
}

.entry.p-entry h1,
.entry.p-entry h2,
.entry.p-entry h3 {
	color:#FFF;
}

.entry h4,
.entry h5,
.entry h6 {
	color:#bba078;
	margin-bottom:10px;
}

#breadcrumbs {
	font-size:22px;
	color:#f4f4f4;
	
	}

#breadcrumbs a {
	color:f4f4f4;
	text-decoration: underline;
	
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#product-categories.section  {
	padding-bottom:0;

}

.fig1 {
	position: absolute;
	top: 50px;
	right:0;
	z-index:0;
}

.fig2 {
	position: absolute;
	bottom:50px;
	left: 0;
	z-index:0;
}


.fig3 {
	position: absolute;
	top:0px;
	left: 0;
	z-index:0;
}


.fig4 {
	position: absolute;
	bottom:0px;
	right: 0;
	z-index:0;
}

.fig5 {
	position: absolute;
	top:0px;
	left: 0;
	
}



.one-half {
	width:50%;
	float: right;
}

.one-third {
	width:33.33%;
	float:right;
}

.one-fourth {
	width:25%;
	float:right;
}



.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.share-line {
	padding:20px 0;
	font-size:25px;
	color:#ab1c55;
	margin-bottom:20px;
	    border-top: #d9d9d9 1px solid;
    border-bottom: #d9d9d9 1px solid;
}

.share-line .addtoany_shortcode {
	float: left;
}

.share-line .share-txt {
	position: relative;
	top: 5px;
}


/* =POST
-------------------------------------------------------------- */

/* Post General
----------------------------*/

.single-img.alignleft {
	position: relative;
	margin-right:20px;
	margin-bottom:20px;
		
}

.single-img.alignright {
	position: relative;
	display: block;
	margin-left:40px;
	margin-bottom:40px;
	border:#b0d103 5px solid;
	overflow: hidden;
-webkit-box-shadow: -12px 9px 10px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    -12px 9px 10px 0px rgba(0, 0, 0, 0.2);
box-shadow:         -12px 9px 10px 0px rgba(0, 0, 0, 0.2);
	
}

.single-img img {
	}

#title-row {
	border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
    margin-bottom: 20px;
	}

.shadow {
	width:100%;
	height:1px;
-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.3);
}




/**************GALLERY****************/
.gallery-image {
	position: relative;
	margin-bottom:30px;	
}

.gallery-image img {
	width:100%;
	height: auto;
	}

/**********posts-loop***************/


	
.toptext {
	font-size:18px;
	margin-bottom:30px;
}
.article {
	display: block;
	line-height:1.3;
	margin-bottom:30px;
	text-align: center;
		
}



.article-img {
	display: block;
	margin-bottom:10px;
	overflow: hidden;
	background:#000;
	}

.article-img img {
	width:100%;
	height: auto;
	-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
	}

.article-img img:hover {
	-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
opacity:0.8;
	
}


article-img {
	position: relative;
	display: block;
	
}
.art-title {
	color:#000;
	font-size:30px;
	margin-bottom:10px;
}

.art-title a {
	color:#000;
}

.art-title a:hover {
	color:#bba078;
}

.post-title {
	font-size:25px;
	color: #a8164f;
	margin-bottom:10px;
		
}

.post-title a {
	color: #a8164f;
}

.post-title a:hover {
	color: #111;
}

.meta-date {
	margin-bottom:10px;
	color:#868c8f;
}

.more  {
	margin:10px 0;
	font-size:20px;
}

.more a {
	display: inline-block;
	color: #FFF;
    padding: 10px 25px;
	border: #bba078 1px solid;
	border-radius:6px;
   	
}

article .more a {
	color: #000;
    padding: 10px 20px;
    border: #b2d33c 2px solid;
    background: none;
	font-weight: bold;
   	
}


.more a i {
	margin-right:5px;
	display: inline-block;
}


/******************SINGLE RECIEPE******************/

.reciepe .entry ul {
	margin-bottom:25px;
	margin-right:0;
	padding-right:0;
	max-width: 50%;
}

.reciepe .entry ul li:before {
	display: none;
}

.reciepe .entry ul li {
	padding:5px 0;
	border-bottom:#cdcdcd 1px solid;
	
}

.reciepe .entry h3 {
	color:#060606;
	font-size:28px;
	margin-bottom:15px;
	font-weight: bold;
}

.reciepe .entry h4 {
	color:#060606;
	font-size:24px;
	margin-bottom:15px;
	font-weight: bold;
}




.reciepe strong {
	color:#060606;
}

/**********************SEARCH*****************/

#searchpanel, 
#searchclose {
	display: none;
}


.woocommerce-product-search label {
	display: none;
}

#woocommerce-product-search-field {
	display: inline-block;
	width: 80%;
	margin-left:1%;
	padding: 10px 5px;
}




#search #s {
    background:#f2f3f5;
    color: #333;
    border:#CCC 1px solid;
    width: 100%;
	font-size:20px;
    padding: 12px 7px;
    margin: 0;
    outline: none;
}



.no-results,
.error-404  {
	text-align: center;
	font-size:30px;
}

/*****************************EVENT FORM**********************/
#event-form {
	width:70%;
	margin-left: auto;
	margin-right: auto;
	margin-top:50px;
	color:#f4f4f4;
}

#event-form .nf-field-container.half-right{
	width:50%;
	float: right;
	clear: none;
	padding-left:10px;
}

#event-form .nf-field-container.half-left{
	width:50%;
	float: left;
	clear: none;
	padding-right:10px;
}

#event-form .listradio-container {
	margin-top:15px;
	margin-bottom:25px;
}

#event-form  .list-radio-wrap {
	text-align: center;
	}

#event-form  .list-radio-wrap .nf-field-element li {
	display: inline-block;
}

#event-form .list-radio-wrap .nf-field-element li label {
	display: inline-block;
}

#event-form .list-radio-wrap .nf-field-element li input {
	float: none !important;
	display: inline-block;
}
#event-form input,
#event-form select {
	padding:12px 7px;
	border:#d4b887 1px solid;
}

#event-form select option {
	background:rgba(0, 0, 0, 5);
}



#event-form #nf-field-9-container.nf-field-container {
	float: none;
	width:100%;
	clear: both;
	text-align:  center;
	padding-top:15px;
}

#event-form input[type="button"] {
    display: inline-block;
    padding: 10px 35px;
    background: #000;
    font-size: 23px;
    color: #FFF;
	border: none;
}

#event-form .nf-field-label label {
	text-align: center;
	font-size:35px;
	font-weight:300;
	display: block;
}

/***********************CONTACT***********************/
.acf-map {
	width:100%;
	min-height:320px;
}

#maincontact {
	position: relative;
	color:#FFF;
	width:70%;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	padding-bottom:30px;
}

#maincontact .nf-field-container.half-right {
	width:50%;
	float: right;
	padding-left:10px;
}



#maincontact .nf-field-container.half-left {
	width:50%;
	position: absolute;
	top:0;
	left:0;
	
}

#maincontact .nf-field-container.half-left textarea {
	height:165px;
	border: #ab8a4c 1px solid;
}

#maincontact .listradio-container {
	margin:20px 0;
}

#maincontact  .list-radio-wrap {
	text-align: center;
	}

#maincontact  .list-radio-wrap .nf-field-element li {
	display: inline-block;
}

#maincontact  .list-radio-wrap .nf-field-element li label {
	display: inline-block;
}

#maincontact .list-radio-wrap .nf-field-element li input {
	float: none !important;
	display: inline-block;
}

#maincontact .submit-wrap  {
	text-align: center;
	margin-top:15px;
}

#maincontact .submit-wrap input[type=button] {
	font-size:25px;
	padding:10px 45px;	
    border: #ab8a4c 1px solid;
	
}

#maincontact input {	
    border: #ab8a4c 1px solid;
}

/*************************TESTIMONIALS***************/
#testi-holder {
	width:70%;
	margin:auto;
	text-align: center;
	margin-bottom:40px;
}

.testi-img img {
	display: inline-block;
	border-radius:100%;
	-webkit-box-shadow: 0px 10px 5px 0px rgba(50, 50, 50, 0.64);
-moz-box-shadow:    0px 10px 5px 0px rgba(50, 50, 50, 0.64);
box-shadow:         0px 10px 5px 0px rgba(50, 50, 50, 0.64);
}

blockquote:before {
	 font-family: FontAwesome;
    content: "\f10e";
    font-size: 2em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
   color:#9d8660;
   float:right;
}

blockquote:after {
     font-family: FontAwesome;
    content: "\f10d";
    font-size: 2em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.6em;
	color:#9d8660;
	float: left;
}

.testi-entry {
	line-height:1.3;
	margin-bottom:15px;
}

.testi-name {
	color:#000;
	margin-bottom:40px;
}

/*******************BEFORE FOOTER******************/
#before-footer {
	background:#ebebeb;
	padding:50px 0;
	font-size:22px;
}

#before-footer .title {
	text-align: right;
}

#before-footer .contact-info i,
.address-line i {
	display:inline-block;
	height:52px;
	width:52px;
	line-height:52px;
	color:#e7e7e7;
	background:#FFF;
	border-radius:50%;
	margin-left:10px;
	text-align: center;
	font-size:30px;
}

.address-line img {
	vertical-align: middle;
}

#before-footer .contact-info a {
	color:#000;
}

.address-line {
	margin-bottom:20px;
		
}


.branch {
	font-size:1.5em;
	line-height:1.5em;
	margin:10px 0;
}

.wase {
	
	}
.address span {
	position: relative;
	display: inline-block;
	width:80%;
	top:15px;
}

#before-footer textarea {
	height:120px;
	overflow: auto;
}

#before-footer input[type="submit"] {
	display: block;
	width:70%;
	margin-left: auto;
	margin-right: auto;
	float: none;
		
}

/**************************WIDGETS****************/

.widget-container {
	list-style: none;
	margin-right:0;
	padding-right:0;
}

.widget-container li {
	padding: 0;
	margin:0;
	list-style: none;
}


/* =FOOTER
-------------------------------------------------------------- */

#footer {
	font-size:20px;
	color:#7e8086;
	position: relative;
	z-index:10;
	background:#282c35;
}

.footer-inner {
	
}

.foot-widget-title {
	font-size:25px;
	margin-bottom:25px;
	color:#FFF;
}

#footer .social-icons {
	margin-top:30px;
	text-align: center;
}



#footer .menu li{
	display:block;
	float:none;
	margin-bottom:5px;
}


#footer .menu li {
	
}

#footer .menu li a,
#footer .product-categories a {
	display:block;
	color:#7e8086;
	padding:5px 0;
	
	
}

#footer .menu li a:hover,
#footer .product-categories a:hover {
	color:#7e8086;
	}

#footer .contact-info {
	
}

#footer .contact-info li {
	margin-bottom:10px;
}
#footer .contact-info label {
	margin-left:5px;
}


#footer .contact-info a {
	color:#7e8086;
}

#footer .social-icons a {
	    color: #bba078;
}

#footer .social-icons a:hover {
	color:#FFF;
}

#footer textarea {
	height:80px;
}

/************************SIDEBAR*****************/
#sidebar .widget {
	margin-bottom:30px;
}

.widget ul {
	
}
.widget ul li {
	
}


#bottom {
	position:relative;
	color: #7e8086;
	padding:15px 0;
	border-top: #3e4148 1px solid;
	font-size:16px;
	
	}
 
#bottom a {
	color: #7e8086;
}

#copyrights {
	text-align:right;
	}
#credits {
	text-align:left;
		}

#credits img {
	vertical-align:middle;
}


.gobutton {
	position:relative;
	text-align: center;
}
.gotop {
	display: inline-block;
	position:absolute;
	top:-32px;
	left:48%;
	background:#FFF;
	color:#acabab;
	font-size:32px;
	width: 64px;
	height:64px;
	line-height:64px;
	text-align: center;
	border-radius:50%;
	z-index:90;
	}


