html.ngg_proofing_form_open,
body.ngg_proofing_form_open {
overflow: hidden;
}
.ngg-trigger-proofing.ngg-proofing-on {
color: #cccc00;
}
.ngg-trigger-proofing.ngg-proofing-on:hover {
color: #cccc00;
}
#ngg_proofing_overlay {
position: fixed;
top: -800px;
left: -800px;
right: -800px;
bottom: -800px;
background-color: black;
z-index: 19;
opacity: 0.6;
filter: alpha(opacity=60);
}
.ngg-proofing-dialog {
clear: both;
width: 300px;
position: fixed;
top: 50%;
left: 50%;
margin-top: -90px;
margin-left: -150px;
background: #ffffff;
padding: 15px;
border-radius: 5px !important;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
z-index: 100000;
padding: 15px 15px 15px 15px;
-webkit-box-shadow: 0px 0px 51px 7px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 51px 7px rgba(0,0,0,0.75);
box-shadow: 0px 0px 51px 7px rgba(0,0,0,0.75);
font-size: 14px;
line-height: 18px;
font-weight: normal;
}
.ngg-proofing-dialog .ngg-proofing-label {
padding: 0;
text-align: center;
margin: 0 0 15px 0;
font-size: 18px;
color: rgb(52, 51, 51);
line-height: 18px;
}
.ngg-proofing-email-wrapper,
.ngg-proofing-fullname-wrapper {
display: table;
margin: 0;
padding: 0 0 6px 0;
}
.ngg-proofing-email-wrapper span,
.ngg-proofing-fullname-wrapper span {
width: 1%;
display: table-cell;
border: 1px solid #cccccc;
border-right: none;
padding: 1px 5px 0 5px;
vertical-align: middle;
font-size: 16px;
}
.ngg-proofing-dialog input {
display: table-cell;
width: 100%;
max-width: 300px;
margin: 0;
padding: 8px 8px 8px 4px;
border: 1px solid #cccccc;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
background-color: white;
box-sizing: border-box !important;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
box-shadow: rgba(0, 0, 0, 0.0745098) 0px 0px 1px inset;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
border-left: none;
font-size: 14px;
line-height: 14px;
}
.ngg-proofing-dialog input:focus {
border-left: 1px solid #66afe9;
padding-left: 8px;
}
.ngg-proofing-dialog input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.ngg-proofing-dialog input:-webkit-autofill:focus {
-webkit-box-shadow: 0 0 0px 1000px white inset;
-webkit-text-fill-color: black;
}
.ngg-proofing-dialog input:focus {
border-color: #66afe9;
outline: 0;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ngg-proofing-dialog .ngg-form-entry-submit {
clear: left;
text-align: center;
padding: 11px 0 0 0;
margin: 0;
}
.ngg-proofing-dialog .ngg-form-entry-submit i {
margin: 0 0 0 8px;
}
.ngg-proofing-dialog .ngg-proofing-submit {
width: 180px;
margin-left: 15px !important;
}
.ngg-proofing-dialog .ngg-proofing-cancel {
color: rgb(52, 51, 51);
position: absolute;
top: -18px;
right: -18px;
font-size: 18px;
}
.ngg-proofing-dialog .ngg-proofing-cancel i {
text-shadow: 0px 0px 10px rgba(150, 150, 150, 0.8);
}
.ngg-proofing-dialog .ngg-proofing-cancel i.fa-times {
color: white;
}
.ngg-proofing-dialog .ngg-proofing-cancel i.fa-circle {
color: #000000;
}
.ngg_pro_btn {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
padding: 0 6px 0 6px!important;
font-size: 14px !important;
font-weight: bold !important;
color: #fff !important;
border: none !important;
-webkit-font-smoothing: antialiased !important;
border-radius: 5px !important;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) !important;
-moz-border-radius: 5px !important;
-webkit-border-radius: 5px !important;
transition: all 0.2s ease !important;
-webkit-transition: all 0.2s ease !important;
vertical-align: middle !important;
display: inline-block !important;
text-decoration: none !important;
margin: 0 auto !important;
text-shadow: 0 -1px 0 rgba(0,0,0,0.35) !important;
background-image: linear-gradient(        #63baed, #0f92dd 85%, #38a4e2) !important;
background-image: -webkit-linear-gradient(#63baed, #0f92dd 85%, #38a4e2) !important;
background-image: -moz-linear-gradient(   #63baed, #0f92dd 85%, #38a4e2) !important;
background-image: -o-linear-gradient(     #63baed, #0f92dd 85%, #38a4e2) !important;
background-image: -ms-linear-gradient(    #63baed, #0f92dd 85%, #38a4e2) !important;
background-color: #0f92dd;
line-height: 30px !important;
height: 30px !important;
min-height: 30px !important;
text-align: center;
width: 10em;
}
.ngg_pro_btn:hover {
background-image: linear-gradient(        #2ba1e5, #086093) !important;
background-image: -webkit-linear-gradient(#2ba1e5, #086093) !important;
background-image: -moz-linear-gradient(   #2ba1e5, #086093) !important;
background-image: -o-linear-gradient(     #2ba1e5, #086093) !important;
background-image: -ms-linear-gradient(    #2ba1e5, #086093) !important;
background-color: #086093;
color: #fff;
cursor: pointer;
}
.ngg_pro_proofing_btn {
margin: 20px auto 20px auto !important;
display: block !important;
}@import url("https://fonts.googleapis.com/css?family=Lato");
@import url("https://fonts.googleapis.com/css?family=Raleway");  figure.ngg-figure {
overflow: hidden;
position: relative;
margin: 0;
padding: 0;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
figure.ngg-figure:hover figcaption.ngg-figcaption {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100);
opacity: 1;
top: 0;
left: 0;
}
figcaption.ngg-figcaption {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
filter: alpha(opacity=0);
opacity: 0;
position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, .7);
color: #fff;
-webkit-transition-delay: .1s;
-moz-transition-delay: .1s;
-o-transition-delay: .1s;
-ms-transition-delay: .1s;
transition-delay: .1s;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
figcaption.ngg-figcaption h6 {
margin: 0 !important;
padding: 10px 16px 10px 16px !important;
text-align: center;
color: white;
line-height: 1em;
font-family: Lato, sans-serif;
font-size: 14px;
max-width: -webkit-calc(100% - 32px);
max-width: calc(100% - 32px);
max-height: -webkit-calc(100% - 32px);
max-height: calc(100% - 32px);
white-space: normal;
}
figure.nggc_no_sharing figcaption.ngg-figcaption h6 {
padding-top: 0 !important;
}
figure.nggc_no_sharing.nggc_no_description.nggc_no_title figcaption.ngg-figcaption h6 {
margin-top: 0 !important;
}
figure.nggc_no_description figcaption.ngg-figcaption h6 {
padding: 10px 16px 0 16px !important;
}
figure.ngg-figure .nggc-body p {
margin: 0 !important;
padding: 0 !important;
line-height: 14px !important;
font-size: 14px !important;
height: 100% !important;
}
figcaption.ngg-figcaption .nggc-body {
margin: 0 !important;
padding: 0 !important;
line-height: 14px !important;
font-size: 14px !important;
overflow: hidden !important;
text-align: center;
color: white;
font-family: Lato, sans-serif;
max-height: -webkit-calc(100% - 110px);
max-height: calc(100% - 110px);
max-width: -webkit-calc(100% - 34px);
max-width: calc(100% - 34px);
white-space: normal;
}
figure.nggc-ie9.nggc_no_sharing figcaption.ngg-figcaption h6 {
padding-top: 16px;
}
figure.nggc-ie9 figcaption.ngg-figcaption .nggc-body {
margin: 0 auto !important;
}
figure.nggc-ie9.nggc_no_title.nggc_no_sharing .nggc-body {
margin: 16px auto !important;
}
figure.nggc_no_title .nggc-icon-wrapper {
margin-bottom: 10px;
}
figure.nggc_no_title figcaption.ngg-figcaption .nggc-body {
max-height: -webkit-calc(100% - 60px);
max-height: calc(100% - 60px);
}
figure.nggc_no_sharing figcaption.ngg-figcaption .nggc-body {
max-height: -webkit-calc(100% - 60px);
max-height: calc(100% - 60px);
}
.nggc-icon-wrapper {
font-size: 26px;
line-height: 27px;
padding: 0 6px 0 6px;
text-align: center;
margin: 4px 0 0 0;
}
.nggc-icon-wrapper i {
padding-left: 6px;
color: #b5b5b5;
}
.nggc-icon-wrapper i:first-of-type {
padding-left: 0;
}
.nggc-icon-wrapper i.fa-twitter-square {
color: #4099FF;
}
.nggc-icon-wrapper i.fa-facebook-square {
color: #3B5998;
}
.nggc-icon-wrapper i.fa-pinterest-square {
color: #cb2027;
}
.nggc-icon-wrapper i.fa-google-plus-square {
color: #dd4b39;
}
.nggc-icon-wrapper i.fa-shopping-cart {
}
.nggc-icon-wrapper i.fa-star {
}
.ngg-caption-icon:hover {
opacity: 0.7;
}
figcaption.ngg-figcaption-plain {
background: rgba(0, 0, 0, 0);
}
figcaption.ngg-figcaption-fade {
-webkit-transition: opacity .3s ease-in;
-moz-transition: opacity .3s ease-in;
-o-transition: opacity .3s ease-in;
-ms-transition: opacity .3s ease-in;
transition: opacity .3s ease-in;
}
figcaption.ngg-figcaption-slideup {
top: 100%;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
}
figcaption.ngg-figcaption-slideright {
left: -100%;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
}
figcaption.ngg-figcaption-slidedown {
top:  -100%;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
}
figcaption.ngg-figcaption-slideleft {
left:  100%;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-o-transition: all .3s ease;
-ms-transition: all .3s ease;
transition: all .3s ease;
} figure.nggc-ie9 figcaption.ngg-figcaption-titlebar {
padding: 0;
}
figure.ngg-figure:hover figcaption.ngg-figcaption-titlebar {
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
}
figcaption.ngg-figcaption-titlebar .nggc-icon-wrapper {
background-color: rgba(0, 0, 0, 0.9);
color: white;
float: right;
padding: 6px 16px 7px 5px;
line-height: 0.44em;
margin: 0;
}
figcaption.ngg-figcaption-titlebar .nggc-body {
margin: 0 auto !important;
color: white;
text-shadow: 1px 1px 2px #000;
height: -webkit-calc(100% - 59px);
height: calc(100% - 59px);
max-height: -webkit-calc(100% - 59px);
max-height: calc(100% - 59px);
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
figure.nggc-ie10 figcaption.ngg-figcaption-titlebar .nggc-body {
display: inline-block !important;
}
figcaption.ngg-figcaption-titlebar h6 {
background-color: rgba(0, 0, 0, 0.9) !important;
height: 39px !important;
min-height: 39px !important;
max-height: 39px !important;
padding-top: 11px !important;
padding-left: 16px !important;
text-align: left;
clear: none;
box-sizing: border-box;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
max-width: -webkit-calc(100% - 128px);
max-width: calc(100% - 128px);
}
figure.nggc_no_sharing figcaption.ngg-figcaption-titlebar h6 {
padding-top: 11px !important;
max-width: 100%;
}
figure.nggc_no_description figcaption.ngg-figcaption-titlebar h6 {
padding-bottom: 11px !important;
}
figure.ngg-figure.nggc_no_title.ngg-figure-titlebar .nggc-icon-wrapper {
float: none;
text-align: right;
}
figcaption.ngg-figcaption-titlebar {
transform: translate3d(0, -125%, 0);
-webkit-transform: translate3d(0, 100%, 0);
-webkit-transition: -webkit-transform .35s linear;
-moz-transition: transform .3s linear;
-o-transition: transform .3s linear;
-ms-transition: transform .3s linear;
transition: all .3s linear;
top: -125%;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100);
background: rgba(0, 0, 0, 0);
display: block;
justify-content: center;
align-items: center;
background-color: rgba(0, 0, 0, 0.6);
}
figure.ngg-figure figcaption.ngg-figcaption-titlebar .nggc-body p {
height: auto !important;
}
figure.ngg-figure:hover figcaption.ngg-figcaption-titlebar .nggc-icon-wrapper i:nth-child(2) {
transition: transform 0.35s;
transition-delay: 0.1s;
-webkit-transition-delay: 0.1s;
}
figure.ngg-figure:hover figcaption.ngg-figcaption-titlebar .nggc-icon-wrapper i:nth-child(3) {
transition-delay: 0.3s;
-webkit-transition-delay: 0.3s;
}
figure.ngg-figure:hover figcaption.ngg-figcaption-titlebar .nggc-icon-wrapper i:nth-child(4) {
transition-delay: 0.5s;
-webkit-transition-delay: 0.5s;
} div.nextgen_pro_blog_gallery figure.ngg-figure {
text-align: center;
margin: 0 auto;
}
div.ngg-pro-album.nextgen_pro_list_album figure.ngg-figure {
float: left;
margin-right: 20px;
}
div.nextgen_pro_blog_gallery figure.ngg-figure img {
margin: 0 !important;
}
div.nextgen_pro_film figure.ngg-figure {
margin: 0 auto;
}
div.nextgen_pro_blog_gallery figure.ngg-figure img,
div.nextgen_pro_thumbnail_grid figure.ngg-figure img {
box-sizing: border-box !important;
}.nextgen_pro_thumbnail_grid {
text-align: center;
width: 100%;
max-width: 100% !important;
}
.nextgen_pro_thumbnail_grid .image-wrapper {
display: inline-block;
position: relative;
vertical-align: middle;
max-width: 100% !important;
}
.nextgen_pro_thumbnail_grid .image-wrapper .ngg-trigger-buttons {
clear: both;
margin: 3px auto 4px auto;
}
.nextgen_pro_thumbnail_grid .image-wrapper > a {
display: block;
border: 0px;
font-size: 0px;
text-decoration: none;
max-width: 100% !important;
}
.nextgen_pro_thumbnail_grid .image-wrapper picture {
max-width: 100% !important;
}
.nextgen_pro_thumbnail_grid .image-wrapper img {
border: none;
display: inline;
max-width: 100% !important;
}
.nextgen_pro_thumbnail_grid img {
margin: 0px;
margin-top: 0px;
}
.nextgen_pro_thumbnail_grid img:hover {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
filter: alpha(opacity=90);
opacity: .9;
} .nextgen_pro_thumbnail_grid.pro-thumbnail-caption-template .image-wrapper {
max-width: 300px !important;
width: 31.5% !important;
margin: .75% !important;
border: 1px solid rgba(100,100,100,.1);
padding: 30px;
vertical-align: top;
}
.nextgen_pro_thumbnail_grid.pro-thumbnail-caption-template .ngg-caption {
padding-top: 20px;
font-size: 13px;
line-height: 1.5;
word-break: break-word;
}
.nextgen_pro_thumbnail_grid.pro-thumbnail-caption-template-2 .image-wrapper {
max-width: 240px !important;
width: 31.5% !important;
margin: .75% !important;
box-shadow: 0 0 2px 1px rgba(100,100,100,.1);
padding: 0;
vertical-align: top;
}
.nextgen_pro_thumbnail_grid.pro-thumbnail-caption-template-2 h4 {
font-size: 16px;
letter-spacing: 1px;
text-transform: uppercase;
}
.nextgen_pro_thumbnail_grid.pro-thumbnail-caption-template-2 .ngg-caption {
padding: 30px 15px;
font-size: 13px;
line-height: 1.5;
word-break: break-word;
}
.nextgen_pro_thumbnail_grid.pro-thumbnail-border-template .image-wrapper a {
border: 1px solid rgba(100,100,100,.2);
padding: 5px;
}
.nextgen_pro_thumbnail_grid.pro-thumbnail-boxshadow-template .image-wrapper a {
box-shadow: 0 0 5px 1px rgba(100,100,100,.4);
margin: 5px;
}
@media (max-width: 800px) {
.nextgen_pro_thumbnail_grid.pro-thumbnail-caption-template .image-wrapper {
width: 48% !important;
}
}
@media (max-width: 650px) {
.nextgen_pro_thumbnail_grid.pro-thumbnail-caption-template-2 .image-wrapper {
width: 48% !important;
}
}
@media (max-width: 500px) {
.nextgen_pro_thumbnail_grid.pro-thumbnail-caption-template .image-wrapper {
width: 100% !important;
margin: 20px 0; !important;
}
}
@media (max-width: 450px) {
.nextgen_pro_thumbnail_grid.pro-thumbnail-caption-template-2 .image-wrapper {
width: 100% !important;
margin: 20px 0 !important;
}
}.ngg-navigation {
font-size: 0.9em !important;
clear: both !important;
display: block !important;
padding-top: 24px;
padding-bottom: 3px;
text-align: center;
}
.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev,
.ngg-navigation span.current {
background: #BBB;
border: none;
border-radius: 2px;
box-shadow: none;
color: #fff;
display:inline;
font-size: 14px;
font-weight: bold;
margin-right: 3px;
padding: 4px 8px;
text-decoration: none;
cursor: pointer !important;
}
.ngg-navigation span.current {
background: #666;
}
.ngg-navigation a.next,
.ngg-navigation a.prev,
.ngg-navigation span.next,
.ngg-navigation span.prev {
background: transparent;
color: #BBB;
padding: 2px;
border: none;
}
.ngg-navigation a.page-numbers:hover,
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.current:hover {
background: #666;
color: #FFFFFF !important;
text-decoration: none !important;
}
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover,
.ngg-navigation span.next,
.ngg-navigation span.prev {
color: #666 !important;
}
.ngg-navigation a.page-numbers {
display: inline;
}
.ngg-clear {
clear: both;
}