@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');
*:not(.fa):not(.far):not(.fas) {
	font-family: 'Play', sans-serif;
	font-weight:400;
}
.normal {
	font-family: 'Play', sans-serif !important;
	font-weight:400 !important;
}
@media (min-width:1280px) {
    .container{
        max-width:1280px;
		padding-left:0;
		padding-right:0;
    }
}
@media (max-width:991px) {
    .container100 {
        width:100% !important;
		max-width:100% !important;
		padding-left:0;
		padding-right:0;
    }
}
.row {
 	margin:0;
}
.transition {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
}
@media (min-width:992px) {
	.animated.standby {
		-webkit-animation: none !important;
		-o-animation: none !important;
		animation: none !important;
		visibility: hidden;
	}
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.o-hidden {
 overflow:hidden;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.rounded {
	border-radius:60px !important;
}
.container {
	padding-left:0;
	padding-right:0;
}
body, html {
	width: 100%;
	height:100%;
}
body {
	color:#161B21;
	font-size:17px;
}
.body {
	background:#161B21;
	color:#E1C06D;
	background:url(images/headermask.png) no-repeat top center #161B21;
   padding-top:219px;
}
.bodyscroll {
    padding-top:196px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight:700 !important;
	color:#E1C06D;
}
h1, .h1 {
    font-size: clamp(1.875rem, 1.0407rem + 4.4494vw, 4.375rem);
}
h2, .h2 {
	font-size: clamp(1.625rem, 1.333rem + 1.5573vw, 2.5rem);
}
.lead (
    font-size:19px;
)
img {
	max-width: 100% !important;
}
ul {
	padding-left:18px;
}
.objectfit {
	width: 100%;
	height:100%;
	object-fit: cover;
	object-position: center center;
}
hr {
 	background:url(images/line.svg) no-repeat bottom left;
	border:0px;
	height:3px;
	width: 100%;
	margin-top:30px;
	margin-bottom:30px;
}
.text-center hr {
 	background:url(images/line.svg) no-repeat bottom center;
}
hr.white {
 	background:url(images/line.svg) no-repeat bottom left;
	border:0px;
	height:3px;
	width: 100%;
	margin-top:30px;
	margin-bottom:30px;
}
.text-center hr.white {
 	background:url(images/line.svg) no-repeat bottom center;
}
.inlineblock {
	text-align:center;
	letter-spacing:0;
	word-spacing:0;
	font-size:0;
}
a {
 	color:#E1C06D;;
 	text-decoration:none;
}
a:hover {
 	color:white;
	text-decoration:none;
}
b, strong {
	font-weight:700 !important;
}
.normal {
	font-weight:400;
}
.thumbnail {
	display:block;
	width:100%;
	height:100%;
	background:url(images/thumbnail.png) no-repeat center center;
	border: 1px solid #E1C06D;
}
.pointer {
  cursor:pointer;
}
a.pagesvideo, a.pagesvideo:hover {
	width:100%;
	max-width:100%;
	display:block;
	position:relative;
}
a.pagesvideo:after {
  position: absolute;
  top:0;
  left:0;
  content: '';
  display:block;
  width:100%;
  height:100%;
  background: url(images/playvideo.svg) no-repeat center center rgba(0,0,0,.3);
  background-size:80px 80px;
}
iframe {
	width:100%;
	height:600px;
}
/* 480 */
@media only screen and (max-width:480px) {
	iframe {
		height:300px;
	}
}
.contoverallup {	
	position: absolute;
	z-index:100;
	top:0px;
	left:0;
	display: block;
	width:100%;
    background:none;
		transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
}
.contoverallupfixed {
	background:url(images/headermask.png) no-repeat top center #161B21;
	position:fixed;
    /*border-bottom:1px solid #E1C06D;*/
}
.clogo {
	width:477px;
    display:block;
    margin-left:auto;
    margin-right:auto;
	height:auto;
    margin-bottom:15px;
    transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
}
.contoverallupfixed .clogo {
	width:377px;
    margin-bottom:15px;
}
.only {
    font-size:23px;
    letter-spacing: 8px;
}
@media only screen and (max-width:1199px) {
    .bodyscroll {
        padding-top:133px;
    }
	.contoverallup, .contoverallupfixed {
		position:absolute;
	}
	.clogo, .contoverallupfixed .clogo {
		width:280px;
	}
    .only {
        letter-spacing:3px;
    }
    .body, .bodyscroll {
        padding-top:159px;
    }  
}
.contoverallmenu {
	position: absolute;
	z-index:99;
	top:161px;
	left:0;
	display: block;
	width:100%;
	background:transparent;
		transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
/* left menu */
a.menurespons, a.menurespons:hover {
	background:url(images/menu3.svg) no-repeat right center;
	background-size:30px auto;
	width:35px;
	height:35px;
	line-height:35px;
	display:block;
	float:right;
    position:absolute;
    top:0px;
    right:15px;
}
.sidenav {
    width:100%;  
	height:100%;
	visibility: hidden;
	opacity: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left:0;
    background:#161B21;
    overflow-x: hidden;
	 transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
    padding-top:70px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:30px;
	text-align:center;
}
.sidenavshow {
	visibility: visible;
	opacity:1;
}
a.linknav, a.linknav:hover, a.linknavselected, a.linknavselected:hover {
	display:inline-block;
	width:auto;
	line-height:20px;
	color:#E1C06D;
	font-size:18px;		
	text-transform:uppercase;
	margin:10px 10px;
	/*text-overflow: ellipsis;*/
	position: relative;
}
a.linknav:hover, a.linknavselected, a.linknavselected:hover {
	color:white;
}
.sidenav hr {
	width:60%;
	margin-top:10px;
	margin-bottom:10px;
	border: 0px;
	background:url(images/line.svg) no-repeat bottom center;
}
a.closebtn, a.closebtn:hover {
	background:url(images/x-lg.svg) no-repeat left center;
	background-size:100% auto;
    position: absolute;
    top:25px;
    right:30px;
    width:28px;
    height:30px;
	text-align:right;
}
#carousel1, #carousel1 .owl-item {
    width:100%; 
	height:700px;
	display: block;
	overflow:hidden;
    border-radius:60px;
}
@media only screen and (min-width:1024px) and (max-width:1199px) {
	#carousel1, #carousel1 .owl-item {
		height:450px;
	}
}
@media only screen and (min-width:768px) and (max-width:1023px) {
	#carousel1, #carousel1 .owl-item {
		height:350px;
	}
}
@media only screen and (min-width:321px) and (max-width:767px) {
	#carousel1, #carousel1 .owl-item {
		height:250px;
	}
}
@media only screen and (max-width:320px) {
	#carousel1, #carousel1 .owl-item {
		height:150px;
	}
}
#carousel1 .item {
	display:block;
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position: center center;
	overflow:hidden;
	background-size:cover !important;
}
/*#carousel1 .item::before {
	display:block;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	background:rgba(71, 71, 71, 0.40);
	content:'';
	z-index:0;
}*/
.carouseltitle {
	color:white;
	text-shadow:2px 2px 2px rgba(0,0,0,1);
	font-size: clamp(1.875rem, 1.0407rem + 4.4494vw, 4.375rem);
	font-family: 'Raleway', sans-serif !important;
	font-weight:400;
}
.carouseltext {
    color:white;
	display:inline-block;
	font-size: clamp(1.125rem, 0.9164rem + 1.1123vw, 1.75rem);
	text-shadow:2px 2px 2px rgba(0,0,0,1);
    font-weight:300 !important;
}
.bg-none {
    background: none;
}
.accent:hover .bg-none {
    background:rgba(71, 71, 71, 0.10);
}
.contoveralldown {
	background:url("images/down.svg") no-repeat top center;
}
.contoveralldown a {
	color:#E1C06D;
}
.contoveralldown a:hover {
	color:white;
}
.downcircle {
    background: url("images/logodown.png") no-repeat top center;
}
.downellipse {
    background: url("images/ellipsedown.png") no-repeat top center;
    background-size: auto 100%;
}
a.upicon, a.upicon:hover, .upicon {
    color:#E1C06D;
	font-size:14px;		
 	height:24px;
	line-height:24px;	
    padding-left:24px;
	width:auto;
    text-align:left;
	display:inline-block;
	min-height:24px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 24px;
}
a.upicon:hover, .upicon:hover {
	color:#fff;
}
a.social, a.social:hover {
 	height:32px;
	line-height:32px;	
    padding-left:32px;
	width:32px;
	min-height:32px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 32px;
    margin-right:5px;
    margin-bottom:5px;
}
a.bigicon, a.bigicon:hover, .bigicon {
    color:#373B44;
	font-size:20px;		
 	height:34px;
	line-height:34px;	
    padding-left:40px;
	width:auto;
	display:inline-block;
	min-height:34px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 34px;
}
a.bigicon:hover, .bigicon:hover {
	color:#1D1D1B;
}
.facebook {
	background-image: url(images/facebook.svg);
}
.instagram {
	background-image: url(images/instagram.svg);
}
.x {
	background-image: url(images/x.svg);
}
.tiktok {
	background-image: url(images/tiktok.svg);
}
.pinterest {
	background-image: url(images/pinterest.svg);
}
.linkedin {
	background-image: url(images/linkedin.svg);
}
.youtube {
	background-image: url(images/youtube.svg);
}
.be {
	background-image: url(images/be.svg);
}
.search {
	background-image: url(images/search.svg);
	padding-left:32px !important;
}
.contoverallsearch {
	width:100% !important;
	min-height:100% !important;
	display:none;
	position:absolute;
	top:0;
	left:0;
	background:rgba(22, 27, 33, 0.9);
	z-index:10001;
	padding:20px;
}
#frmSearch {
	position: absolute;
	width:50%;
	top:50%;
    left:50%;
    border-bottom: 1px solid #E1C06D;	
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);	
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
}
@media (max-width:479px) {
	#frmSearch {
		width:80%;
	}
}
.searchinput {
	width:70%;
	height:50px;
	display:inline;
	float:left;
	background:none;
}
.searchinput input {
	background:none;
	width:100%;
	height:30px;
	line-height:20px;
	font-size:16px;
	font-weight:600;
	padding:0;
	color:#E1C06D;
	border:0;
}
.searchinput input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#E1C06D;
}
.searchinput input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#E1C06D;
   opacity:  1;
}
.searchinput input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#E1C06D;
   opacity:  1;
}
.searchinput input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#E1C06D;
}
.searchinput input:focus {
	border:0;
	outline: none;
}
a.searchbuton, a.searchbuton:hover {
	width:20%;
	height:30px;
	line-height:30px;
	display: inline;
	float:right;
	 text-align:right;
	 color:#E1C06D;	
	 font-size:24px;	
}
.tel {
	background-image: url(images/tel.svg);
}
.email {
	background-image: url(images/email.svg);
    background-size: auto 20px !important;
}
.gps {
	background-image: url(images/gps.svg);
    line-height:20px !important;
}
.sidenav .gps, .contoveralldown .gps {
    background-image: url(images/gpswhite.svg) !important;
    color:white;
    padding-left:40px !important;
}
a.scrollTop, a.scrollTop:hover {
	width:30px;
	height:40px;
	color:#E1C06D;
	display:block;
	position: fixed;
	bottom:0px;
	right:30px;
	opacity:0;
}
.page-link {
	position: relative;
	display: block;
	padding: 0.75rem 1.00rem;
	margin-left:5px;
	margin-bottom:5px;
	font-size: 1.1rem;
	font-weight:700;
	line-height: 1.25;
	color: black;
	background-color:#E1C06D;
	border: 1px solid #E1C06D;
}
.page-item.disabled .page-link {
    color:black;
    pointer-events: none;
    cursor: auto;
    background-color:white;
    border-color:white;
}
.page-item.active .page-link {
    z-index: 1;
    color: black;
    background-color:white;
    border-color:white;
}
.page-link:focus, .page-link:hover {
    color: black;
    text-decoration: none;
    background-color:white;
    border-color:white;
}
.contoverallnews {
	position: relative;
}
.contoverallnews::before {
	display:block;
	width:100%;
	height:440px;
	position: absolute;
	top:0;
	left:0;
	background:rgba(255,255,255,.15);
	content:'';
	z-index:0;
	border-radius:16px;
}
.category {
	display: block;
	width:100%;
    margin-top:10px;
    margin-bottom:10px;
    transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
}
.category:hover {
    margin-top:0px;
    margin-bottom:20px;
}
.categoryimage {
	width: 100%;
	aspect-ratio:16/9;
	overflow:hidden;
	display:block;
	border-radius:60px;
	margin-bottom:20px;
}
.rowabout, .rowabout2 {
    position:relative;
    overflow:hidden;
}
.rowabout::before {
    position:absolute;
    z-index:0;
    width:50%;
    height:150%;
    top:-50%;
    left:50%;
    content:'';
    background: url("images/aboumaskblue.png") no-repeat top left;
    background-size:auto 100%;
}
.rowabout2::before {
    position:absolute;
    z-index:0;
    width:50%;
    height:150%;
    top:-50%;
    left:0;
    content:'';
    background: url("images/aboumaskgold.png") no-repeat top left;
    background-size:auto 100%;
}
.containernews {
    background:#E6CD71;
    border-radius:60px;
}
.news {
	display: block;
	width:100%;
    margin-top:10px;
    margin-bottom:10px;
    transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
}
.news:hover {
    margin-top:0px;
    margin-bottom:20px;
}
.newsimage {
	width: 100%;
	aspect-ratio:16/9;
	overflow:hidden;
	display:block;
	border-radius:60px;
	margin-bottom:20px;
}
.newstext {
	width: 100%;
	display:block;
	text-align:left;
}
.news * {
   color:#161B21 !important; 
}
a.buton, a.buton:hover, a.butoninline, a.butoninline:hover, a.butonselected, a.butonselected:hover, .butoninline, .butoninline:hover {
  display:block;
 margin:10px auto 0 auto;
  width:120px;
 height:40px;
 line-height:38px;
 text-align:center;
  background:#1D1D1B;
   color:white;
  font-size:18px;
    border-radius:5px;
	border:0;
	cursor:pointer;
}
a.buton:hover, a.butoninline:hover, a.butonselected, a.butonselected:hover, .butoninline:hover {
  background:#E1C06D;
}
a.butoninline, a.butonselected, a.butonselected:hover, .butoninline, .butoninline:hover {
 display:inline-block;
 width:auto;
 height:auto;
 line-height:20px;
 padding:10px 15px;
 margin-right:10px;
 margin-bottom: 10px;
}
.custom-select {
	background:url(images/down.png) no-repeat right .75rem center white;
}
.loading {
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
  	left:0;
  	text-align:center;
  	color:#888;
}
.loading div {
  width:100px;
  height:100px;
  display: block;
  overflow:hidden;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);	
  -moz-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
}
.form-control:focus, .custom-select:focus {
  border-color: #E1C06D !important;
  box-shadow: 0 0 5px #E1C06D !important;
}
.custom-control-label:before {
  box-shadow: 0 0 5px #E1C06D !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color:#E1C06D;
  box-shadow: 0 0 5px #E1C06D !important;
}
.custom-control-input:active~.custom-control-label::before {
  background-color:#E1C06D;
  box-shadow: 0 0 5px #E1C06D !important;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color:#E1C06D;
  box-shadow: 0 0 5px #E1C06D !important;
}
.form-group label.error {
	color:#E1C06D;
  font-size: 14px;
  display: block;
  width:100%;
}
a.btnTerms {
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:3px;	
	display:inline-block;
	vertical-align:middle;								
	cursor:pointer;	
	border:1px solid #999999;
	background: url(images/checkbox.png) no-repeat center center white;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
a.btnTermsChecked {
	width:20px;
	height:20px;
	line-height:20px;
	border-radius:3px;	
	display:inline-block;
	vertical-align:middle;								
	cursor:pointer;	
	border:1px solid #999999;
	background: url(images/checkbox.png) no-repeat center center #486467;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn-primary, .btn-primary:active, .btn-primary:visited {
  background-color: #E1C06D !important;
  border-color: #161B21 !important;
	color:#161B21 !important;
}
.btn-primary:hover {
  background-color: black !important;
  border-color: #E1C06D !important;
	color:white !important;
}
.btn-secondary, .btn-secondary:active, .btn-secondary:visited {
  background-color: black !important;
  border-color: black !important;
  color:white !important;
}
.btn-secondary:hover {
	background-color: #E1C06D !important;
	border-color: #E1C06D !important;
	color:#161B21 !important;
}
.sectiontextright {
	padding-top:50px;
	padding-bottom:50px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+49,8cc542+50,8cc542+100&0+0,0+49,0.3+50,0.3+100 */
	background: -moz-linear-gradient(45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(140,197,66,0.3) 50%, rgba(140,197,66,0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(140,197,66,0.3) 50%,rgba(140,197,66,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 50%,rgba(140,197,66,0.3) 50%,rgba(140,197,66,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4d8cc542',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.sectiontextleft {
	padding-top:50px;
	padding-bottom:50px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8cc542+0,8cc542+49,ffffff+50,ffffff+100&0.5+0,0.5+49,0+50,0+100 */
	background: -moz-linear-gradient(-45deg,  rgba(140,197,66,0.3) 0%, rgba(140,197,66,0.3) 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(140,197,66,0.3) 0%,rgba(140,197,66,0.3) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(140,197,66,0.3) 0%,rgba(140,197,66,0.3) 50%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808cc542', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
@media (min-width:992px) {
	.sectiontextright {
		padding-right:15%;
	}
	.sectiontextleft {
		padding-left:15%;
	}
}
/*
.table-striped {
    border-bottom: 1px solid #dcccad;
}
.table-striped th {
	/*background-color: black !important;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color:#f8efdf;
}
*/
a.conticon, a.conticon:hover, .conticon {
	width:36px;
	height:36px;
	display:inline-block;
	line-height:36px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 36px;
}
.modal {
    z-index: 10001;
}
.contoverallimage {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.sidehamburger {
   width:10px;  
	height:100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    left:-10px;
    /*overflow-x: hidden;*/
	 transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;	
}
.hamburger {
	width:70px;
	height:70px;
	line-height:70px;
	padding-right:10px;
	background:url(images/list.svg) no-repeat right 8px center #E1C06D;
	background-size:18px 18px;
	text-align:right;
	position: absolute;
	opacity:0;
	top:50%;
    left:50%;
	transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);	
	-moz-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	-webkit-border-radius:50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
}