
/* GLOBAL */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif ;
	color: #000000;
	background: #FFFFFF;
}

input[type=text], input[type=password] {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	padding: 7px;
	outline: 0;
	height:35px;
	border:0px none;
	background: #FFF;
	display: inline-block;
	border:2px solid #c7c7c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input[type=text]:hover, input[type=password]:hover {
	border: 2px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

input[type=text]:focus, input[type=password]:focus {
	outline: none;
	border: 1px solid #A17B30;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}

p {
        margin:5px 0;
        line-height:25px;
}

a {
        text-decoration:none;
        color:inherit;
        transition: color .5s ease;
}

strong {
        font-weight:bold;
}

figcaption strong {
        border-bottom: 1px solid #D6D0C1;
        padding-bottom:10px;
        margin: 10px 0;
        display:block;
}

figcaption {
        line-height: 25px;
        font-size:14px;
        width:200px;
}

hr {
        background-color: #D6D0C1;
        border:0px none;
        height:1px;
        margin:20px 0
}

/* END GLOBAL */


#main {
	margin: 0 auto ;
	padding: 0;
	width: 100%;
	align: center ;
}


.GuestOf {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF ;
	background: #A17B30 ;
	text-align: center ;
	padding: 0 0 5px 0 ;
	margin: 0 auto ;
}


/* HEADER */

.header {
	background: #000000 ;
	padding: 0;
	margin: 0 auto ;
	height: 50px
}

.logo {
	float: left ;
	background:url('https://www.zpettags.com/images/ERReady_Logo1.png') no-repeat top ;
	padding: 0 20% 0 0 ;
	width: 270px ;
	height: 50px ;
}

.logo2 {
	float: right ;
	background:url('https://www.zpettags.com/images/ERReady_Logo2.png') no-repeat top ;
	padding: 0 0 0 30% ;
	width: 483px ;
	height: 50px ;
}

/* END HEADER */


/*--- DROPDOWN NAV ---*/

.navBG {
	margin:0 auto;
	position:relative;
	left:0;
	bottom:0;
	height:30px;
	background: #000000 ;
}

.clearfix:after {
	display:block;
	clear:both;
}

.menu {
    margin:0px auto;
    width:1100px;
}
 
.menu li {
    margin:0px;
    list-style:none;
}
 
.menu a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform:uppercase;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s ease;
}
 
.menu li:hover > a, .menu .current-item > a {
    text-decoration:none;
    color:#FFF;
}
 
.menu .arrow {
    font-size:11px;
    line-height:0%;
}

.menu li ul {
	display: none ;
	position: absolute ;
	left: 0 ;
	top: 100% ;
}

/*----- Top Level -----*/
.menu > ul > li {
    margin:0px auto;
    display:inline-block;
    position:relative;
    font-size:19px;
}
 
.menu > ul > li > a {
    padding:6px 30px;
    display:inline-block;
    text-shadow:0px 1px 0px rgba(0,0,0,0.4);
}
 
.menu > ul > li:hover > a, .menu > ul > .current-item > a {
    background:#111;
}
 
/*----- Bottom Level -----*/
.menu li:hover .sub-menu {
	display: block ;
    z-index:1;
    opacity:1
}
 
.sub-menu {
    width:110%;
    position:absolute;
    top:100%;
    left:0px;
    z-index:-1;
    opacity:0;
    transition:opacity linear 0.15s;
	-moz-box-shadow: 0 0 5px 5px  rgba(0,0,0,0.4) ;
	-webkit-box-shadow: 0 0 5px 5px  rgba(0,0,0,0.4) ;
	box-shadow: 0 0 5px 5px  rgba(0,0,0,0.4) ;
    background:#111; padding-left:0px; padding-right:0px; padding-top:5px; padding-bottom:5px
}
 
.sub-menu li {
    display:block;
}
 
.sub-menu li a {
	font: bold 18px Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	text-transform:capitalize;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s ease;
    padding:10px 30px;
    display:block;
}
 
.sub-menu li a:hover, .sub-menu .current-item a {
    background:#3e3436;
}

/*--- DROPDOWN ---*/


.userTicker {
	font: normal 16px "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0 auto ;
	padding: 5px 0 5px 0 ;
	text-align: center ;
}

#zticker {
	background: #EEE;
}

#userTicker ul { width: 100%; }


/* MENU */	

.nav {
	position:relative;
	left:0;
	bottom:0;
}

.nav ul {
	list-style:none;
}

.nav ul li {
	display:block;
	float:left;
	padding:6px 15px 0 15px ;
}

.nav ul li a {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	transition: all .25s ease;
}

.nav ul li a:hover {
	color:#A17B30;
}

.navPhoneA {
	text-align: center ;
}


.navPhone {
	margin:0 auto;
	position:relative;
	left:0;
	bottom:0;
	height:30px;
	background: #000000 ;
}

.navPhoneB {
	margin:0 auto;
	position:relative;
	left:0;
	bottom:0;
	height:30px;
	background: #000000 ;
}

.navPhoneC {
	margin:0 auto;
	position:relative;
	left:0;
	bottom:0;
	height:30px;
	background: #000000 ;
}


.navPhone ul {
	list-style:none;
}

.navPhone ul li {
	display:inline-block;
	padding:0px 30px 0 30px ;
}

.navPhoneU ul li {
	display:inline-block;
	padding:0px 30px 0 30px ;
}

.navPhone ul li a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform:uppercase;
	transition: all .25s ease;
}

.navPhoneX ul li a {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform:uppercase;
	transition: all .25s ease;
}

.navPhone ul li a:hover {
	color:#A17B30;
}



.navPhoneB ul {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	transition: all .25s ease;
	color: #FFF;
	text-align: left;
	display: inline;
	margin: 0;
	padding: 15px 4px 15px 0;
	list-style: none;
}

.navPhoneB ul li {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	transition: all .25s ease;
	display: inline-block;
	margin-right: -4px;
	position: relative;
  padding:2px 15px 0 15px ;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.navPhoneB ul li:hover {
	background: #EEE;
	color: #000;
  padding:8px 15px 6px 15px ;
}

.navPhoneB ul li a {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	transition: all .25s ease;
}

.navPhoneB ul li a:hover {
	background: #EEE;
	color:#A17B30;
}


.navPhoneB ul li ul {
	z-index: 1 ;
  padding: 0;
  position: absolute;
  top: 30px;
  left: 0;
  width: 250px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

.navPhoneB ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  padding:6px 15px 4px 15px ;
}

.navPhoneB ul li ul li:hover { background: #EEE; }

.navPhoneB ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

.navPhoneC ul {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	transition: all .25s ease;
	color: #FFF;
	text-align: left;
	display: inline;
	margin: 0;
	padding: 15px 4px 15px 0;
	list-style: none;
}

.navPhoneC ul li {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	transition: all .25s ease;
	display: inline-block;
	margin-right: 30px;
	position: relative;
  padding:2px 25px 0 25px ;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.navPhoneC ul li:hover {
	background: #EEE;
	color: #000;
  padding:8px 25px 6px 25px ;
}

.navPhoneC ul li a {
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	transition: all .25s ease;
}

.navPhoneC ul li a:hover {
	background: #EEE;
	color:#A17B30;
}


.navPhoneC ul li ul {
	z-index: 1 ;
  padding: 0;
  position: absolute;
  top: 30px;
  left: 0;
  width: 250px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

.navPhoneC ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
  padding:6px 50px 4px 50px ;
}

.navPhoneC ul li ul li:hover { background: #EEE; }

.navPhoneC ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}


.PetTagPhone {
	background: #19191B ;
}

.translateMe {
	margin:0 auto;
	position:relative;
	left:0;
	bottom:0;
	height:30px;
	background: #000000 ;
}

.translateMe1 {
	margin:0 auto;
	position:relative;
	left:0;
	bottom:0;
	height:50px;
	background: #000000 ;
}

.headerP {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #999999 ;
	padding: 0;
	margin: 0 auto ;
	background: #000000 ;
}

.navPhoneD {
	margin:0 auto;
	position:relative;
	left:0;
	bottom:0;
	height:30px;
}

.navPhoneD ul {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	transition: all .25s ease;
	color: #FFF;
	text-align: left;
	display: inline;
	margin: 0;
	padding: 0px 4px 0px 0;
	list-style: none;
}

.navPhoneD ul li {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	transition: all .25s ease;
	display: inline-block;
	margin-right: 10px;
	position: relative;
     padding:2px 10px 0 10px ;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.navPhoneD ul li:hover {
	background: #EEE;
	color: #000;
  padding:8px 10px 6px 10px ;
}

.navPhoneD ul li a {
	font: bold 13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	transition: all .25s ease;
}

.navPhoneD ul li a:hover {
	background: #EEE;
	color:#A17B30;
}


/* END MENU */	


.ZKitType {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

.ZKitFor {
	font: bold 24px Arial black, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}

.ZKit1011 {
	background:url('https://www.zpettags.com/images/ZKit1011.jpg') no-repeat ;
	padding: 0 0 0 0 ;
	width: 400px ;
	height: 466px ;
}

.ZKit1021 {
	background:url('https://www.zpettags.com/images/ZKit1021.jpg') no-repeat ;
	padding: 0 0 0 0 ;
	width: 400px ;
	height: 466px ;
}

.ZKit1031 {
	background:url('https://www.zpettags.com/images/ZKit1031.jpg') no-repeat ;
	padding: 0 0 0 0 ;
	width: 400px ;
	height: 466px ;
}

.ZKit1011a {
	background:url('https://www.zpettags.com/images/ZKit1011a.jpg') no-repeat ;
	padding: 0 0 0 0 ;
	width: 350px ;
	height: 417px ;
}

.ZKit1021a {
	background:url('https://www.zpettags.com/images/ZKit1021a.jpg') no-repeat ;
	padding: 0 0 0 0 ;
	width: 350px ;
	height: 417px ;
}

.ZKit1031a {
	background:url('https://www.zpettags.com/images/ZKit1031a.jpg') no-repeat ;
	padding: 0 0 0 0 ;
	width: 350px ;
	height: 417px ;
}

.center {
	text-align: center;
}

.left {
	margin: 0 0 0 50px ;
}

.menu_search {
	float: right ;
	background:url('https://www.zpettags.com/images/menu_search.jpg') no-repeat top ;
	padding: 0 0 0 10% ;
	width: 157px ;
	height: 30px ;
	display:block;
}

.Header_black_bar {
	padding:0;
	margin:0;
	height:60px;
	background: #000000 ;
}

.black_bar {
	padding:0;
	margin:0;
	height:30px;
	background: #000000 ;
}

.black_bar1 {
	font: italic 20px "Times New Roman", Times, serif;
	color: #FFFFFF ;
	padding: 3px 0 0 0 ;
	text-align: center ;
}

.belowBB {
	font: normal 18px Arial, Helvetica, sans-serif;
	padding: 0 50px 0 50px ;
	margin:0 auto;
	text-align: justify ;
}

.content_top {
	padding:0;
	margin:0 auto;
	height:16px;
	background:url('https://www.zpettags.com/images/ERReady_bgContent_top.png') repeat-x top ;
}

.content_bottom {
	padding:0;
	margin:0 auto;
	background:url('https://www.zpettags.com/images/ERReady_bgContent_bottom.png') ;
}

.Content_Title1 {
	font: normal 20px Arial black, Helvetica, sans-serif;
	margin:0 auto;
	padding: 0 0 0 50px ;
	text-align: center ;
}

.Content_Title2 {
	font: normal 20px Arial black, Helvetica, sans-serif;
	margin:0 auto;
	padding: 0 50px 0 0 ;
	text-align: center ;
}

.Content_1 {
	font: normal 18px Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding: 0 7% 0 10% ;
	text-align: justify ;
}

.Content_1a {
	margin:0 auto;
	padding: 0 40px 0 0 ;
}

.Content_1b {
	font: normal 18px Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding: 0 0 0 10% ;
	text-align: justify ;
}

.Content_1c {
	font: normal 18px Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding: 0 0 0 5% ;
	text-align: justify ;
}

.Content_1d {
	font: normal 18px Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding: 0 40px 0 0 ;
	text-align: justify ;
}

.Content_2 {
	font: normal 18px Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding: 0 10% 0 7% ;
	text-align: justify ;
}

.Content_2a {
	font: normal 18px Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding: 0 40px 0 0 ;
}

.Join1 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000; 
	text-align: right;
	padding:0px 10px 0px 0px ; 
}

.Join2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000; 
	text-align: left;
	padding:0px 0px 0px 10px ; 
}

.Join2a {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #000000; 
	padding:0px 0px 0px 10px ; 
}

.Join2b {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #000000; 
	text-align: left;
	padding:0px 0px 0px 10px ; 
}

.Join2c {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #000000; 
	text-align: left;
	padding:0px 0px 0px 0px ; 
}

.Join2d {
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #000000; 
	text-align: left;
	padding:0px 30px 0px 0px ; 
}





.Join4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000; 
	text-align: right;
	padding:0px 80px 0px 0px ; 
}

.Join5 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000; 
	text-align: left;
	padding:0px 0px 0px 64px ; 
}

.Join6 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000000; 
	text-align: center;
	padding:0px 0px 0px 0px ; 
}

.Join6a {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000; 
	text-align: center;
	padding:0px 0px 0px 0px ; 
}

.Join6b {
	font: bold 14px Arial, Helvetica, sans-serif;
	font-variant: small-caps ;
	color: #000000; 
	text-align: center;
	padding:0px 0px 0px 0px ; 
}


.Join7 {
	font: bold 24px Arial black, Helvetica, sans-serif;
	color: #000000; 
	text-align: center;
	padding:0px 0px 0px 0px ; 
}

.Join8 {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #000000; 
	text-align: left;
	padding:0px 0px 0px 30px ; 
}

.Join9 {
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #000000; 
	text-align: center;
	padding:0px 0px 0px 0px ; 
}


.Price1 {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #000000; 
	padding:0px 30px 0px 0px ; 
}

.Price1a {
	font: normal 18px Arial black, Helvetica, sans-serif;
	color: #000000; 
	padding:0px 0px 0px 0px ; 
	text-align: center;
}

.Price1b {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #000000; 
	padding:0px 0px 0px 30px ; 
}

.Price1c {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #000000; 
	padding:0px 0px 0px 0px ; 
	text-align: center;
}

.Price1c1 {
	font: normal 16px Arial, Helvetica, sans-serif;
	color: #000000; 
	padding:0px 15px 0px 0px ; 
	text-align: center;
}

.Price2 {
	font: normal 24px Arial black, Helvetica, sans-serif;
	color: #000000; 
	padding:0px 30px 0px 0px ; 
}

.Price3 {
	font: normal 14px Arial black, Helvetica, sans-serif;
	color: #000000; 
	padding:0px 30px 0px 0px ; 
}

.PriceClick {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #003300; 
	text-align: center;
	padding:0px 0px 7px 0px ; 
}

.PriceClick2 {
	padding:0px 0px 0px 15px ; 
}

.PriceClick_2 {
	padding:0px 0px 0px 10px ; 
}

.PriceChoice1 {
	padding:0;
	margin:0 auto;
	background:url('https://www.zpettags.com/images/ERReady_Price1.png') ;
}

.PriceChoice2 {
	padding:0;
	margin:0 auto;
	background:url('https://www.zpettags.com/images/ERReady_Price2.png') ;
}

.PriceChoice3 {
	padding:0;
	margin:0 auto;
	background:url('https://www.zpettags.com/images/ERReady_Price3.png') ;
}

.PriceChoice_1 {
	padding:0;
	margin:0 auto;
	background:url('https://www.zpettags.com/images/ERReady_Price_1.png') no-repeat ;
}


.PriceChoice_2 {
	padding:0;
	margin:0 auto;
	background:url('https://www.zpettags.com/images/ERReady_Price_2.png') no-repeat ;
}


.PriceChoice_3 {
	padding:0;
	margin:0 auto;
	background:url('https://www.zpettags.com/images/ERReady_Price_3.png') no-repeat ;
}


.PriceChoice_4 {
	padding:0;
	margin:0 auto;
	background:url('https://www.zpettags.com/images/ERReady_Price_4.png') no-repeat ;
}

.Register1 {
	font: bold 24px Arial black;
	text-align: center;
	color: #000000;
}

.Register2 {
	font: bold 22px Arial black;
	color: #FF0000;
	text-align: center;
}

.Register3 {
	font: bold italic 28px cambria;
	color: #FF0000;
	text-align: center;
}

.Security1 {
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #000000; 
	text-align: center;
	padding:0px 0px 0px 0px ; 
}

.Security1a {
	font: normal 20px Arial, Helvetica, sans-serif;
	color: #000000; 
	text-align: center;
	padding:0px 15px 0px 10px ; 
}

.Security2 {
	font: normal 20px/1.4em Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
	padding:0px 40px 0px 0px ; 
}

.Security3 {
	font: normal 20px/1.4em Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
	padding:0px 0px 0px 0px ; 
}

.Security3a {
	font: normal 12px/1.4em Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
	padding:0px 15px 0px 10px ; 
}

.Security4 {
	font: normal 20px/1.4em Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
	padding:0px 0px 0px 40px ; 
}

.Security4a {
	font: normal 12px/1.4em Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
	padding:0px 15px 0px 40px ; 
}

.Security5 {
	font: normal 20px/1.4em Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
	padding:0px 0px 0px 80px ; 
}

.Security5a {
	font: normal 12px/1.4em Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
	padding:0px 15px 0px 80px ; 
}




.Update1 {
	font: bold 24px Arial black;
	text-align: center;
	color: #FFFFFF;
}

.Update2 {
	font: bold 22px Arial black;
	color: #FFFF00;
	text-align: center;
}

.Update3 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	text-align: right;
	padding:0px 10px 0px 0px ; 
}

.Update4 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	text-align: left;
	padding:0px 0px 0px 10px ; 
}

.Update5 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF; 
	text-align: center;
	padding:0px 0px 0px 0px ; 
}

.Matrix1 {
	font: bold 20px Arial black;
	text-align: center;
	color: #FFFFFF;
}

.MyCenter {
	width:auto;
	max-width:1000px;
	border:2px solid #A17B30; 
}

#LimitWidth1 {
	position:relative;
	width:auto;
	height:800px;
}

#LimitWidth2 {
	position:relative;
	width:auto;
	height:370px;
}

#LimitWidth3 {
	position:relative;
	width:auto;
	height:820px;
}

#LimitWidth4 {
	position:relative;
	width:auto;
	height:4100px;
}

#LimitWidth5 {
	position:relative;
	width:auto;
	height:550px;
}

#LimitWidth6 {
	position:relative;
	width:auto;
	height:650px;
}

#LimitWidth7 {
	position:relative;
	width:auto;
	height:1900px;
}


#LimitWidthP {
	position:relative;
	width:auto;
	height:630px;
}

.LimitWidthWrapper {
        line-height:25px;
        margin: 0 auto;
        width:auto;
        max-width:1000px;
        font-size:14px;
}

.LimitWidthWrapper2 {
        line-height:25px;
        margin: 0 auto;
        width:auto;
        max-width:1100px;
        font-size:14px;
}

.LimitWidthWrapper3 {
        line-height:25px;
        margin: 0 auto;
        width:auto;
        max-width:1200px;
        font-size:14px;
}

.LimitWidthWrapper4 {
        line-height:25px;
        margin: 0 auto;
        width:auto;
        max-width:1250px;
        font-size:14px;
}

.LimitWidthWrapper5 {
        line-height:25px;
        margin: 0 auto;
        width:auto;
        max-width:450px;
        font-size:14px;
}




.contactform {
	font: bold 14px Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	border:3px solid #FF0000; 
	margin:2px 0; 
	padding:5px 2px 5px 5px ; 
	height:40px; 
	width:200px; 
	background:#000000;
	cursor: pointer ;
	box-shadow: 5px 5px 5px #888888;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.contactform1 {
	font: bold 14px Arial, Helvetica, sans-serif; 
	color: #333333; 
	border:2px solid #c7c7c7; 
	margin:2px 0; 
	padding:5px 2px 5px 5px ; 
	height:18px; 
	width:300px; 
	background:#fff;
}

.contactform1a {
	font: bold 14px Arial, Helvetica, sans-serif; 
	color: #333333; 
	border:2px solid #c7c7c7; 
	margin:2px 0; 
	padding:5px 2px 5px 5px ; 
	height:18px; 
	width:300px; 
	background:#fff;
	text-align: center;
}

select.contactform2 {
	font: bold 14px Arial, Helvetica, sans-serif; 
	color: #333333; 
	border:2px solid #c7c7c7; 
	margin: 3px 0 3px 0 ; 
	padding:5px 2px 5px 5px ; 
	height:33px; 
	width:300px; 
	background:#fff;
	border-radius:5px
}

.contactform4 {
	font: bold 14px Arial, Helvetica, sans-serif; 
	color: #FFFFFF; 
	text-align:center;
	border:4px solid #FF0000; 
	margin:2px 0; 
	padding:0px 2px 5px 5px ; 
	height:50px; 
	width:200px; 
	background:#000000;
	cursor: pointer ;
	box-shadow: 5px 5px 5px #888888;
}

textarea.contactform5 {
	font: normal 14px Arial, Helvetica, sans-serif; 
	color: #333333; 
	border:2px solid #c7c7c7; 
	margin:2px 0; 
	padding:5px 2px 5px 5px ; 
	height:100px; 
	width:300px; 
	background:#fff;
	border:2px solid #c7c7c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

textarea.contactform6 {
	font: bold 16px Arial, Helvetica, sans-serif; 
	color: #333333; 
	border:2px solid #c7c7c7; 
	margin:2px 0; 
	padding:10px 10px 10px 10px ; 
	height:475px; 
	width:430px; 
	background:#fff;
	border:2px solid #c7c7c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#treeview {
	margin: 0 auto ;
	padding: 0;
	width: 100%;
	align: center ;
}

#treeIcon {
	background: url('https://www.zpettags.com/images/treeIcon.png');
	height: 57px ;
	width: 51px ;
	border: 0px none ;
	cursor: pointer 
}



.headerB {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #999999 ;
	padding: 0;
	margin: 0 auto ;
	height: 54px ;
}

.header2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #999999 ;
	padding: 0;
	margin: 0 auto ;
	height: 80px ;
}

.header3 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #999999 ;
	padding: 0;
	margin: 0 auto ;
	height: 60px
}

.header4 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #999999 ;
	padding: 0;
	margin: 0 auto ;
	height: 190px
}

.header5 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #999999 ;
	padding: 0;
	margin: 0 auto ;
	height: 55px
}




.ZLGuestOf3 {
	font: normal 16px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #000000 ;
	text-align: center ;
	padding: 0 0 0 0 ;
}

.ZLGuestOf4 {
	font: normal 16px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #000000 ;
	text-align: right ;
	padding: 0 15px 0 0 ;
}

.ZLGuestOf5 {
	font: bold 16px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FF0000 ;
	text-align: center ;
	padding: 0 0 0 0 ;
}

.ZLTopButton1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	font-variant:small-caps;
	height:25px;
	line-height:25px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #b23e35;
}

.ZLTopButton1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}

.ZLTopButton1:active {
	position:relative;
	top:1px;
}

.ZLTopButton1a {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-right-radius:8px;
	-webkit-border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	border-bottom-left-radius:8px;
	text-indent:0;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	font-variant:small-caps;
	height:25px;
	line-height:25px;
	width:125px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #b23e35;
}

.ZLTopButton1a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}

.ZLTopButton1a:active {
	position:relative;
	top:1px;
}


.ZLTopButton2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #dddddd) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #dddddd 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
	background-color:#FFFFFF;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-left-radius:10px;
	text-indent:0;
	border:1px solid #dbbbbd;
	display:inline-block;
	color:#FF0000;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
	font-variant:small-caps;
	height:50px;
	line-height:50px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #dbbbbd;
}

.ZLTopButton2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dddddd), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #dddddd 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff');
	background-color:#dddddd;
}

.ZLTopButton2:active {
	position:relative;
	top:1px;
}

.ZLTopButton3 {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #eeeeee) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #eeeeee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	background-color:#FFFFFF;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	display:inline-block;
	color:#000000;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;;
	font-size:16px;
	font-weight:bold;
	font-style:normal;
	font-variant:small-caps;
	height:30px;
	line-height:30px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #dbbbbd;
}

.ZLTopButton3:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dddddd), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #dddddd 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#ffffff');
	background-color:#dddddd;
}

.ZLTopButton3:active {
	position:relative;
	top:1px;
}

.ZLlogo_Button1 {
	background:url('https://www.zpettags.com/images/Menu_Button.jpg') no-repeat top ;
	font: bold 14px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF ;
	text-align: center ;
	padding: 5px 39px 7px 40px ;
	width: 115px ;
	height: 28px ;
}

.ZLlogo_Button2 {
	background:url('https://www.zpettags.com/images/Menu_Button.jpg') no-repeat top ;
	font: bold 14px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF ;
	text-align: center ;
	padding: 5px 37px 7px 37px ;
	width: 115px ;
	height: 28px ;
}

.ZLlogo_Button2a {
	background:url('https://www.zpettags.com/images/Menu_Button.jpg') no-repeat top ;
	font: bold 14px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF ;
	text-align: center ;
	padding: 5px 30px 7px 30px ;
	width: 115px ;
	height: 28px ;
}

.ZLlogo_Button3 {
	background:url('https://www.zpettags.com/images/Menu_Button.jpg') no-repeat top ;
	font: bold 14px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF ;
	text-align: center ;
	padding: 5px 20px 7px 17px ;
	width: 115px ;
	height: 28px ;
}

.ZLlogo_Button4 {
	background:url('https://www.zpettags.com/images/Menu_Button.jpg') no-repeat top ;
	font: bold 14px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF ;
	text-align: center ;
	padding: 5px 57px 7px 57px ;
	width: 115px ;
	height: 28px ;
}

.ZLlogo_Button4a {
	background:url('https://www.zpettags.com/images/Menu_Button.jpg') no-repeat top ;
	font: bold 14px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF ;
	text-align: center ;
	padding: 5px 14px 7px 14px ;
	width: 115px ;
	height: 28px ;
}







.ZLlogo {
	float: left ;
	background:url('https://www.zpettags.com/images/ZLlogo.png') no-repeat top ;
	padding: 0 20% 0 0 ;
	width: 400px ;
	height: 90px ;
}

.ZLlogo2 {
	float: right ;
	padding: 0 10% 0 0 ;
	width: 200px ;
	height: 90px ;
}

.ZLlogo3 {
	background:url('https://www.zpettags.com/images/ZLlogo.png') no-repeat top ;
	padding: 0 0 0 0 ;
	width: 400px ;
	height: 90px ;
}


.ZLGuestOf {
	font: normal 16px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #000000 ;
	text-align: right ;
	padding: 0 10% 0 0 ;
}


.main2 {
	margin: 0 auto ;
	padding: 0;
	width: 1200px;
}

.main3 {
	margin: 0 auto ;
	padding: 0;
	width: 1250px;
}

.Content_3 {
	font: normal 26px "Century Gothic", Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding: 0 0 0 0px ;
	text-align: justify ;
}


.ZLsearch {
	background:url('https://www.zpettags.com/images/SearchBar.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 595px ;
	height: 90px ;
}

.ZLsearchS {
	background:url('https://www.zpettags.com/images/SearchBarS.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 469px ;
	height: 71px ;
}

.ZLsearchPhone {
	background:url('https://www.zpettags.com/images/PhoneSearchBar.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 450px ;
	height: 220px ;
}

.ZLsearch1 {
	padding: 0 0 25px 0 ;
}

.ZLPlan0 {
	background:url('https://www.zpettags.com/images/ZLplans_0a.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 312px ;
	height: 256px ;
}

.ZLPlan1 {
	background:url('https://www.zpettags.com/images/ZLplans_1a.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 312px ;
	height: 256px ;
}

.ZLPlan2 {
	background:url('https://www.zpettags.com/images/ZLplans_2a.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 312px ;
	height: 256px ;
}

.ZLPlan3 {
	background:url('https://www.zpettags.com/images/ZLplans_3a.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 312px ;
	height: 256px ;
}

.ZLPlan1b {
	background:url('https://www.zpettags.com/images/ZLPlans_1b.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 331px ;
	height: 429px ;
}

.ZLPlan2b {
	background:url('https://www.zpettags.com/images/ZLPlans_2b.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 331px ;
	height: 429px ;
}

.ZLPlan3b {
	background:url('https://www.zpettags.com/images/ZLPlans_3b.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 331px ;
	height: 429px ;
}

.ZLPlan1c {
	background:url('https://www.zpettags.com/images/ZLPlans_1c.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 317px ;
	height: 447px ;
}

.ZLPlan2c {
	background:url('https://www.zpettags.com/images/ZLPlans_2c.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 317px ;
	height: 447px ;
}

.ZLPlan3c {
	background:url('https://www.zpettags.com/images/ZLPlans_3c.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 317px ;
	height: 447px ;
}



.ZLPlan1e {
	background:url('https://www.zpettags.com/images/ZLPlans_1e.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 317px ;
	height: 191px ;
}

.ZLPlan2e {
	background:url('https://www.zpettags.com/images/ZLPlans_2e.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 317px ;
	height: 191px ;
}

.ZLPlan3e {
	background:url('https://www.zpettags.com/images/ZLPlans_3e.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 317px ;
	height: 191px ;
}

.ZLPlan4e {
	background:url('https://www.zpettags.com/images/ZLPlans_4e.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 317px ;
	height: 191px ;
}

.ZLPlan5e {
	background:url('https://www.zpettags.com/images/ZLPlans_5e.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 317px ;
	height: 191px ;
}

.ZLPlan6e {
	background:url('https://www.zpettags.com/images/ZLPlans_6e.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 317px ;
	height: 191px ;
}


.ZLPlan1f {
	background:url('https://www.zpettags.com/images/ZLPlans_1f.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 317px ;
	height: 385px ;
}

.ZLPlan2f {
	background:url('https://www.zpettags.com/images/ZLPlans_2f.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 317px ;
	height: 385px ;
}

.ZLPlan3f {
	background:url('https://www.zpettags.com/images/ZLPlans_3f.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 317px ;
	height: 385px ;
}

.ZLPlan4f {
	background:url('https://www.zpettags.com/images/ZLPlans_4f.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 984px ;
	height: 116px ;
}

.ZLPlan1g {
	background:url('https://www.zpettags.com/images/ZLPlans_1g.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 317px ;
	height: 474px ;
}

.ZLPlan3g {
	background:url('https://www.zpettags.com/images/ZLPlans_3g.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 317px ;
	height: 474px ;
}

.ZLPlan5g {
	background:url('https://www.zpettags.com/images/ZLPlans_5g.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 350px ;
	height: 191px ;
}




.ZLPlan4h {
	background:url('https://www.zpettags.com/images/ZLPlans_4h.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 317px ;
	height: 250px ;
}

.ZLPlan5h {
	background:url('https://www.zpettags.com/images/ZLPlans_5h.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 317px ;
	height: 250px ;
}

.ZLPlan6h {
	background:url('https://www.zpettags.com/images/ZLPlans_6h.png') no-repeat ;
	padding: 0 0 0 0 ;
	width: 317px ;
	height: 250px ;
}

.userTicker {
	font: normal 16px "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0 auto ;
	padding: 5px 0 5px 0 ;
	text-align: center ;
}

#zticker {
	background: #EEE;
}

#userTicker ul { width: 100%; }


#slider_content1, #slider_content2, #slider_content3, #slider_content4, #slider_content5
{
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        width:350px;
        position:absolute;
        top:15%;
        left:5%;
        display:none;
        z-index:11;
}

#slider_content1 h3, #slider_content2 h3, #slider_content3 h3, #slider_content4 h3, #slider_content5 h3
{
        color:#EBE8DE;
        font-size:22px;
        font-weight:bold;
        margin-bottom:10px;
        background-color:#333333;
        padding:10px 15px;
        border-radius: 15px 0 15px 0;
        display:inline-block;
}

#slider_content1
{
        display:block;
}

#slider_content1 p, #slider_content2 p, #slider_content3 p, #slider_content4 p, #slider_content5 p
{
        margin:0 0 30px 0;
        color:#4a463b;
        background-color:#EBE8DE;
        padding:10px 15px;
        border-radius: 5px;
}


/* BUTTONS */

.button
{
        border: 1px solid #c3532e;
        background-image: linear-gradient(bottom, #E56038 0%, #ff8c66 100%);
        background-image: url('linear-gradient(to%20bottom,%20#ff8c66 0%, #E56038 100%');
        background-color: #000000;
        color: #EBE8DE;
        text-shadow: 1px 1px 0px #ff8155;
        text-decoration:none;
        border-radius:5px;
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3); padding-left:14px; padding-right:14px; padding-top:7px; padding-bottom:7px
}

.button:hover
{
        background:none #EBE8DE;
        border-color: #EBE8DE;
        text-shadow:none;
        color: #4A463B;
}




/* PHONE FOOTER */


#footer2
{
        position:relative;
        clear:both;
        width:auto;
        height:350px;
        background:#000000;
}

#footer2 .wrapper
{
        line-height:25px;
        margin: 0 auto;
        padding-top:20px;
        width:auto;
        width:250px;
        font-size:14px;
}

#footer2 .wrapper .column
{
        font-family: 'Open Sans', sans-serif;
        color:#ababab;
        text-align:center;
        width:250px;
}

#footer2 .wrapper .column.midlist ul li
{
        display:block;
        width:auto;
        margin-bottom:10px;
        border-bottom: 1px solid #444444;
        background:url('../images/arrowright2.png') no-repeat left 6px; padding-left:25px; padding-right:0; padding-top:0; padding-bottom:10px
}

#footer2 .wrapper .column.midlist ul li a:hover
{
        color:#fff;
}

#copyright2
{
        background: #1D1D1D;
        height:90px;
        position:absolute;
        bottom:0;
        left:0px;
        width:100%;
}
#copyright2 .wrapper
{
        font-family: 'Open Sans', sans-serif;
        padding-top:10px;
        color: #5e5e5e;
        font-size:14px;
        position:relative;
        left:0px;
        text-align:center;
}


/* FOOTER */

#footer1
{
        position:relative;
        clear:both;
        width:auto;
        height:135px;
        background:#000000;
}

#footer1 .wrapper
{
        line-height:25px;
        margin: 0 auto;
        padding-top:20px;
        width:auto;
        max-width:900px;
        font-size:14px;
}

#footer1 .wrapper .column
{
        font-family: 'Open Sans', sans-serif;
        color:#ababab;
        float:left;
        width:280px;
        margin-right:20px;
}

#footer1 .wrapper .column.midlist ul li
{
        display:block;
        width:auto;
        margin-bottom:10px;
        border-bottom: 1px solid #444444;
        background:url('../images/arrowright2.png') no-repeat left 6px;; padding-left:25px; padding-right:0; padding-top:0; padding-bottom:10px
}

#footer1 .wrapper .column.midlist ul li a:hover
{
        color:#fff;
}

#footer1 .wrapper .column.rightlist ul li
{
        display:block;
        width:auto;
        margin-bottom:15px;
}

#footer1 .wrapper .column.rightlist ul li a span
{
        margin-left:95px;
        display:block;
}

#footer1 .wrapper .column.rightlist ul li a img
{
        transition: border .25s ease;
        float:left;
        border:3px solid #444444;
}

#footer1 .wrapper .column.rightlist ul li a img:hover
{
        border-color: #5e5e5e;
}

#footer1 .wrapper .column h4
{
        font-size: 16px;
        color: #fff;
        border-bottom: 1px solid #444444;
        padding: 0 0 10px 0;
        margin-bottom: 10px;
}

#copyright1
{
        background: #1D1D1D;
        height:50px;
        position:absolute;
        bottom:0;
        left:0px;
        width:100%;
}
#copyright1 .wrapper
{
        font-family: 'Open Sans', sans-serif;
        padding-top:10px;
        color: #5e5e5e;
        font-size:14px;
        position:relative;
        left:0px;
}












footer
{
        position:relative;
        clear:both;
        width:auto;
        height:215px;
        background:#000000;
}

footer .wrapper
{
        line-height:25px;
        margin: 0 auto;
        padding-top:30px;
        width:auto;
        max-width:900px;
        font-size:14px;
}

footer .wrapper .column
{
        font-family: 'Open Sans', sans-serif;
        color:#ababab;
        float:left;
        width:280px;
        margin-right:20px;
}

footer .wrapper .column.midlist ul li
{
        display:block;
        width:auto;
        margin-bottom:10px;
        border-bottom: 1px solid #444444;
        background:url('../images/arrowright2.png') no-repeat left 6px;; padding-left:25px; padding-right:0; padding-top:0; padding-bottom:10px
}

footer .wrapper .column.midlist ul li a:hover
{
        color:#fff;
}

footer .wrapper .column.rightlist ul li
{
        display:block;
        width:auto;
        margin-bottom:15px;
}

footer .wrapper .column.rightlist ul li a span
{
        margin-left:95px;
        display:block;
}

footer .wrapper .column.rightlist ul li a img
{
        transition: border .25s ease;
        float:left;
        border:3px solid #444444;
}

footer .wrapper .column.rightlist ul li a img:hover
{
        border-color: #5e5e5e;
}

footer .wrapper .column h4
{
        font-size: 16px;
        color: #fff;
        border-bottom: 1px solid #444444;
        padding: 0 0 10px 0;
        margin-bottom: 10px;
}

#copyright
{
        background: #1D1D1D;
        height:70px;
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
}
#copyright .wrapper
{
        font-family: 'Open Sans', sans-serif;
        padding-top:25px;
        color: #5e5e5e;
        font-size:14px;
        position:relative;
}
#copyright .wrapper .social
{
        position:absolute;
        right:0;
        top:25px;
}
#copyright .wrapper .social a
{
        transition: opacity .25s ease;
        opacity: 0.3;
        margin-left: 12px;
        display:block;
        float:left;
}
#copyright .wrapper .social a:hover
{
        opacity: 0.7;
}
#copyright .wrapper a
{
        color: #ABABAB;
}

#copyright .wrapper a:hover
{
        color: #fff;
}



/* SLIDESHOW */
/* Prevent the slideshow from flashing on load */
.slidesjs-container
{
        border-top: 1px #d6d0c1 solid;
}
#slides
{
  display: none
}

/* Center the slideshow */
.container
{
        width:auto;
        margin: 0 auto;
        position:relative;
}

/* Show active item in the pagination */
.slidesjs-pagination .active
{
  color:red;
}

#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p .responsive_button, #slider_content4 p .responsive_button, #slider_content5 p  .responsive_button
{
        display:none;
        color:#000;
}


/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media (max-width: 1215px)
{
        #slider_content1, #slider_content2, #slider_content3, #slider_content4, #slider_content5
        {
                width:auto;
                margin-right:50px;
        }
        #slider_content1 h2, #slider_content2 h2, #slider_content3 h2, #slider_content4 h2, #slider_content5 h2
        {
                font-size:18px;
        }
        #slider_content1 p, #slider_content2 p, #slider_content3 p, #slider_content4 p, #slider_content5 p
        {
                font-size:14px;
        }
        #slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p .responsive_button, #slider_content4 p .responsive_button, #slider_content5 p .responsive_button
        {
                display:inline;
        }
        .container .button
        {
                display:none;
        }
}



/* SKIPLINK */
.go-top {
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        padding: 1em;
        display: none;
}

.go-top:hover {
        background-color: rgba(0, 0, 0, 0.6);
}

/* MISC */
.clear {
	clear:both;
}

.hidden {
	position:absolute;
	clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
	clip: rect(1px, 1px, 1px, 1px);
}
/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media (max-width: 915px)
{
        footer .wrapper .column
        {
                font-size: 12px;
                width: 230px;
        }
}

@media (max-width: 765px)
{
        footer
        {
                padding-bottom:70px;
                height: auto;
        }
        footer .wrapper
        {
                width: 350px;
                margin: 0 auto;
        }
        footer .wrapper .column
        {
                margin-top:30px;
                float:none;
                font-size: 14px;
                width: auto;
        }
        footer .wrapper .social
        {
                display:none;
        }
}

@media (max-width: 500px)
{
        footer .wrapper
        {
                width:auto;
        }
        footer .wrapper .column
        {
                margin: 0 auto 15px auto;
                max-width:300px;
        }
}

/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}