.block {
height: 20px;
width: 100px;
background-color: black;
}
.co_box{
	width:100%;background:url('../pics/bg_conferences.jpg'); background-attachment:fixed; padding:20px 0 0;
	background-size:cover; display:inline-block;
}
.co_box .description{
	float:right; padding:10px; margin: 150px 100px 0 10px ; font: 16px dijFont-Bold; width:400px; text-align:justify; direction:rtl;
}
.box {
width: 455px;
height: 460px; float:left;
margin:10px 0 10px 100px; position:relative; 

}
.trigger {
width: 255px;
height: 255px;
position: absolute;
z-index: 10;
left: 100px;
top: 100px;
margin-top:-5px;
background-image: url(images/big_round.png);
cursor: pointer;
}

.trigger img{
	 border-radius:50%; width:250px; height:250px; border:solid 2px #fff;
}
.popcircle {
position: absolute;
z-index: 9;
width: 500px;
height: 500px; margin-left:-15px; margin-top:-7px;
}
.popcircle ul {
list-style: none;
padding: 0px;
margin: 0px;
height: auto;
cursor: pointer;
}
.popcircle ul li {
top: 177.5px;
left: 177.5px;
height: 100px; border-radius:50%;
background-color:#20536C;
width: 100px;
position: absolute;
}






/* product style*/

.agile_top_brand_left_grid_pos {
	position: absolute;
	top: 0%;
	left: 0%;
}

.agile_top_brand_left_grid1 img {
	margin: 0 auto;
	padding: 5px;;
}

/*.agile_top_brand_left_grid1 img:hover {*/
/*transform: rotate(20deg);*/
/*transition-delay: 0.3s*/
/*}*/

.agile_top_brands_grids {
	margin: 3em 0 0;
}

.top-brands {
	background: #f5f5f5;
}

#properties-carousel .agile_top_brand_left_grid1 p {
	text-align: center !important;
	line-height: 45px !important;
}
.agile_top_brand_left_grid1 p {
	color: #212121;
	margin: 0;
	line-height: 1.5em;
	text-transform: capitalize;
	font-size: 14px;
	border-top: 3px solid rgba(46, 135, 98, 0.60);
	padding: 5px;
	width: 100%;
	background: #5dba93;
	min-height: 60px;
}

.agile_top_brand_left_grid1 h4, .agileinfo_single_right_snipcart h4 {
	font-weight: 600;
	font-size: 1em;
	color: #212121;
}

.agile_top_brand_left_grid1 h4 span, .agileinfo_single_right_snipcart h4 span {
	font-weight: 300;
	text-decoration: line-through;
	padding-left: 1em;
}

.top_brand_left {
	padding-left: 0;
}

.top_brand {
	padding: 0
}

/* Underline From Right */
.hvr-underline-from-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}

.hvr-underline-from-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 100%;
	right: 0;
	bottom: 0;
	background: #2098D1;
	height: 4px;
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before {
	left: 0;
}

/* Reveal */
.hvr-reveal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}

.hvr-reveal:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-color: #72ceed;
	border-style: solid;
	border-width: 0;
	-webkit-transition-property: border-width;
	transition-property: border-width;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	border-width: 3px;
}

/* Overline From Center */
.hvr-overline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}

.hvr-overline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	top: 0;
	background: rgba(51, 182, 225, 0.60);
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	transition-delay: 0.1s;
}

.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before {
	left: 0;
	right: 0;
}

.pro-list .column {
	width: 100% !important;
}

.pro-list figure .pro-thumb img {
	/*position: absolute;*/
	/*top: 50%;*/
	/*left: 50%;*/
	/*width: 500px;*/
	/*height: 500px;*/
	/*margin-top: -250px; !* Half the height *!*/
	/*margin-left: -250px; !* Half the width *!*/
}

.pro-list figure .pro-thumb {
	float: right;
	/*width: 20%;*/
	padding: 15px 0;
}

.pro-list figure .pro-detail {
	float: right;
	/*width: 80%;*/
	margin: 15px 0;
}

.pro-detail h4 {
	text-align: right;
	color: #616161;
	direction: rtl;
	margin-top: 10px;

}
.pro-list .agile_top_brand_left_grid{
	box-shadow: none !important;
}
.pro-list figure a {
	padding-right: 10px;
	display: block;
}

.pro-list figure h3 {
	direction: rtl;
	text-align: center;
	font-size: 18px;
	font-family: dijFont-Bold;
	margin-top: 10px;
}

.pro-list figure p {
	text-align: right;
	margin-right: 10px;
	width: auto;
	margin: 5px 15px 0;
	color: #9c9b9b;
	line-height: 25px;;
}
.fixedsticky {
	top: 0;
}
.hover14.column {
	width: 95%;
	margin: 0 auto;
}

.agile_top_brand_left_grid figure {
	margin: 0;
	padding: 0;
	background: transparent;
	overflow: hidden;
	z-index: 0;
	text-align: center;
}

.snipcart-details {
	width: 70%;
}

.item_property .agile_top_brand_left_grid {
	margin-top: 10px;
	margin-bottom: 0px ;
	width:95% ;
}
.agile_top_brand_left_grid {
	box-shadow: 0px 0px 3px 2px rgba(212, 212, 212, 1);
	-webkit-box-shadow: 0px 0px 3px 2px rgba(212, 212, 212, 1);
	-moz-box-shadow: 0px 0px 3px 2px rgba(212, 212, 212, 1);
	width: 100%;
	margin-bottom: 20px;
}

.agile_top_brand_left_grid1 {
	padding: 1.3em 0 0;
	border-radius: 3px;
	height: auto;
}

.hover14 figure, article.hover14 {
	position: relative;
}

.hover14 figure::before, article.hover14::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.hover14 figure:hover::before, .top_brand_left:hover .hover14 figure::before, article.hover14:hover::before, .blog-item:hover article.hover14::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
