@charset "UTF-8";
.fpg-grid.grid-columns-1 .fpg-grid-item {
max-width: 100%;
}
.fpg-grid.grid-columns-2 .fpg-grid-item {
max-width: -webkit-calc(50%);
max-width:         calc(50%);
}
.fpg-grid.grid-columns-3 .fpg-grid-item {
max-width: 32%;
max-width: -webkit-calc(33.3%);
max-width:         calc(33.3%);
}
.fpg-grid.grid-columns-4 .fpg-grid-item {
max-width: 23%;
max-width: -webkit-calc(25%);
max-width:         calc(25%);
}
.fpg-grid.grid-columns-5 .fpg-grid-item {
max-width: 19%;
max-width: -webkit-calc(20%);
max-width:         calc(20%);
}
.fpg-grid.grid-columns-6 .fpg-grid-item {
max-width: 15%;
max-width: -webkit-calc(16.7%);
max-width:         calc(16.7%);
}
.fpg-grid.grid-columns-7 .fpg-grid-item {
max-width: 13%;
max-width: -webkit-calc(14.28% - 4px);
max-width:         calc(14.28% - 4px);
}
.fpg-grid.grid-columns-8 .fpg-grid-item {
max-width: 11%;
max-width: -webkit-calc(12.5% - 4px);
max-width:         calc(12.5% - 4px);
}
.fpg-grid.grid-columns-9 .fpg-grid-item {
max-width: 9%;
max-width: -webkit-calc(11.1% - 4px);
max-width:         calc(11.1% - 4px);
}
.fpg-grid.grid-columns-1 .fpg-grid-item:nth-of-type(1n),
.fpg-grid.grid-columns-2 .fpg-grid-item:nth-of-type(2n),
.fpg-grid.grid-columns-3 .fpg-grid-item:nth-of-type(3n),
.fpg-grid.grid-columns-4 .fpg-grid-item:nth-of-type(4n),
.fpg-grid.grid-columns-5 .fpg-grid-item:nth-of-type(5n),
.fpg-grid.grid-columns-6 .fpg-grid-item:nth-of-type(6n),
.fpg-grid.grid-columns-7 .fpg-grid-item:nth-of-type(7n),
.fpg-grid.grid-columns-8 .fpg-grid-item:nth-of-type(8n),
.fpg-grid.grid-columns-9 .fpg-grid-item:nth-of-type(9n) {
margin-right: 0;
}
.fpg-grid.grid-columns-1 .fpg-grid-item:nth-of-type(1n+1),
.fpg-grid.grid-columns-2 .fpg-grid-item:nth-of-type(2n+1),
.fpg-grid.grid-columns-3 .fpg-grid-item:nth-of-type(3n+1),
.fpg-grid.grid-columns-4 .fpg-grid-item:nth-of-type(4n+1),
.fpg-grid.grid-columns-5 .fpg-grid-item:nth-of-type(5n+1) {
clear:both;	
}
.fpg-grid.grid-columns-1.gallery-size-medium figure.fpg-grid-item:nth-of-type(1n+1),
.fpg-grid.grid-columns-1.gallery-size-thumbnail figure.fpg-grid-item:nth-of-type(1n+1),
.fpg-grid.grid-columns-2.gallery-size-thumbnail figure.fpg-grid-item:nth-of-type(2n+1),
.fpg-grid.grid-columns-3.gallery-size-thumbnail figure.fpg-grid-item:nth-of-type(3n+1) {
clear: left;
}
.fpg-clear {
clear:both;
}
.fpg-grid-item.mix_all {
display:none;
}
figure.fpg-grid-item {
float: left;
} @media screen and (max-width: 767px) {
.grid-columns-1 .fpg-grid-item,
.grid-columns-2 .fpg-grid-item,
.grid-columns-3 .fpg-grid-item,
.grid-columns-4 .fpg-grid-item,
.grid-columns-5 .fpg-grid-item,
.grid-columns-6 .fpg-grid-item,	
.grid-columns-7 .fpg-grid-item,
.grid-columns-8 .fpg-grid-item,	
.grid-columns-9 .fpg-grid-item {
max-width: 100%!important;
float:none!important;
width:100%!important;
}
} @media (min-device-width: 768px) and (max-device-width: 800px) and (orientation: portrait) { 
.fpg-grid.fg_responsive.grid-columns-1 .fpg-grid-item,
.fpg-grid.fg_responsive.grid-columns-2 .fpg-grid-item,
.fpg-grid.fg_responsive.grid-columns-3 .fpg-grid-item,
.fpg-grid.fg_responsive.grid-columns-4 .fpg-grid-item,
.fpg-grid.fg_responsive.grid-columns-5 .fpg-grid-item,
.fpg-grid.fg_responsive.grid-columns-6 .fpg-grid-item,	
.fpg-grid.fg_responsive.grid-columns-7 .fpg-grid-item,
.fpg-grid.fg_responsive.grid-columns-8 .fpg-grid-item,	
.fpg-grid.fg_responsive.grid-columns-9 .fpg-grid-item {
max-width: 48.5%!important;
width:48.5%!important;
margin-right:1%;
}
}
.fpg-grid * {  
box-sizing: border-box; 
-moz-box-sizing: border-box;
}
.fpg-grid .clearfix:before, 
.fpg-grid .clearfix:after { 
content: ''; 
display: table; 
}
.fpg-grid .clearfix:after { 
clear: both; 
}
.fpg-grid .clearfix:after { 
clear: both; 
}
.fpg-grid {
overflow: hidden;
margin: 0;
padding: 3em 0 0 0;
width: 100%;
list-style: none;
text-align: center;
}
.fpg-grid a {
text-decoration:none;
} .fpg-pagination a, .fpg-pagination .current {
padding:10px;
display:inline-block;
text-align:center;
font-size:18px;
text-decoration:none;
}
.fpg-pagination {
margin-top:3em;
} .fpg-grid figure figcaption .admp-date, 
.fpg-grid figure figcaption .admp-author,
.fpg-grid figure figcaption .admp-comments,
.fpg-grid figure figcaption .admp-category,
.fpg-grid figure figcaption .admp-views {
padding-right:10px;	
}
.fpg-grid figure {
position: relative;
overflow: hidden;
margin:0;
text-align: center;
cursor: default;
}
.fpg-grid figure img {
position: relative;
display: block;
}
.fpg-grid figure figcaption {
padding: 2em;
color: #fff;
text-transform: uppercase;
font-size: 1.25em;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.fpg-grid figure figcaption::before,
.fpg-grid figure figcaption::after {
pointer-events: none;
}
.fpg-grid figure figcaption {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.fpg-grid figure:hover { }   .fpg-grid figure a.fpg-read-more {
z-index: 1000; }
.fpg-grid figure h2 {
word-spacing: -0.15em;
font-weight: 300;
}
.fpg-grid figure h2 span {
font-weight: 800;
}
.fpg-grid figure h2,
.fpg-grid figure p {
margin: 0;
}
.fpg-grid figure p {
letter-spacing: 1px;
} @media screen and (max-width: 69.5em) {
.fpg-grid figure {
width: 50%;
}	
.fpg-type-carousel.fpg-grid figure {
width: 100%;
}
.fpg-grid figure figcaption {
font-size: 90%;
}
}
@media screen and (max-width: 41.5em) {
.fpg-grid figure {
width: 100%;
}
}	
.fpg-container figure img {
border-radius:0;
border:0;
width:100%;
}
.fpg-grid-item .fpg-container-grid {
height: 100%;
position: absolute;
width: 100%;
top:0;
left:0;
opacity:0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;		
}
.fpg-grid-item:hover .fpg-container-grid {
opacity:1;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
background:rgba(0,0,0,0.7);
}
.fpg-controls {
font-size:18px;
}
.fpg-controls ul {
margin:0;
padding:0;
list-style:none!important;
}
.fpg-controls ul li {
display:inline-block;
padding:0 10px;		
margin:0;
cursor:pointer;
border-right:1px solid rgba(255,255,255,0.6);
}
.fpg-controls ul li:first-child {
padding-left:0px;
}
.fpg-controls ul li:last-child {
border-right:0;
}
.fpg-pagination .pagination {
display:block;
text-align:center;
}
.fpg-controls ul li {
margin-bottom:10px!important;
}  .fpg-controls.filter-castelsantangelo {
text-align:center;	
}
.castelsantangelo .fpg-read-more a, .castelsantangelo .fpg-zoom a {
width:60px;
height:60px;
line-height:60px;
border-radius:50%;
background:rgba(255,255,255,0.6);
font-size:20px;	
left:50%;
position:absolute;
color:#fff;
}
.castelsantangelo .fpg-zoom a {
margin-left:-60px;
top:-100px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;	
}
.castelsantangelo .fpg-read-more a {
margin-left:10px;
top:-130px;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;	
}
.castelsantangelo .fpg-grid-item:hover .fpg-zoom a {
top:50%;
margin-top:-30px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;		
}
.castelsantangelo .fpg-grid-item:hover .fpg-read-more a {
top:50%;
margin-top:-30px;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
}
.grid-columns-4.castelsantangelo .fpg-zoom a, .grid-columns-4.castelsantangelo .fpg-read-more a,
.grid-columns-5.castelsantangelo .fpg-zoom a, .grid-columns-5.castelsantangelo .fpg-read-more a {
width:45px;
height:45px;
line-height:45px;
font-size:16px;
} .fpg-controls.filter-domusaurea {
text-align:center;	
}
.domusaurea .fpg-read-more a {
width:60px;
height:60px;
line-height:60px;
border-radius:50%;
background:rgba(255,255,255,0.6);
font-size:20px;	
right:-100px;
position:absolute;
color:#fff;
}
.domusaurea .fpg-zoom a {
width:60px;
height:60px;
line-height:60px;
border-radius:50%;
background:rgba(255,255,255,0.6);
font-size:20px;	
left:-100px;
position:absolute;
color:#fff;
}
.domusaurea .fpg-zoom a {
top:50%;
margin-top:-30px;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;	
}
.domusaurea .fpg-read-more a {
top:50%;
margin-top:-30px;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;	
}
.domusaurea .fpg-grid-item:hover .fpg-zoom a {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
margin-left:-80px;
left:50%;		
}
.domusaurea .fpg-grid-item:hover .fpg-read-more a {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
right:50%;
margin-right:-80px;		
}
.grid-columns-4.domusaurea .fpg-zoom a, .grid-columns-4.domusaurea .fpg-read-more a,
.grid-columns-5.domusaurea .fpg-zoom a, .grid-columns-5.domusaurea .fpg-read-more a {
width:45px;
height:45px;
line-height:45px;
font-size:16px;
}
.grid-columns-4.domusaurea .fpg-grid-item:hover .fpg-zoom a,
.grid-columns-5.domusaurea .fpg-grid-item:hover .fpg-zoom a { 
margin-left:-50px;
}
.grid-columns-4.domusaurea .fpg-grid-item:hover .fpg-read-more a,
.grid-columns-5.domusaurea .fpg-grid-item:hover .fpg-read-more a { 
margin-right:-50px;
} .fpg-controls.filter-foriimperiali {
text-align:center;	
}
.foriimperiali .fpg-read-more a {
padding:20px;
background:rgba(255,255,255,0.6);
font-size:20px;	
right:-100px;
position:absolute;
color:#fff;
}
.foriimperiali .fpg-zoom a {
padding:20px;
background:rgba(255,255,255,0.6);
font-size:20px;	
left:-100px;
position:absolute;
color:#fff;
}
.foriimperiali .fpg-zoom a {
top:50%;
margin-top:10px;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;	
}
.foriimperiali .fpg-read-more a {
top:50%;
margin-top:10px;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;	
}
.foriimperiali .fpg-grid-item:hover .fpg-zoom a {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
margin-left:-80px;
left:50%;		
}
.foriimperiali .fpg-grid-item:hover .fpg-read-more a {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
right:50%;
margin-right:-80px;		
}
.foriimperiali .fpg-container-grid .fpg-title {
border-width:1px;
border-style:solid;
padding:15px 10px;
width:40%;
position:absolute;
left:50%;
margin-left:-20%;
top:10%;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis; 	
}
.foriimperiali .fpg-container-grid .fpg-title {
position:absolute;
top:-100px;
-webkit-transition: all 0.85s ease;
-moz-transition: all 0.85s ease;
-o-transition: all 0.85s ease;
transition: all 0.85s ease;	
}
.foriimperiali .fpg-grid-item:hover .fpg-title {
position:absolute;
top:50%;
margin-top:-80px;
-webkit-transition: all 0.85s ease;
-moz-transition: all 0.85s ease;
-o-transition: all 0.85s ease;
transition: all 0.85s ease;	
}
.grid-columns-4.foriimperiali .fpg-zoom a, .grid-columns-4.foriimperiali .fpg-read-more a,
.grid-columns-5.foriimperiali .fpg-zoom a, .grid-columns-5.foriimperiali .fpg-read-more a {
width:45px;
height:45px;
line-height:45px;
font-size:16px;
padding:0;
}
.grid-columns-4.foriimperiali .fpg-grid-item:hover .fpg-zoom a,
.grid-columns-5.foriimperiali .fpg-grid-item:hover .fpg-zoom a {
margin-left:-30%;
}
.grid-columns-4.foriimperiali .fpg-grid-item:hover .fpg-read-more a,
.grid-columns-5.foriimperiali .fpg-grid-item:hover .fpg-read-more a {
margin-right:-30%;
}
.grid-columns-4.foriimperiali .fpg-grid-item:hover .fpg-title,  
.grid-columns-5.foriimperiali .fpg-grid-item:hover .fpg-title {
margin-top:-50px;	
}
.grid-columns-4.foriimperiali .fpg-container-grid .fpg-title,
.grid-columns-5.foriimperiali .fpg-container-grid .fpg-title {
width:60%;
margin-left:-30%;
} .fpg-controls.filter-pantheon {
text-align:center;	
}
.pantheon .fpg-read-more a {
width:60px;
height:60px;
line-height:60px;
background:rgba(255,255,255,0.6);
font-size:20px;	
bottom:-100px;
position:absolute;
color:#fff;
right:90px;
}
.pantheon .fpg-zoom a {
width:60px;
height:60px;
line-height:60px;
background:rgba(255,255,255,0.6);
font-size:20px;	
bottom:-100px;
position:absolute;
color:#fff;
right:20px;
}
.pantheon .fpg-zoom a {
bottom:-100px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;	
}
.pantheon .fpg-read-more a {
bottom:-100px;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;	
}
.pantheon .fpg-grid-item:hover .fpg-zoom a {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
bottom:20px;		
}
.pantheon .fpg-grid-item:hover .fpg-read-more a {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
bottom:20px;		
}
.pantheon .fpg-container-grid .fpg-title {
border-width:1px;
border-style:solid;
width:60%;
position:absolute;
left:50%;
margin-left:-30%;
top:10%;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis; 
text-align:left;	
}
.pantheon .fpg-container-grid .fpg-title {
position:absolute;
top:20px;
-webkit-transition: all 0.85s ease;
-moz-transition: all 0.85s ease;
-o-transition: all 0.85s ease;
transition: all 0.85s ease;
border:0;
left:20px;
margin-left:0;
width:70%;	
}
.fpg-controls.filter-pantheon  ul li {
padding:10px 20px;
font-size:14px;
}
.fpg-controls.filter-pantheon  ul li:first-child {
padding:10px 20px;
font-size:14px;
}
.pantheon .fpg-pagination .pagination a, 
.pantheon .fpg-pagination .pagination .current {
height:35px;
width:35px;
line-height:35px;
margin-right:1px;
padding:0;
}
.fpg-pagination.pantheon {
text-align:center;
}
.fpg-pagination.pantheon a {
width:auto;
padding:10px 20px;
display:inline-block;
text-align:center;
margin-top:20px;
height:auto;
line-height:inherit;
}
.grid-columns-3.pantheon .fpg-zoom a, .grid-columns-3.pantheon .fpg-read-more a,
.grid-columns-4.pantheon .fpg-zoom a, .grid-columns-4.pantheon .fpg-read-more a,
.grid-columns-5.pantheon .fpg-zoom a, .grid-columns-5.pantheon .fpg-read-more a {
width:45px;
height:45px;
line-height:45px;
font-size:16px;
}
.grid-columns-3.pantheon .fpg-read-more a, .grid-columns-4.pantheon .fpg-read-more a, 
.grid-columns-5.pantheon .fpg-read-more a {
right:75px;
} .fpg-controls.filter-circomassimo {
text-align:center;	
}
.circomassimo .fpg-read-more a {
padding:20px;
background:rgba(255,255,255,0.6);
font-size:20px;	
right:-100px;
position:absolute;
color:#fff;
}
.circomassimo .fpg-zoom a {
padding:20px;
background:rgba(255,255,255,0.6);
font-size:20px;	
left:-100px;
position:absolute;
color:#fff;
}
.circomassimo .fpg-zoom a {
bottom:0;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
left:-100px;
border-radius:50%;			
}
.circomassimo .fpg-read-more a {
bottom:0;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
right:-100px;
border-radius:50%;				
}
.circomassimo .fpg-grid-item:hover .fpg-zoom a {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
left:0;
border-radius:50%;		
}
.circomassimo .fpg-grid-item:hover .fpg-read-more a {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
right:0;
border-radius:50%;			
}
.circomassimo .fpg-container-grid .fpg-title {
border-width:1px;
border-style:solid;
padding:10px;
width:60%;
position:absolute;
left:50%;
margin-left:-30%;
top:10%;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis; 	
}
.circomassimo .fpg-container-grid .fpg-title {
position:absolute;
top:-100px;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
border-radius:5px;	
}
.circomassimo .fpg-grid-item:hover .fpg-title {
position:absolute;
top:50%;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;	
}
.circomassimo .fpg-zoom a, .circomassimo .fpg-zoom a {
font-size: 16px;
height: 120px;
line-height: 68px;
margin-bottom: -60px;
margin-left: -60px;
padding: 0 27px 0 0;
text-align: right;
width: 120px;
}
.circomassimo .fpg-read-more a, .circomassimo .fpg-read-more a {
font-size: 16px;
height: 120px;
line-height: 68px;
margin-bottom: -60px;
margin-right: -60px;
padding: 0 0 0 27px;
text-align: left;
width: 120px;
}
.fpg-pagination.circomassimo .pagination a,
.fpg-pagination.circomassimo .pagination .current {
margin-right:10px;
padding:0;
border-radius:5px;
height:35px;
width:35px;
line-height:35px;
}	
.fpg-pagination.circomassimo a,
.fpg-pagination.circomassimo .current {
margin-right:10px;
padding:10px 20px;
border-radius:5px;
height:auto;
width:auto;
line-height:inerith;
}	
.grid-columns-4.circomassimo .fpg-zoom a,
.grid-columns-5.circomassimo .fpg-zoom a {
font-size: 16px;
height: 90px;
line-height: 50px;
margin-bottom: -45px;
margin-left: -45px;
padding: 0 20px 0 0;
text-align: right;
width: 90px;
}
.grid-columns-4.circomassimo .fpg-read-more a, .grid-columns-5.circomassimo .fpg-read-more a {
font-size: 16px;
height: 90px;
line-height: 50px;
margin-bottom: -45px;
margin-right: -45px;
padding: 0 0 0 20px;
text-align: left;
width: 90px;
} .fpg-controls.filter-fontanaditrevi {
text-align:left;	
}
.fontanaditrevi .fpg-zoom a {
width:60px;
height:60px;
line-height:60px;
background:rgba(255,255,255,0.6);
font-size:20px;	
right:-100px;
position:absolute;
color:#fff;
}
.fontanaditrevi .fpg-read-more a {
width:60px;
height:60px;
line-height:60px;
background:rgba(255,255,255,0.6);
font-size:20px;
right:-100px;	
position:absolute;
color:#fff;
}
.fontanaditrevi .fpg-read-more a {
top:50%;
margin-top:-30px;
-webkit-transition: all 0.75s ease;
-moz-transition: all 0.75s ease;
-o-transition: all 0.75s ease;
transition: all 0.75s ease;	
}
.fontanaditrevi .fpg-zoom a {
top:50%;
margin-top:-30px;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;	
}
.fontanaditrevi .fpg-grid-item:hover .fpg-read-more a {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
right:30%;
margin-right:-60px;		
}
.fontanaditrevi .fpg-grid-item:hover .fpg-zoom a {
-webkit-transition: all 0.75s ease;
-moz-transition: all 0.75s ease;
-o-transition: all 0.75s ease;
transition: all 0.75s ease;
right:0px;		
}
.fontanaditrevi .fpg-container-grid .fpg-title {
font-size:40px;
line-height:60px;
width:70%;
position:absolute;
margin-top:-30px;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;
top:50%;
padding:0 10px; 
text-align:left;	
}
.fontanaditrevi .fpg-container-grid .fpg-title {
position:absolute;
left:-100%;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.fontanaditrevi .fpg-grid-item:hover .fpg-title {
position:absolute;
left:0;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.grid-columns-3.fontanaditrevi .fpg-container-grid .fpg-title {
font-size:20px;
line-height:40px;
width:70%;
position:absolute;
margin-top:-20px;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;
top:50%;
padding:0 5px; 
}
.grid-columns-3.fontanaditrevi .fpg-zoom a {
width:40px;
height:40px;
line-height:40px;
font-size:16px;
padding:0;
margin-top:-20px;
}
.grid-columns-3.fontanaditrevi .fpg-read-more a {
width:40px;
height:40px;
line-height:40px;
font-size:16px;
padding:0;
margin-top:-20px;	
}
.grid-columns-3.fontanaditrevi .fpg-grid-item:hover .fpg-read-more a {
margin-right:-40px;
}
.grid-columns-4.fontanaditrevi .fpg-container-grid .fpg-title, 
.grid-columns-5.fontanaditrevi .fpg-container-grid .fpg-title {
font-size:16px;
line-height:30px;
width:70%;
position:absolute;
margin-top:-15px;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;
top:50%;
padding:0 8px; 
}
.grid-columns-4.fontanaditrevi .fpg-zoom a,
.grid-columns-5.fontanaditrevi .fpg-zoom a {
width:30px;
height:30px;
line-height:30px;
font-size:14px;
padding:0;
margin-top:-15px;
}
.grid-columns-4.fontanaditrevi .fpg-read-more a,
.grid-columns-5.fontanaditrevi .fpg-read-more a {
width:30px;
height:30px;
line-height:30px;
font-size:14px;
padding:0;
margin-top:-15px;	
}
.grid-columns-4.fontanaditrevi .fpg-grid-item:hover .fpg-read-more a,
.grid-columns-5.fontanaditrevi .fpg-grid-item:hover .fpg-read-more a {
margin-right:-30px;
}
.fpg-controls.filter-fontanaditrevi ul li, .fpg-pagination.fontanaditrevi span, .fpg-pagination.fontanaditrevi a {
padding:10px 20px;
border-right:0;
margin:0 5px 0 0;
}
.fpg-pagination.fontanaditrevi .pagination {
text-align:left;
} .fpg-controls.filter-termedicaracalla {
text-align:center;	
}
.termedicaracalla .fpg-read-more a {
width:50px;
height:50px;
line-height:50px;
font-size:16px;
padding:0;
border-radius:50%;
background:rgba(255,255,255,0.6);	
right:50%;
position:absolute;
color:#fff;
}
.termedicaracalla .fpg-zoom a {
width:50px;
height:50px;
line-height:50px;
font-size:16px;
padding:0;
border-radius:50%;
background:rgba(255,255,255,0.6);	
left:50%;
position:absolute;
color:#fff;
}
.termedicaracalla .fpg-zoom a {
margin-left:-60px;
top:-100px;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
}
.termedicaracalla .fpg-read-more a {
margin-right:-60px;
top:-100px;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;	
}
.termedicaracalla .fpg-grid-item:hover .fpg-zoom a {
top:50%;
margin-top:0px;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;			
}
.termedicaracalla .fpg-grid-item:hover .fpg-read-more a {
top:50%;
margin-top:0px;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
}
.termedicaracalla .fpg-container-grid .fpg-title {
font-size:20px;
line-height:40px;
width:70%;
left:50%;
margin-left:-35%;
position:absolute;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;
top:-100%;
padding:0 5px; 
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
}
.termedicaracalla .fpg-grid-item:hover .fpg-title {
top:50%;
margin-top:-50px;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
}
.grid-columns-4.termedicaracalla .fpg-read-more a, 
.grid-columns-4.termedicaracalla .fpg-zoom a,
.grid-columns-5.termedicaracalla .fpg-read-more a, 
.grid-columns-5.termedicaracalla .fpg-zoom a {
width:40px;
height:40px;
line-height:40px;
font-size:14px;
}
.grid-columns-4.termedicaracalla .fpg-zoom a,
.grid-columns-5.termedicaracalla .fpg-zoom a {
margin-left:-50px;
}
.grid-columns-4.termedicaracalla .fpg-read-more a,
.grid-columns-5.termedicaracalla .fpg-read-more a {
margin-right:-50px;	
} .fpg-controls.filter-piazzacolonna {
text-align:center;	
}
.piazzacolonna .fpg-read-more a {
width:50px;
height:50px;
line-height:50px;
font-size:16px;
padding:0;
background:rgba(255,255,255,0.6);	
right:50%;
position:absolute;
color:#fff;
}
.piazzacolonna .fpg-zoom a {
width:50px;
height:50px;
line-height:50px;
font-size:16px;
padding:0;
background:rgba(255,255,255,0.6);	
left:50%;
position:absolute;
color:#fff;
}
.piazzacolonna .fpg-zoom a {
margin-left:-60px;
top:50%;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
}
.piazzacolonna .fpg-read-more a {
margin-right:-60px;
top:50%;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;	
}
.piazzacolonna .fpg-grid-item:hover .fpg-zoom a {
top:50%;
margin-top:0px;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;			
}
.piazzacolonna .fpg-grid-item:hover .fpg-read-more a {
top:50%;
margin-top:0px;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
}
.piazzacolonna .fpg-container-grid .fpg-title {
font-size:20px;
line-height:40px;
width:70%;
left:50%;
margin-left:-35%;
position:absolute;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;
padding:0 5px; 
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
top:50%;	
margin-top:-50px;		
}
.piazzacolonna .fpg-grid-item:hover .fpg-title {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
}
.grid-columns-4.piazzacolonna .fpg-read-more a, 
.grid-columns-4.piazzacolonna .fpg-zoom a,
.grid-columns-5.piazzacolonna .fpg-read-more a, 
.grid-columns-5.piazzacolonna .fpg-zoom a {
width:35px;
height:35px;
line-height:35px;
font-size:12px;
}
.grid-columns-4.piazzacolonna .fpg-zoom a,
.grid-columns-5.piazzacolonna .fpg-zoom a {
margin-left:-45px;
}
.grid-columns-4.piazzacolonna .fpg-read-more a,
.grid-columns-5.piazzacolonna .fpg-read-more a {
margin-right:-45px;	
} .fpg-grid-item .fpg-container-portfolio {
height: 100%;
position: absolute;
width: 100%;
top:0;
left:0;
opacity:0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;		
}
.fpg-grid-item:hover .fpg-container-portfolio {
opacity:1;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.fpg-info {
line-height:125%;
}
.fpg-info span {
display:inline-block;
margin-right:10px;
}
.fpg-info span i {
margin-right:5px;
} .colosseo .fpg-container-portfolio {
text-align:left;
}
.colosseo .fpg-container-portfolio .fpg-title {
line-height:40px;
width:80%;
left:50%;
margin-left:-40%;
position:absolute;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;
padding:0 5px; 
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
top:-100%;	
}
.colosseo .fpg-grid-item:hover .fpg-title {
top:10%;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
}
.colosseo .fpg-container-portfolio .fpg-text {
width:80%;
left:-100%;
margin-left:-40%!important;
position:absolute;
padding:0 5px!important; 
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
top:30%;
overflow:hidden;
line-height:125%;		
}
.colosseo .fpg-grid-item:hover .fpg-text {
left:50%;
margin-left:-40%;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
}
.colosseo .fpg-container-portfolio .fpg-info {
width:80%;
left:50%;
margin-left:-40%!important;
position:absolute;
padding:0 5px!important; 
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
bottom:-100%;
font-size:12px;		
}
.colosseo .fpg-grid-item:hover .fpg-info {
bottom:20%;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
}
.colosseo .fpg-container-portfolio .fpg-read-more {
width:auto;
text-align:right;
position:absolute; 
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
bottom:-100%;
right:10%;	
border:1px solid #000;
border-radius:5px;
padding:3px 8px;
}
.colosseo .fpg-grid-item:hover .fpg-read-more {
bottom:10%;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
}
.fpg-controls.filter-colosseo {
text-align:center;
}
.fpg-container.grid-columns-4.colosseo .fpg-grid-item:hover .fpg-text,
.fpg-container.grid-columns-5.colosseo .fpg-grid-item:hover .fpg-text,
.fpg-container.grid-columns-4.colosseo .fpg-grid-item:hover .fpg-info,
.fpg-container.grid-columns-5.colosseo .fpg-grid-item:hover .fpg-info {
display:none;
}
.fpg-container.grid-columns-4.colosseo .fpg-grid-item .fpg-text,
.fpg-container.grid-columns-5.colosseo .fpg-grid-item .fpg-text,
.fpg-container.grid-columns-4.colosseo .fpg-grid-item .fpg-info,
.fpg-container.grid-columns-5.colosseo .fpg-grid-item .fpg-info {
display:none;
}
.fpg-container.grid-columns-4.colosseo .fpg-container-portfolio .fpg-read-more,
.fpg-container.grid-columns-5.colosseo .fpg-container-portfolio .fpg-read-more {
right:50%;
margin-right:-40px;
}
.fpg-container.grid-columns-4.colosseo .fpg-grid-item:hover .fpg-title,
.fpg-container.grid-columns-5.colosseo .fpg-grid-item:hover .fpg-title {
top:20%;
}
.fpg-container.grid-columns-4.colosseo .fpg-grid-item:hover .fpg-read-more, 
.fpg-container.grid-columns-5.colosseo .fpg-grid-item:hover .fpg-read-more {
bottom:20%;
}
.fpg-container.grid-columns-4.colosseo .fpg-container-portfolio .fpg-read-more,
.fpg-container.grid-columns-5.colosseo .fpg-container-portfolio .fpg-read-more {
padding:3px 5px;
}
.fpg-container.grid-columns-4.colosseo .fpg-container-portfolio .fpg-title,
.fpg-container.grid-columns-5.colosseo .fpg-container-portfolio .fpg-title {
text-align:center;
} .fpg-controls.filter-piazzavenezia {
text-align:center;	
}
.piazzavenezia .fpg-grid-item .fpg-container-portfolio {
opacity:1;
top:70%;
}
.piazzavenezia .fpg-grid-item:hover .fpg-container-portfolio {
opacity:1;
top:0;
}
.piazzavenezia .fpg-grid-item:hover .fpg-container-portfolio {
opacity:1;
bottom:0;
}
.piazzavenezia .fpg-container-portfolio {
text-align:center;
}
.piazzavenezia .fpg-container-portfolio .fpg-title {
line-height:40px;
width:80%;
margin:5% auto;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;
padding:0 5px; 
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.piazzavenezia .fpg-grid-item:hover .fpg-title {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
}
.piazzavenezia .fpg-container-portfolio .fpg-text {
width:80%;
margin:3% auto!important;
padding:0 auto!important; 
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;	
line-height:125%;	
}
.piazzavenezia .fpg-container-portfolio .fpg-info, .piazzavenezia .fpg-container-portfolio .fpg-info-date {
width:80%;
margin:0 auto!important;
padding:0 5px!important; 
font-size:13px;		
}
.piazzavenezia .fpg-container-portfolio .fpg-info-date i {
margin-right:5px;
}
.piazzavenezia .fpg-grid-item:hover .fpg-info {
bottom:20%;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
}
.piazzavenezia .fpg-container-portfolio .fpg-read-more {
background: none repeat scroll 0 0 black;
border: 1px solid black;
bottom: 0;
color: #fff;
left: 50%;
margin-left: -60px;
padding: 5px 10px;
position: absolute;
text-align: center;
transition: all 0.7s ease 0s;
width: 120px;
border-bottom:0;
}
.fpg-container.grid-columns-2.piazzavenezia .fpg-container-portfolio .fpg-title {
margin:8% auto;
}
.fpg-container.grid-columns-4.piazzavenezia .fpg-container-portfolio .fpg-title,
.fpg-container.grid-columns-5.piazzavenezia .fpg-container-portfolio .fpg-title {
margin:0 auto;
}
.fpg-container.grid-columns-4.piazzavenezia .fpg-grid-item:hover .fpg-title,
.fpg-container.grid-columns-5.piazzavenezia .fpg-grid-item:hover .fpg-title {
margin:8% auto;
}
.fpg-container.grid-columns-4.piazzavenezia .fpg-grid-item:hover .fpg-text,
.fpg-container.grid-columns-5.piazzavenezia .fpg-grid-item:hover .fpg-text,
.fpg-container.grid-columns-4.piazzavenezia .fpg-grid-item:hover .fpg-info,
.fpg-container.grid-columns-5.piazzavenezia .fpg-grid-item:hover .fpg-info {
display:none;
}
.fpg-container.grid-columns-4.piazzavenezia .fpg-grid-item .fpg-text,
.fpg-container.grid-columns-5.piazzavenezia .fpg-grid-item .fpg-text,
.fpg-container.grid-columns-4.piazzavenezia .fpg-grid-item .fpg-info,
.fpg-container.grid-columns-5.piazzavenezia .fpg-grid-item .fpg-info,
.fpg-container.grid-columns-4.piazzavenezia .fpg-grid-item .fpg-info-date,
.fpg-container.grid-columns-5.piazzavenezia .fpg-grid-item .fpg-info-date {
display:none;
}
.fpg-container.grid-columns-4.piazzavenezia .fpg-container-portfolio .fpg-read-more,
.fpg-container.grid-columns-5.piazzavenezia .fpg-container-portfolio .fpg-read-more {
right:50%;
margin-right:-40px;
}
.fpg-container.grid-columns-4.piazzavenezia .fpg-grid-item:hover .fpg-title,
.fpg-container.grid-columns-5.piazzavenezia .fpg-grid-item:hover .fpg-title {
top:20%;
}
.fpg-container.grid-columns-4.piazzavenezia .fpg-grid-item:hover .fpg-read-more, 
.fpg-container.grid-columns-5.piazzavenezia .fpg-grid-item:hover .fpg-read-more {
bottom:20%;
}
.fpg-container.grid-columns-4.piazzavenezia .fpg-container-portfolio .fpg-read-more,
.fpg-container.grid-columns-5.piazzavenezia .fpg-container-portfolio .fpg-read-more {
padding:3px 5px;
}
.fpg-controls.filter-piazzavenezia ul li {
border-right: 0;
cursor: pointer;
display: inline-block;
margin: 0 1% 0 0;
padding: 8px 20px;
}
.fpg-pagination.piazzavenezia {
text-align:center;
}
.fpg-pagination.piazzavenezia a,
.fpg-pagination.piazzavenezia .pagination .current { 
padding:8px 20px;
}
.fpg-pagination.piazzavenezia .pagination .current,
.fpg-pagination.piazzavenezia .pagination a { 
margin: 0 1% 0 0;
} .fpg-grid.sanpietro figure {
border-radius:40px;
}
.fpg-controls.filter-sanpietro {
text-align:center;	
}
.sanpietro .fpg-grid-item .fpg-container-portfolio {
opacity:1;
left:0;
}
.sanpietro .fpg-grid-item:hover .fpg-container-portfolio {
opacity:1;
left:0;
}
.sanpietro .fpg-grid-item:hover .fpg-container-portfolio {
opacity:1;
bottom:0;
}
.sanpietro .fpg-container-portfolio {
text-align:center;
transform:scale(0);
-ms-transform: scale(0); -moz-transform: scale(0); -webkit-transform: scale(0); -o-transform: scale(0); -webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
border-radius:40px;				
}
.sanpietro .fpg-grid-item:hover .fpg-container-portfolio {
transform:scale(1);
-ms-transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;	
border-radius:40px;	
}
.sanpietro .fpg-container-portfolio .fpg-title {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
border-radius: 15px;
line-height: 40px;
margin: 5% auto 4%;
overflow: hidden;
padding: 0 20px;
text-overflow: ellipsis;
white-space: nowrap;
width: 80%;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.sanpietro .fpg-grid-item:hover .fpg-title {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
}
.sanpietro .fpg-container-portfolio .fpg-text {
border-top: 1px solid rgba(255, 255, 255, 0.5);
margin: 3% auto!important;
padding: 2% 0!important;
width: 80%;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
line-height:125%;
}
.sanpietro .fpg-container-portfolio .fpg-info, .sanpietro .fpg-container-portfolio .fpg-info-date {
width:80%;
margin:0 auto!important;
padding:0 5px!important; 
font-size:13px;		
}
.sanpietro .fpg-container-portfolio .fpg-info-date i {
margin-right:5px;
}
.sanpietro .fpg-grid-item:hover .fpg-info {
bottom:20%;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
}
.sanpietro .fpg-container-portfolio .fpg-read-more {
border: 1px solid #000;
bottom: 10px;
color: #fff;
left: 50%;
margin-left: -50px;
padding: 8px 10px;
position: absolute;
text-align: center;
transition: all 0.7s ease 0s;
width: 100px;
border-radius:15px;
}
.fpg-container.grid-columns-2.sanpietro .fpg-container-portfolio .fpg-title {
margin:8% auto;
}
.fpg-container.grid-columns-4.sanpietro .fpg-container-portfolio .fpg-title,
.fpg-container.grid-columns-5.sanpietro .fpg-container-portfolio .fpg-title {
margin:0 auto;
}
.fpg-container.grid-columns-4.sanpietro .fpg-grid-item:hover .fpg-title,
.fpg-container.grid-columns-5.sanpietro .fpg-grid-item:hover .fpg-title {
margin:8% auto;
}
.fpg-container.grid-columns-4.sanpietro .fpg-grid-item:hover .fpg-text,
.fpg-container.grid-columns-5.sanpietro .fpg-grid-item:hover .fpg-text,
.fpg-container.grid-columns-4.sanpietro .fpg-grid-item:hover .fpg-info,
.fpg-container.grid-columns-5.sanpietro .fpg-grid-item:hover .fpg-info {
display:none;
}
.fpg-container.grid-columns-4.sanpietro .fpg-grid-item .fpg-text,
.fpg-container.grid-columns-5.sanpietro .fpg-grid-item .fpg-text,
.fpg-container.grid-columns-4.sanpietro .fpg-grid-item .fpg-info,
.fpg-container.grid-columns-5.sanpietro .fpg-grid-item .fpg-info,
.fpg-container.grid-columns-4.sanpietro .fpg-grid-item .fpg-info-date,
.fpg-container.grid-columns-5.sanpietro .fpg-grid-item .fpg-info-date {
display:none;
}
.fpg-container.grid-columns-4.sanpietro .fpg-container-portfolio .fpg-read-more,
.fpg-container.grid-columns-5.sanpietro .fpg-container-portfolio .fpg-read-more {
right:50%;
margin-right:-40px;
}
.fpg-container.grid-columns-4.sanpietro .fpg-grid-item:hover .fpg-title,
.fpg-container.grid-columns-5.sanpietro .fpg-grid-item:hover .fpg-title {
top:20%;
}
.fpg-container.grid-columns-4.sanpietro .fpg-grid-item:hover .fpg-read-more, 
.fpg-container.grid-columns-5.sanpietro .fpg-grid-item:hover .fpg-read-more {
bottom:20%;
}
.fpg-container.grid-columns-4.sanpietro .fpg-container-portfolio .fpg-read-more,
.fpg-container.grid-columns-5.sanpietro .fpg-container-portfolio .fpg-read-more {
padding:8px;
}
.fpg-controls.filter-sanpietro ul li {
border-right: 0;
cursor: pointer;
display: inline-block;
margin: 0 1% 0 0;
padding: 8px 20px;
}
.fpg-pagination.sanpietro {
text-align:center;
margin-top:10px;
}
.fpg-pagination.sanpietro a,
.fpg-pagination.sanpietro .pagination .current { 
padding:8px 20px;
}
.fpg-pagination.sanpietro .pagination .current,
.fpg-pagination.sanpietro .pagination a { 
margin: 0 1% 0 0;
}
.fpg-container.grid-columns-4.sanpietro figure,
.fpg-container.grid-columns-5.sanpietro figure,
.fpg-container.grid-columns-4.sanpietro .fpg-container-portfolio,
.fpg-container.grid-columns-4.sanpietro .fpg-grid-item:hover .fpg-container-portfolio,
.fpg-container.grid-columns-5.sanpietro .fpg-container-portfolio,
.fpg-container.grid-columns-5.sanpietro .fpg-grid-item:hover .fpg-container-portfolio,
.fpg-container.grid-columns-4.sanpietro figure img,
.fpg-container.grid-columns-5.sanpietro figure img {
border-radius:30px;
} .fpg-controls.filter-portamaggiore {
text-align:center;	
}
.portamaggiore .fpg-image-container {
position:relative;
}
.portamaggiore .fpg-image-over {
position:absolute;
opacity:0;
left:0;
top:0;
height:100%;
width:100%;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;	
}
.portamaggiore .fpg-grid-item:hover .fpg-image-over {
opacity:1;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;	
}
.portamaggiore .fpg-image-over .icon-plus {
position:absolute;
top:50%;
font-size:20px;
margin-top:-30px;
left:50%;
margin-left:-30px;
width:60px;
height:60px;
line-height:60px;
}
.portamaggiore .fpg-grid-item .fpg-container-portfolio {
opacity: 1;
padding: 5%;
position: relative;
text-align: left;
}
.portamaggiore .fpg-container-portfolio .fpg-title {
line-height: 125%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.portamaggiore .fpg-grid-item:hover .fpg-title {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
}
.portamaggiore .fpg-container-portfolio .fpg-text {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
line-height:135%;
font-style:italic;	
padding:20px 0!important;
}
.portamaggiore .fpg-container-portfolio .fpg-info, .portamaggiore .fpg-container-portfolio .fpg-info-date {
margin:0 auto;
font-size:13px;
font-style:normal;
text-align:left;		
}
.portamaggiore .fpg-container-portfolio .fpg-info-date i {
margin-right:5px;
}
.portamaggiore .fpg-grid-item:hover .fpg-info {
bottom:20%;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
}
.portamaggiore .fpg-container-portfolio .fpg-read-more {
color: #fff;
padding: 5px 0px;
}
.fpg-controls.filter-portamaggiore ul li {
border-right: 0;
cursor: pointer;
display: inline-block;
margin: 0 1% 0 0;
padding: 8px 20px;
}
.fpg-pagination.portamaggiore {
text-align:center;
}
.fpg-pagination.portamaggiore a,
.fpg-pagination.portamaggiore .pagination .current { 
padding:8px 20px;
}
.fpg-pagination.portamaggiore .pagination .current,
.fpg-pagination.portamaggiore .pagination a { 
margin: 0 1% 0 0;
} .fpg-controls.filter-piazzadispagna {
text-align:center;	
}
.piazzadispagna .fpg-image-container {
position:relative;
}
.piazzadispagna .fpg-image-over {
position:absolute;
opacity:0;
left:0;
top:0;
height:100%;
width:100%;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;	
}
.piazzadispagna .fpg-grid-item:hover .fpg-image-over {
opacity:1;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;	
background:#000;
}
.piazzadispagna .fpg-image-over .icon-plus {
position:absolute;
top:50%;
font-size:20px;
margin-top:-30px;
right:-100%;
margin-right:-30px;
width:60px;
height:60px;
line-height:58px;
border-radius:50%;
border:2px solid #000;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
transition: all 0.9s ease;
}
.piazzadispagna .fpg-grid-item:hover .icon-plus {
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
transition: all 0.9s ease;
right:50%;	
}
.piazzadispagna .fpg-grid-item .fpg-container-portfolio {
opacity: 1;
padding: 5%;
position: relative;
text-align: left;
box-sizing:border-box;
-moz-box-sizing:border-box;
}
.piazzadispagna .fpg-title {
line-height: 40px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
padding:3% 5%;
text-align:left;
}
.piazzadispagna .fpg-grid-item:hover .fpg-title {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
}
.piazzadispagna .fpg-container-portfolio .fpg-text {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
line-height:26px;
font-style:italic;	
padding:20px 0 0!important;
}
.piazzadispagna .fpg-container-portfolio .fpg-info, .piazzadispagna .fpg-container-portfolio .fpg-info-date {
margin:0 auto;
font-size:13px;
font-style:normal;
text-align:left;		
}
.piazzadispagna .fpg-container-portfolio .fpg-info-date i {
margin-right:5px;
}
.piazzadispagna .fpg-grid-item:hover .fpg-info {
bottom:20%;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
}
.piazzadispagna .fpg-container-portfolio .fpg-read-more {
color: #fff;
padding: 5px 0px;
}
.fpg-controls.filter-piazzadispagna ul li {
border-right: 0;
cursor: pointer;
display: inline-block;
margin: 0 1% 0 0;
padding: 8px 20px;
}
.fpg-pagination.piazzadispagna {
text-align:center;
margin-top:10px;
}
.fpg-pagination.piazzadispagna a,
.fpg-pagination.piazzadispagna .pagination .current { 
padding:8px 20px;
}
.fpg-pagination.piazzadispagna .pagination .current,
.fpg-pagination.piazzadispagna .pagination a { 
margin: 0 1% 0 0;
} .cappellasistina figure {
padding:20px;
}
.fpg-controls.filter-cappellasistina {
text-align:center;	
}
.cappellasistina .fpg-image-container {
position:relative;
overflow:hidden;
}
.cappellasistina .fpg-image-over {
position:absolute;
opacity:0;
left:0;
top:0;
height:100%;
width:100%;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;	
}
.cappellasistina .fpg-grid-item:hover .fpg-image-over {
opacity:1;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;	
background:#000;
}
.cappellasistina .fpg-image-over .icon-plus {
position:absolute;
top:50%;
font-size:20px;
margin-top:-30px;
right:-100%;
margin-right:-30px;
width:60px;
height:60px;
line-height:58px;
border-radius:50%;
border:2px solid #000;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
transition: all 0.9s ease;
opacity:0.5;
}
.cappellasistina .fpg-grid-item:hover .icon-plus {
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
transition: all 0.9s ease;
right:50%;		
}
.cappellasistina .fpg-image-over .icon-plus:hover {
opacity:1;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
transition: all 0.9s ease;	
}
.cappellasistina .fpg-grid-item .fpg-container-portfolio {
opacity: 1;
padding: 5%;
position: relative;
text-align: center;
}
.cappellasistina .fpg-title {
line-height: 125%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
padding:5%;
text-align:center;
position:absolute;
bottom:0;
left:0;
width:100%;
}
.cappellasistina .fpg-grid-item:hover .fpg-title {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;	
bottom:-100%;	
}
.cappellasistina .fpg-image-container .fpg-info-date {
position:absolute;
top:0;
width:50%;
text-align:center;	
z-index:1;
left:50%;
margin-left:-25%;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
transition: all 0.9s ease;	
line-height: 125%;
padding:5%;
}
.cappellasistina .fpg-grid-item:hover .fpg-info-date {
top:-100px;	
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
transition: all 0.9s ease;	
}
.cappellasistina .fpg-grid-item .fpg-info-date i {
display:none;
}
.cappellasistina .fpg-container-portfolio .fpg-text {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
line-height:26px;	
padding:10px 0!important;
}
.cappellasistina .fpg-container-portfolio .fpg-info, .cappellasistina .fpg-container-portfolio .fpg-info-date {
margin:0 auto;
font-style:normal;
text-align:center;		
}
.cappellasistina .fpg-container-portfolio .fpg-info i {
display:none;
}
.cappellasistina .fpg-container-portfolio .fpg-info-date i {
margin-right:5px;
}
.cappellasistina .fpg-grid-item:hover .fpg-info {
bottom:20%;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
}
.cappellasistina .fpg-container-portfolio .fpg-read-more {
color: #fff;
padding: 5px 0px;
}
.fpg-controls.filter-cappellasistina ul li {
border-right: 0;
cursor: pointer;
display: inline-block;
margin: 0 1% 0 0;
padding: 8px 20px;
}
.fpg-pagination.cappellasistina {
text-align:center;
}
.fpg-pagination.cappellasistina a,
.fpg-pagination.cappellasistina .pagination .current { 
padding:8px 20px;
}
.fpg-pagination.cappellasistina .pagination .current,
.fpg-pagination.cappellasistina .pagination a { 
margin: 0 1% 0 0;
}
.cappellasistina .fpg-share-container {
text-align:center;
border-top:1px solid #000;
padding:10px;
font-size:20px;
line-height:145%;
}
.cappellasistina .fpg-share-container .fpg-share-item {
display:inline-block;
margin-right:10px;
}
.fpg-container.grid-columns-2.cappellasistina .fpg-title,
.fpg-container.grid-columns-3.cappellasistina .fpg-title,
.fpg-container.grid-columns-2.cappellasistina .fpg-info-date,
.fpg-container.grid-columns-3.cappellasistina .fpg-info-date {
padding:3%;
} .piazzanavona figure {
padding:30px;
}
.fpg-controls.filter-piazzanavona {
text-align:center;	
}
.piazzanavona .fpg-image-container {
position:relative;
overflow:hidden;
}
.piazzanavona .fpg-image-over {
position:absolute;
opacity:0;
left:0;
top:0;
height:100%;
width:100%;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;	
}
.piazzanavona .fpg-grid-item:hover .fpg-image-over {
opacity:1;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;	
}
.piazzanavona .fpg-image-over .icon-plus {
position:absolute;
top:50%;
font-size:20px;
margin-top:-30px;
right:-100%;
margin-right:-30px;
width:60px;
height:60px;
line-height:60px;
border-radius:50%;
border:2px solid #000;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
transition: all 0.9s ease;
}
.piazzanavona .fpg-grid-item:hover .icon-plus {
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
transition: all 0.9s ease;
right:50%;	
}
.piazzanavona .fpg-grid-item .fpg-container-portfolio {
opacity: 1;
position: relative;
text-align: left;
}
.piazzanavona .fpg-title {
line-height: 125%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
padding:5% 0 0;
text-align:left;
}
.piazzanavona .fpg-image-container .fpg-info-date {
position:absolute;
top:0;
width:50%;
text-align:center;	
z-index:1;
left:50%;
margin-left:-25%;
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
transition: all 0.9s ease;	
}
.piazzanavona .fpg-grid-item:hover .fpg-info-date {
top:-100px;	
-webkit-transition: all 0.9s ease;
-moz-transition: all 0.9s ease;
-o-transition: all 0.9s ease;
transition: all 0.9s ease;	
}
.piazzanavona .fpg-grid-item .fpg-info-date i {
display:none;
}
.piazzanavona .fpg-container-portfolio .fpg-text {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
line-height:26px;	
padding:20px 0!important;
text-align:justify;
}
.piazzanavona .fpg-container-portfolio .fpg-info, .piazzanavona .fpg-container-portfolio .fpg-info-date {
margin:0 auto;
font-size:13px;
font-style:normal;
text-align:left;		
}
.piazzanavona .fpg-container-portfolio .fpg-info {
margin-top:10px;
}
.piazzanavona .fpg-container-portfolio .fpg-info i {
display:none;
}
.piazzanavona .fpg-container-portfolio .fpg-info-date i {
margin-right:5px;
}
.piazzanavona .fpg-grid-item:hover .fpg-info {
bottom:20%;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
}
.piazzanavona .fpg-container-portfolio .fpg-read-more {
color: #fff;
}
.fpg-controls.filter-piazzanavona ul li {
border-right: 0;
cursor: pointer;
display: inline-block;
margin: 0 1% 0 0;
padding: 8px 20px;
}
.fpg-pagination.piazzanavona {
text-align:center;
}
.fpg-pagination.piazzanavona a,
.fpg-pagination.piazzanavona .pagination .current { 
padding:8px 20px;
}
.fpg-pagination.piazzanavona .pagination .current,
.fpg-pagination.piazzanavona .pagination a { 
margin: 0 1% 0 0;
}
.piazzanavona .fpg-share-container {
text-align:center;
padding:10px;
font-size:20px;
position:absolute;
left:-100%;
top:50%;
margin-top:-50px;
height:100%;
margin-left:-60px;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
z-index:1;
width:120px;
height:100px;
background:rgba(51,51,51,0.5);		
}
.piazzanavona .fpg-grid-item:hover .fpg-share-container {
left:50%;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;		
}
.piazzanavona .fpg-share-container .fpg-share-item {
display:inline-block;
margin-right:10px;
}
.piazzanavona .fpg-share-item a {
display: block;
font-size: 20px;
padding: 10px 7px;
}
.piazzanavona .fpg-info-date {
float:left;
}
.piazzanavona .fpg-read-more {
float:right;
} .fpg-grid.wpfpg_masonry .fpg-grid-item {
width:100%;
max-width:100%;
vertical-align:bottom;
}
.fpg-type-portfolio-preview.fpg-grid {
list-style: none;
padding: 20px 0;
margin: 0 auto;
text-align: center;
width: 100%;
}
.fpg-type-portfolio-preview.fpg-grid .fpg-grid-item > a,
.fpg-type-portfolio-preview.fpg-grid .fpg-grid-item > a img {
border: none;
outline: none;
display: block;
position: relative;
}  .fpg-general-container.fpg-type-portfolio-preview.trastevere {
position:relative;
}
.fpg-type-portfolio-preview.grid-columns-1 .fpg-grid-item:nth-of-type(n+1), 
.fpg-type-portfolio-preview.grid-columns-2 .fpg-grid-item:nth-of-type(2n+1), 
.fpg-type-portfolio-preview.grid-columns-3 .fpg-grid-item:nth-of-type(3n+1), 
.fpg-type-portfolio-preview.grid-columns-4 .fpg-grid-item:nth-of-type(4n+1), 
.fpg-type-portfolio-preview.grid-columns-5 .fpg-grid-item:nth-of-type(5n+1) {
clear:none;
}
.fpg-type-portfolio-preview {
padding: 0;
margin: 3em 0 0;
overflow: hidden;
}
.fpg-type-portfolio-preview figure a {
height:100%;
}
.fpg-type-portfolio-preview figure {
height: 200px;
overflow: hidden;
padding: 0;
float: left;
position: relative;
}
.fpg-type-portfolio-preview.grid-columns-2 figure {
height:350px;
}
.fpg-type-portfolio-preview.grid-columns-1 figure {
height:350px;
}
.fpg-type-portfolio-preview.grid-columns-3 figure {
height:250px;
}
.fpg-type-portfolio-preview.grid-columns-5 figure {
height:150px;
}
.fpg-type-portfolio-preview .post-content h1 {
line-height:135%;
}
.fpg-type-portfolio-preview figure a.fpg-thumbnail {
background-repeat: no-repeat;
background-size: cover;
background-color: #cecece;
background-position-x: 50%;
display: block; box-sizing: border-box;
transition: opacity 0.3s;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
z-index: 9;
width: 100%;
height: 100%;
}
.fpg-type-portfolio-preview figure a.fpg-thumbnail h4 {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
border-left: 1px solid rgba(0, 0, 0, 0.3);
border-right: 1px solid rgba(0, 0, 0, 0.3);
color: #000;
font-size: 14px;
left: 0;
margin: 0 10%;
overflow: hidden;
padding: 7px 10px;
position: absolute;
text-overflow: ellipsis;
text-transform: uppercase;
top: 0;
white-space: nowrap;
width: 80%;	
}
.fpg-type-portfolio-preview a .icon-link {
position:absolute;
bottom:0;
right:-100%;
width:60px;
height:60px;
font-size:20px;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
background:	#efefef;		
line-height:60px;
}
.fpg-type-portfolio-preview a:hover .icon-link {
right:100%;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
margin-right:-60px;			
}
.fpg-type-portfolio-preview .social-container .icon-menu2 {
width:auto;
height:30px;
line-height:30px;
font-size:20px;
display:inline-block;
float:left;
}
.fpg-type-portfolio-preview .social-container .fpg-share-container {
width:90%;
opacity:0;
font-size:0;
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;
float:left;	
}
.fpg-type-portfolio-preview .social-container:hover .fpg-share-container {
-webkit-transition: all 0.7s ease;
-moz-transition: all 0.7s ease;
-o-transition: all 0.7s ease;
transition: all 0.7s ease;	
}
.fpg-type-portfolio-preview .social-container .fpg-share-container .fpg-share-item {
background: none repeat scroll 0 0 #000;
display: inline-block;
height: 35px;
line-height: 35px;
text-align: center;
width: 35px;
color:#fff;
font-size:16px;
margin-left: 6%;
}
.fpg-type-portfolio-preview .social-container .fpg-share-container .fpg-share-item a {
color:#fff;
}
.fpg-type-portfolio-preview figure a.fpg-thumbnail .description {
padding: 0;
position: absolute;
height: 0;
bottom: 0;
width: 100%;
box-sizing: inherit;
opacity: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
color: #333333;
background-color: rgba(255, 255, 255, 0.7);
font-size: 18px;
padding: 18px 12px;
line-height: 10px;
box-sizing: inherit;
text-align: center;
}
.fpg-type-portfolio-preview figure a.fpg-thumbnail .active-arrow {
width: 0;
height: 0;
border-left: 25px solid transparent;
border-right: 25px solid transparent;
border-bottom: 25px solid #fff;
bottom: -2px;
z-index: 99;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
}
.fpg-type-portfolio-preview figure a.thumbnail:hover .description {
height: 50px;
opacity: 1;
}
.fpg-type-portfolio-preview figure.content {
width: 100% !important;
display: none;
background: none;
float: left;
height: auto;
position: relative;
padding: 4%;
z-index:99999999999;
}
.fpg-type-portfolio-preview figure.content h3 {
display: inline-block;
}
.fpg-type-portfolio-preview figure.content .close {
color: #000;
cursor: pointer;
font-family: -webkit-pictograph;
font-size: 30px;
font-weight: normal;
height: 40px;
line-height: 40px;
position: absolute;
right: 1%;
text-align: center;
top: 1%;
width: 40px;
}
.fpg-type-portfolio-preview figure.content .close:hover {
opacity: 0.7;
}
.fpg-type-portfolio-preview figure.content .media {
display: inline-block;
float: left;
width: 50%;
min-height: 200px;
}
.fpg-type-portfolio-preview figure.content .media img {
max-width: 100%;
}
.portfolio-content {
display: none;
}
.fpg-type-portfolio-preview .post-content {
width:50%;
float:left;
padding-left:4%;
} .trastevere .fpg-type-portfolio-preview figure.content {
background: none repeat scroll 0 0 #fff;
border-bottom: 4px solid;
border-left: 1px solid;
border-radius: 0;
border-right: 1px solid;
text-align: justify;
width: 100%;
}
.trastevere .fpg-grid figure p {
margin:25px 0!important;
line-height:165%;
}
.trastevere .fpg-info {
margin:50px 0 0 0!important;
}
.trastevere .fpg-type-portfolio-preview figure .fcp-read-more {
background: none repeat scroll 0 0 #000;
color: #fff;
float: right;
height: 35px;
line-height: 35px;
text-align: center;
width: 100px;
}
.fpg-type-portfolio-preview.trastevere .post-content .social-container {
float: left;
width:75%;
} 
.fpg-type-portfolio-preview.trastevere .social-container .icon-menu2, .fpg-type-portfolio-preview.trastevere .social-container .icon-close  {
background: none repeat scroll 0 0 #000;
color: #fff;
display: inline-block;
float: left;
font-size: 20px;
height: 35px;
line-height: 35px;
text-align: center;
width: 35px;
cursor:pointer;
}
.fpg-type-portfolio-preview.trastevere .social-container .icon-close  {
font-size:16px;
} .mausoleodiaugusto .fpg-info span {
margin-left: 20px;
margin-right: 0;
}
.mausoleodiaugusto .fpg-type-portfolio-preview figure.content {
background: none repeat scroll 0 0 #fff;
text-align: justify;
width: 100%;
}
.mausoleodiaugusto .fpg-type-portfolio-preview figure.content .media img {
}
.mausoleodiaugusto .fpg-grid figure p {
margin:25px 0 0!important;
line-height:165%;
}
.mausoleodiaugusto .fpg-info {
margin:50px 0 0 0!important;
}
.mausoleodiaugusto .fpg-type-portfolio-preview figure .fcp-read-more {
background: none repeat scroll 0 0 #000;
color: #fff;
float: right;
height: 35px;
line-height: 35px;
text-align: center;
width: 100px;
margin-top:25px;
}
.fpg-type-portfolio-preview.mausoleodiaugusto .post-content .social-container {
float: left;
width:75%;
margin-top:25px;
text-align:left;
} 
.fpg-type-portfolio-preview.mausoleodiaugusto .social-container .icon-menu2, .fpg-type-portfolio-preview.mausoleodiaugusto .social-container .icon-close  {
background: none repeat scroll 0 0 #000;
color: #fff;
display: inline-block;
float: left;
font-size: 20px;
height: 35px;
line-height: 35px;
text-align: center;
width: 35px;
cursor:pointer;
}
.fpg-type-portfolio-preview.mausoleodiaugusto .social-container .icon-close  {
font-size:16px;
}
.mausoleodiaugusto .post-content > h1 {
margin-bottom: 25px;
}
.fpg-type-portfolio-preview.mausoleodiaugusto .post-content {
float: left;
padding-right: 4%;
width: 50%;
text-align:right;
padding-left:0;
}
.fpg-type-portfolio-preview.mausoleodiaugusto .social-container .fpg-share-container {
font-size: 0;
opacity: 0;
transition: all 0.7s ease 0s;
width: 90%;
margin-left:10%;
float:none;
}
.fpg-type-portfolio-preview.mausoleodiaugusto .social-container .fpg-share-container .fpg-share-item {
border-radius:0;
}
.fpg-type-portfolio-preview.mausoleodiaugusto figure.content .close {
left:1%;
}
.fpg-type-portfolio-preview.grid-columns-2 figure a.fpg-thumbnail h4 {
line-height:45px;
padding:0;
}
@media screen and (max-width: 480px) {
.fpg-grid {
padding-left:0!important;
}
.colosseo .fpg-grid-item .fpg-info, .colosseo .fpg-grid-item .fpg-text,
.piazzavenezia .fpg-container-portfolio .fpg-text,
.piazzavenezia .fpg-container-portfolio .fpg-info,
.piazzavenezia .fpg-container-portfolio .fpg-info-date,
.sanpietro .fpg-container-portfolio .fpg-text {
display:none;
}
.piazzavenezia .fpg-container-portfolio .fpg-title {
font-size:18px;
line-height:23px;
}
.fpg-grid.sanpietro figure {
overflow:hidden;
}
.fpg-container.grid-columns-1.wpfpg_masonry,
.fpg-container.grid-columns-2.wpfpg_masonry,
.fpg-container.grid-columns-3.wpfpg_masonry,
.fpg-container.grid-columns-4.wpfpg_masonry,
.fpg-container.grid-columns-5.wpfpg_masonry {
column-count:1;
-moz-column-count:1;
-webkit-column-count:1;
}	
.fpg-type-portfolio-preview .post-content {
width:100%;
padding:7%;
}
.fpg-type-portfolio-preview figure.content {
max-width:100%!important;		
}
.post-content .social-container {
width:100%!important;
}
.fpg-type-portfolio-preview .social-container .fpg-share-container .fpg-share-item {
margin-left:2%;
}
.fpg-type-portfolio-preview .social-container .fpg-share-container {
width:83%;
margin-bottom:10px;
}
}
@media screen and (max-width: 900px) and (orientation: portrait) {
.colosseo .fpg-grid-item .fpg-info, .colosseo .fpg-grid-item .fpg-text,
.piazzavenezia .fpg-container-portfolio .fpg-text,
.piazzavenezia .fpg-container-portfolio .fpg-info,
.piazzavenezia .fpg-container-portfolio .fpg-info-date,
.sanpietro .fpg-container-portfolio .fpg-text {
display:none;
}
.piazzavenezia .fpg-container-portfolio .fpg-title {
font-size:18px;
line-height:23px;
}	
.piazzanavona .fpg-container-portfolio .fpg-read-more {
margin-top:30px;
}
.fpg-type-portfolio-preview figure {
width: 100% !important;
max-width:100%!important;
margin:0 auto;
}	
.fpg-type-portfolio-preview .post-content {
width:100%!important;
}
}
@media screen and (max-width: 900px) {
.fpg-grid {
padding-left:0!important;
}
.fpg-container.grid-columns-1.wpfpg_masonry,
.fpg-container.grid-columns-2.wpfpg_masonry,
.fpg-container.grid-columns-3.wpfpg_masonry,
.fpg-container.grid-columns-4.wpfpg_masonry,
.fpg-container.grid-columns-5.wpfpg_masonry {
column-count:2;
-moz-column-count:2;
-webkit-column-count:2;
}
.fpg-type-portfolio-preview .post-content {
width:100%!important;
padding:7%;
}
.fpg-type-portfolio-preview figure.content {
max-width:100%!important;		
}
.post-content .social-container {
width:100%!important;
}
.fpg-type-portfolio-preview .social-container .fpg-share-container .fpg-share-item {
margin-left:2%;
}
.fpg-type-portfolio-preview .social-container .fpg-share-container {
width:83%;
margin-bottom:10px;
}
.fpg-type-portfolio-preview .media {
display: none !important;
}		
}
@media screen and (max-width: 480px) and (orientation: portrait) {
.fpg-container.grid-columns-1.wpfpg_masonry,
.fpg-container.grid-columns-2.wpfpg_masonry,
.fpg-container.grid-columns-3.wpfpg_masonry,
.fpg-container.grid-columns-4.wpfpg_masonry,
.fpg-container.grid-columns-5.wpfpg_masonry {
column-count:1;
-moz-column-count:1;
-webkit-column-count:1;
}
}
@media (min-device-width: 768px) and (max-device-width: 800px) and (orientation: portrait) {
.fpg-type-portfolio-preview {
margin:0 auto;
width:70%;
}
}
figure.fpg-grid-item.mix_all {
clear: none!important;
}
.fpg-type-carousel .fpg-grid-item  {
margin: 10px;
color: #FFF;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
text-align: center;
}
.fpg-type-carousel .fpg-grid-item  img{
width: auto;
margin: 0 auto;
display: block;
}
.fpg-type-carousel .fpg-grid-item  h3{
font-size: 28px;
font-weight: 300;
margin: 25px 0 0;
}
.fpg-type-carousel .fpg-grid-item  h4{
margin: 5px 0 0;
font-size: 18px;
}
.fpg-type-carousel .fpg-grid-item  h1{
margin: inherit;
}
.fpg-type-carousel .fpg-grid-item {
padding:0;
height:auto;
}
.fpg-type-carousel .fpg-grid-item {
position:relative;
overflow:hidden;
}
.fpg-type-carousel .fpg-grid-item .ac-container {
position:absolute;
left:0;
width:100%;
height:100%;
opacity:0;
transition: all 0.55s ease-in 0s;
-webkit-transition: all 0.40s ease-in;
-moz-transition: all 0.55s ease-in;
-ms-transition: all 0.55s ease-in;
-o-transition: all 0.55s ease-in;	
}
.fpg-type-carousel .fpg-grid-item:hover .ac-container {
opacity:1;
transition: all 0.55s ease-in 0s;
-webkit-transition: all 0.40s ease-in;
-moz-transition: all 0.55s ease-in;
-ms-transition: all 0.55s ease-in;
-o-transition: all 0.55s ease-in;		
}
.fpg-type-carousel .fpg-grid-item img {
height: auto;
width: 100%;
}
.fpg-grid.fpg-type-carousel.wpfpg_grid figure {
float:none!important;
} .fpg-type-carousel.campidoglio .fpg-grid-item .ac-container {
top:0;	
}
.campidoglio .fpg-type-carousel .fpg-grid-item .ac-container {
top:0;    
}
.campidoglio .fpg-grid-item .ac-container {
background:red;
}
.campidoglio .fpg-grid-item .title {
position:absolute;
top:-100px;
width:100%;
text-align:center;
margin-top:15%;
transition: all 0.6s ease-in 0s;
-webkit-transition: all 0.6s ease-in;
-moz-transition: all 0.6s ease-in;
-ms-transition: all 0.6s ease-in;
-o-transition: all 0.6s ease-in;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;	
line-height:125%;
padding:0 10px;			
}
.campidoglio .fpg-grid-item:hover .title {
position:absolute;
top:0px;			
}
.campidoglio .fpg-grid-item .ac-icon a {
border: 3px solid #fff;
border-radius: 50%;
bottom: -100px;
color: #fff;
display: block;
font-size: 16px;
height: 45px;
line-height: 42px;
position: absolute;
text-decoration: none;
width: 45px;
transition: all 0.6s ease-in 0s;
-webkit-transition: all 0.6s ease-in;
-moz-transition: all 0.6s ease-in;
-ms-transition: all 0.6s ease-in;
-o-transition: all 0.6s ease-in;		
}
.campidoglio .fpg-item-show-5 .ac-icon a,  .campidoglio .fpg-item-show-4 .ac-icon a {
border: 2px solid #fff;
border-radius: 50%;
bottom: -100px;
color: #fff;
display: block;
font-size: 12px;
height: 35px;
line-height: 35px;
position: absolute;
text-decoration: none;
transition: all 0.8s ease-in 0s;
width: 35px;
}
.campidoglio .fpg-item-show-5 .fpg-grid-item .ac-icon a:first-child, .campidoglio .fpg-item-show-4 .fpg-grid-item .ac-icon a:first-child {
left:20%;
}
.campidoglio .fpg-item-show-5 .fpg-grid-item .ac-icon a:nth-child(2), .campidoglio .fpg-item-show-4 .fpg-grid-item .ac-icon a:nth-child(2) {
margin-left:-17.5px;
}
.campidoglio .fpg-item-show-5 .fpg-grid-item .ac-icon a:nth-child(3), .campidoglio .fpg-item-show-4 .fpg-grid-item .ac-icon a:nth-child(3) {
right:20%;
}
.campidoglio .fpg-grid-item:hover .ac-icon a {
position:absolute;
bottom:15%;	
}
.campidoglio .fpg-grid-item .ac-icon a:first-child {
left:25%;
transition: all 0.6s ease-in 0s;
-webkit-transition: all 0.6s ease-in;
-moz-transition: all 0.6s ease-in;
-ms-transition: all 0.6s ease-in;
-o-transition: all 0.6s ease-in;
}
.campidoglio .fpg-grid-item .ac-icon a:nth-child(2) {
left:50%;
margin-left:-22.5px;
transition: all 0.8s ease-in 0s;
-webkit-transition: all 0.8s ease-in;
-moz-transition: all 0.8s ease-in;
-ms-transition: all 0.8s ease-in;
-o-transition: all 0.8s ease-in;
}
.campidoglio .fpg-grid-item .ac-icon a:nth-child(3) {
right:25%;
transition: all 1.0s ease-in 0s;
-webkit-transition: all 1.0s ease-in;
-moz-transition: all 1.0s ease-in;
-ms-transition: all 1.0s ease-in;
-o-transition: all 1.0s ease-in;
}
.campidoglio .fpg-grid-item {
margin: 10px;
color: #FFF;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
text-align: center;
}
.campidoglio  .owl-theme .owl-controls .owl-dots  span.owl-numbers {
background: rgba(0, 0, 0, 0.2);
border: 2px solid;
border-radius: 50%;
color: #fff;
font-size: 10px;
height: 25px;
line-height: 23px;
padding: 0;
width: 25px;
}
.campidoglio .owl-theme .owl-controls .owl-dots  span {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
border: 2px solid #fff;
border-radius: 50%;
height: 12px;
padding: 0;
width: 12px;
}
.campidoglio .owl-theme .owl-controls {
position:relative;
}
.campidoglio .owl-next {
position:absolute;
right:10px;
top:0;
background:none!important;
padding:0!important;
font-size:16px!important;
margin:0!important
}
.campidoglio .owl-prev {
position:absolute;
left:10px;
top:0;
background:none!important;
padding:0!important;
font-size:16px!important;
margin:0!important;	
} .fpg-type-carousel.quirinale .fpg-grid-item .ac-container {
top:0;	
}
.quirinale .fpg-grid-item .ac-container {
width:100%;
height:100%;
border-radius:0;
}
.quirinale .fpg-grid-item .ac-container:hover {
width:97%;
height:95%;
margin:1.5%;
background:rgba(0,0,0,0.8);
}
.quirinale .fpg-grid-item .title {
position:absolute;
top:-100px;
width:97%;
text-align:center;
margin-top:15%;
transition: all 0.6s ease-in 0s;
-webkit-transition: all 0.6s ease-in;
-moz-transition: all 0.6s ease-in;
-ms-transition: all 0.6s ease-in;
-o-transition: all 0.6s ease-in;
margin-left:1.5%;
margin-right:1.5%;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;	
line-height:130%;
padding:0 10px;				
}
.quirinale .fpg-item-show-5 .fpg-grid-item .title {
margin-top:0;
}
.quirinale .fpg-grid-item:hover .title {
position:absolute;
top:0px;			
}
.quirinale .fpg-grid-item .ac-icon a {
border: 3px solid #fff;
border-radius: 50%;
bottom: 15%;
color: #fff;
display: block;
font-size: 16px;
height: 45px;
line-height: 42px;
position: absolute;
text-decoration: none;
width: 45px;
transition: all 0.5s ease-in 0s;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;		
}
.quirinale .fpg-grid-item .ac-icon a:first-child {
left:-100%;
opacity:1;
transition: all 0.6s ease-in 0s;
-webkit-transition: all 0.6s ease-in;
-moz-transition: all 0.6s ease-in;
-ms-transition: all 0.6s ease-in;
-o-transition: all 0.6s ease-in;
}
.quirinale .fpg-grid-item .ac-icon a:first-child:hover {
opacity:0.6;
}
.quirinale .fpg-item-show-5 .ac-icon a,  .quirinale .fpg-item-show-4 .ac-icon a {
border: 2px solid #fff;
font-size: 12px;
height: 35px;
line-height: 33px;
width: 35px;
}
.quirinale .fpg-item-show-5 .fpg-grid-item:hover .ac-icon a:first-child, .quirinale .fpg-item-show-4 .fpg-grid-item:hover .ac-icon a:first-child {
left:20%;
}
.quirinale .fpg-item-show-5 .fpg-grid-item:hover .ac-icon a:nth-child(2), .quirinale .fpg-item-show-4 .fpg-grid-item:hover .ac-icon a:nth-child(2) {
margin-left:-17.5px;
}
.quirinale .fpg-item-show-5 .fpg-grid-item:hover .ac-icon a:nth-child(3), .quirinale .fpg-item-show-4 .fpg-grid-item:hover .ac-icon a:nth-child(3) {
right:20%;
}
.quirinale .fpg-grid-item:hover .ac-icon a:first-child {
left:25%;
transition: all 0.6s ease-in 0s;
-webkit-transition: all 0.6s ease-in;
-moz-transition: all 0.6s ease-in;
-ms-transition: all 0.6s ease-in;
-o-transition: all 0.6s ease-in;
}
.quirinale .fpg-grid-item .ac-icon a:nth-child(2) {
bottom:-100%;
left:50%;
margin-left:-22.5px;
opacity:1;
transition: all 0.6s ease-in 0s;
-webkit-transition: all 0.6s ease-in;
-moz-transition: all 0.6s ease-in;
-ms-transition: all 0.6s ease-in;
-o-transition: all 0.6s ease-in;
}
.quirinale .fpg-grid-item .ac-icon a:nth-child(2):hover {
opacity:0.6;
}
.quirinale .fpg-grid-item:hover .ac-icon a:nth-child(2) {
bottom:15%;
transition: all 0.6s ease-in 0s;
-webkit-transition: all 0.6s ease-in;
-moz-transition: all 0.6s ease-in;
-ms-transition: all 0.6s ease-in;
-o-transition: all 0.6s ease-in;
}
.quirinale .fpg-grid-item .ac-icon a:nth-child(3) {
right:-100%;
opacity:1;
transition: all 0.6s ease-in 0s;
-webkit-transition: all 0.6s ease-in;
-moz-transition: all 0.6s ease-in;
-ms-transition: all 0.6s ease-in;
-o-transition: all 0.6s ease-in;
}
.quirinale .fpg-grid-item .ac-icon a:nth-child(3):hover {
opacity:0.6;
}
.quirinale .fpg-grid-item:hover .ac-icon a:nth-child(3) {
right:25%;
transition: all 0.6s ease-in 0s;
-webkit-transition: all 0.6s ease-in;
-moz-transition: all 0.6s ease-in;
-ms-transition: all 0.6s ease-in;
-o-transition: all 0.6s ease-in;
}
.quirinale .fpg-grid-item {
margin: 10px;
color: #FFF;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
text-align: center;
}
.quirinale  .owl-theme .owl-controls .owl-dots  span.owl-numbers {
background: rgba(0, 0, 0, 0.2);
border: 2px solid;
border-radius: 50%;
color: #fff;
font-size: 10px;
height: 25px;
line-height: 23px;
padding: 0;
width: 25px;
}
.quirinale .owl-theme .owl-controls .owl-dots  span {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
border: 2px solid #fff;
border-radius: 50%;
height: 12px;
padding: 0;
width: 12px;
}
.quirinale .owl-theme .owl-controls .owl-buttons div {
top:20px;
}
.quirinale .owl-next {
position:absolute;
right:10px;
top:0;
background:none!important;
padding:0!important;
font-size:16px!important;
margin:0!important
}
.quirinale .owl-prev {
position:absolute;
right:50px;
top:0;
background:none!important;
padding:0!important;
font-size:16px!important;
margin:0!important;	
} .arcodicostantino .fpg-grid-item img {
top:0;
transition: all 0.5s ease-in 0s;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.arcodicostantino .fpg-grid-item:hover img {
top:-50%;
transition: all 0.5s ease-in 0s;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.arcodicostantino .fpg-grid-item .ac-container {
background: none repeat scroll 0 0 #000;
border-radius: 0;
bottom: -50%;
box-sizing: border-box;
height: 50%;
opacity: 1;
padding: 5%;
width: 100%;
transition: all 0.5s ease-in 0s;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.arcodicostantino .fpg-grid-item:hover .ac-container {
background:#000;
width:100%;
height:50%;
border-radius:0 0 0 0;
bottom:0;
transition: all 0.5s ease-in 0s;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.arcodicostantino .fpg-grid-item .title {
position:absolute;
width:94%;
text-align:left;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;	
line-height:140%;				
}
.arcodicostantino .fpg-item-show-4 .fpg-grid-item .title {
font-size:22px;
line-height:22px;
}
.arcodicostantino .fpg-item-show-5 .fpg-grid-item .title {
font-size: 14px;
line-height: 14px;		
}
.arcodicostantino .fpg-grid-item .ac-icon a {
border-radius: 50%;
bottom: 0;
color: #fff;
display: block;
font-size: 14px;
height: 40px;
line-height: 38px;
margin: 0 0 4%;
position: absolute;
text-decoration: none;
width: 40px;
}
.arcodicostantino .fpg-item-show-4 .ac-icon a {
font-size: 20px;
height: 0;
line-height: 20px;
width: 0;
margin: 0;
bottom:40%;
}
.arcodicostantino .fpg-item-show-5 .ac-icon a {
font-size: 16px;
height: 0;
line-height: 16px;
width: 0;
margin: 0;
bottom:40%;
}
.arcodicostantino .fpg-item-show-5 .fpg-grid-item .ac-icon a:first-child, 
.arcodicostantino .fpg-item-show-4 .fpg-grid-item .ac-icon a:first-child, 
.arcodicostantino .fpg-item-show-5 .fpg-grid-item .ac-icon a:first-child, 
.arcodicostantino .fpg-item-show-5 .fpg-grid-item .ac-icon a:nth-child(2), 
.arcodicostantino .fpg-item-show-4 .fpg-grid-item .ac-icon a:nth-child(2), 
.arcodicostantino .fpg-item-show-4 .fpg-grid-item .ac-icon a:nth-child(3), 
.arcodicostantino .fpg-item-show-5 .fpg-grid-item .ac-icon a:nth-child(3) {
border:0;
padding:0;
}
.arcodicostantino .fpg-item-show-5 .fpg-grid-item .ac-icon a:first-child:hover, 
.arcodicostantino .fpg-item-show-4 .fpg-grid-item .ac-icon a:first-child:hover, 
.arcodicostantino .fpg-item-show-5 .fpg-grid-item .ac-icon a:first-child:hover, 
.arcodicostantino .fpg-item-show-5 .fpg-grid-item .ac-icon a:nth-child(2):hover, 
.arcodicostantino .fpg-item-show-4 .fpg-grid-item .ac-icon a:nth-child(2):hover, 
.arcodicostantino .fpg-item-show-4 .fpg-grid-item .ac-icon a:nth-child(3):hover, 
.arcodicostantino .fpg-item-show-5 .fpg-grid-item .ac-icon a:nth-child(3):hover {
border:0;
padding:0;
}
.arcodicostantino .fpg-grid-item .ac-icon a:first-child {
border:2px solid #fff;
transition: all 0.5s ease-in 0s;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.arcodicostantino .fpg-grid-item .ac-icon a:first-child:hover {
border:2px solid #03C;
color:#03c;
}	
.arcodicostantino .fpg-grid-item .ac-icon a:nth-child(2) {
margin-left:15%;
border:2px solid #fff;
transition: all 0.5s ease-in 0s;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.arcodicostantino .fpg-grid-item .ac-icon a:nth-child(2):hover {
border:2px solid #06F;
color:#06f;
}
.arcodicostantino .fpg-grid-item .ac-icon a:nth-child(3) {
margin-left:30%;
border:2px solid #Fff;
transition: all 0.5s ease-in 0s;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.arcodicostantino .fpg-grid-item .ac-icon a:nth-child(3):hover {
border:2px solid #F00;
color:#f00;
}
.arcodicostantino .fpg-grid-item {
margin: 10px;
color: #FFF;
border-radius: 0;
text-align: center;
}
.arcodicostantino  .owl-theme .owl-controls .owl-dots  span.owl-numbers {
background: rgba(0, 0, 0, 0.2);
border: 2px solid;
border-radius: 50%;
color: #fff;
font-size: 10px;
height: 25px;
line-height: 20px;
padding: 0;
width: 25px;
}
.arcodicostantino .owl-theme .owl-controls .owl-dots  span {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
border: 2px solid #fff;
border-radius: 50%;
height: 12px;
padding: 0;
width: 12px;
}
.arcodicostantino .owl-theme .owl-controls .owl-buttons div {
top:20px;
}
.arcodicostantino .owl-next {
position:absolute;
right:10px;
top:0;
background:none!important;
padding:0!important;
font-size:16px!important;
margin:0!important
}
.arcodicostantino .owl-prev {
position:absolute;
right:50px;
top:0;
background:none!important;
padding:0!important;
font-size:16px!important;
margin:0!important;	
} .santamariamaggiore .fpg-grid-item .ac-container {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
border-radius: 0 0 0 0;
bottom: 0;
height: 50%;
padding: 5%;
width: 100%;
}
.santamariamaggiore .fpg-grid-item .title {
position: absolute;
right: -100%;
text-align: center;
top: 10%;
width: 100%;
transition: all 0.9s ease-in 0s;
-webkit-transition: all 0.9s ease-in;
-moz-transition: all 0.9s ease-in;
-ms-transition: all 0.9s ease-in;
-o-transition: all 0.9s ease-in;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;	
line-height:140%;				
}
.santamariamaggiore .fpg-item-show-5 .fpg-grid-item .title, 
.santamariamaggiore .fpg-item-show-4 .fpg-grid-item .title {
font-size: 1.2em;
margin-top:5px;		
}
.santamariamaggiore .fpg-item-show-4 .fpg-grid-item .title {
margin-top:3%;
}
.santamariamaggiore .fpg-grid-item:hover .title {
position:absolute;
right:0;
transition: all 0.7s ease-in 0s;
-webkit-transition: all 0.7s ease-in;
-moz-transition: all 0.7s ease-in;
-ms-transition: all 0.7s ease-in;
-o-transition: all 0.7s ease-in;			
}
.santamariamaggiore .fpg-grid-item .ac-icon a {
border: 2px solid #fff;
border-radius: 50%;
bottom: 15%;
color: #fff;
display: block;
font-size: 12px;
height: 40px;
line-height: 38px;
position: absolute;
text-decoration: none;
width: 40px;
transition: all 0.7s ease-in 0s;
-webkit-transition: all 0.7s ease-in;
-moz-transition: all 0.7s ease-in;
-ms-transition: all 0.7s ease-in;
-o-transition: all 0.7s ease-in;		
}
.santamariamaggiore .fpg-item-show-5 .fpg-grid-item .ac-icon a, 
.santamariamaggiore .fpg-item-show-4 .fpg-grid-item .ac-icon a  {
border: 2px solid #fff;
font-size: 12px;
height: 30px;
line-height: 28px;
width: 30px;	
}
.santamariamaggiore .fpg-item-show-5 .fpg-grid-item:hover .ac-icon a:first-child  {
margin-right:-15px;
}
.santamariamaggiore .fpg-item-show-4 .fpg-grid-item:hover .ac-icon a:first-child {
margin-right:-15px;
}
.santamariamaggiore .fpg-grid-item .ac-icon a:first-child {
right:-100%;
opacity:1;
transition: all 0.9s ease-in 0s;
-webkit-transition: all 0.9s ease-in;
-moz-transition: all 0.9s ease-in;
-ms-transition: all 0.9s ease-in;
-o-transition: all 0.9s ease-in;
}
.santamariamaggiore .fpg-grid-item .ac-icon a:first-child:hover {
opacity:0.5;
}
.santamariamaggiore .fpg-grid-item:hover .ac-icon a:first-child {
right:64%;
margin-right:-20px;
transition: all 0.7s ease-in 0s;
-webkit-transition: all 0.7s ease-in;
-moz-transition: all 0.7s ease-in;
-ms-transition: all 0.7s ease-in;
-o-transition: all 0.7s ease-in;
}
.santamariamaggiore .fpg-grid-item .ac-icon a:nth-child(2) {
right:-100%;
opacity:1;
transition: all 0.8s ease-in 0s;
-webkit-transition: all 0.8s ease-in;
-moz-transition: all 0.8s ease-in;
-ms-transition: all 0.8s ease-in;
-o-transition: all 0.8s ease-in;
}
.santamariamaggiore .fpg-grid-item .ac-icon a:nth-child(2):hover {
opacity:0.5;
}
.santamariamaggiore .fpg-grid-item:hover .ac-icon a:nth-child(2) {
right:50%;
margin-right:-20px;
transition: all 0.8s ease-in 0s;
-webkit-transition: all 0.8s ease-in;
-moz-transition: all 0.8s ease-in;
-ms-transition: all 0.8s ease-in;
-o-transition: all 0.8s ease-in;
}
.santamariamaggiore .fpg-item-show-5 .fpg-grid-item:hover .ac-icon a:nth-child(2) {
margin-right:-15px;
}
.santamariamaggiore .fpg-item-show-4 .fpg-grid-item:hover .ac-icon a:nth-child(2) {
margin-right:-15px;
}
.santamariamaggiore .fpg-grid-item .ac-icon a:nth-child(3) {
right:-100%;
opacity:1;
transition: all 0.7s ease-in 0s;
-webkit-transition: all 0.7s ease-in;
-moz-transition: all 0.7s ease-in;
-ms-transition: all 0.7s ease-in;
-o-transition: all 0.7s ease-in;
}
.santamariamaggiore .fpg-grid-item .ac-icon a:nth-child(3):hover {
opacity:0.5;
}
.santamariamaggiore .fpg-grid-item:hover .ac-icon a:nth-child(3) {
right:36%;
margin-right:-20px;
transition: all 0.9s ease-in 0s;
-webkit-transition: all 0.9s ease-in;
-moz-transition: all 0.9s ease-in;
-ms-transition: all 0.9s ease-in;
-o-transition: all 0.9s ease-in;
}
.santamariamaggiore .fpg-item-show-5 .fpg-grid-item:hover .ac-icon a:nth-child(3)  {
margin-right:-15px;
}
.santamariamaggiore .fpg-item-show-4 .fpg-grid-item:hover .ac-icon a:nth-child(3) {
margin-right:-15px;
}
.santamariamaggiore .fpg-grid-item {
margin: 10px;
color: #FFF;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
text-align: center;
}
.santamariamaggiore  .owl-theme .owl-controls .owl-dots  span.owl-numbers {
background: rgba(0, 0, 0, 0.2);
border: 2px solid;
border-radius: 50%;
color: #fff;
font-size: 10px;
height: 25px;
line-height: 23px;
padding: 0;
width: 25px;
}
.santamariamaggiore .owl-theme .owl-controls .owl-dots  span {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
border: 2px solid #fff;
border-radius: 50%;
height: 12px;
padding: 0;
width: 12px;
}
.santamariamaggiore .owl-theme .owl-controls .owl-buttons div {
top:20px;
}
.santamariamaggiore .owl-next {
position:absolute;
right:10px;
top:0;
background:none!important;
padding:0!important;
font-size:16px!important;
margin:0!important
}
.santamariamaggiore .owl-prev {
position:absolute;
right:50px;
top:0;
background:none!important;
padding:0!important;
font-size:16px!important;
margin:0!important;	
} .sangiovanni .fpg-grid-item img {
top:0;
transition: all 0.5s ease-in 0s;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.sangiovanni .fpg-grid-item:hover img {
top:-100%;
transition: all 0.5s ease-in 0s;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.sangiovanni .fpg-grid-item .ac-container {
background:#000;
width:100%;
height:100%;
border-radius:0;
bottom:-100%;
padding: 8%;
opacity:1;
transition: all 0.5s ease-in 0s;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.sangiovanni .fpg-grid-item:hover .ac-container {
background:#000;
width:100%;
height:100%;
border-radius:0 ;
bottom:0;
transition: all 0.5s ease-in 0s;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.sangiovanni .fpg-grid-item .title {
text-align:center;
margin:0;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;	
line-height:140%;				
}
.sangiovanni .fpg-grid-item .line-top {
border-bottom: 1px solid #ffffff;
width: 30px;
text-align:center;	
display:inline-block;
}
.sangiovanni .fpg-item-show-4 .fpg-grid-item .line-top, 
.sangiovanni .fpg-item-show-4 .fpg-grid-item .line-top,
.sangiovanni .fpg-item-show-5 .fpg-grid-item .line-top, 
.sangiovanni .fpg-item-show-5 .fpg-grid-item .line-top {
display:none;
}
.sangiovanni .fpg-grid-item .line-bottom {
border-bottom: 1px solid #ffffff;
margin-bottom: 5%;
width: 80px;	
text-align:center;	
display:inline-block;	
}
.sangiovanni .fpg-item-show-5 .fpg-grid-item .line-bottom, 
.sangiovanni .fpg-item-show-4 .fpg-grid-item .line-bottom {
margin:15px;
}
.sangiovanni .fpg-item-show-4 .fpg-grid-item .text, 
.sangiovanni .fpg-item-show-5 .fpg-grid-item .text {
display:none;
}
.sangiovanni .fpg-grid-item .text {
padding:10px;
line-height:135%;
}
.sangiovanni .fpg-grid-item .ac-icon a {
color: #fff;
display: block;
font-size: 14px;
height: 40px;
line-height: 38px;
margin: 4%;
position: absolute;
text-decoration: none;
width: 40px;
border-radius:50%;
margin-top:0 !important;
}
.sangiovanni .fpg-grid-item .ac-icon .ac-social-container a:first-child {
border: 2px solid #fff;
left: 50%;
margin-left: -70px;
transition: all 0.5s ease-in 0s;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.sangiovanni .fpg-grid-item .ac-icon .ac-social-container a:nth-child(2) {
border: 2px solid #fff;
left: 50%;
margin-left: -17.5px;
transition: all 0.5s ease-in 0s;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.sangiovanni .fpg-grid-item .ac-icon .ac-social-container a:nth-child(3) {
border: 2px solid #fff;
left: 50%;
margin-left: 35px;
transition: all 0.5s ease-in 0s;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.sangiovanni .fpg-grid-item {
margin: 10px;
color: #FFF;
border-radius: 0;
text-align: center;
}
.sangiovanni  .owl-theme .owl-controls .owl-dots  span.owl-numbers {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
border: 2px solid;
border-radius: 50%;
color: #fff;
font-size: 18px;
height: 40px;
line-height: 38px;
padding: 0;
width: 40px;
}
.sangiovanni .owl-theme .owl-controls .owl-dots  span {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
border: 2px solid #fff;
border-radius: 50%;
height: 12px;
padding: 0;
width: 12px;
}
.sangiovanni  .owl-theme .owl-controls .owl-dots  span.owl-numbers {
background: rgba(0, 0, 0, 0.2);
border: 2px solid;
border-radius: 50%;
color: #fff;
font-size: 10px;
height: 25px;
line-height: 23px;
padding: 0;
width: 25px;
}
.sangiovanni .owl-theme .owl-controls .owl-dots  span {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
border: 2px solid #fff;
border-radius: 50%;
height: 12px;
padding: 0;
width: 12px;
}
.sangiovanni .owl-theme .owl-controls {
position:relative;
}
.sangiovanni .owl-next {
position:absolute;
right:10px;
top:0;
background:none!important;
padding:0!important;
font-size:16px!important;
margin:0!important
}
.sangiovanni .owl-prev {
position:absolute;
right:50px;
top:0;
background:none!important;
padding:0!important;
font-size:16px!important;
margin:0!important;	
} .catacombedidomitilla .fpg-grid-item .container-top {
position:relative;
width:100%;
height:auto;
}
.catacombedidomitilla .fpg-grid-item .ac-icon {
height: 25px;
}
.catacombedidomitilla .fpg-grid-item .container-top .hover-img {
position:absolute;
background:rgba(0,0,0,0.5);
opacity:0;
top:0;
left:0;
width:100%;
height:100%;
transition: all 0.5s ease-in 0s;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.catacombedidomitilla .fpg-grid-item:hover .container-top .hover-img {
position:absolute;
background:rgba(0,0,0,0.5);
opacity:1;
width:90%;
height:85%;
margin:5%;
transition: all 0.5s ease-in 0s;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.catacombedidomitilla .fpg-grid-item .container-top .hover-img .icon-plus {
position:absolute;
width:50px;
height:50px;
background:rgba(0,0,0,0.5);
font-size:20px;
color:#fff;
line-height:45px;
border:5px solid #000;
left:50%;
margin-left:-25px;
top:50%;
margin-top:-25px;
opacity:1;
text-decoration:none;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.catacombedidomitilla .fpg-item-show-5 .fpg-grid-item .container-top .hover-img .icon-plus {
border: 3px solid #000;
font-size: 16px;
height: 40px;
line-height: 37px;
width: 40px;
}
.catacombedidomitilla .fpg-grid-item .container-top .hover-img .icon-plus:hover {
opacity:0.6;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.catacombedidomitilla .fpg-grid-item img {
top:0;	
height:auto;
}
.catacombedidomitilla .fpg-grid-item .ac-container {
background: none repeat scroll 0 0 #000;
bottom: 0;
box-sizing: border-box;
opacity: 1;
padding: 10%;
width: 100%;
height:auto;
position:relative;
transition: all 0.5s ease-in 0s;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.catacombedidomitilla .fpg-grid-item:hover .ac-container {
background:#000;
border-radius:0 0 0 0;	
transition: all 0.5s ease-in 0s;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.catacombedidomitilla .fpg-item-show-4 .fpg-grid-item .title {
float: left;
font-size: 20px;
line-height: 1;
position: relative;
text-align: left;
width: 58%;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;				
}
.catacombedidomitilla .fpg-item-show-5 .fpg-grid-item .title {
float: none;
font-size: 20px;
line-height: 1;
position: relative;
text-align: justify;
width: 100%;
}
.catacombedidomitilla .fpg-grid-item .title {
float: left;
font-size: 26px;
line-height: 1;
position: relative;
text-align: left;
width: 68%;			
}
.catacombedidomitilla .fpg-grid-item .text {
height: auto;
margin: 10% 0 0;
position: relative;
text-align: justify;
line-height:125%;
}
.catacombedidomitilla .fpg-grid-item .job {
margin-top: 12%;
text-align: left;
font-weight:bold;
font-size:14px;
}
.catacombedidomitilla .fpg-grid-item .ac-icon a {
color: #fff;
display: block;
font-size: 14px;
height: 25px;
line-height: 25px;
position: absolute;
text-decoration: none;
width: 25px;
right:10%;
}
.catacombedidomitilla .fpg-item-show-5 .fpg-grid-item .ac-icon a {
left:10%;
margin-top:5%;
}
.catacombedidomitilla .fpg-grid-item .ac-icon a:first-child {
background: #fff;
color: #000;
margin-right: 56px;
transition: all 0.3s ease-in 0s;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
}
.catacombedidomitilla .fpg-item-show-5 .fpg-grid-item .ac-icon a:first-child {
margin-left: 0;
}
.catacombedidomitilla .fpg-grid-item .ac-icon a:nth-child(2) {
background: #fff;
color: #000;
margin-right: 28px;
transition: all 0.3s ease-in 0s;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
}
.catacombedidomitilla .fpg-item-show-5 .fpg-grid-item .ac-icon a:nth-child(2) {
margin-left:28px;
}
.catacombedidomitilla .fpg-grid-item .ac-icon a:nth-child(3) {
background: #fff;
color: #000;
transition: all 0.3s ease-in 0s;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
}
.catacombedidomitilla .fpg-item-show-5 .fpg-grid-item .ac-icon a:nth-child(3) {
margin-left:56px;
}
.catacombedidomitilla .fpg-grid-item {
margin: 10px;
color: #FFF;
height: auto;
border-radius: 0;
text-align: center;
}
.catacombedidomitilla .ac-social-container {
height: 25%;
}
.catacombedidomitilla  .owl-theme .owl-controls .owl-dots  span.owl-numbers {
background: #fff;
border: 0 none;
border-radius: 0;
color: #000;
font-size: 12px;
height: 25px;
line-height: 26px;
padding: 0;
width: 25px;
}
.catacombedidomitilla .owl-theme .owl-controls .owl-dots  span {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
border: 2px solid #fff;
border-radius: 0;
height: 15px;
padding: 0;
width: 15px;
}
.catacombedidomitilla .owl-theme .owl-controls {
position:relative;
}
.catacombedidomitilla .owl-next {
position:absolute;
right:10px;
top:0;
background:none!important;
padding:0!important;
font-size:16px!important;
margin:0!important
}
.catacombedidomitilla .owl-prev {
position:absolute;
left:10px;
top:0;
background:none!important;
padding:0!important;
font-size:16px!important;
margin:0!important;	
} .villaadriana .fpg-grid-item .container-top {
position:relative;
width:100%;
height:47.7%;
}
.villaadriana .fpg-grid-item .container-top .hover-img {
position:absolute;
background:rgba(0,0,0,0.5);
opacity:0;
top:0;
left:0;
width:100%;
height:100%;
transition: all 0.5s ease-in 0s;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.villaadriana .fpg-grid-item .icon-plus {
background: none repeat scroll 0 0 #000;
border-radius: 50%;
color: #fff;
font-size: 14px;
height: 32px;
line-height: 32px;
opacity: 1;
text-decoration: none;
width: 32px;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.villaadriana .fpg-grid-items .icon-plus:hover {
opacity:0.6;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.villaadriana .fpg-grid-item img {
border-radius:36px;
}
.villaadriana .fpg-grid-item .ac-container {
bottom: 0;
box-sizing: border-box;
height: 52.3%;
opacity: 1;
padding: 10% 0;
width: 100%;
position:relative;
height:auto;
}
.villaadriana .fpg-grid-item .title {
font-size: 25px;
line-height: 1;
position: relative;
text-align: center;
width: 100%;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;	
line-height:140%;				
}
.villaadriana .fpg-grid-item .text {
height: auto;
margin: 10% 10% 0;
position: relative;
text-align: center;
line-height:145%;
}
.villaadriana .fpg-grid-item .job {
font-size: 14px;
font-weight: bold;
margin-top: 3%;
text-align: center;
width: 100%;
}
.villaadriana .fpg-grid-item .ac-icon a {
border-radius: 50%;
color: #fff;
display: inline-block;
font-size: 14px;
height: 40px;
line-height: 40px;
margin-right: 3%;
text-decoration: none;
width: 40px;
}
.villaadriana .fpg-grid-item .ac-icon a:last-child {
margin-right:0;
}
.villaadriana .fpg-grid-item .ac-icon {
height: auto;
margin-top: 6%;
text-align: center;
width: 100%;
}
.villaadriana .fpg-grid-item .ac-icon a:first-child {
background:#03C;
color:#fff;
transition: all 0.3s ease-in 0s;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
}
.villaadriana .fpg-grid-item .ac-icon a:first-child:hover {
background:#03C;
color:#fff;
}	
.villaadriana .fpg-grid-item .ac-icon a:nth-child(2) {
background:#06F;
color:#fff;
transition: all 0.3s ease-in 0s;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
}
.villaadriana .fpg-grid-item .ac-icon a:nth-child(2):hover {
background:#06F;
color:#fff;
}
.villaadriana .fpg-grid-item .ac-icon a:nth-child(3) {
background: #F00;
color: #fff;
transition: all 0.3s ease-in 0s;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
}
.villaadriana .fpg-grid-item .ac-icon a:nth-child(3):hover {
background:#F00;
color:#fff;
}
.villaadriana .fpg-grid-item {
margin: 10px;
color: #000 !important;
height: auto;
border-radius: 0;
text-align: center;
}
.villaadriana  .owl-theme .owl-controls .owl-dots  span.owl-numbers {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
border: 2px solid;
border-radius: 50%;
color: #fff;
font-size: 10px;
height: 25px;
line-height: 23px;
padding: 0;
width: 25px;
}
.villaadriana .owl-theme .owl-controls .owl-dots  span {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
border: 2px solid #fff;
border-radius: 50%;
height: 15px;
padding: 0;
width: 15px;
}
.villaadriana .owl-next {
background:none!important;
padding:0!important;
font-size:16px!important;
margin:0 0 0 3px!important
}
.villaadriana .owl-prev {
background:none!important;
padding:0!important;
font-size:16px!important;
margin:0 3px 0 0!important;	
} .palatino .fpg-grid-item .container-top {
position:relative;
width:100%;
height:47.7%;
}
.palatino .fpg-grid-item .container-top .hover-img {
position:absolute;
background:rgba(0,0,0,0.5);
opacity:0;
top:0;
left:0;
width:100%;
height:100%;
transition: all 0.5s ease-in 0s;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.palatino .fpg-grid-item img {
top:0;
}
.palatino .fpg-grid-item .ac-container {
box-sizing: border-box;
height: auto;
opacity: 1;
padding: 5% 0 0;
position: relative;
width: 100%;
}
.palatino .fpg-grid-item .title {
font-size: 25px;
line-height: 1;
position: relative;
text-align: left;
width: 90%;
white-space: nowrap; 
overflow: hidden;
text-overflow: ellipsis;
line-height:125%;				
}
.palatino .fpg-grid-item .text {
border-bottom: 1px solid;
height: auto;
margin: 5% 0;
padding-bottom: 5%;
position: relative;
text-align: left;
line-height:145%;
}
.palatino .fpg-grid-item .job {
font-size: 14px;
font-weight: bold;
margin-top: 1%;
text-align: left;
width: 100%;
}
.palatino .fpg-grid-item .ac-icon a {
color: #747474;
display: inline-block;
font-size: 14px;
height: 30px;
line-height: 29px;
margin-right: 3%;
text-decoration: none;
width: 30px;
text-align:center;
border:1px solid #747474;
}
.palatino .fpg-grid-item .ac-icon a:last-child {
margin-right:0;
}
.palatino .fpg-grid-item .ac-icon {
height: auto;
text-align: left;
width: 100%;
}
.palatino .fpg-grid-item .ac-icon a.icon-plus {
color: #747474;
font-size: 14px;
height: 30px;
text-decoration: none;
width: 30px;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.palatino .fpg-grid-item .ac-icon a.icon-plus:hover {
color:#000;
border:1px solid #000;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
}
.palatino .fpg-grid-item .ac-icon a:first-child {
color:#747474;
transition: all 0.3s ease-in 0s;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
}
.palatino .fpg-grid-item .ac-icon a:first-child:hover {
color:#000;
border:1px solid #000;
}	
.palatino .fpg-grid-item .ac-icon a:nth-child(2) {
color:#747474;
transition: all 0.3s ease-in 0s;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
}
.palatino .fpg-grid-item .ac-icon a:nth-child(2):hover {
color:#000;
border:1px solid #000;
}
.palatino .fpg-grid-item .ac-icon a:nth-child(3) {
color: #747474;
transition: all 0.3s ease-in 0s;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
}
.palatino .fpg-grid-item .ac-icon a:nth-child(3):hover {
color:#000;
border:1px solid #000;
}
.palatino .fpg-grid-item {
margin: 10px;
color: #747474 !important;
height: auto;
border-radius: 0;
text-align: center;
border-radius:0 !important;
}
.palatino  .owl-theme .owl-controls .owl-dots  span.owl-numbers {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #000;
border-radius: 0;
color: #747474;
font-size: 10px;
height: 20px;
line-height: 20px;
padding: 0;
width: 20px;
}
.palatino .owl-theme .owl-controls .owl-dots  span {
background: none;
border: 1px solid #000;
border-radius: 0;
height: 15px;
padding: 0;
width: 15px;
}
.palatino .owl-next {
background:none!important;
padding:0!important;
font-size:16px!important;
margin:0 0 0 3px!important
}
.palatino .owl-prev {
background:none!important;
padding:0!important;
font-size:16px!important;
margin:0 3px 0 0!important;	
} @media screen and (max-width: 900px) {
.fpg-grid.fpg-type-carousel.wpfpg_grid figure {
width:auto;
}
.fpg-grid.fpg-type-carousel .fpg-grid-item .title {
font-size:20px;
}
.quirinale .fpg-grid-item:hover .ac-icon a:first-child {
left:20%;
}
.quirinale .fpg-grid-item:hover .ac-icon a:nth-child(3) {
right:20%;
}
.santamariamaggiore .fpg-grid-item .ac-icon a {
width:30px;
height:30px;
line-height:28px;
}
.santamariamaggiore .fpg-grid-item:hover .ac-icon a:first-child,
.santamariamaggiore .fpg-grid-item:hover .ac-icon a:nth-child(2),
.santamariamaggiore .fpg-grid-item:hover .ac-icon a:nth-child(3) {
margin-right:-15px;
}
.catacombedidomitilla .owl-theme .owl-controls {
position:initial;
}
.catacombedidomitilla .owl-theme .owl-controls .owl-buttons div {
top:20px;	
}
}
@media screen and (max-width: 480px) {
.sangiovanni .fpg-grid-item .ac-icon a {
width:30px;
height:30px;
line-height:28px;
}	
.sangiovanni .fpg-grid-item .ac-icon a:first-child,
.sangiovanni .fpg-grid-item .ac-icon a:nth-child(2),
.sangiovanni .fpg-grid-item .ac-icon a:nth-child(3) {
margin-right:-15px;
}
.sangiovanni .fpg-grid-item .text {
font-size:10px;
padding:6%;
line-height:115%;
}
.sangiovanni .fpg-grid-item .line-top, .sangiovanni .fpg-grid-item .line-bottom {
display:none;
}
}
@media screen and (max-width: 900px) and (orientation: landscape) {
.sangiovanni .fpg-grid-item .ac-icon a:first-child,
.sangiovanni .fpg-grid-item .ac-icon a:nth-child(2),
.sangiovanni .fpg-grid-item .ac-icon a:nth-child(3) {
margin-right:-15px;
}
.sangiovanni .fpg-grid-item .text {
font-size:10px;
padding:6%;
line-height:115%;
}
.sangiovanni .fpg-grid-item .line-top, .sangiovanni .fpg-grid-item .line-bottom {
display:none;
}
}
@media (min-device-width: 768px) and (max-device-width: 800px) and (orientation: landscape) {
.sangiovanni .fpg-grid-item .text {
display:none;
}
.sangiovanni .ac-social-container {
margin-top:20%;
}
} .adte-icon {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; 
}
@font-face {
font-family: 'ADTE ICONS Brands';
font-style: normal;
font-weight: normal;
font-display: auto;
src: url(//tocayah.com/wp-content/plugins/866%20elementorwidgetsmegapack/assets/css/fa-brands-400.eot);
src: url(//tocayah.com/wp-content/plugins/866%20elementorwidgetsmegapack/assets/css/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//tocayah.com/wp-content/plugins/866%20elementorwidgetsmegapack/assets/css/fa-brands-400.woff2) format("woff2"), url(//tocayah.com/wp-content/plugins/866%20elementorwidgetsmegapack/assets/css/fa-brands-400.woff) format("woff"), url(//tocayah.com/wp-content/plugins/866%20elementorwidgetsmegapack/assets/css/fa-brands-400.ttf) format("truetype"), url(//tocayah.com/wp-content/plugins/866%20elementorwidgetsmegapack/assets/css/fa-brands-400.svg#fontawesome) format("svg"); }
.adte-icon { font-family: 'ADTE ICONS Brands'; }
.adte-icon.fa-facebook-f:before { content: "\f39e"; }
.adte-icon.fa-twitter:before { content: "\f099"; }
.adte-icon.fa-pinterest-p:before { content: "\f231"; }
.adte-icon.fa-linkedin-in:before { content: "\f0e1"; }
.adte-icon.fa-vk:before { content: "\f189"; }
.adte-icon.fa-tumblr:before { content: "\f173"; }
.adte-icon.fa-blogger-b:before { content: "\f37d"; }
.adte-icon.fa-digg:before { content: "\f1a6"; }
.adte-icon.fa-reddit:before { content: "\f1a1"; }
.adte-icon.fa-delicious:before { content: "\f1a5"; }
.adte-icon.fa-wordpress:before { content: "\f19a"; }
.adte-icon.fa-skype:before { content: "\f17e"; }
.adte-icon.fa-telegram-plane:before { content: "\f3fe"; }
.adte-icon.fa-whatsapp:before { content: "\f232"; }
.adte-icon.fa-weixin:before { content: "\f1d7"; }
.adte-icon.fa-viber:before { content: "\f409"; }
.adte-icon.fa-line:before { content: "\f3c0"; }
.adte-social-share {
display: flex;
flex-wrap: wrap;    
}
.adte-social-share a {
margin-right: 10px;
margin-bottom: 10px;
overflow: hidden;
font-size: 10px;
display: flex;
align-items: center;
justify-content: flex-start;
transition-duration: .2s;
transition-property: filter,background-color,border-color;
height: 4.0em;
cursor: pointer;
color:#FFF;
}
.adte-social-share a:hover {
filter: saturate(1.2) brightness(1.1);
color:#FFF;
}
.adte-social-share a:visited {
color:#FFF;
}
.adte-social-share a i {
display: flex;
align-self: stretch;
justify-content: center;
align-items: center;
width: 4.0em;
position: relative;
}
.adte-social-share a .adte-social-share-text {
padding-right: 1.2em;
align-self: stretch;
flex-grow: 1;
align-items: center;
display: flex;
font-weight: 100;
}
.adte-social-share-size-small a {
font-size:12px;
}
.adte-social-share-size-normal a {
font-size:16px;
}
.adte-social-share-size-big a {
font-size:20px;
}
.adte-social-share.adte-social-share-only-text a .adte-social-share-text {
padding-left: 1.2em;
}	
.adte-social-share-boxed a .adte-social-share-text { 
padding-left: 1.1em;
background: #FFF;
padding-right: 1.1em;
font-weight: 600; 
}
.adte-social-share-border a {
background: #FFF;
}
.adte-social-share.adte-social-share-border a i {
width:auto;
padding-right:1.2em;
padding-left:1.2em;
}
.adte-social-share-border-circle a {
border-radius: 100em;
}
.adte-social-share-border-rounded a {
border-radius: .5em;
}
.adte-facebook { background-color: #3b5998; }
.adte-social-share-boxed .adte-facebook { border:2px solid #3b5998; }
.adte-social-share-boxed a.adte-facebook .adte-social-share-text { color:#3b5998; }
.adte-social-share-border a.adte-facebook { color:#3b5998;  border:2px solid #3b5998; }
.adte-twitter { background-color: #1DA1F2; }
.adte-social-share-boxed .adte-twitter { border:2px solid #1DA1F2; }
.adte-social-share-boxed a.adte-twitter .adte-social-share-text { color:#1DA1F2; }
.adte-social-share-border a.adte-twitter { color:#1DA1F2; border:2px solid #1DA1F2; }
.adte-pintrest { background-color: #bd081c; }
.adte-social-share-boxed .adte-pintrest { border:2px solid #bd081c; }
.adte-social-share-boxed a.adte-pintrest .adte-social-share-text { color:#bd081c; }
.adte-social-share-border a.adte-pintrest { color:#bd081c; border:2px solid #bd081c; }
.adte-linkedin { background-color: #0077b5; }
.adte-social-share-boxed .adte-linkedin { border:2px solid #0077b5; }
.adte-social-share-boxed a.adte-linkedin .adte-social-share-text { color:#0077b5; }
.adte-social-share-border a.adte-linkedin { color:#0077b5; border:2px solid #0077b5; }
.adte-vkontakte { background-color: #45668e; }
.adte-social-share-boxed .adte-vkontakte { border:2px solid #45668e; }
.adte-social-share-boxed a.adte-vkontakte .adte-social-share-text { color:#45668e; }
.adte-social-share-border a.adte-vkontakte { color:#45668e; border:2px solid #45668e; }
.adte-tumblr { background-color: #35465c; }
.adte-social-share-boxed .adte-tumblr { border:2px solid #35465c; }
.adte-social-share-boxed a.adte-tumblr .adte-social-share-text { color:#35465c; }
.adte-social-share-border a.adte-tumblr { color:#35465c; border:2px solid #35465c; }
.adte-blogger { background-color: #F06A35; }
.adte-social-share-boxed .adte-blogger { border:2px solid #F06A35; }
.adte-social-share-boxed a.adte-blogger .adte-social-share-text { color:#F06A35; }
.adte-social-share-border a.adte-blogger { color:#F06A35; border:2px solid #F06A35; }
.adte-digg { background-color: #005be2; }
.adte-social-share-boxed .adte-digg { border:2px solid #005be2; }
.adte-social-share-boxed a.adte-digg .adte-social-share-text { color:#005be2; }
.adte-social-share-border a.adte-digg { color:#005be2; border:2px solid #005be2; }
.adte-reddit { background-color: #ff4500; }
.adte-social-share-boxed .adte-reddit { border:2px solid #ff4500; }
.adte-social-share-boxed a.adte-reddit .adte-social-share-text { color:#ff4500; }
.adte-social-share-border a.adte-reddit { color:#ff4500; border:2px solid #ff4500; }
.adte-delicious { background-color: #39f; }
.adte-social-share-boxed .adte-delicious { border:2px solid #39f; }
.adte-social-share-boxed a.adte-delicious .adte-social-share-text { color:#39f; }
.adte-social-share-border a.adte-delicious { color:#39f; border:2px solid #39f; }
.adte-wordpress { background-color: #21759b; }
.adte-social-share-boxed .adte-wordpress { border:2px solid #21759b; }
.adte-social-share-boxed a.adte-wordpress .adte-social-share-text { color:#21759b; }
.adte-social-share-border a.adte-wordpress { color:#21759b; border:2px solid #21759b; }
.adte-skype { background-color: #00AFF0; }
.adte-social-share-boxed .adte-skype { border:2px solid #00AFF0; }
.adte-social-share-boxed a.adte-skype .adte-social-share-text { color:#00AFF0; }
.adte-social-share-border a.adte-skype { color:#00AFF0; border:2px solid #00AFF0; }
.adte-telegram { background-color: #2CA5E0; }
.adte-social-share-boxed .adte-telegram { border:2px solid #2CA5E0; }
.adte-social-share-boxed a.adte-telegram .adte-social-share-text { color:#2CA5E0; }
.adte-social-share-border a.adte-telegram { color:#2CA5E0; border:2px solid #2CA5E0; }
.adte-whatsapp { background-color: #25d366; }
.adte-social-share-boxed .adte-whatsapp { border:2px solid #25d366; }
.adte-social-share-boxed a.adte-whatsapp .adte-social-share-text { color:#25d366; }
.adte-social-share-border a.adte-whatsapp { color:#25d366; border:2px solid #25d366; }
.adte-wechat { background-color: #2DC100; }
.adte-social-share-boxed .adte-wechat { border:2px solid #2DC100; }
.adte-social-share-boxed a.adte-wechat .adte-social-share-text { color:#2DC100; }
.adte-social-share-border a.adte-wechat { color:#2DC100; border:2px solid #2DC100; }
.adte-line { background-color: #00B900; }
.adte-social-share-boxed .adte-line { border:2px solid #00B900; }
.adte-social-share-boxed a.adte-line .adte-social-share-text { color:#00B900; }
.adte-social-share-border a.adte-line { color:#00B900; border:2px solid #00B900; }
.adte-social-share.adte-social-share-rtl {
align-items: flex-start;
direction: rtl;
}
.adte-social-share.adte-social-share-rtl a .adte-social-share-text {
padding-right:0;
padding-left:1.2em;
}
.logo-showcase-elementor,
.logo-showcase-elementor h1,
.logo-showcase-elementor h2,
.logo-showcase-elementor h3,
.logo-showcase-elementor h4,
.logo-showcase-elementor h5 {
line-height:1.3;
}
.logo-showcase-elementor-inline-block {
display:inline-block;
}
.logo-showcase-elementor-block {
display:block;
}
.logo-showcase-elementor-align-left,
.vc-row-h-align-left,
.vc-column-h-align-left {
text-align:left;
}
.logo-showcase-elementor-align-right,
.vc-row-h-align-right,
.vc-column-h-align-right {
text-align:right;
}
.logo-showcase-elementor-align-center,
.vc-row-h-align-center,
.vc-column-h-align-center {
text-align:center;
} .logo-showcase-elementor-logo-owl-carousel.owl-carousel .owl-stage {
display: flex;
align-items: center;
} 
.logo-showcase-elementor-logo-owl-carousel.owl-theme .owl-controls .owl-nav [class*=owl-] {
padding:8px 14px;
font-size:14px;
}
.logo-showcase-elementor-logo-owl-carousel.owl-theme .owl-dots .owl-dot span,
.logo-showcase-elementor-logo-owl-carousel.owl-theme .owl-dots .owl-dot.active span {
background:#FFFFFF;
}
.logo-showcase-elementor-logo-owl-carousel .owl-controls .owl-prev {
position:absolute;
left:0;
top:50%;
margin-top:-15.5px;
opacity:0;
transition: opacity .3s ease-in;
}
.logo-showcase-elementor-logo-owl-carousel .owl-controls .owl-next {
position:absolute;
right:0;
top:50%;
margin-top:-15.5px;
opacity:0;
transition: opacity .3s ease-in;
}
.logo-showcase-elementor-logo-carousel-pagination-true.logo-showcase-elementor-logo-owl-carousel .owl-controls .owl-next,
.logo-showcase-elementor-logo-carousel-pagination-true.logo-showcase-elementor-logo-owl-carousel .owl-controls .owl-prev {
margin-top:-27.5px;
}
.logo-showcase-elementor-logo-owl-carousel .owl-dots {
opacity:0;	
transition: opacity .3s ease-in;
} 
.logo-showcase-elementor-logo-owl-carousel.owl-theme .owl-controls {
margin:0;
}
.logo-showcase-elementor-logo-owl-carousel:hover .owl-controls .owl-prev,
.logo-showcase-elementor-logo-owl-carousel:hover .owl-controls .owl-next,
.logo-showcase-elementor-logo-owl-carousel:hover .owl-dots {
opacity:1;	
transition: opacity .3s ease-in;
} 
.logo-showcase-elementor-logo-owl-carousel.owl-theme .owl-dots .owl-dot span {
border-radius:0;
opacity:0.3;
}
.logo-showcase-elementor-logo-owl-carousel.owl-theme .owl-dots .owl-dot.active span {
opacity:1;
}
.logo-showcase-elementor-logo-owl-carousel.owl-theme .owl-controls .owl-nav [class*=owl-]:hover { transition: all .3s ease-in; }
.logo-showcase-elementor-logo-owl-carousel.owl-theme .owl-controls .owl-nav [class*=owl-] { transition: all .3s ease-in; }
.bme_message {
padding: 20px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #faebcc;
border-radius: 5px;
color: #8a6d3b;
clear: both;
}
.bme_message .boxmessage_text *:last-child {
margin-bottom: 0;
}
.bme_message.vc_alert_square {
border-radius: 0;
}
.bme_message.vc_alert_square_outlined {
border-radius: 0;
background: none !important;
border-width: 2px;
}
.bme_message.vc_alert_round {
border-radius: 50px;
}
.bme_message.vc_alert_outlined {
background: none !important;
border-width: 2px;
}
.bme_message.vc_alert_3d {
border-width: 1px 1px 1px 1px;
}
.bme_message-success {
color: #3c763d;
border-color: #d6e9c6;
background-color: #dff0d8;
}
.bme_message-success.vc_alert_outlined,
.bme_message-success.vc_alert_square_outlined {
color: #3c763d;
}
.bme_message-success.vc_alert_3d {
-webkit-box-shadow: 0 5px 0 #c1e2b3;
box-shadow: 0 5px 0 #c1e2b3;
}
.bme_message-error,
.bme_message-danger {
color: #a94442;
border-color: #ebccd1;
background-color: #f2dede;
}
.bme_message-error.vc_alert_outlined,
.bme_message-danger.vc_alert_outlined,
.bme_message-error.vc_alert_square_outlined,
.bme_message-danger.vc_alert_square_outlined {
color: #a94442;
}
.bme_message-error.vc_alert_3d,
.bme_message-danger.vc_alert_3d {
-webkit-box-shadow: 0 5px 0 #e4b9b9;
box-shadow: 0 5px 0 #e4b9b9;
}
.bme_message-info {
color: #31708f;
border-color: #bce8f1;
background-color: #d9edf7;
}
.bme_message-info.vc_alert_outlined,
.bme_message-info.vc_alert_square_outlined {
color: #31708f;
}
.bme_message-info.vc_alert_3d {
-webkit-box-shadow: 0 5px 0 #afd9ee;
box-shadow: 0 5px 0 #afd9ee;
}
.bme_message-warning {
color: #8a6d3b;
border-color: #faebcc;
background-color: #fcf8e3;
}
.bme_message-warning.vc_alert_outlined,
.bme_message-warning.vc_alert_square_outlined {
color: #8a6d3b;
}
.bme_message-warning.vc_alert_3d {
-webkit-box-shadow: 0 5px 0 #f7ecb5;
box-shadow: 0 5px 0 #f7ecb5;
}
.boxmessage_text i {
padding:30px;
}
.boxmessage_text .clearfix {
clear:both;
}
.boxmessage-rtl-off .icon-container {
float:left;
width:15%;
position:relative;	
text-align:center;
}
.boxmessage-rtl-off .message-text {
float:left;
width:85%;
}
.boxmessage-rtl-on .icon-container {
float:right;
width:15%;
position:relative;
}
.boxmessage-rtl-off .boxmessage_text {
text-align:left;
line-height: 1.4em;
}
.boxmessage-rtl-on .boxmessage_text {
text-align:right;
}
.simple-counter-container {
display:block;
text-align:center;
}
.simple-counter-container .simple-counter {
display:inline-block;
line-height:1;
}
.vcmp_clock {
display:block;
}
.type1.style1 {
font-size:50px;
margin:50px 0;
}
.type1.style1 .vcmp-day, 
.type1.style1 .vcmp-time {
border-width:2px;
border-style:solid;
border-color:#333;
border-radius:15px;
padding:50px;
display:inline-block;
}
.type1.style2 {
font-size:50px;
margin:50px 0;
}
.type1.style2 .vcmp-day, 
.type1.style2 .vcmp-time {
border-width:2px;
border-style:solid;
border-color:#333;
padding:50px;
display:inline-block;
}
.type1.style3 {
font-size:50px;
margin:50px 0;
}
.type1.style3 .vcmp-day, 
.type1.style3 .vcmp-time {
border-width:2px;
border-style:solid;
border-color:#333;
padding:50px;
display:inline-block;
border-radius:15px;
box-shadow:1px 1px 1px;
}
.type2.style1 {
font-size:20px;
margin:50px 0;	
}
.type2.style1 span {
border-width:2px;
border-style:solid;
border-color:#333;
border-radius:15px;
padding:30px;
display:inline-block;
margin-right:15px;	
}
.type2.style1 span:last-child {
margin-right:0;	
}
.type2.style2 {
font-size:20px;
margin:50px 0;	
}
.type2.style2 span {
border-width:2px;
border-style:solid;
border-color:#333;
padding:30px;
display:inline-block;
margin-right:15px;	
}
.type2.style2 span:last-child {
margin-right:0;	
}
.type2.style3 {
font-size:20px;
margin:50px 0;	
}
.type2.style3 span {
border-width:2px;
border-style:solid;
border-color:#333;
padding:30px;
display:inline-block;
margin-right:15px;
box-shadow:1px 1px 1px;		
}
.type2.style3 span:last-child {
margin-right:0;	
}
.type3.style1 {
font-size:20px;
margin:50px 0;	
}
.type3.style1 span {
border-width:2px;
border-style:solid;
border-color:#333;
border-radius:15px;
padding:30px;
display:inline-block;
margin-right:15px;	
}
.type3.style1 span:last-child {
margin-right:0;	
}
.type3.style2 {
font-size:20px;
margin:50px 0;	
}
.type3.style2 span {
border-width:2px;
border-style:solid;
border-color:#333;
padding:30px;
display:inline-block;
margin-right:15px;	
}
.type3.style2 span:last-child {
margin-right:0;	
}
.type3.style3 {
font-size:20px;
margin:50px 0;	
}
.type3.style3 span {
border-width:2px;
border-style:solid;
border-color:#333;
padding:30px;
display:inline-block;
margin-right:15px;
box-shadow:1px 1px 1px;		
}
.type3.style3 span:last-child {
margin-right:0;	
}
.vcmp_countdown_align_center {
text-align:center;
}
.vcmp_countdown_align_right {
text-align:right;
}
.vcmp_countdown_align_left {
text-align:left;
}
@media only screen and (max-width: 480px) {
.vcmp_clock span {
display:block!important;
margin:10px!important;
}
}
@media only screen and (min-width: 481px) and (max-width: 1000px){ 
.vcmp_clock span {
margin:10px!important;
}
} .chartselementor-chart-item-container.hidden {
display:none;
}
.chartselementor-chart-container {
text-align:center;
}
.chartselementor-chart {
position: relative;
display: block;
margin-top: 50px;
margin-bottom: 20px;
text-align: center;
opacity:1;
margin-left: auto;
margin-right: auto;  
}
.chartselementor-chart canvas {
position: absolute;
top: 0;
left: 0;
}
.chartselementor-percent {
display: inline-block;
z-index: 2;
font-size:30px;
}
.chartselementor-percent:after {
content: '%';
margin-left: 0.1em;
font-size: .8em;
} .chartselementor-bar-main-container {
margin: 10px auto;
height: 50px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-family: sans-serif;
font-weight: normal;
font-size: 0.8em;
color: #FFF;
}
.chartselementor-bar-chart-style1 .chartselementor-bar-percentage {
background: none repeat scroll 0 0 #2E5C89;
border-radius: 5px 0 0 5px;
float: left;
font-size: 16px;
height: 30px;
padding: 8px 0;
width: 18%;
text-align:center;
line-height:1;
}
.chartselementor-bar-chart-style1 .chartselementor-bar {
border-radius: 0 5px 5px 0;
float: left;
height: 100%;
opacity: 1;
}
.chartselementor-bar-chart-style1 .chartselementor-bar-container {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.13);
border-radius: 0 5px 5px 0;
float: right;
height: 30px;
overflow: hidden;
width: 82%;
}
.chartselementor-bar-chart-style2 .chartselementor-bar-percentage {
float: left;
font-size: 20px;
width: 18%;
text-align:center;
}
.chartselementor-bar-main-container.chartselementor-bar-chart-style2 .chartselementor-bar-chart-wrap {
display: flex;
justify-items: center;
align-items: center;
}
.chartselementor-bar-chart-style2 .chartselementor-bar-container {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.13);
border-radius: 10px;
box-shadow: 0 0 2px #555555 inset;
float: right;
height: 10px;
overflow: hidden;
width: 82%;
}
.chartselementor-bar-chart-style2 .chartselementor-bar {
border-radius: 10px;
float: left;
height: 100%;
opacity: 1;
}
@media only screen and (max-width: 480px) {
.chartselementor_pie_chart_responsive .chartselementor-chart {
width:300px!important;
height:300px!important;
}
.chartselementor_pie_chart_responsive .chartselementor-percent {
line-height:300px!important;
}
.chartselementor_pie_chart_responsive .chartselementor-chart canvas {
max-width:100%;
}
} 
.calltoaction-inline-block {
display:inline-block;
}
.calltoaction-block {
display:block;
}
.calltoaction-align-left {
text-align:left;
}
.calltoaction-align-right {
text-align:right;
}
.calltoaction-align-center {
text-align:center;
}
.calltoaction-border-round a {
border-radius:20px;	
}
.calltoaction-inline-block {
margin:10px;
}
.calltoaction-fixed {
position:fixed;
left:0;
width:100%;
}
.calltoaction-fixed-bottom {
bottom:0;
}
.calltoaction-fixed-top {
top:0;
}
.calltoaction-button.calltoaction-fixed a {
margin:10px;
}
.calltoaction-button a {
margin-bottom:10px;
}
.calltoaction-button i {
margin-right:10px;
}
.calltoaction-button a {
text-decoration:none;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-ms-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
transition: all .3s ease-in;
display:inline-block;	
}
.calltoaction-button a:hover {
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-ms-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
transition: all .3s ease-in;	
}
.calltoaction-button.flat-button-mini a {
padding:0.4em 0.9em;
border-width:1px;
}
.calltoaction-button.flat-button-small a {
padding:0.8em 1.2em;
border-width:1px;
}
.calltoaction-button.flat-button-medium a {
padding:1.2em 1.5em;
border-width:1px;
}
.calltoaction-button.flat-button-large a {
padding:1.5em 1.8em;
border-width:1px;
}
.calltoaction-button.bg-none-button-mini a {
padding:0.4em 0.9em;
border-width:1px;
}
.calltoaction-button.bg-none-button-small a {
padding:0.8em 1.2em;
border-width:1px;
}
.calltoaction-button.bg-none-button-medium a {
padding:1.2em 1.5em;
border-width:1px;
}
.calltoaction-button.bg-none-button-large a {
padding:1.5em 1.8em;
border-width:1px;
}
.calltoaction-button.d-button-mini a {
padding:0.4em 0.9em;
}
.calltoaction-button.d-button-small a {
padding:0.8em 1.2em;
}
.calltoaction-button.d-button-medium a {
padding:1.2em 1.5em;
}
.calltoaction-button.d-button-large a {
padding:1.5em 1.8em;
} .bloglayouts .col-xs-1, 
.bloglayouts .col-sm-1, 
.bloglayouts .col-md-1, 
.bloglayouts .col-lg-1, 
.bloglayouts .col-xs-2, 
.bloglayouts .col-sm-2, 
.bloglayouts .col-md-2, 
.bloglayouts .col-lg-2, 
.bloglayouts .col-xs-3, 
.bloglayouts .col-sm-3, 
.bloglayouts .col-md-3, 
.bloglayouts .col-lg-3, 
.bloglayouts .col-xs-4, 
.bloglayouts .col-sm-4, 
.bloglayouts .col-md-4, 
.bloglayouts .col-lg-4, 
.bloglayouts .col-xs-5, 
.bloglayouts .col-sm-5, 
.bloglayouts .col-md-5, 
.bloglayouts .col-lg-5, 
.bloglayouts .col-xs-6, 
.bloglayouts .col-sm-6, 
.bloglayouts .col-md-6, 
.bloglayouts .col-lg-6, 
.bloglayouts .col-xs-7, 
.bloglayouts .col-sm-7, 
.bloglayouts .col-md-7, 
.bloglayouts .col-lg-7, 
.bloglayouts .col-xs-8, 
.bloglayouts .col-sm-8, 
.bloglayouts .col-md-8, 
.bloglayouts .col-lg-8, 
.bloglayouts .col-xs-9, 
.bloglayouts .col-sm-9, 
.bloglayouts .col-md-9, 
.bloglayouts .col-lg-9, 
.bloglayouts .col-xs-10, 
.bloglayouts .col-sm-10, 
.bloglayouts .col-md-10, 
.bloglayouts .col-lg-10, 
.bloglayouts .col-xs-11, 
.bloglayouts .col-sm-11, 
.bloglayouts .col-md-11, 
.bloglayouts .col-lg-11, 
.bloglayouts .col-xs-12, 
.bloglayouts .col-sm-12, 
.bloglayouts .col-md-12, 
.bloglayouts .col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.bloglayouts .col-xs-1, .bloglayouts .col-xs-2, .bloglayouts .col-xs-3, .bloglayouts .col-xs-4, .bloglayouts .col-xs-5, .bloglayouts .col-xs-6, .bloglayouts .col-xs-7, .bloglayouts .col-xs-8, .bloglayouts .col-xs-9, .bloglayouts .col-xs-10, .bloglayouts .col-xs-11, .bloglayouts .col-xs-12 {
float: left;
}
.bloglayouts .col-xs-12 {
width: 100%;
}
.bloglayouts .col-xs-11 {
width: 91.66666667%;
}
.bloglayouts .col-xs-10 {
width: 83.33333333%;
}
.bloglayouts .col-xs-9 {
width: 75%;
}
.bloglayouts .col-xs-8 {
width: 66.66666667%;
}
.bloglayouts .col-xs-7 {
width: 58.33333333%;
}
.bloglayouts .col-xs-6 {
width: 50%;
}
.bloglayouts .col-xs-5 {
width: 41.66666667%;
}
.bloglayouts .col-xs-4 {
width: 33.33333333%;
}
.bloglayouts .col-xs-3 {
width: 25%;
}
.bloglayouts .col-xs-2 {
width: 16.66666667%;
}
.bloglayouts .col-xs-1 {
width: 8.33333333%;
}
.bloglayouts .col-xs-pull-12 {
right: 100%;
}
.bloglayouts .col-xs-pull-11 {
right: 91.66666667%;
}
.bloglayouts .col-xs-pull-10 {
right: 83.33333333%;
}
.bloglayouts .col-xs-pull-9 {
right: 75%;
}
.bloglayouts .col-xs-pull-8 {
right: 66.66666667%;
}
.bloglayouts .col-xs-pull-7 {
right: 58.33333333%;
}
.bloglayouts .col-xs-pull-6 {
right: 50%;
}
.bloglayouts .col-xs-pull-5 {
right: 41.66666667%;
}
.bloglayouts .col-xs-pull-4 {
right: 33.33333333%;
}
.bloglayouts .col-xs-pull-3 {
right: 25%;
}
.bloglayouts .col-xs-pull-2 {
right: 16.66666667%;
}
.bloglayouts .col-xs-pull-1 {
right: 8.33333333%;
}
.bloglayouts .col-xs-pull-0 {
right: auto;
}
.bloglayouts .col-xs-push-12 {
left: 100%;
}
.bloglayouts .col-xs-push-11 {
left: 91.66666667%;
}
.bloglayouts .col-xs-push-10 {
left: 83.33333333%;
}
.bloglayouts .col-xs-push-9 {
left: 75%;
}
.bloglayouts .col-xs-push-8 {
left: 66.66666667%;
}
.bloglayouts .col-xs-push-7 {
left: 58.33333333%;
}
.bloglayouts .col-xs-push-6 {
left: 50%;
}
.bloglayouts .col-xs-push-5 {
left: 41.66666667%;
}
.bloglayouts .col-xs-push-4 {
left: 33.33333333%;
}
.bloglayouts .col-xs-push-3 {
left: 25%;
}
.bloglayouts .col-xs-push-2 {
left: 16.66666667%;
}
.bloglayouts .col-xs-push-1 {
left: 8.33333333%;
}
.bloglayouts .col-xs-push-0 {
left: auto;
}
.bloglayouts .col-xs-offset-12 {
margin-left: 100%;
}
.bloglayouts .col-xs-offset-11 {
margin-left: 91.66666667%;
}
.bloglayouts .col-xs-offset-10 {
margin-left: 83.33333333%;
}
.bloglayouts .col-xs-offset-9 {
margin-left: 75%;
}
.bloglayouts .col-xs-offset-8 {
margin-left: 66.66666667%;
}
.bloglayouts .col-xs-offset-7 {
margin-left: 58.33333333%;
}
.bloglayouts .col-xs-offset-6 {
margin-left: 50%;
}
.bloglayouts .col-xs-offset-5 {
margin-left: 41.66666667%;
}
.bloglayouts .col-xs-offset-4 {
margin-left: 33.33333333%;
}
.bloglayouts .col-xs-offset-3 {
margin-left: 25%;
}
.bloglayouts .col-xs-offset-2 {
margin-left: 16.66666667%;
}
.bloglayouts .col-xs-offset-1 {
margin-left: 8.33333333%;
}
.bloglayouts .col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.bloglayouts .col-sm-1, .bloglayouts .col-sm-2, .bloglayouts .col-sm-3, .bloglayouts .col-sm-4, .bloglayouts .col-sm-5, .bloglayouts .col-sm-6, .bloglayouts .col-sm-7, .bloglayouts .col-sm-8, .bloglayouts .col-sm-9, .bloglayouts .col-sm-10, .bloglayouts .col-sm-11, .bloglayouts .col-sm-12 {
float: left;
}
.bloglayouts .col-sm-12 {
width: 100%;
}
.bloglayouts .col-sm-11 {
width: 91.66666667%;
}
.bloglayouts .col-sm-10 {
width: 83.33333333%;
}
.bloglayouts .col-sm-9 {
width: 75%;
}
.bloglayouts .col-sm-8 {
width: 66.66666667%;
}
.bloglayouts .col-sm-7 {
width: 58.33333333%;
}
.bloglayouts .col-sm-6 {
width: 50%;
}
.bloglayouts .col-sm-5 {
width: 41.66666667%;
}
.bloglayouts .col-sm-4 {
width: 33.33333333%;
}
.bloglayouts .col-sm-3 {
width: 25%;
}
.bloglayouts .col-sm-2 {
width: 16.66666667%;
}
.bloglayouts .col-sm-1 {
width: 8.33333333%;
}
.bloglayouts .col-sm-pull-12 {
right: 100%;
}
.bloglayouts .col-sm-pull-11 {
right: 91.66666667%;
}
.bloglayouts .col-sm-pull-10 {
right: 83.33333333%;
}
.bloglayouts .col-sm-pull-9 {
right: 75%;
}
.bloglayouts .col-sm-pull-8 {
right: 66.66666667%;
}
.bloglayouts .col-sm-pull-7 {
right: 58.33333333%;
}
.bloglayouts .col-sm-pull-6 {
right: 50%;
}
.bloglayouts .col-sm-pull-5 {
right: 41.66666667%;
}
.bloglayouts .col-sm-pull-4 {
right: 33.33333333%;
}
.bloglayouts .col-sm-pull-3 {
right: 25%;
}
.bloglayouts .col-sm-pull-2 {
right: 16.66666667%;
}
.bloglayouts .col-sm-pull-1 {
right: 8.33333333%;
}
.bloglayouts .col-sm-pull-0 {
right: auto;
}
.bloglayouts .col-sm-push-12 {
left: 100%;
}
.bloglayouts .col-sm-push-11 {
left: 91.66666667%;
}
.bloglayouts .col-sm-push-10 {
left: 83.33333333%;
}
.bloglayouts .col-sm-push-9 {
left: 75%;
}
.bloglayouts .col-sm-push-8 {
left: 66.66666667%;
}
.bloglayouts .col-sm-push-7 {
left: 58.33333333%;
}
.bloglayouts .col-sm-push-6 {
left: 50%;
}
.bloglayouts .col-sm-push-5 {
left: 41.66666667%;
}
.bloglayouts .col-sm-push-4 {
left: 33.33333333%;
}
.bloglayouts .col-sm-push-3 {
left: 25%;
}
.bloglayouts .col-sm-push-2 {
left: 16.66666667%;
}
.bloglayouts .col-sm-push-1 {
left: 8.33333333%;
}
.bloglayouts .col-sm-push-0 {
left: auto;
}
.bloglayouts .col-sm-offset-12 {
margin-left: 100%;
}
.bloglayouts .col-sm-offset-11 {
margin-left: 91.66666667%;
}
.bloglayouts .col-sm-offset-10 {
margin-left: 83.33333333%;
}
.bloglayouts .col-sm-offset-9 {
margin-left: 75%;
}
.bloglayouts .col-sm-offset-8 {
margin-left: 66.66666667%;
}
.bloglayouts .col-sm-offset-7 {
margin-left: 58.33333333%;
}
.bloglayouts .col-sm-offset-6 {
margin-left: 50%;
}
.bloglayouts .col-sm-offset-5 {
margin-left: 41.66666667%;
}
.bloglayouts .col-sm-offset-4 {
margin-left: 33.33333333%;
}
.bloglayouts .col-sm-offset-3 {
margin-left: 25%;
}
.bloglayouts .col-sm-offset-2 {
margin-left: 16.66666667%;
}
.bloglayouts .col-sm-offset-1 {
margin-left: 8.33333333%;
}
.bloglayouts .col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.bloglayouts .col-md-1, .bloglayouts .col-md-2, .bloglayouts .col-md-3, .bloglayouts .col-md-4, .bloglayouts .col-md-5, .bloglayouts .col-md-6, .bloglayouts .col-md-7, .bloglayouts .col-md-8, .bloglayouts .col-md-9, .bloglayouts .col-md-10, .bloglayouts .col-md-11, .bloglayouts .col-md-12 {
float: left;
}
.bloglayouts .col-md-12 {
width: 100%;
}
.bloglayouts .col-md-11 {
width: 91.66666667%;
}
.bloglayouts .col-md-10 {
width: 83.33333333%;
}
.bloglayouts .col-md-9 {
width: 75%;
}
.bloglayouts .col-md-8 {
width: 66.66666667%;
}
.bloglayouts .col-md-7 {
width: 58.33333333%;
}
.bloglayouts .col-md-6 {
width: 50%;
}
.bloglayouts .col-md-5 {
width: 41.66666667%;
}
.bloglayouts .col-md-4 {
width: 33.33333333%;
}
.bloglayouts .col-md-3 {
width: 25%;
}
.bloglayouts .col-md-2 {
width: 16.66666667%;
}
.bloglayouts .col-md-1 {
width: 8.33333333%;
}
.bloglayouts .col-md-pull-12 {
right: 100%;
}
.bloglayouts .col-md-pull-11 {
right: 91.66666667%;
}
.bloglayouts .col-md-pull-10 {
right: 83.33333333%;
}
.bloglayouts .col-md-pull-9 {
right: 75%;
}
.bloglayouts .col-md-pull-8 {
right: 66.66666667%;
}
.bloglayouts .col-md-pull-7 {
right: 58.33333333%;
}
.bloglayouts .col-md-pull-6 {
right: 50%;
}
.bloglayouts .col-md-pull-5 {
right: 41.66666667%;
}
.bloglayouts .col-md-pull-4 {
right: 33.33333333%;
}
.bloglayouts .col-md-pull-3 {
right: 25%;
}
.bloglayouts .col-md-pull-2 {
right: 16.66666667%;
}
.bloglayouts .col-md-pull-1 {
right: 8.33333333%;
}
.bloglayouts .col-md-pull-0 {
right: auto;
}
.bloglayouts .col-md-push-12 {
left: 100%;
}
.bloglayouts .col-md-push-11 {
left: 91.66666667%;
}
.bloglayouts .col-md-push-10 {
left: 83.33333333%;
}
.bloglayouts .col-md-push-9 {
left: 75%;
}
.bloglayouts .col-md-push-8 {
left: 66.66666667%;
}
.bloglayouts .col-md-push-7 {
left: 58.33333333%;
}
.bloglayouts .col-md-push-6 {
left: 50%;
}
.bloglayouts .col-md-push-5 {
left: 41.66666667%;
}
.bloglayouts .col-md-push-4 {
left: 33.33333333%;
}
.bloglayouts .col-md-push-3 {
left: 25%;
}
.bloglayouts .col-md-push-2 {
left: 16.66666667%;
}
.bloglayouts .col-md-push-1 {
left: 8.33333333%;
}
.bloglayouts .col-md-push-0 {
left: auto;
}
.bloglayouts .col-md-offset-12 {
margin-left: 100%;
}
.bloglayouts .col-md-offset-11 {
margin-left: 91.66666667%;
}
.bloglayouts .col-md-offset-10 {
margin-left: 83.33333333%;
}
.bloglayouts .col-md-offset-9 {
margin-left: 75%;
}
.bloglayouts .col-md-offset-8 {
margin-left: 66.66666667%;
}
.bloglayouts .col-md-offset-7 {
margin-left: 58.33333333%;
}
.bloglayouts .col-md-offset-6 {
margin-left: 50%;
}
.bloglayouts .col-md-offset-5 {
margin-left: 41.66666667%;
}
.bloglayouts .col-md-offset-4 {
margin-left: 33.33333333%;
}
.bloglayouts .col-md-offset-3 {
margin-left: 25%;
}
.bloglayouts .col-md-offset-2 {
margin-left: 16.66666667%;
}
.bloglayouts .col-md-offset-1 {
margin-left: 8.33333333%;
}
.bloglayouts .col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.bloglayouts .col-lg-1, .bloglayouts .col-lg-2, .bloglayouts .col-lg-3, .bloglayouts .col-lg-4, .bloglayouts .col-lg-5, .bloglayouts .col-lg-6, .bloglayouts .col-lg-7, .bloglayouts .col-lg-8, .bloglayouts .col-lg-9, .bloglayouts .col-lg-10, .bloglayouts .col-lg-11, .bloglayouts .col-lg-12 {
float: left;
}
.bloglayouts .col-lg-12 {
width: 100%;
}
.bloglayouts .col-lg-11 {
width: 91.66666667%;
}
.bloglayouts .col-lg-10 {
width: 83.33333333%;
}
.bloglayouts .col-lg-9 {
width: 75%;
}
.bloglayouts .col-lg-8 {
width: 66.66666667%;
}
.bloglayouts .col-lg-7 {
width: 58.33333333%;
}
.bloglayouts .col-lg-6 {
width: 50%;
}
.bloglayouts .col-lg-5 {
width: 41.66666667%;
}
.bloglayouts .col-lg-4 {
width: 33.33333333%;
}
.bloglayouts .col-lg-3 {
width: 25%;
}
.bloglayouts .col-lg-2 {
width: 16.66666667%;
}
.bloglayouts .col-lg-1 {
width: 8.33333333%;
}
.bloglayouts .col-lg-pull-12 {
right: 100%;
}
.bloglayouts .col-lg-pull-11 {
right: 91.66666667%;
}
.bloglayouts .col-lg-pull-10 {
right: 83.33333333%;
}
.bloglayouts .col-lg-pull-9 {
right: 75%;
}
.bloglayouts .col-lg-pull-8 {
right: 66.66666667%;
}
.bloglayouts .col-lg-pull-7 {
right: 58.33333333%;
}
.bloglayouts .col-lg-pull-6 {
right: 50%;
}
.bloglayouts .col-lg-pull-5 {
right: 41.66666667%;
}
.bloglayouts .col-lg-pull-4 {
right: 33.33333333%;
}
.bloglayouts .col-lg-pull-3 {
right: 25%;
}
.bloglayouts .col-lg-pull-2 {
right: 16.66666667%;
}
.bloglayouts .col-lg-pull-1 {
right: 8.33333333%;
}
.bloglayouts .col-lg-pull-0 {
right: auto;
}
.bloglayouts .col-lg-push-12 {
left: 100%;
}
.bloglayouts .col-lg-push-11 {
left: 91.66666667%;
}
.bloglayouts .col-lg-push-10 {
left: 83.33333333%;
}
.bloglayouts .col-lg-push-9 {
left: 75%;
}
.bloglayouts .col-lg-push-8 {
left: 66.66666667%;
}
.bloglayouts .col-lg-push-7 {
left: 58.33333333%;
}
.bloglayouts .col-lg-push-6 {
left: 50%;
}
.bloglayouts .col-lg-push-5 {
left: 41.66666667%;
}
.bloglayouts .col-lg-push-4 {
left: 33.33333333%;
}
.bloglayouts .col-lg-push-3 {
left: 25%;
}
.bloglayouts .col-lg-push-2 {
left: 16.66666667%;
}
.bloglayouts .col-lg-push-1 {
left: 8.33333333%;
}
.bloglayouts .col-lg-push-0 {
left: auto;
}
.bloglayouts .col-lg-offset-12 {
margin-left: 100%;
}
.bloglayouts .col-lg-offset-11 {
margin-left: 91.66666667%;
}
.bloglayouts .col-lg-offset-10 {
margin-left: 83.33333333%;
}
.bloglayouts .col-lg-offset-9 {
margin-left: 75%;
}
.bloglayouts .col-lg-offset-8 {
margin-left: 66.66666667%;
}
.bloglayouts .col-lg-offset-7 {
margin-left: 58.33333333%;
}
.bloglayouts .col-lg-offset-6 {
margin-left: 50%;
}
.bloglayouts .col-lg-offset-5 {
margin-left: 41.66666667%;
}
.bloglayouts .col-lg-offset-4 {
margin-left: 33.33333333%;
}
.bloglayouts .col-lg-offset-3 {
margin-left: 25%;
}
.bloglayouts .col-lg-offset-2 {
margin-left: 16.66666667%;
}
.bloglayouts .col-lg-offset-1 {
margin-left: 8.33333333%;
}
.bloglayouts .col-lg-offset-0 {
margin-left: 0%;
}
}
.bloglayouts .clearfix:before,
.bloglayouts .clearfix:after,
.bloglayouts .container:before,
.bloglayouts .container:after,
.bloglayouts .container-fluid:before,
.bloglayouts .container-fluid:after,
.bloglayouts .row:before,
.bloglayouts .row:after {
display: table;
content: " ";
}
.bloglayouts .clearfix:after,
.bloglayouts .container:after,
.bloglayouts .container-fluid:after,
.bloglayouts .row:after {
clear: both;
} .bloglayouts-bp-vc-element-blogs {
margin-bottom:50px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style2 {
margin-bottom:0;
}
.bloglayouts-bp-vc-element-blogs:last-child {
margin-bottom:0;
}
.bloglayouts-bp-vc-element-blogs article {
position:relative;
line-height:1;
}
.bloglayouts-bp-vc-element-blogs article h2 {
line-height:1;
}
.bloglayouts-bp-vc-element-blogs h1, 
.bloglayouts-bp-vc-element-blogs h2, 
.bloglayouts-bp-vc-element-blogs h3, 
.bloglayouts-bp-vc-element-blogs h4, 
.bloglayouts-bp-vc-element-blogs h5 {
margin:0;
}
.bloglayouts-bp-vc-element-blogs .article-image {
position:relative;
}
.bloglayouts-bp-vc-element-blogs .article-title a {
text-transform: uppercase;
font-size:28px;
display:block;
}
.item-blogs .article-info .article-info-bottom .article-author a {
text-transform:uppercase;
font-weight:bold;
}
.item-blogs.first-element-blogs .article-info .article-excerpt {
font-weight:300!important;
}
.bloglayouts-bp-vc-element-blogs .article-comment {
position:absolute;
left:0;
bottom:0;
font-size: 0;	
}
.bloglayouts-bp-vc-element-blogs .article-comment a {
font-size: 10px;
font-weight: bold;
letter-spacing: 1px;
padding: 6px 10px;
text-transform: uppercase;
display:block;
line-height:1.2;
margin-top:4px;
display:inline-block;
margin-right:2px;
}
.bloglayouts-bp-vc-element-blogs .article-data,
.bloglayouts-bp-vc-element-blogs .article-comments,
.bloglayouts-bp-vc-element-blogs .article-separator {
float:left;
}
.bloglayouts-bp-vc-element-blogs .article-data {
font-size: 12px;
letter-spacing: 0.5px;
margin-right: 20px;	
}
.bloglayouts-bp-vc-element-blogs .article-comments {
margin-left:20px;
font-size: 12px;
letter-spacing: 0.5px;	
}
.bloglayouts-bp-vc-element-blogs img {
width:100%;
}
.bloglayouts-bp-vc-element-blogs i {
margin-right:8px;
}
.bloglayouts-bp-vc-element-blogs .article-comment i {
margin-right:0;
}
.bloglayouts-bp-vc-element-blogs .article-read-more i {
margin-left:10px;
margin-right:0;
}
.bloglayouts-bp-vc-element-blogs .article-info-top {
padding-top:15px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .article-info-top {
padding-top:15px;
background:#FFFFFF;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style6 .article-info-top {
padding-top:0;
}
.bloglayouts-bp-vc-element-blogs h3 a {
margin:20px 0 10px;
}
.bloglayouts-bp-vc-element-blogs-title-box {
height: 35px;
margin: 0 0 25px;
position: relative;
text-align: left;
}
.bloglayouts-bp-vc-element-blogs-title-box h2 {
display: inline-block;
font-size: 14px;
font-weight: 600;
height: calc(100% + 2px);
height: -webkit-calc(100% + 2px);
left: 0;
letter-spacing: 1.5px;
padding: 10px;
position: absolute;
text-transform: uppercase;
top: -1px;
transition: color 0.3s ease 0s;
margin:0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width:95%;
}
.bloglayouts-bp-vc-element-blogs #bloglayouts-bp-load-blogs {
text-align: center;
}
#bloglayouts-bp-load-blogs, .bloglayouts-bp-load-more-container {
margin-top: 50px;
}
.bloglayouts-bp-load-more-style3 #bloglayouts-bp-load-blogs,
.bloglayouts-bp-load-more-style3 .bloglayouts-bp-load-more-container {
margin-top:0;
}
.bloglayouts-bp-vc-element-blogs #bloglayouts-bp-load-blogs a {
padding: 10px 20px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
letter-spacing:1px;
display:inline-block;
color:#747474;
}
.bloglayouts-bp-vc-element-blogs #bloglayouts-bp-load-blogs a:hover {
transition: all 0.3s ease 0s;
color:#009688;
}
.bloglayouts-bp-vc-pagination {
margin-top:50px;
}
.bloglayouts-bp-vc-pagination a {
display: inline-block;
padding: 10px 20px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
}
.bloglayouts-bp-vc-pagination a:hover {
transition: all 0.3s ease 0s;
}
.bloglayouts-bp-pagination-normal a {
padding:0;
}
.bloglayouts-bp-pagination-normal a:last-child {
float: right;
}
.bloglayouts-bp-pagination-normal a {
color:#747474;
transition: all 0.3s ease 0s;
}
.bloglayouts-bp-pagination-normal a:hover  {
color:#009688;
transition: all 0.3s ease 0s;
}
.fnwp-numeric-pagination {
text-align: center;
}
.fnwp-numeric-pagination .inactive {
font-size: 14px;
line-height: 1;
margin: 0 2px;
padding: 10px 13px;
float:none!important;
color:#747474;
}
.fnwp-numeric-pagination .current {
font-size: 14px;
line-height: 1;
margin: 0 2px;
padding: 10px 14px;
display: inline-block;
text-transform: uppercase;
transition: all 0.3s ease 0s;
color:#009688;
}
.fnwp-numeric-pagination i {
font-size: 14px;
line-height: 1;
padding: 10px 14px;
margin-right: 0;
display: inline-block;
text-transform: uppercase;
transition: all 0.3s ease 0s;
color:#747474;
}
.fnwp-numeric-pagination a.inactive:hover,
.fnwp-numeric-pagination i:hover  {
color:#009688;
}
.fnwp-numeric-pagination .fnwp-icon-left {
margin-right:34px;
}
.fnwp-numeric-pagination .fnwp-icon-right {
margin-left:34px;
}
.fnwp-numeric-pagination i:hover {
transition: all 0.3s ease 0s;
}
a.fnwp-pagination-numeric-arrow {
border:none;
padding:0;
margin:0;
}
a.fnwp-pagination-numeric-arrow:hover {
background:none;
}
.fnwp-numeric-pagination .bloglayouts-bpicon.fa-angle-double-left {
margin-right: 4px;
}
.fnwp-numeric-pagination .bloglayouts-bpicon.fa-angle-double-right {
margin-left: 4px;
}
.bloglayouts-bp-pagination .fnwp-numeric-pagination a:last-child {
float: none !important;
}
@media screen and (max-width: 700px) {
.bloglayouts-bp-vc-pagination a {
margin-bottom:10px;
}
}
@media screen and (max-width: 400px) {
.bloglayouts-bp-vc-element-blogs .bloglayouts-bp-pagination-normal {
width: 100% !important;
}
} .bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style1.bloglayouts-bp-vc-blogs-2-col .item-blogs.first-element-blogs {
padding-top: 25px;
margin-top:25px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style1.bloglayouts-bp-vc-blogs-1-col .item-blogs.first-element-blogs {
margin-top: 25px;
padding-top: 25px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style1.bloglayouts-bp-vc-blogs-1-col .item-blogs.first-element-blogs:first-child {
margin-top: 0px;
padding-top: 0px;
border-top: 0px;
}
.item-blogs.first-element-blogs {
text-align: center;
} .bloglayouts-bp-blogs-style1 .item-blogs.first-element-blogs .article-excerpt {
margin-bottom:0;
}
.item-blogs.first-element-blogs .article-excerpt {
color:#747474;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style1.bloglayouts-bp-vc-blogs-1-col .article-info-top {
padding-top:0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style1.bloglayouts-bp-vc-blogs-1-col .article-info-top {
margin-bottom: 25px;
}
.item-blogs.first-element-blogs.col-xs-12 .article-excerpt {
font-size: 15px;
font-weight: normal;
line-height: 30px;
margin-bottom: 0;
margin-top: 20px;
}
.article-info .article-category a {
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
}
.article-info .article-category a,
.item-blogs .article-info .article-info-bottom .article-author a,
.item-blogs.first-element-blogs .article-info .article-excerpt .article-read-more,
.item-blogs .article-info .article-author a {
color:#009688;
letter-spacing:1px;
}
.article-info .article-category a:hover,
.item-blogs .article-info .article-info-bottom .article-author a:hover,
.item-blogs.first-element-blogs .article-info .article-excerpt .article-read-more:hover,
.item-blogs .article-info .article-author a:hover {
color:#000000;
}
.bloglayouts-bp-vc-element-blogs h3.article-title a {
font-size: 25px;
margin: 15px 0;	
color:#000000;
line-height:1.3;
}
.bloglayouts-bp-vc-blogs-1-col h3.article-title a {
font-size: 28px;
font-weight:900;
}
.bloglayouts-bp-vc-blogs-2-col h3.article-title a {
font-size: 18px;
font-weight:600;
}
.bloglayouts-bp-vc-blogs-3-col h3.article-title a {
font-size: 18px;
font-weight:600;
}
.bloglayouts-bp-vc-element-blogs h3.article-title a:hover {
color:#009688;
}
.article-info .article-info-bottom .article-author {
display: inline-block;
}
.article-info .article-info-bottom .article-author a {
font-size:14px;
}
.article-info .article-info-bottom .article-date {
display: inline-block;
font-size:14px;
}
.bloglayouts-bp-vc-element-blogs .article-date, 
.bloglayouts-bp-vc-element-blogs .article-separator,
.bloglayouts-bp-vc-element-blogs .article-author a,
.bloglayouts-bp-vc-element-blogs .article-category a {
font-size:14px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-2-col .article-date, 
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-2-col .article-separator,
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-2-col .article-author a,
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-2-col .article-category a {
font-size:12px;
}
.article-info .article-info-bottom .article-separator {
display: inline-block;
float: none;
margin:0 5px;
}
.item-blogs.first-element-blogs .article-info .article-excerpt .article-read-more {
display: block;
font-size: 12px;
font-weight: bold;
left: 50%;
line-height: 1;
margin-left: -50px;
margin-top: 20px;
padding: 10px 0;
position: relative;
text-transform: uppercase;
width: 100px;
}
.item-blogs.first-element-blogs .article-info .article-excerpt .article-read-more:hover {
opacity:1;
}
.bloglayouts-bp-vc-element-blogs .article-comment {
bottom: 25px;
left: inherit;
right: 25px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-2-col .article-comment, 
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-3-col .article-comment {
bottom: 15px;
right: 15px;	
}
.item-blogs.first-element-blogs .article-image .article-comment a, .item-blogs.first-element-blogs .article-image .article-comment {
font-size: 12px;
height: 25px;
line-height: 25px;
width: 25px;
padding:0;
margin:0;
}
.bloglayouts .comment-cloud {
height: 25px;
position: absolute;
width: 25px;
background: #009688;
}
.bloglayouts .comment-cloud::after {
border-style: solid none solid solid;
border-width: 8px 0 0 8px;
bottom: -8px;
content: "";
height: 0;
left: 9px;
position: absolute;
width: 0;
border-color: var(--bg-comment-color-var, transparent) currentcolor transparent transparent;
}
.bloglayouts .comment-cloud span {
color:#FFFFFF;
}
.bloglayouts-bp-vc-element-blogs .article-comment a {
color:#FFFFFF;
}
.bloglayouts-bp-vc-element-blogs .article-comment a:hover {
color:#000000;
} .item-blogs.first-element-blogs.col-xs-6 .article-title a {
font-size: 18px;
margin: 8px 0;
}
.item-blogs.first-element-blogs.col-xs-6 .article-info .article-info-bottom .article-author a,
.item-blogs.first-element-blogs.col-xs-6 .article-info .article-info-bottom .article-date,
.item-blogs.first-element-blogs.col-xs-6 .article-info .article-category a,
.item-blogs.first-element-blogs.col-xs-4 .article-info .article-info-bottom .article-author a,
.item-blogs.first-element-blogs.col-xs-4 .article-info .article-info-bottom .article-date,
.item-blogs.first-element-blogs.col-xs-4 .article-info .article-category a {
font-size:12px;
}
.item-blogs.first-element-blogs.col-xs-6 .article-info .article-excerpt {
font-size: 14px;
font-weight: normal;
line-height: 26px;
margin-top: 25px;
} .item-blogs.first-element-blogs.col-xs-4 .article-title a {
margin: 8px 0;
}  .bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style2.bloglayouts-bp-vc-blogs-3-col {
margin-bottom:50px;
}
.bloglayouts-bp-blogs-style2 .article-info .article-info-top .article-author,
.bloglayouts-bp-blogs-style2 .article-info .article-info-top .article-category {
display: inline-block;
}
.bloglayouts-bp-blogs-style2 .item-blogs.first-element-blogs.col-xs-12 .article-info {
margin-bottom: 50px;
}
.bloglayouts-bp-blogs-style2 .article-info .article-info-top .article-author a {
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
}
.bloglayouts-bp-blogs-style2 .article-info .article-info-top .article-date {
display: inline-block;
}
.bloglayouts-bp-blogs-style2 .article-info .article-info-top .article-separator {
display: inline-block;
float: none;
margin:0 8px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style2 .article-info-top {
background: #ffffff ;
margin-left: 35px;
margin-right: 35px;
margin-top: -35px;
padding-top: 25px;
position: relative;
}
.bloglayouts-bp-blogs-style2 .item-blogs.first-element-blogs.col-xs-12 .article-excerpt {
color: #747474;
font-size: 15px;
font-weight: 300;
line-height: 27px;
margin-bottom: 35px;
margin-top: 25px;
}
.bloglayouts-bp-vc-element-blogs .container-social a {
color: #747474;
margin-right:15px;
font-size:13px;
transition: all 0.3s ease 0s;
}
.bloglayouts-bp-blogs-style2 .footer-posts .container-social a:last-child,
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style2 i:last-child  {
margin-right:0;
}
.bloglayouts-bp-vc-element-blogs .container-social a:hover {
transition: all 0.3s ease 0s;
color:#009688;
}
.bloglayouts-bp-blogs-style2 .footer-posts {
border-top: 1px solid #f4f4f4;
border-bottom: 1px solid #f4f4f4;
padding: 15px 0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style2 .container-social {
display: inline-block;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style2 .article-comment {
display: inline-block;
height: 20px;
left: inherit;
position: absolute;
right: 15px;
top: 15px;
width: 20px;
}
.bloglayouts-bp-blogs-style2.bloglayouts-bp-vc-element-blogs .article-comment a,
.bloglayouts-bp-blogs-style2.bloglayouts-bp-vc-element-blogs .article-comment span {
color: #ffffff;
font-size: 12px;
font-weight: normal;
letter-spacing: 1px;
line-height: 20px;
margin-right: 0;
margin-top: 0;
padding: 0;
transition: all 0.3s ease 0s;
}
.bloglayouts-bp-blogs-style2 .comment-cloud::after {
border-style: solid none solid solid;
border-width: 8px 0 0 8px;
bottom: -4px;
content: "";
height: 0;
left: 12px;
position: absolute;
width: 0;
} .bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style2 .col-xs-6 .article-info-top {
margin-left: 20px;
margin-right: 20px;
margin-top: -20px;
padding-top: 13px;
position: relative;
}
.bloglayouts-bp-blogs-style2 .col-xs-6 .article-info .article-info-top .article-author a {
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
}
.bloglayouts-bp-blogs-style2 .col-xs-6 .article-info .article-info-top .article-date {
display: inline-block;
}
.bloglayouts-bp-blogs-style2 .col-xs-6 .article-info .article-info-top .article-separator {
display: inline-block;
float: none;
margin:0 6px;
color:#aaaaaa;
}
.bloglayouts-bp-blogs-style2 .item-blogs.first-element-blogs.col-xs-6 .article-title a {
margin: 14px 0 20px;
}
.bloglayouts-bp-blogs-style2 .item-blogs.first-element-blogs.col-xs-6 .article-info .article-excerpt {
font-size: 14px;
font-weight: 300;
line-height: 24px;
margin-top: 0;
}
.bloglayouts-bp-blogs-style2 .col-xs-6 .footer-posts {
margin: 25px 0 50px;
padding: 10px 0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style2 .col-xs-6  .article-comment {
display: inline-block;
height: 15px;
left: inherit;
position: absolute;
right: 5px;
top: 5px;
width: 15px;
color:#ffffff;
}
.bloglayouts-bp-blogs-style2 .col-xs-6  .comment-cloud::after {
border-style: solid none solid solid;
border-width: 8px 0 0 8px;
bottom: -3px;
content: "";
height: 0;
left: 7px;
position: absolute;
width: 0;
}
.bloglayouts-bp-blogs-style2.bloglayouts-bp-vc-element-blogs .col-xs-6  .article-comment a,
.bloglayouts-bp-blogs-style2.bloglayouts-bp-vc-element-blogs .col-xs-6  .article-comment span {
font-size: 10px;
font-weight: normal;
letter-spacing: 1px;
line-height: 15px;
margin-right: 0;
margin-top: 0;
padding: 0;
position:relative;
z-index:1;
transition: all 0.3s ease 0s;
} .bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style2 .col-xs-4 .article-info-top {
margin-left: 20px;
margin-right: 20px;
margin-top: -20px;
padding-top: 13px;
position: relative;
}
.bloglayouts-bp-blogs-style2 .col-xs-4 .article-info .article-info-top .article-author a {
font-size: 10px;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
}
.bloglayouts-bp-blogs-style2 .col-xs-4 .article-info .article-info-top .article-date {
display: inline-block;
}
.bloglayouts-bp-blogs-style2 .col-xs-4 .article-info .article-info-top .article-separator {
display: inline-block;
float: none;
margin:0 6px;
}
.bloglayouts-bp-blogs-style2 .item-blogs.first-element-blogs.col-xs-4 .article-title a {
margin: 14px 0 20px;
}
.bloglayouts-bp-blogs-style2 .item-blogs.first-element-blogs.col-xs-4 .article-info .article-excerpt {
font-size: 14px;
font-weight: 300;
line-height: 24px;
margin-top: 0;
}
.bloglayouts-bp-blogs-style2 .col-xs-4 .footer-posts {
border-bottom: 1px solid #f4f4f4;
border-top: 1px solid #f4f4f4;
margin: 25px 0 0;
padding: 10px 0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style2 .col-xs-4  .article-comment {
display: inline-block;
height: 15px;
left: inherit;
position: absolute;
right: 5px;
top: 5px;
width: 15px;
color:#ffffff;
}
.bloglayouts-bp-blogs-style2 .col-xs-4  .comment-cloud::after {
border-style: solid none solid solid;
border-width: 8px 0 0 8px;
bottom: -3px;
content: "";
height: 0;
left: 7px;
position: absolute;
width: 0;
}
.bloglayouts-bp-blogs-style2.bloglayouts-bp-vc-element-blogs .col-xs-4 .article-comment a,
.bloglayouts-bp-blogs-style2.bloglayouts-bp-vc-element-blogs .col-xs-4 .article-comment span {
color: #ffffff;
font-size: 10px;
font-weight: normal;
letter-spacing: 1px;
line-height: 14px;
margin-right: 0;
margin-top: 0;
padding: 0;
position:relative;
z-index:1;
transition: all 0.3s ease 0s;
} @media screen and (max-width: 500px) {
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style2 .article-info-top {
margin-left: 20px;
margin-right: 20px;
margin-top: -20px;
padding-top: 20px;
}
.bloglayouts-bp-blogs-style2.bloglayouts-bp-vc-element-blogs .article-comment {
display: none;
}
}  .bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style3 {
margin-bottom:0;
}
.bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 {
margin-bottom: 50px;
}
.bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image .article-category {
bottom: 25px;
position: absolute;
width: 100%;
}
.bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image .article-category a {
font-weight: bold;
letter-spacing: 2px;
padding: 4px 12px;
text-transform: uppercase;
background:#FFFFFF;
color:#009688;
transition: all 0.3s ease 0s;
}
.bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image .article-category a:hover {
background:#009688;
color:#FFFFFF;	
transition: all 0.3s ease 0s;
}
.bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image.col-xs-6 {
height: 460px;
overflow: hidden;
}
.bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6 {
border:1px solid #f4f4f4;
height: 460px;
margin-bottom: 0;
padding: 70px 50px !important;
}
.bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6 .article-title a {
font-size: 30px;
}
.bloglayouts-bp-blogs-style3 .article-info .article-info-top .article-author {
display: inline-block;
}
.bloglayouts-bp-blogs-style3 .article-info .article-info-top .article-author a {
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
}
.bloglayouts-bp-blogs-style3 .article-info .article-info-top .article-date {
display: inline-block;
}
.bloglayouts-bp-blogs-style3 .article-info .article-info-top .article-separator {
display: inline-block;
float: none;
margin:0 8px;
}
.bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6 .article-excerpt {
font-size: 14px;
font-weight: 300;
line-height: 22px;
margin-bottom: 0;
margin-top: 30px;
}
.bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6 .container-social {
border-bottom: 1px solid #f4f4f4;
border-top: 1px solid #f4f4f4;
margin-top: 50px;
padding: 10px 0;
}
.bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6 .container-social a {
margin-right:15px;
font-size:13px;
transition: all 0.3s ease 0s;
}
.bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6 .container-social a:hover {
transition: all 0.3s ease 0s;
}
.bloglayouts-bp-sidebar-right .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image.col-xs-6 {
height: auto;
overflow: hidden;
}
.bloglayouts-bp-sidebar-right .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6 {
height: 326px;
padding: 25px !important;
}
.bloglayouts-bp-sidebar-right .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6 .article-title a {
font-size: 26px;
}
.bloglayouts-bp-sidebar-right .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6 .container-social {
margin-top: 30px;
} .vc_col-sm-5 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6,
.vc_col-sm-6 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6,
.vc_col-sm-7 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6,
.vc_col-sm-8 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6,
.vc_col-sm-9 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6,
.vc_col-sm-10 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6,
.vc_col-sm-11 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6,
.bloglayouts-bp-sidebar-left .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6,
.bloglayouts-bp-sidebar-right .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6 {
border: none;
margin-bottom: 0;
height:auto;
padding: 30px 50px !important;
}
.vc_col-sm-5 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image.col-xs-6,
.vc_col-sm-6 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image.col-xs-6,
.vc_col-sm-7 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image.col-xs-6,
.vc_col-sm-8 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image.col-xs-6,
.vc_col-sm-9 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image.col-xs-6,
.vc_col-sm-10 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image.col-xs-6,
.vc_col-sm-11 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image.col-xs-6,
.bloglayouts-bp-sidebar-left .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image.col-xs-6,
.bloglayouts-bp-sidebar-right .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image.col-xs-6 {
height: auto;
overflow: hidden;
}
.vc_col-sm-5 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12,
.vc_col-sm-6 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12,
.vc_col-sm-7 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12,
.vc_col-sm-8 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12,
.vc_col-sm-9 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12,
.vc_col-sm-10 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12,
.vc_col-sm-11 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12,
.bloglayouts-bp-sidebar-left .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12,
.bloglayouts-bp-sidebar-right .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 {
border:1px solid #f4f4f4;
}
.vc_col-sm-5 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6 .article-excerpt,
.vc_col-sm-6 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6 .article-excerpt,
.vc_col-sm-7 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6 .article-excerpt,
.vc_col-sm-8 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6 .article-excerpt,
.vc_col-sm-9 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6 .article-excerpt,
.vc_col-sm-10 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6 .article-excerpt,
.vc_col-sm-11 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6 .article-excerpt,
.bloglayouts-bp-sidebar-left .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6 .article-excerpt,
.bloglayouts-bp-sidebar-right .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6 .article-excerpt {
display:none;
}
.vc_col-sm-5 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image .article-category,
.vc_col-sm-6 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image .article-category,
.vc_col-sm-7 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image .article-category,
.vc_col-sm-8 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image .article-category,
.vc_col-sm-9 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image .article-category,
.vc_col-sm-10 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image .article-category,
.vc_col-sm-11 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image .article-category,
.bloglayouts-bp-sidebar-left .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image .article-category,
.bloglayouts-bp-sidebar-right .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image .article-category {
bottom: 25px;
}
.vc_col-sm-5 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image .article-category a,
.vc_col-sm-6 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image .article-category a,
.vc_col-sm-7 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image .article-category a,
.vc_col-sm-8 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image .article-category a,
.vc_col-sm-9 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image .article-category a,
.vc_col-sm-10 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image .article-category a,
.vc_col-sm-11 .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image .article-category a,
.bloglayouts-bp-sidebar-left .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image .article-category a,
.bloglayouts-bp-sidebar-right .bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image .article-category a {
padding: 0 10px;
} @media screen and (max-width: 1100px) {
.bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image.col-xs-6 {
width:100%;
}
.bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-info.col-xs-6 {
width:100%;
height:auto;
border:1px solid #f4f4f4;
border-top:0;
padding:25px !important;
}
.bloglayouts-bp-blogs-style3 .item-blogs.first-element-blogs.col-xs-12 .article-image.col-xs-6 {
height:auto;
}
}  .bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 {
margin-bottom:50px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .col-xs-12 .article-info-top {
border: 1px solid #f4f4f4;
margin: -40px 25px 0px;
padding: 20px;
position: relative;
}
.bloglayouts-bp-blogs-style4.bloglayouts-bp-vc-blogs-1-col article {
margin-top:50px;
}
.bloglayouts-bp-blogs-style4.bloglayouts-bp-vc-blogs-1-col article:nth-child(1) {
margin-top:0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .bloglayouts-bp-vc-element-blogs-article-container .item-blogs.first-element-blogs.col-xs-12 .article-category a {
display: inline-block;
font-size: 14px;
margin-bottom: 20px;
padding: 6px 12px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .bloglayouts-bp-vc-element-blogs-article-container .item-blogs .article-category a {
background:#009688;
color:#FFFFFF;
transition: all 0.3s ease 0s;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .bloglayouts-bp-vc-element-blogs-article-container .item-blogs .article-category a:hover {
background:#004c43;
color:#FFFFFF;	
transition: all 0.3s ease 0s;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .bloglayouts-bp-vc-element-blogs-article-container .item-blogs.first-element-blogs.col-xs-12 .article-title a {
border-bottom: 1px solid #f4f4f4;
margin-bottom: 30px;
padding-bottom: 30px;
margin-top:10px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .col-xs-12 .article-info .article-info-top .article-author {
display: inline-block;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .col-xs-12 .article-info .article-info-top .article-author a {
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .col-xs-12 .article-info .article-info-top .article-date {
display: inline-block;
font-size:14px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .col-xs-12 .article-info .article-info-top .article-separator {
display: inline-block;
float: none;
margin:0 8px;
} .bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .col-xs-6 .article-info-top {
border: 1px solid #f4f4f4;
margin: -40px 25px 0px;
padding: 20px;
position: relative;
}
.bloglayouts-bp-blogs-style4.bloglayouts-bp-vc-blogs-2-col article {
margin-top:50px;
}
.bloglayouts-bp-blogs-style4.bloglayouts-bp-vc-blogs-2-col article:nth-child(1),
.bloglayouts-bp-blogs-style4.bloglayouts-bp-vc-blogs-2-col article:nth-child(2) {
margin-top:0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .bloglayouts-bp-vc-element-blogs-article-container .item-blogs.first-element-blogs.col-xs-6 .article-category a {
display: inline-block;
margin-bottom: 25px;
padding: 4px 10px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .bloglayouts-bp-vc-element-blogs-article-container .item-blogs.first-element-blogs.col-xs-6 .article-title a {
border-bottom: 1px solid #f4f4f4;
margin-bottom: 25px;
padding-bottom: 25px;
margin-top:0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .col-xs-6 .article-info .article-info-top .article-author {
display: inline-block;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .col-xs-6 .article-info .article-info-top .article-author a {
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .col-xs-6 .article-info .article-info-top .article-date {
display: inline-block;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .col-xs-6 .article-info .article-info-top .article-separator {
display: inline-block;
float: none;
margin:0 8px;
} .bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .col-xs-4 .article-info-top {
border: 1px solid #f4f4f4;
margin: -40px 25px 0px;
padding: 20px;
position: relative;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .bloglayouts-bp-vc-element-blogs-article-container .item-blogs.first-element-blogs.col-xs-4 .article-category a {
display: inline-block;
font-size: 10px;
margin-bottom: 20px;
padding: 4px 10px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .bloglayouts-bp-vc-element-blogs-article-container .item-blogs.first-element-blogs.col-xs-4 .article-title a {
border-bottom: 1px solid #f4f4f4;
margin-bottom: 25px;
padding-bottom: 25px;
margin-top:0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .col-xs-4 .article-info .article-info-top .article-author {
display: inline-block;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .col-xs-4 .article-info .article-info-top .article-author a {
font-size: 12px;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .col-xs-4 .article-info .article-info-top .article-date {
display: inline-block;
font-size:12px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4 .col-xs-4 .article-info .article-info-top .article-separator {
display: inline-block;
float: none;
margin:0 8px;
}  .bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style5.bloglayouts-bp-vc-blogs-1-col {
margin-bottom:0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style5 .col-xs-12 .article-info-top {
bottom: 0;
padding: 12%;
position: absolute;
width: 100%;
z-index:2;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style5 .col-xs-12 .bloglayouts-bp-format-type.bloglayouts-bpicon.fa-play-circle-o {
position: absolute;
z-index: 2;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style5 .bloglayouts-bp-vc-element-blogs-article-container .item-blogs.first-element-blogs.col-xs-12 .article-category a {
display: inline-block;
margin-bottom: 20px;
padding: 6px 12px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style5 .bloglayouts-bp-vc-element-blogs-article-container .item-blogs.first-element-blogs.col-xs-12 .article-image {
margin-bottom: 50px;
position:relative;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style5 .item-blogs-pattern {
position:absolute;
left:0;top:0;
width:100%;
height:100%;
z-index:1;
background:rgba(0,0,0,0.3);
} .bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style5.bloglayouts-bp-vc-blogs-2-col {
margin-bottom:0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style5 .col-xs-6 .article-info-top {
bottom: 0;
padding: 25px;
position: absolute;
width: 100%;
z-index:2;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style5 .col-xs-6 .bloglayouts-bp-format-type.bloglayouts-bpicon.fa-play-circle-o {
position: absolute;
z-index: 2;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style5 .bloglayouts-bp-vc-element-blogs-article-container .item-blogs.first-element-blogs.col-xs-6 .article-category a {
display: inline-block;
margin-bottom: 20px;
padding: 4px 10px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style5 .bloglayouts-bp-vc-element-blogs-article-container .item-blogs.first-element-blogs .article-category a {
background:#FFFFFF;
color:#009688;
transition: all 0.3s ease 0s;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style5 .bloglayouts-bp-vc-element-blogs-article-container .item-blogs.first-element-blogs .article-category a:hover {
background:#009688;
color:#FFFFFF;
transition: all 0.3s ease 0s;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style5 .bloglayouts-bp-vc-element-blogs-article-container .item-blogs .article-title a {
margin: 0;
color:#FFFFFF;
transition: all 0.3s ease 0s;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style5 .bloglayouts-bp-vc-element-blogs-article-container .item-blogs .article-title a:hover {
color:#009688;
transition: all 0.3s ease 0s;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style5 .bloglayouts-bp-vc-element-blogs-article-container .item-blogs.first-element-blogs.col-xs-6 .article-image {
margin-bottom: 50px;
position:relative;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style5 .item-blogs-pattern {
position:absolute;
left:0;top:0;
width:100%;
height:100%;
z-index:1;
background:rgba(0,0,0,0.3);
} .bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style5 .col-xs-4 .article-info-top {
bottom: 0;
padding: 25px;
position: absolute;
width: 100%;
z-index:2;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style5 .col-xs-4 .bloglayouts-bp-format-type.bloglayouts-bpicon.fa-play-circle-o {
position: absolute;
z-index: 2;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style5 .bloglayouts-bp-vc-element-blogs-article-container .item-blogs.first-element-blogs.col-xs-4 .article-category a {
display: inline-block;
margin-bottom: 20px;
padding: 4px 10px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style5 .bloglayouts-bp-vc-element-blogs-article-container .item-blogs.first-element-blogs.col-xs-4 .article-title a {
margin: 0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style5 .bloglayouts-bp-vc-element-blogs-article-container .item-blogs.first-element-blogs.col-xs-4 .article-image {
margin-bottom:0;
position:relative;
}  .bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style6.bloglayouts-bp-vc-blogs-1-col {
margin-bottom:0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style6 .col-xs-12  {
margin-bottom: 50px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style6 .col-xs-12 .article-info {
margin-top: 0;
padding:50px;
border:1px solid #f4f4f4;
text-align:left;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style6 .col-xs-12 .article-title a {
margin: 0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style6 .col-xs-12 .article-info .article-excerpt {
font-size: 16px;
font-weight: 300;
line-height: 24px;
margin: 25px 0 50px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style6 .col-xs-12 .article-category {
display: inline-block;
} .bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style6.bloglayouts-bp-vc-blogs-2-col {
margin-bottom:0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style6 .col-xs-6  {
margin-bottom: 40px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style6 .col-xs-6 .article-info {
margin-top: 0;
padding:40px;
border:1px solid #f4f4f4;
text-align:left;
}
.bloglayouts-bp-sidebar-right .bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style6 .col-xs-6  .article-info {
padding:40px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style6 .col-xs-6 .article-title a {
margin: 0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style6 .col-xs-6 .article-info .article-excerpt {
font-size: 14px;
font-weight: 300;
line-height: 28px;
margin: 25px 0 50px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style6 .col-xs-6 .article-category {
display: inline-block;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style6 .item-blogs.first-element-blogs.col-xs-6 .article-info .article-info-bottom .article-author a {
transition: all 0.3s ease 0s;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style6 .item-blogs.first-element-blogs.col-xs-6 .article-info .article-info-bottom .article-author a:hover {
transition: all 0.3s ease 0s;
} .bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style6 .col-xs-4  {
margin-bottom: 0px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style6 .article-info-top {
margin-top: 0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style6 .col-xs-4 .article-info {
margin-top: 0;
padding:40px;
border:1px solid #f4f4f4;
text-align:left;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style6 .col-xs-4 .article-title a {
margin: 0 0 25px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style6 .col-xs-4 .article-info .article-excerpt {
font-size: 14px;
line-height:24px;
font-weight: 300;
margin: 25px 0 50px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style6 .col-xs-4 .article-category {
display: inline-block;
} .bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style7 .item-blogs {
margin-bottom:50px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style7 .item-blogs.first-element-blogs  .article-info {
margin-bottom: 0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style7 .item-blogs.first-element-blogs.col-xs-12 .article-excerpt {
padding:0 80px;
} @media screen and (max-width: 950px) {
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style7 .item-blogs.first-element-blogs.col-xs-12 .article-excerpt {
padding:0;
}
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-2-col .vc-element-post-odd {
padding-right:12.5px!important;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-2-col .vc-element-post-even {
padding-left:12.5px!important;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style1.bloglayouts-bp-vc-blogs-2-col .bloglayouts-bp-vc-element-blogs-article-container article:first-child, 
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style1.bloglayouts-bp-vc-blogs-2-col .bloglayouts-bp-vc-element-blogs-article-container article:nth-child(2) {
border-top:0;
padding-top:0;
margin-top:0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-3-col .bloglayouts-bp-vc-element-blogs-article-container article {
margin-right: 25px;
width: calc(33.33333333% - 25px);
margin-top: 25px;
padding-top: 25px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-3-col .bloglayouts-bp-vc-element-blogs-article-container article:first-child, 
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-3-col .bloglayouts-bp-vc-element-blogs-article-container article:nth-child(2),
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-3-col .bloglayouts-bp-vc-element-blogs-article-container article:nth-child(3) {
border-top:0;
padding-top:0;
margin-top:0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style1 .article-comment a {
font-size:13px;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-3-col .bloglayouts-bp-vc-element-blogs-article-container {
width: calc(100% + 25px);
} @media screen and (max-width: 1100px) {
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-3-col .bloglayouts-bp-vc-element-blogs-article-container {
width:100%;
margin:0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-3-col .bloglayouts-bp-vc-element-blogs-article-container .bloglayouts-clear {
clear:none;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-3-col .bloglayouts-bp-vc-element-blogs-article-container article {
margin-bottom:50px;
margin-top:0;
padding-top:0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-3-col .bloglayouts-bp-vc-element-blogs-article-container article.vc-element-post-odd {
padding-right:12.5px!important;
width:50%!important;
margin-right:0;
clear:both;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-3-col .bloglayouts-bp-vc-element-blogs-article-container article.vc-element-post-even {
padding-left:12.5px!important;
width:50%!important;
margin-right:0;
}	
}
@media screen and (max-width: 650px) {
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-2-col .bloglayouts-bp-vc-element-blogs-article-container article,
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-2-col .bloglayouts-bp-vc-element-blogs-article-container article.vc-element-post-odd,
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-2-col .bloglayouts-bp-vc-element-blogs-article-container article.vc-element-post-even {
margin-top:0;
padding:0!important;
width:100%!important;
} 
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style1.bloglayouts-bp-vc-blogs-2-col .bloglayouts-bp-vc-element-blogs-article-container article:nth-child(2),
.bloglayouts-bp-blogs-style4.bloglayouts-bp-vc-blogs-2-col article:nth-child(2),
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4.bloglayouts-bp-vc-blogs-2-col .bloglayouts-bp-vc-element-blogs-article-container article.vc-element-post-even {
margin-top:50px;
}	
}
@media screen and (max-width: 650px) {
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-3-col,
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style2.bloglayouts-bp-vc-blogs-3-col,
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4.bloglayouts-bp-vc-blogs-3-col {
margin-bottom:0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-3-col .bloglayouts-bp-vc-element-blogs-article-container article,
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-3-col .bloglayouts-bp-vc-element-blogs-article-container article.vc-element-post-odd,
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-3-col .bloglayouts-bp-vc-element-blogs-article-container article.vc-element-post-even {
padding:0!important;
width:100%!important;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-3-col .bloglayouts-bp-vc-element-blogs-article-container article {
margin-bottom:0;
margin-top:0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style1.bloglayouts-bp-vc-blogs-3-col .bloglayouts-bp-vc-element-blogs-article-container article:nth-child(1) {
margin-top:0;
}
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style1.bloglayouts-bp-vc-blogs-3-col .bloglayouts-bp-vc-element-blogs-article-container article:nth-child(2),
.bloglayouts-bp-blogs-style4.bloglayouts-bp-vc-blogs-3-col article:nth-child(2),
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-blogs-style4.bloglayouts-bp-vc-blogs-3-col .bloglayouts-bp-vc-element-blogs-article-container article.vc-element-post-even,
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-3-col .bloglayouts-bp-vc-element-blogs-article-container article:nth-child(3),
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-3-col .bloglayouts-bp-vc-element-blogs-article-container article.vc-element-post-odd,
.bloglayouts-bp-vc-element-blogs.bloglayouts-bp-vc-blogs-3-col .bloglayouts-bp-vc-element-blogs-article-container article.vc-element-post-even {
margin-top:50px;
}	
}
.bloglayouts-bp-vc-element-blogs .bloglayouts-bp-vc-element-carousel-blog.owl-theme .owl-controls .owl-nav [class*=owl-] {
padding:8px 14px;
font-size:14px;
color:#747474;
}
.bloglayouts-bp-vc-element-blogs .bloglayouts-bp-vc-element-carousel-blog.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
color:#009688;  
}
.bloglayouts-bp-vc-element-blogs .bloglayouts-bp-vc-element-carousel-blog.owl-theme .owl-controls .owl-nav [class*=owl-] i {
margin-right:0;
}
.bloglayouts-bp-vc-element-blogs .bloglayouts-bp-vc-element-carousel-blog.owl-theme .owl-dots .owl-dot span,
.bloglayouts-bp-vc-element-blogs .bloglayouts-bp-vc-element-carousel-blog.owl-theme .owl-dots .owl-dot.active span {
background:#009688;
}
.bloglayouts-bp-vc-element-blogs .bloglayouts-bp-vc-element-carousel-blog .owl-controls .owl-prev {
position:absolute;
left:0;
top:50%;
margin-top:-15.5px;
opacity:0;
transition: opacity .3s ease-in;
}
.bloglayouts-bp-vc-element-blogs .bloglayouts-bp-vc-element-carousel-blog .owl-controls .owl-next {
position:absolute;
right:0;
top:50%;
margin-top:-15.5px;
opacity:0;
transition: opacity .3s ease-in;
}
.bloglayouts-bp-vc-element-carousel-blog-pagination-true.bloglayouts-bp-vc-element-carousel-blog .owl-controls .owl-next,
.bloglayouts-bp-vc-element-carousel-blog-pagination-true.bloglayouts-bp-vc-element-carousel-blog .owl-controls .owl-prev {
margin-top:-27.5px;
}
.bloglayouts-bp-vc-element-blogs .bloglayouts-bp-vc-element-carousel-blog .owl-dots {
opacity:0;	
transition: opacity .3s ease-in;
} 
.bloglayouts-bp-vc-element-blogs .bloglayouts-bp-vc-element-carousel-blog.owl-theme .owl-controls {
margin:0;
}
.bloglayouts-bp-vc-element-blogs .bloglayouts-bp-vc-element-carousel-blog:hover .owl-controls .owl-prev,
.bloglayouts-bp-vc-element-blogs .bloglayouts-bp-vc-element-carousel-blog:hover .owl-controls .owl-next,
.bloglayouts-bp-vc-element-blogs .bloglayouts-bp-vc-element-carousel-blog:hover .owl-dots {
opacity:1;	
transition: opacity .3s ease-in;
} 
.bloglayouts-bp-vc-element-blogs .bloglayouts-bp-vc-element-carousel-blog.owl-theme .owl-dots .owl-dot span {
border-radius:0;
opacity:0.3;
}
.bloglayouts-bp-vc-element-blogs .bloglayouts-bp-vc-element-carousel-blog.owl-theme .owl-dots .owl-dot.active span {
opacity:1;
}
.bloglayouts-bp-vc-element-blogs .bloglayouts-bp-vc-element-carousel-blog.owl-theme .owl-controls .owl-nav [class*=owl-]:hover { transition: all .3s ease-in; }
.bloglayouts-bp-vc-element-blogs .bloglayouts-bp-vc-element-carousel-blog.owl-theme .owl-controls .owl-nav [class*=owl-] { transition: all .3s ease-in; }  
.adte-faq .ui-state-active .ui-icon, 
.adte-faq .ui-button:active .ui-icon {
background:none;
}
.adte-faq .ui-icon {
text-indent: initial;
}
.adte-faq .ui-icon {
margin-right:10px;
}
.adte-faq .ui-widget-content {
line-height: 1.5em;
}
.adte-faq.adte-faq-style2 .ui-widget-content {
margin:10px 0;
}
.adte-faq.adte-faq-rtl.ui-accordion .ui-accordion-header .ui-icon { 
position: absolute; 
left: 100%; 
margin-left: -30px; 
top: 50%; 
margin-top: -8px; 
}
.adte-faq.adte-faq-rtl .ui-accordion-icons .ui-accordion-header a { 
padding-left: 1em; 
}
.adte-faq.adte-faq-rtl .ui-state-default, 
.adte-faq.adte-faq-rtl .ui-widget-content .ui-state-default, 
.adte-faq.adte-faq-rtl .ui-widget-header .ui-state-default, 
.adte-faq.adte-faq-rtl .ui-button, 
html .adte-faq.adte-faq-rtl .ui-button.ui-state-disabled:hover, 
html .adte-faq.adte-faq-rtl .ui-button.ui-state-disabled:active {
text-align:right;
padding-right:50px;
}
.adte-faq.adte-faq-rtl .ui-widget-content {
text-align:right;
}
.fg_clear {
clear:both;
}
.gallery.fastcarousel {
margin-bottom: 20px;
text-rendering:optimizelegibility;
}
.fg-gallery-item a {
display:block;
}
.gallery.fastcarousel .fg-gallery-caption {
font-style:normal;
font-size: 12px;
font-style: normal;
line-height: 1.5;	
}
.fastcarousel .fg-gallery-item {
float: left;
margin: 0 4px 4px 0!important;
overflow: hidden;
position: relative;
-moz-hyphens: none;
word-wrap: normal;
}
.fastcarousel.gallery .fastcarousel-gallery-icon .fg_zoom {
position:relative;
overflow:hidden;
}
.fastcarousel.gallery .fastcarousel-gallery-icon {
overflow:hidden;
position:relative;
}
.fastcarousel.gallery {
line-height:0;
margin:0;
padding:0;
}
.fastcarousel.gallery .fastcarousel-gallery-icon img {
width:100%;
max-width:100%;
padding:0;
height:auto;
border:0px;	
}
.fastcarousel.gallery .fastcarousel-gallery-icon .fg_zoom a {
position:absolute;
bottom:0;
font-size: 20px;
position: absolute;
text-decoration: none;
opacity:0;
height:100%;
width:100%;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;			
}
.fastcarousel .fg-gallery-item a, .fastcarousel .fg-gallery-caption {
width:100%;
max-width:100%;	
overflow:hidden;
border:0;
}
.fastcarousel.gallery-columns-1 .fg-gallery-item {
max-width: 100%;
}
.fastcarousel.gallery-columns-2 .fg-gallery-item {
max-width: 48%;
max-width: -webkit-calc(50% - 4px);
max-width:         calc(50% - 4px);
}
.fastcarousel.gallery-columns-3 .fg-gallery-item {
max-width: 32%;
max-width: -webkit-calc(33.3% - 4px);
max-width:         calc(33.3% - 4px);
}
.fastcarousel.gallery-columns-4 .fg-gallery-item {
max-width: 23%;
max-width: -webkit-calc(25% - 4px);
max-width:         calc(25% - 4px);
}
.fastcarousel.gallery-columns-5 .fg-gallery-item {
max-width: 19%;
max-width: -webkit-calc(20% - 4px);
max-width:         calc(20% - 4px);
}
.fastcarousel.gallery-columns-6 .fg-gallery-item {
max-width: 15%;
max-width: -webkit-calc(16.7% - 4px);
max-width:         calc(16.7% - 4px);
}
.fastcarousel.gallery-columns-7 .fg-gallery-item {
max-width: 13%;
max-width: -webkit-calc(14.28% - 4px);
max-width:         calc(14.28% - 4px);
}
.fastcarousel.gallery-columns-8 .fg-gallery-item {
max-width: 11%;
max-width: -webkit-calc(12.5% - 4px);
max-width:         calc(12.5% - 4px);
}
.fastcarousel.gallery-columns-9 .fg-gallery-item {
max-width: 9%;
max-width: -webkit-calc(11.1% - 4px);
max-width:         calc(11.1% - 4px);
}
@media only screen and (min-width : 1025px) {
.fastcarousel.gallery-columns-1 .fg-gallery-item:nth-of-type(1n),
.fastcarousel.gallery-columns-2 .fg-gallery-item:nth-of-type(2n),
.fastcarousel.gallery-columns-3 .fg-gallery-item:nth-of-type(3n),
.fastcarousel.gallery-columns-4 .fg-gallery-item:nth-of-type(4n),
.fastcarousel.gallery-columns-5 .fg-gallery-item:nth-of-type(5n),
.fastcarousel.gallery-columns-6 .fg-gallery-item:nth-of-type(6n),
.fastcarousel.gallery-columns-7 .fg-gallery-item:nth-of-type(7n),
.fastcarousel.gallery-columns-8 .fg-gallery-item:nth-of-type(8n),
.fastcarousel.gallery-columns-9 .fg-gallery-item:nth-of-type(9n) {
margin-right: 0!important;
}
}
.fastcarousel.gallery-columns-1.gallery-size-medium figure.fg-gallery-item:nth-of-type(1n+1),
.fastcarousel.gallery-columns-1.gallery-size-thumbnail figure.fg-gallery-item:nth-of-type(1n+1),
.fastcarousel.gallery-columns-2.gallery-size-thumbnail figure.fg-gallery-item:nth-of-type(2n+1),
.fastcarousel.gallery-columns-3.gallery-size-thumbnail figure.fg-gallery-item:nth-of-type(3n+1) {
clear: left;
}
.fastcarousel .fg-gallery-item:hover .fg-gallery-caption {
opacity: 1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.gallery-columns-6 .fg-gallery-caption,
.fastcarousel.gallery-columns-7 .fg-gallery-caption,
.fastcarousel.gallery-columns-8 .fg-gallery-caption,
.fastcarousel.gallery-columns-9 .fg-gallery-caption {
display: none;
}
.fastcarousel.gallery-columns-6 .fastcarousel-gallery-icon:hover .fg-zoom-icon,
.fastcarousel.gallery-columns-7 .fastcarousel-gallery-icon:hover .fg-zoom-icon,
.fastcarousel.gallery-columns-8 .fastcarousel-gallery-icon:hover .fg-zoom-icon,
.fastcarousel.gallery-columns-9 .fastcarousel-gallery-icon:hover .fg-zoom-icon {
font-size:15px!important;
margin-top:-7.5px!important;
margin-left:-7.5px!important;
}
.fastcarousel.gallery-columns-6 .fastcarousel-gallery-icon .fg-zoom-icon,
.fastcarousel.gallery-columns-7 .fastcarousel-gallery-icon .fg-zoom-icon,
.fastcarousel.gallery-columns-8 .fastcarousel-gallery-icon .fg-zoom-icon,
.fastcarousel.gallery-columns-9 .fastcarousel-gallery-icon .fg-zoom-icon {
font-size:15px!important;
margin-top:-7.5px!important;
margin-left:-7.5px!important;
top:50%;
position:absolute;
} .fastcarousel.gallery.fg_style1 .fastcarousel-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
}
.fastcarousel.gallery.fg_style1 .fastcarousel-gallery-icon:hover img {
transform:         scale(1.2); -moz-transform:    scale(1.2); -webkit-transform: scale(1.2); -o-transform:      scale(1.2); -ms-transform:     scale(1.2); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastcarousel.fg_style1 .fg-gallery-caption {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0;
height: 50px;
opacity: 0;
padding: 6px 8px;
position: absolute;
bottom: 0px;
left: 0;
text-align: left;
width: 100%;
display:table;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.fg_style1 .caption-container {
display:table-cell;
vertical-align:middle;
}
.fastcarousel.gallery.fg_style1 .fastcarousel-gallery-icon .fg-zoom-icon {
position:absolute;
top:50%;
left:50%;
margin-left:-10px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastcarousel.gallery.fg_style1 .fastcarousel-gallery-icon .fg_zoom:hover a {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.gallery.fg_style1 .fastcarousel-gallery-icon.no-caption .fg-zoom-icon {
margin-top:-10px;
} .fastcarousel.gallery.fg_style2 .fastcarousel-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
}
.fastcarousel.gallery.fg_style2 .fastcarousel-gallery-icon:hover img {
transform:         scale(1.2); -moz-transform:    scale(1.2); -webkit-transform: scale(1.2); -o-transform:      scale(1.2); -ms-transform:     scale(1.2); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastcarousel.fg_style2 .fg-gallery-caption {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0;
max-height: 50%;
padding: 6px 8px;
position: relative;
text-align: center;
width: 100%;
display:table;
}
.fastcarousel.fg_style2 .caption-container {
display:table-cell;
vertical-align:middle;
}
.fastcarousel.gallery.fg_style2 .fastcarousel-gallery-icon .fg-zoom-icon {
position:absolute;
top:50%;
left:50%;
margin-left:-10px;    
margin-top: -10px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastcarousel.gallery.fg_style2 .fastcarousel-gallery-icon .fg_zoom:hover a {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
} .fastcarousel.gallery.fg_style3 .fg_zoom {
border:0;
-webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-ms-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;	
}
.fastcarousel.gallery.fg_style3 .fg_zoom:hover {
-moz-box-sizing:border-box;
box-sizing:border-box;	
-webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-ms-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;	
}
.fastcarousel.gallery.fg_style3 .fastcarousel-gallery-icon:hover .fg-gallery-caption {
color: #FFFFFF;
transform: translate3d(0px, -30px, 0px);
}
.fastcarousel.gallery.fg_style3 .fastcarousel-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
transform:         scale(1); -moz-transform:    scale(1); -webkit-transform: scale(1); -o-transform:      scale(1); -ms-transform:     scale(1); }
.fastcarousel.gallery.fg_style3 .fastcarousel-gallery-icon:hover img {
border-radius:0;
transform:         scale(0.9); -moz-transform:    scale(0.9); -webkit-transform: scale(0.9); -o-transform:      scale(0.9); -ms-transform:     scale(0.9); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastcarousel.fg_style3 .fg-gallery-caption {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0;
max-height: 50px;
opacity: 1;
padding: 6px 8px;
position: absolute;
bottom: 0px;
left: 0;
text-align: left;
width: 100%;
display:table;
text-align:center;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.fg_style3 .caption-container {
display:table-cell;
vertical-align:middle;
} .fastcarousel.gallery.fg_style4 .fastcarousel-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
}
.fastcarousel.gallery.fg_style4 .fastcarousel-gallery-icon:hover img {
transform:         scale(1.2); -moz-transform:    scale(1.2); -webkit-transform: scale(1.2); -o-transform:      scale(1.2); -ms-transform:     scale(1.2); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastcarousel.fg_style4 .fg-gallery-caption {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
font-size: 12px;
line-height: 1.5;
margin: 0;
height: 50px;
opacity: 0;
padding: 6px 8px;
position: absolute;
top:50%;
left:0%;
width: 100%;
display:table;
text-align:center;
background:none!important;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.fg_style4 .caption-container {
display:table-cell;
vertical-align:middle;
}
.fastcarousel.gallery.fg_style4 .fastcarousel-gallery-icon .fg-zoom-icon {
position:absolute;
top:50%;
left:50%;
margin-left:-10px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastcarousel.gallery.fg_style4 .fastcarousel-gallery-icon .fg_zoom:hover a,
.fastcarousel.gallery.fg_style4 .fastcarousel-gallery-icon .fg_zoom.fg_over a {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.gallery.fg_style4 .fastcarousel-gallery-icon.no-caption .fg-zoom-icon {
margin-top:-10px;
} .fastcarousel.gallery.fg_style5 .fastcarousel-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px;
transform:         scale(1) rotate(0deg); -moz-transform:    scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); -o-transform:      scale(1) rotate(0deg); -ms-transform:     scale(1) rotate(0deg); }
.fastcarousel.gallery.fg_style5 .fastcarousel-gallery-icon:hover img {
transform:         scale(1.2) rotate(15deg); -moz-transform:    scale(1.2) rotate(15deg); -webkit-transform: scale(1.2) rotate(15deg); -o-transform:      scale(1.2) rotate(15deg); -ms-transform:     scale(1.2) rotate(15deg); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastcarousel.fg_style5 .fg-gallery-caption {
display:none;	
}
.fastcarousel.gallery.fg_style5 .fastcarousel-gallery-icon .fg-zoom-icon {
position:absolute;
top:50%;
left:50%;
margin-left:-10px;    
margin-top: -15px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastcarousel.gallery.fg_style5 .fastcarousel-gallery-icon .icon-plus:before {
content: "\e6ef"!important;		
}
.fastcarousel.gallery.fg_style5 .fastcarousel-gallery-icon .fg_zoom:hover a {
opacity:1;
transfom: 		   scale(1.2) rotate(15deg);
-moz-transform:    scale(1.2) rotate(15deg); -webkit-transform: scale(1.2) rotate(15deg); -o-transform:      scale(1.2) rotate(15deg); -ms-transform:     scale(1.2) rotate(15deg); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.gallery.fg_style1 .fastcarousel-gallery-icon.no-caption .fg-zoom-icon {
margin-top:-10px;
} .fastcarousel.gallery.fg_style6 .fastcarousel-gallery-icon:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:50%;
margin-left:-15px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastcarousel.gallery.fg_style6 .fastcarousel-gallery-icon .fg-zoom-icon {
left:-100%;
top:50%;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
margin-left:-15px;    
margin-top: -35px;	
}
.fastcarousel.gallery.fg_style6 .fastcarousel-gallery-icon.no-caption:hover .fg-zoom-icon {
margin-top: -15px;	
top:50%;
left:50%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.gallery.fg_style6 .fastcarousel-gallery-icon.no-caption .fg-zoom-icon
{
margin-top: -15px;	
top:50%;
left:-100%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
position:absolute;	
}
.fastcarousel.fg_style6 .fg-gallery-caption {
position:absolute;
right:-100%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
top:50%;
background:none!important;
}
.fastcarousel.fg_style6 .fastcarousel-gallery-icon:hover .fg-gallery-caption {
right:0;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastcarousel.gallery.fg_style6 .fastcarousel-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
}
.fastcarousel.gallery.fg_style6 .fastcarousel-gallery-icon:hover img {
transform:         scale(1.2); -moz-transform:    scale(1.2); -webkit-transform: scale(1.2); -o-transform:      scale(1.2); -ms-transform:     scale(1.2); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastcarousel.gallery.fg_style6 .fastcarousel-gallery-icon .fg_zoom:hover a, 
.fastcarousel.gallery.fg_style6 .fastcarousel-gallery-icon .fg_zoom.fg_over a,
.fastcarousel.gallery.fg_style6 .fastcarousel-gallery-icon.no-caption .fg_zoom:hover a {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
} .fastcarousel.gallery.fg_style7 .fastcarousel-gallery-icon:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:50%;
margin-left:-15px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastcarousel.gallery.fg_style7 .fastcarousel-gallery-icon .fg-zoom-icon {
left:-100%;
top:50%;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
margin-left:-15px;    
margin-top: -35px;	
}
.fastcarousel.gallery.fg_style7 .fastcarousel-gallery-icon.no-caption:hover .fg-zoom-icon {
margin-top: -15px;	
top:50%;
left:50%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.gallery.fg_style7 .fastcarousel-gallery-icon.no-caption .fg-zoom-icon
{
margin-top: -15px;	
top:50%;
left:-100%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
position:absolute;	
}
.fastcarousel.fg_style7 .fg-gallery-caption {
position:absolute;
right:-100%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
top:50%;
background:none!important;
}
.fastcarousel.fg_style7 .fastcarousel-gallery-icon:hover .fg-gallery-caption {
right:0;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastcarousel.gallery.fg_style7 .fastcarousel-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
}
.fastcarousel.gallery.fg_style7 .fastcarousel-gallery-icon:hover img {
transform:         scale(1.2); -moz-transform:    scale(1.2); -webkit-transform: scale(1.2); -o-transform:      scale(1.2); -ms-transform:     scale(1.2); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastcarousel.gallery.fg_style7 .fastcarousel-gallery-icon .fg_zoom a {
bottom:-100%;	
}
.fastcarousel.gallery.fg_style7 .fastcarousel-gallery-icon .fg_zoom:hover a, 
.fastcarousel.gallery.fg_style7 .fastcarousel-gallery-icon .fg_zoom.fg_over a,
.fastcarousel.gallery.fg_style7 .fastcarousel-gallery-icon.no-caption .fg_zoom:hover a {
opacity:1;
bottom:0;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
} .fastcarousel.gallery.fg_style8 .fastcarousel-gallery-icon:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:50%;
margin-left:-15px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastcarousel.gallery.fg_style8 .fastcarousel-gallery-icon .fg-zoom-icon {
left:-100%;
top:50%;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
margin-left:-15px;    
margin-top: -35px;	
}
.fastcarousel.gallery.fg_style8 .fastcarousel-gallery-icon.no-caption:hover .fg-zoom-icon {
margin-top: -15px;	
top:50%;
left:50%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.gallery.fg_style8 .fastcarousel-gallery-icon.no-caption .fg-zoom-icon
{
margin-top: -15px;	
top:50%;
left:-100%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
position:absolute;	
}
.fastcarousel.fg_style8 .fg-gallery-caption {
position:absolute;
right:-100%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
top:50%;
background:none!important;
}
.fastcarousel.fg_style8 .fastcarousel-gallery-icon:hover .fg-gallery-caption {
right:0;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastcarousel.gallery.fg_style8 .fastcarousel-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
}
.fastcarousel.gallery.fg_style8 .fastcarousel-gallery-icon:hover img {
transform:         scale(1.2); -moz-transform:    scale(1.2); -webkit-transform: scale(1.2); -o-transform:      scale(1.2); -ms-transform:     scale(1.2); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastcarousel.gallery.fg_style8 .fastcarousel-gallery-icon .fg_zoom a {
transform:         scale(0); -moz-transform:    scale(0); -webkit-transform: scale(0); -o-transform:      scale(0); -ms-transform:     scale(0); }
.fastcarousel.gallery.fg_style8 .fastcarousel-gallery-icon .fg_zoom:hover a, 
.fastcarousel.gallery.fg_style8 .fastcarousel-gallery-icon .fg_zoom.fg_over a,
.fastcarousel.gallery.fg_style8 .fastcarousel-gallery-icon.no-caption .fg_zoom:hover a {
opacity:1;
transform:         scale(1); -moz-transform:    scale(1); -webkit-transform: scale(1); -o-transform:      scale(1); -ms-transform:     scale(1); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
} .fastcarousel.gallery.fg_style9 .fastcarousel-gallery-icon:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:50%;
margin-left:-15px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastcarousel.gallery.fg_style9 .fastcarousel-gallery-icon .fg-zoom-icon {
left:50%;
top:-100%;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
margin-left:-15px;    
margin-top: -35px;	
}
.fastcarousel.gallery.fg_style9 .fastcarousel-gallery-icon.no-caption:hover .fg-zoom-icon {
margin-top: -15px;	
top:50%;
left:50%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
margin-left:-15px;    			
}
.fastcarousel.gallery.fg_style9 .fastcarousel-gallery-icon.no-caption .fg-zoom-icon
{
margin-top: -15px;	
top:50%;
left:50%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
position:absolute;	
}
.fastcarousel.fg_style9 .fg-gallery-caption {
position:absolute;
bottom:-100%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
background:none!important;
}
.fastcarousel.fg_style9 .fastcarousel-gallery-icon:hover .fg-gallery-caption {
bottom:50%;
margin-bottom:-50px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastcarousel.gallery.fg_style9 .fastcarousel-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
}
.fastcarousel.gallery.fg_style9 .fastcarousel-gallery-icon:hover img {
transform:         scale(1.2); -moz-transform:    scale(1.2); -webkit-transform: scale(1.2); -o-transform:      scale(1.2); -ms-transform:     scale(1.2); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastcarousel.gallery.fg_style9 .fastcarousel-gallery-icon .fg_zoom a {
transform:         scale(0); -moz-transform:    scale(0); -webkit-transform: scale(0); -o-transform:      scale(0); -ms-transform:     scale(0); }
.fastcarousel.gallery.fg_style9 .fastcarousel-gallery-icon .fg_zoom:hover a, 
.fastcarousel.gallery.fg_style9 .fastcarousel-gallery-icon .fg_zoom.fg_over a,
.fastcarousel.gallery.fg_style9 .fastcarousel-gallery-icon.no-caption .fg_zoom:hover a {
opacity:1;
transform:         scale(1); -moz-transform:    scale(1); -webkit-transform: scale(1); -o-transform:      scale(1); -ms-transform:     scale(1); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
} .fastcarousel.gallery.fg_style10 .fastcarousel-gallery-icon:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:50%;
margin-left:-15px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastcarousel.gallery.fg_style10 .fastcarousel-gallery-icon .fg-zoom-icon {
left:50%;
top:-100%;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
margin-left:-15px;    
margin-top: -35px;	
}
.fastcarousel.gallery.fg_style10 .fastcarousel-gallery-icon.no-caption:hover .fg-zoom-icon {
margin-top: -15px;		
margin-left:-15px;
top:50%;
left:50%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
}
.fastcarousel.gallery.fg_style10 .fastcarousel-gallery-icon.no-caption .fg-zoom-icon
{
margin-top: -15px;	
top:50%;
left:50%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
position:absolute;	
}
.fastcarousel.fg_style10 .fg-gallery-caption {
position:absolute;
bottom:0;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
background:none!important;
}
.fastcarousel.gallery.fg_style10 .fastcarousel-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
}
.fastcarousel.gallery.fg_style10 .fastcarousel-gallery-icon:hover img {
transform:         scale(1.2); -moz-transform:    scale(1.2); -webkit-transform: scale(1.2); -o-transform:      scale(1.2); -ms-transform:     scale(1.2); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastcarousel.gallery.fg_style10 .fastcarousel-gallery-icon .fg_zoom a {
transform:         scale(0); -moz-transform:    scale(0); -webkit-transform: scale(0); -o-transform:      scale(0); -ms-transform:     scale(0); }
.fastcarousel.gallery.fg_style10 .fastcarousel-gallery-icon .fg_zoom:hover a, 
.fastcarousel.gallery.fg_style10 .fastcarousel-gallery-icon .fg_zoom.fg_over a,
.fastcarousel.gallery.fg_style10 .fastcarousel-gallery-icon.no-caption .fg_zoom:hover a {
opacity:1;
transform:         scale(1); -moz-transform:    scale(1); -webkit-transform: scale(1); -o-transform:      scale(1); -ms-transform:     scale(1); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
} .fastcarousel.gallery.fg_style11 .fastcarousel-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
}
.fastcarousel.gallery.fg_style11 .fastcarousel-gallery-icon:hover img {
transform:         scale(1.2); -moz-transform:    scale(1.2); -webkit-transform: scale(1.2); -o-transform:      scale(1.2); -ms-transform:     scale(1.2); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastcarousel.fg_style11 .fg-gallery-caption {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0;
height: 100%;
opacity: 0;
padding: 6px 8px;
position: absolute;
bottom: 0px;
right: 0;
text-align: left;
width: 50%;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.gallery.fg_style11 .fastcarousel-gallery-icon .fg_zoom a {
width:50%;
}
.fastcarousel.fg_style11 .caption-container {
display:table-cell;
vertical-align:middle;
}
.fastcarousel.gallery.fg_style11 .fastcarousel-gallery-icon .fg-zoom-icon {
position:absolute;
top:50%;
left:50%;
margin-left:-10px;    
margin-top: -10px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastcarousel.gallery.fg_style11 .fastcarousel-gallery-icon:hover .fg_zoom a {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.gallery.fg_style11 .fastcarousel-gallery-icon.no-caption .fg-zoom-icon {
margin-top:-10px;
} .fastcarousel.gallery.fg_style12 .fastcarousel-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
}
.fastcarousel.gallery.fg_style12 .fastcarousel-gallery-icon:hover img {
transform:         scale(1.2); -moz-transform:    scale(1.2); -webkit-transform: scale(1.2); -o-transform:      scale(1.2); -ms-transform:     scale(1.2); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastcarousel.fg_style12 .fg-gallery-caption {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0;
height: 100%;
opacity: 0;
padding: 6px 8px;
position: absolute;
bottom: 0px;
left: 0;
text-align: left;
width: 50%;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.gallery.fg_style12 .fastcarousel-gallery-icon .fg_zoom a {
width:50%;
right:0;
}
.fastcarousel.fg_style12 .caption-container {
display:table-cell;
vertical-align:middle;
}
.fastcarousel.gallery.fg_style12 .fastcarousel-gallery-icon .fg-zoom-icon {
position:absolute;
top:50%;
left:50%;
margin-left:-10px;    
margin-top: -10px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastcarousel.gallery.fg_style12 .fastcarousel-gallery-icon:hover .fg_zoom a {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.gallery.fg_style12 .fastcarousel-gallery-icon.no-caption .fg-zoom-icon {
margin-top:-10px;
} .fg_no_style .fg-gallery-caption {
display:none;	
}
.fg_no_style.fg_over_image_on .fastcarousel-gallery-icon:hover img {
transform:         scale(1.2)!important;
-moz-transform:    scale(1.2)!important; 
-webkit-transform: scale(1.2)!important;
-o-transform:      scale(1.2)!important;
-ms-transform:     scale(1.2)!important;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		 		
}
.fg_no_style.fg_over_image_on .fastcarousel-gallery-icon img {
transform:         scale(1.0)!important;
-moz-transform:    scale(1.0)!important; 
-webkit-transform: scale(1.0)!important;
-o-transform:      scale(1.0)!important;
-ms-transform:     scale(1.0)!important;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		 		
} .fg_over_image_off .fastcarousel-gallery-icon:hover img {
transform:         scale(1.0)!important;
-moz-transform:    scale(1.0)!important; 
-webkit-transform: scale(1.0)!important;
-o-transform:      scale(1.0)!important;
-ms-transform:     scale(1.0)!important;		
} @media screen and (max-width: 639px) {
.fastcarousel.fg_responsive.gallery-columns-1 .fg-gallery-item,
.fastcarousel.fg_responsive.gallery-columns-2 .fg-gallery-item,
.fastcarousel.fg_responsive.gallery-columns-3 .fg-gallery-item,
.fastcarousel.fg_responsive.gallery-columns-4 .fg-gallery-item,
.fastcarousel.fg_responsive.gallery-columns-5 .fg-gallery-item,
.fastcarousel.fg_responsive.gallery-columns-6 .fg-gallery-item,	
.fastcarousel.fg_responsive.gallery-columns-7 .fg-gallery-item,
.fastcarousel.fg_responsive.gallery-columns-8 .fg-gallery-item,	
.fastcarousel.fg_responsive.gallery-columns-9 .fg-gallery-item {
max-width: 100%!important;
float:none!important;
width:100%!important;
}
.fastcarousel.gallery {
width:100%!important;
}
} @media only screen and (min-width : 640px) and (max-width : 1024px) {
.fastcarousel.fg_responsive.gallery-columns-1 .fg-gallery-item,
.fastcarousel.fg_responsive.gallery-columns-2 .fg-gallery-item,
.fastcarousel.fg_responsive.gallery-columns-3 .fg-gallery-item,
.fastcarousel.fg_responsive.gallery-columns-4 .fg-gallery-item,
.fastcarousel.fg_responsive.gallery-columns-5 .fg-gallery-item,
.fastcarousel.fg_responsive.gallery-columns-6 .fg-gallery-item,	
.fastcarousel.fg_responsive.gallery-columns-7 .fg-gallery-item,
.fastcarousel.fg_responsive.gallery-columns-8 .fg-gallery-item,	
.fastcarousel.fg_responsive.gallery-columns-9 .fg-gallery-item {
max-width: 48.5%!important;
width:48.5%!important;
margin-right:1%!important;
}
.fastcarousel.gallery {
width:100%!important;
}	
} @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) { 
.fastcarousel.fg_responsive.gallery-columns-1 .fg-gallery-item,
.fastcarousel.fg_responsive.gallery-columns-2 .fg-gallery-item,
.fastcarousel.fg_responsive.gallery-columns-3 .fg-gallery-item,
.fastcarousel.fg_responsive.gallery-columns-4 .fg-gallery-item,
.fastcarousel.fg_responsive.gallery-columns-5 .fg-gallery-item,
.fastcarousel.fg_responsive.gallery-columns-6 .fg-gallery-item,	
.fastcarousel.fg_responsive.gallery-columns-7 .fg-gallery-item,
.fastcarousel.fg_responsive.gallery-columns-8 .fg-gallery-item,	
.fastcarousel.fg_responsive.gallery-columns-9 .fg-gallery-item {
max-width: 48.5%!important;
width:48.5%!important;
margin-right:1%;
}
.fastcarousel.gallery {
width:100%!important;
}	
} .fastcarousel.fg_style1.fotorama .fotorama__html > div {
position:absolute;
bottom:0;
width:100%;
}
.fastcarousel.fg_style2.fotorama .fotorama__html > div {
position:absolute;
top:0;
width:100%;
}
.fastcarousel.fg_style3.fotorama .fotorama__html > div {
position:absolute;
bottom:0;
width:100%;
}
.fastcarousel.fg_style4.fotorama .fotorama__html > div {
position:absolute;
top:0;
width:100%;
}
.fastcarousel.fg_style5.fotorama .fotorama__html > div {
position:absolute;
bottom:0;
width:100%;
}
.fastcarousel.fg_style6.fotorama .fotorama__html > div {
position:absolute;
top:0;
width:100%;
}
.fastcarousel.fg_style7.fotorama .fotorama__html > div {
position:absolute;
bottom:0;
width:100%;
}
.fastcarousel.fg_style8.fotorama .fotorama__html > div {
position:absolute;
top:0;
width:100%;
}
.fastcarousel.fg_style9.fotorama .fotorama__html > div {
position:absolute;
top:0;
width:100%;
}
.fastcarousel.fg_style10.fotorama .fotorama__html > div {
position:absolute;
top:0;
width:100%;
}
.fastcarousel.fg_style11.fotorama .fotorama__html > div {
position:absolute;
bottom:0;
width:100%;
}
.fastcarousel.fg_style12.fotorama .fotorama__html > div {
position:absolute;
bottom:0;
width:100%;
} .fastcarousel.gallery-columns-3fg_thumbs_one .fg-gallery-item-thumbs-one {
max-width: 32%;
max-width: -webkit-calc(33.3% - 4px);
max-width:         calc(33.3% - 4px);
} #pbOverlay.hide {
display: block!important;
} .fotorama__wrap * {
box-sizing: content-box !important;
} .fastcarousel.fg_pagination_style1,
.fastcarousel.fg_pagination_style2 {
clear:both;	
margin-top:20px!important;
}
.fastcarousel ul.fg_pagination {
list-style:none;
text-align:center;
width:100%;
clear:both;
}
.fastcarousel ul.fg_pagination li {
display:inline-block;
padding:5px;
}
.fastcarousel ul.fg_pagination li a {
text-decoration:none;
border:0;
padding:5px 10px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel ul.fg_pagination li a:hover {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
} .fg-photoswipe figcaption {
display:none;	
}
.fg-photoswipe figure {
position:relative;
overflow:hidden;
}
.fg-photoswipe .fastcarousel-gallery-icon.fg_zoom a .fg-zoom-icon {
position:absolute;
bottom:0;
font-size: 20px;
position: absolute;
text-decoration: none;
opacity:0;
height:100%;
width:100%;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;			
}
.fastcarousel.gallery-columns-6 .fg-photoswipe .fastcarousel-gallery-icon:hover .fg-zoom-icon,
.fastcarousel.gallery-columns-7 .fg-photoswipe .fastcarousel-gallery-icon:hover .fg-zoom-icon,
.fastcarousel.gallery-columns-8 .fg-photoswipe .fastcarousel-gallery-icon:hover .fg-zoom-icon,
.fastcarousel.gallery-columns-9 .fg-photoswipe .fastcarousel-gallery-icon:hover .fg-zoom-icon {
font-size:15px!important;
margin-top:-7.5px!important;
margin-left:-7.5px!important;
}
.fastcarousel.gallery-columns-6 .fg-photoswipe .fastcarousel-gallery-icon .fg-zoom-icon,
.fastcarousel.gallery-columns-7 .fg-photoswipe .fastcarousel-gallery-icon .fg-zoom-icon,
.fastcarousel.gallery-columns-8 .fg-photoswipe .fastcarousel-gallery-icon .fg-zoom-icon,
.fastcarousel.gallery-columns-9 .fg-photoswipe .fastcarousel-gallery-icon .fg-zoom-icon {
font-size:15px!important;
margin-top:-7.5px!important;
margin-left:-7.5px!important;
top:50%;
position:absolute;
}
.fastcarousel.gallery.fg_style1 .fg-photoswipe .fastcarousel-gallery-icon .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
opacity:0;	
}
.fastcarousel.gallery.fg_style1 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom:hover .fg-zoom-icon {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.gallery.fg_style1 .fg-photoswipe .fastcarousel-gallery-icon.no-caption .fg-zoom-icon {
margin-top:-10px;
}
.fastcarousel.gallery.fg_style2 .fg-photoswipe .fastcarousel-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
}
.fastcarousel.gallery.fg_style2 .fg-photoswipe .fastcarousel-gallery-icon:hover img {
transform:         scale(1.2); -moz-transform:    scale(1.2); -webkit-transform: scale(1.2); -o-transform:      scale(1.2); -ms-transform:     scale(1.2); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastcarousel.fg_style2 .fg-photoswipe .fg-gallery-caption {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0;
max-height: 50%;
padding: 6px 8px;
position: relative;
text-align: center;
width: 100%;
display:table;
}
.fastcarousel.fg_style2 .fg-photoswipe .caption-container {
display:table-cell;
vertical-align:middle;
}
.fastcarousel.gallery.fg_style2 .fg-photoswipe .fastcarousel-gallery-icon .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -10px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastcarousel.gallery.fg_style2 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom:hover a .fg-zoom-icon {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.fg_style4 .fg-photoswipe .caption-container {
display:table-cell;
vertical-align:middle;
}
.fastcarousel.gallery.fg_style4 .fg-photoswipe .fastcarousel-gallery-icon .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastcarousel.gallery.fg_style4 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom:hover a .fg-zoom-icon,
.fastcarousel.gallery.fg_style4 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom.fg_over a .fg-zoom-icon,
.fastcarousel.gallery.fg_style4 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom:hover .fastcarousel-mask {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.gallery.fg_style4 .fg-photoswipe .fastcarousel-gallery-icon.no-caption .fg-zoom-icon {
margin-top:-10px;
}
.fg-photoswipe .fastcarousel-mask {
position:absolute;
bottom:0;
left:0;
width:100%;
height:100%;
z-index:1;
opacity:0;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.gallery.fg_style4 .fg-photoswipe .fastcarousel-gallery-icon .fg-zoom-icon,
.fastcarousel.fg_style4 .fg-photoswipe .fg-gallery-caption {
z-index:2;	
}
.fastcarousel.gallery.fg_style5 .fg-photoswipe .fastcarousel-gallery-icon .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -15px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
transform:         scale(1) rotate(0deg); -moz-transform:    scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); -o-transform:      scale(1) rotate(0deg); -ms-transform:     scale(1) rotate(0deg); }
.fastcarousel.gallery.fg_style5 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom:hover a .fg-zoom-icon,
.fastcarousel.gallery.fg_style5 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom:hover .fastcarousel-mask {
opacity:1;			
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.gallery.fg_style5 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom .fastcarousel-mask {
transfom: 		   scale(1.2) rotate(15deg);
-moz-transform:    scale(1.2) rotate(15deg); -webkit-transform: scale(1.2) rotate(15deg); -o-transform:      scale(1.2) rotate(15deg); -ms-transform:     scale(1.2) rotate(15deg); }
.fastcarousel.gallery.fg_style5 .fg-photoswipe .fastcarousel-gallery-icon .fg-zoom-icon,
.fastcarousel.fg_style5 .fg-photoswipe .fg-gallery-caption {
z-index:2;	
}
.fastcarousel.gallery.fg_style6 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom:hover a .fg-zoom-icon,
.fastcarousel.gallery.fg_style6 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom:hover .fastcarousel-mask {
opacity:1;			
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.gallery.fg_style6 .fg-photoswipe .fastcarousel-gallery-icon .fg-zoom-icon,
.fastcarousel.fg_style6 .fg-photoswipe .fg-gallery-caption {
z-index:2;	
}
.fastcarousel.gallery.fg_style6 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastcarousel.gallery.fg_style6 .fg-photoswipe .fastcarousel-gallery-icon.no-caption.fg_zoom:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -15px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastcarousel.gallery.fg_style7 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom .fastcarousel-mask {
bottom:-100%;
opacity:1;
}
.fastcarousel.gallery.fg_style7 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom:hover .fastcarousel-mask {
bottom:0;		
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastcarousel.gallery.fg_style7 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom:hover a .fg-zoom-icon {
opacity:1;			
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.gallery.fg_style7 .fg-photoswipe .fastcarousel-gallery-icon .fg-zoom-icon,
.fastcarousel.fg_style7 .fg-photoswipe .fg-gallery-caption {
z-index:2;	
}
.fastcarousel.gallery.fg_style7 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastcarousel.gallery.fg_style7 .fg-photoswipe .fastcarousel-gallery-icon.no-caption.fg_zoom:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -15px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastcarousel.gallery.fg_style8 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom .fastcarousel-mask {
transform:         scale(0); -moz-transform:    scale(0); -webkit-transform: scale(0); -o-transform:      scale(0); -ms-transform:     scale(0); opacity:1;
}
.fastcarousel.gallery.fg_style8 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom:hover .fastcarousel-mask {
transform:         scale(1); -moz-transform:    scale(1); -webkit-transform: scale(1); -o-transform:      scale(1); -ms-transform:     scale(1); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastcarousel.gallery.fg_style8 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom:hover a .fg-zoom-icon {
opacity:1;			
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.gallery.fg_style8 .fg-photoswipe .fastcarousel-gallery-icon .fg-zoom-icon,
.fastcarousel.fg_style8 .fg-photoswipe .fg-gallery-caption {
z-index:2;	
}
.fastcarousel.gallery.fg_style8 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastcarousel.gallery.fg_style8 .fg-photoswipe .fastcarousel-gallery-icon.no-caption.fg_zoom:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -15px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastcarousel.gallery.fg_style9 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom .fastcarousel-mask {
transform:         scale(0); -moz-transform:    scale(0); -webkit-transform: scale(0); -o-transform:      scale(0); -ms-transform:     scale(0); opacity:1;
}
.fastcarousel.gallery.fg_style9 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom:hover .fastcarousel-mask {
transform:         scale(1); -moz-transform:    scale(1); -webkit-transform: scale(1); -o-transform:      scale(1); -ms-transform:     scale(1); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastcarousel.gallery.fg_style9 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom:hover a .fg-zoom-icon {
opacity:1;			
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.gallery.fg_style9 .fg-photoswipe .fastcarousel-gallery-icon .fg-zoom-icon,
.fastcarousel.fg_style9 .fg-photoswipe .fg-gallery-caption {
z-index:2;	
}
.fastcarousel.gallery.fg_style9 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom .fg-zoom-icon {
position:absolute;
top:-100%;
left:0;
margin-left:0px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastcarousel.gallery.fg_style9 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastcarousel.gallery.fg_style9 .fg-photoswipe .fastcarousel-gallery-icon.no-caption.fg_zoom:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -15px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastcarousel.gallery.fg_style10 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom .fastcarousel-mask {
transform:         scale(0); -moz-transform:    scale(0); -webkit-transform: scale(0); -o-transform:      scale(0); -ms-transform:     scale(0); opacity:1;
}
.fastcarousel.gallery.fg_style10 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom:hover .fastcarousel-mask {
transform:         scale(1); -moz-transform:    scale(1); -webkit-transform: scale(1); -o-transform:      scale(1); -ms-transform:     scale(1); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastcarousel.gallery.fg_style10 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom:hover a .fg-zoom-icon {
opacity:1;			
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.gallery.fg_style10 .fg-photoswipe .fastcarousel-gallery-icon .fg-zoom-icon,
.fastcarousel.fg_style10 .fg-photoswipe .fg-gallery-caption {
z-index:2;	
}
.fastcarousel.gallery.fg_style10 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom .fg-zoom-icon {
position:absolute;
top:-100%;
left:0;
margin-left:0px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastcarousel.gallery.fg_style10 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastcarousel.gallery.fg_style10 .fg-photoswipe .fastcarousel-gallery-icon.no-caption.fg_zoom:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -15px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastcarousel.gallery.fg_style11 .fg-photoswipe .fastcarousel-gallery-icon .fg-zoom-icon,
.fastcarousel.fg_style11 .fg-photoswipe .fg-gallery-caption {
z-index:2;	
}
.fastcarousel.gallery.fg_style11 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom:hover a .fg-zoom-icon {
opacity:1;			
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.gallery.fg_style11 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom .fg-zoom-icon {
position:absolute;
top:50%;
left:-25%;
margin-left:0px;    
margin-top: -15px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastcarousel.gallery.fg_style11 .fg-photoswipe .fastcarousel-gallery-icon.no-caption.fg_zoom .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -15px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastcarousel.gallery.fg_style12 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom:hover a .fg-zoom-icon {
opacity:1;			
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastcarousel.gallery.fg_style12 .fg-photoswipe .fastcarousel-gallery-icon.fg_zoom .fg-zoom-icon {
position:absolute;
top:50%;
left:25%;
margin-left:0px;    
margin-top: -15px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastcarousel.gallery.fg_style12 .fg-photoswipe .fastcarousel-gallery-icon.no-caption.fg_zoom .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -15px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
} .pswp button:hover {
background-color:transparent;
background-image:none;
} .fastcarousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
background:rgba(255,255,255,0.8);
z-index:999;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastcarousel.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
background:rgba(255,255,255,1);
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastcarousel.owl-theme .owl-dots .owl-dot span {
background:rgba(255,255,255,1);
}
.fastcarousel.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background:rgba(255,255,255,0.8);
}
.fastcarousel .owl-controls {
opacity:0;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;			
}
.fc_nav_style1.owl-theme .owl-controls .owl-nav .owl-prev {
left:0;
position:absolute;
top:50%;
margin-top:-24px;	
}
.fc_nav_style1.owl-theme .owl-controls .owl-nav .owl-next {
right:0;
position:absolute;
top:50%;
margin-top:-24px;	
}
.fc_nav_style1.owl-theme .owl-controls .owl-dots {
position:absolute;
bottom:5px;
width:100%;	
}
.fc_nav_style1.owl-carousel:hover .owl-controls {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;			
}
.fc_nav_style1.owl-theme .owl-dots .owl-dot span {
border-radius:0;
}
.fc_nav_style2.owl-theme .owl-controls .owl-nav .owl-prev {
left:0;
position:absolute;
top:50%;
margin-top:-24px;	
}
.fc_nav_style2.owl-theme .owl-controls .owl-nav .owl-next {
right:0;
position:absolute;
top:50%;
margin-top:-24px;	
}
.fc_nav_style2.owl-theme .owl-controls .owl-dots {
position:absolute;
bottom:5px;
width:100%;	
}
.fc_nav_style2.owl-carousel .owl-controls {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;			
}
.fc_nav_style2.owl-theme .owl-dots .owl-dot span {
border-radius:0;
}
.fc_nav_style3.owl-theme .owl-stage-outer {
margin-top:52px;
}
.fc_nav_style3.owl-theme .owl-controls .owl-nav .owl-prev {
left:0;
position:absolute;
top:0;
margin-top:-50px;	
}
.fc_nav_style3.owl-theme .owl-controls .owl-nav .owl-next {
right:0;
position:absolute;
top:0;
margin-top:-50px;	
}
.fc_nav_style3.owl-theme .owl-controls .owl-dots {
position:absolute;
bottom:5px;
width:100%;	
}
.fc_nav_style3.owl-carousel:hover .owl-controls {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;			
}
.fc_nav_style3.owl-theme .owl-dots .owl-dot span {
border-radius:0;
}
.fc_nav_style4.owl-theme .owl-stage-outer {
margin-top:52px;
}
.fc_nav_style4.owl-theme .owl-controls .owl-nav .owl-prev {
left:0;
position:absolute;
top:0;
margin-top:-50px;	
}
.fc_nav_style4.owl-theme .owl-controls .owl-nav .owl-next {
right:0;
position:absolute;
top:0;
margin-top:-50px;	
}
.fc_nav_style4.owl-theme .owl-controls .owl-dots {
position:absolute;
bottom:5px;
width:100%;	
}
.fc_nav_style4.owl-carousel .owl-controls {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;			
}
.fc_nav_style4.owl-theme .owl-dots .owl-dot span {
border-radius:0;
}
.fc_nav_style5.owl-theme .owl-controls .owl-nav .owl-prev {
right:50px;
position:absolute;
bottom:0;
}
.fc_nav_style5.owl-theme .owl-controls .owl-nav .owl-next {
right:0;
position:absolute;
bottom:0;	
}
.fc_nav_style5.owl-theme .owl-controls .owl-dots {
position:absolute;
bottom:5px;
width:100%;	
}
.fc_nav_style5.owl-carousel:hover .owl-controls {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;			
}
.fc_nav_style5.owl-theme .owl-dots .owl-dot span {
border-radius:0;
}
.fc_nav_style6.owl-theme .owl-controls .owl-nav .owl-prev {
right:50px;
position:absolute;
bottom:0;	
}
.fc_nav_style6.owl-theme .owl-controls .owl-nav .owl-next {
right:0;
position:absolute;
bottom:0;	
}
.fc_nav_style6.owl-theme .owl-controls .owl-dots {
position:absolute;
bottom:5px;
width:100%;	
}
.fc_nav_style6.owl-carousel .owl-controls {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;			
}
.fc_nav_style6.owl-theme .owl-dots .owl-dot span {
border-radius:0;
}
.fc_nav_style7.owl-theme .owl-stage-outer {
margin-top:52px;
}
.fc_nav_style7.owl-theme .owl-controls .owl-nav .owl-prev {
right:50px;
position:absolute;
top:0;
margin-top:-50px;	
}
.fc_nav_style7.owl-theme .owl-controls .owl-nav .owl-next {
right:0;
position:absolute;
top:0;
margin-top:-50px;	
}
.fc_nav_style7.owl-theme .owl-controls .owl-dots {
position:absolute;
bottom:5px;
width:100%;	
}
.fc_nav_style7.owl-carousel:hover .owl-controls {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;			
}
.fc_nav_style7.owl-theme .owl-dots .owl-dot span {
border-radius:0;
}
.fc_nav_style8.owl-theme .owl-stage-outer {
margin-top:52px;
}
.fc_nav_style8.owl-theme .owl-controls .owl-nav .owl-prev {
right:50px;
position:absolute;
top:0;
margin-top:-50px;	
}
.fc_nav_style8.owl-theme .owl-controls .owl-nav .owl-next {
right:0;
position:absolute;
top:0;
margin-top:-50px;	
}
.fc_nav_style8.owl-theme .owl-controls .owl-dots {
position:absolute;
bottom:5px;
width:100%;	
}
.fc_nav_style8.owl-carousel .owl-controls {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;			
}
.fc_nav_style8.owl-theme .owl-dots .owl-dot span {
border-radius:0;
}
.fg_gallery_name {
margin-bottom:20px;
}
.fg_clear {
clear:both;
}
.gallery.fastgallery {
margin-bottom: 20px;
text-rendering:optimizelegibility;
}
.fg-gallery-item a {
display:block;
}
.gallery.fastgallery .fg-gallery-caption {
font-style:normal;
font-size: 12px;
font-style: normal;
line-height: 1.5;	
}
.fastgallery .fg-gallery-item {
float: left;
margin: 0 4px 4px 0!important;
overflow: hidden;
position: relative;
-moz-hyphens: none;
word-wrap: normal;
}
.fastgallery.gallery .fastgallery-gallery-icon .fg_zoom {
position:relative;
overflow:hidden;
}
.fastgallery.gallery .fastgallery-gallery-icon {
overflow:hidden;
position:relative;
}
.fastgallery.gallery {
line-height:0;
margin:0;
padding:0;
}
.fastgallery.gallery .fastgallery-gallery-icon img {
width:100%;
max-width:100%;
padding:0;
height:auto;
border:0px;	
}
.fastgallery.gallery .fastgallery-gallery-icon .fg_zoom a {
position:absolute;
bottom:0;
font-size: 20px;
position: absolute;
text-decoration: none;
opacity:0;
height:100%;
width:100%;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;			
}
.fastgallery .fg-gallery-item a, .fastgallery .fg-gallery-caption {
width:100%;
max-width:100%;	
overflow:hidden;
border:0;
}
.fastgallery.gallery-columns-1 .fg-gallery-item {
max-width: 100%;
}
.fastgallery.gallery-columns-2 .fg-gallery-item {
max-width: 48%;
max-width: -webkit-calc(50% - 4px);
max-width:         calc(50% - 4px);
}
.fastgallery.gallery-columns-3 .fg-gallery-item {
max-width: 32%;
max-width: -webkit-calc(33.3% - 4px);
max-width:         calc(33.3% - 4px);
}
.fastgallery.gallery-columns-4 .fg-gallery-item {
max-width: 23%;
max-width: -webkit-calc(25% - 4px);
max-width:         calc(25% - 4px);
}
.fastgallery.gallery-columns-5 .fg-gallery-item {
max-width: 19%;
max-width: -webkit-calc(20% - 4px);
max-width:         calc(20% - 4px);
}
.fastgallery.gallery-columns-6 .fg-gallery-item {
max-width: 15%;
max-width: -webkit-calc(16.7% - 4px);
max-width:         calc(16.7% - 4px);
}
.fastgallery.gallery-columns-7 .fg-gallery-item {
max-width: 13%;
max-width: -webkit-calc(14.28% - 4px);
max-width:         calc(14.28% - 4px);
}
.fastgallery.gallery-columns-8 .fg-gallery-item {
max-width: 11%;
max-width: -webkit-calc(12.5% - 4px);
max-width:         calc(12.5% - 4px);
}
.fastgallery.gallery-columns-9 .fg-gallery-item {
max-width: 9%;
max-width: -webkit-calc(11.1% - 4px);
max-width:         calc(11.1% - 4px);
}
@media only screen and (min-width : 1025px) {
.fastgallery.gallery-columns-1 .fg-gallery-item:nth-of-type(1n),
.fastgallery.gallery-columns-2 .fg-gallery-item:nth-of-type(2n),
.fastgallery.gallery-columns-3 .fg-gallery-item:nth-of-type(3n),
.fastgallery.gallery-columns-4 .fg-gallery-item:nth-of-type(4n),
.fastgallery.gallery-columns-5 .fg-gallery-item:nth-of-type(5n),
.fastgallery.gallery-columns-6 .fg-gallery-item:nth-of-type(6n),
.fastgallery.gallery-columns-7 .fg-gallery-item:nth-of-type(7n),
.fastgallery.gallery-columns-8 .fg-gallery-item:nth-of-type(8n),
.fastgallery.gallery-columns-9 .fg-gallery-item:nth-of-type(9n) {
margin-right: 0!important;
}
}
.fastgallery.gallery-columns-1.gallery-size-medium figure.fg-gallery-item:nth-of-type(1n+1),
.fastgallery.gallery-columns-1.gallery-size-thumbnail figure.fg-gallery-item:nth-of-type(1n+1),
.fastgallery.gallery-columns-2.gallery-size-thumbnail figure.fg-gallery-item:nth-of-type(2n+1),
.fastgallery.gallery-columns-3.gallery-size-thumbnail figure.fg-gallery-item:nth-of-type(3n+1) {
clear: left;
}
.fastgallery .fg-gallery-item:hover .fg-gallery-caption {
opacity: 1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.gallery-columns-6 .fg-gallery-caption,
.fastgallery.gallery-columns-7 .fg-gallery-caption,
.fastgallery.gallery-columns-8 .fg-gallery-caption,
.fastgallery.gallery-columns-9 .fg-gallery-caption {
display: none;
}
.fastgallery.gallery-columns-6 .fastgallery-gallery-icon:hover .fg-zoom-icon,
.fastgallery.gallery-columns-7 .fastgallery-gallery-icon:hover .fg-zoom-icon,
.fastgallery.gallery-columns-8 .fastgallery-gallery-icon:hover .fg-zoom-icon,
.fastgallery.gallery-columns-9 .fastgallery-gallery-icon:hover .fg-zoom-icon {
font-size:15px!important;
margin-top:-7.5px!important;
margin-left:-7.5px!important;
}
.fastgallery.gallery-columns-6 .fastgallery-gallery-icon .fg-zoom-icon,
.fastgallery.gallery-columns-7 .fastgallery-gallery-icon .fg-zoom-icon,
.fastgallery.gallery-columns-8 .fastgallery-gallery-icon .fg-zoom-icon,
.fastgallery.gallery-columns-9 .fastgallery-gallery-icon .fg-zoom-icon {
font-size:15px!important;
margin-top:-7.5px!important;
margin-left:-7.5px!important;
top:50%;
position:absolute;
} .fastgallery.gallery.fg_style1 .fastgallery-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
}
.fastgallery.gallery.fg_style1 .fastgallery-gallery-icon:hover img {
transform:         scale(1.2); -moz-transform:    scale(1.2); -webkit-transform: scale(1.2); -o-transform:      scale(1.2); -ms-transform:     scale(1.2); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastgallery.fg_style1 .fg-gallery-caption {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0;
height: 50px;
opacity: 0;
padding: 6px 8px;
position: absolute;
bottom: 0px;
left: 0;
text-align: left;
width: 100%;
display:table;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.fg_style1 .caption-container {
display:table-cell;
vertical-align:middle;
}
.fastgallery.gallery.fg_style1 .fastgallery-gallery-icon .fg-zoom-icon {
position:absolute;
top:50%;
left:50%;
margin-left:-10px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastgallery.gallery.fg_style1 .fastgallery-gallery-icon .fg_zoom:hover a {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.gallery.fg_style1 .fastgallery-gallery-icon.no-caption .fg-zoom-icon {
margin-top:-10px;
} .fastgallery.gallery.fg_style2 .fastgallery-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
}
.fastgallery.gallery.fg_style2 .fastgallery-gallery-icon:hover img {
transform:         scale(1.2); -moz-transform:    scale(1.2); -webkit-transform: scale(1.2); -o-transform:      scale(1.2); -ms-transform:     scale(1.2); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastgallery.fg_style2 .fg-gallery-caption {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0;
max-height: 50%;
padding: 6px 8px;
position: relative;
text-align: center;
width: 100%;
display:table;
}
.fastgallery.fg_style2 .caption-container {
display:table-cell;
vertical-align:middle;
}
.fastgallery.gallery.fg_style2 .fastgallery-gallery-icon .fg-zoom-icon {
position:absolute;
top:50%;
left:50%;
margin-left:-10px;    
margin-top: -10px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastgallery.gallery.fg_style2 .fastgallery-gallery-icon .fg_zoom:hover a {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
} .fastgallery.gallery.fg_style3 .fg_zoom {
border:0;
-webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-ms-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;	
}
.fastgallery.gallery.fg_style3 .fg_zoom:hover {
-moz-box-sizing:border-box;
box-sizing:border-box;	
-webkit-transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-ms-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;	
}
.fastgallery.gallery.fg_style3 .fastgallery-gallery-icon:hover .fg-gallery-caption {
color: #FFFFFF;
transform: translate3d(0px, -30px, 0px);
}
.fastgallery.gallery.fg_style3 .fastgallery-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
transform:         scale(1); -moz-transform:    scale(1); -webkit-transform: scale(1); -o-transform:      scale(1); -ms-transform:     scale(1); }
.fastgallery.gallery.fg_style3 .fastgallery-gallery-icon:hover img {
border-radius:0;
transform:         scale(0.9); -moz-transform:    scale(0.9); -webkit-transform: scale(0.9); -o-transform:      scale(0.9); -ms-transform:     scale(0.9); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastgallery.fg_style3 .fg-gallery-caption {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0;
max-height: 50px;
opacity: 1;
padding: 6px 8px;
position: absolute;
bottom: 0px;
left: 0;
text-align: left;
width: 100%;
display:table;
text-align:center;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.fg_style3 .caption-container {
display:table-cell;
vertical-align:middle;
} .fastgallery.gallery.fg_style4 .fastgallery-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
}
.fastgallery.gallery.fg_style4 .fastgallery-gallery-icon:hover img {
transform:         scale(1.2); -moz-transform:    scale(1.2); -webkit-transform: scale(1.2); -o-transform:      scale(1.2); -ms-transform:     scale(1.2); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastgallery.fg_style4 .fg-gallery-caption {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
font-size: 12px;
line-height: 1.5;
margin: 0;
height: 50px;
opacity: 0;
padding: 6px 8px;
position: absolute;
top:50%;
left:0%;
width: 100%;
display:table;
text-align:center;
background:none!important;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.fg_style4 .caption-container {
display:table-cell;
vertical-align:middle;
}
.fastgallery.gallery.fg_style4 .fastgallery-gallery-icon .fg-zoom-icon {
position:absolute;
top:50%;
left:50%;
margin-left:-10px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastgallery.gallery.fg_style4 .fastgallery-gallery-icon .fg_zoom:hover a,
.fastgallery.gallery.fg_style4 .fastgallery-gallery-icon .fg_zoom.fg_over a {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.gallery.fg_style4 .fastgallery-gallery-icon.no-caption .fg-zoom-icon {
margin-top:-10px;
} .fastgallery.gallery.fg_style5 .fastgallery-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px;
transform:         scale(1) rotate(0deg); -moz-transform:    scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); -o-transform:      scale(1) rotate(0deg); -ms-transform:     scale(1) rotate(0deg); }
.fastgallery.gallery.fg_style5 .fastgallery-gallery-icon:hover img {
transform:         scale(1.2) rotate(15deg); -moz-transform:    scale(1.2) rotate(15deg); -webkit-transform: scale(1.2) rotate(15deg); -o-transform:      scale(1.2) rotate(15deg); -ms-transform:     scale(1.2) rotate(15deg); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastgallery.fg_style5 .fg-gallery-caption {
display:none;	
}
.fastgallery.gallery.fg_style5 .fastgallery-gallery-icon .fg-zoom-icon {
position:absolute;
top:50%;
left:50%;
margin-left:-10px;    
margin-top: -15px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastgallery.gallery.fg_style5 .fastgallery-gallery-icon .icon-plus:before {
content: "\e6ef"!important;		
}
.fastgallery.gallery.fg_style5 .fastgallery-gallery-icon .fg_zoom:hover a {
opacity:1;
transfom: 		   scale(1.2) rotate(15deg);
-moz-transform:    scale(1.2) rotate(15deg); -webkit-transform: scale(1.2) rotate(15deg); -o-transform:      scale(1.2) rotate(15deg); -ms-transform:     scale(1.2) rotate(15deg); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.gallery.fg_style1 .fastgallery-gallery-icon.no-caption .fg-zoom-icon {
margin-top:-10px;
} .fastgallery.gallery.fg_style6 .fastgallery-gallery-icon:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:50%;
margin-left:-15px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastgallery.gallery.fg_style6 .fastgallery-gallery-icon .fg-zoom-icon {
left:-100%;
top:50%;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
margin-left:-15px;    
margin-top: -35px;	
}
.fastgallery.gallery.fg_style6 .fastgallery-gallery-icon.no-caption:hover .fg-zoom-icon {
margin-top: -15px;	
top:50%;
left:50%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.gallery.fg_style6 .fastgallery-gallery-icon.no-caption .fg-zoom-icon
{
margin-top: -15px;	
top:50%;
left:-100%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
position:absolute;	
}
.fastgallery.fg_style6 .fg-gallery-caption {
position:absolute;
right:-100%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
top:50%;
background:none!important;
}
.fastgallery.fg_style6 .fastgallery-gallery-icon:hover .fg-gallery-caption {
right:0;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastgallery.gallery.fg_style6 .fastgallery-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
}
.fastgallery.gallery.fg_style6 .fastgallery-gallery-icon:hover img {
transform:         scale(1.2); -moz-transform:    scale(1.2); -webkit-transform: scale(1.2); -o-transform:      scale(1.2); -ms-transform:     scale(1.2); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastgallery.gallery.fg_style6 .fastgallery-gallery-icon .fg_zoom:hover a, 
.fastgallery.gallery.fg_style6 .fastgallery-gallery-icon .fg_zoom.fg_over a,
.fastgallery.gallery.fg_style6 .fastgallery-gallery-icon.no-caption .fg_zoom:hover a {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
} .fastgallery.gallery.fg_style7 .fastgallery-gallery-icon:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:50%;
margin-left:-15px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastgallery.gallery.fg_style7 .fastgallery-gallery-icon .fg-zoom-icon {
left:-100%;
top:50%;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
margin-left:-15px;    
margin-top: -35px;	
}
.fastgallery.gallery.fg_style7 .fastgallery-gallery-icon.no-caption:hover .fg-zoom-icon {
margin-top: -15px;	
top:50%;
left:50%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.gallery.fg_style7 .fastgallery-gallery-icon.no-caption .fg-zoom-icon
{
margin-top: -15px;	
top:50%;
left:-100%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
position:absolute;	
}
.fastgallery.fg_style7 .fg-gallery-caption {
position:absolute;
right:-100%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
top:50%;
background:none!important;
}
.fastgallery.fg_style7 .fastgallery-gallery-icon:hover .fg-gallery-caption {
right:0;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastgallery.gallery.fg_style7 .fastgallery-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
}
.fastgallery.gallery.fg_style7 .fastgallery-gallery-icon:hover img {
transform:         scale(1.2); -moz-transform:    scale(1.2); -webkit-transform: scale(1.2); -o-transform:      scale(1.2); -ms-transform:     scale(1.2); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastgallery.gallery.fg_style7 .fastgallery-gallery-icon .fg_zoom a {
bottom:-100%;	
}
.fastgallery.gallery.fg_style7 .fastgallery-gallery-icon .fg_zoom:hover a, 
.fastgallery.gallery.fg_style7 .fastgallery-gallery-icon .fg_zoom.fg_over a,
.fastgallery.gallery.fg_style7 .fastgallery-gallery-icon.no-caption .fg_zoom:hover a {
opacity:1;
bottom:0;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
} .fastgallery.gallery.fg_style8 .fastgallery-gallery-icon:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:50%;
margin-left:-15px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastgallery.gallery.fg_style8 .fastgallery-gallery-icon .fg-zoom-icon {
left:-100%;
top:50%;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
margin-left:-15px;    
margin-top: -35px;	
}
.fastgallery.gallery.fg_style8 .fastgallery-gallery-icon.no-caption:hover .fg-zoom-icon {
margin-top: -15px;	
top:50%;
left:50%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.gallery.fg_style8 .fastgallery-gallery-icon.no-caption .fg-zoom-icon
{
margin-top: -15px;	
top:50%;
left:-100%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
position:absolute;	
}
.fastgallery.fg_style8 .fg-gallery-caption {
position:absolute;
right:-100%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
top:50%;
background:none!important;
}
.fastgallery.fg_style8 .fastgallery-gallery-icon:hover .fg-gallery-caption {
right:0;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastgallery.gallery.fg_style8 .fastgallery-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
}
.fastgallery.gallery.fg_style8 .fastgallery-gallery-icon:hover img {
transform:         scale(1.2); -moz-transform:    scale(1.2); -webkit-transform: scale(1.2); -o-transform:      scale(1.2); -ms-transform:     scale(1.2); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastgallery.gallery.fg_style8 .fastgallery-gallery-icon .fg_zoom a {
transform:         scale(0); -moz-transform:    scale(0); -webkit-transform: scale(0); -o-transform:      scale(0); -ms-transform:     scale(0); }
.fastgallery.gallery.fg_style8 .fastgallery-gallery-icon .fg_zoom:hover a, 
.fastgallery.gallery.fg_style8 .fastgallery-gallery-icon .fg_zoom.fg_over a,
.fastgallery.gallery.fg_style8 .fastgallery-gallery-icon.no-caption .fg_zoom:hover a {
opacity:1;
transform:         scale(1); -moz-transform:    scale(1); -webkit-transform: scale(1); -o-transform:      scale(1); -ms-transform:     scale(1); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
} .fastgallery.gallery.fg_style9 .fastgallery-gallery-icon:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:50%;
margin-left:-15px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastgallery.gallery.fg_style9 .fastgallery-gallery-icon .fg-zoom-icon {
left:50%;
top:-100%;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
margin-left:-15px;    
margin-top: -35px;	
}
.fastgallery.gallery.fg_style9 .fastgallery-gallery-icon.no-caption:hover .fg-zoom-icon {
margin-top: -15px;	
top:50%;
left:50%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
margin-left:-15px;    			
}
.fastgallery.gallery.fg_style9 .fastgallery-gallery-icon.no-caption .fg-zoom-icon
{
margin-top: -15px;	
top:50%;
left:50%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
position:absolute;	
}
.fastgallery.fg_style9 .fg-gallery-caption {
position:absolute;
bottom:-100%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
background:none!important;
}
.fastgallery.fg_style9 .fastgallery-gallery-icon:hover .fg-gallery-caption {
bottom:50%;
margin-bottom:-50px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastgallery.gallery.fg_style9 .fastgallery-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
}
.fastgallery.gallery.fg_style9 .fastgallery-gallery-icon:hover img {
transform:         scale(1.2); -moz-transform:    scale(1.2); -webkit-transform: scale(1.2); -o-transform:      scale(1.2); -ms-transform:     scale(1.2); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastgallery.gallery.fg_style9 .fastgallery-gallery-icon .fg_zoom a {
transform:         scale(0); -moz-transform:    scale(0); -webkit-transform: scale(0); -o-transform:      scale(0); -ms-transform:     scale(0); }
.fastgallery.gallery.fg_style9 .fastgallery-gallery-icon .fg_zoom:hover a, 
.fastgallery.gallery.fg_style9 .fastgallery-gallery-icon .fg_zoom.fg_over a,
.fastgallery.gallery.fg_style9 .fastgallery-gallery-icon.no-caption .fg_zoom:hover a {
opacity:1;
transform:         scale(1); -moz-transform:    scale(1); -webkit-transform: scale(1); -o-transform:      scale(1); -ms-transform:     scale(1); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
} .fastgallery.gallery.fg_style10 .fastgallery-gallery-icon:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:50%;
margin-left:-15px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastgallery.gallery.fg_style10 .fastgallery-gallery-icon .fg-zoom-icon {
left:50%;
top:-100%;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
margin-left:-15px;    
margin-top: -35px;	
}
.fastgallery.gallery.fg_style10 .fastgallery-gallery-icon.no-caption:hover .fg-zoom-icon {
margin-top: -15px;		
margin-left:-15px;
top:50%;
left:50%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
}
.fastgallery.gallery.fg_style10 .fastgallery-gallery-icon.no-caption .fg-zoom-icon
{
margin-top: -15px;	
top:50%;
left:50%;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
position:absolute;	
}
.fastgallery.fg_style10 .fg-gallery-caption {
position:absolute;
bottom:0;	
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
background:none!important;
}
.fastgallery.gallery.fg_style10 .fastgallery-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
}
.fastgallery.gallery.fg_style10 .fastgallery-gallery-icon:hover img {
transform:         scale(1.2); -moz-transform:    scale(1.2); -webkit-transform: scale(1.2); -o-transform:      scale(1.2); -ms-transform:     scale(1.2); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastgallery.gallery.fg_style10 .fastgallery-gallery-icon .fg_zoom a {
transform:         scale(0); -moz-transform:    scale(0); -webkit-transform: scale(0); -o-transform:      scale(0); -ms-transform:     scale(0); }
.fastgallery.gallery.fg_style10 .fastgallery-gallery-icon .fg_zoom:hover a, 
.fastgallery.gallery.fg_style10 .fastgallery-gallery-icon .fg_zoom.fg_over a,
.fastgallery.gallery.fg_style10 .fastgallery-gallery-icon.no-caption .fg_zoom:hover a {
opacity:1;
transform:         scale(1); -moz-transform:    scale(1); -webkit-transform: scale(1); -o-transform:      scale(1); -ms-transform:     scale(1); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
} .fastgallery.gallery.fg_style11 .fastgallery-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
}
.fastgallery.gallery.fg_style11 .fastgallery-gallery-icon:hover img {
transform:         scale(1.2); -moz-transform:    scale(1.2); -webkit-transform: scale(1.2); -o-transform:      scale(1.2); -ms-transform:     scale(1.2); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastgallery.fg_style11 .fg-gallery-caption {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0;
height: 100%;
opacity: 0;
padding: 6px 8px;
position: absolute;
bottom: 0px;
right: 0;
text-align: left;
width: 50%;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.gallery.fg_style11 .fastgallery-gallery-icon .fg_zoom a {
width:50%;
}
.fastgallery.fg_style11 .caption-container {
display:table-cell;
vertical-align:middle;
}
.fastgallery.gallery.fg_style11 .fastgallery-gallery-icon .fg-zoom-icon {
position:absolute;
top:50%;
left:50%;
margin-left:-10px;    
margin-top: -10px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastgallery.gallery.fg_style11 .fastgallery-gallery-icon:hover .fg_zoom a {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.gallery.fg_style11 .fastgallery-gallery-icon.no-caption .fg-zoom-icon {
margin-top:-10px;
} .fastgallery.gallery.fg_style12 .fastgallery-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
}
.fastgallery.gallery.fg_style12 .fastgallery-gallery-icon:hover img {
transform:         scale(1.2); -moz-transform:    scale(1.2); -webkit-transform: scale(1.2); -o-transform:      scale(1.2); -ms-transform:     scale(1.2); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastgallery.fg_style12 .fg-gallery-caption {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0;
height: 100%;
opacity: 0;
padding: 6px 8px;
position: absolute;
bottom: 0px;
left: 0;
text-align: left;
width: 50%;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.gallery.fg_style12 .fastgallery-gallery-icon .fg_zoom a {
width:50%;
right:0;
}
.fastgallery.fg_style12 .caption-container {
display:table-cell;
vertical-align:middle;
}
.fastgallery.gallery.fg_style12 .fastgallery-gallery-icon .fg-zoom-icon {
position:absolute;
top:50%;
left:50%;
margin-left:-10px;    
margin-top: -10px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastgallery.gallery.fg_style12 .fastgallery-gallery-icon:hover .fg_zoom a {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.gallery.fg_style12 .fastgallery-gallery-icon.no-caption .fg-zoom-icon {
margin-top:-10px;
} .fg_no_style .fg-gallery-caption {
display:none;	
}
.fg_no_style.fg_over_image_on .fastgallery-gallery-icon:hover img {
transform:         scale(1.2)!important;
-moz-transform:    scale(1.2)!important; 
-webkit-transform: scale(1.2)!important;
-o-transform:      scale(1.2)!important;
-ms-transform:     scale(1.2)!important;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		 		
}
.fg_no_style.fg_over_image_on .fastgallery-gallery-icon img {
transform:         scale(1.0)!important;
-moz-transform:    scale(1.0)!important; 
-webkit-transform: scale(1.0)!important;
-o-transform:      scale(1.0)!important;
-ms-transform:     scale(1.0)!important;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		 		
} .fg_over_image_off .fastgallery-gallery-icon:hover img {
transform:         scale(1.0)!important;
-moz-transform:    scale(1.0)!important; 
-webkit-transform: scale(1.0)!important;
-o-transform:      scale(1.0)!important;
-ms-transform:     scale(1.0)!important;		
} @media screen and (max-width: 639px) {
.fastgallery.fg_responsive.gallery-columns-1 .fg-gallery-item,
.fastgallery.fg_responsive.gallery-columns-2 .fg-gallery-item,
.fastgallery.fg_responsive.gallery-columns-3 .fg-gallery-item,
.fastgallery.fg_responsive.gallery-columns-4 .fg-gallery-item,
.fastgallery.fg_responsive.gallery-columns-5 .fg-gallery-item,
.fastgallery.fg_responsive.gallery-columns-6 .fg-gallery-item,	
.fastgallery.fg_responsive.gallery-columns-7 .fg-gallery-item,
.fastgallery.fg_responsive.gallery-columns-8 .fg-gallery-item,	
.fastgallery.fg_responsive.gallery-columns-9 .fg-gallery-item {
max-width: 100%!important;
float:none!important;
width:100%!important;
}
.fastgallery.gallery {
width:100%!important;
}
} @media only screen and (min-width : 640px) and (max-width : 1024px) {
.fastgallery.fg_responsive.gallery-columns-1 .fg-gallery-item,
.fastgallery.fg_responsive.gallery-columns-2 .fg-gallery-item,
.fastgallery.fg_responsive.gallery-columns-3 .fg-gallery-item,
.fastgallery.fg_responsive.gallery-columns-4 .fg-gallery-item,
.fastgallery.fg_responsive.gallery-columns-5 .fg-gallery-item,
.fastgallery.fg_responsive.gallery-columns-6 .fg-gallery-item,	
.fastgallery.fg_responsive.gallery-columns-7 .fg-gallery-item,
.fastgallery.fg_responsive.gallery-columns-8 .fg-gallery-item,	
.fastgallery.fg_responsive.gallery-columns-9 .fg-gallery-item {
max-width: 48.5%!important;
width:48.5%!important;
margin-right:1%!important;
}
.fastgallery.gallery {
width:100%!important;
}	
} @media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) { 
.fastgallery.fg_responsive.gallery-columns-1 .fg-gallery-item,
.fastgallery.fg_responsive.gallery-columns-2 .fg-gallery-item,
.fastgallery.fg_responsive.gallery-columns-3 .fg-gallery-item,
.fastgallery.fg_responsive.gallery-columns-4 .fg-gallery-item,
.fastgallery.fg_responsive.gallery-columns-5 .fg-gallery-item,
.fastgallery.fg_responsive.gallery-columns-6 .fg-gallery-item,	
.fastgallery.fg_responsive.gallery-columns-7 .fg-gallery-item,
.fastgallery.fg_responsive.gallery-columns-8 .fg-gallery-item,	
.fastgallery.fg_responsive.gallery-columns-9 .fg-gallery-item {
max-width: 48.5%!important;
width:48.5%!important;
margin-right:1%;
}
.fastgallery.gallery {
width:100%!important;
}	
} .fastgallery.fg_style1.fotorama .fotorama__html > div {
position:absolute;
bottom:0;
width:100%;
}
.fastgallery.fg_style2.fotorama .fotorama__html > div {
position:absolute;
top:0;
width:100%;
}
.fastgallery.fg_style3.fotorama .fotorama__html > div {
position:absolute;
bottom:0;
width:100%;
}
.fastgallery.fg_style4.fotorama .fotorama__html > div {
position:absolute;
top:0;
width:100%;
}
.fastgallery.fg_style5.fotorama .fotorama__html > div {
position:absolute;
bottom:0;
width:100%;
}
.fastgallery.fg_style6.fotorama .fotorama__html > div {
position:absolute;
top:0;
width:100%;
}
.fastgallery.fg_style7.fotorama .fotorama__html > div {
position:absolute;
bottom:0;
width:100%;
}
.fastgallery.fg_style8.fotorama .fotorama__html > div {
position:absolute;
top:0;
width:100%;
}
.fastgallery.fg_style9.fotorama .fotorama__html > div {
position:absolute;
top:0;
width:100%;
}
.fastgallery.fg_style10.fotorama .fotorama__html > div {
position:absolute;
top:0;
width:100%;
}
.fastgallery.fg_style11.fotorama .fotorama__html > div {
position:absolute;
bottom:0;
width:100%;
}
.fastgallery.fg_style12.fotorama .fotorama__html > div {
position:absolute;
bottom:0;
width:100%;
} .fastgallery.gallery-columns-3fg_thumbs_one .fg-gallery-item-thumbs-one {
max-width: 32%;
max-width: -webkit-calc(33.3% - 4px);
max-width:         calc(33.3% - 4px);
} #pbOverlay.hide {
display: block!important;
} .fotorama__wrap * {
box-sizing: content-box !important;
} .fastgallery.fg_pagination_style1,
.fastgallery.fg_pagination_style2 {
clear:both;	
margin-top:20px!important;
}
.fastgallery ul.fg_pagination {
list-style:none;
text-align:center;
width:100%;
clear:both;
}
.fastgallery ul.fg_pagination li {
display:inline-block;
padding:5px;
}
.fastgallery ul.fg_pagination li a {
text-decoration:none;
border:0;
padding:5px 10px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery ul.fg_pagination li a:hover {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
} .fg-photoswipe figcaption {
display:none;	
}
.fg-photoswipe figure {
position:relative;
overflow:hidden;
}
.fg-photoswipe .fastgallery-gallery-icon.fg_zoom a .fg-zoom-icon {
position:absolute;
bottom:0;
font-size: 20px;
position: absolute;
text-decoration: none;
opacity:0;
height:100%;
width:100%;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;			
}
.fastgallery.gallery-columns-6 .fg-photoswipe .fastgallery-gallery-icon:hover .fg-zoom-icon,
.fastgallery.gallery-columns-7 .fg-photoswipe .fastgallery-gallery-icon:hover .fg-zoom-icon,
.fastgallery.gallery-columns-8 .fg-photoswipe .fastgallery-gallery-icon:hover .fg-zoom-icon,
.fastgallery.gallery-columns-9 .fg-photoswipe .fastgallery-gallery-icon:hover .fg-zoom-icon {
font-size:15px!important;
margin-top:-7.5px!important;
margin-left:-7.5px!important;
}
.fastgallery.gallery-columns-6 .fg-photoswipe .fastgallery-gallery-icon .fg-zoom-icon,
.fastgallery.gallery-columns-7 .fg-photoswipe .fastgallery-gallery-icon .fg-zoom-icon,
.fastgallery.gallery-columns-8 .fg-photoswipe .fastgallery-gallery-icon .fg-zoom-icon,
.fastgallery.gallery-columns-9 .fg-photoswipe .fastgallery-gallery-icon .fg-zoom-icon {
font-size:15px!important;
margin-top:-7.5px!important;
margin-left:-7.5px!important;
top:50%;
position:absolute;
}
.fastgallery.gallery.fg_style1 .fg-photoswipe .fastgallery-gallery-icon .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
opacity:0;	
}
.fastgallery.gallery.fg_style1 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom:hover .fg-zoom-icon {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.gallery.fg_style1 .fg-photoswipe .fastgallery-gallery-icon.no-caption .fg-zoom-icon {
margin-top:-10px;
}
.fastgallery.gallery.fg_style2 .fg-photoswipe .fastgallery-gallery-icon img {
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
border-radius:0px; 	
}
.fastgallery.gallery.fg_style2 .fg-photoswipe .fastgallery-gallery-icon:hover img {
transform:         scale(1.2); -moz-transform:    scale(1.2); -webkit-transform: scale(1.2); -o-transform:      scale(1.2); -ms-transform:     scale(1.2); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	 
}
.fastgallery.fg_style2 .fg-photoswipe .fg-gallery-caption {
-webkit-box-sizing: border-box;
-moz-box-sizing:    border-box;
box-sizing:         border-box;
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0;
max-height: 50%;
padding: 6px 8px;
position: relative;
text-align: center;
width: 100%;
display:table;
}
.fastgallery.fg_style2 .fg-photoswipe .caption-container {
display:table-cell;
vertical-align:middle;
}
.fastgallery.gallery.fg_style2 .fg-photoswipe .fastgallery-gallery-icon .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -10px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastgallery.gallery.fg_style2 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom:hover a .fg-zoom-icon {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.fg_style4 .fg-photoswipe .caption-container {
display:table-cell;
vertical-align:middle;
}
.fastgallery.gallery.fg_style4 .fg-photoswipe .fastgallery-gallery-icon .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastgallery.gallery.fg_style4 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom:hover a .fg-zoom-icon,
.fastgallery.gallery.fg_style4 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom.fg_over a .fg-zoom-icon,
.fastgallery.gallery.fg_style4 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom:hover .fastgallery-mask {
opacity:1;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.gallery.fg_style4 .fg-photoswipe .fastgallery-gallery-icon.no-caption .fg-zoom-icon {
margin-top:-10px;
}
.fg-photoswipe .fastgallery-mask {
position:absolute;
bottom:0;
left:0;
width:100%;
height:100%;
z-index:1;
opacity:0;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.gallery.fg_style4 .fg-photoswipe .fastgallery-gallery-icon .fg-zoom-icon,
.fastgallery.fg_style4 .fg-photoswipe .fg-gallery-caption {
z-index:2;	
}
.fastgallery.gallery.fg_style5 .fg-photoswipe .fastgallery-gallery-icon .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -15px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
transform:         scale(1) rotate(0deg); -moz-transform:    scale(1) rotate(0deg); -webkit-transform: scale(1) rotate(0deg); -o-transform:      scale(1) rotate(0deg); -ms-transform:     scale(1) rotate(0deg); }
.fastgallery.gallery.fg_style5 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom:hover a .fg-zoom-icon,
.fastgallery.gallery.fg_style5 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom:hover .fastgallery-mask {
opacity:1;			
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.gallery.fg_style5 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom .fastgallery-mask {
transfom: 		   scale(1.2) rotate(15deg);
-moz-transform:    scale(1.2) rotate(15deg); -webkit-transform: scale(1.2) rotate(15deg); -o-transform:      scale(1.2) rotate(15deg); -ms-transform:     scale(1.2) rotate(15deg); }
.fastgallery.gallery.fg_style5 .fg-photoswipe .fastgallery-gallery-icon .fg-zoom-icon,
.fastgallery.fg_style5 .fg-photoswipe .fg-gallery-caption {
z-index:2;	
}
.fastgallery.gallery.fg_style6 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom:hover a .fg-zoom-icon,
.fastgallery.gallery.fg_style6 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom:hover .fastgallery-mask {
opacity:1;			
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.gallery.fg_style6 .fg-photoswipe .fastgallery-gallery-icon .fg-zoom-icon,
.fastgallery.fg_style6 .fg-photoswipe .fg-gallery-caption {
z-index:2;	
}
.fastgallery.gallery.fg_style6 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastgallery.gallery.fg_style6 .fg-photoswipe .fastgallery-gallery-icon.no-caption.fg_zoom:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -15px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastgallery.gallery.fg_style7 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom .fastgallery-mask {
bottom:-100%;
opacity:1;
}
.fastgallery.gallery.fg_style7 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom:hover .fastgallery-mask {
bottom:0;		
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastgallery.gallery.fg_style7 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom:hover a .fg-zoom-icon {
opacity:1;			
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.gallery.fg_style7 .fg-photoswipe .fastgallery-gallery-icon .fg-zoom-icon,
.fastgallery.fg_style7 .fg-photoswipe .fg-gallery-caption {
z-index:2;	
}
.fastgallery.gallery.fg_style7 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastgallery.gallery.fg_style7 .fg-photoswipe .fastgallery-gallery-icon.no-caption.fg_zoom:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -15px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastgallery.gallery.fg_style8 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom .fastgallery-mask {
transform:         scale(0); -moz-transform:    scale(0); -webkit-transform: scale(0); -o-transform:      scale(0); -ms-transform:     scale(0); opacity:1;
}
.fastgallery.gallery.fg_style8 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom:hover .fastgallery-mask {
transform:         scale(1); -moz-transform:    scale(1); -webkit-transform: scale(1); -o-transform:      scale(1); -ms-transform:     scale(1); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastgallery.gallery.fg_style8 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom:hover a .fg-zoom-icon {
opacity:1;			
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.gallery.fg_style8 .fg-photoswipe .fastgallery-gallery-icon .fg-zoom-icon,
.fastgallery.fg_style8 .fg-photoswipe .fg-gallery-caption {
z-index:2;	
}
.fastgallery.gallery.fg_style8 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastgallery.gallery.fg_style8 .fg-photoswipe .fastgallery-gallery-icon.no-caption.fg_zoom:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -15px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastgallery.gallery.fg_style9 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom .fastgallery-mask {
transform:         scale(0); -moz-transform:    scale(0); -webkit-transform: scale(0); -o-transform:      scale(0); -ms-transform:     scale(0); opacity:1;
}
.fastgallery.gallery.fg_style9 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom:hover .fastgallery-mask {
transform:         scale(1); -moz-transform:    scale(1); -webkit-transform: scale(1); -o-transform:      scale(1); -ms-transform:     scale(1); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastgallery.gallery.fg_style9 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom:hover a .fg-zoom-icon {
opacity:1;			
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.gallery.fg_style9 .fg-photoswipe .fastgallery-gallery-icon .fg-zoom-icon,
.fastgallery.fg_style9 .fg-photoswipe .fg-gallery-caption {
z-index:2;	
}
.fastgallery.gallery.fg_style9 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom .fg-zoom-icon {
position:absolute;
top:-100%;
left:0;
margin-left:0px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastgallery.gallery.fg_style9 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastgallery.gallery.fg_style9 .fg-photoswipe .fastgallery-gallery-icon.no-caption.fg_zoom:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -15px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastgallery.gallery.fg_style10 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom .fastgallery-mask {
transform:         scale(0); -moz-transform:    scale(0); -webkit-transform: scale(0); -o-transform:      scale(0); -ms-transform:     scale(0); opacity:1;
}
.fastgallery.gallery.fg_style10 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom:hover .fastgallery-mask {
transform:         scale(1); -moz-transform:    scale(1); -webkit-transform: scale(1); -o-transform:      scale(1); -ms-transform:     scale(1); -webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;	
}
.fastgallery.gallery.fg_style10 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom:hover a .fg-zoom-icon {
opacity:1;			
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.gallery.fg_style10 .fg-photoswipe .fastgallery-gallery-icon .fg-zoom-icon,
.fastgallery.fg_style10 .fg-photoswipe .fg-gallery-caption {
z-index:2;	
}
.fastgallery.gallery.fg_style10 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom .fg-zoom-icon {
position:absolute;
top:-100%;
left:0;
margin-left:0px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastgallery.gallery.fg_style10 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -35px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastgallery.gallery.fg_style10 .fg-photoswipe .fastgallery-gallery-icon.no-caption.fg_zoom:hover .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -15px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastgallery.gallery.fg_style11 .fg-photoswipe .fastgallery-gallery-icon .fg-zoom-icon,
.fastgallery.fg_style11 .fg-photoswipe .fg-gallery-caption {
z-index:2;	
}
.fastgallery.gallery.fg_style11 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom:hover a .fg-zoom-icon {
opacity:1;			
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.gallery.fg_style11 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom .fg-zoom-icon {
position:absolute;
top:50%;
left:-25%;
margin-left:0px;    
margin-top: -15px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastgallery.gallery.fg_style11 .fg-photoswipe .fastgallery-gallery-icon.no-caption.fg_zoom .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -15px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastgallery.gallery.fg_style12 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom:hover a .fg-zoom-icon {
opacity:1;			
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;		
}
.fastgallery.gallery.fg_style12 .fg-photoswipe .fastgallery-gallery-icon.fg_zoom .fg-zoom-icon {
position:absolute;
top:50%;
left:25%;
margin-left:0px;    
margin-top: -15px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
}
.fastgallery.gallery.fg_style12 .fg-photoswipe .fastgallery-gallery-icon.no-caption.fg_zoom .fg-zoom-icon {
position:absolute;
top:50%;
left:0;
margin-left:0px;    
margin-top: -15px;
-webkit-transition: all .55s ease-in;
-moz-transition: all .55s ease-in;
-ms-transition: all .55s ease-in;
-o-transition: all .55s ease-in;
transition: all .55s ease-in;
font-size:30px;
} .pswp button:hover {
background-color:transparent;
background-image:none;
}
.headerblocks {
line-height:1;
}
.headerblocks h2 {
font-size:32px;
}
.headerblocks h4 {
font-size:20px;
}
.headerblocks a {
text-decoration:none;
border-bottom:0;
box-shadow:0 0 0;
}
.wpmp-clear {
clear:both;
}
.headerblocks.headerblocks-columns-1 .headerblocks-item {
max-width: 100%;
}
.headerblocks.headerblocks-columns-2 .headerblocks-item {
max-width: 48%;
max-width: -webkit-calc(50% - 4px);
max-width:         calc(50% - 4px);
}
.headerblocks.headerblocks-columns-3 .headerblocks-item {
max-width: 32%;
max-width: -webkit-calc(33.3% - 4px);
max-width:         calc(33.3% - 4px);
}
.headerblocks.headerblocks-columns-4 .headerblocks-item {
max-width: 23%;
max-width: -webkit-calc(25% - 4px);
max-width:         calc(25% - 4px);
}
.headerblocks.headerblocks-columns-5 .headerblocks-item {
max-width: 19%;
max-width: -webkit-calc(20% - 4px);
max-width:         calc(20% - 4px);
}
.headerblocks.headerblocks-columns-6 .headerblocks-item {
max-width: 15%;
max-width: -webkit-calc(16.7% - 4px);
max-width:         calc(16.7% - 4px);
}
.headerblocks.headerblocks-columns-7 .headerblocks-item {
max-width: 13%;
max-width: -webkit-calc(14.28% - 4px);
max-width:         calc(14.28% - 4px);
}
.headerblocks.headerblocks-columns-8 .headerblocks-item {
max-width: 11%;
max-width: -webkit-calc(12.5% - 4px);
max-width:         calc(12.5% - 4px);
}
.headerblocks.headerblocks-columns-9 .headerblocks-item {
max-width: 9%;
max-width: -webkit-calc(11.1% - 4px);
max-width:         calc(11.1% - 4px);
}
@media only screen and (min-width : 1025px) {
.headerblocks.headerblocks-columns-1 .headerblocks-item:nth-of-type(1n),
.headerblocks.headerblocks-columns-2 .headerblocks-item:nth-of-type(2n),
.headerblocks.headerblocks-columns-3 .headerblocks-item:nth-of-type(3n),
.headerblocks.headerblocks-columns-4 .headerblocks-item:nth-of-type(4n),
.headerblocks.headerblocks-columns-5 .headerblocks-item:nth-of-type(5n),
.headerblocks.headerblocks-columns-6 .headerblocks-item:nth-of-type(6n),
.headerblocks.headerblocks-columns-7 .headerblocks-item:nth-of-type(7n),
.headerblocks.headerblocks-columns-8 .headerblocks-item:nth-of-type(8n),
.headerblocks.headerblocks-columns-9 .headerblocks-item:nth-of-type(9n) {
margin-right: 0!important;
}
}
.headerblocks.headerblocks-columns-1.gallery-size-medium figure.headerblocks-item:nth-of-type(1n+1),
.headerblocks.headerblocks-columns-1.gallery-size-thumbnail figure.headerblocks-item:nth-of-type(1n+1),
.headerblocks.headerblocks-columns-2.gallery-size-thumbnail figure.headerblocks-item:nth-of-type(2n+1),
.headerblocks.headerblocks-columns-3.gallery-size-thumbnail figure.headerblocks-item:nth-of-type(3n+1) {
clear: left;
} .headerblocks .ad_one_one{ width:100%; }
.headerblocks .ad_one_half{ width:50%; }
.headerblocks .ad_one_third{ width:33.33%; }
.headerblocks .ad_two_third{ width:66.66%; }
.headerblocks .ad_one_fourth{ width:25%; }
.headerblocks .ad_three_fourth{ width:75%; }
.headerblocks .ad_one_fifth{ width:20%; }
.headerblocks .ad_two_fifth{ width:40%; }
.headerblocks .ad_three_fifth{ width:60%; }
.headerblocks .ad_four_fifth{ width:80%; }
.headerblocks .ad_one_sixth{ width:16.66%; }
.headerblocks .ad_five_sixth{ width:83.33%; }
.headerblocks .ad_one_half, 
.headerblocks .ad_one_third,
.headerblocks .ad_two_third,
.headerblocks .ad_three_fourth,
.headerblocks .ad_one_fourth,
.headerblocks .ad_one_fifth,
.headerblocks .ad_two_fifth,
.headerblocks .ad_three_fifth,
.headerblocks .ad_four_fifth,
.headerblocks .ad_one_sixth,
.headerblocks .ad_five_sixth{ 
position:relative;
float:left; 
}
.headerblocks .ad_last{ 
margin-right:0 !important; 
clear:right; 
} 
.adclear {
clear:both;
} .admp_one_half{ width:48%; }
.admp_one_third{ width:30.66%; }
.admp_two_third{ width:65.33%; }
.admp_one_fourth{ width:22%; }
.admp_three_fourth{ width:74%; }
.admp_one_fifth{ width:16.8%; }
.admp_two_fifth{ width:37.6%; }
.admp_three_fifth{ width:58.4%; }
.admp_four_fifth{ width:67.2%; }
.admp_one_sixth{ width:13.33%; }
.admp_five_sixth{ width:82.67%; }
.admp_one_half, 
.admp_one_third,
.admp_two_third,
.admp_three_fourth,
.admp_one_fourth,
.admp_one_fifth,
.admp_two_fifth,
.admp_three_fifth,
.admp_four_fifth,
.admp_one_sixth,
.admp_five_sixth{ 
position:relative; 
margin-right:3.7%; 
float:left; 
}
.admp_last{ 
margin-right:0 !important; 
clear:right; 
} @media screen and (max-width: 767px) {
.headerblocks .admp-columns-1,
.headerblocks .admp-columns-2,
.headerblocks .admp-columns-3,
.headerblocks .admp-columns-4,
.headerblocks .admp-columns-5,
.headerblocks .admp-columns-6,	
.headerblocks .admp-columns-7,
.headerblocks .admp-columns-8,	
.headerblocks .admp-columns-9,
.headerblocks .ad_one_half, 
.headerblocks .ad_one_third,
.headerblocks .ad_two_third,
.headerblocks .ad_three_fourth,
.headerblocks .ad_one_fourth,
.headerblocks .ad_one_fifth,
.headerblocks .ad_two_fifth,
.headerblocks .ad_three_fifth,
.headerblocks .ad_four_fifth,
.headerblocks .ad_one_sixth,
.headerblocks .ad_five_sixth {
max-width: 100%!important;
float:none!important;
width:100%!important;
} .admp_one_half, 
.admp_one_third,
.admp_two_third,
.admp_three_fourth,
.admp_one_fourth,
.admp_one_fifth,
.admp_two_fifth,
.admp_three_fifth,
.admp_four_fifth,
.admp_one_sixth,
.admp_five_sixth {
max-width: 100%!important;
float:none!important;
width:100%!important;
}	
} @media (min-device-width: 768px) and (max-device-width: 800px) and (orientation: portrait) { 
.headerblocks .admp-columns-1,
.headerblocks .admp-columns-2,
.headerblocks .admp-columns-3,
.headerblocks .admp-columns-4,
.headerblocks .admp-columns-5,
.headerblocks .admp-columns-6,	
.headerblocks .admp-columns-7,
.headerblocks .admp-columns-8,	
.headerblocks .admp-columns-9,
.headerblocks .ad_one_half, 
.headerblocks .ad_one_third,
.headerblocks .ad_two_third,
.headerblocks .ad_three_fourth,
.headerblocks .ad_one_fourth,
.headerblocks .ad_one_fifth,
.headerblocks .ad_two_fifth,
.headerblocks .ad_three_fifth,
.headerblocks .ad_four_fifth,
.headerblocks .ad_one_sixth,
.headerblocks .ad_five_sixth {
max-width: 48.5%!important;
width:48.5%!important;
margin-right:1%;
} .admp_one_half, 
.admp_one_third,
.admp_two_third,
.admp_three_fourth,
.admp_one_fourth,
.admp_one_fifth,
.admp_two_fifth,
.admp_three_fifth,
.admp_four_fifth,
.admp_one_sixth,
.admp_five_sixth {
max-width: 48.5%!important;
width:48.5%!important;
margin-right:1%;
}	
}
.headerblocks.wpmp_post_display1 .ad_three_fifth {
height:500px;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;	
}
.headerblocks.wpmp_post_display1 .ad_three_fifth { 
margin-right:6px;
}
.headerblocks.wpmp_post_display1 .ad_two_fifth.ad_margin { 
width:40%; 
max-width: -webkit-calc(40% - 6px);
max-width:         calc(40% - 6px);
}
.headerblocks.wpmp_post_display1 .ad_two_fifth.first {
margin-bottom:6px;
}
.headerblocks.wpmp_post_display1 .ad_two_fifth {
height:247px;
}
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin.first {
height:247px;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;	
}
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin {
height:247px;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;	
}
.headerblocks.wpmp_post_display1 .category a {
font-size:10px;
color:#fff;
background:rgba(0,0,0,0.65);
border-radius:0;
width:auto;
display:inline-block;
padding:6px 15px;
font-weight:800;
border-left:5px solid #e74c3c;
transition: background-color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display1 .category {
float:left;
}
.headerblocks.wpmp_post_display1 .category a:hover {
background:#e74c3c;
transition: background-color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display1 .share {
background: #e74c3c;
border-radius: 0;
color: #fff;
cursor: pointer;
display: inline-block;
margin: 0 !important;
position: absolute;
right: -262px;
transition: all 0.3s ease 0s;
width: auto;
}
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_three_fifth.big-post:hover .share, 
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin:hover .share  {
right: -218px;
transition: all 0.3s ease 0s;
}
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_three_fifth.big-post .share:hover, 
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin .share:hover {
right: 0;
transition: all 0.3s ease 0s;
}
.headerblocks.wpmp_post_display1 .share a {
color: #ffffff;
float: right;
padding: 13px 16px;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display1 .share a:hover {
color:#000000;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display1 .share-icon:hover {
color:#ffffff !important;
}
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_three_fifth.big-post .title-info-post h2,
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin.first .title-info-post h4, 
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin .title-info-post h4 {
margin:0;
}
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_three_fifth.big-post .title-info-post a, 
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin.first .title-info-post a, 
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin .title-info-post a,
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_three_fifth.big-post .title-info-post span, 
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin.first .title-info-post span, 
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin .title-info-post span {
color:#ffffff;
display:inline-block;
transition: color 0.3s ease 0s;
}	
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_three_fifth.big-post .title-info-post .info-post a, 
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin.first .title-info-post .info-post a, 
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin .title-info-post .info-post a,
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_three_fifth.big-post .title-info-post .info-post span, 
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin.first .title-info-post .info-post span, 
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin .title-info-post .info-post span {
font-size:12px;
}
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_three_fifth.big-post .title-info-post a:hover, 
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin .title-info-post a:hover {
color:#e74c3c;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_three_fifth.big-post .title-info-post {
position: absolute;
bottom:-42px;
left:0;
padding: 20px 35px 68px;
box-sizing:border-box;
width:100%;
transition: all 0.3s ease 0s;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);/
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_three_fifth.big-post, 
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin {
position: relative;
}
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin .title-info-post {
position: absolute;
bottom:-38px;
left:0;
padding: 15px 30px 58px;
box-sizing:border-box;
width:100%;
transition: all 0.3s ease 0s;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);/
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.headerblocks.wpmp_post_display1 .data {
font-size: 14px;
font-weight: 400;
margin-top: 25px;
}
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin .data {
margin-top: 15px;
}
.headerblocks.wpmp_post_display1 .icon-calendar {
color: #e74c3c;
font-size: 14px;
margin: 0 10px 0 0;
padding: 0;
width:auto;
float:left;
}
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_three_fifth.big-post i, 
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin i  {
color: #ffffff;
float: left;
font-size: 12px;
margin: 0 10px 0 0;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_three_fifth.big-post .info-post a, 
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin .info-post a,
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_three_fifth.big-post .info-post span
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin .info-post span,
{
margin:0;
}
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_three_fifth.big-post .info-post a:hover, 
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin .info-post a:hover,  
.headerblocks.wpmp_post_display1 .share .icon a:hover,
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_three_fifth.big-post .info-post span:hover,
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin .info-post span:hover {
color:#000000;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display1 .separator {
color: #fff;
display: inline-block;
margin: 0 10px;
}
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_three_fifth.big-post .info-post, 
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin .info-post {
background: #e74c3c;
bottom: 0;
left: 0;
padding: 8px 25px;
position: absolute;
border-radius: 0;
}
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_three_fifth.big-post:hover .title-info-post {
bottom:0;
transition: bottom 0.3s ease 0s;
-moz-transition: bottom 0.3s ease 0s;
}
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin:hover .title-info-post {
bottom:0;
transition: bottom 0.3s ease 0s;
-moz-transition: bottom 0.3s ease 0s;
}   @media only screen and (min-width : 640px) and (max-width : 1024px) {
.ad_three_fifth.big-post {
width:100%;
margin-bottom:6px;
}
.headerblocks-item.ad_two_fifth.ad_margin.first {
margin-right:3px;
max-width:calc(50% - 3px);
margin-left:0 !important;
}
.headerblocks.wpmp_post_display1 .ad_two_fifth.ad_margin {
width:50%;
max-width:calc(50% - 3px);
margin-left:3px;
}
}
@media only screen and (max-width : 667px) {
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_three_fifth.big-post .info-post, 
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin .info-post {
display:none;
}
}   @media only screen and (max-device-width : 667px) and (orientation : portrait) {
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_three_fifth.big-post .info-post, 
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_two_fifth.ad_margin .info-post {
display:none;
}
}
.headerblocks {
line-height:1;
}
.headerblocks h2 {
font-size:32px;
}
.headerblocks .ad_two_fifth h2 {
font-size:24px;
}
.headerblocks h4 {
font-size:24px;
}
.headerblocks a {
text-decoration:none;
border-bottom:0;
box-shadow:0 0 0;
}
.wpmp-clear {
clear:both;
}
.headerblocks.wpmp_post_display1_bis .ad_three_fifth {
height:500px;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;	
}
.headerblocks.wpmp_post_display1_bis .ad_three_fifth { 
margin-right:6px;
}
.headerblocks.wpmp_post_display1_bis .ad_two_fifth.ad_margin { 
width:40%; 
max-width: -webkit-calc(40% - 6px);
max-width:         calc(40% - 6px);
}
.headerblocks.wpmp_post_display1_bis .ad_two_fifth.first {
margin-bottom:6px;
}
.headerblocks.wpmp_post_display1_bis .ad_two_fifth {
height:247px;
}
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth.ad_margin.first {
height:247px;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;	
}
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth.ad_margin {
height:247px;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;	
}
.headerblocks.wpmp_post_display1_bis .category a {
font-size:12px;
color:#fff;
background:rgba(0,0,0,0.65);
width:auto;
display:inline-block;
padding:6px 15px;
font-weight:800;
border-left:5px solid #e74c3c;
transition: background-color 0.3s ease 0s;
text-transform:uppercase;
}
.headerblocks.wpmp_post_display1_bis .category {
float:left;
}
.headerblocks.wpmp_post_display1_bis .category a:hover {
background:#e74c3c;
transition: background-color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display1_bis .share {
background: #e74c3c;
bottom: 0;
color: #fff;
cursor: pointer;
display: inline-block;
margin: 0 !important;
position: absolute;
right: -262px;
transition: all 0.3s ease 0s;
width: auto;
z-index: 500;
}
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_three_fifth.big-post:hover .share, .headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth.ad_margin:hover .share  {
right: -218px;
transition: all 0.3s ease 0s;
}
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_three_fifth.big-post .share:hover, .headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth.ad_margin .share:hover {
right: 0;
transition: all 0.3s ease 0s;
}
.headerblocks.wpmp_post_display1_bis .share a {
color: #ffffff;
float: right;
padding: 13px 16px;
transition: color 0.3s ease 0s;
font-size:16px;
}
.headerblocks.wpmp_post_display1_bis .share a:hover {
color:#000000;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display1_bis .share-icon:hover {
color:#ffffff;
}
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_three_fifth.big-post .title-info-post h2,.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth.ad_margin.first .title-info-post h4, .headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth.ad_margin .title-info-post h4 {
margin:0;
}
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_three_fifth.big-post .title-info-post a, 
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth.ad_margin.first .title-info-post a, 
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth.ad_margin .title-info-post a,
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_three_fifth.big-post .title-info-post .data,
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth.ad_margin .title-info-post .data {
color:#ffffff;
display:inline-block;
transition: color 0.3s ease 0s;
text-align:center;
margin-bottom:25px;
width:100%;
}
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_three_fifth.big-post .info-post a, 
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth .info-post a,
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_three_fifth.big-post .title-info-post .data,
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth.ad_margin .title-info-post .data,
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_three_fifth.big-post .info-post span,
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth .info-post span {
color: #ffffff;
display: inline-block;
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_three_fifth.big-post .title-info-post a:hover, 
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth.ad_margin .title-info-post a:hover {
color:#e74c3c;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_three_fifth.big-post .title-info-post {
bottom: -8%;
box-sizing: border-box;
left: 0;
padding: 15%;
position: absolute;
transition: all 0.3s ease 0s;
width: 100%;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);/
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_three_fifth.big-post, .headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth.ad_margin {
position: relative;
}
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth.ad_margin .title-info-post {
bottom: -8%;
box-sizing: border-box;
left: 0;
padding: 7%;
position: absolute;
transition: all 0.3s ease 0s;
width: 100%;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);/
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.headerblocks.wpmp_post_display1_bis .data {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
.headerblocks.wpmp_post_display1_bis .icon-calendar {
color: #e74c3c;
font-size: 16px;
margin: 0 10px 0 0;
padding: 0;
width:auto;
display: inline-block;
}
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_three_fifth.big-post i, 
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth.ad_margin i {
color: #ffffff;
float: left;
font-size: 12px;
margin: 0 10px 0 0;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_three_fifth.big-post .info-post a, 
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth.ad_margin .info-post a,
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_three_fifth.big-post .info-post span,
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth.ad_margin .info-post span {
margin:0;
padding:6px 0;
}
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_three_fifth.big-post .info-post a:hover, 
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth.ad_margin .info-post a:hover,  
.headerblocks.wpmp_post_display1_bis .share .icon a:hover {
color:#000000;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display1_bis .separator {
color: #fff;
display: inline-block;
margin: 0 10px;
}
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_three_fifth.big-post .info-post, 
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth.ad_margin .info-post {
background: #e74c3c;
display: inline-block;
padding:0 15px;
}
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_three_fifth.big-post:hover .title-info-post {
bottom:0;
transition: bottom 0.3s ease 0s;
-moz-transition: bottom 0.3s ease 0s;
}
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth.ad_margin:hover .title-info-post {
bottom:0;
transition: bottom 0.3s ease 0s;
-moz-transition: bottom 0.3s ease 0s;
}
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth.ad_margin .info-post .share   @media only screen and (min-width : 640px) and (max-width : 1024px) {
.ad_three_fifth.big-post {
width:100%;
margin-bottom:6px;
}
.headerblocks-item.ad_two_fifth.ad_margin.first {
margin-right:3px;
max-width:calc(50% - 3px);
margin-left:0 !important;
}
.headerblocks.wpmp_post_display1_bis .ad_two_fifth.ad_margin {
width:50%;
max-width:calc(50% - 3px);
margin-left:3px;
}
}
@media only screen and (max-width : 667px) {
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_three_fifth.big-post .info-post, .headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth.ad_margin .info-post {
display:none;
}
}   @media only screen and (max-device-width : 667px) and (orientation : portrait) {
.headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_three_fifth.big-post .info-post, .headerblocks.wpmp_post_display1_bis .headerblocks-item.ad_two_fifth.ad_margin .info-post {
display:none;
}
}
.headerblocks {
line-height:1;
}
.headerblocks h2 {
font-size:32px;
}
.headerblocks h4 {
font-size:20px;
}
.headerblocks a {
text-decoration:none;
border-bottom:0;
box-shadow:0 0 0;	
}
.wpmp-clear {
clear:both;
}
.headerblocks.wpmp_post_display2 .ad_one_one.ad_last {
height:500px;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;	
margin-bottom: 6px;
}
.headerblocks.wpmp_post_display2 .ad_one_one.ad_last { 
margin-right:6px;
}
.headerblocks.wpmp_post_display2 .ad_one_third.first {
margin-bottom:6px;
}
.headerblocks.wpmp_post_display2 .ad_one_third {
height:247px;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin.wpmepack-element-1 {
height: 150px;
margin-right: 3px;
max-width: calc(33.33% - 3px);	
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin.wpmepack-element-1 .photo {
width:40%;
height:100%;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;	
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .box-post {
background: #fff;
box-sizing: border-box;
display: inline-block;
height: 150px;
padding: 48px 25px 0;
width: 60%;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin.wpmepack-element-2 {
background: #ffffff;
height: 150px;
margin-left:3px;
margin-right: 3px;
max-width: calc(33.33% - 6px);	
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin.wpmepack-element-2 .photo {
width:40%;
height:100%;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin.wpmepack-element-3 {
background: #ffffff;
height: 150px;
margin-left: 3px;
max-width: calc(33.33% - 3px);	
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin.wpmepack-element-3 .photo {
width:40%;
height:100%;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;
}
.headerblocks.wpmp_post_display2 .ad_one_one .category a {
font-size:10px;
color:#fff;
background:rgba(0,0,0,0.65);
border-radius:0;
width:auto;
display:inline-block;
padding:6px 15px;
font-weight:800;
border-left:5px solid #e74c3c;
transition: background-color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .ad_one_one .category {
position: absolute;
top: 0;
left: 0;
}
.headerblocks.wpmp_post_display2 .ad_one_third .category a {
font-size:10px;
color:#fff;
background:#333333;
border-radius:0;
width:auto;
display:inline-block;
padding:6px 15px;
font-weight:800;
border-right:5px solid #e74c3c;
transition: background-color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .ad_one_third .category {
position: absolute;
top: 0;
right: 0;
}
.headerblocks.wpmp_post_display2 .category a:hover {
background:#e74c3c;
color:#ffffff !important;
transition: background-color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .share {
background: #e74c3c;
border-radius: 0;
color: #fff;
cursor: pointer;
display: inline-block;
margin: 0 !important;
position: absolute;
right: -262px;
transition: all 0.3s ease 0s;
width: auto;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post:hover .share, 
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin:hover .share  {
right: -218px;
transition: all 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .share:hover, 
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .share:hover {
right: 0;
transition: all 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .share a {
color: #ffffff;
float: right;
padding: 13px 16px;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .share a:hover {
color:#000000;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .share-icon:hover {
color:#ffffff !important;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post h2,.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin.first .title-info-post h4, .headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .title-info-post h4 {
margin:0;
text-transform:none;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post a,
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post span {
color:#ffffff;
display:inline-block;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post a:hover {
color:#e74c3c;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post .category a:hover,
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post .category a {
transition: background 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .box-post:hover .title-info-post .title-post a {
color:#e74c3c;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post {
position: absolute;
bottom:-42px;
left:0;
padding: 50px 35px 68px;
box-sizing:border-box;
width:100%;
transition: all 0.3s ease 0s;
background:rgba(0,0,0,0.2)
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post, .headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin {
position: relative;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .title-info-post {
box-sizing: border-box;
left: 0;
position: relative;
transition: all 0.3s ease 0s;
width: 100%;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .title-info-post h4 a{
color: #333333;
font-size: 18px;
font-weight: 500;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .data {
font-size: 14px;
font-weight: 400;
margin-top: 25px;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .data {
color: #8e8e8e;
display: inline-block;
margin-top: 15px;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .data:hover {
color:#e74c3c;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .icon-calendar {
color: #e74c3c;
font-size: 18px;
margin: 0 10px 0 0;
padding: 0;
width:auto;
float:left;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post i {
color: #ffffff;
float: left;
font-size: 12px;
margin: 0 10px 0 0;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .info-post a {
margin:0;
font-size:12px;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .info-post a:hover {
color:#000000;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .separator {
color: #fff;
display: inline-block;
margin: 0 10px;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .info-post {
background: #e74c3c;
bottom: 0;
left: 0;
padding: 8px 25px;
position: absolute;
border-radius: 0;
font-size:12px;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post:hover .title-info-post {
bottom:0;
transition: bottom 0.3s ease 0s;
-moz-transition: bottom 0.3s ease 0s;
}   @media only screen and (min-width : 640px) and (max-width : 1024px) {
.ad_one_one.ad_last.big-post {
width:100%;
margin-bottom:6px;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post, 
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin {
float: none;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin.second {
margin-bottom:6px;
margin-left:0;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin.third {
margin-left:0;
}
.headerblocks.wpmp_post_display2 h2 {
font-size:24px;	
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .title-info-post h4 a {
font-size:15px;	
}
}
@media only screen and (max-width : 667px) {
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_one_one.ad_last.big-post .info-post, 
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_one_third.ad_margin .info-post {
display:none;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post, 
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin {
float: none;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin.second {
margin-bottom:6px;
margin-left:0;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin.third {
margin-left:0;
}
.headerblocks.wpmp_post_display2 h2 {
font-size:24px;	
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .title-info-post h4 a {
font-size:15px;	
}		
}   @media only screen and (max-device-width : 667px) and (orientation : portrait) {
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .info-post, 
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .info-post {
display:none;
}
.headerblocks.wpmp_post_display2 h2 {
font-size:24px;	
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .title-info-post h4 a {
font-size:15px;	
}	
}
.headerblocks {
line-height:1;
}
.headerblocks h2 {
font-size:32px;
}
.headerblocks h4 {
font-size:20px;
}
.headerblocks a {
text-decoration:none;
border-bottom:0;
box-shadow:0 0 0;	
}
.wpmp-clear {
clear:both;
}
.headerblocks.wpmp_post_display2 .ad_one_one.ad_last {
height:500px;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;	
margin-bottom: 6px;
}
.headerblocks.wpmp_post_display2 .ad_one_one.ad_last { 
margin-right:6px;
}
.headerblocks.wpmp_post_display2 .ad_one_third.first {
margin-bottom:6px;
}
.headerblocks.wpmp_post_display2 .ad_one_third {
height:247px;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin.wpmepack-element-1 {
height: 150px;
margin-right: 3px;
max-width: calc(33.33% - 3px);	
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin.wpmepack-element-1 .photo {
width:40%;
height:100%;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;	
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .box-post {
background: #fff;
box-sizing: border-box;
display: inline-block;
height: 150px;
padding: 48px 25px 0;
width: 60%;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin.wpmepack-element-2 {
background: #ffffff;
height: 150px;
margin-left:3px;
margin-right: 3px;
max-width: calc(33.33% - 6px);	
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin.wpmepack-element-2 .photo {
width:40%;
height:100%;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin.wpmepack-element-3 {
background: #ffffff;
height: 150px;
margin-left: 3px;
max-width: calc(33.33% - 3px);	
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin.wpmepack-element-3 .photo {
width:40%;
height:100%;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;
}
.headerblocks.wpmp_post_display2 .ad_one_one .category a {
font-size:10px;
color:#fff;
background:rgba(0,0,0,0.65);
border-radius:0;
width:auto;
display:inline-block;
padding:6px 15px;
font-weight:800;
border-left:5px solid #e74c3c;
transition: background-color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .ad_one_one .category {
position: absolute;
top: 0;
left: 0;
}
.headerblocks.wpmp_post_display2 .ad_one_third .category a {
font-size:10px;
color:#fff;
background:#333333;
border-radius:0;
width:auto;
display:inline-block;
padding:6px 15px;
font-weight:800;
border-right:5px solid #e74c3c;
transition: background-color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .ad_one_third .category {
position: absolute;
top: 0;
right: 0;
}
.headerblocks.wpmp_post_display2 .category a:hover {
background:#e74c3c;
color:#ffffff !important;
transition: background-color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .share {
background: #e74c3c;
border-radius: 0;
color: #fff;
cursor: pointer;
display: inline-block;
margin: 0 !important;
position: absolute;
right: -262px;
transition: all 0.3s ease 0s;
width: auto;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post:hover .share, 
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin:hover .share  {
right: -218px;
transition: all 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .share:hover, 
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .share:hover {
right: 0;
transition: all 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .share a {
color: #ffffff;
float: right;
padding: 13px 16px;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .share a:hover {
color:#000000;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .share-icon:hover {
color:#ffffff !important;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post h2,.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin.first .title-info-post h4, .headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .title-info-post h4 {
margin:0;
text-transform:none;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post a,
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post span {
color:#ffffff;
display:inline-block;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post a:hover {
color:#e74c3c;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post .category a:hover,
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post .category a {
transition: background 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .box-post:hover .title-info-post .title-post a {
color:#e74c3c;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post {
position: absolute;
bottom:-42px;
left:0;
padding: 50px 35px 68px;
box-sizing:border-box;
width:100%;
transition: all 0.3s ease 0s;
background:rgba(0,0,0,0.2)
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post, .headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin {
position: relative;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .title-info-post {
box-sizing: border-box;
left: 0;
position: relative;
transition: all 0.3s ease 0s;
width: 100%;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .title-info-post h4 a{
color: #333333;
font-size: 18px;
font-weight: 500;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .data {
font-size: 14px;
font-weight: 400;
margin-top: 25px;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .data {
color: #8e8e8e;
display: inline-block;
margin-top: 15px;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .data:hover {
color:#e74c3c;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .icon-calendar {
color: #e74c3c;
font-size: 18px;
margin: 0 10px 0 0;
padding: 0;
width:auto;
float:left;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post i {
color: #ffffff;
float: left;
font-size: 12px;
margin: 0 10px 0 0;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .info-post a {
margin:0;
font-size:12px;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .info-post a:hover {
color:#000000;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2 .separator {
color: #fff;
display: inline-block;
margin: 0 10px;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .info-post {
background: #e74c3c;
bottom: 0;
left: 0;
padding: 8px 25px;
position: absolute;
border-radius: 0;
font-size:12px;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post:hover .title-info-post {
bottom:0;
transition: bottom 0.3s ease 0s;
-moz-transition: bottom 0.3s ease 0s;
}   @media only screen and (min-width : 640px) and (max-width : 1024px) {
.ad_one_one.ad_last.big-post {
width:100%;
margin-bottom:6px;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post, 
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin {
float: none;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin.second {
margin-bottom:6px;
margin-left:0;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin.third {
margin-left:0;
}
.headerblocks.wpmp_post_display2 h2 {
font-size:24px;	
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .title-info-post h4 a {
font-size:15px;	
}
}
@media only screen and (max-width : 667px) {
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_one_one.ad_last.big-post .info-post, 
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_one_third.ad_margin .info-post {
display:none;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post, 
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin {
float: none;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin.second {
margin-bottom:6px;
margin-left:0;
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin.third {
margin-left:0;
}
.headerblocks.wpmp_post_display2 h2 {
font-size:24px;	
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .title-info-post h4 a {
font-size:15px;	
}		
}   @media only screen and (max-device-width : 667px) and (orientation : portrait) {
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_one.ad_last.big-post .info-post, 
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .info-post {
display:none;
}
.headerblocks.wpmp_post_display2 h2 {
font-size:24px;	
}
.headerblocks.wpmp_post_display2 .headerblocks-item.ad_one_third.ad_margin .title-info-post h4 a {
font-size:15px;	
}	
}
.headerblocks {
line-height:1;
}
.headerblocks h2 {
font-size:32px;
}
.headerblocks h4 {
font-size:20px;
}
.headerblocks a {
text-decoration:none;
border-bottom:0;
box-shadow:0 0 0;	
}
.wpmp-clear {
clear:both;
}
.headerblocks.wpmp_post_display2_bis .ad_one_one.ad_last {
height:500px;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;	
margin-bottom: 6px;
}
.headerblocks.wpmp_post_display2_bis .ad_one_one.ad_last { 
margin-right:6px;
}
.headerblocks.wpmp_post_display2_bis .ad_one_third.first {
margin-bottom:6px;
}
.headerblocks.wpmp_post_display2_bis .ad_one_third {
height:247px;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin.first {
height: 150px;
margin-right: 3px;
max-width: calc(33.33% - 3px);	
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin .photo {
position:relative;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin.first .photo {
width:40%;
height:100%;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;	
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin .box-post {
background: #fff;
box-sizing: border-box;
display: inline-block;
height: 150px;
padding: 7%;
width: 60%;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin.second {
background: #ffffff;
height: 150px;
margin-left:3px;
margin-right: 3px;
max-width: calc(33.33% - 6px);	
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin.second .photo {
width:40%;
height:100%;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin.third {
background: #ffffff;
height: 150px;
margin-left: 3px;
max-width: calc(33.33% - 3px);	
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin.third .photo {
width:40%;
height:100%;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;
}
.headerblocks.wpmp_post_display2_bis .ad_one_one .category a {
font-size:12px;
color:#fff;
background:rgba(0,0,0,0.65);
width:auto;
display:inline-block;
padding:6px 15px;
font-weight:800;
border-left:5px solid #e74c3c;
transition: background-color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2_bis .ad_one_one .category {
float:left;
}
.headerblocks.wpmp_post_display2_bis .ad_one_third .category a {
background: rgba(0, 0, 0, 0.5);
border-top: 2px solid #e74c3c;
color: #fff;
display: inline-block;
font-size: 12px;
font-weight: 800;
padding: 6px 15px;
text-align: center;
transition: background-color 0.3s ease 0s;
width:100%;
}
.headerblocks.wpmp_post_display2_bis .ad_one_third .category {
bottom: 0;
position: absolute;
width: 100%;
}
.headerblocks.wpmp_post_display2_bis .category a:hover {
background:#e74c3c;
color:#ffffff;
transition: background-color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2_bis .share {
background: #e74c3c;
color: #fff;
cursor: pointer;
display: inline-block;
margin: 0 !important;
position: absolute;
right: -263px;
transition: all 0.3s ease 0s;
width: auto;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_one.ad_last.big-post:hover .share, 
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin:hover .share  {
right: -218px;
transition: all 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_one.ad_last.big-post .share:hover, 
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin .share:hover {
right: 0;
transition: all 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2_bis .share a {
color: #ffffff;
float: right;
padding: 13px 16px;
transition: color 0.3s ease 0s;
font-size:16px;
}
.headerblocks.wpmp_post_display2_bis .share a:hover {
color:#000000;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2_bis .share-icon:hover {
color:#ffffff;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post h2,.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin.first .title-info-post h4, .headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin .title-info-post h4 {
margin:0;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post a,
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post span {
color:#ffffff;
display:inline-block;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_one.ad_last.big-post .info-post a,
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_one.ad_last.big-post .info-post span {
color: #ffffff;
display: inline-block;
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post a:hover {
color:#e74c3c;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post a:hover {
color:#e74c3c;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post .category a:hover,
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post .category a {
transition: background 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin .box-post:hover .title-info-post .title-post a {
color:#e74c3c;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post {
position: absolute;
bottom:-42px;
left:0;
padding: 50px 35px 68px;
box-sizing:border-box;
width:100%;
transition: all 0.3s ease 0s;
background:rgba(0,0,0,0.4);
text-align:center;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_one.ad_last.big-post, .headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin {
position: relative;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin .title-info-post {
box-sizing: border-box;
left: 0;
position: relative;
transition: all 0.3s ease 0s;
width: 100%;
text-align:center;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin .title-info-post h4 a {
color: #333333;
font-size: 18px;
font-weight: 500;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2_bis .data {
font-size: 14px;
font-weight: 400;
margin-top: 25px;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin .data {
color: #8e8e8e;
display: inline-block;
margin-top: 15px;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin .data:hover {
color:#e74c3c;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2_bis .icon-calendar {
color: #e74c3c;
font-size: 18px;
margin: 0 10px 0 0;
padding: 0;
width:auto;
float:left;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_one.ad_last.big-post i {
color: #ffffff;
float: left;
font-size: 12px;
margin: 0 10px 0 0;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_one.ad_last.big-post .info-post a {
margin:0;
padding: 6px 0;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_one.ad_last.big-post .info-post a:hover {
color:#000000;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2_bis .separator {
color: #fff;
display: inline-block;
margin: 0 10px;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_one.ad_last.big-post .info-post {
background: #e74c3c;
display: inline-block;
padding: 0 15px;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_one.ad_last.big-post:hover .title-info-post {
bottom:-20px;
transition: bottom 0.3s ease 0s;
-moz-transition: bottom 0.3s ease 0s;
}
.headerblocks.wpmp_post_display2_bis .info-post a {
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
}   @media only screen and (min-width : 640px) and (max-width : 1024px) {
.ad_one_one.ad_last.big-post {
width:100%;
margin-bottom:6px;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_one.ad_last.big-post, .headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin {
float: none;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin.second {
margin-bottom:6px;
margin-left:0;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin.third {
margin-left:0;
}
.headerblocks.wpmp_post_display2_bis h2 {
font-size:24px;	
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin .title-info-post h4 a {
font-size:15px;	
}
.headerblocks.wpmp_post_display2_bis .ad_one_third .data {
font-size: 12px;
}			
}
@media only screen and (max-width : 667px) {
.headerblocks.wpmp_post_display1 .headerblocks-item.ad_one_one.ad_last.big-post .info-post, .headerblocks.wpmp_post_display1 .headerblocks-item.ad_one_third.ad_margin .info-post {
display:none;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_one.ad_last.big-post, .headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin {
float: none;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin.second {
margin-bottom:6px;
margin-left:0;
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin.third {
margin-left:0;
}
.headerblocks.wpmp_post_display2_bis h2 {
font-size:24px;	
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin .title-info-post h4 a {
font-size:15px;	
}
.headerblocks.wpmp_post_display2_bis .ad_one_third .data {
font-size: 12px;
}		
}   @media only screen and (max-device-width : 667px) and (orientation : portrait) {
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_one.ad_last.big-post .info-post, .headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin .info-post {
display:none;
}
.headerblocks.wpmp_post_display2_bis h2 {
font-size:24px;	
}
.headerblocks.wpmp_post_display2_bis .headerblocks-item.ad_one_third.ad_margin .title-info-post h4 a {
font-size:15px;	
}
.headerblocks.wpmp_post_display2_bis .ad_one_third .data {
font-size: 12px;
}		
}
.headerblocks {
line-height:1;
}
.headerblocks h2 {
font-size:32px;
}
.headerblocks h4 {
font-size:20px;
}
.headerblocks .wpmepack-element-1 h4,
.headerblocks .wpmepack-element-2 h4 {
font-size:18px;
line-height:1.2;
}
.headerblocks a {
text-decoration:none;
border-bottom:0;
box-shadow:0 0 0;		
}
.wpmp-clear {
clear:both;
}
.headerblocks.wpmp_post_display3 .ad_three_fifth {
height:500px;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;	
}
.headerblocks.wpmp_post_display3 .ad_three_fifth { 
margin-right:6px;
}
.headerblocks.wpmp_post_display3 .ad_two_fifth.ad_margin { 
width:40%; 
max-width: -webkit-calc(40% - 6px);
max-width:         calc(40% - 6px);
}
.headerblocks.wpmp_post_display3 .ad_one_fifth.ad_margin { 
width:20%; 
max-width: -webkit-calc(20% - 6px);
max-width:         calc(20% - 6px);
}
.headerblocks.wpmp_post_display3 .ad_one_fifth.ad_margin .second { 
width:20%; 
max-width: -webkit-calc(20% - 6px);
max-width:         calc(20% - 6px);
}
.headerblocks.wpmp_post_display3 .ad_two_fifth.first {
margin-bottom:6px;
}
.headerblocks.wpmp_post_display3 .ad_two_fifth {
height:247px;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_one_fifth.ad_margin.first {
background-position: center center;
background-size: cover;
float: left;
height: 247px;
margin-bottom: 6px;
margin-right: 3px;
overflow: hidden;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_one_fifth.ad_margin.second {
margin-left: 3px;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_one_fifth.ad_margin {
height:247px;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;	
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_two_fifth.ad_margin.third {
height:247px;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;	
}
.headerblocks.wpmp_post_display3 .category a {
font-size:10px;
color:#fff;
background:rgba(0,0,0,0.65);
border-radius:0;
width:auto;
display:inline-block;
padding:6px 15px;
font-weight:800;
border-left:5px solid #e74c3c;
transition: background-color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display3 .category {
float:left;
}
.headerblocks.wpmp_post_display3 .category a:hover {
background:#e74c3c;
transition: background-color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display3 .share {
background: #e74c3c;
border-radius: 0;
color: #fff;
cursor: pointer;
display: inline-block;
margin: 0 !important;
position: absolute;
right: -262px;
transition: all 0.3s ease 0s;
width: auto;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_three_fifth.big-post:hover .share, 
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_one_fifth.ad_margin:hover .share, 
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_two_fifth.ad_margin:hover .share  {
right: -218px;
transition: all 0.3s ease 0s;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_three_fifth.big-post .share:hover, 
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_two_fifth.ad_margin .share:hover, 
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_one_fifth.ad_margin .share:hover {
right: 0;
transition: all 0.3s ease 0s;
}
.headerblocks-item.ad_one_fifth.ad_margin h4 {
margin:0;
}
.headerblocks.wpmp_post_display3 .share a {
color: #ffffff;
float: right;
padding: 13px 16px;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display3 .share a:hover {
color:#000000;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display3 .share-icon:hover {
color:#ffffff !important;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_three_fifth.big-post .title-info-post h2,
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_two_fifth.ad_margin.first .title-info-post h4, 
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_two_fifth.ad_margin .title-info-post h4 {
margin:0;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_three_fifth.big-post .title-info-post a, 
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_one_fifth.ad_margin .title-info-post a, 
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_two_fifth.ad_margin .title-info-post a, 
.headerblocks.wpmp_post_display3 .headerblocks-item .title-info-post span  {
color:#ffffff;
display:inline-block;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_three_fifth.big-post .title-info-post a:hover, 
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_one_fifth.ad_margin .title-info-post a:hover, 
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_two_fifth.ad_margin .title-info-post a:hover {
color:#e74c3c;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_three_fifth.big-post .title-info-post {
position: absolute;
bottom:-42px;
left:0;
padding: 20px 35px 68px;
box-sizing:border-box;
width:100%;
transition: all 0.3s ease 0s;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);/
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_three_fifth.big-post, .headerblocks.wpmp_post_display3 .headerblocks-item.ad_two_fifth.ad_margin {
position: relative;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_one_fifth.ad_margin .title-info-post {
position: absolute;
bottom:-38px;
left:0;
padding: 15px 30px 58px;
box-sizing:border-box;
width:100%;
transition: all 0.3s ease 0s;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);/
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_two_fifth.ad_margin .title-info-post {
position: absolute;
bottom:-38px;
left:0;
padding: 15px 30px 58px;
box-sizing:border-box;
width:100%;
transition: all 0.3s ease 0s;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);/
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.headerblocks.wpmp_post_display3 .data {
font-size: 14px;
font-weight: 400;
margin-top: 25px;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_two_fifth.ad_margin .data {
margin-top: 15px;
}
.headerblocks.wpmp_post_display3 .icon-calendar {
color: #e74c3c;
font-size: 18px;
margin: 0 10px 0 0;
padding: 0;
width:auto;
float:left;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_three_fifth.big-post i {
color: #ffffff;
float: left;
font-size:12px;
margin: 0 10px 0 0;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_two_fifth.ad_margin.wpmepack-element-3 i, 
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_two_fifth.ad_margin.wpmepack-element-3 .info-post {
float: left;
font-size: 14px;
margin: 0 10px 0 0;
transition: color 0.3s ease 0s;	
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_one_fifth.ad_margin.wpmepack-element-1 .share,
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_one_fifth.ad_margin.wpmepack-element-2 .share {
display:none;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_three_fifth.big-post .info-post a, 
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_two_fifth.ad_margin .info-post a, 
.headerblocks.wpmp_post_display3 .headerblocks-item. .info-post span {
margin:0;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_three_fifth.big-post .info-post a:hover, 
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_two_fifth.ad_margin .info-post a:hover,  
.headerblocks.wpmp_post_display3 .share .icon a:hover {
color:#000000;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display3 .separator {
color: #fff;
display: inline-block;
margin: 0 10px;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_three_fifth.big-post .info-post, 
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_two_fifth.ad_margin .info-post {
background: #e74c3c;
bottom: 0;
left: 0;
padding: 8px 25px;
position: absolute;
border-radius: 0;
font-size:12px;
}
.headerblocks.wpmp_post_display3 .headerblocks-item .info-post a {
font-size:12px;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_three_fifth.big-post:hover .title-info-post {
bottom:0;
transition: bottom 0.3s ease 0s;
-moz-transition: bottom 0.3s ease 0s;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_one_fifth.ad_margin:hover .title-info-post {
bottom:-15px;
transition: bottom 0.3s ease 0s;
-moz-transition: bottom 0.3s ease 0s;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_two_fifth.ad_margin:hover .title-info-post {
bottom:0;
transition: bottom 0.3s ease 0s;
-moz-transition: bottom 0.3s ease 0s;
}   @media only screen and (min-width : 640px) and (max-width : 1024px) {
.ad_three_fifth.big-post {
width:100%;
margin-bottom:6px;
}
.headerblocks-item.ad_two_fifth.ad_margin.first {
margin-right:3px;
max-width:calc(50% - 3px);
margin-left:0 !important;
}
.headerblocks.wpmp_post_display3 .ad_two_fifth.ad_margin {
width:50%;
max-width:calc(50% - 3px);
margin-left:3px;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_one_fifth.ad_margin.second {
margin-left:0;
margin-bottom:6px;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_two_fifth.ad_margin.third {
margin-left:3px;
}
.headerblocks.wpmp_post_display3 .ad_one_fifth.ad_margin {
max-width:none;
width:33.33%;
}
.headerblocks.wpmp_post_display3 .ad_two_fifth.ad_margin {
max-width:none;
width:33.33%;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_three_fifth.big-post .info-post, .headerblocks.wpmp_post_display3 .headerblocks-item.ad_two_fifth.ad_margin .info-post {
display:none;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_one_fifth.ad_margin.second {
margin:0 3px;
max-width:calc(33.33% - 6px);
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_one_fifth.ad_margin.first {
max-width:calc(33.33% - 6px);
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_one_fifth.ad_margin.third {
max-width:calc(33.33% - 6px);
}
.headerblocks.wpmp_post_display3 h2 {
font-size:24px;	
}		
}
@media only screen and (max-width : 667px) {
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_three_fifth.big-post .info-post, .headerblocks.wpmp_post_display3 .headerblocks-item.ad_two_fifth.ad_margin .info-post {
display:none;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_one_fifth.ad_margin.second {
margin-left:0;
margin-bottom:6px;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_two_fifth.ad_margin.third {
margin-left:0;
}
.headerblocks.wpmp_post_display3 h2 {
font-size:24px;	
}	
}   @media only screen and (max-device-width : 667px) and (orientation : portrait) {
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_three_fifth.big-post .info-post, .headerblocks.wpmp_post_display3 .headerblocks-item.ad_two_fifth.ad_margin .info-post {
display:none;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_one_fifth.ad_margin.second {
margin-left:0;
margin-bottom:6px;
}
.headerblocks.wpmp_post_display3 .headerblocks-item.ad_two_fifth.ad_margin.third {
margin-left:0;
}
.headerblocks.wpmp_post_display3 h2 {
font-size:24px;	
}	
}
.headerblocks {
line-height:1;
}
.headerblocks h2 {
font-size:32px;
}
.headerblocks h4 {
font-size:20px;
}
.headerblocks .wpmepack-element-1 h4,
.headerblocks .wpmepack-element-2 h4 {
font-size:18px;
line-height:1.2;
}
.headerblocks a {
text-decoration:none;
border-bottom:0;
box-shadow:0 0 0;	
}
.wpmp-clear {
clear:both;
}
.headerblocks.wpmp_post_display3_bis .ad_three_fifth {
height:500px;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;	
}
.headerblocks.wpmp_post_display3_bis .ad_three_fifth { 
margin-right:6px;
}
.headerblocks.wpmp_post_display3_bis .ad_two_fifth.ad_margin { 
width:40%; 
max-width: -webkit-calc(40% - 6px);
max-width:         calc(40% - 6px);
}
.headerblocks.wpmp_post_display3_bis .ad_one_fifth.ad_margin { 
width:20%; 
max-width: -webkit-calc(20% - 6px);
max-width:         calc(20% - 6px);
}
.headerblocks.wpmp_post_display3_bis .ad_one_fifth.ad_margin .second { 
width:20%; 
max-width: -webkit-calc(20% - 6px);
max-width:         calc(20% - 6px);
}
.headerblocks.wpmp_post_display3_bis .ad_two_fifth.first {
margin-bottom:6px;
}
.headerblocks.wpmp_post_display3_bis .ad_two_fifth {
height:247px;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_one_fifth.ad_margin.first {
background-position: center center;
background-size: cover;
float: left;
height: 247px;
margin-bottom: 6px;
margin-right: 3px;
overflow: hidden;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_one_fifth.ad_margin.second {
margin-left: 3px;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_one_fifth.ad_margin {
height:247px;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;	
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth.ad_margin.third {
height:247px;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;	
}
.headerblocks.wpmp_post_display3_bis .category a {
font-size:12px;
color:#fff;
background:rgba(0,0,0,0.65);
width:auto;
display:inline-block;
padding:6px 15px;
font-weight:800;
border-left:5px solid #e74c3c;
transition: background-color 0.3s ease 0s;
text-transform:uppercase;
}
.headerblocks.wpmp_post_display3_bis .category {
float:left;
}
.headerblocks.wpmp_post_display3_bis .category a:hover {
background:#e74c3c;
transition: background-color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display3_bis .share {
background: #e74c3c;
bottom: 0;
color: #fff;
cursor: pointer;
display: inline-block;
margin: 0 !important;
position: absolute;
right: -263px;
transition: all 0.3s ease 0s;
width: auto;
z-index: 500;
}
.headerblocks.wpmp_post_display3_bis .ad_one_fifth .share {
background: #e74c3c;
bottom: 0;
color: #fff;
cursor: pointer;
display: inline-block;
margin: 0 !important;
position: absolute;
right: -218px;
transition: all 0.3s ease 0s;
width: auto;
z-index: 500;
}
.headerblocks.wpmp_post_display3_bis .ad_one_fifth .share a {
color: #ffffff;
float: right;
padding: 10px;
transition: color 0.3s ease 0s;
font-size:12px;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_one_fifth.ad_margin:hover .share {
right:-218px;
transition: all 0.3s ease 0s;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_three_fifth.big-post:hover .share, 
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth.ad_margin:hover .share  {
right:-218px;
transition: all 0.3s ease 0s;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_three_fifth.big-post .share:hover, 
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth.ad_margin .share:hover, 
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_one_fifth.ad_margin .share:hover {
right: 0;
transition: all 0.3s ease 0s;
}
.headerblocks-item.ad_one_fifth.ad_margin h4 {
margin:0;
}
.headerblocks.wpmp_post_display3_bis .share a {
color: #ffffff;
float: right;
padding: 13px 16px;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display3_bis .big-post .share a,
.headerblocks.wpmp_post_display3_bis .third .share a {
font-size:16px;
}
.headerblocks.wpmp_post_display3_bis .share a:hover {
color:#000000;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display3_bis .share-icon:hover {
color:#ffffff;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_three_fifth.big-post .title-info-post h2,
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth.ad_margin.first .title-info-post h4, 
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth.ad_margin .title-info-post h4 {
margin:0;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_three_fifth.big-post .title-info-post a, 
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_one_fifth.ad_margin .title-info-post a, 
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth.ad_margin .title-info-post a,
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_three_fifth.big-post .title-info-post span,
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth.ad_margin .title-info-post span,
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_one_fifth.big-post .title-info-post span,
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_one_fifth.ad_margin .title-info-post span {
color:#ffffff;
display:inline-block;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_three_fifth.big-post .title-info-post a:hover, 
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_one_fifth.ad_margin .title-info-post a:hover, 
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth.ad_margin .title-info-post a:hover {
color:#e74c3c;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_three_fifth.big-post .title-info-post {
position: absolute;
bottom:-42px;
left:0;
padding: 20px 35px 68px;
box-sizing:border-box;
width:100%;
text-align:center;
transition: all 0.3s ease 0s;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);/
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_three_fifth.big-post, 
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth.ad_margin {
position: relative;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_one_fifth.ad_margin .title-info-post {
position: absolute;
bottom:-38px;
left:0;
padding: 15px 30px 58px;
box-sizing:border-box;
width:100%;
text-align:center;
transition: all 0.3s ease 0s;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);/
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth.ad_margin .title-info-post {
position: absolute;
bottom:-42px;
left:0;
padding: 20px 35px 68px;
box-sizing:border-box;
width:100%;
text-align:center;
transition: all 0.3s ease 0s;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);/
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.headerblocks.wpmp_post_display3_bis .data {
font-size: 14px;
font-weight: 400;
margin-top: 25px;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth.ad_margin .data {
margin-top: 15px;
}
.headerblocks.wpmp_post_display3_bis .icon-calendar {
color: #e74c3c;
font-size: 18px;
margin: 0 10px 0 0;
padding: 0;
width:auto;
float:left;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_three_fifth.big-post i, 
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth.ad_margin i  {
color: #ffffff;
float: left;
font-size: 12px;
margin: 0 10px 0 0;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_three_fifth.big-post .info-post a, 
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth.ad_margin .info-post a {
margin:0;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_three_fifth.big-post .info-post a, 
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth .info-post a,
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_three_fifth.big-post .info-post span,
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth .info-post span {
color: #ffffff;
display: inline-block;
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
transition: color 0.3s ease 0s;
padding: 6px 0px;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_three_fifth.big-post .info-post a:hover, 
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth.ad_margin .info-post a:hover,  
.headerblocks.wpmp_post_display3_bis .share .icon a:hover {
color:#000000;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display3_bis .separator {
color: #fff;
display: inline-block;
margin: 0 10px;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_three_fifth.big-post .info-post, 
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth.ad_margin .info-post {
background: #e74c3c;
display: inline-block;
padding: 0 15px;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_three_fifth.big-post:hover .title-info-post {
bottom:0;
transition: bottom 0.3s ease 0s;
-moz-transition: bottom 0.3s ease 0s;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_one_fifth.ad_margin:hover .title-info-post {
bottom:0;
transition: bottom 0.3s ease 0s;
-moz-transition: bottom 0.3s ease 0s;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth.ad_margin:hover .title-info-post {
bottom:0;
transition: bottom 0.3s ease 0s;
-moz-transition: bottom 0.3s ease 0s;
}   @media only screen and (min-width : 640px) and (max-width : 1024px) {
.ad_three_fifth.big-post {
width:100%;
margin-bottom:6px;
}
.headerblocks-item.ad_two_fifth.ad_margin.first {
margin-right:3px;
max-width:calc(50% - 3px);
margin-left:0 !important;
}
.headerblocks.wpmp_post_display3_bis .ad_two_fifth.ad_margin {
width:50%;
max-width:calc(50% - 3px);
margin-left:3px;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_one_fifth.ad_margin.second {
margin-left:0;
margin-bottom:6px;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth.ad_margin.third {
margin-left:3px;
}
.headerblocks.wpmp_post_display3_bis .ad_one_fifth.ad_margin {
max-width:none;
width:33.33%;
}
.headerblocks.wpmp_post_display3_bis .ad_two_fifth.ad_margin {
max-width:none;
width:33.33%;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_three_fifth.big-post .info-post, .headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth.ad_margin .info-post {
display:none;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_one_fifth.ad_margin.second {
margin:0 3px;
max-width:calc(33.33% - 6px);
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_one_fifth.ad_margin.first {
max-width:calc(33.33% - 6px);
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_one_fifth.ad_margin.third {
max-width:calc(33.33% - 6px);
}
.headerblocks.wpmp_post_display3_bis h2 {
font-size:24px;	
}		
}
@media only screen and (max-width : 667px) {
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_three_fifth.big-post .info-post, .headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth.ad_margin .info-post {
display:none;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_one_fifth.ad_margin.second {
margin-left:0;
margin-bottom:6px;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth.ad_margin.third {
margin-left:0;
}
.headerblocks.wpmp_post_display3_bis h2 {
font-size:24px;	
}		
}   @media only screen and (max-device-width : 667px) and (orientation : portrait) {
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_three_fifth.big-post .info-post, .headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth.ad_margin .info-post {
display:none;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_one_fifth.ad_margin.second {
margin-left:0;
margin-bottom:6px;
}
.headerblocks.wpmp_post_display3_bis .headerblocks-item.ad_two_fifth.ad_margin.third {
margin-left:0;
}
.headerblocks.wpmp_post_display3_bis h2 {
font-size:24px;	
}	
}
.headerblocks.wpmp_post_display4 h2 {
font-size:26px;
}
.headerblocks a {
text-decoration:none;
border-bottom:0;
box-shadow:0 0 0;		
}
.headerblocks.wpmp_post_display4 .ad_one_one.ad_last {
height:400px;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;	
margin-bottom: 0;
}
.headerblocks.wpmp_post_display4 .ad_one_one.ad_last { 
margin-right:6px;
}
.headerblocks.wpmp_post_display4 .ad_one_third.first {
margin-bottom:6px;
}
.headerblocks.wpmp_post_display4 .ad_one_third {
height:247px;
}
.headerblocks.wpmp_post_display4 .ad_one_one .category a {
font-size:10px;
color:#fff;
background:rgba(0,0,0,0.65);
border-radius:0;
width:auto;
display:inline-block;
padding:6px 15px;
font-weight:800;
border-left:5px solid #e74c3c;
transition: background-color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display4 .ad_one_one .category {
position: absolute;
top: 0;
left: 0;
}
.headerblocks.wpmp_post_display4 .ad_one_third .category a {
font-size:10px;
color:#fff;
background:#333333;
border-radius:0;
width:auto;
display:inline-block;
padding:6px 15px;
font-weight:800;
border-right:5px solid #e74c3c;
transition: background-color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display4 .ad_one_third .category {
position: absolute;
top: 0;
right: 0;
}
.headerblocks.wpmp_post_display4 .category a:hover {
background:#e74c3c;
color:#ffffff;
transition: color 0.3s ease 0s;
transition: background 0.3s ease 0s;
}
.headerblocks.wpmp_post_display4 .share {
background: #e74c3c;
border-radius: 0;
color: #fff;
cursor: pointer;
display: inline-block;
margin: 0 !important;
position: absolute;
right: -290px;
transition: all 0.3s ease 0s;
width: auto;
}
.headerblocks.wpmp_post_display4 .headerblocks-item.ad_one_one.ad_last.big-post:hover .share, 
.headerblocks.wpmp_post_display4 .headerblocks-item.ad_one_third.ad_margin:hover .share  {
right: -240px;
transition: all 0.3s ease 0s;
}
.headerblocks.wpmp_post_display4 .headerblocks-item.ad_one_one.ad_last.big-post .share:hover,
.headerblocks.wpmp_post_display4 .headerblocks-item.ad_one_third.ad_margin .share:hover {
right: 0;
transition: all 0.3s ease 0s;
}
.headerblocks.wpmp_post_display4 .share a {
color: #ffffff;
float: right;
padding: 13px 16px;
transition: color 0.3s ease 0s;
font-size:16px;
}
.headerblocks.wpmp_post_display4 .share a:hover {
color:#000000;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display4 .share-icon a:hover {
color:#ffffff;
}
.headerblocks.wpmp_post_display4 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post h2 {
margin:0;
}
.headerblocks.wpmp_post_display4 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post a,
.headerblocks.wpmp_post_display4 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post span {
color:#ffffff;
display:inline-block;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display4 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post a:hover {
color:#e74c3c;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display4 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post .category a:hover,
.headerblocks.wpmp_post_display4 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post .category a {
transition: background 0.3s ease 0s;
}
.headerblocks.wpmp_post_display4 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post .category a:hover {
color:#FFF;
}
.headerblocks.wpmp_post_display4 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post {
position: absolute;
bottom:-38px;
left:0;
padding: 50px 35px 68px;
box-sizing:border-box;
width:100%;
transition: all 0.3s ease 0s;
background:rgba(0,0,0,0.2)
}
.headerblocks.wpmp_post_display4 .headerblocks-item.ad_one_one.ad_last.big-post, 
.headerblocks.wpmp_post_display4 .headerblocks-item.ad_one_third.ad_margin {
position: relative;
}
.headerblocks.wpmp_post_display4 .data {
font-size: 14px;
font-weight: 400;
margin-top: 25px;
}
.headerblocks.wpmp_post_display4 .icon-calendar {
color: #e74c3c;
font-size: 18px;
margin: 0 10px 0 0;
padding: 0;
width:auto;
float:left;
}
.headerblocks.wpmp_post_display4 .headerblocks-item.ad_one_one.ad_last.big-post i  {
color: #ffffff;
float: left;
font-size: 18px;
margin: 0 10px 0 0;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display4 .headerblocks-item.ad_one_one.ad_last.big-post:hover .title-info-post {
bottom:-20px;
transition: bottom 0.3s ease 0s;
-moz-transition: bottom 0.3s ease 0s;
}
.headerblocks .owl-controls {
opacity:0;
transition: opacity 0.3s ease 0s;	
}
.wpmp_post_display4:hover .owl-controls {
opacity:1;
transition: opacity 0.3s ease 0s;	
}
.wpmp_post_display4 .owl-prev {
left: 0;
margin-top: -24px;
position: absolute;
top: 50%;
}
.wpmp_post_display4 .owl-next {
right: 0;
margin-top: -18px;
position: absolute;
top: 50%;
}   @media only screen and (min-width : 640px) and (max-width : 1024px) {
.ad_one_one.ad_last.big-post {
width:100%;
margin-bottom:6px;
}
.headerblocks.wpmp_post_display4 .headerblocks-item.ad_one_one.ad_last.big-post, .headerblocks.wpmp_post_display4 .headerblocks-item.ad_one_third.ad_margin {
float: none;
}	
}
@media only screen and (max-width : 667px) {
.headerblocks.wpmp_post_display4 .headerblocks-item.ad_one_one.ad_last.big-post, .headerblocks.wpmp_post_display4 .headerblocks-item.ad_one_third.ad_margin {
float: none;
}
}   @media only screen and (max-device-width : 667px) and (orientation : portrait) {
}
.headerblocks.wpmp_post_display4_bis h2 {
font-size:26px;
}
.headerblocks a {
text-decoration:none;
}
.headerblocks.wpmp_post_display4_bis .ad_one_one.ad_last {
height:400px;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;	
margin-bottom: 0;
}
.headerblocks.wpmp_post_display4_bis .ad_one_one.ad_last { 
margin-right:6px;
}
.headerblocks.wpmp_post_display4_bis .ad_one_third.first {
margin-bottom:6px;
}
.headerblocks.wpmp_post_display4_bis .ad_one_third {
height:247px;
}
.headerblocks.wpmp_post_display4_bis .ad_one_one .category a {
font-size:10px;
color:#fff;
background:rgba(0,0,0,0.65);
width:auto;
display:inline-block;
padding:6px 15px;
font-weight:800;
border-left:5px solid #e74c3c;
transition: background-color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display4_bis .ad_one_third .category a {
font-size:10px;
color:#fff;
background:#333333;
border-radius:0 0 0 6px;
width:auto;
display:inline-block;
padding:6px 15px;
font-weight:800;
border-right:5px solid #e74c3c;
transition: background-color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display4_bis .ad_one_third .category {
position: absolute;
top: 0;
right: 0;
}
.headerblocks.wpmp_post_display4_bis .category a:hover {
background:#e74c3c;
color:#ffffff !important;
transition: color 0.3s ease 0s;
transition: background 0.3s ease 0s;
}
.headerblocks.wpmp_post_display4_bis .share {
background: #e74c3c;
bottom: 0;
color: #fff;
cursor: pointer;
display: inline-block;
margin: 0 !important;
position: absolute;
right: -290px;
transition: all 0.3s ease 0s;
width: auto;
z-index: 500;
}
.headerblocks.wpmp_post_display4_bis .headerblocks-item.ad_one_one.ad_last.big-post:hover .share, 
.headerblocks.wpmp_post_display4_bis .headerblocks-item.ad_one_third.ad_margin:hover .share  {
right: -246px;
transition: all 0.3s ease 0s;
}
.headerblocks.wpmp_post_display4_bis .headerblocks-item.ad_one_one.ad_last.big-post .share:hover, 
.headerblocks.wpmp_post_display4_bis .headerblocks-item.ad_one_third.ad_margin .share:hover {
right: 0;
transition: all 0.3s ease 0s;
}
.headerblocks.wpmp_post_display4_bis .share a {
color: #ffffff;
float: right;
padding: 13px 16px;
transition: color 0.3s ease 0s;
font-size: 16px;
}
.headerblocks.wpmp_post_display4_bis .share a:hover {
color:#000000;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display4_bis .share-icon:hover {
color:#ffffff !important;
}
.headerblocks.wpmp_post_display4_bis .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post h2 {
margin:0;
}
.headerblocks.wpmp_post_display4_bis .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post a,
.headerblocks.wpmp_post_display4_bis .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post span {
color:#ffffff;
display:inline-block;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display4_bis .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post a:hover {
color:#e74c3c;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display4_bis .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post .category a:hover,
.headerblocks.wpmp_post_display4_bis .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post .category a {
transition: background 0.3s ease 0s;
}
.headerblocks.wpmp_post_display4_bis .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post {
position: absolute;
bottom:-38px;
left:0;
padding: 50px 35px 68px;
box-sizing:border-box;
width:100%;
transition: all 0.3s ease 0s;
text-align:center;
background:rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0 0;
}
.headerblocks.wpmp_post_display4_bis .headerblocks-item.ad_one_one.ad_last.big-post, 
.headerblocks.wpmp_post_display4_bis .headerblocks-item.ad_one_third.ad_margin {
position: relative;
}
.headerblocks.wpmp_post_display4_bis .data {
font-size: 14px;
font-weight: 400;
margin-top: 15px;
}
.headerblocks.wpmp_post_display4_bis .icon-calendar {
color: #e74c3c;
font-size: 18px;
margin: 0 10px 0 0;
padding: 0;
width:auto;
float:left;
}
.headerblocks.wpmp_post_display4_bis .headerblocks-item.ad_one_one.ad_last.big-post i  {
color: #ffffff;
float: left;
font-size: 18px;
margin: 0 10px 0 0;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display4_bis .headerblocks-item.ad_one_one.ad_last.big-post:hover .title-info-post {
bottom:0;
transition: bottom 0.3s ease 0s;
-moz-transition: bottom 0.3s ease 0s;
}
.owl-controls {
opacity:0;
transition: opacity 0.3s ease 0s;	
}
.wpmp_post_display4_bis:hover .owl-controls {
opacity:1;
transition: opacity 0.3s ease 0s;	
}
.wpmp_post_display4_bis .owl-prev {
left: 0;
margin-top: -24px;
position: absolute;
top: 50%;
}
.wpmp_post_display4_bis .owl-next {
right: 0;
margin-top: -18px;
position: absolute;
top: 50%;
}   @media only screen and (min-width : 640px) and (max-width : 1024px) {
.ad_one_one.ad_last.big-post {
width:100%;
margin-bottom:6px;
}
.headerblocks.wpmp_post_display4_bis .headerblocks-item.ad_one_one.ad_last.big-post, 
.headerblocks.wpmp_post_display4_bis .headerblocks-item.ad_one_third.ad_margin {
float: none;
}	
}
@media only screen and (max-width : 667px) {
.headerblocks.wpmp_post_display4_bis .headerblocks-item.ad_one_one.ad_last.big-post, 
.headerblocks.wpmp_post_display4_bis .headerblocks-item.ad_one_third.ad_margin {
float: none;
}
}
.headerblocks.wpmp_post_display5 h2 {
font-size:26px;
padding:0;
}
.headerblocks a {
text-decoration:none;
border-bottom:0;
box-shadow:0 0 0;		
}
.headerblocks.wpmp_post_display5 .ad_two_third {
display:none;	
}
.headerblocks.wpmp_post_display5 {
background: #333;
display:inline-block;
padding: 15px;
}
.headerblocks.wpmp_post_display5 .active {
display:block;
}
.headerblocks.wpmp_post_display5 .title-info-post.ad_one_half {
box-sizing: border-box;
padding: 0 50px 25px 25px;
}
.headerblocks.wpmp_post_display5 .ad_one_one.ad_last {
height:400px;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;	
margin-bottom: 0;
}
.headerblocks.wpmp_post_display5 .ad_one_one.ad_last { 
margin-right:6px;
}
.headerblocks.wpmp_post_display5 .ad_one_one .category a {
font-size:10px;
color:#fff;
background:rgba(0,0,0,0.65);
border-radius:0;
width:auto;
display:inline-block;
padding:6px 15px;
font-weight:800;
border-left:5px solid #e74c3c;
transition: background-color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display5 .ad_one_one .category {
position: absolute;
top: 0;
left: 0;
}
.headerblocks.wpmp_post_display5 .ad_one_third .category a {
font-size:10px;
color:#fff;
background:#333333;
border-radius:0;
width:auto;
display:inline-block;
padding:6px 15px;
font-weight:800;
border-right:5px solid #e74c3c;
transition: background-color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display5 .ad_one_third .category {
position: absolute;
top: 0;
right: 0;
}
.headerblocks.wpmp_post_display5 .category a:hover {
background:#e74c3c;
color:#ffffff;
transition: color 0.3s ease 0s;
transition: background 0.3s ease 0s;
}
.headerblocks.wpmp_post_display5 .share {
background: #e74c3c;
border-radius: 0;
bottom: 0;
color: #fff;
cursor: pointer;
display: inline-block;
margin: 0 !important;
position: absolute;
right: -262px;
transition: all 0.3s ease 0s;
width: auto;
}
.headerblocks.wpmp_post_display5 .title-info-post.ad_one_half p {
color: #fff;
font-size: 16px;
line-height: 1.5;
text-align: justify;
margin: 25px 0;
}
.headerblocks.wpmp_post_display5 .info-post a,
.headerblocks.wpmp_post_display5 .title-info-post.ad_one_half span {
float: left;
font-size:12px;
color:#fff;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display5 .separator {
color: #ffffff;
float: left;
margin: 0 10px;
line-height:1;
}
.headerblocks.wpmp_post_display5 .view {
color:#FFF;	
}
.headerblocks.wpmp_post_display5 .info-post i {
color: #e74c3c;
font-size: 14px;
margin-right: 10px;
}
.headerblocks.wpmp_post_display5 .share .info-comments {
background: #e74c3c;
left: 7%;
padding: 5px 18px;
position: absolute;
top: 0;
transition: all 0.3s ease 0s;
border-radius:0 ;
font-size:12px;
opacity:0;
}
.headerblocks.wpmp_post_display5 .headerblocks-item.ad_one_one.ad_last.big-post:hover .share, 
.headerblocks.wpmp_post_display5 .headerblocks-item.ad_one_third.ad_margin:hover .share  {
right: -218px;
transition: all 0.3s ease 0s;
}
.headerblocks.wpmp_post_display5 .headerblocks-item.ad_one_one.ad_last.big-post .share:hover, 
.headerblocks.wpmp_post_display5 .headerblocks-item.ad_one_third.ad_margin .share:hover {
right: 0;
transition: all 0.3s ease 0s;
}
.headerblocks.wpmp_post_display5 .share a {
color: #ffffff;
float: right;
padding: 13px 16px;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display5 .share a:hover {
color:#000000;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display5 .share .comments:hover .info-comments {
top:-24px;
transition: all 0.3s ease 0s;
opacity:1;
}
.headerblocks.wpmp_post_display5 .share-icon:hover {
color:#ffffff;
}
.headerblocks.wpmp_post_display5 .title-info-post.ad_one_half h2 {
margin:0;
}
.headerblocks.wpmp_post_display5 .title-info-post.ad_one_half a,
.headerblocks.wpmp_post_display5 .title-info-post.ad_one_half span {
color:#ffffff;
display:inline-block;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display5 .title-info-post.ad_one_half a:hover {
color:#e74c3c;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display5 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post .category a:hover,
.headerblocks.wpmp_post_display5 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post .category a {
transition: background 0.3s ease 0s;
}
.headerblocks.wpmp_post_display5 .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post {
position: absolute;
bottom:-38px;
left:0;
padding: 50px 35px 68px;
box-sizing:border-box;
width:100%;
transition: all 0.3s ease 0s;
background:rgba(0,0,0,0.2)
}
.headerblocks.wpmp_post_display5 .headerblocks-item.ad_one_one.ad_last.big-post, .headerblocks.wpmp_post_display5 .headerblocks-item.ad_one_third.ad_margin {
position: relative;
}
.headerblocks.wpmp_post_display5 .icon-calendar {
color: #e74c3c;
float: left;
font-size: 14px;
margin: 0 8px 0 0;
padding: 0;
width: auto;
}
.headerblocks.wpmp_post_display5 .headerblocks-item.ad_one_one.ad_last.big-post i {
color: #ffffff;
float: left;
font-size: 18px;
margin: 0 10px 0 0;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display5 .headerblocks-item.ad_one_one.ad_last.big-post:hover .title-info-post {
bottom:-20px;
transition: bottom 0.3s ease 0s;
-moz-transition: bottom 0.3s ease 0s;
}
.owl-controls {
opacity:0;
transition: opacity 0.3s ease 0s;	
}
.wpmp_post_display5:hover .owl-controls {
opacity:1;
transition: opacity 0.3s ease 0s;	
}
.wpmp_post_display5 .owl-prev {
left: 0;
margin-top: -24px;
position: absolute;
top: 50%;
}
.wpmp_post_display5 .owl-next {
right: 0;
margin-top: -18px;
position: absolute;
top: 50%;
}
.wpmp_post_display5 .mini-post.small-post.ad_one_third .img-post {
background-position: center center;
background-size: cover;
height: 72px;
}
.wpmp_post_display5 .mini-post.small-post .ad_three_fourth {
box-sizing: border-box;
padding: 0 0 0 15px;
}
.wpmp_post_display5 .mini-post .content-post h2 {
margin:0;
}
.wpmp_post_display5 .mini-post .title-post a {
color: #ffffff;
display: inline-block;
font-size: 18px;
font-weight: normal;
line-height: 23px;
margin-bottom: 26px;
overflow: hidden;
text-overflow: ellipsis;
transition: color 0.3s ease 0s;
white-space: nowrap;
width: 100%;
cursor:pointer;
}
.wpmp_post_display5 .mini-post .title-post a:hover {
color:#e74c3c;
transition: color 0.3s ease 0s;
}
.wpmp_post_display5 .mini-post .info-post a:hover {
color:#e74c3c;
transition: color 0.3s ease 0s;
}
.wpmp_post_display5 .mini-post.small-post.ad_one_third {
border-bottom: 1px solid #2b2b2b;
border-left: 1px solid #2b2b2b;
box-sizing: border-box;
padding:15px 0 15px 15px;
}
.wpmp_post_display5 .mini-post.small-post.ad_one_third.first {
padding-top:10px;
}
.wpmp_post_display5 .wpmepack-element-3.mini-post.small-post.ad_one_third {
border-bottom:0;
padding-bottom:10px;
}   @media only screen and (min-width : 801px) and (max-width : 1200px) {
.headerblocks.wpmp_post_display5 .active {
width: 100%;
}
.headerblocks.wpmp_post_display5 .title-info-post.ad_one_half {
padding: 25px;
}
.headerblocks.wpmp_post_display5 .active {
border: 1px solid #2b2b2b;
}
.wpmp_post_display5 .mini-post.small-post.ad_one_third {
border: 1px solid #2b2b2b;
margin: 25px 0 0;
padding: 15px 0 15px 15px;
width: 100%;
}
.wpmp_post_display5 .mini-post.small-post.ad_one_third.fourth {
border-bottom: 1px solid #2b2b2b !important;
}
}
@media only screen and (max-width : 800px) {
.headerblocks.wpmp_post_display5 .headerblocks-item.ad_one_one.ad_last.big-post, .headerblocks.wpmp_post_display5 .headerblocks-item.ad_one_third.ad_margin {
float: none;
}
.headerblocks.wpmp_post_display5 .title-info-post.ad_one_half {
display: inline-block;
padding: 25px 0 50px;
}
.headerblocks.wpmp_post_display5 .title-info-post.ad_one_half {
box-sizing: border-box;
display: inline-block;
padding: 25px 0 50px;
}
.wpmp_post_display5 .mini-post.small-post.ad_one_third .img-post {
display: inline-block;
width: 30% !important;
}
.wpmp_post_display5 .mini-post.small-post .ad_three_fourth {
display: inline-block;
position: absolute;
width: 65% !important;
}
.wpmp_post_display5 .view,
.wpmp_post_display5 .comments,
.wpmp_post_display5 .separator {
display: none;
}	
.wpmp_post_display5 .mini-post.small-post.ad_one_third {
border:1px solid #2b2b2b;
border-bottom:0;
}
.wpmp_post_display5 .mini-post.small-post.ad_one_third.fourth,
.wpmp_post_display5 .wpmepack-element-3 {
border-bottom: 1px solid #2b2b2b !important;
}
}
.headerblocks.wpmp_post_display5_bis {
line-height:1;
}
.headerblocks.wpmp_post_display5_bis h2 {
font-size:26px;
}
.headerblocks a {
text-decoration:none;
border-bottom:0;
box-shadow:0 0 0;	
}
.headerblocks.wpmp_post_display5_bis h1,
.headerblocks.wpmp_post_display5_bis h2,
.headerblocks.wpmp_post_display5_bis h3,
.headerblocks.wpmp_post_display5_bis h4,
.headerblocks.wpmp_post_display5_bis h5,
.headerblocks.wpmp_post_display5_bis h6 {
padding:0;
margin:0;
}
.headerblocks.wpmp_post_display5_bis .ad_two_third {
display:none;	
}
.headerblocks.wpmp_post_display5_bis {
background: #333;
display:inline-block;
padding: 15px;
}
.headerblocks.wpmp_post_display5_bis .active {
box-sizing: border-box;
display: block;
padding-left: 25px;
}
.headerblocks.wpmp_post_display5_bis .title-info-post.ad_one_half {
box-sizing: border-box;
padding: 0 10px 25px 25px;
}
.headerblocks.wpmp_post_display5_bis .ad_one_one.ad_last {
height:400px;
background-position: center center;
background-size: cover;
float: left;
overflow: hidden;	
margin-bottom: 0;
}
.headerblocks.wpmp_post_display5_bis .ad_one_one.ad_last { 
margin-right:6px;
}
.headerblocks.wpmp_post_display5_bis .ad_one_one .category {
position: absolute;
top: 0;
left: 0;
}
.headerblocks.wpmp_post_display5_bis .ad_one_one .category a {
background: #333333;
border-radius: 0;
border-right: 5px solid #e74c3c;
color: #fff;
display: inline-block;
font-size: 10px;
font-weight: 800;
padding: 6px 15px;
position: absolute;
right: 0;
transition: background-color 0.3s ease 0s;
width: auto;}
.headerblocks.wpmp_post_display5_bis .ad_one_one .category {
position: absolute;
top: 0;
right: 0;
}
.headerblocks.wpmp_post_display5_bis .category a:hover {
background:#e74c3c;
color:#ffffff;
transition: color 0.3s ease 0s;
transition: background 0.3s ease 0s;
}
.headerblocks.wpmp_post_display5_bis .share {
background: #e74c3c;
border-radius: 0;
bottom: 0;
color: #fff;
cursor: pointer;
display: inline-block;
margin: 0 !important;
position: absolute;
right: -290px;
transition: all 0.3s ease 0s;
width: auto;
}
.headerblocks.wpmp_post_display5_bis .title-info-post.ad_one_half p {
color: #fff;
font-size: 16px;
line-height: 1.5;
text-align: justify;
margin: 25px 0;
}
.headerblocks.wpmp_post_display5_bis .info-post a,
.headerblocks.wpmp_post_display5_bis .info-post span {
float: left;
font-size:12px;
color:#fff;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display5_bis .separator {
color: #ffffff;
float: left;
margin: 0 10px;
line-height:1;
}
.headerblocks.wpmp_post_display5_bis .info-post i {
color: #e74c3c;
font-size: 12px;
margin-right: 10px;
}
.headerblocks.wpmp_post_display5_bis .share .info-comments {
background: #e74c3c;
right: 7%;
padding: 5px 18px;
position: absolute;
top: 0;
transition: all 0.3s ease 0s;
border-radius: 0;
font-size:12px;
opacity:0;
}
.headerblocks.wpmp_post_display5_bis .headerblocks-item.ad_one_one.ad_last.big-post:hover .share, 
.headerblocks.wpmp_post_display5_bis .headerblocks-item.ad_one_one.ad_margin:hover .share  {
right:-196px;
transition: all 0.3s ease 0s;
}
.headerblocks.wpmp_post_display5_bis .headerblocks-item.ad_one_one.ad_last.big-post .share:hover, 
.headerblocks.wpmp_post_display5_bis .headerblocks-item.ad_one_one.ad_margin .share:hover {
right: 0;
transition: all 0.3s ease 0s;
}
.headerblocks.wpmp_post_display5_bis .share a {
color: #ffffff;
float: right;
padding: 13px 16px;
transition: color 0.3s ease 0s;
font-size:16px;
}
.headerblocks.wpmp_post_display5_bis .share a:hover {
color:#000000;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display5_bis .share .comments:hover .info-comments {
top:-24px;
transition: all 0.3s ease 0s;
opacity:1;
}
.headerblocks.wpmp_post_display5_bis .share-icon:hover {
color:#ffffff;
}
.headerblocks.wpmp_post_display5_bis .title-info-post.ad_one_half h2 {
margin:0;
}
.headerblocks.wpmp_post_display5_bis .title-info-post.ad_one_half a,
.headerblocks.wpmp_post_display5_bis .title-info-post.ad_one_half span {
color:#ffffff;
display:inline-block;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display5_bis .title-info-post.ad_one_half a:hover {
color:#e74c3c;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display5_bis .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post .category a:hover,
.headerblocks.wpmp_post_display5_bis .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post .category a {
transition: background 0.3s ease 0s;
}
.headerblocks.wpmp_post_display5_bis .headerblocks-item.ad_one_one.ad_last.big-post .title-info-post {
position: absolute;
bottom:-38px;
left:0;
padding: 50px 35px 68px;
box-sizing:border-box;
width:100%;
transition: all 0.3s ease 0s;
background:rgba(0,0,0,0.2)
}
.headerblocks.wpmp_post_display5_bis .headerblocks-item.ad_one_one.ad_last.big-post, .headerblocks.wpmp_post_display5_bis .headerblocks-item.ad_one_one.ad_margin {
position: relative;
}
.headerblocks.wpmp_post_display5_bis .icon-calendar {
color: #e74c3c;
float: left;
font-size: 14px;
margin: 0 8px 0 0;
padding: 0;
width: auto;
}
.headerblocks.wpmp_post_display5_bis .headerblocks-item.ad_one_one.ad_last.big-post i  {
color: #ffffff;
float: left;
font-size: 18px;
margin: 0 10px 0 0;
transition: color 0.3s ease 0s;
}
.headerblocks.wpmp_post_display5_bis .headerblocks-item.ad_one_one.ad_last.big-post:hover .title-info-post {
bottom:-20px;
transition: bottom 0.3s ease 0s;
-moz-transition: bottom 0.3s ease 0s;
}
.wpmp_post_display5_bis .mini-post.small-post.ad_one_one .img-post {
background-position: center center;
background-size: cover;
height: 72px;
width: 90px;
float: right;
}
.wpmp_post_display5_bis .mini-post.small-post .ad_three_fourth {
box-sizing: border-box;
padding: 0 0 0 15px;
width:70%;
}
.wpmp_post_display5_bis .mini-post .content-post h2 {
margin:0;
}
.wpmp_post_display5_bis .mini-post .title-post a {
color: #ffffff;
text-align:right;
display: inline-block;
font-size: 18px;
font-weight: normal;
line-height: 23px;
margin-bottom: 26px;
overflow: hidden;
text-overflow: ellipsis;
transition: color 0.3s ease 0s;
white-space: nowrap;
width: 100%;
cursor:pointer;
}
.wpmp_post_display5_bis .mini-post .title-post a:hover {
color:#e74c3c;
transition: color 0.3s ease 0s;
}
.wpmp_post_display5_bis .mini-post .info-post a:hover {
color:#e74c3c;
transition: color 0.3s ease 0s;
}
.wpmp_post_display5_bis .mini-post.small-post.ad_one_one {
border-bottom: 1px solid #2b2b2b;
box-sizing: border-box;
display: inline-block;
padding: 15px 15px 15px 0;
}
.wpmp_post_display5_bis .mini-post.small-post.ad_one_one .info-post {
display: inline-block;
position: absolute;
right: 0;
bottom:0;
}
.wpmp_post_display5_bis .wpmepack-element-0.mini-post.small-post.ad_one_one {
padding-top:0;
}
.wpmp_post_display5_bis .wpmepack-element-3.mini-post.small-post.ad_one_one {
border-bottom:0;
padding-bottom:10px;
}   @media only screen and (min-width : 801px) and (max-width : 1200px) {
.headerblocks.wpmp_post_display5_bis .active {
width: 100%;
}
.headerblocks.wpmp_post_display5_bis .title-info-post.ad_one_half {
padding: 25px;
}
.headerblocks.wpmp_post_display5_bis .active {
border: 1px solid #2b2b2b;
}
.wpmp_post_display5_bis .mini-post.small-post.ad_one_one {
border: 1px solid #2b2b2b;
margin: 25px 0 0;
padding: 15px !important;
width: 100%;
}
.wpmp_post_display5_bis .mini-post.small-post.ad_one_one.fourth {
border-bottom: 1px solid #2b2b2b !important;
}
.ad_one_third {
width: 100% !important;
}
.headerblocks.wpmp_post_display5_bis .active {
padding: 25px 0 25px 25px;
margin-top:25px;
}
}
@media only screen and (max-width : 800px) {
.headerblocks.wpmp_post_display5_bis .headerblocks-item.ad_one_one.ad_last.big-post, 
.headerblocks.wpmp_post_display5_bis .headerblocks-item.ad_one_one.ad_margin {
float: none;
margin-top:15px
}
.headerblocks.wpmp_post_display5_bis .active {
padding-left:0;
}
.headerblocks.wpmp_post_display5_bis .title-info-post.ad_one_half {
display: inline-block;
padding: 25px 0 50px;
}
.headerblocks.wpmp_post_display5_bis .title-info-post.ad_one_half {
box-sizing: border-box;
display: inline-block;
padding: 25px 0 50px;
}
.wpmp_post_display5_bis .mini-post.small-post.ad_one_one .img-post {
display: inline-block;
width: 30% !important;
}
.wpmp_post_display5_bis .mini-post.small-post .ad_three_fourth {
display: inline-block;
position: absolute;
width: 65% !important;
}
.wpmp_post_display5_bis .view {
display: none;
}
.wpmp_post_display5_bis .mini-post.small-post.ad_one_one {
border:1px solid #2b2b2b;
border-bottom:0;
padding: 15px !important;
}
.wpmp_post_display5_bis .mini-post.small-post.ad_one_one.fourth,
.wpmp_post_display5_bis .wpmepack-element-3 {
border-bottom: 1px solid #2b2b2b !important;
}
}.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
margin-left: .3em; }
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
-webkit-filter: none;
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-acquisitions-incorporated:before {
content: "\f6af"; }
.fa-ad:before {
content: "\f641"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-air-freshener:before {
content: "\f5d0"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-alipay:before {
content: "\f642"; }
.fa-allergies:before {
content: "\f461"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angry:before {
content: "\f556"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-ankh:before {
content: "\f644"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-alt:before {
content: "\f5d1"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-archway:before {
content: "\f557"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-atlas:before {
content: "\f558"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-atom:before {
content: "\f5d2"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-award:before {
content: "\f559"; }
.fa-aws:before {
content: "\f375"; }
.fa-baby:before {
content: "\f77c"; }
.fa-baby-carriage:before {
content: "\f77d"; }
.fa-backspace:before {
content: "\f55a"; }
.fa-backward:before {
content: "\f04a"; }
.fa-bacon:before {
content: "\f7e5"; }
.fa-bacteria:before {
content: "\e059"; }
.fa-bacterium:before {
content: "\e05a"; }
.fa-bahai:before {
content: "\f666"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-balance-scale-left:before {
content: "\f515"; }
.fa-balance-scale-right:before {
content: "\f516"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bezier-curve:before {
content: "\f55b"; }
.fa-bible:before {
content: "\f647"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-biking:before {
content: "\f84a"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-biohazard:before {
content: "\f780"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blender:before {
content: "\f517"; }
.fa-blender-phone:before {
content: "\f6b6"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blog:before {
content: "\f781"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-bone:before {
content: "\f5d7"; }
.fa-bong:before {
content: "\f55c"; }
.fa-book:before {
content: "\f02d"; }
.fa-book-dead:before {
content: "\f6b7"; }
.fa-book-medical:before {
content: "\f7e6"; }
.fa-book-open:before {
content: "\f518"; }
.fa-book-reader:before {
content: "\f5da"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-border-all:before {
content: "\f84c"; }
.fa-border-none:before {
content: "\f850"; }
.fa-border-style:before {
content: "\f853"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-box-tissue:before {
content: "\e05b"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-brain:before {
content: "\f5dc"; }
.fa-bread-slice:before {
content: "\f7ec"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-briefcase-medical:before {
content: "\f469"; }
.fa-broadcast-tower:before {
content: "\f519"; }
.fa-broom:before {
content: "\f51a"; }
.fa-brush:before {
content: "\f55d"; }
.fa-btc:before {
content: "\f15a"; }
.fa-buffer:before {
content: "\f837"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-burn:before {
content: "\f46a"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-bus-alt:before {
content: "\f55e"; }
.fa-business-time:before {
content: "\f64a"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-day:before {
content: "\f783"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-calendar-week:before {
content: "\f784"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-campground:before {
content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-candy-cane:before {
content: "\f786"; }
.fa-cannabis:before {
content: "\f55f"; }
.fa-capsules:before {
content: "\f46b"; }
.fa-car:before {
content: "\f1b9"; }
.fa-car-alt:before {
content: "\f5de"; }
.fa-car-battery:before {
content: "\f5df"; }
.fa-car-crash:before {
content: "\f5e1"; }
.fa-car-side:before {
content: "\f5e4"; }
.fa-caravan:before {
content: "\f8ff"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-carrot:before {
content: "\f787"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cash-register:before {
content: "\f788"; }
.fa-cat:before {
content: "\f6be"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-centos:before {
content: "\f789"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chair:before {
content: "\f6c0"; }
.fa-chalkboard:before {
content: "\f51b"; }
.fa-chalkboard-teacher:before {
content: "\f51c"; }
.fa-charging-station:before {
content: "\f5e7"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-double:before {
content: "\f560"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-cheese:before {
content: "\f7ef"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-city:before {
content: "\f64f"; }
.fa-clinic-medical:before {
content: "\f7f2"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-meatball:before {
content: "\f73b"; }
.fa-cloud-moon:before {
content: "\f6c3"; }
.fa-cloud-moon-rain:before {
content: "\f73c"; }
.fa-cloud-rain:before {
content: "\f73d"; }
.fa-cloud-showers-heavy:before {
content: "\f740"; }
.fa-cloud-sun:before {
content: "\f6c4"; }
.fa-cloud-sun-rain:before {
content: "\f743"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudflare:before {
content: "\e07d"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-cocktail:before {
content: "\f561"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-coins:before {
content: "\f51e"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comment-dollar:before {
content: "\f651"; }
.fa-comment-dots:before {
content: "\f4ad"; }
.fa-comment-medical:before {
content: "\f7f5"; }
.fa-comment-slash:before {
content: "\f4b3"; }
.fa-comments:before {
content: "\f086"; }
.fa-comments-dollar:before {
content: "\f653"; }
.fa-compact-disc:before {
content: "\f51f"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-compress-alt:before {
content: "\f422"; }
.fa-compress-arrows-alt:before {
content: "\f78c"; }
.fa-concierge-bell:before {
content: "\f562"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-cookie:before {
content: "\f563"; }
.fa-cookie-bite:before {
content: "\f564"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-couch:before {
content: "\f4b8"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-crop:before {
content: "\f125"; }
.fa-crop-alt:before {
content: "\f565"; }
.fa-cross:before {
content: "\f654"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-crow:before {
content: "\f520"; }
.fa-crown:before {
content: "\f521"; }
.fa-crutch:before {
content: "\f7f7"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-dailymotion:before {
content: "\e052"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-deezer:before {
content: "\e077"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-democrat:before {
content: "\f747"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-dharmachakra:before {
content: "\f655"; }
.fa-dhl:before {
content: "\f790"; }
.fa-diagnoses:before {
content: "\f470"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-dice:before {
content: "\f522"; }
.fa-dice-d20:before {
content: "\f6cf"; }
.fa-dice-d6:before {
content: "\f6d1"; }
.fa-dice-five:before {
content: "\f523"; }
.fa-dice-four:before {
content: "\f524"; }
.fa-dice-one:before {
content: "\f525"; }
.fa-dice-six:before {
content: "\f526"; }
.fa-dice-three:before {
content: "\f527"; }
.fa-dice-two:before {
content: "\f528"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-digital-tachograph:before {
content: "\f566"; }
.fa-directions:before {
content: "\f5eb"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-disease:before {
content: "\f7fa"; }
.fa-divide:before {
content: "\f529"; }
.fa-dizzy:before {
content: "\f567"; }
.fa-dna:before {
content: "\f471"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dog:before {
content: "\f6d3"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-donate:before {
content: "\f4b9"; }
.fa-door-closed:before {
content: "\f52a"; }
.fa-door-open:before {
content: "\f52b"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-dove:before {
content: "\f4ba"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-drafting-compass:before {
content: "\f568"; }
.fa-dragon:before {
content: "\f6d5"; }
.fa-draw-polygon:before {
content: "\f5ee"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drum:before {
content: "\f569"; }
.fa-drum-steelpan:before {
content: "\f56a"; }
.fa-drumstick-bite:before {
content: "\f6d7"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dumbbell:before {
content: "\f44b"; }
.fa-dumpster:before {
content: "\f793"; }
.fa-dumpster-fire:before {
content: "\f794"; }
.fa-dungeon:before {
content: "\f6d9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-edge:before {
content: "\f282"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-edit:before {
content: "\f044"; }
.fa-egg:before {
content: "\f7fb"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-open-text:before {
content: "\f658"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-equals:before {
content: "\f52c"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-ethernet:before {
content: "\f796"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-evernote:before {
content: "\f839"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-alt:before {
content: "\f424"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fan:before {
content: "\f863"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-faucet:before {
content: "\e005"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-feather-alt:before {
content: "\f56b"; }
.fa-fedex:before {
content: "\f797"; }
.fa-fedora:before {
content: "\f798"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-figma:before {
content: "\f799"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-contract:before {
content: "\f56c"; }
.fa-file-csv:before {
content: "\f6dd"; }
.fa-file-download:before {
content: "\f56d"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-export:before {
content: "\f56e"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-import:before {
content: "\f56f"; }
.fa-file-invoice:before {
content: "\f570"; }
.fa-file-invoice-dollar:before {
content: "\f571"; }
.fa-file-medical:before {
content: "\f477"; }
.fa-file-medical-alt:before {
content: "\f478"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-prescription:before {
content: "\f572"; }
.fa-file-signature:before {
content: "\f573"; }
.fa-file-upload:before {
content: "\f574"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-fill:before {
content: "\f575"; }
.fa-fill-drip:before {
content: "\f576"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fingerprint:before {
content: "\f577"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-alt:before {
content: "\f7e4"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-firefox-browser:before {
content: "\e007"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-fish:before {
content: "\f578"; }
.fa-fist-raised:before {
content: "\f6de"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flag-usa:before {
content: "\f74d"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-flushed:before {
content: "\f579"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-minus:before {
content: "\f65d"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-folder-plus:before {
content: "\f65e"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-font-awesome-logo-full:before {
content: "\f4e6"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frog:before {
content: "\f52e"; }
.fa-frown:before {
content: "\f119"; }
.fa-frown-open:before {
content: "\f57a"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-funnel-dollar:before {
content: "\f662"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gas-pump:before {
content: "\f52f"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-ghost:before {
content: "\f6e2"; }
.fa-gift:before {
content: "\f06b"; }
.fa-gifts:before {
content: "\f79c"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-cheers:before {
content: "\f79f"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glass-martini-alt:before {
content: "\f57b"; }
.fa-glass-whiskey:before {
content: "\f7a0"; }
.fa-glasses:before {
content: "\f530"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-globe-africa:before {
content: "\f57c"; }
.fa-globe-americas:before {
content: "\f57d"; }
.fa-globe-asia:before {
content: "\f57e"; }
.fa-globe-europe:before {
content: "\f7a2"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-pay:before {
content: "\e079"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-gopuram:before {
content: "\f664"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-greater-than:before {
content: "\f531"; }
.fa-greater-than-equal:before {
content: "\f532"; }
.fa-grimace:before {
content: "\f57f"; }
.fa-grin:before {
content: "\f580"; }
.fa-grin-alt:before {
content: "\f581"; }
.fa-grin-beam:before {
content: "\f582"; }
.fa-grin-beam-sweat:before {
content: "\f583"; }
.fa-grin-hearts:before {
content: "\f584"; }
.fa-grin-squint:before {
content: "\f585"; }
.fa-grin-squint-tears:before {
content: "\f586"; }
.fa-grin-stars:before {
content: "\f587"; }
.fa-grin-tears:before {
content: "\f588"; }
.fa-grin-tongue:before {
content: "\f589"; }
.fa-grin-tongue-squint:before {
content: "\f58a"; }
.fa-grin-tongue-wink:before {
content: "\f58b"; }
.fa-grin-wink:before {
content: "\f58c"; }
.fa-grip-horizontal:before {
content: "\f58d"; }
.fa-grip-lines:before {
content: "\f7a4"; }
.fa-grip-lines-vertical:before {
content: "\f7a5"; }
.fa-grip-vertical:before {
content: "\f58e"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-guilded:before {
content: "\e07e"; }
.fa-guitar:before {
content: "\f7a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-hamburger:before {
content: "\f805"; }
.fa-hammer:before {
content: "\f6e3"; }
.fa-hamsa:before {
content: "\f665"; }
.fa-hand-holding:before {
content: "\f4bd"; }
.fa-hand-holding-heart:before {
content: "\f4be"; }
.fa-hand-holding-medical:before {
content: "\e05c"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-holding-water:before {
content: "\f4c1"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-middle-finger:before {
content: "\f806"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-sparkles:before {
content: "\e05d"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-hands-wash:before {
content: "\e05e"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-handshake-alt-slash:before {
content: "\e05f"; }
.fa-handshake-slash:before {
content: "\e060"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hard-hat:before {
content: "\f807"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-cowboy:before {
content: "\f8c0"; }
.fa-hat-cowboy-side:before {
content: "\f8c1"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-head-side-cough:before {
content: "\e061"; }
.fa-head-side-cough-slash:before {
content: "\e062"; }
.fa-head-side-mask:before {
content: "\e063"; }
.fa-head-side-virus:before {
content: "\e064"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-headphones-alt:before {
content: "\f58f"; }
.fa-headset:before {
content: "\f590"; }
.fa-heart:before {
content: "\f004"; }
.fa-heart-broken:before {
content: "\f7a9"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-helicopter:before {
content: "\f533"; }
.fa-highlighter:before {
content: "\f591"; }
.fa-hiking:before {
content: "\f6ec"; }
.fa-hippo:before {
content: "\f6ed"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hive:before {
content: "\e07f"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-holly-berry:before {
content: "\f7aa"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-horse:before {
content: "\f6f0"; }
.fa-horse-head:before {
content: "\f7ab"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hospital-user:before {
content: "\f80d"; }
.fa-hot-tub:before {
content: "\f593"; }
.fa-hotdog:before {
content: "\f80f"; }
.fa-hotel:before {
content: "\f594"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-house-damage:before {
content: "\f6f1"; }
.fa-house-user:before {
content: "\e065"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-hryvnia:before {
content: "\f6f2"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-ice-cream:before {
content: "\f810"; }
.fa-icicles:before {
content: "\f7ad"; }
.fa-icons:before {
content: "\f86d"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.fa-ideal:before {
content: "\e013"; }
.fa-igloo:before {
content: "\f7ae"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-infinity:before {
content: "\f534"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-instalod:before {
content: "\e081"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi:before {
content: "\f669"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joint:before {
content: "\f595"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-journal-whills:before {
content: "\f66a"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-kaaba:before {
content: "\f66b"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-key:before {
content: "\f084"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-khanda:before {
content: "\f66d"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-kiss:before {
content: "\f596"; }
.fa-kiss-beam:before {
content: "\f597"; }
.fa-kiss-wink-heart:before {
content: "\f598"; }
.fa-kiwi-bird:before {
content: "\f535"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-landmark:before {
content: "\f66f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laptop-code:before {
content: "\f5fc"; }
.fa-laptop-house:before {
content: "\e066"; }
.fa-laptop-medical:before {
content: "\f812"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-laugh:before {
content: "\f599"; }
.fa-laugh-beam:before {
content: "\f59a"; }
.fa-laugh-squint:before {
content: "\f59b"; }
.fa-laugh-wink:before {
content: "\f59c"; }
.fa-layer-group:before {
content: "\f5fd"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-less-than:before {
content: "\f536"; }
.fa-less-than-equal:before {
content: "\f537"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-luggage-cart:before {
content: "\f59d"; }
.fa-lungs:before {
content: "\f604"; }
.fa-lungs-virus:before {
content: "\e067"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-mail-bulk:before {
content: "\f674"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-male:before {
content: "\f183"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marked:before {
content: "\f59f"; }
.fa-map-marked-alt:before {
content: "\f5a0"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-marker:before {
content: "\f5a1"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mask:before {
content: "\f6fa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-medal:before {
content: "\f5a2"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-meh:before {
content: "\f11a"; }
.fa-meh-blank:before {
content: "\f5a4"; }
.fa-meh-rolling-eyes:before {
content: "\f5a5"; }
.fa-memory:before {
content: "\f538"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-menorah:before {
content: "\f676"; }
.fa-mercury:before {
content: "\f223"; }
.fa-meteor:before {
content: "\f753"; }
.fa-microblog:before {
content: "\e01a"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-alt:before {
content: "\f3c9"; }
.fa-microphone-alt-slash:before {
content: "\f539"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microscope:before {
content: "\f610"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mitten:before {
content: "\f7b5"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mixer:before {
content: "\e056"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill:before {
content: "\f0d6"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-money-bill-wave:before {
content: "\f53a"; }
.fa-money-bill-wave-alt:before {
content: "\f53b"; }
.fa-money-check:before {
content: "\f53c"; }
.fa-money-check-alt:before {
content: "\f53d"; }
.fa-monument:before {
content: "\f5a6"; }
.fa-moon:before {
content: "\f186"; }
.fa-mortar-pestle:before {
content: "\f5a7"; }
.fa-mosque:before {
content: "\f678"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mountain:before {
content: "\f6fc"; }
.fa-mouse:before {
content: "\f8cc"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-mug-hot:before {
content: "\f7b6"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neos:before {
content: "\f612"; }
.fa-network-wired:before {
content: "\f6ff"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-not-equal:before {
content: "\f53e"; }
.fa-notes-medical:before {
content: "\f481"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-octopus-deploy:before {
content: "\e082"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-oil-can:before {
content: "\f613"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-om:before {
content: "\f679"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-osi:before {
content: "\f41a"; }
.fa-otter:before {
content: "\f700"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-pager:before {
content: "\f815"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-paint-roller:before {
content: "\f5aa"; }
.fa-palette:before {
content: "\f53f"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-parachute-box:before {
content: "\f4cd"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-parking:before {
content: "\f540"; }
.fa-passport:before {
content: "\f5ab"; }
.fa-pastafarianism:before {
content: "\f67b"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-peace:before {
content: "\f67c"; }
.fa-pen:before {
content: "\f304"; }
.fa-pen-alt:before {
content: "\f305"; }
.fa-pen-fancy:before {
content: "\f5ac"; }
.fa-pen-nib:before {
content: "\f5ad"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-pencil-ruler:before {
content: "\f5ae"; }
.fa-penny-arcade:before {
content: "\f704"; }
.fa-people-arrows:before {
content: "\e068"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-pepper-hot:before {
content: "\f816"; }
.fa-perbyte:before {
content: "\e083"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-person-booth:before {
content: "\f756"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-alt:before {
content: "\f879"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-square-alt:before {
content: "\f87b"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-photo-video:before {
content: "\f87c"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-pied-piper-square:before {
content: "\e01e"; }
.fa-piggy-bank:before {
content: "\f4d3"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-pizza-slice:before {
content: "\f818"; }
.fa-place-of-worship:before {
content: "\f67f"; }
.fa-plane:before {
content: "\f072"; }
.fa-plane-arrival:before {
content: "\f5af"; }
.fa-plane-departure:before {
content: "\f5b0"; }
.fa-plane-slash:before {
content: "\e069"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-poll:before {
content: "\f681"; }
.fa-poll-h:before {
content: "\f682"; }
.fa-poo:before {
content: "\f2fe"; }
.fa-poo-storm:before {
content: "\f75a"; }
.fa-poop:before {
content: "\f619"; }
.fa-portrait:before {
content: "\f3e0"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-pray:before {
content: "\f683"; }
.fa-praying-hands:before {
content: "\f684"; }
.fa-prescription:before {
content: "\f5b1"; }
.fa-prescription-bottle:before {
content: "\f485"; }
.fa-prescription-bottle-alt:before {
content: "\f486"; }
.fa-print:before {
content: "\f02f"; }
.fa-procedures:before {
content: "\f487"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-project-diagram:before {
content: "\f542"; }
.fa-pump-medical:before {
content: "\e06a"; }
.fa-pump-soap:before {
content: "\e06b"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-quran:before {
content: "\f687"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-radiation:before {
content: "\f7b9"; }
.fa-radiation-alt:before {
content: "\f7ba"; }
.fa-rainbow:before {
content: "\f75b"; }
.fa-random:before {
content: "\f074"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.fa-record-vinyl:before {
content: "\f8d9"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-remove-format:before {
content: "\f87d"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-republican:before {
content: "\f75e"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-restroom:before {
content: "\f7bd"; }
.fa-retweet:before {
content: "\f079"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-ribbon:before {
content: "\f4d6"; }
.fa-ring:before {
content: "\f70b"; }
.fa-road:before {
content: "\f018"; }
.fa-robot:before {
content: "\f544"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-route:before {
content: "\f4d7"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-ruler:before {
content: "\f545"; }
.fa-ruler-combined:before {
content: "\f546"; }
.fa-ruler-horizontal:before {
content: "\f547"; }
.fa-ruler-vertical:before {
content: "\f548"; }
.fa-running:before {
content: "\f70c"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-rust:before {
content: "\e07a"; }
.fa-sad-cry:before {
content: "\f5b3"; }
.fa-sad-tear:before {
content: "\f5b4"; }
.fa-safari:before {
content: "\f267"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-sass:before {
content: "\f41e"; }
.fa-satellite:before {
content: "\f7bf"; }
.fa-satellite-dish:before {
content: "\f7c0"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-school:before {
content: "\f549"; }
.fa-screwdriver:before {
content: "\f54a"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-scroll:before {
content: "\f70e"; }
.fa-sd-card:before {
content: "\f7c2"; }
.fa-search:before {
content: "\f002"; }
.fa-search-dollar:before {
content: "\f688"; }
.fa-search-location:before {
content: "\f689"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-seedling:before {
content: "\f4d8"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-shapes:before {
content: "\f61f"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-shield-virus:before {
content: "\e06c"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopify:before {
content: "\e057"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-shuttle-van:before {
content: "\f5b6"; }
.fa-sign:before {
content: "\f4d9"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-signature:before {
content: "\f5b7"; }
.fa-sim-card:before {
content: "\f7c4"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sink:before {
content: "\e06d"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.fa-skating:before {
content: "\f7c5"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-skiing:before {
content: "\f7c9"; }
.fa-skiing-nordic:before {
content: "\f7ca"; }
.fa-skull:before {
content: "\f54c"; }
.fa-skull-crossbones:before {
content: "\f714"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-slash:before {
content: "\f715"; }
.fa-sleigh:before {
content: "\f7cc"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-smile-beam:before {
content: "\f5b8"; }
.fa-smile-wink:before {
content: "\f4da"; }
.fa-smog:before {
content: "\f75f"; }
.fa-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-sms:before {
content: "\f7cd"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowboarding:before {
content: "\f7ce"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-snowman:before {
content: "\f7d0"; }
.fa-snowplow:before {
content: "\f7d2"; }
.fa-soap:before {
content: "\e06e"; }
.fa-socks:before {
content: "\f696"; }
.fa-solar-panel:before {
content: "\f5ba"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-down-alt:before {
content: "\f881"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-alpha-up-alt:before {
content: "\f882"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-down-alt:before {
content: "\f884"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-amount-up-alt:before {
content: "\f885"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-down-alt:before {
content: "\f886"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-numeric-up-alt:before {
content: "\f887"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-spa:before {
content: "\f5bb"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-spell-check:before {
content: "\f891"; }
.fa-spider:before {
content: "\f717"; }
.fa-spinner:before {
content: "\f110"; }
.fa-splotch:before {
content: "\f5bc"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-spray-can:before {
content: "\f5bd"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-square-root-alt:before {
content: "\f698"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-stamp:before {
content: "\f5bf"; }
.fa-star:before {
content: "\f005"; }
.fa-star-and-crescent:before {
content: "\f699"; }
.fa-star-half:before {
content: "\f089"; }
.fa-star-half-alt:before {
content: "\f5c0"; }
.fa-star-of-david:before {
content: "\f69a"; }
.fa-star-of-life:before {
content: "\f621"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-stopwatch-20:before {
content: "\e06f"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-store-alt-slash:before {
content: "\e070"; }
.fa-store-slash:before {
content: "\e071"; }
.fa-strava:before {
content: "\f428"; }
.fa-stream:before {
content: "\f550"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-stroopwafel:before {
content: "\f551"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-suitcase-rolling:before {
content: "\f5c1"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-surprise:before {
content: "\f5c2"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-swatchbook:before {
content: "\f5c3"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-swimmer:before {
content: "\f5c4"; }
.fa-swimming-pool:before {
content: "\f5c5"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-synagogue:before {
content: "\f69b"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tablets:before {
content: "\f490"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tape:before {
content: "\f4db"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-teeth:before {
content: "\f62e"; }
.fa-teeth-open:before {
content: "\f62f"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-temperature-high:before {
content: "\f769"; }
.fa-temperature-low:before {
content: "\f76b"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-tenge:before {
content: "\f7d7"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-theater-masks:before {
content: "\f630"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-tint-slash:before {
content: "\f5c7"; }
.fa-tired:before {
content: "\f5c8"; }
.fa-threads:before {
content: '\e9cb'; }
.fa-threads-square:before {
content: '\e9cc'; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet:before {
content: "\f7d8"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toilet-paper-slash:before {
content: "\e072"; }
.fa-toolbox:before {
content: "\f552"; }
.fa-tools:before {
content: "\f7d9"; }
.fa-tooth:before {
content: "\f5c9"; }
.fa-torah:before {
content: "\f6a0"; }
.fa-torii-gate:before {
content: "\f6a1"; }
.fa-tractor:before {
content: "\f722"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-traffic-light:before {
content: "\f637"; }
.fa-trailer:before {
content: "\e041"; }
.fa-train:before {
content: "\f238"; }
.fa-tram:before {
content: "\f7da"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-trash-restore:before {
content: "\f829"; }
.fa-trash-restore-alt:before {
content: "\f82a"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-tripadvisor:before {
content: "\f262"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-truck-loading:before {
content: "\f4de"; }
.fa-truck-monster:before {
content: "\f63b"; }
.fa-truck-moving:before {
content: "\f4df"; }
.fa-truck-pickup:before {
content: "\f63c"; }
.fa-tshirt:before {
content: "\f553"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-unity:before {
content: "\e049"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-unsplash:before {
content: "\e07c"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-alt:before {
content: "\f406"; }
.fa-user-alt-slash:before {
content: "\f4fa"; }
.fa-user-astronaut:before {
content: "\f4fb"; }
.fa-user-check:before {
content: "\f4fc"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-clock:before {
content: "\f4fd"; }
.fa-user-cog:before {
content: "\f4fe"; }
.fa-user-edit:before {
content: "\f4ff"; }
.fa-user-friends:before {
content: "\f500"; }
.fa-user-graduate:before {
content: "\f501"; }
.fa-user-injured:before {
content: "\f728"; }
.fa-user-lock:before {
content: "\f502"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-minus:before {
content: "\f503"; }
.fa-user-ninja:before {
content: "\f504"; }
.fa-user-nurse:before {
content: "\f82f"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-shield:before {
content: "\f505"; }
.fa-user-slash:before {
content: "\f506"; }
.fa-user-tag:before {
content: "\f507"; }
.fa-user-tie:before {
content: "\f508"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-users-cog:before {
content: "\f509"; }
.fa-users-slash:before {
content: "\e073"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-vector-square:before {
content: "\f5cb"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-vest:before {
content: "\e085"; }
.fa-vest-patches:before {
content: "\e086"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-vial:before {
content: "\f492"; }
.fa-vials:before {
content: "\f493"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-video-slash:before {
content: "\f4e2"; }
.fa-vihara:before {
content: "\f6a7"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-virus:before {
content: "\e074"; }
.fa-virus-slash:before {
content: "\e075"; }
.fa-viruses:before {
content: "\e076"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-voicemail:before {
content: "\f897"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-mute:before {
content: "\f6a9"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vote-yea:before {
content: "\f772"; }
.fa-vr-cardboard:before {
content: "\f729"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-watchman-monitoring:before {
content: "\e087"; }
.fa-water:before {
content: "\f773"; }
.fa-wave-square:before {
content: "\f83e"; }
.fa-waze:before {
content: "\f83f"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weight-hanging:before {
content: "\f5cd"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wind:before {
content: "\f72e"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wine-bottle:before {
content: "\f72f"; }
.fa-wine-glass:before {
content: "\f4e3"; }
.fa-wine-glass-alt:before {
content: "\f5ce"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-wodu:before {
content: "\e088"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-x-twitter:before {
content: "\e9ca"; }
.fa-x-twitter-square:before {
content: "\e9c9"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yammer:before {
content: "\f840"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yin-yang:before {
content: "\f6ad"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//tocayah.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
src: url(//tocayah.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//tocayah.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(//tocayah.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(//tocayah.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(//tocayah.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }

.wp-block-accordion{
box-sizing:border-box;
}
.wp-block-accordion-item.is-open>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{
transform:rotate(45deg);
}
@media (prefers-reduced-motion:no-preference){
.wp-block-accordion-item{
transition:grid-template-rows .3s ease-out;
}
.wp-block-accordion-item>.wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon{
transition:transform .2s ease-in-out;
}
}
.wp-block-accordion-heading{
margin:0;
}
.wp-block-accordion-heading__toggle{
align-items:center;
background-color:inherit !important;
border:none;
color:inherit !important;
cursor:pointer;
display:flex;
font-family:inherit;
font-size:inherit;
font-style:inherit;
font-weight:inherit;
letter-spacing:inherit;
line-height:inherit;
overflow:hidden;
padding:var(--wp--preset--spacing--20, 1em) 0;
text-align:inherit;
text-decoration:inherit;
text-transform:inherit;
width:100%;
word-spacing:inherit;
}
.wp-block-accordion-heading__toggle:not(:focus-visible){
outline:none;
}
.wp-block-accordion-heading__toggle:focus,.wp-block-accordion-heading__toggle:hover{
background-color:inherit !important;
border:none;
box-shadow:none;
color:inherit;
padding:var(--wp--preset--spacing--20, 1em) 0;
text-decoration:none;
}
.wp-block-accordion-heading__toggle:focus-visible{
outline:auto;
outline-offset:0;
}
.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{
text-decoration:underline;
}
.wp-block-accordion-heading__toggle-title{
flex:1;
}
.wp-block-accordion-heading__toggle-icon{
align-items:center;
display:flex;
height:1.2em;
justify-content:center;
width:1.2em;
}
.wp-block-accordion-panel[aria-hidden=true],.wp-block-accordion-panel[inert]{
display:none;
margin-block-start:0;
}
.wp-block-archives{
box-sizing:border-box;
}
.wp-block-archives-dropdown label{
display:block;
}
.wp-block-avatar{
line-height:0;
}
.wp-block-avatar,.wp-block-avatar img{
box-sizing:border-box;
}
.wp-block-avatar.aligncenter{
text-align:center;
}
.wp-block-audio{
box-sizing:border-box;
}
.wp-block-audio :where(figcaption){
margin-bottom:1em;
margin-top:.5em;
}
.wp-block-audio audio{
min-width:300px;
width:100%;
}
.wp-block-breadcrumbs{
box-sizing:border-box;
}
.wp-block-breadcrumbs ol{
flex-wrap:wrap;
list-style:none;
}
.wp-block-breadcrumbs li,.wp-block-breadcrumbs ol{
align-items:center;
display:flex;
margin:0;
padding:0;
}
.wp-block-breadcrumbs li:not(:last-child):after{
content:var(--separator, "/");
margin:0 .5em;
opacity:.7;
}
.wp-block-breadcrumbs span{
color:inherit;
}
.wp-block-button__link{
align-content:center;
box-sizing:border-box;
cursor:pointer;
display:inline-block;
height:100%;
text-align:center;
word-break:break-word;
}
.wp-block-button__link.aligncenter{
text-align:center;
}
.wp-block-button__link.alignright{
text-align:right;
}
:where(.wp-block-button__link){
border-radius:9999px;
box-shadow:none;
padding:calc(.667em + 2px) calc(1.333em + 2px);
text-decoration:none;
}
.wp-block-button[style*=text-decoration] .wp-block-button__link{
text-decoration:inherit;
}
.wp-block-buttons>.wp-block-button.has-custom-width{
max-width:none;
}
.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{
width:100%;
}
.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{
font-size:inherit;
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-25{
width:calc(25% - var(--wp--style--block-gap, .5em)*.75);
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-50{
width:calc(50% - var(--wp--style--block-gap, .5em)*.5);
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-75{
width:calc(75% - var(--wp--style--block-gap, .5em)*.25);
}
.wp-block-buttons>.wp-block-button.wp-block-button__width-100{
flex-basis:100%;
width:100%;
}
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{
width:25%;
}
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{
width:50%;
}
.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{
width:75%;
}
.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{
border-radius:0;
}
.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{
border-radius:0 !important;
}
:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){
border:2px solid;
padding:.667em 1.333em;
}
:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){
color:currentColor;
}
:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){
background-color:initial;
background-image:none;
}
.wp-block-buttons{
box-sizing:border-box;
}
.wp-block-buttons.is-vertical{
flex-direction:column;
}
.wp-block-buttons.is-vertical>.wp-block-button:last-child{
margin-bottom:0;
}
.wp-block-buttons>.wp-block-button{
display:inline-block;
margin:0;
}
.wp-block-buttons.is-content-justification-left{
justify-content:flex-start;
}
.wp-block-buttons.is-content-justification-left.is-vertical{
align-items:flex-start;
}
.wp-block-buttons.is-content-justification-center{
justify-content:center;
}
.wp-block-buttons.is-content-justification-center.is-vertical{
align-items:center;
}
.wp-block-buttons.is-content-justification-right{
justify-content:flex-end;
}
.wp-block-buttons.is-content-justification-right.is-vertical{
align-items:flex-end;
}
.wp-block-buttons.is-content-justification-space-between{
justify-content:space-between;
}
.wp-block-buttons.aligncenter{
text-align:center;
}
.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{
margin-left:auto;
margin-right:auto;
width:100%;
}
.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{
text-decoration:inherit;
}
.wp-block-buttons.has-custom-font-size .wp-block-button__link{
font-size:inherit;
}
.wp-block-buttons .wp-block-button__link{
width:100%;
}
.wp-block-button.aligncenter,.wp-block-calendar{
text-align:center;
}
.wp-block-calendar td,.wp-block-calendar th{
border:1px solid;
padding:.25em;
}
.wp-block-calendar th{
font-weight:400;
}
.wp-block-calendar caption{
background-color:inherit;
}
.wp-block-calendar table{
border-collapse:collapse;
width:100%;
}
.wp-block-calendar table.has-background th{
background-color:inherit;
}
.wp-block-calendar table.has-text-color th{
color:inherit;
}
.wp-block-calendar :where(table:not(.has-text-color)){
color:#40464d;
}
.wp-block-calendar :where(table:not(.has-text-color)) td,.wp-block-calendar :where(table:not(.has-text-color)) th{
border-color:#ddd;
}
:where(.wp-block-calendar table:not(.has-background) th){
background:#ddd;
}
.wp-block-categories{
box-sizing:border-box;
}
.wp-block-categories.alignleft{
margin-right:2em;
}
.wp-block-categories.alignright{
margin-left:2em;
}
.wp-block-categories.wp-block-categories-dropdown.aligncenter{
text-align:center;
}
.wp-block-categories .wp-block-categories__label{
display:block;
width:100%;
}
.wp-block-code{
box-sizing:border-box;
}
.wp-block-code code{
direction:ltr;
display:block;
font-family:inherit;
overflow-wrap:break-word;
text-align:initial;
white-space:pre-wrap;
}
.wp-block-columns{
box-sizing:border-box;
display:flex;
flex-wrap:wrap !important;
}
@media (min-width:782px){
.wp-block-columns{
flex-wrap:nowrap !important;
}
}
.wp-block-columns{
align-items:normal !important;
}
.wp-block-columns.are-vertically-aligned-top{
align-items:flex-start;
}
.wp-block-columns.are-vertically-aligned-center{
align-items:center;
}
.wp-block-columns.are-vertically-aligned-bottom{
align-items:flex-end;
}
@media (max-width:781px){
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
flex-basis:100% !important;
}
}
@media (min-width:782px){
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
flex-basis:0;
flex-grow:1;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{
flex-grow:0;
}
}
.wp-block-columns.is-not-stacked-on-mobile{
flex-wrap:nowrap !important;
}
.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{
flex-basis:0;
flex-grow:1;
}
.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{
flex-grow:0;
}
:where(.wp-block-columns){
margin-bottom:1.75em;
}
:where(.wp-block-columns.has-background){
padding:1.25em 2.375em;
}
.wp-block-column{
flex-grow:1;
min-width:0;
overflow-wrap:break-word;
word-break:break-word;
}
.wp-block-column.is-vertically-aligned-top{
align-self:flex-start;
}
.wp-block-column.is-vertically-aligned-center{
align-self:center;
}
.wp-block-column.is-vertically-aligned-bottom{
align-self:flex-end;
}
.wp-block-column.is-vertically-aligned-stretch{
align-self:stretch;
}
.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{
width:100%;
}
.wp-block-post-comments{
box-sizing:border-box;
}
.wp-block-post-comments .alignleft{
float:left;
}
.wp-block-post-comments .alignright{
float:right;
}
.wp-block-post-comments .navigation:after{
clear:both;
content:"";
display:table;
}
.wp-block-post-comments .commentlist{
clear:both;
list-style:none;
margin:0;
padding:0;
}
.wp-block-post-comments .commentlist .comment{
min-height:2.25em;
padding-left:3.25em;
}
.wp-block-post-comments .commentlist .comment p{
font-size:1em;
line-height:1.8;
margin:1em 0;
}
.wp-block-post-comments .commentlist .children{
list-style:none;
margin:0;
padding:0;
}
.wp-block-post-comments .comment-author{
line-height:1.5;
}
.wp-block-post-comments .comment-author .avatar{
border-radius:1.5em;
display:block;
float:left;
height:2.5em;
margin-right:.75em;
margin-top:.5em;
width:2.5em;
}
.wp-block-post-comments .comment-author cite{
font-style:normal;
}
.wp-block-post-comments .comment-meta{
font-size:.875em;
line-height:1.5;
}
.wp-block-post-comments .comment-meta b{
font-weight:400;
}
.wp-block-post-comments .comment-meta .comment-awaiting-moderation{
display:block;
margin-bottom:1em;
margin-top:1em;
}
.wp-block-post-comments .comment-body .commentmetadata{
font-size:.875em;
}
.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{
display:block;
margin-bottom:.25em;
}
.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{
box-sizing:border-box;
display:block;
width:100%;
}
.wp-block-post-comments .comment-form-cookies-consent{
display:flex;
gap:.25em;
}
.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{
margin-top:.35em;
}
.wp-block-post-comments .comment-reply-title{
margin-bottom:0;
}
.wp-block-post-comments .comment-reply-title :where(small){
font-size:var(--wp--preset--font-size--medium, smaller);
margin-left:.5em;
}
.wp-block-post-comments .reply{
font-size:.875em;
margin-bottom:1.4em;
}
.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{
border:1px solid #949494;
font-family:inherit;
font-size:1em;
}
.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{
padding:calc(.667em + 2px);
}
:where(.wp-block-post-comments input[type=submit]){
border:none;
}
.wp-block-comments{
box-sizing:border-box;
}
.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{
font-size:inherit;
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{
display:inline-block;
margin-right:1ch;
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){
transform:scaleX(1);
}
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{
display:inline-block;
margin-left:1ch;
}
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){
transform:scaleX(1);
}
.wp-block-comments-pagination.aligncenter{
justify-content:center;
}
.wp-block-comment-template{
box-sizing:border-box;
list-style:none;
margin-bottom:0;
max-width:100%;
padding:0;
}
.wp-block-comment-template li{
clear:both;
}
.wp-block-comment-template ol{
list-style:none;
margin-bottom:0;
max-width:100%;
padding-left:2rem;
}
.wp-block-comment-template.alignleft{
float:left;
}
.wp-block-comment-template.aligncenter{
margin-left:auto;
margin-right:auto;
width:fit-content;
}
.wp-block-comment-template.alignright{
float:right;
}
.wp-block-comment-date{
box-sizing:border-box;
}
.comment-awaiting-moderation{
display:block;
font-size:.875em;
line-height:1.5;
}
.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{
box-sizing:border-box;
}
.wp-block-cover,.wp-block-cover-image{
align-items:center;
background-position:50%;
box-sizing:border-box;
display:flex;
justify-content:center;
min-height:430px;
overflow:hidden;
overflow:clip;
padding:1em;
position:relative;
}
.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){
background-color:#000;
}
.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{
background-color:initial;
}
.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{
background-color:inherit;
content:"";
}
.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{
bottom:0;
left:0;
opacity:.5;
position:absolute;
right:0;
top:0;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{
opacity:.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{
opacity:.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{
opacity:.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{
opacity:.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{
opacity:.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{
opacity:.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{
opacity:.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{
opacity:.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{
opacity:.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{
opacity:1;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{
opacity:0;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{
opacity:.1;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{
opacity:.2;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{
opacity:.3;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{
opacity:.4;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{
opacity:.5;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{
opacity:.6;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{
opacity:.7;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{
opacity:.8;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{
opacity:.9;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{
opacity:1;
}
.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{
max-width:420px;
width:100%;
}
.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{
display:flex;
}
.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{
color:inherit;
position:relative;
width:100%;
}
.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{
align-items:flex-start;
justify-content:flex-start;
}
.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{
align-items:flex-start;
justify-content:center;
}
.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{
align-items:flex-start;
justify-content:flex-end;
}
.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{
align-items:center;
justify-content:flex-start;
}
.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{
align-items:center;
justify-content:center;
}
.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{
align-items:center;
justify-content:flex-end;
}
.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{
align-items:flex-end;
justify-content:flex-start;
}
.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{
align-items:flex-end;
justify-content:center;
}
.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{
align-items:flex-end;
justify-content:flex-end;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{
margin:0;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{
margin:0;
width:auto;
}
.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{
border:none;
bottom:0;
box-shadow:none;
height:100%;
left:0;
margin:0;
max-height:none;
max-width:none;
object-fit:cover;
outline:none;
padding:0;
position:absolute;
right:0;
top:0;
width:100%;
}
.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{
background-attachment:fixed;
background-repeat:no-repeat;
background-size:cover;
}
@supports (-webkit-touch-callout:inherit){
.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{
background-attachment:scroll;
}
}
@media (prefers-reduced-motion:reduce){
.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{
background-attachment:scroll;
}
}
.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{
background-repeat:repeat;
background-size:auto;
}
.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{
color:#fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content{
justify-content:flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content{
justify-content:flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{
margin-left:0;
text-align:left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{
margin-right:0;
text-align:right;
}
.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{
font-size:2em;
line-height:1.25;
margin-bottom:0;
max-width:840px;
padding:.44em;
text-align:center;
z-index:1;
}
:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){
color:#fff;
}
:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){
color:#000;
}
:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){
color:inherit;
}
body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{
z-index:0;
}
body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{
z-index:1;
}
.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{
z-index:auto;
}
.wp-block-details{
box-sizing:border-box;
}
.wp-block-details summary{
cursor:pointer;
}
.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{
max-width:360px;
width:100%;
}
.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{
min-width:280px;
}
.wp-block-cover .wp-block-embed{
min-height:240px;
min-width:320px;
}
.wp-block-embed{
overflow-wrap:break-word;
}
.wp-block-embed :where(figcaption){
margin-bottom:1em;
margin-top:.5em;
}
.wp-block-embed iframe{
max-width:100%;
}
.wp-block-embed__wrapper{
position:relative;
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{
content:"";
display:block;
padding-top:50%;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe{
bottom:0;
height:100%;
left:0;
position:absolute;
right:0;
top:0;
width:100%;
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{
padding-top:42.85%;
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{
padding-top:50%;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{
padding-top:56.25%;
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{
padding-top:75%;
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{
padding-top:100%;
}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{
padding-top:177.77%;
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{
padding-top:200%;
}
.wp-block-file{
box-sizing:border-box;
}
.wp-block-file:not(.wp-element-button){
font-size:.8em;
}
.wp-block-file.aligncenter{
text-align:center;
}
.wp-block-file.alignright{
text-align:right;
}
.wp-block-file *+.wp-block-file__button{
margin-left:.75em;
}
:where(.wp-block-file){
margin-bottom:1.5em;
}
.wp-block-file__embed{
margin-bottom:1em;
}
:where(.wp-block-file__button){
border-radius:2em;
display:inline-block;
padding:.5em 1em;
}
:where(.wp-block-file__button):where(a):active,:where(.wp-block-file__button):where(a):focus,:where(.wp-block-file__button):where(a):hover,:where(.wp-block-file__button):where(a):visited{
box-shadow:none;
color:#fff;
opacity:.85;
text-decoration:none;
}
.wp-block-form-input__label{
display:flex;
flex-direction:column;
gap:.25em;
margin-bottom:.5em;
width:100%;
}
.wp-block-form-input__label.is-label-inline{
align-items:center;
flex-direction:row;
gap:.5em;
}
.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{
margin-bottom:.5em;
}
.wp-block-form-input__label:has(input[type=checkbox]){
flex-direction:row;
width:fit-content;
}
.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{
margin:0;
}
.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){
flex-direction:row-reverse;
}
.wp-block-form-input__label-content{
width:fit-content;
}
:where(.wp-block-form-input__input){
font-size:1em;
margin-bottom:.5em;
padding:0 .5em;
}
:where(.wp-block-form-input__input)[type=date],:where(.wp-block-form-input__input)[type=datetime-local],:where(.wp-block-form-input__input)[type=datetime],:where(.wp-block-form-input__input)[type=email],:where(.wp-block-form-input__input)[type=month],:where(.wp-block-form-input__input)[type=number],:where(.wp-block-form-input__input)[type=password],:where(.wp-block-form-input__input)[type=search],:where(.wp-block-form-input__input)[type=tel],:where(.wp-block-form-input__input)[type=text],:where(.wp-block-form-input__input)[type=time],:where(.wp-block-form-input__input)[type=url],:where(.wp-block-form-input__input)[type=week]{
border-style:solid;
border-width:1px;
line-height:2;
min-height:2em;
}
textarea.wp-block-form-input__input{
min-height:10em;
}
.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){
display:flex;
flex-wrap:wrap;
list-style-type:none;
margin:0;
padding:0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{
display:flex;
flex-direction:column;
flex-grow:1;
justify-content:center;
margin:0 1em 1em 0;
position:relative;
width:calc(50% - 1em);
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){
margin-right:0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{
align-items:flex-end;
display:flex;
height:100%;
justify-content:flex-start;
margin:0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{
display:block;
height:auto;
max-width:100%;
width:auto;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{
background:linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
bottom:0;
box-sizing:border-box;
color:#fff;
font-size:.8em;
margin:0;
max-height:100%;
overflow:auto;
padding:3em .77em .7em;
position:absolute;
text-align:center;
width:100%;
z-index:2;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{
display:inline;
}
.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{
flex-grow:1;
}
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{
flex:1;
height:100%;
object-fit:cover;
width:100%;
}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{
margin-right:0;
width:100%;
}
@media (min-width:600px){
.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{
margin-right:1em;
width:calc(33.33333% - .66667em);
}
.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{
margin-right:1em;
width:calc(25% - .75em);
}
.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{
margin-right:1em;
width:calc(20% - .8em);
}
.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{
margin-right:1em;
width:calc(16.66667% - .83333em);
}
.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{
margin-right:1em;
width:calc(14.28571% - .85714em);
}
.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{
margin-right:1em;
width:calc(12.5% - .875em);
}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){
margin-right:0;
}
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{
margin-right:0;
}
.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{
max-width:420px;
width:100%;
}
.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{
justify-content:center;
}
.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{
align-self:flex-start;
}
figure.wp-block-gallery.has-nested-images{
align-items:normal;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){
margin:0;
width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2);
}
.wp-block-gallery.has-nested-images figure.wp-block-image{
box-sizing:border-box;
display:flex;
flex-direction:column;
flex-grow:1;
justify-content:center;
max-width:100%;
position:relative;
}
.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{
flex-direction:column;
flex-grow:1;
margin:0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img{
display:block;
height:auto;
max-width:100% !important;
width:auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{
bottom:0;
left:0;
max-height:100%;
position:absolute;
right:0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{
backdrop-filter:blur(3px);
content:"";
height:100%;
-webkit-mask-image:linear-gradient(0deg, #000 20%, #0000);
mask-image:linear-gradient(0deg, #000 20%, #0000);
max-height:40%;
pointer-events:none;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
box-sizing:border-box;
color:#fff;
font-size:13px;
margin:0;
overflow:auto;
padding:1em;
text-align:center;
text-shadow:0 0 1.5px #000;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{
height:12px;
width:12px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{
background-color:initial;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{
background-clip:padding-box;
background-color:initial;
border:3px solid #0000;
border-radius:8px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{
background-color:#fffc;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
scrollbar-color:#0000 #0000;
scrollbar-gutter:stable both-edges;
scrollbar-width:thin;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{
scrollbar-color:#fffc #0000;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
will-change:transform;
}
@media (hover:none){
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
scrollbar-color:#fffc #0000;
}
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
background:linear-gradient(0deg, #0006, #0000);
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{
display:inline;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{
color:inherit;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{
box-sizing:border-box;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{
flex:1 1 auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{
background:none;
color:inherit;
flex:initial;
margin:0;
padding:10px 10px 9px;
position:relative;
text-shadow:none;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{
content:none;
}
.wp-block-gallery.has-nested-images figcaption{
flex-basis:100%;
flex-grow:1;
text-align:center;
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){
margin-bottom:auto;
margin-top:0;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){
align-self:inherit;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){
display:flex;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{
flex:1 0 0%;
height:100%;
object-fit:cover;
width:100%;
}
.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){
width:100%;
}
@media (min-width:600px){
.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){
width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667);
}
.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){
width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75);
}
.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){
width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8);
}
.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){
width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333);
}
.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){
width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714);
}
.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){
width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875);
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){
width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667);
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){
width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5);
}
.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{
width:100%;
}
}
.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{
max-width:420px;
width:100%;
}
.wp-block-gallery.has-nested-images.aligncenter{
justify-content:center;
}
.wp-block-group{
box-sizing:border-box;
}
:where(.wp-block-group.wp-block-group-is-layout-constrained){
position:relative;
}
h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{
padding:1.25em 2.375em;
}
h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){
rotate:180deg;
}
.wp-block-image>a,.wp-block-image>figure>a{
display:inline-block;
}
.wp-block-image img{
box-sizing:border-box;
height:auto;
max-width:100%;
vertical-align:bottom;
}
@media not (prefers-reduced-motion){
.wp-block-image img.hide{
visibility:hidden;
}
.wp-block-image img.show{
animation:show-content-image .4s;
}
}
.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{
border-radius:inherit;
}
.wp-block-image.has-custom-border img{
box-sizing:border-box;
}
.wp-block-image.aligncenter{
text-align:center;
}
.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{
width:100%;
}
.wp-block-image.alignfull img,.wp-block-image.alignwide img{
height:auto;
width:100%;
}
.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{
display:table;
}
.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{
caption-side:bottom;
display:table-caption;
}
.wp-block-image .alignleft{
float:left;
margin:.5em 1em .5em 0;
}
.wp-block-image .alignright{
float:right;
margin:.5em 0 .5em 1em;
}
.wp-block-image .aligncenter{
margin-left:auto;
margin-right:auto;
}
.wp-block-image :where(figcaption){
margin-bottom:1em;
margin-top:.5em;
}
.wp-block-image.is-style-circle-mask img{
border-radius:9999px;
}
@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){
.wp-block-image.is-style-circle-mask img{
border-radius:0;
-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
mask-mode:alpha;
-webkit-mask-position:center;
mask-position:center;
-webkit-mask-repeat:no-repeat;
mask-repeat:no-repeat;
-webkit-mask-size:contain;
mask-size:contain;
}
}
:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){
border-radius:9999px;
}
.wp-block-image figure{
margin:0;
}
.wp-lightbox-container{
display:flex;
flex-direction:column;
position:relative;
}
.wp-lightbox-container img{
cursor:zoom-in;
}
.wp-lightbox-container img:hover+button{
opacity:1;
}
.wp-lightbox-container button{
align-items:center;
backdrop-filter:blur(16px) saturate(180%);
background-color:#5a5a5a40;
border:none;
border-radius:4px;
cursor:zoom-in;
display:flex;
height:20px;
justify-content:center;
opacity:0;
padding:0;
position:absolute;
right:16px;
text-align:center;
top:16px;
width:20px;
z-index:100;
}
@media not (prefers-reduced-motion){
.wp-lightbox-container button{
transition:opacity .2s ease;
}
}
.wp-lightbox-container button:focus-visible{
outline:3px auto #5a5a5a40;
outline:3px auto -webkit-focus-ring-color;
outline-offset:3px;
}
.wp-lightbox-container button:hover{
cursor:pointer;
opacity:1;
}
.wp-lightbox-container button:focus{
opacity:1;
}
.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){
background-color:#5a5a5a40;
border:none;
}
.wp-lightbox-overlay{
box-sizing:border-box;
cursor:zoom-out;
height:100vh;
left:0;
overflow:hidden;
position:fixed;
top:0;
visibility:hidden;
width:100%;
z-index:100000;
}
.wp-lightbox-overlay .close-button{
align-items:center;
cursor:pointer;
display:flex;
justify-content:center;
min-height:40px;
min-width:40px;
padding:0;
position:absolute;
right:calc(env(safe-area-inset-right) + 16px);
top:calc(env(safe-area-inset-top) + 16px);
z-index:5000000;
}
.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){
background:none;
border:none;
}
.wp-lightbox-overlay .lightbox-image-container{
height:var(--wp--lightbox-container-height);
left:50%;
overflow:hidden;
position:absolute;
top:50%;
transform:translate(-50%, -50%);
transform-origin:top left;
width:var(--wp--lightbox-container-width);
z-index:9999999999;
}
.wp-lightbox-overlay .wp-block-image{
align-items:center;
box-sizing:border-box;
display:flex;
height:100%;
justify-content:center;
margin:0;
position:relative;
transform-origin:0 0;
width:100%;
z-index:3000000;
}
.wp-lightbox-overlay .wp-block-image img{
height:var(--wp--lightbox-image-height);
min-height:var(--wp--lightbox-image-height);
min-width:var(--wp--lightbox-image-width);
width:var(--wp--lightbox-image-width);
}
.wp-lightbox-overlay .wp-block-image figcaption{
display:none;
}
.wp-lightbox-overlay button{
background:none;
border:none;
}
.wp-lightbox-overlay .scrim{
background-color:#fff;
height:100%;
opacity:.9;
position:absolute;
width:100%;
z-index:2000000;
}
.wp-lightbox-overlay.active{
visibility:visible;
}
@media not (prefers-reduced-motion){
.wp-lightbox-overlay.active{
animation:turn-on-visibility .25s both;
}
.wp-lightbox-overlay.active img{
animation:turn-on-visibility .35s both;
}
.wp-lightbox-overlay.show-closing-animation:not(.active){
animation:turn-off-visibility .35s both;
}
.wp-lightbox-overlay.show-closing-animation:not(.active) img{
animation:turn-off-visibility .25s both;
}
.wp-lightbox-overlay.zoom.active{
animation:none;
opacity:1;
visibility:visible;
}
.wp-lightbox-overlay.zoom.active .lightbox-image-container{
animation:lightbox-zoom-in .4s;
}
.wp-lightbox-overlay.zoom.active .lightbox-image-container img{
animation:none;
}
.wp-lightbox-overlay.zoom.active .scrim{
animation:turn-on-visibility .4s forwards;
}
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){
animation:none;
}
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{
animation:lightbox-zoom-out .4s;
}
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{
animation:none;
}
.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{
animation:turn-off-visibility .4s forwards;
}
}
@keyframes show-content-image{
0%{
visibility:hidden;
}
99%{
visibility:hidden;
}
to{
visibility:visible;
}
}
@keyframes turn-on-visibility{
0%{
opacity:0;
}
to{
opacity:1;
}
}
@keyframes turn-off-visibility{
0%{
opacity:1;
visibility:visible;
}
99%{
opacity:0;
visibility:visible;
}
to{
opacity:0;
visibility:hidden;
}
}
@keyframes lightbox-zoom-in{
0%{
transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
}
to{
transform:translate(-50%, -50%) scale(1);
}
}
@keyframes lightbox-zoom-out{
0%{
transform:translate(-50%, -50%) scale(1);
visibility:visible;
}
99%{
visibility:visible;
}
to{
transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
visibility:hidden;
}
}
ol.wp-block-latest-comments{
box-sizing:border-box;
margin-left:0;
}
:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){
line-height:1.1;
}
:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){
line-height:1.8;
}
.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){
line-height:1.5;
}
.wp-block-latest-comments .wp-block-latest-comments{
padding-left:0;
}
.wp-block-latest-comments__comment{
list-style:none;
margin-bottom:1em;
}
.has-avatars .wp-block-latest-comments__comment{
list-style:none;
min-height:2.25em;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{
margin-left:3.25em;
}
.wp-block-latest-comments__comment-excerpt p{
font-size:.875em;
margin:.36em 0 1.4em;
}
.wp-block-latest-comments__comment-date{
display:block;
font-size:.75em;
}
.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{
border-radius:1.5em;
display:block;
float:left;
height:2.5em;
margin-right:.75em;
width:2.5em;
}
.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{
font-size:inherit;
}
.wp-block-latest-posts{
box-sizing:border-box;
}
.wp-block-latest-posts.alignleft{
margin-right:2em;
}
.wp-block-latest-posts.alignright{
margin-left:2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list{
list-style:none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li{
clear:both;
overflow-wrap:break-word;
}
.wp-block-latest-posts.is-grid{
display:flex;
flex-wrap:wrap;
}
.wp-block-latest-posts.is-grid li{
margin:0 1.25em 1.25em 0;
width:100%;
}
@media (min-width:600px){
.wp-block-latest-posts.columns-2 li{
width:calc(50% - .625em);
}
.wp-block-latest-posts.columns-2 li:nth-child(2n){
margin-right:0;
}
.wp-block-latest-posts.columns-3 li{
width:calc(33.33333% - .83333em);
}
.wp-block-latest-posts.columns-3 li:nth-child(3n){
margin-right:0;
}
.wp-block-latest-posts.columns-4 li{
width:calc(25% - .9375em);
}
.wp-block-latest-posts.columns-4 li:nth-child(4n){
margin-right:0;
}
.wp-block-latest-posts.columns-5 li{
width:calc(20% - 1em);
}
.wp-block-latest-posts.columns-5 li:nth-child(5n){
margin-right:0;
}
.wp-block-latest-posts.columns-6 li{
width:calc(16.66667% - 1.04167em);
}
.wp-block-latest-posts.columns-6 li:nth-child(6n){
margin-right:0;
}
}
:root :where(.wp-block-latest-posts.is-grid){
padding:0;
}
:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){
padding-left:0;
}
.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{
display:block;
font-size:.8125em;
}
.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{
margin-bottom:1em;
margin-top:.5em;
}
.wp-block-latest-posts__featured-image a{
display:inline-block;
}
.wp-block-latest-posts__featured-image img{
height:auto;
max-width:100%;
width:auto;
}
.wp-block-latest-posts__featured-image.alignleft{
float:left;
margin-right:1em;
}
.wp-block-latest-posts__featured-image.alignright{
float:right;
margin-left:1em;
}
.wp-block-latest-posts__featured-image.aligncenter{
margin-bottom:1em;
text-align:center;
}
ol,ul{
box-sizing:border-box;
}
:root :where(.wp-block-list.has-background){
padding:1.25em 2.375em;
}
.wp-block-loginout{
box-sizing:border-box;
}
.wp-block-math{
overflow-x:auto;
overflow-y:hidden;
}
.wp-block-media-text{
box-sizing:border-box;
direction:ltr;
display:grid;
grid-template-columns:50% 1fr;
grid-template-rows:auto;
}
.wp-block-media-text.has-media-on-the-right{
grid-template-columns:1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{
align-self:start;
}
.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{
align-self:center;
}
.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{
align-self:end;
}
.wp-block-media-text>.wp-block-media-text__media{
grid-column:1;
grid-row:1;
margin:0;
}
.wp-block-media-text>.wp-block-media-text__content{
direction:ltr;
grid-column:2;
grid-row:1;
padding:0 8%;
word-break:break-word;
}
.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{
grid-column:2;
grid-row:1;
}
.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
grid-column:1;
grid-row:1;
}
.wp-block-media-text__media a{
display:block;
}
.wp-block-media-text__media img,.wp-block-media-text__media video{
height:auto;
max-width:unset;
vertical-align:middle;
width:100%;
}
.wp-block-media-text.is-image-fill>.wp-block-media-text__media{
background-size:cover;
height:100%;
min-height:250px;
}
.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{
display:block;
height:100%;
}
.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px;
clip:rect(0, 0, 0, 0);
border:0;
}
.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{
height:100%;
min-height:250px;
}
.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{
display:block;
height:100%;
}
.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{
height:100%;
object-fit:cover;
width:100%;
}
@media (max-width:600px){
.wp-block-media-text.is-stacked-on-mobile{
grid-template-columns:100% !important;
}
.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{
grid-column:1;
grid-row:1;
}
.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{
grid-column:1;
grid-row:2;
}
}
.wp-block-navigation{
position:relative;
}
.wp-block-navigation ul{
margin-bottom:0;
margin-left:0;
margin-top:0;
padding-left:0;
}
.wp-block-navigation ul,.wp-block-navigation ul li{
list-style:none;
padding:0;
}
.wp-block-navigation .wp-block-navigation-item{
align-items:center;
display:flex;
position:relative;
}
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{
display:none;
}
.wp-block-navigation .wp-block-navigation-item__content{
display:block;
z-index:1;
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{
color:inherit;
}
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{
text-decoration:underline;
}
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{
text-decoration:line-through;
}
.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){
text-decoration:none;
}
.wp-block-navigation .wp-block-navigation__submenu-icon{
align-self:center;
background-color:inherit;
border:none;
color:currentColor;
display:inline-block;
font-size:inherit;
height:.6em;
line-height:0;
margin-left:.25em;
padding:0;
width:.6em;
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg{
display:inline-block;
stroke:currentColor;
height:inherit;
margin-top:.075em;
width:inherit;
}
.wp-block-navigation{
--navigation-layout-justification-setting:flex-start;
--navigation-layout-direction:row;
--navigation-layout-wrap:wrap;
--navigation-layout-justify:flex-start;
--navigation-layout-align:center;
}
.wp-block-navigation.is-vertical{
--navigation-layout-direction:column;
--navigation-layout-justify:initial;
--navigation-layout-align:flex-start;
}
.wp-block-navigation.no-wrap{
--navigation-layout-wrap:nowrap;
}
.wp-block-navigation.items-justified-center{
--navigation-layout-justification-setting:center;
--navigation-layout-justify:center;
}
.wp-block-navigation.items-justified-center.is-vertical{
--navigation-layout-align:center;
}
.wp-block-navigation.items-justified-right{
--navigation-layout-justification-setting:flex-end;
--navigation-layout-justify:flex-end;
}
.wp-block-navigation.items-justified-right.is-vertical{
--navigation-layout-align:flex-end;
}
.wp-block-navigation.items-justified-space-between{
--navigation-layout-justification-setting:space-between;
--navigation-layout-justify:space-between;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container{
align-items:normal;
background-color:inherit;
color:inherit;
display:flex;
flex-direction:column;
opacity:0;
position:absolute;
z-index:2;
}
@media not (prefers-reduced-motion){
.wp-block-navigation .has-child .wp-block-navigation__submenu-container{
transition:opacity .1s linear;
}
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container{
height:0;
overflow:hidden;
visibility:hidden;
width:0;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{
display:flex;
flex-grow:1;
padding:.5em 1em;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{
margin-left:auto;
margin-right:0;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{
margin:0;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container{
left:-1px;
top:100%;
}
@media (min-width:782px){
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{
left:100%;
top:-1px;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{
background:#0000;
content:"";
display:block;
height:100%;
position:absolute;
right:100%;
width:.5em;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{
margin-right:.25em;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{
transform:rotate(-90deg);
}
}
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{
height:auto;
min-width:200px;
opacity:1;
overflow:visible;
visibility:visible;
width:auto;
}
.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{
left:0;
top:100%;
}
@media (min-width:782px){
.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{
left:100%;
top:0;
}
}
.wp-block-navigation-submenu{
display:flex;
position:relative;
}
.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{
stroke:currentColor;
}
button.wp-block-navigation-item__content{
background-color:initial;
border:none;
color:currentColor;
font-family:inherit;
font-size:inherit;
font-style:inherit;
font-weight:inherit;
letter-spacing:inherit;
line-height:inherit;
text-align:left;
text-transform:inherit;
}
.wp-block-navigation-submenu__toggle{
cursor:pointer;
}
.wp-block-navigation-submenu__toggle[aria-expanded=true]+.wp-block-navigation__submenu-icon>svg,.wp-block-navigation-submenu__toggle[aria-expanded=true]>svg{
transform:rotate(180deg);
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{
padding-left:0;
padding-right:.85em;
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{
margin-left:-.6em;
pointer-events:none;
}
.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){
padding:0;
}
.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{
gap:inherit;
}
:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){
padding:.5em 1em;
}
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){
padding:.5em 1em;
}
.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{
left:auto;
right:0;
}
.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{
left:-1px;
right:-1px;
}
@media (min-width:782px){
.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{
left:auto;
right:100%;
}
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{
background-color:#fff;
border:1px solid #00000026;
}
.wp-block-navigation.has-background .wp-block-navigation__submenu-container{
background-color:inherit;
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{
color:#000;
}
.wp-block-navigation__container{
align-items:var(--navigation-layout-align, initial);
display:flex;
flex-direction:var(--navigation-layout-direction, initial);
flex-wrap:var(--navigation-layout-wrap, wrap);
justify-content:var(--navigation-layout-justify, initial);
list-style:none;
margin:0;
padding-left:0;
}
.wp-block-navigation__container .is-responsive{
display:none;
}
.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{
flex-grow:1;
}
@keyframes overlay-menu__fade-in-animation{
0%{
opacity:0;
transform:translateY(.5em);
}
to{
opacity:1;
transform:translateY(0);
}
}
.wp-block-navigation__responsive-container{
bottom:0;
display:none;
left:0;
position:fixed;
right:0;
top:0;
}
.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){
color:inherit;
}
.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{
align-items:var(--navigation-layout-align, initial);
display:flex;
flex-direction:var(--navigation-layout-direction, initial);
flex-wrap:var(--navigation-layout-wrap, wrap);
justify-content:var(--navigation-layout-justify, initial);
}
.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){
background-color:inherit !important;
color:inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open{
background-color:inherit;
display:flex;
flex-direction:column;
}
@media not (prefers-reduced-motion){
.wp-block-navigation__responsive-container.is-menu-open{
animation:overlay-menu__fade-in-animation .1s ease-out;
animation-fill-mode:forwards;
}
}
.wp-block-navigation__responsive-container.is-menu-open{
overflow:auto;
padding:clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20rem);
z-index:100000;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{
align-items:var(--navigation-layout-justification-setting, inherit);
display:flex;
flex-direction:column;
flex-wrap:nowrap;
overflow:visible;
padding-top:calc(2rem + 24px);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{
justify-content:flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{
display:none;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{
border:none;
height:auto;
min-width:200px;
opacity:1;
overflow:initial;
padding-left:2rem;
padding-right:2rem;
position:static;
visibility:visible;
width:auto;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{
gap:inherit;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{
padding-top:var(--wp--style--block-gap, 2em);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{
padding:0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{
align-items:var(--navigation-layout-justification-setting, initial);
display:flex;
flex-direction:column;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{
background:#0000 !important;
color:inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{
left:auto;
right:auto;
}
@media (min-width:600px){
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){
background-color:inherit;
display:block;
position:relative;
width:100%;
z-index:auto;
}
.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{
display:none;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{
left:0;
}
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{
background-color:#fff;
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{
color:#000;
}
.wp-block-navigation__toggle_button_label{
font-size:1rem;
font-weight:700;
}
.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{
background:#0000;
border:none;
color:currentColor;
cursor:pointer;
margin:0;
padding:0;
text-transform:inherit;
vertical-align:middle;
}
.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{
fill:currentColor;
display:block;
height:24px;
pointer-events:none;
width:24px;
}
.wp-block-navigation__responsive-container-open{
display:flex;
}
.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}
@media (min-width:600px){
.wp-block-navigation__responsive-container-open:not(.always-shown){
display:none;
}
}
.wp-block-navigation__responsive-container-close{
position:absolute;
right:0;
top:0;
z-index:2;
}
.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}
.wp-block-navigation__responsive-close{
width:100%;
}
.has-modal-open .wp-block-navigation__responsive-close{
margin-left:auto;
margin-right:auto;
max-width:var(--wp--style--global--wide-size, 100%);
}
.wp-block-navigation__responsive-close:focus{
outline:none;
}
.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{
box-sizing:border-box;
}
.wp-block-navigation__responsive-dialog{
position:relative;
}
.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{
margin-top:46px;
}
@media (min-width:782px){
.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{
margin-top:32px;
}
}
html.has-modal-open{
overflow:hidden;
}
.wp-block-navigation .wp-block-navigation-item__label{
overflow-wrap:break-word;
}
.wp-block-navigation .wp-block-navigation-item__description{
display:none;
}
.link-ui-tools{
outline:1px solid #f0f0f0;
padding:8px;
}
.link-ui-block-inserter{
padding-top:8px;
}
.link-ui-block-inserter__back{
margin-left:8px;
text-transform:uppercase;
}
.wp-block-navigation .wp-block-page-list{
align-items:var(--navigation-layout-align, initial);
background-color:inherit;
display:flex;
flex-direction:var(--navigation-layout-direction, initial);
flex-wrap:var(--navigation-layout-wrap, wrap);
justify-content:var(--navigation-layout-justify, initial);
}
.wp-block-navigation .wp-block-navigation-item{
background-color:inherit;
}
.wp-block-page-list{
box-sizing:border-box;
}
.is-small-text{
font-size:.875em;
}
.is-regular-text{
font-size:1em;
}
.is-large-text{
font-size:2.25em;
}
.is-larger-text{
font-size:3em;
}
.has-drop-cap:not(:focus):first-letter{
float:left;
font-size:8.4em;
font-style:normal;
font-weight:100;
line-height:.68;
margin:.05em .1em 0 0;
text-transform:uppercase;
}
body.rtl .has-drop-cap:not(:focus):first-letter{
float:none;
margin-left:.1em;
}
p.has-drop-cap.has-background{
overflow:hidden;
}
:root :where(p.has-background){
padding:1.25em 2.375em;
}
:where(p.has-text-color:not(.has-link-color)) a{
color:inherit;
}
p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{
rotate:180deg;
}
.wp-block-post-author{
box-sizing:border-box;
display:flex;
flex-wrap:wrap;
}
.wp-block-post-author__byline{
font-size:.5em;
margin-bottom:0;
margin-top:0;
width:100%;
}
.wp-block-post-author__avatar{
margin-right:1em;
}
.wp-block-post-author__bio{
font-size:.7em;
margin-bottom:.7em;
}
.wp-block-post-author__content{
flex-basis:0;
flex-grow:1;
}
.wp-block-post-author__name{
margin:0;
}
.wp-block-post-author-biography{
box-sizing:border-box;
}
:where(.wp-block-post-comments-form input:not([type=submit])),:where(.wp-block-post-comments-form textarea){
border:1px solid #949494;
font-family:inherit;
font-size:1em;
}
:where(.wp-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox]))),:where(.wp-block-post-comments-form textarea){
padding:calc(.667em + 2px);
}
.wp-block-post-comments-form{
box-sizing:border-box;
}
.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){
font-weight:inherit;
}
.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){
font-family:inherit;
}
.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){
font-size:inherit;
}
.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){
line-height:inherit;
}
.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){
font-style:inherit;
}
.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){
letter-spacing:inherit;
}
.wp-block-post-comments-form :where(input[type=submit]){
box-shadow:none;
cursor:pointer;
display:inline-block;
overflow-wrap:break-word;
text-align:center;
}
.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{
box-sizing:border-box;
display:block;
width:100%;
}
.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{
display:block;
margin-bottom:.25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent{
display:flex;
gap:.25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{
margin-top:.35em;
}
.wp-block-post-comments-form .comment-reply-title{
margin-bottom:0;
}
.wp-block-post-comments-form .comment-reply-title :where(small){
font-size:var(--wp--preset--font-size--medium, smaller);
margin-left:.5em;
}
.wp-block-post-comments-count{
box-sizing:border-box;
}
.wp-block-post-content{
display:flow-root;
}
.wp-block-post-comments-link,.wp-block-post-date{
box-sizing:border-box;
}
:where(.wp-block-post-excerpt){
box-sizing:border-box;
margin-bottom:var(--wp--style--block-gap);
margin-top:var(--wp--style--block-gap);
}
.wp-block-post-excerpt__excerpt{
margin-bottom:0;
margin-top:0;
}
.wp-block-post-excerpt__more-text{
margin-bottom:0;
margin-top:var(--wp--style--block-gap);
}
.wp-block-post-excerpt__more-link{
display:inline-block;
}
.wp-block-post-featured-image{
margin-left:0;
margin-right:0;
}
.wp-block-post-featured-image a{
display:block;
height:100%;
}
.wp-block-post-featured-image :where(img){
box-sizing:border-box;
height:auto;
max-width:100%;
vertical-align:bottom;
width:100%;
}
.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{
width:100%;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{
background-color:#000;
inset:0;
position:absolute;
}
.wp-block-post-featured-image{
position:relative;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{
background-color:initial;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{
opacity:0;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{
opacity:.1;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{
opacity:.2;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{
opacity:.3;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{
opacity:.4;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{
opacity:.5;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{
opacity:.6;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{
opacity:.7;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{
opacity:.8;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{
opacity:.9;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{
opacity:1;
}
.wp-block-post-featured-image:where(.alignleft,.alignright){
width:100%;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{
display:inline-block;
margin-right:1ch;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){
transform:scaleX(1);
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{
display:inline-block;
margin-left:1ch;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){
transform:scaleX(1);
}
.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{
rotate:180deg;
}
.wp-block-post-terms{
box-sizing:border-box;
}
.wp-block-post-terms .wp-block-post-terms__separator{
white-space:pre-wrap;
}
.wp-block-post-time-to-read,.wp-block-post-title{
box-sizing:border-box;
}
.wp-block-post-title{
word-break:break-word;
}
.wp-block-post-title :where(a){
display:inline-block;
font-family:inherit;
font-size:inherit;
font-style:inherit;
font-weight:inherit;
letter-spacing:inherit;
line-height:inherit;
text-decoration:inherit;
}
.wp-block-post-author-name,.wp-block-preformatted{
box-sizing:border-box;
}
.wp-block-preformatted{
white-space:pre-wrap;
}
:where(.wp-block-preformatted.has-background){
padding:1.25em 2.375em;
}
.wp-block-pullquote{
box-sizing:border-box;
margin:0 0 1em;
overflow-wrap:break-word;
padding:4em 0;
text-align:center;
}
.wp-block-pullquote blockquote,.wp-block-pullquote p{
color:inherit;
}
.wp-block-pullquote blockquote{
margin:0;
}
.wp-block-pullquote p{
margin-top:0;
}
.wp-block-pullquote p:last-child{
margin-bottom:0;
}
.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{
max-width:420px;
}
.wp-block-pullquote cite,.wp-block-pullquote footer{
position:relative;
}
.wp-block-pullquote .has-text-color a{
color:inherit;
}
.wp-block-pullquote.has-text-align-left blockquote{
text-align:left;
}
.wp-block-pullquote.has-text-align-right blockquote{
text-align:right;
}
.wp-block-pullquote.has-text-align-center blockquote{
text-align:center;
}
.wp-block-pullquote.is-style-solid-color{
border:none;
}
.wp-block-pullquote.is-style-solid-color blockquote{
margin-left:auto;
margin-right:auto;
max-width:60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p{
font-size:2em;
margin-bottom:0;
margin-top:0;
}
.wp-block-pullquote.is-style-solid-color blockquote cite{
font-style:normal;
text-transform:none;
}
.wp-block-pullquote :where(cite){
color:inherit;
display:block;
}
.wp-block-post-template{
box-sizing:border-box;
list-style:none;
margin-bottom:0;
margin-top:0;
max-width:100%;
padding:0;
}
.wp-block-post-template.is-flex-container{
display:flex;
flex-direction:row;
flex-wrap:wrap;
gap:1.25em;
}
.wp-block-post-template.is-flex-container>li{
margin:0;
width:100%;
}
@media (min-width:600px){
.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{
width:calc(50% - .625em);
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{
width:calc(33.33333% - .83333em);
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{
width:calc(25% - .9375em);
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{
width:calc(20% - 1em);
}
.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{
width:calc(16.66667% - 1.04167em);
}
}
@media (max-width:600px){
.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{
grid-template-columns:1fr;
}
}
.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{
float:right;
margin-inline-end:0;
margin-inline-start:2em;
}
.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{
float:left;
margin-inline-end:2em;
margin-inline-start:0;
}
.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{
margin-inline-end:auto;
margin-inline-start:auto;
}
.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{
margin-inline-start:auto;
}
.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{
margin-inline-end:auto;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{
display:inline-block;
margin-right:1ch;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){
transform:scaleX(1);
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow{
display:inline-block;
margin-left:1ch;
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){
transform:scaleX(1);
}
.wp-block-query-pagination.aligncenter{
justify-content:center;
}
.wp-block-query-title,.wp-block-query-total,.wp-block-quote{
box-sizing:border-box;
}
.wp-block-quote{
overflow-wrap:break-word;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){
margin-bottom:1em;
padding:0 1em;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{
font-size:1.5em;
font-style:italic;
line-height:1.6;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{
font-size:1.125em;
text-align:right;
}
.wp-block-quote>cite{
display:block;
}
.wp-block-read-more{
display:block;
width:fit-content;
}
.wp-block-read-more:where(:not([style*=text-decoration])){
text-decoration:none;
}
.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{
text-decoration:none;
}
ul.wp-block-rss.alignleft{
margin-right:2em;
}
ul.wp-block-rss.alignright{
margin-left:2em;
}
ul.wp-block-rss.is-grid{
display:flex;
flex-wrap:wrap;
padding:0;
}
ul.wp-block-rss.is-grid li{
margin:0 1em 1em 0;
width:100%;
}
@media (min-width:600px){
ul.wp-block-rss.columns-2 li{
width:calc(50% - 1em);
}
ul.wp-block-rss.columns-3 li{
width:calc(33.33333% - 1em);
}
ul.wp-block-rss.columns-4 li{
width:calc(25% - 1em);
}
ul.wp-block-rss.columns-5 li{
width:calc(20% - 1em);
}
ul.wp-block-rss.columns-6 li{
width:calc(16.66667% - 1em);
}
}
.wp-block-rss__item-author,.wp-block-rss__item-publish-date{
display:block;
font-size:.8125em;
}
.wp-block-rss{
box-sizing:border-box;
list-style:none;
padding:0;
}
.wp-block-search__button{
margin-left:10px;
word-break:normal;
}
.wp-block-search__button.has-icon{
line-height:0;
}
.wp-block-search__button svg{
height:1.25em;
min-height:24px;
min-width:24px;
width:1.25em;
fill:currentColor;
vertical-align:text-bottom;
}
:where(.wp-block-search__button){
border:1px solid #ccc;
padding:6px 10px;
}
.wp-block-search__inside-wrapper{
display:flex;
flex:auto;
flex-wrap:nowrap;
max-width:100%;
}
.wp-block-search__label{
width:100%;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button{
box-sizing:border-box;
display:flex;
flex-shrink:0;
justify-content:center;
margin-left:0;
max-width:100%;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{
min-width:0 !important;
transition-property:width;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__input{
flex-basis:100%;
transition-duration:.3s;
}
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{
overflow:hidden;
}
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{
border-left-width:0 !important;
border-right-width:0 !important;
flex-basis:0;
flex-grow:0;
margin:0;
min-width:0 !important;
padding-left:0 !important;
padding-right:0 !important;
width:0 !important;
}
:where(.wp-block-search__input){
appearance:none;
border:1px solid #949494;
flex-grow:1;
font-family:inherit;
font-size:inherit;
font-style:inherit;
font-weight:inherit;
letter-spacing:inherit;
line-height:inherit;
margin-left:0;
margin-right:0;
min-width:3rem;
padding:8px;
text-decoration:unset !important;
text-transform:inherit;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){
background-color:#fff;
border:1px solid #949494;
box-sizing:border-box;
padding:4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{
border:none;
border-radius:0;
padding:0 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{
outline:none;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){
padding:4px 8px;
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper{
margin:auto;
}
.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{
float:right;
}
.wp-block-separator{
border:none;
border-top:2px solid;
}
:root :where(.wp-block-separator.is-style-dots){
height:auto;
line-height:1;
text-align:center;
}
:root :where(.wp-block-separator.is-style-dots):before{
color:currentColor;
content:"···";
font-family:serif;
font-size:1.5em;
letter-spacing:2em;
padding-left:2em;
}
.wp-block-separator.is-style-dots{
background:none !important;
border:none !important;
}
.wp-block-site-logo{
box-sizing:border-box;
line-height:0;
}
.wp-block-site-logo a{
display:inline-block;
line-height:0;
}
.wp-block-site-logo.is-default-size img{
height:auto;
width:120px;
}
.wp-block-site-logo img{
height:auto;
max-width:100%;
}
.wp-block-site-logo a,.wp-block-site-logo img{
border-radius:inherit;
}
.wp-block-site-logo.aligncenter{
margin-left:auto;
margin-right:auto;
text-align:center;
}
:root :where(.wp-block-site-logo.is-style-rounded){
border-radius:9999px;
}
.wp-block-site-tagline,.wp-block-site-title{
box-sizing:border-box;
}
.wp-block-site-title :where(a){
color:inherit;
font-family:inherit;
font-size:inherit;
font-style:inherit;
font-weight:inherit;
letter-spacing:inherit;
line-height:inherit;
text-decoration:inherit;
}
.wp-block-social-links{
background:none;
box-sizing:border-box;
margin-left:0;
padding-left:0;
padding-right:0;
text-indent:0;
}
.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{
border-bottom:0;
box-shadow:none;
text-decoration:none;
}
.wp-block-social-links .wp-social-link svg{
height:1em;
width:1em;
}
.wp-block-social-links .wp-social-link span:not(.screen-reader-text){
font-size:.65em;
margin-left:.5em;
margin-right:.5em;
}
.wp-block-social-links.has-small-icon-size{
font-size:16px;
}
.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{
font-size:24px;
}
.wp-block-social-links.has-large-icon-size{
font-size:36px;
}
.wp-block-social-links.has-huge-icon-size{
font-size:48px;
}
.wp-block-social-links.aligncenter{
display:flex;
justify-content:center;
}
.wp-block-social-links.alignright{
justify-content:flex-end;
}
.wp-block-social-link{
border-radius:9999px;
display:block;
}
@media not (prefers-reduced-motion){
.wp-block-social-link{
transition:transform .1s ease;
}
}
.wp-block-social-link{
height:auto;
}
.wp-block-social-link a{
align-items:center;
display:flex;
line-height:0;
}
.wp-block-social-link:hover{
transform:scale(1.1);
}
.wp-block-social-links .wp-block-social-link.wp-social-link{
display:inline-block;
margin:0;
padding:0;
}
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{
color:currentColor;
fill:currentColor;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{
background-color:#f0f0f0;
color:#444;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{
background-color:#f90;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{
background-color:#1ea0c3;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{
background-color:#0757fe;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{
background-color:#0a7aff;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{
background-color:#1e1f26;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{
background-color:#02e49b;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{
background-color:#5865f2;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{
background-color:#e94c89;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{
background-color:#4280ff;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{
background-color:#f45800;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{
background-color:#0866ff;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{
background-color:#000;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{
background-color:#0461dd;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{
background-color:#e65678;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{
background-color:#24292d;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{
background-color:#eceadd;
color:#382110;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{
background-color:#ea4434;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{
background-color:#1d4fc4;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{
background-color:#f00075;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{
background-color:#e21b24;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{
background-color:#0d66c2;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{
background-color:#3288d4;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{
background-color:#000;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{
background-color:#f6405f;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{
background-color:#000;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{
background-color:#e60122;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{
background-color:#ef4155;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{
background-color:#ff4500;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{
background-color:#0478d7;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{
background-color:#fefc00;
color:#fff;
stroke:#000;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{
background-color:#ff5600;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{
background-color:#1bd760;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{
background-color:#2aabee;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{
background-color:#000;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{
background-color:#000;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{
background-color:#011835;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{
background-color:#6440a4;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{
background-color:#1da1f2;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{
background-color:#1eb7ea;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{
background-color:#4680c2;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{
background-color:#3499cd;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{
background-color:#25d366;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{
background-color:#000;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{
background-color:#d32422;
color:#fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{
background-color:red;
color:#fff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{
background:none;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{
height:1.25em;
width:1.25em;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{
color:#f90;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{
color:#1ea0c3;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{
color:#0757fe;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{
color:#0a7aff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{
color:#1e1f26;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{
color:#02e49b;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{
color:#5865f2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{
color:#e94c89;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{
color:#4280ff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{
color:#f45800;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{
color:#0866ff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{
color:#000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{
color:#0461dd;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{
color:#e65678;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{
color:#24292d;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{
color:#382110;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{
color:#ea4434;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{
color:#1d4fc4;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{
color:#f00075;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{
color:#e21b24;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{
color:#0d66c2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{
color:#3288d4;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{
color:#000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{
color:#f6405f;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{
color:#000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{
color:#e60122;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{
color:#ef4155;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{
color:#ff4500;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{
color:#0478d7;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{
color:#fff;
stroke:#000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{
color:#ff5600;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{
color:#1bd760;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{
color:#2aabee;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{
color:#000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{
color:#000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{
color:#011835;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{
color:#6440a4;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{
color:#1da1f2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{
color:#1eb7ea;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{
color:#4680c2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{
color:#25d366;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{
color:#3499cd;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{
color:#000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{
color:#d32422;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{
color:red;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link{
width:auto;
}
:root :where(.wp-block-social-links .wp-social-link a){
padding:.25em;
}
:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){
padding:0;
}
:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){
padding-left:.6666666667em;
padding-right:.6666666667em;
}
.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{
color:#000;
}
.wp-block-spacer{
clear:both;
}
.wp-block-tag-cloud{
box-sizing:border-box;
}
.wp-block-tag-cloud.aligncenter{
justify-content:center;
text-align:center;
}
.wp-block-tag-cloud a{
display:inline-block;
margin-right:5px;
}
.wp-block-tag-cloud span{
display:inline-block;
margin-left:5px;
text-decoration:none;
}
:root :where(.wp-block-tag-cloud.is-style-outline){
display:flex;
flex-wrap:wrap;
gap:1ch;
}
:root :where(.wp-block-tag-cloud.is-style-outline a){
border:1px solid;
font-size:unset !important;
margin-right:0;
padding:1ch 2ch;
text-decoration:none !important;
}
.wp-block-table{
overflow-x:auto;
}
.wp-block-table table{
border-collapse:collapse;
width:100%;
}
.wp-block-table thead{
border-bottom:3px solid;
}
.wp-block-table tfoot{
border-top:3px solid;
}
.wp-block-table td,.wp-block-table th{
border:1px solid;
padding:.5em;
}
.wp-block-table .has-fixed-layout{
table-layout:fixed;
width:100%;
}
.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{
word-break:break-word;
}
.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{
display:table;
width:auto;
}
.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{
word-break:break-word;
}
.wp-block-table .has-subtle-light-gray-background-color{
background-color:#f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color{
background-color:#e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color{
background-color:#e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color{
background-color:#fcf0ef;
}
.wp-block-table.is-style-stripes{
background-color:initial;
border-collapse:inherit;
border-spacing:0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd){
background-color:#f0f0f0;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){
background-color:#f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){
background-color:#e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){
background-color:#e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){
background-color:#fcf0ef;
}
.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{
border-color:#0000;
}
.wp-block-table.is-style-stripes{
border-bottom:1px solid #f0f0f0;
}
.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{
border-color:inherit;
}
.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{
border-top-color:inherit;
}
.wp-block-table table[style*=border-top-color] tr:not(:first-child){
border-top-color:initial;
}
.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{
border-right-color:inherit;
}
.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{
border-bottom-color:inherit;
}
.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){
border-bottom-color:initial;
}
.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{
border-left-color:inherit;
}
.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{
border-style:inherit;
}
.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{
border-style:inherit;
border-width:inherit;
}
:root :where(.wp-block-table-of-contents){
box-sizing:border-box;
}
.wp-block-term-count{
box-sizing:border-box;
}
:where(.wp-block-term-description){
box-sizing:border-box;
margin-bottom:var(--wp--style--block-gap);
margin-top:var(--wp--style--block-gap);
}
.wp-block-term-description p{
margin-bottom:0;
margin-top:0;
}
.wp-block-term-name,.wp-block-term-template{
box-sizing:border-box;
}
.wp-block-term-template{
list-style:none;
margin-bottom:0;
margin-top:0;
max-width:100%;
padding:0;
}
.wp-block-text-columns,.wp-block-text-columns.aligncenter{
display:flex;
}
.wp-block-text-columns .wp-block-column{
margin:0 1em;
padding:0;
}
.wp-block-text-columns .wp-block-column:first-child{
margin-left:0;
}
.wp-block-text-columns .wp-block-column:last-child{
margin-right:0;
}
.wp-block-text-columns.columns-2 .wp-block-column{
width:50%;
}
.wp-block-text-columns.columns-3 .wp-block-column{
width:33.3333333333%;
}
.wp-block-text-columns.columns-4 .wp-block-column{
width:25%;
}
pre.wp-block-verse{
overflow:auto;
white-space:pre-wrap;
}
:where(pre.wp-block-verse){
font-family:inherit;
}
.wp-block-video{
box-sizing:border-box;
}
.wp-block-video video{
height:auto;
vertical-align:middle;
width:100%;
}
@supports (position:sticky){
.wp-block-video [poster]{
object-fit:cover;
}
}
.wp-block-video.aligncenter{
text-align:center;
}
.wp-block-video :where(figcaption){
margin-bottom:1em;
margin-top:.5em;
}
.editor-styles-wrapper,.entry-content{
counter-reset:footnotes;
}
a[data-fn].fn{
counter-increment:footnotes;
display:inline-flex;
font-size:smaller;
text-decoration:none;
text-indent:-9999999px;
vertical-align:super;
}
a[data-fn].fn:after{
content:"[" counter(footnotes) "]";
float:left;
text-indent:0;
}
:root{
--wp-block-synced-color:#7a00df;
--wp-block-synced-color--rgb:122, 0, 223;
--wp-bound-block-color:var(--wp-block-synced-color);
--wp-editor-canvas-background:#ddd;
--wp-admin-theme-color:#007cba;
--wp-admin-theme-color--rgb:0, 124, 186;
--wp-admin-theme-color-darker-10:#006ba1;
--wp-admin-theme-color-darker-10--rgb:0, 107, 160.5;
--wp-admin-theme-color-darker-20:#005a87;
--wp-admin-theme-color-darker-20--rgb:0, 90, 135;
--wp-admin-border-width-focus:2px;
}
@media (min-resolution:192dpi){
:root{
--wp-admin-border-width-focus:1.5px;
}
}
.wp-element-button{
cursor:pointer;
}
:root .has-very-light-gray-background-color{
background-color:#eee;
}
:root .has-very-dark-gray-background-color{
background-color:#313131;
}
:root .has-very-light-gray-color{
color:#eee;
}
:root .has-very-dark-gray-color{
color:#313131;
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{
background:linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-purple-crush-gradient-background{
background:linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-hazy-dawn-gradient-background{
background:linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-subdued-olive-gradient-background{
background:linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background{
background:linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background{
background:linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background{
background:linear-gradient(135deg, #020381, #2874fc);
}
:root{
--wp--preset--font-size--normal:16px;
--wp--preset--font-size--huge:42px;
}
.has-regular-font-size{
font-size:1em;
}
.has-larger-font-size{
font-size:2.625em;
}
.has-normal-font-size{
font-size:var(--wp--preset--font-size--normal);
}
.has-huge-font-size{
font-size:var(--wp--preset--font-size--huge);
}
.has-text-align-center{
text-align:center;
}
.has-text-align-left{
text-align:left;
}
.has-text-align-right{
text-align:right;
}
.has-fit-text{
white-space:nowrap !important;
}
#end-resizable-editor-section{
display:none;
}
.aligncenter{
clear:both;
}
.items-justified-left{
justify-content:flex-start;
}
.items-justified-center{
justify-content:center;
}
.items-justified-right{
justify-content:flex-end;
}
.items-justified-space-between{
justify-content:space-between;
}
.screen-reader-text{
border:0;
clip-path:inset(50%);
height:1px;
margin:-1px;
overflow:hidden;
padding:0;
position:absolute;
width:1px;
word-wrap:normal !important;
}
.screen-reader-text:focus{
background-color:#ddd;
clip-path:none;
color:#444;
display:block;
font-size:1em;
height:auto;
left:5px;
line-height:normal;
padding:15px 23px 14px;
text-decoration:none;
top:5px;
width:auto;
z-index:100000;
}
html :where(.has-border-color){
border-style:solid;
}
html :where([style*=border-top-color]){
border-top-style:solid;
}
html :where([style*=border-right-color]){
border-right-style:solid;
}
html :where([style*=border-bottom-color]){
border-bottom-style:solid;
}
html :where([style*=border-left-color]){
border-left-style:solid;
}
html :where([style*=border-width]){
border-style:solid;
}
html :where([style*=border-top-width]){
border-top-style:solid;
}
html :where([style*=border-right-width]){
border-right-style:solid;
}
html :where([style*=border-bottom-width]){
border-bottom-style:solid;
}
html :where([style*=border-left-width]){
border-left-style:solid;
}
html :where(img[class*=wp-image-]){
height:auto;
max-width:100%;
}
:where(figure){
margin:0 0 1em;
}
html :where(.is-position-sticky){
--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height, 0px);
}
@media screen and (max-width:600px){
html :where(.is-position-sticky){
--wp-admin--admin-bar--position-offset:0px;
}
}.acfw-coupons-list-block .acfw-coupons-grid {
display: grid;
grid-gap: 0.7em;
grid-auto-rows: 150px;
margin-bottom: 0.7em;
}
.acfw-single-coupon-block {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
max-width: 300px;
padding: 1em 1em 1.7em;
border: 1px solid #ccc;
font-size: 1em;
}
.acfw-single-coupon-block .acfw-coupon-usage-limit {
position: absolute;
top: 0.5em;
right: 0.5em;
display:block;
font-size: 0.7em;
line-height: 1em;
}
.acfw-single-coupon-block .acfw-coupon-content {
width: 100%;
text-align: center;
}
.acfw-single-coupon-block .acfw-coupon-content.has-description {
text-align: left;
}
.acfw-single-coupon-block .acfw-coupon-content .acfw-coupon-code {
display: block;
margin-top: 0.2em;
font-size: 1.4em;
font-weight: bold;
line-height: 1.3em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.acfw-single-coupon-block .acfw-coupon-content .acfw-coupon-discount-info {
display: block;
font-size: 0.9em;
}
.acfw-single-coupon-block .acfw-coupon-content .acfw-coupon-description {
display: -webkit-box;
font-size: 0.8em;
line-height: 1.3em;
overflow: hidden;
text-overflow: ellipsis;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.acfw-single-coupon-block .acfw-coupon-schedule {
position: absolute;
bottom: 0.5em;
right: 0.5em;
text-align: right;
font-size: 0.7em;
line-height: 1.0em;
} .wc-block-components-notice-banner {
display: flex;
align-items: center;
height: 100%;
justify-content: space-between;
} @media screen and (max-width: 479px) {
.acfw-coupons-list-block .acfw-coupons-grid {
grid-template-columns: 1fr !important;
}
}.jet-listing .slick-slider,
.jet-listing-dynamic-field__content .slick-slider {
position: relative;
display: block !important;
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;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.jet-listing .slick-list,
.jet-listing-dynamic-field__content .slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.jet-listing .slick-list:focus,
.jet-listing-dynamic-field__content .slick-list:focus {
outline: none;
}
.jet-listing .slick-list.dragging,
.jet-listing-dynamic-field__content .slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.jet-listing .slick-slider .slick-track,
.jet-listing .slick-slider .slick-list,
.jet-listing-dynamic-field__content .slick-slider .slick-track,
.jet-listing-dynamic-field__content .slick-slider .slick-list {
transform: translate3d(0, 0, 0);
}
.jet-listing .slick-track,
.jet-listing-dynamic-field__content .slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.jet-listing .slick-track:before,
.jet-listing .slick-track:after,
.jet-listing-dynamic-field__content .slick-track:before,
.jet-listing-dynamic-field__content .slick-track:after {
display: table;
content: "";
}
.jet-listing .slick-track:after,
.jet-listing-dynamic-field__content .slick-track:after {
clear: both;
}
.jet-listing .slick-loading .slick-track,
.jet-listing-dynamic-field__content .slick-loading .slick-track {
visibility: hidden;
}
.jet-listing .slick-slide,
.jet-listing-dynamic-field__content .slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
.jet-listing [dir=rtl] .slick-slide,
.jet-listing-dynamic-field__content [dir=rtl] .slick-slide {
float: right;
}
.jet-listing .slick-slide img,
.jet-listing-dynamic-field__content .slick-slide img {
display: block;
}
.jet-listing .slick-slide.slick-loading img,
.jet-listing-dynamic-field__content .slick-slide.slick-loading img {
display: none;
}
.jet-listing .slick-slide.dragging img,
.jet-listing-dynamic-field__content .slick-slide.dragging img {
pointer-events: none;
}
.jet-listing .slick-initialized .slick-slide,
.jet-listing-dynamic-field__content .slick-initialized .slick-slide {
display: block;
}
.jet-listing .slick-loading .slick-slide,
.jet-listing-dynamic-field__content .slick-loading .slick-slide {
visibility: hidden;
}
.jet-listing .slick-vertical .slick-slide,
.jet-listing-dynamic-field__content .slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.jet-listing .slick-arrow.slick-hidden,
.jet-listing-dynamic-field__content .slick-arrow.slick-hidden {
display: none;
}
.jet-listing-dynamic-field {
display: flex;
align-items: center;
}
.jet-listing-dynamic-field__icon {
margin-right: 10px;
}
.rtl .jet-listing-dynamic-field__icon {
margin-right: 0;
margin-left: 10px;
}
.jet-listing-dynamic-field__icon.is-svg-icon {
display: inline-flex;
}
.jet-listing-dynamic-field__icon.is-svg-icon svg {
width: 1em;
height: 1em;
}
.jet-listing-dynamic-field__content {
display: block;
max-width: 100%;
}
.jet-listing-dynamic-field__inline-wrap {
display: inline-flex;
align-items: center;
max-width: 100%;
}
.jet-engine-optimized-dom .elementor-widget-jet-listing-dynamic-field > .elementor-widget-container {
display: flex;
width: 100%;
}
.jet-engine-optimized-dom .elementor-widget-jet-listing-dynamic-field > .elementor-widget-container > .jet-listing-dynamic-field__content {
flex: 1 0 auto;
}
.jet-engine-gallery-grid {
display: flex;
flex-wrap: wrap;
margin: -10px;
}
.jet-listing-dynamic-field__content:has(.jet-engine-gallery-grid--masonry), .jet-listing-dynamic-field__inline-wrap:has(.jet-engine-gallery-grid--masonry) {
width: 100% !important;
}
.jet-engine-gallery-grid.grid-col-desk-1 {
--columns: 1;
}
body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-1 {
--columns: 1;
}
body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-1 {
--columns: 1;
}
.jet-engine-gallery-grid.grid-col-desk-2 {
--columns: 2;
}
body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-2 {
--columns: 2;
}
body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-2 {
--columns: 2;
}
.jet-engine-gallery-grid.grid-col-desk-3 {
--columns: 3;
}
body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-3 {
--columns: 3;
}
body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-3 {
--columns: 3;
}
.jet-engine-gallery-grid.grid-col-desk-4 {
--columns: 4;
}
body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-4 {
--columns: 4;
}
body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-4 {
--columns: 4;
}
.jet-engine-gallery-grid.grid-col-desk-5 {
--columns: 5;
}
body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-5 {
--columns: 5;
}
body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-5 {
--columns: 5;
}
.jet-engine-gallery-grid.grid-col-desk-6 {
--columns: 6;
}
body[data-elementor-device-mode=tablet] .jet-engine-gallery-grid.grid-col-tablet-6 {
--columns: 6;
}
body[data-elementor-device-mode=mobile] .jet-engine-gallery-grid.grid-col-mobile-6 {
--columns: 6;
}
.jet-engine-gallery-grid__item {
padding: 10px;
max-width: calc(100% / var(--columns));
flex: 0 0 calc(100% / var(--columns));
box-sizing: border-box;
}
.jet-engine-gallery-grid__item-wrap {
display: block;
height: 100%;
position: relative;
}
.jet-engine-gallery-grid__item-wrap:after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
transition: all 150ms linear;
}
.jet-engine-gallery-grid__item-wrap.is-lightbox:before {
transition: all 150ms linear;
content: "+";
font-family: "Arial";
font-weight: 900;
border: 4px solid currentColor;
width: 40px;
height: 40px;
border-radius: 20px;
line-height: 32px;
font-size: 30px;
text-align: center;
opacity: 0;
left: 50%;
top: 50%;
margin: -20px 0 0 -20px;
position: absolute;
z-index: 99;
color: #fff;
transform: translateY(10px);
}
.jet-engine-gallery-grid__item-wrap.is-lightbox:hover:before {
opacity: 1;
transform: translateY(0);
}
.jet-engine-gallery-grid__item img {
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
display: block;
}
.jet-engine-gallery-slider {
max-width: 100%;
position: relative;
}
.jet-engine-gallery-slider__item {
max-width: 100%;
}
.jet-engine-gallery-slider__item-wrap {
display: block;
height: 100%;
position: relative;
overflow: hidden;
}
.jet-engine-gallery-slider__item-wrap:after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
transition: all 150ms linear;
}
.jet-engine-gallery-slider__item-wrap.is-lightbox:before {
transition: all 150ms linear;
content: "\f055";
font-family: FontAwesome;
font-size: 20px;
width: 60px;
height: 60px;
line-height: 60px;
font-size: 30px;
text-align: center;
opacity: 0;
left: 50%;
top: 50%;
margin: -30px 0 0 -30px;
position: absolute;
z-index: 99;
color: #fff;
transform: translateY(10px);
}
.jet-engine-gallery-slider__item-wrap.is-lightbox:hover:before {
opacity: 1;
transform: translateY(0);
}
.jet-engine-gallery-slider__item-wrap img {
display: block;
width: 100%;
height: auto;
}
.jet-engine-gallery-slider .jet-engine-arrow {
position: absolute;
top: 50%;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 30px;
color: #fff;
background-color: #111;
left: 0;
margin-top: -25px;
cursor: pointer;
text-align: center;
z-index: 999;
display: flex;
align-items: center;
justify-content: center;
}
.jet-engine-gallery-slider .jet-engine-arrow.next-arrow {
left: auto;
right: 0;
}
.jet-engine-gallery-slider .jet-engine-arrow svg {
max-height: 100%;
width: auto;
}
.jet-engine-gallery-slider .jet-engine-arrow svg path {
fill: currentColor;
}
.jet-engine-gallery-slider:not(.slick-initialized) .jet-engine-gallery-slider__item {
display: none;
}
.jet-engine-gallery-slider:not(.slick-initialized) .jet-engine-gallery-slider__item:first-child {
display: block;
}
.jet-engine-gallery-slider .jet-engine-arrow {
transition: all 200ms linear;
}
.jet-check-list {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
overflow: hidden;
}
.jet-check-list__item {
display: flex;
align-items: flex-start;
padding: 5px 0;
overflow: hidden;
}
.jet-check-list--columns-1 .jet-check-list__item {
flex: 0 0 100%;
}
.jet-check-list--columns-2 .jet-check-list__item {
flex: 0 0 45%;
margin-right: 5%;
}
.jet-check-list--columns-3 .jet-check-list__item {
flex: 0 0 30.33333%;
margin-right: 3%;
}
.jet-check-list--columns-4 .jet-check-list__item {
flex: 0 0 22%;
margin-right: 3%;
}
.jet-check-list--columns-5 .jet-check-list__item {
flex: 0 0 18%;
margin-right: 2%;
}
.jet-check-list--columns-6 .jet-check-list__item {
flex: 0 0 14.666667%;
margin-right: 2%;
}
.jet-check-list--has-divider .jet-check-list__item {
margin-top: -1px;
border-top: 1px solid currentColor;
}
.jet-check-list__item .jet-listing-dynamic-field__icon {
margin-top: 1px;
align-self: center;
}
.brxe-jet-engine-listing-dynamic-field .jet-listing-dynamic-field__icon {
display: inline-flex;
margin-right: 0;
}
.brxe-jet-engine-listing-dynamic-field .jet-listing-dynamic-field__icon :is(svg, path) {
fill: currentColor;
}
.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-slider {
--column-gap: 0;
}
.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-slider .slick-list {
margin-right: calc(var(--column-gap) / -2);
margin-left: calc(var(--column-gap) / -2);
}
.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-slider .slick-slide {
padding-right: calc(var(--column-gap) / 2);
padding-left: calc(var(--column-gap) / 2);
}
.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-slider .jet-engine-arrow svg {
max-height: none;
width: 1em;
height: 1em;
}
.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-grid {
--gap: 20px;
gap: var(--gap);
margin: 0;
}
.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-grid__item {
padding: 0;
max-width: calc((100% - (var(--columns) - 1) * var(--gap)) / var(--columns));
flex: 0 0 calc((100% - (var(--columns) - 1) * var(--gap)) / var(--columns));
}
.brxe-jet-engine-listing-dynamic-field .jet-engine-gallery-slider__item-wrap {
cursor: zoom-in;
}
.brx .pswp__img--placeholder {
display: none;
}
.jet-listing-dynamic-image {
display: flex;
align-items: flex-start;
}
.jet-listing-dynamic-image > * {
max-width: 100%;
flex: 0 0 auto;
}
.jet-listing-dynamic-image img {
display: block;
}
.jet-listing-dynamic-image img.wp-post-image {
width: auto;
max-height: none;
}
.brxe-jet-engine-listing-dynamic-image {
display: inline-block;
}
.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image {
display: inline;
align-items: initial;
}
.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image > * {
flex: initial;
}
.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image .jet-listing-dynamic-image__img {
width: 100%;
}
.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image__link {
display: inline-block;
width: 100%;
}
.brxe-jet-engine-listing-dynamic-image .jet-listing-dynamic-image__img {
display: initial;
height: 100%;
}
.jet-listing-dynamic-repeater__items {
display: flex;
}
.jet-listing-dynamic-repeater__item > *:not(td):not(.jet-engine-gallery-grid) {
display: flex;
align-items: center;
}
.has-counter .jet-listing-dynamic-repeater__item {
display: flex;
}
.has-counter.counter--above .jet-listing-dynamic-repeater__item {
flex-direction: column;
}
.jet-listing-dynamic-repeater__body {
flex-wrap: wrap;
flex: 1 1 auto;
position: relative;
z-index: 1;
}
.jet-listing-dynamic-repeater__body > * {
flex: 0 0 100%;
max-width: 100%;
}
.jet-listing-dynamic-repeater__counter {
position: relative;
box-sizing: border-box !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
.has-counter.counter--at-right .jet-listing-dynamic-repeater__counter {
order: 2;
}
.jet-listing-dynamic-repeater__delimiter {
white-space: pre;
}
.jet-listing-dynamic-link {
display: flex;
flex-direction: column;
}
.jet-listing-dynamic-link__icon.is-svg-icon {
display: inline-flex;
}
.jet-listing-dynamic-link__icon.is-svg-icon svg {
width: 1em;
height: 1em;
}
.jet-listing-dynamic-link__link {
display: inline-flex;
justify-content: center;
align-items: center;
align-self: flex-start;
}
.jet-listing-dynamic-link__icon {
order: 1;
}
.jet-listing-dynamic-link__label {
order: 2;
}
.jet-listing-dynamic-link form.cart {
display: flex;
}
.jet-listing-dynamic-link form.cart .quantity {
display: inline-flex;
}
.jet-listing-dynamic-link form.cart .quantity .qty {
width: 100%;
}
.jet-listing-dynamic-link .button.jet-woo-add-to-cart {
display: inline-flex;
}
.jet-listing-dynamic-link .button.jet-woo-add-to-cart.added::after {
order: 3;
}
.jet-listing-dynamic-link .button.jet-woo-add-to-cart + .added_to_cart.wc-forward {
display: none !important;
}
.jet-engine-optimized-dom .elementor-widget-jet-listing-dynamic-link > .elementor-widget-container,
.jet-engine-optimized-dom .jet-listing-dynamic-link-block {
display: flex;
flex-direction: column;
}
.jet-remove-from-store.is-hidden {
display: none !important;
}
.jet-add-to-cart + .added_to_cart.wc-forward {
display: none !important;
}
.brxe-jet-engine-listing-dynamic-link {
display: inline-flex;
}
.brxe-jet-engine-listing-dynamic-link .jet-listing-dynamic-link {
display: block;
flex-direction: initial;
}
.brxe-jet-engine-listing-dynamic-link .jet-listing-dynamic-link__link {
display: flex;
}
.brxe-jet-engine-listing-dynamic-link .jet-listing-dynamic-link__icon {
display: inline-flex;
order: initial;
}
.brxe-jet-engine-listing-dynamic-link .jet-listing-dynamic-link__icon :is(svg, path) {
fill: currentColor;
}
.jet-listing-dynamic-terms__icon {
display: inline-block;
}
.jet-listing-dynamic-terms__icon.is-svg-icon {
display: inline-flex;
}
.jet-listing-dynamic-terms__icon.is-svg-icon svg {
width: 1em;
height: 1em;
}
.jet-listing-dynamic-terms__link {
display: inline-block;
}
.brxe-jet-engine-listing-dynamic-terms .jet-listing-dynamic-terms {
display: flex;
flex-wrap: wrap;
gap: var(--je-terms-gap);
flex-direction: var(--je-terms-flex-direction, row);
align-items: var(--je-terms-align-items, center);
justify-content: var(--je-terms-justify-content);
}
.brxe-jet-engine-listing-dynamic-terms .jet-listing-dynamic-terms__icon {
line-height: 1;
font-size: var(--je-terms-icon-fz);
color: var(--je-terms-icon-color);
}
.brxe-jet-engine-listing-dynamic-terms .jet-listing-dynamic-terms__icon :is(svg), .brxe-jet-engine-listing-dynamic-terms .jet-listing-dynamic-terms__icon :is(path) {
fill: var(--je-terms-icon-color);
}
.meta-layout-inline .jet-listing-dynamic-meta__item {
display: inline-block;
margin-left: 5px;
margin-right: 5px;
}
.meta-layout-inline .jet-listing-dynamic-meta__item:first-child {
margin-left: 0;
}
.meta-layout-inline .jet-listing-dynamic-meta__item:last-child {
margin-right: 0;
}
.meta-layout-list .jet-listing-dynamic-meta__item {
display: block;
}
.jet-listing-dynamic-meta__item a {
text-decoration: inherit;
}
.jet-listing-dynamic-meta__icon, .jet-listing-dynamic-meta__item-val, .jet-listing-dynamic-meta__prefix, .jet-listing-dynamic-meta__suffix {
display: inline-block;
}
.jet-listing-dynamic-meta__icon {
margin-right: 4px;
}
.rtl .jet-listing-dynamic-meta__icon {
margin-right: 0;
margin-left: 4px;
}
.jet-listing-dynamic-meta__icon.is-svg-icon {
display: inline-flex;
}
.jet-listing-dynamic-meta__icon.is-svg-icon svg {
width: 1em;
height: 1em;
}
.jet-listing-dynamic-meta__prefix {
margin-right: 4px;
}
.rtl .jet-listing-dynamic-meta__prefix {
margin-right: 0;
margin-left: 4px;
}
.jet-listing-dynamic-meta__suffix {
margin-left: 4px;
}
.rtl .jet-listing-dynamic-meta__suffix {
margin-left: 0;
margin-right: 4px;
}
.jet-listing-grid[data-lazy-load] {
min-height: 1px;
}
.jet-listing-grid__items {
display: flex;
flex-wrap: wrap;
margin: 0 -10px;
width: calc(100% + 20px);
}
.jet-listing-grid__items.inline-desk-css:not(.jet-listing-grid__scroll-slider-wrap-desktop) {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(var(--jet-column-min-width), 1fr));
}
.jet-listing-grid__items.inline-desk-css:not(.jet-listing-grid__scroll-slider-wrap-desktop).slick-slider .slick-slide {
width: var(--jet-column-min-width);
}
@media (max-width: 1024px) {
.jet-listing-grid__items.inline-tablet-css:not(.jet-listing-grid__scroll-slider-wrap-tablet) {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(var(--jet-column-tablet-min-width), 1fr));
}
.jet-listing-grid__items.slick-slider .slick-slide {
width: var(--jet-column-tablet-min-width);
}
}
@media (max-width: 767px) {
.jet-listing-grid__items.inline-mobile-css:not(.jet-listing-grid__scroll-slider-wrap-mobile) {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(var(--jet-column-mobile-min-width), 1fr));
}
.jet-listing-grid__items.inline-mobile-css:not(.jet-listing-grid__scroll-slider-wrap-mobile).slick-slider .slick-slide {
width: var(--jet-column-mobile-min-width);
}
}
body.wp-admin.block-editor-page .jet-listing-grid__slider .jet-listing-grid__items {
flex-wrap: nowrap;
}
.jet-listing-grid__items.grid-col-desk-1 {
--columns: 1;
}
.jet-listing-grid__items.grid-col-desk-2 {
--columns: 2;
}
.jet-listing-grid__items.grid-col-desk-3 {
--columns: 3;
}
.jet-listing-grid__items.grid-col-desk-4 {
--columns: 4;
}
.jet-listing-grid__items.grid-col-desk-5 {
--columns: 5;
}
.jet-listing-grid__items.grid-col-desk-6 {
--columns: 6;
}
.jet-listing-grid__items.grid-col-desk-7 {
--columns: 7;
}
.jet-listing-grid__items.grid-col-desk-8 {
--columns: 8;
}
.jet-listing-grid__items.grid-col-desk-9 {
--columns: 9;
}
.jet-listing-grid__items.grid-col-desk-10 {
--columns: 10;
}
@media (max-width: 1024px) {
.jet-listing-grid__items.grid-col-tablet-1 {
--columns: 1;
}
.jet-listing-grid__items.grid-col-tablet-2 {
--columns: 2;
}
.jet-listing-grid__items.grid-col-tablet-3 {
--columns: 3;
}
.jet-listing-grid__items.grid-col-tablet-4 {
--columns: 4;
}
.jet-listing-grid__items.grid-col-tablet-5 {
--columns: 5;
}
.jet-listing-grid__items.grid-col-tablet-6 {
--columns: 6;
}
.jet-listing-grid__items.grid-col-tablet-7 {
--columns: 7;
}
.jet-listing-grid__items.grid-col-tablet-8 {
--columns: 8;
}
.jet-listing-grid__items.grid-col-tablet-9 {
--columns: 9;
}
.jet-listing-grid__items.grid-col-tablet-10 {
--columns: 10;
}
}
@media (max-width: 767px) {
.jet-listing-grid__items.grid-col-mobile-1 {
--columns: 1;
}
.jet-listing-grid__items.grid-col-mobile-2 {
--columns: 2;
}
.jet-listing-grid__items.grid-col-mobile-3 {
--columns: 3;
}
.jet-listing-grid__items.grid-col-mobile-4 {
--columns: 4;
}
.jet-listing-grid__items.grid-col-mobile-5 {
--columns: 5;
}
.jet-listing-grid__items.grid-col-mobile-6 {
--columns: 6;
}
.jet-listing-grid__items.grid-col-mobile-7 {
--columns: 7;
}
.jet-listing-grid__items.grid-col-mobile-8 {
--columns: 8;
}
.jet-listing-grid__items.grid-col-mobile-9 {
--columns: 9;
}
.jet-listing-grid__items.grid-col-mobile-10 {
--columns: 10;
}
}
.jet-listing-grid__masonry {
align-items: flex-start;
}
.jet-listing-grid__item {
padding: 10px;
box-sizing: border-box;
}
.jet-listing-grid__items > .jet-listing-grid__item {
max-width: calc(100% / var(--columns));
flex: 0 0 calc(100% / var(--columns));
}
.jet-listing-grid__item.colspan-1 {
max-width: 100% !important;
flex: 0 0 100% !important;
}
.jet-listing-grid__item[class*=colspan-2-] {
max-width: min(200% / var(--columns), 100%) !important;
flex: 0 0 min(200% / var(--columns), 100%) !important;
}
.jet-listing-grid__item[class*=colspan-3-] {
max-width: min(300% / var(--columns), 100%) !important;
flex: 0 0 min(300% / var(--columns), 100%) !important;
}
.jet-listing-grid__item[class*=colspan-4-] {
max-width: min(400% / var(--columns), 100%) !important;
flex: 0 0 min(400% / var(--columns), 100%) !important;
}
.jet-listing-grid__item[class*=colspan-5-] {
max-width: min(500% / var(--columns), 100%) !important;
flex: 0 0 min(500% / var(--columns), 100%) !important;
}
.jet-listing-grid__item[class*=colspan-6-] {
max-width: min(600% / var(--columns), 100%) !important;
flex: 0 0 min(600% / var(--columns), 100%) !important;
}
.jet-listing-grid__slider {
position: relative;
}
body.wp-admin.block-editor-page .jet-listing-grid__slider {
overflow: hidden;
}
.jet-listing-grid__slider[dir=rtl] .slick-slide {
float: right;
}
.jet-listing-grid__slider-icon.slick-arrow {
position: absolute;
top: 50%;
width: 50px;
height: 50px;
line-height: 50px;
font-size: 30px;
color: #fff;
background-color: #111;
left: 0;
margin-top: -25px;
cursor: pointer;
text-align: center;
z-index: 90;
display: flex;
align-items: center;
justify-content: center;
}
.jet-listing-grid__slider-icon.slick-arrow.next-arrow {
left: auto;
right: 0;
transform: scaleX(-1);
}
.jet-listing-grid__slider-icon.slick-arrow svg {
height: 30px;
width: auto;
}
.jet-listing-grid__slider-icon.slick-arrow svg path {
fill: currentColor;
}
.jet-listing-grid__slider > .jet-listing-grid__items:not(.slick-initialized) > .jet-listing-grid__item {
display: none;
}
.jet-listing-grid__slider > .jet-listing-grid__items:not(.slick-initialized) > .jet-listing-grid__item:first-of-type {
display: block;
}
body.wp-admin.block-editor-page .jet-listing-grid__slider > .jet-listing-grid__items:not(.slick-initialized) > .jet-listing-grid__item {
display: block;
}
.jet-listing-grid__slider .jet-slick-dots {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
margin: 10px 0;
padding: 0;
}
.jet-listing-grid__slider .jet-slick-dots li {
width: 12px;
height: 12px;
border-radius: 100%;
text-indent: -50px;
overflow: hidden;
cursor: pointer;
background: #eee;
margin: 3px;
}
.jet-listing-grid__slider .jet-slick-dots li:hover, .jet-listing-grid__slider .jet-slick-dots li.slick-active {
background: #111;
}
.jet-listing-grid__slider[dir=rtl] .jet-slick-dots li {
text-indent: 50px;
}
.jet-listing-grid__loader {
--spinner-color: rgba(100, 100, 100, 0.8);
--spinner-size: 36px;
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
visibility: hidden;
}
.jet-listing-grid-loading .jet-listing-grid__loader {
visibility: visible;
}
.jet-listing-grid__loader-spinner {
width: var(--spinner-size);
height: var(--spinner-size);
border: 4px solid var(--spinner-color);
border-top-color: transparent;
border-radius: 50%;
-webkit-animation: jet-engine-spin 1s infinite linear;
animation: jet-engine-spin 1s infinite linear;
}
.jet-engine-listing-overlay-wrap {
position: relative;
cursor: pointer;
}
.jet-engine-listing-overlay-link {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
font-size: 0 !important;
}
body[data-elementor-device-mode=desktop] .jet-listing-grid__scroll-slider-desktop {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
body[data-elementor-device-mode=desktop] .jet-listing-grid__scroll-slider-desktop > .jet-listing-grid__items {
flex-wrap: nowrap;
}
body[data-elementor-device-mode=laptop] .jet-listing-grid__scroll-slider-laptop {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
body[data-elementor-device-mode=laptop] .jet-listing-grid__scroll-slider-laptop > .jet-listing-grid__items {
flex-wrap: nowrap;
}
body[data-elementor-device-mode=tablet_extra] .jet-listing-grid__scroll-slider-tablet_extra {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
body[data-elementor-device-mode=tablet_extra] .jet-listing-grid__scroll-slider-tablet_extra > .jet-listing-grid__items {
flex-wrap: nowrap;
}
body[data-elementor-device-mode=tablet] .jet-listing-grid__scroll-slider-tablet {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
body[data-elementor-device-mode=tablet] .jet-listing-grid__scroll-slider-tablet > .jet-listing-grid__items {
flex-wrap: nowrap;
}
body[data-elementor-device-mode=mobile_extra] .jet-listing-grid__scroll-slider-mobile_extra {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
body[data-elementor-device-mode=mobile_extra] .jet-listing-grid__scroll-slider-mobile_extra > .jet-listing-grid__items {
flex-wrap: nowrap;
}
body[data-elementor-device-mode=mobile] .jet-listing-grid__scroll-slider-mobile {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
body[data-elementor-device-mode=mobile] .jet-listing-grid__scroll-slider-mobile > .jet-listing-grid__items {
flex-wrap: nowrap;
}
@media (min-width: 1025px) {
.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-desktop {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-desktop > .jet-listing-grid__items {
flex-wrap: nowrap;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-tablet {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-tablet > .jet-listing-grid__items {
flex-wrap: nowrap;
}
}
@media (max-width: 767px) {
.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-mobile {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.jet-listing-grid--blocks .jet-listing-grid__scroll-slider-mobile > .jet-listing-grid__items {
flex-wrap: nowrap;
}
}
@media (max-width: 767px) {
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-mobile {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-mobile > .jet-listing-grid__items {
flex-wrap: nowrap;
}
}
@media (max-width: 991px) {
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-tablet {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-tablet > .jet-listing-grid__items {
flex-wrap: nowrap;
}
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-desktop {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider-desktop > .jet-listing-grid__items {
flex-wrap: nowrap;
}
.jet-listing-grid__item.jet-equal-columns > * {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns > .elementor {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns > .elementor > .elementor-inner {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns > .elementor > .elementor-inner > .elementor-section-wrap {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-section {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns > .elementor > .elementor-section-wrap {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns > .elementor > .elementor-section-wrap > .elementor-section {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns > .elementor > :is(.elementor-section, .e-container, .e-con) {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap > .elementor {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap > .elementor > .elementor-inner {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap > .elementor > .elementor-inner > .elementor-section-wrap {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap > .elementor > .elementor-inner > .elementor-section-wrap > .elementor-section {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap > .elementor > .elementor-section-wrap {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap > .elementor > .elementor-section-wrap > .elementor-section {
height: 100%;
}
.jet-listing-grid__item.jet-equal-columns .jet-engine-listing-overlay-wrap > .elementor > :is(.elementor-section, .e-container, .e-con) {
height: 100%;
}
.jet-listing-grid__items.jet-equal-columns__wrapper .slick-track {
display: flex;
align-items: stretch;
}
.jet-listing-grid__items.jet-equal-columns__wrapper .slick-slide {
float: none;
height: auto;
display: flex;
flex-direction: column;
}
.jet-listing-grid__items.jet-equal-columns__wrapper .slick-slide img {
-o-object-fit: cover;
object-fit: cover;
flex-grow: 1;
}
.jet-listing-grid__items.jet-equal-columns__wrapper .slick-slide > *,
.jet-listing-grid__items.jet-equal-columns__wrapper .slick-slide .jet-equal-columns {
height: 100%;
}
.jet-listing-not-found {
text-align: center;
display: block;
margin: 0;
width: 100%;
}
@-webkit-keyframes jet-engine-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
@keyframes jet-engine-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items {
width: auto;
margin: 0;
--column-gap: 20px;
--row-gap: 20px;
gap: var(--row-gap) var(--column-gap);
--item-width: calc( ( 100% - ( var(--columns) - 1 ) * var(--column-gap) ) / var(--columns) );
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items.slick-slider .slick-list {
margin-right: calc(var(--column-gap) / -2);
margin-left: calc(var(--column-gap) / -2);
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item {
max-width: var(--item-width);
flex: 0 0 var(--item-width);
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item[class*=colspan-2-] {
max-width: min(2 * var(--item-width) + (2 - 1) * var(--column-gap), 100%) !important;
flex: 0 0 min(2 * var(--item-width) + (2 - 1) * var(--column-gap), 100%) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item[class*=colspan-3-] {
max-width: min(3 * var(--item-width) + (3 - 1) * var(--column-gap), 100%) !important;
flex: 0 0 min(3 * var(--item-width) + (3 - 1) * var(--column-gap), 100%) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item[class*=colspan-4-] {
max-width: min(4 * var(--item-width) + (4 - 1) * var(--column-gap), 100%) !important;
flex: 0 0 min(4 * var(--item-width) + (4 - 1) * var(--column-gap), 100%) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item[class*=colspan-5-] {
max-width: min(5 * var(--item-width) + (5 - 1) * var(--column-gap), 100%) !important;
flex: 0 0 min(5 * var(--item-width) + (5 - 1) * var(--column-gap), 100%) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__items > .jet-listing-grid__item[class*=colspan-6-] {
max-width: min(6 * var(--item-width) + (6 - 1) * var(--column-gap), 100%) !important;
flex: 0 0 min(6 * var(--item-width) + (6 - 1) * var(--column-gap), 100%) !important;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__item {
padding: 0;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__item.slick-slide {
padding: calc(var(--row-gap) / 2) calc(var(--column-gap) / 2);
}
.brxe-jet-engine-listing-grid .jet-slick-dots {
gap: 8px;
}
.brxe-jet-engine-listing-grid .jet-slick-dots li {
margin: 0;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider::-webkit-scrollbar-button {
width: 0;
height: 0;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider::-webkit-scrollbar-track {
border: none;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider::-webkit-scrollbar-corner {
background-color: transparent;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__scroll-slider::-webkit-scrollbar-thumb {
border: none;
}
.brxe-jet-engine-listing-grid .jet-listing-grid__slider-icon svg {
width: 1em;
height: 1em;
}
div.brxe-jet-engine-listing-grid {
width: 100%;
}
div.brxe-jet-engine-listing-grid > div.jet-listing-grid {
width: 100%;
}
.jet-calendar-loading {
opacity: 0.5 !important;
pointer-event: none !important;
}
.jet-calendar-grid {
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.jet-calendar-caption {
max-width: 100%;
}
.jet-calendar-caption__wrap {
display: flex;
align-items: center;
}
.jet-calendar-caption__wrap.wrap-layout-3 {
justify-content: center;
}
.jet-calendar-caption__wrap.wrap-layout-4 {
justify-content: space-between;
}
.jet-calendar-caption__name {
font-weight: bold;
flex: 1 1 auto;
text-align: left;
}
.wrap-layout-2 .jet-calendar-caption__name {
text-align: right;
order: 2;
}
.wrap-layout-3 .jet-calendar-caption__name, .wrap-layout-4 .jet-calendar-caption__name {
flex: 0 0 auto;
text-align: center;
order: 2;
}
.jet-calendar-nav__link {
cursor: pointer;
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
}
.jet-calendar-nav__link svg {
height: 1em;
fill: currentColor;
}
.wrap-layout-3 .jet-calendar-nav__link.nav-link-prev, .wrap-layout-4 .jet-calendar-nav__link.nav-link-prev {
order: 1;
}
.rtl .jet-calendar-nav__link.nav-link-prev svg {
transform: scaleX(-1);
}
.wrap-layout-3 .jet-calendar-nav__link.nav-link-next, .wrap-layout-4 .jet-calendar-nav__link.nav-link-next {
order: 3;
}
body:not(.rtl) .jet-calendar-nav__link.nav-link-next svg {
transform: scaleX(-1);
}
.jet-calendar-header__week-day {
width: 14.2857%;
text-align: center;
padding: 10px;
background: #fafafa;
}
.jet-calendar-header__week-day.day-pad {
opacity: 0.5;
}
.jet-calendar-week__day {
width: 14.2857%;
vertical-align: top;
}
.jet-calendar-week__day-wrap {
position: relative;
}
.jet-calendar-week__day-header {
display: flex;
position: relative;
z-index: 3;
}
.jet-calendar-week__day-date {
display: flex;
align-items: center;
}
.jet-calendar-week__day-mobile-wrap {
display: none;
}
@media (max-width: 1025px) {
.jet-calendar-week__day-mobile-wrap {
display: flex;
}
}
.jet-calendar-week__day-mobile-overlay {
cursor: pointer;
position: absolute;
z-index: 20;
left: 0;
right: 0;
top: 0;
bottom: 0;
}
.jet-calendar-week__day-mobile-trigger {
width: 24px;
height: 24px;
cursor: pointer;
}
.jet-calendar-week__day-content {
padding: 10px;
min-height: 100px;
}
@media (max-width: 1025px) {
.jet-calendar-week__day-content {
display: none;
}
}
.brxe-jet-listing-calendar .jet-calendar-week__day {
padding: 0;
}
.brxe-jet-listing-calendar .jet-calendar-week__day-date {
display: block;
text-align: center;
}
.brxe-jet-listing-calendar .jet-calendar-nav__link svg {
width: 1em;
height: 1em;
}
.jet-form.is-loading {
opacity: 0.5;
pointer-events: none;
}
.jet-form-row {
display: flex;
flex-wrap: wrap;
margin: 0 -5px;
padding: 5px 0;
}
.jet-form-row:last-child {
padding-bottom: 0 !important;
}
.jet-form-row--first-visible {
padding-top: 0 !important;
}
.jet-form-row.jet-form-row--hidden {
margin: 0 !important;
padding: 0 !important;
}
.jet-form__group-break {
width: 100%;
flex: 0 0 100%;
}
.jet-form-col {
min-height: 1px;
padding: 0 5px;
display: flex;
align-items: flex-start;
align-content: flex-start;
flex-wrap: wrap;
max-width: 100%;
flex: 0 0 100%;
}
.jet-form-col.field-type-heading {
flex-wrap: wrap !important;
}
.layout-row .jet-form-col {
flex-wrap: nowrap;
}
.jet-form-col__start {
flex: 0 0 30%;
max-width: 30%;
}
.jet-form-col__end {
display: flex;
flex: 1 1 auto;
}
@media (min-width: 600px) {
.jet-form-col-1 {
max-width: 8.33333%;
width: 8.33333%;
flex: 0 0 8.33333%;
}
.jet-form-col-2 {
max-width: 16.66666%;
width: 16.66666%;
flex: 0 0 16.66666%;
}
.jet-form-col-3 {
max-width: 25%;
width: 25%;
flex: 0 0 25%;
}
.jet-form-col-4 {
max-width: 33.33333%;
width: 33.33333%;
flex: 0 0 33.33333%;
}
.jet-form-col-5 {
max-width: 41.66666%;
width: 41.66666%;
flex: 0 0 41.66666%;
}
.jet-form-col-6 {
max-width: 50%;
width: 50%;
flex: 0 0 50%;
}
.jet-form-col-7 {
max-width: 58.33333%;
width: 58.33333%;
flex: 0 0 58.33333%;
}
.jet-form-col-8 {
max-width: 66.66666%;
width: 66.66666%;
flex: 0 0 66.66666%;
}
.jet-form-col-9 {
max-width: 75%;
width: 75%;
flex: 0 0 75%;
}
.jet-form-col-10 {
max-width: 83.33333%;
width: 83.33333%;
flex: 0 0 83.33333%;
}
.jet-form-col-11 {
max-width: 91.66666%;
width: 91.66666%;
flex: 0 0 91.66666%;
}
.jet-form-col-12 {
max-width: 100%;
width: 100%;
flex: 0 0 100%;
}
body:not(.rtl) .jet-form-push-1 {
margin-left: 8.3333333333%;
}
body.rtl .jet-form-push-1 {
margin-right: 8.3333333333%;
}
body:not(.rtl) .jet-form-push-2 {
margin-left: 16.6666666667%;
}
body.rtl .jet-form-push-2 {
margin-right: 16.6666666667%;
}
body:not(.rtl) .jet-form-push-3 {
margin-left: 25%;
}
body.rtl .jet-form-push-3 {
margin-right: 25%;
}
body:not(.rtl) .jet-form-push-4 {
margin-left: 33.3333333333%;
}
body.rtl .jet-form-push-4 {
margin-right: 33.3333333333%;
}
body:not(.rtl) .jet-form-push-5 {
margin-left: 41.6666666667%;
}
body.rtl .jet-form-push-5 {
margin-right: 41.6666666667%;
}
body:not(.rtl) .jet-form-push-6 {
margin-left: 50%;
}
body.rtl .jet-form-push-6 {
margin-right: 50%;
}
body:not(.rtl) .jet-form-push-7 {
margin-left: 58.3333333333%;
}
body.rtl .jet-form-push-7 {
margin-right: 58.3333333333%;
}
body:not(.rtl) .jet-form-push-8 {
margin-left: 66.6666666667%;
}
body.rtl .jet-form-push-8 {
margin-right: 66.6666666667%;
}
body:not(.rtl) .jet-form-push-9 {
margin-left: 75%;
}
body.rtl .jet-form-push-9 {
margin-right: 75%;
}
body:not(.rtl) .jet-form-push-10 {
margin-left: 83.3333333333%;
}
body.rtl .jet-form-push-10 {
margin-right: 83.3333333333%;
}
body:not(.rtl) .jet-form-push-11 {
margin-left: 91.6666666667%;
}
body.rtl .jet-form-push-11 {
margin-right: 91.6666666667%;
}
}
.jet-form-page--hidden {
display: none;
}
.jet-form__next-page-msg {
display: none;
}
.jet-form__next-page-msg--visible {
display: block;
}
.jet-form__calculated-field {
display: flex;
}
.jet-form__calculated-field--hidden {
display: none;
}
.layout-column .jet-form__label {
max-width: 100%;
flex: 0 1 100%;
}
.jet-form__heading, .jet-form__label {
flex: 0 0 100%;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.jet-form__field-error {
width: 100%;
}
.jet-form__desc {
display: block;
}
.layout-column .jet-form__desc {
max-width: 100%;
flex: 0 1 100%;
}
.jet-form__prev-page {
outline: none;
}
.jet-form__field {
box-sizing: border-box;
}
.layout-column .jet-form__field:not(.checkboxes-field):not(.radio-field):not(.range-field) {
max-width: 100%;
width: 100%;
flex: 0 1 100%;
}
.layout-row .jet-form__field:not(.checkboxes-field):not(.radio-field):not(.range-field) {
width: 100%;
}
.jet-form__field-wrap {
position: relative;
}
.jet-form__field-label {
cursor: pointer;
display: inline-flex;
align-items: center;
}
.jet-form__field-template + .jet-form__field-label {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: -1;
opacity: 0;
}
.jet-form__field-label input {
flex-shrink: 0;
margin: 0 5px 0 0;
}
.rtl .jet-form__field-label input {
margin: 0 0 0 5px;
}
.jet-form__field-template {
cursor: pointer;
}
.jet-form__field-value {
white-space: nowrap;
}
.jet-form__field-value-number {
display: inline-block;
text-align: center;
}
.jet-form__submit-wrap {
display: flex;
flex-direction: column;
width: 100%;
}
.jet-form__submit-wrap.has-prev {
flex-direction: row;
justify-content: space-between;
}
.jet-form__check-mark {
display: flex;
align-items: center;
justify-content: center;
}
.jet-form__check-mark__icon.is-svg-icon svg {
display: block;
width: 1em;
height: 1em;
}
.jet-form__check-mark--default {
display: flex;
align-items: center;
justify-content: center;
}
.jet-form__field-template--checked .jet-form__check-mark--default {
display: none;
}
.jet-form__check-mark--checked {
display: none;
align-items: center;
justify-content: center;
}
.jet-form__field-template--checked .jet-form__check-mark--checked {
display: flex;
}
.jet-form-repeater {
width: 100%;
}
.jet-form-repeater__initial {
display: none;
}
.jet-form-repeater__row {
display: flex;
width: 100%;
align-items: flex-end;
padding: 15px 0;
}
.jet-form-repeater__row-fields {
flex: 1 1 auto;
}
.jet-form-repeater__row .jet-form-col {
padding: 0 5px;
}
.jet-form-repeater__actions {
display: flex;
}
.jet-form-repeater__new {
margin: 10px 0 0 0;
}
.jet-form-repeater__remove {
margin: 0 0 0 10px;
text-decoration: none !important;
}
.layout-column .jet-form__fields-group.checkradio-wrap {
width: 100%;
}
.jet-form__field-wrap.range-wrap {
display: flex;
align-items: center;
width: 100%;
}
.jet-form input[type=range].jet-form__field.range-field {
margin-right: 10px;
-webkit-appearance: none;
min-height: 18px;
}
.rtl .jet-form input[type=range].jet-form__field.range-field {
margin-left: 10px;
margin-right: 0;
}
.jet-form input[type=range].jet-form__field.range-field, .jet-form input[type=range].jet-form__field.range-field:focus {
padding: 0;
background: transparent;
border: none;
border-radius: 0;
box-shadow: none;
outline: none;
}
.jet-form input[type=range].jet-form__field.range-field::-webkit-slider-runnable-track {
width: 100%;
height: 4px;
cursor: pointer;
background: #e3ddd8;
box-shadow: none;
border: none;
}
.jet-form input[type=range].jet-form__field.range-field::-moz-range-track {
width: 100%;
height: 4px;
cursor: pointer;
background: #e3ddd8;
box-shadow: none;
border: none;
}
.jet-form input[type=range].jet-form__field.range-field::-ms-track {
width: 100%;
height: 4px;
cursor: pointer;
background: #e3ddd8;
box-shadow: none;
border: none;
color: transparent;
}
.jet-form input[type=range].jet-form__field.range-field::-ms-fill-lower {
background: transparent;
}
.jet-form input[type=range].jet-form__field.range-field::-ms-fill-upper {
background: transparent;
}
.jet-form input[type=range].jet-form__field.range-field::-webkit-slider-thumb {
width: 18px;
height: 18px;
background: #ccc;
border-radius: 50%;
cursor: pointer;
box-shadow: none;
border: none;
margin-top: -7px;
-webkit-appearance: none;
}
.jet-form input[type=range].jet-form__field.range-field::-moz-range-thumb {
width: 18px;
height: 18px;
background: #ccc;
border-radius: 50%;
cursor: pointer;
box-shadow: none;
border: none;
}
.jet-form input[type=range].jet-form__field.range-field::-ms-thumb {
width: 18px;
height: 18px;
background: #ccc;
border-radius: 50%;
cursor: pointer;
box-shadow: none;
border: none;
}
.jet-form-message {
margin: 20px 0 0 0;
text-align: center;
padding: 20px;
}
.jet-form-message--success {
border: 1px solid green;
color: green;
}
.jet-form-message--error {
border: 1px solid red;
color: red;
}
.jet-engine-file-upload__files {
display: flex;
flex-wrap: wrap;
}
.jet-engine-file-upload .sortable-placeholder {
flex: 0 0 100px;
width: 100px;
margin: 0 10px 10px 0;
position: relative;
background: rgba(123, 123, 123, 0.2);
height: 100px;
}
.jet-engine-file-upload__content {
min-height: 100px;
min-width: 100px;
position: relative;
display: inline-flex;
}
.jet-engine-file-upload__loader {
top: 0;
left: 0;
right: 10px;
bottom: 10px;
position: absolute;
background: rgba(0, 0, 0, 0.5);
display: none;
justify-content: center;
align-items: center;
}
.is-loading .jet-engine-file-upload__loader {
display: flex;
}
.jet-engine-file-upload__file {
width: 100px;
height: 100px;
margin: 0 10px 10px 0;
position: relative;
background-color: rgba(123, 123, 123, 0.2);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%237a7a7a' width='48px' height='48px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M16.5 6v11.5c0 2.21-1.79 4-4 4s-4-1.79-4-4V5c0-1.38 1.12-2.5 2.5-2.5s2.5 1.12 2.5 2.5v10.5c0 .55-.45 1-1 1s-1-.45-1-1V6H10v9.5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V5c0-2.21-1.79-4-4-4S7 2.79 7 5v12.5c0 3.04 2.46 5.5 5.5 5.5s5.5-2.46 5.5-5.5V6h-1.5z'/%3E%3C/svg%3E");
background-position: center;
background-repeat: no-repeat;
}
.is-loading .jet-engine-file-upload__file {
opacity: 0.5;
}
.jet-engine-file-upload__file-remove {
position: absolute;
left: 0;
right: 0;
top: 50%;
bottom: 0;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: opacity 200ms linear;
opacity: 0;
background: rgba(0, 0, 0, 0.4);
}
.jet-engine-file-upload__file-remove svg path {
fill: #fff;
}
.jet-engine-file-upload__file:hover .jet-engine-file-upload__file-remove {
opacity: 1;
}
.jet-engine-file-upload__file img {
display: block;
width: 100%;
height: 100% !important;
padding: 0;
margin: 0;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center center;
object-position: center center;
}
.jet-engine-file-upload__errors.is-hidden {
display: none;
}
input.jet-form__field.file-field.jet-engine-file-upload__input {
border: none !important;
padding: 0 !important;
border-radius: 0 !important;
margin: 0 !important;
width: auto !important;
}
.jet-engine-file-upload__value:not([value*=""]) + input.jet-form__field.file-field.jet-engine-file-upload__input {
color: transparent;
}
.field-type-wysiwyg .jet-form__field {
padding: 0 !important;
border: none !important;
border-radius: 0 !important;
}
.jet-profile-menu {
display: flex;
}
.jet-profile-menu.layout--horizontal {
flex-direction: row;
}
.jet-profile-menu.layout--vertical {
flex-direction: column;
}
@media (max-width: 1024px) {
.jet-profile-menu.layout-tablet--horizontal {
flex-direction: row;
}
}
body[data-elementor-device-mode=tablet] .jet-profile-menu.layout-tablet--horizontal {
flex-direction: row;
}
@media (max-width: 1024px) {
.jet-profile-menu.layout-tablet--vertical {
flex-direction: column;
}
}
body[data-elementor-device-mode=tablet] .jet-profile-menu.layout-tablet--vertical {
flex-direction: column;
}
@media (max-width: 767px) {
.jet-profile-menu.layout-mobile--horizontal {
flex-direction: row;
}
}
body[data-elementor-device-mode=mobile] .jet-profile-menu.layout-mobile--horizontal {
flex-direction: row;
}
@media (max-width: 767px) {
.jet-profile-menu.layout-mobile--vertical {
flex-direction: column;
}
}
body[data-elementor-device-mode=mobile] .jet-profile-menu.layout-mobile--vertical {
flex-direction: column;
}
.jet-profile-menu__item-link {
display: block;
padding: 5px 10px;
}
.jet-map-marker {
font-size: 40px;
cursor: pointer;
max-width: 100%;
max-height: 100%;
}
.jet-map-marker.is-svg-icon {
display: inline-flex;
}
.jet-map-marker.is-svg-icon .e-font-icon-svg {
fill: currentColor;
}
.jet-map-marker.is-svg-icon svg {
width: 1em;
height: 1em;
}
.leaflet-marker-icon .jet-map-marker.is-svg-icon svg {
width: 100%;
height: auto;
}
.jet-map-marker.is-svg-icon img {
width: 1em;
height: auto;
}
.leaflet-marker-icon .jet-map-marker.is-svg-icon img {
width: 100%;
height: auto;
}
.brxe-jet-engine-maps-listing {
width: 100%;
}
.jet-map-listing .leaflet-marker-icon {
background: none;
border: none;
display: flex;
align-items: center;
justify-content: center;
}
.jet-map-listing .leaflet-popup-content-wrapper {
padding: 0;
}
.jet-map-listing .leaflet-popup-content {
margin: 0;
min-height: 40px;
}
.jet-map-box.mapboxgl-popup {
padding: 25px 0 0 0;
}
.jet-map-box.mapboxgl-popup .mapboxgl-popup-content {
padding: 0;
}
.popup-has-pin .jet-map-box:after {
content: "";
position: absolute;
top: 100%;
width: 0;
height: 0;
border-style: solid;
left: 50%;
margin: 0 0 0 -10px;
border-width: 10px 10px 0 10px;
border-color: transparent;
border-top-color: #fff;
}
.jet-map-listing .jet-map-box img {
max-width: 100%;
}
.jet-map-box .jet-map-close {
position: absolute;
right: 0;
top: 0;
cursor: pointer;
z-index: 9999;
}
.jet-map-box .jet-map-preloader {
width: 100%;
padding: 20px 0;
box-sizing: border-box;
background: #fff;
display: flex;
align-items: center;
justify-content: center;
}
.jet-map-box .jet-map-preloader .jet-map-loader {
display: block;
width: 24px;
height: 24px;
margin: 0 auto;
border: 3px solid currentColor;
border-top-color: transparent;
border-radius: 50%;
-webkit-animation: jet-engine-map-spin 1s infinite linear;
animation: jet-engine-map-spin 1s infinite linear;
}
.jet-map-marker-wrap {
padding: 5px;
position: relative;
margin: 0 0 10px;
background: #fff;
z-index: 999;
cursor: pointer;
text-align: center;
}
.jet-map-marker-wrap:after {
content: "";
position: absolute;
top: 100%;
width: 0;
height: 0;
border-style: solid;
left: 50%;
margin: 0 0 0 -10px;
border-width: 10px 10px 0 10px;
border-color: transparent;
border-top-color: #fff;
}
.jet-map-listing .gm-svpc {
max-width: none;
}
.jet-map-listing .gm-svpc img {
max-width: none;
}
.jet-map-listing .gm-style-mtc button {
border-radius: 0;
}
.jet-map-box button.mapboxgl-popup-close-button {
padding: 5px;
font-size: 16px;
line-height: 12px;
font-weight: normal;
color: #333;
}
@-webkit-keyframes jet-engine-map-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
@keyframes jet-engine-map-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(359deg);
}
}
.brxe-jet-engine-maps-listing .jet-map-listing {
height: 500px;
}
.jet-data-store-link-wrapper {
display: flex;
position: relative;
z-index: 999;
}
.jet-data-store-link {
display: inline-flex;
justify-content: center;
align-items: center;
gap: 4px;
}
.jet-data-store-link__icon.is-svg-icon {
display: inline-flex;
}
.jet-data-store-link__icon.is-svg-icon svg {
width: 1em;
height: 1em;
}
.jet-data-store-link__icon {
order: 1;
}
.jet-data-store-link__label {
order: 2;
}
.jet-data-store-link.is-hidden {
display: none !important;
}
.jet-container {
display: flex;
flex-wrap: wrap;
position: relative;
box-sizing: border-box;
padding: 1em;
overflow: hidden;
}
.jet-container > * {
position: relative;
z-index: 1;
}
.jet-container[data-url] {
cursor: pointer;
}
#wpwrap .jet-container > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
max-width: 100% !important;
}
.jet-container--content-direction-vertical {
flex-direction: column;
}
.jet-container--content-direction-vertical > * {
width: 100%;
}
.jet-container--content-direction-vertical > .block-editor-inner-blocks {
width: 100%;
}
.jet-container--content-direction-vertical > .block-editor-inner-blocks > .block-editor-block-list__layout {
flex-direction: column;
}
.jet-container--content-direction-vertical > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block {
width: 100%;
}
.jet-container--content-direction-horizontal {
flex-direction: row;
}
.jet-container--content-direction-horizontal > .block-editor-inner-blocks > .block-editor-block-list__layout {
flex-direction: row;
padding-right: 30px;
}
.jet-container--content-direction-horizontal > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
margin-left: 10px;
margin-right: 10px;
}
.jet-container--content-direction-horizontal > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-list-appender {
margin-left: 35px;
}
.jet-container--content-direction-horizontal > p {
margin: 0;
}
.jet-container--content-align-flex-start {
align-content: flex-start;
align-items: flex-start;
}
.jet-container--content-align-flex-start > .block-editor-inner-blocks > .block-editor-block-list__layout {
align-content: flex-start;
align-items: flex-start;
}
.jet-container--content-align-flex-end {
align-content: flex-end;
align-items: flex-end;
}
.jet-container--content-align-flex-end > .block-editor-inner-blocks > .block-editor-block-list__layout {
align-content: flex-end;
align-items: flex-end;
}
.jet-container--content-align-center {
align-content: center;
align-items: center;
}
.jet-container--content-align-center > .block-editor-inner-blocks > .block-editor-block-list__layout {
align-content: center;
align-items: center;
}
.jet-container--content-align-stretch {
align-content: stretch;
align-items: stretch;
}
.jet-container--content-align-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout {
align-content: stretch;
align-items: stretch;
}
.jet-container--content-align-space-between {
align-content: space-between;
}
.jet-container--content-align-space-between > .block-editor-inner-blocks > .block-editor-block-list__layout {
align-content: space-between;
}
.jet-container--content-justify-flex-start {
justify-content: flex-start;
}
.jet-container--content-justify-flex-start > .block-editor-inner-blocks > .block-editor-block-list__layout {
justify-content: flex-start;
}
.jet-container--content-justify-flex-end {
justify-content: flex-end;
}
.jet-container--content-justify-flex-end > .block-editor-inner-blocks > .block-editor-block-list__layout {
justify-content: flex-end;
}
.jet-container--content-justify-center {
justify-content: center;
}
.jet-container--content-justify-center > .block-editor-inner-blocks > .block-editor-block-list__layout {
justify-content: center;
}
.jet-container--content-justify-stretch {
justify-content: stretch;
}
.jet-container--content-justify-stretch > .block-editor-inner-blocks > .block-editor-block-list__layout {
justify-content: stretch;
}
.jet-container--content-justify-space-between {
justify-content: space-between;
}
.jet-container--content-justify-space-between > .block-editor-inner-blocks > .block-editor-block-list__layout {
justify-content: space-between;
}
.jet-container > .block-editor-inner-blocks {
flex: 0 0 100%;
}
.jet-container > .block-editor-inner-blocks > .block-editor-block-list__layout {
display: flex;
}
.jet-container__overlay {
position: absolute !important;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.jet-section {
width: 100% !important;
max-width: 100% !important;
margin: 0 !important;
}
.jet-section--layout-boxed .jet-section__content {
margin: 0 auto;
max-width: 100%;
}
.jedv-resize-columns.elementor-section > .elementor-container > .elementor-column,
.jedv-resize-columns.elementor-section > .elementor-container > .elementor-row > .elementor-column {
flex-grow: 1;
}