@import url('https://fonts.googleapis.com/css?family=Raleway');

/* ==========================================================================
   RESET
   ========================================================================== */

body a:link {border: 0; outline: none;}
body a:visited {border: 0; outline: none;}
body a:hover {border: 0; outline: none;}
body a:active {border: 0; outline: none;}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
    line-height:1.4;
    color: #3a3b3e;
    overflow-x: hidden;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body a:hover {
	text-decoration: none;
	color: inherit;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



/* ==========================================================================
   Plugin : ZoomBox
   ========================================================================== */

#zoombox iframe,#zoombox img{
	border:none;
}
#zoombox .zoombox_mask{
	background-color:#000;
	position:fixed;
	width:100%;
	z-index:1051;
	height:100%;
	top:0;
	left:0;
}
#zoombox .zoombox_container{
	position:absolute;
	z-index:1052;
}
#zoombox .relative{
	position:relative;
}
#zoombox .zoombox_prev{
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:100%;
	cursor:pointer;
	/*+opacity:0;*/
	filter:alpha(opacity=0);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-moz-opacity:0;
	opacity:0;
}
#zoombox .zoombox_prev:hover{
	/*+opacity:100%;*/
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#zoombox .zoombox_next{
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:100%;
	/*+opacity:0;*/
	filter:alpha(opacity=0);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-moz-opacity:0;
	opacity:0;
}
#zoombox .zoombox_close,#zoombox .zoombox_next,#zoombox .zoombox_prev{
	cursor:pointer;
}
#zoombox .multimedia .zoombox_next,#zoombox .multimedia .zoombox_prev{
	display:none;
}
#zoombox .zoombox_next:hover{
	/*+opacity:100%;*/
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#zoombox .zoombox_gallery{
	position:fixed;
	z-index:1054;
	bottom:-60px;
	left:0;
	right:0;
	text-align:center;
	/*+opacity:85%;*/
	filter:alpha(opacity=85);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	cursor:pointer;
	width:auto;
	background-color:#050505;
	height:60px;
	overflow: hidden;
	display:none;
}
#zoombox .zoombox_gallery img{
	height:50px;
	padding:5px;
	/*+opacity:50%;*/
	filter:alpha(opacity=30);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}
#zoombox .zoombox_gallery img:hover,#zoombox .zoombox_gallery img.current{
	/*+opacity:100%;*/
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
}
#zoombox_loader{
	background:url(img/loader.png) no-repeat left top;
	position:absolute;
	height:40px;
	width:40px;
	cursor:pointer;
	top:50%;
	left:50%;
	margin:-20px 0 0 -20px;
	z-index:1053;
}
/** Zoombox Theme **/
.zoombox .zoombox_container{
	background:#000;
	color:#666;
	/*+box-shadow:0px 0px 10px #000000;*/
	-moz-box-shadow:0px 0px 10px #000000;
	-webkit-box-shadow:0px 0px 10px #000000;
	-o-box-shadow:0px 0px 10px #000000;
	box-shadow:0px 0px 10px #000000;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	-o-box-shadow:0 0 10px #000;
	box-shadow:0 0 10px #000;
}
.zoombox .content{
	background:#000;
}
.zoombox .zoombox_title{
	color:#FFF;
	/*+placement:anchor-top-left -1px -22px;*/
	position:absolute;
	left:-1px;
	top:-22px;
	/*+text-shadow:1px 1px #000000;*/
	-moz-text-shadow:1px 1px #000000;
	-webkit-text-shadow:1px 1px #000000;
	-o-text-shadow:1px 1px #000000;
	text-shadow:1px 1px #000000;
	-moz-text-shadow:1px 1px #000;
	-webkit-text-shadow:1px 1px #000;
	-o-text-shadow:1px 1px #000;
	text-shadow:1px 1px #000;
}
.zoombox .zoombox_close{
	background:url(img/close.png) no-repeat;
	width:30px;
	height:30px;
	/*+placement:anchor-top-right -15px -15px;*/
	position:absolute;
	right:-15px;
	top:-15px;
}
#zoombox.zoombox .zoombox_next{
	background:url(img/next.png) no-repeat right center;
}
#zoombox.zoombox .zoombox_prev{
	background:url(img/prev.png) no-repeat left center;
}
/** Lightbox Theme **/
.lightbox .zoombox_container{
	background:#FFF;
	margin-left:-30px;
	padding:10px 10px 37px;
	color:#666;
}
.lightbox .zoombox_close{
	background:url(img/lightclose.gif) no-repeat left top;
	width:66px;
	height:22px;
	top:auto;
	/*+placement:anchor-bottom-right 12px 6px;*/
	position:absolute;
	right:12px;
	bottom:6px;
}
.lightbox .zoombox_title{
	text-align:left;
}
.lightbox .zoombox_next{
	background:url(img/lightnext.gif) no-repeat right 50px;
}
.lightbox .zoombox_prev{
	background:url(img/lightprev.gif) no-repeat left 50px;
}
#zoombox.lightbox .zoombox_gallery{
	left:10px !important;
	right:10px;
	bottom:36px;
}
/** Pretty Photo Theme **/
.prettyphoto .zoombox_container{
	border:10px solid #0B0A0A;
	/*+border-radius:10px;*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	background:#FFF;
	padding:10px 10px 37px;
	margin-left:-20px;
	color:#797979;
}
.prettyphoto .zoombox_title{
	text-align:left;
}
.prettyphoto .zoombox_close{
	background:url(img/ppsprite.png);
	width:27px;
	height:24px;
	top:auto;
	/*+placement:anchor-bottom-right 6px 8px;*/
	position:absolute;
	right:6px;
	bottom:8px;
}
.prettyphoto .zoombox_next{
	background:url(img/ppnext.png) no-repeat right center;
}
.prettyphoto .zoombox_prev{
	background:url(img/ppprev.png) no-repeat left center;
}
.prettyphoto .multimedia .zoombox_next,.prettyphoto .multimedia .zoombox_prev{
	display:none;
}
#zoombox.prettyphoto .zoombox_gallery{
	left:10px !important;
	right:10px;
	bottom:36px;
}
/** Dark Pretty Photo Theme **/
.darkprettyphoto .zoombox_container{
	/*+border-radius:10px;*/
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	background:#0C0C0C;
	padding:10px 10px 37px;
	margin-left:-30px;
	color:#828282;
}
.darkprettyphoto .zoombox_title{
	/*[empty]position:;*/
	text-align:left;
}
.darkprettyphoto .zoombox_close{
	background:url(img/ppsprite.png);
	width:27px;
	height:24px;
	top:auto;
	/*+placement:anchor-bottom-right 2px 6px;*/
	position:absolute;
	right:2px;
	bottom:6px;
}
.darkprettyphoto .zoombox_next{
	background:url(img/ppnext.png) no-repeat right center;
}
.darkprettyphoto .zoombox_prev{
	background:url(img/ppprev.png) no-repeat left center;
}
.darkprettyphoto .multimedia .zoombox_next,.darkprettyphoto .multimedia .zoombox_prev{
	display:none;
}
#zoombox.darkprettyphoto .zoombox_gallery{
	left:10px !important;
	right:10px;
	bottom:36px;
}
/** Simple Theme **/
.simple .zoombox_container{
	background:#000;
}
.simple .zoombox_title{
	color:#FFF;
	/*+placement:anchor-top-left -1px -22px;*/
	position:absolute;
	left:-1px;
	top:-22px;
	/*+text-shadow:1px 1px #000000;*/
	-moz-text-shadow:1px 1px #000000;
	-webkit-text-shadow:1px 1px #000000;
	-o-text-shadow:1px 1px #000000;
	text-shadow:1px 1px #000000;
	-moz-text-shadow:1px 1px #000;
	-webkit-text-shadow:1px 1px #000;
	-o-text-shadow:1px 1px #000;
	text-shadow:1px 1px #000;
}
#zoombox.simple .zoombox_next{
	background:url(img/simplenav.png) no-repeat -20px center;
	/*+opacity:100%;*/
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
	right:-20px;
	width:20px;
}
#zoombox.simple .zoombox_next:hover{
	background-position-x:left;
}
#zoombox.simple .zoombox_prev{
	background:url(img/simplenav.png) no-repeat -40px center;
	/*+opacity:100%;*/
	filter:alpha(opacity=100);
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-moz-opacity:1;
	opacity:1;
	left:-20px;
	width:20px;
}
#zoombox.simple .zoombox_prev:hover{
	background-position-x:-60px;
}
.simple .zoombox_prev{
	background:url(img/ppprev.png) no-repeat left center;
}
.simple .zoombox_close{
	background:url(img/simpleclose.png) no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	top:0;
	right:-10px;
}

#zoombox.simple .multimedia .zoombox_next,#zoombox.simple .multimedia .zoombox_prev{
	display:block;
}

/* ==========================================================================
   Hover effect 
   ========================================================================== */

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	list-style: none;
	text-align: center;
	margin-top: 30px;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	height: 200px;
	background: #111111;
	width: 100%;
}

.grid figure img {
	position: relative;
	display: block;
	opacity: 0.5;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}




figure.effect-layla img {
	height: 115%;
	width: auto;
}

figure.effect-layla figcaption {
	padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

figure.effect-layla {
	text-shadow: 0 1px 1px rgba(0,0,0,.42); /* drop shadow */
}

figure.effect-layla h2 {
/* 	padding-top: 26%; */
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	font-size: 26px;
}

figure.effect-layla p {
	padding: 0.5em 2em;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

figure.effect-layla img,
figure.effect-layla h2 {
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}



/* ==========================================================================
   COMMUN
   ========================================================================== */

body {
	font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.clear {
	clear: both;
}

#page-content {
	padding: 45px 0;
}

#page-content blockquote {
	border-left: 4px solid #CCC;
}

#page-content ul {
	margin-left: 15px;
}

#page-content hr {
	border: 0;
	height: 2px;
	width: 85%;
	margin: 15px auto;
	background: #CCC;
}

#page-content h3 {
	border-left: 6px solid #d25227;
	border-bottom: 2px solid #d25227;
	padding: 6px;
	font-size: 20px;
}

#page-content h4 {
	text-decoration: underline;
}

/* ==========================================================================
   Section - header
   ========================================================================== */

.navbar-toggle {
    margin-top: 12px;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle, .navbar-toggle:focus {
    border: 1px solid #fff;
    outline: medium none;
}
.header-top {
    display: block;
    overflow: hidden;
    padding: 25px;
}

#header {
	position: relative;
}

#header h1 {
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 14;
	margin: 0;

}

#header h1 img {
	width: 300px;
	height: auto;
}

.main-nav {
    position: absolute;
    width: 100%;
    z-index: 13;
    top: 0px;
    background: #FFF;
   	-moz-box-shadow: 3px 4px 3px rgba(0,0,0,.25); /* drop shadow */
	-webkit-box-shadow: 3px 4px 3px rgba(0,0,0,.25); /* drop shadow */
	box-shadow: 3px 4px 3px rgba(0,0,0,.25); /* drop shadow */
}
.main-nav .container {
    width: 100%;
}
.social-icons a {
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
}
.social-icons .fa-facebook:hover {
    color: #3b5997;
}
.social-icons .fa-twitter:hover {
    color: #29c5f6;
}
.social-icons .fa-google-plus:hover {
    color: #d13d2f;
}
.social-icons .fa-youtube:hover {
    color: #ec5538;
}
.navbar-brand {
    height: 90px;
    margin-bottom: 20px;
    position: relative;
    width: 297px;
}
.navbar-brand img {
    position: absolute;
    top: -10px;
}

body .navbar-nav {
	padding-left: 350px;
}

body .navbar-nav li a {
    color: #43494e;
    font-size: 16px;
    padding: 23px 17px;
}

body .navbar-nav .mainNav__link--current {
	background-color: #d25227;
	color: #FFF;	
}

body .navbar-nav li a:hover, body .navbar-nav li a:focus, body .navbar-nav .active a {
	background-color: #d25227;
	color: #FFF;	
}
.fixed-menu {
    background-color: #3c3c3b;
    position: fixed;
    top: 0;
}
.fixed-menu .navbar-nav {
    padding: 0;
}
.fixed-menu .navbar-nav li a {
    font-size: 18px;
    padding: 20px 25px;
    text-shadow: inherit;
}
.fixed-menu .navbar-brand {
    height: 60px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    width: 125px;
}
.fixed-menu .navbar-brand img {
    height: 60px;
    top: 0;
}
.fixed-menu .header-top {
    display: none;
}
#home {
    overflow: hidden;
    position: relative;
}

#main-slider {
    position: relative;
}
#main-slider .carousel h2 {
    font-size: 36px;
}
#main-slider .carousel .btn {
    border: 2px solid #FFF;
    border-radius: 0;
    color: #fff;
    margin-top: 15px;
    background: #d25227;
}
#main-slider .carousel .btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
    background-color: rgba(0, 0, 0, 0.8);
    display: inline-block;
    padding: 10px 15px;
}

#main-slider .slick-current .animation.animated-item-1 {
    animation: 300ms linear 300ms normal both 1 running fadeInUp;
}
#main-slider .slick-current .animation.animated-item-2 {
    animation: 300ms linear 600ms normal both 1 running fadeInUp;
}
#main-slider .slick-current .animation.animated-item-3 {
    animation: 300ms linear 900ms normal both 1 running fadeInUp;
}
#main-slider .slick-current .animation.animated-item-4 {
    animation: 300ms linear 1200ms normal both 1 running fadeInUp;
}

/*
#header-menu {
	border-bottom: 1px solid #FFF;
}
*/

#scroll-to-discover {
	text-align: center;
	padding-top: 100px;
}

#scroll-to-discover img {
	display: inline-block;
}

.carousel-content h2, .carousel-content p {
	color: #FFF;
	text-shadow: 0 1px 1px rgba(0,0,0,.75); /* drop shadow */
}

#main-slider .slick-slide {
	min-height: 610px;
}

#main-slider .item {
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-position: center center;
}

#main-slider .carousel-inner {
	position: relative;
}

#main-slider .centered {
	margin-top: 20%;
}

#single-page-heading {
	padding-top: 160px;
	padding-bottom: 25px;
	background: #d25227;
	color: #FFF;
	clear: both;
}

#single-page-heading h2 {
	font-size: 36px;
}


.header-breadcrumb a {
	color: #FFF;
	font-weight: 600;
}

.mainNav__item {
  display: inline-block;
}
.mainNav__item--hasChilds {
  position: relative;
}
.mainNav__item--hasChilds .mainNav__link:after {
  padding-left: 8px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.mainNav__link {
  position: relative;
}


.mainNav__childs {
  background-color: #FFF;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  width: 250px;
  border: 1px solid #222;
}
.mainNav__link:hover + .mainNav__childs, .mainNav__childs:hover, .mainNav__item--active .mainNav__childs {
  opacity: 1;
  visibility: visible;
}

body .main-nav .mainNav__sItem {
	list-style-type: none;
}

body .navbar-nav li .mainNav__sItem a {
	padding: 15px;
	display: block;
}

body .main-nav .mainNav__sItem a:hover {
  background: #EFEFEF;
  color: #222;
}
.mainNav__sItem + .mainNav__sItem {
  border-top: 1px solid #343434;
}
.mainNav__sItem:hover {
  background-color: #FFF;
}
.mainNav__sLink {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  color: #FFF;
  text-align: center;
}


/* ==========================================================================
   Section - Footer
   ========================================================================== */

#footer-copyright {
	text-align: center;
	padding: 30px;
}

.footer-logo {
	margin-top: 30px;
}

.footer-logo img {
	width: 100%;
	height: auto;
}

footer ul {
	list-style-type: none;
}

footer a {
	color: #444;
	font-weight: 500;
}

footer a:hover {
	color: #d25227;
	text-decoration: underline; 
}

#footer-quick-links {
	background: #d25227;
	padding: 30px 0;
	text-align: center;
}

.single-footer-quick-link {
	background: #FFF;
	padding: 30px;
	color: #222;
	display: block;
	height: 120px;
	position: relative;
	border-radius: 10px;	
	-moz-border-radius: 10px;	
	-webkit-border-radius: 10px;	
}

.single-footer-quick-link span {
	color: #d25227;
	position: absolute;
	right: 15px;
	text-align: right;
	font-size: 24px;
	top: 10px;
}

body #footer-quick-links .single-footer-quick-link:first-child {
	background: url("../img/adopter-chat6.jpg") no-repeat left center;
	background-color: #FFF;
}

body #footer-quick-links .single-footer-quick-link:not(:first-child) {
	background: url("../img/adopter-chien5.jpg") no-repeat left center;
	background-color: #FFF;

}

.single-footer-quick-link button {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: inline-block;
	background: #d25227;
	color: #FFF;
	padding: 8px 15px;
	border: 0;
	border-radius: 7px;	
	-moz-border-radius: 7px;	
	-webkit-border-radius: 7px;	
	border: 2px dotted #FFF;
}

/* ==========================================================================
   Page - Homepage
   ========================================================================== */

#homepage-colored-bg {
	background: #d25227;
	padding: 30px;
}

#homepage-acces-rapide {
	margin-top: -130px;
}

body #homepage-acces-rapide .single-acces-rapide {
	padding: 5px;
	position: relative;
	display: block;
}

body #homepage-acces-rapide .single-acces-rapide .single-acces-img-container {
	border: 3px solid #FFF;
	overflow: hidden;
}


.single-acces-rapide img {
	
	/* Webkit for Chrome and Safari */
	-webkit-transform: scale(1, 1); 	
	-webkit-transition-duration: 500ms;
	-webkit-transition-timing-function: ease-out;
	
	/* Webkit for Mozila Firefox */
	-moz-transform: scale(1, 1);
	-moz-transition-duration: 500ms;
	-moz-transition-timing-function: ease-out;
	
	/* Webkit for IE( Version: 11, 10 ) */
	-ms-transform: scale(1, 1);
	-ms-transition-duration: 500ms;
	-ms-transition-timing-function: ease-out;
}

.single-acces-rapide:hover img {
	/* Webkit for Chrome and Safari */
	-webkit-transform: scale(1.1, 1.1); 
	-webkit-transition-duration: 700ms;
	-webkit-transition-timing-function: ease-out;
	
	/* Webkit for Mozila Firefox */
	-moz-transform: scale(1.1, 1.1);
	-moz-transition-duration: 700ms;
	-moz-transition-timing-function: ease-out;
	
	/* Webkit for IE( Version: 11, 10 ) */
	-ms-transform: scale(1.10, 1.10);
	-ms-transition-duration: 700ms;
	-ms-transition-timing-function: ease-out;
}


.single-acces-rapide img {
	width: 100%;
	height: auto;
}

.single-acces-text {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	left: 0;
}

#homepage-acces-rapide .single-acces-text button {
	background: #d25227;
	color: #FFF;
	padding: 8px 10px;
	display: inline-block;
	border: 2px solid #FFFFFF;
   	-moz-box-shadow: 3px 4px 3px rgba(0,0,0,.25); /* drop shadow */
	-webkit-box-shadow: 3px 4px 3px rgba(0,0,0,.25); /* drop shadow */
	box-shadow: 3px 4px 3px rgba(0,0,0,.25); /* drop shadow */
}

#homepage-presentation {
	background: #FFF;
	padding: 30px;
	margin: 5px;
	margin-top: 60px;
}

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

body #homepage-gallery .col-sm-9 {
	padding-right: 0;
}

#homepage-gallery img {
	width: 100%;
	height: auto;
}

#homepage-gallery .homepage-gallery-image {
	padding: 0;
}

.homepage-gallery-text {
	padding-top: 60px;
}



#homepage-revue {
	background: #d25227;
	color: #FFF;
	text-align: center;
	clear: both;
	padding: 30px 0;
   	-moz-box-shadow: 3px 4px 3px rgba(0,0,0,.25); /* drop shadow */
	-webkit-box-shadow: 3px 4px 3px rgba(0,0,0,.25); /* drop shadow */
	box-shadow: 3px 4px 3px rgba(0,0,0,.25); /* drop shadow */
}

#homepage-revue h2 {
	font-size: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0;
}

#homepage-revue em {
	font-weight: bold;
	font-style: normal;
}

#homepage-revue a {
	background: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #222;
	display: inline-block;
	padding: 10px 45px;
	font-size: 18px;
	
}


/* Page : Chiens & chats à adopter */

#animal-search-form {
	margin-bottom: 30px;
}

#page-list {
	clear: both;
}

.single-animal {
	margin: 15px 0;
	color: #333;
}

#page-list .single-animal {
	min-height: 250px;
}

.single-animal-content {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #DDD;
	padding: 15px;
}

.single-animal-content:hover {
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.11);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.11);
}

.single-animal-content img {
	max-width: 100%;
	height: auto;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.11);
	box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.11);
}

.single-animal-content b {
	color: #d25227;
}

.single-animal-content p {
	margin: 2px 0;
}


.animal-hidden {
	display: none;
}

/* ==========================================================================
   Page : Formulaire match
   ========================================================================== */

.acf-field-5906fccf112e4, .acf-field-5906fcc4112e3, .acf-field-5919fd8e95adb, .acf-field-5919fd8e95d1e {
	display: none;
}

.success {
	margin-top: 25px;
	margin-bottom: 25px;
	border: 2px solid green;
	text-align: center;
	padding: 20px;
	background: #FAFAFA;
}

.error {
	margin-top: 25px;
	margin-bottom: 25px;
	border: 2px solid red;
	text-align: center;
	padding: 20px;
	background: #FAFAFA;
}

/* ==========================================================================
   Admin : Pages Protected
   ========================================================================== */

#raison-modification-historique {
	text-align: center;
	border: 1px solid #d25227;
	padding: 10px;
	margin: 15px 0;
}

#raison-modification-historique b {
	color: #d25227;
}

body #informations-generales h3 {
	border: 0;
	padding: 0;
}

#menu-voir-animal {
	text-align: center;
	margin-bottom: 45px;
}

#menu-voir-animal li {
	display: inline-block;
}

body .boutons-actions-fiche {
	text-align: center;
	margin-top: 40px;
}

#menu-voir-animal li a, body .boutons-actions-fiche a {
	display: block;
	border: 1px solid #d25227;
	color: #333;
	padding: 8px 20px;
}

body .boutons-actions-fiche a {
	display: inline-block;
}

#menu-voir-animal li a:hover, .boutons-actions-fiche a:hover {
	background: #d25227;
	color: #FFF;
	border: 1px solid #FFF;
}

#admin-tableau-animaux {
	margin: 30px 0;
}

#admin-tableau-animaux .icon-area, #tableau-circulation .align-center, .tableau-comportement .align-center, .tableau-caractere .align-center  {
	text-align: center;
}

#admin-tableau-animaux .fa-times {
	color: red;
	font-size: 18px;
}

#admin-tableau-animaux .fa-check-circle {
	color: green;
	font-size: 18px;
}

body table .fa-question-circle-o {
	font-size: 17px;
	font-weight: bold;
}

#admin-voir-animal img {
	max-width: 100%;
	height: auto;
}

#admin-voir-animal h2 span {
	font-size: 13px;
	font-weight: normal;
}

#admin-voir-animal td {
	padding: 5px;
}

#admin-voir-animal td b {
	font-weight: normal;
}

#admin-voir-animal tr:nth-child(even), #admin-tableau-animaux tr:nth-child(even) {
	background: #F1F1F1;
}

#admin-voir-animal h2 {
	background: #d25227;
	color: #FFF;
	padding: 15px;
}

#admin-voir-animal h3 {
	border-left: 25px solid #d25227;
	padding-left: 10px;
	margin-top: 25px;
}

#admin-voir-animal h3 span {
	font-size: 16px;
}

#tableau-bilan, #tableau-circulation, .tableau-comportement, .tableau-caractere {
	width: 100%;
}

.tableau-comportement {
	margin-bottom: 45px;
}

#admin-registre {
	margin-bottom: 45px;
	margin-top: 30px;
	padding: 30px;
	border: 1px solid #F3F3F3;
	background: #FAFAFA;
}

#admin-registre input[type=submit] {
	background: #d25227;
	color: #FFF;
	padding: 8px 15px;
	border: 0;
	margin-top: 15px;
}


.hidden-item {
	display: none;
}

#overlay-bg {
	background: rgba(20, 20, 20, .5);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.overlay-content {
	position: fixed;
	top: 35%;
	left: 50%;
	margin-left: -250px;
	width: 500px;
	padding: 30px;
	text-align: center;
	background: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
	z-index: 10;
}

.overlay-content a {
	display: block;
	padding: 3px;
}

.overlay-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #333;
	color: #FFF;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

.overlay-close:hover {
	cursor: pointer;
}

.animal-galerie-photos img {
	display: inline-block;
	padding: 5px;
}

/* ==========================================================================
   Page Template - Slider Présentation Animaux
   ========================================================================== */

#animal-slider .slick-current .animation.animated-item-1 {
    animation: 400ms linear 300ms normal both 1 running fadeInUp;
}
#animal-slider .slick-current .animation.animated-item-2 {
    animation: 400ms linear 600ms normal both 1 running fadeInRight;
}
#animal-slider .slick-current .animation.animated-item-3 {
    animation: 300ms linear 900ms normal both 1 running fadeInUp;
}
#animal-slider .slick-current .animation.animated-item-4 {
    animation: 300ms linear 1200ms normal both 1 running fadeInUp;
}

#animal-slider .slick-slide {
	position: relative;
}

#animal-slider .single-animal-slider {
	margin-top: 12%;
}

#animal-slider .slider-animal-infos {
	background: #FFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 30px;
}

#animal-slider .slider-animal-photo {
	padding-top: 15px;
}

#animal-slider .slider-animal-photo img {
	max-width: 100%;
	height: auto;
}

.animal-slider-title h1 {
	text-align: center;
	color: #FFF;
	font-size: 36px;
}

.animated-item-3 {
	font-size: 24px;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(0,0,0,.75);
}

.animal-slider-title {
	margin-bottom: 3%;
}


.single-animal-revue {
	display: block;
	height: 120px;
}

/* ==========================================================================
   Page Template - Animaux Perdus/Trouvés
   ========================================================================== */



.acf-field-58760a190f51d, 
.acf-field-58760a3a0f51e select>option+option+option,
.acf-field-58b4350d817f5,
.acf-field-58bff725fde67,
#acf-form .acf-tab-wrap, 
.acf-field-58c0083cdd085, /* Races chats */
.acf-field-58c00a6798eb2 /* Précision de la race */ {
	display: none;
}

.page-template-template-formulaire-perdu-trouve .acf-field-5919fd8e9605c {
	display: none;
}

/* ==========================================================================
   Plugin - Cookies
   ========================================================================== */
   
    #gdpr-cookie-message {
        position: fixed;
        right: 30px;
        bottom: 30px;
        max-width: 375px;
        background-color: #FFF;
        padding: 20px;
        border-radius: 5px;
        -webkit-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.45);
-moz-box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.45);
box-shadow: 3px 3px 7px 0px rgba(0,0,0,0.45);
        margin-left: 30px;
        font-family: system-ui;
    }
    #gdpr-cookie-message h4 {
        color: var(--red);
        font-family: 'Quicksand', sans-serif;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    #gdpr-cookie-message p {
        color: #333;
        font-size: 15px;
        line-height: 1.5em;
    }
    #gdpr-cookie-message p:last-child {
        margin-bottom: 0;
        text-align: right;
    }
    #gdpr-cookie-message a {
        color: #333;
        text-decoration: none;
        font-size: 15px;
        padding-bottom: 2px;
        border-bottom: 1px dotted rgba(255,255,255,0.75);
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message a:hover {
        color: #333;
        border-bottom-color: var(--red);
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button {
        border: none;
        background: #d25227; /* COULEUR DE FOND */
        color: #FFF;
        font-family: 'Quicksand', sans-serif;
        font-size: 15px;
        padding: 7px;
        border-radius: 3px;
        margin-left: 15px;
        cursor: pointer;
        transition: all 0.3s ease-in;
    }
    #gdpr-cookie-message button:hover {
        background: #333;
        color: #FFF;
        transition: all 0.3s ease-in;
    }
    
    #rgpd-form {
	    margin: 30px 0;
	    font-size: 12px;
    }


/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
		.single-photo-gal {
		    width: 25%;
		}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 770px) {
	    
	    .display-mobile-menu {
		    width: 100%;
		    display: block;
		    padding: 10px;
		    text-align: center;
		    background: #d25227;
		    color: #FFF;
		    border: 0;
		    margin: 30px 0;
	    }
	    
	    #header-menu {
		    display: none;
	    }
	    
	    #header h1 {
		    position: relative;
		    text-align: center;
		    width: 100%;
		}
		
		#header h1 img {
			display: inline-block;
		}
		
		.main-nav {
			 position: relative;
		    text-align: center;
		    width: 100%;
		}
		
		#header-menu .mainNav__item {
			width: 100%;
		}
		
		body .navbar-nav {
			padding: 0;
		}
		
		.mainNav__childs {
		    width: 100%;
		    z-index: 20;
		    text-align: center;
		    position: relative;
		    display: block;
		    visibility: visible;
		    opacity: 1;
		}
		
		.mainNav__childs li {
			width: 75%;
			display: inline-block;
			background-color: #FFF;
			border: 1px solid #d25227;
		}
		
		#main-slider .slick-slide {
		    min-height: 440px;
		}
		
		.carousel-content h2, .carousel-content p {
			text-align: center;
		}
		
		#homepage-gallery {
			display: none;
		}
		
		body #footer-quick-links .single-footer-quick-link:not(:first-child) {
			margin-top: 25px;
		}
		
		#single-page-heading {
			padding-top: 30px;
			text-align: center;
		}
		
	

    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {

    }


