


::selection {
	color: #fff;
	background: #ff931c;
}

::-moz-selection {
	color: #fff;
	background: #ff931c;
}

html, body {
	height: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	color: #6d6d6d;
	font-smooth:always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.service-block {
	margin-bottom: 80px;
	overflow:hidden;
}

body.contentpage, body.home.blog {
	padding-top: 80px;
}

/** HEADING **/

.centered h3.border, h3.border {
	color: #585858;
	font-size: 28px;
	text-transform: none;
	background: url("../images/heading-bg.png") 50% 50% repeat-x;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.centered h3.border.alignleft {
	margin: 30px 0;
	width: auto;
	text-align: left;
}

.centered h3.alignleft span {
	padding: 0 25px 0 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Cabin', sans-serif;
	margin: 0 0 30px 0;
}

h3 span {
	background: #fff;
	display: inline-block;
	height: 100%;
	padding: 0 25px;
}

p {
	margin-bottom: 30px;
}

a {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	color: #ff931c;
}

a:hover {
	text-decoration: none;
	color: #585858;
}

img {
	max-width: 100%;
	height: auto;
}

*:focus {
	outline: none;
}

body input:focus, body textarea:focus {
	border: 1px solid #ccc !important;
	border-bottom: 3px solid #ccc !important;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

/**  NAVIGATION  **/

.home .navbar, .contentpage .navbar {
	min-height: 80px;
	margin: 0;
	border: none;
	background: url(../images/bkg-header-top.png);
	/*background:none*/
}

.navbar h1 {
	font-family: 'Lato', sans-serif;
	text-transform: none;
	font-weight: 300;
	margin-top: 10px;
}

.navbar a.navbar-brand {
	color: #fff;
	padding: 0;
	height: auto;
	font-size: 40px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.navbar a.navbar-brand:hover {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
	color: #f6f6f6;
}

.navbar a.navbar-brand span {
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 13px;
}

.navbar a.navbar-brand IMG{
	height:90px;
}

.nav li a {
	font-family: 'Cabin', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	
	-webkit-animation: Navbar 1.5s normal; /* Safari 4+ */
	-moz-animation:    Navbar 1.5s normal; /* Fx 5+ */
	-o-animation:      Navbar 1.5s normal; /* Opera 12+ */
	animation:         Navbar 1.5s normal; /* IE 10+ */
}

.navbar-default .navbar-nav li a {
	color: #fff;
	/*color:#333;*/
}

.nav li a {
    color: #585858;
    font-weight: 700;
    text-shadow: none;
	overflow: hidden;
	padding: 0 12px;
	height: 1.5em;
}

.nav li a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.nav li a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.nav li a:hover span, .nav li a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-collapse.collapse ul.nav li.current-menu-item a {
	color: #ff931c;
	background: none;
}

.navbar-nav {
	float: right;
	margin-top: 30px;
}

.nav .btn {
	margin-top: -7px;
	border: 2px solid #fff;
	background: transparent;
	font-family: 'Cabin', sans-serif;
	font-weight: 500;
	color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.nav .btn:hover {
	background: rgba(255, 255, 255, .3);
}

.navbar-nav li .dropdown-menu {
	border-color: #e5e5e5;
	box-shadow: 0 2px 2px rgba(50, 50, 50, .1);
}

.navbar-default .navbar-nav .open a, .navbar-default .navbar-nav .open a:hover, .navbar-default .navbar-nav .open a:focus {
	background: none;
	color: #ff931c;
}

.nav .dropdown-menu li {
	padding: 5px 0;
}

.nav .dropdown-menu li a {
	padding: 0 20px !important;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	color: #ff931c;
}

.admin-bar .affix, .admin-bar .affix-top {
	top: 0; /*  30px */
}

.contentpage .affix .nav .dropdown-menu .active a, .contentpage .dropdown-menu .active a:hover, .contentpage .dropdown-menu .active a:focus {
	color: #fff;
	background-color: #ff931c;
}

.navbar-default .navbar-toggle {
	border: 2px solid #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #ff931c;
}

.affix.navbar-default .navbar-toggle {
	border: 2px solid #ff931c;
}

.affix.navbar-default .navbar-toggle .icon-bar {
	background-color: #ff931c;
}

.affix.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #fff;
}

.affix.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #ff931c;
}

ul.sub-menu {
	display: none;
}

.navbar-nav {
	max-width: 1170px;
}

/** NAV ON SCROLL  **/

.home .affix-top, .contentpage .affix-top {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.home .affix, .contentpage .affix {
	/*
	background: rgba(255, 255, 255, .95);
	border-bottom: 1px solid #e5e5e5;
	*/
	background: url(../images/bkg-header.png);
	
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.home .affix  h1 a.navbar-brand, .contentpage .affix  h1 a.navbar-brand {
	color: #6d6d6d;
}

.home .affix  h1 a.navbar-brand:hover, .contentpage .affix  h1 a.navbar-brand:hover {
	color: #ff931c;
}

.home .affix  h1 a.navbar-brand span, .contentpage .affix  h1 a.navbar-brand span {
	color: #adadad;
}

.home .affix h1 a {
	background: url(https://chasseurandco.fr/wp-content/uploads/2015/02/logo-blanc.png);
}

.home .affix h1 img {
	visibility: hidden;
}

.home .affix .btn, .contentpage .affix .btn {
	color: #ff931c;
	border: 2px solid #ff931c;
}

.home .affix .nav li a, .contentpage .affix .nav li a:before, .contentpage .affix .nav li a, .contentpage .affix .nav li a:before {
	/*color: #6d6d6d;*/
	padding-bottom: 50px;
}

.home .affix .nav li a:hover, .contentpage.affix .nav li.active a, .contentpage .affix .nav li a:hover, .contentpage .affix .nav li.active a {
	color: #ff931c;
}

.navbar h1 a.navbar-brand span {
	display: block;
	letter-spacing: 0px;
	margin: 10px 0 0 4px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}


/**  Slider  **/

.carousel-control.right, .carousel-control.left {
	background-image: none;
}

.carousel-indicators li, .carousel-indicators li.active {
	width: 15px;
	height: 15px;
	border: none;
	margin: 0;
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.carousel-indicators li {
	background: rgba(255, 255, 255, .3);
}

.carousel-indicators li:hover {
	background: #fff;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	text-shadow: none;
	background: rgba(255, 255, 255, .3);
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-animation: NextBtn 1.5s infinite; /* Safari 4+ */
	-moz-animation:    NextBtn 1.5s infinite; /* Fx 5+ */
	-o-animation:      NextBtn 1.5s infinite; /* Opera 12+ */
	animation:         NextBtn 1.5s infinite; /* IE 10+ */
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	text-shadow: none;
	background: rgba(255, 255, 255, .3);
	padding: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-animation: PrevBtn 1.5s infinite; /* Safari 4+ */
	-moz-animation:    PrevBtn 1.5s infinite; /* Fx 5+ */
	-o-animation:      PrevBtn 1.5s infinite; /* Opera 12+ */
	animation:         PrevBtn 1.5s infinite; /* IE 10+ */
}

.btn:hover {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
}

/** COLUMNS  **/

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

.alignright {
	text-align: right;
}

.columns-shortcode {
	margin: 15px 0;
}

.columns-shortcode h1, .columns-shortcode h2, .columns-shortcode h3, .columns-shortcode h4, .columns-shortcode h5, .columns-shortcode h6, .columns-shortcode p {
	margin-bottom: 15px;
}

.col3 {
	margin: 70px 0 0 0;
	text-align: center;
}

.col3 .roundal, .centered .roundal {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 0 auto 30px auto;
	overflow: hidden;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	position: relative;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	background-color: #ff931c !important;
	vertical-align: middle;
}

.col3 .roundal img, .centered .roundal img {
	margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.col3 .roundal:hover, .centered .roundal:hover {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	background-color: #585858 !important;
}

.col3 .roundal#kennel {
	background: url("../images/services-kennel.png") 50% 50% no-repeat;
}

.col3 .roundal#grooming {
	background: url("../images/services-grooming.png") 50% 50% no-repeat;
}

.col3 .roundal#adoption {
	background: url("../images/services-adoption.png") 50% 50% no-repeat;
}

.col3 .roundal#walking {
	background: url("../images/services-walking.png") 50% 50% no-repeat;
}

.col3 .roundal#advice {
	background: url("../images/services-advice.png") 50% 50% no-repeat;
}

.col3 .roundal#play {
	background: url("../images/services-play.png") 50% 50% no-repeat;
}

.col3 h3 {
	font-weight: 700;
	font-size: 14px;
	color: #585858;
}

.btn {
	background: transparent;
	font-family: 'Cabin', sans-serif;
	font-weight: 500;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-transform: uppercase;
	font-size: 12px;
	padding: 8px 12px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.btn.btn-green {
	color: #ff931c;
	border: 2px solid #ff931c;
	letter-spacing: 3px;
}

.btn.btn-green:hover {
	color: #585858;
	border-color: #585858;
}

.contentpage .content-wrap {
	margin-bottom: 80px;
}

.centered {
	margin-top: 70px;
	text-align: center;
}

.centered p:last-child {
	margin-bottom: 0;
}

/** FULL WIDTH CAROUSEL  **/

#c-carousel {
	position: relative;
	min-height: 345px;
	padding: 0;
	margin: 50px 0 0 0;
}

#wrapper {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

#carousel div {
	text-align: center;
	width: 374px;
	padding: 0;
	margin: 0 1px 0 0;
	float: left;
	position: relative;
	overflow: hidden;
	background: #ff931c;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

#carousel div:hover img {
	-khtml-opacity:.20; 
	-moz-opacity:.20; 
	-ms-filter:"alpha(opacity=20)";
	filter:alpha(opacity=20);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.2);
	opacity:.20; 
	-webkit-transform: scale(1.3) rotate(7deg);
	-moz-transform: scale(1.3) rotate(7deg);
	transform: scale(1.3) rotate(7deg);
}

#carousel div img {
	border: none;
	width: 100%;
	min-height: 276px;
	display: block;
	height: auto;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

#carousel div a {
	display: block;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}

#carousel div a::before {
	bottom: -20px;
	position: absolute;
	width: 100%;
	display: block;
	text-align: center;
	opacity: 1;
	z-index: 500;
	content: attr(data-hover);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

#carousel div a:hover:before, #carousel div a:focus {
	bottom: 35%;
}

#carousel div:before {
	width: 100%;
	height: 38px;
	top: -38px;
	background: url("../images/view.png")  50% 50% no-repeat;
	margin-left: -17px;
	content: "";
	position: absolute;
	display: block;
	opacity: 1;
	z-index: 500;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

#carousel div:hover:before, #carousel div:focus {
	top: 35%;
}

#c-carousel .pager {
	text-align: center;
	margin: 45px auto 0 auto;
}

#c-carousel .pager a {
	width: 15px;
	height: 15px;
	border: none;
	margin: 0 2px;
	display: inline-block;
	text-indent: -9999px;
	text-transform: capitalize;
	background: #cdcfd0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

#c-carousel .pager a.selected, #c-carousel .pager a:hover {
	background: #ff931c;	
}


/** REHOME BLOCK  **/

.rehome {
	background: #f6f6f6;
	border-top: 1px solid #edeaea;
	margin: 70px 0 0 0;
}

.rehome h4 {
	text-transform: none;
	font-size: 28px;
	color: #585858;
}

.rehome h4 a {
	color: #ff931c;
}

.rehome h4 a:hover {
	color: #585858;
}

.rehome .centered {
	margin-bottom: 70px;
}


/**  STAFF BLOCK  **/

.staff {
	background: #363b3f url("../images/staff-bg.png") 0 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 70px 0;
	overflow: hidden;
	min-height: 450px;
	margin: 70px 0;
}

.staff .member {
	position: relative;
	-webkit-animation: FadeIn 1.5s normal; /* Safari 4+ */
	-moz-animation:    FadeIn 1.5s normal; /* Fx 5+ */
	-o-animation:      FadeIn 1.5s normal; /* Opera 12+ */
	animation:         FadeIn 1.5s normal; /* IE 10+ */
}

.staff .member div {
	background: #fff;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	left: 0 !important;
	padding-bottom: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.staff .member div span {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	display: block;
	height: 129.5px;
	width: 129.5px;
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -64px;
	border: 3px solid #fff;
	background: #ff931c;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.staff .member div span:hover img {
	-khtml-opacity:.20; 
	-moz-opacity:.20; 
	-ms-filter:"alpha(opacity=20)";
	filter:alpha(opacity=20);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.2);
	opacity:.20;
}

.staff .member div span img {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.staff .member div span a {
	display: block;
	height: 35px;
	width: 35px;
	z-index: 100;
}

.staff .member div span a:hover {
	-webkit-transform: rotate(360deg);
}

.staff .member div span a.facebook {
	background: url("../images/profile-facebook.png") no-repeat;
	position: absolute;
	top: 50%;
	left: -35%;
	margin-top: -17px;
}

.staff .member div span:hover a.facebook {
	left: 15%;
}

.staff .member div span a.twitter {
	background: url("../images/profile-twitter.png") no-repeat;
	position: absolute;
	top: 50%;
	right: -35%;
	margin-top: -17px;
}

.staff .member div span:hover a.twitter {
	right: 15%;
}

.staff .member div p {
	margin: 0 20px;
}

.staff .member div h4 {
	font-size: 14px;
	font-weight: 700;
	background: #f6f6f6;
	display: block;
	margin-bottom: 20px;
	padding: 85px 0 20px 0;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

/**  PRICING BLOCK  **/

.prices {
	background: #363b3f url("../images/prices-bg.png") 0 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 70px 0;
	overflow: hidden;
	min-height: 450px;
	margin: 70px 0;
}

.prices.services {
	margin-bottom: 0;
}

.prices .costs {
	position: relative;
	-webkit-animation: FadeIn 1.5s normal; /* Safari 4+ */
	-moz-animation:    FadeIn 1.5s normal; /* Fx 5+ */
	-o-animation:      FadeIn 1.5s normal; /* Opera 12+ */
	animation:         FadeIn 1.5s normal; /* IE 10+ */
}

.prices .costs div {
	background: #fff;
	position: relative;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	left: 0 !important;
	padding-bottom: 20px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.prices .costs div img {
	position: absolute;
	top: 10px;
	margin-left: -25px;
	left: 50%;
}

.prices .costs div h4 {
	font-size: 14px;
	font-weight: 700;
	background: #f6f6f6;
	display: block;
	margin-bottom: 20px;
	padding: 85px 0 20px 0;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

.prices .costs div p {
	margin: 0 20px 10px 20px;
}

.prices .costs div p.per-night {
	color: #ff931c;
	font-weight: 700;
}

.prices .costs div form {
	margin: 20px 20px 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.prices .costs div button {
	width: 100%;
}

/**  SERVICES  **/

.services-single {
	margin-top: 70px;
}

.adoption-single {
	margin-top: 50px;
}

.services-single h2, .adoption-single h2 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	text-transform: none;	
}

.social-share {
	overflow: hidden;
	padding: 15px;
	margin-top: 25px;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.social-share p {
	float: left;
	margin: 0;
}

.social-share .twitter-share-button {
	margin-left: 30px;
}

.social-share .pinterest-button {
	margin-left: 20px;
}

.social-share .pinterest-button img {
	margin-top: -10px;
}

/**  TESTIMONIALS BLOCK  **/

.testimonials {
	background: #363b3f url() 0 0 no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.testimonials .centered {
	margin: 0;
}

.testimonials p {
	font-size: 22px;
	color: #fff;
	margin: 0;
}

#home_testimonial {
	padding: 50px 0 120px;
}

#home_testimonial .carousel-indicators {
	bottom: 50px;
}

#home_testimonial .item p {
	position: relative;
	-webkit-animation: Testimonials 1.5s normal; /* Safari 4+ */
	-moz-animation:    Testimonials 1.5s normal; /* Fx 5+ */
	-o-animation:      Testimonials 1.5s normal; /* Opera 12+ */
	animation:         Testimonials 1.5s normal; /* IE 10+ */
}


/**  ADOPTION BLOCK  **/

.contentpage #c-carousel {
	margin: 50px 0 68px 0;
}

.adoption {
	margin-top: 20px;
	margin-bottom: 80px;
}

.adoption > div {
	margin-top: 30px;
	overflow: hidden;
}

.adoption div a, .adoption div a img {
	background: #ff931c;
	display: block;
	overflow: hidden;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
}

.adoption div a:before {
	width: 100%;
	height: 38px;
	top: -38px;
	background: url("../images/view.png")  50% 50% no-repeat;
	margin-left: -17px;
	content: "";
	position: absolute;
	display: block;
	opacity: 1;
	z-index: 500;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.adoption div:hover a:before {
	top: 35%;
}

.adoption div:hover img {
	-khtml-opacity:.20; 
	-moz-opacity:.20; 
	-ms-filter:"alpha(opacity=20)";
	filter:alpha(opacity=20);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.2);
	opacity:.20; 
	-webkit-transform: scale(1.3) rotate(7deg);
	-moz-transform: scale(1.3) rotate(7deg);

}

.adoption div .title {
	background: #f6f6f6;
	padding: 30px 0;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}

.adoption div:hover .title {
	background: #363b3f;
}

.adoption div .title h5 {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	overflow: hidden;
	height: 1.2em;
	margin-bottom: 0;
}

.adoption div .title h5 span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
}

.adoption div .title h5 span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	color: #ff931c;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.adoption div:hover .title h5 span, .adoption div:focus .title h5 span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

.contentpage #c-carousel .featured {
	height: 276px;
	width: 374px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000;
	padding: 30px;
	background: #f6f6f6;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.contentpage #c-carousel .featured h3 {
	font-family: 'Lato', sans-serif;
	color: #6d6d6d;
	font-size: 20px;
	text-transform: none;
}

.contentpage #c-carousel .featured h3 span {
	font-size: 14px;
	color: #ff931c;
	text-align: left;
	background: none;
	padding: 0;
	font-weight: 700;
	font-family: 'Cabin', sans-serif;
	text-transform: uppercase;
}

/** OTHER  **/

.content h3 {
	color: #585858;
	font-size: 28px;
	text-transform: none;
	background: url("../images/heading-bg.png") 50% 50% repeat-x;
}

.content h3 span {
	padding: 0 25px 0 0;
}

.hours {
	margin-bottom: 30px;
}

.hours div {
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
	padding: 15px 0;
}

.hours div:last-child {
	border-bottom: none;
}

.hours p {
	margin: 0;
}

.hours div .day {
	float: left;
}

.hours div .time {
	float: right;
	background: url("../images/clock.png") 0 50% no-repeat;
	padding-left: 25px;
}

.prev-next {
	border-bottom: 1px solid #e6e6e6;
	margin-top: 30px;
	overflow: hidden;
}

.prev-next a, .prev-next span {
	color: #6d6d6d;
}

.prev-next span.name, .prev-next a:hover {
	color: #ff931c;
}

.prev-next .prev-page {
	float: left;
}

.prev-next .next-page {
	float: right;
}

.adoption-single ol {
    counter-reset:li;
}
.adoption-single ol li {
    position:relative;
    padding:2px 0 4px 10px;
    margin-bottom: 10px;
    list-style:none;
}
.adoption-single ol li:before {
    content:counter(li);
    counter-increment:li;
    position:absolute;
    top:-2px;
    left:-2em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    margin-right:8px;
    padding:4px;
    color:#fff;
    font-weight: 700;
    background:#ff931c;
    text-align:center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.adoption-single ol li span {
	display: inline-block;
	color: #ff931c;
	font-weight: 700;
	width: 100px;
}

.adoption-single .carousel-indicators {
	width: 100%;
	left: auto;
	margin: 0;
	position: relative;
	bottom: 0;
	margin-top: 15px;
}

.adoption-single .carousel-indicators li {
	text-indent: initial;
	padding: 0;
	margin: 0 5px;
	width: 135px;
	height: 89px;
	overflow: hidden;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.adoption-single .carousel-indicators li.active {
	opacity: .5;
}

.modal-content * {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

#map {
	min-height: 490px;
	margin: 30px 0;
}

#map * {
	max-width: none;
	/*width: auto;*/
}

#contact_form label {
	display: none;
}

#commentform label {
	display: block;
}

#contact_form input, #contact_form textarea, #commentform input, #commentform textarea {
	border: 1px solid #f6f6f6;
	border-bottom: 3px solid #f6f6f6;
	padding: 15px;
	height: auto;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	width: 100%;
}

#commentform input {
	width: 80%;
}

#contact_form p {
	margin: 0;
}

#contact_form .wpcf7-submit:hover, #commentform .btn:hover {
	color: #585858;
	border-color: #585858;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
}

#contact_form .wpcf7-submit, #commentform .btn {
	border: 2px solid #ff931c;
	color: #ff931c;
	letter-spacing: 3px !important;
	background: transparent;
	font-family: 'Cabin', sans-serif;
	font-weight: 500;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-transform: uppercase;
	font-size: 12px;
	padding: 8px 30px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	width: auto;
}

.contact-info {
	margin: 0;
	list-style: none;
}

.contact-info li {
	font-size: 16px;
	padding: 10px 0 10px 50px;
	margin-bottom: 10px;
}

.contact-info li.telephone {
	background: url("../images/telephone.png") 0 50% no-repeat;
}

.contact-info li.address {
	background: url("../images/marker.png") 0 50% no-repeat;
}

.contact-info li.mail {
	background: url("../images/mail.png") 0 50% no-repeat;
}


/** PURCHASE  **/

.purchase {
	background: #2a3034;
	padding: 50px 0;
	margin-top: 70px;
}

.purchase.nospace {
	margin: 0;
}

.purchase p {
	color: #fff;
	font-weight: 300;
	font-size: 24px;
	line-height: 1em;
	margin: 0;
}

.purchase p span {
	font-weight: 400;
	font-size: 14px;
	color: #908f8f;
}

.purchase .purchase-button {
	text-align: right;
}

.purchase .purchase-button .btn:hover, .purchase .purchase-button .btn:focus {
	color: #908f8f;
	background: transparent;
	border-color: #908f8f;
}


/**  FOOTER  **/

.footer {
	background: #363b3f;
	padding: 70px 0 0 0;
}

.footer h6 {
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

.footer p {
	color: #908f8f;
}

.footer a {
	color: #ff931c;
}

.footer a:hover {
	color: #fff;
}

.footer .title {
	margin-bottom: 15px;
}

.footer .title a {
	font-weight: 700;
}

.footer ul {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}

.footer ul li {
	background: url("../images/arrow.png") 0 50% no-repeat;
	text-indent: 20px;
	margin-bottom: 10px;
}

.footer ul li a {
	/*color: #908f8f;*/
	color:#c0c0c0;
	
}

.footer ul li a:hover {
	color: #ff931c;
}

.footer .contact-info span {
	display: inline-block;
	width: 40px;
	color: #908f8f;
}

.footer .contact-info .c-details {
	color: #ff931c;
}

.footer .contact-info .social {
	overflow: hidden;
}

.footer .contact-info .social a {
	display: block;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
	height: 48px;
	width: 48px;
	background: #2a3034;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.footer .contact-info .social a:hover {
	background-color: #ff931c;
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

.footer .contact-info .social a.facebook {
	background-image: url("../images/facebook.png");
}

.footer .contact-info .social a.pinterest {
	background-image: url("../images/pinterest.png");
}

.footer .contact-info .social a.twitter {
	background-image: url("../images/twitter.png");
}

.footer .contact-info .social a.googleplus {
	background-image: url("../images/googleplus.png");
}

.footer .contact-info .social a.linkedin {
	background-image: url("../images/linkedin.png");
}

.footer .copyright {
	border-top: 2px solid #4a4f53;
	padding-top: 30px;
}

.footer .copyright a {
	color: #fff;
}

.footer .copyright a:hover {
	color: #ff931c;
}

/** JQUERY UI  **/

.tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #e6e6e6;
	height: 42px;
	margin-bottom: 20px;
}

.tabs ul li {
	float: left;
	padding: 10px 15px;
	top: 0;
	white-space: nowrap;
	border: none;
}

.tabs ul li a {
	color: #6d6d6d;
}

.tabs ul li.ui-tabs-active {
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
	border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
}

.tabs ul li.ui-tabs-active a {
	color: #ff931c;
}

.tabs ul li.ui-tabs-active a:active, .tabs ul li.ui-tabs-active a:focus, .tabs ul li:active, .tabs ul li:focus {
	border: none;
	outline: none;
	text-decoration: none;
}

.accordion h4 {
	font-family: 'Lato', sans-serif;
	text-transform: none;
	font-size: 15px;
	font-weight: 700;
	padding: 15px;
	border: 1px solid #e6e6e6;
	margin: 0 0 10px 0;
	background: url("../images/plus.png") 97% 50% no-repeat;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.accordion h4.ui-accordion-header-active {
	background: url("../images/minus.png") 97% 50% no-repeat;
}

.accordion h4:hover {
	border-color: #ff931c;
	color: #ff931c;
	cursor: pointer;
}

.accordion h4:focus, .accordion h4:active {
	outline: none;
}

.centered .accordion p:last-child {
	margin-bottom: 30px;
}

.remove-margin {
	margin: 0;
}

.title-margin {
	margin-top: 30px;
}

/** BLOG  **/

.blog ul li a {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.blog-holder {
	margin-top: 30px;
}

.sidebar h3 {
	text-transform: none;
	font-size: 20px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li:before {
	content: '\e800';
	margin-right: 10px;
	font-weight: normal;
	vertical-align: middle;
	padding-top: 1px;
	display: inline-block;
	font-family: 'fontello-circle';
	color: #ff931c;
	font-size: 8px;
}

.sidebar #sidebar ul {
	margin: 0;
}

.sidebar #sidebar .widget {
	margin: 0 0 25px 0;
}

.sidebar #sidebar .widget #wp-calendar {
	width: 100%;
}

.sidebar #sidebar .widget #wp-calendar caption {
	background: #f6f6f6;
	border: 1px solid #fff;
	padding: 5px;
	font-size: 16px;
}

.sidebar #sidebar .widget #wp-calendar td, .sidebar #sidebar .widget #wp-calendar th {
	text-align: center;
	padding: 5px;
}

.sidebar #sidebar .widget #wp-calendar td {
	background: #f6f6f6;
	border: 1px solid #fff;
	padding: 5px;
}

.sidebar #sidebar .widget #wp-calendar td.pad, .sidebar #sidebar .widget #wp-calendar td#prev, .sidebar #sidebar .widget #wp-calendar td#next {
	background: none;
	text-align: left;
}

.sidebar #sidebar .widget #wp-calendar td#today {
	background: #ff931c;
	color: #fff;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.sidebar #sidebar .widget #wp-calendar td#today a {
	color: #fff;
}

.sidebar #sidebar .widget #wp-calendar td#today:hover {
	background: #585858;
}

.sidebar #sidebar .tagcloud a {
	font-size: 14px !important;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 8px 12px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.sidebar #sidebar .tagcloud a:hover {
	border-color: #ff931c;
	background-color: #ff931c;
	color: #fff;
}

select:before {
	content: 'yes';
}

.sidebar #sidebar #search {
	border: 2px solid #e5e5e5;
	box-shadow: none;
	padding: 8px;
	background: url(../images/search.png) 95% 50% no-repeat;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.sidebar #sidebar .widget ul li {
	margin-bottom: 15px;
}

.sidebar #sidebar .widget ul li .sub-menu {
	margin: 10px;
}

.sidebar #sidebar .widget_rss ul li:before {
	content: '';
	margin: 0;
}

.sidebar #sidebar .widget_rss a {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.sidebar #sidebar .widget_rss span {
	font-weight: bold;
}

.form-control {
	height: auto;
}

select {
	padding:8px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #e5e5e5;
    -moz-box-shadow: 0 3px 0 #e5e5e5;
    box-shadow: 0 0 0 2px #e5e5e5;
    background: url(../images/dropdown-arrow.png) no-repeat 95% 50% #fff;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    width: 100%;
}

.blog-holder .posts .row .col-md-12 {
	margin-bottom: 50px;
}

.blog-holder .posts h2 {
	color: #585858;
	font-size: 28px;
	text-transform: none;
	background: url("../images/heading-bg.png") 50% 50% repeat-x;
	margin-bottom: 15px;
}

.blog-holder .posts h2 a {
	color: #585858;
}

.blog-holder .posts h2 a:hover {
	color: #ff931c;
}

.blog-holder .posts h2 span {
	background: #fff;
	display: inline-block;
	height: 100%;
	padding: 0 25px 0 0;
}

.blog-holder .posts .post-info span {
	display: inline-block;
	margin: 0 8px;
}

.blog-holder .posts p.post-img-wrap {
	position: relative;
}

.blog-holder .posts a.post-image:hover img {
	-khtml-opacity:.20; 
	-moz-opacity:.20; 
	-ms-filter:"alpha(opacity=20)";
	filter:alpha(opacity=20);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.2);
	opacity:.20; 
	-webkit-transform: scale(1.3) rotate(5deg);
	-moz-transform: scale(1.3) rotate(5deg);
	transform: scale(1.3) rotate(5deg);
}

.blog-holder .posts a.post-image img {
	border: none;
	width: 100%;
	display: block;
	height: auto;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.blog-holder .posts a.post-image {
	display: block;
	background: #ff931c;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	position: relative;
}

.blog-holder .posts a.post-image:hover:before, .blog-holder .posts a.post-image:focus {
	top: 50%;
	margin-top:-19px;
}

.blog-holder .posts a.post-image:before {
	width: 100%;
	height: 38px;
	top: -38px;
	background: url("../images/view.png")  50% 50% no-repeat;
	margin-left: -17px;
	content: "";
	position: absolute;
	display: block;
	opacity: 1;
	z-index: 500;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.pagination-wrap {
	border-top: #edeaea;
	background: #f6f6f6;
	padding: 25px 0;
}

#pagination ul li {
	list-style: none;
	float: left;
	margin-right: 5px; 
}

#pagination a {
	font-size: 14px !important;
	display: inline-block;
	padding: 8px 14px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#pagination a:hover, #pagination ul li.active a {
	border-color: #ff931c;
	background-color: #ff931c;
	color: #fff;
}

#comments h3 {
	text-transform: none;
	font-size: 20px;
}

#comments h4 {
	font-size: 14px;
	margin: 20px 0;
}

#comments p {
	margin-bottom: 20px;
}

#comments .comment-date em {
	color: #8f8f8f;
}

#comments .comment-date span {
	display: inline-block;
	margin: 0 8px;
}

#comments .vcard img, .author-bio img {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

#comments .children {
	border-left: 2px solid #f6f6f6;
	margin: 30px 0 0 149px;
}

#comments .children .vcard img {
	width: 80%;
	height: 80%;
	margin-top: 20px;
}

.author-bio {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0 0 0;
	margin: 50px 0;
}

.author-bio .author {
	color: #ff931c;
	font-weight: 600;
}

.author-bio span {
	color: #ff931c;
	font-size: 14px;
	font-weight: 700;
	color: #585858;
	text-transform: uppercase;
}

.author-bio .twitter, .author-bio .facebook {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #ff931c;
	display: inline-block;
	height: 35px;
	width: 35px;
	margin-right: 5px;
}

.author-bio .twitter:hover, .author-bio .facebook:hover {
	background: #363b3f;
}

code {
	padding: 10px;
	font-size: 90%;
	color: #908f8f;
	padding 10px;
	background-color: #363b3f;
	white-space: normal;
	display: block;
	margin-top: 10px;
}

.page-not-found {
	margin-bottom: 60px;
}

/** TABLE  **/

table {
	width: 100%;
	margin: 25px 0;
}

table tr td {	
	padding: 10px;
}

table tr.even {
	background: #eee;
}

.left-align .centered {
	text-align: left;
	margin-bottom: 50px;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: white;
}

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  background: #ff931c;

  -webkit-transition: -webkit-transform .3s, width 1s;
  -moz-transition: width 1s;
  -o-transform: width 1s;
  transition: transform .3s, width 1s;

  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);

  pointer-events: none;
}

.pace.pace-active .pace-progress {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.contentpage {
	margin-top: 20px;
}

/** KEYFRAMES  **/

@-webkit-keyframes Navbar {
  0%   { opacity: 0; top: -20px }
  100% { opacity: 1; top: 0; }
}
@-moz-keyframes Navbar {
  0%   { opacity: 0; top: -20px }
  100% { opacity: 1; top: 0; }
}
@-o-keyframes Navbar {
  0%   { opacity: 0; top: -20px }
  100% { opacity: 1; top: 0; }
}
@keyframes Navbar {
  0%   { opacity: 0; top: -20px }
  100% { opacity: 1; top: 0; }
}

/**/

@-webkit-keyframes SlideBG {
  0%   { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); }
  100% { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@-moz-keyframes SlideBG {
  0%   { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); }
  100% { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@-o-keyframes SlideBG {
  0%   { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); }
  100% { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@keyframes SlideBG {
  0%   { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); }
  100% { transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}

/**/

@-webkit-keyframes SlideTitle {
  0%   { opacity: 0; left: -220px }
  100% { opacity: 1; left: 0; }
}
@-moz-keyframes SlideTitle {
  0%   { opacity: 0; left: -220px }
  100% { opacity: 1; left: 0; }
}
@-o-keyframes SlideTitle {
  0%   { opacity: 0; left: -220px }
  100% { opacity: 1; left: 0; }
}
@keyframes SlideTitle {
  0%   { opacity: 0; left: -220px }
  100% { opacity: 1; left: 0; }
}

/**/

@-webkit-keyframes SlideDesc {
  0%   { opacity: 0; right: -180px; }
  100% { opacity: 1; right: 0; }
}
@-moz-keyframes SlideDesc {
  0%   { opacity: 0; right: -180px; }
  100% { opacity: 1; right: 0; }
}
@-o-keyframes SlideDesc {
  0%   { opacity: 0; right: -180px; }
  100% { opacity: 1; right: 0; }
}
@keyframes SlideDesc {
  0%   { opacity: 0; right: -180px; }
  100% { opacity: 1; right: 0; }
}

/**/

@-webkit-keyframes SlideBtn {
  0%   { opacity: 0; transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
  30%   { opacity: 0; transform: scale(.3); -ms-transform: scale(.3); -webkit-transform: scale(.3); }
  100% { opacity: 1; transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@-moz-keyframes SlideBtn {
  0%   { opacity: 0; transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
  100% { opacity: 1; transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@-o-keyframes SlideBtn {
  0%   { opacity: 0; transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
  100% { opacity: 1; transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@keyframes SlideBtn {
  0%   { opacity: 0; transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
  100% { opacity: 1; transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}

/**/

@-webkit-keyframes PrevBtn {
  0%   { margin-left: -5px; }
  50% { margin-left: 0; }
  100% { margin-left: -5px; }
}
@-moz-keyframes PrevBtn {
  0%   { margin-left: -5px; }
  50% { margin-left: 0; }
  100% { margin-left: -5px; }
}
@-o-keyframes PrevBtn {
  0%   { margin-left: -5px; }
  50% { margin-left: 0; }
  100% { margin-left: -5px; }
}
@keyframes PrevBtn {
  0%   { margin-left: -5px; }
  50% { margin-left: 0; }
  100% { margin-left: -5px; }
}

/**/

@-webkit-keyframes NextBtn {
  0%   { margin-right: -5px; }
  50% { margin-right: 0; }
  100% { margin-right: -5px; }
}
@-moz-keyframes NextBtn {
  0%   { margin-right: -5px; }
  50% { margin-right: 0; }
  100% { margin-right: -5px; }
}
@-o-keyframes NextBtn {
  0%   { margin-right: -5px; }
  50% { margin-right: 0; }
  100% { margin-right: -5px; }
}
@keyframes NextBtn {
  0%   { margin-right: -5px; }
  50% { margin-right: 0; }
  100% { margin-right: -5px; }
}

/**/

@-webkit-keyframes Testimonials {
  0%   { opacity: 0; left: -50px; }
  15%   { opacity: 0; left: -50px; }
  100% { opacity: 1; left: 0; }
}
@-moz-keyframes Testimonials {
  0%   { opacity: 0; top: -30px; }
  15%   { opacity: 0; top: -30px; }
  100% { opacity: 1; top: 0; }
}
@-o-keyframes Testimonials {
  0%   { opacity: 0; top: -30px; }
  15%   { opacity: 0; top: -30px; }
  100% { opacity: 1; top: 0; }
}
@keyframes Testimonials {
  0%   { opacity: 0; top: -30px; }
  15%   { opacity: 0; top: -30px; }
  100% { opacity: 1; top: 0; }
}

/**/

@-webkit-keyframes FadeIn {
  0%   { opacity: 0; top: 50px; }
  100% { opacity: 1; top: 0; }
}
@-moz-keyframes Testimonials {
  0%   { opacity: 0; top: 50px; }
  100% { opacity: 1; top: 0; }
}
@-o-keyframes Testimonials {
  0%   { opacity: 0; top: 50px; }
  100% { opacity: 1; top: 0; }
}
@keyframes Testimonials {
  0%   { opacity: 0; top: 50px; }
  100% { opacity: 1; top: 0; }
}

/**  MEDIA QUERIES  **/

@media (max-width: 1200px) {
	
	.nav li a {
		padding: 0 10px;
	}
	
	#c-carousel .pager {
		margin-top: 20px;
	}
	
	#c-carousel {
		min-height: 305px;
	}
	
	.contentpage #c-carousel .featured {
		height: 256px;
		padding: 20px;
	}
	
	.contentpage #c-carousel img {
		min-height: 256px;
	}
	
	
	.contentpage #c-carousel .pager {
		margin-top: 50px;
	}
	
}

@media (min-width: 992px) and (max-width: 1200px) {

	#comments .children .vcard img {
		width: 100%;
		height: 100%;
		margin-top: 20px;
	}

}

@media (min-width: 767px) and (max-width: 992px) {

	.author-bio .col-md-2, #comments .col-md-2 {
		float: left;
		width: 20%;
	}
	
	.author-bio .col-md-10, #comments .col-md-10 {
		float: left;
		width: 80%;
	}
	
	.col-md-4.col3, .adoption .col-md-4, .costs, .member {
		width: 50%;
		float: left;
	}
	
	.costs {
		margin-bottom: 30px;
	}
	
	.member {
		margin: 35px 0;
	}
	
	.purchase .col-md-9, #contact_form {
		float: left;
		width: 70%;
	}
	
	.purchase .col-md-3, .page-template-templates-pagesContactPage-php .col-md-3 {
		float: left;
		width: 30%;
	}
	
	.purchase p {
		font-weight: 400;
		font-size: 17px;
		line-height: 1.4em;
	}
	
	.contentpage #c-carousel .featured {
		min-height: 260px;
	}
	
	.carousel-inner>.item>img, .carousel-inner>.item>a>img {
		margin: 0 auto;
	}
	
	#adoption {
		margin-bottom: 50px;
	}
	
	#map {
		min-height: 390px;
	}

}

@media (max-width: 767px) {

	.navbar h1 {
		margin-left: 15px;
	}
	
	.navbar-nav {
		float: none;
		background: #ff931c;
		margin: 20px 0 0 0;
	}

	.home .affix .nav li a:hover, .contentpage.affix .nav li.active a, .contentpage .affix .nav li a:hover, .contentpage .affix .nav li.active a {
		color: #fff;
	}

	.home .nav li a, .contentpage .nav li a:before, .home .affix .nav li a, .contentpage .affix .nav li a:before {
		padding: 20px 10px !important;
	}

	.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-collapse.collapse ul.nav li.current-menu-item a {
		color: #585858;
	}

	.dropdown-menu {
		position: relative !important;
		width: 100% !important;
		border-radius: 0;
		box-shadow: none;
		border: none;
	}

	.dropdown-menu li a {
		color: #ff931c !important;
	}
	
	.navbar-nav li.active {
		color: #6d6d6d !important;
	}
	
	.navbar-toggle {
		margin-top: 20px;
	}
	
	.navbar-collapse.collapse.in, .navbar-collapse.collapsing {
		padding-left: 0;
		padding-right: 0;
		overflow: visible;
	}
	
	.navbar-default .navbar-collapse {
		border: none;
		box-shadow: none;
	}
	
	.navbar-default .navbar-collapse ul li {
		margin: 0 0 10px 0;
	}
	
	.navbar-nav .purchase-btn {
		display: none;
	}
	
	.home .affix .nav li a, .home .affix .nav li a:before {
		color: #fff;
	}
	
	.home .affix .nav li a:hover, .home .affix .nav li.active a {
		color: #6d6d6d;
	}
	
	.navbar-default .navbar-nav .open a, .navbar-default .navbar-nav .open a:hover, .navbar-default .navbar-nav .open a:focus {
		color: #6d6d6d;
	}

	.adoption div a img {
		width: 100%;
	}
	
	.purchase .purchase-button {
		text-align: left;
		margin-top: 30px;
	}
	
	.purchase p {
		line-height: 1.3em;
	}
	
	.centered h3 {
		width: 100%;
		font-size: 26px;
	}
	
	.rehome h4 {
		font-size: 26px;
	}
	
	.prev-next .prev-page, .prev-next .next-page {
		width: 14px;
		overflow: hidden;
		height: 16px;
	}
	
	.contentpage #c-carousel {
		margin-top: 80px;
	}
	
	.prices .costs {
		margin-bottom: 20px;
	}
	
	.contentpage #c-carousel .featured {
		height: 260px;
	}
	
	.services-single .col-md-6 {
		margin-bottom: 20px;
	}
	
	.social-share p {
		float: none;
		margin-bottom: 10px;
	}
	
	.social-share .twitter-share-button {
		margin-left: 0;
	}
	
	.staff .member {
		margin-bottom: 100px;
	}
	
	.centered {
		margin-top: 50px;
	}
	
	#map {
		min-height: 290px;
		margin: 50px 0;
	}
	
	.col-md-3 .contact-info {
		padding: 0;
		margin-top: 20px;
	}
	
}

                                             


@media (min-width: 1200px) {
	.home-buttons{
		margin-top:-80px;
		background:url(../images/dark-transpence.png);
		 position: relative;
	}
}

.carousel-indicators{
	display:none;
}

.home-buttons{
	min-height:80px;
	z-index: 10;
   
}

.centered-btns{
	margin-top: 20px;
    text-align: center;
}

.home-buttons A.button{
	display:block;
	width:100%;
	text-align:center;
	height:32px;
	line-height:32px;
	border-radius:7px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}

.home-buttons A.button:Hover{
	color:#000;
}

.btn-right A.button{
	float: right;
}

.btn-center A.button{
	margin:auto;
}

.btn-left A.button{
	float: left;
}

A.themeorange-btn{
	background:#FF931C;
}

A.themevert-btn{
	background:#4EA9A0;
}

A.themeviolet-btn{
	background:#BA55D3;
}

/*
.home-container H1{
	text-transform:Capitalize;
}
*/

DIV.proposer-bien-fiche,
DIV#proposer-bien{
	min-height:60px;
	text-align:center;
	/*margin-bottom:20px;
	border-bottom:1px solid #333;*/
}

DIV#proposer-bien-fiche A.button,
DIV#proposer-bien A.button{
	display:block;
	width:250px;
	text-align:center;
	height:32px;
	line-height:32px;
	border-radius:7px;
	color:#000;
	font-size:14px;
	/*margin:50px auto;*/
	margin:20px auto;
	background:#EEE;
	border:1px solid #333;
	font-weight:bold;
}

#prefooter-home{
	background:#eee;
	padding:20px 0px 20px 0px;
}

#prefooter-home h3,
#prefooter-home h2{
    text-align:center;
    display:block;
    color:#4EA9A0;
    margin:auto;
    font-size:30px;
}

#prefooter-home p{
	font-size:22px;
	text-align:center;
	color:#FF931C;
}

DIV#bloc-recherche-confirm{
	min-height:180px;
	background:url(../images/bkg-mapsearch.png);
	margin-bottom:20px;
}

DIV#bloc-recherche{
	min-height:530px;
	background:url(../images/bkg-mapsearch.png);
	margin-bottom:20px;
}

.centered1{
	margin-top:40px;
    text-align: center;
}

.headForm1-confirm{
	background:#FF931C;
	min-height:150px;
	color:#000;
}

.headForm1{
	background:#FF931C;
	min-height:480px;
	color:#000;
}

.headForm3-slogan-center,
.headForm2-slogan-center,
.headForm1-slogan-center{
	font-weight:bold;
	padding:20px 0px;
	text-align: center;
}

.headForm3-slogan-confirm,
.headForm2-slogan-confirm,
.headForm1-slogan-confirm{
	font-size:20px;
	font-weight:bold;
	padding:20px 0px;
	border-bottom:1px solid #fff;
}

.headForm3-slogan,
.headForm2-slogan,
.headForm1-slogan{
	font-size:20px;
	font-weight:bold;
	padding-bottom:20px;
	border-bottom:1px solid #fff;
	text-align: center;
}

.headForm3-confirm .title,
.headForm3 .title,
.headForm2-confirm .title,
.headForm2 .title,
.headForm1-confirm .title,
.headForm1 .title{
	padding:10px 0px;
	font-weight:bold;
	font-size:17px;
	text-align: center;
}

.headForm3-confirm content DIV.liform,
.headForm3 .content DIV.liform,
.headForm2-confirm content DIV.liform,
.headForm2 .content DIV.liform,
.headForm1-confirm content DIV.liform,
.headForm1 .content DIV.liform{
	margin:0px 10px 35px 10px;
	background:url(../images/bkg-puce.png) no-repeat;
	min-height:32px;
	line-height:normal;
	padding-right:10px;
	vertical-align:middle;
}

.headForm3 .content DIV.liform SPAN.numero,
.headForm2 .content DIV.liform SPAN.numero,
.headForm1 .content DIV.liform SPAN.numero{
	display: block;
    float: left;
    padding-top: 7px;
    text-align: center;
    width: 32px;
}

.headForm3 .content DIV.liform SPAN.texte,
.headForm2 .content DIV.liform SPAN.texte,
.headForm1 .content DIV.liform SPAN.texte{
	display: block;
    float: left;
    padding-left: 10px;
    width: 250px;
	padding-top:5px;
}

.headForm3 .form-row,
.headForm2 .form-row,
.headForm1 .form-row{
	
}

.headForm3 .form-row SELECT,
.headForm3 .form-row TEXTAREA,
.headForm3 .form-row INPUT,
.headForm2 .form-row SELECT,
.headForm2 .form-row TEXTAREA,
.headForm2 .form-row INPUT,
.headForm1 .form-row SELECT,
.headForm1 .form-row TEXTAREA,
.headForm1 .form-row INPUT{
	border:1px solid #4EA9A0;
	padding:3px;
	margin:5px 0px;
	border-radius:0px;
	box-shadow:none;
	color:#000;
}

.headForm3 .form-row SELECT,
.headForm3 .form-row TEXTAREA,
.headForm2 .form-row SELECT,
.headForm2 .form-row TEXTAREA,
.headForm1 .form-row SELECT,
.headForm1 .form-row TEXTAREA{
	width:100%;
}

.headForm3 .form-row input[type!='checkbox'],
.headForm2 .form-row input[type!='checkbox'],
.headForm1 .form-row input[type!='checkbox']{
	width:none 100%;
}

.headForm3 .form-row INPUT.file,
.headForm2 .form-row INPUT.file,
.headForm1 .form-row INPUT.file{
	border:0px;
}

.headForm12 .form-row INPUT:focus,
.headForm1 .form-row INPUT:focus{
	border:1px solid #4EA9A0 !important;
}

.headForm1 .form-row .submit{
	background:#4EA9A0;
	color:#fff;
	width:100%;
	font-size:16px;
	text-transform:uppercase;
	border:1px solid #4EA9A0;
}

.headForm2-confirm{
	background:#4ea9a0;
	min-height:150px;
	color:#000;
}

.headForm2{
	background:#4ea9a0;
	min-height:480px;
	color:#000;
}

.headForm2 .form-row .submit{
	background:#ff931c;
	color:#fff;
	width:100%;
	font-size:16px;
	text-transform:uppercase;
	border:1px solid #4EA9A0;
}

.headForm3-confirm{
	background:#ba55d3;
	min-height:150px;
	color:#000;
}

.headForm3{
	background:#ba55d3;
	min-height:480px;
	color:#000;
}

.headForm3 .form-row .submit{
	background:#4ea9a0;
	color:#fff;
	width:100%;
	font-size:16px;
	text-transform:uppercase;
	border:1px solid #ba55d3;
}

.field-title{
	font-weight:bold;
	height:20px;
	margin:5px 0px 10px 0px;
}

.condidentiel{
	background:url(../images/bkg-confidentiel.png) no-repeat;
	padding-left:40px;
	margin:5px 5px 10px 5px;
	color:#fff;
	font-style:italic;
}

H1.page-title{
	text-align:center;
	color:#333;
}

H2.bloc-title{
	color:#333;
	height:50px;
	line-height:50px;
	margin:10px 0px;
	padding:0px 10px;
	font-size:20px;
	background:#EEE;
}

/*
H2.bloc-title-results{
	color:#333;
	height:50px;
	line-height:50px;
	margin:10px 30px;
	padding:0px 10px;
	font-size:20px;
	background:#EEE;
}
*/

.search-image-map{
	margin-top:45px;
}

.proposer-image-map{
	margin-top:25px;
}

.errorbox{
	border:1px solid red;
	padding:5px;
	margin-top:5px;
	background:#fff;
	color:#cc0000;
}

.carousel-item-container{
	padding:10px;
}

.carousel-picture{ 
	height:239px;
	overflow:hidden;
}

.carousel-picture A{ 
	display:none;
	height:100%;
	width:100%;
	overflow:hidden;
	text-align:center;
}

.carousel-picture IMG{
	width:auto;
	height:100%;
	margin:auto;
	display:block;
}

.carousel-title{
	height:40px;
	margin-top:10px;
	font-weight:bold;
}

.carousel-details{
	margin-bottom:10px;
}

.carousel-item-container A{
	color:#6d6d6d;
}

.carousel-item-container A:Hover{
	color:#ff931c;
}

.propostion-button{
	border-radius: 7px;
    color: #333!important;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 50%;
	background:#ff931c;
}

.carousel-item-container A.propostion-button:Hover{
	color:#ffffff!important;
}

.fiche-box{
	background:#f1f1f1;
}

.fiche-infos-box{
	padding:10px;
	min-height: 360px;
	margin:7px 0px;
}

H1.fiche-title{
	display:block;
	font-size:24px;
	/*text-align:center;*/
	margin:0px;
}

DIV.fiche-subtitle{
	font-size:18px;
	margin-bottom:30px;
}

.contact-info-line{
	font-size:15px;
	padding:7px;
	/*margin:10px 0px 10px 0px;*/
}

.fiche-infos{
	font-size:15px;
	padding:7px;
	/*margin:10px 0px 10px 0px;*/
	border-bottom:1px solid #ccc;
}

.fiche-infos:last-child{
	border:0px !important;
}

.proposition-box{
	margin:30px;
}

H2.fiche-proposition{
	display:block;
	font-size:20px;
	text-align:center;
}

.recap-row{
	margin-bottom:5px;
}

.recap-search-fld{
	border:1px solid #555;
	padding:5px;
}

.carousel UL.slides li .carousel-item-container{
	border:1px solid #ccc;
	margin:20px;
	box-shadow: 1px 1px 12px #555;
}

.carousel-picture .itemslide IMG{
	transition: all 0.5s ease;
	max-width: none;
	height: none;
}

.carousel-picture .itemslide:Hover{
	background:#000;
}

.carousel-picture .itemslide:Hover IMG{
	opacity:0.5;
	transform: scale(1.4) rotate(7deg);
	-webkit-transform: scale(1.4) rotate(7deg);
	-moz-transform: scale(1.4) rotate(7deg);
}

.fiche-box .container{
	background:#fff;
}

.bold{
	font-weight:bold;
}

#fiche-main-picture{
	
}

.fichecarousel-item-container{
	padding:1px;
}

.fichecarousel-item-container A{
	margin-right:1px !important;
}

.fichecarousel-main-picture{
	overflow:hidden;
}

.fichecarousel-main-picture IMG{
	width:100%;
}

.fiche-vignette{
	height:30px;
	line-height:30px;
	position:absolute;
	padding:0px 10px;
	font-weight:bold;
	color:#fff;
	margin-top:30px;
}

.listing-vignette{
	height:30px;
	line-height:30px;
	position:absolute;
	padding:0px 10px;
	font-weight:bold;
	color:#fff;
	margin-top:30px;
}

.vignette-res{
	background:url(../images/bkg-vignette-res.png)
}

.vignette-ent{
	background:url(../images/bkg-vignette-ent.png)
}

.vignette-inv{
	background:url(../images/bkg-vignette-invest.png)
}


.btn-custom{
	color:#fff !important;
}

.btn-custom:Hover{
	color:#333 !important;
}


.mosaique-item-container{
	padding:10px;
}

.mosaique-picture{ 
	height:239px;
	overflow:hidden;
}

.mosaique-picture A{ 
	height:100%;
	width:100%;
	overflow:hidden;
	text-align:center;
}

.mosaique-picture IMG{
	width:auto;
	height:100%;
	margin:auto;
	display:block;
}

.mosaique-title{
	min-height:40px;
	margin-top:10px;
	font-weight:bold;
}

.mosaique-details{
	margin-bottom:10px;
}

.mosaique-item-container A{
	color:#6d6d6d;
}

.mosaique-item-container A:Hover{
	color:#ff931c;
}

.mosaique-item-container A.propostion-button:Hover{
	color:#ffffff!important;
}

.mosaique-item-container{
	border:1px solid #ccc;
	margin:20px 0px;
	box-shadow: 1px 1px 12px #555;
}

.mosaique-picture .itemslide IMG{
	transition: all 0.5s ease;
	max-width: none;
	height: none;
}

.mosaique-picture .itemslide{
	display:block;
}

.mosaique-picture .itemslide:Hover{
	background:#000 !important;
}

.mosaique-picture .itemslide:Hover IMG{
	opacity:0.5;
	transform: scale(1.4) rotate(7deg);
	-webkit-transform: scale(1.4) rotate(7deg);
	-moz-transform: scale(1.4) rotate(7deg);
}

.content-hide{
	display:none;
}

DIV.onglets-box{
	position:relative;
	min-height:30px;
}

UL.onglets{
	position: absolute;
    right: 0;
    width: 46%;
	height:30px;
}

UL.onglets LI{
	display:block;
	float:left;
	list-style:none;
	border-radius:7px 7px 0px 0px;	
    margin-right: 1px;
	padding:5px 10px;	
}

UL.onglets LI.res{
	background-color: #ff931c;
	border-bottom:1px solid #ff931c;
}

UL.onglets LI.pros{
	background-color: #4ea9a0;
	border-bottom:1px solid #fff;
}

UL.onglets LI.inv{
	background-color: #ba55d3;
	border-bottom:1px solid #fff;
}

UL.onglets LI A{
	display:block;
	color:#fff !important;
}

.onglet-sep{
	height:5px;
	background:#ff931c;
}

.onlget-sep-res{
	background:#ff931c;
}

.onlget-sep-pros{
	background:#4ea9a0;
}

.onlget-sep-invest{
	background:#ba55d3;
}

.onglets-res LI,
.onglets-pros LI,
.onglets-invest LI{
	border-bottom:1px solid #fff !important;
}

.onglets-res LI.res{
	border-bottom:1px solid #ff931c !important;
}

.onglets-pros LI.pros{
	border-bottom:1px solid #4ea9a0 !important;
}

.onglets-invest LI.inv{
	border-bottom:1px solid #ba55d3 !important;
}

.checkboxes-lines{
	line-height:15px !important;
}

.checkboxes-lines input{
	margin:0px !important;
	padding:0px !important;
}

.annonce-inexistante{
    border:1px solid #333;
    background:#fff;
    margin:50px;
    padding:50px;
    text-align:center;
}

DIV.h2icon{
    float:left;
    height:60px;
    width:35px;
}

DIV.h2icon IMG{
    width:35px;
}

H2.h2title{
    font-size:24px;
    display:block;
    float:left;
    margin-left:20px;
    width:80%;
}

.navbar a.navbar-brand{
    display:block;
    min-height:90px;
    padding:0px;
    margin-top:10px;
}

.required{
    border:1px solid #cc0000 !important;
    background:#FFCECE;
}

@media (min-width: 1200px) {	
	.headForm1,
	.headForm1-confirm,
	.headForm2,
	.headForm2-confirm,
	.headForm3,
	.headForm3-confirm{
		margin:0px 40px 0px 40px;		
	}
	
	.form-content-sep{
		border-left:1px solid #fff;margin-bottom:20px
	}
	
	.fiche-box{
		padding:30px;
	}
	
	.fichecarousel-main-picture{
		height:350px;
	}
	
	.galerie-container{
		margin:15px;
		padding:15px;
	}
}


@media (max-width: 800px) {
	
	DIV.onglets-box{
		position:relative;
		min-height:90px;
	}
	
	UL.onglets{
		position: relative;
		right: 0;
		width: 100%;
		min-height:90px;
	}
	
	UL.onglets LI{		
		display:block;
		list-style-type:square !important;
		float:none;
		background:none !important;
		border-radius:none !important;
	}
	
	UL.onglets LI.res{
		background:none !important;
		color:#ff931c;
		border:none;
	}
	UL.onglets LI.res A{
		color:#ff931c!important;
	}
	
	UL.onglets LI.pros{
		background:none !important;
		color:#4ea9a0;
	}
	UL.onglets LI.pros A{
		color:#4ea9a0!important;
	}
	
	UL.onglets LI.inv{
		background:none!important;
		color:#ba55d3;
	}
	UL.onglets LI.inv A{
		color:#ba55d3!important;
	}
	
	.btn-right A.button{
		float: none;
		margin:auto;
	}

	.btn-center A.button{
		margin:auto;
	}

	.btn-left A.button{
		float: none;
		margin:auto;
	}

}