@import url(photoswipe.css);
@import url(default-skin/default-skin.css);
body{
	font-family: "Roboto", Arial, sans-serif;
	line-height: 1.8;
	font-size: 16px;
	background: #fff;
	color: #848484;
	font-weight: 300;
	overflow-x: hidden;
}
body.offcanvas{
	overflow: hidden;
}
a{
	color: #0977ff;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover{
	text-decoration: none !important;
	color: #4CB648 !important;
}
p, ul, ol{
	/*margin-bottom: 1.5em;*/
	font-size: 16px;
	color: #848484;
	font-family: "Roboto", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	color: #212121;
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 400;
	margin: 0 0 30px 0;
}
figure{
	margin-bottom: 2em;
}
::-webkit-selection{
	color: #fcfcfc;
	background: #4CB648;
}
::-moz-selection{
	color: #fcfcfc;
	background: #4CB648;
}
::selection{
	color: #fcfcfc;
	background: #4CB648;
}
.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn{
	text-transform: uppercase;
	letter-spacing: 2px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn.btn-primary{
	background: transparent;
	color: #fff;
	border: 2px solid #fff !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus{
	box-shadow: none;
	background: #0977ff;
	border-color: #0977ff !important;
	color: #fff !important;
}
.btn:hover, .btn:active, .btn:focus{
	background: #393e46;
	color: #fff !important;
	outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active{
	border-color: transparent;
}
ul.breadcrumb{
	font-size: 14px;
	padding-left: 0;
	background: transparent;
	margin: 0;
}
.js .animate-box{
	opacity: 0;
}
#wrapper{
	overflow-x: hidden;
	position: relative;
}
.offcanvas{
	overflow: hidden;
}
.offcanvas #wrapper{
	overflow: hidden !important;
}
.offcanvas #page{
	-moz-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	transform: translateX(-240px);
}
#page{
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#header{
	position: relative;
	margin-bottom: 0;
	z-index: 1000;
}
#header-section{
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.nav-header{
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
	float: left;
	width: 100%;
}
#logo{
	z-index: 2;
	float: left;
	width: 280px;
	margin-bottom: 0;
	margin-top: 0;
}
#logo a{
	position: relative;
}
@media screen and (max-width: 768px){
	#logo{
		width: 250px;
		float: none;
		text-align: center;
	}
	.container{
		width: 85%;
	}
}
@media screen and (max-width: 480px){
	#logo{
		margin: 0 auto;
		margin-top: 15%;
	}
	.header-page #logo{
		margin-top: 0;
	}
	.container{
		width: 95%;
	}
	.payment li{
		width: 20%;
	}
	.image-left,.image-right{
		margin-right: 0;
		margin-left: 0;
	}
}
#menu-wrap{
	position: relative;
	z-index: 2;
	display: block;
	float: right;
}
@media screen and (max-width: 768px){
	#menu-wrap {
		display: none;
	}
}

#offcanvas-menu{
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 99;
	background: #222;
	right: -240px;
	width: 240px;
	padding: 20px;
	overflow-y: scroll !important;
}
#offcanvas-menu ul{
	padding: 0;
	margin: 0;
}
#offcanvas-menu ul li{
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
}
#offcanvas-menu ul li a{
	font-size: 18px;
	color: rgba(255, 255, 255, 0.4);
}
#offcanvas-menu ul li a:hover{
	color: #4CB648;
}
#offcanvas-menu ul li > .sub-menu{
	margin-top: 9px;
	padding-left: 20px;
}
#offcanvas-menu ul li.active > a{
	color: #4CB648;
}
#offcanvas-menu ul .sub-menu{
	display: block !important;
}
.nav-toggle{
	cursor: pointer;
	text-decoration: none;
}
.nav-toggle.active i::before, .nav-toggle.active i::after{
	background: #fff;
}
.nav-toggle.dark.active i::before, .nav-toggle.dark.active i::after{
	background: #fff;
}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active{
	outline: none;
	border-bottom: none !important;
}
.nav-toggle i{
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 30px;
	height: 2px;
	color: #fff;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #fff;
	transition: all .2s ease-out;
}
.nav-toggle i::before, .nav-toggle i::after{
	content: '';
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.nav-toggle.dark i{
	position: relative;
	color: #000;
	background: #000;
	transition: all .2s ease-out;
}
.nav-toggle.dark i::before, .nav-toggle.dark i::after{
	background: #000;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.nav-toggle i::before{
	top: -7px;
}
.nav-toggle i::after{
	bottom: -7px;
}
.nav-toggle:hover i::before{
	top: -10px;
}
.nav-toggle:hover i::after{
	bottom: -10px;
}
.nav-toggle.active i{
	background: transparent;
}
.nav-toggle.active i::before{
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.nav-toggle.active i::after{
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
.nav-toggle{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9999;
	display: block;
	margin: 0 auto;
	display: none;
	cursor: pointer;
}
@media screen and (max-width: 768px){
	.nav-toggle {
		display: block;
		top: -30px;
	}
}
#primary-menu > li > ul li.active > a{
	color: #0977ff !important;
}
#primary-menu > li > .sf-with-ul:after{
	border: none !important;
	font-family: 'Glyphicons Halflings';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: .7em;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	float: right;
	margin-right: -5px;
	top: 50%;
	margin-top: -5px;
	content: "\e114";
	color: rgba(255, 255, 255, 0.5);
}
#primary-menu > li > ul li{
	position: relative;
}
#primary-menu > li > ul li > .sf-with-ul:after{
	border: none !important;
	font-family: 'Glyphicons Halflings';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: .7em;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	float: right;
	margin-right: 10px;
	top: 20px;
	content: "\e080";
	color: rgba(0, 0, 0, 0.5);
}
#primary-menu .sub-menu{
	padding: 10px 7px 10px;
	background: #fff;
	left: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#primary-menu .sub-menu > li > .sub-menu{
	left: 100%;
}
#primary-menu .sub-menu:before{
	position: absolute;
	top: -9px;
	left: 20px;
	width: 0;
	height: 0;
	content: '';
}
#primary-menu .sub-menu:after{
	position: absolute;
	top: -8px;
	left: 30px;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	content: '';
}
#primary-menu .sub-menu .sub-menu:before{
	top: 6px;
	left: 100%;
}
#primary-menu .sub-menu .sub-menu:after{
	top: 7px;
	right: 100%;
	border: none !important;
}
#primary-menu .sub-menu a{
	letter-spacing: 0;
	padding: 0 15px;
	font-size: 18px;
	line-height: 34px;
	color: #575757 !important;
	text-transform: none;
	background: none;
}
#primary-menu .sub-menu a:hover{
	color: #0977ff !important;
}
.cover,
.main{
	position: relative;
	height: 700px;
}
#header-section.header-page{
	position: relative;
	background: url(../images/bg-about.jpg);
	background-position: center;
	background-size: cover;
}
@media screen and (max-width: 768px){
	.cover,
	.main{
		height: 600px;
	}
}
.overlay{
	position: absolute !important;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
}
.cover{
	background-image: url(../images/bg-3.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
}
.cover h1{
	color: #fff;
	font-size: 50px;
}
@media screen and (max-width: 768px){
	.cover{
		height: inherit;
		padding: 3em 0;
	}
	.cover h1{
		font-size: 35px;
	}
}
.cover .btn{
	padding: 1em 2em;
	opacity: .9;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
}
.cover .desc{
	top: 50%;
	position: absolute;
	width: 100%;
	z-index: 2;
	color: #fff;
}
@media screen and (max-width: 768px){
	.cover .desc{
		padding-left: 15px;
		padding-right: 15px;
	}
}
.cover .desc h2{
	color: #fff;
	font-size: 55px;
	font-weight: 300;
	margin-bottom: 10px;
	line-height: 60px;
	letter-spacing: 1px;
}
@media screen and (max-width: 768px){
	.cover .desc h2{
		font-size: 40px;
		line-height: 50px;
	}
}
.cover .desc span{
	display: block;
	margin-bottom: 25px;
	font-size: 24px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.8);
}
.cover .desc span i{
	color: #DA1212;
}
.cover .desc span a{
	color: rgba(255, 255, 255, 0.8);
}
.cover .desc span a:hover, .cover .desc span a:focus{
	color: #fff !important;
}
.cover .desc span a.site-name{
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.welcome, .goldfish, .contact{
	padding: 5em 0;
}
.title{
	color: #0977ff;
}
.goldfish{
	background: #252222;
}
.welcome{
	background: rgba(0, 0, 0, 0.04);
}
.welcome iframe{
	width: 100%;
	min-height: 400px;
	border: 0;
}
.welcome .title span{
	color: #333;
}
.goldfish .title span,.contact .title span{
	color: #fff;
}
.image-left,.image-right{
	margin: 10px;
	width: 350px;
	height: auto;
	border: 1px solid #b2d3fb;
}
.image-left{
	float: left;
	margin-left: 0;
}
.image-right{
	float: right;
	margin-right: 0;
}
.contact{
	background: #333;
	padding-bottom:2em;
}
.contact-left p {
    font-size: 14px;
    color:#fff;
    line-height: 2.2em;
}
.contact-left h2 {
    color: #0977ff;
    margin-bottom: 16px;
    font-size: 24px;
}
.contact-list {
    margin: 1em 0;
    padding: 0;
}
.contact-list li {
  display: block;
  margin: 0 0 1em 0;
  font-size: 15px;
  color: #fff;
}
.contact-list li a{
	text-decoration: none;
	color: #fff;
	transition:.5s all;
}
.contact-list li a:hover{
	color:#0cbbc8;
}
.contact-list li span{
	color:#0977ff;
	margin-right: 1em;
}
.contact-right form {
  text-align: right;
}
.contact-form-left p {
  font-size: 15px;
  color: #fff;
  line-height: 1.5em;
}
.contact-right input[type="text"],.contact-right input[type="email"] {
  border: 1px solid #fff;
  width: 100%;
  margin: 0 0 1.9em 0;
  outline: none;
  font-size: 13px;
  color: #5b5b5b;
  padding: 10px 12px;
  -webkit-appearance: none;
  background:none;
}

.contact-right textarea {
  border: 1px solid #fff;
  outline: none;
  font-size: 13px;
  color: #5b5b5b;
  padding: 10px 12px;
  width: 100%;
  resize: none;
  height: 180px;
  -webkit-appearance: none;
  background:none;
}
.contact-right input[type="submit"] {
    border:none;
    padding: 9px 0;
    width: 22%;
    margin-top: 0.8em;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    outline: none;
    background:transparent;
    border: 1px solid #fff;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
	-webkit-appearance: none;
}
.contact-right input[type="submit"]:hover{
    background:#0977ff;
    border: 1px solid #0977ff;
}
.payment{
	padding: 0;
	margin-top: 4em;
	text-align: justify;
}
ul.payment li{
	display: inline-block;
	list-style: none;
}
.payment:after{content:""; display: inline-block; width: 100%; height: 0;}
p.copy-right{
    margin: 0 auto;
    margin-top: 80px;
    color: #fff;
    font-size: 14px;
}
p.copy-right a{
    color: #fff;
	text-decoration:none;
}
p.copy-right a:hover{
	color:#D4AF37;
}
.icons-list{
	margin: 0;
	margin-top: 35px;
	padding: 0;
}
.icons-list li{
	list-style-type:none;
	margin:0 5px;
	display:inline-block;
	position:relative;
}
.icons-list li a.fb{
	background: url(../images/fb.png);
	background-size: cover;
	width:42px;
	height:42px;
	display:block;
}
.icons-list li a.ig{
	background: url(../images/ig.png);
	background-size: cover;
	width:42px;
	height:42px;
	display:block;
}
.icons-list li a.wa{
	background: url(../images/wa.png);
	background-size: cover;
	width:42px;
	height:42px;
	display:block;
}
.icons-list li a.tiktok{
	background: url(../images/tiktok.png);
	background-size: cover;
	width:42px;
	height:42px;
	display:block;
}
.icons-list li a.yt{
	background: url(../images/yt.png);
	background-size: cover;
	width:42px;
	height:42px;
	display:block;
}
/* pop-up text */
.footer-bottom a span {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0px;
    text-align: center;
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 2px;
    background: #D4AF37;
    visibility: hidden;
    opacity: 0;
    -o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.footer-bottom a.fb span, .footer-bottom a.ig span {
	left: -10px;
}

.footer-bottom a span:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #D4AF37;
    position: absolute;
    bottom: -4px;
    left: 27px;
}
.footer-bottom a.use2 span:before {
    left: 17px;	
}
.footer-bottom a.use3 span:before {
    left: 23px;	
}
.footer-bottom a.use4 span:before {
    left: 22px;	
}
.footer-bottom a:hover span {
    bottom: 48px;
    visibility: visible;
    opacity: 1;
}
.not-found{
	position: relative;
	height: 100vh;
}
.not-found img{
	position: relative;
	z-index: 2;
	margin: 0 auto;
	top: 15px;
	width: 300px;
}
.not-found .cover{
	height: 100%;
	background-image: url(../images/bg-not-found.jpg);
}

/* Photoswipe */
.gallery-group .gallery .item{
    padding-left: 7.5px;
    padding-right: 7.5px;
    overflow: hidden;
    margin-bottom: 15px;
    cursor: pointer;
    height: auto;
}
.gallery-group .gallery .item a img{
	padding: 6px;
	border: 1px solid #b2d3fb;
	border-radius: 3px;
	background: none;
}
.gallery-group .gallery .item a {
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: url("../images/icon-zoom.png"), pointer;
}
.gallery-group .gallery figure figcaption{
    position: absolute;
    width: calc(100% - 15px);
    color: #fff;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: rgba(18, 22, 25, 0.7);
    top: 0;
    height: 100%;
    opacity: 0;
    cursor: url("../images/icon-zoom.png"), pointer !important;
}
.gallery-group .gallery figure figcaption h4{
    color: #fff;
}
.gallery-group .gallery figure figcaption .photo-details{
    position: absolute;
    padding: 0 15px;
    bottom: 10px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
.gallery-group .gallery figure figcaption .photo-details p{
    display: none !important;
}
.gallery-group .gallery figure:hover .photo-details{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.gallery-group .gallery figure:hover figcaption{
    opacity: 1;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{
    cursor: url('../img/icon-zoom-out.png'), pointer;
}
.mfp-title{
    font-size: .75em;
    text-transform: uppercase;
    font-weight: 500;
}
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption{
    background: #121619;
}

.pswp__item{
    cursor: url('../images/icon-zoom-out.png'), pointer;
}

.pswp--zoom-allowed .pswp__img{
    cursor: url('../images/icon-zoom.png'), pointer;
}
.pswp__caption__center h4{
	color: #ccc;
}
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before{
    content: '';
    top: 35px;
    background-color: #121619;
    height: 30px;
    width: 32px;
    position: absolute;
}
/* Slider */
#flexisel {
	display: none;
}
#flexisel li .img-box{
	border: 2px solid #fff;
}
#flexisel li+li .img-box{
	border-right:0;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:26px;
	height:44px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
left: -2.7%;
top: 45% !important;
background: url(../images/themes.png) no-repeat 2px 0px;
}
.nbs-flexisel-nav-right {
right: -2.7%;
top: 45% !important;
background: url(../images/themes1.png) no-repeat -0px -0px;
}
/*--//flexisel--*/
.zoom .img-box {
  z-index: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.2s ease-in-out;
  -moz-transition: all 2.2s ease-in-out;
  -ms-transition: all 2.2s ease-in-out;
  -o-transition: all 2.2s ease-in-out;
  transition: all 2.2s ease-in-out;
}
.zoom:hover .img-box {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.zoom {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.img-box-content, .pets-info {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.img-box-content img, .pets-info img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.img-box-content {
  position: relative;
}
.pets-info {
  top: 0;
  left: 0;
  position: absolute;
}
.pets-info .pets-info-slid {
  display: block;
  position: relative;
  padding: 2%;
  left: 50%;
  top: 50%;
  position: relative;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

.strip_line {
  display: block;
  position: relative;
  height: 1px;
  width: 60%;
  margin: 10px auto;
  background: rgba(255, 255, 255, 0.5);
  clear: both;
}


.pets-effect {
  display: block;
  overflow: hidden;
  position: relative;

}
.pets-effect .pets-info {
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateZ(0) scale(2, 2);
  -moz-transform: translateZ(0) scale(2, 2);
  -ms-transform: translateZ(0) scale(2, 2);
  -o-transform: translateZ(0) scale(2, 2);
  transform: translateZ(0) scale(2, 2);
  color: #e6e6e6;
}
.pets-effect .pets-info * {
  z-index: 3;
}
.pets-effect .pets-info:after, .pets-effect .pets-info:before {
  content: "";
  display: block !important;
  position: absolute;
  visibility: visible !important;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: 0.6s ease-in-out;
  -moz-transition: 0.6s ease-in-out;
  -ms-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}
.pets-effect.ver_line .pets-info:before {
  -webkit-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateX(100%) rotateZ(180deg);
  transform: translateZ(0) translateX(100%) rotateZ(180deg);
}
.pets-effect.ver_line .pets-info:after {
  -webkit-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
  transform: translateZ(0) translateX(-100%) rotateZ(180deg);
}
.pets-effect.ver_line:hover .pets-info {
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-transform: translateZ(0) scale(1, 1);
  -ms-transform: translateZ(0) scale(1, 1);
  -o-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.pets-effect.ver_line:hover .pets-info:before {
  -webkit-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateX(50%) rotateZ(0deg);
  transform: translateZ(0) translateX(50%) rotateZ(0deg);
}
.pets-effect.ver_line:hover .pets-info:after {
  -webkit-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
  transform: translateZ(0) translateX(-50%) rotateZ(0deg);
}
.pets-effect.horizontal .pets-info:before {
  -webkit-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateY(100%) rotateZ(180deg);
  transform: translateZ(0) translateY(100%) rotateZ(180deg);
}
.pets-effect.horizontal .pets-info:after {
  -webkit-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  -moz-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  -ms-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  -o-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
  transform: translateZ(0) translateY(-100%) rotateZ(180deg);
}
.pets-effect.horizontal:hover .pets-info {
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translateZ(0) scale(1, 1);
  -moz-transform: translateZ(0) scale(1, 1);
  -ms-transform: translateZ(0) scale(1, 1);
  -o-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
}
.pets-effect.horizontal:hover .pets-info:before {
  -webkit-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateY(50%) rotateZ(0deg);
  transform: translateZ(0) translateY(50%) rotateZ(0deg);
}
.pets-effect.horizontal:hover .pets-info:after {
  -webkit-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  -moz-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  -ms-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  -o-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
  transform: translateZ(0) translateY(-50%) rotateZ(0deg);
}
.pets-info-slid h4{
	font-size:38px;
	color: #ddd;
}
.pets-info-slid p{
	line-height:2.2em;
	color:#fff;
	font-size:14px;
	width:90%;
	margin:0 auto;
}

/* Superfish Override Menu */
.sf-menu{
	margin: 0 !important;
	float: right;
}
.sf-menu ul{
	box-shadow: none;
	border: transparent;
	min-width: 8em;
	*width: 8em;
}
.sf-menu a{
	color: rgba(255, 255, 255, 0.5);
	padding: 0.75em 1em !important;
	font-weight: normal;
	border-left: none;
	border-top: none;
	border-top: none;
	text-decoration: none;
	zoom: 1;
	font-size: 18px;
	border-bottom: none !important;
	font-weight: 300;
}
.sf-menu a:hover, .sf-menu a:focus{
	color: #fff !important;
}
.sf-menu li.active a:hover, .sf-menu li.active a:focus{
	color: #fff;
}
.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover{
	background: transparent;
}
.sf-menu ul li a,
.sf-menu ul ul li a{
	text-transform: none;
	padding: 0.25em 1em !important;
	letter-spacing: 1px;
}
.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a{
	color: #fff;
}
.sf-menu ul li:hover,
.sf-menu ul li.sfHover{
	background: transparent;
}
.sf-menu ul li{
	background: transparent;
}
.sf-arrows .sf-with-ul{
	padding-right: 2.5em;
	*padding-right: 1em;
}
.sf-arrows .sf-with-ul:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #ccc;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after{
	border-top-color: #ccc;
}
.sf-arrows ul .sf-with-ul:after{
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #ccc;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after{
	border-left-color: #ccc;
}

/*# sourceMappingURL=style.css.map */