.ngg-trigger-buttons {
clear: both;
text-align: right;
font-size: 12px;
line-height: 1em;
margin: 0;
}
.ngg-trigger-buttons.hidden {
display: none;
}
.ngg-trigger-large {
font-size: 16px;
margin: 0 10px;
}
.ngg-trigger-buttons .ngg-trigger {
margin-left: 0.3em;
cursor: pointer;
}
.ngg-trigger-buttons .ngg-trigger:active,
.ngg-trigger-buttons .ngg-trigger:focus,
.ngg-trigger-buttons .ngg-trigger:visited,
.ngg-trigger-buttons .ngg-trigger {
color: #999;
}
.ngg-trigger-buttons .ngg-trigger:hover {
color: #333;
}
.ngg-trigger-large .ngg-trigger {
} .galleria.photocrati-nextgen_pro_horizontal_filmstrip {
margin-bottom: 5px;
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
.ngg-trigger-buttons.mobile-hide {
display: none;
}
}body.hidden-scroll {
overflow: hidden; }
.sl-overlay {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: #fff;
opacity: 0.7;
display: none;
z-index: 1035; }
.sl-wrapper {
z-index: 1040; }
.sl-wrapper * {
box-sizing: border-box; }
.sl-wrapper button {
border: 0 none;
background: transparent;
font-size: 28px;
padding: 0;
cursor: pointer; }
.sl-wrapper button:hover {
opacity: 0.7; }
.sl-wrapper .sl-close {
display: none;
position: fixed;
right: 30px;
top: 30px;
z-index: 10060;
margin-top: -14px;
margin-right: -14px;
height: 44px;
width: 44px;
line-height: 44px;
font-family: Arial, Baskerville, monospace;
color: #000;
font-size: 3rem; }
.sl-wrapper .sl-close:focus {
outline: none; }
.sl-wrapper .sl-counter {
display: none;
position: fixed;
top: 30px;
left: 30px;
z-index: 1060;
color: #000;
font-size: 1rem; }
.sl-wrapper .sl-navigation {
width: 100%;
display: none; }
.sl-wrapper .sl-navigation button {
position: fixed;
top: 50%;
margin-top: -22px;
height: 44px;
width: 22px;
line-height: 44px;
text-align: center;
display: block;
z-index: 10060;
font-family: Arial, Baskerville, monospace;
color: #000; }
.sl-wrapper .sl-navigation button.sl-next {
right: 5px;
font-size: 2rem; }
.sl-wrapper .sl-navigation button.sl-prev {
left: 5px;
font-size: 2rem; }
.sl-wrapper .sl-navigation button:focus {
outline: none; }
@media (min-width: 35.5em) {
.sl-wrapper .sl-navigation button {
width: 44px; }
.sl-wrapper .sl-navigation button.sl-next {
right: 10px;
font-size: 3rem; }
.sl-wrapper .sl-navigation button.sl-prev {
left: 10px;
font-size: 3rem; } }
@media (min-width: 50em) {
.sl-wrapper .sl-navigation button {
width: 44px; }
.sl-wrapper .sl-navigation button.sl-next {
right: 20px;
font-size: 3rem; }
.sl-wrapper .sl-navigation button.sl-prev {
left: 20px;
font-size: 3rem; } }
.sl-wrapper.sl-dir-rtl .sl-navigation {
direction: ltr; }
.sl-wrapper .sl-image {
position: fixed;
-ms-touch-action: none;
touch-action: none;
z-index: 10000; }
.sl-wrapper .sl-image img {
margin: 0;
padding: 0;
display: block;
border: 0 none;
width: 100%;
height: auto; }
@media (min-width: 35.5em) {
.sl-wrapper .sl-image img {
border: 0 none; } }
@media (min-width: 50em) {
.sl-wrapper .sl-image img {
border: 0 none; } }
.sl-wrapper .sl-image iframe {
background: #000;
border: 0 none; }
@media (min-width: 35.5em) {
.sl-wrapper .sl-image iframe {
border: 0 none; } }
@media (min-width: 50em) {
.sl-wrapper .sl-image iframe {
border: 0 none; } }
.sl-wrapper .sl-image .sl-caption {
display: none;
padding: 10px;
color: #fff;
background: rgba(0, 0, 0, 0.8);
font-size: 1rem;
position: absolute;
bottom: 0;
left: 0;
right: 0; }
.sl-wrapper .sl-image .sl-caption.pos-top {
bottom: auto;
top: 0; }
.sl-wrapper .sl-image .sl-caption.pos-outside {
bottom: auto; }
.sl-wrapper .sl-image .sl-download {
display: none;
position: absolute;
bottom: 5px;
right: 5px;
color: #000;
z-index: 1060; }
.sl-spinner {
display: none;
border: 5px solid #333;
border-radius: 40px;
height: 40px;
left: 50%;
margin: -20px 0 0 -20px;
opacity: 0;
position: fixed;
top: 50%;
width: 40px;
z-index: 1007;
-webkit-animation: pulsate 1s ease-out infinite;
-moz-animation: pulsate 1s ease-out infinite;
-ms-animation: pulsate 1s ease-out infinite;
-o-animation: pulsate 1s ease-out infinite;
animation: pulsate 1s ease-out infinite; }
.sl-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll; }
.sl-transition {
transition: -moz-transform ease 200ms;
transition: -ms-transform ease 200ms;
transition: -o-transform ease 200ms;
transition: -webkit-transform ease 200ms;
transition: transform ease 200ms; }
@-webkit-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@-moz-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@-o-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }
@-ms-keyframes pulsate {
0% {
transform: scale(0.1);
opacity: 0.0; }
50% {
opacity: 1; }
100% {
transform: scale(1.2);
opacity: 0; } }.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.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-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,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%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//www.mdscottishrite.org/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.mdscottishrite.org/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-square-x-twitter:before{content:"\e61a"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(//www.mdscottishrite.org/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.mdscottishrite.org/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(//www.mdscottishrite.org/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.mdscottishrite.org/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}.fa-info:before{content:"\f129"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-lock:before{content:"\f023"}.fa-angle-right:before{content:"\f105"}.fa-user:before{content:"\f007"}.fa-star:before{content:"\f005"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-pause:before{content:"\f04c"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-arrow-right:before{content:"\f061"}.fa-lock-open:before{content:"\f3c1"}.fa-circle:before{content:"\f111"}.fa-comment:before{content:"\f075"}.fa-envelope:before{content:"\f0e0"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-angle-down:before{content:"\f107"}.fa-play:before{content:"\f04b"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-angle-up:before{content:"\f106"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-spinner:before{content:"\f110"}.fa-check:before{content:"\f00c"}.fa-angle-left:before{content:"\f104"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-window-close:before{content:"\f410"}.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 .ellipsis {
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;
}
.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;
}.ngg-galleryoverview {
overflow: hidden;
margin-top: 10px;
width: 100%;
clear: both;
display: block !important;
}
.ngg-galleryoverview .desc { margin: 0px 10px 10px 0px;
padding: 5px;
}
.ngg-gallery-thumbnail-box {
float: left;
max-width: 100% !important;
}
.ngg-template-caption .ngg-gallery-thumbnail-box {
margin-right: 0px;
}
.ngg-gallery-thumbnail {
text-align: center;
max-width: 100% !important;
background-color: #FFFFFF;
border: 1px solid #A9A9A9;
margin-right: 5px;
margin: 5px;
}
.ngg-template-caption .ngg-gallery-thumbnail {
margin-right: 0px;
}
.ngg-gallery-thumbnail a {
display: block;
margin: 4px;
border: none;
box-shadow: none;
}
.ngg-gallery-thumbnail img {
display: block;
margin: 0;
padding: 0;
position: relative;
max-width: 100% !important;
height: auto;
}
.ngg-gallery-thumbnail span { font-size: 90%;
padding-left: 5px;
display: block;
} .ngg-galleryoverview {
margin-top: 40px;
margin-bottom: 50px;
-webkit-transition: width 1s, height 1s, background-color 1s, -webkit-transform 1s;
transition: width 1s, height 1s, background-color 1s, transform 1s;
min-height: 100px;
}
.ngg-gallery-thumbnail-box.ngg-1-columns {
width: 100%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-2-columns {
width: 50%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-3-columns {
width: 33.33333%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-4-columns {
width: 25%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-5-columns {
width: 20%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-6-columns {
width: 16.6666%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-7-columns {
width: 14.2857%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-8-columns {
width: 12.5%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-9-columns {
width: 11.1111%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-10-columns {
width: 10%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-11-columns {
width: 9.09%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-12-columns {
width: 8.3333%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-13-columns {
width: 7.692%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-14-columns {
width: 7.142%;
float: left !important;
}
.ngg-gallery-thumbnail-box.ngg-15-columns {
width: 6.6666%;
float: left !important;
}
@media (max-width: 800px) {
.ngg-gallery-thumbnail-box.ngg-5-columns,
.ngg-gallery-thumbnail-box.ngg-6-columns,
.ngg-gallery-thumbnail-box.ngg-7-columns,
.ngg-gallery-thumbnail-box.ngg-8-columns,
.ngg-gallery-thumbnail-box.ngg-9-columns,
.ngg-gallery-thumbnail-box.ngg-10-columns,
.ngg-gallery-thumbnail-box.ngg-11-columns,
.ngg-gallery-thumbnail-box.ngg-12-columns,
.ngg-gallery-thumbnail-box.ngg-13-columns,
.ngg-gallery-thumbnail-box.ngg-14-columns,
.ngg-gallery-thumbnail-box.ngg-15-columns,
.ngg-gallery-thumbnail-box.ngg-16-columns,
.ngg-gallery-thumbnail-box.ngg-17-columns,
.ngg-gallery-thumbnail-box.ngg-18-columns,
.ngg-gallery-thumbnail-box.ngg-19-columns,
.ngg-gallery-thumbnail-box.ngg-29-columns {
width: 25%;
}
}
@media (max-width: 600px) {
.ngg-gallery-thumbnail-box.ngg-4-columns,
.ngg-gallery-thumbnail-box.ngg-5-columns,
.ngg-gallery-thumbnail-box.ngg-6-columns,
.ngg-gallery-thumbnail-box.ngg-7-columns,
.ngg-gallery-thumbnail-box.ngg-8-columns,
.ngg-gallery-thumbnail-box.ngg-9-columns,
.ngg-gallery-thumbnail-box.ngg-10-columns,
.ngg-gallery-thumbnail-box.ngg-11-columns,
.ngg-gallery-thumbnail-box.ngg-12-columns,
.ngg-gallery-thumbnail-box.ngg-13-columns,
.ngg-gallery-thumbnail-box.ngg-14-columns,
.ngg-gallery-thumbnail-box.ngg-15-columns,
.ngg-gallery-thumbnail-box.ngg-16-columns,
.ngg-gallery-thumbnail-box.ngg-17-columns,
.ngg-gallery-thumbnail-box.ngg-18-columns,
.ngg-gallery-thumbnail-box.ngg-19-columns,
.ngg-gallery-thumbnail-box.ngg-29-columns {
width: 33.33333%;
}
}
@media (max-width: 400px) {
.ngg-gallery-thumbnail-box.ngg-3-columns,
.ngg-gallery-thumbnail-box.ngg-4-columns,
.ngg-gallery-thumbnail-box.ngg-5-columns,
.ngg-gallery-thumbnail-box.ngg-6-columns,
.ngg-gallery-thumbnail-box.ngg-7-columns,
.ngg-gallery-thumbnail-box.ngg-8-columns,
.ngg-gallery-thumbnail-box.ngg-9-columns,
.ngg-gallery-thumbnail-box.ngg-10-columns,
.ngg-gallery-thumbnail-box.ngg-11-columns,
.ngg-gallery-thumbnail-box.ngg-12-columns,
.ngg-gallery-thumbnail-box.ngg-13-columns,
.ngg-gallery-thumbnail-box.ngg-14-columns,
.ngg-gallery-thumbnail-box.ngg-15-columns,
.ngg-gallery-thumbnail-box.ngg-16-columns,
.ngg-gallery-thumbnail-box.ngg-17-columns,
.ngg-gallery-thumbnail-box.ngg-18-columns,
.ngg-gallery-thumbnail-box.ngg-19-columns,
.ngg-gallery-thumbnail-box.ngg-29-columns {
width: 50%;
}
} .ngg-galleryoverview.default-view {
text-align: center;
font-size: 0 !important;
letter-spacing: 0 !important;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box {
display:inline-block;
float: none;
vertical-align: middle;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail {
background-color: transparent;
border: none;
margin: 0;
margin-right: 0;
position: relative;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
margin: 2px;
box-shadow: none;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img:hover {
opacity: .8;
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
margin: 0 auto;
box-shadow: none;
cursor: pointer;
}
.ngg-galleryoverview.default-view .slideshowlink {
margin: 24px auto 0;
text-align: center;
text-transform: uppercase;
}
.ngg-galleryoverview.default-view .slideshowlink a {
font-size: 13px;
letter-spacing: .75px;
cursor: pointer;
text-decoration: none;
box-shadow: none;
border: none;
}
.ngg-galleryoverview.default-view .slideshowlink a:hover {
text-decoration: none !important;
box-shadow: none !important;
border: none !important;
} .ngg-galleryoverview ul li:before {
content: '' !important;
}
.ngg-gallery-list {
list-style-type: none;
padding: 0px !important;
text-indent: 0px !important;
}
.ngg-galleryoverview div.pic img {
width: 100%;
border: 0px;
border-radius: 0px;
}
.ngg-gallery-list li {
float: left;
margin: 0 2px 0px 2px !important;
overflow: hidden;
}
.ngg-gallery-list li a {
border: 1px solid #CCCCCC;
display: block;
padding: 2px;
}
.ngg-gallery-list li.selected a {
-moz-background-inline-policy: continuous;
-moz-background-origin: padding;
background: #000000 none repeat scroll 0 0;
}
.ngg-gallery-list li img {
height: 40px;
width: 40px;
}
li.ngg-next, li.ngg-prev {
height: 40px;
width: 40px;
font-size: 3.5em;
}
li.ngg-next a, li.ngg-prev a {
padding-top: 10px;
border: none;
text-decoration: none;
} .ngg-caption-view-wrapper {
display: flex;
justify-content: center;
flex-wrap: wrap;
} .ngg-basic-thumbnails-carousel {
display: flex;
justify-content: center;
}
.ngg-basic-thumbnails-carousel-list {
display: flex;
flex-wrap: wrap;
}
.ngg-galleryoverview.carousel-view .ngg-gallery-thumbnail img {
max-width: 80px !important;
}html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }
body {
margin: 0;
color: #404449;
font-size: 14px;
font-family: 'Roboto Slab', sans-serif;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
font-weight: bold;
}
hr {
box-sizing: content-box; height: 0; overflow: visible; }
pre {
font-family: monospace, monospace; font-size: 1em; }
a {
background-color: transparent;
text-decoration: none;	
}
abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; }
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} h1, h2, h3, h4, h5, h6 {
clear: both;
font-family: 'Roboto Slab', sans-serif;
color: #808080;
}
p {
margin-bottom: 10px;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
background: #fff;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: none;
background: #333;
color: #FFF;
text-transform: uppercase;	
font-size: 13px;
font-size: 0.75rem;
padding: 18px;
outline: 0 ;	
box-shadow: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background: -webkit-linear-gradient(135deg,#333333 30%,#606060 100%);
background: linear-gradient(135deg,#333333 30%,#606060 100%);	
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #eaeaea;
padding: 15px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
outline: 0 ;	
box-shadow: none;
border: 1px solid #C0C0C0;	
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
} .t-center {
position: relative;
margin: 0 auto;
margin-top: 40px;
margin-bottom: 20px;
padding-bottom: 40px; 
width: 100%;
text-align: center;
z-index: 1;
}
.testimonial-view {  
text-align: center;
display: inline-block;
width: 300px;
height: 418px;
padding: 0;
margin: 5px 10px 10px 10px;
overflow: hidden;
cursor: default;
position: relative;
background: #fff;
border: 1px solid #eee;
z-index: 1;
}
.testimonial-view .single-title, .testimonial-view  .us-position {
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.testimonial-view .single-title {
background-color: rgba(0, 0, 0, 0.3);		
}
.testimonial-view:hover .single-title , .testimonial-view:hover .us-position,  .soc:hover .testimonial-view  {
display: block;
color: #fff;
}
.testimonial-container:hover .single-title, .testimonial-container a:hover .testimonial-view, .soc:hover .testimonial-view{
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
background-color: rgba(0, 0, 0, 0.6);	
}
.testimonial-container {
overflow: hidden;
position: relative;
display: inline-block;
z-index: 2;
overflow: hidden;
}
.testimonial-container .soc, .testimonial-container .soc a {
display: none;
}
.testimonial-container:hover a {
display: block;	
}
.testimonial-container:hover .soc {
position: absolute;
text-align: center;
width: 100%;
bottom: 110px;	
left: 0;
display: block;	
}
.testimonial-container .soc a {
width: 35px;
height: 35px;
font-size: 22px;
position: relative;
z-index: 999;
margin-bottom: 80px;
display: inline-block;	
}
.testimonial-container .soc img {
transform: scale(1);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2 ease-out;	
}
.testimonial-container .soc img:hover {
opacity: 0.9;
z-index:99999999999999;
position: relative;
width: 35px;
height: 35px;	
}
.testimonial-view .single-title {
position: absolute;
padding: 300px 0 95px 0;		
left: 0;
color: #eee;
bottom: 0;
text-align: center;
font-size: 28px;	
width: 100%;
z-index: 9999999999999999999999;
}
.testimonial-view  .us-position {
position: absolute;
padding: 0 0 70px 0;		
left: 0;
color: #eee;
bottom: 0;
text-align: center;
font-size: 16px;	
width: 100%;
z-index: 9999999999999999999999;	
}
.testimonial-view em  {
font-size: 14px;
position: absolute;
display: block;
text-align: center;
padding: 5px;
width: 100%;
font-family: sans-serif;		
font-weight: normal;
}
.testimonial-view .testimonial-mask {
width: 300px;
height: 420px;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
position: absolute;
z-index: 6;
}
.testimonial-view img {
width: 300px;
height: 418px;
display: block;
position: absolute;
object-fit: cover;
object-position: 50% 50%;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2 ease-out;	
}
.testimonial-view:hover  img, .soc a:hover img{
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-o-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2 ease-out;	
}
.testimonials-infos {
color: #997500;
position: absolute;	
z-index: 1;
width: 250px;
height: 320px;
display: inline-block;
text-align: center;
top: 0;
left: 0;
opacity: 0.1;
font-size: 243px;
background-repeat: no-repeat;	
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;	
}
.testimonial-view:hover .testimonials-infos {
display: inline-block;
z-index: 999999;
width: 60px;
height: 60px;
line-height: 60px;
opacity: 1;	
font-weight: bold;
background-repeat: no-repeat;
color: #fff;
font-size: 43px;
text-align: center;
top: 40%;
left: 40%;
position: absolute;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.testimonial-img-effect .testimonial-mask {
opacity: 0.1;
overflow: visible;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
.testimonial-img-effect:hover .testimonial-mask {
opacity: 1;
position: absolute;
z-index: 6;
}
.app-first .app-sub {
float: left;
width: 250px;
height: 240px;
margin: 5px 15px 5px 0;
display: inline-block;
overflow: hidden;
}
.app-basic {
width: 100%;
height: 100%;
position: relative;
cursor: pointer;
-webkit-perspective: 300px;
-moz-perspective: 300px;
-o-perspective: 300px;
-ms-perspective: 300px;
perspective: 300px;
}
.app-transform {
position: absolute;
width: 100%;
height: 100%;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.app-transform > div {
display: block;
position: absolute;
width: 100%;
height: 100%;
background-position: center center;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
transition: all 0.4s linear;
-webkit-transform-origin: 50% 0%;
-moz-transform-origin: 50% 0%;
-o-transform-origin: 50% 0%;
-ms-transform-origin: 50% 0%;
transform-origin: 50% 0%;
}
.app-transform .app-transform-back {
padding: 10px;
background: #778e04;
-webkit-transform: translate3d(0,0,-250px) rotate3d(1,0,0,90deg);
-moz-transform: translate3d(0,0,-250px) rotate3d(1,0,0,90deg);
-o-transform: translate3d(0,0,-250px) rotate3d(1,0,0,90deg);
-ms-transform: translate3d(0,0,-250px) rotate3d(1,0,0,90deg);
transform: translate3d(0,0,-250px) rotate3d(1,0,0,90deg);
box-shadow: inset 0 0 0 #000, inset 0 1px 122px #000, inset 0 0 0 #000;	
opacity: 0;
}
.app-transform h2 {
color: #fff;
letter-spacing: 1px;
font-size: 26px;
padding: 60px 10px 10px 10px;
text-align: center;
margin: 0 auto;
}
.app-basic:hover .app-transform-front {
-webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
-moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
-o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
-ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
opacity: 0;
}
.app-basic:hover .app-transform-back {
-webkit-transform: rotate3d(1,0,0,0deg);
-moz-transform: rotate3d(1,0,0,0deg);
-o-transform: rotate3d(1,0,0,0deg);
-ms-transform: rotate3d(1,0,0,0deg);
transform: rotate3d(1,0,0,0deg);
opacity: 1;
}
.app-basic img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2 ease-out;
object-fit: cover;
object-position: 50% 50%;	
}
.app-basic img:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
overflow: hidden;
} .title-testimonials {
text-align: center;
font-weight: 900;
font-size: 3vw;
margin: 0 0 60px 0;
text-align:center;
}
.testimonials-boxes {
position: relative;
margin: 0 auto;
width: 100%;
text-align: center;
display: inline-block;
clear: both;
float: none;
overflow: hidden;
}
.testimonials {
overflow: hidden;
width: 31%;
height: auto;
vertical-align: top;
color: #333333;
word-wrap: break-word;
display: inline-block;	
}
.testimonials img {
width: auto;
height: 300px;
}
.testimonials-mask {
display: none;
}
.testimonials:hover .testimonials-mask {
display: inline-block !important;
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
text-align: center;
margin: 0;
padding: 0;
background-color:rgba(119,142,4,0.6);	
}
.testimonials h4 {
padding: 10px 0 10px 0;
font-size: 25px;
color: #555555;
margin: 0;
}
.testimonials-shortcode img {
width: 100%;
padding: 20px;	
margin: 0 auto;
}
.testimonials .read-more {
background: #778E04;
text-align: center;
color: #fff;
padding: 8px;
margin: 0 auto;
margin-top: 20px;
}
.testimonials-shortcode {
margin-left: auto;
margin-right: auto;
text-align:	center;
width: 100%;
display: inline-block;
}
.testimonials-shortcode .testimonials {
width: 250px;
min-height: auto;
text-align: center;
display: inline-block;
}
.title-about_us {
font-size: 3vw;
} .search-top {
position: relative;
display: inline-block;
padding-right: 20px;
padding-left: 10px;
font-weight: bold;
text-align: left;
border-right: 1px solid #777;
}
.search-top .button-search {
position: absolute;
padding: 3px;
}
body.search-active {
overflow: hidden;
}
body.search-active .search-input {
position: fixed;
z-index: 99;
left: 0;
opacity: 1;
transform: none;
pointer-events: all;
width: 100%;  
padding: 130px 0 130px 0;
background: rgba(0,0,0,0.7);
text-align:center;
}
body.search-active .icon-close {
opacity: 1;
}
body.search-active .control {
cursor: default;
}
body.search-active .control .btn-material {
transform: scale(70);
}
body.search-active .control .icon-material-search {
opacity: 0;
} .icon-close {
position: relative;
top: 10px;
right: 80px;
color: #101010;
height: 100%;
cursor: pointer;
font-size: 70px !important;
opacity: 0;
transition: all 0.3s ease-in-out;
}
.dashicons-no {
display: inline-block;
}
.icon-close:hover {
transform: rotate(0);
} .search-input {
position: absolute;
top: 50%;
padding:10px;
left: 50px;
margin-top: -40px;
pointer-events: none;
opacity: 0;
transform: translate(40px, 0);
transition: all 0.3s ease-in-out;
}
.search-input input {
color: #101010;
border: 0;
background: #eee;
-webkit-appearance: none;
box-sizing: border-box;
outline: 0;
font-size: 54px;
font-weight: 200;
}
.search-input ::-webkit-input-placeholder {
color: #EEE;
}
.search-input :-moz-placeholder {
color: #EEE;
opacity: 1;
}
.search-input ::-moz-placeholder {
color: #EEE;
opacity: 1;
}
.search-input :-ms-input-placeholder {
color: #EEE;
} .container {
position: relative;
}
.container.container-dark {
background: #22313F;
color: #FFF;
} .control {
cursor: pointer;
line-height: 25px;	
}
.control .btn-material {
position: absolute;
top: -6px;
width: 40px;
height: 40px;
border-radius: 100%;
box-sizing: border-box;
background: #101010;
outline: 0;
transform-origin: 25%;
transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.control .btn-material:hover {
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.control .icon-material-search {
color: rgba(255,255,255,0.75);
font-size: 20px;
transition: opacity 0.3s ease-in-out;
}
.control .icon-material-search:hover {
color: #fff;
}
.breadcrumb {
width: 100%;
position:relative;
bottom: 4px;
background: #fff;
padding: 10px;
text-align: center;
}
.breadcrumb ul {
list-style: none;
padding: 0;
}
.breadcrumb  li {
display: inline-block;
line-height: 22px;
} .nav-links {
display: block;
clear: both;
margin-bottom: 20px;
margin-top: 20px;
}
.postnav {
margin-top: 20px;
margin-bottom: 20px;
display: inline-block;
width: 100%	
}
.meta-nav .fa {
color: #666;	
}
.postnav a {
color: #666;
font-size: 16px;
font-family: 'Roboto Slab', sans-serif;
font-weight: 900;
}
.postnav a:hover  {
color: #dd1010103
}
.postpagination {
margin-top: 10px;
width: 100%;
font-family: 'Coda Caption', serif;
}
.pagination a {
font-size: 14px;
}
.nextpage {
padding: 10px 0 10px 0;
text-align: center;
}
.prevpost {
float: left;
}
.nextpost {
float: right;
}
.edit-link {
padding: 5px;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.postnav .nav-previous {
float: left;
padding: 5px;
color: #101010;	
}
.postnav .nav-next {
float: right;
padding: 5px;
color: #101010;	
}
.attachment img {
float: left;
width: auto;
margin: 0 10px 5px 0;
} .before-header {
position: relative;
width: 100%;
padding: 10px 0;
border-bottom: 1px solid #000000;
background: #101010;
overflow: hidden;
}
.before-header .bh-woo-cart {
display: inline-block;
text-align: left;
max-width: 100%;
padding-right: 10px;
border-right: 1px solid #fff;
}
.before-header .left-top {
position: relative;
display: inline-block;
left: 120px;
text-align: left;
}
.before-header .h-email,
.before-header .h-phone,
.before-header .h-address {
position: relative;
display: inline-block;
padding-right: 10px;
margin-left: 5px;
color: rgba(255,255,255,0.75);
height: 20px;
line-height: 20px;	
font-size: 13px;
border-right: 1px solid #777; 	
}
.before-header .dashicons-email-alt,
.before-header .dashicons-location,
.before-header .dashicons-phone {
margin-right: 10px;
color: rgba(255,255,255,0.75);
font-size: 20px;
}
.before-header .dashicons-email-alt:hover,
.before-header .dashicons-location:hover,
.before-header .dashicons-phone:hover {
color: #fff;
}
.before-header .dashicons-admin-users {
line-height: 20px;
color: rgba(255,255,255,0.75);	
}
.before-header .right-top {
position: absolute;
z-index: 9;
top: 6px;
right: 130px;
display: inline-block;
padding: 5px;
min-width: 140px;
line-height: 20px;
font-size: 13px;
border-radius: 4px;
-webkit-transition: all 0.4s linear 0s;
-moz-transition: all 0.4s linear 0s;
-o-transition: all 0.4s linear 0s;
transition: all 0.4s linear 0s;
text-align: center;	
text-decoration: none;
}
.before-header .right-top  a {
color: rgba(255,255,255,0.75);		
}
.before-header  span,
.before-header .cart-customlocation {
color: #fff;	
}
audio {
padding: 0;
}
.site-header {
overflow: hidden;
border-top: 1px solid #44341B;	
}
.grid-top {
width: 100%;
text-align: center;	
line-height: 9px;
background-color: #F1F1F1;	
}
.header-image {
position: relative;
z-index: 1;
display: inline-block;
width: 100%;
height: 800px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.header-right {
padding-top: 3px;
padding-left: 10%;
position: absolute;
display: inline-block;
max-width: 20%;
vertical-align: super;	
}
.header-right  img {
max-height:50px;
}
.site-branding {
position: absolute;
z-index: 9;
left: 0;
right: 0;	
top: 30%;
display: inline-block;
margin: 0 auto;
width: 80%;
color: #fff;
text-align: center;
}
.site-branding .site-title a, .site-title {
margin: 0 0 20px 0;
color: #fff;
font-size: 60px;
font-weight: 900;
font-family: 'Roboto Slab', sans-serif;	
text-shadow: -1px 0 black, 0 1px black, 2px 0 black, 0 -2px black;
}
.site-description {
margin: 0;
text-shadow: -1px 0 black, 0 1px black, 2px 0 black, 0 -2px black;	
}
.s-shadow {
position: absolute;
z-index: 9;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.3);
overflow: hidden;
}
.h-center {
padding: 40px;
margin: 0 auto;	
} a {
color: #303030;
font-weight: bold;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;	
}
h2 a {
color: #303030;	
}
a:hover, a:active {
outline: 0;
color: #808080;
} .nav-center {
display: table;	
width: 100%;
margin: 0;
padding: 0;
background: none;
background-color: rgba(0,0,0,0.7);
text-align: right;
}
#site-navigation {
position: relative;
z-index: 10000;
display: inline-block;	
font-weight: bold;
text-decoration: none;
max-width: 80%;	
}
.main-navigation:after {
display: block;
float: none;
}
.main-navigation ul {
position: relative;
z-index: 99999;
display: block;
margin: 0 auto;
color: #fff;
list-style: none;
}
.main-navigation ul ul {
position: absolute;
z-index: 99999999999999;
display: none;
border-radius: 0px;
min-width: 150px;
padding: 0;
background: rgba(0, 0, 0, 0.8);		
}
.main-navigation ul li:hover > ul {
display: block;
padding-top: 0;	
color: #fff;
}
.main-navigation ul:after {
display: block;
content: "";
clear: both;
}
.main-navigation ul li {
float: left;
text-align: center;
}
.dotted .header-face {
position: absolute;
right: 10%;
bottom: 0%;	
width: 50%;
height: auto;	
text-align: center;
}
.photo-autor {
position: absolute;
z-index: 9;
right: 4%;	
bottom: 10%;
max-width: 400px;
height: auto;
padding: 30px;
background-color: rgba(0,0,0,0.4);
color: #fff;
text-align: left;
font-size: 3vw;
text-shadow: -1px 0 black, 0 1px black, 2px 0 black, 0 -2px black;
font-family: 'Roboto Slab', sans-serif;
}
.photo-autor a {
color: #fff;
}
.main-navigation ul ul li a:hover {
color: #fff;
}
.main-navigation ul ul li:hover {
background: rgba(3, 3, 3, 0.5);
color: #fff;
-webkit-transition: all 0.2s linear 0s;
-moz-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
transition: all 0.2s linear 0s;
}
.main-navigation ul li a {
color: #bbb;
display: block; 
padding: 22px 11px 25px 15px;
font-size: 14px;
text-decoration: none;
font-family: 'Roboto Slab', sans-serif;	
font-weight: 500;
}
.main-navigation ul ul li {
position: relative;
z-index: 9999;
float: none;
min-width: 100px;
margin: 0;
text-align: left;
}
.dotted {
position: relative;
overflow: hidden;
width: 100%;
height:100%;
padding-top: 9%;
padding-left: 10%;	
background-repeat: repeat;	
background-color: rgba(0,0,0,0.39);
}
.before-header .search-form {
position:relative;
display: inline-block;
}
.before-header .search-submit,
footer .search-submit {
display: none;
}
.before-header .search-form input {
width: 150px;
font-size: 14px;
background-color: #333;
background-position: 5px 5px;
background-repeat: no-repeat;
padding: 5px 5px 5px 40px;
border: none;
color: #eee;	
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
}
.before-header .search-form input:focus {
width: 100%;
}
.main-navigation ul ul li a {
font-size: 12px;
font-weight: 500;
padding: 8px 8px 10px 15px;
color: #fff;
line-height: 1.5em;	
}
.main-navigation ul ul li a:hover {
-webkit-transition: all 0.2s linear 0s;
-moz-transition: all 0.2s linear 0s;
-o-transition: all 0.2s linear 0s;
transition: all 0.2s linear 0s;
}
.main-navigation ul ul:hover ul {
padding-top: 0px;	
}
.main-navigation ul ul ul {
position: absolute; 
left: 100%;
top: 0;
width: 100%;
}
.main-navigation:after {
content: "";
clear: both;
display: block;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.menu-toggle {
padding: 0 0 15px 0;
font-size: 22px;
} #secondary ul li > a:before,
.menu-item-has-children a:after,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
display: inline-block;
font-size: 10px;
font-style: normal;
font-variant: normal;
font-weight: normal;
speak: none;
text-align: center;
text-decoration: inherit;
text-transform: none;
}
.main-navigation ul li > a:after {
display: inline-block;
font-family: 'dashicons';
content: "\f345";
left: 10px;
margin-right: 5px;
position: relative;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);	
}
.main-navigation ul li a:after > hover {
color: #fff !important;	
}
.main-navigation ul ul li > a:after, .main-navigation ul ul ul li > a:after {
position: relative;
left: 10px;
color: rgba(255,255,255,0.75);
font-family: 'dashicons';	
content: "\f345";
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);		
}
.main-navigation li > a:only-child:after {
content: '';
}
.main-navigation ul li:hover > ul {
z-index: 99999;
display: block;
-webkit-animation-duration: 0.7s;
animation-duration: 0.7s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-transition: all 0.1s ease-in-out;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-ms-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
.mobile-menu{
display: none;
}
.dl-menuwrapper {
display: none;
}
@media only screen and (min-width: 800px){
.desktop-menu{
display: block !important;
}
.mobile-menu{
display: none !important;
}
}
@media only screen and (max-width: 799px){
.desktop-menu{
display: none !important;
}
.mobile-menu{
display: block !important;
}
.grid-top {
display: block;
}	
} .pagination a, .pagination span {
padding: 4px 8px;
margin: 0;
display: inline-block;
color: #fff;
font-size: 15px;
background-color: #666;
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 1px;		
background: #101010;
}
.pagination span {
background-color: #606060;
box-shadow: none;		
}
.pagination a:hover,
.pagination span:hover {
box-shadow: none;
opacity:0.8;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
display: block;
z-index: 100000;
top: 5px;
left: 5px;
width: auto;
height: auto;	
padding: 15px 23px 14px;	
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
line-height: normal;
text-decoration: none; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear {
content: "";
display: table;
table-layout: fixed;
float:none;
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
} .widget_calendar {
float: left;
}
#wp-calendar {
width: 100%; 
}
#wp-calendar caption {
margin-top: 10px;
margin-bottom: 15px;
color: #333;
font-size:	12px;
text-align: right;
}
#wp-calendar thead {
font-size: 10px; 
}
#wp-calendar thead th { 
padding-bottom: 10px; 
}
#wp-calendar tbody {
color: #aaa; 
}
#wp-calendar tbody td {
padding:8px;
background: #f5f5f5;
border: 1px solid #fff;
text-align: center;
}
#wp-calendar tbody td:hover {
background: #fff;
}
#wp-calendar tbody .pad {
background: none; 
}
footer #wp-calendar tbody .pad {
background: #fff; 	
}
#wp-calendar tfoot #next {
font-size: 10px;
text-transform: uppercase;
text-align: right; 
}
#wp-calendar tfoot #prev {
padding-top: 10px; 
font-size: 10px;
text-transform: uppercase;
}
.link-more {
margin-top: 20px;
margin-bottom: 20px;
}
.link-more  a {
color: #333333;
}
.read-more {
box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
background: #333333;
padding: 8px 15px 8px 15px;	
}
.read-more:hover {
background: -webkit-linear-gradient(135deg,#333333 30%,#606060 100%);
background: linear-gradient(135deg,#333333 30%,#606060 100%);
}
.myButt {
outline: none;
border: none;
padding: 5px;
margin: 50px auto;
cursor: pointer;
font-size: 20px;
background-color: transparent;
position: relative;
border: 1px solid #fff;
transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
}
.three {
color: #333;
border-color: transparent;
}
.three:before, .three:after {
width: 0;
height: 3px;
content: " ";
background-color: #333;
position: absolute;
top: 0;
left: 50%;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
}
.three:after {
top: 100%;
}
.three:hover { color: #333;
}
.three:hover:before, .three:hover:after {
width: 100%;
left: 0;
}
.three:hover:after {
width: 100%;
left: 0;
} .all-header {
position: relative;
height: 100%;
overflow: hidden;	
}
.social-top {
position: fixed;
z-index: 999999999999;
right: 0;
top: 20%;
width: 38px;
}
.social-top a {
display: block;
padding: 10px 20px 10px 10px;
width: 48px;
background: #101010;
border-bottom: 1px solid #000000;
border-top: 1px solid #44341B;
text-align: left;
}
.social-top a:hover {
width: 100px;
transform: translate(-38px );
-ms-transform: translate(-38px); -webkit-transform: translate(-38px); transform: translate(-38px); }
.social-top .fa {
font-size: 20px;
color: #eee;
} .social-top .fa-icons a {
display: inline-block;
min-width: 35px;
border: 1px solid #666;
padding: 3px;
}
.social-top .fa-icons a:hover {
background: #eee;
}
.social .ap-cart a {
float: right;
margin: 0;
color: #fff;
padding-right: 10px;
line-height: 1em;
font-size: 0.6em;
}
.ap-cart {
display: block;
padding: 10px;
margin: 0;
width: 100%;
text-align: center;
}
.ap-cart a {
position: relative;
z-index: 7;
padding: 5px 8px 5px 8px;
color: #fff;
background: #333;
text-align: center;
}
.social input {
color: #FFFFFF !important;
}
.soc-right {
float: right;
padding: 8px;	
color: #eee;
font-size: 13px;
}
.soc-right span {
padding-right: 10px;
padding-left: 10px;
border-right: 1px solid #828282;
} #page {
margin: 0 auto;
}
#content {
max-width: 100%;
margin: 0 auto;
}
#content .ap-full-width #primary {
float: none !important;
width: 100% !important;
}
#content .ap-full-width #secondary {
display: none !important;
}
#content .block-full-width #primary{
float: none !important;
width: 100% !important;	
}
article {
padding-top: 10px;
}
article p {
line-height: 1.7em;
}
.entry-meta .dashicons,
.entry-footer .dashicons {
font-size: 15px;
color: #444444;
}
.entry-footer {
margin-top: 10px;
}
#primary {
width: 100%;
float: none;
padding: 0 60px;	
}
#secondary {
display: none;
}
#secondary ul {
margin: 0;
padding: 0;
list-style: none;
}
#secondary ul li {
padding: 10px 0;
margin-top: 5px;
border-bottom: 1px DASHED #C0C0C0;
font-weight: 600;
}
#secondary ul .categories {
border: none;
}
#secondary ul li a {
color: #101010;	
}
#secondary ul li a:hover {
color: #808080;	
}
#secondary .children li {
border-bottom: 0;	
}
.widget-area figure {
margin: 0;
}
.widget-area .search-form .search-submit {
display: none;
}
.widget-area .gallery-icon:hover {
opacity: 0.8;
}
.site-footer {
margin: 0 auto;
width: 100%;
text-align: center;
background: #101010;
overflow: hidden;
border-top: 1px solid #444444;	
}
.footer-center {
margin: 0 auto;
width: 100%;
text-align: center;
background: #101010;
overflow: hidden;
}
.footer-widgets {
vertical-align: top;
width: 20.4%;
font-size: 16px;
line-height: 20px;
height: auto;
text-align: left;
word-wrap: break-word;
margin: 0 auto;
padding: 20px;
display: inline-block;
}
footer ol, footer ul {
list-style: none;
margin: 0;
padding: 0;
}
footer .fa-icons {
padding: 10px;
}
footer .fa-icons .fa {
width: 40px;
color: #999999;
padding: 10px;
margin-right: 5px;	
font-size: 18px;
border: 1px solid #999999;
}
footer .fa-icons .fa:hover {
background: #444444;
color: #ffffff;
}
.footer-widgets h2, .footer-widgets a {
color: #999999;
}
.footer-widgets a {
font-size: 14px;
}
.footer-widgets a:hover {
color: #ffffff;
}
.site-info {
padding: 20px 10px 5px 10px;
background: #000000;
color: #777777;	
}
.site-info a {
color: #999999;
}
.site-info a:hover {
color: #ffffff;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.error-404 {
width: 100%;
text-align: center;
padding: 20px;
} #commentform {
width: 100%;
}
#commentform .logged-in-as,
#commentform #email-notes {
font-size: 12px;
}
#commentform textarea {
display: inline-block;
max-width: 100%;
}
#commentform label {
display: block;
padding-bottom: 5px;
}
#commentform .comment-form-email,
#commentform .comment-form-url,
#commentform .comment-form-author {
display: inline-block;
margin-bottom: 0;
width: 33%;
}
#commentform .required {
color: red;
}
#commentform .comment-form-email input,
#commentform .comment-form-url input,
#commentform .comment-form-author input {
width: 100%;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
padding: 0;
margin-bottom: 0;
border: none;
margin-top: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
padding: 5px;
margin: 0;
width: 100%;
text-align: center;
vertical-align: top;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
@media screen and (max-width: 800px) {
body #content #primary,
body #secondary,
.before-header .right-top,
.before-header,
.search-top,
.footer-widgets, #tabs-widget,
.cart-contents{
position: relative;
width: 100% !important;
float: none !important;
margin: 0 auto !important;
text-align: left;
padding-right: auto;
left: 0;
border: 0;	
}
#secondary, #primary  {
padding: 0 !important;
}
body #content #secondary {
width: 100% !important;
}
.before-header {
overflow: hidden;
}
.before-header .right-top {
display: block !important; 	
}
.cart-contents {
top: 3px !important;
}
.cart-contents,
.search-top {
padding-top: 0;
padding-bottom: 0;
}
.before-header .left-top,
.before-header .h-email, 
.before-header .h-phone,
.before-header .h-address{
text-align: center;
float: none;
position: static;
}
.search-top, .cart-contents, .before-header .right-top {
position: static;
padding-bottom: 0 !important;
width: 10% !important;
text-align: center;		
}
.app-first .app-sub {
width: 100% !important;
}
.ui-tabs .ui-tabs-nav li {
width: 100% !important;
}
.header-right { 
right: 10%;
padding-left: 0;
display: block;
}
.header-image {
top: 5px;
}
.dl-menuwrapper li a {
text-align: left;
}
.header-right{
z-index: 99999999;
}
.cart-contents {
display: block;
}
.before-header .search-top {
width: 100%  !important;
margin: 10px 0 10px 0  !important;
}
.before-header .left-top {
width: 100%;
}
}