.shortcode{
	margin-top: 20px;
}
.shortcode-toggle {
	width: 90%;
	border: 1px solid #1946BA;
	border-radius: 30px;
	margin: 0 auto 1.2em;
	overflow: hidden;
	font-family: "Open Sans", sans-serif;
}

.shortcode-toggle h4 {margin: 0 !important;}

.shortcode-toggle h4 a {
	outline: medium none !important;
	display: block;
	min-height: 50px;
	color: #999;
	padding: 8px 30px 10px 60px;
	background: url('/img/minus.png') no-repeat scroll 98% center;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	border: 1px solid #DDD;
	border-radius: 30px;
	position: relative;
	line-height: 1.5;
}

.shortcode-toggle h4 a img{
	height: 30px;
	width:auto;
	border-radius: 5px;
	padding: 3px;
	background-color: #fff;
}

.shortcode-toggle h4 a .rating_title{
	line-height: 30px;
	display: block;
	padding-left: 35px;
	font-family: "Schlange Sans Light","Open Sans",sans-serif;
	font-size: 17px;
	color: #1946BA;
}
	.shortcode-toggle h4 a .rating_title b{
		font-family: "Schlange Sans Bold","Open Sans",sans-serif;
		text-transform: uppercase;
	}
	.shortcode-toggle h4 a .place{
		font-family: "Schlange Sans Bold","Open Sans",sans-serif;
		color: #EC0B43;
	}
	.shortcode-toggle.open h4 a .rating_title, .shortcode-toggle.open h4 a .place{
		color: #fff;
	}

.shortcode-toggle h4 a span.rating_point{
	width: 14px;
	height: 14px;
	position: absolute;
	left: 22px;
	top: 50%;
	margin-top: -7px;
	background-color: #ec0b43;
	border-radius: 7px;
}
.shortcode-toggle.open h4 a span.rating_point{
	background-color: #fff;
}

.shortcode-toggle h4 a:hover{
	background-color: #f9f9f9;
	color: #1946BA;
	border:1px solid #1946BA;
}
.shortcode-toggle.open h4 a {
	color: #fff;
	background-color: #1946BA;
	border-radius: 30px 30px 0 0;
	border: 1px solid #1946BA;
}

.shortcode-toggle.closed h4 a  {
	background-image: url('/img/plus.png');
}
.shortcode-toggle.closed{
	border: none !important;
}

.shortcode-toggle .toggle-content  {
	padding: 10px 10px;
	background: #f9f9f9;
	font-size: 13px;
}

.shortcode-toggle.closed .toggle-content, .shortcode-toggle .more-text.closed {
	display: none;
}

.shortcode-toggle .more-text.open {
	display: block;
}

.shortcode-toggle.border {
	border: 1px solid #274894;
}

.toggle-content{
	font-family: "Schlange Sans Bold","Open Sans",sans-serif !important;
	font-size: 16px !important;
}

.toggle-content table{
	width: 90%;
	margin: 0 20px 20px;

}
.toggle-content table tr:nth-child(2n) td{
	background-color: #DBE8F6;
	border-radius:15px 0 0 15px;
}
.toggle-content table tr:nth-child(2n) td + td{
	border-radius:0 15px 15px 0;
}
.toggle-content table tr td{
	text-align:center;
	width: 50%;
	padding: 3px 10px;
	font-family: "Open Sans",sans-serif;
	font-size: 15px;
	font-weight: 600;
}
.toggle-content table thead tr td{
	font-family: "Schlange Sans Bold","Open Sans",sans-serif;
	font-size: 16px;
	border-radius:15px 0 0 15px;
	background-color: #DBE8F6;
}

.toggle-content table thead tr td + td{
	border-radius:0 15px 15px 0;
}

.toggle-trigger{
	position: relative;
}

.open .toggle-trigger:after{
	top:13px;
	color: #fff;
	transform: rotate(180deg);
}

.ratings-item {
	margin-bottom: 32px;
	border-bottom: 1px solid #D4D6D7;
	font-family: "ALS Schlange Sans", "Open Sans", sans-serif;
}

.ratings-item--main {
	margin-bottom: 24px;
}

.ratings-item:last-child {
	border-bottom: none;
}

.ratings-item__elem {
	width: 100%;
	border: none;
	border-radius: 0;
}

.ratings-item__heading {
	width: 65%;
	padding-right: 20px;
	font-size: 28px;
	line-height: 1.5;
	font-weight: bold;
	font-family: "ALS Schlange Sans", "Open Sans", sans-serif;
}

.ratings-item__year {
	width: 10%;
	font-size: 20px;
	line-height: 1.5;
	color: #6A6A6A;
	font-family: "ALS Schlange Sans", "Open Sans", sans-serif;
	font-weight: bold;
}

.ratings-item__rating {
	width: 15%;
	padding-right: 40px;
	font-size: 24px;
	line-height: 1.5;
	font-family: "ALS Schlange Sans", "Open Sans", sans-serif;
	font-weight: 600;
	text-align: right;
}

.ratings-item__btn {
	position: relative;
	width: 11%;
	color: #3949E7;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.5;
	text-align: right;
}

.ratings-item__btn-smaller {
	display: none;
}
.ratings-item__btn-more {
	display: inline-block;
}

.open .ratings-item__btn-more {
	display: none;
}

.open .ratings-item__btn-smaller {
	display: inline-block;
}

.ratings-item__btn-icon {
	display: inline-block;
	width: 12px;
	height: 6px;
	transition: .5s ease;
	fill: #3949E7;
}

.open .ratings-item__btn {
	color: #F21F5B;
}

.open .ratings-item__btn-icon {
	transform: rotate(180deg);
	fill: #F21F5B;
}

.ratings-item--child .ratings-item__heading {
	font-size: 20px;
}

.ratings-item__img {
	width: 130px;
	margin-right: 26px;
	overflow: hidden;
}

.ratings-item__img img {
	max-width: 100%;
}

.ratings-item__wrap {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.ratings-item__info {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	width: 100%;
}

.ratings-item--child {
	margin-bottom: 32px;
}

.ratings-item--child .ratings-item__year {
	font-size: 18px;
}

.ratings-item--child .ratings-item__rating {
	font-size: 20px;
}

.ratings-item--child:nth-child(2) .ratings-item__info {
	position: relative;
	padding-top: 32px;
}

.ratings-item--child:nth-child(2) .ratings-item__info:before {
	position: absolute;
	top: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: url("../_graphics/dashed.png");
}

.ratings-item .ratings-item__text {
	width: 100%;
	margin-top: 40px;
	padding: 32px 40px;
	background: #F9F9F9;
	border-radius: 30px;
}

@media (max-width: 1280px) {
	.ratings-item__heading {
		font-size: 24px;
	}

	.ratings-item__rating{
		font-size: 20px;
	}

	.ratings-item__btn {
		width: 11%;
	}

	.ratings-item--child .ratings-item__heading {
		font-size: 18px;
	}

	.ratings-item__img {
		width: 90px;
		margin-right: 16px;
	}

	.ratings-item--child .ratings-item__rating {
		font-size: 18px;
	}

	.ratings-item--child .ratings-item__year {
		font-size: 16px;
	}
}

@media (max-width: 991px) {
	.ratings-item__heading {
		order: -1;
		width: 70%;
	}

	.ratings-item__year {
		width: 20%;
		font-size: 16px;
		text-align: right;
	}

	.ratings-item__rating{
		order: -1;
		width: 30%;
		padding-right: 0;
	}

	.ratings-item__btn {
		order: -1;
		width: 94px;
		margin-top: 16px;
		text-align: left;
	}

	.ratings-item__img {
		display: none;
	}

	.ratings-item__info {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		align-items: baseline;
		-webkit-align-items: baseline;
	}
}

@media (max-width: 768px) {
	.ratings-item {
		padding-bottom: 16px;
	}

	.ratings-item--main .ratings-item__heading {
		width: 100%;
	}

	.ratings-item--main .ratings-item__year {
		order: 1;
		width: 100%;
	}

	.ratings-item--main .ratings-item__rating{
		order: 0;
	}

	.ratings-item__info {
		position: relative;
		padding-top: 16px;
	}

	.ratings-item__info:before {
		position: absolute;
		top: 0;
		content: '';
		width: 100%;
		height: 1px;
		background: url(../_graphics/dashed.png);
	}

	.ratings-item__elem:first-child .ratings-item__info {
		padding-top: inherit;
	}

	.ratings-item__elem:first-child .ratings-item__info:before {
		background: none;
	}

	.ratings-item--child:nth-child(2) .ratings-item__info {
		padding-top: 16px;
	}

	.ratings-item .ratings-item__text {
		overflow-x: scroll;
	}

	.nav-tabs__text {
		display: none;
	}

	.ratings-item--child .ratings-item__year {
		position: absolute;
		right: 0;
		top: 45px;
	}

	.ratings-item--child {
		margin-bottom: 16px;
	}
}



		
		
		