data-wow-delay="0.4s"data-wow-delay="0.4s"data-wow-delay="0.4s"data-wow-delay="0.4s"
html, body{
    font-size: 100%;
	background:#fff;
	font-family: 'Fauna One', serif;
}
body a{
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
/*----start-container----*/
.banner{
	/*background: url(../images/bg.png) no-repeat 0px 0px;*/
	/*background-size: cover;*/
}
/*----start-header----*/
.header{
	position: absolute;
	z-index: 999;
	margin-top:1.0em;
	width:98%;
	margin-left: 1%
}
.logo{
	float: left;
	padding: 0px;
}
.logo a{
	padding: 0px;
	color:#FFFFFF;
	font-size:2.4em;
	text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 2px 2px #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000;
}

.logo p{
		color:#fff;
}

.top-nav{
	float:right;
}
.top-nav ul li{
	float:left;
	display: inline-block;
	margin-left:3px;
}


.top-nav ul li a{
	font-family: Arial,sans-serif;
	background:#fff;/*7E0002;*/
	padding: 0.6em 0.6em;
	display: block;
	color: #000;
	font-size:1.2em;
	/*text-transform: uppercase;*/
	text-decoration:none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	
	border-radius: 30px;
	box-shadow: #000 0 5px 4px, rgba(0, 0, 0, 0.3) 0 3px 3px;
}


.top-nav ul li a:hover,.top-nav ul li.active a{
	color: #fff;
background: #FF0004;
background: -moz-linear-gradient(top,  #FF0004 35%, #7E0002 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,#FF0004), color-stop(100%,#7E0002));
background: -webkit-linear-gradient(top,  #FF0004 35%,#7E0002 100%);
background: -o-linear-gradient(top,  #FF0004 35%,#7E0002 100%);
background: -ms-linear-gradient(top,  #FF0004 35%,#7E0002 100%);
background: linear-gradient(to bottom,  #FF0004 35%,#7E0002 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF0004', endColorstr='#7E0002',GradientType=0 );

}

.tel{
float:left;
display: block;
font-size:4em;
color:#fff;
margin-top:3em;
width:100%;text-align:right;

text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 2px 2px #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000;

    -webkit-animation-name: example; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 4s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-name: example;
    animation-duration: 3s;
    animation-iteration-count: infinite;

}

@-webkit-keyframes example {
    0%   {color:red; font-size:4em;}
    25%  {color:yellow; font-size:3em;}
	50%  {color:green; font-size:2em;}
    75%  {color:white; font-size:3em;}
    100% {color:red; font-size:4em;}
}

/* Standard syntax */
@keyframes example {
    0%   {font-size:2.00em;}
	5%   {font-size:1.95em;}
	10%  {font-size:1.90em;}
	15%  {font-size:1.85em;}
	20%  {font-size:1.80em;}
	25%  {font-size:1.75em;}
	30%  {font-size:1.70em;}
	32%  {font-size:1.65em;}
	40%  {font-size:1.60em;}
	45%  {font-size:1.55em;}
    50%  {font-size:1.50em;}
	55%  {font-size:1.55em;}
	60%  {font-size:1.60em;}
	65%  {font-size:1.65em;}
	70%  {font-size:1.70em;}
	75%  {font-size:1.75em;}
	80%  {font-size:1.80em;}
	85%  {font-size:1.85em;}
	90%  {font-size:1.90em;}
	95%  {font-size:1.95em;}
	100% {font-size:2.00em;}
  }

span.comment {
	color: yellow;
	font-style:italic;
}

.social-icons{
float:left;
background: #EE7B00;
padding:0.9em 0.5em 0.55em 0;
}
.social-icons a span.fb {
background-position: -6px -6px;
}
.social-icons a span.ggl {
background-position: -26px -5px;
}
.social-icons a span {
width: 20px;
height: 40px;
background: url('../images/splits.png') no-repeat 0px 0px;
display: inline-block;
}
.images-slider{
margin-top: -73px;
}
/*----//End-header----*/
/*--- slider-css --*/
.slider {
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  height:300px;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  
  border: 0;
  }
.caption{
  width: 90%;
  height: auto;
  position: absolute;
  top: 40%;
  left: 10%;
}
.caption h2{
	width: 100%;
	color: #ffffff;
	font-weight: 400;	
	display:inline-block;
	padding:0.7em 1em;
	text-decoration:none;
	transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
	text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 2px 2px #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000;
}


.caption h3{
	background-color: #fff;
	opacity: 0.8;
	margin-left:10%;
	margin-top:10px;
	display:inline-block;
	text-decoration:none;
	color: #000;
	line-height: 1.em;
	font-size: 300;
	padding:2em 2em;
	border-radius: 10px;
	text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}


ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14px;
	z-index: 999;
	left: 13px;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 31px;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 43px;
  width: 28px;
  margin-top: -45px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 31px;
 }
/*-- responsive-mediaquries --*/

ul.soup-receips{
display:inline-block;
margin:0px;
padding:0px;
}

ul.soup-receips li{
display:inline-block;
margin:0px;
padding:0px;
}
ul.soup-receips li a{
width:33px;
height:33px;
display:inline-block;
background:url(../images/splits.png) no-repeat -9px -59px;
vertical-align: middle;
}
ul.soup-receips li a:hover{
background:url(../images/splits.png) no-repeat -48px -59px;
}
ul.soup-receips li span{
color:#131313;
font-weight:bold;
font-size:1.4em;
margin-left:5px;
}
.top{
padding:0;
}
.soup-grid{
margin-top:1em;
}
.soup1{
background:url(../images/s1.jpg) no-repeat 0px 0px;
background-size:98%;
min-height:130px;
padding:0;
}
.soup1 h3,.soup2 h3,.soup3 h3,.soup4 h3,.soup5 h3,.soup6 h3,.soup7 h3,.soup8 h3{
height:100%;
background-color:#FFFD00;	
}



.soup1 h3 a,.soup2 h3 a,.soup3 h3 a,.soup4 h3 a,.soup5 h3 a,.soup6 h3 a,.soup7 h3 a,.soup8 h3 a {
color:#FFF;
text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 2px 2px #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000;
font-weight:bold;
background:#7E0002;
padding :0.3em 0em 0.3em 0.5em;
width:98%;
height:100%;
display:block;
text-align:left;
text-decoration:none;
}
.soup1 h3 a:hover,.soup2 h3 a:hover,.soup3 h3 a:hover,.soup4 h3 a:hover,.soup5 h3 a:hover,.soup6 h3 a:hover,.soup7 h3 a:hover,.soup8 h3 a:hover{
background:#EABC74;
}
.soup2{
background:url(../images/s2.jpg) no-repeat 0px 0px;
background-size:98%;
min-height:130px;
padding:0;
}
.soup3{
background:url(../images/s3.jpg) no-repeat 0px 0px;
background-size:100%;
min-height:130px;
padding:0;
}
.soup4{
background:url(../images/s4.jpg) no-repeat 0px 0px;
background-size:98%;
min-height:130px;
padding:0;
}
.soup5{
background:url(../images/s5.jpg) no-repeat 0px 0px;
background-size:98%;
min-height:130px;
padding:0;
}
.soup6{
background:url(../images/s6.jpg) no-repeat 0px 0px;
background-size:100%;
min-height:130px;
padding:0;
}

.soup7{
background:url(../images/s7.jpg) no-repeat 0px 0px;
background-size:98%;
min-height:130px;
padding:0;
}

.soup8{
background:url(../images/s8.jpg) no-repeat 0px 0px;
background-size:98%;
min-height:130px;
padding:0;
}

.soup-info{
background:#EABC74;
padding:1em 1em 1em 1.5em;
margin-top:1em;  
}
.veg{
background:#F1962E;
padding:1em 1em 1em 1.5em;
margin-top:1em;  
}
.soup-info h3{
color:#131313;
font-weight:bold;
margin-bottom:0.5em;
font-size:1.2em;
}
.soup-info p{
line-height:1.5em;
font-size:0.8em;
color:#131313;
font-weight:600;
}
/*----*/
.a-to-z{
margin:3em 0;
}
.atoz,.atoz-info{
padding:0;
width:22%;
}
.atoz-list{
width:56%;
}
.atoz h3{
color:#131313;
font-weight:bold;
font-size:1.8em;
}
.atoz-info p{
color:#131313;
text-align:right;
font-size:0.8em;
margin-right:1em;
}
.atoz-list ul li{
display:inline-block;
text-align:right;
}
.atoz-list ul li a{
padding:4px; 
font-size:1em;
color:#131313;
font-weight:bold;
text-decoration:none;
} 
.atoz-list ul li.active,.atoz-list ul li a:hover{
background:#EABC74;
}
.fotter{
background:#EABC74;
}
.bowl{
padding:2.3em 2.3em 2.45em 2.3em;
background:#EE7B00;
width:10%;
}
.fotter-pic{
position:relative;
}
.fotter-grid,.ftr-pic{
padding:0;
}
.ftr-pic{
width:36%;
}
.fotter-soup-info{
background: #F1DEBF;
padding: 1em 1em 0.87em 1.5em;
float:left;
}
.fotter-soup-info h3 {
color: #131313;
font-weight: bold;
margin-bottom: 0.5em;
font-size: 1em;
}
.fotter-soup-info p {
line-height: 1.5em;
font-size: 0.74em;
color: #131313;
font-weight: 600;
}
.fotter-grid-pic{
background: #e8b665;
background: -moz-linear-gradient(top,  #e8b665 0%, #ee7b00 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8b665), color-stop(100%,#ee7b00));
background: -webkit-linear-gradient(top,  #e8b665 0%,#ee7b00 100%);
background: -o-linear-gradient(top,  #e8b665 0%,#ee7b00 100%);
background: -ms-linear-gradient(top,  #e8b665 0%,#ee7b00 100%);
background: linear-gradient(to bottom,  #e8b665 0%,#ee7b00 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b665', endColorstr='#ee7b00',GradientType=0 );
left:0%;
position:absolute;
top: -30px;
padding:0;
}
.ftr-image{
float:left;
}
.fotter-grid-pic img{
width:270px;
height:160px;
} 
.ftr-info{
float: left;
width: 33%;
}
.fotter-grid-pic p{
color:#fff;
font-size:0.8em;
padding: 2em 1em 1em 23px;
display: inline-block;
line-height:1.8em;
}
.gallery-grid ul li{
display:inline-block;
}
span.icon1{
width: 33px;
height: 35px;
display: inline-block;
background: url(../images/splits.png) no-repeat -159px -9px;
vertical-align: middle;
cursor:pointer;
}
span.icon1:hover {
background: url(../images/splits.png) no-repeat -188px -9px;
}
span.icon2{
width: 33px;
height: 35px;
display: inline-block;
background: url(../images/splits.png) no-repeat -124px -9px;
vertical-align: middle;
cursor:pointer;
}
span.icon2:hover {
background:url(../images/splits.png) no-repeat -124px -40px;
}
.fotter-menu{
padding:3em 0;
}
.fotter-menu ul{
float:left;
}
.fotter-menu ul li{
display:inline-block;
}
.fotter-menu ul li a{
color:#000;
margin:0 1em;
font-size:1em;
text-decoration:none;
}
.fotter-menu ul li a:hover{
color:#FF0000;
text-decoration:underline;
}
p.copy-right{
float:right;
font-size:0.8em;
}
p.copy-right a{
color:#D46E00;
text-decoration:none;
}
p.copy-right a:hover{
color:#25221C;
}
/*--recip--*/
.banner2{
	background: url(../images/bg.png) no-repeat 0px 0px;
	background-size: cover;
	min-height:120px;
}
.header2{
z-index:0;
}
.recp-sec {
margin: 3em 0;
}
.recp-sec h2{
color:#FF0000;
font-weight: bold;
font-size: 1.8em;
text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}
.recip-sec img{
width:100%;
}
.myList li{ 
	display:inline-block;
	list-style-type:none;
	margin-bottom:2em;
}

.myList li img{ 
filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        -o-filter: grayscale(1);
        -ms-filter: grayscale(1);
		
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.myList li img:hover{ 
  filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        -ms-filter: grayscale(0);
}


#loadMore {
background:#EE7B00;
padding: 0.3em 1.5em;
display: inline-block;
font-size: 1.2em;
color: #FFF;
cursor:pointer;
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
#loadMore:hover {
    background:#333333;
}
#showLess {
background:#333333;
padding: 0.3em 1.5em;
display: inline-block;
font-size: 1.2em;
color: #FFF;
cursor:pointer;
margin: 0em 1em;
transition: 0.5s all ease;
-webkit-transition: 0.5s all ease;
-moz-transition: 0.5s all ease;
-o-transition: 0.5s all ease;
-ms-transition: 0.5s all ease;
}
#showLess:hover {
    background:#EE7B00;
}
.load_more{
	padding: 10px 0;
}
.recip-sec h3{
color:#EE7B00;
margin:10px 0 5px 0;
font-size:1.2em;
font-weight:600;
}
.recip-sec h3 a{
text-decoration:none;
}
.recip-sec h3 a:hover{
color:#EE7B00;
}
.recip-sec p{
color:#8B8B8A;
font-size:0.85em;
line-height:1.8em;
}
.recip-sec {
padding-left: 0;
}
/*--404--*/
.page-not-found{
text-align:center;
margin:6em 0;
min-height: 595px;
}
/*----*/
.content{
margin:3em 0;
}
.gallery-head {
margin: 0 0 10px 0;
}
.gallery-head h2{
color: #EE7B00;
margin-bottom: 1em;
font-weight: bold;
font-size: 1.8em;
}
.gallery-top {
margin: 40px 0 10px 0;
}
.gallery li {
float: left;
display: inline;
width: 23.5%;
margin-right: 2%;
box-shadow: 0 0 8px #666;
background: #FFF;
padding-bottom: 10px;
opacity: .95;
}
.gallery li.last {
margin: 0 0 30px 0;
}
.gallery ul li a img {
box-shadow: 0 0 5px #999;
-webkit-box-shadow: 0 0 5px #999;
-moz-box-shadow: 0 0 5px #999;
-o-box-shadow: 0 0 5px #999;
width: 100%;
}
.gallery h3 {
color: #888;
padding: 10px 0 0 15px;
background: #FFF;
font-size: 17px;
}
/*--contact--*/
.contact-main{
margin:3em 0 5em 0;
}
.contact-main h2 {
color: #EE7B00;
margin-bottom: 1em;
font-weight: bold;
font-size: 1.8em;
}
.map{
margin-bottom:1em;
}
.address p {
display: block;
font-size: 0.9em;
color: #686868;
font-weight: 400;
padding: 4px 0;
}
.contact h3{
font-size:1em;
color:#2C2C2C;
margin-bottom:5px;
}
.contact{
margin-left:2em;
}
.contact input[type="text"] {
padding: 8px 5px;
width: 100%;
font-size: 13px;
margin: 5px 0 30px 0;
border: 1px solid #C4C8CA;
color: #999;
-webkit-appearance:none;
background: none;
-webkit-border-radius: .2em;
-moz-border-radius: .2em;
border-radius: .2em;
outline: none;
}
.contact form textarea {
width: 100%;
font-size: 13px;
margin: 10px 0;
border: 1px solid #C4C8CA;
color: #999;
-webkit-border-radius: .2em;
-moz-border-radius: .2em;
border-radius: .2em;
outline: none;
margin-bottom: 25px;
padding: 8px;
height: 150px;
background:none;
resize: none;
}
.contact input[type="text"]:hover,.contact form textarea:hover{
border-color: #FFB200;
}
.contact input[type="submit"] {
border-radius: 4px;
box-shadow: #d07400 0 2px 0px, rgba(0, 0, 0, 0.3) 0 3px 3px;
background: rgb(255,183,0);
background: -moz-linear-gradient(top, rgba(255,183,0,1) 0%, rgba(255,140,0,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,183,0,1)), color-stop(100%,rgba(255,140,0,1)));
background: -webkit-linear-gradient(top, rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
background: -o-linear-gradient(top, rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
background: -ms-linear-gradient(top, rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
background: linear-gradient(top, rgba(255,183,0,1) 0%,rgba(255,140,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb700', endColorstr='#ff8c00',GradientType=0 );
border: 1px solid #e59500;
font-size: 1em;
color: #fff;
outline:none;
padding: 7px 32px 9px;
}
.contact input[type="submit"]:hover {
background: rgb(255,203,72);
background: -moz-linear-gradient(top, rgba(255,203,72,1) 0%, rgba(255,156,35,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,203,72,1)), color-stop(100%,rgba(255,156,35,1)));
background: -webkit-linear-gradient(top, rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
background: -o-linear-gradient(top, rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
background: -ms-linear-gradient(top, rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
background: linear-gradient(top, rgba(255,203,72,1) 0%,rgba(255,156,35,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcb48', endColorstr='#ff9c23',GradientType=0 );
}
/*-- responsive-mediaquries --*/



.grid {
	color:#FFFFFF;
	position: relative;
	clear: both;
	margin: 0;
	padding: 0em;
	width: 100%;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 15px 10px 0px;;
	min-width: 320px;
	max-width: 480px;
	width: 32%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.titre1{
	border: 2px solid #fff;
	padding: 3px;
	background-color:#000;
	width: 80%;
}

grid figure.figureP{
	max-height: 360px;
	height: auto;
}

.grid figure.figureM{
	max-height: 360px;
	height: auto;
}

.grid figure.figureM:hover{
	max-height: 2150px;
	height: 2150px;
}

.grid figure img.prod {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 0.8em;
	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 */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

span.prix{
text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 2px 2px #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000;
font-size: 2em;
color:#FFFF00;	
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	color:#FFFFFF;
	text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 2px 2px #000, -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000;
}

.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-duke {
	background: -webkit-linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
	background: linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
}

figure.effect-duke img.prod,
figure.effect-duke p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img.prod {
	opacity: 0.1;
	-webkit-transform: scale3d(2,2,1);
	transform: scale3d(2,2,1);
}



figure.effect-duke h2 {
	
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

figure.effect-duke p {
	position: absolute;
	width:96%;
	bottom: 0;
	left: 0;
	margin: 2%;
	padding: 2%;
	border: 2px solid #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	text-shadow: 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #000, 0 -1px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
	-webkit-transform-origin: 50% -100%;
	transform-origin: 50% -100%;
}

figure.effect-duke p.menu1 {
	position:relative;
	
}

figure.effect-duke:hover h2,
figure.effect-duke:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}



i{
	opacity: 1;
    filter: alpha(opacity=100);	
}
i.pht {
  width: 32px;
  height: 32px;
  display: block;
  background: url(../images/fbk.png)no-repeat;
  vertical-align: middle;
}
i.ctt {
  width: 32px;
  height: 32px;
  display: block;
  background: url(../images/fbk.png)no-repeat;
  vertical-align: middle;
}
i.fbk {
  width: 32px;
  height: 32px;
  display: block;
  background: url(../images/fbk.png)no-repeat;
  vertical-align: middle;
}

i.ggl {
  width: 32px;
  height: 32px;
  display: block;
  background: url(../images/ggl.png)no-repeat;
  vertical-align: middle;
}

i.twt {
  width: 32px;
  height: 32px;
  display: block;
  background: url(../images/twt.png)no-repeat;
  vertical-align: middle;
}

i.skype {
  width: 32px;
  height: 32px;
  display: block;
  background: url(../images/skp.png)no-repeat;
  vertical-align: middle;
}
i.fbk:hover, i.ctt:hover,i.pht:hover,i.ggl:hover,i.twt:hover,i.skype:hover  {
  opacity: 0.5;
}


nav ul {
    list-style-type: none;
	background-color: #1B1B1B;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

nav li {
    float: left;
}

nav li a, .dropbtn {
    display: inline-block;
	background-color: #1B1B1B;
    color:#FFFFFF;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

nav li a:hover {
background-color: #6E6E6E;
color:#FFFFFF;
}


nav li.dropdown {
    display: inline-block;
}

nav ul li img{
	margin:0px;
	height:32px;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:999;	
}

.dropdown-content a {
    padding: 12px 16px;
	background-color: #D8D8D8;
	color:#000000;
	border-bottom: #000000 solid 1px;
    text-decoration: none;
    display: block;
    text-align: left;
}


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



/*photos*/
.w3-animate-fading{-webkit-animation:fading 10s infinite;animation:fading 10s infinite; width:100%; height:200px;}
.w3-content{
	max-width:60%;
	margin:auto; 
	/*height:*/
}
.w3-content .mySlides{
	display:none;
	width:100%;
	height: auto;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
	
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
}
  
.w3-col{width:17.6%; margin-right:3%; margin-top:30px; display:inline-block;}
.w3-col:last-child{margin-right:0%;}

.w3-col img{
	width:100%; 
	height:100%;
	cursor:pointer;
    -moz-box-shadow:0px 0px 5px #000;
	-webkit-box-shadow:0px 0px 5px #000;
	box-shadow:0px 0px 5px #000;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

@-webkit-keyframes fading{0%{opacity:0}50%{opacity:1}75%{opacity:1}100%{opacity:0}}
@keyframes fading{0%{opacity:0}50%{opacity:1}75%{opacity:1}100%{opacity:0}}

.w3-animate-fading{-webkit-animation:fading 10s infinite;animation:fading 10s infinite}
@-webkit-keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{-webkit-animation:opac 0.8s;animation:opac 0.8s}
@-webkit-keyframes opac{from{opacity:0} to{opacity:1}}
@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;-webkit-animation:animatetop 0.4s;animation:animatetop 0.4s}
@-webkit-keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;-webkit-animation:animateleft 0.4s;animation:animateleft 0.4s}
@-webkit-keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;-webkit-animation:animateright 0.4s;animation:animateright 0.4s}
@-webkit-keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;-webkit-animation:animatebottom 0.4s;animation:animatebottom 0.4s}
@-webkit-keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0px;opacity:1}}
@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {-webkit-animation:animatezoom 0.6s;animation:animatezoom 0.6s}
@-webkit-keyframes animatezoom{from{-webkit-transform:scale(0)} to{-webkit-transform:scale(1)}}
@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
