.photo-gallery-large {
display: block;
max-width: 100%;
position: relative;
}
.photo-gallery-large .photo-gallery-full {
display: block;
max-width: 100%;
position: relative;
}
.photo-gallery-large .photo-gallery-full:hover > a {
opacity: 1;
filter: alpha(opacity=100);
}
.photo-gallery-large .photo-gallery-full > a {
display: block;
position: absolute;
background-color: rgba(0,0,0,0.3);
color: #fff;
font-size: 20px;
z-index: 10;
left: 0px;
top: 50%;
line-height: 64px;
height: 64px;
padding: 0px 18px;
margin-top: -32px;
border-radius: 0 5px 5px 0;
text-decoration: none;
opacity: 0;
filter: alpha(opacity=0);
}
.photo-gallery-large .photo-gallery-full > a.next {
left: auto;
right: 0px;
border-radius: 5px 0 0 5px;
}
.photo-gallery-large .photo-gallery-full > a:hover {
background-color: rgba(0,0,0,0.5);
}
.photo-gallery-large .photo-gallery-full .the-image {
display: block;
text-align: center;
position: relative;
background: #232323;
font-size: 0;
}
.photo-gallery-large .photo-gallery-full .the-image img {
display: inline-block;
max-width: 100%;
position: relative;
height: auto;
}
.photo-gallery-thumbs {
background: #232323;
position: relative;
}
.photo-gallery-thumbs .photo-gallery-thumb-list {
display: block;
padding: 13px 4px;
margin: 0 60px;
font-size: 0;
white-space: nowrap;
overflow: hidden;
}
.photo-gallery-thumbs .photo-gallery-thumb-list .item {
display: inline-block;
font-size: 14px;
line-height: 100%;
margin-right: 12px;
opacity: 0.5;
filter: alpha(opacity=50);
}
.photo-gallery-thumbs .photo-gallery-thumb-list .item.active:hover,
.photo-gallery-thumbs .photo-gallery-thumb-list .item.active {
box-shadow: 0 0 0 1px #000, 0 0 0 4px #E2E2E2;
opacity: 1;
filter: alpha(opacity=100);
}
.photo-gallery-thumbs .photo-gallery-thumb-list .item:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.photo-gallery-thumbs .photo-gallery-thumb-list .item img {
display: block;
width: 70px;
height: 70px;
}
.photo-gallery-thumbs .photo-gallery-nav {
position: absolute;
z-index: 1;
border: 0px;
background: rgba(50, 50, 50, 0.8);
color: #fff;
top: 13px;
left: 13px;
cursor: pointer;
height: 70px;
width: 36px;
font-size: 16px;
transition: all 0.2s;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
}
.photo-gallery-thumbs .photo-gallery-nav.nav-me-right {
left: auto;
right: 13px;
}
.photo-gallery-thumbs .photo-gallery-nav:hover {
background: rgba(82, 82, 82, 0.8);
}
.photo-gallery-thumbs .photo-gallery-nav:active {
background: rgba(42, 42, 42, 0.8);
}
.photo-gallery-description {
display: block;
padding: 40px 50px 15px 50px;
}
.photo-gallery-description h2 {
display: block;
font-weight: bold;
font-size: 24px;
margin-bottom: 25px;
}
.photo-gallery-items > .item {
width: 31.33%;
margin-left: 3%;
}
.photo-gallery-items > .item:nth-child(3n+1) {
clear: both;
margin-left: 0px;
}
.photo-gallery-items > .item:nth-child(n+4) {
margin-top: 28px;
}
.photo-gallery-items {
display: block;
}
.photo-gallery-items:after {
display: block;
clear: both;
content: '';
}
.photo-gallery-items .item {
display: block;
float: left;
}
.photo-gallery-items .item .item-content {
display: block;
padding: 25px;
background: #f0f4f6;
}
.photo-gallery-items .item .item-content h3 {
display: block;
margin-bottom: 8px;
color: #4b95d4;
font-size: 19px;
line-height: 130%;
font-weight: bold;
letter-spacing: 0;
}
.photo-gallery-items .item .item-content h3 a {
color: #232323;
}
.photo-gallery-items .item .item-content h3 a:hover {
color: inherit;
}
.photo-gallery-items .item .item-content .item-category {
display: block;
margin-bottom: 10px;
text-transform: uppercase;
font-weight: bold;
font-weight: 500;
color: #4b95d4;
}
.photo-gallery-items .item .item-content .item-category a {
color: inherit;
}
.photo-gallery-items .item .item-content .item-category a:hover {
color: #232323;
}
.photo-gallery-items .item .item-content p {
display: block;
margin-bottom: 20px;
line-height: 150%;
font-size: 14px;
}
.photo-gallery-items .item .item-content .view-more {
display: inline-block;
border: 0px;
font-weight: bold;
padding: 10px 24px 13px 24px;
cursor: pointer;
background: #4b95d4;
color: #fff;
font-size: 14px;
box-shadow: inset 0 -3px 0 rgba(0,0,0,0.08), inset 0 -100px 0 rgba(255,255,255,0);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;
text-align: center;
font-size: 13px;
text-transform: uppercase;
text-decoration: none;
}
.photo-gallery-items .item .item-header {
position: relative;
font-size: 0;
}
.photo-gallery-items .item .item-header-overlay {
display: block;
position: absolute;
z-index: 2;
width: 100%;
left: 0px;
bottom: 0px;
vertical-align: bottom;
padding: 25px 25px;
color: #fff;
text-shadow: 0 1px 0 rgba(0,0,0,0.5);
font-size: 13px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
box-shadow: inset 0 -80px 40px -40px rgba(0,0,0,0.4);
}
.photo-gallery-items .item.no-image .item-header-overlay {
position: absolute;
top: 10px;
text-align: right;
display: block;
background: transparent;
text-shadow: none;
box-shadow: none;
color: #000;
padding: 15px 25px;
}
.photo-gallery-items .item.no-image .item-content h3 {
padding-right: 80px;
}
.photo-gallery-items .item .item-header a img {
width: 100%;
backface-visibility: hidden;
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
transform: translateX(0);
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
opacity: 1;
filter: alpha(opacity=100);
transition: all 0.2s;
-moz-transition: all 0.2s;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
}
.ot-pagination {
display: block;
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
cursor: default;
}
.ot-pagination .page-numbers {
display: inline-block;
padding: 9px 13px;
line-height: 100%;
font-weight: bold;
font-size: 13px;
border: 1px solid #ECECEC;
border-radius: 3px;
background: #fff;
text-decoration: none;
cursor: default;
}
.ot-pagination a.page-numbers {
border: 1px solid #ECECEC;
background: #F9F9F9;
cursor: pointer;
}
.ot-pagination a.page-numbers:hover {
border: 1px solid #B1C9D8;
background: #EEF4F9;
}
.ot-galleries-content {
display: block;
}
.ot-galleries-content .main-title {
display: block;
margin-bottom: 30px;
position: relative;
}
.ot-galleries-content .right {
float: right;
}
.ot-galleries-content .main-title h3 {
color: #000;
font-size: 36px;
font-weight: bold;
line-height: 48px;
clear: none;
}
.ot-galleries-content .main-title a.right {
margin-top: 15px;
display: block;
}
.waiter.loading {
display: block;
background: #232323 url(//xn--80adddf2c2cvc.xn--p1ai/wp-content/plugins/ot-gallery/images/loading.gif) no-repeat center center!important;
line-height: 0px;
min-height: 400px;
}
.waiter.loading img {
opacity: 0.6;
filter: alpha(opacity=60);
}#toc_container li,#toc_container ul{margin:0;padding:0;list-style-position:inside}#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li{background:0 0;list-style-type:none;list-style:none}#toc_container.have_bullets li{padding-left:12px}#toc_container.toc_numbered ul{list-style:none}#toc_container ul ul{margin-left:1.5em}#toc_container{background:#f9f9f9;border:1px solid #aaa;padding:10px;margin-bottom:1em;width:auto;display:table;font-size:95%}#toc_container.toc_light_blue{background:#edf6ff}#toc_container.toc_white{background:#fff}#toc_container.toc_black{background:#000}#toc_container.toc_transparent{background:none transparent}#toc_container .toc_title{text-align:left;font-weight:700;margin:0;padding:0}#toc_container.toc_title_center .toc_title{text-align:center}#toc_container.toc_title_right .toc_title{text-align:right}#toc_container.toc_black .toc_title{color:#aaa}#toc_container.toc_black a,#toc_container.toc_black a:visited{color:#fff}#toc_container.toc_black a:hover{color:#fff}#toc_container span.toc_toggle{font-weight:400;font-size:90%}#toc_container .toc_toggle_icon a{text-decoration:none;line-height:1}#toc_container .toc_toggle_indicator{display:inline-block;line-height:1}#toc_container .toc_toggle_plus_minus a{display:inline-flex;align-items:center;justify-content:center;width:1.3em;height:1.3em;border:1px solid currentColor;border-radius:3px;vertical-align:middle}#toc_container .toc_toggle_plus_minus .toc_toggle_indicator{font-size:.8em}#toc_container .toc_toggle_indicator::before{font-weight:700}#toc_container .toc_toggle_plus_minus .toc_toggle_indicator::before{content:'\2212'}#toc_container.contracted .toc_toggle_plus_minus .toc_toggle_indicator::before{content:'\002B'}#toc_container .toc_toggle_caret .toc_toggle_indicator::before{content:'\25BE'}#toc_container.contracted .toc_toggle_caret .toc_toggle_indicator::before{content:'\25B8'}#toc_container .toc_title+ul.toc_list{margin-top:1em}.toc_wrap_left{float:left;margin-right:10px}.toc_wrap_right{float:right;margin-left:10px}#toc_container a{text-decoration:none;text-shadow:none}#toc_container a:hover{text-decoration:underline}.toc_sitemap_posts_letter{font-size:1.5em;font-style:italic}