/* 
  -----------------------------------
  Tab Panel Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 1 - Win Tabs
  -----------------------------------
*/
.p7TPM01 {
	width: auto;
	margin: 10px auto 0;
	padding: 0px;
	clear: both;
}
.p7TPM01:after {
	content: ".";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7TPM01 img {
	vertical-align: top;
}
.p7TPM01 .Grid ul {
	padding: 10px 0 0 5px;
}
/*Triggers construct - including arrows*/
.p7TPM01 .p7TPMtabs_01 {
	position: relative;
	z-index: 5;
	overflow: hidden;
	zoom: 1;
}
.p7TPM_arrows_01 .p7TPM_arrow_L, .p7TPM_arrows_01 .p7TPM_arrow_R {
	float: left;
	position: relative;
	z-index: 9999999999;
}
.p7TPM_arrows_01 .p7TPM_arrow_R {
	float: right;
}
.p7TPM_arrows_01 a {
	display: block;
	text-decoration: none;
	color: #CCC;
	text-indent: -9999px;
	width: 26px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.p7TPM_arrows_01 .p7TPM_arrow_L a {
	background-image: url(img/tpm01_west.jpg);
}
.p7TPM_arrows_01 .p7TPM_arrow_R a {
	background-image: url(img/tpm01_east.jpg);
}
.p7TPM_arrows_01 a:hover, .p7TPM_arrows_01 a:focus {
	outline: 0;
}
.p7TPM_arrows_01 a.off {
	display: block;
	background-position: 0px -138px;
	cursor: default;
}
/*Trigger Viewport*/
.p7TPM01 .p7TPMtabs_viewport {
	position: relative;
	overflow: hidden;
	zoom: 1;
}
/*Trigger and Arrows Font Size, top, and bottom padding*/
.p7TPM_arrows_01 a, .p7TPM_tabs_01 a, .p7TPM_tabs_01 a:visited {
	font-size: 14px;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
/*Trigger Wrapper*/
.p7TPM01 .p7TPMtabs_wrapper {
	position: relative;
}
/*Trigger UL*/
.p7TPM_tabs_01 {
	margin: 0;
	padding: 0px;
	font-size: 12px;
	position: relative;
	z-index: 999;
	zoom: 1;
}
.p7TPM_tabs_01 a img {
	border: 0;
}
.p7TPM_tabs_01 li {
	float: left;
	text-align: center;
	line-height: 1em;
	list-style-type: none;
	margin-left: 3px;
	margin-bottom: -5px;
	-webkit-transform-style: preserve-3d;
	background-color: #CCC;
	position: relative;
	border: 1px solid #888;
	/* Rounded Corners */
	border: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	box-shadow: inset 0 -7px 20px -7px rgba(0,0,0,0.6);
	-webkit-transform-style: preserve-3d;
	background-image: linear-gradient(180deg, #999,  #CCC);
	background-color: #CCC;
}
.BarnRentals .p7TPM_tabs_01 li {
	width:calc(33.36% - 3px);
	/* Rounded Corners */
	border: 0px;
	border-radius:0px;
	}
.p7TPM_tabs_01 .tpmfirst {
	margin-left: 0;
}
.p7TPM_tabs_01 a, .p7TPM_tabs_01 a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding-right: 18px;
	padding-left: 18px;
	/* Rounded Corners */
	border: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	background-image: linear-gradient(180deg, #F93,  #C93);
	background-color:#F93;
    box-shadow: inset 0 -7px 22px -7px rgba(0,0,0,0.7);
}
.gogreen .p7TPM_tabs_01 a, .gogreen  .p7TPM_tabs_01 a:visited {
	background-image: linear-gradient(180deg, rgba(51,102,51,1), rgba(41,81,41,1));
	background-color: rgba(51,102,51,1);
	transition: width .5s;				
	-webkit-transition: all .5s;}
.BarnRentals .p7TPM_tabs_01 a {
	padding:25px 0 !important;
	font-size:1.3em;
	font-weight:bold;
	/* Rounded Corners */
	border: 0px;
	border-radius:0px;
	}
.p7TPM_tabs_01 a:hover, .p7TPM_tabs_01 a:focus {
	outline: 0;
	color: #FFF;
	-webkit-transform-style: preserve-3d;
	background-image: linear-gradient(180deg, #275305, #4E9300);
	background-color: #5BA301;
}
.gogreen .p7TPM_tabs_01 a:hover, .gogreen  .p7TPM_tabs_01 a:focus{
	background-image: linear-gradient(180deg, rgba(204,0,0,1), rgba(204,0,0,1));
	background-color: rgba(204,0,0,1);}
.p7TPM_tabs_01 li.open {
	top: 1px;
	color:#222;
	/*No Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.p7TPM_tabs_01 a.open, .p7TPM_tabs_01 a.open:visited {
	text-decoration: none;
	border-color: transparent;
	/*No Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-image: linear-gradient(180deg, #CCC,  #CCC);
	background-color: #CCC;
	color:#222;
}
/*Panels*/
/*Outer Wrapper*/
.p7TPMcwrapper_01 {
	position: relative;
	top: -1px;
	border: 1px solid #888;
	background-color: #CCC;
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	border-radius: 0px 5px 5px 5px;
}
.BarnRentals 
.p7TPMcwrapper_01 {
	border:0px;
	border-radius: 0px 0px 5px 5px;
	/*Outer Shadow*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;}
.p7TPMcwrapper_01.arrows_on {
	border-radius: 0px 0px 5px 5px;
}
/*Panels Viewport*/
.p7TPMcwrapper_01 .p7TPM_vp {
	filter: none;
}
/*Individual panels*/
.p7TPM_content_01 {
	padding: 20px;
	color: #000;
	font-size: 1em;
	line-height: 1.5em;
}
.p7TPM_content_01 a:hover, .p7TPM_content_01 a:focus {
	color: #000;
}
@media only screen and (min-width: 0px) and (max-width: 850px) {
.p7TPM_tabs_01 a, .p7TPM_tabs_01 a:visited {
	margin:0;
	padding:0;
	width:100%;
	/* Rounded Corners */
	border: 0px;
	border-radius: 0px;
}}
@media only screen and (min-width: 0px) and (max-width: 700px) {
.p7TPM_tabs_01 li {
	float: left;
	width: 100%;
	list-style-type: none;
	margin-left: 0px;
	margin-bottom: -2px;
	-webkit-transform-style: preserve-3d;
	padding: 0px;
	background-color: #CCC;
	position: relative;
	/* Rounded Corners */
	border: 0px 0px;
	border-radius: 0px;
	box-shadow: inset 0 -7px 20px -7px rgba(0,0,0,0.6);
	text-align: center;
}
.p7TPM_tabs_01 a:hover, .p7TPM_tabs_01 a:focus {
	outline: 0;
	color: #FFF;
	/* Rounded Corners */
	border: 0px;
	border-radius: 0px;
	-webkit-transform-style: preserve-3d;
	background-image: linear-gradient(180deg, #4E9300, #5BA301);
	background-color: #5BA301;
}
.p7TPMcwrapper_01 {
	/*Outer Shadow*/
	-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.65);
	border-radius: 0px;
}
.p7TPM_tabs_01 {
	margin-left: -15px !important;
}


 .BarnRentals .p7TPM_tabs_01 li {
	 width:calc(100% - 3px);
	}
.content .BarnRentals .p7TPM_tabs_01 a {
	width:auto;
	margin:0;
	}
}
