/**
 * Copyright: 2007-2012, Web Techtonics, LLC
 * This code is property of Web Techtonics, LLC. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.



 W-Row-1 */

.AV-WRow-1.placeholder {
	overflow: hidden !important;
}
.AV-WRow-1.widget:not(.no-padding) {
	padding: 20px 0px;
}

.fullwidth .AV-WRow-1.widget {
	margin-left: 0;
	margin-right: 0;
}

@media (max-width: 1199px) {
	.AV-WRow-1.widget {
		margin: 0;
	}
}
.AV-WRow-1.aligned-header {
	display: flex;
	background-color: var(--white);
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.AV-WRow-1.aligned-header.sticky{
	box-shadow: 0 0 15px #c3c3c3;
}
@media (max-width: 992px) {
	.AV-WRow-1.aligned-header {
		display: block !important;
	}
}

.sticky {
	position: fixed;
	top: 82px;
	width: 100%;
	z-index: 999;
	transform: translate(-50%, 0%);
	left: 50%;
}

.AV-WRow-1 > .heading {
	padding-top: 20px;
}
.AV-WRow-1 > div {
	padding: 0;
}
.AV-WRow-1 > div > .AV-WImage-2.widget
{
	padding: 0;
}
.AV-WRow-1 > div > .AV-WImage-2 > img
{
	width: 100%;
}

.AV-WRow-1 > div > .widget {
	margin-top: 0;
	margin-bottom: 0;
}

.AV-WRow-1 > div.subWidget {
	overflow: hidden;
}

.AV-WRow-1 > div.subWidget > .widget {
	min-height: initial;
}
.AV-WRow-1 > div.subWidget > .widget {
	min-height: initial;
}
.AV-WRow-1 > div.subWidget > .widget.placeholder > p {
	margin-bottom: 0px;
}
.AV-WRow-1 .row {
	margin-left: 0;
	margin-right: 0;
}

.AV-WRow-1 .placeholder {
	text-align: center;
	border: 1px solid #ccc;
	margin-top: 3px !important;
	margin-bottom: 3px !important;
	padding: 20px 5px !important;
	border-radius: 5px;
	font-size: 20px;
	background-color: #fff;
	box-sizing: border-box;
}

.AV-WRow-1 .row .exaple-column {
	width: calc(8.33333333% - 6px);
	text-align: center;
	border: 1px solid #ddd;
	margin: 3px;
	padding: 5px 5px;
	border-radius: 3px;
	color: #ccc;
	font-size: 14px;
}
.AV-WRow-1 > h3.heading{
	padding-top: 10px;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px){
	.AV-WRow-1.aligned-header{
		box-shadow: 0px 5px 5px 0px #c3c3c350 !important;
	}
}
