h2.section-title:after {
	background: #c194d6 none repeat scroll 0 0;
	content: "";
	display: block;
	height: 1.5px;
	margin: 0.31225em auto 0;
	position: relative;
	width: 100px;
}
h2.section-title {
  font-size: 1.5em;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 1.25em;
	text-align: center;
	text-transform: uppercase;
}
a.white-btn {
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 0.85em;
	margin-top: 1.25em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.white-btn:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}
a.color-btn, form.customform button.color-btn {
	background: none;
	border: 1px solid #382059;
	border-radius: 3px;
	color: #382059;
	display: block;
	font-size: 0.85em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.color-btn:hover, form.customform button.color-btn:hover {
	border: 1px solid #f8de06;
	color: #f8de06;
}
#topbar {
	background: #60449a;
	border-bottom: 1px solid #382059;
	vertical-align: middle;
}
#topbar p {
	color: #FCF3E8;
  font-size: calc([10px] + ([24px] - [10px]) * ((100vw - [360]) / ([1600px] - [360])));
	text-align: right;
}
#topbar p strong {
	font-weight: 700;
}
#topbar p left {
	color: #FCF3E8;
  font-size: calc([10px] + ([26px] - [10px]) * ((100vw - [360]) / ([1600px] - [360])));
	text-align: left;
}
#topbar A:hover {
	color: #f8de06;
	cursor: pointer;
	opacity: 1;
}
#topbar A {
  font-size: calc([10px] + ([26px] - [10px]) * ((100vw - [360]) / ([1600px] - [360])));
	color: #FCF3E8;
	cursor: pointer;
	opacity: 1;
}
nav {
	background-image: url("../img/lav_bkg_crm_sm.jpg");
	
}
header {
	border-bottom: 2px solid #382059;
	position: fixed;
	width: 100%;
	z-index: 10;
}
.item {
	overflow: hidden;
	width: 100%;
}
#home {
	background: rgba(193, 148, 214, 0.3) ;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 2vw 0vw 0vw;
	position: relative;
	text-align: left;
	z-index: 2;
}
#home  h2 {
	font-size: 1.5em;
	font-weight: 600;
	text-align: center;
	margin: 1.25em 0;
}
#home p {
	color: #382059;
	font-size: 0.85em;
	line-height: 1.5em;
	margin: 1.25em 0;
}#home a:link, a:visited a:active {
	color: #317923;
	font-weight: 700;
}
#home a:hover {
	color: red;
	font-weight: 800;
}

#ourdogs {
	background: rgba(206, 250, 139, 0.2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	position: relative;
	align-content: center;
	text-align: left;
	z-index: 2;
}
#ourdogs h2 {
	font-weight: 600;
	text-align: center;
	margin: 1.25em 0;
}
#ourdogs p {
	color: #382059;
	font-size: 0.85em;
	line-height: 1.5em;
	margin: 1.25em 0;
}
#ourdogs a:link, a:visited a:active {
	color: #317923;
	font-weight: 700;
}
#ourdogs a:hover {
	color: red;
	font-weight: 800;
}
#puppies {
	background: rgba(252, 243, 232, 0.2);
	background-image: url("../img/lav_bkg.jpg");
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	position: relative;
	align-content: center;
	z-index: 2;
}
#puppies h2,h3,h4{
	text-align: left;
	margin: 5px;
}
#puppies p {
	color: #382059;
	text-align: left;
	font-size: 0.85em;
	line-height: 1.5em;
	margin: 5px;
}
#puppies a:link, a:visited a:active {
	color: #317923;
	font-weight: 700;
}
#puppies a:hover {
	color: red;
	font-weight: 800;
}
.puppies-textbox {
	background: none repeat scroll 0 0;
	background: rgba(252, 243, 232, .7) ;
	height: auto;
	padding: 0;
}
.puppies-box {
	display: grid;
	background: none repeat scroll 0 0;
	background: rgba(252, 243, 232, .7) ;
	border: 1px solid #382059;
	height: auto;
	width: 96vw;
	padding: 5px;
	margin: 0 2vw;
}
.puppies-imgbox {
	align-content: center;
	background: none repeat scroll 0 0;
	background: rgba(252, 243, 232, .7) ;
	height: 100%;
	width: auto;
	padding: 0;
	overflow: hidden;
}
#dogshows {
	background: rgba(97, 67, 42, 0.5);
	background-image: url("../img/Paws.svg");
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 2vw 1vw 5vw 1vw;
	position: relative;
	z-index: 2;
}
#dogshows h2,h3,h4{
	text-align: left;
	margin: 5px;
}
#dogshows p {
	color: #382059;
	text-align: left;
	font-size: 0.85em;
	line-height: 1.5em;
	margin: 5px;
}
#dogshows a:link, a:visited a:active {
	color: #317923;
	font-weight: 700;
}
#dogshows a:hover {
	color: red;
	font-weight: 800;
}
#dogshows .content-box {
	color: red;
	font-weight: 800;
}
.dogshows-textbox {
	background: none repeat scroll 0 0;
	background: rgba(252, 243, 232, .9) ;
	border: 1px solid #382059;
	height: auto;
	padding: 0;
	margin-top: 10px;
}
.dogshows-box {
	background: none repeat scroll 0 0;
	background: rgba(252, 243, 232, .9) ;
	border-bottom: 1px solid #382059;
	border-right: 1px solid #382059;
	border-top: 1px solid #382059;
	height: 300px;
	padding: 0;
}
.dogshows-imgbox {
	background: none repeat scroll 0 0;
	background: rgba(252, 243, 232, .7) ;
	border: 1px solid #382059;
	height: 300px;
	padding: 0;
}
#aboutlabs {
	background: #60449a none repeat scroll 0 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 2vw 1vw 5vw 1vw;
}
.aboutlabs-textbox {
	background: none repeat scroll 0 0;
	background: rgba(252, 243, 232, .9) ;
	border: 1px solid #382059;
	height: auto;
	padding: 0;
	margin-top: 10px;
}
.aboutlabs-box {
	background: none repeat scroll 0 0;
	background: rgba(252, 243, 232, .9) ;
	border-bottom: 1px solid #382059;
	border-right: 1px solid #382059;
	border-top: 1px solid #382059;
	height: 300px;
	padding: 0;
}
.aboutlabs-imgbox {
	background: none repeat scroll 0 0;
	background: rgba(255, 255, 255, .7) ;
	border: 1px solid #382059;
	height: auto;
	padding: 0;
}
#aboutlabs h2 {
	color: #FCF3E8;
	margin: 0 .5em 1.25em 0;
}
#aboutlabs h3 {
	color: #c194d6;
  font-size: calc([14px] + ([28px] - [14px]) * ((100vw - [360]) / ([1600px] - [360])));
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
}
#aboutlabs p {
	color: #FCF3E8;
  font-size: .8em;
	margin: 0 .5em 1.25em 0;
text-align: left;
}
#contact {
	background: none repeat scroll 0 0 rgba(116, 190, 84, .7);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 1vw 1vw 2vw 1vw;
	z-index: 2;
}
.contact-textbox {
	padding: 0;
	margin: 0px 20px;
}
.contact-box {
	height: auto;
	padding: 0;
	margin: 0px 20px;
}
.contact-imgbox {
	height: auto;
	padding: 0px;
	margin: 0px 20px;
}
.form-box {
	background-color: rgba(252,243,243,.5);
	height: inherit;
	padding: 2px 5px;
	margin: 0px;
}

.form-con {
	background-color: rgba(193,148,214,.5);
	height: inherit;
	padding: 2px 5px;
	margin: 0px;
}
#form-box p.small{
	font-size: .8em;
	text-align: left;
}

#contact input {
	background: none repeat scroll 0 0 rgba(252, 243, 232, .9);
	border-radius: 5px;
}
#contact textarea {
	background: none repeat scroll 0 0 rgba(252, 243, 232, .9);
	border-radius: 5px;
}
#contact input.submit-button {
	float: right;
}
#contact label {
	float: left;
	text-align: right;
	margin-right: 5px;
	padding-top: 5px;
}
#contact h2 {
	margin-bottom: 1.25em;
}
#contact h3 {
	color: #382059;
  font-size: 1em;
	font-weight: 700;
	margin-bottom: 0.625em;
	text-transform: uppercase;
}
#contact p {
  font-size: .8em;
	font-style: normal;
	line-height: 1.5em;
}
#contact p strong {
	font-weight: 700;
}
#map-block {
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);    
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}
footer {
	background: none repeat scroll 0 0 #fcf3e8;
	padding: 1.5em 0;
}
.footer-box{
	background:rgba(252, 243, 232, .9);
	height: auto;
	margin: 0;
	padding: 0;
}
#footer a{
	
}

@media screen and (max-width: 768px) {
  .top-nav li a {
  	background: #382059 none repeat scroll 0 0;
  }
  header {
    position: relative;
  }
  #carousel .text {
  	font-size: 0.8em;
  	top: 20%;
  }
  .owl-controls.clickable {
  	display: none!important;
  }
  .right {
  	float: none;
  }
  .social.right {
  	float: right;
  }
  #about-us article {
  	padding: 4em 2.5em;
  }
  .news-text {
  	height: auto;
  }
}
@media screen and (min-width:1366px){
	#home {
	padding: 17vw 0vw 0vw;
	}
}
@media screen and (max-width: 480px) {
  #topbar {
  	line-height: 6vw;
  	text-align: center;
  }
  .social.right {
  	float: none;
  }
  p.logo, p.nav-text {
  	text-align: center;
  }
  h2.section-title {
    line-height: 1.1;
  }
}