@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
/*
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
*/

/* Mobile Layout: 700px and below. */
@media only screen and (min-width: 300px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	max-width: 700px;
	min-width: 300px;
	z-index: 2;
	background: none;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
	
}
/*PAGE*/
#Header {
	clear:none;
	float: left;
	width: 100%;
	display: none;
}
#TabletHeader {
	clear:none;
	float: left;
	width: 100%;
	display: none;
}
#PhoneHeader {
	clear:none;
	float: left;
	width: 100%;
	display: block;
	background-color:rgba(255,255,255,0.95);
	box-shadow: 0px 1px 10px #000000;
	position:static;
}
#PhoneButton {
	display: block;
}
#Navbar {
	clear:none;
	float: left;
	width: 100%;
	padding-left:0%;
	padding-right:0%;
	display: block;
}
#NavbarPhone {
	clear: left;
	float: left;
	margin-right: 0%;
	margin-left: 0%;
	font-weight: bold;
	width: 100%;
	font-size: 60%;
	display: block;
	height:40px;
	overflow:hidden;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#NavbarPhone:hover {
	height: auto;
	width:100%;
	margin-right: 0%;
	margin-left: 0%;
	font-size: 60%;
}
#MainTable {
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}
#MainTableBody {
	float: left;
	margin-top: 0px;
	margin-left:0%;
	margin-right:0%;
	width: 100%;
	font-size:70%;
	display: block;
}
#BodyLeft {
	float: left;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0px;
	width: 100%;
	display: block;
}
#BodyRight {
	float: right;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0px;
	width: 100%;
	display: block;
}
#ContactForm {
	clear: both;
	float: left;
	margin-left: 2%;
	margin-right:2%;
	width: 96%;
	overflow: visible;
	display: block;
	font-size:100%;
	blend-mode:multiply;
}
#Footer {
	clear: both;
	display: none;
	position: relative;
	float: left;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
}
#PhoneFooter {
	clear: both;
	display: block;
	float: left;
	position:relative;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;	
}
#Ballon1 {
	clear: both;
	float: left;
	margin-top: 75px;
	margin-bottom: 16px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 90%;
	width: 96%;
	max-height:350px;
	max-width: 275px;
	overflow: visible;
	display: block;
}
#Ballon2 {
	clear: none;
	float: left;
	margin-top: 75px;
	margin-bottom: 16px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 90%;
	width: 96%;
	max-height:350px;
	max-width: 275px;
	overflow: visible;
	display: block;
}
#Ballon3 {
	clear: none;
	float: left;
	margin-top: 75px;
	margin-bottom: 16px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 90%;
	width: 96%;
	max-height:350px;
	max-width: 275px;
	display: block;
}
#Ballon4 {
	clear: none;
	float: left;
	margin-top: 75px;
	margin-bottom: 16px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 90%;
	width: 96%;
	max-height:350px;
	max-width: 275px;
	display: block;
}
#BallonCenter {
	clear: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 100%;
	font-weight:bolder;
	width: 96%;
	min-width:0px;
	overflow:hidden;
	display: block;
	blend-mode: color-dodge;
}
#PittsburghAnimalHotel {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
.PittsburghKennelPicture{
	width:40%;
		
}
.PittsburghPetKennelPicture{
	width:60%;
	border-radius:5px;	
}
.PittsburghAirportPetKennelPicture{
	width:50%;
	border-radius:5px;	
}
.PittsburghPetKennelSocialMedia{
	opacity:1;
	width:40px;		
}
.PittsburghPetKennelSocialMedia:hover{
	opacity:.75;	
}
#PittsburghPetPaws{
	float:left;
	width:100%;
	z-index:-1000;
	display:none;
}
.PittsburghPetTrainerPicture{
	width:50%;
	border-radius:5px;	
}
}

/* Tablet Layout: 700px to 900px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 700px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	max-width: 900px;
	min-width: 700px;
	z-index: 2;
	background: none;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
/*PAGE*/
#Header {
	clear:none;
	float: left;
	width: 100%;
	display: none;
}
#TabletHeader {
	clear:none;
	float: left;
	width: 100%;
	display: block;
	background-color:rgba(255,255,255,0.95);
	box-shadow: 0px 1px 10px #000000;
	position:static;
}
#PhoneHeader {
	clear:none;
	float: left;
	width: 100%;
	display: none;
}
#PhoneButton {
	display: none;
}
#Navbar {
	clear:none;
	float: left;
	width: 100%;
	padding-left:0%;
	padding-right:0%;
	display: block;
}
#NavbarPhone {
	clear: left;
	float: left;
	margin-right: 0%;
	margin-left: 0%;
	font-weight: bold;
	width: 100%;
	font-size: 130%;
	display: block;
	height:60px;
	overflow:hidden;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#NavbarPhone:hover {
	height: auto;
	width:100%;
	margin-right: 0%;
	margin-left: 0%;
	font-size: 130%;
}
#MainTable {
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}
#MainTableBody {
	float: left;
	margin-top: 0px;
	margin-left:0%;
	margin-right:0%;
	width: 100%;
	font-size:100%;
	display: block;
}
#BodyLeft {
	float: left;
	font-size: 100%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 10px;
	width: 96%;
	display: block;
}
#BodyRight {
	float: right;
	font-size: 100%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 10px;
	width: 96%;
	display: block;
}
#BodyLeft75 {
	float: left;
	font-size: 100%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 10px;
	width: 96%;
	display: block;
}
#BodyRight25 {
	float: right;
	font-size: 100%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 10px;
	width: 96%;
	display: block;;
}
#BodyLeft25 {
	float: left;
	font-size: 100%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 10px;
	width: 96%;
	display: block;
}
#BodyRight75 {
	float: right;
	font-size: 100%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 10px;
	width: 96%;
	display: block;
}
#ContactForm {
	clear: both;
	float: left;
	margin-left: 2%;
	margin-right:2%;
	width: 96%;
	overflow: visible;
	display: block;
	font-size:100%;
	blend-mode:multiply;
}
#Footer {
	clear: both;
	display: none;
	position: relative;
	float: left;
	bottom:0;
	left:0;
	font-size: 60%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
}
#PhoneFooter {
	clear: both;
	display: block;
	float: left;
	position:relative;
	bottom:0;
	left:0;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;	
}
#Ballon1 {
	clear: both;
	float: left;
	margin-top: 75px;
	margin-bottom: 16px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 90%;
	width: 96%;
	max-height:350px;
	max-width: 275px;
	overflow: visible;
	display: block;
}
#Ballon2 {
	clear: none;
	float: left;
	margin-top: 75px;
	margin-bottom: 16px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 90%;
	width: 96%;
	max-height:350px;
	max-width: 275px;
	overflow: visible;
	display: block;
}
#Ballon3 {
	clear: none;
	float: left;
	margin-top: 75px;
	margin-bottom: 16px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 90%;
	width: 96%;
	max-height:350px;
	max-width: 275px;
	display: block;
}
#Ballon4 {
	clear: none;
	float: left;
	margin-top: 75px;
	margin-bottom: 16px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 90%;
	width: 96%;
	max-height:350px;
	max-width: 275px;
	display: block;
}
#BallonCenter {
	clear: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 100%;
	font-weight:bolder;
	width: 96%;
	min-width:0px;
	overflow:hidden;
	display: block;
	blend-mode: color-dodge;
}
#PittsburghAnimalHotel {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
.PittsburghKennelPicture{
	width:40%;
		
}
.PittsburghPetKennelPicture{
	width:50%;
	border-radius:5px;	
}
.PittsburghAirportPetKennelPicture{
	width:30%;
	border-radius:5px;	
}
.PittsburghPetKennelSocialMedia{
	opacity:1;
	width:40px;	
}
.PittsburghPetKennelSocialMedia:hover{
	opacity:.75;	
}
#PittsburghPetPaws{
	float:left;
	width:100%;
	z-index:-1000;
	display:none;
	height:100%;
	position: fixed;
	background-image:url(../Graphics/Backgrounds/PittsburghPetLodgePawPrintsColor.png);
	background-repeat:repeat-y;
	background-position:left top;
	background-size:15% auto;
}
.PittsburghPetTrainerPicture{
	width:50%;
	border-radius:5px;	
}
}

/* Tablet Layout: 900px to 1200px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 900px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	max-width: 1200px;
	min-width: 900px;
	z-index: 2;
	background:none;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
/*PAGE*/
#Header {
	clear:none;
	float: left;
	width: 100%;
	display: block;
	background-color:rgba(255,255,255,1);
	box-shadow: 0px 1px 10px #000000;
	font-size:100%;
	position:static;
	z-index:999999999;
	top:0;
}
#TabletHeader {
	clear:none;
	float: left;
	width: 100%;
	display: none;
}
#PhoneHeader {
	clear:none;
	float: left;
	width: 100%;
	display: none;
}
#PhoneButton {
	display: none;
}
#Navbar {
	clear:none;
	float: left;
	width: 100%;
	padding-left:0%;
	padding-right:0%;
	display: block;
}
#NavbarPhone {
	clear: left;
	float: left;
	margin-right: 0%;
	margin-left: 0%;
	font-weight: bold;
	width: 100%;
	font-size: 130%;
	display: block;
	height:60px;
	overflow:hidden;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#NavbarPhone:hover {
	height: auto;
	width:100%;
	margin-right: 0%;
	margin-left: 0%;
	font-size: 130%;
}
#MainTable {
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}
#MainTableBody {
	float: left;
	margin-left:5%;
	margin-right:5%;
	width: 90%;
	font-size:100%;
	display: block;
}
#BodyLeft {
	float: left;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0px;
	width: 50%;
	display: block;
}
#BodyRight {
	float: right;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0px;
	width: 50%;
	display: block;
}
#BodyLeft75 {
	float: left;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0px;
	width: 75%;
	display: block;
}
#BodyRight25 {
	float: right;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0px;
	width: 25%;
	display: block;
}
#BodyLeft25 {
	float: left;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0px;
	width: 25%;
	display: block;
}
#BodyRight75 {
	float: right;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0px;
	width: 75%;
	display: block;
}
#ContactForm {
	clear: both;
	float: center;
	width: 60%;
	overflow: visible;
	display: block;
	font-size:100%;
	blend-mode:multiply;
}
#Footer {
	clear: both;
	display: block;
	position: relative;
	float: left;
	bottom:0;
	left:0;
	font-size: 70%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
}
#PhoneFooter {
	clear: both;
	display: none;
	float: left;
	position:fixed;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;	
}
#Ballon1 {
	clear: both;
	float: left;
	margin-top: 75px;
	margin-bottom: 16px;
	margin-left: 0%;
	margin-right: 2%;
	font-size: 90%;
	width: 22%;
	max-height:350px;
	max-width: 275px;
	overflow: visible;
	display: block;
}
#Ballon2 {
	clear: none;
	float: left;
	margin-top: 75px;
	margin-bottom: 16px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 90%;
	width: 22%;
	max-height:350px;
	max-width: 275px;
	overflow: visible;
	display: block;
}
#Ballon3 {
	clear: none;
	float: left;
	margin-top: 75px;
	margin-bottom: 16px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 90%;
	width: 22%;
	max-height:350px;
	max-width: 275px;
	display: block;
}
#Ballon4 {
	clear: none;
	float: left;
	margin-top: 75px;
	margin-bottom: 16px;
	margin-left: 2%;
	margin-right: 0%;
	font-size: 90%;
	width: 22%;
	max-height:350px;
	max-width: 275px;
	display: block;
}
#BallonCenter {
	clear: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 100%;
	font-weight:bolder;
	width: 75%;
	min-width:900px;
	overflow:hidden;
	display: block;
	blend-mode: color-dodge;
}
#PittsburghAnimalHotel {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
.PittsburghKennelPicture{
	width:80%;
		
}
.PittsburghPetKennelPicture{
	width:90%;
	border-radius:5px;	
}
.PittsburghAirportPetKennelPicture{
	width:50%;
	border-radius:5px;	
}
.PittsburghPetKennelSocialMedia{
	opacity:1;
	width:40px;		
}
.PittsburghPetKennelSocialMedia:hover{
	opacity:.75;	
}
#PittsburghPetPaws{
	float:left;
	width:100%;
	z-index:-1000;
	display:block;
	height:100%;
	position: fixed;
	background-image:url(../Graphics/Backgrounds/PittsburghPetLodgePawPrintsColor.png);
	background-repeat:repeat-y;
	background-position:left top;
	background-size:10% auto;
}
.PittsburghPetTrainerPicture{
	width:60%;
	border-radius:5px;	
}

}

/* Desktop Layout: 1200px to a max of 2000px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1200px) {
.gridContainer {
	float:left;
	width: 100%;
	min-width: 1200px;
	max-width: 2000px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	z-index: 2;
	background:none;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
/*PAGE*/
#Header {
	clear:none;
	float: left;
	width: 100%;
	display: block;
	background-color:rgba(255,255,255,1);
	box-shadow: 0px 1px 10px #000000;
	font-size:100%;
	position:static;
	z-index:999;
	top:0;
}
#TabletHeader {
	clear:none;
	float: left;
	width: 100%;
	display: none;
}
#PhoneHeader {
	clear:none;
	float: left;
	width: 100%;
	display: none;
}
#PhoneButton {
	display: none;
}
#Navbar {
	clear:none;
	float: center;
	width: 80%;
	padding-left:10%;
	padding-right:10%;
	display: block;
}
#NavbarPhone {
	clear: left;
	float: left;
	margin-right: 0%;
	margin-left: 0%;
	font-weight: bold;
	width: 100%;
	font-size: 130%;
	display: block;
	height:60px;
	overflow:hidden;
	-webkit-transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-ms-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}
#NavbarPhone:hover {
	height: auto;
	width:100%;
	margin-right: 0%;
	margin-left: 0%;
	font-size: 130%;
}
#MainTable {
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
}
#MainTableBody {
	float: left;
	margin-left:15%;
	margin-right:15%;
	width: 70%;
	font-size:100%;
	display: block;
}
#BodyLeft {
	float: left;
	font-size: 100%;
	margin-left: 1%;
	margin-right: 0%;
	margin-bottom: 0px;
	width: 49%;
	display: block;
}
#BodyRight {
	float: right;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 1%;
	margin-bottom: 0px;
	width: 49%;
	display: block;
}
#BodyLeft75 {
	float: left;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0px;
	width: 75%;
	display: block;
}
#BodyRight25 {
	float: right;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0px;
	width: 25%;
	display: block;
}
#BodyLeft25 {
	float: left;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0px;
	width: 25%;
	display: block;
}
#BodyRight75 {
	float: right;
	font-size: 100%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0px;
	width: 75%;
	display: block;
}

#ContactForm {
	clear: both;
	float: center;
	width: 70%;
	overflow: visible;
	display: block;
	font-size:100%;
	blend-mode:multiply;
}
#Footer {
	clear: both;
	display: block;
	position: relative;
	float: left;
	bottom:0;
	left:0;
	font-size: 90%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;
}
#PhoneFooter {
	clear: both;
	display: none;
	float: left;
	position:fixed;
	bottom:0;
	left:0;
	font-size: 50%;
	margin-left: 0%;
	margin-right: 0%;
	width: 100%;	
}
#Ballon1 {
	clear: both;
	float: left;
	margin-top: 75px;
	margin-bottom: 16px;
	margin-left: 0%;
	margin-right: 2%;
	font-size: 90%;
	width: 22%;
	max-height:350px;
	max-width: 275px;
	overflow: visible;
	display: block;
}
#Ballon2 {
	clear: none;
	float: left;
	margin-top: 75px;
	margin-bottom: 16px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 90%;
	width: 22%;
	max-height:350px;
	max-width: 275px;
	overflow: visible;
	display: block;
}
#Ballon3 {
	clear: none;
	float: left;
	margin-top: 75px;
	margin-bottom: 16px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 90%;
	width: 22%;
	max-height:350px;
	max-width: 275px;
	display: block;
}
#Ballon4 {
	clear: none;
	float: left;
	margin-top: 75px;
	margin-bottom: 16px;
	margin-left: 2%;
	margin-right: 0%;
	font-size: 90%;
	width: 22%;
	max-height:350px;
	max-width: 275px;
	display: block;
}
#BallonCenter {
	clear: none;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 100%;
	font-weight:bolder;
	width: 75%;
	min-width:900px;
	overflow:hidden;
	display: block;
	blend-mode: color-dodge;
}
#PittsburghAnimalHotel {
	height:1px;
	overflow:hidden;
	position:absolute;
	bottom:0;
	font-size:100%;
	font-weight:bolder;
	width:100%;
}
.PittsburghKennelPicture{
	width:90%;
		
}
.PittsburghPetKennelPicture{
	width:80%;
	border-radius:5px;	
}
.PittsburghAirportPetKennelPicture{
	width:40%;
	border-radius:5px;	
}
.PittsburghPetKennelSocialMedia{
	width:40px;	
	opacity:1;	
}
.PittsburghPetKennelSocialMedia:hover{
	opacity:.75;	
}
#PittsburghPetPaws{
	float:left;
	width:100%;
	z-index:-1000;
	display:block;
	height:100%;
	position: fixed;
	background-image:url(../Graphics/Backgrounds/PittsburghPetLodgePawPrintsColor.png);
	background-repeat:repeat-y;
	background-position:left top;
	background-size:15% auto;
}
.PittsburghPetTrainerPicture{
	width:60%;
	border-radius:5px;	
}
}



/**************************** Slider **************************/
@media only screen and (min-width: 50px) {
	.widget.widgetIndexSlider {
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
	display:none;
}
}
@media only screen and (min-width: 400px) {
	.widget.widgetIndexSlider {
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
	display:none;
}
}
@media only screen and (min-width: 600px) {
	.widget.widgetIndexSlider {
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
	display:none;
}
}
@media only screen and (min-width: 800px) {
	.widget.widgetIndexSlider {
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
	display: block;
}
}
@media only screen and (min-width: 1000px) {
	.widget.widgetIndexSlider {
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
	display: block;
}
}
@media only screen and (min-width: 1200px) {
	.widget.widgetIndexSlider {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
	display: block;
}
}
@media only screen and (min-width: 1400px) {
	.widget.widgetIndexSlider {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
	display: block;
}
}
@media only screen and (min-width: 1600px) {
	.widget.widgetIndexSlider {
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
	display: block;
}
}
@media only screen and (min-width: 1800px) {
	.widget.widgetIndexSlider {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
	display: block;
}
}
