﻿.sonittem{
padding:5px 0;
-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.1);
box-shadow:0 8px 16px 0 rgba(0,0,0,.1);
-webkit-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
position:relative;
margin:0 0 30px 0;
background:#f7f7f761}

.sonittemTitle{
	display:block;
	font-size:15px;
	font-weight:600;
	color:#505050;
	margin:0 0 0 0;
	min-height:0px}

.sonittemTitle a{
	color:#505050;
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	z-index:4;
	content:'';
	top:0;
	left:0;
	right:0;
	padding:5px 30px 0 30px}

.sonittemTitle a:hover{text-decoration:none}

.sonittemdesc{
	display:block;
	font-weight:500;
	margin-bottom:5px;
	height:20px;
	padding:0 30px 0 30px}

.sonittem img{
	width:98%;
	padding:2%;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out}

.sonittem:hover img{
	width:100%;padding:0}
	.sonittem::before{
		-webkit-transition:all .2s ease-in-out;
		-o-transition:all .2s ease-in-out;
		transition:all .2s ease-in-out;
		content:'';
		width:100%;
		height:100%;
		position:absolute;
		left:0;
		right:0;
		top:0;
		z-index:2;
		margin:0 auto}

.sonittem:hover::before{background-color:rgba(0,125,215,.2)}

.sonittem::after{
	-webkit-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
	content:'';
	opacity:0;
	width:200px;
	height:200px;
	-webkit-border-radius:50%;
	border-radius:50%;
	top:25%;
	background-position:50% 50%;
	-webkit-transition-delay:.1s;
	-o-transition-delay:.1s;
	transition-delay:.1s}

.sonittem:hover::after{
width:200px;
height:200px;
/*background:url(../img/icons/link.png) no-repeat;*/
background-position:50% 50%;
-webkit-border-radius:50%;
border-radius:50%;
position:absolute;
z-index:3;
top:23%;
left:0;
right:0;
margin:0 auto;
opacity:1}


/*** GRID SANITOS ***/

.sonitos_grid .sonitos_item
{
	align-items: flex-start;
    border-radius: 6px;
    box-shadow: 0px 7px 36px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    display: inline-flex;
	flex-direction: column;
	vertical-align:top;
    font-size: 18px;
    height: 100%;
    line-height: 20px;
    margin:  5px;
    width: 23%;
    padding: 30px;
    color: #000;
    text-align: left;
}
.sonitos_grid:after
{
	content:'';
	display:table;
	clear:both;
}
.sonitos_grid
{
	margin:30px auto 20px;
}

.sonitos_item .sonitos_name
{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	width: 100%;
}
.sonitos_item .sonitos_descr
{
	font-size:16px;
	margin-bottom:10px;
	flex-grow: 1;
	width: 100%;
}
.sonitos_item hr
{
    border: 0.5px solid #EEEEEE;
	width:80px;
	margin:0 auto 20px auto;
}
.sonitos_item .sonitos_price
{
	font-size:18px;
	color:#C4001B;
	font-weight:bold;
	margin-bottom:20px;
	width: 100%;
}


@media screen and (max-width: 1023px)
{
	.sonitos_grid .sonitos_item
	{
		width:96%;
   		margin-bottom: 5px;
   		height: auto;
	}
	.container--wide
	{
    	width: 300px!important;
	    max-width: 100% !important;
	}

}

/*** END SANITOS ***/

/*** GRID VIDEOS ***/

.sonitos_v .sonitos_video
{
	align-items: flex-start;
    border-radius: 6px;
    box-shadow: 0px 7px 36px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    display: inline-flex;
	flex-direction: column;
	vertical-align:top;
    font-size: 15px;
    height: 100%;
    line-height: 20px;
    margin:  5px;
    width: 32%;
    padding: 30px;
    color: #000;
    text-align: left;
}
.sonitos_v:after
{
	content:'';
	display:table;
	clear:both;
}
.sonitos_v
{
	margin:30px auto 20px;
}

.sonitos_video .sonitos_video_name
{
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	width: 100%;
}
.sonitos_video .sonitos_video_descr
{
	font-size:12px;
	margin-bottom:10px;
	flex-grow: 1;
	width: 100%;
}
.sonitos_video hr
{
    border: 0.5px solid #EEEEEE;
	width:80px;
	margin:0 auto 20px auto;
}
.sonitos_video
{
	font-size:18px;
	color:#C4001B;
	font-weight:bold;
	margin-bottom:20px;
	width: 100%;
}


@media screen and (max-width: 1023px)
{
	.sonitos_v .sonitos_video
	{
		width:32%;
   		margin-bottom: 5px;
   		height: auto;
	}

}

/*** END VIDEOS ***/

.tabs {
	min-width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0 auto;
}
.tabs>section {
	display: none;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
}
.tabs>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.tabs>input {
	display: none;
	position: absolute;
}
.tabs>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #aaa;
	border: 0px solid #ddd;
	border-width: 1px 1px 1px 1px;
	background: #f1f1f1;
	border-radius: 3px 3px 0 0;
}

.tabs>label:hover {
	color: #888;
	cursor: pointer;
}
.tabs>input:checked+label {
	color: #555;
	border-top: 1px solid #009933;
	border-bottom: 1px solid #fff;
	background: #fff;
}
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3 {
	display: block;
}

@media screen and (max-width: 680px) {
	.tabs>label {
		font-size: 10px;
	}
	.tabs>img {
		height: 100%;
		width:100%;
	}
	.tabs>label:before {
		margin: 0;
		font-size: 18px;
	}
}
@media screen and (max-width: 400px) {
	.tabs>label {
		padding: 5px;
	}
}

.tabs2 {
	min-width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0 auto;
}
.tabs2>section {
	display: none;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
}
.tabs2>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.tabs2>input {
	display: none;
	position: absolute;
}
.tabs2>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #aaa;
	border: 0px solid #ddd;
	border-width: 1px 1px 1px 1px;
	background: #f1f1f1;
	border-radius: 3px 3px 0 0;
}


.tabs2>label:hover {
	color: #888;
	cursor: pointer;
}
.tabs2>input:checked+label {
	color: #555;
	border-top: 1px solid #009933;
	border-bottom: 1px solid #fff;
	background: #fff;
}
#tab4:checked~#content-tab4, #tab5:checked~#content-tab5, #tab6:checked~#content-tab6 {
	display: block;
}
@media screen and (max-width: 680px) {
	.tabs2>label {
		font-size: 10px;
	}
	.tabs2>img {
		height: 100%;
		width:100%;
	}
	.tabs2>label:before {
		margin: 0;
		font-size: 18px;
	}
}
@media screen and (max-width: 400px) {
	.tabs2>label {
		padding: 15px;
	}
}
.tabs3 {
	min-width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0 auto;
}
.tabs3>section {
	display: none;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
}
.tabs3>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.tabs3>input {
	display: none;
	position: absolute;
}
.tabs3>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #aaa;
	border: 0px solid #ddd;
	border-width: 1px 1px 1px 1px;
	background: #f1f1f1;
	border-radius: 3px 3px 0 0;
}

.tabs3>label:hover {
	color: #888;
	cursor: pointer;
}
.tabs3>input:checked+label {
	color: #555;
	border-top: 1px solid #009933;
	border-bottom: 1px solid #fff;
	background: #fff;
}
#tab7:checked~#content-tab7, #tab8:checked~#content-tab8, #tab9:checked~#content-tab9 {
	display: block;
}

@media screen and (max-width: 680px) {
	.tabs3>label {
		font-size: 10px;
	}
	.tabs3>img {
		height: 100%;
		width:100%;
	}
	.tabs3>label:before {
		margin: 0;
		font-size: 18px;
	}
}
@media screen and (max-width: 400px) {
	.tabs3>label {
		padding: 15px;
	}
}


.tabs4 {
	min-width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0 auto;
}
.tabs4>section {
	display: none;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
}
.tabs4>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.tabs4>input {
	display: none;
	position: absolute;
}
.tabs4>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #aaa;
	border: 0px solid #ddd;
	border-width: 1px 1px 1px 1px;
	background: #f1f1f1;
	border-radius: 3px 3px 0 0;
}

.tabs4>label:hover {
	color: #888;
	cursor: pointer;
}
.tabs4>input:checked+label {
	color: #555;
	border-top: 1px solid #009933;
	border-bottom: 1px solid #fff;
	background: #fff;
}
#tab10:checked~#content-tab10, #tab11:checked~#content-tab11, #tab12:checked~#content-tab12 {
	display: block;
}

@media screen and (max-width: 680px) {
	.tabs4>label {
		font-size: 10px;
	}
	.tabs4>img {
		height: 100%;
		width:100%;
	}
	.tabs4>label:before {
		margin: 0;
		font-size: 18px;
	}
}
@media screen and (max-width: 400px) {
	.tabs4>label {
		padding: 15px;
	}
}

.tabs5 {
	min-width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0 auto;
}
.tabs5>section {
	display: none;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
}
.tabs5>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.tabs5>input {
	display: none;
	position: absolute;
}
.tabs5>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #aaa;
	border: 0px solid #ddd;
	border-width: 1px 1px 1px 1px;
	background: #f1f1f1;
	border-radius: 3px 3px 0 0;
}

.tabs5>label:hover {
	color: #888;
	cursor: pointer;
}
.tabs5>input:checked+label {
	color: #555;
	border-top: 1px solid #009933;
	border-bottom: 1px solid #fff;
	background: #fff;
}
#tab13:checked~#content-tab13, #tab14:checked~#content-tab14, #tab15:checked~#content-tab15 {
	display: block;
}

@media screen and (max-width: 680px) {
	.tabs5>label {
		font-size: 10px;
	}
	.tabs5>img {
		height: 100%;
		width:100%;
	}
	.tabs5>label:before {
		margin: 0;
		font-size: 18px;
	}
}
@media screen and (max-width: 400px) {
	.tabs5>label {
		padding: 15px;
	}
}

.tabs6 {
	min-width: 100%;
	max-width: 100%;
	padding: 0px;
	margin: 0 auto;
}
.tabs6>section {
	display: none;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
}
.tabs6>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.tabs6>input {
	display: none;
	position: absolute;
}
.tabs6>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #aaa;
	border: 0px solid #ddd;
	border-width: 1px 1px 1px 1px;
	background: #f1f1f1;
	border-radius: 3px 3px 0 0;
}

.tabs6>label:hover {
	color: #888;
	cursor: pointer;
}
.tabs6>input:checked+label {
	color: #555;
	border-top: 1px solid #009933;
	border-bottom: 1px solid #fff;
	background: #fff;
}
#tab16:checked~#content-tab16, #tab17:checked~#content-tab17, #tab18:checked~#content-tab18 {
	display: block;
}

@media screen and (max-width: 680px) {
	.tabs6>label {
		font-size: 10px;
	}
	.tabs6>img {
		height: 100%;
		width:100%;
	}
	.tabs6>label:before {
		margin: 0;
		font-size: 18px;
	}
}
@media screen and (max-width: 400px) {
	.tabs6>label {
		padding: 15px;
	}
}
