﻿/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/** image hover effects **/

.ch-item {
	position: relative;
	width: 180px;
	height: 180px;
}

.ch-item .ch-info .ch-container {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}

.ch-item .ch-info .ch-outer {
	display: table-cell;
	vertical-align: middle;
}

.ch-item .ch-info h3 {
	text-transform: uppercase;
	position: relative;
	margin: 0 35px;
	padding: 0 0 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	font-size: 1.6em !important;
}

.ch-item .ch-info p {
	padding: 10px 5px 0;
	margin: 0 35px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ch-item .ch-info p a:link, 
.ch-item .ch-info p a:visited {
	width: 50px;
	height: auto;
	color: #fff;
	/*border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;*/
	color: #fff;
	font-weight: bold;
	margin: 10px auto 0;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.3em;
	display: block;
	text-align: center;
	padding: 18px 10px;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
.ch-item .ch-info p a:hover {
	text-decoration: none;
}

/* first */

.ch-item.ch-first {
	/*border-radius: 50%;
	-webkit-border-radius: 50%;*/
	position: relative;
	cursor: default;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-item.ch-first .ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	/*border-radius: 50%;
	-webkit-border-radius: 50%;*/
	opacity: 0;
	filter: alpha(opacity="0");
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden; /*for a smooth font */
	/*background: url('../images/bg-hoverme.png');*/
}

.ch-item.ch-first:hover .ch-info {
	opacity: 1;
	filter: alpha(opacity="100");
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/*second*/

.ch-item.ch-second {
	/*border-radius: 50%;
	-webkit-border-radius: 50%;*/
	position: relative;
	cursor: default;
}

.ch-item.ch-second .ch-info-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	/*border-radius: 50%;
	-webkit-border-radius: 50%;*/
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.ch-item.ch-second .ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	/*border-radius: 50%;
	-webkit-border-radius: 50%;*/
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.ch-item.ch-second .ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	/*border-radius: 50%;
	-webkit-border-radius: 50%;*/
	background-position: center center;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

.ch-item.ch-second .ch-info .ch-info-back {
	-webkit-transform: rotate3d(0,1,0,180deg);
	-moz-transform: rotate3d(0,1,0,180deg);
	-o-transform: rotate3d(0,1,0,180deg);
	-ms-transform: rotate3d(0,1,0,180deg);
	transform: rotate3d(0,1,0,180deg);
	-moz-box-shadow: inset 0 0 10px #c4c5c4;
	-webkit-box-shadow: inset 0 0 10px #c4c5c4;
	box-shadow: inset 0 0 10px #c4c5c4;
	/*background: url('../images/bg-hoverme.png');*/
}

.ch-item.ch-second:hover .ch-info {
	-webkit-transform: rotate3d(0,1,0,-180deg);
	-moz-transform: rotate3d(0,1,0,-180deg);
	-o-transform: rotate3d(0,1,0,-180deg);
	-ms-transform: rotate3d(0,1,0,-180deg);
	transform: rotate3d(0,1,0,-180deg);
}

/*third*/

.ch-item.ch-third {
	/*border-radius: 50%;
	-webkit-border-radius: 50%;*/
	position: relative;
	cursor: default;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px;
}
.ch-item.ch-third .ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-item.ch-third .ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	/*border-radius: 50%;
	-webkit-border-radius: 50%;*/
	background-position: center center;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.ch-item.ch-third .ch-info .ch-info-back {
	-webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-moz-box-shadow: inset 0 0 10px #c4c5c4;
	-webkit-box-shadow: inset 0 0 0px #c4c5c4;
	box-shadow: inset 0 0 0px #c4c5c4;
	/*background: url('../images/bg-hoverme.png');*/
	opacity: 0;
	filter: alpha(opacity="0");
}

.ch-item.ch-third:hover .ch-info-front {
	-webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	opacity: 0;
	filter: alpha(opacity="0");
}

.ch-item.ch-third:hover .ch-info-back {
	-webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-o-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);
	opacity: 1;
	filter: alpha(opacity="100");
}
/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/* ==========================================================================
   STYLE1_RTL styles
   ========================================================================== */

/** djmenu **/

.dj-main li.active a.dj-up_a,
.dj-main li:hover a.dj-up_a,
.dj-main li.hover a.dj-up_a{
    /*background: rgb(255,138,0);*/ /* Old browsers */
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2NTQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGREI5MDAiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGRjhDMDAiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2NTQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(253,185,0,1) 0%, rgba(255,140,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,185,0,1)), color-stop(100%,rgba(255,140,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(253,185,0,1) 0%,rgba(255,140,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(253,185,0,1) 0%,rgba(255,140,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(253,185,0,1) 0%,rgba(255,140,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(253,185,0,1) 0%,rgba(255,140,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDB900', endColorstr='#FF8C00',GradientType=0 ); /* IE6-8 */
}

.dj-main li.hover ul.dj-submenu li a:hover,
.dj-main li:hover ul.dj-submenu li a:hover,
.dj-main li ul.dj-submenu li a.active,
.dj-main li ul.dj-submenu li li a.active,
.dj-main li ul.dj-submenu li li li a.active {
    /*color: #ff8e00;*/
}

.dj-main li.hover ul.dj-submenu li a.dj-more:hover,
.dj-main li:hover ul.dj-submenu li a.dj-more:hover {
   /* color: #ff8e00;*/
}

.dj-main li.hover ul.dj-submenu li a.dj-more-active,
.dj-main li:hover ul.dj-submenu li a.dj-more-active {
   /* color: #ff8e00;*/
}

.dj-main li.hover ul.dj-submenu li a.dj-more-active:hover,
.dj-main li:hover ul.dj-submenu li a.dj-more-active:hover {
   /* color: #ff8e00;*/
}

.dj-main li.hover li.hover a.dj-more,
.dj-main li.hover li.hover li.hover a.dj-more,
.dj-main li.hover li.hover li.hover li.hover a.dj-more,
.dj-main li.hover li.hover li.hover li.hover li.hover a.dj-more,
.dj-main li:hover li:hover a.dj-more,
.dj-main li:hover li:hover li:hover a.dj-more,
.dj-main li:hover li:hover li:hover li:hover a.dj-more,
.dj-main li:hover li:hover li:hover li:hover li:hover a.dj-more {
    /*color: #ff8e00;*/
}

/** template **/

input.button,
button.validate,
button,
p.readmore a:link,
p.readmore a:visited,
a.readmore:link,
a.readmore:visited,
a.readon:link,
a.readon:visited{
    /*background: rgb(255,138,0);*/ /* Old browsers */
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5NjUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRkRCOTAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRkY4QzAwIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnOTY1KSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,138,0,1) 0%, rgba(253,183,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,138,0,1)), color-stop(100%,rgba(253,183,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,138,0,1) 0%,rgba(253,183,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,138,0,1) 0%,rgba(253,183,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,138,0,1) 0%,rgba(253,183,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,138,0,1) 0%,rgba(253,183,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF8A00', endColorstr='#FDB700',GradientType=0 ); /* IE6-8 */
}

.pane-sliders div.panel h3.title.pane-toggler-down a:link,
.pane-sliders div.panel h3.title.pane-toggler-down a:visited {
    /*background: rgb(255,138,0);*/ /* Old browsers */
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5NjUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRkRCOTAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRkY4QzAwIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnOTY1KSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,138,0,1) 0%, rgba(253,183,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,138,0,1)), color-stop(100%,rgba(253,183,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,138,0,1) 0%,rgba(253,183,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,138,0,1) 0%,rgba(253,183,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,138,0,1) 0%,rgba(253,183,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,138,0,1) 0%,rgba(253,183,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF8A00', endColorstr='#FDB700',GradientType=0 ); /* IE6-8 */
}

/** modules **/

.jm-module.suffix1-ms{
    /*background: rgb(255,138,0);*/ /* Old browsers */
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5NjUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRkRCOTAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRkY4QzAwIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnOTY1KSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,138,0,1) 0%, rgba(253,183,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,138,0,1)), color-stop(100%,rgba(253,183,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,138,0,1) 0%,rgba(253,183,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,138,0,1) 0%,rgba(253,183,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,138,0,1) 0%,rgba(253,183,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,138,0,1) 0%,rgba(253,183,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF8A00', endColorstr='#FDB700',GradientType=0 ); /* IE6-8 */
}

.jm-module.suffix1-ms input.button,
.jm-module.suffix1-ms button.validate,
.jm-module.suffix1-ms button,
.jm-module.suffix1-ms p.readmore a:link,
.jm-module.suffix1-ms p.readmore a:visited,
.jm-module.suffix1-ms a.readmore:link,
.jm-module.suffix1-ms a.readmore:visited,
.jm-module.suffix1-ms a.readon:link,
.jm-module.suffix1-ms a.readon:visited,
#jm-header .slide-desc p.readmore a:link,
#jm-header .slide-desc p.readmore a:visited,
#jm-header .slide-desc a.readmore:link,
#jm-header .slide-desc a.readmore:visited,
#jm-header .slide-desc a.readon:link,
#jm-header .slide-desc a.readon:visited{
   /* color: #ff9000;*/
}

#jm-header .slide-desc{
    /*background: rgb(255,138,0);*/ /* Old browsers */
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5NjUiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjRkRCOTAwIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjRkY4QzAwIiBvZmZzZXQ9IjEiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnOTY1KSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,138,0,1) 0%, rgba(253,183,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,138,0,1)), color-stop(100%,rgba(253,183,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,138,0,1) 0%,rgba(253,183,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,138,0,1) 0%,rgba(253,183,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,138,0,1) 0%,rgba(253,183,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,138,0,1) 0%,rgba(253,183,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF8A00', endColorstr='#FDB700',GradientType=0 ); /* IE6-8 */
}

/** menus **/


/** editor **/


.ch-info-front,
.ch-item.ch-first{
   /* background: url("../images/style1/debate.png")*/background: no-repeat;
}

.ch-debate .ch-info-front,
.ch-item.ch-first.ch-debate {
   /* background: url("../images/style1/debate.png") no-repeat;*/background: no-repeat;
}

.ch-disputation .ch-info-front,
.ch-item.ch-first.ch-disputation {
    /*background: url("../images/style1/disputation.png") no-repeat;*/background: no-repeat;
}

.ch-discussion .ch-info-front,
.ch-item.ch-first.ch-discussion {
    /*background: url("../images/style1/discussion.png") no-repeat;*/background: no-repeat;
}

.ch-controversy .ch-info-front,
.ch-item.ch-first.ch-controversy {
    /*background: url("../images/style1/controversy.png") no-repeat;*/background: no-repeat;
}





