
/*STYLE 11 */
#style11 ul {
display: inline-block;
height: auto;
padding: 0;
width: 100%;
}

#style11 ul li {
display: inline-block;
list-style: outside none none;
margin-left: 0;
padding: 0;
}

#style11 img {
border-radius: 0;
height: 100%;
width: 100%;
}

#style11 figure {
cursor: pointer;
display: block;
height: 200px;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
width: 300px;
text-align: center;
}

#style11 figure:hover figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: 0;
}

#style11 figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
	text-align: center;
    height: 100%;
    width: 100%;
	top: -100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

#style11 figcaption h3 {
padding: 3px 0 6px;
color: #f3b204;
font-family: "Open sans";
font-size: 20px;
font-weight: 400;
left: 100%;
margin-bottom: 12px;
margin-top: 10px;
position: relative;
text-transform: uppercase;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
}

#style11 figcaption p {
font-family: "Open sans";
font-style: italic;
left: 100%;
line-height: 18px;
margin-bottom: 25px;
margin-top: 3px;
padding: 0 10px;
position: relative;
transition: all 0.5s ease 1.3s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

#style11 figure:hover h3,#style11 figure:hover p {
    left: 0;
}

#style11 figcaption a {
border: 1px solid #fff;
color: #fff;
font-style: normal;
 padding: 6px 11px;
text-decoration: none;
}

#style11 figcaption a:hover {
    color: #4f5856;
}

#style11 > li {
  float: left;
  margin-left: 0px !important;
}

#style11  > li {
list-style: none;
}


/* STYLE 12 */
#style24 ul {
display: inline-block;
height: auto;
padding: 0;
width: 100%;
}

#style24 ul li {
display: inline-block;
list-style: outside none none;
margin-left: 0;
padding: 0;
}



#style24 img {
border-radius: 0 !important;
height: 100%;
width: 100%;
}

#style24  figure {
display: block;
height: 200px;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
width: 300px;
text-align: center;
}

#style24 figure:hover figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0;
}

#style24 figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
	text-align: center;
    height: 100%;
    width: 100%;
    top: 250px;
    background: rgba(0,0,0,.5);
    color: #fff;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
}

#style24 figcaption h3 {
font-family: "Open sans";
font-weight: 400;
color: #f3b204;
font-size: 20px;
margin-bottom: 0;
margin-top: 10px;
position: relative;
text-transform: uppercase;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
}

#style24 figcaption p {
font-family: "Open sans";
font-style: italic;
left: 100%;
line-height: 18px;
margin-bottom: 25px;
margin-top: 3px;
padding: 0 10px;
position: relative;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
}

#style24 figure:hover  h3, #style24 figure:hover p {
    left: 0;
}

#style24 figcaption a {
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 10px;
    text-decoration: none;
		font-style: normal;
}

#style24 figcaption a:hover {
    color: #4f5856;
}

#style24 > li {
  float: left;
  margin-left: 0px !important;
}

#style24  > li {
list-style: none;
}
/* STYLE 13 */
#style13 ul {
display: inline-block;
height: auto;
padding: 0;
width: 100%;
}

#style13 ul li {
display: inline-block;
list-style: outside none none;
margin-left: 0;
padding: 0;
}
#style13 img {
height: 100%;
width: 100%;
}

#style13  figure {
display: block;
height: 200px;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
text-align: center;
width: 300px;
}

#style13 figure:hover figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0;
}

#style13 figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    -webkit-transition: all .9s ease;
    -moz-transition: all .9s ease;
    -o-transition: all .9s ease;
    -ms-transition: all .9s ease;
    transition: all .9s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
}
#style13 figure img {
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
}

#style13 figure:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#style13 figcaption h3 {
font-family: "Open sans";
font-weight: 400;
color: #f3b204;
font-size: 20px;
margin-bottom: 0;
margin-top: 10px;
position: relative;
text-transform: uppercase;
}

#style13 figcaption p {
font-family: "Open sans";
font-style: italic;
left: 100%;
line-height: 18px;
margin-bottom: 25px;
margin-top: 10px;
padding: 0 10px;
position: relative;
}

#style13 figure:hover  h3, #style13 figure:hover p {
    left: 0;
}

#style13 figcaption a {
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 10px;
    text-decoration: none;
	font-style: normal;
}

#style13 figcaption a:hover {
    color: #4f5856;
}
#style13 > li {
  float: left;
  margin-left: 0px !important;
}

#style13  > li {
list-style: none;
}
/* STYLE 14 */
#style14 ul {
display: inline-block;
height: auto;
padding: 0;
width: 100%;
}

#style14 ul li {
display: inline-block;
list-style: outside none none;
margin-left: 0;
padding: 0;
}

#style14 ul li:nth-child(2) {
    margin-right: 4px;
    margin-left: 4px;
}



#style14 img {
height: 100%;
width: 100%;
}

#style14  figure {
border: 3px solid #fff;
cursor: pointer;
display: block;
height: 200px;
margin: 0;
overflow: hidden;
padding: 0;
position: relative;
text-align: center;
width: 300px;
}

#style14 figure:hover figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0;
}

#style14 figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
}
#style14 figcaption h3 {
font-family: "Open sans";
font-weight: 400;
color: #f3b204;
font-size: 20px;
margin-bottom: 0;
margin-top: 10px;
position: relative;
text-transform: uppercase;
}

#style14 figcaption p {
font-family: "Open sans";
font-style: italic;
left: 100%;
line-height: 18px;
margin-bottom: 25px;
margin-top: 8px;
padding: 0 10px;
position: relative;
}

#style14 figure:hover  h3, #style14 figure:hover p {
    left: 0;
}

#style14 figcaption a {
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 10px;
    text-decoration: none;
	font-style: normal;
}

#style14 figcaption a:hover {
    color: #4f5856;
}
#style14 > li {
  float: left;
  margin-left: 0px !important;
}

#style14  > li {
list-style: none;
}